@charset "UTF-8";

/* ---------------------------------------------------
   File: index.css
   Version: 1.0.0
   Update: 2022-10-20
   Author: https://flowlab.co.jp

   (c)2007-2022 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */

/* ====================================================
		Layout
==================================================== */


/* ====================================================
		Main Visual
==================================================== */
#main #mainVisual {
  margin-bottom: 150px;
}

/*slide*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
  margin:0 auto;
  position: relative;
}
.slider::before {
  width: 56vw;
  position: absolute;
  background-color: #333;
  content: "";
  height: 1.5px;
  bottom: -1.5em;
  right: 20%;
}
.slider img {
  width:56vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
  height:auto;
  padding: 0 30px;
}
.slider .slick-slide {
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
}
.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
}
.slider li {
  position: relative;
}
.slider li .title {
  position: absolute;
  content: "";
  color: #fff;
  z-index: 100;
  top: 0;
  right: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.6em;
  font-family: fot-cezanne-pron,sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  border-left: solid 4px #fff;
  padding: 40px 40px 0 0;
  text-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.slider li .page {
  position: absolute;
  content: "";
  color: #fff;
  z-index: 100;
  bottom: 0.5em;
  left: 3.5em;
  font-size: 0.9em;
  font-family: fot-cezanne-pron,sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align:center;
  display: block;
  position: absolute;
  bottom: -3.5em;
  width: 100%;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  display:inline-block;
  position: relative;
	margin:0 5px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width:10px;/*ドットボタンのサイズ*/
  height:10px;/*ドットボタンのサイズ*/
  display:inline-block;
  background:#EFEFEF;/*ドットボタンの色*/
  font-size: 0;
  line-height: 0;
  padding: 5px;
  cursor: pointer;
  border: 0;
}
.slick-dots .slick-active button {
  background:#333;/*ドットボタンの現在地表示の色*/
}
.slick-dots li button:hover,
.slick-dots li button:focus{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
  opacity: 1;
}
.slick-dots li button:before{
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
  color: #333;
}


/* ====================================================
		Magazine Box
==================================================== */
#magazineBox #new,
#magazineBox #backNumber {
  width: 1100px;
  margin: 0 auto;
}
#magazineBox #new {
  padding-top: 100px;
}
#magazineBox #backNumber {
    padding-bottom: 110px;
  }
/* -------------------------------
		Back ground
------------------------------- */
#magazineBox .bg {
  position: relative;
  background: #f8f8f8;
}

/* -------------------------------
		h2
------------------------------- */
#magazineBox h2 {
  font-size: 2.5em;
  line-height: 1;
  position: relative;
  letter-spacing: 0.06em;
}
#magazineBox h2 span {
  position: relative;
  padding-right: 10px;
}
#magazineBox h2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #333;
  bottom: -1.2em;
  right: 0;
  display: inline-block;
}
#magazineBox #backNumber h2 {
  padding-top: 150px;
}

/* -------------------------------
		Common
------------------------------- */
#magazineBox h2,
#magazineBox .contents .textArea h3 span,
#magazineBox .contents .textArea .pickUp h4,
#magazineBox .contents .textArea .btn .btnLink {
  font-family: fot-cezanne-pron,sans-serif;
}
#magazineBox .contents .textArea h3 {
  font-family: a-otf-ryumin-pr6n,serif;
}
#magazineBox .contents .textArea .date,
#magazineBox .contents .textArea .pickUp dl {
  font-family: YuGothic,sans-serif;
}


/* -------------------------------
		Contents
------------------------------- */
#magazineBox .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 150px 0 130px;
}
#magazineBox #backNumber .contents {
  border-bottom: solid 1px #333;
}
#magazineBox #backNumber .contents:last-child {
  border: none;
}

/*Thumbnail*/
#magazineBox .contents .thumbnail {
  width: 30%;
}
#magazineBox .contents .thumbnail img {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
}

/*Title*/
#magazineBox .contents .textArea {
  padding-left: 10%;
  width: 50%;
}
#magazineBox .contents .textArea h3 {
  font-size: 2.4em;
  line-height: 1.4;
  font-weight: 400;
}
#magazineBox .contents .textArea h3 span.number {
  display: block;
  font-size: 0.43em;
  width: 3.65em;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
#magazineBox .contents .textArea h3 span.number::after{
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: linear-gradient(transparent 46%, #CCAF6D 0%);
  background: -moz-linear-gradient(transparent 46%, #CCAF6D 0%);
  background: -webkit-linear-gradient(transparent 46%, #CCAF6D 0%);
}
#magazineBox .contents .textArea .date {
  display: block;
  font-size: 0.78em;
  padding-top: 20px;
  letter-spacing: 0.05em;
}

/*Pick up*/
#magazineBox .contents .textArea .pickUp {
  padding-top: 90px;
}
#magazineBox .contents .textArea .pickUp h4 {
  font-size: 1.2em;
  padding-bottom: 30px;
}
#magazineBox .contents .textArea .pickUp dl {
  line-height: 1.2;
}
#magazineBox .contents .textArea .pickUp dt {
  font-size: 0.95em;
  font-weight: 600;
  letter-spacing: 0.03em;
}
#magazineBox .contents .textArea .pickUp dd {
  position: relative;
  margin: 10px 0 20px 0;
  padding-left: 18px;
  font-size: 0.78em;
  letter-spacing: 0.03em;
}
#magazineBox .contents .textArea .pickUp dd::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 1px;
  top: 0.6em;
  left: 0;
  background-color: #c6c6c6;
}



















