@charset "UTF-8";
/* CSS Document*/


.main-content{
  color: #45423f;
  line-height: 1.7;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
}
.main-content a,
.main-content a img{
 transition: .3s;
}

.lead {
  font-size: 1.2em;
}

.lead li p + p {
  margin-top: 1em;
}
.lead li p span {
  font-size: .9em;
 
}

.main-container {
  font-family: "Quicksand", sans-serif, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
}




/*title*/
.title{
  background-color: #fff;
}
.title img{
  margin: 0 auto 24px;
}

/* title */
.title_box{
	width: 100%;
	background-color: #FFFFFF;
	}

.title{
	background-position: center left;
	background-repeat: no-repeat;
  background-color:#c4b79c;
	}
.title h1{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	}

.title_area{
	width:100%;
	text-align: center;
	}
.title_area img{
	width: 1000px;
  margin: 0 auto;
  aspect-ratio: 5/2;
}
.ttl_read{
	width: 100%;
	margin: 0 ;
	text-align: center;
	font-size: 15px;
	background-color: #fff;
	line-height: 2em;
	padding: 30px 0;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-weight: 500;
}

.navi{
  display: block;
  overflow: hidden;
  margin: 0 auto ;
  text-align: center;
  background-color: #fff;
}
.navi ul{
  display: flex;
  overflow: hidden;
  margin: 0 auto ;
  padding: 10px 0 5px;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.navi ul li{
  display: inline-block;
  overflow: hidden;
  margin: 0;
  border-bottom: solid 3px #fff;
  text-align: center;
}


.navi ul li a{
  color: #000;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}
.navi ul li a img{
  width: 100%;
  aspect-ratio: 2/3;
}



.content-inner-box .video  {
  width: 80%;
  max-width: 390px;
  /* margin: 0 auto; */
  display: block;
}


.content-movie-wrapper {
  padding: 50px 0 20px;
  background-color: #bab688;
}

  .video {
    width: 70%;
    max-width: 390px;
    margin: 0 auto;
  }

.content-inner-box:nth-of-type(odd) {
  flex-direction: row-reverse;
}


/* section */
.content-outer-box {
  background: #eee9df;
}

.content-outer-box:nth-of-type(2n){
  background: #f5f2ee;
}


.content-outer-box{
  padding: 100px 0 70px;
  width: 100%;
}
.content-inner-box{
  margin: 0 auto 32px;
  width: 1000px;
  box-sizing: border-box;
  /* background-color: #fff; */
}

.content-box-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}


.main-img{
  border: 20px solid #fff;
}

/* style-box */
.style-box{
  /* background: #fff; */
  box-sizing: border-box;
  /* margin: auto; */
  width: 40%;
}

.sub-img{
  width: 100%;
  aspect-ratio: 1/1;
}

.txt-box {
  /* padding: 25% 0 40% 25%; */
  text-align: left;
}

.txt-box-right {
  text-align: center;
}

.content-arrange {
  padding-bottom: 40px;
}

.arrange-box {
  display: block;
  padding: 40px 5vw 0;
  position: relative;
}

.arrange-box-ttl {
  font-family:"Quicksand", sans-serif,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",メイリオ,Meiryo,serif;
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 0 100px;
  color: #aaaa8c;
  letter-spacing: 2px;
}

.arrange-box-ttl:before,
.arrange-box-ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 90px;
    height: 1px;
    background-color: #aaaa8c;
}

.arrange-box-ttl:before {
  left: 0;
}

.arrange-box-ttl:after {
  right: 0;
}

.arrange-box figure {
  position: relative;
}

.arrange-box figure img {
  width: 100%;
  aspect-ratio: 4/5;
}

.cord-heading {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-family: "Quicksand", sans-serif,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",メイリオ,Meiryo,serif;;
    margin-bottom: 1em;
}

