@charset "UTF-8";

:root {
  --lpSetSize: (100vw / 1920);
}
html {
  scroll-behavior:smooth;
}
.l-container {
  width:100%;
}
.feature {
  width:100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #754f1c;
}
.feature * {
  margin:0;
  box-sizing:border-box;
}
.feature img {
  width:100%;
  height:auto;
  vertical-align:top;
  display:block;
}
.feature a { 
  display: block;
  color: inherit;
  text-decoration: none;  
}

/*****************************************************
.feature (PC)
*****************************************************/

/* 共通
----------------------------- */
html { scroll-padding-top: 80px;}
.feature a { transition: opacity 0.3s;}
.feature a:hover { cursor: pointer; opacity: .7;}
.feature .sec__img { background: #ffffff;}
.l-footer { padding-top: 0 !important;}
.pc-footer { margin-top: 0 !important;}

/* .feature（大枠）
----------------------------- */
.feature {
  display: flex;
}

/* .f_left
----------------------------- */
.feature .f_left {
  width: 50%;
}
.feature .f_left .f_left__box {
  position: relative;
  height: 100%;
}
.feature .f_left .f_left__box .f_left__title {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  overflow: hidden;
}
.feature .f_left .f_left__box .f_left__title figure img {
  width: 100%;
  height: calc(100vh - 80px);
  object-fit: cover;
  object-position: center top;  
  position: absolute;
  top:0;
  left:0;
  z-index: 0;
}
.feature .f_left .f_left__box .f_left__title h1 {
  width: calc(386.1372 * var(--lpSetSize));
  position: absolute;
  top: calc(20 * var(--lpSetSize));
  right: calc(20 * var(--lpSetSize));
  z-index: 1;
}
.feature .f_left .f_left__box .f_left__title .hero_txt02 {
  width: calc(24.1465 * var(--lpSetSize));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);  
  left: calc(20 * var(--lpSetSize));
  z-index: 1;
}
.feature .f_left .f_left__box .f_left__title .hero_txt03 {
  width: calc(439.1055 * var(--lpSetSize));
  position: absolute;
  bottom: calc(40 * var(--lpSetSize));
  left: calc(40 * var(--lpSetSize));
  z-index: 1;
}


/* .f_main
----------------------------- */
.feature .f_main {
  width: 50%;
  background: #ffffff;
}
.feature .f_main .inner {
  width: calc(640 * var(--lpSetSize));
  margin: 0 auto;
}


/*****************************************************
.feature (SP)
*****************************************************/

