@charset "utf-8";

/*
***********************************************************
responsive
***********************************************************
*/
/*pc only*/
@media (min-width: 769px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}

/*sp only*/
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

.page-btm-row {
  margin-top: 0 !important;
}

/*
*********************************************************
.main-content
*********************************************************
*/
.main-content {
  max-width: 100%;
  margin: 0 auto;
}

/* chrome 画像・グラフィック文字のぼやけ対策 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .main-content img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* safari 画像 デフォルト値 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {

  _::-webkit-full-page-media,
  _:future,
  :root .main-content img {
    image-rendering: auto;
  }
}

.main-content .maximg {
  width: 100%;
  height: auto
}

.main-content .content-inner {
  max-width: 1440px;
  margin: 0 auto;
}

/*
***************************************************************
#section-kv
***************************************************************
*/
#section-kv {
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}

#section-kv .kv-inner {
  position: relative;
  margin: 0 auto;
}

#section-kv .kv-placeholder {
  width: 100%;
  padding-top: 48.05556%;
  /* 692/1440 */
  pointer-events: none;
}

#section-kv .slideshow-fade {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
}

#section-kv .slideshow-fade ul {
  margin: 0;
  padding: 0;
}

#section-kv .slideshow-fade li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  list-style: none;
}

#section-kv .slideshow-fade li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-kv {
    max-width: inherit;
  }

  #section-kv .kv-placeholder {
    padding-top: 142.13333%;
    /* 例: 750 / 1066 * 100 */
  }

  #section-kv .h1-box {
    display: none;
  }
}

/*
*********************************************************
#section-greeting
*********************************************************
*/
#section-greeting {
  margin-top: var(--size64);
  margin-bottom: var(--size64);
}

#section-greeting p {
  color: var(--greyK70);
  font-size: 1.25rem !important;
  text-align: center;
  line-height: 2.4;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-greeting {
    margin-top: var(--size32);
    margin-bottom: var(--size32);
  }

  #section-greeting p {
    font-size: 1rem !important;
    line-height: 2.2;
    padding: 0 var(--size16);
  }
}

/*
*********************************************************
#section-comparison（比較）
*********************************************************
*/
#section-comparison {
  position: relative;
  background-color: #e8edeb;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  text-align: center;
  margin-top: var(--size32);
  padding-top: 56px;
  padding-bottom: var(--size32);
}

#section-comparison h2 {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

#section-comparison h2 span {
  font-size: 2.125rem !important;
}

#section-comparison .btn-faq {
  position: absolute;
  width: 100%;
  max-width: 150px;
  top: -6.3rem;
  right: 1rem;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-comparison {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
  }

  #section-comparison h2 {
    font-size: 0.875rem;
  }

  #section-comparison h2 span {
    font-size: 1.25rem !important;
  }

  #section-comparison .btn-faq {
    max-width: 20%;
    top: -2rem;
    right: 0.5rem;
  }
}

/*
*********************************************************
#section-charm （魅力）
*********************************************************
*/
#section-charm {
  background-color: #e8edeb;
  margin-bottom: var(--size32);
}

#section-charm h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-block-end: 3.5rem;
}

#section-charm .charm-inner {
  background-color: #fff;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  text-align: center;
  margin-bottom: var(--size32);
  padding-top: 56px;
  padding-bottom: 56px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-charm .charm-inner {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  #section-charm h2 {
    font-size: 1.25rem;
    margin-block-end: 1.25rem;
  }

  #section-charm .swiper-pagination {
    bottom: 20px !important;
    z-index: 20;
  }
}

/*
*********************************************************
#section-point （ポイント）
*********************************************************
*/
#section-point {
  background-color: #fff;
}

#section-point .point-inner {
  background-color: #e8edeb;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 100px;
}

#section-point h2 {
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  margin-block-end: 3.5rem;
}

#section-point .circle-button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00998e;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#section-point .circle-button:hover {
  transition: all 0.3s 0s ease;
}

#section-point .circle-button:hover:hover {
  opacity: 0.7;
}

#section-point .circle-button .plus-icon {
  position: relative;
  width: 20px;
  height: 20px;
}

#section-point .circle-button .plus-icon::before,
#section-point .circle-button .plus-icon::after {
  content: '';
  position: absolute;
  background-color: white;
}

#section-point .circle-button .plus-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#section-point .circle-button .plus-icon::after {
  width: 2px;
  /* 縦棒の太さ */
  height: 100%;
  /* 縦棒の高さ */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* 中央寄せ */
}

@media (min-width: 769px) and (max-width: 930px) {
  #section-point h2 br.sp-only {
    display: block !important;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width: 768px) {
  #section-point .point-inner {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    padding-top: 32px;
    padding-bottom: 60px;
  }

  #section-point h2 {
    font-size: 1.25rem;
    margin-block-end: 32px;
  }
}

/*
*********************************************************
#section-faq （FAQ）
*********************************************************
*/
#section-faq {
  background-color: #e8edeb;
}

#section-faq .faq-inner {
  background-color: #00998e;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 56px;
}

@media (max-width: 768px) {
  #section-faq .faq-inner {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

#section-faq h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-block-end: 2rem;
}

@media (max-width: 768px) {
  #section-faq h2 {
    font-size: 1.25rem;
    margin-block-end: 32px;
  }
}

