@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@font-face {
  font-family: "Yu Gothic Pr6N";
  src: url("../fonts/YuGothic-Bold.ttf");
  font-weight: 700;
}
.pulse {
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  overflow-x: clip;
  background: #fff;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

#wrapper {
  margin: auto;
  max-width: 750px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.flex {
  display: flex;
}

.flex-middle {
  align-items: center;
}

.flex-center {
  justify-content: space-between;
}

#header .box .logo {
  padding: 0 8px;
  width: 50%;
}
#header .box .btn-wrap {
  width: auto;
  flex: 0 0 auto;
  margin-right: clamp(12px, 4vw, 32px);
}

.header-ctabtn {
  display: block;
  width: clamp(160px, 36vw, 240px);
  margin: clamp(8px, 2vw, 18px) auto;
}

.header-ctabtn img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .header-ctabtn {
    width: clamp(110px, 32vw, 150px);
  }
}

.cta-bg .ctabtn {
  bottom: 15%;
  margin: auto;
  left: 5%;
  right: 5%;
}

#main > .cta-bg {
  background-color: #F1E6DC;
  position: relative;
  z-index: 0;
}

#main > .cta-bg::before,
#main > .cta-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #F1E6DC;
  z-index: -1;
}

#main > .cta-bg::before {
  top: calc(-1 * clamp(12px, 4vw, 24px));
  height: clamp(12px, 4vw, 24px);
}

#main > .cta-bg::after {
  bottom: calc(-1 * clamp(12px, 4vw, 24px));
  height: clamp(12px, 4vw, 24px);
}

#main > div.cta-bg:nth-of-type(3),
#main > div.cta-bg:nth-of-type(10) {
  background-color: #FFF;
}

#main > div.cta-bg:nth-of-type(3)::before,
#main > div.cta-bg:nth-of-type(3)::after,
#main > div.cta-bg:nth-of-type(10)::before,
#main > div.cta-bg:nth-of-type(10)::after {
  background-color: #FFF;
}

#main > .cta-bg .ctabtn.absolute {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0 auto;
  display: block;
}

#main > .cta-bg .cta-text-before {
  width: clamp(200px, 70%, 440px);
  margin: clamp(12px, 4vw, 24px) auto 0;
}

#main > .cta-bg .cta-text-after {
  width: clamp(240px, 80%, 520px);
  margin: 0 auto clamp(12px, 4vw, 24px);
}

#main > .cta-bg .cta-main-image {
  width: clamp(180px, 65%, 360px);
  margin: clamp(12px, 4vw, 20px) auto;
  display: block;
}

