@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJP, "Manrope", "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  min-height: 100dvh;
  color: #38342E;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
body img {
  width: 100%;
  height: auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.contents-wrap {
  max-width: none;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: #FAF7F5;
  padding: 0 0 30px;
}
@media screen and (min-width: 600px) {
  .contents-wrap {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 2;
  }
}

.flex_wrap {
  display: flex;
  align-items: center;
}

section {
  margin: 60px auto;
  scroll-margin-top: 60px;
}

.inner {
  padding: 0 20px;
}

.sec_ttl_l {
  transform: translate(0, -32%);
}
.sec_ttl_l span {
  display: block;
  color: #804E4E;
}
.sec_ttl_l .en {
  font-size: 6.4rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.sec_ttl_l .ja {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.yellow_deco {
  background: url("../images/spring2025/deco_line.svg") repeat-x left bottom/contain;
}

.pc_only {
  display: none;
}
@media screen and (min-width: 600px) {
  .pc_only {
    display: block;
  }
}

.massage {
  max-width: 500px;
  margin: 80px auto;
}
.massage .logo {
  width: 300px;
  margin: 0 auto 40px;
}
.massage p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 20px 0;
  line-height: 1.8;
}
.massage .site_btn a {
  display: block;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FAF7F5;
  background-color: #804E4E;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.massage .site_btn a:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.tel_box {
  margin: 38px 0;
}
.tel_box a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 26px 20px;
  border-radius: 10px;
  background: #F5E4DC;
  transition: all 0.3s ease-in-out;
}
.tel_box a:hover {
  background: #FF8B71;
}
.tel_box a span {
  font-size: 1.6rem;
  font-weight: 500;
}
.tel_box a .num {
  font-size: 1.4rem;
  color: #804E4E;
  text-transform: uppercase;
}
.tel_box a .num span {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%; /* 0.96px */
  text-underline-offset: 10.5%; /* 2.52px */
  text-underline-position: from-font;
}

/* flatpickrの無効日付を薄くグレー表示（iOS対策含む） */
.flatpickr-day.disabled {
  color: #ccc !important;
  background: #fff !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

.heading-title {
  display: none;
}

.sp-fixed-button {
  display: none;
}

.u-align--center {
  text-align: center;
}

/*************************************************
header
*************************************************/
/*************************************************
footer
*************************************************/
footer {
  position: sticky;
  top: 100%;
}

.footer .footer-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 30/37;
  min-width: 0;
  overflow: hidden;
}
.footer .footer-container .footer-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-image: url("../images/spring2025/footer_bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.footer .footer-container .footer-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  padding: 40px 30px;
  color: #fff;
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-container .footer-content .logo-container {
  width: 263px;
}
.footer .footer-container .footer-content .address {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 18px;
  margin-bottom: 6px;
}
.footer .footer-container .footer-content .phone {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  margin: 30px 0;
}

.footer .item_btn {
  text-align: center;
}
.footer .item_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #804E4E;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 30px auto 0;
  transition: all 0.3s ease-in-out;
}
.footer  .item_btn a:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/*************************************************
kv
*************************************************/
.sec-kv {
  margin: 0;
}
.sec-kv .container {
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 3/4;
  min-width: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
.sec-kv .container .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/spring2025/mv.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.sec-kv .container h1 {
  margin: 25px 0 15px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .sec-kv .container h1 {
    margin: 25px 0 20px;
  }
}
.sec-kv .container h1 a img {
  width: 138px;
}
.sec-kv .container .main_copy {
  padding: 0 0 0 10px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.4;
  color: #804E4E;
}
@media screen and (min-width: 600px) {
  .sec-kv .container .main_copy {
    font-size: 2.8rem;
  }
}
.sec-kv .container .vertical-text {
  writing-mode: vertical-rl; /* 縦書きにする */
  text-orientation: upright; /* 文字を正しい向きにする */
  white-space: nowrap; /* テキストを折り返さない */
  overflow: hidden; /* 必要に応じてオーバーフローを隠す */
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.3em;
  color: #5C5454;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%); /* 垂直方向に中央揃え */
}
@media screen and (min-width: 600px) {
  .sec-kv .container .vertical-text {
    top: 43%;
    right: 20%;
    transform: translate(0, -50%); /* 垂直方向に中央揃え */
  }
}

/*************************************************
キャンペーン
*************************************************/
.sec-campaign {
  margin: 60px 0;
}
.sec-campaign .container {
  border-radius: 0 40px 0 40px;
  /* background: #72AAD5 url("../images/spring2025/campaign_sakura.png") no-repeat left 12px top/319px; */
  background: #72AAD5;
  padding: 32px 25px;
  margin: 0 12px;
}
.sec-campaign .container .title {
  max-width: 380px;
  margin: 0 auto;
}
.sec-campaign .container .benefits {
  text-align: center;
  color: #fff;
}
.sec-campaign .container .benefits h3 {
  margin: 20px 0 10px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #38342E;
}
.sec-campaign .container .benefits ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.sec-campaign .container .benefits ul li {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
.sec-campaign .container .benefits ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 36px;
  border-radius: 50%;
  background-color: #0062FF;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translate(0, -50%) rotate(35deg);
  z-index: -1;
}
.sec-campaign .container .benefits .free {
  max-width: 300px;
  margin: 15px auto 10px;
}
.sec-campaign .container .benefits .caution p {
  font-weight: 500;
}
.sec-campaign .container .benefits .caution p span {
  font-size: 2rem;
  font-weight: 700;
}
.sec-campaign .container .benefits .caution p:nth-child(2) {
  font-size: 1.2rem;
}
.sec-campaign .container .benefits .coupon {
  max-width: 380px;
  margin: 34px auto 0;
}
.sec-campaign .container .benefits .coupon .coupon_btn {
  display: block;
  background-color: #fff;
  border-radius: 16px;
  color: #38342E;
  padding: 24px 20px;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.sec-campaign .container .benefits .coupon .coupon_btn:hover {
  box-shadow: #EFEEEB 0 0 0 1px inset, #EFEEEB 0 0 0 2px;
}
.sec-campaign .container .benefits .coupon .coupon_btn p:first-child {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #F88;
}
.sec-campaign .container .benefits .coupon .coupon_btn p:nth-child(2) {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec-campaign .container .benefits .coupon .coupon_btn p:nth-child(2) span {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
}
.sec-campaign .container .benefits .coupon .coupon_btn .check {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #804E4E;
  gap: 8px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.sec-campaign .container .benefits .coupon .coupon_btn::after {
  content: "";
  display: block;
  width: 150px;
  height: 122px;
  background: url("../images/spring2025/coupon.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -10px;
  transform: translate(-10px, -20px);
}
.sec-campaign .container .benefits .image {
  margin: 20px 0 0;
}
.sec-campaign .container .benefits .coupon_link {
  margin: 20px 0 0;
  color: #fff;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
}
.sec-campaign .container .benefits .coupon_link:hover {
  color: #F47653;
}

/*************************************************
Reason
*************************************************/
.sec-reason {
  margin: 90px auto 60px;
  padding: 0 0 40px;
  position: relative;
  background-color: #D5E5F2;
}
.sec-reason::after {
  content: "";
  display: block;
  width: 120px;
  height: 96px;
  background: url("../images/spring2025/reason_deco.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -12px);
}
.sec-reason .content {
  margin: 0 0 66px;
  position: relative;
  text-align: center;
}
.sec-reason .content:first-of-type {
  margin: -40px 0 66px;
}
.sec-reason .content .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background-color: #72AAD5;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  color: #fff;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(20px, 50%);
}
.sec-reason .content .head_image {
  width: calc(100% + 20px);
  margin: 0 -20px 0 auto;
}
.sec-reason .content .head_image img {
  border-radius: 10px 0 0 10px;
}
.sec-reason .content .head_image.image-left {
  margin: 0 auto 0 -20px;
}
.sec-reason .content .head_image.image-left img {
  border-radius: 0 10px 10px 0;
}
.sec-reason .content h3 {
  margin: 15px 0;
  display: inline-block;
  padding: 0 5px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #804E4E;
}
.sec-reason .content .text {
  text-align: left;
  margin: 10px 0 40px;
}
.sec-reason .content .trainer {
  margin: 30px 0 0;
  position: relative;
}
.sec-reason .content .trainer .image {
  width: 190px;
}
.sec-reason .content .trainer .image img {
  border-radius: 20px;
}
.sec-reason .content .trainer .text_content {
  width: 64.62%;
  min-width: 252px;
  padding: 23px 28px;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  position: absolute;
  bottom: -16px;
  right: -20px;
}
.sec-reason .content .trainer .text_content p {
  text-align: left;
}
.sec-reason .content .trainer .text_content p:first-child {
  margin: 0 0 5px;
  position: relative;
}
.sec-reason .content .trainer .text_content p:first-child::after {
  content: "";
  display: block;
  width: 39px;
  height: 33px;
  background: url("../images/spring2025/deco_pink.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(0, -100%);
}
.sec-reason .content .trainer .text_content p:first-child span {
  display: block;
}
.sec-reason .content .trainer .text_content p:first-child .sub {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec-reason .content .trainer .text_content p:first-child .main {
  font-size: 1.8rem;
  font-weight: 700;
  color: #804E4E;
}
.sec-reason .content .pool_wrap {
  margin: 20px 0;
  padding: 15px 18px;
  background-color: #72AAD5;
  border-radius: 0 15px;
  color: #fff;
}
.sec-reason .content .pool_wrap p {
  font-weight: 500;
}
.sec-reason .content .pool_wrap .flex_wrap {
  margin: 10px 0 0;
  gap: 10px;
}
.sec-reason .content .pool_wrap img {
  border-radius: 0;
}
.sec-reason .content .area_list .item {
  border-radius: 20px;
  background: #fff;
  min-height: 380px;
}
.sec-reason .content .area_list .item figure img {
  border-radius: 20px 20px 0 0;
  aspect-ratio: 16/9;
  min-width: 0;
  width: 100%;
  height: auto;
}
.sec-reason .content .area_list .item .title {
  margin: 16px 0 5px;
  padding: 0 20px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #804E4E;
}
.sec-reason .content .area_list .item .text {
  padding: 0 20px 30px;
}
.sec-reason .content .swiper-button-prev,
.sec-reason .content .swiper-button-next {
  width: 40px; /* 必要に応じて調整 */
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sec-reason .content .swiper-button-prev {
  background-image: url("../images/spring2025/arrow.svg"); /* 左矢印画像 */
  transform: rotate(180deg); /* 左矢印を180度回転 */
}
.sec-reason .content .swiper-button-next {
  background-image: url("../images/spring2025/arrow.svg"); /* 右矢印画像 */
}
.sec-reason .content .swiper-button-prev::after,
.sec-reason .content .swiper-button-next::after {
  display: none;
}
.sec-reason .content .swiper-area {
  position: relative;
}
.sec-reason .content .swiper-area .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-25%, -50%) rotate(180deg);
}
.sec-reason .content .swiper-area .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(25%, -50%);
}
.sec-reason .content .image_sauna {
  text-align: center;
}
.sec-reason .content .image_sauna img {
  width: 80%;
  min-width: 320px;
}
.sec-reason .content .pilates_wrap {
  position: relative;
}
.sec-reason .content .pilates_wrap .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 9999px;
  background: #FF8B71;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -10px) rotate(-10deg);
}
.sec-reason .content .pilates_wrap h4 {
  text-align: center;
  padding: 0 0 0 80px;
  font-size: 2rem;
  font-weight: 500;
  color: #804E4E;
}
.sec-reason .content .pilates_wrap .image img {
  border-radius: 20px;
}
.sec-reason .content .pilates_wrap p {
  text-align: left;
}
.sec-reason .content .gravity_pilates {
  margin: 40px 0 50px;
}
.sec-reason .content .gravity_pilates .image {
  width: 300px;
}
.sec-reason .content .gravity_pilates .text_content {
  width: 73.33%;
  min-width: 306px;
  bottom: -113px;
}
.sec-reason .content .gravity_pilates .text_content p:first-child::after {
  right: 6%;
}
.sec-reason .content .try_wrap {
  margin: 200px 0 0;
  border-radius: 0 15px;
  background-color: #72AAD5;
  padding: 20px;
  position: relative;
}
.sec-reason .content .try_wrap::after {
  content: "";
  display: block;
  width: 104px;
  height: 57px;
  background: url("../images/spring2025/try__deco.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -20px);
}
.sec-reason .content .try_wrap .heading {
  text-align: center;
  color: #fff;
}
.sec-reason .content .try_wrap .heading span {
  display: block;
}
.sec-reason .content .try_wrap .heading .ja {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 8%; /* 1.44px */
  text-underline-offset: 25%; /* 4.5px */
  text-underline-position: from-font;
}
.sec-reason .content .try_wrap ul {
  margin: 20px 0;
}
.sec-reason .content .try_wrap ul li {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.sec-reason .content .try_wrap ul li .image {
  width: 55.16%;
}
.sec-reason .content .try_wrap ul li .image img {
  border-radius: 8px;
}
.sec-reason .content .try_wrap ul li p {
  width: calc(44.84% - 15px);
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.sec-reason .content .try_wrap ul li:nth-child(2) {
  flex-direction: row-reverse;
}
.sec-reason .content .try_wrap .hosoku {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}

/*************************************************
Trial
*************************************************/
.sec-trial {
  margin: 90px auto 60px;
  position: relative;
}
.sec-trial::after {
  content: "";
  display: block;
  width: 165px;
  height: 116px;
  background: url("../images/spring2025/trial_deco.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 20px;
  transform: translate(0, -25px);
}
.sec-trial .sec_ttl_l {
  position: relative;
}
.sec-trial .sec_ttl_l::after {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 130px;
  background-color: #FBE0D9;
  position: absolute;
  top: 0;
  left: -20px;
  transform: translateY(32%);
  z-index: -1;
}
.sec-trial .tab_trial {
  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  max-width: 500px;
}
.sec-trial .tab_trial > label {
  flex: 1 1;
  order: -1;
  opacity: 0.5;
  min-width: 50px;
  padding: 3px 10px;
  border-radius: 5px 5px 0 0;
  background-color: #72AAD5;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
}
.sec-trial .tab_trial > label:hover {
  opacity: 0.8;
}
.sec-trial .tab_trial input {
  display: none;
}
.sec-trial .tab_trial .tab_content {
  display: none;
  width: 100%;
  min-height: 455px;
  padding: 25px 20px;
  background-color: #E4EDF3;
}
.sec-trial .tab_trial .tab_content .recomend_comment {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0 0 10px;
}
.sec-trial .tab_trial .tab_content h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #3E6199;
  margin: 10px 0;
}
.sec-trial .tab_trial .tab_content h3 span:first-child {
  font-size: 1.6rem;
}
.sec-trial .tab_trial .tab_content .price {
  text-align: center;
  margin: 0 0 10px;
}
.sec-trial .tab_trial .tab_content .price span {
  background-color: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 5px;
}
.sec-trial .tab_trial label:has(:checked) {
  opacity: 1;
}
.sec-trial .tab_trial label:has(:checked) + div {
  display: block;
}

/*************************************************
CTAボタン
*************************************************/
.parts-cta {
  margin: 50px auto;
  text-align: center;
}
.parts-cta .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  background: linear-gradient(180deg, #FF8B71 0%, #F47653 100%);
}
.parts-cta .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.parts-cta .btn .sub {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.parts-cta .btn .icon {
  width: 31px;
  height: 31px;
}
.parts-cta .btn:active {
  transform: translateY(0);
  box-shadow: none;
}

/*************************************************
ご利用の流れ
*************************************************/
.sec-flow {
  margin: 90px auto 60px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sec-flow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150vw;
  height: 150vw;
  max-width: 1570px;
  max-height: 1570px;
  min-width: 1471px;
  min-height: 1471px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FAE4D9 61%, #FCCABD 100%);
  z-index: -1;
}
.sec-flow h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #804E4E;
  margin-bottom: 36px;
}
.sec-flow .flow_list .item {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 35px auto 0;
}
.sec-flow .flow_list .item::after {
  content: "";
  display: block;
  width: 38px;
  height: 15px;
  background: url("../images/spring2025/flow_arrow.svg") no-repeat center/contain;
  position: absolute;
  top: calc(100% + 10px);
  right: 50%;
  transform: translate(50%, 0);
  z-index: -1;
}
.sec-flow .flow_list .item .num {
  color: #98706F;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.sec-flow .flow_list .item .title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.sec-flow .flow_list .item p {
  margin: 10px 5px 0;
  text-align: left;
}
.sec-flow .flow_list .item:last-child::after {
  display: none;
}
.sec-flow .item_btn {
  text-align: center;
}
.sec-flow .item_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #804E4E;
  border-radius: 5px;
  text-align: center;
  margin: 30px auto 0;
  transition: all 0.3s ease-in-out;
}
.sec-flow .item_btn a:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/*************************************************
会員料金
*************************************************/
.price h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #804E4E;
  margin-bottom: 33px;
}

.price-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  margin: 40px auto 30px;
  padding: 20px 25px;
  text-align: center;
  position: relative;
  letter-spacing: 0.01em;
  font-size: 1.3rem;
  max-width: 400px;
}
.price-card .plan-title {
  background: #FDEDE5;
  border-radius: 5px;
  width: 90%;
  margin: -45px auto 12px auto;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.1;
  padding: 5px 0 10px 0;
}
.price-card .plan-title span {
  color: #98706F;
  font-size: 1.3rem;
}
.price-card .plan-price {
  font-size: 2.5em;
}

.price-card .plan-price .per {
  font-size: 0.5em;
}
.price-card  dl .row {
  border-bottom: 1px solid #ABA69E;
  display: flex;
}
.price-card  dl .row dt, .price-card  dl .row dd {
  width: 50%;
  padding: 15px 10px 10px;
}
.price-card  dl .row dt:first-child, .price-card  dl .row dd:first-child {
  font-weight: 500;
}

.price-twocard{
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin:0 auto 30px;
  min-width: 0; 
  max-width: 400px;
}

.price-twocard .price-card {
  margin: 0 auto; 
  min-width: 0; 
  max-width: 100%;
  padding: 20px 15px;
}

.price-twocard .price-card h3{
  font-size: 1.8rem;
  padding: 5px;
  width: 95%;
  margin: -30px auto 12px auto;
}

.price-twocard .price-card .plan-price{
  font-size: 2.5rem;
}

@media screen and (max-width: 599px) {
  .price-card,.price-twocard {
    max-width: none;
  }
}

/*************************************************
施設概要
*************************************************/
.sec-info h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #804E4E;
  margin-bottom: 33px;
}
.sec-info .item {
  margin: 25px 0;
}
.sec-info .item .title {
  padding: 0 0 0 16px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.sec-info .item .title::before {
  content: "";
  display: block;
  width: 26px;
  height: 36px;
  background: url("../images/spring2025/info_deco.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
.sec-info .item dl .row {
  border-bottom: 1px solid #ABA69E;
  display: flex;
}
.sec-info .item dl .row dt, .sec-info .item dl .row dd {
  width: 50%;
  padding: 15px 10px 10px;
}
.sec-info .item dl .row dt:first-child, .sec-info .item dl .row dd:first-child {
  font-weight: 500;
}
.sec-info .item .hosoku {
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 10px 0 0;
}
.sec-info .item .center {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 10px;
}

/*************************************************
よくあるご質問
*************************************************/
.sec-faq h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #804E4E;
  margin-bottom: 33px;
}
.sec-faq .faq_list .faq_item {
  margin: 15px 0;
}
.sec-faq .faq_list .faq_item summary {
  display: block;
  cursor: pointer;
}
.sec-faq .faq_list .faq_item summary::-webkit-details-marker {
  display: none;
}
.sec-faq .faq_list .faq_item summary .summary_inner {
  border-radius: 15px;
  background: #FDEDE5;
  padding: 10px 17px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sec-faq .faq_list .faq_item summary .summary_inner .faq_q {
  font-size: 2rem;
  font-weight: 500;
  color: #72AAD5;
}
.sec-faq .faq_list .faq_item summary .summary_inner .q_text {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #38342E;
}
.sec-faq .faq_list .faq_item .content {
  overflow: hidden;
}
.sec-faq .faq_list .faq_item .content .content_inner {
  padding: 8px 20px;
}
.sec-faq .faq_list .faq_item .content .content_inner .a_text p {
  margin: 5px 0;
}

/* ==================================================
    Contact Form 7 Form Styles
================================================== */
.sec-form .list-experience {
  margin: 25px 0;
}
.sec-form .list-experience li {
  display: block;
  //box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
/*.sec-form .list-experience li .btn-form a {
  display: block;
  width: 80%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  margin: 10px auto 30px;
  background: linear-gradient(180deg, #FF8B71 0%, #F47653 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}*/
.sec-form .btn-form a {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  margin: 10px 0;
  background: linear-gradient(180deg, #FF8B71 0%, #F47653 100%);
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec-form .btn-form a:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.sec-form h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #804E4E;
  margin-bottom: 30px;
}
.sec-form .center {
  text-align: center;
}
.sec-form .step-ttl_wrap {
  background-image: linear-gradient(180deg, rgba(253, 237, 229, 0.8) 0%, rgba(253, 237, 229, 0.9) 100%), url("../images/spring2025/noise-bg.jpeg"), url("../images/spring2025/felt.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center, center center;
  background-size: cover, cover, 100px;
  margin: 30px 0 20px;
  padding: 20px 20px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
}
.sec-form .step-ttl_wrap .step-sub {
  width: 100%;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #804E4E;
  text-transform: uppercase;
  padding-bottom: 3px;
  margin-bottom: 6px;
  line-height: 1.2;
  border-bottom: 1px solid #804E4E;
}
.sec-form .step-ttl_wrap .step-main {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 0;
}
.sec-form .step-ttl_wrap .step-main span {
  font-size: 1.6rem;
}
.sec-form .required-label {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  background-color: #F57856;
  padding: 0 6px;
  margin-left: 6px;
  border-radius: 3px;
  vertical-align: middle;
}

.radio-image-wrapper {
  margin-bottom: 20px;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.radio-image-wrapper p {
  width: 100%;
}
.radio-image-wrapper .wpcf7-list-item {
  width: 100%;
  text-align: center;
  margin: 0;
}
.radio-image-wrapper .wpcf7-list-item label {
  display: block;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
}
.radio-image-wrapper .wpcf7-list-item input[type=radio] {
  display: none;
}
.radio-image-wrapper .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  margin-top: 8px;
  position: relative;
  color: #FAF7F5;
  width: 100%;
  height: auto;
  aspect-ratio: 350/191;
}
.radio-image-wrapper .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 350/191;
  min-width: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* border: 3px solid transparent; */
  transition: border-color 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}
.radio-image-wrapper .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 98px;
  height: 31px;
  background: url("../images/spring2025/selected.png") no-repeat center/contain;
  transition: border-color 0.2s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.radio-image-wrapper .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  border: 3px solid #804E4E;
  border-color: #804E4E;
}
.radio-image-wrapper .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.radio-image-wrapper .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
  background-image: url("../images/spring2025/form_personal_woman.png");
}
.radio-image-wrapper .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::after {
  background-image: url("../images/spring2025/form_studio.png");
}
.radio-image-wrapper .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
  background-image: url("../images/spring2025/form_pilates_campaign.png");
}
.radio-image-wrapper .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::after {
  background-image: url("../images/spring2025/form_personal.png");
}
.radio-image-wrapper .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label::after {
  background-image: url("../images/spring2025/form_free.png");
}

input[type=date],
input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 16px;
  font-size: 1.6rem;
  background-color: #FAF8F8;
  border: 2px solid #CABCC4;
  border-radius: 6px;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
input[type=date]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border-color: #804E4E;
  box-shadow: 0 0 0 3px rgba(128, 78, 78, 0.15);
  outline: none;
}
input[type=date]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}
input[type=date]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #aaa;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/spring2025/flow_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}

textarea {
  height: 160px;
  resize: vertical;
}

.wpcf7-form p {
  margin: 0 0 20px;
}

.wpcf7-form-control.wpcf7-radio.gender-radio {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-radio.gender-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.wpcf7-form-control.wpcf7-radio.gender-radio .wpcf7-list-item input[type=radio] {
  margin: 0;
}
.wpcf7-form-control.wpcf7-radio.gender-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  color: #333;
}

input[type=submit],
input[type=button].btn-prev,
.form-btn {
  display: block;
  min-width: 266px;
  margin: 0 auto;
  background-color: #804E4E;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 32px;
  border: none;
  border-radius: 6px !important;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=submit]:hover,
input[type=button].btn-prev:hover,
.form-btn:hover {
  background-color: #663a3a;
  transform: translateY(-2px);
}
input[type=submit]:disabled,
.form-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  box-shadow: none;
}
.wpcf7-spinner {
  display: none;
}

/* 確認画面用 */
.sec-form-comfirm {
  margin: 0;
}
.sec-form-comfirm h2 {
    font-size: 3rem;
    padding: 60px 0;
}
.sec-form-comfirm h2 span {
  font-size: 1.8rem;
}
.sec-form-comfirm dt p{
  margin: 0;
}
.sec-form-comfirm .form-btns {
  width: 100%;
  text-align: center;
}
.sec-form-comfirm .form-btns input {
  display: inline-block;
  min-width: 40%;
  width: 40%;
  margin: 10px;
}
@media screen and (min-width: 600px) {
  .sec-form-comfirm {
    margin: 60px auto;
  }
}

/* 確認画面用：無効化スタイル */
.wpcf7c-conf,
.wpcf7c-conf:disabled,
textarea.wpcf7c-conf,
select.wpcf7c-conf {
  background-color: #f4f4f4 !important;
  color: #333 !important;
  border: 1px solid #ccc !important;
  pointer-events: none !important;
  opacity: 1 !important;
  font-weight: normal;
  box-shadow: none !important;
  resize: none;
}

.wpcf7c-conf::-moz-placeholder {
  color: transparent !important;
}

.wpcf7c-conf::placeholder {
  color: transparent !important;
}

select.wpcf7c-conf {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: none !important;
}

textarea.wpcf7c-conf {
  min-height: auto;
  line-height: 1.5;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #FAF8F8 inset !important;
  -webkit-text-fill-color: #333 !important;
}

.confirm-value {
  padding: 12px 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 4px;
}

.confirm_button {
  margin: 20px auto;
}
.confirm_button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.back_button {
  margin: 20px auto;
  background-color: #FFF;
  border: 1px solid #804E4E !important;
  color: #804E4E;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
}
.back_button:hover {
  background-color: #FFF;
}

.confirm_area {
  display: none;
}
.confirm_area dl {
  margin-bottom: 2rem;
}
.confirm_area dl dt {
  font-weight: bold;
  margin-bottom: 0.3rem;
  color: #333;
}
.confirm_area dl dd {
  margin: 0 0 1.2rem 0;
  padding-left: 1em;
  color: #444;
}

.input_area > label {
  display: block;
}

.wpcf7-response-output,
.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-aborted {
  display: none !important;
}

/*************************************************
    追従ボタン
*************************************************/
.float-button__wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.float-button__wrap .flex_wrap {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.float-button__wrap .float_btn {
  width: 100%;
  max-width: 500px;
  min-width: 320px;
}
.float-button__wrap .float_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/*************************************************
    PC固定背景
*************************************************/
.fixed-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/spring2025/pc_bg.jpg");
}
.fixed-pc .fixed_menu {
  display: none;
  width: 250px;
  height: 393px;
  position: absolute;
  top: 50%;
  left: calc(50% - 510px);
  transform: translate(0, -50%);
}
@media screen and (min-width: 1025px) {
  .fixed-pc .fixed_menu {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-pc .fixed_menu {
    left: calc(50% - 590px);
  }
}
.fixed-pc .fixed_menu .fixed_logo {
  width: 198px;
  margin: 0 auto 50px;
}
.fixed-pc .fixed_menu .fixed-nav .nav_items .nav_items_item {
  font-size: 1.8rem;
  font-weight: 500;
  color: #804E4E;
  margin: 20px 0;
}
.fixed-pc .fixed_menu .fixed-nav .nav_items .nav_items_item a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}
.fixed-pc .fixed_menu .fixed-nav .nav_items .nav_items_item a:hover {
  opacity: 0.8;
}
.fixed-pc .fixed_menu .fixed-nav .nav_items .nav_items_item a span {
  display: block;
  width: 24px;
  height: 26px;
  background: url("../images/spring2025/arrow.svg") no-repeat center/contain;
}
.fixed-pc .fixed_btn_wrap {
  display: none;
  position: absolute;
  bottom: 48px;
  right: 52px;
}
@media screen and (min-width: 1025px) {
  .fixed-pc .fixed_btn_wrap {
    display: block;
  }
}
.fixed-pc .fixed_btn_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 248px;
  height: 62px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  margin: 10px 0;
}
.fixed-pc .fixed_btn_wrap a:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.fixed-pc .fixed_btn_wrap a:first-child {
  background-color: #FF8B71;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.fixed-pc .fixed_btn_wrap a:nth-child(2) {
  background-color: #804E4E;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  gap: 5px;
}
.fixed-pc .fixed_btn_wrap a:nth-child(2) span {
  font-size: 2rem;
}
.fixed-pc .fixed_btn_wrap a:last-child {
  background-color: #fff;
  border: 2px solid #917384;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  gap: 10px;
}
.fixed-pc .fixed_btn_wrap a:last-child .text {
  line-height: 1.2;
}
.fixed-pc .fixed_btn_wrap a:last-child .text span {
  display: block;
}
.fixed-pc .fixed_btn_wrap a:last-child .text span:first-child {
  font-size: 1.5rem;
}
.fixed-pc .fixed_btn_wrap a:last-child img {
  width: 30px;
  height: 30px;
  transform: rotate(-33deg);
}

/*************************************************
    クーポン見本
*************************************************/
.modal__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
  box-sizing: border-box;
}
.modal__container {
  background: #fff;
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  box-sizing: border-box;
  position: relative;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.modal__title {
  font-size: 20px;
  font-weight: bold;
  color: #804E4E;
  margin: 0;
}
.modal__close {
  background: none;
  border: none;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  line-height: 1;
}
.modal__footer {
  text-align: center;
  margin-top: 10px;
}
.modal__btn {
  background: #804E4E;
  color: #fff;
  padding: 10px 24px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.modal__btn:hover {
  background-color: #663a3a;
}

.modal[aria-hidden=true] {
  display: none;
}

.coupon-gallery {
  max-height: 70vh;
  overflow-y: auto;
}

.coupon-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.coupon-list li {
  border-radius: 6px;
  overflow: hidden;
}
.coupon-list li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=style.css.map */