@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP",sans-serif; }

a {
  text-decoration: none;
  color: #000000; }

img {
  display: block; }

.pc {
  display: block; }

.sp {
  display: none; }

.notosansjp, .notosansjp * {
  font-family: "Noto Sans JP",sans-serif;
  color: #000000; }

.w80 {
  width: 80%; }

.w81 {
  width: 81%; }

.w82 {
  width: 82%; }

.w83 {
  width: 83%; }

.w84 {
  width: 84%; }

.w85 {
  width: 85%; }

.w86 {
  width: 86%; }

.w87 {
  width: 87%; }

.w88 {
  width: 88%; }

.w89 {
  width: 89%; }

.w90 {
  width: 90%; }

.w91 {
  width: 91%; }

.w92 {
  width: 92%; }

.w93 {
  width: 93%; }

.w94 {
  width: 94%; }

.w95 {
  width: 95%; }

.w96 {
  width: 96%; }

.w97 {
  width: 97%; }

.w98 {
  width: 98%; }

.w99 {
  width: 99%; }

.w100 {
  width: 100%; }

.mxauto {
  margin-left: auto;
  margin-right: auto; }

.hauto {
  height: auto; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-content-between {
  -webkit-box-pack: between;
  -ms-flex-pack: between;
  justify-content: space-between; }

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.white {
  color: #ffffff; }

.bg-white {
  background-color: #efefef; }

.bg-black {
  background-color: #171000; }

.bg-red {
  background-color: #020202; }

.yellow {
  color: #CFAA46; }

.light {
  font-weight: 300; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.center {
  text-align: center; }

body {
  background-color: #000000; }

body .blur {
  position: fixed;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9999; }

body .blur::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  pointer-events: none;
  filter: blur(10px);
  overflow: hidden; }

body.loaded .blur {
  opacity: 0;
  visibility: hidden; }

main {
  width: 100%;
  position: relative;
  background-color: #000000; }

.pc-left {
  width: calc(50% - 750px / 2);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: right; }

.pc-left-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #000000; }

.pc-left-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto; }

.pc-right {
  width: calc(50% - 750px / 2);
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  object-fit: cover;
  object-position: left; }

.pc-right-inner {
  position: fixed;
  top: 0;
  right: 0%;
  width: calc(50% - 750px / 2);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.pc-right-inner-box {
  display: flex;
  justify-items: start;
  align-items: center;
  flex-direction: column;
  gap: 20px; }

.pc-right-inner-link01 {
  font-size: 18px;
  color: #ffffff;
  display: block;
  font-weight: 500;
  opacity: 0.5;
  transition: opacity 0.3s ease; }

.pc-right-inner-link02 {
  font-size: 18px;
  color: #ffffff;
  display: block;
  font-weight: 500;
  opacity: 0.5;
  transition: opacity 0.3s ease; }

.pc-right-inner-link03 {
  font-size: 18px;
  color: #ffffff;
  display: block;
  font-weight: 500;
  opacity: 0.5;
  transition: opacity 0.3s ease; }

.pc-right-inner-link04 {
  font-size: 18px;
  color: #ffffff;
  display: block;
  font-weight: 500;
  opacity: 0.5;
  transition: opacity 0.3s ease; }

.pc-right-inner-link05 {
  font-size: 18px;
  color: #ffffff;
  display: block;
  font-weight: 500;
  opacity: 0.5;
  transition: opacity 0.3s ease; }

.pc-right-inner-btn {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 250px; }

.pc-right-inner-btn img {
  width: 100%;
  height: auto; }

.logo {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 215px;
  height: auto; }

.logo-img {
  width: 100%;
  height: auto; }

.main-container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }

.fv {
  position: relative;
  background-color: #000; }

.fv-slider {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 33%; }

.fv-slider::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.fv-slider .swiper-slide {
  position: relative;
  overflow: hidden; }

.fv-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.cta-btn-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  background: #FFFFFF4D;
  display: none;
  z-index: 1000; }

.cta-btn {
  position: relative;
  opacity: 1;
  transition: .3s all;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 60px;
  width: 90%;
  max-width: 360px;
  display: none;
  z-index: 1000; }

.cta-btn::before {
  content: "";
  position: absolute;
  top: -180px;
  width: 30px;
  left: 0;
  height: 90%;
  opacity: 0;
  background-color: #fff;
  transform: rotate(45deg);
  animation: btn01 3s ease-in-out infinite; }

.fv-link04 {
  position: absolute;
  bottom: 4.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 77%; }

.btn00 {
  opacity: 1;
  transition: .3s all;
  display: block;
  overflow: hidden;
  border-radius: 60px;
  position: relative; }

.btn00::before {
  content: "";
  position: absolute;
  top: -180px;
  width: 30px;
  left: 0;
  height: 90%;
  opacity: 0;
  background-color: #fff;
  transform: rotate(45deg);
  animation: btn01 3s ease-in-out infinite; }

.btn01 {
  opacity: 1;
  transition: .3s all;
  animation: puru 2.4s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 60px; }

.btn01::before {
  content: "";
  position: absolute;
  top: -180px;
  width: 30px;
  left: 0;
  height: 90%;
  opacity: 0;
  background-color: #fff;
  transform: rotate(45deg);
  animation: btn01 3s ease-in-out infinite; }

@keyframes btn01 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  40% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: .5; }
  61% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@keyframes puru {
  0% {
    transform: translate(calc(-50% + 5px)); }
  5% {
    transform: translate(calc(-50% + -5px)); }
  10% {
    transform: translate(calc(-50% + 5px)); }
  15% {
    transform: translate(calc(-50% + -5px)); }
  20% {
    transform: translate(calc(-50% + 5px)); }
  25% {
    transform: translate(calc(-50% + -5px)); }
  30% {
    transform: translate(calc(-50% + 0px)); } }
.img00 {
  position: relative; }

.img00-text {
  border: 1px solid #EEEEEE;
  padding: 10px 14px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2; }

.img00-text p {
  font-size: 19.1px;
  line-height: 1.6;
  color: #EEEEEE; }

.img00 .btn01 {
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 77%; }

.img01 {
  position: relative;
  background-color: #000; }

.img01 video {
  position: absolute;
  top: 12.7%;
  left: 5.9%;
  width: 87.5%; }

.img01 .btn01 {
  position: absolute;
  bottom: 0.9%;
  left: 50%;
  transform: translateX(-50%);
  width: 77%; }

.img02 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.img02 img {
  width: 100%; }

.img03 {
  position: relative; }

.img04 {
  position: relative; }

.img04 video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%; }

.img04 .btn01 {
  position: absolute;
  bottom: 43%;
  left: 50%;
  transform: translateX(-50%);
  width: 77%; }

.img09 {
  padding: 8% 0 0; }

.img09 h2 {
  font-size: 30px;
  position: relative;
  padding-bottom: 1.6%;
  margin-bottom: 4.4%;
  margin-top: 1.4%; }

.img09 h2::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 14%;
  height: 1px;
  background-color: #fff;
  z-index: 1; }

.img09 p {
  font-size: 20px;
  line-height: 1.6; }

.img09 .flex {
  gap: 6%; }

.img09 .img09-img {
  margin-top: 13%;
  position: relative; }

.img09 .img09-img img {
  display: block;
  width: 100%;
  height: auto; }

.img09 .img09-img a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24%;
  height: 80%;
  z-index: 1; }

@keyframes shake {
  0% {
    transform: translateY(0) scale(1); }
  10% {
    transform: translateY(-6px) scale(1.01); }
  20% {
    transform: translateY(2px) scale(0.99); }
  30% {
    transform: translateY(-4px) scale(1.01); }
  40% {
    transform: translateY(1px) scale(0.99); }
  50% {
    transform: translateY(0) scale(1); }
  /* 50%〜100%は停止状態にする */
  100% {
    transform: translateY(0) scale(1); } }
.img05 {
  position: relative; }

.img05 .btn01 {
  position: absolute;
  bottom: 10.7%;
  left: 50%;
  transform: translateX(-50%);
  width: 77%; }

.img06 {
  position: relative; }

.img06 .btn01 {
  position: absolute;
  bottom: 2.9%;
  left: 50%;
  transform: translateX(-50%);
  width: 77%; }

.img07 {
  background-color: #F3F3F3;
  padding-top: 16%;
  padding-bottom: 10%;
  position: relative; }

.img07 img {
  width: 88%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.swiper02 {
  position: absolute;
  bottom: 54.5%;
  left: 12%;
  transform: translateX(-50%);
  width: 75%;
  height: auto;
  padding: 0.5rem; }

.swiper02 img {
  width: 99%;
  height: auto; }

/* swiper02 専用のナビゲーションボタン */
.swiper02 .swiper-button-prev,
.swiper02 .swiper-button-next {
  color: #fff;
  /* 矢印の色 */
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%); }

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 22px !important; }

.swiper02 .swiper-button-prev {
  left: 0; }

.swiper02 .swiper-button-next {
  right: 0; }

.swiper03 {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  height: auto; }

.swiper03 img {
  width: 99%;
  height: auto; }

.img07 .swiper-pagination {
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%; }

.img07 .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background: #d5d5d5;
  opacity: 1;
  margin: 0 !important; }

.img07 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #a5a5a5; }

.faq {
  padding: 20px 0 0;
  overflow: hidden;
  background-color: #F3F3F3; }

.faq .headLine01 {
  font-size: calc(100vw / var(--viewport) * 34) !important;
  line-height: 1 !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: none;
  padding: 0 !important; }

.faq .tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.faq .box02,
.faq .box03 {
  display: none; }

.faq .box .ttl_aco {
  margin-top: 20px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer; }

.faq .box .ttl_aco:nth-child(1) {
  margin-top: 0; }

.faq .box .ttl_aco:before {
  content: "";
  width: 3px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 49%;
  right: 8.5px;
  transform: translateY(-50%);
  cursor: pointer; }

.faq .box .ttl_aco:after {
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 49%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer; }

.faq .box .ttl_aco.active:before {
  display: none; }

.faq .box .qBox {
  width: 90%;
  display: flex;
  align-items: end;
  justify-content: start;
  padding-bottom: 6px;
  margin-bottom: 2px;
  border-bottom: 2px solid #000000; }

.faq .box .qBox img {
  width: 8%;
  margin-right: 2%; }

.faq .box .qBox p {
  color: #000000;
  font-size: 26px;
  margin: auto 0; }

.faq .box .aBox {
  display: flex;
  align-items: center;
  padding-left: 17%; }

.faq .box .aBox img {
  width: 8%;
  margin-right: 3%; }

.faq .box .aBox p {
  color: #F29625;
  font-size: 26px; }

.faq .box .body_aco {
  line-height: 1.75;
  margin-top: 3px;
  padding-left: 17%;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out, opacity 0.3s ease-out;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0; }

.faq .box .body_aco.active {
  opacity: 1; }

.faq .box .body_aco p {
  font-size: 26px; }

.faq .inner {
  position: relative;
  width: 90%;
  margin: 0 auto; }

.faq .headLine01-pre {
  font-size: 32px !important;
  text-align: center;
  color: #BBA171;
  font-weight: 700; }

.faq .headLine01 {
  font-size: 52px !important;
  margin: 0 auto 30px !important;
  line-height: 1;
  font-weight: 900; }

.faq h2 img {
  width: 100%; }

.faq .tabs li {
  width: 100%;
  list-style: none;
  cursor: pointer;
  position: absolute;
  top: 0; }

.faq .tabs li.active {
  z-index: 2; }

.faq .tabs li:not(.active) {
  cursor: pointer; }

.faq .tabs li.second {
  top: 180px; }

.faq .tabs li.third {
  top: 360px; }

.faq .tabs li img {
  width: 100%;
  height: auto; }

.faq .box {
  padding-bottom: 26px;
  margin-top: 550px; }

.faq h2 {
  border-bottom: 2px solid var(--gold);
  padding-bottom: 29px;
  margin-bottom: 32px; }

.clinic {
  background-color: #fff;
  padding-top: 30px; }

.clinic .clinic_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: start; }

.clinic .headLine01-pre {
  font-size: 32px !important;
  text-align: center;
  color: #BBA171;
  font-weight: 700;
  line-height: 1.5; }

.clinic .headLine01 {
  font-size: 52px !important;
  margin: 0 auto 30px !important;
  line-height: 1;
  font-weight: 900; }

.clinic .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 0;
  background-color: #777777;
  padding: 16px 5%; }

.clinic .flex .relative {
  text-align: center;
  width: 48%;
  margin-bottom: calc(100vw / var(--viewport) * 30);
  position: relative; }

.clinic .flex .relative:nth-of-type(even) .body_more {
  left: auto;
  right: 0; }

.clinic .flex li {
  list-style: none; }

.clinic .flex li .title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.clinic .flex li .title div {
  line-height: 1.2;
  position: absolute; }

.clinic .flex li .title img {
  width: 100%;
  height: auto; }

.clinic .flex li .title div .font_gold {
  font-size: 16px; }

.clinic .flex li .title div .font_white {
  font-size: 28px; }

.clinic .flex li .btn_more {
  line-height: 1;
  background: #000;
  border-top: 1px solid #fff;
  cursor: pointer;
  font-size: 12px;
  padding: 8px 0; }

.clinic .flex li + .body_more {
  text-align: left;
  width: 208%;
  background: rgba(255, 255, 255, 0.93);
  padding-bottom: calc(100vw / var(--viewport) * 42);
  position: absolute;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease; }

.clinic .flex li + .body_more .outer {
  height: 0;
  padding-bottom: 38.11%;
  overflow: hidden;
  position: relative; }

.clinic .flex li + .body_more .outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.clinic .flex li + .body_more dl {
  line-height: 1.75;
  margin: 15px;
  display: flex;
  flex-wrap: wrap; }

.clinic .flex li + .body_more dt {
  width: 5em;
  font-size: 12px; }

.clinic .flex li + .body_more dd {
  width: calc(100% - 5em);
  font-size: 12px; }

.font_gold {
  color: #bba170 !important; }

.font_white {
  color: #fff !important; }

.img09 {
  padding-top: 10px;
  width: 100%;
  height: auto;
  background-color: #777777; }

@media screen and (max-width: 768px) {
  .cta-btn-wrapper {
    position: fixed;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease; }

  .cta-btn-wrapper.is-visible {
    opacity: 1;
    visibility: visible; }

  .cta-btn {
    display: flex;
    max-width: none; }

  .main-container {
    padding-bottom: 16%;
    max-width: none; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  .pc-left {
    display: none; }

  .pc-right {
    display: none; }

  .pc-right-inner {
    display: none; }

  .logo {
    display: none; }

  .img00-text {
    padding: 1% 3%; }

  .img00-text p {
    font-size: 2.4vw; }

  .strengths_text01 p {
    font-size: 3.6vw; }

  .strengths_text02 p {
    font-size: 3.6vw; }

  .strengths_text03 p {
    font-size: 3.6vw; }

  .appeal_text_block p {
    font-size: 3.6vw; }

  .appeal_text_block2 p {
    font-size: 3.6vw; }

  .faq .box {
    margin-top: 72vw; }

  .faq .tabs li.second {
    top: 23vw; }

  .faq .tabs li.third {
    top: 46vw; }

  .faq .box .qBox p {
    font-size: 3.6vw; }

  .faq .box .aBox p {
    font-size: 3.6vw; }

  .faq .box .body_aco p {
    font-size: 3.4vw; }

  .img09 h2 {
    font-size: 3.6vw; }

  .img09 p {
    font-size: 2.6vw; }

  .faq {
    padding-top: 5vw; }

  .faq .headLine01-pre,
  .clinic .headLine01-pre {
    font-size: 4vw !important; }

  .faq .headLine01,
  .clinic .headLine01 {
    font-size: 7vw !important; }

  .clinic .flex li .title div .font_gold {
    font-size: 2.4vw; }

  .clinic .flex li .title div .font_white {
    font-size: 4vw; } }
@media screen and (max-width: 375px) {
  /* FAQセクションのフォントサイズ調整 */
  .faq .box .qBox p {
    font-size: calc(100vw / 375 * 13); }

  .faq .box .aBox p {
    font-size: calc(100vw / 375 * 13); }

  .faq .box .body_aco p {
    font-size: calc(100vw / 375 * 13); }

  .faq .headLine01-pre,
  .clinic .headLine01-pre {
    font-size: calc(100vw / 375 * 13) !important; }

  .faq .headLine01,
  .clinic .headLine01 {
    font-size: calc(100vw / 375 * 26) !important; }

  /* クリニックセクションのフォントサイズ調整 */
  .clinic .flex li .title div .font_gold {
    font-size: calc(100vw / 375 * 12); }

  .clinic .flex li .title div .font_white {
    font-size: calc(100vw / 375 * 16); }

  .clinic .flex li .btn_more {
    font-size: calc(100vw / 375 * 11); }

  .clinic .flex li + .body_more dt {
    font-size: 3.2vw; }

  .clinic .flex li + .body_more dd {
    font-size: 3.2vw; }

  .img09 h2 {
    font-size: 3.8vw; }

  .img09 p {
    font-size: 2.5vw; } }
/* tm add */
/* 背景アニメーション */
.bg-animate {
  position: relative;
  display: inline-block;
  color: #fff;
  z-index: 0;
  overflow: hidden; }

.bg-animate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #BBA171;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1; }

.bg-animate.bg-animate-active::before {
  animation: bgSlide 0.8s ease forwards; }

.bg-animate.bg-animate-active {
  animation: colorChange 0.4s ease forwards;
  animation-delay: 0.4s;
  padding: 0 0.5em 0; }

@keyframes bgSlide {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }
@keyframes colorChange {
  0% {
    color: #fff; }
  100% {
    color: #000; } }
/*============================
header
=============================*/
header {
  width: 100%;
  height: 58px;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999; }

@media screen and (min-width: 768px) {
  header {
    display: none; } }
@media screen and (max-width: 979px) {
  header {
    height: 50px; } }
.headerWrapper {
  max-width: 1120px;
  height: 58px;
  padding: 0 12.5px;
  margin: 0 auto;
  display: flex;
  align-items: center; }

@media screen and (max-width: 1280px) {
  .headerWrapper {
    width: 100%; } }
@media screen and (max-width: 979px) {
  .headerWrapper {
    height: 50px; } }
.headerLogo {
  margin-right: auto;
  align-self: flex-end;
  display: block; }

.headerLogo img {
  width: 44.05px; }

@media screen and (max-width: 979px) {
  .headerLogo img {
    width: 37.1px; } }
.headerIconWrapper {
  margin-right: 1.4rem;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  align-self: center;
  list-style: none; }

.headerIconWrapper > *:not(:first-child) {
  margin-left: 20px; }

.headerIconItem {
  width: auto;
  height: auto;
  display: block;
  transition: 0.3s ease-in-out; }

.headerIconItem:hover {
  opacity: 0.5; }

.headerIconItem.price img {
  width: 16.145px;
  height: 20px; }

.headerIconItem.map img {
  width: 13.28px;
  height: 20px; }

.headerIconItem img {
  width: 11px; }

.headerHamWrapper {
  align-self: center; }

.hamIcon__Lines span, .hamIcon__Lines::before, .hamIcon__Lines::after {
  background-color: #41AA99; }

#hamContent {
  display: none; }

.hamContent {
  background-color: rgba(187, 161, 113, 0.9);
  transition-property: height; }

@media screen and (max-width: 979px) {
  .hamContent {
    background-color: rgba(187, 161, 113, 0.9);
    transition-property: right; } }
@media screen and (max-width: 979px) {
  #hamContent {
    left: auto;
    right: -100vw;
    padding: 2rem;
    width: auto;
    height: auto; } }
@media screen and (max-width: 979px) {
  #hamContent.active {
    left: auto;
    right: 0;
    padding: 45px;
    width: auto;
    height: auto; } }
.headerNavWrapper {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto; }

@media screen and (min-width: 980px) and (max-width: 1280px) {
  .headerNavWrapper {
    max-width: none;
    padding: 0; } }
@media screen and (max-width: 979px) {
  .headerNavWrapper {
    max-width: none;
    padding: 0;
    margin: 0; } }
.headerNavWrapper > ul {
  /* max-width: 1150px; */
  max-width: 700px;
  display: flex;
  justify-content: center; }

@media screen and (min-width: 980px) and (max-width: 1280px) {
  .headerNavWrapper > ul {
    max-width: 1120px;
    padding: 0 12.5px;
    margin: 0 auto;
    display: flex; } }
@media screen and (max-width: 979px) {
  .headerNavWrapper > ul {
    flex-direction: column;
    gap: 20px; } }
.headerNavItem {
  display: flex;
  font-size: 14px;
  font-display: auto;
  font-style: normal;
  font-weight: 700; }

@media screen and (max-width: 979px) {
  .headerNavItem {
    border-bottom: 0;
    font-size: 18px;
    font-weight: 400; } }
.headerNavItem a,
.headerNavItem span,
.headerNavItem label {
  width: fit-content;
  height: 0px;
  /* padding: 0 35px; */
  color: inherit;
  background-color: transparent;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out; }

@media screen and (max-width: 1280px) {
  .headerNavItem a,
  .headerNavItem span,
  .headerNavItem label {
    /* padding: 0 30px; */ } }
@media screen and (max-width: 979px) {
  .headerNavItem a,
  .headerNavItem span,
  .headerNavItem label {
    width: 100%;
    height: auto;
    /* padding: 0 24px; */
    display: flex;
    align-items: center;
    background-color: transparent; } }
.headerNavItem a:hover {
  opacity: 0.5; }

@media screen and (max-width: 979px) {
  .headerNavItem a:hover {
    background-color: transparent;
    transform: translateX(10px); } }
@media screen and (max-width: 979px) {
  .headerNavItem span:hover {
    transform: translateX(10px); } }
@media screen and (max-width: 979px) {
  #hamContent .headerNavItem a {
    padding: 0;
    height: auto; } }
@media screen and (max-width: 979px) {
  #hamContent.active .headerNavItem a {
    padding: 0;
    height: auto; } }
#hamContent {
  position: absolute;
  top: 100%;
  right: -100vw;
  /* 初期状態では画面外に */
  transition: right 0.3s ease; }

#hamContent.active {
  right: 0; }

#hamContent.inactive {
  display: none; }

.hamIcon {
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
  z-index: 10000; }

.hamIcon__Lines {
  position: relative;
  width: 100%;
  height: 100%; }

.hamIcon__Lines span,
.hamIcon__Lines::before,
.hamIcon__Lines::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #BBA171;
  transition: 0.3s ease;
  left: 0;
  border-radius: 2px; }

.hamIcon__Lines span {
  top: 50%;
  transform: translateY(-50%); }

.hamIcon__Lines::before {
  top: 0; }

.hamIcon__Lines::after {
  bottom: 0; }

/* ▼ active時：×印に変化し中央の線を非表示 */
.hamIcon.active .hamIcon__Lines::before {
  transform: rotate(45deg);
  top: 50%; }

.hamIcon.active .hamIcon__Lines::after {
  transform: rotate(-45deg);
  bottom: auto;
  top: 50%; }

.hamIcon.active .hamIcon__Lines span {
  opacity: 0; }

.img01_inner,
.img02_inner,
.img03_inner,
.img03-2_inner,
img.img1bg,
img.img2bg,
img.img3bg,
img.img3-2bg-1,
img.img3-2bg-2 {
  position: relative;
  display: block;
  width: 100%;
  height: auto; }

img.img2bg {
  background-color: #000; }

.img03-2_inner img {
  display: block;
  width: 100%;
  height: auto; }

img.img1,
img.img2,
img.img3,
img.img4,
img.img5,
img.img6,
img.img7,
img.img8,
img.img9,
img.img10,
img.img11,
img.img12,
img.img13,
.swiper03,
img.img14,
img.img15,
img.img16,
img.img17,
img.img18,
img.img19,
img.img2-1,
img.img2-2,
img.img2-3,
img.img2-4,
img.img2-5,
img.img3-1,
img.img3-2,
img.img3-3,
img.img3-2-1,
img.img3-2-2,
img.img3-2-3,
img.img3-2-0,
img.img3-2-4 {
  position: absolute; }

.img01_inner {
  position: relative;
  height: auto; }

img.img1 {
  top: 11.45%;
  left: 29%;
  width: 35.47%; }

img.img2 {
  top: 23.5%;
  left: 33%;
  width: 25.87%; }

img.img3 {
  top: 62.25%;
  left: 13%;
  width: 65.6%; }

img.img4 {
  top: 73.6%;
  left: 17%;
  width: 57.335%; }

img.img5 {
  top: 16.8%;
  left: 45%;
  width: 13.6%; }

img.img6 {
  top: 17.25%;
  left: 42.5%;
  width: 19.47%; }

img.img7 {
  top: 20.8%;
  left: 45%;
  width: 13.6%; }

img.img8 {
  top: 21.35%;
  left: 38.5%;
  width: 26.4%; }

img.img9 {
  top: 25%;
  left: 45%;
  width: 13.6%; }

img.img10 {
  top: 25.5%;
  left: 29.5%;
  width: 46.4%; }

img.img11 {
  top: 34.7%;
  left: 45%;
  width: 13.6%; }

img.img12 {
  top: 35.25%;
  left: 42.5%;
  width: 19.47%; }

img.img13 {
  top: 37%;
  left: 11.8%;
  width: 76%; }

.swiper03 {
  top: 42%;
  left: 50%;
  /* width: 76%; */ }

img.img14 {
  top: 60.3%;
  left: 45%;
  width: 13.6%; }

img.img15 {
  top: 60.8%;
  left: 38.5%;
  width: 26.4%; }

img.img16 {
  top: 62.2%;
  left: 4%;
  width: 92%; }

img.img17 {
  top: 79.3%;
  left: 45%;
  width: 13.6%; }

img.img18 {
  top: 79.8%;
  left: 29.5%;
  width: 46.4%; }

img.img19 {
  top: 81.2%;
  left: 4%;
  width: 92%; }

.img02_inner {
  position: relative;
  height: auto; }

img.img2-1 {
  top: 30%;
  left: 32%;
  width: 36.27%; }

img.img2-2 {
  top: 43%;
  left: 19%;
  width: 61%; }

img.img2-3 {
  top: 56%;
  left: 15%;
  width: 73.6%; }

img.img2-4 {
  top: 70%;
  left: 12%;
  width: 74.4%; }

img.img2-5 {
  top: 84%;
  left: 18%;
  width: 63%; }

img.img3-1 {
  top: 50%;
  left: 25%;
  width: 46.67%; }

img.img3-2 {
  top: 64%;
  left: 12%;
  width: 46.67%; }

img.img3-3 {
  top: 78%;
  left: 12%;
  width: 46.67%; }

img.img3-2-1 {
  top: 23.75%;
  left: 28%;
  width: 42.67%; }

img.img3-2-2 {
  top: 58.4%;
  left: 4%;
  width: 42.67%; }

img.img3-2-3 {
  top: 58.4%;
  left: 53%;
  width: 42.67%; }

img.img3-2-0 {
  top: 12.1%;
  left: 7%;
  width: 86.67%; }

img.img3-2-4 {
  top: 91%;
  left: 7%;
  width: 86.67%; }

/* アニメーション用 */
/* 共通ディレイ（任意） */
.animate-visible.delay-0 {
  transition-delay: 0s !important; }

.animate-visible.delay-1 {
  transition-delay: 0.3s !important; }

.animate-visible.delay-2 {
  transition-delay: 0.6s !important; }

.animate-visible.delay-3 {
  transition-delay: 0.9s !important; }

.animate-visible.delay-4 {
  transition-delay: 1.2s !important; }

.animate-visible.delay-5 {
  transition-delay: 1.5s !important; }

.animate-visible.delay-6 {
  transition-delay: 1.8s !important; }

/* 左からスライドイン */
.animate-slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1.0s ease, transform 1.0s ease; }

.animate-slide-in-left.animate-visible {
  opacity: 1;
  transform: translateX(0); }

/* 下からフェードイン */
.animate-fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease; }

.animate-fade-in-up.animate-visible {
  opacity: 1;
  transform: translateY(0); }

/* blurからくっきり */
.animate-blur-in {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.5s ease, filter 0.5s ease; }

.animate-blur-in.animate-visible {
  opacity: 1;
  filter: blur(0px); }

/* 拡大：scale */
.animate-scale-in {
  opacity: 0;
  transform: scale(0.1);
  transition: opacity 0.8s ease, transform 0.8s ease; }

.animate-scale-in.animate-visible {
  opacity: 1;
  transform: scale(1); }

/* 拡大：縦方向 scaleY */
.animate-scaleY-in {
  opacity: 0;
  transform: scaleY(1);
  transform-origin: top;
  transition: opacity 0.8s ease, transform 0.8s ease; }

.animate-scaleY-in.animate-visible {
  opacity: 1;
  transform: scaleY(1); }

/* 横線をひいてから要素を下方向に表示するアニメーション */
.reveal-container {
  position: relative;
  /* width: 300px; */
  margin: 0 auto;
  height: 12rem;
  /* 表示される高さ分だけスペースを確保 */
  overflow: visible; }

@media screen and (max-width: 768px) {
  .reveal-container {
    width: 300px;
    height: 5rem; } }
/* 横線（初期状態） */
.line-horizontal {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #fff;
  width: 0; }

/* 横線アニメーション（0.1秒） */
.reveal-container.active .line-horizontal {
  animation: drawHorizontal 0.1s forwards; }

/* content：初期状態では完全非表示（遅延なし） */
.content {
  position: absolute;
  top: 2px;
  /* 横線の下に表示 */
  left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.7s ease, opacity 0.5s ease;
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
  visibility: hidden; }

/* 表示状態（下に展開） */
.reveal-container.active .content {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0.2s, 0.3s;
  /* 横線終了後に遅延付きで表示 */
  padding: 0; }

/* 横線アニメーション定義 */
@keyframes drawHorizontal {
  to {
    width: 100%; } }
/* ハンバーガーメニュー（新規） */
/* ハンバーガーアイコン */
.hamburger {
  /* position: fixed;
  top: 20px;
  right: 20px; */
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10001; }

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #BBA171;
  transition: 0.3s;
  border-radius: 2px; }

/* 3本線→バツ印のアニメーション */
.hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg); }