.brillia-lp .slider-pos {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 750px;
  width: 100%;
}
.brillia-lp .slick-next:before,
.brillia-lp .slick-prev::before {
  content: none;
}
.brillia-lp .slick-arrow.slick-next,
.brillia-lp .slick-arrow.slick-prev {
  background-image: url("../images/arrow_right.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: min(7.6vw, 57px);
  height: min(7.733vw, 58px);
  display: block;
  right: 3%;
  top: 42%;
  z-index: 9;
}
.brillia-lp .slick-arrow.slick-prev {
  background-image: url("../images/arrow_left.png");
  right: unset;
  left: 3%;
}
.brillia-lp .slick-dots {
  bottom: 0;
  left: 0;
}
.brillia-lp .slick-dots li {
  margin: 0 2px;
}
.brillia-lp .slick-dots li button:before {
  font-size: 2.657vw;
  color: #fff;
  opacity: 0.6;
}
.brillia-lp .slick-dots li.slick-active button:before {
  opacity: 1;
}
.brillia-lp .point1-post {
  top: 53.5%;
}
.brillia-lp .point4-post .slick-dots {
  bottom: -4%;
}
.brillia-lp .deal-pos {
  top: 34%;
}
.brillia-lp .deal-pos .slick-dots {
  bottom: -14%;
}
.brillia-lp .deal-pos .slick-dots li button:before {
  color: #00b0c8;
}
.brillia-lp .section-faq {
  background: #dcfbff;
  padding-bottom: 10.628vw;
}
.brillia-lp .section-faq .faq-head {
  padding: 17.391vw 8.454vw 3.865vw;
  text-align: center;
}
.brillia-lp .section-faq .faq-head .head-img {
  display: inline-block;
}
.brillia-lp .section-faq .faq-head .title {
  color: #00b0c8;
  font-family: "Kosugi Maru";
  font-size: min(7.005vw, 52px);
  font-weight: 500;
}
.brillia-lp .section-faq .faq-box {
  padding: 0 6.28vw;
}
.brillia-lp .section-faq .faq-box .faq-item {
  margin-bottom: 8.696vw;
}
.brillia-lp .section-faq .faq-box .faq-item .faq-toggle {
  color: #fff;
  text-align: center;
  font-family: "Kosugi Maru";
  font-size: 3.382vw;
  font-weight: 500;
  background-color: #00b0c8;
  padding: 2.174vw 3.623vw 2.174vw 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex: 1;
}
.brillia-lp .section-faq .faq-box .faq-item .faq-toggle span:first-child {
  width: 100%;
  padding-left: 3.623vw;
}
.brillia-lp .section-faq .faq-box .faq-item .faq-toggle .faq-plus {
  position: relative;
  width: 5.797vw;
  height: 5.797vw;
  display: inline-block;
  padding-right: 3.623vw;
  flex: 2;
}
.brillia-lp .section-faq .faq-box .faq-item .faq-toggle .faq-plus::before, .brillia-lp .section-faq .faq-box .faq-item .faq-toggle .faq-plus::after {
  content: "";
  position: absolute;
  display: block;
  width: 5.797vw;
  height: 1px;
  right: 0;
  background-color: #fff;
  top: 50%;
  transition: transform 0.6s;
}
.brillia-lp .section-faq .faq-box .faq-item .faq-toggle .faq-plus::after {
  transform: rotate(90deg);
  transition: transform 0.6s;
}
.brillia-lp .section-faq .faq-box .faq-item .faq-toggle.active .faq-plus::before {
  transition: transform 0.6s;
  transform: rotate(180deg);
}
.brillia-lp .section-faq .faq-box .faq-item .faq-toggle.active .faq-plus::after {
  transition: transform 0.6s;
  transform: rotate(180deg);
}
.brillia-lp .section-faq .faq-box .faq-item .faq-content {
  display: none;
}
.brillia-lp .section-faq .faq-box .faq-item .faq-content .item {
  padding: 2.415vw 7.85vw 5.072vw;
  border-bottom: 1px solid #00b0c8;
  margin-bottom: 2.657vw;
}
.brillia-lp .section-faq .faq-box .faq-item .faq-content .item h4 {
  text-align: center;
  font-family: "Yu Gothic Pr6N";
  font-size: 4.348vw;
  font-weight: 700;
  margin-bottom: 2.899vw;
}
.brillia-lp .section-faq .faq-box .faq-item .faq-content .item p {
  font-family: "Kosugi Maru";
  font-size: 3.382vw;
}
.brillia-lp .section-faq .faq-box .faq-item .faq-content .credit-logo {
  margin-top: 1.4rem;
}



.brillia-lp .section-info .introduction__logo {
  width: 70%;
  margin: 0 auto;
}
.brillia-lp .section-info .info-clinic-title {
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1rem;
}

.brillia-lp .section-info .info-clinic-line {
  width: 60%;
  margin: 0.8rem auto;
}
.brillia-lp .section-info .info-clinic-hours {
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.brillia-lp .section-info .info-clinic-address {
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.4rem;
}
.brillia-lp .section-info .info-clinic-tel {
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
.brillia-lp .section-info .map {
  padding: 0 11.594vw;
  margin-bottom: 9.662vw;
}
.brillia-lp .section-info .map iframe {
  border: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 317/254;
}
.brillia-lp footer {
  padding: 2.667vw 2.667vw 21.333vw 2.667vw;
  font-size: 2.667vw;
  background: transparent;
  color: #1a1a1a;
}
.brillia-lp footer .footer_links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.brillia-lp footer .footer_links li {
  margin-right: 4vw;
  font-size: 4vw;
  width: 100%;
  border: 1px solid #fff;
  margin: 0 auto 1em auto;
  padding: 0;
}
.brillia-lp footer .footer_links li a {
  outline: none;
  text-decoration: none;
  color: #3a3a3a;
  display: block;
  padding: 2.667vw;
  border: 1px solid #1a1a1a;
  font-size: 3.2vw;
  text-align: center;
}
.brillia-lp footer .copy {
  font-size: 3.2vw;
  text-align: center;
  margin: auto;
  color: #888;
}
.brillia-lp .section-fixed {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  max-width: 750px;
  z-index: 9;
}
.brillia-lp .section-fixed a {
  display: block;
  position: relative;
}
.brillia-lp .section-fixed .shine-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.brillia-lp .section-fixed img {
  max-width: 100%;
  margin: 0 auto;
}
.brillia-lp .section-fixed .shine-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  animation: section-fixed-shine 4s linear infinite;
  pointer-events: none;
}
.brillia-lp .section-fixed .countdown-ribbon {
  position: absolute;
  top: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  z-index: 10;
}
.brillia-lp .section-fixed .countdown-ribbon img {
  width: 100%;
  height: auto;
}
.brillia-lp .section-fixed .countdown-ribbon .countdown-text {
  position: absolute;
  top: 46%;
  right: 5.5%;
  transform: translateY(-50%);
  color: #FF0004;
  font-weight: bold;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  z-index: 11;
}
.brillia-lp .section-fixed .countdown-ribbon .countdown-text .hours,
.brillia-lp .section-fixed .countdown-ribbon .countdown-text .minutes,
.brillia-lp .section-fixed .countdown-ribbon .countdown-text .seconds {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  white-space: pre;
}
.brillia-lp .section-fixed .countdown-ribbon .countdown-text .unit {
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .brillia-lp .section-fixed .countdown-ribbon .countdown-text .hours,
  .brillia-lp .section-fixed .countdown-ribbon .countdown-text .minutes,
  .brillia-lp .section-fixed .countdown-ribbon .countdown-text .seconds {
    font-size: 1.1rem;
  }
}

@keyframes section-fixed-shine {
  0% {
    left: -150%;
  }
  60% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@media screen and (min-width: 749px) {
  .brillia-lp .slick-dots li button:before {
    font-size: 14px;
  }
  .brillia-lp .slick-dots li {
    margin: 0 5px;
  }
  .brillia-lp .section-faq {
    padding-bottom: 40px;
  }
  .brillia-lp .section-faq .faq-head {
    padding: 130px 64px 30px;
  }
  .brillia-lp .section-faq .faq-box {
    padding: 0 46px;
  }
  .brillia-lp .section-faq .faq-box .faq-item {
    margin-bottom: 65px;
  }
  .brillia-lp .section-faq .faq-box .faq-item .faq-content .item {
    padding: 18px 58px 40px;
    margin-bottom: 20px;
  }
  .brillia-lp .section-faq .faq-box .faq-item .faq-content .item h4 {
    font-size: 33px;
    margin-bottom: 22px;
  }
  .brillia-lp .section-faq .faq-box .faq-item .faq-content .item p {
    font-size: 25px;
  }
  .brillia-lp .section-faq .faq-box .faq-item .faq-toggle {
    font-size: 25px;
    padding: 17px 27px 17px 0;
  }
  .brillia-lp .section-faq .faq-box .faq-item .faq-toggle span:first-child {
    padding-left: 27px;
  }
  .brillia-lp .section-faq .faq-box .faq-item .faq-toggle .faq-plus {
    width: 43px;
    height: 43px;
    padding-right: 27px;
  }
  .brillia-lp .section-faq .faq-box .faq-item .faq-toggle .faq-plus::before, .brillia-lp .section-faq .faq-box .faq-item .faq-toggle .faq-plus::after {
    width: 43px;
  }

  .brillia-lp .section-faq .faq-box .faq-item .faq-content .item .faq-accordion__link {
    color: #955354;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }

  .brillia-lp .section-info .map {
    padding: 0 87px;
    margin-bottom: 72px;
  }
  .brillia-lp footer {
    padding: 0 10px 160px 10px;
    font-size: 10px;
  }
  .brillia-lp footer .footer_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px auto;
  }
  .brillia-lp footer .footer_links li {
    margin: 0 15px 0 0;
    font-size: 15px;
    border: none;
    width: -moz-fit-content;
    width: fit-content;
  }
  .brillia-lp footer .footer_links li a {
    padding: 0;
    font-size: 15px;
    border: none;
  }
  .brillia-lp footer .footer_links li a::after {
    content: "/";
    margin-left: 15px;
  }
  .brillia-lp footer .copy {
    font-size: 12px;
  }

  .brillia-lp .section-fixed .countdown-ribbon {
    top: -2.6rem;
  }
  .brillia-lp .section-fixed .countdown-ribbon .countdown-text {
    position: absolute;
    top: 45%;
    right: 5%;
    transform: translateY(-50%);
    color: #FF0004;
    font-weight: bold;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    z-index: 11;
  }
  .brillia-lp .section-fixed .countdown-ribbon .countdown-text .hours,
  .brillia-lp .section-fixed .countdown-ribbon .countdown-text .minutes,
  .brillia-lp .section-fixed .countdown-ribbon .countdown-text .seconds {
    font-size: 2.2rem;
    white-space: pre;
  }
  .brillia-lp .section-fixed .countdown-ribbon .countdown-text .unit {
    font-size: 1.3rem;
  }
}

/* Modal styles */
.image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s ease;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 90%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.modal-content img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/*# sourceMappingURL=lp-custom.css.map */
