﻿@charset "UTF-8";

#dvUserContents {
  line-height: 1;
}

/* Clearfix */
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ".";
}

.hidden {
  display: none !important;
}

.loading {
  display: none !important;
}

.clearfix {
  min-height: 1px;
  clear: both;
}

* html .clearfix {
  height: 1px;
}

input::placeholder {
  color: var(--dhusar-grey);
}

input:-ms-input-placeholder {
  color: var(--dhusar-grey);
}

input::-ms-input-placeholder {
  color: var(--dhusar-grey);
}

/*h1タグ 関連*/
.user_ttl-main {
  font-weight: bold;
}

.user_ttl-sub--obi {
  background: var(--white-solid);
}

.user_ttl-sub--nb {
  font-weight: bold;
}

.input_form__table .error_inline,
.txt_info--notes,
.error_message {
  display: block;
  color: var(--incubation-red) !important;
}

.input_form__table .error_inline+.error_inline {
  margin-top: 0;
}

.input_form__table--required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.input_form__table--required:after {
  content: '必須';
  font-weight: normal;
  text-align: center;
  color: var(--incubation-red);
  display: block;
  margin-left: auto;
  border: 1px solid var(--incubation-red);
}

/*ナビゲーション 関連*/
.steps-wrap__steps {
  width: 100%;
  text-align: right;
}

.steps-wrap__step {
  display: inline-block;
  position: relative;
  margin: 0 5% 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--aria);
  text-align: center;
}

.steps-wrap__step:last-child {
  margin-right: 0;
}

.steps-wrap__step:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 1px;
  margin: 0;
  left: 50%;
  background-color: var(--aria);
}

.steps-wrap__step:last-child:after {
  content: none;
}

.steps-wrap__step span {
  display: inline-block;
  white-space: nowrap;
}

.steps-wrap__step span:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 50%;
  border: solid 1px var(--aria);
  background-color: var(--white);
}

.steps-wrap__step--current {
  color: var(--major-blue);
  font-weight: 600;
}

.steps-wrap__step--current span:before {
  border-color: var(--major-blue);
  background-color: var(--major-blue);
}

/*ボタン 関連*/
.btn_link {
  display: block;
  width: auto;
  height: auto;
  max-height: inherit;
  color: var(--white);
  text-align: center;
}

.btn_submit>p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn_submit a,
.btn_submit input {
  display: block;
  text-align: center;
}

.radioBtn input {
  display: none;
}

.radioBtn label {
  position: relative;
}

.radioBtn input+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid var(--aria);
  border-radius: 50%;
}

.radioBtn input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--major-blue);
  border-radius: 50%;
}

.ser_ttl--Log-out .button--mypage-log a {
  text-align: center;
  max-width: none;
  max-height: none;
  display: block;
}

/*入力フォーム 関連*/
.input_form input[type="text"],
.input_form input[type="email"],
.input_form input[type="number"],
.input_form input[type="password"],
.input_form input[type="search"],
.input_form input[type="date"],
.input_form input[type="month"],
.input_form input[type="tel"],
textarea {
  width: 100%;
  border: 1px solid var(--aria);
}

.input_form select.select_box {
  border: 1px solid var(--aria);
  font-weight: normal;
  background: url(../../../Contents/ImagesPkg/user/icn_select.svg) no-repeat;
  background-position: 97% center;
  background-position: calc(100% - 12px) center;
  vertical-align: 0;
}

.input_form__table dl {
  display: table;
}

.input_form__table .input_form__table--zip a,
.input_form__table .input_form__table--tel2 {
  display: none;
}

.confirm_form__table dl.confirm_form__table--nickname {
  display: none;
}

.input_form__table .input_form__table--sex span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*チェックボックス*/
.icn_checkbox input[type=checkbox],
.checkBox input[type=checkbox] {
  display: none;
}

