@charset "UTF-8";

/* CSS Document */

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}



.ctt_ttl_main {
  width: 100%;
  margin: 0;
  font-size: 10px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;

}

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


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

.lead {
  padding: 20px;
}

.lead p {
  margin-bottom: 1em;
}


.main_box_banner {
  background-color: #eeeeee;
  margin-bottom: 15px;
}

.section-wrapper {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  padding-top: 30px;
}

.main_box_banner img {
  width: 100%;
  aspect-ratio: 64/30;
}  

.navi {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 12px;
  text-align: center;
  font-family: 'Lora', serif;
}

.navi ul {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.navi ul li {
  display: inline-block;
  width: 44%;
  margin: 0 0 8px;
  text-align: center;
  position: relative;
}

.navi li span {
  display: block;
  font-size: 0.3em;
}

.navi ul li a {
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  width: 100%;
  line-height: 1.2;
  padding: 6px 0;
  border-radius: 4px;
}

.navi ul li a img {
  width: 100%;
}


.navi ul li::after {
  content: url(./anchor.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.navi ul li.navi-long::after {
  right: -4px;
  top: 67%;
  transform: translateY(-50%);
}

.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 {
  font-family: 'Lora', serif;
  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;
  font-family: 'Lora', serif;
  letter-spacing: 2px;
}

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

}

.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;  
}


.l-slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 32px;
}

.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-size: 21px;  
  color: #616161;  
  line-height: 1.5;
  font-family: 'Lora', serif;
}

.l-slider-desc p:first-child {
  margin-bottom: 16px;
  letter-spacing: 1px;

}


/* .l-slider-desc p:first-child span {
  background:linear-gradient(transparent 80%, #daf7da 0%);
} */

.l-slider-desc p:last-child {
  text-align: left;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;

}

.l-slider-desc > div {
  font-size: 14px;
  margin-bottom: 32px;
  line-height: 1.7;
}

.style-index span {
  font-family: 'Lora', serif;  
  padding: 8px 0;
  letter-spacing: 1px;
}

#style1 .style-index span,
#style4 .style-index span { 
  border-bottom: 1px solid #adc4ce;
}

#style2 .style-index span { 
  border-bottom: 1px solid #a3c6a1;
}

#style3 .style-index span { 
  border-bottom: 1px solid #d0b9aa;
}

.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%;
  aspect-ratio: 5/6;
}

.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;
}

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

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

.banner_box img {
  width: 100%;
  aspect-ratio: 70/12;
}


/* スライダーここから */

.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;
  /*line-height: 300px;*/
  text-align: center;
  font-size: 0;
  background-color: #e3e0dd;

}

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

/*
  .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: 5/6;
}

.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: 8px;
  height: 8px;
  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;
}

.section-ttl {
  text-align: center;
  font-family: 'Lora', serif;
  font-weight: normal;
  color: #212121;
  font-size: 24px;
  margin: 0 auto 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #616161;
}

.section-ttl.section-ttl-en {
  font-size: 30px;
  margin: 0 auto 1em;
  letter-spacing: 1px;
  line-height: 1.4;
}

.section-ttl span {
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
}

#style1 .section-ttl span,
#style4 .section-ttl span  {
  color: #adc4ce;
}

#style2 .section-ttl span {
  color:#a3c6a1;
}

#style3 .section-ttl span {
  color:#d0b9aa;
}

.l-scrolldown {
  width: 100px;
  margin: 0 auto 16px;
}

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

.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;
  font-family: 'Lora', serif;
}

.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;
}
.con2 ul li {
  /*display: block;*/
  overflow: hidden;
  /*float: left;*/
  width: 23%;
  margin: 0 20px 40px 0 ;
}

.con2 ul li a{
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
.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;
  display: block;
  float: right;
  border-radius: 2px;
}

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


@media screen and (min-width: 640px) {
  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }

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

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

  .ctt_ttl_main img {
    /*width: auto;*/
    margin: 0 auto;
  }

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

  .navi {
    width: 940px;
    margin: 0 auto 32px;
  }

  .navi ul li {
    width: 24%;
  }

  .navi ul li a {
    font-size: 18px;
  }

  .section-ttl {
    font-size: 36px;
  }


  .section-ttl.section-ttl-en {
    font-size: 40px;
  }

  .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;
    padding-bottom: 64px;
    margin-bottom: 0;
  
  }

  .l-slider.l-slider:nth-of-type(4n+1){
    flex-direction: row;
  }

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

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

  .con2 ul li a:hover,
  .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;
  }

  .l-slider-desc>.style-index {
    margin-bottom: 18px;
  }

  .tfslive_box a:hover {
    opacity: 0.7;
  }
  .banner_box a:hover {
    opacity: 0.7;
  }
}

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

.navi ul li::after {
  position: absolute;
  top: auto;
  bottom: -10px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.navi ul li.navi-long::after {
  top: auto;
  bottom: -10px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.con2 h2 {
  width: 100%;
}
.con2 h2 img{
  width: 124px;
}
.con2 ul{
  width: 100%;
  margin: 0 auto;
}
.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%;
}

.l-slider-desc > div {
  margin-bottom: 16px;
}

}