@charset "UTF-8";
.form-step {
  counter-reset: number 0;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 768px) {
  .form-step {
    width: 83.7333333333vw;
  }
}
.form-step__item {
  color: #949494;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .form-step__item {
    font-size: 10px;
  }
}
@media (min-width: 769px) {
  .form-step__item {
    font-size: 11px;
  }
}
.form-step__item::before {
  content: counter(number);
  counter-increment: number 1;
  width: 38px;
  height: 38px;
  margin: 0 auto 10px;
  padding: 13px 0 0;
  border-radius: 50%;
  background: #EEEEEE;
  color: #949494;
  font-family: "TTCommons-Regular", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.form-step__item::after {
  content: "";
  width: clamp(10px, 37vw, 210px);
  height: 1px;
  background: #EEEEEE;
  position: absolute;
  top: 19px;
  left: 50%;
  z-index: -1;
}

.form-step__item:last-child::after {
  content: none;
}

body.page-shDispPurchCompletion .form-step .form-step__item:nth-child(4),
body.page-myChangeKojinInfoError .form-step .form-step__item:nth-child(-n+1),
body.page-myConfirmKojinError .form-step .form-step__item:nth-child(2),
body.page-myChangeMemberFinishError .form-step .form-step__item:nth-child(3),
body.page-shEditFestivalName .form-step .form-step__item:nth-child(3),
body.page-shDispGFAddresseeSelect .form-step .form-step__item:nth-child(2),
body.page-cmDispPGAddressBookList .form-step .form-step__item:nth-child(2),
body.page-shEditClientChange .form-step .form-step__item:nth-child(3),
body.page-shEditAddresseeChange .form-step .form-step__item:nth-child(3),
body.page-shEditProductNumber .form-step .form-step__item:nth-child(3),
body.page-shEditDeliverySet .form-step .form-step__item:nth-child(3),
body.page-shConfirmSettlementMeth .form-step .form-step__item:nth-child(3), body.page-giftShDisppurchconfirm .form-step .form-step__item:nth-child(3) {
  color: #000030;
}

body.page-shDispPurchCompletion .form-step .form-step__item:nth-child(4)::before,
body.page-myChangeKojinInfoError .form-step .form-step__item:nth-child(-n+1)::before,
body.page-myConfirmKojinError .form-step .form-step__item:nth-child(2)::before,
body.page-myChangeMemberFinishError .form-step .form-step__item:nth-child(3)::before,
body.page-shEditFestivalName .form-step .form-step__item:nth-child(3)::before,
body.page-shDispGFAddresseeSelect .form-step .form-step__item:nth-child(2)::before,
/* body.page-cmDispPGAddressBookList .form-step .form-step__item:nth-child(2)::before, 2026/01/16 del */
body.page-shEditClientChange .form-step .form-step__item:nth-child(3)::before,
body.page-shEditAddresseeChange .form-step .form-step__item:nth-child(3)::before,
body.page-shEditProductNumber .form-step .form-step__item:nth-child(3)::before,
body.page-shEditDeliverySet .form-step .form-step__item:nth-child(3)::before,
body.page-shConfirmSettlementMeth .form-step .form-step__item:nth-child(3)::before, body.page-giftShDisppurchconfirm .form-step .form-step__item:nth-child(3)::before {
  background: #000030;
  color: #fff;
}

body.page-shDispPurchCompletion .form-step .form-step__item:nth-child(-n+3)::before,
body.page-myConfirmKojinError .form-step .form-step__item:nth-child(1)::before,
body.page-myChangeMemberFinishError .form-step .form-step__item:nth-child(1)::before,
body.page-myChangeMemberFinishError .form-step .form-step__item:nth-child(2)::before,
body.page-shEditFestivalName .form-step .form-step__item:nth-child(1)::before,
body.page-shEditFestivalName .form-step .form-step__item:nth-child(2)::before,
body.page-shDispGFAddresseeSelect .form-step .form-step__item:nth-child(1)::before,
body.page-cmDispPGAddressBookList .form-step .form-step__item:nth-child(1)::before,
body.page-shEditClientChange .form-step .form-step__item:nth-child(1)::before,
body.page-shEditClientChange .form-step .form-step__item:nth-child(2)::before,
body.page-shEditAddresseeChange .form-step .form-step__item:nth-child(1)::before,
body.page-shEditAddresseeChange .form-step .form-step__item:nth-child(2)::before,
body.page-shEditProductNumber .form-step .form-step__item:nth-child(1)::before,
body.page-shEditProductNumber .form-step .form-step__item:nth-child(2)::before,
body.page-shEditDeliverySet .form-step .form-step__item:nth-child(1)::before,
body.page-shEditDeliverySet .form-step .form-step__item:nth-child(2)::before,
body.page-shConfirmSettlementMeth .form-step .form-step__item:nth-child(1)::before,
body.page-shConfirmSettlementMeth .form-step .form-step__item:nth-child(2)::before,
body.page-giftShDisppurchconfirm .form-step .form-step__item:nth-child(1)::before,
body.page-giftShDisppurchconfirm .form-step .form-step__item:nth-child(2)::before {
  background: #CCCCCC;
  color: #949494;
}

body.page-shDispPurchCompletion .form-step .form-step__item:nth-child(-n+3)::after,
body.page-myConfirmKojinError .form-step .form-step__item:nth-child(-n+1)::after,
body.page-myChangeMemberFinishError .form-step .form-step__item::after {
  background: #CCCCCC;
}

/* =========================================================
会員情報入力（membershipから移植）
========================================================= */
.information-form {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .information-form {
    padding-bottom: 64px;
  }
}
@media (min-width: 769px) {
  .information-form {
    padding-bottom: 120px;
  }
}
.information-form__text01 {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .information-form__text01 {
    margin: 40px auto 0;
  }
}
@media (min-width: 769px) {
  .information-form__text01 {
    margin: 64px auto 0;
  }
}
.information-form__text02 {
  color: #404040;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}

@media (max-width: 768px) {
  .information-form__text02 {
    margin: 80px auto 0;
  }
}
@media (min-width: 769px) {
  .information-form__text02 {
    margin: 64px auto 0;
  }
}
.information-form__text03 {
  color: #404040;
  font-size: 14px;
  line-height: 1.7142857143;
  font-size: 14px;
  margin-bottom: 5px;
}

.information-form__text--notebox {
  margin-top: 40px;
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
  color: #db152f;
  background: #fff4f4;
  letter-spacing: 0.05em;
}

.information-form__text--notemds {
  font-size: 16px;
  margin-bottom: 16px;
}

.information-form__text--note {
  font-size: 12px;
}

@media (min-width: 769px) {
  .information-form__text--note {
    font-size: 14px;
    line-height: 1.5;
  }
}
.form-block {
  margin: 50px auto 0;
}

.form-block .c-form {
  position: relative;
}

.form-block .auto-input-button {
  width: fit-content;
}

@media (min-width: 769px) {
  .form-block .auto-input-button {
    margin: 0 0 10px auto;
  }
}
@media (max-width: 768px) {
  .form-block .auto-input-button {
    position: absolute;
    right: 0;
    top: -115px;
  }
}
.form-block .auto-input-button a {
  display: block;
  padding: 6px 12px;
  background: #eee;
  font-size: 12px;
  color: #404040;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .form-block .auto-input-button a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .form-block .c-form--local {
    margin-top: 0;
  }
}
.terms-block {
  margin: 40px auto 0;
}

.terms-block__box {
  background: #F6F6F6;
}

@media (max-width: 768px) {
  .terms-block__box {
    padding: 24px;
    height: 288px;
  }
}
@media (min-width: 769px) {
  .terms-block__box {
    padding: 42px;
    height: 384px;
  }
}
.terms-block__in {
  height: 100%;
  overflow: scroll;
}

.terms-block__title {
  font-size: 16px;
  line-height: 1.125;
}

@media (max-width: 768px) {
  .terms-block__text {
    margin: 16px auto 0;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  .terms-block__text {
    margin: 20px auto 0;
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
.terms-block__check {
  margin: 40px auto 0;
  text-align: center;
}

.terms-block .c-button02--type01 {
  max-width: 350px;
  margin: 40px auto 0;
  text-align: center;
}

.terms-block .c-button02--type01 input {
  height: 52px;
  font-size: 14px;
}

.c-button02--type01.dispose {
  margin: 40px auto 0;
  text-align: center;
}

.confirm-block {
  max-width: 465px;
  margin: 40px auto 0;
  display: flex;
  gap: 24px;
}

@media (min-width: 769px) {
  .confirm-block {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .confirm-block .c-button02--type02 {
    width: 108px;
  }
}
@media (min-width: 769px) {
  .confirm-block .c-button02--type02 {
    width: 140px;
  }
}
.confirm-block .c-button02--type01 {
  flex: 1;
}

@media (min-width: 769px) {
  .confirm-block .c-button02--type01 {
    margin-top: 0;
  }
}
.membership-block {
  margin: 80px auto 0;
  padding: 40px 0 0;
  border-top: 1px solid #eee;
}

.membership-block__title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.membership-block__image {
  margin: 16px auto 0;
}

.membership-block__text {
  margin: 24px auto 0;
  color: #404040;
}

@media (max-width: 768px) {
  .membership-block__text {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  .membership-block__text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.membership-block__link {
  margin: 24px auto 0;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 2025/12/05 ITFOR src.snagatani 相対パスでアイコンを読み込みできなかったため START*/
.membership-block__link::before {
  content: "";
  width: 4px;
  height: 7px;
  background: url(/ec/images/ico_arrow01.svg) no-repeat center/contain;
}
/* 2025/12/05 ITFOR src.snagatani 相対パスでアイコンを読み込みできなかったため END*/

@media (min-width: 769px) {
  h1.c-title02 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 54px;
  }
}
.form-btns__wrapper {
  display: flex;
  gap: 24px;
  max-width: 520px;
  margin: 30px auto 0;
}

@media (min-width: 769px) {
  .form-btns__wrapper {
    margin-top: 60px;
  }
}
.form-btns__wrapper .c-button02--type02 {
  width: 31.7%;
}

.form-btns__wrapper .c-button02--type01 {
  width: 64%;
}

.information-form__text01.error-txt {
  border: 1px solid #DB312F;
  color: #db152f;
  background: #fff4f4;
  padding: 16px;
  font-size: 12px;
}

@media (min-width: 769px) {
  .information-form__text01.error-txt {
    font-size: 14px;
  }
}
.c-button-wrapper {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #EEEEEE;
}

.c-button-wrapper .c-button02--type01,
.c-button-wrapper .c-button02--type02 {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.c-button-wrapper .c-button02--type01 {
  margin-bottom: 16px;
}

.icon-nw {
  margin-left: 5px;
  margin-right: 3px;
  vertical-align: middle;
  padding-bottom: 3px;
  width: 12px;
}

/* MODAL */
.c-modal-block {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 101;
}

.c-modal-block .c-modal-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.c-modal-block .c-modal-block__close {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 6px;
  font-size: 20px;
  cursor: pointer;
}

@media (min-width: 769px) {
  .c-modal-block .c-modal-block__close {
    top: -33px;
    right: 0;
  }
}
.c-modal-block .c-modal-block__inner {
  max-width: 520px;
  width: 92%;
  height: 90%;
  background: #fff;
  padding: 25px 25px;
  position: relative;
  z-index: 1;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.5;
  overflow: scroll;
}

@media (min-width: 769px) {
  .c-modal-block .c-modal-block__inner {
    height: fit-content;
    overflow: initial;
  }
}
.c-modal-block .c-modal-block__inner .c-modal-block__ttl {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.c-modal-block .c-modal-block__inner .c-modal-block__txt01 {
  font-size: 14px;
  margin-bottom: 8px;
}

.c-modal-block .c-modal-block__inner .c-modal-block__txt02 {
  color: #db312f;
  margin-bottom: 12px;
  font-size: 12px;
}

@media (min-width: 769px) {
  .c-modal-block .c-modal-block__inner .c-modal-block__txt02 {
    margin-bottom: 16px;
  }
}
.c-modal-block .c-modal-block__inner .c-modal-block__tbl-wrapper {
  margin-bottom: 12px;
}

.c-modal-block .c-modal-block__inner .c-modal-block__tbl-wrapper .modal-tbl {
  width: 100%;
}

.c-modal-block .c-modal-block__inner .c-modal-block__tbl-wrapper .modal-tbl tbody tr th, .c-modal-block .c-modal-block__inner .c-modal-block__tbl-wrapper .modal-tbl tbody tr td {
  font-size: 14px;
  border: 1px solid #CCCCCC;
  font-weight: normal;
  padding: 10px;
}

.c-modal-block .c-modal-block__inner .c-modal-block__tbl-wrapper .modal-tbl tbody tr th {
  text-align: center;
}

.c-modal-block .c-modal-block__inner .c-modal-block__tbl-wrapper .modal-tbl tbody tr td {
  text-align: center;
  padding: 15px 10px;
}

.c-modal-block .c-modal-block__inner .c-modal-block__txt03 {
  color: #949494;
  font-size: 12px;
  margin-bottom: 10px;
}

.c-modal-block .c-modal-block__inner .c-modal-block__txt04 {
  color: #949494;
  font-size: 12px;
}

.c-modal-block .c-modal-block__inner .c-modal-block__txt04 p {
  text-indent: -0.9em;
  padding-left: 0.9em;
}

/* 20250731追記 */
.c-text-notice {
  color: #D8152F;
}

.c-text-note {
  font-size: .9em;
}

.c-text-note {
  font-size: .8em;
  color: #949494;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.bill-box:not(:first-of-type) {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
}

.bill-box.--total {
  padding-top: 20px;
  margin-top: 20px;
}

.bill-box__item dt, .bill-box__item dd {
  font-weight: 400;
}
.bill-box__item dt {
    padding-bottom: 8px;
    color: #000030;
}
.bill-box__item dd {
    padding-left: 16px;
    font-weight: 500;
}

.bill-box__item {
  display: flex;
  justify-content: space-between;
}
.bill-box__item.c-text-notice.cycle {
    margin-top: -18px;
    font-size: 1.2rem;
    margin-bottom: 8px;
}


.wrap-box .bill-box {
  border: none;
  padding-top: 0;
  margin-top: 0;
}

.wrap-box .c-box--bg {padding: 24px;}
.wrap-box .bill-box:not(:first-of-type) {
  padding-bottom: 15px;
}
.wrap-box .bill-box__item {
  border: none;
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
}
.wrap-box .bill-box__item.--bold {
  border-bottom: none;
  margin-bottom: 0px;
  padding-left: 0;
}
.wrap-box .bill-box:not(:first-of-type) .bill-box__item.--bold {
  margin-bottom: -15px;
  border-top: 1px solid #ccc;
  padding-top: 8px;
}
.wrap-box .bill-box__item dd {
  white-space: nowrap;
}

.bill-box__item.--bold dt, .bill-box__item.--bold dd {
  font-weight: 600;
}

.bill-box__item.--large {
  font-size: 120%;
}

.bill-box__item.--small {
  padding-left: 1em;
  font-size: 12px;
}

.bill-box__item dd span {
  font-size: 120%;
  font-family: "TTCommons-Regular", sans-serif;
}

.bill-info {
  margin-top: 15px;
}

.tax-8 {
  margin-left: 3.8em;
}

/* ================================================================
 開発時追加
================================================================= */
/*購入フローステップ３つ版*/
.form-step__item2 {
  color: #949494;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .form-step__item2 {
    font-size: 10px;
  }
}
@media (min-width: 769px) {
  .form-step__item2 {
    font-size: 11px;
  }
}
.form-step__item2::before {
  content: counter(number);
  counter-increment: number 1;
  width: 38px;
  height: 38px;
  margin: 0 auto 10px;
  padding: 13px 0 0;
  border-radius: 50%;
  background: #EEEEEE;
  color: #949494;
  font-family: "TTCommons-Regular", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.form-step__item2::after {
  content: "";
  width: clamp(10px, 37vw, 210px);
  height: 1px;
  background: #EEEEEE;
  position: absolute;
  top: 19px;
  left: 50%;
  z-index: -1;
}

.form-step__item2:last-child::after {
  content: none;
}

body.page-shConfirmSettlementMeth .form-step .form-step__item2:nth-child(2), body.page-giftShDisppurchconfirm .form-step .form-step__item2:nth-child(2) {
  color: #000030;
}
body.page-shDispPurchCompletion .form-step .form-step__item2:nth-child(3)::before,
body.page-shEditClientChange .form-step .form-step__item2:nth-child(2)::before,
body.page-shEditAddresseeChange .form-step .form-step__item2:nth-child(2)::before,
body.page-cmDispPGAddressBookList .form-step .form-step__item2:nth-child(2)::before, /* 2026/01/16 add */
body.page-shEditProductNumber .form-step .form-step__item2:nth-child(2)::before,
body.page-shEditDeliverySet .form-step .form-step__item2:nth-child(2)::before,
body.page-shConfirmSettlementMeth .form-step .form-step__item2:nth-child(2)::before, body.page-giftShDisppurchconfirm .form-step .form-step__item2:nth-child(2)::before {
  background: #000030;
  color: #fff;
}
body.page-shEditClientChange .form-step .form-step__item2:nth-child(1)::before,
body.page-shEditAddresseeChange .form-step .form-step__item2:nth-child(1)::before,
body.page-shEditProductNumber .form-step .form-step__item2:nth-child(1)::before,
body.page-shEditDeliverySet .form-step .form-step__item2:nth-child(1)::before,
body.page-shConfirmSettlementMeth .form-step .form-step__item2:nth-child(1)::before {
  background: #CCCCCC;
  color: #949494;
}
