@charset "UTF-8";
body {
  position: relative;
  padding-top: 0 !important;
}

.p-brandlp__mv {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-brandlp__mv {
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-brandlp__mv:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: url(../img/202510/bg_mv.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-brandlp__mv:after {
    top: 13vw;
    background-image: url(../img/202510/bg_mv_sp.webp);
    background-size: 100% auto;
    background-position: center top;
  }
}

@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__mv {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-brandlp__mv {
    width: 50%;
  }
  .l-mainwrap {
    width: 50% !important;
  }
}
main {
  width: 100%;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.svg svg {
  width: 90%;
  height: auto;
  aspect-ratio: 1/1;
}

.svg .draw-path {
  fill: none;
  stroke: #fff;
  stroke-width: 40;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: draw 3s cubic-bezier(0.55, 0.08, 0.26, 0.99) 0.3s forwards;
  will-change: stroke-dashoffset;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes obi {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes btn_01 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes btn_02 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes btn_03 {
  0% {
    background-color: transparent;
  }
  80% {
    background-color: transparent;
  }
  100% {
    background-color: #bba171;
  }
}
@keyframes btn_04 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn_reservation_wrapper {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 778/202;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btn_reservation_wrapper div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.btn_reservation_wrapper .anm_gold {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 0;
}
.btn_reservation_wrapper .anm_white {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
.btn_reservation_wrapper.anm_active .anm_white {
  animation: btn_04 0.2s ease-in-out forwards;
  animation-delay: 0.3s;
}
.btn_reservation_wrapper .txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.btn_reservation_wrapper .txt img {
  width: 100%;
}
.btn_reservation_wrapper .border_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.8%;
  width: 90.4%;
  background-color: transparent;
  transform: skewX(-20deg);
}
.btn_reservation_wrapper .border_bg .border_line01 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.btn_reservation_wrapper .border_bg .border_line01:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #bba171;
  content: "";
}
.btn_reservation_wrapper .border_bg .border_line01:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 0;
  background-color: #bba171;
  content: "";
}
.btn_reservation_wrapper .border_bg .border_line02 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.btn_reservation_wrapper .border_bg .border_line02:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #bba171;
  content: "";
}
.btn_reservation_wrapper .border_bg .border_line02:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #bba171;
  content: "";
}
.btn_reservation_wrapper.anm_active .border_bg {
  animation: btn_03 0.4s ease-in-out forwards;
}
.btn_reservation_wrapper.anm_active .border_bg .border_line01:before {
  animation: btn_01 0.1s ease-in-out forwards;
}
.btn_reservation_wrapper.anm_active .border_bg .border_line01:after {
  animation: btn_02 0.1s ease-in-out forwards;
  animation-delay: 0.1s;
}
.btn_reservation_wrapper.anm_active .border_bg .border_line02:before {
  animation: btn_01 0.1s ease-in-out forwards;
  animation-delay: 0.2s;
}
.btn_reservation_wrapper.anm_active .border_bg .border_line02:after {
  animation: btn_02 0.1s ease-in-out forwards;
  animation-delay: 0.3s;
}

.anm_obi {
  position: relative;
}
.anm_obi:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background-color: #000;
  content: "";
}
.anm_obi.anm_obi_white:after {
  background-color: #fff;
}
.anm_obi.anm_active:after {
  animation-delay: 0.8s;
  animation: obi 0.4s ease-in-out forwards;
}

.animation_opacity {
  animation: opacity 0.5s ease-in-out forwards;
  opacity: 0;
}

.svg {
  position: relative;
  margin-top: -4vw;
}
.svg .animation_delay1 {
  animation-delay: 2s;
}
.svg .animation_delay2 {
  animation-delay: 2.5s;
}
.svg h2 {
  display: inline-block;
  position: absolute;
  top: 28vw;
  right: 3.5vw;
  font-weight: 700;
  width: 25vw;
  aspect-ratio: 813/213;
}
@media screen and (max-width: 767px) {
  .svg h2 {
    width: 100%;
    top: 56vw;
    width: 54%;
  }
}
.svg h2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  body {
    padding-top: 0;
  }
}
header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  z-index: 100;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  header {
    align-items: flex-end;
    height: 19.8666vw;
    padding-bottom: 4vw;
  }
}
header img {
  width: 290px;
}
@media screen and (max-width: 767px) {
  header img {
    width: 56.1333vw;
  }
}

main img {
  display: block;
  max-width: 100%;
}
main * {
  max-width: 100%;
}

