/*--------------------------------
  　共通
--------------------------------*/
body {
  overflow-x: hidden;
}
#wrap {
  overflow: hidden;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.sp-only {
  display: none;
}
.tablet {
  display: none;
}
.font-en {
  font-family: minerva-modern, sans-serif;
}
.font-en02 {
  font-family: leander-script-pro, sans-serif;
}
.font-min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.font-main {
  color: #CBD85E;
}
.bg-main {
  background-color: #7F6E64;
}
.link-underline {
  text-decoration: underline;
}
.block-content {
  padding: 16vw 0px 0px;
}
.inner-area {
  padding: 0px 10vw;
}
.block-content .block-title {
  margin-bottom: 80px;
}
.block-content .block-title-main {
  font-size: 65px;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.block-content .block-title-main span {
  border-bottom: 3px solid #CBD85E;
}
.block-content .block-title-sub {
  font-size: 22px;
}
.block-content .main-title {
  font-size: 40px;
  line-height: 2;
  margin-bottom: 80px;
}
.block-content .main-description {
}
.img-shadow {
  box-shadow: 8px 8px 20px rgb(0 0 0 / 10%);
}
.img-shadow02 {
  box-shadow: -8px 8px 20px rgb(0 0 0 / 10%);
}
.btn01 {
  width: 800px;
  border: 1px solid #7F6E64;
  border-radius: 40px;
}
.btn02 {
  width: 400px;
  border: 1px solid #7F6E64;
  border-radius: 40px;
  margin-top: 70px;
}

/* ティザー */
.teaser-block {
  margin-top: 20vw;
}
.teaser-title {
  font-size: 50px;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.teaser-title span {
  font-size: 32px;
}
.teaser-img-list li {
  height: 300px;
  opacity: .1;
}
.singlepage-block .details-block p.thanks-description {
  font-size: 18px;
}


/*--------------------------------
  　ヘッダー
--------------------------------*/
header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  z-index: 999;
}
.logo-area {
  width: 130px;
  height: 60px;
  top: 50%;
  left: 50px;
  margin-top: -30px;
}
nav.main-navigation {
  margin-right: 12px;
}
nav.main-navigation ul.nav-list {
  margin-top: 40px;
}
nav.main-navigation ul.nav-list li {
  padding: 0px 20px;
}
nav.main-navigation ul.nav-list li a {
  font-size: 16px;
  line-height: 2;
}
nav.main-navigation ul.nav-list li a.bottom-hover {
  position: relative;
  display: inline-block;
}
nav.main-navigation ul.nav-list li a.bottom-hover:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #CBD85E;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}
nav.main-navigation ul.nav-list li a.bottom-hover:hover {
  text-decoration: none;
}
nav.main-navigation ul.nav-list li a.bottom-hover:hover:before {
  width: 100%;
}
nav.main-navigation ul.nav-list li.nav-instagram {
  padding: 0px 20px 0px 12px;
}
nav.main-navigation ul.nav-list li.nav-twitter {
  padding: 0px 20px 0px 12px;
}
nav.main-navigation ul.nav-list li a.application {
  border: 1px solid #7F6E64;
  padding: 12px 32px;
  border-radius: 25px;
  line-height: 1;
  font-size: 15px;
}
nav.main-navigation ul.nav-list li span {
  transition: .5s;
}
nav.main-navigation ul.nav-list li a img {
  height: 20px;
}
nav.main-navigation ul.nav-list li.nav-newsletter a img {
  height: 40px;
}


/*--------------------------------
  　メインビジュアル
--------------------------------*/
.main-visual {
  margin-top: 120px;
  height: 80vh;
}
.slide-block {
  width: 80vw;
  height: 80vh;
  right: 0;
}
.slide-block ul {
  width: 100%;
  height: 100%;
}
.slide-block ul li {
  width: 100%;
  height: 100%;
}
.main-visual-title {
  top: 40px;
  left: 80px;
}
.main-visual-title p.main-copy {
  font-size: 50px;
  line-height: 1.8;
  text-shadow: 2px 2px 0px rgba(255,255,255,.8);
}
.main-visual-title p.description-copy {
  font-size: 16px;
  line-height: 2;
  margin-top: 24px;
  text-shadow: 1px 1px 0px rgb(255 255 255 / 100%);
}
.main-visual-icon {
  width: 600px;
  bottom: -55px;
  right: 30px;
  opacity: .8;
}
.slide-block ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,.1);
  z-index: 99;
}
.main-visual .bottom-border {
  display: inline-block;
  position: absolute;
  left: 80px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 70px;
  overflow: hidden;
  color: gray;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.main-visual .bottom-border:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #7F6E64;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/*--------------------------------
  　ストーリー
--------------------------------*/
.block-content#story {
  padding-top: 16vw;
  margin-bottom: 16vw;
}
.block-content#story .block-title {
  margin-bottom: 36px;
}
.block-content#story .main-description {
  font-size: 15px;
  line-height: 2;
}
.block-content#story .story-bg-shadow {
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: .1;
}
.block-content#story .text-block {
  padding-left: 8vw;
}


