@charset "utf-8";
/* CSS Document */


.all-wrapper{
  background: #000;
}
#concept_header{
  max-width: 1920px;
  margin:0 auto;
  overflow: hidden;
  font-weight: 400;
  background: #fff;
  color:#000;
  }
.video-top-wrapper {
overflow: hidden;
position: relative;
width: 100%;
height:auto;
}
/*
.video-top-wrapper::before {
content: "";
position: absolute; 
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: rgba(255, 255, 255, 0.2);
}
*/
.video-top-wrapper::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #000 100%);
}
.video-top-wrapper video {
width: 100%; 
height: 100%; 
object-fit: cover; 
}
.video-top-wrapper picture {
  width: 100%; 
  height: 100%; 
  }
.video-top-wrapper picture .concept_mainimg{
width: 100%; 
height: 100%; 
object-fit: cover; 
}

.concept_header-content {
width:100%;
margin: 0;
position: absolute;
bottom: 80px;
left: 0;
text-align: center;
}

.concept_header-content h2 {
  all: initial;
  color: rgb(255 255 255 / 50%);
  text-shadow: 2px 4px 4px rgb(100 100 100 / 0.3);
  font-family: "Tangerine", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
  z-index: 2;
}
.concept_header-content h2 span {
  all: initial;
  display: block;
  margin-top: 0.25rem;
  text-align: center;
  width:100%;
  color:#85776f;
  font-family: var(--font-family-serif);
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}


#concept_wrapper{
  max-width: 1920px;
  margin:-50px auto 0 ;
  font-weight: 400;
  background:rgb(0, 0, 0);
  color:#ffffff;

  }
  #concept_wrapper::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0),rgb(255, 255, 255) 100%);
  }
.sec-article {
    content-visibility: auto;
    contain-intrinsic-size: 100vh;
    position: relative;
    width: 100%;
    transition: all 1s
  }
  #concept_wrapper .gradation {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent 15vh, #000000c7 100vh, #000 100%);
    opacity: .7;
    transition: all 1s;
    z-index: -1;
}

#concept_wrapper .video-wrapper {
  z-index: -2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  transform-origin: bottom;
  transform: scale(0.8);
}

#concept_wrapper .video-wrapper .video-wrapper__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#concept_wrapper .video-wrapper .video-wrapper__inner .sec-video {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 1s;
  transform-origin: bottom;
}

    #concept_wrapper .content-wrapper{
      width:960px;
      margin:0 auto;
      padding-top:50px;
      margin-top:-100px;
    }

    .section_first{
      display: flex;
    }
    .section_first .section_first_img{
      display: block;
      width:38%;
      padding-top: 0;
    }
    .section_first .section_first_img img{
      width:100%;
      z-index: 2;
    }

    .section_first .section_first_txt{
      display: block;
      width:62%;
      position: relative;
      padding-top:50px;
      padding-left:40px;
    }
    .section_first .section_first_txt h3{
      font-size:4rem;
      font-weight: 400;
      margin-bottom:2.5rem;
    }
    .section_first .section_first_txt p.txt{
      font-size:2.4rem;
      white-space: pre-wrap;
      word-wrap: break-word;
      line-height: 1.8;
    }
    .section_first .section_first_txt p.section_first_catch{
      font-family: "Tangerine", cursive;
      font-weight: 400;
      font-style: normal;
      font-size:19rem;
      color:rgba(75, 111, 134, 0.2);
      margin-left:-40px;
      letter-spacing: 0;
    }

    
    .section_second{
      display: flex;
      flex-direction:row-reverse;
      margin-top: 100px;
    }
    .section_second .section_second_img{
      display: block;
      width:48%;
      margin-top: -10px;
    }
    .section_second .section_second_img img{
      width:100%;
      z-index: 2;
    }

    .section_second .section_second_txt{
      display: block;
      width:52%;
      position: relative;
      padding-top:50px;
    }
    .section_second .section_second_txt h3{
      font-size:4rem;
      font-weight: 400;
      margin-bottom:2.5rem;
    }
    .section_second .section_second_txt p.txt{
      font-size:2.4rem;
      white-space: pre-wrap;
      word-wrap: break-word;
      line-height: 1.8;
    }
    .section_second .section_second_txt p.section_second_catch{
      font-family: "Tangerine", cursive;
      font-weight: 400;
      font-style: normal;
      font-size:19rem;
      color:rgba(75, 111, 134, 0.2);
      margin-left:-30px;
      letter-spacing: 0;
    }


    .section_third{
      display: flex;
      margin-top:100px;
    }
    .section_third .section_third_img{
      display: block;
      width:38%;
      padding-top: 3rem;
    }
    .section_third .section_third_img img{
      width:100%;
      z-index: 2;
    }

    .section_third .section_third_txt{
      display: block;
      width:62%;
      position: relative;
      padding-top:50px;
      padding-left:40px;
    }
    .section_third .section_third_txt h3{
      font-size:4rem;
      font-weight: 400;
      margin-bottom:2.5rem;
    }
    .section_third .section_third_txt p.txt{
      font-size:2.4rem;
      white-space: pre-wrap;
      word-wrap: break-word;
      line-height: 1.8;
    }
    .section_third .section_third_txt p.section_third_catch{
      font-family: "Tangerine", cursive;
      font-weight: 400;
      font-style: normal;
      font-size:19rem;
      color:rgba(75, 111, 134, 0.2);
      margin-left:-30px;
      letter-spacing: 0;
    }


    .section_review{
      margin-top: 100px;
      padding:120px 0;
      background: rgb(64 60 55 / 50%);
      position: relative;
    }


    .section_review .section_review_box h3{
      font-size:3rem;
      margin-bottom:4rem;
      font-weight: 400;
    }
    .section_review .section_review_box p.txt{
      white-space: pre-wrap;
      word-wrap: break-word;
      line-height: 5rem;
      letter-spacing: 0.2rem;
      font-size:1.8rem;
    }

    .section_review p.section_review_catch{
      font-family: "Tangerine", cursive;
      font-weight: 400;
      font-style: normal;
      font-size:19rem;
      color:rgba(75, 111, 134, 0.2);
      letter-spacing: 0;
      position: absolute;
      right:-30px;
      top:-100px;
    }
      .section_howto{
      margin-top: 100px;
      color:#25253f;
    }

    .section_howto:last-child {
      margin-bottom: 300px;
 }
    .section_howto h3{
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
  font-size:15.5rem;
  text-align: center;
  letter-spacing: 0.8rem;
  margin:0 auto;
  margin-bottom: 100px;
  color:rgba(75, 111, 134, 0.2);
}

