#wrapper {
  max-width: none;
}
.breadcrumb {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

#clubclarins2024 {
  line-height: 1.8;
}
#clubclarins-wrapper img {
  max-width: 100%;
}
.subnav {
  position: sticky;
  top: 162px;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #ffffff 0%, #be0f34 20%, #be0f34 80%, #ffffff 100%) 0 0 100%;
}
.subnav__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  padding: 25px 0;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.subnav__inner a {
  text-decoration: none;
  color: #000;
}
.subnav:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.subnav:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
  transform: scale(0.95);
}

#clubclarins-wrapper {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

#mvbox {
  margin: 50px auto;
  text-align: center;
}
#mvbox .leadTxt {
  margin: 70px auto 40px;
  font-size: 46px;
  font-weight: bold;
}
#mvbox .mvTxt {
  line-height: 1.8;
  font-size: 20px;
  font-weight: 500;
}
#mvbox .mv {
  margin: 90px auto 60px;
}

#section-notice h2 {
  margin-bottom: 70px;
  line-height: 2;
  text-align: center;
  font-size: 20px;
}
#section-notice .secBox {
  border: 1px solid #d60029;
  padding: 70px;
}
#section-notice .secBox .title {
  margin: 0 auto;
  text-align: center;
  color: #d60029;
  font-size: 24px;
  font-weight: bold;
}
#section-notice .secBox .txt {
  margin: 70px auto 0;
  font-size: 20px;
  font-weight: 500;
}

#section01 {
  margin-top: 200px;
}
#section01 .title {
  margin: 0 auto;
  text-align: center;
  font-size: 46px;
  font-weight: bold;
}
#section01 .lead {
  text-align: center;
  font-size: 20px;
}
.benefits {
  margin-bottom: 40px;
  font-weight: bold;
}
.benefits .row {
  display: flex;
  border-bottom: 1px solid #000;
}
.benefits .row .col--title {
  display: flex;
  align-items: center;
  vertical-align: middle;
  gap: 20px;
  flex-grow: 1;
  font-size: 20px;
}
.benefits .row .col--title .icon img {
  width: 105px;
}
.benefits .row .col--black,
.benefits .row .col--classic,
.benefits .row .col--silver,
.benefits .row .col--gold {
  text-align: center;
  width: 150px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits .row .col--classic {
  color: #d60029;
}
.benefits .row .col--silver {
  color: #555555;
}
.benefits .row .col--gold {
  color: #ba9056;
}
.benefits .gift,
.benefits .heart {
  width: 56px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.benefits .gift {
  background-image: url(../images/cc_gift.png);
}
.benefits .row .col--classic .heart {
  background-image: url(../images/cc_heart.jpg);
}
.benefits .row .col--silver .heart {
  background-image: url(../images/cc_heart_silver.jpg);
}
.benefits .row .col--gold .heart {
  background-image: url(../images/cc_heart_gold.jpg);
}
#section01 .psTxt {
  font-size: 16px;
  margin: 5px auto;
}

#section02 {
  margin-top: 200px;
}
#section02 h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 46px;
}
#section02 img {
  width: 100%;
}
#section02 .lead {
  text-align: center;
  font-size: 20px;
  max-width: 770px;
  margin: 40px auto 50px;
}
#section02 img {
}
.benefits_guide {
  display: flex;
  margin-bottom: 70px;
}
.benefits_guide__flow {
  padding-top: 40px;
  width: 23%;
}
.benefits_guide__flow__icon {
  width: 120px;
  margin: 0 auto 20px;
}
.benefits_guide__flow__txt {
  text-align: center;
  font-size: 20px;
}
.benefits_guide__flow__arrow {
  position: relative;
  width: 2%;
  border-right: 1px solid #ba9056;
}
.benefits_guide__flow__arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-right: 1px solid #ba9056;
  border-bottom: 1px solid #ba9056;
  transform: translate(-49%, -50%) rotate(-45deg);
}