.hamburger.active span:nth-child(2) {
  opacity: 0; }

.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg); }

/* メニュー */
.img_common {
  display: block;
  margin: 0 auto; }

.menu {
  position: absolute;
  top: 100%;
  right: -100%;
  width: 80%;
  max-width: 320px;
  /* height: 100vh; */
  background-color: rgba(187, 161, 113, 0.9);
  padding: 1rem;
  transition: right 0.4s ease-in-out;
  z-index: 10000; }

.menu.active {
  right: 0; }

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.menu li {
  /* margin: 20px 0; */ }

.menu a {
  text-decoration: none;
  color: #333;
  font-size: 18px; }

.menu a img {
  width: 100%; }

/* 20250709 */
.js_anm_blur {
  filter: blur(20px);
  transform: translateY(20px);
  opacity: 0; }
  .js_anm_blur.animate-visible {
    animation-name: js_anm_blur;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }

@keyframes js_anm_blur {
  0% {
    filter: blur(20px);
    transform: translateY(20px);
    opacity: 0; }
  100% {
    filter: blur(0px);
    transform: translateY(0px);
    opacity: 1; } }
.js_anm_wide {
  transform: scale(1.3);
  opacity: 0; }
  .js_anm_wide.animate-visible {
    animation-name: js_anm_wide;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }

