body {
  line-height: 1.7;
  font-family: var(--font-main);
  color: var(--color-main);
}

.pageTop {
  padding-top: var(--header-height);
}

.sp-show,
.sp-show-flex {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
  .sp-show-flex {
    display: flex;
  }
  .sp-hide {
    display: none;
  }
}
.tb-show,
.tb-show-flex {
  display: none;
}

@media screen and (max-width: 1000px) {
  .tb-show {
    display: block;
  }
  .tb-show-flex {
    display: flex;
  }
  .tb-hide {
    display: none;
  }
}
.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .inline-block-sp {
    display: inline-block;
  }
}

span {
  font-weight: inherit;
  color: inherit;
}

.-hidden {
  visibility: hidden;
  pointer-events: none;
}

.sectionWrap {
  width: 100%;
  padding-inline: var(--section-padding-pc-maxWidth);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap {
    width: 100%;
    padding-inline: var(--section-padding-sp);
  }
}

.sectionWrap-left {
  width: 100%;
  padding-left: var(--section-padding-pc-maxWidth);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap-left {
    width: 100%;
    padding-left: var(--section-padding-sp);
  }
}

.sectionWrap-right {
  width: 100%;
  padding-right: var(--section-padding-pc-maxWidth);
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap-right {
    width: 100%;
    padding-right: var(--section-padding-sp);
  }
}

.sectionWrap2 {
  width: 100%;
  padding-inline: var(--section-padding-pc-maxWidth);
  margin-inline: auto;
  padding-inline: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2 {
    width: 100%;
    padding-inline: var(--section-padding-sp);
  }
}

.sectionWrap2-left {
  width: 100%;
  padding-left: var(--section-padding-pc-maxWidth);
  margin-left: auto;
  padding-left: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2-left {
    width: 100%;
    padding-left: var(--section-padding-sp);
  }
}

.sectionWrap2-right {
  width: 100%;
  padding-right: var(--section-padding-pc-maxWidth);
  margin-right: auto;
  padding-right: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2-right {
    width: 100%;
    padding-right: var(--section-padding-sp);
  }
}

.FV {
  position: relative;
  margin-bottom: clamp(55px, calc(129 / var(--base-width-pc) * 100vw), 129px);
}
.FV_texts {
  position: absolute;
  top: 127px;
  left: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .FV_texts {
    top: 136px;
  }
}
.FV_title {
  font-family: var(--font-sub1);
  font-size: clamp(15px, calc(23 / var(--base-width-pc) * 100vw), 23px);
  line-height: 2.3;
}
.FV_title_image {
  width: max(264 / var(--base-width-pc) * 100vw, 180px);
}
@media screen and (max-width: 768px) {
  .FV_title {
    margin-bottom: 10px;
  }
}
.FV_text1 {
  line-height: 1.7333333333;
  font-size: clamp(32px, calc(45 / var(--base-width-pc) * 100vw), 45px);
  font-family: var(--font-sub1);
}
.FV_text2 {
  line-height: 2.7857142857;
  font-size: clamp(19px, calc(28 / var(--base-width-pc) * 100vw), 28px);
  font-family: var(--font-sub2);
}