/*--------------------------------
  　PLAN/サービス
--------------------------------*/
.service-list-el {
  margin-bottom: 12vw;
}
.block-content#service .tokyo-only {
  margin-bottom: 60px;
}
.block-content#service .tokyo-only span.inner-block {
  font-size: 16px;
  padding: 12px 32px;
  border: 1px solid #7F6E64;
}
.service-list-el:last-child {
  margin-bottom: 2vw;
}
.service-list-el .img-area .img-box {
  height: 350px;
}
.service-list-el .text-area {
  padding-left: 6vw;
}
.service-list-el:nth-child(even) .text-area {
  padding-left: 2vw;
  padding-right: 4vw;
}
.service-list-el .text-area .description-title {
  font-size: 22px;
  line-height: 2;
  margin-bottom: 12px;
}
.service-list-el .text-area .description-text {
  font-size: 14px;
  line-height: 2;
}
.service-list-el .text-area .count-text {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 16px;
}
.service-list-el .text-area .count-text span {
  font-size: 28px;
}
.block-content#howtouse .bottom-border {
  height: 18vw;
  width: 1px;
  background-color: #7F6E64;
  bottom: -24vw;
  left: 50%;
}


/*--------------------------------
  　スペシャルボックス
--------------------------------*/
.block-content#service {
  padding: 16vw 0px;
  background: rgba(224,211,179,.2);
}
.plan-block-el .img-block {
  height: 500px;
}
.plan-block-el .img-block p {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  position: absolute;
  line-height: 1;
  padding: 20px;
  font-size: 18px;
  left: -10px;
  top: -10px;
}
.plan-block .plan-block-el:first-child .img-block p {
  background-color: rgb(166 208 200 / 70%);
}
.plan-block .plan-block-last-el .img-block p {
  background-color: rgb(214 189 144 / 70%);
}
.plan-block .plan-block-el {
  margin-bottom: 8vw;
}
.plan-block .plan-block-last-el {
  margin-bottom: 0px;
}
.plan-block .plan-block-el .text-block {
  padding-left: 6vw;
}
.plan-block .plan-block-el:nth-child(even) .text-block {
  padding-left: 0vw;
  padding-right: 6vw;
}
.plan-block-el .plan-block-plantitle {
  line-height: 1;
}
.plan-block-el .plan-block-title {
  font-size: 45px;
  line-height: 1.5;
}
.plan-block-el p.plan-block-for-women {
  line-height: 1.5;
  font-size: 14px;
}
.plan-block-el:first-child .plan-block-title {
  color: #a6d0c8;
}
.plan-block-el:last-child .plan-block-title {
  color: #d6bd90;
}
.plan-block-el:first-child .btn02 {
  background-color: #a6d0c8;
  border: 1px solid #a6d0c8;
}
.plan-block-el:last-child .btn02 {
  background-color: #d6bd90;
  border: 1px solid #d6bd90;
}
.plan-block-el .btn {
  position: relative;
}
.plan-block-el .btn span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(127 110 100 / 50%);
  border-radius: 40px;
  padding-top: 7px;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}
.plan-block-el .btn-sub-text {
  font-size: 14px;
  line-height: 1;
  margin-top: 12px;
}
.plan-block-el .plan-description {
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #7F6E64;
  border-bottom: 1px solid #7F6E64;
  padding: 12px 0px;
  margin-top: 20px;
}
.plan-block-el .small-text {
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
}
.plan-block-el ul {
  margin-top: 24px;
}
.plan-block-el li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.plan-block-el li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.plan-block-el .btn02 {
  margin-top: 24px;
}
.plan-block-el .plan-block-fee {
  font-size: 40px;
  line-height: 1;
  margin-top: 20px;
}
.plan-block-el .plan-block-fee span {
  font-size: 20px;
}
.specialbox-details-block {
  margin-top: 12vw;
  padding: 0px 4vw;
}
.specialbox-details-title {
  font-size: 28px;
  line-height: 2;
  margin-bottom: 70px;
}
.specialbox-details-title span {
  font-size: 22px;
}
#specialbox .btn01 {
  margin-top: 80px;
}
.preparation-title {
  font-size: 22px;
  line-height: 2;
  margin-top: 4vw;
}