@keyframes js_anm_wide {
  0% {
    transform: scale(1.3);
    opacity: 0; }
  50% {
    transform: scale(0.95); }
  100% {
    transform: scale(1);
    opacity: 1; } }
.js_anm_slideUp {
  transform: translateY(20px);
  opacity: 0; }
  .js_anm_slideUp.animate-visible {
    animation-name: js_anm_slideUp;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }

@keyframes js_anm_slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
.section_container {
  width: 86.66666667%;
  margin: 0 auto; }

.bg_bk {
  background-color: #000; }

.pc-right-inner-box a {
  text-align: center; }

img.img_sec02_01,
img.img_sec02_02,
.ttl_gold_point,
.ttl_gold_txt,
.img_sec03_01,
.img_sec03_02_1,
.img_sec03_02_2,
.img_sec03_03,
.img_sec03_04,
.img_sec03_05,
.img_sec03_06,
.img_sec03_07,
.img_sec03_002_01,
.img_sec03_002_02 {
  position: absolute; }

img.img_sec02_01 {
  top: 44.5%;
  left: 20%;
  width: 61.200%; }

img.img_sec02_02 {
  top: 78.5%;
  left: 6%;
  width: 87.06666667%; }

img.ttl_gold_point {
  top: 24.5%;
  left: 0;
  width: 100%; }

img.ttl_gold_txt {
  top: 49.5%;
  left: 0;
  width: 100%; }

.ttl_gold1 img.ttl_gold_point {
  top: 19.5%; }
.ttl_gold1 img.ttl_gold_txt {
  top: 41.5%; }

.img_sec03_01,
.img_sec03_03,
.img_sec03_04,
.img_sec03_05,
.img_sec03_06,
.img_sec03_07 {
  width: 100%; }

.img_sec03_02_1,
.img_sec03_02_2 {
  width: 29.5%; }

.img_sec03_01 {
  top: 6.4%;
  left: 0; }

.img_sec03_03 {
  top: 49.2%;
  left: 0; }

.img_sec03_04 {
  top: 56.5%;
  left: 0; }

.img_sec03_05 {
  top: 67.2%;
  left: 0; }

.img_sec03_06 {
  top: 78%;
  left: 0; }

.img_sec03_07 {
  top: 88.5%;
  left: 0; }

.img_sec03_02_1 {
  top: 11%;
  left: 13.5%; }

.img_sec03_02_2 {
  top: 11%;
  left: 57.5%; }

.img_sec03_002_01 {
  top: 13.5%;
  left: 0; }

.img_sec03_002_02 {
  top: 50.2%;
  left: 0; }

.ttl_gold {
  position: relative;
  width: 100%;
  height: 180px;
  background-color: #000; }
  @media screen and (max-width: 768px) {
    .ttl_gold {
      height: 24vw; } }
  .ttl_gold:before {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #BBA171;
    content: ''; }
  .ttl_gold img {
    opacity: 0; }
  .ttl_gold.animate-visible:before {
    animation-name: js_ttl_gold;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }
  .ttl_gold.animate-visible img {
    animation-name: opacity_img;
    animation-delay: 0.6s;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }

@keyframes js_ttl_gold {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  70% {
    width: 100%;
    height: 2px;
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1; } }
@keyframes opacity_img {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#section_03 {
  position: relative;
  margin-top: 50px;
  padding-bottom: 195px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #section_03 {
      margin-top: 6.667vw;
      padding-bottom: 26vw; } }
  #section_03 .section_container {
    padding-top: 50px; }
    @media screen and (max-width: 768px) {
      #section_03 .section_container {
        padding-top: 6.667vw; } }
  #section_03 .fv-link04 {
    bottom: 0.75%; }