#section02 .desc {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
#section02 .btn {
  text-align: center;
}
#section02 .btn a {
  display: block;
  width: 270px;
  padding: 15px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
}
#section03 {
  margin-top: 90px;
}
#section03 .secBox {
  padding: 60px 100px;
  background-color: #be1034;
  text-align: center;
}
#section03 h2 {
  margin: 0 auto 40px;

  color: #fff;
  font-size: 36px;
}
#section03 .swiper-slide {
}
#section03 .slide-wrap {
  position: relative;
  padding: 30px 30px 80px;
  background-color: #fff;
}
#section03 .gift_name {
  margin: 20px auto;
  font-size: 20px;
}
#section03 .gift_point {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
}
#section03 .btnBlack {
  margin: 50px auto 0;
}
#section03 .btnBlack a {
  display: block;
  width: 270px;
  padding: 20px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
}
#section03 .psTxt {
  margin-top: 40px;
  font-size: 16px;
}

#section04 .secBox_01 {
  margin-top: 200px;
}
#section04 .icon {
  margin: 0 auto;
  width: 120px;
}
#section04 .icon img {
  width: 100%;
}
#section04 h3 {
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
#section04 .lead {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
#section04 .pxTxt {
  margin: 5px auto;
  font-size: 16px;
}
#section04 .secBox_03 {
  margin-top: 200px;
}
#section04 .secBox_04 {
  position: relative;
  margin-top: 200px;
  padding: 20px;
  border: 1px solid #d60029;
}
#section04 .secBox_04 .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
#section04 .secBox_04 .titBox {
  margin-top: 60px;
}
#section04 .secBox_04 .titBox h3 span {
  display: inline-block;
  position: relative;
  font-size: 46px;
  color: #dd2c4d;
}
#section04 .secBox_04 .titBox h3 > span:before,
#section04 .secBox_04 .titBox h3 > span:after,
#section04 .secBox_04 .titBox h3 > span > span:after {
  content: "";
  position: absolute;
  bottom: 90%;
  display: block;
  width: 3px;
  height: 25px;
  background-color: #dd2c4d;
}
#section04 .secBox_04 .titBox h3 > span:before {
  left: 20%;
  transform: translateY(20%) rotate(-35deg);
}
#section04 .secBox_04 .titBox h3 > span:after {
  right: 20%;
  transform: translateY(20%) rotate(35deg);
}
#section04 .secBox_04 .titBox h3 > span > span:after {
  left: 50%;
}
#section04 .secBox_04 > .lead {
  color: #dd2c4d;
}
#section04 .secBox_04 .btnBlack {
  margin: 50px auto 20px;
  text-align: center;
}
#section04 .secBox_04 .btnBlack a {
  display: inline-block;
  padding: 20px;
  font-size: 20px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
}
#section04 .secBox_04 .flow_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 120px 60px 60px;
  background-color: #f7f7f7;
}
#section04 .secBox_04 .secBox_04_sub {
  line-height: 1.8;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 15px;
}
#section04 .secBox_04 .flow_box .txt {
  max-width: 60%;
}
#section04 .secBox_04 .flow_box .txt ul {
  margin: 0;
  list-style: none;
}
#section04 .secBox_04 .flow_box .txt ul li {
  text-indent: -20px;
  margin-bottom: 10px;
  font-size: 20px;
}
#section04 .secBox_04 .flow_box .img {
  width: 280px;
  min-width: 280px;
}
#section04 .secBox_04 .flow_box .img img {
  width: 100%;
}

#section05 {
  margin: 200px auto 0;
}
#section05 h2 {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
}
#section05 .faq-list {
  font-size: 20px;
}

/* summary部分のスタイリング */
.c-accordion {
  border-bottom: 1px solid #555555;
}
.c-accordion:nth-of-type(1) {
  border-top: 1px solid #555555;
}
.c-accordion__title {
  cursor: pointer;
  display: flex; /* list-item以外にする */
  align-items: center;
  padding: 1rem 0;
}
.c-accordion__title p {
  margin: 0;
}
.c-accordion__title::-webkit-details-marker {
  display: none; /* safariでマーカーを消す */
}
.c-accordion__title .icon {
  position: relative;
  display: block;
  margin-left: auto;
  width: 22px;
  height: 22px;
}
/* 自作マーカーを表示 */
.c-accordion__title .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22px;
  height: 1px;
  background-color: #555;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
/* 自作マーカーを表示 */
.c-accordion__title .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 22px;
  background-color: #555;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
/* 開いている場合の処理 */
[open] > .c-accordion__title .icon::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
/* Q・Aのアイコン部分のスタイリング */
.c-accordion__title__icon,
.c-accordion__content__icon {
  width: 2rem;
  font-weight: bold;
  flex-shrink: 0;
}
/* コンテンツ部分のスタイリング */
.c-accordion__content {
  display: flex;
  padding: 0 1rem 1rem;
}
.c-accordion__content p {
  margin-top: 0;
}
.c-accordion__content_inner {
  flex-grow: 1;
}