.fv_price {
  width: 100%;
  padding: 0 75px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .fv_price {
    padding: 0 10vw;
  }
}
.fv_price .fv_price_container {
  position: relative;
  padding: 110px 63px 100px;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .fv_price .fv_price_container {
    padding: 14.6666vw 8.4vw 13.3333vw;
  }
}
.fv_price h2 {
  position: absolute;
  top: -50px;
  left: calc(50% - 150px);
  width: 300px;
}
@media screen and (max-width: 767px) {
  .fv_price h2 {
    top: -6.667vw;
    left: calc(50% - 20vw);
    width: 40vw;
  }
}
.fv_price .img img {
  width: 469px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv_price .img img {
    width: 62.5333vw;
  }
}
.fv_price .img + .img {
  margin-top: 99px;
}
@media screen and (max-width: 767px) {
  .fv_price .img + .img {
    margin-top: 13.2vw;
  }
}

.btn_reservation {
  padding: 0 75px;
}
@media screen and (max-width: 767px) {
  .btn_reservation {
    padding: 0 10vw;
  }
}
.btn_reservation a {
  display: block;
  width: 100%;
}
.btn_reservation a img {
  width: 100%;
}

.section_ttl {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .section_ttl {
    font-size: 5.6vw;
  }
}

.person img {
  width: 100%;
}

#section_top {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  #section_top {
    padding-top: 17.3333vw;
  }
}
#section_top h2 img {
  width: 100%;
}
#section_top .btn_reservation {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #section_top .btn_reservation {
    margin-top: 10.6666vw;
  }
}
#section_top .person {
  padding-top: 350px;
}
@media screen and (max-width: 767px) {
  #section_top .person {
    padding-top: 46.6666vw;
  }
}

#section_case {
  padding-top: 254px;
}
@media screen and (max-width: 767px) {
  #section_case {
    padding-top: 33.8666vw;
  }
}
#section_case ul {
  padding-top: 79px;
}
@media screen and (max-width: 767px) {
  #section_case ul {
    padding-top: 10.5333vw;
  }
}
#section_case li + li {
  margin-top: 94px;
}
@media screen and (max-width: 767px) {
  #section_case li + li {
    margin-top: 12.5333vw;
  }
}
#section_case .notes {
  padding: 0px 70px 0;
}
@media screen and (max-width: 767px) {
  #section_case .notes {
    padding: 0px 9.3333vw;
  }
}
#section_case .person {
  padding-top: 439px;
}
@media screen and (max-width: 767px) {
  #section_case .person {
    padding-top: 58.5333vw;
  }
}

