@charset "UTF-8";

/* 全体 */

.hero {
  background-color: #e81829;
}

.wrapper {
  max-width: 124rem;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.bg_fixed {
  background: var(--cocha_primary, #e81829);
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.fixedBox {
  position: fixed;
  top: 40%;
  left: 4.5rem;
  transform: translate(0, -50%);
  display: flex;
  width: 26rem;
  height: 16rem;
  flex-direction: column;
  align-items: center;
}

.fixedBox .img1 {
  width: 41.6rem;
  margin-bottom: 4.4rem;
}

.ctaBoxInte {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta_interest {
  color: var(--white, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
}

.moveBox {
  width: 39.1rem;
}

/* CTAButton */

.cta-section {
  padding: 3.2rem 0;
  margin: 0 2.4rem;
}

.c-requestButton2__span {
  color: #414358;
  font-size: 1.4rem;
  line-height: 130%;
}

/* Header */

.header .header__imgLogo--3 {
  width: 16.8rem;
  margin-top: 0.2rem;
}

.header .header__inner {
  padding: 1.3rem 1.5rem;
}

.header {
  width: 39.1rem;
}

.modalXmas_annotation1 .p11 {
  text-align: right;
  padding-right: 3.5rem;
}

.annotation1 {
  width: 35rem;
}

.faq-accordion-list .faq,
.faq-accordion-list .faq:active,
.faq-accordion-list .faq:focus {
  color: #52453C;
  -webkit-text-fill-color: currentColor;
}

/* モーダル全体（非表示時） */

#modalKyozai {
  display: none;
  /* 初期は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#modalKyozai.is-open {
  display: block;
}

/* 背景オーバーレイ */

.modal-kyozai-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明グレー */
  z-index: 1001;
}

/* モーダルコンテンツ */

.modal-kyozai-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 中央に配置 */
  background-color: #fff;
  /* 白背景 */
  padding: 20px;
  border-radius: 8px;
  z-index: 1002;
  max-width: 90%;
  width: 400px;
  /* 好きな幅に調整 */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* 閉じるボタン */

.modal-kyozai-content .modal-close {
  position: absolute;
  font-size: 2.5rem;
  cursor: pointer;
  color: var(--text, #333442);
  margin-top: 0;
}

.modal-kyozai-content-a {
  display: inline-block;
  text-decoration: underline;
}

/* 紹介制度 説明セクション */

.intro {
  position: relative;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 3.75rem;
}

.intro::after {
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: -4.9rem;
  left: 0;
  z-index: 0;
  background-image: url(../img/cell_tama.png);
  margin-bottom: 4.9rem;
}

.intro img {
  width: 100%;
  height: auto;
  margin: 0 4.75rem;
}

.intro img:first-of-type {
  margin-bottom: 2rem;
}

.intro img:nth-of-type(2) {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.intro-content .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  word-wrap: break-word;
  margin-bottom: 2rem;
}

.intro-content .content {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: 0 0.9rem 2rem;
}

.intro .feature-item {
  width: 100%;
  height: 5rem;
  background-color: #ee7e60;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20rem;
}

.intro .feature-body {
  color: #ffffff;
  line-height: 2.1rem;
  font-size: 1.4rem;
  font-weight: 700;
  width: 27.5rem;
}

.intro .feature-item .icon {
  right: 1.5rem;
  top: 1.8rem;
  width: 0.85rem;
  height: 1.4rem;
  margin: 0;
}

/* プレゼントセクション */

.present-list {
  position: relative;
  background-color: #fad9dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 4rem;
}

.present-list::before {
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 5rem;
  position: absolute;
  left: 0;
  z-index: 0;
  background-image: url(../img/cell_tama2.png);
  top: 0rem;
}

.present-list::after {
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: -4.9rem;
  left: 0;
  z-index: 0;
  background-image: url(../img/cell_tama.png);
  margin-bottom: 4.9rem;
}

.present-list img:first-of-type {
  margin: 0 2.2rem;
  width: 34.6rem;
  margin-bottom: 2.4rem;
  margin-top: 4rem;
}

.present-list .img-list {
  margin: 0 1.5rem 4rem;
}

/* その他 プレゼント セクション */

.other-present {
  position: relative;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 4rem;
}

.other-present::before {
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 5rem;
  position: absolute;
  left: 0;
  z-index: 0;
  background-image: url(../img/cell_tama2.png);
  top: 0rem;
}

.other-present .titleimg {
  margin: 11rem 8.1rem 4rem;
  width: 22.8rem;
  height: 9.6rem;
}

.other-present .contentimg {
  margin: 0 8rem 1rem;
  width: 23rem;
  height: 2.7rem;
}

/* スライダー */

.swiper {
  width: 100%;
  z-index: initial;
}

.swiper-slide {
  width: 17.4rem;
  display: flex;
  justify-content: center;
}

.swiper-slide img {
  width: 17.4rem;
  transition: transform 0.5s ease;
}

.swiper-slide:not(.swiper-slide-active) img {
  transform: scale(0.667);
}

.swiper-slide-active img {
  transform: scale(1);
}

.swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  margin: 3rem 2rem;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  margin: 0;
  width: 3.65rem;
  height: 2.35rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  background-image: url(../img//svg/prev.svg);
}

.swiper-button-next {
  background-image: url(../img/svg/next.svg);
}

.swiper-pagination {
  position: static;
  width: auto;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border: 0.2rem solid #52453c;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.5rem;
}

.swiper-pagination-bullet-active {
  background-color: #52453c;
  border: 0.2rem solid #52453c;
}

.swiper-product-name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.swiper-product-name span {
  color: #e81829;
}

.imageModal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  max-width: 100%;
  max-height: calc(100vh - 3.2rem);
  background-color: #ffffff;
  padding: 2.4rem 1.6rem;
  border-radius: 3.2rem;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.modal.is-open {
  display: block;
}

.imageModal-overlay {
  position: fixed;
  z-index: 90;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.imageModal-content .card-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.2rem;
}

.modal-close {
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-top: -3.8rem;
}

.modal-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.imageModalTitle {
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}

.imageModalText {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  color: #414358;
  margin-bottom: 1.4rem;
}

.imageModalAnnotation {
  text-align: left;
  color: #676979;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 2.4rem;
}

.imageModal-content .c-requestButton2__p {
  padding-left: 1rem;
  width: 25.8rem;
}

.modal .imageModal-content .close {
  width: 6rem;
  height: 6rem;
}

.imageModalAttention {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  color: #e81829;
  margin-top: 1.2rem;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.6rem;
  box-sizing: border-box;
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: calc(100vh - 3.2rem);
  background-color: #ffffff;
  padding: 2.4rem 1.6rem;
  border-radius: 3.2rem;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.modal.is-open {
  display: block;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.modal-content .card-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.2rem;
}

.modal-close {
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-top: -3.8rem;
}

.modal-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modalTitle {
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}

.modalText {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  color: #414358;
  margin-bottom: 1.4rem;
}

.modalAnnotation {
  text-align: left;
  color: #676979;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 2.4rem;
}

.modal-content .c-requestButton2__p {
  padding: 0;
  width: 25.8rem;
}

.modal .modal-content .close {
  width: 6rem;
  height: 6rem;
}

.c-fixedCta__boxOuter {
  z-index: 10;
}

.modal .cta-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.modal .c-requestButton2 {
  width: 100%;
}

.modalAttention {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  color: #e81829;
  margin-top: 1.2rem;
}

/* キャンペーン */

.campaign {
  position: relative;
  background-color: #f264a6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.campaign::before {
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 5rem;
  position: absolute;
  left: 0;
  z-index: 0;
  background-image: url(../img/cell_tama3.png);
  top: 0rem;
  margin-top: -0.1rem;
}

.campaign::after {
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: -4.9rem;
  left: 0;
  z-index: 0;
  background-image: url(../img/cell_tama.png);
  margin-bottom: 4.9rem;
}

.campaign .titleimg {
  margin: 4.5rem 2.55rem 4rem;
  width: 33.9rem;
}

.campaign .campaign-list {
  margin: 0rem 1.5rem 4rem;
  display: flex;
  gap: 4rem;
  flex-direction: column;
}

.campaign .campaign-list .campaign-list-item {
  background-color: #fdfdfc;
  padding: 1.7rem 2.3rem;
  position: relative;
  border-radius: 1.6rem;
}

.campaign .campaign-list .campaign-list-item .titleimg {
  position: absolute;
  top: 0;
  /* 親の上端に合わせる */
  left: 0;
  /* 左端に合わせる */
  width: 100%;
  margin: 0;
}

.campaign .campaign-list .campaign-list-item img {
  margin-top: 9rem;
}

.campaign .campaign-list .campaign-list-item p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: 3.2rem 0;
  color: #52453c;
}

.c-accordion2__button--2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
  padding: 0;
  color: #52453c;
}

.c-accordion2__button--2.spase {
  width: auto;
}

.faqPresent {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* こどもちゃれんじじゃんぷ入会の方へ　セクション */

.jumpIn {
  padding: 5.4rem 2.4rem;
  background-color: #FFFFFF;
}

.jumpIn .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  color: #52453C;
  margin-bottom: 2rem;
}

.jumpIn .content {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #52453C;
  font-weight: 400;
  text-align: left;
  gap: 1rem;
  margin-bottom: 3rem;
}

/* ご利用方法 セクション */

.instructions {
  position: relative;
  background-color: #faf5eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.instructions::before {
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 5rem;
  position: absolute;
  left: 0;
  z-index: 0;
  background-image: url(../img/cell_tama2.png);
  top: 0rem;
}

.instructions-title-img {
  width: 22.8rem;
  margin: 6rem 8.1rem 5rem;
  padding-top: 6rem;
}

.tabs {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 4rem);
  gap: 0.8rem;
  position: relative;
}

.tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2.3rem;
  /* 左マージン分を補正 */
  width: calc(100% + 4.6rem);
  /* 左右マージン分を足す */
  height: 0.1rem;
  background-color: #52453c;
  z-index: 0;
}

.tab {
  flex: 1;
  padding: 1.5rem 1rem;
  text-align: center;
  cursor: pointer;
  border-radius: 1.4rem 1.4rem 0 0;
  background-color: #52453c;
  color: #faf5eb;
  border: 0.1rem solid #52453c;
  border-bottom: 0.1rem solid #faf5eb;
  z-index: 0;
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 500;
}

.tab span {
  font-size: 2.4rem;
  line-height: 130%;
  font-weight: 900;
  text-decoration: underline;
}

.tab.is-show {
  background-color: #faf5eb;
  color: #52453c;
  z-index: 1;
}

.tab-content .nonmember-content-img {
  margin: 9rem 4rem 8rem;
  width: 31rem;
}

.faq-title {
  width: 26.6rem;
  margin: 6rem 2.4rem 2.4rem;
}

.faq-section {
  margin: 0 3.75rem;
}

.faq-accordion-list .c-accordion2 {
  padding: 2rem 1.5rem;
}

.c-accordion2.blue {
  background-color: #e0f1f0;
  border-radius: 1rem;
}

.c-accordion2 .faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  text-align: center;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  padding: 0;
  text-align: left;
  width: 100%;
}

.c-accordion2 .faq p {
  margin-left: auto;
}

.accordion_hatena {
  display: inline-block;
  width: 3.1rem;
}

.faq-accordion-list .c-marginTop__15 {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #52453c;
  line-height: 2.4rem;
  font-weight: 400;
}

.swiper-button-wrapper {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.in-img-wrap {
  position: relative;
  /* 基準点 */
  display: inline-block;
}

.in-img {
  display: block;
}

.in-btn {
  position: absolute;
  bottom: 4rem;
  right: 23%;
  width: 22.5rem;
}

.in-btn img {
  display: block;
}

.tab-content > .content {
  display: none;
}

.tab-content > .content.is-show {
  display: block;
}

.slider-container {
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
  position: relative;
}

.prev-slide {
  position: absolute;
  top: 32rem;
  left: 2rem;
  width: 3.7rem;
  cursor: pointer;
  pointer-events: auto;
}

.next-slide {
  position: absolute;
  top: 32rem;
  right: 2rem;
  width: 3.7rem;
  cursor: pointer;
  pointer-events: auto;
}

.slider-track {
  display: flex;
  transition: transform 0.3s;
}

.slide {
  flex: 0 0 100%;
  text-align: center;
  padding: 6rem 6rem 2rem 6rem;
}

.slider-pagination {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.slider-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FAF5EB;
  cursor: pointer;
  border: 0.2rem solid #52453C;
}

.slider-pagination span.is-active {
  background: #52453C;
}

.tab2-announcement {
  margin: 0 3.75rem 4rem;
  color: #888888;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: left;
}

.footer .footer__inner {
  padding: 3.2rem 1.1rem 3.2rem 2.4rem;
}

.c-requestButton2__p:has(.c-requestButton2__span) {
  margin-top: 0;
}

/* レスポンシブ */

@media screen and (min-width: 471px) {
  .c-innerPcScroll--child {
    margin-top: 0;
  }
}