@charset "UTF-8";
/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.c-btn-1--arrow::after {
  width: 24px;
  right: calc(10 / var(--design-width) * 100vw);
}

/* ---------------------------------------------
*   p-delivery-intro
--------------------------------------------- */
.p-delivery-intro {
  width: calc(100% - 40px);
}
.p-delivery-intro__txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .p-delivery-intro__txt {
    line-height: 1.5;
    font-size: calc(14 / var(--design-width) * 100vw);
    letter-spacing: 0;
    margin-top: 35px;
  }
}
.p-delivery-intro__link {
  display: inline-block;
  max-width: 650px;
  width: 100%;
}
.p-delivery-intro__banner {
  text-align: center;
  margin: 0 0 23px;
}

/* ---------------------------------------------
*   p-delivery_apply
--------------------------------------------- */
.p-delivery_apply__ttl {
  font-size: 16px;
  color: var(--color-base-1);
  font-weight: 700;
  text-align: center;
}
.p-delivery_apply__ttl--mark {
  font-size: 0.7em;
}
.p-delivery_apply__ttl::before, .p-delivery_apply__ttl::after {
  position: relative;
  display: inline-block;
  content: "";
  background: var(--color-base-1);
  width: 2.6px;
  height: 0.8em;
  margin: 0 0.7em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.p-delivery_apply__ttl::before {
  transform: rotate(-12deg);
}
.p-delivery_apply__ttl::after {
  transform: rotate(12deg);
}
.p-delivery_apply .p-delivery_apply__foot {
  color: var(--color-base-1);
  margin-top: 5px;
}
.p-delivery_apply__c-note {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

/* ---------------------------------------------
*   p-delivery-item
--------------------------------------------- */
.p-delivery-item {
  margin: 55px auto 63px;
  padding: 65px 0 57px;
  width: calc(100% - 40px);
  background-color: var(--color-orange-2);
  padding-inline: calc(var(--contents-side-padding) * 1px);
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .p-delivery-item {
    width: 100%;
    margin: 38px auto;
  }
}
.p-delivery-item .line-deco-title {
  font-family: var(--ff-Zen);
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-delivery-item .line-deco-title {
    font-size: 16px;
  }
}
.p-delivery-item .line-deco-title::before, .p-delivery-item .line-deco-title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--color-pink-1);
}
.p-delivery-item .line-deco-title::before {
  margin-right: 3rem;
}
@media screen and (max-width: 750px) {
  .p-delivery-item .line-deco-title::before {
    margin-right: 10px;
  }
}
.p-delivery-item .line-deco-title::after {
  margin-left: 3rem;
}
@media screen and (max-width: 750px) {
  .p-delivery-item .line-deco-title::after {
    margin-left: 10px;
  }
}
.p-delivery-item__category-main {
  margin: 35px 0 0;
}
.p-delivery-item__category--secondary__body {
  margin: 35px auto 0 auto;
}
.p-delivery-item__category--secondary__body .c-column-1--2col {
  max-width: 386px;
  margin: auto;
  gap: 60px;
}
@media screen and (max-width: 750px) {
  .p-delivery-item__category--secondary__body .c-column-1--2col {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.p-delivery-item__category--secondary__body .c-btn-1 {
  margin: 40px auto 0;
}
.p-delivery-item__category--secondary {
  margin: 90px 0 0;
}
@media screen and (max-width: 750px) {
  .p-delivery-item__category--secondary {
    margin: 37px 0 0;
  }
}
.p-delivery-item__container {
  max-width: 1080px;
  margin: auto;
}

/* ---------------------------------------------
*   p-delivery-howto
--------------------------------------------- */
.p-delivery-howto {
  padding: 0 0 60px;
  width: calc(100% - 40px);
  /*--------- p-delivery-caution --------- */
  /*--------- p-delivery-howto-detail --------- */
  /*--------- p-delivery-message --------- */
  /*--------- p-delivery-caution --------- */
  /*--------- p-delivery-cassette-kit --------- */
}
.p-delivery-howto .c-btn-3 {
  max-width: 263px;
  margin: 10px 0 0;
}
@media screen and (max-width: 750px) {
  .p-delivery-howto .c-btn-3 {
    max-width: 100%;
  }
}
.p-delivery-howto__packing-point-link {
  margin: 30px auto 0 0;
}
@media screen and (max-width: 750px) {
  .p-delivery-howto__packing-point-link {
    padding: calc(14 / var(--design-width) * 100vw) calc(52 / var(--design-width) * 100vw) calc(15 / var(--design-width) * 100vw) calc(26 / var(--design-width) * 100vw);
    margin: 12px auto 0 0;
  }
}
.p-delivery-howto__body {
  max-width: 714px;
  margin: auto;
}
.p-delivery-howto__list {
  padding-inline: 0px;
}
@media screen and (max-width: 750px) {
  .p-delivery-howto__item {
    display: grid;
    grid-template-columns: 26.6% 69.5%;
    gap: 17px 15px;
  }
}
.p-delivery-howto__item .c-cta-1__btn {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-delivery-howto__item .c-cta-1__btn {
    grid-column: 1/-1;
    justify-self: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-delivery-howto__figure {
    width: 100%;
  }
}
.p-delivery-howto .p-purchase-howto__attension-txt {
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}
.p-delivery-howto .p-purchase-howto__attension-txt:before {
  content: "※";
}
.p-delivery-howto__list--secondary {
  position: relative;
  margin-top: 19px;
}
.p-delivery-howto__list--secondary:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 28px;
  aspect-ratio: 28/18;
  background: url(../img/purchase/delivery/icon_polygon.svg) 0 0 no-repeat;
  background-size: 100% auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .p-delivery-howto__list--secondary:before {
    padding-top: 25px;
  }
}
.p-delivery-howto .p-delivery-caution {
  padding-inline: 0px;
}
.p-delivery-howto .p-delivery-howto-detail {
  margin: 24px 0 0;
}
.p-delivery-howto .p-delivery-howto-detail:nth-of-type(n + 2) {
  margin: 10px 0 0;
}
.p-delivery-howto .p-delivery-howto-detail .c-btn-1 {
  margin: 10px auto 0;
}
.p-delivery-howto .p-delivery-howto-detail__acc {
  padding-inline: 0;
}
.p-delivery-howto .p-delivery-howto-detail__acc:nth-of-type(n + 2) {
  margin: 10px 0 0;
}
.p-delivery-howto .p-delivery-howto-detail__ttl-txt {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .p-delivery-howto .p-delivery-howto-detail__ttl-txt {
    font-size: calc(15 / var(--design-width) * 100vw);
  }
}
.p-delivery-howto .p-delivery-howto-detail__num {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--ff-mont);
  margin-right: 0.6em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-delivery-howto .p-delivery-howto-detail__num {
    font-size: calc(20 / var(--design-width) * 100vw);
  }
}
.p-delivery-howto .p-delivery-howto-detail__frame {
  padding: 20px 0 25px;
  border: 2px solid var(--color-blue-1);
  border-radius: 0px 0px 10px 10px;
}
.p-delivery-howto .p-delivery-howto-detail__item:nth-of-type(n + 2) {
  margin-top: 25px;
}
.p-delivery-howto .p-delivery-howto-detail__content {
  width: 92.4%;
  margin: auto;
}
.p-delivery-howto .p-delivery-howto-detail__txt {
  color: var(--color-base-1);
  font-size: 14px;
  margin: 20px 0 0;
}
.p-delivery-howto .p-delivery-howto-detail__ttls {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.p-delivery-howto .p-delivery-howto-detail__ttls::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: text-bottom;
  margin: 0 0.7em 0 0;
}
.p-delivery-howto .p-delivery-howto-detail__ttls--line::before {
  width: 26px;
  height: 25px;
  background-image: url(../img/purchase/delivery/howto_icon01.svg);
}
.p-delivery-howto .p-delivery-howto-detail__ttls--form::before {
  width: 26px;
  height: 25px;
  background-image: url(../img/purchase/delivery/howto_icon02.svg);
}
.p-delivery-howto .p-delivery-howto-detail__ttls--confirm::before {
  width: 26px;
  height: 25px;
  background-image: url(../img/purchase/delivery/howto_icon03.svg);
}
.p-delivery-howto .p-delivery-howto-detail__ttls--count::before {
  width: 26px;
  height: 25px;
  background-image: url(../img/purchase/delivery/howto_icon04.svg);
}
.p-delivery-howto .p-delivery-howto-detail__attension-txt {
  font-size: 12px;
  display: block;
  margin: 9px 0 0;
}
.p-delivery-howto .p-delivery-howto-detail__attension-txt::before {
  content: "※";
}
.p-delivery-howto .p-delivery-howto-detail__trigger {
  background-color: var(--color-blue-1);
}
@media screen and (max-width: 750px) {
  .p-delivery-howto .p-delivery-howto-detail__trigger {
    padding: calc(21 / var(--design-width) * 100vw) calc(45 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
  }
}
.p-delivery-howto .p-delivery-howto-detail__trigger-txt {
  font-size: 17px;
}
@media screen and (max-width: 750px) {
  .p-delivery-howto .p-delivery-howto-detail__trigger-txt {
    font-size: calc(15 / var(--design-width) * 100vw);
    padding: 0;
  }
}
.p-delivery-howto .p-delivery-message {
  margin: 60px 0 0;
}
.p-delivery-howto .p-delivery-message__title {
  justify-content: center;
  font-family: var(--ff-Zen);
  position: relative;
  padding: 17px 30px;
  display: flex;
  align-items: center;
  background-color: var(--color-pink-1);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-delivery-howto .p-delivery-message__title {
    padding: calc(10 / var(--design-width) * 100vw) calc(45 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
  }
}
.p-delivery-howto .p-delivery-message__content {
  border: 2px solid;
  border-radius: 0 0 10px 10px;
}
.p-delivery-howto .p-delivery-message__trigger-txt {
  font-size: 20px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-delivery-howto .p-delivery-message__trigger-txt {
    font-size: calc(15 / var(--design-width) * 100vw);
  }
}
.p-delivery-howto .p-delivery-message__note-txt {
  color: #E60000;
  font-size: 14px;
  display: block;
  text-align: center;
}
.p-delivery-howto .p-delivery-message__note-txt::before {
  content: "※";
}
@media screen and (max-width: 750px) {
  .p-delivery-howto .p-delivery-message__note-txt {
    font-size: 11px;
  }
}
.p-delivery-howto .p-delivery-caution__note {
  color: var(--color-yellow-1);
}
.p-delivery-howto .p-delivery-caution__txt::before {
  content: "●";
}
.p-delivery-howto .p-delivery-cassette-kit {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
  .p-delivery-howto .p-delivery-cassette-kit {
    flex-direction: column;
    align-items: center;
  }
}
.p-delivery-howto .p-delivery-cassette-kit__content {
  margin: 0 0 0 2.6rem;
}
@media screen and (max-width: 750px) {
  .p-delivery-howto .p-delivery-cassette-kit__content {
    margin: 0;
  }
}

/*p-delivery-howto*/
/* ---------------------------------------------
*   acc
--------------------------------------------- */
.acc-frame {
  border-radius: 10px;
  overflow: hidden;
}
/* ---------------------------------------------
*   delivery-apply
--------------------------------------------- */
.delivery-apply {
  padding: 30px 0 0px;
}

/* ---------------------------------------------
*   c-btn-1--delivery
--------------------------------------------- */
/* ---------------------------------------------
*  p-partner-contact
--------------------------------------------- */
.p-partner-contact {
  padding: 48px 71px 40px;
}
@media screen and (max-width: 750px) {
  .p-partner-contact {
    padding: calc(29 / var(--design-width) * 100vw) calc(51 / var(--design-width) * 100vw) calc(36 / var(--design-width) * 100vw);
    padding-inline: 20px;
  }
}/*# sourceMappingURL=page-delivery.css.map */