#section06 {
  margin-top: 200px;
}
#section06 h2 {
  font-size: 46px;
  font-weight: bold;
}
#section06 .secBox01 {
  margin-bottom: 80px;
  text-align: center;
}
#section06 .secBox01 .txt {
  font-size: 20px;
  font-weight: 500;
}
#section06 .secBox02 {
  background-color: #f7f7f7;
  padding: 70px 50px;
}
#section06 li {
  margin: 10px auto;
  line-height: 1.8;
  font-size: 20px;
  font-weight: 500;
}
#section06 .secBox03 {
  margin: 50px auto;
}
#section06 .secBox03 h3 {
  font-size: 20px;
  font-weight: 500;
}
#section06 .c-accordion {
  border: none;
}
#section06 .c-accordion__title {
  padding: 0;
}
/* 20250516Start メンバーシップリニューアル用CSS */
#renewal-info {
  text-align: center;
}
#renewal-info .infobox {
  border: 1px solid #d60029;
  padding: 40px 70px;
}
#renewal-info .infobox .title {
  font-size: 46px;
  color: #d60029;
}
#renewal-info .text {
  font-size: 20px;
}
#renewal-info .infocontents .subtitle {
  font-size: 20px;
  text-decoration: underline;
  font-weight: bold;
}
#renewal-info .infocontents .note-red {
  color: #dd2c4d;
}
#renewal-info .infocontents .note {
  font-size: 20px;
}
/* 20250516End メンバーシップリニューアル用CSS */