.txt_sec03_03 {
  margin-top: 59px;
  margin-bottom: 56px;
  width: 63.86666667%; }
  @media screen and (max-width: 768px) {
    .txt_sec03_03 {
      margin-top: 7.8666vw;
      margin-bottom: 7.4666vw; } }

.sec03_003 {
  padding-top: 50px; }
  @media screen and (max-width: 768px) {
    .sec03_003 {
      padding-top: 6.6666vw; } }

.sec03_004 {
  padding-top: 60px;
  padding-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .sec03_004 {
      padding-top: 8vw;
      padding-bottom: 12vw; } }

.img_sec03_003_01,
.img_sec03_003_02 {
  position: absolute;
  left: 0;
  width: 100%; }

.img_sec03_003_01 {
  top: 18%; }

.img_sec03_003_02 {
  top: 48%; }

.img_sec04_003_01,
.img_sec04_003_02 {
  position: absolute;
  left: 0;
  width: 100%; }

.img_sec04_003_01 {
  top: 25%; }

.img_sec04_003_02 {
  top: 55%; }

#section_04 {
  background-color: #fff;
  overflow: hidden; }

.section_04_img {
  padding: 110px 0 52px; }
  @media screen and (max-width: 768px) {
    .section_04_img {
      padding: 14.6666vw 0 6.9333vw; } }