#section_main {
  margin-top: 356px;
}
@media screen and (max-width: 767px) {
  #section_main {
    margin-top: 47.4666vw;
  }
}
#section_main li .num img {
  width: 100%;
}
#section_main li .ttl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #section_main li .ttl {
    margin-top: 6.6666vw;
  }
}
#section_main li .ttl img {
  width: 100%;
}
#section_main li .machine {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  #section_main li .machine {
    margin-top: 5.8666vw;
  }
}
#section_main li .machine img {
  width: 100%;
}
#section_main li .machine02 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  #section_main li .machine02 {
    margin-top: 20vw;
  }
}
#section_main li .machine02 img {
  width: 100%;
}
#section_main li .txt img {
  width: 100%;
}
#section_main li .txt002 {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  #section_main li .txt002 {
    margin-top: 8.6666vw;
  }
}
#section_main li .txt002 img {
  width: 100%;
}
#section_main li .arrow img {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #section_main li .arrow img {
    margin-top: 6.6666vw;
  }
}
#section_main li .arrow + .video {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  #section_main li .arrow + .video {
    margin-top: 6.2666vw;
  }
}
#section_main li .video {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  #section_main li .video {
    margin-top: 6vw;
  }
}
#section_main li .video02 {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  #section_main li .video02 {
    margin-top: 7.2vw;
  }
}
#section_main li .person {
  margin-top: 489px;
}
@media screen and (max-width: 767px) {
  #section_main li .person {
    margin-top: 65.2vw;
  }
}
#section_main li.li_01 .txt {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  #section_main li.li_01 .txt {
    margin-top: 2.2666vw;
  }
}
#section_main li.li_02 {
  margin-top: 361px;
}
@media screen and (max-width: 767px) {
  #section_main li.li_02 {
    margin-top: 48.1333vw;
  }
}
#section_main li.li_02 .txt {
  margin-top: 135px;
}
@media screen and (max-width: 767px) {
  #section_main li.li_02 .txt {
    margin-top: 18vw;
  }
}
#section_main li.li_02 .video {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #section_main li.li_02 .video {
    padding: 0 4vw;
  }
}
#section_main li.li_02 .video video {
  display: block;
  width: 100%;
}
#section_main li.li_02 .notes {
  margin-top: 57px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #section_main li.li_02 .notes {
    margin-top: 7.6vw;
    padding: 0 4vw;
  }
}
#section_main li.li_02 .btn_reservation {
  margin-top: 177px;
}
@media screen and (max-width: 767px) {
  #section_main li.li_02 .btn_reservation {
    margin-top: 23.6vw;
  }
}
#section_main li.li_02 .person {
  margin-top: 484px;
}
@media screen and (max-width: 767px) {
  #section_main li.li_02 .person {
    margin-top: 64.5333vw;
  }
}
#section_main li.li_03 {
  margin-top: 275px;
}
@media screen and (max-width: 767px) {
  #section_main li.li_03 {
    margin-top: 36.6666vw;
  }
}
#section_main li.li_03 .video_wrapper {
  margin-top: 130px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #section_main li.li_03 .video_wrapper {
    margin-top: 17.3333vw;
    padding: 0 4vw;
  }
}
#section_main li.li_03 .video_wrapper .video_inner {
  position: relative;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  #section_main li.li_03 .video_wrapper .video_inner {
    padding-top: 10vw;
  }
}
#section_main li.li_03 .video_wrapper .video {
  margin: 0;
}
#section_main li.li_03 .video_wrapper video {
  display: block;
  width: 100%;
}
#section_main li.li_03 .video_wrapper .video_txt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
#section_main li.li_03 .video_wrapper .video_txt img {
  width: 100%;
}
#section_main li.li_03 .video_wrapper .video_txt.txt01 {
  top: 0;
}
#section_main li.li_03 .video_wrapper .video_txt.txt02 {
  top: 53%;
}
#section_main li.li_03 .video_wrapper .person {
  margin-top: 623px;
}
@media screen and (max-width: 767px) {
  #section_main li.li_03 .video_wrapper .person {
    margin-top: 83.0666vw;
  }
}

.notes p {
  font-size: 16px;
  color: #707070;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .notes p {
    font-size: 2.1333vw;
  }
}

#section_txt {
  margin-top: 284px;
  padding-bottom: 250px;
}
@media screen and (max-width: 767px) {
  #section_txt {
    margin-top: 37.8666vw;
    padding-bottom: 33.3333vw;
  }
}
#section_txt ul {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #section_txt ul {
    margin-top: 13.3333vw;
  }
}
#section_txt li img {
  width: 100%;
}
#section_txt li + li {
  margin-top: 87px;
}
@media screen and (max-width: 767px) {
  #section_txt li + li {
    margin-top: 11.6vw;
  }
}
#section_txt .btn_reservation {
  margin-top: 227px;
}
@media screen and (max-width: 767px) {
  #section_txt .btn_reservation {
    margin-top: 30.2666vw;
  }
}
#section_txt .person {
  margin-top: 297px;
}
@media screen and (max-width: 767px) {
  #section_txt .person {
    margin-top: 39.6vw;
  }
}
#section_txt .video {
  margin-top: 237px;
}
@media screen and (max-width: 767px) {
  #section_txt .video {
    margin-top: 31.6vw;
  }
}

