@charset "UTF-8";
.futura-500 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.futura-600 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.futura-600 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.din-400 {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-600 {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.din-700 {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-800 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.u-wrapper {
  max-width: 100rem;
  margin: auto;
}

.u-wrapper2 {
  max-width: 100rem;
  margin: auto;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

/* margin-top */
.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.nowrap {
  white-space: nowrap;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-center {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .nowrap_pc {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .font46_sp {
    font-size: 4.6rem !important;
  }

  .font16_sp {
    font-size: 1.6rem !important;
  }

  .font24_sp {
    font-size: 2.4rem !important;
  }

  .font36_sp {
    font-size: 3.6rem !important;
  }

  .nowrap_sp {
    white-space: nowrap !important;
  }

  .mb-0_sp {
    margin-bottom: 0rem !important;
  }

  .mb-1_sp {
    margin-bottom: 1rem !important;
  }

  .mb-3_sp {
    margin-bottom: 3rem !important;
  }

  .mb-4_sp {
    margin-bottom: 4rem !important;
  }

  .mb-5_sp {
    margin-bottom: 5rem !important;
  }

  .mb-6_sp {
    margin-bottom: 6rem !important;
  }

  .mb-7_sp {
    margin-bottom: 7rem !important;
  }

  .mb-8_sp {
    margin-bottom: 8rem !important;
  }

  .mt-0_sp {
    margin-top: 0rem !important;
  }
  .mt-2_sp {
    margin-top: 2rem !important;
  }
  .mt-4_sp {
    margin-top: 4rem !important;
  }

  .sp-block {
    display: block !important;
  }
}
/*タブ切り替え全体のスタイル*/
/* select **/
.nice-select {
  min-width: 14rem;
  border: none;
}

.nice-select .option {
  min-width: 14rem;
  padding: 0rem 1.6rem;
  line-height: 4rem;
  height: 4rem;
  position: relative;
}
.nice-select .option::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 85%;
  border-bottom: 1px dashed #707070;
}
.nice-select .option:last-child {
  border-bottom: 0;
}
.nice-select .option:last-child::after {
  display: none;
}

/* autoprefixer grid: autoplace */
/* A Modern CSS Reset */
html {
  font-size: 0.7320644217vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  background-color: #f0f0ed;
  min-height: 100vh;
  color: #212121;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.red {
  color: #F3046C;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

video {
  max-width: 100%;
}

.serif {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
}

.wrapper {
  max-width: 100rem;
  margin: auto;
}

.header {
  position: absolute;
  top: 0;
  padding: 4rem;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 2.3rem 1.4rem 0;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: 17.6rem;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 11.6rem;
  }
}
.header__hmbg {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #212121;
  margin-left: 0rem;
  padding: 1.67rem 0 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .header__hmbg {
    padding-top: 1.47rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
.header__hmbg span {
  width: 1.7rem;
  height: 2px;
  margin: auto;
  margin-bottom: 0.5rem;
  display: block;
  border-bottom: 2px solid #fff;
  border-radius: 4px;
  transition: 0.3s;
}
.header__hmbg span:first-child {
  width: 2.2rem;
}
.header__hmbg span:nth-child(2) {
  transform: translate(0.7rem, 0);
}
.header__hmbg span:nth-child(3) {
  transform: translate(0.2rem, 0);
}
.header__cta {
  animation: none !important;
  margin-right: 1.5rem;
  position: relative;
  z-index: 22;
}
@media screen and (max-width: 768px) {
  .header__cta {
    margin-right: 1.3rem;
  }
}
.header__cta .button--bubble__container {
  top: 0 !important;
}
.header__cta .button--bubble__effect-container .circle {
  background: #F3046C !important;
}
.header__cta a.button, .header__cta span.button {
  width: 15.6rem;
  height: 5rem;
  background-color: #F3046C !important;
  color: #fff;
  z-index: 99;
  display: flex;
  justify-content: center;
  border-radius: 30px;
  align-items: center;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__cta a.button, .header__cta span.button {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
.header__cta--login {
  /* display: none !important; */
}
.header__cta--login.is-active {
  display: block !important;
}
}
.header__cta--login a.button, .header__cta--login span.button {
  border: solid 2px #F3046C !important;
  background-color: #fff !important;
}
/* @media screen and (max-width: 768px) {
  .header__cta--login a.button, .header__cta--login span.button {
    border: none !important;
    background: transparent !important;
  }
} */
@media screen and (max-width: 768px) {
  .header__cta--login a.button, .header__cta--login span.button {
    border: 0 !important;
  }
  .header__cta--login .icon {
    display: none !important;
  }
  .header__cta--login .button--bubble__effect-container {
    display: none !important;
  }
}
.header__cta--login span.button {
  background: #F3046C !important;
}
@media screen and (max-width: 768px) {
  .header__cta--login span.button {
    display: none !important;
  }
}
.header__cta .txt-login {
  width: 6.4rem !important;
}
.header__cta .txt-mypage {
  width: 8.2rem !important;
}

/* .header__cta--login .t2 {
  width: 7.4rem !important;
} */
@media screen and (max-width: 768px) {
  .btn-mypage {
    margin-right: 1rem;
  }
  .header__cta--login a.button, .header__cta--login span.button {
    border: none;
    background-color: transparent;
    width: 10rem;
    margin-right: 0;
  }
}
.header__cta img {
  margin: 0 0.24rem;
}
.header__cta .t {
  width: 5.6rem;
}
@media screen and (max-width: 768px) {
  .header__cta .t {
    display: none;
  }
}
.header__cta .icon {
  width: 2.6rem;
}
.header__cta .num {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  height: 2.1rem;
  width: 2.1rem;
  color: #212121;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 2.1rem;
  position: absolute;
  top: 0.6rem;
  right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .header__cta .num {
    font-size: 1rem;
    line-height: 1.7rem;
    width: 1.7rem;
    height: 1.7rem;
    top: -0.6rem;
    right: -0.6rem;
  }
}
.header__cta:hover {
  opacity: 0.7;
}
.header__menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translate(100%, 0);
  background: #FFEBB5;
}
.header__menu.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.header__menu-inner {
  padding: 12.5rem 9rem 0 5rem;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__menu {
    overflow: auto;
    padding-bottom: 4.5rem;
  }
  .header__menu-inner {
    width: 100%;
    flex-direction: column-reverse;
    padding: 10rem 1.8rem 0 1.8rem;
    justify-content: flex-end;
  }
}
.header__menu-right {
  margin-left: 8rem;
}
@media screen and (max-width: 768px) {
  .header__menu-right {
    margin: 0;
    margin-bottom: 2.4rem;
  }
}
.header__menu-bottom {
  margin-top: 6rem;
  padding-left: 42.5rem;
  padding-right: 13rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__menu-bottom {
    align-items: flex-start;
    margin: 2rem 0 0;
    padding: 2rem 1.8rem 0;
    border-top: 1px solid #CCB77D;
  }
}
@media screen and (max-width: 768px) {
  .header__menu-bottom-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.header__menu-bottom-link {
  margin-left: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .header__menu-bottom-link {
    font-size: 1rem;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .header__menu-bottom-instagram {
    width: 3.94rem;
  }
}
.header__menu-info .common-info__title {
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .header__menu-info .common-info__title {
    font-size: 1.4rem;
    margin: 2rem 0 1rem;
  }
}
.header__menu-info .common-info__address {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .header__menu-info .common-info__address {
    font-size: 1.2rem;
  }
}
.header__menu-info .common-info__logo img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header__menu-info .common-info__logo img {
    width: 12.6rem;
    display: block;
  }
}
.header__menu-info .common-info__button {
  margin: 4rem auto;
}
@media screen and (max-width: 768px) {
  .header__menu-info .common-info__button {
    margin-top: 2rem;
  }
}
.header__menu-links-wrap {
  display: flex;
  counter-reset: headermenu;
}
@media screen and (max-width: 768px) {
  .header__menu-links-wrap {
    justify-content: space-between;
  }
}
.header__menu-links {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .header__menu-links {
    max-width: 16rem;
  }
}
.header__menu-link {
  counter-increment: headermenu;
  width: 35rem;
  height: 9rem;
  display: flex;
  align-items: center;
  border-top: 1px solid;
  padding: 0 2rem;
  margin: 0 4rem;
  font-size: 1.4rem;
  position: relative;
}
.header__menu-link.is-active {
  color: #F3046C;
}
@media screen and (max-width: 768px) {
  .header__menu-link {
    display: block;
    width: 100%;
    height: 6.4rem;
    margin-left: 0;
    padding: 0;
    padding-left: 2rem;
    padding-top: 1rem;
    font-size: 1rem;
  }
}
.header__menu-link::before {
  content: "0" counter(headermenu);
  position: absolute;
  left: -3rem;
  top: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  transform: translateY(-50%);
}
.header__menu-link--no10::before {
  content: counter(headermenu);
}
@media screen and (max-width: 768px) {
  .header__menu-link::before {
    left: 0;
    background: #FFEBB5;
    padding-right: 0.5rem;
  }
}
.header__menu-link .rubi {
  font-size: 2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-right: 3.2rem;
  margin-right: 1.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header__menu-link .rubi {
    display: block;
    font-size: 1.6rem;
    white-space: nowrap;
    margin-right: 2.5rem;
  }
}

.hmbgr {
  position: relative;
}
.hmbgr.is-active span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 0.7rem;
  width: 3rem;
}
.hmbgr.is-active span:nth-child(2) {
  opacity: 0;
}
.hmbgr.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -0.6rem;
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .hmbgr.is-active span:nth-child(3) {
    width: 3rem;
    top: -0.7rem;
  }
}

.section-title {
  position: relative;
  z-index: 2;
}
.section-title--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 2.4rem;
  }
}
.section-title .main {
  font-size: 4.4rem;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .section-title .main {
    font-size: 2.4rem;
  }
}
.section-title .sub {
  font-size: 2.4rem;
  font-family: ab-kirigirisu, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.1em;
  color: #F3046C;
  font-size: 1.6rem;
}
.section-title .sub img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .section-title .sub {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.c-form {
  max-width: 100rem;
  /* margin: 10rem auto 0; */
  background: #fff;
  border-radius: 20px;
  /* box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16); */
  padding: 6.5rem 0 10rem;
}
.confirm-text {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-form {
    padding: 6rem 1.5rem 4rem;
    margin-top: 0;
  }
}

.is-error {
  border: solid 1px  #F3046C !important;
}

.form-error-text {
  position: relative;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_16496%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2016496%22%20transform%3D%22translate(-428%20-913)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_80%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2080%22%20cx%3D%229.5%22%20cy%3D%229.5%22%20r%3D%229.5%22%20transform%3D%22translate(428%20913)%22%20fill%3D%22%23f3046c%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_29453%22%20data-name%3D%22%E3%83%91%E3%82%B9%2029453%22%20d%3D%22M2.128-3.76H3.36l.256-6.4.064-1.888H1.824l.048%2C1.888ZM2.736.208a1.228%2C1.228%2C0%2C0%2C0%2C1.248-1.28A1.255%2C1.255%2C0%2C0%2C0%2C2.736-2.384%2C1.24%2C1.24%2C0%2C0%2C0%2C1.52-1.072%2C1.212%2C1.212%2C0%2C0%2C0%2C2.736.208Z%22%20transform%3D%22translate(434.748%20928.42)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: contain;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 3rem;
  margin: 1rem 0 2rem;
  color: #F3046C;
  font-size: 1.4rem;
}
.forms {
  max-width: 85rem;
  margin: auto;
}

.tel-box {
  padding: 3rem;
  border: solid 1px #cccccc;
  max-width: 85rem;
  margin: auto;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .tel-box {
    margin-bottom: 3rem;
  }
  .form-error-text {
    padding-left: 2.5rem;
    font-size: 1.2rem;
  }
}
.tel-box__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
.tel-box__title svg {
  width: 2.1rem;
}
.tel-box__text {
  text-align: center;
}

.c-more-link {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.c-more-link img {
  display: inline-block;
  margin-right: 1rem;
}

.c-form__items {
  margin: auto;
}

.c-form__item {
  font-weight: bold;
  margin-bottom: 4rem;
}

.c-form__item--harf {
  max-width: 58rem;
}

@media screen and (max-width: 750px) {
  .c-form__item {
    margin-bottom: 3rem;
  }
}
.c-form__item-name {
  margin-bottom: 1.5rem;
}

.c-form__item-name span {
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .c-form__item-name span {
    vertical-align: baseline;
    letter-spacing: 0;
  }
}
.c-form__item-name::before {
  content: "任意";
  background-color: #a9a9a9;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  border-radius: 3px;
  display: inline-block;
  margin-right: 0.9rem;
}

.c-form__item-name.require::before {
  content: "必須";
  background-color: #F3046C;
  color: #fff;
  padding: 0 0.5rem;
  border-radius: 3px;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: -0.3rem;
}
.c-form__item-name.non::before {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .c-form__item-name.require::before {
    font-size: 1.2rem;
  }
}
.c-form__item-input input,
.c-form__item-input select {
  border: solid 1px #cccccc;
  width: 44rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}
.c-form__item-input input[type="radio"] {
  width: auto;
  margin-right: .5rem;
}

.c-form__item-input .age {
  width: 16.5rem !important;
}

.c-form__item-input .sai {
  margin: 0 1rem;
}
.c-form__item-input input[type=email],
.c-form__item-input input[type=mail],
.c-form__item-input input[type=number],
.c-form__item-input input[type=password],
.c-form__item-input input[type=text] {
  width: 44rem;
  border-radius: 3px;
  font-weight: normal;
  padding: 1.2rem 1.8rem;
}
.c-form__item-input input[type=number] {
  width: 12rem;
}
.label-num + .label-num {
  margin-left: 2rem;
}
.label-num input[type=number] {
  margin-right: .5rem;
}
.delivery_date,.delivery_time {
  width: auto !important;
}
.security-code {
  width: 21.2rem !important;
}
.form-title {
  font-size: 2.4rem;
  margin-bottom: 4.2rem;
  font-weight: bold;
}
.form-text {
  font-weight: 500;
  margin-bottom: 1rem;
}
.security-code-image {
  margin: 3rem 0;
  width: 21.2rem;
}
.form-caution {
  font-size: 1.4rem;
}

.credit-card-types {
  display: inline;
  vertical-align: middle;
  margin: 0 0 0 1rem;width: 13.4rem;
}
@media screen and (max-width: 750px) {
  .credit-card-types {
    margin: 1rem 0 0;
  }
  .c-form__item-input input[type=email],
  .c-form__item-input input[type=mail],
  .c-form__item-input input[type=number],
  .c-form__item-input input[type=password],
  .c-form__item-input input[type=text] {
    padding: 1.15rem;
    width: 100%;
  }
}
.c-form__item-input input[type=tel] {
  font-weight: normal;
  padding: 1.2rem 1.8rem;
  border-radius: 2;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .c-form__item-input input[type=tel] {
    padding: 1.15rem;
  }
}
.c-form__item-input select {
  font-weight: normal;
  border-radius: 2px;
  width: 44rem;
  padding: 1.4rem 1.8rem;
}

@media screen and (max-width: 750px) {
  .c-form__item-input select {
    padding: 1.15rem;
  }
}
@media screen and (max-width: 750px) {
  .c-form__item-input input[type=text], .c-form__item-input input[type=mail],.c-form__item-input input[type=email], .c-form__item-input select {
    padding: 1.15rem;
    width: 100%;
  }
}
.c-form__item-input textarea {
  border: solid 1px #cccccc;
  border-radius: 2px;
  font-weight: normal;
  width: 100%;
  height: 24rem;
  padding: 1.4rem 1.8rem;
}

@media screen and (max-width: 750px) {
  .c-form__item-input textarea {
    padding: 1.15rem;
  }
}
.c-form__item-input .selectboxs {
  display: flex;
  justify-content: space-between;
  max-width: 50rem;
}

.c-form__item-input .selectboxs select {
  border-radius: 2px;
  width: 100%;
  font-weight: normal;
}

.c-form__item-input .selectboxs .year {
  flex: 0 0 42%;
  max-width: 42%;
}

.c-form__item-input .selectboxs .month {
  flex: 0 0 24%;
  max-width: 24%;
}

.c-form__item-input .selectboxs .day {
  flex: 0 0 24%;
  max-width: 24%;
}

.c-form__item-input .tels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 49.5rem;
}

.c-form__item-input .tel {
  flex: 0 0 32.5%;
}

@media screen and (max-width: 750px) {
  .label-num input[type=number] {
    width: 10rem !important;
  }
  .c-form__item-input .tel {
    flex: 0 0 26.5%;
  }
}
.c-form__item-input .tel-separate {
  flex: 0 0 9%;
  font-size: 2.7rem;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .c-form__item-input .tel-separate {
    font-size: 1.7rem;
  }
}
.c-form__item-input .address {
  width: 100%;
}

.c-form__item-input .address input {
  width: 100%;
}

.c-form .form_error_wrap {
  color: #d00000;
  font-weight: normal;
}

.c-form__terms {
  border: solid 1px;
  font-size: 1.6rem;
  padding: 1.8rem 1.5rem;
  max-height: 20rem;
  overflow: scroll;
  margin-bottom: 2.8rem;
  margin-top: 6.7rem;
}

@media screen and (max-width: 750px) {
  .c-form__terms {
    max-height: 31rem;
    margin-top: 1.5rem;
    font-size: 1.2rem;
    padding: 1.7rem 1.9rem;
  }
}
.c-form__terms-check {
  position: relative;
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 750px) {
  .c-form__terms-check {
    margin-bottom: 2.5rem;
  }
}
.c-form__terms-check-label {
  text-align: center;
  width: 100%;
  display: block;
  padding: 2.15rem;
  border-radius: 17px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  border: solid 1px #cccccc;
}

@media screen and (max-width: 750px) {
  .c-form__terms-check-label {
    padding: 1.15rem;
    border-radius: 9px;
    font-size: 1.2rem;
  }
}
.c-form__terms-check-label input {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem;
  display: inline-block;
  transform: translate(0, 4px);
}

@media screen and (max-width: 750px) {
  .c-form__terms-check-label input {
    margin: 0 1rem 0 3rem;
  }
}
.c-form__terms-check-label::before {
  position: absolute;
  left: 2.6rem;
  content: "必須";
  background-color: #d00000;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 0.9rem;
}

@media screen and (max-width: 750px) {
  .c-form__terms-check-label::before {
    left: 1.2rem;
    font-size: 1.2rem;
  }
}
.c-form__terms-text {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5.6rem;
}

.is-confirm .confirm-el {
  display: flex;
}

.is-confirm .js-submit-button {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .is-confirm .confirm-el {
    display: block;
  }

  .is-confirm .js-submit-button {
    width: 100%;
  }

  .c-form__terms-text {
    line-height: 2rem;
    font-size: 1.2rem;
    margin: 2.8rem 1rem 3.5rem;
  }
}
.c-form__button {
  margin-top: 5rem;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.c-form .pref,
.c-form .zipcode {
  width: 28rem !important;
}
.c-form .search-address {
  width: 14rem;
  padding: 1.2rem;
  border-radius: 3px;
  font-weight: 500;
  margin: 0 0 0 2rem;
  display: inline-block;
  border: solid 1px #CCCCCC;
  text-align: center;
  background: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .c-form__button {
    margin-top: 4rem;
  }
}

.c-form__button button {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: auto;
  font-size: 1.6rem;
  color: #fff;
  border: 0;
  padding: 2.5rem;
  background: #34695F;
  width: 24rem;
  margin: 1rem auto;
  border: solid 1px #fff;
}

.c-form__button .buttons {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 60%;
}


@media screen and (max-width: 750px) {
  .c-form__button button svg {
    width: 3.7rem;
    margin-left: 1rem;
  }
}
.c-form__button button.is-back {
  background: #928989;
}

@media screen and (max-width: 750px) {
  .c-form__button button {
    width: 90%;
    font-size: 1.4rem;
    padding: 2rem;
    justify-content: space-around;
    margin: 1.5rem auto;
  }

  .c-form__button .buttons {
    display: block;
    width: 100%;
  }

  .c-form__button .buttons > * {
    margin-top: 1rem;
  }
}
.c-form__text {
  text-align: center;
}

.c-form .caution {
  font-size: 1.2rem;
  color: #F3046C;
  margin-left: 1rem;
}

.footer {
  background-color: #f0f0ed;
  position: relative;
}
.footer a {
  transition: 0.3s;
}
.footer a:hover {
  opacity: 0.6;
}
.footer__copyright {
  background-color: #f0f0ed;
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 1.8rem;
  position: relative;z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
  }
}
.footer__inner {
  font-size: 1.4rem;
  padding: 0.5rem;
  background: url("../images/common/footer-bg.png");
  background-size: 100% 100%;
  max-width: 126.6rem;
  height: 42.1rem;
  margin: auto;
  padding: 8.7rem 13.3rem 7.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    background-image: url("../images/common/footer-bg_sp.png");
    padding: 3rem 3.75rem;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 51.2rem;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 1.8rem;
  }
}
.footer__logo img {
  width: 16.2rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 11rem;
  }
}
.footer__row {
  display: flex;
  gap: 6.4rem;
}
@media screen and (max-width: 768px) {
  .footer__row {
    display: block;
  }
}
.footer__address {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.footer__left {
}
.footer__right {
  flex: 0 0 69.7rem;
  max-width: 69.7rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__right {
    max-width: 100%;
    display: block;
    margin-bottom: 3rem;
  }
}
.footer__links1 {
	flex: 1 0 60%;
    max-width: 71%;
    gap: 5rem;
    display: flex;
}
@media screen and (max-width: 768px) {
  .footer__links1 {
    max-width: 100%;
    flex-wrap: wrap;
	gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__links {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 1rem;
  }
  .footer__links:nth-child(1) {
    order: 1;
  }
  .footer__links:nth-child(2) {
    order: 3;
  }
  .footer__links:nth-child(3) {
    order: 2;
  }
  .footer__links:nth-child(4) {
    order: 4;
  }
}
.footer__links2 {
  flex: 1 0 40%;
  max-width: 40%;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  margin-right: auto;
}
.footer__links2 > :first-child {
  flex: 0 0 38%;
  max-width: 54%;
}
.footer .footer-link {
  /* width: 20rem; */
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-link {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    width: auto;
  }
}
.footer .footer-link--sub {
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-link--sub {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
}
.footer__bottom {
  border-top: 1px solid;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    margin-top: 0;
    padding-top: 3rem;
    display: block;
  }
}
.footer__bottom-link {
  margin-right: 3.5rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .footer__bottom-link {
    font-size: 1.2rem;
    margin-right: 1rem;
  }
}
.footer__bottom-link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__bottom-instagram img {
    margin: 0 0 0.6rem;
    width: 11rem;
  }
}
.footer__scroll {
  position: absolute;
  right: 10rem;
  bottom: 6.5rem;
  writing-mode: vertical-lr;
  color: #333333;
  font-weight: bold;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 1.4rem;
  transform: translateY(-100%);
  padding-bottom: 1rem;
  z-index: 11;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .footer__scroll {
    top: 16rem;
    bottom: auto;
    right: 3.2rem;
    font-size: 1rem;
  }
}
.footer__scroll > div {
  display: block;
  padding-top: 6rem;
}
.footer__scroll span {
  width: 2px;
  height: 4.4rem;
  background: #333333;
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .footer__scroll span {
    width: 1px;
  }
}
.footer__scroll span::before {
  content: "";
  position: absolute;
  left: -2.5px;
  bottom: 0;
  animation: moveBar2 cubic-bezier(0.645, 0.045, 0.355, 1) 2s infinite;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #F3046C;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .footer__scroll span::before {
    left: -3.2px;
  }
}
@keyframes moveBar2 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-4.4rem);
  }
}