.cord-heading span {
  background: linear-gradient(transparent 96%, #d4cc72 0%);
}

.cord-desc {
  font-size: 14px;
  margin-bottom: 24px;
}

.crd-box {
  position: relative;
  margin-bottom: 30px;
}

.arrange-box-ttl-wrapper {
  position: absolute;
  right: -90px;
  top: 50%;
  transform: rotate(90deg) translateY(-50%);
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  z-index: 2;

}

.arrange-box-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.item-list {
  padding: 12px 24px 12px;
}

.item-list li {
  padding: 2px;
  margin-bottom: 8px;
}

.item-list li::after{
content:"";
  clear: both;
  display: block;
}
.item-list li a{
box-sizing: border-box;
font-size: 12px;
display: block;
position: relative;
}


.item-list_thumb {
  width: 50px;
  height: 60px;
  margin-right: 8px;
  float: left;
  border: 1px solid #f4f4f4;
}

.item-list_thumb img {
  width: 100%;
  aspect-ratio: 5/6;
}

.item-list-credit::after {
  display: inline-block;
  font-size: 10px;
  content: "Check";
  color: #cc6d00;
  padding: 3px 3px;
  border-radius: 2px;
  margin-left: 4px;
}

.no-after .item-list-credit::after {
  content: none;
}

.headline{
  color: #444;
  font-size: 36px;
  line-height: 1.2;
  font-family:"Quicksand", sans-serif,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",メイリオ,Meiryo,serif;
  margin-bottom: 32px;
}

.detail{
  font-size: 14px;
  margin: 10px 0 32px;
}

.headline-box .detail-s {
  color: #666;
  display: block;
  padding: 8px;
}

.headline-box h3 {
  font-size: 23px;
  margin: 10px 0 17px -2px;
  font-family: 'Noto Serif JP', serif;
}

.headline-ruby {
  display: inline-block;
  font-size: .4em;
}

.headline-desc {
  font-size: 14px;
  padding-bottom: 1em;
  border-bottom: 1px solid #aaaa8c;
}

.headline-box .headline-num {
  font-size: 18px;
  font-family:"Quicksand", sans-serif,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",メイリオ,Meiryo,serif;
  text-align: center;
  color:#a18751;
}


.item-txt-box h3 {
  font-size: 20px;
  margin: 16px auto;
}

.movie-check {
  /* position: relative; */
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  color:#9d996b;
}

.movie-check::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-image: url('under.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.content-inner-box.content-pickup {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.content-inner-box.content-pickup::before {
  content: "";
  top: -10px;
  left: -10px;
  border-bottom: 6em solid transparent;
  border-left: 6em solid #dbcfb8; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 1;
}
.content-inner-box.content-pickup::after {
  content: "";
  bottom: -10px;
  right: -10px;
  border-top: 6em solid transparent;
  border-right: 6em solid #dbcfb8; /* ラベルの色はここで変更 */
  left: 0;
  position: absolute;
  z-index: 1;
}

.movie-notes {
  display: block;
  margin-top: 10px;
}

.staff-notes {
  color: #fff;
  text-align: center;
  margin: 12px auto;
}

/* item-txt MAIN */
.style-box .item-txt-box{
  margin-top: 10px;
  text-align: left;
}

.movie-txt-box{
  text-align: center;
}

.item-txt-box a,
.movie-txt-box a{
  margin: 10px auto 0;
  /* width: 300px; */
  font-size:14px;
  display: block;
}

.style-box .item-price{
  display: block;
}

.style-box .item-price{
  display: block;
}

.style-box .item-price::after {
  content: 'check';
  background-color: #3e3e3e;
  color: #fff;
  font-size: 11px;
  margin-left: 8px;
  padding: 6px 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
  font-weight: bold;
  border-radius: 4px;
}

.content-headline{
  font-size: 28px;
}

.recommend-cate-wrapper {
  margin: 60px auto;
}

.recommend-cate-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
}

.recommend-cate-wrapper .recommend-cate li {
  width: 49%;
  margin: 8px 0;
}

.recommend-cate-ttl {
  font-size: 20px;
  margin: 0 8px 16px;
  text-align: center;
}

.recommend-cate-ttl span {
  padding: 0 10px;
}



/* tfs live */

.tfslive_box {
  display: block;
  margin: 40px auto 0;
  width: 96%;
  max-width: 700px;
  overflow: hidden;
  text-align: center;
}

.tfslive_box p {
  font-size: 20px;
  margin-bottom: 10px;
}

.tfslive_box img {
  width: 100%;
  aspect-ratio: 5/2;
}


/* ショップリスト */
.shop-list-title {
  text-align: center;
  font-size: 28px;
  margin: 20px;
}