.icn_checkbox label,
.checkBox label {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.icn_checkbox label::before,
.icn_checkbox label::after,
.checkBox label::before,
.checkBox label::after {
  content: '';
  display: block;
  background: url(../../../Contents/ImagesPkg/user/icn_checkbox_off.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.icn_checkbox label::after,
.checkBox label::after {
  opacity: 0;
  background: url(../../../Contents/ImagesPkg/user/icn_checkbox_on.svg);
}

.icn_checkbox input[type=checkbox]:checked+label::after,
.checkBox input[type=checkbox]:checked+label::after {
  transition: opacity .1s ease-in-out;
  opacity: 1;
}

/* .check-brand:first-child p {
  display: none;
} */

/*オブジェクトフィット*/
.order_product__image,
.favorite_list__product_img a {
  position: relative;
  padding-bottom: 120%;
}

.order_product__image>img,
.favorite_list__product_img a>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.order_history__product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  max-width: 8.8rem;
}

/* #AmazonPayCv2Button2, */
.order_history__shipping__table tr:nth-of-type(2) td>div,
#dvUserRegistInput #AmazonLoginCv2Button {
  display: none !important;
}


@media only screen and (min-width: 768px) {

  #dvUserContents,
  #dvUserBox {
    max-width: 94rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 2rem;
    padding-bottom: 5rem;
    padding-right: 2rem;
  }

  #dvUserFltContents {
    padding-bottom: 5rem;
  }

  .usercontents_main {
    float: left;
    width: 62rem;
  }

  /*h1タグ 関連*/
  .user_ttl-main {
    font-size: 3.6rem;
    margin-bottom: 4.3rem;
    text-align: center;
    margin-top: 6.8rem;
  }

  .user_ttl-main--left,
  .user_ttl-main-left {
    text-align: left;
  }

  .txt_desc,
  .txt_info {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 1.7rem;
  }

  .txt_desc a,
  .txt_info a {
    text-decoration: underline;
  }

  .user_ttl-sub--obi {
    font-size: 1.4rem;
    height: 4.7rem;
    line-height: 4.7rem;
    padding: 0 2rem;
  }

  .user_ttl-sub--nb {
    font-size: 1.8rem;
  }

  .input_form__table--OnError {
    margin-top: 0.9rem;
  }

  .input_form__table--OnError .error_inline {
    font-weight: bold;
  }

  .input_form__table--OnError .notes {
    font-size: 1.1rem;
    line-height: 1.8rem;
    display: block;
  }

  .input_form__table .error_inline {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .input_form__table--required:after {
    font-size: 1.2rem;
    width: 4.2rem;
    padding: 0.4rem;
    border-radius: 0.2rem;
  }

  /*ナビゲーション 関連*/
  .top-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .heading-wrap {
    width: 55%;
  }

  .steps-wrap {
    width: 45%;
    margin-top: 6.8rem;
  }

  .steps-wrap__step {
    width: 17%;
    font-size: 1.4rem;
  }

  .steps-wrap__step:nth-child(2) span {
    margin-left: -0.8rem;
  }

  .steps-wrap__step:after {
    width: calc(100% + 3rem);
    bottom: 0.5rem;
  }

  .steps-wrap__step span {
    padding-bottom: 1.8rem;
  }

  .steps-wrap__step span:before {
    height: 1.1rem;
    width: 1.1rem;
  }

  .reception_info {
    width: 60rem;
    padding: 3rem 11.8rem;
    margin: 4.4rem auto 0;
    border: 1px solid var(--aria);
    border-radius: 4px;
  }

  .reception_info h3 {
    font-size: 1.5rem !important;
  }

  .reception_info .reception_info__ttl {
    font-size: 1.5rem;
  }

  .reception_info .reception_info__cont {
    font-size: 1.4rem;
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.1rem;
  }

  .reception_info .reception_info__cont+.reception_info__cont {
    margin-top: 0.9rem;
  }

  .reception_info .reception_info__cont dt {
    font-weight: normal;
  }

  .reception_info .reception_info__cont dd {
    text-align: left;
  }

  /*ボタン 関連*/
  .btn_link {
    font-size: 1.6rem;
    line-height: 6rem;
  }

  .btn_submit {
    margin-top: 6.7rem;
  }

  .btn_submit>p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn_submit a,
  .btn_submit input {
    width: 32rem;
    height: 6rem;
    font-size: 1.6rem;
    max-height: 6rem;
    line-height: 6rem;
    margin: 0 0.8rem;
  }

  .radioBtn label {
    padding-left: 3rem;
    line-height: 2.4rem;
  }

  .radioBtn input+label::before {
    width: 2.4rem;
    height: 2.4rem;
  }

  .radioBtn input:checked+label::after {
    left: 0.7rem;
    width: 1rem;
    height: 1rem;
  }

  .radioBtn label+input+label {
    margin-left: 1.9rem;
  }

  .ser_ttl--Log-out .button--mypage-log a {
    font-size: 1.2rem;
    width: 15rem;
    height: 3.2rem;
    margin-top: -7.8rem;
    float: right;
    display: flex;
  }

  /*入力フォーム 関連*/
  .input_form input[type="text"],
  .input_form input[type="email"],
  .input_form input[type="number"],
  .input_form input[type="password"],
  .input_form input[type="search"],
  .input_form input[type="date"],
  .input_form input[type="month"],
  .input_form input[type="tel"],
  .input_form select.select_box {
    height: 5rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .input_form__table {
    font-size: 1.5rem;
  }

  .input_form__table dl+dl {
    margin-top: 0.8rem;
  }

  .input_form__table dt {
    margin-bottom: 1rem;
  }

  .input_form__table .input_form__table--birth dt:after {
    margin-right: 3.2rem;
  }

  .input_form__table .input_form__table--birth .input_txt {
    margin: 0 0.9rem;
  }

  .input_form__table .input_form__table--zip .input_txt,
  .input_form__table .input_form__table--tel .input_txt {
    margin-left: 0.9rem;
    margin-right: 0.3rem;
  }

  .input_form__table .input_form__table--addr dd {
    width: 62rem;
  }

  .input_form__table .input_form__table--addr dt:after {
    margin-right: 26.8rem;
  }

  .input_form__table .input_form__table--addr input+input {
    margin-left: 0;
  }

  .input_form__table .input_form__table--mail_flg {
    margin-top: 2.5rem;
  }

  .input_form__table .input_form__table--mail_flg dt {
    margin-bottom: 1.8rem;
  }

  .input_form__table .input_form__table--mail_flg2 {
    margin-top: 2.2rem;
  }

  .input_form__table .input_form__table--mail_flg2 dd {
    font-size: 1.4rem;
    line-height: 3.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .input_form__table .input_form__table--mail_flg2 div {
    /* width: 38.2rem; */
    width: 34.2rem;
  }

  .input_form__table .input_form__table--mail_flg2 dd div.check-brand:last-of-type {
    width: 51.8rem;
  }

  .input_form__table .input_form__table--mail_flg2 dd div.check-brand:last-of-type p {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 1rem;
  }

  .input_form__table .input_form__table--mail_flg2 label {
    display: block;
  }

  .input_form__table .input_form__table--password {
    margin-top: 2.9rem;
  }

  .input_form__table .input_form__table--name input {
    width: 24.2rem;
  }

  .input_form__table .input_form__table--birth select {
    width: 14rem;
  }

  .input_form__table .input_form__table--zip input {
    width: 9rem;
  }

  .input_form__table .input_form__table--addr select {
    width: 35.2rem;
  }

  .input_form__table .input_form__table--addr input {
    width: 62rem;
    margin-top: 0.8rem;
  }

  .input_form__table .input_form__table--mail input {
    width: 62rem;
    display: block;
  }

  .input_form__table .input_form__table--contact_list select {
    width: 49.6rem;
  }

  .input_form__table .input_form__table--contact_detail textarea {
    width: 62rem;
    padding: 1.2rem;
  }

  .input_form__table .input_form__table--mail input+input,
  .input_form__table .input_form__table--password input+input {
    margin-top: 0.8rem;
    margin-left: 0;
  }

  .input_form__table .input_form__table--tel input {
    width: 15rem;
  }

  .input_form__table .input_form__table--password input {
    width: 49.6rem;
    display: block;
  }

  .input_form__table input+input {
    margin-left: 0.9rem;
  }

  .confirm_form__table {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }

  .confirm_form__table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .confirm_form__table dl+dl {
    margin-top: 1.8rem;
  }

  .confirm_form__table dt {
    width: 20.6rem;
  }

  /*チェックボックス*/
  .icn_checkbox label,
  .checkBox label {
    padding-left: 2.7rem;
  }

  .icn_checkbox label::before,
  .icn_checkbox label::after,
  .checkBox label::before,
  .checkBox label::after {
    background-size: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  #dvUserBox {
    padding-top: calc(23 * (100vw / 375));
    padding-left: calc(10 * (100vw / 375));
    padding-bottom: calc(60 * (100vw / 375));
    padding-right: calc(10 * (100vw / 375));
    font-size: calc(10 * (100vw / 375));
  }

  /*h1タグ 関連*/
  .user_ttl-main {
    font-size: calc(18 * (100vw / 375));
    margin-bottom: calc(12 * (100vw / 375));
    padding-bottom: calc(12 * (100vw / 375));
    border-bottom: 1px solid var(--aria);
  }

  .user_ttl-main--left {
    text-align: left;
  }

  .txt_desc,
  .txt_info {
    font-size: calc(13 * (100vw / 375));
    line-height: calc(20 * (100vw / 375));
    margin-top: calc(12 * (100vw / 375));
    margin-bottom: calc(17 * (100vw / 375));
  }

  .user_ttl-sub--obi {
    font-size: calc(15 * (100vw / 375));
    height: calc(40 * (100vw / 375));
    line-height: calc(40 * (100vw / 375));
    padding: 0 calc(14 * (100vw / 375));
  }

  .user_ttl-sub--obi+.confirm_form__table {
    margin-top: calc(16 * (100vw / 375));
  }

  .user_ttl-sub--nb {
    font-size: calc(19 * (100vw / 375));
    line-height: calc(26 * (100vw / 375));
  }

  .input_form__table--OnError {
    margin-top: calc(5 * (100vw / 375));
  }

  .input_form__table--OnError .error_inline {
    font-weight: bold;
  }

  .input_form__table--OnError .notes {
    font-size: calc(10 * (100vw / 375));
    line-height: calc(17 * (100vw / 375));
    display: block;
  }

  .input_form__table .error_inline {
    font-size: calc(10 * (100vw / 375));
    line-height: calc(17 * (100vw / 375));
  }

  .input_form__table--required:after {
    font-size: calc(12 * (100vw / 375));
    width: calc(42 * (100vw / 375));
    padding: calc(4 * (100vw / 375));
    border-radius: calc(2 * (100vw / 375));
  }

  /*ナビゲーション 関連*/
  .top-wrap {
    display: block;
    padding-bottom: calc(17 * (100vw / 375));
    margin-bottom: calc(20 * (100vw / 375));
    border-bottom: solid 1px var(--aria);
  }

  .heading-wrap__ttl {
    font-size: calc(18 * (100vw / 375));
  }

  .steps-wrap {
    width: 100%;
    margin-top: calc(20 * (100vw / 375));
  }

  .steps-wrap__steps {
    margin: 0 auto;
    padding-right: calc(10 * (100vw / 375));
  }

  .steps-wrap__step {
    width: 20%;
    margin: 0 5% 0 0;
    font-size: calc(14 * (100vw / 375));
    line-height: 1.5;
  }

  .steps-wrap__step:nth-child(2) span {
    margin-left: calc(-10 * (100vw / 375));
  }

  .steps-wrap__step:after {
    width: calc(100% + (18 * (100vw / 375)));
    bottom: calc(4 * (100vw / 375));
  }

  .steps-wrap__step span {
    display: inline-block;
    padding-bottom: calc(15 * (100vw / 375));
  }

  .steps-wrap__step span:before {
    position: absolute;
    height: calc(10 * (100vw / 375));
    width: calc(10 * (100vw / 375));
  }

  .reception_info {
    padding: calc(22 * (100vw / 375)) calc(20 * (100vw / 375));
    margin: calc(40 * (100vw / 375)) auto 0;
    border: 1px solid var(--aria);
    border-radius: 4px;
  }

  .reception_info h3 {
    font-size: calc(12.3 * (100vw / 375)) !important;
  }

  .reception_info .reception_info__cont {
    font-size: calc(13 * (100vw / 375));
    line-height: calc(18 * (100vw / 375));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: calc(3 * (100vw / 375));
  }

  .reception_info .reception_info__cont+.reception_info__cont {
    margin-top: 0.9rem;
  }

  .reception_info .reception_info__cont dt {
    font-weight: normal;
  }

  .reception_info .reception_info__cont dd {
    text-align: left;
  }

  /*ボタン 関連*/
  .btn_link {
    font-size: calc(16 * (100vw / 375));
    line-height: calc(60 * (100vw / 375));
  }

  .btn_submit {
    margin-top: calc(35 * (100vw / 375));
  }

  .btn_submit>p {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .btn_submit span {
    display: block;
    width: 100%;
  }

  .btn_submit span {
    margin-top: calc(14 * (100vw / 375));
  }

  .btn_submit span+span {
    margin-top: 0;
  }

  .btn_submit a,
  .btn_submit input {
    width: 100%;
    height: calc(60 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
    max-height: calc(60 * (100vw / 375));
    line-height: calc(60 * (100vw / 375));
    margin: 0;
  }

  .radioBtn label {
    padding-left: calc(30 * (100vw / 375));
    line-height: calc(24 * (100vw / 375));
  }

  .radioBtn input+label::before {
    width: calc(24 * (100vw / 375));
    height: calc(24 * (100vw / 375));
  }

  .radioBtn input:checked+label::after {
    left: calc(6 * (100vw / 375));
    width: calc(12 * (100vw / 375));
    height: calc(12 * (100vw / 375));
  }

  .radioBtn label+input+label {
    margin-left: calc(9 * (100vw / 375));
  }

  .ser_ttl--Log-out .button--mypage-log a {
    font-size: calc(12 * (100vw / 375));
    width: calc(106 * (100vw / 375));
    height: calc(19 * (100vw / 375));
    margin-top: calc(-44 * (100vw / 375));
    /* padding-top: calc(2 * (100vw / 375)); */
    float: right;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /*入力フォーム 関連*/
  .input_form input[type="text"],
  .input_form input[type="email"],
  .input_form input[type="number"],
  .input_form input[type="password"],
  .input_form input[type="search"],
  .input_form input[type="date"],
  .input_form input[type="month"],
  .input_form input[type="tel"],
  .input_form select.select_box {
    height: calc(50 * (100vw / 375));
    padding-left: calc(10 * (100vw / 375));
    padding-right: calc(10 * (100vw / 375));
  }

  .input_form__table {
    font-size: calc(15 * (100vw / 375));
  }

  .input_form__table dl {
    width: 100%;
  }

  .input_form__table dl+dl {
    margin-top: calc(12 * (100vw / 375));
  }

  .input_form__table dt {
    margin-bottom: calc(10 * (100vw / 375));
  }

  .input_form__table .input_form__blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .input_form__table .input_form__table--birth .input_txt {
    margin-left: calc(-9 * (100vw / 375));
  }

  .input_form__table .input_form__table--addr input+input {
    margin-left: 0;
  }

  .input_form__table .input_form__table--mail_flg {
    margin-top: calc(35 * (100vw / 375));
  }

  .input_form__table .input_form__table--mail_flg dt {
    margin-bottom: calc(17 * (100vw / 375));
  }

  .input_form__table .input_form__table--mail_flg2 {
    margin-top: calc(25 * (100vw / 375));
  }

  .input_form__table .input_form__table--mail_flg2 dt {
    margin-bottom: calc(6 * (100vw / 375));
  }

  .input_form__table .input_form__table--mail_flg2 dd {
    font-size: calc(15 * (100vw / 375));
    line-height: calc(38 * (100vw / 375));
  }

  .input_form__table .input_form__table--mail_flg2 label {
    display: block;
  }

  .input_form__table .input_form__table--mail_flg2 dd div.check-brand:last-of-type p {
    font-size: calc(13 * (100vw / 375));
    line-height: 1.6;
    margin: calc(10 * (100vw / 375)) 0 calc(4 * (100vw / 375));
  }

  .input_form__table .input_form__table--password {
    margin-top: calc(19 * (100vw / 375));
  }

  .input_form__table .input_form__table--name input {
    width: calc(172.5 * (100vw / 375));
  }

  .input_form__table .input_form__table--birth select {
    width: calc(90 * (100vw / 375));
  }

  .input_form__table .input_form__table--zip input {
    width: calc(165 * (100vw / 375));
  }

  .input_form__table .input_form__table--addr select {
    width: 100%;
  }

  .input_form__table .input_form__table--addr input {
    width: 100%;
    margin-top: calc(8 * (100vw / 375));
  }

  .input_form__table .input_form__table--mail input {
    width: 100%;
    display: block;
  }

  .input_form__table .input_form__table--contact_list select {
    width: 100%;
  }

  .input_form__table .input_form__table--contact_detail textarea {
    padding: calc(10 * (100vw / 375));
  }

  .input_form__table .input_form__table--mail input+input,
  .input_form__table .input_form__table--password input+input {
    margin-top: calc(8 * (100vw / 375));
    margin-left: 0;
  }

  .input_form__table .input_form__table--tel input {
    width: calc(101.6 * (100vw / 375));
  }

  .input_form__table .input_form__table--password input {
    width: 100%;
    display: block;
  }

  .confirm_form__table {
    font-size: calc(13 * (100vw / 375));
    line-height: calc(20 * (100vw / 375));
  }

  .confirm_form__table dl+dl {
    margin-top: calc(18 * (100vw / 375));
  }

  .confirm_form__table dt {
    font-size: calc(15 * (100vw / 375));
  }

  .confirm_form__table dd {
    margin-top: calc(3 * (100vw / 375));
  }

  /*チェックボックス*/
  .icn_checkbox label,
  .checkBox label {
    padding-left: calc(30 * (100vw / 375));
  }

  .icn_checkbox label::before,
  .icn_checkbox label::after,
  .checkBox label::before,
  .checkBox label::after {
    background-size: calc(20 * (100vw / 375));
    width: calc(20 * (100vw / 375));
    height: calc(20 * (100vw / 375));
  }
}

/*---------------------------------------------------
  ログインページ
  /Form/Login.aspx
  ---------------------------------------------------*/

.login_wrap .user_ttl-sub {
  font-weight: bold;
  border-bottom: 1px solid var(--aria);
}

.login_wrap .login_input label {
  display: block;
  font-weight: bold;
}

.login_wrap .login_input input,
.login_wrap .login_input li:last-child label {
  font-weight: normal;
}

.login_wrap .dvLoginReminder {
  text-decoration: underline;
}

.login_input__note {
  padding: 1rem 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.login_input__note span {
  display: block;
}

.login_input__note.txt_em {
  color: var(--incubation-red);
}

.login_order .login_error.fred.error_message {
  line-height: 1.6;
}

.warning-numlock {
  display: none;
  color: var(--incubation-red);
  font-size: 1.2rem;
  font-weight: bold;
}

.warning-numlock::before {
  content: "！";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: .6rem;
  border-radius: 50%;
  text-align: center;
  background-color: var(--incubation-red);
  color: var(--white);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3rem;
}

.warning-numlock--show {
  display: block;
  padding: 1rem 0 .4rem;
}

.login_wrap .login_input .loginPass--warning {
  border: 2px solid var(--incubation-red);
  background-color: var(--mistyrose);
}

/* お支払い方法関連 */
.login_regist__payment-wrapper {
  margin-top: 2.4rem;
  margin-bottom: 3.4rem;
}

.user_ttl--payment {
  margin-bottom: 1.3rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

.payment-list {
  display: flex;
  flex-wrap: wrap;
  width: 38rem;
}

.payment-list__payment-icon {
  height: 2rem;
}

.payment-list li:not(:nth-of-type(7)):not(:last-of-type) {
  margin-right: 1.9rem;
}

.payment-list li:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 1.9rem;
}

.payment-list__payment-icon--amazon {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.payment-list__payment-icon img {
  height: 100%;
  width: auto;
}

@media only screen and (min-width: 768px) {

  .login_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.4rem;
  }

  .login_wrap .dvLoginLogin,
  .login_wrap .dvLoginRegist {
    width: 40rem;
  }

  .login_wrap .user_ttl-sub {
    font-size: 1.8rem;
    margin-bottom: 2.8rem;
    padding-bottom: 1.3rem;
  }

  .login_wrap .login_input li+li {
    margin-top: 2.4rem;
  }

  .login_wrap .login_input li:last-child {
    margin-top: 1.2rem;
  }

  .login_wrap .login_input label {
    font-size: 1.5rem;
  }

  .login_wrap .login_input li:last-child label {
    font-size: 1.4rem;
  }

  .login_wrap .login_input input {
    margin-top: 1rem;
  }

  .login_wrap .button--square {
    margin-top: 4.1rem;
  }

  .login_wrap .dvLoginReminder {
    font-size: 1.5rem;
    margin-top: 1.6rem;
  }

  .dvLoginRegist .txt_cont {
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin-top: -0.4rem;
  }

  .dvLoginRegist .button--square {
    margin-top: 3.4rem;
  }

  .login_input__note {
    padding: 1rem 0 0;
    font-size: 1.2rem;
  }

  .login_order .btn_wrap .btn_link {
    margin-top: 0;
  }

  .login_order .login_error.fred.error_message {
    margin: 0 0 2.1rem;
    padding: 2rem 0 0;
    font-size: calc(11 * (100vw / 375));
    font-size: 1.3rem;
  }

}

@media only screen and (max-width: 767px) {

  .login_wrap {
    margin-top: calc(25 * (100vw / 375));
  }

  .login_wrap .user_ttl-sub {
    font-size: calc(18 * (100vw / 375));
    margin-bottom: calc(12 * (100vw / 375));
    padding-bottom: calc(12 * (100vw / 375));
  }

  .login_wrap .dvLoginLogin .user_ttl {
    display: none;
  }

  .login_wrap .login_input li+li {
    margin-top: calc(24 * (100vw / 375));
  }

  .login_wrap .login_input li:last-child {
    margin-top: calc(10 * (100vw / 375));
  }

  .login_wrap .login_input label {
    font-size: calc(15 * (100vw / 375));
  }

  .login_wrap .login_input input {
    margin-top: calc(10 * (100vw / 375));
  }

  .login_wrap .button--square {
    margin-top: calc(28 * (100vw / 375));
  }

  .login_wrap .dvLoginReminder {
    font-size: calc(15 * (100vw / 375));
    text-align: center;
    margin-top: calc(16 * (100vw / 375));
  }

  .dvLoginRegist {
    margin-top: calc(60 * (100vw / 375));
  }

  .dvLoginRegist .txt_cont {
    font-size: calc(13 * (100vw / 375));
    line-height: calc(20 * (100vw / 375));
  }

  .dvLoginRegist .button--square {
    margin-top: calc(20 * (100vw / 375));
  }

  .login_input__note {
    padding: calc(10 * (100vw / 375)) 0 0;
    font-size: calc(10 * (100vw / 375));
  }

  .login_error.error_message {
    margin: 0 0 calc(20 * (100vw / 375));
    padding: calc(25 * (100vw / 375)) 0 0;
    font-size: calc(10 * (100vw / 375));
  }

  .warning-numlock--show {
    display: none;
  }

  .login_wrap .login_input .loginPass--warning {
    border: 1px solid var(--aria);
    background-color: transparent;
  }

  /* お支払い方法関連 */
  .login_regist__payment-wrapper {
    margin-top: calc(20 * (100vw / 375));
    margin-bottom: calc(28 * (100vw / 375));
  }

  .user_ttl--payment {
    margin-bottom: calc(13 * (100vw / 375));
    font-size: calc(13 * (100vw / 375));
  }

  .payment-list {
    width: 100%;
  }

  .payment-list__payment-icon {
    height: calc(20 * (100vw / 375));
  }

  .payment-list li:not(:nth-of-type(7)):not(:last-of-type) {
    margin-right: calc(14 * (100vw / 375));
  }

  .payment-list li:not(:nth-last-of-type(-n+2)) {
    margin-bottom: calc(18 * (100vw / 375));
  }

  .payment-list__payment-icon--amazon {
    padding-top: calc(2.5 * (100vw / 375));
    padding-bottom: calc(2.5 * (100vw / 375));
  }

}

/*---------------------------------------------------
  パスワード再発行手続き
  /Form/User/PasswordReminderInput.aspx
  /Form/User/PasswordModifyInput.aspx
  ---------------------------------------------------*/
#dvPasswordReminderInput .txt_info span {
  display: block;
}

@media only screen and (min-width: 768px) {

  #dvPasswordReminderInput,
  #dvPasswordModifyInput {
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }

  #dvPasswordReminderInput .txt_info span {
    margin-top: 1rem;
  }

  #dvPasswordReminderInput .input_form__table--password input {
    width: 75rem;
  }

  #dvPasswordReminderInput .btn_submit {
    margin-top: 5rem;
  }

  #dvPasswordModifyInput .txt_info {
    border-bottom: 1px solid var(--aria);
    padding-bottom: 1.5rem;
  }

  #dvPasswordModifyInput .input_form__table {
    margin-top: 2.9rem;
  }

  #dvPasswordModifyInput .input_form__table .input_form__table--birth {
    margin-top: 2.2rem;
  }

  #dvPasswordModifyInput .input_form__table .input_form__table--birth dt:after {
    margin-right: 0;
  }

  #dvPasswordModifyInput .input_form__table .input_form__table--password {
    margin-top: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  #dvPasswordReminderInput .txt_info span {
    margin-top: calc(7 * (100vw / 375));
  }

  #dvPasswordReminderInput .btn_submit {
    margin-top: calc(16 * (100vw / 375));
  }

  #dvPasswordModifyInput .input_form__table .input_form__table--password {
    margin-top: calc(12 * (100vw / 375));
  }

  #dvPasswordModifyInput .btn_submit {
    margin-top: 0;
  }
}

/*---------------------------------------------------
  パスワード再発行手続き
  /Form/User/PasswordReminderComplete.aspx
  /Form/User/PasswordModifyComplete.aspx
  ---------------------------------------------------*/