/* スペシャルボックスに含まれているもの */
.specialbox-details-el {
  margin-bottom: 80px;
}
.specialbox-details-el:last-child {
  margin-bottom: 0px;
}
.specialbox-details-el .img-area{
  height: 400px;
  z-index: 100;
}
.specialbox-details-el .text-area {
  padding-left: 4vw;
  padding-top: 70px;
}
.specialbox-details-el:nth-child(even) .text-area {
  padding-left: 0vw;
  padding-right: 4vw;
}
.specialbox-details-el .text-area .tips-text {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1;
}
.specialbox-details-el .text-area .main-text {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 12px;
}
.specialbox-details-el .text-area .description-text,
.specialbox-details-el .text-area .description-text a {
  font-size: 14px;
  line-height: 2;
}
.specialbox-details-el .text-area .small-text {
  font-size: 12px;
  margin-top: 12px;
}
.specialbox-details-el .text-area:after {
  content: "";
  height: 1px;
  width: 120%;
  background-color: #7F6E64;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 99;
}
.specialbox-details-el:nth-child(even) .text-area:after {
  right: auto;
  left: 0;
}


/*--------------------------------
  　メッセージ
--------------------------------*/
.message-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.message-text {
  font-size: 18px;
  line-height: 2.4;
}
.staff-img-block {
  width: 1000px;
  margin-top: 60px;
}
.staff-img-block li {
  padding: 0px 24px;
}
.staff-img-block li img {
  border-radius: 50%;
}
.block-content#message a.btn {
  margin-top: 70px;
}

/* 登録フォーム */
.newsletter {
  display: none;
  margin-top: 50px;
}


/*--------------------------------
  　お問い合わせ
--------------------------------*/
#contact .contact-description {
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
}
.contact-block {
  padding: 40px 20px;
  border: 1px solid #7F6E64;
}
.contact-block-el {
  border-right: 1px solid #7F6E64;
  padding: 20px;
}
.contact-block-el:last-child {
  border-right: none;
}
.contact-block-el .contact-title-en {
  font-size: 16px;
  line-height: 1;
}
.contact-block-el .contact-title {
  font-size: 22px;
  line-height: 1.8;
  margin: 10px 0px 24px;
}
.contact-block-el a {
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 1.2;
  border-bottom: 2px solid;
}
.block-content#contact .block-title {
  margin-bottom: 50px;
}
.block-content#contact .block-title-main  {
  font-size: 50px;
}
.block-content#contact .block-title-sub {
  font-size: 20px;
}


/*--------------------------------
  　メルマガフォーム
--------------------------------*/
.block-content#newsletter {
  padding: 16vw 0px 18vw;
}
.block-content#newsletter .newsletter-description {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 32px;
}
.block-content#newsletter .newsletter-icon img {
  width: 200px;
}

/*--------------------------------
  　フッター
--------------------------------*/
footer {
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 12vw 0px 8vw;
  margin-top: 16vw;
}
footer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(127 110 100 / 60%);
  z-index: 99;
}
footer .inner-area {
  z-index: 100;
}
footer .footer-logo {
  margin-bottom: 6vw;
  width: 200px;
}
.footer-social-list {
  margin-bottom: 2vw;
}
.footer-social-list li {
  width: 30px;
  margin: 0px 12px;
}
.footer-list {
  margin-bottom: 6vw;
}
.footer-list li {
  margin-right: 40px;
}
.footer-copyright {
  font-size: 14px;
}


/*--------------------------------
  　イメージアイコン
--------------------------------*/
.footer-list a {
  font-size: 16px;
}


/*--------------------------------
  　背景
--------------------------------*/
.bg-video-content {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.bg-video-content-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.bg-video-content-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .2;
}


/*--------------------------------
  　個別ページ
--------------------------------*/
/* プライバシーポリシー */
.singlepage-block {
  margin-top: 120px;
  background-color: rgba(224,211,179,.2);
  padding: 8vw 0px 10vw;
}
.singlepage-block .title-block {
  margin-bottom: 50px;
}
.singlepage-block .title-block p {
  font-size: 18px;
  margin-bottom: 20px;
}
.singlepage-block .title-block p span {
  border-bottom: 2px solid #CBD85E;
}
.singlepage-block .title-block h2{
  font-size: 40px;
}
.singlepage-block .details-block {
  width: 800px;
}
.singlepage-block .details-block-el {
  margin-bottom: 40px;
}
.singlepage-block .details-block-el:last-child {
  margin-bottom: 0px;
}
.singlepage-block .details-block p {
  font-size: 13px;
  line-height: 2;
}
.singlepage-block .details-block p.details-block-title {
  line-height: 1.5;
  font-size: 18px;
  border-left: 2px solid #7F6E64;
  padding-left: 12px;
  margin-bottom: 16px;
}
.singlepage-block .details-block p.details-block-sub-title {
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 24px;
}
.singlepage-block .details-block ul {
  list-style: none;
  margin-top: 8px;
}
.singlepage-block .details-block ul.disc li p {
  position: relative;
  padding-left: 12px;
}
.singlepage-block .details-block ul.count li p {
  position: relative;
  padding-left: 24px;
}
.singlepage-block .details-block ul li p span {
  position: absolute;
  top: 0;
  left: 0;
}
.singlepage-block .details-block ul li > ul {
  padding-left: 24px;
  margin-bottom: 12px;
  margin-top: 4px;
}