/*全体*/
html{
  scroll-behavior: smooth;
}
body{
  font-weight: 400;
}
.column-outer{
  width: 1100px;
  margin-bottom: 0;
}
h2{
  margin-bottom: 30px;
}
.red{
  color: #D80C18;
}
.fade-in-section{
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(50px);
}
.fade-in-section.view{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*ヘッダー*/
header.header .logo-svg{
  display: block;
  margin: 0 auto;
  float: none;
}

/*leadセクション*/
.lead{
  position: relative;
}
.lead:before{
  display: block;
  content: '';
  background-color: #F3EEE3;
  height: 100%;
  width: calc(100% - 80px);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.lead .link-to-purchase{
  background-color: #D80C18;
  color: #fff;
}
.lead .link-to-purchase:hover{
  background-color: #AB8637;
}
.lead .fadein-box{
  max-width: 1130px;
  height: 600px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 49px;
  padding-top: 34px;
  position: relative;
}
.lead .fadein-box:before{
  display: block;
  content: '';
  width: calc(100% - 70px);
  height: 25px;
  background: repeating-linear-gradient(-45deg,transparent 0 5px,#AB8637 6px 12px);
  position: absolute;
  bottom: -25px;
  right: 0;
  opacity: 0.3;
}
.lead .fadein-box .img-box{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.lead .fadein-box .img-box img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease;
}
.lead .fadein-box .img-box img.active{
  opacity: 1;
  visibility: visible;
}
.lead .fadein-box .link-to-purchase{
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  margin: auto 0;
  height: 166px;
  width: 50px;
  border-radius: 8px 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateX(150px);
}
.lead .fadein-box .link-to-purchase.view{
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.lead .logo-box{
  max-width: 593px;
  position: absolute;
  top: 138px;
  left: 80px;
  z-index: 1;
}
.lead .logo-box .img-box{
  max-width: 593px;
  position: relative;
}
.lead .logo-box img{
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.lead .logo-box img:first-child{
  max-width: 360px;
  max-height: 203px;
  margin-bottom: 24px;
}
.lead .logo-box img:nth-child(2){
  position: absolute;
  top: 0;
  left: 305px;
  max-width:94px;
  max-height:94px;
  transform: skew(-15deg, 15deg);
}
.lead .logo-box img:nth-child(3){
  max-height: 80px;
}
.lead .logo-box .link-to-purchase{
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 60px;
  display: flex;
  border: solid 1px #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 24px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.4);
}
.lead .logo-box .link-to-purchase:after {
  display: inline-block;
  content: "";
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  transform: translateY(-50%) rotate(-45deg);
  border-top: medium none;
  border-left: medium none;
}
.lead p{
  font-size: 2.4rem;
  line-height: 36px;
  font-weight: 600;
  text-align: right;
  padding-bottom: 77px;
  margin-right: 50px;
}

/*newsセクション*/
.news{
  padding-bottom: 70px;
  margin-top: -70px;
}
.news .column-outer{
  max-width: 840px;
  margin-bottom: 30px;
}
.news h2{
  margin-bottom: 24px;
}
.news li{
  display: flex;
  align-items: center;
}
.news li span{
  margin-right: 66px;
  font-size: 16px;
  line-height: 24px;
}
.news li h3{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.news li h3 a{
  text-decoration: underline;
}
.news .slider-box{
  padding: 24px 0;
  border-top: solid 12px #000;
  border-bottom: solid 12px #000;
}
.news .slider-box .splide__list{
  gap: 24px;
}
.news .slider-box .splide__slide{
  width: 284px !important;
  height: 284px;
}
.news .slider-box .splide__slide:hover{
  opacity: 0.6;
}
.news .slider-box .splide__slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*photobookセクション*/
.photobook{
  background-color: #f3eee3;
  margin-top: 295px;
  scroll-margin-top: 400px;
  display: flex;
}
.photobook h2{
  margin-top: -335px;
}
.photobook .photobook-1{
  display: flex;
  gap: 0 34px;
  margin: 0 auto 40px;
  max-width: 1000px;
}
.photobook .photobook-1 .img-box{
  max-width: 334px;
  max-height: 468px;
}
.photobook .photobook-1 .img-box img{
  height: 100%;
  object-fit: cover;
}
.photobook .photobook-1 .text-box h3{
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 30px;
}
.photobook .photobook-1 .text-box p{
  font-size: 18px;
  line-height: 27px;
}
.photobook .photobook-1 .text-box p span{
  font-size: 14px;
  line-height: 21px;
}
.photobook .photobook-1 .text-box  .detail{
  margin-top: 30px;
}
.photobook .photobook-1 .text-box  .detail span{
  border: solid 1px #AB8637;
  padding: 4px 18px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 14px;
}
.photobook .photobook-1 .text-box  .detail ul li{
  font-size: 18px;
  line-height: 27px;
}
.photobook .photobook-2{
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto 70px;
  padding: 35px 193px 67px;
  position: relative;
}
.photobook .photobook-2 .list-photo{
  overflow: hidden;
}
.photobook .photobook-2 .list-photo .swiper-wrapper{
  width: 614px;
  height: 410px;
}
.photobook .photobook-2 .list-photo .swiper-wrapper li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photobook .photobook-2 .list-photo .swiper-button-next,.photobook .photobook-2 .list-photo .swiper-button-prev{
  color: #000!important;
  width: 18px;
  height: 40px;
}
.photobook .photobook-2 .list-photo .swiper-button-next:hover,.photobook .photobook-2 .list-photo .swiper-button-prev:hover{
  opacity: 0.6;
}
.photobook .photobook-2 .list-photo .swiper-button-next{
  right: 35px;
}
.photobook .photobook-2 .list-photo .swiper-button-prev{
  left: 35px;
}
.photobook .photobook-2 .swiper-thumbnail{
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
}
.photobook .photobook-2 .swiper-thumbnail .swiper-wrapper{
  gap: 14px;
}
.photobook .photobook-2 .swiper-thumbnail .swiper-wrapper li{
  width: 64px !important;
  height: 64px;
  transition: all 0.1s ease-out;
  border: solid 2px #fff;
}
.photobook .photobook-2 .swiper-thumbnail .swiper-wrapper li.swiper-slide-thumb-active{
  border: solid 2px #D80C18;
}
.photobook .photobook-2 .swiper-thumbnail .swiper-wrapper li:hover{
  border: solid 2px #D80C18;
}
.photobook .photobook-2 .swiper-thumbnail .swiper-wrapper li img{
  width;100%;
  height: 100%;
  object-fit: cover;
}
.photobook .photobook-comment{
  display: flex;
  gap: 0 26px;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
  padding: 28px 10px;
  max-width: 1000px;
  margin: 0 auto 40px;
  border-radius: 20px;
}
.photobook .photobook-comment .img-box{
  max-width: 124px;
  max-height: 124px;
}
.photobook .photobook-comment .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.photobook .photobook-comment .text-box{
  max-width: 620px;
}
.photobook .photobook-comment .text-box p{
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  max-width: 620px;
  min-width: 620px;
}
.photobook .photobook-comment .text-box p span{
  overflow: hidden;
  height: 100%;
  max-height: 0;
  transition: .5s;
  display: block;
}
.photobook .photobook-comment.view .text-box p span{
  overflow: visible;
  max-height: 500px;
  margin-top: 25px;
}
.photobook .photobook-comment .text-box .btn{
  background-color: #AB8637;
  color: #fff;
  padding: 8px 14px;
  border: navajowhite;
  border-radius: 100px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 14px;
  border: solid 1px #000;
  width: 100%;
  max-width: 248px;
  transition: 0.3s;
}
.photobook .photobook-comment .text-box .btn:hover{
  background-color: #000;
}
.photobook .photobook-comment .text-box .btn span{
  position: relative;
}
.photobook .photobook-comment .text-box .btn span:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  height: fit-content;
  margin: auto;
  content: "▼";
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.photobook .photobook-comment.view .text-box .btn span:after{
  content: "▲";
}

.photobook .photobook-3{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1000px;
  margin: -130px auto 0;
  padding: 130px 0 0 0;
}
.photobook .photobook-3 .detail{
  background-color: #fff;
  width: 47%;
  padding: 19px 24px 27px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.photobook .photobook-3 .detail h3{
  text-align: center;
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
}
.photobook .photobook-3 .detail.fan h3{
  color: #D80C18;
}
.photobook .photobook-3 .detail.tutaya h3{
  color: #AB8637;
}
.photobook .photobook-3 .detail p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.photobook .photobook-3 .detail p span{
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.photobook .photobook-3 .detail p span.red{
  margin: 8px 0 14px;
  display: inline-block;
}
.photobook .photobook-3 .detail a{
  display: block;
  width: 100%;
  background-color: #D80C18;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 600;
  padding: 20px 0;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #000;
  box-sizing: border-box;
}
.photobook .photobook-3 .detail.tutaya .btn-box{
  display: flex;
  gap: 0 18px;
}
.photobook .photobook-3 .detail.tutaya a{
  background-color: #AB8637;
  padding: 10px 0;
}
.photobook .photobook-3 .detail.tutaya a span{
  display: block;
  font-size: 14px;
  line-height: 18.2px;
}
.photobook .photobook-3 .detail a:hover,.photobook .photobook-3 .detail.tutaya a:hover{
  background-color: #000;
}

/*movieセクション*/
.movie{
  height: auto;
  margin: 0;
  padding: 30px 0 70px;
  overflow: inherit;
}
.movie .movie-box{
  display: flex;
  justify-content: center;
  gap: 40px;
}
.movie .movie-box .movie-content{
  position: relative;
  max-width: 530px;
  max-height: 320px;
  width: 100vw;
  height: 100vw;
}
.movie .movie-box .movie-content iframe{
  max-height: 308px;
  border: solid 10px #F3EEE3;
  box-sizing: border-box;
}

/*interviewセクション*/
.interview{
  position: relative;
}
.interview h2{
  padding-top: 50px;
}
.interview:before{
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url(/common/images/bunshun/v1/ot30th/bg.png);
  background-repeat: repeat;
  background-size: 25px;
  width: calc(100% - 106px);
  margin: 0 auto;
  opacity: 0.2;
}
.interview .column-outer{
  margin-top: 50px;
  padding-bottom: 50px;
}
.interview .no-article{
  margin: 50px 0;
  padding: 0 10px;
  text-align: center;
}
.interview ul.list-thumb li div.right .subtitle{
  display: none;
}
.interview .interview_1 ul.list-thumb li{
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
}
.interview .interview_1 ul.list-thumb li .left{
  width: 560px;
  height: 348px;
  margin: 0;
  background-color: #fff;
}
.interview .interview_1 ul.list-thumb li .right{
  width: 540px;
  height: calc(100% - 32px);
  display: flex;
  flex-flow: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 34px 30px;
  margin-top: 32px;
  overflow: visible;
  background-color: #fff;
}
.interview .interview_1 ul.list-thumb li div.right .list-item.date{
  font-size: 44px;
  line-height: 52px;
  top: -32px;
  left: 30px;
}
.interview .interview_1 ul.list-thumb li div.right .list-item.date span{
  font-size: 20px;
  line-height: 23px;
}
.interview .interview_1 ul.list-thumb li div.right .cat{
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.interview .interview_1 ul.list-thumb li div.right .cat .list-author-icon{
  width: 40px;
  height: 40px;
}
.interview .interview_1 ul.list-thumb li div.right .cat a{
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.interview .interview_1 ul.list-thumb li .right h2{
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.interview .interview_2 .tit{
  border: solid 4px #ab8637;
  background-color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 68px;
  padding: 14px 25px;
}
.interview .interview_2 .tit:before {
  position: absolute;
  content: '';
  top: 98%;
  left: calc(50% - 25px);
  border: 23px solid transparent;
  border-top: 31px solid #fff;
  width: 0;
  height: 0;
  z-index: 2;
}
.interview .interview_2 .tit:after {
  position: absolute;
  content: '';
  top: 100%;
  left: calc(50% - 28px);
  border: 25px solid transparent;
  border-top: 35px solid #ab8637;
  width: 0;
  height: 0;
  z-index: 1;
}
.interview .interview_2 ul.list-thumb{
  padding: 0;
  justify-content: flex-start;
  gap: 30px 25px;
  background: inherit;
}
.interview .interview_2 ul.list-thumb li{
  max-width: 350px;
  padding-top: 33px;
  margin: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(50px);
}
.interview .interview_2 ul.list-thumb li.view{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.interview .interview_2 ul.list-thumb li.center{
  margin: 0;
}
.interview .interview_2 ul.list-thumb li .left{
  width: 100%;
  height: 218px;
  margin: 0;
}
.interview .interview_2 ul.list-thumb li div.right{
  position: initial;
  padding: 16px 18px 12px;
}
.interview .interview_2 ul.list-thumb li div.right h2{
  margin-bottom: 12px;
  padding: 0;
  font-weight: 600;
}
.interview .interview_2 ul.list-thumb li div.right h2 a{
  font-size: 18px;
  line-height: 27px;
}
.interview .interview_2 ul.list-thumb li div.right .cat a{
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.interview ul.list-thumb li div.right .list-item.date{
  font-family: "Londrina Shadow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  line-height: 44px;
  position: absolute;
  top: -22px;
  left: 12px;
  text-align: left;
  width: auto;
  height: auto;
}
.interview ul.list-thumb li.upcoming div.right .list-item.date{
  opacity: 0.4;
}
.interview ul.list-thumb li div.right .list-item.date span{
  font-size: 20px;
  line-height: 20px;
  margin-right: 5px;
}

/*profileセクション*/
.profile .column-outer{
  margin: 70px auto 0;
}
.profile h3{
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
}
.profile h3 span{
  font-size: 14px;
  line-height: 21px;
}
.profile p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.profile .profile_1{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 0 35px;
}
.profile .profile_1 .img-box{
  width: 390px;
  height: 390px;
}
.profile .profile_1 .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile .profile_1 .text-box{
  max-width: 320px;
}
.profile .profile_1 .sns-box{
  max-width: 320px;
}
.profile .profile_1 .sns-box .no-icon a{
  text-align: center;
  border: solid 1px #ab8637;
  padding: 7px 15px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile .profile_1 .sns-box .no-icon a:hover{
  background-color: #000;
  color: #fff;
}
.profile .profile_1 .sns-box .no-icon a span{
  font-size: 12px;
  line-height: 18px;
  display: contents;
}
.profile .profile_1 .sns-box .icon{
  max-width: 220px;
  margin: 20px auto 0;
  gap: 0 20px;
  display: flex;
  justify-content: space-between;
}
.profile .profile_1 .sns-box .icon a{
  width: 40px;
  height: 40px;
}
.profile .profile_1 .sns-box .icon a:hover{
  opacity: 0.6;
}
.profile .profile_2{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 30px;
  margin-top: 34px;
  padding: 30px;
  border: solid 1px #c4c4c4;
}
.profile .profile_2 .img-box{
  max-width: 414px;
  max-height: 257px;
}
.profile .profile_2 .img-box img{
  width: 100%;
  height: 257px;
  object-fit: cover;
}

/*shareセクション*/
.share{
  margin: 50px auto 70px;
  width: fit-content;
  text-align: center;
}
.share h2{
  font-family: "Londrina Shadow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 20px;
}
.share .icon{
  display: flex;
  gap: 44px;
  align-items: center;
  justify-content: center;
}
.share .icon a{
  width: 40px;
  height: 40px;
}
.share .icon a:hover{
  opacity: 0.6;
}
.share .icon a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*FAQセクション*/
.faq{
  background-color: #F3EEE3;
  padding: 10px 0 57px;
}
.faq .faq-box ul li{
  margin-bottom: 12px;
}
.faq .faq-box ul li p{
  background-color: #fff;
  padding: 20px;
  position: relative;
  line-height: 23.17px;
  transition: all 0.2s linear;
  display: flex;
}
.faq .faq-box ul li p.frequently{
  cursor: pointer;
}
.faq .faq-box ul li p.frequently:hover{
  opacity: 0.6;
}
.faq .faq-box ul li p.frequently:after{
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  border-bottom: solid 2px #D80C18;
  border-right: solid 2px #D80C18;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq .faq-box ul li.open p.frequently:after{
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.faq .faq-box ul li p.answer{
  border-top: solid 1px #C4C4C4;
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0 20px;
}
.faq .faq-box ul li.open p.answer{
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 20px;
}
.faq .faq-box ul li p span.icon{
  color: #AB8637;
  font-weight: 700;
  margin-right: 13px;
  display: inline-block;
}
.faq .faq-box ul li p.answer span.icon{
  color: #D80C18;
}
.faq .faq-box ul li p span.text{
  display: inline-block;
  padding-right: 22px;
}
.faq .btn-block a{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 600;
  padding: 17px 0;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #000;
  box-sizing: border-box;
  max-width: 432px;
  margin: 34px auto 0;
  background-color: #fff;
}
.faq .btn-block a:hover{
  background-color: #000;
  color: #fff;
}