.PasswordReminderComplete .completeInfo a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {

  .PasswordReminderComplete,
  .PasswordModifyComplete {
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .PasswordReminderComplete .user_ttl-main,
  .PasswordModifyComplete .user_ttl-main {
    margin-bottom: 6.8rem;
  }

  .PasswordReminderComplete .user_ttl-sub--nb,
  .PasswordModifyComplete .user_ttl-sub--nb {
    font-size: 2rem;
  }

  .PasswordReminderComplete .user_ttl-sub--nb,
  .PasswordReminderComplete .completeInfo,
  .PasswordModifyComplete .user_ttl-sub--nb,
  .PasswordModifyComplete .completeInfo {
    text-align: center;
  }

  .PasswordReminderComplete .completeInfo,
  .PasswordModifyComplete .completeInfo {
    margin-top: 3.4rem;
  }

  .PasswordReminderComplete .txt_info--small,
  .PasswordModifyComplete .txt_info--small {
    font-size: 1.1rem;
    line-height: 2.2rem;
    margin-top: 1.3rem;
  }

  .PasswordReminderComplete .btn_submit,
  .PasswordModifyComplete .btn_submit {
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 767px) {

  .PasswordReminderComplete .user_ttl-main,
  .PasswordModifyComplete .user_ttl-main {
    margin-bottom: 6.8rem;
  }

  .PasswordReminderComplete .user_ttl-sub--nb,
  .PasswordModifyComplete .user_ttl-sub--nb {
    font-size: calc(20 * (100vw / 375));
  }

  .PasswordReminderComplete .completeInfo,
  .PasswordModifyComplete .completeInfo {
    font-size: calc(13 * (100vw / 375));
    line-height: calc(26 * (100vw / 375));
    margin-top: calc(12 * (100vw / 375));
  }

  .PasswordReminderComplete .txt_info--small,
  .PasswordModifyComplete .txt_info--small {
    font-size: calc(11 * (100vw / 375));
    line-height: calc(22 * (100vw / 375));
    margin-top: calc(5 * (100vw / 375));
  }

  .PasswordReminderComplete .btn_submit,
  .PasswordModifyComplete .btn_submit {
    margin-top: calc(16 * (100vw / 375));
  }
}

/*---------------------------------------------------
  メールマガジン配信解除手続き入力
  /Form/User/MailMagazineCancelInput.aspx
  ---------------------------------------------------*/
#dvMailMagazineCancelInput .txt_info span {
  display: block;
}

@media only screen and (min-width: 768px) {

  #dvMailMagazineCancelInput {
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }

  #dvMailMagazineCancelInput .txt_info span {
    margin-top: 1rem;
  }

  #dvMailMagazineCancelInput .input_form__table--mail input {
    width: 75rem;
  }

  #dvMailMagazineCancelInput .btn_submit {
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  #dvMailMagazineCancelInput .txt_info span {
    margin-top: calc(7 * (100vw / 375));
  }

  #dvMailMagazineCancelInput .btn_submit {
    margin-top: calc(16 * (100vw / 375));
  }
}


/*---------------------------------------------------
  メールマガジン配信解除手続き完了
  /Form/User/MainMagazineCancelComplete.aspx
  ---------------------------------------------------*/
.MainMagazineCancelComplete .completeInfo a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {

  .MainMagazineCancelComplete {
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .MainMagazineCancelComplete .user_ttl-main {
    margin-bottom: 6.8rem;
  }

  .MainMagazineCancelComplete .user_ttl-sub--nb {
    font-size: 2rem;
  }

  .MainMagazineCancelComplete .user_ttl-sub--nb,
  .MainMagazineCancelComplete .completeInfo {
    text-align: center;
  }

  .MainMagazineCancelComplete .completeInfo {
    margin-top: 3.4rem;
  }

  .MainMagazineCancelComplete .txt_info--small {
    font-size: 1.1rem;
    line-height: 2.2rem;
    margin-top: 1.3rem;
  }

  .MainMagazineCancelComplete .btn_submit {
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 767px) {

  .MainMagazineCancelComplete .user_ttl-main {
    margin-bottom: 6.8rem;
  }

  .MainMagazineCancelComplete .user_ttl-sub--nb {
    font-size: calc(20 * (100vw / 375));
  }

  .MainMagazineCancelComplete .completeInfo {
    font-size: calc(13 * (100vw / 375));
    line-height: calc(26 * (100vw / 375));
    margin-top: calc(12 * (100vw / 375));
  }

  .MainMagazineCancelComplete .txt_info--small {
    font-size: calc(11 * (100vw / 375));
    line-height: calc(22 * (100vw / 375));
    margin-top: calc(5 * (100vw / 375));
  }

  .MainMagazineCancelComplete .btn_submit {
    margin-top: calc(16 * (100vw / 375));
  }
}


/*---------------------------------------------------
  エラーページ
  /Form/Error.aspx
  ---------------------------------------------------*/

#dvErrorInfoBox {
  font-family: var(--hirakaku);
}

#dvErrorInfoBox .user_ttl-sub--nb {
  font-family: var(--quattrocento-sans);
}

#dvErrorInfoBox {
  margin: 16.9rem auto 22.5rem;
  text-align: center;
}

#dvErrorInfoBox .user_ttl {
  margin-bottom: 2rem;
  font-size: 24px;
  letter-spacing: 0.024em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #dvErrorInfoBox {
    margin: calc(45 * (100vw / 375)) auto calc(60 * (100vw / 375));
  }

  #dvErrorInfoBox .user_ttl-sub--nb {
    margin: 0 auto calc(13 * (100vw / 375));
    font-size: calc(20 * (100vw / 375));
    line-height: 1.11;
    letter-spacing: 0.02em;
  }

  #dvErrorInfoBox .txt_info {
    font-size: calc(13 * (100vw / 375));
    letter-spacing: 0;
    line-height: 2;
  }

  #dvErrorInfoBox .btn_submit .button--mdl,
  #dvErrorInfoBox .btn_submit span,
  #dvErrorInfoBox .btn_submit a {
    width: 100%;
    max-width: unset;
    font-size: calc(16 * (100vw / 375));
  }
}

/*---------------------------------------------------
  お問い合わせ 入力
  /Form/Inquiry/InquiryInput.aspx
  ---------------------------------------------------*/
.inquiryinput .txt_em {
  color: var(--incubation-red);
}

.inquiry_faq__ttl {
  font-size: calc(15 * (100vw / 375));
  line-height: calc(20 * (100vw / 375));
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.inquiry_faq__ttl:after {
  content: "＋";
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "＋";
  color: #000;
}

.inquiry_faq__ttl.is-active:after {
  content: "−";
}

.inquiry_faq li {
  border-bottom: 1px solid var(--aria);
}

.inquiry_faq li:first-child {
  border-top: 1px solid var(--aria);
}

.inquiry_faq__content a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .inquiryinput {
    width: 79rem;
    padding: 0 2rem;
  }

  .inquiryinput .steps-wrap__step {
    width: 21%;
  }

  .inquiryinput .steps-wrap__step:after {
    width: calc(100% + 2rem);
    bottom: 0.5rem;
  }

  .inquiryinput .steps-wrap__step:nth-child(2) span {
    margin-left: 0;
  }

  .inquiry_faq li {
    padding: 0 2rem;
  }

  .inquiry_faq__ttl {
    font-size: 1.8rem;
    line-height: 6.7rem;
  }

  .inquiry_faq__ttl:after {
    font-size: 2.0rem;
    right: 0;
  }

  .inquiry_faq__content {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-bottom: 1.9rem;
  }

  .inquiry_faq__content p+p {
    margin-top: 2rem;
  }

  .inquiryinput .user_ttl-sub--nb {
    margin-top: 6rem;
  }

  .inquiryinput .txt_info {
    margin-top: 1.4rem;
  }

  .inquiryinput .input_form__table--contact_list {
    margin-top: 1.6rem;
  }

  .inquiryinput .input_form__table--mail input,
  .inquiryinput .input_form__table--contact_detail textarea {
    width: 75rem;
  }
}

@media only screen and (max-width: 767px) {
  .inquiryinput .steps-wrap__step {
    width: 29%;
  }

  .inquiry_faq__ttl {
    font-size: calc(15 * (100vw / 375));
    line-height: calc(20 * (100vw / 375));
    padding-top: calc(17 * (100vw / 375));
    padding-right: calc(50 * (100vw / 375));
    padding-bottom: calc(17 * (100vw / 375));
  }

  .inquiry_faq__ttl:after {
    font-size: calc(20 * (100vw / 375)) 0;
    right: calc(20 * (100vw / 375));
  }

  .inquiry_faq__content {
    font-size: calc(13 * (100vw / 375));
    line-height: calc(23 * (100vw / 375));
    margin-bottom: calc(24 * (100vw / 375));
  }

  .inquiry_faq__content p+p {
    margin-top: calc(12 * (100vw / 375));
  }

  .inquiryinput .user_ttl-sub--nb {
    margin-top: calc(38 * (100vw / 375));
  }

  .inquiryinput .txt_info {
    margin-top: calc(6 * (100vw / 375));
  }

  .inquiryinput .input_form__table--contact_list {
    margin-top: calc(17 * (100vw / 375));
  }
}

/*---------------------------------------------------
  お問い合わせ 確認
  /Form/Inquiry/InquiryConfirm.aspx
  ---------------------------------------------------*/
.inquiryconfirm .confirm_form__table {
  border-top: 1px solid var(--aria);
  border-bottom: 1px solid var(--aria);
}

.inquiryconfirm .confirm_form__table+.confirm_form__table {
  border-top: none;
}

@media only screen and (min-width: 768px) {
  .inquiryconfirm {
    width: 79rem;
    padding: 0 2rem;
  }

  .inquiryconfirm .steps-wrap__step {
    width: 21%;
  }

  .inquiryconfirm .steps-wrap__step:after {
    width: calc(100% + 2rem);
    bottom: 0.5rem;
  }

  .inquiryconfirm .steps-wrap__step:nth-child(2) span {
    margin-left: 0;
  }

  .inquiryconfirm .txt_info {
    margin-top: 1.4rem;
  }

  .inquiryconfirm .confirm_form__table {
    padding: 2.7rem 0;
  }

  .inquiryconfirm .confirm_form__table dt {
    width: 14.5rem;
  }

  .inquiryconfirm .confirm_form__table dd {
    width: 60.5rem;
    padding-right: 3rem;
  }

  .inquiryconfirm .text-xs-center {
    margin-top: 3rem;
  }

}

@media only screen and (max-width: 767px) {
  .inquiryconfirm .steps-wrap__step {
    width: 29%;
  }

  .inquiryconfirm .txt_info {
    margin-top: calc(12 * (100vw / 375));
    margin-bottom: calc(17 * (100vw / 375));
  }

  .inquiryconfirm .confirm_form__table {
    padding: calc(18 * (100vw / 375)) 0;
  }
}

/*---------------------------------------------------
  お問い合わせ 完了
  /Form/Inquiry/InquiryComplete.aspx
  ---------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .InquiryComplete {
    width: 79rem;
    padding: 0 2rem;
  }

  .InquiryComplete .steps-wrap__step {
    width: 21%;
  }

  .InquiryComplete .steps-wrap__step:after {
    width: calc(100% + 2rem);
    bottom: 0.5rem;
  }

  .InquiryComplete .steps-wrap__step:nth-child(2) span {
    margin-left: 0;
  }

  .InquiryComplete .user_ttl-main {
    margin-bottom: 6.8rem;
  }

  .InquiryComplete .user_ttl-sub--nb {
    text-align: center;
  }

  .InquiryComplete .completeInfo {
    text-align: center;
    margin-top: 3.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .InquiryComplete .steps-wrap__step {
    width: 29%;
  }
}

/*---------------------------------------------------
  会員規約ページ
  /Form/UserRegistRegulation.aspx
  ---------------------------------------------------*/
.regulation_message {
  overflow-y: scroll;
  border: 1px solid var(--aria);
}

.regulation_message h4 {
  font-weight: bold;
  border-bottom: 1px solid var(--aria);
}

@media only screen and (min-width: 768px) {
  .regulation_message {
    font-size: 1.2rem;
    line-height: 1.8rem;
    height: 35.4rem;
    margin-top: 1.7rem;
    padding: 3.4rem 5.0rem;
  }

  .regulation_message h4 {
    font-size: 1.4rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
  }

  .regulation_message h4:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .regulation_message {
    font-size: calc(11 * (100vw / 375));
    line-height: calc(18 * (100vw / 375));
    height: calc(200 * (100vw / 375));
    margin-top: calc(19 * (100vw / 375));
    padding: calc(12 * (100vw / 375));
  }

  .regulation_message h4 {
    font-size: calc(13 * (100vw / 375));
    margin-top: calc(24 * (100vw / 375));
    margin-bottom: calc(8 * (100vw / 375));
    padding-bottom: calc(8 * (100vw / 375));
  }

  .regulation_message h4:first-child {
    margin-top: 0;
  }
}

/*---------------------------------------------------
  新規会員登録ページ
  /Form/UserRegistInput.aspx
  ---------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .UserRegistInput .user_ttl-sub--obi {
    margin-top: 1.6rem;
    margin-bottom: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .UserRegistInput {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .UserRegistInput .top-wrap {
    order: 1;
  }

  .UserRegistInput .user_ttl-sub--obi {
    order: 2;
    height: auto;
    font-weight: bold;
    line-height: 1;
    background: none;
    padding-left: 0;
  }

  .UserRegistInput .txt_info {
    order: 3;
    margin-top: calc(12 * (100vw / 375));
    margin-bottom: calc(17 * (100vw / 375));
  }

  .UserRegistInput .regist_input {
    order: 4;
  }

  .UserRegistInput .input_form__table--sex .input_form__blk span {
    width: 100%;
  }
}

/*---------------------------------------------------
  新規会員ページ
  /Form/UserRegistInput.aspx
  ---------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .UserRegistConfirm .user_ttl-sub--obi {
    margin-top: 1.6rem;
    margin-bottom: 2.2rem;
  }

  .UserRegistConfirm .confirm_form__table dd {
    width: 41.4rem;
  }

  /*
  CROSSPLUS-12425 .attention_txt追加
  */
  .attention_txt{
    font-size: 1.4rem;
    color: var(--incubation-red);
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }

  .attention_txt a:hover{
    color: var(--incubation-red);
  }
  
}

