@charset "UTF-8";
html {
  font-size: clamp(16px, 0.833vw, 18px);
  line-height: 2.0;
}

body {
  /*font-family: 'Noto Sans', sans-serif;*/
  font-family: 'Kosugi Maru', sans-serif !important;
  font-weight: 500;
  color: #333;
}

footer {
  background: #48c6c0;
  margin-top: 1rem;
  padding: 1.0rem 0;
  color: #fff;
  text-align: center;
  font-size: clamp(10px, 0.833vw, 12px);
}

.pc_n {
  display: none;
}
@media (max-width: 767px) {
  .pc_n {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp_n {
    display: none !important;
  }
}

img {
  width: 100%;
  object-fit: cover;
}
img.img-30 {
  width: 30%;
  object-fit: cover;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.inner {

}
@media (max-width: 767px) {
  .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.wrapper {
  margin: 0 auto;
  width: 550px;
}

@media (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}

.l-section {
  margin-block: clamp(2rem, 6vw, 5rem);
}

.u-mt-xsm { margin-block-start: 1rem; }
.u-mb-xsm { margin-block-end: 1rem; }
.u-mt-sm { margin-block-start: 2rem; }
.u-mb-sm { margin-block-end: 2rem; }
.u-mt-md { margin-block-start: 3rem; }
.u-mb-md { margin-block-end: 3rem; }
.u-mt-lg { margin-block-start: 5rem; }
.u-mb-lg { margin-block-end: 5rem; }

.font-xsm {
  font-size: clamp(8px, 0.833vw, 10px);
  line-height: 1.2;
}
.font-sm {
  font-size: clamp(11px, 0.833vw, 13px);
  line-height: 1.2;
}
.font-lg {
  font-size: clamp(30px, 0.833vw, 32px);
  line-height: 1.2;
  font-weight: bold;
}

.font-color-eb4e1d {
  color: #eb4e1d;
  font-weight: bold;
}

.font-color-751cea {
  color: #751cea;
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.highlight-text {
  background-color: #fff9d8;
  color: #eb4e1d;
  font-weight: bold;
  padding: 0.2em 0.4em;
}

.highlight-text-main {
  background-color: #48c6c0;
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.4em;
}

.title-main {
  position: relative; /* 三角配置に必須 */
  background: #48c6c0;
  background: radial-gradient(
    circle,
    rgba(56, 217, 206, 1) 0%,
    rgba(76, 186, 181, 1) 100%
  );
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .title-main {
    margin-left: -1.0rem;
    margin-right: -1.0rem;
  }
}

/* 吹き出しの三角 */
.title-main::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px; /* 三角の高さ分だけ下へ */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid rgba(76, 186, 181, 1);
}

.title-main h2 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px, 0.833vw, 20px);
  line-height: 1.5;
  padding: 1rem 0;
  border: 1px solid #fff;
}

.title-maru {
  background: #ffdde4;
  border: 3px dotted #e35875;
  border-radius: 100px;
  color: #e35875;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.0rem 0;
}

.title-clinic {
  background: #02b1a6;
  border-radius: 10px 10px 0 0;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.0rem 0;
}

.title-ad {
  background: #fff9d8;
  border-radius: 10px;
  padding: 1.0rem;
}
.title-ad02 {
  background: #eb4e1d;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.0rem 0;
}

.title-or {
  background: #FCF2AC;
  border-radius: 100px;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.0rem 0;
}

.title-gr {
  background: #D0EFCE;
  border-radius: 100px;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.0rem 0;
}

.title-pa {
  background: linear-gradient(
    to right,
    rgba(145, 134, 169, 0) 0%,
    #9186A9 40%,
    #9186A9 60%,
    rgba(145, 134, 169, 0) 100%
  );
  color: #fff;
  font-weight: bold;
  padding: 1.0rem 0;
}

.title-re {
  background: linear-gradient(
    to right,
    rgba(145, 134, 169, 0) 0%,
    #eb2712 40%,
    #eb2712 60%,
    rgba(145, 134, 169, 0) 100%
  );
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  padding: 1.0rem 0;
}

.title-ye {
  background: linear-gradient(
    to right,
    rgba(145, 134, 169, 0) 0%,
    #fff9d8 40%,
    #fff9d8 60%,
    rgba(145, 134, 169, 0) 100%
  );
  font-weight: bold;
  line-height: 1.5;
  padding: 1.0rem 0;
}

.title-ninki {
  background: #fff9d8;
  padding: 1.0rem;
  position: relative;
}
.title-ninki::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: 2.2rem;
  height: 2.2rem;
  border-top: 4px solid #02b1a6;
  border-left: 4px solid #02b1a6;
}
.title-ninki::after {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  right: 0.4rem;
  width: 2.2rem;
  height: 2.2rem;
  border-bottom: 4px solid #02b1a6;
  border-right: 4px solid #02b1a6;
}