.img_sec04_01,
.img_sec04_02,
.img_sec04_03,
.img_sec04_04 {
  position: absolute;
  left: 0;
  width: 100%; }

.img_sec04_01 {
  top: 40%; }

.img_sec04_02 {
  top: 55%; }

.img_sec04_03 {
  top: 69.5%; }

.img_sec04_04 {
  top: 84%; }

#section_05 {
  padding-top: 121px;
  background-color: #fff;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #section_05 {
      padding-top: 16.1333vw; } }

.img_sec05_01,
.img_sec05_02,
.img_sec05_03,
.section_05_ttl {
  position: absolute;
  left: 0;
  width: 100%; }

.section_05_ttl {
  top: 5.8%; }

.img_sec05_01 {
  top: 59.5%; }

.img_sec05_02 {
  top: 73%; }

.img_sec05_03 {
  top: 85.5%; }

#section_06 {
  background-color: #EFEFEF;
  overflow: hidden; }

.img_sec06_01,
.img_sec06_02 {
  position: absolute;
  left: 0;
  width: 100%; }

.img_sec06_01 {
  top: 19.5%; }

.img_sec06_02 {
  top: 61%; }

#section_07 {
  background-color: #EFEFEF;
  overflow: hidden; }

.img_sec07_01,
.img_sec07_02,
.img_sec07_03 {
  position: absolute;
  left: 0;
  width: 100%; }

.img_sec07_01 {
  top: 6.5%; }

.img_sec07_02 {
  top: 18.3%; }

.img_sec07_03 {
  top: 52%; }

#section_07.section_07_y {
  background-color: #EFEFEF;
  overflow: hidden; }
  #section_07.section_07_y .img_sec07_01 {
    position: absolute;
    left: 0;
    width: 100%; }
  #section_07.section_07_y .img_sec07_01 {
    top: 12.5%; }

#section_08 {
  overflow: hidden; }
  #section_08.img01 .btn01 {
    bottom: 13.9%; }

.img_sec08_01 {
  position: absolute;
  left: 0;
  width: 100%; }

.img_sec08_01 {
  top: 10.5%; }

.mt_img {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .mt_img {
      margin-top: 6.6666vw;
      margin-bottom: 6.6666vw; } }

.mb_img {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .mb_img {
      margin-bottom: 6.6666vw; } }

.headerNavItem + .headerNavItem {
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .headerNavItem + .headerNavItem {
      margin-top: 2.6666vw; } }

.sec03_003.img01 .video01 {
  top: 22.7%; }
.sec03_003.img01 .video02 {
  top: 53%; }

/*# sourceMappingURL=style.css.map */