.section_howto h3>span {
  font-family: var(--font-family-hj);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  margin-top: 10px;
  color: #25253f;
}

.section_howto h3>span::before, .section_howto h3>span::after {
  border-top: 1px solid rgba(75, 111, 134, 0.2);
  content: "";
  width: 150px;
}
.section_howto h3>span::before {
  margin-right: 50px; 
}
.section_howto h3>span::after {
  margin-left: 50px; 
}


.section_howto .section_howto_box{
  margin:0 auto;
  width:910px;

}
.section_howto .section_howto_box h4{
  border:1px solidrgb(109, 109, 109);
  letter-spacing: 0.4rem;
  width:100%;
  padding:3.5rem 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  font-size:2.8rem;
  font-weight: 400;
  margin-top: 5rem;
  margin-bottom:3rem;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.section_howto .section_howto_box p.txt{
  padding:1rem 1rem 3rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  font-size:1.8rem;
}

.section_howto .section_howto_box p.txt span,.section_howto .section_howto_box  ol li span{
  color:#c52276;
}

.section_howto .section_howto_box p.txt span.underline,.section_howto .section_howto_box  ol li span.underline{
  color:inherit;
  border-bottom:1px solid #25253f ;
}


.section_howto .section_howto_box ol {
  margin:0;
  padding:1rem 1rem ;
  list-style: none;
  counter-reset: number;
}
.section_howto .section_howto_box  ol li {
  position: relative;
  padding-left: 3rem;
  font-size:1.8rem;
  margin-bottom: 2rem;
}
.section_howto .section_howto_box ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
}
.for_prof {
  display: block;
  width: 450px;
  background: rgba(255, 255, 255, 0.75);
  padding: 30px 20px;
  color: #000000;
  /*border: 1px solid rgba(0, 0, 0, 0.85);*/
  border-radius: 10px;
  text-align: center;
  margin: 0 auto 80px auto;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.trmt_first_txt {
  font-size: 2rem;
  white-space: pre-wrap;
  text-align: center;
}
.content_img {
  margin-bottom: 100px;
}
.trmt_first_txt p.txt {
  font-size: 1.15rem;
  white-space: pre-wrap;
  text-align: center;
  line-height: 2.4;
} 
p.section_first_catch {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 13rem;
  color: rgba(75, 111, 134, 0.2);
  margin-left: -40px;
  letter-spacing: 0;
}
.content-wrapper figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.trmt_first_txt h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Shippori Mincho B1', serif;
  font-weight: 300;
}
.interview_area h3 {
  text-align: left;
  border-bottom: 1px solid #ffffff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
}
.interview_area p {
  margin-bottom: 5rem;
  white-space: pre-wrap;
  font-family: 'Noto Sans JP', sans-serif;
}
.interviews {
  display: block;
  margin-bottom: 8rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.interviews dt {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  white-space: pre-wrap;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 1.7;
}
.interviews dd {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5rem;
  white-space: pre-wrap;
  line-height: 2.3;
}
.interview_area {
  /*margin-top: 50px;*/
}
.interview_area h2 {
  margin: 4rem 0 -1rem;
  font-size: 3rem;
  color: #b6b6b64f;
}
.interview_area h2 span {
  font-weight: 400;
  font-size: 2.7rem;
  letter-spacing: 0.1rem;
  color: #97877e;
}
#pc-content {
  display: block;
}
#sp-content {
  display: none;
}
@media screen and (min-width: 780px) {
  .br-sp {
    display: none;
  }
}
.event_mv_special {
  text-align: center;
  width: 100%;
  min-width: 1200px;
}
.event_mv_special img {
  width: 100%;
}
.section_review_box {
  width: 960px;
  margin: 0 auto;
}
.interview_area h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Shippori Mincho B1', serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #97877e;
}
.section_review .section_review_box h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Shippori Mincho B1', serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 4rem;
  color: #97877e;
}
.interview_area figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.interview_area_02 {
  margin: 1rem 0 35rem;
}
.ev_gravure_area {
  width: 100%;
  padding: 50px 0;
}
.ev_gravure_area .inner {
  width: 960px;
  margin: 0 auto;
}
.prof_selfie {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prof_selfie li.grid {
  width: 48%;
  text-align: center;
  position: relative;
  margin: 10px auto;
}
.grid::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.prof_selfie li.grid img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 50%);
}
.grid img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: top;
}
.for_sche {
  display: block;
  width: 450px;
  background: #685032e8;
  padding: 30px 50px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 80px auto;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  border-radius: 10px;
}
#concept-companion-wrap {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 1150px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.box-companion {
  width: 16.66%;
  text-align: center;
  padding: 0;
  border: 0;
}
.trim-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.concept-concept .inner_block .content_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.trim-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  width: 100%;
  max-height: initial;
}
.levels_title {
  margin: 0 0 1.5rem;
  font-size: 2.5rem;
  color: #b6b6b64f;
}