.title-border-tb {
  border-top: 1px solid #02b1a6;
  border-bottom: 1px solid #02b1a6;
  padding: 1.0rem;
  color: #02b1a6;
}

.wrap-harf { display: flex; justify-content: space-between; }
.item-harf { width: 49%; }

.cta-puyo img {
  display: block;
  animation: puyo-soft 1.6s ease-in-out infinite;
  transform-origin: center bottom;
  animation-delay: 1s;
}

@keyframes puyo-soft {
  0% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.02, 0.98);
  }
  50% {
    transform: scale(0.98, 1.02) translateY(-3px);
  }
  70% {
    transform: scale(1.01, 0.99);
  }
  100% {
    transform: scale(1, 1);
  }
}

.triangle-container {
  position: relative;
  width: 100%;
  height: 30px;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 15px solid #7fd7cf; /* 下向き */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: moveDown 1.5s infinite;
}
.triangle:nth-child(2) {
  animation-delay: 0.75s;
}
@keyframes moveDown {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(10px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
}

.triangle.e68dad {
  border-top-color: #e68dad !important;
}

.box-shadow {
  box-shadow: 0px 0px 17px -5px #adadad;
}

.image-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
/* 画像は上下にきびきび動く */
.image-wrapper img {
  display: block;
  width: 100%;
  animation: moveUpDown 0.5s ease-in-out infinite alternate;
}
/* 光のオーバーレイをクリップ */
.shine-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
/* キラキラ光のストリップ */
.shine {
  position: absolute;
  width: 20%;      /* 光の幅 */
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.8) 50%,
    rgba(255,255,255,0) 100%
  );
  top: -100%;
  left: 0;
  animation: shineDiagonal 1s linear infinite;
  opacity: 0.7;
}
.shine:nth-child(1) { animation-delay: 0s; left: 10%; }
.shine:nth-child(2) { animation-delay: 0.3s; left: 40%; }
.shine:nth-child(3) { animation-delay: 0.6s; left: 70%; }
@keyframes moveUpDown {
  0% { transform: translateY(0); }
  100% { transform: translateY(-15px); }
}
@keyframes shineDiagonal {
  0% { transform: translateY(-100%) rotate(45deg); opacity: 0; }
  30% { opacity: 1; }
  70% { opacity: 1; }
  100% { transform: translateY(100%) rotate(45deg); opacity: 0; }
}

.blink {
  display: inline-block;
}

.blink img {
  display: block;
  animation: blinkGlow 1.2s infinite;
}

/* 点滅アニメーション */
@keyframes blinkGlow {
  0% {
    filter: brightness(1);
  }
  40% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.6);
  }
  60% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1);
  }
}

.aftercare {
  background: #f7eef8;
  padding: 1.0rem;
}
.aftercare dl {
  background: #fff;
  border-radius: 10px;
  padding: 1.0rem;
}
.aftercare-top {
  padding-bottom: 0;
  padding-left: 0;
}

