@charset "UTF-8";

/* CSS Document */

/* .m-column {
  padding: 0;
} */


.banzai {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}

.banzai::before,
.banzai::after {
  background-color: #424242; /* 線の色 */
  content: "";
  height: 1px; /* 線の高さ */
  width: 12px; /* 線の長さ */
}
.banzai::before {
  margin-right: 6px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.banzai::after {
  margin-left: 6px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

.banzai-head {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}

.banzai-head::before,
.banzai-head::after {
  background-color: #717171; /* 線の色 */
  content: "";
  height: 2px; /* 線の高さ */
  width: 15px; /* 線の長さ */
}
.banzai-head::before {
  margin-right: 2px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.banzai-head::after {
  margin-left: 2px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

.ctt_ttl_main {
  width: 100%;
  margin: 0;
  font-size: 10px;

}

.ctt_ttl_main img {
  width: 100%;
  margin: 0 auto;
}


.ctt_ttl_main p {
  color: #424242;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

.main_box_moji_ttl {
  padding: 30px;
}

.main_box_banner {
  /* background: linear-gradient(90deg, #f4f5f9, #e8e9ed); */
  background-color: #fef2eb;
}


.main_box_banner img {
  width: 100%;
  aspect-ratio: 32/25;
  vertical-align:top;
}  

.navi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 32px auto 32px;
	padding: 0 8px;
}
.navi ul > li{
	width: 25%;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.navi ul > li a{
	display: block;
}

.navi ul > li img{
	display: block;
	width: 100%;
  aspect-ratio: 2/3;
}

.bg-gradient-1 {
  background: #fef2eb;
  /* background: linear-gradient(0deg, rgba(255,243,229,1) 0%, rgba(255,235,236,1) 100%); */
}

.bg-gradient-2 {
  background: #fef2eb;
  /* background: linear-gradient(0deg, rgba(255,235,236,1) 0%, rgba(255,243,229,1) 100%);*/
} 

.bg-color-w {
  background-color: #fff;
}

.contents-header {
  overflow: hidden;
  margin: 0 6px 32px;
  padding-top: 32px;
  text-align: center;
}

.contents-header figure {
  width: 50vw;
  margin: 0 auto 8px;
  position: relative;
}

.contents-header figure img {
  width: 100%;
}

.contents-header figure span {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 32px;
}

.contents-header-txt {
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 1.7;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}

.reco-type {
  background-color: #fff;
  padding: 14px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.9;
}

.bg-color-w .reco-type {
  background-color: #efefef;
}

.reco-type p + p {
  margin-top: 1em;
}


.reco-type span {
  color: #fff;
  font-weight: bold;
  padding: 0 8px;
  border-radius: 15px;
  display: inline-block;
}

.type-n {
  background-color: #75cfaa;
}

.type-s {
  background-color: #86a4df;
}

.type-w {
  background-color: #d6898f;
}

.reco-type h3 {
  color: #717171;
  text-align: center;
  font-weight: bold;
  margin-bottom: .5em;
  margin-top: -28px;
  position: relative;
  font-size: 15px;
}

.section-wrapper {
  padding: 24px 0;
}

.item-box {
  display: block;
  margin-bottom: 60px;
  background-color: #fff;

}

.item-box-image {
  width: 100%;
  position: relative;
  aspect-ratio: 56/46;
}
.item-box-image .pickup-icn {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 34vw;
  max-width: 150px;
}

.item-box-image img {
  width: 100%;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  /*position: relative;
  top: -12px;
  left: -12px;*/
}

.item-box-txt h2 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #424242 solid 1px;
}

.item-box-txt {
  padding: 10px 40px 30px;
}


.item-box-txt p {
  text-align: justify;
  font-size: 14px;
}

.item-box-txt a {
  vertical-align: middle;

}

.item-box-txt a:hover {
  opacity: 0.7;

}


.item-box-txt h2 a::after {
  border-radius: 4px;
  background: #45423f;
  content: "Check";
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  position: relative;
  margin-left: 4px;
  top: -3px;
}


.credit a::after {
  display: block;
  float: right;
  border-radius: 4px;
  background: #45423f;
  content: "Check";
  color: #fff;
  font-size: 10px;
  padding: 4px 10px;
  margin-left: 4px;
  margin-top: -2px;  
}

.section-no {
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 68px;
  font-family: "Amiri", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-right: 5px;
  line-height: 40px;
  vertical-align: bottom;
  color: #e79c9c;
  z-index: 2;
}

.l-slider {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}

.half-column {
  width: 100%;
  overflow: hidden;
}

.l-slider-reverse {
  flex-direction: row-reverse;
}

.half-column-reverse {
  width: 100%;
  flex-direction: row-reverse;
}


.l-slider-img {
  width: 100%;
}

.half-column-img {
  width: 100%;
  text-align: center;
}

.l-slider-desc {
  width: 100%;
  padding: 32px 5% 16px 5%;
  box-sizing: border-box;
}

.half-column-desc {
  width: 100%;
  padding: 32px 5% 16px 5%;
  box-sizing: border-box;
}


.l-slider-comment p:first-child {
  font-family: "Noto Serif JP",'游明朝', serif;
  font-weight: 500;
  font-size: 24px;  
  line-height: 1.5;
  letter-spacing: -0.1em;
}


.half-column-comment p:first-child {
  font-family: "Noto Serif JP",'游明朝', serif;
  font-weight: 500;
  font-size: 24px;  
  line-height: 1.5;
}


.half-column-desc p:first-child {
  margin-bottom: 16px;

}

.l-slider-desc > div {
  margin-bottom: 24px;
  font-weight: normal;
}

.half-column-desc > div {
  margin-bottom: 24px;
  font-weight: normal;
}

.l-slider-comment-s {
  font-family:"Noto Serif JP",'游明朝', serif;
  font-weight: 500;
  padding-bottom: 40px;
  font-size: 15px;
  line-height: 1.7;
}

.half-column-comment-s {
  font-family:"Noto Serif JP",'游明朝', serif;
  font-weight: 500;
  padding-bottom: 40px;
  font-size: 15px;
  line-height: 1.7;
}



.m-item-list li {
  overflow: hidden;
  margin-bottom: 8px;
}

.m-item-list-thumb {
  width: 50px;
  height: 60px;
  margin-right: 8px;
  float: left;
  border: 1px solid #f4f4f4;
}

.m-item-list-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/6;
}

.m-item-list p::after {
  display: block;
  font-size: 10px;
  content: "Check";
  color: #cc6d00;
  border-radius: 2px;
  margin-left: 4px;
}

.m-item-list p.comingsoon::after {
  content: none;
}


.img-wrapper-reverse {
  flex-direction: row-reverse;
}

/* ����������������X���C�_�[�������� */

.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 {
  /* wrapper�̃T�C�Y�𒲐� */
  width: 100%;
  /*height: 300px;*/
  /* ��������ǉ� */
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.slider-contents {
  /* �X���C�h�̃T�C�Y�𒲐��A���g�̃e�L�X�g�z�u�����A�w�i�F */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  /*line-height: 300px;*/
  text-align: center;
  font-size: 0;
  background-color: #e3e0dd;

}

.swiper-pagination-bullets {
  position: static;
  margin-top: 24px;
}

/*
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
   background: #333 !important;
  }

  .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }
*/
.slider-contents img {
  width: 100%;
  aspect-ratio: 60/77;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.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;
  -webkit-background-size: 19px auto;
  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;
  -webkit-background-size: 19px auto;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  margin: 0 7px;
  display: inline-block;
  background: none;
  border-radius: 0;
  border: 1px solid #9E9E9E;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet-active {
  background: #9E9E9E;
  opacity: 1;
}

.content-btn {
  background: #3e3e3e;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 13px;
  margin: 0 auto 40px;
  padding: 20px 0;
  text-align: center;
  width: 80%;
  max-width: 320px;
  font-weight: bold;
}
.item-box-txt .content-btn {
  margin: 20px auto;
}
a .icon {
  background-color: #3e3e3e;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
  margin: 0;
  padding: 8px 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
  display: block;
  float: right;
  border-radius: 4px;
  margin-top: auto;
  margin-left: auto;
}


.content-btn:hover {
  opacity: 0.7;
}

.content-inner-box-iframe {
  aspect-ratio: 0.562 / 1;
}


.tfslive_box p {
  font-size: 20px;
  margin-bottom: 10px;
}

.tfslive_box img {
  width: 100%;
  aspect-ratio: 5/2;
}

.tfslive_box {
  display: block;
  margin: 40px auto 0;
  width: 96%;
  max-width: 700px;
  overflow: hidden;
  text-align: center;
}

.video {
  width: 100%;
}

.style-number {
  position: relative;
  font-size: 58px;
  font-family: "Amiri", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-right: 5px;
  margin-bottom: 20px;
  line-height: 40px;
  color: #ecb4b2;
  display: block;

}


.style-item-name {
  font-size: 40px;
  font-family: "Amiri", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding-top: 30px;
  line-height: 40px;
}

.under-link-box {
  background-color: #fff;
  margin-top: 0;
  padding: 24px 0 40px;
}

.h-auto {
  height: auto;
}

.s-banner-area img  {
  max-width: 100%;
}

@media screen and (min-width: 641px) {

  .style-number {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }

  .section-wrapper {
    padding: 24px 0;
  }

  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }

  .main_box_banner img {
    width: 1000px;
    height: 380px;
    margin: 0 auto;
  }  

  .ctt_ttl_main {
    display: block;
    margin: 16px auto 0;
    overflow: hidden;
    position: relative;
    text-align: center;
  }

  .ctt_ttl_main p {
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
  }

  .navi ul > li{
    width: 120px;
  }
  .section-ttl {
    width: 800px;
    margin-bottom: 0;
  }

  .contents-header {
    width: 800px;
    padding-top: 32px;
    margin: 0px auto 32px;
  }

  .contents-header figure {
    width: 240px;
    float: left;
    margin: 0;
  }

  .contents-header figure span {
    font-size: 42px;
  }


  .contents-header figure img {
    width: 240px;
  }

  .credit a {
    display: inline-block;
    font-size: 12px;
    padding: 2px;
  }

  .item-box {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
  
  }

  .item-box-image {
    width: 480px;
    position: relative;
    padding: 30px 0 30px 30px;  
  }

  .item-box-txt {
    padding: 60px 60px 60px 40px;
    flex:1;
  }
  .slider-contents-main {
    width: 460px;
    margin: auto;
  }

  .l-slider {
    /* display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse; */
    width: 50%;
  }

  .half-column {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
    padding: 40px 0 0;
  }

  .l-slider-row {
    flex-direction: row;
  }

  .half-column-row {
    flex-direction: row;
  }

/* 

  .l-slider-img {
    width: 50%;
  } */

  .half-column-img {
    width: 50%;
  }

  .l-slider-desc {
    width: 40%;
    padding: 16px 1% 20px 1%;
  }

  .half-column-desc {
    width: 40%;
    padding: 16px 1% 20px 1%;
  }
  
  .credit a:hover,
  .m-item-list a:hover,
  .navi li a:hover {
    opacity: .7;
  }


  .m-link-archive-img img:hover {
    opacity: 0.8;
  }
  .item-box-image .pickup-icn {
    top: 40px;
    left: 40px;
    width: 140px;
  }

  .plus-pb-20 {
    padding-bottom: 20px;
  }

  .video {
    width: 90%;
  }

}

@media screen and (max-width: 640px) {

.style-index-sp {
  font-size: 40px;
  margin-bottom: 8px;
  text-align: center;
  padding-top: 16px;
}

.still-img-wrapper {
  flex-direction: column;
  padding-top: 0;
}

.l-slider-comment p:first-child {
  font-size: 21px;
}

.half-column-comment p:first-child {
  font-size: 21px;
}

.still-img-container {
  width: 340px;
}

.l-slider-desc p:first-child span {
  font-size: 22px;
}

.half-column-desc p:first-child span {
  font-size: 22px;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
}

.slider-contents-main {
  width: 94%;
}

.under-link-box {
  padding-top: 0;
}

.style-item-name {
  padding-top: 40px;
  font-size: 36px;
}

.l-slider-img {
  padding-bottom: 24px;
}

.half-column-img {
  padding-bottom: 24px;
}

.l-slider-desc {
  padding: 6px 2% 32px 2%;
}

.half-column-desc {
  padding: 6px 2% 32px 2%;
}

.ctt_ttl_main p {
  text-align: center;
}

}