.price {
  font-size: clamp(44px, calc(48 / var(--base-width-pc) * 100vw), 48px);
  line-height: 1;
}
.price_text {
  font-family: var(--font-sub1);
}
.price .small {
  font-size: clamp(22px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  font-family: var(--font-sub2);
}

.link {
  text-decoration: none;
  color: var(--color-main);
  font-size: clamp(16px, calc(18 / var(--base-width-pc) * 100vw), 18px);
  font-family: var(--font-sub2);
  letter-spacing: 0.1em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.linkWrap {
  text-align: center;
}
.link::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translate(-45%, 0);
  background-image: url("../..//img/2025-holiday/arrow.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(219px, calc(240 / var(--base-width-pc) * 100vw), 240px);
  height: clamp(17px, calc(19 / var(--base-width-pc) * 100vw), 19px);
  transition: all 0.5s;
}
.link:hover {
  opacity: 0.7;
}
.link:hover::after {
  transform: translate(-35%, 0);
}

.form-group {
  display: none;
}

.phrase {
  text-align: center;
  margin-bottom: clamp(61px, calc(157 / var(--base-width-pc) * 100vw), 157px);
}
@media screen and (max-width: 768px) {
  .phrase {
    margin-inline: clamp(60px, 21.7948717949vw, 90px);
  }
}
.phrase_text1 {
  font-size: clamp(26px, calc(32 / var(--base-width-pc) * 100vw), 32px);
  margin-bottom: clamp(29px, calc(36 / var(--base-width-pc) * 100vw), 36px);
  line-height: 1.75;
  font-family: var(--font-sub2);
}
.phrase_text2 {
  font-size: 14px;
  line-height: 2.1428571429;
}

.recommend {
  position: relative;
  padding-block: clamp(76px, calc(126 / var(--base-width-pc) * 100vw), 126px) clamp(55px, calc(115 / var(--base-width-pc) * 100vw), 115px);
}
.recommend_title {
  font-size: clamp(18px, calc(32 / var(--base-width-pc) * 100vw), 32px);
  font-family: var(--font-sub2);
  line-height: 1.75;
  text-align: center;
  color: white;
  position: relative;
  margin-bottom: clamp(100px, calc(122 / var(--base-width-pc) * 100vw), 122px);
  font-family: var(--font-sub2);
}
@media screen and (max-width: 768px) {
  .recommend_title {
    line-height: 1;
  }
}
.recommend_title .small {
  font-size: clamp(14px, calc(21 / var(--base-width-pc) * 100vw), 21px);
}
.recommend_title::before, .recommend_title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  border-top: solid 2px white;
  border-bottom: solid 2px white;
}
.recommend_title::before {
  height: calc(100% + 56px);
  top: -28px;
}
.recommend_title::after {
  height: calc(100% + 40px);
  top: -20px;
}
.recommend_body {
  padding: clamp(45px, calc(84 / var(--base-width-pc) * 100vw), 84px) clamp(20px, calc(180 / var(--base-width-pc) * 100vw), 180px) clamp(25px, calc(62 / var(--base-width-pc) * 100vw), 62px);
  background-color: white;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recommend_body {
    padding-inline: clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 50px);
  }
}
.recommend_body_title {
  font-size: clamp(21px, calc(45 / var(--base-width-pc) * 100vw), 45px);
  line-height: 1.7333333333;
  line-height: 1;
  color: white;
  font-family: var(--font-sub1);
}
.recommend_body_titleWrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333333;
  border: solid 2px white;
  padding: clamp(8px, calc(16 / var(--base-width-pc) * 100vw), 16px) clamp(41px, calc(85 / var(--base-width-pc) * 100vw), 85px);
}
.recommend_body_imageWrap {
  margin-bottom: clamp(21px, calc(33 / var(--base-width-pc) * 100vw), 33px);
}
.recommend_body_texts {
  text-align: center;
}
.recommend_body_text1 {
  font-size: clamp(22px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  line-height: 1.75;
  font-family: var(--font-sub2);
  margin-bottom: 9px;
}
.recommend_body_textWrap1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px 13px;
}
.recommend_body_text2 {
  color: white;
  font-family: var(--font-sub1);
  line-height: 1.0952380952;
}
.recommend_body_text2Wrap {
  background-color: var(--color-main);
  border-radius: 999px;
  width: clamp(55px, calc(60 / var(--base-width-pc) * 100vw), 60px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.recommend_body_text3 {
  font-size: clamp(12px, calc(14 / var(--base-width-pc) * 100vw), 14px);
  font-family: var(--font-sub2);
  line-height: 2.1428571429;
  margin-bottom: clamp(0px, calc(30 / var(--base-width-pc) * 100vw), 30px);
}
.recommend_back {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.recommend_backWrap {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.section2buy1 {
  position: relative;
  padding-block: 95px clamp(107px, calc(141 / var(--base-width-pc) * 100vw), 141px);
}
.section2buy1_title {
  font-size: 50px;
  line-height: 1.74;
  font-family: var(--font-sub1);
  text-align: center;
}
.section2buy1_ul {
  display: flex;
  justify-content: center;
  gap: 30px 17px;
}
@media screen and (max-width: 1000px) {
  .section2buy1_ul {
    flex-direction: column;
  }
}
.section2buy1_ul:first-of-type {
  margin-bottom: 51px;
}
@media screen and (max-width: 1000px) {
  .section2buy1_ul:first-of-type {
    margin-bottom: 58px;
  }
}
.section2buy1_li {
  width: calc((100% - 17px) / 2);
  background-color: white;
  padding: clamp(38px, calc(42 / var(--base-width-pc) * 100vw), 42px) clamp(16px, calc(65 / var(--base-width-pc) * 100vw), 65px) clamp(35px, calc(47 / var(--base-width-pc) * 100vw), 47px);
}
.section2buy1_li:where(.-n01, .-n02) {
  padding: clamp(38px, calc(42 / var(--base-width-pc) * 100vw), 42px) clamp(22px, calc(65 / var(--base-width-pc) * 100vw), 65px) 8px;
}
@media screen and (max-width: 1000px) {
  .section2buy1_li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section2buy1_li {
    padding-inline: 16px;
  }
}
.section2buy1_li_image {
  height: clamp(164px, calc(180 / var(--base-width-pc) * 100vw), 180px);
  -o-object-fit: contain;
     object-fit: contain;
}
.section2buy1_li_imageWrap {
  text-align: center;
  margin-bottom: clamp(8px, calc(10 / var(--base-width-pc) * 100vw), 10px);
}
.section2buy1_li_text1 {
  text-align: center;
  font-size: clamp(22px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  font-family: var(--font-sub2);
  line-height: 1.75;
  margin-bottom: 12px;
}
.section2buy1_li .price {
  text-align: center;
  margin-bottom: clamp(23px, calc(25 / var(--base-width-pc) * 100vw), 25px);
  margin-right: clamp(27px, 60 / var(--base-width-pc) * 100vw, 60px);
}
.section2buy1_li .price_text {
  font-family: var(--font-sub1);
}
@media screen and (max-width: 370px) {
  .section2buy1_li .price {
    margin-right: 0;
  }
}
.section2buy1_li_text2 {
  font-size: clamp(13px, calc(14 / var(--base-width-pc) * 100vw), 14px);
  font-weight: bold;
  font-family: var(--font-sub2);
  line-height: 1.4285714286;
}
.section2buy1_li_text2Wrap {
  border: solid 2px var(--color-main);
  position: relative;
  text-align: center;
  min-height: clamp(55px, calc(60 / var(--base-width-pc) * 100vw), 60px);
  padding-block: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
  margin-bottom: 15px;
  max-width: clamp(220px, calc(245 / var(--base-width-pc) * 100vw), 245px);
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section2buy1_li_text2Wrap {
    gap: 0 18px;
    justify-content: flex-start;
  }
}
.section2buy1_li_text2Wrap_image {
  position: absolute;
  top: 50%;
  right: min(33 / var(--base-width-pc) * 100vw, 33px);
  transform: translate(0, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  max-width: initial;
  max-height: initial;
  height: 70px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .section2buy1_li_text2Wrap_image {
    right: clamp(27px, calc(27 / var(--base-width-sp) * 100vw), 35px);
  }
}
@media screen and (max-width: 370px) {
  .section2buy1_li_text2Wrap_image {
    right: 10px;
  }
}
.section2buy1_li_text2Wrap_image:where(.-n03 *) {
  right: min(12 / var(--base-width-pc) * 100vw, 12px);
  height: clamp(80px, calc(100 / var(--base-width-pc) * 100vw), 100px);
}
.section2buy1_li_text2Wrap_image:where(.-n04 *) {
  height: clamp(70px, calc(88 / var(--base-width-pc) * 100vw), 88px);
}
@media screen and (max-width: 768px) {
  .section2buy1_li_text2Wrap_image:where(.-n04 *) {
    right: clamp(30px, calc(30 / var(--base-width-sp) * 100vw), 40px);
  }
}
.section2buy1_li_text2Wrap .spsp {
  display: none;
}
@media screen and (max-width: 380px) {
  .section2buy1_li_text2Wrap .spsp {
    display: block;
  }
}
.section2buy1_li_text2 .large {
  font-size: clamp(16px, calc(18 / var(--base-width-pc) * 100vw), 18px);
}
@media screen and (max-width: 768px) {
  .section2buy1_li_text2 .small-sp {
    font-size: 11px;
  }
}
.section2buy1_li_text2:where(.-n01 *, .-n02 *) {
  margin-left: 8.5px;
  margin-right: min(63 / var(--base-width-pc) * 100vw, 63px);
}
.section2buy1_li_text2:where(.-n03 *, .-n04 *) {
  margin-left: min(20 / var(--base-width-pc) * 100vw, 20px);
}
@media screen and (max-width: 1000px) {
  .section2buy1_li_text2:where(.-n03 *, .-n04 *) {
    margin-left: clamp(27px, calc(27 / var(--base-width-sp) * 100vw), 35px);
  }
}
@media screen and (max-width: 768px) {
  .section2buy1_li_text2 {
    margin-right: 0;
  }
}
.section2buy1_li_text3 {
  font-size: clamp(9px, calc(12 / var(--base-width-pc) * 100vw), 12px);
  text-align: center;
  font-weight: bold;
}
.section2buy1_back {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.section2buy1_backWrap {
  position: absolute;
  inset: 0;
  z-index: -1;
}