@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
  width: auto;
}

footer {
  position: relative;
  z-index: 2;
}

.nav-top {
  display: none;
  z-index: 5;
}

:root {
  --color_regular: #33302A;
  --color_01: #F2EFE9;
  --color_02: #779367;
  --color_bg: #FFFCF4;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .1em;
}

.LP_page {
  padding-bottom: 14rem;
  background: var(--color_bg);
  color: var(--color_regular);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  overflow-x: clip;
  opacity: 0;
  transition: opacity 1s;
}

.LP_page.active {
  opacity: 1;
}

.LP_page picture {
  display: block;
  font-size: 0;
}

.LP_page a {
  display: block;
}

.LP_page a:hover {
  opacity: 1 !important;
}

.LP_page img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*----------------------------all*/

/*mv-----------------------------*/
.mv_area {
  padding: 6rem 0;
}

.main_ttl {
  width: 100rem;
  margin: 0 auto 6rem;
}

.main_lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
/*-----------------------------mv*/

/*profile------------------------*/
.profile_wrap {
  width: 82.5rem;
  margin: 0 auto;
  padding: 5rem 6rem;
  border: solid rgba(51, 48, 42, .3);
  border-width: .1rem;
}

.profile_img {
  float: left;
  width: 22rem;
  border-radius: 50%;
  margin-right: 3rem;
  overflow: clip;
}

.profile_detail_wrap {
  padding-top: .8rem;
}

.profile_name {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.profile_name span {
  display: block;
  margin-top: .8rem;
  font-size: 1.6rem;
}

.profile_detail {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em;
}
/*------------------------profile*/

/*interview----------------------*/
.interview_list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 6rem;
}

.interview_list li {
  width: 58.8rem;
  padding: 5rem 4rem;
  background: var(--color_01);
}

.interview_list li dt {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.interview_list li dt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: .6rem;
  height: 100%;
  background: var(--color_02);
  opacity: .4;
  content: "";
}

.interview_list li dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
/*----------------------interview*/

/*movie--------------------------*/
.movie_area {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  margin-top: 8rem;
}

.movie_area::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 31rem;
  background: linear-gradient(to right, rgba(242, 239, 233, 1) 60%, rgba(242, 239, 233, 0));
  content: "";
}

.movie_area h3 {
  order: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.movie_area h3 .txt_L {
  display: block;
  margin-top: .5rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.movie_wrap {
  width: 36rem;
}

.movie_inner {
  position: relative;
  padding: calc(16% / 0.09) 0 0 0;
}

.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------movie*/

.link_20thLP {
  width: fit-content;
  margin: 12rem auto 0;
}

.link_20thLP a {
  position: relative;
  display: grid;
  place-items: center;
  width: 60rem;
  height: 8rem;
  border: solid var(--color_regular);
  border-width: .1rem;
  border-radius: 4rem;
  background: var(--color_regular);
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  transition: backgound-color .3s, color .3s;
}

.link_20thLP a:hover {
  background: var(--color_01);
  color: var(--color_regular);
}

.link_20thLP a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid #fff;
  border-right: solid #fff;
  border-width: .3rem;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 3rem;
  content: "";
  transition: border-color .3s, margin .3s;
}

.link_20thLP a:hover::before {
  border-color: var(--color_regular);
  margin-right: 1.5rem;
}

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:768px) {
/*all----------------------------*/
.LP_page .only_pc {
  display: none;
}

#share {
  z-index: 5 !important;
}

.share-txt {
  margin: 0 !important;
  padding-bottom: calc(20 * (100vw / 430));
  background: var(--color_bg);
}

.LP_page {
  padding-bottom: calc(70 * (100vw / 430));
}

/*----------------------------all*/

/*mv-----------------------------*/
.mv_area {
  padding: calc(50 * (100vw / 430)) 0 calc(60 * (100vw / 430));
}

.main_ttl {
  width: calc(400 * (100vw / 430));
  margin: 0 auto calc(40 * (100vw / 430));
}

.main_lead {
  font-size: calc(15 * (100vw / 430));
}
/*-----------------------------mv*/

/*profile------------------------*/
.profile_wrap {
  width: calc(400 * (100vw / 430));
  padding: calc(30 * (100vw / 430)) calc(20 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
}

.profile_img {
  width: calc(130 * (100vw / 430));
  margin-right: calc(15 * (100vw / 430));
}

.profile_detail_wrap {
  padding-top: calc(20 * (100vw / 430));
}

.profile_name {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.profile_name span {
  margin-top: calc(8 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
  line-height: 1.4;
}

.profile_detail {
  font-size: calc(12 * (100vw / 430));
}
/*------------------------profile*/

/*interview----------------------*/
.interview_list {
  display: block;
  width: calc(400 * (100vw / 430));
  margin: calc(35 * (100vw / 430)) auto 0;
}

.interview_list li {
  width: auto;
  padding: calc(30 * (100vw / 430)) calc(25 * (100vw / 430));
}

.interview_list li:nth-of-type(n+2) {
  margin-top: calc(20 * (100vw / 430));
}

.interview_list li dt {
  margin-bottom: calc(15 * (100vw / 430));
  padding-left: calc(18 * (100vw / 430));
  font-size: calc(17 * (100vw / 430));
}

.interview_list li dt::before {
  width: calc(5 * (100vw / 430));
}

.interview_list li dd {
  font-size: calc(13 * (100vw / 430));
}
/*----------------------interview*/

/*movie--------------------------*/
.movie_area {
  display: block;
  margin-top: calc(60 * (100vw / 430));
}

.movie_area::before {
  display: none;
}

.movie_area h3 {
  margin-bottom: calc(25 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.movie_area h3 .txt_L {
  margin-top: calc(5 * (100vw / 430));
  font-size: calc(24 * (100vw / 430));
}

.movie_wrap {
  width: calc(375 * (100vw / 430));
  margin: 0 auto;
}
/*--------------------------movie*/

.link_20thLP {
  margin: calc(60 * (100vw / 430)) auto 0;
}

.link_20thLP a {
  width: calc(370 * (100vw / 430));
  height: calc(60 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  border-radius: calc(30 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.link_20thLP a::before {
  border-width: calc(2 * (100vw / 430));
  width: calc(8 * (100vw / 430));
  height: calc(8 * (100vw / 430));
  margin-right: calc(15 * (100vw / 430));
}

.link_20thLP a:hover::before {
  margin-right: calc(8 * (100vw / 430));
}

}

/*---------------------------------------------Smart phone*/

/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .only_sp {
    display: none !important;
  }

  #header_bottom .inner {
    width: 100%;
  }

}
/*------------------------------------------------------PC*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1600px){
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