.easyrefine{
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 10px auto;
}
.easyrefine ul{
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

.easyrefine ul li{
	display: inline-block;
	overflow: hidden;
	width: 159px;
	margin: 0 1px 0 0;
	color: #fff;
}
.easyrefine ul li a{
	display: block;
	overflow: hidden;
	border-radius: 4px;
	padding: 5px 10px;
	color: #fff;
}

.easyrefine_logo{
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
  margin: 0 auto 10px;
}
.easyrefine_logo ul{
	display: block;
	overflow: hidden;
	width: 700px;
	margin: 0 auto;
}

.easyrefine_logo ul li{
	display: inline-block;
	overflow: hidden;
	width: 159px;
	margin: 0 1px 0 0 ;
	border: solid 1px #eee;
	color: #fff;
	background-color: #fff;
}
.easyrefine_logo ul li a{
	display: block;
	overflow: hidden;
	padding: 5px 10px;
	color: #fff;
}
.easyrefine_logo ul li a img{
	width: 130px !important;
	margin: 0 auto !important;
	display: block !important;
  aspect-ratio: 130/41;
}
/* ショップリストここまで */


.m-link-archive .m-link-archive-case a .m-link-archive-img img {
  aspect-ratio: 16/15;
}

.layoutbox {
  text-align: left;
}

/* スライダー */
.l-slider {
  width: 100%;
  overflow: hidden;
}

.l-slider-reverse {
  flex-direction: row-reverse;
}

.l-slider-img {
  width: 100%;
}

.l-slider-desc {
  width: 100%;
  padding: 32px 5% 16px 5%;
  box-sizing: border-box;
}

.l-slider-comment p:first-child {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",メイリオ,Meiryo,serif;
  font-weight: 400;
  font-size: 23px;  
  color: #616161;  
  line-height: 1.5;
}

.l-slider-desc p:first-child {
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.l-slider-desc p:last-child {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}

.l-slider-desc>div {
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.7;
  color: #616161;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

.l-slider-comment-s {
  padding-bottom: 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 14px;
}

.l-slider-comment-ss {
  font-size: 12px;
  padding-bottom: 24px;
}

.l-slider-desc p>.setup-line {
  background:linear-gradient(transparent 80%, #ecf3b9 0%)!important;
}
.slider-contents-main {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.slider-contents-main-wrapper {
  width: 100%;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.slider-contents {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  text-align: center;
  font-size: 0;
  background-color: #e3e0dd;

}

.slider-contents img {
  width: 100%;
  aspect-ratio: 60/77;
}

.slider-contents-btn-prev {
  background: url(/assets/frontend/btn-slide-index-sub-left-pc-993030c95064bb5970fe2ee021f4f20088a5a434a5556cc39db6bbbd0056ffa8.png) 10px center no-repeat;
  width: 55px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
}

.slider-contents-btn-next {
  background: url(/assets/frontend/btn-slide-index-sub-right-pc-00ae0e2505d296a4471e6d026568abd868948f213fb08862542cf4e361aef88e.png) 28px center no-repeat;
  width: 55px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  display: inline-block;
  background: none;
  border-radius: 0;
  border: 1px solid #9E9E9E;
  box-sizing: border-box;
  opacity: 1;
  cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet-active {
  background: #9E9E9E;
  opacity: 1;
}

.swiper-pagination-bullets {
  position: static;
  margin-top: 24px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

/* series item list */

.con2{
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 0 auto ;
  padding-bottom: 40px;
}
.con2 img{
  width: 124px;
}
.con2 h3 {
  width: 1000px;
  margin: 10px auto ;
  text-align: left;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-weight: normal;
  color: #333333;
  line-height: auto;
  font-size: 20px;
}

.con2 h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #9e9e9e;
}
.con2 ul{
  display: flex;
  flex-wrap: wrap;    
  overflow: hidden;
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
.con2 ul li {
  display: flex;
  overflow: hidden;
  width: 23%;
  margin: 0 20px 40px 0 ;
}

.con2 ul li a{
  color: #000;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.con2 ul li img{
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 5/6;
  margin-bottom: 8px;
}

.content-btn {
  background: #3e3e3e;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 40px auto;
  padding: 20px 0;
  text-align: center;
  width: 80%;
  max-width: 320px;
}
.item-box-txt .content-btn {
  margin: 20px auto;
}
a .icon {
  background-color: #3e3e3e;
  color: #fff;
  font-size: 10px;
  margin: 0;
  padding: 8px 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin-top: auto;
  margin-left: auto;
}


.content-btn:hover {
  opacity: 0.7;
}



@media screen and (min-width: 640px) {

  .navi ul{
    width: 496px;
  }

  .headline{
    margin-bottom: .5em;
  }
  

  .tfslive_box a:hover {
    opacity: 0.7;
  }

  .content-inner-box {
    padding: 20px 30px 20px 20px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .cord-heading {
    font-size: 26px;
}

  .content-movie-wrapper {
    width: 420px;
    margin: 0 auto;
  }

  .recommend-cate-wrapper {
    width: 1000px;
  }

  .recommend-cate-ttl {
    font-size: 20px;
    margin: 0 8px 16px;
    display: flex;
    align-items: center;
  }

  .recommend-cate-wrapper .recommend-cate li {
    margin: 8px 1%;
    width: calc(100% / 3 - 2%);
  }

  .recommend-cate-ttl:before, .recommend-cate-ttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #424242;
  }

  .slider-contents-main {
    width: 460px;
    margin: auto;
  }

  .l-slider {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
    padding: 40px 0;
  }

  .l-slider-row {
    flex-direction: row;
  }


  .l-slider-img {
    width: 50%;
  }

  .l-slider-desc {
    width: 40%;
    padding: 16px 2% 20px 2%;
  }

  .l-slider-desc>.style-index {
    font-size: 40px;
    margin-bottom: 8px;
  }

/* 追加 */

  
  .main-content a:hover{
    opacity: .7;
  }

  .arrange-box {
    padding: 80px 5vw 0;
  }
  
  .arrange-box-txt {
    width: 42%;
    margin: 0 2%;
  }
  
  .content-pickup {
    margin-bottom: 20px;
    padding: 30px 0 30px;
    width: 900px;
    position: relative;
  }
  
  .content-pickup .headline-num {
    text-align: left;
  }
  
  .crd-box {
    width: 54%;
    margin-bottom: 0;
  }
  
  .content-movie-wrapper {
    padding: 40px 0 10px;
  }
  
  .content-inner-box .video  {
    display: block;
  }

  .spacer {
    display: block;
    width: 100%;
  }

  .con2 ul::after {
    display: block;
    content:"";
    width: 23%;
  }
  
  
  }/* end media */
  



@media screen and (max-width: 640px){
/*-------*/
/* S M P */
/*-------*/

/* SMP title*/

.title_area img{
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16/15;
}


/* SMP nav */
.content-nav{
  padding: 0 0 25px;
}
.content-nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-nav ul li{
  margin-top: 10px;
  width: 33%;
}
.content-nav ul li a{
  display: block;
  font-size: 14px;
  letter-spacing: .05em;
  margin: 10px 10px 0;
}
.content-nav ul li a::after{
  height: 12px;
  margin: -5px auto 0;
  width: 12px;
}

.navi {
  width: 100%;
}

.navi ul {
  width: 100%;
  padding: 24px 0;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.navi ul li {
  width: 31%;
  padding-right: 0px;
}


/* SMP section */
.content-outer-box{
  padding: 60px 0 0;
  width: 100%;
}
.content-inner-box{
  margin: 0 auto;
  width: 100%;
}

.content-inner-box.content-pickup {
  margin: 14px 14px 40px;
  width: calc(100% - 28px);
}

.content-box-flex {
  display: block;
}


.content-pickup {
  padding: 30px 0 10px;
}

.content-inner-box > img{
  width: 100%;
}

.content-iframe-wrapper {
  width: 100%;
}

.ttl_read {
  text-align: left;
  padding: 20px 12px;
  width: initial;
}

.txt-box, .txt-box-right, .txt-box-long {
  padding: 0;
}


/* SMP style-box */
.style-box{
  background: inherit;
  height: auto;
  padding: 0 10px;
  width: 100%;
}


.sub-img{
  display: block;
  width: 86%;
  margin: 0 auto;
}

.movie-check::after{
  display: block;
  margin: auto;
}

.l-slider-desc>.style-index {
  display: none;
}

.l-slider-comment p:first-child {
  font-size: 20px;
}

.l-slider {
  margin: 8px auto 0;
}

.l-slider-desc p:first-child span {
  font-size: 22px;
}

.slider-contents-main {
  width: 94%;
}

.l-slider-img {
  padding-bottom: 24px;
}

.l-slider-desc {
  padding: 6px 5% 32px 5%;
}



/* SMP headline-box */
.headline{
  text-align: center;
  line-height: 1.2;
}

.headline-box p{
  text-align: justify;
}

.headline-box h3 {
  font-size: 18px;
  letter-spacing: 0.04em;
}

.arrange-box-inner {
  flex-direction: column-reverse
}


/* SMP item-txt MAIN */
.style-box .item-txt-box{
  margin: 20px 20px auto;
}
.style-box .item-sub{
  font-size: 16px;
}

.content-headline{
  font-size: 20px;
}

.content-inner-box video  {
  float: none;
  margin: 0 auto 10px;
}

.movie-check {
  padding: 0;
}

.movie-check::before {
  display: none;
}

.easyrefine_logo {
  margin: 0 auto 5px;
}

.easyrefine_logo ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.easyrefine_logo ul li {
  width: 45%;
}

.staff-notes {
  font-size: 14px;
}

.swiper-pagination-bullets {
  margin-top: 8px;
}

/* series item list */
.con2 h2 {
  width: 100%;
}
.con2 h2 img{
  width: 124px;
}
.con2 ul{
  width: 100%;
  margin: 0 auto;
}

.con2 ul::after {
  display: block;
  content:"";
  width: 46%;
}

.con2 ul li a{
  font-size: 11px;
}
.con2 ul li{
  width: 46% !important;
  margin: 0 auto 20px;
  float: left;
}

.con2 ul li img{
  width: 100%;
}


}/* end media */