#section_price {
  width: 100%;
  padding: 265px 0 200px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #section_price {
    padding: 35.3333vw 0 26.6666vw;
  }
}
#section_price img {
  width: 100%;
}
#section_price .txt {
  margin-top: 143px;
}
@media screen and (max-width: 767px) {
  #section_price .txt {
    margin-top: 19.0666vw;
  }
}
#section_price .price_ttl {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #section_price .price_ttl {
    margin-top: 13.3333vw;
  }
}
#section_price .price_ttl02 {
  margin-top: 137px;
}
@media screen and (max-width: 767px) {
  #section_price .price_ttl02 {
    margin-top: 18.2666vw;
  }
}
#section_price .price_table {
  margin-top: 100px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #section_price .price_table {
    margin-top: 13.3333vw;
    padding: 0 4vw;
  }
}
#section_price dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#section_price dl .table_top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 59px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #section_price dl .table_top {
    height: 7.8666vw;
    font-size: 3.7333vw;
  }
}
#section_price dt {
  width: 56.6%;
  background-color: #eeeeee;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#section_price .dt_main img {
  width: 92%;
  margin: 0 auto;
}
#section_price dd {
  width: 21.7%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#section_price .dd_main img {
  width: auto;
  margin: 0 auto;
  height: 55%;
}
#section_price .price_table01 .dt_main {
  padding: 15px 0 0;
}
@media screen and (max-width: 767px) {
  #section_price .price_table01 .dt_main {
    padding: 2vw 0 0;
  }
}
#section_price .price_table01 .dd_main {
  padding: 17px 10px;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #section_price .price_table01 .dd_main {
    padding: 2.2666vw 0 1.3333vw;
  }
}
#section_price .price_table02 .dt_main {
  padding: 15px 0 5px;
}
@media screen and (max-width: 767px) {
  #section_price .price_table02 .dt_main {
    padding: 2vw 0 0.6666vw;
  }
}
#section_price .price_table02 .dd_main {
  padding: 17px 10px;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #section_price .price_table02 .dd_main {
    padding: 2.2666vw 0 1.3333vw;
  }
}
#section_price .notes {
  padding: 30px 30px 0;
}
@media screen and (max-width: 767px) {
  #section_price .notes {
    padding: 4vw 4vw 0;
  }
}
#section_price .btn_reservation {
  margin-top: 161px;
}
@media screen and (max-width: 767px) {
  #section_price .btn_reservation {
    margin-top: 21.4666vw;
  }
}
#section_price .img_price_bottom {
  margin-top: 151px;
}
#section_price .img_price_bottom .img_anm {
  aspect-ratio: 1500/1040;
}
@media screen and (max-width: 767px) {
  #section_price .img_price_bottom {
    margin-top: 20.1333vw;
  }
}
#section_price .img_price_bottom img {
  width: 100%;
}

#section_step {
  padding: 187px 0;
}
@media screen and (max-width: 767px) {
  #section_step {
    padding: 24.9333vw 0;
  }
}
#section_step img {
  width: 100%;
}
#section_step ul {
  margin-top: 143px;
}
@media screen and (max-width: 767px) {
  #section_step ul {
    margin-top: 19.0666vw;
  }
}
#section_step li p {
  margin-top: 51px;
  padding: 0 70px;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #section_step li p {
    margin-top: 6.8vw;
    padding: 0 9.3333vw;
    font-size: 2.6666vw;
  }
}
#section_step li + li {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  #section_step li + li {
    margin-top: 20vw;
  }
}
#section_step .contact_box {
  margin-top: 47px;
  padding: 0 70px;
}
@media screen and (max-width: 767px) {
  #section_step .contact_box {
    margin-top: 6.2666vw;
    padding: 0 9.3333vw;
  }
}
#section_step .contact_inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 58px 0 50px;
}
@media screen and (max-width: 767px) {
  #section_step .contact_inner {
    padding: 7.7333vw 0 6.6666vw;
  }
}
#section_step dl {
  display: flex;
  align-items: center;
  width: 100%;
}
#section_step dt {
  width: 29%;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section_step dt {
    font-size: 2.4vw;
  }
}
#section_step dd {
  width: 71%;
  padding: 0 50px 0 15px;
}
@media screen and (max-width: 767px) {
  #section_step dd {
    padding: 0 6.6666vw 0 2vw;
  }
}
#section_step .dl01 dd img {
  width: 88%;
  margin: 0 auto;
}
#section_step dl + dl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #section_step dl + dl {
    margin-top: 6.6666vw;
  }
}

#section_qa {
  padding-top: 139px;
  padding-bottom: 147px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #section_qa {
    padding-top: 18.5333vw;
    padding-bottom: 19.6vw;
  }
}
#section_qa img {
  width: 100%;
}
#section_qa .section_qa_inner {
  margin-top: 81px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #section_qa .section_qa_inner {
    margin-top: 10.8vw;
    padding: 0 4vw;
  }
}
#section_qa .section_qa_inner + .section_qa_inner {
  margin-top: 87px;
}
@media screen and (max-width: 767px) {
  #section_qa .section_qa_inner + .section_qa_inner {
    margin-top: 11.6vw;
  }
}
#section_qa ul {
  margin-top: 45px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #section_qa ul {
    margin-top: 6vw;
  }
}
#section_qa li {
  border-bottom: 1px solid #000;
}
#section_qa dt {
  display: flex;
  align-items: center;
  position: relative;
  padding: 50px 0 50px 40px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #section_qa dt {
    padding: 6.6666vw 0 6.6666vw 5.3333vw;
  }
}
#section_qa dt:hover {
  opacity: 0.7;
}
#section_qa dt:before {
  display: inline-block;
  width: 29px;
  height: 36px;
  margin-right: 30px;
  background-image: url(../img/202510/icon_q.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  #section_qa dt:before {
    width: 3.8666vw;
    height: 4.8vw;
    margin-right: 4vw;
  }
}
#section_qa dt span {
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 40px;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  #section_qa dt span {
    top: calc(50% - 1.2vw);
    right: 5.3333vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