/* =======================================================================================================================

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
		Main Visual
  ==================================================== */
  #main #mainVisual {
    margin-bottom: 80px;
  }
  .slider li .title {
    font-size: 1.4em;
    padding: 30px 40px 0 0;
  }
  
  /* ====================================================
		Magazine Box
  ==================================================== */
  #magazineBox #new,
  #magazineBox #backNumber {
    width: auto;
    padding: 0 8%;
  }
  #magazineBox #new {
    padding-top: 100px;
  }
  #magazineBox #backNumber {
    padding-bottom: 100px;
  }
  /* -------------------------------
      h2
  ------------------------------- */
  #magazineBox h2 span {
    font-size: 0.9em;
  }
#magazineBox #backNumber h2 {
  padding-top: 100px;
}


  /* -------------------------------
      Contents
  ------------------------------- */
  #magazineBox .contents {
    padding: 150px 0 130px;
  }

  /*Thumbnail*/
  #magazineBox .contents .thumbnail {
    width: 35%;
  }

  /*Title*/
  #magazineBox .contents .textArea {
    padding-left: 10%;
    width: 55%;
  }
  #magazineBox .contents .textArea h3 {
    font-size: 2.2em;
    line-height: 1.3;
  }
  #magazineBox .contents .textArea h3 span.number {
    font-size: 0.45em;
    margin-bottom: 16px;
  }
  #magazineBox .contents .textArea .date {
    padding-top: 10px;
    letter-spacing: 0.02em;
    font-size: 0.7em;
  }

  /*Pick up*/
  #magazineBox .contents .textArea .pickUp {
    padding-top: 20%;
  }
  #magazineBox .contents .textArea .pickUp h4 {
    font-size: 1.1em;
    padding-bottom: 30px;
    letter-spacing: 0.07em;
  }
  #magazineBox .contents .textArea .pickUp dt {
    font-size: 0.9em;
  }
  #magazineBox .contents .textArea .pickUp dd {
    margin: 6px 0 18px 0;
    font-size: 0.75em;
  }

}













/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  
    /* ====================================================
		Main Visual
  ==================================================== */
  #main #mainVisual {
    margin-bottom: 0;
  }
  .slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
  }
    .slider::before {
  content: none;
  }
  .slider img {
    width:100vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
  }
  .slider .slick-slide {
	transform: none;
	  opacity: 1;
  }
  .slider .slick-slide.slick-center{
    transform: none;/*中央の画像のサイズだけ等倍に*/
  }
  .slick-dots button ,
  .slick-dots li button:before { 
    width:6px;
    height:6px;
  }
  .slick-dots {
  bottom: -40px;
  }
  .slider li .title {
    font-size: 1.1em;
    padding: 24px 36px 0 0 ;
  }
  .slider li .page {
    font-size: 0.8em;
  }
  

  
  /* ====================================================
		Magazine Box
  ==================================================== */
  #magazineBox {
    padding-bottom: 0;
  }
  #magazineBox #new,
  #magazineBox #backNumber {
    width: auto;
    padding: 0 8%;
  }
  #magazineBox #new {
    padding-top: 100px;
  }
   #magazineBox #backNumber {
    padding-bottom: 100px;
  }
  /* -------------------------------
      h2
  ------------------------------- */
  #magazineBox h2 {
    font-size: 1.5em;
  }
  #magazineBox h2 span {
    padding-right: 10px;
  }
  #magazineBox h2::before {
    width: 100%;
    height: 1.5px;
  }
  #magazineBox #backNumber h2 {
    padding-top: 100px;
  }

  /* -------------------------------
      Contents
  ------------------------------- */
  #magazineBox .contents {
    padding: 80px 0 160px;
  }
  

  /*Thumbnail*/
  #magazineBox .contents .thumbnail {
    width: 100%;
  }
  
/*Title*/
  #magazineBox .contents .textArea {
    padding: 30px 0 0 0;
    width: 100%;
  }
  #magazineBox .contents .textArea h3 {
    font-size: 1.6em;
    line-height: 1.2;
  }
  #magazineBox .contents .textArea h3 span.number {
    font-size: 0.6em;
    margin-bottom: 16px;
  }
  #magazineBox .contents .textArea .date {
    font-size: 0.7em;
    padding-top: 14px;
  }

  /*Pick up*/
  #magazineBox .contents .textArea .pickUp {
    padding-top: 80px;
  }
  #magazineBox .contents .textArea .pickUp h4 {
    font-size: 1.1em;
    padding-bottom: 20px;
    letter-spacing: 0.04em;
  }
  #magazineBox .contents .textArea .pickUp dt {
    font-size: 0.95em;
  }
  #magazineBox .contents .textArea .pickUp dd {                                    
    margin: 8px 0 16px 0;
    font-size: 0.7em;
  }
  
  
}