/* .hero
----------------------------- */
.feature .hero {
  position: relative;
}
.feature .hero h1 {
  width: 100%;
  position:absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/*****************************************************
.feature (PC・SP共通)
*****************************************************/
.feature .f_main {
  background: #ffffff;
}

/* .wrap_lead
----------------------------- */
.feature .wrap_lead {
  padding-bottom:calc(200 * var(--lpSetSize));
}
.feature .wrap_lead p {
  width: calc(450 * var(--lpSetSize));
  font-size: calc(20 * var(--lpSetSize));
  line-height: 1.94;
  text-align: justify;
  letter-spacing: -0.06em;
  padding: calc(108 * var(--lpSetSize)) 0 calc(96 * var(--lpSetSize)) calc(34 * var(--lpSetSize));
}
/* video */
.feature .video_wrap {
  position:relative;
}
.feature .video_wrap video {
  display: block;
  width: 100% !important;
  height: auto;
  min-height: calc(1043 * var(--lpSetSize));
}
.feature .video_wrap .btn_sound {
  position: absolute;
  bottom: calc(15 * var(--lpSetSize));
  right: calc(15 * var(--lpSetSize));
  cursor: pointer;
  width: calc(42 * var(--lpSetSize));
  height: calc(42 * var(--lpSetSize));
}
.feature .video_wrap .sound_on {
  display: block;  
}
.feature  .video_wrap .off .sound_on {
  display: none;
}
.feature .video_wrap .sound_off {
  display: none;
}
.feature .video_wrap .off .sound_off {
  display: block;
}


/* .sec
----------------------------- */
.feature .sec01 h2 {
  width: calc(450.6992 * var(--lpSetSize));
  margin: 0 0 calc(16 * var(--lpSetSize)) calc(34 * var(--lpSetSize));
}
.feature .sec02 h2 {
  width: calc(439.2363 * var(--lpSetSize));
  margin: 0 0 calc(32 * var(--lpSetSize)) calc(34 * var(--lpSetSize));
}
.feature .sec03 h2 {
  width: calc(365.7393 * var(--lpSetSize));
  margin: 0 0 calc(16 * var(--lpSetSize)) calc(34 * var(--lpSetSize));  
}
.feature .sec .lead {
  font-size: calc(20 * var(--lpSetSize));
  line-height: 1.94;
  text-align: justify;
  padding: 0 calc(34 * var(--lpSetSize)) calc(38 * var(--lpSetSize)) calc(186 * var(--lpSetSize));
}
.feature .sec01 .lead {
  letter-spacing: -0.08em;
}
.feature .sec02 .lead { 
  letter-spacing: -0.1em;
}
.feature .sec03 .lead {
  text-align: left;
  letter-spacing: -0.1em;
} 
.feature .sec .sec__img {
  width: 100%;
}
.feature .sec .s_image  {
  padding: calc(40 * var(--lpSetSize)) calc(34 * var(--lpSetSize)) 0;
  display: flex;
  flex-direction: column;
}
.feature .sec .group01 .s_image  {
  padding: calc(40 * var(--lpSetSize)) calc(34 * var(--lpSetSize)) 0 0;
}
.feature .sec .group02 .s_image,
.feature .sec .group04 .s_image {
   align-items: flex-end;
}
.feature .sec .s_image .sec__img {
  width: calc(366 * var(--lpSetSize));
}
.feature .sec01 .group01 .s_image .sec__img  {
  width: calc(458 * var(--lpSetSize));
}

/* credit
----------------------------- */
.feature .sec__credit {
  margin: 0 auto;
  padding: calc(26 * var(--lpSetSize)) calc(34 * var(--lpSetSize)) 0;
}
.feature .sec__credit .credit {
  display:flex;
  gap: calc(20 * var(--lpSetSize));
}
.feature .sec__credit .credit li {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(20 * var(--lpSetSize));
  line-height: 1.35;
}
.feature .sec__credit .credit li {
  position: relative;
}
.feature .sec__credit .credit li,
.feature .sec__credit .credit a {
  display: flex;
}

/* .js_accordion
----------------------------- */
.js_accordion {
  min-height: calc(200 * var(--lpSetSize));
  position: relative;
}
.group03 .js_accordion {
  min-height: calc(255 * var(--lpSetSize));
}
.js_accordion .content_accordion {
  display: none;
}
.group01 .js_accordion .btn_accordion,
.group03 .js_accordion .btn_accordion,
.group05 .js_accordion .btn_accordion {
  position:absolute;
  top: calc(-59 * var(--lpSetSize));
  right: calc(34 * var(--lpSetSize));
}
.group02 .js_accordion .btn_accordion,
.group04 .js_accordion .btn_accordion {
  position:absolute;
  top: calc(-59 * var(--lpSetSize));
  left: calc(34 * var(--lpSetSize));
}
.js_accordion .btn_accordion span {
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  display: block;
  width: calc(59 * var(--lpSetSize));
  height:calc(59 * var(--lpSetSize));
}
.btn_accordion span::before,
.btn_accordion span::after{
  position:absolute;
  content:'';
  top:0;
  right:0;
  bottom:0;
  width: calc(59 * var(--lpSetSize));
  height: calc(1 * var(--lpSetSize));
  margin:auto;
  background:#5e3a0f;
}
.btn_accordion span::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.btn_accordion.active span::after{
  transform:rotate(0deg);
}


/* .sec_bottom
----------------------------- */
.feature .sec_bottom {
  padding: calc(40 * var(--lpSetSize)) calc(34 * var(--lpSetSize)) calc(190 * var(--lpSetSize));
}
.feature .sec_bottom .sec__btn {
  width: calc(193.4297 * var(--lpSetSize));
  margin:0 auto calc(175 * var(--lpSetSize));
}
.feature .sec_bottom .staff {
  font-size: calc(18 * var(--lpSetSize));
  line-height: 1.55;
}


/*****************************************************
animation
*****************************************************/

/* .js_fadein
----------------------------- */
.feature .js_anime.js_fadein {
  opacity: 0;
  transition: opacity 1s ease-in;
}
.feature .js_anime.js_fadein.is_show {
  opacity: 1;
}
.feature .js_anime.js_fadein.--1.is_show {
  transition-delay: 0.6s;
}


/* .js_fadeleft
----------------------------- */
.feature .js_anime.js_fadeleft {
  opacity: 0;
}
.feature .js_anime.js_fadeleft.is_show {
  animation: 2s fadeleft ease-in-out forwards;
}
.feature .js_anime.js_fadeleft.--1.is_show {
  animation-delay: 0.3s;
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* .js_faderight
----------------------------- */
.feature .js_anime.js_faderight {
  opacity: 0;
}
.feature .js_anime.js_faderight.is_show {
  animation: 2s faderight ease-in-out forwards;
}
.feature .js_anime.js_faderight.--1.is_show {
  animation-delay: 0.3s;
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/*****************************************************
レスポンシブ対応 (PC ONLY)
*****************************************************/
@media screen and (min-width: 1920px) { 
  :root {
    --lpSetSize: 1px;
  }
  .feature .f_main .inner {
    width: 640px;
  }
}