#section_qa dt span:before, #section_qa dt span:after {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  transform: rotate(90deg);
  width: 2px;
  height: 100%;
  background-color: #000;
  content: "";
}
#section_qa dt span:after {
  transform: rotate(0deg);
  transition: 0.3s;
}
#section_qa dt.active span:after {
  transform: rotate(90deg);
}
#section_qa dd {
  display: none;
}
#section_qa dd h4 {
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px 0 50px 40px;
}
@media screen and (max-width: 767px) {
  #section_qa dd h4 {
    padding: 0.5333vw 0 6.6666vw 5.3333vw;
  }
}
#section_qa dd h4:before {
  display: inline-block;
  width: 29px;
  height: 36px;
  margin-right: 30px;
  background-image: url(../img/202510/icon_a.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  #section_qa dd h4:before {
    width: 3.8666vw;
    height: 4.8vw;
    margin-right: 4vw;
  }
}
#section_qa dd p {
  padding-bottom: 50px;
  padding-left: 40px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #section_qa dd p {
    padding-bottom: 6.6666vw;
    padding-left: 5.3333vw;
    font-size: 2.4vw;
  }
}

#section_clinic {
  padding-top: 140px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  #section_clinic {
    padding-top: 18.6666vw;
    padding-bottom: 26.6666vw;
  }
}
#section_clinic img {
  width: 100%;
}
#section_clinic .clinic_container_wrapper {
  margin-top: 94px;
  padding: 0 30px 0;
}
@media screen and (max-width: 767px) {
  #section_clinic .clinic_container_wrapper {
    margin-top: 12.5333vw;
    padding: 0 4vw 0;
  }
}
#section_clinic .clinic_container + .clinic_container {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #section_clinic .clinic_container + .clinic_container {
    margin-top: 4vw;
  }
}
#section_clinic h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 77px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 2px;
  border: 1px solid #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #section_clinic h3 {
    height: 10.2666vw;
    font-size: 4.8vw;
    letter-spacing: 0.2666vw;
  }
}
#section_clinic h3 span {
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 40px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  #section_clinic h3 span {
    top: calc(50% - 1.2vw);
    right: 5.3333vw;
    width: 2.1333vw;
    height: 2.1333vw;
  }
}
#section_clinic h3 span:before, #section_clinic h3 span:after {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  transform: rotate(90deg);
  width: 2px;
  height: 100%;
  background-color: #fff;
  content: "";
}
#section_clinic h3 span:after {
  transform: rotate(0deg);
  transition: 0.3s;
}
#section_clinic h3.active span:after {
  transform: rotate(90deg);
}
#section_clinic .clinic_list {
  display: none;
  padding: 50px 50px 30px;
}
@media screen and (max-width: 767px) {
  #section_clinic .clinic_list {
    padding: 6.6666vw 6.6666vw 4vw;
  }
}
#section_clinic ul {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #section_clinic ul {
    margin-top: 1.3333vw;
  }
}
#section_clinic li {
  width: calc((100% - 20px) / 3);
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #section_clinic li {
    width: calc((100% - 2.667vw) / 3);
  }
}
#section_clinic li:hover {
  opacity: 0.8;
}
#section_clinic li:nth-child(3n+2), #section_clinic li:nth-child(3n+3) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #section_clinic li:nth-child(3n+2), #section_clinic li:nth-child(3n+3) {
    margin-left: 1.3333vw;
  }
}
#section_clinic li:nth-child(n+4) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #section_clinic li:nth-child(n+4) {
    margin-top: 1.3333vw;
  }
}
#section_clinic .clinic_detail {
  display: none;
  padding: 15px 0 40px;
}
@media screen and (max-width: 767px) {
  #section_clinic .clinic_detail {
    padding: 2vw 0 5.3333vw;
  }
}
#section_clinic .clinic_detail_container {
  padding: 49px 37px 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #section_clinic .clinic_detail_container {
    padding: 6.5333vw 4.9333vw 6.6666vw;
  }
}
#section_clinic .clinic_detail_container h4 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #section_clinic .clinic_detail_container h4 {
    font-size: 3.2vw;
  }
}
#section_clinic .clinic_detail_container h4 + dl {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  #section_clinic .clinic_detail_container h4 + dl {
    margin-top: 4.4vw;
  }
}
#section_clinic .clinic_detail_container dl {
  display: flex;
  flex-wrap: wrap;
}
#section_clinic .clinic_detail_container dt,
#section_clinic .clinic_detail_container dd {
  font-size: 19px;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  #section_clinic .clinic_detail_container dt,
  #section_clinic .clinic_detail_container dd {
    font-size: 2.5333vw;
  }
}
#section_clinic .clinic_detail_container dt {
  width: 76px;
  font-weight: 500;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