@media only screen and (min-width: 1023px) {
  #clubclarins2024 .br-sp {
    display: none;
  }
  #clubclarins2024 .sp {
    display: none;
  }
  #section03 .swiper-wrapper {
    gap: 5%;
  }
  #section03 .swiper-slide {
    width: 30%;
    box-sizing: border-box;
  }
  #section03 .swiper-pagination,
  #section03 .swiper-button-prev,
  #section03 .swiper-button-next {
    display: none;
  }
  #section06 .icon {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #clubclarins2024 {
    position: relative;
    padding-top: 90px;
  }
  .subnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .subnav.fixed {
    position: fixed;
    top: 48px !important;
    left: 0;
  }
  .subnav__inner {
    align-items: center;
    padding: 10px 0;
  }
  .subnav__inner a {
    text-align: center;
    width: 25%;
    padding: 0 5px;
    line-height: 1.4;
  }
  #clubclarins2024 .br-pc {
    display: none;
  }
  #clubclarins2024 .pc {
    display: none;
  }
  #mv h1 img {
    width: 100%;
  }
  #mv {
    padding: 0 20px;
  }
  #mvbox h1 {
    width: 200px;
    margin: 0 auto;
  }
  #mvbox .leadTxt {
    margin-top: 40px;
    font-size: 28px;
  }
  #mvbox .mvTxt {
    font-size: 18px;
  }
  #section-notice .secBox {
    padding: 60px 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #section-notice .secBox .txt {
    line-height: 2;
    text-align: center;
    font-size: 16px;
  }
  .benefits .row {
    padding: 20px 0;
    margin-bottom: 10px;
  }
  .benefits .row:last-of-type {
    border: none;
  }
  .benefits .row .col {
    border-right: 1px solid #000;
    box-sizing: border-box;
    min-height: 56px;
  }
  .benefits .row .col:last-of-type {
    border: none;
  }
  .benefits .row .col p {
    margin: 0 auto;
    font-size: 18px;
  }
  .benefits .row .col--title {
    width: 100%;
    justify-content: center;
    border: none;
  }
  .benefits .row .col--title p {
    margin: 0 auto 20px;
    text-align: center;
  }
  .benefits .row .col--title .icon {
    display: none;
  }
  .benefits .row .col--black,
  .benefits .row .col--classic,
  .benefits .row .col--silver,
  .benefits .row .col--gold {
    width: 33.3333%;
  }
  #section01 {
    margin-top: 150px;
  }
  #section01 .psTxt {
    padding: 0 20px;
    line-height: 2;
    font-size: 14px;
  }
  #section01 .title {
    font-size: 28px;
  }
  .benefits .row {
    flex-wrap: wrap;
  }
  #section02 {
    margin-top: 150px;
  }
  #section02 h2 {
    font-size: 28px;
  }
  #section02 .desc {
    font-size: 18px;
    line-height: 2;
    padding: 0 20px;
  }
  .benefits_guide {
    display: block;
  }
  .benefits_guide__flow {
    padding: 0;
    width: 100%;
  }
  .benefits_guide__flow__txt {
    font-size: 18px;
  }
  .benefits_guide__flow__arrow {
    width: 60%;
    margin: 40px auto;
    border-right: none;
    border-bottom: 1px solid #ba9056;
  }
  .benefits_guide__flow__arrow:after {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
  }
  #section02 .btn a {
    width: 230px;
  }
  #section03 h2 {
    font-size: 28px;
  }
  #section03 .secBox {
    padding: 80px 10px;
  }
  #section03 .swiper-slide {
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
  }
  #section03 .slide-wrap {
  }
  #section03 .gift_name {
    font-size: 18px;
  }
  #section03 .swiper-button-next,
  #section03 .swiper-button-prev {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #000;
  }
  #section03 .swiper-button-next {
    right: 0;
  }
  #section03 .swiper-button-prev {
    left: 0;
  }
  #section03 .swiper-button-next:after,
  #section03 .swiper-button-prev:after {
    font-size: 15px;
    color: #fff;
  }
  #section03 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 7px;
    background-color: #fff;
    opacity: 1;
  }
  #section03 .swiper-pagination-bullet-active {
    background-color: #000;
  }
  #section03 .psTxt {
    padding: 0 20px;
    line-height: 2;
    font-size: 14px;
  }
  #section04 .secBox_04 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
  }
  #section04 .pxTxt {
    padding: 0 20px;
    line-height: 2;
    font-size: 14px;
  }
  #section04 h3 {
    font-size: 28px;
  }
  #section04 .secBox_01 {
    margin-top: 150px;
  }
  #section04 .secBox_03 {
    margin-top: 150px;
    padding: 0 20px;
  }
  #section04 .secBox_04 .titBox {
    margin-top: 80px;
  }
  #section04 .secBox_04 .titBox h3 span {
    font-size: 40px;
  }
  #section04 .secBox_04 .titBox .lead {
    font-size: 18px;
  }
  #section04 .secBox_04 > .lead {
    font-size: 18px;
  }
  #section04 .secBox_04 .flow_box {
    padding: 60px 30px;
    flex-wrap: wrap;
  }
  #section04 .secBox_04 .flow_box .img {
    order: 0;
    max-width: 100%;
    width: 100%;
  }
  #section04 .secBox_04 .flow_box .txt {
    order: 1;
    max-width: 100%;
  }
  #section04 .secBox_04 .secBox_04_sub {
    font-size: 14px;
  }
  #section04 .secBox_04 .flow_box .txt ul {
    padding-left: 15px;
  }
  #section04 .secBox_04 .flow_box .txt ul li {
    line-height: 2;
    font-size: 14px;
  }
  #section05 {
    margin-top: 150px;
  }
  #section05 h2 {
    font-size: 28px;
  }
  #section05 .secBox {
    padding: 0 20px;
  }
  .c-accordion__title p {
    font-size: 18px;
    width: 90%;
  }
  .c-accordion__content p {
    line-height: 2;
    font-size: 18px;
  }
  #section06 {
    margin-top: 150px;
  }
  #section06 h2 {
    font-size: 28px;
  }
  #section06 .secBox01 {
    padding: 0 20px;
  }
  #section06 .secBox01 .txt {
    font-size: 18px;
    width: 78%;
    margin: 0 auto 50px;
  }
  #section06 .secBox02 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 20px;
  }
  #section06 ul {
    padding-left: 20px;
  }
  #section06 li {
    font-size: 18px;
  }
  #section06 .secBox03 {
    padding: 0 20px;
  }
  #section06 .secBox03 h3 {
    width: 90%;
  }
  /* 20250516Start メンバーシップリニューアル */
  #renewal-info .infobox .title {
    font-size: 28px;
  }
  #renewal-info .infobox {
    padding-left: 20px;
    padding-right: 20px;
  }
  #renewal-info .text,
  #renewal-info .infocontents .note {
    font-size: 18px;
  }
  /* 20250516End メンバーシップリニューアル */
}