@media only screen and (max-width: 767px) {
  .UserRegistConfirm .user_ttl_box {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .UserRegistConfirm .user_ttl-sub--obi {
    order: 1;
    height: auto;
    font-weight: bold;
    line-height: 1;
    background: none;
    padding-left: 0;
  }

  .UserRegistConfirm .txt_info {
    order: 2;
    margin-top: calc(12 * (100vw / 375));
    margin-bottom: calc(17 * (100vw / 375));
  }

  /*
  CROSSPLUS-12425 .attention_txt追加
  */
  .attention_txt{
    font-size: calc(12 * (100vw / 375));
    color: var(--incubation-red);
    line-height: calc(20*(100vw / 375));
  }

  .attention_txt a:hover{
    color: var(--incubation-red);
  }
}

/*---------------------------------------------------
  新規会員登録完了ページ
  /Form/UserRegistComplete.aspx
  ---------------------------------------------------*/
.UserRegistComplete .txt_info+.txt_info a {
  text-decoration: underline;
}

.line_coupon img {
  margin: 0 auto;
}

/*
  .line_coupon{
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #06C755;
  }
  .line_coupon__ttl{
    text-align: center;
    color: var(--white);
  }
  .line_coupon__ttl span{
    display: block;
  }
  .line_coupon__content{
    background: var(--white);
  }
  .line_coupon__content-small{
    font-weight: normal;
  }
  .line_coupon__content-img img {
    max-width: 85%;
  }
  .line_coupon__btn a{
    color: var(--white);
    margin-left: auto;
    margin-right: auto;
    background: #06C755;
  }
  .line_coupon__btn span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }*/
@media only screen and (min-width: 768px) {
  .UserRegistComplete h2 {
    margin-top: 5.6rem;
    text-align: center;
  }

  .UserRegistComplete .txt_info {
    margin-top: 2.5rem;
    text-align: center;
  }

  .UserRegistComplete .txt_info+.txt_info {
    margin-top: 1.5rem;
    text-align: center;
  }

  .txt_info--complete {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }

  .txt_info--complete-small {
    font-size: 1.1rem;
  }

  .line_coupon {
    margin-top: 4rem;
  }

  /*
    .line_coupon{
      width: 64rem;
      padding: 0.5rem;
      margin-top: 4rem;
    }
    .line_coupon__ttl{
      font-size: 1.3rem;
      margin-top: 1.1rem;
      margin-bottom: 1.9rem;
    }
    .line_coupon__ttl img{
      width: 18.1rem;
    }
    .line_coupon__ttl span{
      margin-top: 1.15rem;
    }
    .line_coupon__content{
      padding: 2.3rem 0;
    }
    .line_coupon__content-txt{
      font-size: 1.4rem;
      margin-bottom: 0.2rem;
    }
    .line_coupon__content-img img {
      width: 46.6rem;
    }
    .line_coupon__content-small{
      margin-bottom: 2rem;
    }
    .line_coupon__btn a{
      width: 26rem;
    }
    .line_coupon__btn img{
      margin-right: 1rem;
    }*/
}

@media only screen and (max-width: 767px) {
  .UserRegistComplete .txt_info {
    margin-top: calc(12 * (100vw / 375));
  }

  .UserRegistComplete .txt_info+.txt_info {
    margin-top: calc(7 * (100vw / 375));
  }

  .txt_info--complete {
    font-size: calc(13 * (100vw / 375));
    line-height: calc(26 * (100vw / 375));
  }

  .txt_info--complete-small {
    font-size: calc(11 * (100vw / 375));
    line-height: calc(22 * (100vw / 375));
  }

  .line_coupon {
    margin-top: calc(30 * (100vw / 375));
  }

  /*

    .line_coupon{
      padding: calc(5 * (100vw / 375));
      margin-top: calc(30 * (100vw / 375));
    }
    .line_coupon__ttl{
      font-size: calc(13 * (100vw / 375));
      line-height: calc(19 * (100vw / 375));
      margin-top: calc(11 * (100vw / 375));
      margin-bottom: calc(6 * (100vw / 375));
    }
    .line_coupon__ttl img{
      width: calc(181 * (100vw / 375));
    }
    .line_coupon__ttl span{
      margin-top: calc(10 * (100vw / 375));
    }
    .line_coupon__content{
      padding: calc(24 * (100vw / 375)) 0;
    }
    .line_coupon__content-txt{
      font-size: calc(14 * (100vw / 375));
      text-align: center;
      line-height: calc(20 * (100vw / 375));
      margin-bottom: calc(5 * (100vw / 375));
    }
    .line_coupon__content-small{
      margin-top: calc(19 * (100vw / 375));
      margin-bottom: calc(20 * (100vw / 375));
    }
    .line_coupon__btn a{
      width: calc(240 * (100vw / 375));
    }
    .line_coupon__btn img{
      margin-right: calc(10 * (100vw / 375));
    }*/
}

/*---------------------------------------------------
  マイページ
  /Form/MyPage.aspx
  ---------------------------------------------------*/
.mypage_top-info {

}
.mypage_top-info__user-name-wrap {
}
.mypage_top-info__user-name {
}

.mypage_top-info__member-rank-wrap {
  display: flex;
  align-items: center;
  color: var(--color-member-rank-text, var(--white));
  background-color: var(--color-member-rank, #333);
}
.mypage_top-info__member-rank-wrap[data-rank-id="normal"] {
  --color-member-rank-text: var(--color-member-rank-foreground);
  --color-member-rank: var(--color-member-rank-bronze);
}
.mypage_top-info__member-rank-wrap[data-rank-id="silver"] {
  --color-member-rank-text: var(--color-member-rank-foreground);
  --color-member-rank: var(--color-member-rank-silver);
}
.mypage_top-info__member-rank-wrap[data-rank-id="gold"] {
  --color-member-rank-text: var(--color-member-rank-foreground);
  --color-member-rank: var(--color-member-rank-gold);
}
.mypage_top-info__member-rank-wrap[data-rank-id="platinum"] {
  --color-member-rank-text: var(--color-member-rank-foreground);
  --color-member-rank: var(--color-member-rank-platinum);
}
.mypage_top-info__member-rank-wrap[data-rank-id="diamond"] {
  --color-member-rank-text: var(--color-member-rank-foreground);
  --color-member-rank: var(--color-member-rank-diamond);
}
.mypage_top-info__current-rank-label {

}
.mypage_top-info__current-rank-name {
  font-weight: 600;
}
.mypage_top-info__rankup-remaining {
  line-height: 1.63;
}
.mypage_point__about-member-rank {
  text-align: right;
  line-height: 1.7;
}
.mypage_point__about-member-rank a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .mypage_top-info__user-name-wrap {
    font-size: calc(15 * (100vw / 375));
    padding-top: calc(10 * (100vw / 375));
    padding-bottom: calc(15 * (100vw / 375));
  }
  .mypage_top-info__user-name {
    margin-right: calc(5 * (100vw / 375));
  }
  .mypage_top-info__member-rank-wrap {
    justify-content: space-between;
    flex-wrap: wrap;
    gap:  calc(12 * (100vw / 375));
    padding: calc(13 * (100vw / 375)) calc(6 * (100vw / 375));
  }
  .mypage_top-info__current-rank-label {
    font-size: calc(15 * (100vw / 375));
  }
  .mypage_top-info__current-rank-name {
    font-size: calc(20 * (100vw / 375));
  }
  .mypage_top-info__rankup-remaining {
    width: 100%;
    font-size: calc(12 * (100vw / 375));
    text-align: right;
  }
  .mypage_point__about-member-rank {
    margin-top: calc(10 * (100vw / 375));
    font-size: calc(10 * (100vw / 375));
  }
}
@media only screen and (min-width: 768px) {
  .mypage_top-info__user-name-wrap {
    font-size: 1.5rem;
    padding-bottom: 2rem;
  }
  .mypage_top-info__user-name {
    margin-right: 1rem;
    font-size: 1.2em;
  }
  .mypage_top-info__member-rank-wrap {
    justify-content: flex-start;
    padding-right: 1rem;
    font-size: 1.5rem;
    line-height: 4rem;
  }
  .mypage_top-info__current-rank-label {
    width: 22.5rem;
    padding-left: 1rem;
  }
  .mypage_top-info__current-rank-name {
    font-size: 2rem;
    margin-right: 2rem;
  }
  .mypage_top-info__rankup-remaining {
    font-size: 1.4rem;
  }
  .mypage_point__about-member-rank {
    margin-top: 1rem;
    font-size: 1rem;
  }
}


.mypage_point__item:nth-child(odd) {
  background: var(--white-solid);
}
.mypage_point__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mypage_point__item dt {
  font-weight: normal;
}

.mypage_usermenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mypage_usermenu_list li {
  text-align: center;
}

.mypage_usermenu_list__link {
  display: block;
  transition: background-color .4s ease;
  display: block;
  height: 100%;
  border: 1px solid var(--aria);
}

.mypage_usermenu_list__link:hover {
  background-color: var(--white-solid);
}

.mypage_usermenu_list__ttl {
  border-bottom: 1px solid var(--aria)
}

.mypage_usermenu_list__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mypage_usermenu_list__img img {
  vertical-align: middle;
}

.mypage_top+.side_area {
  display: none;
}

@media only screen and (min-width: 768px) {

  /* .mypage_point__item.mypage_name {
    font-size: 1.5rem;
    padding-bottom: 2rem;
  }

  .mypage_name__lg {
    font-size: 1.2em;
    padding-right: 1rem;
  } */

  .mypage_point__item .mypage_point__ttl {
    width: 22.5rem;
  }

  .mypage_point__item dl {
    font-size: 1.5rem;
    line-height: 4rem;
    text-align: left;
  }

  .mypage_point__item dt {
    padding-left: 1rem;
  }

  .mypage_point__item dd strong {
    font-size: 2rem;
  }

  .mypage_usermenu {
    margin-top: 4rem;
  }

  .mypage_usermenu_list li {
    width: 21.2rem;
    min-height: 16.8rem;
    margin-left: 1.73rem;
    margin-bottom: 1.5rem;
  }

  .mypage_usermenu_list li:first-child,
  .mypage_usermenu_list li:nth-child(4n+1) {
    margin-left: 0;
  }

  .mypage_usermenu_list__link {
    padding: 1.6rem 1.2rem;
  }

  .mypage_usermenu_list__ttl {
    font-size: 1.3rem;
    padding-bottom: 1.6rem;
  }

  .mypage_usermenu_list__img {
    height: 5rem;
    margin-top: 0.2rem;
  }

  .mypage_usermenu_list__txt {
    line-height: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {

  /* .mypage_point__item.mypage_name {
    font-size: calc(15 * (100vw / 375));
    padding-top: calc(10 * (100vw / 375));
    padding-bottom: calc(15 * (100vw / 375));
  }

  .mypage_name__lg {
    padding-right: calc(5 * (100vw / 375));
  } */

  .mypage_point__item dl {
    font-size: calc(15 * (100vw / 375));
    line-height: calc(40 * (100vw / 375));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mypage_point__item:first-child {
    margin-top: calc(-3 * (100vw / 375));
  }

  .mypage_point__item dt {
    min-width: calc(160 * (100vw / 375));
    padding-left: calc(6 * (100vw / 375));
  }

  .mypage_point__item dd {
    text-align: right;
    padding-right: calc(6 * (100vw / 375));
  }

  .mypage_point__item dd .txt_point--data {
    display: block;
    font-size: calc(12 * (100vw / 375));
    margin-top: calc(-20 * (100vw / 375));
  }

  .mypage_point__item dd strong {
    font-size: calc(20 * (100vw / 375));
  }

  .mypage_usermenu {
    margin-top: calc(30 * (100vw / 375));
  }

  .mypage_usermenu_list li {
    width: calc(171 * (100vw / 375));
    min-height: calc(164 * (100vw / 375));
    margin-left: calc(12 * (100vw / 375));
    margin-bottom: calc(12 * (100vw / 375));
  }

  .mypage_usermenu_list li:nth-child(odd) {
    margin-left: 0;
  }

  .mypage_usermenu_list__link {
    padding: calc(16 * (100vw / 375)) calc(9 * (100vw / 375));
  }

  .mypage_usermenu_list__ttl {
    font-size: calc(12 * (100vw / 375));
    padding-bottom: calc(16 * (100vw / 375));
  }

  .mypage_usermenu_list__img {
    height: calc(52 * (100vw / 375));
  }

  .mypage_usermenu_list__txt {
    line-height: calc(16 * (100vw / 375));
  }
}

/*---------------------------------------------------
  購入履歴
  /Form/OrderHistory/OrderHistoryList.aspx
  ---------------------------------------------------*/
/*購入履歴なし*/
.no_history {
  color: var(--incubation-red);
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .no_history {
    font-size: calc(24*(100vw/750));
  }
}

/*購入履歴あり*/
#dvOrderHistoryList .user_ttl-sub--obi {
  font-weight: bold;
}

.order_item__inner {
  position: relative;
}

.order_cont__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order_btn .button {
  max-width: none;
  max-height: none;
}

.order_product__list {
  position: relative;
  border-top: 1px solid var(--aria);
}

.order_product__list_inner {
  width: 58rem;
}

.order_product__list_inner>ul {
  transition: opacity .4s ease-in-out;
  opacity: 0;
  height: 0;
}

.order_product__list .slick-slider .slick-list {
  overflow: visible;
}

.order_product__list_inner>.slick-slider {
  opacity: 1;
  height: auto;
}

.order_product__list .slick-track {
  margin-left: 0;
}

.order_product__list .slick-arrow {
  top: 6.5rem;
  width: 2.8rem;
  height: 2.4rem;
  z-index: 10;
}

.order_product__list .slick-arrow::before {
  transition: opacity .4s ease-in-out;
  opacity: 0;
  display: block;
  width: 2.8rem;
  height: 2.4rem;
  z-index: 0;
  content: "";
}

.order_product__list:hover .slick-arrow::before,
.order_product__list:active .slick-arrow::before {
  opacity: 1;
}

.order_product__list .slick-prev {
  left: .8rem;
}

.order_product__list .slick-prev::before {
  background: url(../../../Contents/ImagesPkg/user/icn_arrw_prev_white.svg) no-repeat center center;
  background-size: 100% 100%;
}

.order_product__list .slick-next {
  right: -3.2rem;
}

.order_product__list .slick-next::before {
  background: url(../../../Contents/ImagesPkg/user/icn_arrw_next_white.svg) no-repeat center center;
  background-size: 100% 100%;
}

.order_product__list .slick-disabled {
  opacity: 0;
}

.order_product__item a {
  display: block;
  transition: opacity .3s ease-in-out;
}

.order_product__item a:hover {
  opacity: .6;
}

.order_product__brand {
  font-weight: bold;
  font-family: var(--quattrocento-sans);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.order_product__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .order_item__inner {
    font-size: 1.3rem;
    margin-top: 2.1rem;
  }

  .order_cont__list {
    padding-left: 1.4rem;
  }

  .order_cont__list li+li {
    margin-top: 1.8rem;
  }

  .order_cont__list dt {
    width: 11rem;
  }

  .order_btn {
    position: absolute;
    top: 0;
    right: 0;
  }

  .order_btn .button {
    width: 15rem;
    height: 3.2rem;
  }

  .order_product__list {
    margin-top: 2.1rem;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .order_product__list .slick-track {
    margin-left: 0;
  }

  .order_product__item {
    width: 10rem !important;
    margin-right: 1.3rem;
  }

  .order_product__image {
    margin-bottom: 0.6rem;
  }

  .order_product__brand {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }

  .order_product__title {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {

  .order_item__inner {
    font-size: calc(15 * (100vw / 375));
    margin-top: 2.1rem;
    margin-bottom: 4rem;
  }

  .order_product__list ul {
    margin-left: calc(-8 * (100vw / 375));
  }

  .order_cont__list li+li {
    margin-top: calc(20 * (100vw / 375));
  }

  .order_cont__list dl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .order_cont__list dt {
    font-weight: normal;
  }

  .order_btn .button {
    font-size: calc(15 * (100vw / 375));
    width: calc(284 * (100vw / 375));
    height: calc(36 * (100vw / 375));
  }

  .order_product__list {
    margin-top: calc(24 * (100vw / 375));
    overflow: hidden;
    padding-top: calc(15 * (100vw / 375));
    padding-bottom: calc(20 * (100vw / 375));
  }

  .order_product__list_inner {
    width: 80%;
  }

  .order_product__list .slick-track {
    margin-left: 0;
  }

  .order_product__item {
    width: calc(74 * (100vw / 375)) !important;
    margin-right: calc(8 * (100vw / 375));
    box-sizing: content-box;
  }

  /* -- slick arrow -- */
  .order_product__list .slick-arrow {
    top: 48%;
    width: calc(28 * (100vw / 375));
    height: calc(24 * (100vw / 375));
  }

  .order_product__list .slick-arrow::before {
    width: calc(28 * (100vw / 375));
    height: calc(24 * (100vw / 375));
  }

  .order_product__list .slick-prev {
    left: calc(12 * (100vw / 375));
  }

  .order_product__list .slick-next {
    right: calc(-68 * (100vw / 375));
  }

  .order_product__brand,
  .order_product__title {
    display: none;
  }
}



/*---------------------------------------------------
  購入履歴詳細
  /Form/OrderHistory/OrderHistoryDetail.aspx
  ---------------------------------------------------*/

.txt_em {
  color: var(--incubation-red);
}

.hidden {
  display: none !important;
}

.order_history_detail_wrap {
  position: relative;
}

.order_history_detail_wrap .button {
  transition: background-color .1s linear, border-color .1s linear, color .1s linear;
}

.order_history_detail_wrap .error_inline {
  display: block;
}

.order_history_detail .necessary_s {
  display: none;
  color: #ff0000;
  font-size: .9rem;
}

.order_btn_head>ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.order_btn_head>ul>li {
  padding: 0 1rem;
}

.button[disabled="disabled"] {
  pointer-events: none;
}

.order_history__shipping .user_ttl-sub--sm,
.order_history__product .user_ttl-sub--sm {
  margin-bottom: 2rem;
  padding: 3rem 0 1.6rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid var(--aria);
}

.order_history__shipping__table {
  font-size: 1.4rem;
}

.order_history_detail .txt_order_notes--btn {
  display: block;
}

.order_history_detail .txt_order_notes--btn {
  display: block;
}

.order_history__shipping {
  position: relative;
}

.btn_submit_sm {
  border-bottom: 1px solid var(--aria);
}

.purchase_current_card {
  border: 1px solid var(--aria);
}

/* -- 注文編集 -- */

.order_edit_wrap {
  border-top: 1px solid var(--aria);
}

.order_edit_wrap dl {
  display: block;
}

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

.order_edit_wrap .input_form__point {
  display: block;
}

.order_history__product_brand {
  font-weight: bold;
  font-family: var(--quattrocento-sans);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.order_history__product_brand+br {
  display: none;
}

/* -- クレジットカード編集 -- */

.credit_card_edit {
  border: 1px solid var(--aria);
}

.credit_card_edit .check_register {
  display: inline-block;
  margin-top: 0;
}

.order_history__product_img img {
  max-width: 100%;
  height: 10.56rem;
}

/* ---------- 合計 ---------- */

.order_history__sum {
  border: 1px solid var(--aria);
}

.order_total {
  border-top: 1px solid var(--aria);
}

.order_btn>p {
  width: 100%;
  max-width: 100%;
}

.order_total__ttl {
  float: left;
  font-weight: normal;
}

.order_total__cont {
  font-weight: bold;
  text-align: right;
}

.order_history_detail_wrap .button[disabled="disabled"],
.order_history_detail_wrap .button--square-border--major-blue[disabled="disabled"] {
  opacity: 0.5;
  border: solid 1px var(--cold-grey) !important;
  background-color: var(--cold-grey) !important;
  color: var(--white) !important;
}

/* 購入履歴詳細ページ 予約アイコン */
.campaign-icon--reserved {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: .9em;
  height: calc(40 * (100vw / 375));
  margin-right: calc(10* (100vw / 375));
  margin-left: calc(-14 * (100vw / 375));
  padding: 0 calc(10 * (100vw / 375));
}

.campaign-icon--reserved:empty {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* PC */

  .order_history_detail_wrap input+.error_inline {
    padding-top: 10px;
  }

  .order_history_detail_wrap .error_inline {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .order_history_detail_wrap .select_box.select_box--md {
    min-width: 19.4rem;
  }

  .order_history_detail {
    padding-bottom: 5rem;
  }

  .order_cont__list {
    padding-top: 0;
  }

  .order_cont__list dd {
    padding-left: 0;
  }

  .order_btn_head {
    position: absolute;
    top: 7.5rem;
    right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }

  .order_btn_head .button {
    width: 15rem;
    height: 3.2rem;
  }

  .order_history_detail .button--sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    font-size: 1.18rem;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
  }

  .order_btn {
    top: 9.4rem;
  }

  .order_history__list .order_btn {
    top: 0;
  }

  .order_btn .button {
    width: 16rem;
    margin-bottom: 1rem;
  }

  .order_history__info .order_btn {
    top: 0;
  }

  .btn_submit_sm {
    margin-top: 0;
    margin-bottom: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .btn_submit_sm .button--sm {
    padding: 0;
    font-size: 1.2rem;
    width: 22rem;
    max-width: 22rem;
    height: 3.4rem;
    max-height: 3.4rem;
    line-height: 3.4rem;
  }

  .order_edit_wrap--payment .btn_submit_sm {
    padding-top: 2rem;
  }

  /* ---------- ご注文情報 ---------- */

  .order_history__info {
    margin-bottom: 1rem;
  }

  .order_history__order_cont__list>ul {
    font-size: 1.05em;
  }

  .user_ttl-sub--sm {
    font-size: 1.4rem;
  }

  .txt_order_notes {
    padding: .5rem 0 0;
    font-size: 1rem;
  }

  .txt_order_notes--btn {
    display: block;
    padding: 0;
  }

  .purchase_current_card {
    border-radius: .4rem;
    padding: 1.5rem 2rem;
    margin: 1rem 0;
    font-size: .9em;
    line-height: 2;
  }

  .purchase_current_card__ttl {
    display: block;
    font-weight: bold;
  }

  .cart_list__ttl {
    display: block;
    float: none !important;
    width: 100% !important;
    margin: 0 0 1.5rem;
    padding: .5rem 0 1rem;
    border-bottom: 1px solid var(--aria);
    font-size: 1.3rem;
    font-weight: bold !important;
  }

  .order_history_detail .fgray {
    font-size: 1rem;
  }

  .order_history_detail .fred {
    font-size: .8rem;
  }

  .fred.error_message {
    margin: .5em 0 0;
    font-size: 1rem;
    letter-spacing: 0.02em;
  }

  #CartList dt {
    float: none;
    width: auto;
  }

  #CartList,
  #CartList dd {
    padding-left: 0;
  }

  #CartList dd {
    padding: 1.5rem 0 1.5rem 3rem;
  }

  /* -- 注文編集 -- */

  .order_edit_wrap {
    width: 46rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .order_edit_wrap .radioBtn {
    margin: .8rem 0 .5rem;
  }

  .order_edit_wrap .form_box_ttl {
    margin: 1rem 0 1.5rem;
  }

  .order_edit_wrap .form_box_cont {
    margin: 1rem 0 1.5em;
  }

  .order_edit_wrap .credit_card__ttl {
    margin: 0 0 1.2rem;
  }

  .order_edit_wrap .credit_card__cont {
    margin: 2rem 0;
  }

  .credit_card__cont:last-child {
    margin-bottom: 0 !important;
  }

  .order_edit_wrap .input_form__point {
    margin: 1.5em 0 -1.5em;
  }

  .order_edit_wrap .input_form__point input[type="text"] {
    width: 7rem;
  }

  .order_cont__point .error_message,
  .order_cont__item .txt_order_notes {
    margin: 1.5em 0 0;
    font-size: 1.1rem;
  }

  .form_box_cont__info {
    margin: 0 0 1.5em;
  }

  /* -- クレジットカード編集 -- */

  .credit_card_edit {
    margin: 2rem 0;
    padding: 2rem !important;
    border-radius: .4rem;
  }

  .credit_card_edit .select_box,
  .credit_card_edit input[type="text"],
  .credit_card_edit input[type="tel"],
  .credit_card_edit .check_register {
    margin-bottom: 0;
  }

  .credit_card_edit .select_box--lg {
    margin-bottom: 1.5rem;
  }

  .credit_card_edit input[maxlength="4"] {
    width: auto;
  }

  .credit_card_edit .check_register {
    margin-bottom: 1em;
  }

  .order_history_detail .select_box--lg {
    min-width: 100%;
  }

  .order_history_detail .select_box--sm,
  .order_history_detail .select_box--sm2 {
    min-width: 9rem;
  }

  .order_history_detail .select_box--md {
    min-width: 14rem;
  }

  /* ---------- お届け先情報 ---------- */

  .order_history__shipping {
    margin-bottom: 3rem;
  }

  .order_history__shipping__table {
    width: 100%;
  }

  .order_history__shipping__table>tbody>tr>th {
    width: 16rem;
  }

  .order_history__shipping__table>tbody>tr>th,
  .order_history__shipping__table>tbody>tr>td {
    padding-top: .6rem;
    padding-bottom: .6rem;
    line-height: 1.8;
  }

  .order_history__shipping .input_form__shipping {
    width: 40.4rem;
    min-width: 40.4rem;
    margin: 0 0 2.5rem;
    padding: 1rem 0 0;
    font-size: 1.3rem;
  }

  .order_history__shipping__table .form_name {
    margin-right: 1rem;
  }

  .order_history__shipping__table .form_zip {
    margin-right: 0.5rem;
  }

  .order_history__shipping__table .form_zip_2 {
    margin-left: 0.5rem;
  }

  /* ---------- ご注文商品 ---------- */

  .order_history__product {
    margin-bottom: 5rem;
    font-size: 1.3rem;
  }

  .order_history__product__item {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid var(--aria);
  }

  .order_history__product__item:first-child {
    padding-top: 1rem;
  }

  .order_history__product_name_wrap {
    /* display: inline; */
    display: flex;
    align-items: center;
    width: 92%;
  }

  .order_history__product_info {
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: left;
  }


  _:-ms-lang(x)::-ms-backdrop,
  .order_history__product_info {
    width: 76.12%;
  }

  /* .order_history__product_img,
    .order_history__product_name,
    .order_history__product_price,
    .order_history__product_count {
      display: table-cell;
      vertical-align: middle;
    } */

  .order_history__product_img {
    /* width: 15%;
      padding-right: 1rem; */
    width: 100%;
    margin-right: 1rem;
    max-width: 8.8rem;
    flex: 1 auto;
  }

  .order_history__product_name_txt {
    line-height: 1.5;
  }

  /* .order_history__product_name {
      width: 50%;
    } */

  .order_history__product_brand {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    display: block;
  }

  .order_history__product_price {
    width: auto;
    text-align: right;
  }

  .order_history__product_count {
    width: 8%;
    text-align: center;
  }

  _:-ms-lang(x)::-ms-backdrop,
  .order_history__product_count {
    width: auto;
  }


  .order_history__product_price,
  .order_history__product_count {
    font-size: 1.1em;
  }

  .form_tel input[type="text"] {
    width: 8rem !important;
    margin: 0 .4em;
  }

  .form_tel input[type="text"]:first-child {
    margin-left: 0;
  }

  /* ---------- 合計 ---------- */

  .order_history__sum {
    padding: 3.5rem;
    border: 1px solid var(--aria);
    border-radius: .4rem;
    font-size: 1.4rem;
  }

  .order_sum__ttl {
    float: left;
    width: 12rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-weight: normal;
  }

  .order_sum__cont {
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-left: 12rem;
    text-align: right;
    font-size: 1.55rem;
  }

  .order_total {
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .order_total__ttl {
    width: 12rem;
  }

  .order_total__cont {
    padding-left: 12rem;
    font-size: 2.5rem;
    line-height: 1;
  }

  /* 購入履歴詳細ページ 予約アイコン */
  .campaign-icon--reserved {
    font-size: .9em;
    height: 4.7rem;
    margin-right: 1rem;
    margin-left: -2rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {

  /* SP */
  .order_history__product_info {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    text-align: left;
  }

  /* レイアウト調整用 */
  .usercontents_main {
    float: none;
    width: 100%;
  }

  .order_btn {
    position: inherit;
    top: 0;
    display: flex;
    justify-content: center;
  }

  .order_btn .button {
    width: calc(284 * (100vw / 375));
    max-width: calc(284 * (100vw / 375));
    height: calc(36 * (100vw / 375));
    max-height: calc(36 * (100vw / 375));
    margin: auto;
    font-size: calc(14 * (100vw / 375));
  }

  /* メインタイトル */
  .order_history_detail_wrap .user_ttl-main {
    margin-bottom: 5rem;
  }

  .order_history_detail_wrap input+.error_inline {
    padding-top: calc(10 * (100vw / 375));
  }

  .order_history_detail_wrap .error_inline {
    font-size: calc(11 * (100vw / 375));
    line-height: 1.8;
    padding: calc(5 * (100vw / 375)) 0 0;
  }

  .order_history_detail_wrap .select_box {
    font-size: calc(13 * (100vw / 375)) !important;
  }

  .order_history_detail_wrap .select_box.select_box--md {
    min-width: calc(290 * (100vw / 375));
  }

  .txt_order_notes {
    margin: calc(10 * (100vw / 375)) 0 0;
    padding-top: 0;
    font-size: calc(10 * (100vw / 375));
  }

  .order_btn_head {
    margin-bottom: calc(20 * (100vw / 375));
  }

  .order_btn_head>ul>li {
    width: 50%;
  }

  .order_btn_head .button {
    width: 100%;
    height: calc(30 * (100vw / 375));
  }

  .order_cont__item>dl>dd {
    padding-left: calc(10 * (100vw / 375));
    text-align: right;
  }

  .order_history__list .paginationBottom {
    margin-bottom: calc(-10 * (100vw / 375)) !important;
    padding-top: calc(30 * (100vw / 375));
  }

  /* -- ご注文番号 -- */
  .order_num.user_ttl {
    margin-top: calc(40 * (100vw / 375));
    margin-bottom: calc(20 * (100vw / 375));
  }

  .order_history__item:first-child .order_num.user_ttl {
    margin-top: 0;
  }

  /* -- クレジットカード -- */
  .purchase_current_card {
    margin: 0;
    padding: calc(12 * (100vw / 375));
    font-size: .8em;
    line-height: 1.7;
    text-align: left;
  }

  /* -- ボタン -- */

  .order_history_detail .order_btn {
    position: inherit;
    top: 0;
    display: flex;
    justify-content: center;
    padding: calc(20 * (100vw / 375)) calc(10 * (100vw / 375)) calc(10 * (100vw / 375));
  }

  .order_history_detail .order_btn .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(14 * (100vw / 375));
    width: calc(157 * (100vw / 375));
    height: calc(36 * (100vw / 375));
    margin: 0 auto;
    padding: calc(8 * (100vw / 375)) calc(10 * (100vw / 375));
  }

  .order_history__shipping {
    margin-bottom: calc(20 * (100vw / 375));
  }

  .order_history__shipping .user_ttl-sub--sm,
  .order_history__product .user_ttl-sub--sm {
    font-size: calc(15 * (100vw / 375));
  }

  .order_history__shipping__table {
    font-size: calc(13 * (100vw / 375));
  }

  .order_history__shipping__table>tbody>tr>th,
  .order_history__shipping__table>tbody>tr>td {
    padding-top: 0;
    padding-bottom: 0;
  }

  .order_history__shipping__table>tbody>tr>th {
    width: 100%;
    margin-top: calc(20 * (100vw / 375));
    margin-bottom: calc(5 * (100vw / 375));
    font-size: calc(15 * (100vw / 375));
  }

  .order_history__shipping__table>tbody>tr:first-child>th {
    margin-top: 0;
  }

  .order_history__shipping__table>tbody>tr>td {
    line-height: 1.6;
  }

  .order_cont__item>dl,
  #CartList .list dl {
    display: block;
  }

  .order_cont__item>dl>dt {
    float: left;
    width: calc(110 * (100vw / 375));
  }

  .order_cont__item>dl>dd {
    padding-left: calc(110 * (100vw / 375));
    text-align: left;
  }

  #CartList dd {
    padding: calc(15 * (100vw / 375)) 0 calc(15 * (100vw / 375)) calc(30 * (100vw / 375));
  }

  .order_edit_wrap .radioBtn {
    margin: calc(8 * (100vw / 375)) 0 calc(5 * (100vw / 375));
  }

  .order_edit_wrap .form_box_ttl {
    margin: calc(8 * (100vw / 375)) 0 calc(10 * (100vw / 375));
  }

  .order_edit_wrap .form_box_cont {
    margin: calc(10 * (100vw / 375)) 0 calc(15 * (100vw / 375));
  }

  .order_edit_wrap .credit_card__ttl {
    margin: 0 0 calc(8 * (100vw / 375));
  }

  .order_edit_wrap .credit_card__cont {
    margin: calc(20 * (100vw / 375)) 0;
  }

  .credit_card__cont:last-child {
    margin-bottom: 0 !important;
  }

  .order_edit_wrap .input_form__point {
    margin: calc(15 * (100vw / 375)) 0 calc(-15 * (100vw / 375));
  }

  .order_edit__point {
    line-height: 1.6;
  }

  .order_edit_wrap .input_form__point input[type="text"] {
    width: calc(70 * (100vw / 375));
  }

  .order_cont__point .error_message,
  .order_cont__item .txt_order_notes {
    margin: calc(15 * (100vw / 375)) 0 0;
    font-size: calc(11 * (100vw / 375));
  }

  .form_box_cont__info {
    margin: 0 0 calc(15 * (100vw / 375));
  }

  /* -- クレジットカード編集 -- */

  .credit_card_edit .fred,
  .credit_card_edit .fgray {
    font-size: calc(8 * (100vw / 375));
  }

  .credit_card_edit {
    margin: calc(15 * (100vw / 375)) 0;
    padding: calc(12 * (100vw / 375)) !important;
    border-radius: calc(4 * (100vw / 375));
    font-size: calc(12 * (100vw / 375)) !important;
  }

  .credit_card_edit .select_box,
  .credit_card_edit input[type="text"],
  .credit_card_edit input[type="tel"],
  .credit_card_edit .check_register {
    margin-bottom: 0;
  }

  .credit_card_edit .select_box--lg {
    margin-bottom: calc(15 * (100vw / 375));
  }

  .credit_card_edit input[maxlength="4"] {
    width: auto;
  }

  .credit_card_edit .check_register {
    margin-bottom: calc(10 * (100vw / 375));
  }

  .order_history_detail .select_box--lg {
    min-width: 100%;
  }

  .order_history_detail .select_box--sm {
    min-width: calc(64 * (100vw / 375));
  }

  .order_history_detail .select_box--sm2 {
    min-width: calc(70 * (100vw / 375));
  }

  .order_history_detail .select_box--md {
    min-width: calc(140 * (100vw / 375));
  }

  .btn_submit_sm {
    margin: 0;
    padding-top: calc(15 * (100vw / 375));
    padding-bottom: calc(15 * (100vw / 375));
  }

  .btn_submit_sm>p {
    flex-direction: inherit;
    justify-content: center;
  }

  .btn_submit_sm span {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0 calc(5 * (100vw / 375));
  }

  .btn_submit_sm .button--sm {
    padding: 0;
    font-size: calc(12 * (100vw / 375));
    width: calc(116 * (100vw / 375));
    max-width: calc(116 * (100vw / 375));
    height: calc(34 * (100vw / 375));
    max-height: calc(34 * (100vw / 375));
    line-height: calc(34 * (100vw / 375));
  }

  .order_edit_wrap {
    margin-top: calc(15 * (100vw / 375));
    padding-top: calc(15 * (100vw / 375));
  }

  .order_history__info .btn_submit_sm {
    margin-right: calc(-5 * (100vw / 375));
    margin-left: calc(-5 * (100vw / 375));
    margin-bottom: calc(15 * (100vw / 375));
  }

  /* ---------- お届け先情報 ---------- */

  .order_history__shipping {
    margin-bottom: calc(40 * (100vw / 375));
  }

  .order_history__shipping .user_ttl-sub {
    margin-bottom: 0;
  }

  .order_history__shipping__table>tbody>tr {
    display: flex;
    flex-direction: column;
  }

  .order_history__shipping__table>tbody>tr>th {
    width: 100%;
    font-size: calc(15 * (100vw / 375));
    margin-top: calc(20 * (100vw / 375));
    margin-bottom: calc(8 * (100vw / 375));
  }

  .order_history__shipping__table>tbody>tr>th,
  .order_history__shipping__table>tbody>tr>td {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* -- お届け先情報 -- */

  .order_history__shipping .select_box {
    font-size: calc(11 * (100vw / 375));
  }

  .input_form__shipping .select_box--lg {
    margin-bottom: calc(15 * (100vw / 375));
  }

  .order_history__shipping__table input[type="text"] {
    width: 100% !important;
  }

  .order_history__shipping__table input[type="text"],
  .select_box {
    margin-top: calc(8 * (100vw / 375));
  }

  .order_history__shipping__table input[type="text"].form_name {
    width: calc(140 * (100vw / 375)) !important;
    margin-right: calc(5 * (100vw / 375));
  }

  .order_history__shipping__table input[type="text"].form_zip {
    width: calc(80 * (100vw / 375)) !important;
    margin-right: calc(5 * (100vw / 375));
  }

  .order_history__shipping__table input[type="text"].form_zip_2 {
    width: calc(100 * (100vw / 375)) !important;
    margin-left: calc(5 * (100vw / 375));
  }

  .order_history__shipping__table .form_tel input[type="text"] {
    width: calc(80 * (100vw / 375)) !important;
    margin-left: calc(5 * (100vw / 375));
    margin-right: calc(5 * (100vw / 375));
    vertical-align: 0;
  }

  .order_history__shipping__table .form_tel input[type="text"]:first-child {
    margin-left: 0;
  }

  .order_history__shipping__table .btn_submit_sm {
    padding-top: calc(10 * (100vw / 375));
  }

  .order_history__shipping__table .btn_submit_sm .button {
    width: calc(160 * (100vw / 375));
    max-width: calc(160 * (100vw / 375));
  }

  .txt_order_notes--btn {
    padding: 0;
  }

  /* ---------- ご注文商品 ---------- */
  .order_history__product {
    margin-bottom: 50px;
  }

  .order_history__product__item {
    /* display: table; */
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--aria);
    display: flex;
    align-items: center;
  }

  .order_history__product__item:first-child {
    padding-top: 10px;
  }

  /* .order_history__product_img,
    .order_history__product_name,
    .order_history__product_price,
    .order_history__product_count {
      display: table-cell;
      vertical-align: middle;
    } */

  .order_history__product_img {
    float: left;
    width: calc(95 * (100vw / 375));
  }

  /* .order_history__product_img img {
      width: calc(80 * (100vw / 375));
      height: calc(90.97 * (100vw / 375));
    } */
  .order_history__product_img img {
    max-width: 100%;
    height: calc(114 * (100vw / 375));
  }


  .order_history__product_name {
    /* width: 60%; */
    padding-left: calc(10 * (100vw / 375));
    width: 100%;
    /* padding-right: 2%; */
  }

  .order_history__product_price {
    width: 22%;
    text-align: right;
  }

  .order_history__product_count {
    width: 8%;
    text-align: center;
  }

  .order_history__product_price,
  .order_history__product_count {
    font-size: 1.2em;
  }

  /* ---------- ご注文商品 ---------- */

  .order_history__product {
    margin-bottom: calc(15 * (100vw / 375));
  }

  .order_history__shipping .user_ttl-sub--sm,
  .order_history__product .user_ttl-sub--sm {
    margin-bottom: calc(10 * (100vw / 375));
    padding: calc(20 * (100vw / 375)) 0 calc(15 * (100vw / 375));
  }

  .order_history__product__item:first-child {
    padding-top: calc(10 * (100vw / 375));
  }

  .order_history__product__item {
    padding-top: calc(20 * (100vw / 375));
    padding-bottom: calc(20 * (100vw / 375));
  }

  .order_history__product_name,
  .order_history__product_price,
  .order_history__product_count {
    display: block;
  }

  .order_history__product_name_wrap {
    display: flex;
    align-items: center;
  }

  .order_history__product_count {
    display: table-cell;
    vertical-align: middle;
  }

  .order_history__product_name {
    font-size: calc(11 * (100vw / 375));
  }

  .order_history__product_brand {
    font-size: calc(12 * (100vw / 375));
    margin-bottom: calc(10 * (100vw / 375));
  }

  .order_history__product_name_txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: calc(220 * (100vw / 375));
  }

  .order_history__product_price {
    width: auto;
    padding: calc(10 * (100vw / 375)) 0 0 calc(10 * (100vw / 375));
    font-size: calc(13 * (100vw / 375));
    text-align: left;
  }

  .order_history__product_count {
    padding: 0 calc(10 * (100vw / 375));
  }

  .order_history__sum {
    padding: calc(10 * (100vw / 375)) calc(15 * (100vw / 375)) calc(25 * (100vw / 375));
  }

  .order_history__sum .order_sum__ttl,
  .order_history__sum .order_sum__cont,
  .order_history__sum .order_total__ttl {
    font-size: calc(15 * (100vw / 375));
  }

  .order_history__sum .order_sum__ttl {
    padding-top: calc(8 * (100vw / 375));
    padding-bottom: calc(8 * (100vw / 375));
  }

  .order_history__sum .order_sum__cont {
    padding-top: calc(8 * (100vw / 375));
    padding-bottom: calc(8 * (100vw / 375));
  }

  .order_history__sum .order_total {
    margin-top: calc(20 * (100vw / 375));
    padding-top: calc(30 * (100vw / 375));
  }

  .order_history__sum .order_total__ttl {
    width: calc(120 * (100vw / 375));
  }

  .order_history__sum .order_total__cont {
    padding-left: calc(120 * (100vw / 375));
    font-size: calc(24 * (100vw / 375));
    line-height: 0.5;
  }

  .order_history_detail .order_history__shipping .order_btn {
    padding-top: calc(5 * (100vw / 375));
  }

  /* ---------- 合計 ---------- */
  .order_history__sum {
    /* padding: 35px; */
    padding: calc(20 * (100vw / 375)) calc(14 * (100vw / 375)) calc(25 * (100vw / 375));
    border: 1px solid var(--aria);
    border-radius: 4px;
    font-size: 1.4rem;
  }

  .order_sum__ttl {
    float: left;
    width: 120px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: normal;
  }

  .order_sum__cont {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 120px;
    text-align: right;
    font-size: 1.55rem;
  }

  .order_total {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--aria);
  }

  .order_total__ttl {
    float: left;
    width: 120px;
    font-weight: normal;
  }

  .order_total__cont {
    padding-left: 120px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: right;
    line-height: 1;
  }

  /* ↓ float での構造から、 flex での構造に修正するスタイル ↓ */
  .order_history__sum .order_history__sum-list .order_sum {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .order_history__sum .order_history__sum-list .order_sum__ttl {
    float: none;
    padding-top: calc(8 * (100vw / 375));
    padding-bottom: calc(8 * (100vw / 375));
    font-weight: normal;
    width: 70%;
    word-break: break-word;
  }

  .order_history__sum .order_history__sum-list .order_sum__cont {
    padding-top: calc(8 * (100vw / 375));
    padding-bottom: calc(8 * (100vw / 375));
    padding-left: 0;
    width: 30%;
  }

  /* ↑ float での構造から、 flex での構造に修正するスタイル ↑ */

}


/*---------------------------------------------------
  定期購入履歴詳細（＆関連ページ）
  /Form/FixedPurchase/FixedPurchaseDetail.aspx
  /Form/FixedPurchase/FixedPurchaseCancelInput.aspx
---------------------------------------------------*/

/* Components */

[data-page-name="fixed-purchase-cancel-input"] .input_form select.select_box {
  padding-right: calc((10 + 20) * (100vw / 375));
}
@media (min-width: 768px) {
  [data-page-name="fixed-purchase-cancel-input"] .input_form select.select_box {
    padding-right: calc(1.2rem + 2rem);
  }
}

.fixed-purchase__input-form-container--suspend .button--square {
  display: inline-flex;

  width: calc(80 * (100vw / 375));
}
@media (min-width: 768px) {
  .fixed-purchase__input-form-container--suspend .button--square {
    width: 8rem;
    height: 3.4rem;
  }

  .order__select-box-wrapper--date .select_box {
    width: 10rem;
  }
}

.fixed-purchase__text-input-form {
  padding: calc(10 * (100vw / 375));
}
@media (min-width: 768px) {
  .fixed-purchase__text-input-form {
    padding: 1.2rem;
  }
}

@media (min-width: 768px) {
  [data-page-name="fixed-purchase-cancel-input"] .order_history__sum,
  [data-page-name="fixed-purchase-cancel-confirm"] .order_history__sum {
    margin-top: 4.5rem;
  }
}

.fixed-purchase__text--discounted:empty {
  display: none;
}

.fixed-purchase__text--discounted {
  display: block;

  color: var(--incubation-red);
  font-size: calc(14 * (100vw / 375));
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 768px) {
  .fixed-purchase__text--discounted {
    font-size: 1.4rem;
  }
}

.fixed-purchase__text--discounted:not(:empty) + span {
  font-size: calc(13 * (100vw / 375));
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .fixed-purchase__text--discounted:not(:empty) + span {
    font-size: 1.3rem;
  }
}

.fixed-purchase__text--discounted:not(:empty):after {
  content: "（税込）";
}


/* Text */

.fixed-purchase__text--cancellation-description {
  font-size: calc(12 * (100vw / 375));
  line-height: 2;
}
@media (min-width: 768px) {
  .fixed-purchase__text--cancellation-description {
    font-size: 1.4rem;
  }
}

.fixed-purchase__text--next-shipping {
  display: block;

  font-size: .8em;
  line-height: 1.5;
}

.fixed-purchase__text--common-description {
  margin-top: calc(16 * (100vw / 375));

  color: var(--incubation-red);
  font-size: calc(13 * (100vw / 375));
  line-height: 1.75;
}
@media (min-width: 768px) {
  .fixed-purchase__text--common-description {
    margin-top: 1.6rem;

    font-size: 1.4rem;
  }
}

[data-page-name="fixed-purchase-cancel-input"] .user_ttl-sub--obi,
[data-page-name="fixed-purchase-cancel-confirm"] .user_ttl-sub--obi {
  font-weight: bold;
}

.payment_txt{
  font-size: calc(13 * (100vw / 375));
  line-height: 1.8;
}
.payment_txt a:not(.button--square) {
    text-decoration: underline;
}
@media (min-width: 768px) {
  .payment_txt{
    font-size: 1.3rem;
  }
}


/* Layout */

@media (min-width: 768px) {
  [data-page-name="fixed-purchase-cancel-input"] tr {
    display: grid;
    grid-template-columns: 1fr 72.5%;
    column-gap: 1.61%;
  }
}

@media (min-width: 768px) {
  [data-page-name="fixed-purchase-cancel-input"] tr > th {
    width: auto;
  }
}

[data-page-name="fixed-purchase-cancel-input"] tr > th:empty {
  display: none;
}
@media (min-width: 768px) {
  [data-page-name="fixed-purchase-cancel-input"] tr > th:empty {
    display: initial;
  }
}

[data-page-name="fixed-purchase-cancel-input"] tr .input_form__table--required {
  align-items: center;
}

[data-page-name="fixed-purchase-cancel-input"] tr .input_form__table--required::after {
  margin-left: calc(15 * (100vw / 375));
}
@media (min-width: 768px) {
  [data-page-name="fixed-purchase-cancel-input"] tr .input_form__table--required::after {
    margin-left: .5rem;
  }
}

[data-page-name="fixed-purchase-cancel-input"] .btn_submit_sm {
  display: flex;
  justify-content: flex-start;
  column-gap: calc(5 * (100vw / 375));

  margin-top: calc(20 * (100vw / 375));
  padding: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  [data-page-name="fixed-purchase-cancel-input"] .btn_submit_sm {
    column-gap: .5rem;

    margin-top: 0;
    margin-bottom: 0;
  }
}

[data-page-name="fixed-purchase-cancel-input"] .btn_submit_sm .button {
  width: calc(100 * (100vw / 375));
}
@media (min-width: 768px) {
  [data-page-name="fixed-purchase-cancel-input"] .btn_submit_sm .button {
    width: 10rem;
    margin: 0;
  }
}

[data-page-name="fixed-purchase-cancel-input"] .order_history__product__item,
[data-page-name="fixed-purchase-cancel-confirm"] .order_history__product__item {
  font-size: calc(10 * (100vw / 375));
}
@media (min-width: 768px) {
  [data-page-name="fixed-purchase-cancel-input"] .order_history__product__item,
  [data-page-name="fixed-purchase-cancel-confirm"] .order_history__product__item {
    font-size: 1.3rem;
  }
}

.fixed-purchase__annotation-text-container {
  margin-top: calc(10 * (100vw / 375));
}
@media (min-width: 768px) {
  .fixed-purchase__annotation-text-container {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  [data-page-name="fixed-purchase-cancel-input"] .fixed-purchase__purchase-detail-container tr,
  [data-page-name="fixed-purchase-cancel-confirm"] .fixed-purchase__purchase-detail-container tr {
    align-items: baseline;
    flex-direction: row;
    gap: 2.75%;
  }

  [data-page-name="fixed-purchase-cancel-input"] .fixed-purchase__purchase-detail-container tr > th,
  [data-page-name="fixed-purchase-cancel-confirm"] .fixed-purchase__purchase-detail-container tr > th {
    width: 42.25%;
    font-weight: 500;
  }

  [data-page-name="fixed-purchase-cancel-input"] .fixed-purchase__purchase-detail-container tr > td,
  [data-page-name="fixed-purchase-cancel-confirm"] .fixed-purchase__purchase-detail-container tr > td {
    width: 55%;
    text-align: right;
  }
}


/*---------------------------------------------------
  登録情報の変更
  /Form/User/UserModifyInput.aspx
  ---------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .UserModifyInput .btn_wrap a {
    width: 30.2rem;
  }

  .order_history__product_name {
    width: 70%;
    padding-right: 2%;

  }
}

@media only screen and (max-width: 767px) {
  .UserModifyInput .dvContentsInfo {
    margin-bottom: calc(17 * (100vw / 375));
  }

  .UserModifyInput .input_form__table--sex .input_form__blk span {
    width: 100%;
  }
}

/*---------------------------------------------------
  登録情報の確認
  /Form/User/UserModifyConfirm.aspx
  ---------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .UserModifyConfirm .btn_wrap a {
    width: 30.2rem;
  }

  .UserModifyConfirm .confirm_form__table dd {
    width: 41.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .UserModifyConfirm .dvContentsInfo {
    margin-bottom: calc(20 * (100vw / 375));
  }
}

/*---------------------------------------------------
  注文方法の保存
  /Form/User/UserDefaultOrderSettingList.aspx
  ---------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .UserDefaultOrderSettingList h2 {
    margin-bottom: 1.8rem;
  }

  .UserDefaultOrderSettingList .confirm_form+.confirm_form {
    margin-top: 5rem;
  }

  .UserDefaultOrderSettingList .confirm_form__table tr+tr th,
  .UserDefaultOrderSettingList .confirm_form__table tr+tr td {
    padding-top: 1.8rem;
  }

  .UserDefaultOrderSettingList .confirm_form__table tr:first-child {
    margin-top: 0;
  }

  .UserDefaultOrderSettingList .confirm_form__table span {
    display: block;
  }

  .UserDefaultOrderSettingList .confirm_form__table th {
    width: 20.6rem;
  }

  .UserDefaultOrderSettingList .btn_wrap a {
    width: 30.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .UserDefaultOrderSettingList .confirm_form+.confirm_form {
    margin-top: calc(34 * (100vw / 375));
  }

  .UserDefaultOrderSettingList .confirm_form__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .UserDefaultOrderSettingList .confirm_form__table tr:first-child {
    margin-top: 0;
  }

  .UserDefaultOrderSettingList .confirm_form__table th {
    font-size: calc(15 * (100vw / 375));
    width: 100%;
  }

  .UserDefaultOrderSettingList .confirm_form__table td {
    padding-top: calc(3 * (100vw / 375));
  }

  .UserDefaultOrderSettingList .confirm_form__table tr {
    margin-top: calc(12 * (100vw / 375));
  }

  .UserDefaultOrderSettingList .confirm_form__table tr+tr {
    margin-top: calc(18 * (100vw / 375));
  }

  .UserDefaultOrderSettingList .confirm_form__table span {
    display: block;
  }
}

/*---------------------------------------------------
  注文方法の保存 確認
  /Form/User/UserDefaultOrderSettingInput.aspx
  ---------------------------------------------------*/
.UserDefaultOrderSettingInput .input_form__table {
  width: 100%;
}

.UserDefaultOrderSettingInput .confirm_form__table {
  border: none;
}

@media only screen and (min-width: 768px) {
  .UserDefaultOrderSettingInput .user_ttl-sub--obi {
    margin-bottom: 2.1rem;
  }

  .UserDefaultOrderSettingInput .input_form+.input_form {
    margin-top: 5rem;
  }

  .UserDefaultOrderSettingInput .input_form__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .UserDefaultOrderSettingInput .input_form__table tr+tr {
    margin-top: 1.8rem;
  }

  .UserDefaultOrderSettingInput .input_form__table th {
    margin-bottom: 1rem;
  }

  .UserDefaultOrderSettingInput .input_form__table select {
    width: 100%;
  }

  .UserDefaultOrderSettingInput .confirm_form__table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .UserDefaultOrderSettingInput .confirm_form__table dt {
    width: 20.6rem;
    margin-bottom: 0;
  }

  .UserDefaultOrderSettingInput .confirm_form__table dd {
    width: 41.4rem;
    margin-bottom: 0;
  }

  .UserDefaultOrderSettingInput .btn_wrap a {
    width: 30.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .UserDefaultOrderSettingInput select {
    width: 100%;
  }

  .UserDefaultOrderSettingInput .input_form+.input_form {
    margin-top: calc(34 * (100vw / 375));
  }

  .UserDefaultOrderSettingInput .input_form__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: calc(12 * (100vw / 375));
  }

  .UserDefaultOrderSettingInput .input_form__table tr+tr {
    margin-top: calc(18 * (100vw / 375));
  }

  .UserDefaultOrderSettingInput .input_form__table th {
    margin-bottom: calc(10 * (100vw / 375));
  }

  .UserDefaultOrderSettingInput .confirm_form__table dt {
    margin-bottom: 0;
  }
}

/*---------------------------------------------------
  注文方法の保存 確認
  /Form/User/UserDefaultOrderSettingConfirm.aspx
  ---------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .UserDefaultOrderSettingList .dvDefaultOrderSetting+.dvDefaultOrderSetting .confirm_form__table {
    margin-top: calc(16 * (100vw / 375));
  }

  .UserDefaultOrderSettingList .error_message {
    text-align: left;
  }
}

/*---------------------------------------------------
  配送先リスト
  /Form/User/UserShippingList.aspx
  ---------------------------------------------------*/
.UserShippingList .confirm_form__table {
  border: none;
}

@media only screen and (min-width: 768px) {
  .UserShippingList .error_message {
    font-size: 1.8rem;
    margin-top: 4rem;
    margin-bottom: 11.2rem;
  }

  .UserShippingList .user_ttl-sub--obi {
    margin-bottom: 2.2rem;
  }

  .UserShippingList .shipping_list__box+.shipping_list__box {
    margin-top: 5rem;
  }

  .UserShippingList .shipping_list__addr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .UserShippingList .confirm_form__table dt {
    width: 17.1rem;
  }

  .UserShippingList .confirm_form__table dd {
    width: 27rem;
  }

  .UserShippingList .shipping_list__box .button--square {
    width: 15rem;
    height: 3.2rem;
    max-height: 3.2rem;
    font-size: 1.2rem;
  }

  .UserShippingList .shipping_list__box .button--square+.button--square {
    margin-top: 1rem;
  }

  .UserShippingList .btn_wrap a {
    width: 30.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .UserShippingList .error_message {
    line-height: 1.5;
    font-size: calc(15 * (100vw / 375));
    margin-top: calc(44 * (100vw / 375));
    margin-bottom: calc(45 * (100vw / 375));
    padding: 0 calc(20 * (100vw / 375));
  }

  .UserShippingList .user_ttl-sub--obi {
    margin-bottom: calc(18 * (100vw / 375));
  }

  .UserShippingList .shipping_list__box+.shipping_list__box {
    margin-top: calc(40 * (100vw / 375));
  }

  .UserShippingList .shipping_list__addr {
    width: 100%;
  }

  .UserShippingList .updatedelete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: calc(15 * (100vw / 375));
  }

  .UserShippingList .shipping_list__box .button--square {
    width: calc(137 * (100vw / 375));
    height: calc(36 * (100vw / 375));
    max-height: calc(36 * (100vw / 375));
    font-size: calc(13 * (100vw / 375));
    margin: 0 calc(5 * (100vw / 375));
  }
}

/*---------------------------------------------------
  配送先リスト
  /Form/User/UserShippingInput.aspx
  ---------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .UserShippingInput .btn_wrap a {
    width: 30.2rem;
  }
}

/*---------------------------------------------------
  配送先リスト
  /Form/User/UserShippingConfirm.aspx
  ---------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .UserShippingConfirm .btn_wrap a {
    width: 30.2rem;
  }

  .UserShippingConfirm .user_ttl-sub--obi {
    margin-bottom: 1.6rem;
  }

  .UserShippingConfirm .confirm_form__table dd {
    width: 41.4rem;
  }
}

/*---------------------------------------------------
  配送先リスト
  /Form/User/UserShippingInput.aspx
  ---------------------------------------------------*/




/*---------------------------------------------------
  お気に入りリスト
  /Form/Product/FavoriteList.aspx
  ---------------------------------------------------*/
.button--delete {
  overflow: hidden;
  display: block;
  position: absolute;
  background: url(../../../Contents/ImagesPkg/user/icn_close.svg) no-repeat 0 0;
  text-indent: 10rem;
  line-height: 10rem;
}

.favorite_list__box {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.favorite_list__box img {
  max-width: 100%;
}

.favorite_list__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
}

.favorite_list__product_img a {
  display: block;
  transition: opacity .4s ease-in-out;
}

.favorite_list__product_img a:hover {
  opacity: .6;
}

.favorite_list__brand {
  font-weight: bold;
  font-family: var(--quattrocento-sans);
}

.favorite_list__product_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.favorite_list__product_name a {
  display: block;
}

.favorite_list__cont {
  margin-bottom: .3rem;
}

.favorite_list .variationview_wrap {
  display: none !important;
}

.favorite_list__product_num {
  font-size: 1.1rem;
}

.favorite_list__member_price,
.favorite_list__sale_price,
.favorite_list__special_price {
  color: var(--incubation-red);
  /* あとで消す */
  color: #d91a35;
}

.btn_list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

@media only screen and (min-width: 768px) {
  .button--delete {
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    background-size: 1.2rem;
    background-position: center;
  }

  .error_message {
    font-size: 1.6rem;
  }

  .favorite_list__item {
    width: 14rem;
    margin-bottom: 2.2rem;
    margin-left: 2rem;
  }

  .favorite_list__cart {
    margin-top: 1.5rem;
  }

  .favorite_list__item:first-child,
  .favorite_list__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .button--cart {
    width: 100%;
    height: 3.8rem;
    max-height: 3.8rem;
    letter-spacing: 0;
  }

  .favorite_list__info {
    font-size: 1.2rem;
  }

  .favorite_list__brand {
    letter-spacing: 0.03em;
    margin-bottom: 0.8rem;
  }

  .favorite_list__product_name {
    margin-bottom: 0.6rem;
  }

  .favorite_list__product_img {
    margin-bottom: 1rem;
  }

  .favorite_list__product_info {
    font-size: 1.15rem;
    line-height: 1.75rem;
  }

  .btn_list {
    margin-top: -8rem;
    margin-bottom: 3rem;
  }

  .btn_list ul {
    justify-content: flex-end;
  }

  .btn_list__item .button {
    width: 14.5rem;
    max-width: 14.5rem;
    height: 3.4rem;
    max-height: 3.4rem;
    letter-spacing: 0.02em;
  }

  .btn_list__item {
    padding: 0 0 0 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .button--delete {
    top: 0;
    width: calc(30 * (100vw / 375));
    height: calc(30 * (100vw / 375));
    right: 0;
    background-size: calc(10 * (100vw / 375));
    background-position: center;
  }

  .error_message {
    font-size: calc(13 * (100vw / 375));
    text-align: center;
  }

  .favorite_list__box img {
    max-width: 100%;
  }

  .favorite_list__item {
    width: calc(172.5 * (100vw / 375));
    margin-top: calc(21 * (100vw / 375));
  }

  .favorite_list__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .favorite_list__item:nth-child(even) {
    margin-left: calc(10 * (100vw / 375));
  }

  .favorite_list__info {
    font-size: calc(11 * (100vw / 375));
  }

  .button--cart {
    max-width: 100%;
    height: calc(36 * (100vw / 375));
    max-height: calc(36 * (100vw / 375));
    letter-spacing: 0;
    margin-top: calc(10 * (100vw / 375));
  }

  .favorite_list__brand {
    font-size: calc(12 * (100vw / 375));
    margin-bottom: calc(8 * (100vw / 375));
  }

  .favorite_list__product_info {
    line-height: 1.4;
  }

  .favorite_list__product_name {
    margin-bottom: calc(4 * (100vw / 375));
  }

  .favorite_list__cont {
    margin-bottom: calc(4 * (100vw / 375));
  }

  .favorite_list__product_img {
    margin-bottom: calc(8.5 * (100vw / 375));
  }

  .favorite_list__price-txt strike {
    font-size: 0.95em;
  }

  .btn_list {
    margin-bottom: calc(30 * (100vw / 375));
    padding-top: calc(10 * (100vw / 375));
  }

  .btn_list ul {
    margin-left: calc(-10 * (100vw / 375));
    justify-content: center;
  }

  .btn_list__item .button {
    width: calc(150 * (100vw / 375));
    max-width: calc(150 * (100vw / 375));
    height: calc(34 * (100vw / 375));
    max-height: calc(34 * (100vw / 375));
    letter-spacing: 0.015em;
  }

  .btn_list__item {
    padding: 0 0 0 calc(10 * (100vw / 375));
  }

  .favorite_list #pagination {
    margin-top: calc(66 * (100vw / 375));
  }
}

/*---------------------------------------------------
  お気に入りコーディネート
  /Form/User/LikeList.aspx
  ---------------------------------------------------*/
.LikeList .error_message span {
  display: block;
}

.like_list__box {
  letter-spacing: -.4em;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.like_list__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
}

.like_list__product_link {
  display: block;
  transition: opacity .4s ease-in-out;
}

.like_list__product_link:hover {
  opacity: .6;
}

.like_list__product_link-img {
  width: 100%;
}

.like_list__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {

  /* PC */
  .LikeList .error_message span {
    font-size: 1.8rem;
    margin-top: 4rem;
    margin-bottom: 11.2rem;
  }

  .like_list__item:first-child,
  .like_list__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .like_list__box_wrap {
    margin-bottom: 5rem;
  }

  .like_list__box {
    margin-top: -9.5rem;
  }

  .like_list__item {
    width: 14rem;
    margin-bottom: 2.2rem;
    margin-left: 2rem;
  }

  /* IE11用 */
  @media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .like_list__product_link-img {
      height: auto;
    }
  }

  .like_list__title {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {

  /* SP */
  .LikeList .error_message span {
    line-height: 1.5;
    font-size: calc(15 * (100vw / 375));
    margin-top: calc(44 * (100vw / 375));
    margin-bottom: calc(45 * (100vw / 375));
    padding: 0 calc(20 * (100vw / 375));
  }

  .like_list__box_wrap {
    margin-bottom: calc(30 * (100vw / 375));
  }

  .like_list__box {
    margin-top: calc(-50 * (100vw / 375));
  }

  .like_list__item {
    width: calc(172.5 * (100vw / 375));
    margin-top: calc(21 * (100vw / 375));
  }

  .like_list__item:nth-child(even) {
    margin-left: calc(10 * (100vw / 375));
  }

  .like_list__title {
    font-size: calc(11 * (100vw / 375));
    margin-top: calc(8.5 * (100vw / 375));
  }
}

/*---------------------------------------------------
  退会ページ
  /Form/user/UserWithdrawalInput.aspx
  ---------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .withdrawal__ttl_sub {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .withdrawal__ttl_sub {
    margin-bottom: 1.8rem;
  }
}

/*---------------------------------------------------
  退会手続き
  /Form/Inquiry/UserWithdrawalComplete.aspx
  ---------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .UserWithdrawalComplete .completeInfo {
    margin-top: 1.6rem;
  }

}

@media only screen and (max-width: 767px) {}


/*---------------------------------------------------
  クーポンBOX
  /Form/User/UserCouponBox.aspx
  ---------------------------------------------------*/
.table_box {
  width: 100%;
}

.coupon_box__table td {
  text-align: center;
}

@media only screen and (min-width: 768px) {

  /* PC */
  .table_box {
    font-size: 1.25rem;
  }

  .table_box th,
  .table_box td {
    padding: 1.6rem 1.2rem;
    border: 1px solid var(--aria);
    line-height: 1.6;
    text-align: center;
    vertical-align: middle;
  }

  .table_box th {
    background-color: var(--white-solid);
  }

  .coupon_box__table {
    margin-bottom: 4rem;
  }

  .coupon_box__name {
    width: 15rem;
  }

  .coupon_box__code {
    width: 12rem;
  }

  .coupon_box__times {
    width: 20rem;
  }

  .coupon_box__date {
    width: 17rem;
  }

  .coupon_box__remarks {
    width: 17rem;
  }
}

@media only screen and (max-width: 767px) {

  /* SP */
  .table_box {
    font-size: calc(13 * (100vw / 375));
  }

  .table_box th,
  .table_box td {
    line-height: calc(20 * (100vw / 375));
    padding: 0;
    border: none;
    text-align: left !important;
  }

  .table_box th {
    background-color: inherit;
    font-size: calc(15 * (100vw / 375));
    margin-bottom: calc(3 * (100vw / 375));
  }

  .table_box td+th {
    margin-top: calc(18 * (100vw / 375));
  }

  .table_box th.user_ttl-sub--obi {
    font-weight: normal;
    height: auto;
    background: var(--white-solid);
    padding: calc(10 * (100vw / 375)) calc(15 * (100vw / 375));
    margin-bottom: calc(16 * (100vw / 375));
  }

  .coupon_box__table {
    margin-top: 0;
    margin-bottom: calc(30 * (100vw / 375));
  }

  .coupon_box__table tr.coupon_box__table_head,
  .coupon_box__table tr .coupon_box__name {
    display: none;
  }

  .coupon_box__table tr.coupon_box__table_cont {
    display: flex;
    flex-direction: column;
  }

  .coupon_box__table tr.coupon_box__table_cont+.coupon_box__table_cont {
    margin-top: calc(34 * (100vw / 375));
  }

  .coupon_box__code,
  .coupon_box__times,
  .coupon_box__date,
  .coupon_box__remarks {
    width: 100%;
  }

  .coupon_box__table td {
    text-align: center;
  }
}

/*---------------------------------------------------
  ポイント履歴一覧
  /Form/User/UserPointHistoryList.aspx
  ---------------------------------------------------*/
.point_list__txt {
  word-break: break-all;
}

.point_list__txt a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {

  /* PC */
  .point_list__table {
    margin-bottom: 4rem;
  }

  .ph__mypage_point {
    padding-top: 0;
    font-size: 1.3rem;
  }

  .ph__mypage_point__cont strong {
    font-size: 1.6rem;
  }

  .point_list__date {
    width: 10rem;
  }

  .point_list__content {
    width: 15rem;
  }

  .point_list__num {
    width: 10rem;
  }

  .point_list__txt {
    width: 20rem;
  }
}

@media only screen and (max-width: 767px) {
  .UserPointHistoryList .mypage_point {
    margin-bottom: calc(30 * (100vw / 375));
  }

  .UserPointHistoryList .point_list__table {
    margin-bottom: calc(30 * (100vw / 375));
  }

  .UserPointHistoryList .user_ttl-sub--obi {
    margin-bottom: 0 !important;
  }

  .UserPointHistoryList .table_box .point_list__date+.visible-phone {
    margin-top: calc(16 * (100vw / 375));
  }

  .point_list__table_cont+.point_list__table_cont {
    margin-top: calc(34 * (100vw / 375));
  }

}


/*---------------------------------------------------
入荷お知らせメール情報
/Form/User/UserProductArrivalMailList.aspx
---------------------------------------------------*/


.product_arrival_mail__table th,
.product_arrival_mail__table td {
  text-align: center;
  vertical-align: middle;
}

.arrival_mail__product_img a {
  display: block;
  transition: opacity .4s ease-in-out;
}

.arrival_mail__product_img a:hover {
  opacity: .6;
}

.arrival_mail__product_name a {
  display: block;
  text-align: left;
}

.arrival_mail__date {
  padding-right: 0;
  padding-left: 0;
}

.arrival_mail__date input {
  vertical-align: 0;
}

@media only screen and (min-width: 768px) {
  /* PC */

  .product_arrival_mail__table {
    width: 100%;
    font-size: 1.25rem;
  }

  .product_arrival_mail__table th,
  .product_arrival_mail__table td {
    padding: 1.6rem 1.2rem;
    border: 1px solid var(--aria);
    line-height: 1.6;
  }

  .product_arrival_mail__table th {
    background-color: var(--white-solid);
    text-align: center;
    vertical-align: middle;
  }


  /* -- Button Common start -- */

  .button--remove {
    width: 7rem;
    max-width: 7rem;
    height: 3.2rem;
    max-height: 3.2rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.1rem;
  }

  /* -- Button Common end -- */

  .product_arrival_mail__table {
    margin-bottom: 4rem;
  }

  .arrival_mail__product_img img {
    width: 6rem;
  }

  .arrival_mail__product_name a:hover {
    text-decoration: underline;
  }

  .arrival_mail__cate {
    width: 11rem;
  }

  .arrival_mail__mail {
    width: 8rem;
  }

  .arrival_mail__date {
    width: 10rem;
  }

  .arrival_mail__date input[maxlength="4"] {
    width: 4rem;
  }

  .arrival_mail__date input[maxlength="2"] {
    width: 1.9rem;
  }


  .arrival_mail__delete {
    width: 8rem;
  }

  .button--remove {
    width: 7rem;
    max-width: 7rem;
    height: 3rem;
    max-height: 3rem;
    font-size: 1.1rem;
  }

}

@media only screen and (max-width: 767px) {
  /* SP */

  .product_arrival_mail .txt_info {
    margin-bottom: 0;
  }

  .product_arrival_mail__table {
    font-size: calc(13 * (100vw / 375));
  }

  .product_arrival_mail__table th,
  .product_arrival_mail__table td {
    padding: 0;
    border: none;
    text-align: left !important;
  }

  .product_arrival_mail__table th {
    background-color: inherit;
    font-size: calc(15 * (100vw / 375));
    padding-top: 0;
    padding-bottom: calc(8 * (100vw / 375));
  }

  .product_arrival_mail__table td {
    line-height: 1.7;
  }

  .product_arrival_mail__table th.user_ttl-sub--obi {
    height: auto;
    background: var(--white-solid);
    padding: calc(10 * (100vw / 375)) calc(15 * (100vw / 375));
    margin: calc(40 * (100vw / 375)) 0 0;
    line-height: 1.5;
  }

  /* -- Button Common start -- */

  .button--remove {
    width: calc(284 * (100vw / 375));
    max-width: calc(284 * (100vw / 375));
    height: calc(36 * (100vw / 375));
    max-height: calc(36 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
    margin: calc(20 * (100vw / 375)) auto 0;
  }

  /* -- Button Common end -- */

  .product_arrival_mail__table {
    margin-bottom: calc(20 * (100vw / 375));
  }

  .txt_info--arrival-mail {
    margin-bottom: 0;
  }

  .arrival_mail__user_ttl {
    margin-bottom: 20px;
  }

  /* ------ 商品一覧 ------ */

  .product_arrival_mail__table {
    margin-top: 0;
  }

  .product_arrival_mail__table tr.product_arrival_mail__table_head {
    display: none;
  }

  .product_arrival_mail__table tr.product_arrival_mail__table_cont {
    display: flex;
    flex-direction: column;
  }

  .product_arrival_mail__table th,
  .product_arrival_mail__table td {
    text-align: center;
    vertical-align: middle;
  }

  .arrival_mail__product_img img {
    width: 40%;
    margin: calc(20 * (100vw / 375)) auto calc(10 * (100vw / 375));
  }

  .arrival_mail__date {
    display: flex;
  }

  .arrival_mail__date input {
    width: calc(35 * (100vw / 375)) !important;
    text-align: center;
  }

  .arrival_mail__cate,
  .arrival_mail__mail,
  .arrival_mail__date,
  .arrival_mail__delete {
    width: 100%;
  }

}



/*---------------------------------------------------
  マイページ共通サイドメニュー
---------------------------------------------------*/

.side_area {
  max-width: 100%;
}

.usermenu_list__img {
  display: inline-block;
  height: 2.2rem;
  text-align: center;
  vertical-align: 1px;
}

.usermenu_list__img img {
  max-width: 100%;
  vertical-align: middle;
  transition: all .4s ease-in-out;
}

.usermenu_list__link {
  transition: opacity .4s ease;
}

.usermenu_list__link:hover {
  opacity: .6;
}

.usermenu_list__link.is-active {
  color: var(--major-blue);
}

@media only screen and (min-width: 768px) {
  /* PC */

  .side_area {
    float: right;
    width: 19.5rem;
    padding-top: 6rem;
    font-size: 1.2rem;
  }

  .usermenu_list__box {
    padding: 1.4rem 0;
  }

  .usermenu_list__img {
    width: 2.2rem;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  /* SP */

  .side_area {
    padding-top: calc(60 * (100vw / 375));
    font-size: calc(13 * (100vw / 375));
  }

  .usermenu_list__box {
    padding: calc(12 * (100vw / 375)) 0;
    border-bottom: 1px solid #E3E3E3;
    height: calc(43 * (100vw / 375));
    display: flex;
    align-items: center;
  }

  .usermenu_list__box:first-child {
    border-top: 1px solid #e3e3e3;
  }

  .usermenu_list__img {
    width: calc(16 * (100vw / 375));
    margin-right: calc(10 * (100vw / 375));
  }

}

/*---------------------------------------------------
  登録クレジットカード
  /Form/User/UserCreditCardList.aspx
  ---------------------------------------------------*/

/* -- 7.27修正用  -- */

@media only screen and (min-width: 768px) {
  /* PC */

  .input_form__table .input_widthA {
    width: 20rem !important;
  }
}

@media only screen and (max-width: 767px) {
  /* SP */

  .btn_wrap__credit_card {
    margin: 0 !important;
    padding: 0 !important;
  }

  .credit_card__table_cont th.user_ttl-sub--obi {
    margin-bottom: 0 !important;
  }

  .credit_card__table-wrap {
    padding-top: 0;
  }

  .btn_wrap__credit_card .button {
    margin: 0 auto calc(40 * (100vw / 375));
  }
}