@media screen and (max-width: 767px) {
  #section_clinic .clinic_detail_container dt {
    width: 10.1333vw;
  }
}
#section_clinic .clinic_detail_container dd {
  width: calc(100% - 76px);
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #section_clinic .clinic_detail_container dd {
    width: calc(100% - 10.133vw);
    padding-left: 5.3333vw;
  }
}
#section_clinic .clinic_detail_container .map {
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  #section_clinic .clinic_detail_container .map {
    margin-top: 4.1333vw;
  }
}
#section_clinic .hide_area {
  display: none;
}

#doctor {
  padding: 150px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #doctor {
    padding: 20vw 0;
  }
}
#doctor img {
  width: 100%;
}
#doctor .img {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  #doctor .img {
    margin-top: 7.3333vw;
  }
}

#section_notes {
  padding: 140px 30px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #section_notes {
    padding: 18.6666vw 4vw 0;
  }
}
#section_notes dt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 77px;
  border: 1px solid #fff;
  font-size: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #section_notes dt {
    height: 10.2666vw;
    font-size: 4vw;
  }
}
#section_notes dt:hover {
  opacity: 0.8;
}
#section_notes dt span {
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 40px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  #section_notes dt span {
    top: calc(50% - 1.2vw);
    right: 5.3333vw;
    width: 2.1333vw;
    height: 2.1333vw;
  }
}
#section_notes dt span:before, #section_notes dt span:after {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  transform: rotate(90deg);
  width: 2px;
  height: 100%;
  background-color: #fff;
  content: "";
}
#section_notes dt span:after {
  transform: rotate(0deg);
  transition: 0.3s;
}
#section_notes dt.active span:after {
  transform: rotate(90deg);
}
#section_notes dd {
  display: none;
  padding: 50px 20px 20px;
}
@media screen and (max-width: 767px) {
  #section_notes dd {
    padding: 6.6666vw 2.6666vw 2.6666vw;
  }
}
#section_notes dd p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #section_notes dd p {
    font-size: 2.4vw;
  }
}
#section_notes dl + dl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #section_notes dl + dl {
    margin-top: 6.6666vw;
  }
}

footer {
  padding: 150px 0 300px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20vw 0 40vw;
  }
}
footer img {
  width: 100%;
}

.img_anm {
  position: relative;
}
.img_anm img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.anm_active .anm_delay1 {
  animation: opacity 1s ease-in-out forwards;
}
.anm_active .anm_delay2 {
  animation: opacity 1s ease-in-out forwards;
  animation-delay: 0.2s;
}
.anm_active .anm_delay3 {
  animation: opacity 1s ease-in-out forwards;
  animation-delay: 0.4s;
}
.anm_active .anm_delay4 {
  animation: opacity 1s ease-in-out forwards;
  animation-delay: 0.6s;
}
.anm_active .anm_delay5 {
  animation: opacity 1s ease-in-out forwards;
  animation-delay: 0.8s;
}
.anm_active .anm_delay6 {
  animation: opacity 1s ease-in-out forwards;
  animation-delay: 1s;
}
.anm_active .anm_delay7 {
  animation: opacity 1s ease-in-out forwards;
  animation-delay: 1.2s;
}
.anm_active .anm_delay8 {
  animation: opacity 1s ease-in-out forwards;
  animation-delay: 1.4s;
}
.anm_active .anm_delay9 {
  animation: opacity 1s ease-in-out forwards;
  animation-delay: 1.6s;
}

.js_anm_slideUp {
  transform: translateY(20px);
  opacity: 0;
}