.faq {

}
.faq dt,
.faq dd {
  position: relative;
  padding: 1.0rem 1.0rem 1.0rem 3rem;
}
.faq dt {
  cursor: pointer;
  background: #D7EBFF;
  font-weight: bold;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  transition: border-radius 0.2s ease;
}
.faq dt::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url("https://ariel.clinic/official/wp-content/themes/arielcl-2021/lp/doublearticle_01_lp/images/icon_q.webp") no-repeat center / contain;
}
.faq dt.is-open {
  border-radius: 10px 10px 0 0;
}
.faq dt::after {
  content: "＋";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  transition: transform 0.2s ease;
}

/* 開いた状態は「－」に */
.faq dt.is-open::after {
  content: "－";
}
.faq dd {
  display: none;
  background: #FFD6C9;
  border: 1px solid #D9D9D9;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.faq dd::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url("https://ariel.clinic/official/wp-content/themes/arielcl-2021/lp/doublearticle_01_lp/images/icon_a.webp") no-repeat center / contain;
}

.line-clinic {
  border-bottom: 1px dotted #02b1a6;
}

.shindan-wrap {
  display: none;
}

.shindan01 {
  display: block;
}

.shindan-wrap dd {
  position: relative;
  cursor: pointer;
  border: 1px solid #E4C4E1;
  border-radius: 10px;
  padding: 1.0rem;
  padding-left: 2.2rem;
  margin-block-start: 1rem;

  background: #fff;
  transition: background-color 0.2s ease;
}
.shindan-wrap dd::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #E4C4E1;
  border-radius: 50%;
  box-sizing: border-box;
}
.shindan-wrap dd.is-selected {
  background: #E4C4E1;
}

.page-anker {
  color: #000;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #48c6c0;
}
.page-anker li {
  box-sizing: border-box;
  border-bottom: 1px solid #48c6c0;
}
.page-anker li:last-child {
  border-bottom: none;
}
.page-anker li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem;
}
.page-anker li a::after {
  content: "▼";
  font-size: 0.8rem;
  color: #48c6c0;
}

.reallookbook {

}
.reallookbook-anker {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.reallookbook-anker li {
  flex: 1;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 1.0rem;
  background: #c3f4f0;
  border: 1px solid #48c6c0;
  border-radius: 10px;
}
.reallookbook-anker li.is-active {
  opacity: 1;
  color: #fff;
  background: #48c6c0;

}

.countdown {
  font-size: clamp(20px, 0.833vw, 22px);
  font-weight: bold;
  line-height: 1.2;
}
.countdown span {
  font-size: clamp(30px, 0.833vw, 32px);
  color: #eb4e1d;
}

.eyephchi-bg {
  background-image: url("https://ariel.clinic/official/wp-content/themes/arielcl-2021/lp/doublearticle_01_lp/images/eyephchi_bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 1.0rem;
}

.aten-wrap {
  background: #fff;
  border-radius: 10px;
  padding: 1.0rem;
}

.fixedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  /*opacity: 0;
  visibility: hidden;*/
  z-index: 100;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

@media (min-width: 750px) {
  .fixedbtn {
    width: 550px;
    margin: 0 auto;
  }
}

.fixedbtn.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 101; 
}

.fixedbtn__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fixedbtn__link {
  aspect-ratio: 130/51;
  display: block;
}

.fixedbtn__link.--line {
  background: url("https://ariel.clinic/official/wp-content/themes/arielcl-2021/mito/img/btn_cta_line.webp") no-repeat center center/cover;
}

.fixedbtn__link.--web {
  background: url("https://ariel.clinic/official/wp-content/themes/arielcl-2021/mito/img/btn_cta_web.webp") no-repeat center center/cover;
}

.fixedbtn__link.--tel {
  background: url("https://ariel.clinic/official/wp-content/themes/arielcl-2021/mito/img/btn_cta_tel.webp") no-repeat center center/cover;
}

.map-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 の比率（縦横比を維持） */
  height: 0;
  overflow: hidden;
}

.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}