/***
パンクズ
*/
ul.c-breadcrumbs {
  font-size: 1.2rem;
  display: flex;
  margin-bottom: 2.15rem;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  ul.c-breadcrumbs {
    font-size: 0.8rem;
    margin-bottom: 3.5rem;
  }
}
ul.c-breadcrumbs li a {
  color: #F3046C;
  display: inline-block;
  border-bottom: 1px solid;
}
ul.c-breadcrumbs li:nth-child(n+2)::before {
  content: ">";
  margin: 0 0.5rem;
}
@media screen and (max-width: 768px) {
ul.c-breadcrumbs li{
  max-width: 13.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
}

/***
pager */
.wp-pagenavi {
  display: table;
  margin: auto;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  margin: 0 1rem;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #9a9a9a;
  color: #fff;
  font-size: 2.4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
.wp-pagenavi span {
    font-size: 1.4rem;
    width: 3.7rem;
    height: 3.7rem;
    line-height: 3.7rem;
    margin: 0 .5rem;
  }
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  background-color: #F3046C;
}

a.previouspostslink,
a.nextpostslink,
span.previouspostslink,
span.nextpostslink {
  background-color: #212121;
}

.wp-pagenavi span.current {
  background-color: #F3046C;
}



.header__ctas {
  display: flex;
  position: fixed;
  right: 1.25rem;
  top: 4.3rem;
  z-index: 99;
}
@media screen and (max-width: 768px) {
.header__ctas {
  right: 1.8rem;
  top: 2.1rem;
}
}

/****/
.c-btn.a-bubble-btn {
  animation: none !important;
}
.c-btn.a-bubble-btn .button {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 24rem;
  height: 5rem;
  padding: 0;
  margin: 0;
}
.c-btn.a-bubble-btn .button--primary {
  background: #F3046C;
}
.c-btn.a-bubble-btn .button--primary:hover {
  background: #F3046C !important;
  border: none;
}
.c-btn.a-bubble-btn .button--secondary {
  background: #FFEBB5;
}
.c-btn.a-bubble-btn .button--secondary:hover {
  background: #FFEBB5 !important;
  border: none;
}
.c-btn.a-bubble-btn .button--grey {
  background: grey;
}
.c-btn.a-bubble-btn .button--grey:hover {
  background: grey !important;
}
.c-btn.a-bubble-btn .button .txt {
  width: auto;
}
.c-btn.a-bubble-btn .button--bubble__effect-container.primary .circle, .c-btn.a-bubble-btn .button--bubble__effect-container.primary .effect-button {
  background: #F3046C !important;
}
.c-btn.a-bubble-btn .button--bubble__effect-container.secondary .circle, .c-btn.a-bubble-btn .button--bubble__effect-container.secondary .effect-button {
  background: #FFEBB5 !important;
}
.c-btn.a-bubble-btn .button--bubble__effect-container.grey .circle, .c-btn.a-bubble-btn .button--bubble__effect-container.grey .effect-button {
  background: grey !important;
}
.c-btn.a-bubble-btn .button--bubble:hover + .button--bubble__effect-container .circle {
  background: #34695F;
}
.c-btn.a-bubble-btn .button--bubble:hover + .button--bubble__effect-container .button {
  background: #34695F;
}
.c-btn.a-bubble-btn .button--grey:hover  + .button--bubble__effect-container .button{
  background: grey !important;
}

/****/
.footer .circle-logo-wrap {
  position: absolute;
  right: 0;
  top: -22rem;
  z-index: -1;
  overflow: hidden;
}
.footer .circle-logo {
  position: relative;
  right: -5rem;
}

.cart {
  padding-top: 10rem;
}
.cart__item {
  display: flex;
}
.cart__item + .cart__item {
  margin-top: 4rem;
}
.cart__item-content {
  margin-left: 3rem;
  display: flex;
  justify-content: space-between;
  flex: 0 0 79rem;
  max-width: 79rem;
}
.cart__item-link {
  display: flex;
}
.cart__item-title {
  font-size: 2rem;
  line-height: 3.5rem;
  margin-bottom: 2.4rem;
}
.cart__item-body {
  display: block;
  flex: 0 0 51rem;
  max-width: 51rem;
  width: 51rem;
  padding-right: 8rem;
  margin-left: 3rem;
  border-bottom: 1px dashed #707070;
}
.cart__item-body .cart__item-price {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .cart__item-body .cart__item-price {
    font-size: 1rem;
    margin-left: 0;
  }
}
.cart__item-body .cart__item-price span {
  font-size: 2.4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .cart__item-body .cart__item-price span {
    font-size: 2.4rem;
    margin-right: 0.5rem;
  }
}
.cart__item-visual {
  width: 18rem;
  flex: 0 0 18rem;
}
.cart__item-visual img {
  width: 18rem;
  height: 16rem;
  object-fit: cover;
  border-radius: 5px;
  margin: 0;
}
.cart__item-control {
  width: 13.5rem;
  max-width: 13.5rem;
  border-bottom: 1px dashed #707070;
}
.cart__item-control .nice-select {
  text-align: right !important;
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  border: solid 1px #707070;
  height: 5rem;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .cart__item-control .nice-select {
    width: 13rem;
  }
}
.cart__item-control .nice-select::before {
  content: "数量";
  font-size: 1.6rem;
}
.cart__item-price {
  font-size: 1.4rem;
}
.cart__item-price-wrap {
  text-align: right;
  width: 17.5rem;
  border-bottom: 1px dashed #707070;
}
@media screen and (max-width: 768px) {
  .cart__item-price {
    font-size: 1rem;
    margin-left: 0;
  }
}
.cart__item-price span {
  font-size: 2.8rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .cart__item-price span {
    font-size: 2.4rem;
    margin-right: 0.5rem;
  }
}
.cart__item-delete {
  text-align: right;
  display: block;
  margin-top: 6.4rem;
  text-decoration: underline;
}
.cart__detail-box {
  max-width: 35rem;
  margin-left: auto;
  margin-top: 4.8rem;
}
.cart__detail-box .c-btn {
  text-align: right;
}
.cart__details {
  margin-bottom: 4.7rem;
}
.cart__detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
  align-items: center;
}
.cart__detail-value span {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
.cart__detail-total {
  margin-top: 4.7rem;
  padding-top: 4.7rem;
  border-top: 1px dashed #707070;
  display: flex;
  justify-content: space-between;
}
.cart__detail-total-name {
  font-size: 2rem;
  font-weight: bold;
}
.cart__detail-total-value span {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .cart {
    padding-top: 0;
  }
  .cart__item-visual img {
    width: 8rem;
    height: 8.2rem;
  }
  .cart__item-visual {
    width: 8rem;
    flex: 0 0 8rem;
    margin-bottom: 3rem;
  }
  .cart__item {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px dashed #707070;
  }
  .cart__item + .cart__item {
    margin-top: 0;
  }
  .cart__item-title {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: .8rem;
  }
  .cart__item-content {
    margin-left: 1rem;
  }
  .cart__item-body {
    margin-left: 1rem;
    flex: 0 0 24rem;
    max-width: 24rem;
    padding: 0;
    border-bottom: 0;
  }
  .cart__item-body .cart__item-price span {
    font-size: 2rem;
  }
  .cart__item-control {
    border-bottom: 0;
  }
  .cart__item-visual {
  }
  .cart__item-link {
    flex-wrap: wrap;
  }
  .cart__item-control .nice-select {
    font-size: 1.4rem;
  }
  .cart__item-control .current {
    font-size: 1.6rem;
  }
  .cart__item-price-wrap {
    width: 19.5rem;
    border-bottom: 0;
  }
  .cart__item-delete {
    margin-top: 1.8rem;
  }
  .cart__detail-box {
    width: 21rem;
    margin-bottom: 6rem;
  }
  .cart__detail-box .c-btn.a-bubble-btn .button {
    width: 21rem;
  }
  .cart__detail {
    margin-bottom: 1.3rem;
  }
  .cart__detail-total {
    margin-top: 3.2rem;
    padding-top: 2.5rem;
  }
  .cart__details {

  }
  .cart__detail-value span {
    font-size: 1.6rem;
  }
  .cart__detail-total-name {
    font-size: 1.6rem;
  }
  .cart__detail-total-value {
    font-size: 1.2rem;
  }
  .cart__detail-total-value span{
    font-size: 2rem;
    margin-right: .5rem;
  }
}




@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

@media screen and (min-width: 999px) {
  .only-tab {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}



.footer-bottom__buttons {
  margin-left: auto;
  display: block;
  width: fit-content;
  margin-bottom: -2rem;
}

@media screen and (max-width: 768px) {
}
.footer-bottom__button {
  margin-right: 1.5rem;
  display: inline-block;
  font-size: 1.2rem;
  width: 25rem;
  height: 5rem;
  padding: 1.5rem 0 1.5rem;
  text-align: center;
  border: solid 1px;
  border-radius: 38px;
  background-color: #fff;
  margin-right: 0;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .footer-bottom__button {
    display: block;
    margin-bottom: 2rem;
  }
  
  .footer-bottom__buttons {
    margin-top: -3rem;
    margin-bottom: 0;
    width: 100%;
  }
  .footer-bottom__button {
    width: 100%;
  }
  .footer__bottom-instagram {
    display: none;
  }
  .footer__bottom {
    margin-top: 1rem;
    padding: 1rem 0 0;
  }
}
.footer-bottom__button:hover {
  opacity: 0.6;
}

.footer-bottom__button img {
  display: inline-block;
  margin-left: 0.85rem;
}

.footer-bottom__eclink {
	transition: .3s;
    width: 19rem;
    position: absolute;
    right: 13rem;
    bottom: 13.65rem;
}
.footer-bottom__eclink:hover {
	opacity: .6;
}
.footer-link--contact {
	margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
	.footer-link--contact {
		margin-top: 2.8rem;
	}
.footer-bottom__eclink {
  bottom: auto;
	width: 16.5rem;
    position: absolute;
    right: 3.9rem;
    top: 28.75rem;
}
}
/*
.feature-banner {
  position: relative;
  z-index: 10;
  display: block;
  margin-top: 2rem;
}
.feature-banner img {
  margin: 0;
  width: 60rem;
  position: relative;
  z-index: 10;
}

.section1 .news-wrapper {
  margin-top: -11rem;
}
@media screen and (max-width: 768px) {
  .section1 {
    margin-top: 0 !important;
  }
  .section1 .news-wrapper {
    margin-top: -20rem;
  }
  .feature-banner img {
    max-width: 28rem;
    margin: 0 auto;
  }
}
.cart__detail-box-wrap {
  position: relative;
}
.cart__detail-banner {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 54rem;
}
@media screen and (max-width: 768px) {
.cart__detail-banner {
  max-width: 100%;
  position: relative;
}
}
*/
/* add202404 */
.ms-0 {
  margin-left: 0;
}
.u-main-font {
  font-family: 'Kiwi Maru';
}
.c-txt {
  font-size: var(--fs);
}
@media screen and (max-width: 768px) {
  .c-txt {
    font-size: var(--fs_sp);
  }
}
img.c-img {
  width: var(--w);
}
@media screen and (max-width: 768px) {
  img.c-img {
    width: var(--w_sp);
  }
}
.c-btn.a-bubble-btn .button img.c-img {
  width: var(--w);
}
@media screen and (max-width: 768px) {
  .c-btn.a-bubble-btn .button img.c-img {
    width: var(--w_sp);
  }
}
.c-form-headline {
  font-family: 'Kiwi Maru';
  font-size: 2.4rem;
  line-height: 3rem;
  color: #fff;
  font-weight: 500;
  padding: 1.5rem 1.6rem;
  background-color: #FFEBB5;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .c-form-headline {
    font-size: 1.8rem;
    padding: 1rem;
  }
}


.purchase-caution {
  border-radius: 4px;
  overflow: hidden;
}
.purchase-caution__label {
  font-size: 2.4rem;
  height: 7.2rem;
  background-color: #F35C04;
  padding: 1.7rem 4rem;
  color: #fff;
  font-weight: bold;
}
.purchase-caution__box {
  padding: 3.5rem 4rem;
  background-color: #fff;
  margin-bottom: 5.3rem;
}
.purchase-caution-check {
  width: 25.9rem;
  margin-left: auto;
  margin-right: auto;
}
.purchase-caution-check__label input[type="checkbox"] {
  display: none;
}
.purchase-caution-check__label {
  height: 6rem;
  font-weight: bold;
  gap: 2rem;
  background-color: #E3E3E3;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.purchase-caution-check__label-check {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_12269%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2012269%22%20fill%3D%22%23fff%22%20stroke%3D%22%23a9a9a9%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%221%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2217%22%20height%3D%2217%22%20rx%3D%220.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.purchase-caution-check__label input[type="checkbox"]:checked + .purchase-caution-check__label-check {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_27502%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2027502%22%20transform%3D%22translate(-130%20-5969)%22%3E%20%3Cg%20id%3D%22%E3%83%91%E3%82%B9_246800%22%20data-name%3D%22%E3%83%91%E3%82%B9%20246800%22%20transform%3D%22translate(130%205969)%22%20fill%3D%22%23212121%22%3E%20%3Cpath%20d%3D%22M%2017%2017.5%20L%201%2017.5%20C%200.7243000268936157%2017.5%200.5%2017.27569961547852%200.5%2017%20L%200.5%201%20C%200.5%200.7243000268936157%200.7243000268936157%200.5%201%200.5%20L%2017%200.5%20C%2017.27569961547852%200.5%2017.5%200.7243000268936157%2017.5%201%20L%2017.5%2017%20C%2017.5%2017.27569961547852%2017.27569961547852%2017.5%2017%2017.5%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%201%201%20L%201%2017%20L%2017%2017%20L%2017%201%20L%201%201%20M%201%200%20L%2017%200%20C%2017.55228042602539%200%2018%200.4477195739746094%2018%201%20L%2018%2017%20C%2018%2017.55228042602539%2017.55228042602539%2018%2017%2018%20L%201%2018%20C%200.4477195739746094%2018%200%2017.55228042602539%200%2017%20L%200%201%20C%200%200.4477195739746094%200.4477195739746094%200%201%200%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23212121%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_27501%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2027501%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_1014%22%20data-name%3D%22%E7%B7%9A%201014%22%20x2%3D%226%22%20y2%3D%225.294%22%20transform%3D%22translate(132.5%205977.206)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_246799%22%20data-name%3D%22%E3%83%91%E3%82%B9%20246799%22%20d%3D%22M7.285.587.874%2C8.307%22%20transform%3D%22translate(137.5%205973.206)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.purchase-caution-check__error {
  color: #F4227C;
  margin-top: .5rem;
}

@media screen and (max-width: 768px) {
  .purchase-caution {
    margin-top: -3rem;
  }
  .purchase-caution__label {
    font-size: 1.4rem;
    height: 4rem;
    padding: .9rem 2.3rem;
  }
  .purchase-caution__box {
    padding: 2.4rem;
    font-size: 1.3rem;
    margin-bottom: 3.3rem;
  }
  .purchase-caution-check__error {
    font-size: 1.3rem;
  }
  .purchase-caution__pc-spacer {
    display: none;
  }
}