.js_anm_slideUp.anm_active {
  animation-name: js_anm_slideUp;
  animation-duration: 1.2s;
  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_main li.li_02 .btn_reservation .txt {
  margin-top: 0;
}

#section_price .btn_reservation .txt {
  margin-top: 0;
}

#wrapper {
  overflow: visible;
}

#section_price dl.sticky {
  position: sticky;
  top: 0;
}

#section_price dl .bt_none {
  border-top: none;
}

#section_price .sticky dd {
  background-color: #fff;
}

.anm_mask {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.anm_mask::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #bba171;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out 0.3s;
}

.anm_mask img {
  vertical-align: middle;
  transform: translateX(-100%);
}

.anm_mask.anm_active::after {
  animation: viewinMask 1s ease-in-out forwards;
}

.anm_mask.anm_active img {
  animation: viewinImg 1s ease-in-out forwards;
}

@keyframes viewinMask {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(102%);
  }
}
@keyframes viewinImg {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
#section_top .img_anm {
  aspect-ratio: 1500/1297;
}

#section_case .img_anm {
  aspect-ratio: 1500/563;
}

#section_main .li_01 .img_anm {
  aspect-ratio: 1500/594;
}

#section_main .li_02 .img_anm {
  aspect-ratio: 1350/603;
}

#section_main .li_03 .img_anm {
  aspect-ratio: 1500/669;
}

#section_txt .img_anm {
  aspect-ratio: 1500/623;
}

.counter_wrapper {
  position: relative;
  display: grid;
  place-content: center;
}

.counter {
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  font-size: 5vw;
}
@media screen and (max-width: 767px) {
  .counter {
    font-size: 10vw;
  }
}

.counter_inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 4vw;
  right: 0;
  left: 0;
  color: #bba171;
  zoom: 0.9;
}
@media screen and (max-width: 767px) {
  .counter_inner {
    top: 7vw;
  }
}
.counter_inner span {
  display: inline-block;
  font-size: 3vw;
  margin-bottom: 1vw;
  margin-left: 1vw;
}
@media screen and (max-width: 767px) {
  .counter_inner span {
    font-size: 6vw;
    margin-bottom: 1vw;
    margin-left: 1vw;
  }
}

.js_anm.counter_inner {
  opacity: 0;
  transition: opacity 1.2s ease-out;
}

.js_anm.counter_inner.anm_active {
  opacity: 1;
}

.anm_line {
  position: relative;
}
.anm_line:before, .anm_line:after,
.anm_line .iconline {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.anm_line:before {
  top: 4.3vw;
}
@media screen and (max-width: 767px) {
  .anm_line:before {
    top: 8.3vw;
  }
}
.anm_line:after {
  top: 10.8vw;
}
@media screen and (max-width: 767px) {
  .anm_line:after {
    top: 21vw;
  }
}
.anm_line .iconline {
  top: 21vw;
}
@media screen and (max-width: 767px) {
  .anm_line .iconline {
    top: 41.3vw;
  }
}
.anm_line.js_anm:before {
  animation: anm_line 0.5s ease-in-out forwards;
}
.anm_line.js_anm:after {
  animation-delay: 0.5s;
  animation: anm_line 0.5s ease-in-out forwards;
}
.anm_line.js_anm .iconline {
  animation-delay: 0.5s;
  animation: anm_line 0.5s ease-in-out forwards;
}

@keyframes anm_line {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}
.person_img img {
  width: 90%;
  margin-right: auto;
}

#section_price .dt_main img.img_l {
  width: 97%;
}

.person_img01 img {
  width: 90%;
  margin-left: auto;
  right: 0;
}

.main_wrapper {
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main_wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .main_wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1501px) {
  .svg {
    margin-top: -15%;
  }
  .svg svg {
    width: 800px;
  }
  .svg h2 {
    top: 63%;
    right: 3%;
    width: 50%;
  }
  .anm_line:before {
    top: 20%;
  }
  .anm_line:after {
    top: 52%;
  }
  .anm_line .iconline {
    top: 98%;
  }
  .counter {
    font-size: 3.5vw;
  }
  .counter_inner {
    top: 26%;
  }
  .counter_inner span {
    font-size: 2vw;
    margin-bottom: 13px;
    margin-left: 20px;
  }
}
/*------------------------
R7.11 before-after改修
------------------------*/
.box_before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  border-right: 2px solid rgb(255, 255, 255);
}

