@charset "UTF-8";
header {
  opacity: 0;
  transition: opacity 300ms ease;
}

header.is-show {
    opacity: 1;
}
.h-8 {
  height: 2rem;
  width: auto;
}
.l-container {
  position: relative;
  overflow: hidden;
}

.c-accordion__desc {
  width: 100%;
}

.c-deco {
  position: absolute;
  width: 29px;
  height: 29px;
}
.c-deco.-top-left {
  top: -1px;
  left: -1px;
}
.c-deco.-top-right {
  transform: rotate(90deg);
  top: -1px;
  right: -1px;
}
.c-deco.-bottom-left {
  transform: rotate(-90deg);
  bottom: -1px;
  left: -1px;
}
.c-deco.-bottom-right {
  transform: rotate(180deg);
  bottom: -1px;
  right: -1px;
}

.p-commitment {
  background-color: #d6f2ff;
  background-image: url("/lp_media/new_lp/assets/images/common/bg_commitment.png");
  background-size: 2300px;
  background-repeat: no-repeat;
  background-position: 60% bottom;
  padding: 145px 0 710px;
}
.p-commitment__title {
  position: relative;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 60px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
}
.p-commitment__title::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 21px;
  width: 100%;
  background: repeating-linear-gradient(-75deg, transparent 0px, transparent 5px, #ffded1 5px, #ffded1 10px);
}
.p-commitment__head {
  max-width: 883px;
  margin: auto;
  margin-bottom: 100px;
}
.p-commitment__item:not(:last-of-type) {
  margin-bottom: 100px;
}
.p-commitment__item:not(.-bottom) {
  display: grid;
  justify-content: space-between;
  gap: 24px;
  grid-template-columns: 53.1481481481% 40.0925925926%;
}
.p-commitment__item:nth-of-type(1) .p-commitment__text-head::before {
  background-image: url("/lp_media/new_lp/assets/images/common/deco_commitment01.png");
}
.p-commitment__item:nth-of-type(1) .p-commitment__img-area::before {
  content: "";
  position: absolute;
  background: url("/lp_media/new_lp/assets/images/common/deco_dog01.png") no-repeat;
  background-size: contain;
  aspect-ratio: 157/71;
  width: 36.2586605081%;
  right: 42px;
  top: -46px;
}
.p-commitment__item:nth-of-type(2) .p-commitment__text-head::before {
  background-image: url("/lp_media/new_lp/assets/images/common/deco_commitment02.png");
}
.p-commitment__item:nth-of-type(2) .p-commitment__img-area::before {
  content: "";
  position: absolute;
  background: url("/lp_media/new_lp/assets/images/common/deco_dog02.png") no-repeat;
  background-size: contain;
  aspect-ratio: 117/126;
  width: 27.0207852194%;
  left: 116px;
  top: -68px;
}
.p-commitment__item:nth-of-type(3) .p-commitment__text-head::before {
  background-image: url("/lp_media/new_lp/assets/images/common/deco_commitment03.png");
}
.p-commitment__item:nth-of-type(3) .p-commitment__img-area::before {
  content: "";
  position: absolute;
  background: url("/lp_media/new_lp/assets/images/common/deco_dog03.png") no-repeat;
  transform: rotate(5deg);
  background-size: contain;
  aspect-ratio: 96/111;
  width: 22.1709006928%;
  right: -25px;
  bottom: -65px;
}
.p-commitment__item.-bottom {
  position: relative;
}
.p-commitment__item.-bottom::after, .p-commitment__item.-bottom::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-commitment__item.-bottom::before {
  aspect-ratio: 174/65;
  width: 16.1111111111%;
  transform: rotate(20deg);
  background-image: url("/lp_media/new_lp/assets/images/common/deco_dog04.png");
  right: 334px;
  top: 35px;
}
.p-commitment__item.-bottom::after {
  aspect-ratio: 97/121;
  width: 8.9814814815%;
  background-image: url("/lp_media/new_lp/assets/images/common/deco_dog05.png");
  bottom: -64px;
  left: 189px;
}
.p-commitment__item.-bottom .p-commitment__text-head {
  margin-bottom: 44px;
  grid-template-columns: 8.4259259259% auto;
}
.p-commitment__item.-bottom .p-commitment__text-head::before {
  background-image: url("/lp_media/new_lp/assets/images/common/deco_commitment04.png");
}
.p-commitment__item.-bottom .list {
  display: grid;
  gap: 23px;
  grid-template-columns: repeat(3, 1fr);
}
.p-commitment__item.-bottom .item {
  position: relative;
  border: 1px solid #705b52;
  background: #fff7f7;
  padding: 33px 20px 40px;
}
.p-commitment__item.-bottom .item-title {
  margin-bottom: 18px;
  color: #fff700;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}
.p-commitment__item.-bottom .item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.p-commitment__item.-bottom .item-text .highlight {
  background-color: #fff700;
  color: #e85456;
  font-weight: 700;
}
.p-commitment__img-area {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-commitment__text-head {
  display: grid;
  grid-template-columns: 15.8536585366% auto;
  gap: 0px 9px;
  margin-bottom: 27px;
}
.p-commitment__text-head .title {
  grid-area: 1/2/2/3;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #705b52;
}
.p-commitment__text-head .title .highlight {
  margin-right: 10px;
  color: #ffd2c1;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}
.p-commitment__text-head .catch {
  grid-area: 2/2/3/3;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-commitment__text-head::before {
  content: "";
  grid-area: 1/1/3/2;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 9px;
  aspect-ratio: 91/75;
  width: 100%;
}
.p-commitment__text-area .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.p-commitment__contents {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
  padding: 125px 0 131px;
  position: relative;
  margin-bottom: 214px;
}
.p-commitment__contents::before {
  content: "";
  position: absolute;
  background: url("/lp_media/new_lp/assets/images/common/logo_commitment.png") no-repeat;
  background-size: contain;
  aspect-ratio: 599/303;
  width: 42.7857142857%;
  left: 27px;
  top: -109px;
}
.p-commitment__contents-inner {
  max-width: 1080px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
.p-commitment__foot {
  max-width: 760px;
  margin-right: -15px;
  margin-left: auto;
}
.p-commitment__foot-text {
  font-size: 38px;
  font-weight: 500;
  line-height: 2.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-commitment__foot-note {
  margin-right: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: -10px;
  text-align: right;
}

.p-cta {
  background: url("/lp_media/new_lp/assets/images/common/bg_cta.png") no-repeat;
  background-size: cover;
  padding: 168px 0 116px;
  /* タブ　*/
}
.p-cta__box {
  position: relative;
  border-radius: 16px;
  border: 1.5px solid #705b52;
  box-shadow: 4px 4px 0 0 #705b52;
  height: 100%;
}
.p-cta__box .deco {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.5px solid #705b52;
}
.p-cta__box .deco.-top-left {
  top: 15px;
  left: 15px;
}
.p-cta__box .deco.-top-right {
  top: 15px;
  right: 15px;
}
.p-cta__box .deco.-bottom-left {
  bottom: 15px;
  left: 15px;
}
.p-cta__box .deco.-bottom-right {
  bottom: 15px;
  right: 15px;
}
.p-cta__box-inner {
  display: grid;
  grid-template-columns: 45.0892857143% auto;
  gap: 0px 51px;
}
.p-cta__box-inner .p-cta__img-area {
  grid-area: 1/1/4/2;
}
.p-cta__box-inner .p-cta__text-area {
  grid-area: 1/2/2/3;
  max-width: 387px;
  margin-bottom: 12px;
}
.p-cta__box-inner .p-cta__note-area {
  grid-area: 2/2/3/3;
  margin-bottom: 28px;
}
.p-cta__box-inner .p-cta__btn {
  grid-area: 3/2/4/3;
}
.p-cta__box.-main {
  padding: 80px 0 56px;
  background-color: #ffece5;
}
.p-cta__box.-main::before {
  content: "";
  position: absolute;
  background-image: url("/lp_media/new_lp/assets/images/common/deco_cta.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18.3333333333%;
  aspect-ratio: 198/209;
  left: -47px;
  top: -96px;
  z-index: 3;
}
.p-cta__box.-main .p-cta__title {
  background-color: #fff700;
  max-width: 442px;
  top: -35px;
}
.p-cta__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: absolute;
  color: #705b52;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin: auto;
  border: 1.5px solid #705b52;
  background: #fff;
  box-shadow: 4px 4px 0 0 #705b52;
}
.p-cta__title .small {
  font-size: 20px;
  line-height: 1.5;
}
.p-cta__bottom {
  margin-top: 67px;
}
.p-cta__bottom-contents {
  display: flex;
  gap: 22px;
}
.p-cta__bottom .p-cta__box {
  background: #fbf8dd;
}
.p-cta__bottom .p-cta__box.-left {
  padding: 47px 34px 52px 30px;
}
.p-cta__bottom .p-cta__box.-left .p-cta__title {
  max-width: 249px;
}
.p-cta__bottom .p-cta__box.-left .p-cta__text-area {
  max-width: 284px;
  margin-bottom: 21px;
}
.p-cta__bottom .p-cta__box.-left .p-cta__note-area {
  margin-bottom: 22px;
}
.p-cta__bottom .p-cta__box.-right {
  padding: 52px 18px 52px 32px;
  display: grid;
  grid-template-columns: 65.0793650794% auto;
  gap: 0px 21px;
}
.p-cta__bottom .p-cta__box.-right .p-cta__img-area {
  grid-area: 1/1/3/2;
}
.p-cta__bottom .p-cta__box.-right .p-cta__text-area {
  max-width: 151px;
  margin-bottom: 33px;
  grid-area: 1/2/2/3;
}
.p-cta__bottom .p-cta__box.-right .p-cta__note-area {
  grid-area: 2/2/3/3;
}
.p-cta__bottom .p-cta__box.-right .p-cta__title {
  max-width: 371px;
}
.p-cta__bottom .p-cta__box.-right .p-cta__btn {
  margin-top: 14px;
  grid-area: 3/1/4/3;
}
.p-cta__bottom .p-cta__title {
  top: -31px;
  background-color: #fff;
}
.p-cta__note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  gap: 2px;
  font-feature-settings: "palt";
  color: #000;
}
.p-cta__note.-circle::before {
  content: "●";
  color: #705b52;
}
.p-cta__note.-kome::before {
  content: "※";
}
.p-cta__btn {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 7px;
  align-items: center;
  position: relative;
  justify-content: space-between;
  color: #fff;
  padding: 18px 20px 20px 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 100%;
  display: flex;
  border-radius: 60px;
  border: 3px solid #fff;
  background-color: #705b52;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.3);
  max-width: 311px;
  margin: 0 auto;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
}
.p-cta__btn.-main {
  max-width: 441px;
  padding: 20px 20px 21px 20px;
  background-color: #e85456;
  gap: 22px;
}
.p-cta__btn.-main .arrow::before,
.p-cta__btn.-main .arrow::after {
  background-color: #f44d4d;
}
.p-cta__btn .text {
  white-space: nowrap;
  margin-left: auto;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
.p-cta__btn .circle {
  flex-shrink: 0;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  transition: background-color 300ms ease;
}
.p-cta__btn .arrow {
  position: absolute;
  inset: 0;
  margin: auto;
  display: inline-block;
  width: 10px;
  height: 5px;
}
.p-cta__btn .arrow::before,
.p-cta__btn .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 7px;
  border-radius: 9999px;
  background-color: #705b52;
  transform-origin: 50% calc(100% - 0.5px);
  transition: background-color 300ms ease;
}
.p-cta__btn .arrow::before {
  transform: rotate(46.55deg);
}
.p-cta__btn .arrow::after {
  transform: rotate(-46.55deg);
}
.p-cta .p-tab__item {
  max-height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0px 0px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  width: 50%;
  padding: 5px;
  border-right: 1.5px solid #705b52;
  border-left: 1.5px solid #705b52;
  border-top: 1.5px solid #705b52;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-cta .p-tab__item:not(.is-active):first-child {
  margin-left: 10px;
}
.p-cta .p-tab__item:not(.is-active):nth-child(2) {
  margin-right: 10px;
}
.p-cta .p-tab__item .small {
  font-size: 14px;
  margin-bottom: -6px;
}
.p-cta .p-tab__item.is-active {
  max-height: 70px;
  padding: 20px 10px 20px;
  position: relative;
  background-color: #fbf8dd;
  z-index: 2;
  box-shadow: 4px 4px 0 0 #705b52;
}
.p-cta .p-tab__item.is-active::before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 40px;
  left: -1.5px;
  background-color: #705b52;
  bottom: -20px;
}
.p-cta .p-tab__item.is-active::after {
  position: absolute;
  content: "";
  background-color: #fbf8dd;
  height: 40px;
  width: 100%;
  bottom: -25px;
}
.p-cta .p-tab__item.is-active:nth-child(2)::before {
  left: auto;
  right: -1.5px;
}
.p-cta .p-tab__item.is-active:nth-child(2)::after {
  right: -5.5px;
  width: calc(100% + 5.5px);
  border-right: 5.5px solid #705b52;
}
.p-cta.-main {
  padding: 143px 0 129px;
}
.p-cta.-main .p-cta__bottom {
  display: flex;
  flex-direction: column;
  gap: 93px;
  margin-top: 94px;
}
.p-cta.-main .p-cta__box.-left,
.p-cta.-main .p-cta__box.-right {
  max-width: none;
}
.p-cta.-main .p-cta__box.-left::before,
.p-cta.-main .p-cta__box.-right::before {
  content: none;
}
.p-cta.-main .p-cta__box.-left {
  padding: 61px 0px 52px;
}
.p-cta.-main .p-cta__box.-left .p-cta__box-inner {
  grid-template-columns: 43.2801822323% 50.2277904328%;
  max-width: 878px;
  gap: 0 20px;
  justify-content: space-between;
}
.p-cta.-main .p-cta__box.-left .p-cta__box-inner .p-cta__img-area {
  grid-area: 1/1/2/2;
  margin-bottom: 28px;
}
.p-cta.-main .p-cta__box.-left .p-cta__box-inner .p-cta__note-area {
  grid-area: 2/1/3/2;
}
.p-cta.-main .p-cta__box.-left .p-cta__box-inner .p-cta__text-area {
  max-width: 350px;
  margin-bottom: 25px;
  grid-area: 1/2/2/3;
}
.p-cta.-main .p-cta__box.-left .p-cta__box-inner .p-cta__btn {
  max-width: none;
  grid-area: 2/2/3/3;
}
.p-cta.-main .p-cta__box.-left .p-cta__box-inner .p-cta__btn .text {
  margin: auto;
}
.p-cta.-main .p-cta__box.-right {
  display: block;
  padding: 81px 0 65px;
}
.p-cta.-main .p-cta__box.-right .p-cta__title {
  max-width: 570px;
}
.p-cta.-main .p-cta__box.-right .p-cta__box-inner {
  grid-template-columns: repeat(2, 1fr);
  max-width: 882px;
}
.p-cta.-main .p-cta__box.-right .p-cta__box-inner .p-cta__catch {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 46px;
  grid-area: 1/1/2/3;
}
.p-cta.-main .p-cta__box.-right .p-cta__box-inner .p-cta__img-list {
  grid-area: 2/1/3/3;
  max-width: 714px;
  margin: auto;
  margin-bottom: 35px;
}
.p-cta.-main .p-cta__box.-right .p-cta__box-inner .p-cta__img-area {
  grid-area: 3/1/4/3;
  margin-bottom: 30px;
}
.p-cta.-main .p-cta__box.-right .p-cta__box-inner .p-cta__text-area {
  grid-area: 4/1/5/2;
  margin-bottom: 6px;
  max-width: 345px;
}
.p-cta.-main .p-cta__box.-right .p-cta__box-inner .p-cta__btn {
  grid-area: 4/2/5/3;
  margin-top: 0;
  max-width: 441px;
}
.p-cta.-main .p-cta__box.-right .p-cta__box-inner .p-cta__btn .text {
  margin: auto;
}
.p-cta.-main .p-cta__box.-right .p-cta__box-inner .p-cta__note-area {
  grid-area: 5/1/6/3;
  margin-bottom: 0;
  margin-top: 21px;
}

.p-ctaBanner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 8;
}



.p-ctaBanner::after {
  position: absolute;
  height: 137px;
  width: 100%;
  background-image: url("/lp_media/new_lp/assets/images/common/bg_banner.png");
  bottom: 0;
  background-position: center;
  background-size: cover;
}



.p-ctaBanner__inner.p-inner {
  max-width: 1393px;
}
.p-ctaBanner__link {
  display: block;
}
.p-ctaBanner__contents {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 360px;
  justify-content: space-between;
  gap: 40px;
}
.p-ctaBanner__btn {
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 60px;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 360px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 28px;
}
.p-ctaBanner__btn-box {
  background: linear-gradient(90deg, #ee4200 0%, #fbde38 100%);
  padding: 12px 20px 11px;
  position: relative;
}
.p-ctaBanner__btn-box::after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e85456;
  top: 0;
  left: 0;
  transition: opacity 300ms ease;
}
.p-ctaBanner__btn .text {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  z-index: 2;
}
.p-ctaBanner__btn .circle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.p-ctaBanner__btn .circle .arrow {
  position: absolute;
  inset: 0;
  margin: auto;
  display: inline-block;
  width: 10px;
  height: 5px;
}
.p-ctaBanner__btn .circle .arrow::before,
.p-ctaBanner__btn .circle .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 7px;
  border-radius: 9999px;
  background-color: #ee4200;
  transform-origin: 50% calc(100% - 0.5px);
}
.p-ctaBanner__btn .circle .arrow::before {
  transform: rotate(48.35deg);
}
.p-ctaBanner__btn .circle .arrow::after {
  transform: rotate(-48.35deg);
}

.p-goods {
  display: grid;
  max-width: 1144px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 30.5944055944% 53.6713286713%;
  justify-content: space-between;
  padding: 112px 0 72px;
}
.p-goods__head {
  display: flex;
  flex-direction: column;
}
.p-goods__contents {
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-goods__contents-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-bottom: 16px;
}
.p-goods__box {
  display: flex;
}
.p-goods__box:not(:last-of-type) {
  border-bottom: 1px solid #8f8f8f;
}
.p-goods__box .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.p-goods__box-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.p-goods__box-item {
  color: #000;
  padding: 15px 21px;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-goods__box-item.-p-none {
  padding: 0;
}
.p-goods__box-list .item {
  display: flex;
}
.p-goods__box-list .item:not(:last-of-type) {
  border-bottom: 1px solid #8f8f8f;
}
.p-goods__box-list .item .title {
  text-align: center;
  padding: 10px 20px;
  min-width: 120px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  border-right: 1px solid #8f8f8f;
}
.p-goods__box-list .item .content {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  padding: 10px 20px;
  text-align: right;
  width: 100%;
}
.p-goods__cate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  padding: 2px 8px;
  border-radius: 3px;
  border: 1px solid #8f8f8f;
  background: #fffded;
}
.p-goods__title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
}
.p-goods__img-area {
  max-width: 223px;
  margin-bottom: 38px;
}
.p-goods__info {
  color: #000;
  display: flex;
  gap: 13px;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-goods__info .title {
  text-align: center;
  border-radius: 6px;
  background: #fceff4;
  padding: 9px 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  min-width: 81px;
}
.p-goods__info .content {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.p-goods__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-goods__table tr:not(:last-of-type) {
  border-bottom: 1px solid #8f8f8f;
}
.p-goods__table tr td:not(:last-of-type),
.p-goods__table tr th:not(:last-of-type) {
  border-right: 1px solid #8f8f8f;
}
.p-goods__table th {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 20px;
  background-color: #f0e0cb;
}
.p-goods__table td {
  text-align: center;
  padding: 3px 5px;
}
.p-goods__table td.head {
  padding: 20px;
}
.p-goods__note {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.p-goods__btn {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 14px 10px;
  max-height: 51px;
  width: 100%;
  max-width: 279px;
  margin: auto;
  border-radius: 32px;
  position: relative;
}
.p-goods__btn .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}
.p-goods__btn .circle .arrow {
  position: absolute;
  inset: 0;
  margin: auto;
  display: inline-block;
  width: 5px;
  height: 10px;
}
.p-goods__btn .circle .arrow::before,
.p-goods__btn .circle .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}
.p-goods__btn .circle .arrow::before {
  transform: rotate(48.35deg);
}
.p-goods__btn .circle .arrow::after {
  transform: rotate(-48.35deg);
}

.p-goodsTab__list {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 10px;
}
.p-goodsTab__item {
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 20px 10px 21px;
  border-radius: 8px 8px 0 0;
  color: #8f8f8f;
  background: #e9e9e9;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.p-goodsTab__item.-green.is-active {
  color: #73af17;
}
.p-goodsTab__item.-green.is-active::before {
  background: #73af17;
}
.p-goodsTab__item.-pink.is-active {
  color: #d37299;
}
.p-goodsTab__item.-pink.is-active::before {
  background: #d37299;
}
.p-goodsTab__item.-blue.is-active {
  color: #2fb5dd;
}
.p-goodsTab__item.-blue.is-active::before {
  background: #2fb5dd;
}
.p-goodsTab__item.is-active {
  background: #fff;
  position: relative;
  border-top: 1px solid #494949;
  border-right: 1px solid #494949;
  border-left: 1px solid #494949;
}
.p-goodsTab__item.is-active::before {
  content: "";
  width: 60%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.p-goodsTab__item.is-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #fff;
  left: 0;
  bottom: -10px;
}
.p-goodsTab__panel {
  display: none;
}
.p-goodsTab__panel.is-active {
  opacity: 1;
  visibility: visible;
  display: block;
}
@starting-style {
  .p-goodsTab__panel.is-active {
    opacity: 0;
    visibility: hidden;
  }
}
.p-goodsTab__panel.-green .p-goods__box-title,
.p-goodsTab__panel.-green .p-goods__info .title {
  background-color: #e3eed3;
}
.p-goodsTab__panel.-green .p-goods__contents-title {
  color: #73af17;
}
.p-goodsTab__panel.-green .p-goods__btn {
  background-color: #73af17;
}
.p-goodsTab__panel.-green .p-goods__btn .arrow::before,
.p-goodsTab__panel.-green .p-goods__btn .arrow::after {
  background-color: #73af17;
}
.p-goodsTab__panel.-pink .p-goods__box-title,
.p-goodsTab__panel.-pink .p-goods__info .title {
  background-color: #fceff4;
}
.p-goodsTab__panel.-pink .p-goods__contents-title {
  color: #d37299;
}
.p-goodsTab__panel.-pink .p-goods__btn {
  background-color: #d37299;
}
.p-goodsTab__panel.-pink .p-goods__btn .arrow::before,
.p-goodsTab__panel.-pink .p-goods__btn .arrow::after {
  background-color: #d37299;
}
.p-goodsTab__panel.-blue .p-goods__box-title,
.p-goodsTab__panel.-blue .p-goods__info .title {
  background-color: #eef9fc;
}
.p-goodsTab__panel.-blue .p-goods__contents-title {
  color: #2fb5dd;
}
.p-goodsTab__panel.-blue .p-goods__btn {
  background-color: #2fb5dd;
}
.p-goodsTab__panel.-blue .p-goods__btn .arrow::before,
.p-goodsTab__panel.-blue .p-goods__btn .arrow::after {
  background-color: #2fb5dd;
}
.p-goodsTab__content {
  border-radius: 0 0 8px 8px;
  border: 1px solid #494949;
  background: #fff;
}

.p-goTop {
  transition: opacity 300ms ease;
  position: fixed;
  bottom: 24.5333333333vw;
  right: 8px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
  width: 46px;
  z-index: 99;
}

.p-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: calc(100% - 32px);
}

.p-intro__top {
  background-color: #d6e7ef;
  padding-top: 150px;
  padding-bottom: 99px;
  -webkit-clip-path: ellipse(1455px 100% at 50% 0%);
          clip-path: ellipse(1455px 100% at 50% 0%);
}
.p-intro__top-box {
  position: relative;
}
.p-intro__top-box::after {
  content: "";
  background: url("/lp_media/new_lp/assets/images/common/deco_intro.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 237px;
  bottom: -125px;
  aspect-ratio: 237/133;
}
.p-intro__catch {
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #705b52;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  margin: auto;
  margin-bottom: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-intro__catch::after {
  content: "";
  width: 109.1346153846%;
  aspect-ratio: 454/46;
  background-color: #fff;
  -webkit-mask: url("/lp_media/new_lp/assets/images/common/bg_intro_title.png") no-repeat center/contain;
  mask: url("/lp_media/new_lp/assets/images/common/bg_intro_title.png") no-repeat center/contain;
}
.p-intro__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 43px;
  text-align: center;
}
.p-intro__title::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0;
  margin: auto;
  height: 21px;
  width: 95%;
  background: repeating-linear-gradient(-75deg, transparent 0px, transparent 5px, #fff700 5px, #fff700 10px);
}
.p-intro .text {
  position: relative;
}
.p-intro__middle {
  padding-top: 485px;
  margin-top: -310px;
  background: url("/lp_media/new_lp/assets/images/common/bg_intro.png") no-repeat;
  background-size: cover;
}
.p-intro__middle-catch::after {
  width: 180.8764940239%;
  background-color: #aab4b9;
  margin-bottom: 0;
}
.p-intro__middle-title {
  max-width: 887px;
  margin: auto;
  margin-bottom: 16px;
  margin-top: -8px;
}
.p-intro__middle-text {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-intro__middle-img {
  max-width: 929px;
  margin: auto;
  margin-top: -10px;
}
.p-intro__bottom {
  background: #fffff1;
  padding: 153px 0 131px;
  margin-top: -56px;
}
.p-intro__bottom-catch {
  margin-bottom: 27px;
}
.p-intro__bottom-catch::after {
  width: 94.5833333333%;
  background-color: #f0906b;
}
.p-intro__bottom-title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 70px;
}
.p-intro__bottom-title .sub {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
.p-intro__bottom-title .text {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}
.p-intro__bottom-title .text::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 21px;
  width: 100%;
  background: repeating-linear-gradient(-75deg, transparent 0px, transparent 5px, #ffded1 5px, #ffded1 10px);
}
.p-intro__bottom-title .text .num {
  font-family: "Jost", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5;
}
.p-intro__list {
  max-width: 1161px;
  align-items: end;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 77px;
}

/**************************\
  Basic Modal Styles
\**************************/

.p-mv {
  background-color: #fff;
  height: 100dvh;
  overflow: hidden;
}
.p-mv__img-area {
  height: 100dvh;
}
.p-mv__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-mv__inner {
  position: absolute;
  top: 0;
  height: 100dvh;
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto;
}
.p-mv__title {
  position: absolute;
  max-width: 36.2142857143%;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}
.p-mv__title.is-show {
  opacity: 1;
  visibility: visible;
}
.p-mv__banner {
  position: absolute;
  right: 0;
  max-width: 16.1428571429%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}
.p-mv__banner.is-show {
  opacity: 1;
  visibility: visible;
}

.p-overview {
  padding: 130px 0 138px;
}
.p-overview__catch {
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #705b52;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  margin: auto;
  margin-bottom: 33px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-overview__catch::after {
  content: "";
  background: url("/lp_media/new_lp/assets/images/common/bg_overview_title.png") no-repeat;
  background-size: contain;
  width: 100%;
  aspect-ratio: 454/46;
}
.p-overview__title {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 66px;
}
.p-overview__title::before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: -20px;
  right: 0;
  margin: auto;
  height: 21px;
  width: 100%;
  background: repeating-linear-gradient(-75deg, transparent 0px, transparent 5px, #ffded1 5px, #ffded1 10px);
}
.p-overview__title .text {
  position: relative;
}
.p-overview__title .num {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
}
.p-overview__img {
  max-width: 1320px;
  margin: auto;
  padding-bottom: 86px;
  position: relative;
}
.p-overview__img::after {
  position: absolute;
  background: url("/lp_media/new_lp/assets/images/common/img_overview02.png") no-repeat;
  background-size: contain;
  width: 21.0606060606%;
  aspect-ratio: 278/234;
  bottom: -25px;
  right: 45px;
}
.p-overview__bottom {
  position: relative;
  max-width: 800px;
  margin: auto;
}
.p-overview__bottom-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.p-overview__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
.p-overview__list::after {
  position: absolute;
  background-image: url("/lp_media/new_lp/assets/images/common/img_overview03.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14.75%;
  aspect-ratio: 118/129;
  right: 227px;
  transform: rotate(-6.5deg);
  bottom: -65px;
}
.p-overview__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-overview__item:not(:last-of-type) {
  border-right: 1px dashed #000;
}
.p-overview__item .text {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #705b52;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 6px;
}
.p-overview__item .text::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  background: url("/lp_media/new_lp/assets/images/common/icon_check.svg") no-repeat;
  background-size: contain;
}
.p-overview__item .highlight {
  color: #fff700;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-product {
  padding: 140px 0 142px;
}
.p-product__catch {
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #705b52;
  display: flex;
  flex-direction: column;
  gap: 1px;
  justify-content: center;
  margin: auto;
  margin-bottom: 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-product__catch::after {
  content: "";
  background: url("/lp_media/new_lp/assets/images/common/bg_overview_title.png") no-repeat;
  background-size: contain;
  width: 105.3364269142%;
  aspect-ratio: 454/46;
}
.p-product__title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 57px;
}
.p-product__title::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 12px;
  left: -20px;
  right: 0;
  margin: auto;
  height: 21px;
  width: 100%;
  background: repeating-linear-gradient(-75deg, transparent 0px, transparent 5px, #ffded1 5px, #ffded1 10px);
}

.p-reason {
  padding: 127px 0 0;
  background-color: #fffff1;
  position: relative;
}
.p-reason::before {
  content: "";
  background: url("/lp_media/new_lp/assets/images/common/deco_reason02.png") no-repeat;
  background-size: contain;
  aspect-ratio: 703/704;
  position: absolute;
  width: 703px;
  top: -114px;
  left: -160px;
}
.p-reason::after {
  content: "";
  background-image: url("/lp_media/new_lp/assets/images/common/deco_reason01.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 472/440;
  position: absolute;
  width: 472px;
  right: -40px;
  bottom: 573px;
}
.p-reason__catch {
  text-align: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #705b52;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  margin: auto;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-reason__catch::after {
  content: "";
  background: url("/lp_media/new_lp/assets/images/common/bg_overview_title.png") no-repeat;
  background-size: contain;
  width: 117.0103092784%;
  aspect-ratio: 454/46;
}
.p-reason__title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 50px;
}
.p-reason__title::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0px;
  right: 0;
  margin: auto;
  height: 21px;
  width: 100%;
  background: repeating-linear-gradient(-75deg, transparent 0px, transparent 5px, #ffded1 5px, #ffded1 10px);
}
.p-reason__img-area {
  max-width: 590px;
  margin: auto;
  margin-bottom: 3px;
}
.p-reason__message {
  text-align: center;
  color: #e85456;
  position: relative;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.p-reason__message .num {
  font-family: "Jost", sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.5;
}
.p-reason__message .note {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.p-reason__middle {
  position: relative;
}
.p-reason__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 8px 22px 34px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-reason__box-head {
  color: #705b52;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 9px;
  margin-bottom: 12px;
  border-bottom: 1px solid #705b52;
}
.p-reason__box-list {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.p-reason__box-list .circle {
  color: #705b52;
}
.p-reason__box .c-deco {
  width: 26px;
  height: 26px;
}
.p-reason__bottom {
  max-width: 1325px;
  margin: auto;
  margin-top: -40px;
}
.p-tab__item {
  cursor: pointer;
}
.p-tab__content {
  display: flex;
}
.p-tab__panel.is-active {
  opacity: 1;
  visibility: visible;
  display: block;
}
@starting-style {
  .p-tab__panel.is-active {
    opacity: 0;
    visibility: hidden;
  }
}

.l-contents__frame {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (min-width:768px){
  .p-commitment__img-area {
    margin-top: 8px;
  }
  .p-commitment__text-area .text {
    max-width: 475px;
    margin-left: auto;
  }
  .p-cta__contents {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.75);
    padding: 119px 0 129px;
  }
  .p-cta__contents-inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 32px);
  }
  .p-cta__box-inner {
    max-width: 896px;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  .p-cta.-main .p-cta__contents {
    padding: 140px 0 142px;
  }
  .p-cta.-main .p-cta__box.-right .p-cta__box-inner .p-cta__text-area {
    margin-top: 18px;
    margin-left: 21px;
  }
  .p-ctaBanner::after {
    content: "";
  }
  .p-ctaBanner__link {
    pointer-events: none;
  }
  .p-goods__contents {
    margin-right: 35px;
    border-radius: 10px;
    border: 1px solid #8f8f8f;
  }
  .p-goods__box-title {
    min-width: 170px;
    border-right: 1px solid #8f8f8f;
  }
  .p-goTop {
    display: none;
  }
  .p-mv__title {
    left: 0;
  }
  .p-mv__banner {
    top: 111px;
  }
  .p-overview__img::after {
    content: "";
  }
  .p-overview__bottom {
    margin-top: 24px;
  }
  .p-overview__bottom-title {
    position: absolute;
    text-align: center;
    padding: 7px 24px;
    border-radius: 24px;
    background: #705b52;
    left: 0;
    right: 0;
    margin: auto;
    top: -24px;
    z-index: 3;
  }
  .p-overview__list {
    padding: 52px 20px 25px;
    border-radius: 16px;
    border: 2px solid #705b52;
    background-color: #fff;
  }
  .p-overview__list::after {
    content: "";
  }
  .p-reason__message .note {
    bottom: -2px;
    position: absolute;
    right: 12px;
  }
  .p-tab__list {
    display: none;
  }
}

@media screen and (min-width:1100px){
  .p-cta__bottom .p-cta__box.-left {
    max-width: 378px;
  }
  .p-cta__bottom .p-cta__box.-right {
    max-width: 680px;
  }
  .p-goods__img-area {
    margin-left: 38px;
  }
}

@media screen and (min-width:1370px){
  .p-reason__box {
    position: absolute;
    top: 65px;
    right: 0;
  }
}

@media screen and (max-width: 1900px){
  .p-commitment {
    background-size: 119.7916666667vw;
  }
  .p-reason::before {
    width: 36.6145833333%;
  }
  .p-reason::after {
    width: 24.5833333333%;
  }
}

@media screen and (max-width:1369px){
  .p-commitment__item.-bottom::before {
    right: 0;
  }
  .p-cta__box.-main::before {
    left: -16px;
  }
  .p-intro__list {
    gap: 20px 40px;
  }
  .p-reason__box {
    margin: auto;
    margin-top: 32px;
    margin-bottom: 90px;
  }
  .p-reason__box::before, .p-reason__box::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffded1;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-reason__box::before {
    bottom: -37px;
  }
  .p-reason__box::after {
    bottom: -67px;
  }
}

@media screen and (max-width:1369px) and (min-width:768px){
  .p-commitment__text-head .title {
    font-size: clamp(
    1.5rem,
    1.3586683417rem + 0.6030150754vw,
    1.875rem
  );
  }
  .p-commitment__text-head .title .highlight {
    font-size: clamp(
    1.625rem,
    1.4836683417rem + 0.6030150754vw,
    2rem
  );
  }
  .p-commitment__text-head .catch {
    font-size: clamp(
    1.25rem,
    1.2028894472rem + 0.2010050251vw,
    1.375rem
  );
  }
  .p-commitment__foot-text {
    font-size: clamp(
    1.125rem,
    0.6538944724rem + 2.0100502513vw,
    2.375rem
  );
  }
  .p-cta__title {
    font-size: clamp(
    1.25rem,
    0.9673366834rem + 1.2060301508vw,
    2rem
  );
  }
  .p-cta__btn .text {
    font-size: clamp(
    1.25rem,
    1.0615577889rem + 0.8040201005vw,
    1.75rem
  );
  }
  .p-intro__catch {
    font-size: clamp(
    1.125rem,
    0.7952261307rem + 1.4070351759vw,
    2rem
  );
  }
  .p-intro__title {
    font-size: clamp(
    1.5rem,
    1.0288944724rem + 2.0100502513vw,
    2.75rem
  );
  }
  .p-overview__catch {
    font-size: clamp(
    1.125rem,
    0.7952261307rem + 1.4070351759vw,
    2rem
  );
  }
  .p-overview__title {
    font-size: clamp(
    1.5rem,
    1.0288944724rem + 2.0100502513vw,
    2.75rem
  );
  }
  .p-overview__title .num {
    font-size: clamp(
    1.75rem,
    1.2788944724rem + 2.0100502513vw,
    3rem
  );
  }
  .p-product__catch {
    font-size: clamp(
    1.125rem,
    0.7952261307rem + 1.4070351759vw,
    2rem
  );
  }
  .p-product__title {
    font-size: clamp(
    1.5rem,
    1.0288944724rem + 2.0100502513vw,
    2.75rem
  );
  }
  .p-reason__catch {
    font-size: clamp(
    1.125rem,
    0.7952261307rem + 1.4070351759vw,
    2rem
  );
  }
  .p-reason__title {
    font-size: clamp(
    1.5rem,
    1.0288944724rem + 2.0100502513vw,
    2.75rem
  );
  }
  .p-reason__message {
    font-size: clamp(
    2.125rem,
    1.5125628141rem + 2.6130653266vw,
    3.75rem
  );
  }
  .p-reason__message .num {
    font-size: clamp(
    4.625rem,
    4.0125628141rem + 2.6130653266vw,
    6.25rem
  );
  }
}

@media screen and (max-width:1099px){
  .p-commitment {
    padding-bottom: 65.1041666667vw;
  }
  .p-commitment__item.-bottom .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-commitment__contents {
    padding: 52px 0 100px;
    margin-bottom: 37px;
  }
  .p-cta__box-inner {
    gap: 0px 20px;
  }
  .p-cta__bottom-contents {
    flex-direction: column;
    gap: 56px;
  }
  .p-cta__bottom .p-cta__box.-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .p-goods {
    display: flex;
    flex-direction: column;
    width: calc(100% - 64px);
    padding: 44px 0 33px;
  }
  .p-goods__head {
    align-items: center;
    margin-bottom: 40px;
  }
  .p-intro__top {
    -webkit-clip-path: ellipse(100% 100% at 50% 0%);
            clip-path: ellipse(100% 100% at 50% 0%);
  }
  .p-reason__bottom {
    margin-top: 0;
  }
}

@media screen and (max-width:767px){
  .c-accordion [data-accordion-content] {
    height: 0;
    overflow: hidden;
    transition: height ease 300ms;
  }
  .c-accordion [data-accordion][data-is-open=true] > [data-accordion-content] {
    height: auto;
  }
  .c-accordion [data-accordion][data-is-open=true] > [data-accordion-switch]::after {
    transform: rotate(0deg);
  }
  .c-accordion__title {
    position: relative;
  }
  .c-accordion__title::after, .c-accordion__title::before {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-color: #484234;
    width: 13px;
    height: 1.5px;
    border-radius: 9999px;
    display: block;
    transition: transform 300ms ease;
  }
  .c-accordion__title::after {
    transform: rotate(90deg);
  }
  .p-commitment {
    background-position: left bottom;
    background-image: url("/lp_media/new_lp/assets/images/common/bg_commitment_sp.png");
    background-size: 160.3650586701vw;
    padding-top: 59px;
    padding-bottom: 107.2vw;
  }
  .p-commitment__title::before {
    height: 13px;
  }
  .p-commitment__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .p-commitment__head {
    margin-bottom: 50px;
  }
  .p-commitment__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .p-commitment__item:not(.-bottom) {
    flex-direction: column;
    display: flex;
    gap: 56px;
  }
  .p-commitment__item:nth-of-type(1) .p-commitment__text-head::before {
    background-image: url("/lp_media/new_lp/assets/images/common/deco_commitment01_sp.png");
  }
  .p-commitment__item:nth-of-type(1) .p-commitment__img-area::before {
    width: 118px;
    right: 30px;
    top: -34px;
  }
  .p-commitment__item:nth-of-type(2) .p-commitment__text-head::before {
    background-image: url("/lp_media/new_lp/assets/images/common/deco_commitment02_sp.png");
  }
  .p-commitment__item:nth-of-type(2) .p-commitment__img-area {
    margin-top: 30px;
  }
  .p-commitment__item:nth-of-type(2) .p-commitment__img-area::before {
    width: 80px;
    left: 97px;
    top: -59px;
  }
  .p-commitment__item:nth-of-type(3) .p-commitment__text-head::before {
    background-image: url("/lp_media/new_lp/assets/images/common/deco_commitment03_sp.png");
  }
  .p-commitment__item:nth-of-type(3) .p-commitment__img-area {
    margin-top: -35px;
  }
  .p-commitment__item:nth-of-type(3) .p-commitment__img-area::before {
    width: 87px;
    bottom: -76px;
    right: 0;
  }
  .p-commitment__item.-bottom {
    padding-top: 40px;
  }
  .p-commitment__item.-bottom::after, .p-commitment__item.-bottom::before {
    content: none;
  }
  .p-commitment__item.-bottom .p-commitment__text-head {
    margin-bottom: 24px;
  }
  .p-commitment__item.-bottom .p-commitment__text-head::before {
    background-image: url("/lp_media/new_lp/assets/images/common/deco_commitment04_sp.png");
  }
  .p-commitment__item.-bottom .list {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .p-commitment__item.-bottom .item {
    padding: 20px 16px 23px;
  }
  .p-commitment__item.-bottom .item:nth-of-type(2) {
    position: relative;
  }
  .p-commitment__item.-bottom .item:nth-of-type(2)::after, .p-commitment__item.-bottom .item:nth-of-type(2)::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-commitment__item.-bottom .item:nth-of-type(2)::before {
    aspect-ratio: 125/47;
    width: 125px;
    transform: rotate(20deg);
    background-image: url("/lp_media/new_lp/assets/images/common/deco_dog04.png");
    right: 38px;
    top: -20px;
  }
  .p-commitment__item.-bottom .item:nth-of-type(2)::after {
    aspect-ratio: 84/104;
    width: 84px;
    background-image: url("/lp_media/new_lp/assets/images/common/deco_dog05.png");
    bottom: -75px;
    left: 44px;
    z-index: 2;
  }
  .p-commitment__item.-bottom .item-title {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .p-commitment__text-head {
    gap: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  .p-commitment__text-head .title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.3;
  }
  .p-commitment__text-head .title .highlight {
    font-size: 26px;
    line-height: 1.3;
  }
  .p-commitment__text-head .catch {
    font-size: 20px;
    text-align: center;
  }
  .p-commitment__text-head::before {
    margin-top: 0;
    margin-bottom: 24px;
    aspect-ratio: 310/47;
  }
  .p-commitment__contents::before {
    width: 199px;
    top: -44px;
    left: -3px;
  }
  .p-commitment__contents {
    padding: 52px 0 56px;
  }
  .p-commitment__foot {
    margin-right: 0px;
    width: 100.2915451895%;
  }
  .p-commitment__foot-text {
    font-size: 18px;
    line-height: 2;
  }
  .p-commitment__foot-note {
    display: none;
  }
  .p-cta {
    padding: 104px 0 90px;
  }
  .p-cta__box:not(.-main)::before {
    content: "";
    position: absolute;
    top: 0;
    width: 80%;
    margin: 0 auto;
    height: 10px;
    background-color: #fbf8dd;
    z-index: 2;
  }
  .p-cta__box .deco {
    width: 10px;
    height: 10px;
  }
  .p-cta__box-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-cta__box-inner .p-cta__text-area {
    max-width: 275px;
    margin-right: auto;
    margin-bottom: 14px;
  }
  .p-cta__box-inner .p-cta__note-area {
    margin-bottom: 20px;
  }
  .p-cta__box.-main {
    padding: 59px 16px 50px 18px;
  }
  .p-cta__box.-main::before {
    background-image: url("/lp_media/new_lp/assets/images/common/deco_cta_sp.png");
    width: 88px;
    aspect-ratio: 88/93;
    left: 0;
    top: -90px;
  }
  .p-cta__box.-main .p-cta__title {
    top: -22px;
    max-width: 236px;
  }
  .p-cta__title {
    font-size: 20px;
  }
  .p-cta__bottom {
    margin-top: 60px;
  }
  .p-cta__bottom .p-cta__box.-left {
    padding: 6px 19px 50px 15px;
  }
  .p-cta__bottom .p-cta__box.-left .p-cta__text-area {
    max-width: 264px;
  }
  .p-cta__bottom .p-cta__box.-left .p-cta__note-area {
    margin-bottom: 20px;
  }
  .p-cta__bottom .p-cta__box.-right {
    display: flex;
    padding: 35px 19px 50px 20px;
    flex-direction: column;
  }
  .p-cta__bottom .p-cta__box.-right .p-cta__img-area {
    margin-bottom: 14px;
  }
  .p-cta__bottom .p-cta__box.-right .p-cta__text-area {
    margin-bottom: 20px;
  }
  .p-cta__bottom .p-cta__box.-right .p-cta__btn {
    margin-top: 20px;
  }
  .p-cta__note {
    font-size: 12px;
  }
  .p-cta__btn {
    gap: 5px;
  }
  .p-cta__btn.-main {
    gap: 5px;
  }
  .p-cta__btn.-main {
    padding: 16px 20px 16px 20px;
  }
  .p-cta__btn .text {
    font-size: 20px;
    margin: auto;
  }
  .p-cta .p-tab__list {
    gap: 3px;
    display: flex;
    align-items: flex-end;
  }
  .p-cta.-main {
    padding: 112px 0 92px;
  }
  .p-cta.-main .p-cta__bottom {
    margin-top: 68px;
    gap: 85px;
  }
  .p-cta.-main .p-cta__box.-left {
    padding: 62px 15px 52px 18px;
  }
  .p-cta.-main .p-cta__box.-left .p-cta__box-inner .p-cta__img-area {
    max-width: 279px;
    margin-bottom: 0;
    order: 1;
  }
  .p-cta.-main .p-cta__box.-left .p-cta__box-inner .p-cta__note-area {
    order: 3;
    margin-bottom: 20px;
  }
  .p-cta.-main .p-cta__box.-left .p-cta__box-inner .p-cta__text-area {
    margin-bottom: 11px;
    max-width: 283px;
    order: 2;
  }
  .p-cta.-main .p-cta__box.-left .p-cta__box-inner .p-cta__btn {
    order: 4;
  }
  .p-cta.-main .p-cta__box.-right {
    padding: 62px 13px 50px 15px;
  }
  .p-cta.-main .p-cta__box.-right .p-cta__title {
    max-width: 236px;
  }
  .p-cta.-main .p-cta__box.-right .p-cta__box-inner .p-cta__catch {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 26px;
  }
  .p-cta.-main .p-cta__box.-right .p-cta__box-inner .p-cta__img-list {
    max-width: 279px;
    margin-bottom: 39px;
  }
  .p-cta.-main .p-cta__box.-right .p-cta__box-inner .p-cta__img-area {
    max-width: 311px;
  }
  .p-cta.-main .p-cta__box.-right .p-cta__box-inner .p-cta__text-area {
    margin-bottom: 20px;
    max-width: 264px;
  }
  .p-cta.-main .p-cta__box.-right .p-cta__box-inner .p-cta__note-area {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .p-ctaBanner__contents {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    display: block;
  }
  .p-ctaBanner__btn {
    display: none;
  }
  .p-goods__contents {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .p-goods__box {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #8f8f8f;
  }
  .p-goods__box:not(:last-of-type) .p-goods__box-title {
    border-bottom: 1px solid #8f8f8f;
  }
  .p-goods__box:last-of-type .p-goods__box-item {
    border-top: 1px solid #8f8f8f;
  }
  .p-goods__box {
    flex-direction: column;
  }
  .p-goods__box-title {
    padding: 5px 5px 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }
  .p-goods__box-item {
    padding: 10px 15px;
  }
  .p-goods__box-list .item .title {
    min-width: 88px;
    font-size: 14px;
    line-height: 1.2;
    padding: 6px 10px;
  }
  .p-goods__box-list .item .content {
    font-size: 14px;
    line-height: 1.2;
    padding: 6px 20px;
  }
  .p-goods__cate {
    font-size: 12px;
    margin-bottom: 0;
  }
  .p-goods__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p-goods__img-area {
    width: 112px;
    margin-bottom: 24px;
  }
  .p-goods__info {
    gap: 9px;
  }
  .p-goods__info .title {
    font-size: 16px;
    padding: 6px 8px;
    min-width: 65px;
  }
  .p-goods__info .content {
    font-size: 16px;
  }
  .p-goods__note {
    margin-top: 16px;
    font-size: 12px;
  }
  .p-goodsTab__list {
    gap: 2px;
  }
  .p-goodsTab__item {
    font-size: 14px;
    padding: 20px 5px 13px;
  }
  .p-goodsTab__item.is-active::before {
    height: 4px;
  }
  .p-intro__top {
    -webkit-clip-path: ellipse(980px 100% at 50% 0%);
            clip-path: ellipse(980px 100% at 50% 0%);
    padding-top: 85px;
    padding-bottom: 76px;
  }
  .p-intro__top-box::after {
    width: 151px;
    bottom: -77px;
    aspect-ratio: 151/85;
  }
  .p-intro__top-img {
    width: 102.0408163265%;
    margin: auto;
  }
  .p-intro__catch {
    gap: 0;
    margin-bottom: 8px;
    font-size: 18px;
  }
  .p-intro__catch::after {
    aspect-ratio: 249/28;
    width: 249px;
  }
  .p-intro__title::before {
    height: 13px;
  }
  .p-intro__title {
    font-size: 24px;
    margin-bottom: 59px;
  }
  .p-intro__middle {
    margin-top: -155px;
    padding-top: 285px;
  }
  .p-intro__middle-catch::after {
    aspect-ratio: 202/21;
    width: 202px;
  }
  .p-intro__middle-catch {
    gap: 9px;
    margin-bottom: 26px;
  }
  .p-intro__middle-title {
    max-width: 295px;
    margin-top: 0;
  }
  .p-intro__middle-text {
    font-size: 18px;
    line-height: 2;
  }
  .p-intro__middle-img {
    position: relative;
    margin-top: 10px;
    min-width: 444px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-intro__bottom {
    padding: 101px 0 96px;
  }
  .p-intro__bottom-catch {
    margin-bottom: 28px;
    gap: 6px;
  }
  .p-intro__bottom-catch::after {
    aspect-ratio: 277/29;
    width: 277px;
  }
  .p-intro__bottom-title {
    margin-bottom: 37px;
  }
  .p-intro__bottom-title .sub {
    font-size: 18px;
  }
  .p-intro__bottom-title .text {
    font-size: 24px;
  }
  .p-intro__bottom-title .text::before {
    height: 13px;
  }
  .p-intro__bottom-title .text .num {
    font-size: 32px;
  }
  .p-intro__list {
    max-width: 220px;
    flex-direction: column;
    display: flex;
  }
  .p-modal {
    transition: opacity 300ms ease;
  }
  .p-modal[aria-hidden=true] {
    opacity: 0;
    pointer-events: none;
  }
  .p-modal {
    position: relative;
    z-index: 9999;
  }
  .p-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
  }
  .p-modal__container {
    background-color: #fff;
    max-width: 500px;
    max-height: 100%;
    position: relative;
    display: flex;
  }
  .p-modal__close {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 22px;
    right: 24px;
  }
  .p-modal__close::after, .p-modal__close::before {
    inset: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: #000;
    position: absolute;
  }
  .p-modal__close::after {
    transform: rotate(45deg);
  }
  .p-modal__close::before {
    transform: rotate(-45deg);
  }
  .p-modal__content {
    padding: 67px 37px 19px;
    overflow: auto;
  }
  .p-mv__title {
    right: -16px;
    max-width: 338px;
    top: 0;
  }
  .p-mv__banner {
    max-width: 227px;
    bottom: 86px;
  }
  .p-overview {
    padding: 80px 0 125px;
    position: relative;
  }
  .p-overview::after {
    content: "";
    position: absolute;
    background: url("/lp_media/new_lp/assets/images/common/img_overview02.png") no-repeat;
    background-size: contain;
    width: 200px;
    height: 166px;
    bottom: -61px;
    right: -46px;
  }
  .p-overview__catch {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .p-overview__title::before {
    content: none;
  }
  .p-overview__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .p-overview__title .under {
    position: relative;
    z-index: 2;
  }
  .p-overview__title .under::before {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 0px;
    left: -10px;
    right: 0;
    margin: auto;
    height: 13px;
    width: 100%;
    background: repeating-linear-gradient(-75deg, transparent 0px, transparent 5px, #ffded1 5px, #ffded1 10px);
  }
  .p-overview__title .num {
    font-size: 28px;
  }
  .p-overview__img {
    max-width: 305px;
    padding-bottom: 29px;
  }
  .p-overview__bottom {
    border-radius: 16px;
    border: 1px solid #705b52;
    background-color: #fff;
    padding: 8px 13px 22px 16px;
  }
  .p-overview__bottom-title {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #705b52;
    font-size: 18px;
  }
  .p-overview__bottom-title::after {
    content: "";
    display: inline-block;
    background-image: url("/lp_media/new_lp/assets/images/common/img_overview03_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 112px;
    aspect-ratio: 112/78;
  }
  .p-overview__list {
    display: flex;
    flex-direction: column;
  }
  .p-overview__item {
    display: flex;
    gap: 6px;
    flex-direction: row;
  }
  .p-overview__item:nth-of-type(2) .highlight {
    font-size: 22px;
  }
  .p-overview__item:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px dashed #000;
    padding-bottom: 9px;
    margin-bottom: 9px;
  }
  .p-overview__item .text {
    margin-bottom: 0;
    gap: 3px;
    font-family: "Zen Maru Gothic", sans-serif;
    min-width: 205px;
  }
  .p-overview__item .highlight {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-product {
    padding: 59px 0 66px;
  }
  .p-product__catch {
    gap: 6px;
    margin-bottom: 18px;
    font-size: 18px;
  }
  .p-product__title {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .p-reason {
    padding: 80px 0 0;
  }
  .p-reason::before {
    aspect-ratio: 1/1;
    width: 193px;
    top: -43px;
    left: -63px;
  }
  .p-reason::after {
    content: none;
  }
  .p-reason__catch {
    gap: 7px;
    margin-bottom: 16px;
    font-size: 18px;
  }
  .p-reason__catch::after {
    width: 170px;
    aspect-ratio: 170/18;
  }
  .p-reason__title::before {
    width: 258px;
    height: 13px;
    bottom: 0;
    left: -6px;
  }
  .p-reason__title {
    font-size: 24px;
    margin-bottom: 34px;
  }
  .p-reason__message {
    font-size: 34px;
    line-height: 0.9;
  }
  .p-reason__message .num {
    font-size: 74px;
    line-height: 0.9;
  }
  .p-reason__message .note {
    text-align: right;
    font-size: 12px;
    display: block;
  }
  .p-reason__bottom {
    min-width: 414px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-tab__panel {
    display: none;
  }
}

@media screen and (max-width:767px) and (max-width:767px){
  .c-accordion__title::after, .c-accordion__title::before {
    right: 16px;
  }
}

@media (hover: hover) and (pointer: fine){
  .p-cta__btn:hover {
    color: #705b52;
    background-color: #ffded1;
    border-color: #705b52;
  }
  .p-cta__btn:hover .circle {
    background-color: #705b52;
  }
  .p-cta__btn:hover .arrow::after,
.p-cta__btn:hover .arrow::before {
    background-color: #ffded1;
  }
  .p-cta__btn.-main:hover {
    color: #e85456;
    background-color: #f9f7b8;
    border-color: #e85456;
  }
  .p-cta__btn.-main:hover .circle {
    background-color: #e85456;
  }
  .p-cta__btn.-main:hover .arrow::after,
.p-cta__btn.-main:hover .arrow::before {
    background-color: #ffded1;
  }
  .p-ctaBanner__btn:hover .p-ctaBanner__btn-box::after {
    opacity: 1;
  }
}
.l-contents {
  background: white !important;
}

.p-lp {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 32px);
  padding-top: 40px;
}

.p-lp.c-contents {
  width: 100%;
}
   .custom-radio .radio-group {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.custom-radio .radio-container {
    display: flex;
    align-items: center;
}

.custom-radio .radio-container input[type="radio"] {
    display: none;
}

.custom-radio .radio-container label {
    display: inline-block;
    padding: 15px 100px;
    border: 2px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    font-size: 20px;
}

.custom-radio .radio-container input[type="radio"]:checked + label {
    background-color: #4CAF50;
    color: white;
    border-color: #4CAF50;
}


/* Amazon Payボタン置き場の安定化（HTML変更なし） */
#amazon_pay_button_v2{
  display: block;       /* ベースラインの影響を受けない */
  min-height: 56px;     /* 想定高さを先取り（48〜56px想定） */
  line-height: 0;       /* 余計な行間ゼロ */
  vertical-align: top;  /* 念のため（inline化されたときの保険） */
}

/* 親がflexでcenter/baselineのときの保険 */
#amazon_pay_button_v2{
  align-self: flex-start;  /* flex親でも上下のブレを抑える */
}


/* --- スマホ時のボタンを大きく --- */
@media (max-width: 768px) {
  #amazon_pay_button_v2 {
    min-height: 64px;   /* 高さを大きめに */
    transform: scale(1.15); /* 全体を拡大 */
    transform-origin: center; /* 拡大の基点を中央に */
  }
}

@media only screen and (max-width: 768px) {
    .custom-radio .radio-group {
        flex-direction: column;
        align-items: stretch;
    }

    .custom-radio .radio-container {
        width: 100%; 
        margin-right: 0;
    }

    .custom-radio .radio-container label {
        padding: 10px 0;
        font-size: 16px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}