#section-faq .faq-area {
  background-color: #fff;
}

@media (min-width: 769px) {
  #section-faq .faq-area {
    max-width: 800px;
    border-radius: 15px;
    margin: 0 auto;
    margin-block-start: 0.5rem;
    padding: 1.725rem 2.5rem;
  }
}

@media (max-width: 768px) {
  #section-faq .faq-area {
    border-radius: 10px;
    margin-block-start: 0.5rem;
    padding: 0.625rem;
  }
}

#section-faq .faq-area-btn {
  display: block;
  position: relative;
  color: #00998e;
  text-align: left;
  cursor: pointer;
}

@media (min-width: 769px) {
  #section-faq .faq-area-btn {
    font-size: 1.625rem;
  }

  #section-faq .faq-area-btn:hover {
    text-decoration: underline;
  }
}

@media (max-width: 768px) {
  #section-faq .faq-area-btn {
    font-size: 0.875rem;
  }
}

#section-faq .faq-area-btn::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消す */
  display: none;
}

@media (min-width: 769px) {
  #section-faq .faq-area-inner {
    font-size: 0.75rem;
    text-align: justify;
    margin-block: 2.5rem 1.25rem;
  }
}

@media (max-width: 768px) {
  #section-faq .faq-area-inner {
    font-size: 0.75rem;
    margin-block: 1.25rem 0.625rem;
  }
}

#section-faq .faq-area details .plus-icon {
  width: 1em;
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

#section-faq .faq-area details .plus-icon::before,
#section-faq .faq-area details .plus-icon::after {
  content: "";
  display: block;
  background-color: #00998e;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  transition: 0.2s;
  transform: translate(0, -50%);
}

#section-faq .faq-area details .plus-icon:before {
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
}

#section-faq .faq-area details[open] .plus-icon:before {
  transform: rotate(180deg);
}

#section-faq .faq-area p {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.6;
  padding-top: 1rem;
}

#section-faq .faq-area p.note {
  font-size: 0.825rem;
}

@media (max-width: 768px) {
  #section-faq .faq-area p {
    font-size: 0.875rem;
  }

  #section-faq .faq-area p.note {
    font-size: 0.625rem;
    padding: 0.625rem 0 0;
  }
}

#section-faq .btn-wrap .btn-ttl {
  color: #fff;
}

#section-faq .btn-nml.rev {
  border: none;
  width: 100% !important;
  max-width: 31.25rem !important;
  color: var(--white);
  font-size: 1.375rem;
  text-decoration: none;
  transition: all 0.3s 0s ease;
}

#section-faq .btn-nml.cv-btn.accent-org {
  background: linear-gradient(110deg, var(--accentOrg) 50%, #f9a96b 60%, var(--accentOrg) 70%);
  background-size: 400% 100%;
  border-color: rgba(219, 95, 0, .5);
}

#section-faq .btn-nml.cv-btn {
  background: linear-gradient(110deg, var(--keyColor) 50%, #1981e5 60%, var(--keyColor) 70%);
  background-size: 400% 100%;
  animation: shine 22s infinite;
  animation-delay: 0s;
  animation-timing-function: linear
}

#section-faq .btn-nml.rev:hover {
  color: #fff !important;
  background-color: #f49e87 !important;
  text-decoration: none;
}

#section-faq .btn-nml.rev::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/purchase/payment/assets/img/icon-arrow-white.svg) no-repeat center / contain;
  width: 20px;
  height: 20px;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  #section-faq .btn-nml.rev {
    font-size: 1.125rem;
  }

  #section-faq .btn-nml.rev::after {
    right: 1rem;
  }
}

@media (max-width: 360px) {
  #section-faq .btn-wrap .btn-ttl {
    font-size: 0.875rem!important;
  }
}

/*
*********************************************************
#section-plan（プラン）
*********************************************************
*/
#section-plan {
  background-color: #00998e;
}

#section-plan h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-block-end: 2rem;
}

@media (max-width: 768px) {
  #section-plan h2 {
    font-size: clamp(1.125rem, 0.5rem + 3.13vw, 2rem);
    margin-block-end: 1.5rem;
  }
}

#section-plan .plan-inner {
  background-color: #e8edeb;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 1px;
}

@media (max-width: 768px) {
  #section-plan .plan-inner {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

/* モーダルが開いている間はスクロールを防ぐ */
html.modal-open,
body.modal-open {
  overflow: hidden;
  /* モーダル開閉時のちらつきを防ぐためにトランジションを無効化 */
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}

/* モーダル閉じる時のちらつき防止 */
body {
  /* モーダル開閉時のボディ全体のトランジションを無効化し、ちらつきを防ぐ */
  transition: none !important;
  -webkit-transition: none !important;
  /* Webkit系ブラウザ用 */
  -moz-transition: none !important;
  /* Firefox用 */
  -o-transition: none !important;
  /* Opera用 */
}

/* visibilityとopacityの変更時にもトランジションを無効化 */
body[style*="visibility"],
html[style*="visibility"],
body[style*="opacity"],
html[style*="opacity"] {
  transition: none !important;
  -webkit-transition: none !important;
}

/*ドットの色を変更*/
.swiper-pagination-bullet {
  background-color: #00998e;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #00998e;
}