.box_before img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.box_before::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: -23px;
  bottom: 0;
  width: 45px;
  height: 45px;
  margin: auto;
  background: no-repeat center/contain url(../../assets/img/202511/before-after-btn.webp);
}
@media screen and (max-width: 767px) {
  .box_before::before {
    right: -3.1vw;
    width: 6vw;
    height: 6vw;
  }
}

.slider_range {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: col-resize;
}

.img_case_bottom {
  width: 64%;
  margin: 10px 0 80px 24%;
}
@media screen and (max-width: 767px) {
  .img_case_bottom {
    margin: 1.3333vw 0 10.6666vw 24%;
  }
}

/*------------------------
割引追加
------------------------*/
.waribiki_list .ttl_aco {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 77px;
  padding-inline: 63px;
  background: #BBA171;
  font-size: 30px;
  cursor: pointer;
  max-width: 92%;
  margin: 48px auto 0;
}

.waribiki_list .ttl_aco:before {
  content: "−";
  font-size: 24px;
  position: absolute;
  top: 49%;
  right: 48px;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}

.waribiki_list .ttl_aco.active:before {
  display: block;
}

.waribiki_list .ttl_aco:after {
  content: "+";
  font-size: 24px;
  position: absolute;
  top: 49%;
  right: 48px;
  transform: translateY(-50%);
  cursor: pointer;
}

.waribiki_list .ttl_aco.active:after {
  display: none;
}

.waribiki_list .body_aco {
  line-height: 1.75;
  /* margin-top: 3px; */
  padding: 0px 20px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  background-color: #EFEFEF;
  max-width: 92%;
  margin: 0 auto;
}

.waribiki_list .body_aco.active {
  padding: 100px 20px;
}

.waribiki_list .body_aco.active {
  opacity: 1;
}

.waribiki_list .body_aco .item {
  margin: 20px 0 50px;
}

.waribiki_list .body_aco .item .label {
  font-size: 24px;
  line-height: 1.7916666667;
  font-weight: 300;
  border-bottom: 1px solid #000;
  margin-bottom: 18px;
}

.waribiki_list .body_aco .item p {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 300;
}

.waribiki_list .body_aco .item:last-of-type {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .waribiki_list .ttl_aco {
    height: 10.2666vw;
    padding-inline: 8.4vw;
    font-size: 4vw;
    margin: 6.4vw auto 0;
    cursor: pointer;
  }
  .waribiki_list .ttl_aco:before {
    font-size: 3.2vw;
    right: 6.4vw;
  }
  .waribiki_list .ttl_aco:after {
    content: "+";
    font-size: 3.2vw;
    right: 6.4vw;
  }
  .waribiki_list .body_aco {
    padding: 0px 2.6666vw;
  }
  .waribiki_list .body_aco.active {
    padding: 13.3333vw 2.6666vw;
  }
  .waribiki_list .body_aco .item {
    margin: 2.6666vw 0 6.6666vw;
  }
  .waribiki_list .body_aco .item .label {
    font-size: 3.2vw;
    margin-bottom: 2.4vw;
  }
  .waribiki_list .body_aco .item p {
    font-size: 2.4vw;
  }
  .waribiki_list .body_aco .item:last-of-type {
    margin-bottom: 30px;
  }
}
#bnr_01 {
  margin-top: 150px;
}

.bnr_area img {
  width: 100%;
}

#campaign01 {
  margin-top: 100px;
  padding: 0 30px;
}
#campaign01 img {
  width: 100%;
}

#campaign02 {
  margin-top: 100px;
  padding: 0 30px;
}
#campaign02 img {
  width: 100%;
  margin: 0 auto;
}

#campaign03 {
  margin-top: 100px;
  padding: 0 30px;
}
#campaign03 img {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #bnr_01 {
    margin-top: 20vw;
  }
  #campaign01 {
    margin-top: 13.3333vw;
    padding: 0 4vw;
  }
  #campaign02 {
    margin-top: 13.3333vw;
    padding: 0 4vw;
  }
  #campaign03 {
    margin-top: 13.3333vw;
    padding: 0 4vw;
  }
}
.fv_price .img + .img {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .fv_price .img + .img {
    margin-top: 8.6666vw;
  }
}

.fv_price .img img {
  width: 473px;
}
@media (max-width: 768px) {
  .fv_price .img img {
    width: 63.0666vw;
  }
}

#bnr_select4 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  #bnr_select4 {
    margin-top: 13.3333vw;
  }
}
#bnr_select4 img {
  width: 100%;
}/*# sourceMappingURL=style_02.css.map */