@charset "UTF-8";

/* ===============================================================
# common
  ## 注釈
  ## link
  ## btn
  ## layout
# form周り
# マイページ全般
  ## 見出し・タイトル
  ## top
  ## メニュー
  ## 共通
  ## お届け予定商品
  ## アカウント連携
  ## キャンペーン情報
  ## ステージ情報
  ## ステージアップ
  ## ステージアップ対象商品
  ## お持ちのクーポン
  ## 買い物を続ける方はこちら
  ## おすすめ商品はこちら
  ## ご注文履歴・コース変更
  ## 完了画面
  ## パスワードの安全性
# サイト経由ログイン
# ID/パスワード忘れ
# コース変更
# お客様登録情報の変更
# メールマガジンの配信変更
# 登録情報解除
# 次回お届け内容のご確認
# 別送先の追加・変更・削除
=============================================================== */
/* ===============================================================
common
=============================================================== */
.hidden {
  display: none !important;
}

.alignl {
  text-align: left;
}

.alignr {
  text-align: right;
}

.alignc {
  text-align: center;
}

.fc_red {
  color: #df0202 !important;
}

.fc_green {
  color: #4b8f02;
}

.fc_pink {
  color: #f65c6d;
}

.fw_bold {
  font-weight: bold;
}

.fs_20 {
  font-size: 20px;
}

.fc_red a {
  color: #df0202 !important;
  text-decoration: underline;
}

.fc_red a:hover {
  color: #333 !important;
  text-decoration: underline;
}

.display_b {
  display: block;
}

.shadow_box {
  -webkit-box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
  box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
}

.shadow_btn {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.box_white {
  padding: 25px;
  background: #fff;
  /* border-radius: 6px; */
  display: block;
}

.box_pink {
  padding: 20px;
  background: #ffe8e8;
  border: 10px solid #fff;
}

.w_100per {
  width: 100%;
}

.br_1024 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .box_white {
    padding: 40px 50px;
  }

  .box_pink {
    padding: 58px 58px 85px;
  }

  .br_1024 {
    display: block;
  }

  .br_narrow {
    display: none;
  }
}

.n_border {
  border: none !important;
}

/* __________ 注釈 __________ */
.member_att {
  font-size: 12px;
  line-height: 1.5;
}

.member_att_lg {
  font-size: 14px;
}

.member_att_lg2 {
  font-size: 16px;
}

.member_att li {
  padding-left: 1em;
  text-indent: -1em;
}

.member_stage_att_wrap {
  margin-top: 20px;
  background: #fff;
  border: 1px solid #d1d1d1;
}

.member_stage_inner_left .member_stage_att_wrap .member_att,
.member_stage_att_wrap .member_att {
  margin: 0;
}

.member_stage_att_wrap .member_att+.member_att,
.member_stage_att_wrap .member_att li+li {
  margin-top: .25em;
}

.member_stage_att_wrap_title {
  padding: 5px 15px;
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  font-size: 15px;
  font-weight: bold;
}

.member_stage_att_wrap_inner {
  padding: 15px;
}

/* __________ link __________ */
a.link_line {
  text-decoration: underline;
}

.link_arrow_left:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin: 15px 3px 0 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #3c2c20;
}

.link_outside {
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  background: url(../img/icon_modal_open.png) no-repeat right;
  background-size: 14px 12px;
  text-decoration: none;
}

.link_zoom i:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 14px;
  margin-right: 10px;
  background: url(../img/icon_zoom.gif) no-repeat 0 0;
  background-size: contain;
}

.link_arrow_red:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #f00;
  vertical-align: middle;
}

/* __________ btn __________ */
#member button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
}

#member button:hover {
  text-decoration: underline;
}

.confirm_btn_area {
  margin: 80px auto 0;
}

.confirm_btn_area p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.confirm_btn_wrap {
  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;
}

.member_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  margin: 0 auto;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.member_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.confirm_btn_wrap .member_btn {
  margin: 0;
}

.member_btn+.member_btn {
  margin-left: 20px;
}

.member_btn.btn_arrowR,
.member_btn.btn_arrowL,
.member_btn.btn_arrowD {
  position: relative;
}

.member_btn.btn_arrowR:after,
.member_btn.btn_arrowL:after,
.member_btn.btn_arrowD:after {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  margin-top: -5px;
}

.member_btn.btn_arrowR:after {
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}

.member_btn.btn_arrowL:after {
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
}

.member_btn.btn_arrowD:after {
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #fff transparent transparent transparent;
}

.is-open.member_btn.btn_arrowD:after {
  border-width: 0 3.5px 6px 3.5px;
  border-color: transparent transparent #fff transparent;
}

.member_btn.btn_next {
  width: 540px;
  height: 80px;
  background-color: #ea2433;
  font-size: 26px;
  line-height: 80px;
}

input.btn_next {
  background-image: url(../img/btn_arrow_wh.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 12px;
}

.member_btn.btn_back {
  width: 320px;
  height: 60px;
  background: #c2a883;
  font-size: 20px;
  line-height: 60px;
}

.member_btn.btn_back-2 {
  width: 100%;
  max-width: 500px;
  height: 80px;
  color: #333 !important;
  background: #f4e7d1;
  font-size: 23px;
  line-height: 80px;
}

.member_btn.btn_back-2.btn_arrowL:after {
  border-width: 7px 8px 7px 0;
  border-right-color: #de0202;
}

.member_btn.btn_back.btn_back_pink {
  background: #e47d85;
}

.member_btn.btn_back.change_btn {
  width: 350px;
  height: 60px;
  background: #c2a883;
  font-size: 20px;
  line-height: 60px;
}

.member_btn.btn_more {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #c2a882;
}

.member_btn.btn_procedure {
  width: 280px;
  height: 48px;
  margin: 0 0 5px auto;
  line-height: 48px;
  font-size: 18px;
}

.member_btn.btn_back_mypage {
  width: 320px;
  height: 60px;
  margin: 0 auto;
  background: #e47d85;
  font-size: 20px;
  line-height: 60px;
}

.confirm_btn_wrap .btn_back_mypage {
  margin: 0;
}

.member_btn_beige {
  background: #c2a883;
}

.member_btn_close {
  position: relative;
  width: 280px;
  height: 48px;
  background: #c2a883;
  font-size: 18px;
  line-height: 48px;
}

/*商品を見る*/
.member_btn.btn_look {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
  min-height: 50px;
  padding: 13px 20px;
  color: #3c2c20 !important;
  background: #ece1d0;
  font-size: 18px;
  line-height: 1.27;
}

.member_btn.btn_look:after {
  border-left-color: #c9aa79;
}

.order_table_pd_end_area .member_btn.btn_look {
  width: 100%;
  color: #fff !important;
  background: #f68390;
  font-weight: normal;
}

.order_table_pd_end_area .member_btn.btn_look:after {
  border-left-color: #fff;
}

.member_coupon_list .member_btn,
.member_shipping_pd__item .member_btn.btn_look {
  width: 100%;
  height: 40px;
  min-height: 40px;
  color: #333 !important;
  background: #fff;
  border: 1px solid #d7ccbc;
  border-radius: 5px !important;
  font-size: 18px;
  line-height: 40px;
}

.member_shipping_pd__item .member_btn.btn_look:after {
  right: 11px;
  border-width: 4.5px 0 4.5px 6px;
  border-left-color: #2781e7;
}

.member_coupon_list .member_btn:after {
  right: 8px;
  border-width: 4.5px 0 4.5px 6px;
  border-left-color: #de0202;
}

/*クーポンを見る*/
.member_btn.btn_look_coupon {
  width: 350px;
  height: 50px;
  color: #3c2c20 !important;
  background: #ece1d0;
  font-size: 18px;
  line-height: 50px;
}

.member_btn.btn_look:after {
  border-left-color: #c9aa79;
}

/*カートを見る*/
.member_btn.btn_cart {
  width: 250px;
  height: 50px;
  background: #f40000;
  font-size: 18px;
  line-height: 50px;
}



/* line button */
.login_socialaccount .line_login_button,
#member .line_login_button {
  display: inline-block;
  background: #06c755;
  border-radius: 5px;
  position: relative;
}

.login_socialaccount .line_login_button img,
#member .line_login_button img {
  width: 100%;
  max-width: 312px;
  z-index: 100;
  display: inline-block;
  position: relative;
}

.login_socialaccount .line_login_button::after,
#member .line_login_button::after {
  content: "";
  position: absolute;
  border-radius: 9px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 0;
}

.login_socialaccount .line_login_button:hover::after,
#member .line_login_button:hover::after {
  opacity: 0.1;
}

.login_socialaccount .line_login_button:active::after,
#member .line_login_button:active::after {
  opacity: 0.3;
}

.icon_cart:before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../img/icon_cart.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}

/*ドメインをコピーする*/
.btn_copy_domain {
  width: 214px;
  height: 45px;
  margin: 10px 0;
  background: #e47d85;
  font-size: 18px;
  line-height: 45px;
}

/*登録する*/
.btn_regist {
  width: 85%;
  height: 50px;
  margin: 0 auto;
  background: #df0202;
  line-height: 50px;
}

.address_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.address_btn_wrap li {
  width: 42.8%;
  height: 45px;
  line-height: 45px;
}

.address_btn_wrap li:first-child {
  margin-right: 10px;
}

/* グレーボタン */
.member_btn.btn_gray {
  position: relative;
  width: 100%;
  max-width: 250px;
  padding: 13px 20px;
  color: #1e1e1e !important;
  background: #e0e0e0;
  border: 1px solid #7d7d7d;
  border-radius: 4px;
  font-size: 18px;
  font-weight: normal;
}

.member_btn.btn_gray:after {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ec6a6c;
  border-right: 2px solid #ec6a6c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*ログイン共通*/
.btn_login {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  padding: 24px 24px 24px 40px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  transition: .3s;
}

.btn_login:hover {
  text-decoration: none;
  opacity: .9;
}

.btn_login:before,
.btn_login:after {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
}

.btn_login:before {
  left: 20px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}

.btn_login.btn_login_new:before {
  border-left-color: #e60012;
}

.btn_login.btn_login_new_online:before {
  border-left-color: #e49f31;
}

.btn_login.btn_login_member:before {
  border-left-color: #5c9c3c;
}

.btn_login.btn_login_green:before {
  border-left-color: #49bd00;
}

.btn_login.btn_login_green2:before {
  border-left-color: #438806;
}

.btn_login:after {
  left: 10px;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

/*新規会員登録する*/
.btn_login_new {
  display: block;
  width: 100%;
  margin: 15px auto 0;
  /* padding: 30px 15px 30px 35px; */
  color: #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa5f6b), to(#c40312));
  background: linear-gradient(to bottom, #fa5f6b, #c40312);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

/*ログインする*/
.btn_login_member {
  margin: 15px auto 0;
  /* padding: 15px 15px 15px 35px; */
  color: #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#6fbc2c), to(#408504));
  background: linear-gradient(to bottom, #6fbc2c, #408504);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

/*オンラインショップに新規で登録*/
.btn_login_new_online {
  /* height: 60px; */
  /* padding: 12px 11px 12px 35px; */
  color: #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#e49e31), to(#e27e23));
  background: linear-gradient(to bottom, #e49e31, #e27e23);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
}

.btn_login_red {
  color: #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa5f6b), to(#c40312));
  background: linear-gradient(to bottom, #fa5f6b, #c40312);
}

.btn_login_green {
  color: #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#6fbc2c), to(#408504));
  background: linear-gradient(to bottom, #6fbc2c, #408504);
}

.btn_login_green2 {
  color: #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#429c00), to(#1f6500));
  background: linear-gradient(to bottom, #429c00, #1f6500);
}



/*郵便番号から検索*/
.btn_zipcode {
  display: inline-block;
  width: 250px;
  height: 50px;
  margin-left: 20px;
  color: #fff;
  background: #e47d85;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.btn_zipcode:hover {
  text-decoration: underline;
}

/*別送先*/
.radio_addr_list li {
  display: inline-block;
  height: 48px;
  line-height: 48px;
}

.radio_addr_list li label {
  position: relative;
  display: block;
  padding: 0 45px 0 18px;
  background: #fff;
  border: 1px solid #3c2c20;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.radio_addr_list li label:after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #3c2c20 transparent transparent transparent;
}

.radio_addr_list li label:hover {
  text-decoration: underline;
}

.radio_addr_list input[type="radio"]:checked+label {
  color: #fff;
  background: #e47d85;
  border-color: #e47d85;
  text-decoration: none;
}

.radio_addr_list input[type="radio"]:checked+label:after {
  border-top-color: #fff;
}

/* @media screen and (min-width: 1024px) {
  .btn_login_new_online {
    padding: 0;
    line-height: 60px;
  }
} */

/*次回お届け内容の確認・変更, 他のクーポンを見る*/
.member_btn.member_btn_other_coupon,
.member_btn.member_btn_shipping,
.member_btn.member_btn_next_shipping {
  width: 100%;
  max-width: 510px;
  height: 80px;
  margin-top: 43px;
  padding: 0 12px;
  color: #333 !important;
  background: #f4e7d1;
  border-radius: 5px !important;
  font-size: 23px;
  line-height: 80px;
}

.member_btn.member_btn_shipping:after,
.member_btn.member_btn_next_shipping:after {
  right: 12px;
  border-width: 7px 0 7px 8px;
  border-left-color: #de0202;
}

.member_btn.member_btn_other_coupon:after {
  right: 12px;
  border-width: 9px 7px 0 7px;
  border-top-color: #de0202;
}

.member_btn.member_btn_other_coupon.is-open:after {
  border-width: 0 7px 9px 7px;
}

.course_coupon .cta_use_this_order {
  width: 100%;
  max-width: 400px;
  height: 80px;
  margin-top: 43px;
  padding: 0 12px;
  color: #fff !important;
  background: #de0202;
  border-radius: 5px !important;
  font-size: 23px;
  line-height: 80px;
}

.course_coupon .cta_use_this_order:after {
  right: 12px;
  border-width: 7px 0 7px 8px;
  border-left-color: #fff;
}

/*次回お届け内容の確認・変更*/
.member_btn.member_btn_use_coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 80px;
  margin: 43px 0 0;
  padding: 0 35px;
  color: #333 !important;
  border: 1px solid #f4e7d1;
  border-radius: 5px !important;
  font-size: 23px;
  text-align: left !important;
}

.member_btn_use_coupon.btn_arrowR:after {
  right: 3.4%;
  border-width: 7px 0 7px 8px;
  border-left-color: #de0202;
}

/*次回お届け内容の確認・変更*/
.member_btn.member_btn_shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 500px;
  margin: 0;
  padding: 0 35px !important;
  text-align: left !important;
  line-height: 1.26;
}

.member_btn_wrap .member_btn {
  margin: 10px 0;
}

@media screen and (min-width: 1024px) {
  .member_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .member_btn_wrap .member_btn {
    width: 48.5%;
  }
}

/* __________ layout __________ */
#loginInfomation+#contents {
  padding-top: 0;
}

#member {
  padding-top: 45px;
  padding-bottom: 80px;
  font-size: 16px;
}

#member .page-width.w950 {
  max-width: 990px;
}

#member .page-width.w1140 {
  max-width: 1180px;
}

.js_accordionContent {
  display: none;
}

.w1030 {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1320px) {
  #member .page-width.w1140 {
    max-width: 1140px;
  }
}

.fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .fluid_wide {
    display: -webkit-box;
    /*Android4.3*/
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: flex;
  }
}

/* ===============================================================
form周り
=============================================================== */
#member input,
#member select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  /*IE*/
  display: none;
}

#member label,
#member select {
  cursor: pointer;
}

#member input[type="text"],
#member input[type="password"],
#member input[type="number"] {
  display: inline-block;
  height: 50px;
  padding: 11px;
  border: 1px solid #c7bba9;
  /* border-radius: 4px; */
  font-size: 16px;
  font-weight: bold;
}

#member input[type="text"].MAIL,
#member input[type="text"].KANANAME,
#member input[type="text"].TEL_HOME {
  font-weight: bold;
}

.form_wrap input,
.form_wrap select,
.cart_bundling_separate_inner select,
.course_change_form select,
.shipping_payment_table select,
.shipping_payment_table input {
  background-color: #fef1f2;
}

.form_wrap input:focus,
.form_wrap select:focus,
.course_change_form select:focus,
.shipping_payment_table select:focus,
.shipping_payment_table input:focus {
  background-color: #fff;
}

.course_change_form select {
  margin-left: 2px;
  font-weight: bold;
}

.course_change_form select:first-of-type {
  margin-left: 0;
}

input.w100 {
  width: 100%;
}

.form_item_SS {
  width: 168.5px;
}

.form_item_S {
  width: 240px;
}

.form_item_M {
  width: 80%;
  max-width: 500px;
}

.form_item_L {
  width: 100%;
  max-width: 600px;
}

.birthday_year {
  width: 130px;
}

#member select {
  height: 50px;
  padding: 0 10px;
  border: 1px solid #a3937f;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
}

select.select_arrow {
  background-image: url(../img/arrow_select.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px 17px;
}

select.select_addcity {
  width: 200px;
}

select.select_birthday {
  width: 72px;
}

select.select_shipping_date {
  width: 80px;
}

select.select_send_time {
  width: 164px;
}

select.select_num,
select.select_credit {
  width: 64px;
}

select.select_between {
  width: 154px;
}

select.select_gender {
  width: 200px;
}

.radio_btn {
  position: relative;
  display: inline-block;
  padding-left: 27px;
  background: #fff url(../img/radio_btn.png) no-repeat left top;
  background-size: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  vertical-align: middle;
}

input[type="radio"]:checked+.radio_btn {
  background-image: url(../img/radio_btn_active.png);
}

.radio_btn span {
  margin-left: 1em;
  font-weight: normal;
}

.radio_btn_img {
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .form_item_SS {
    width: 36%;
  }

  .form_item_M {
    width: 82%;
    max-width: 82%;
  }
}

.form_checkbox {
  position: relative;
  display: inline-block;
  margin: 0 0 3px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.form_checkbox:before,
.form_checkbox:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
}

.form_checkbox:before {
  background: #fff;
  border: 2px solid #a3937f;
  border-radius: 3px;
}

.form_checkbox_area input:checked+label:after {
  top: 4px;
  left: 3px;
  width: 16px;
  height: 8px;
  border-left: 3px solid #d3181b;
  border-bottom: 3px solid #d3181b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form_checkbox_img {
  display: block;
  margin-bottom: 10px;
}

/*パスワードを表示させる*/
.pass_display_chk label {
  position: relative;
  display: inline-block;
  margin: 0 0 3px;
  padding-left: 23px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
}

.pass_display_chk label:before,
.pass_display_chk label:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
}

.pass_display_chk label:before {
  background: #fff;
  border: 1px solid #c7bba9;
  border-radius: 0;
}

.pass_display_chk input:checked+label:after {
  top: 4px;
  left: 3px;
  width: 11px;
  height: 7px;
  border-left: 2px solid #5b482f;
  border-bottom: 2px solid #5b482f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*次回から自動でログインする*/
.login_auto_chk label {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  font-weight: bold;
}

.login_auto_chk label:before,
.login_auto_chk label:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: block;
}

.login_auto_chk label:before {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background: #fff;
  border: 1px solid #4b8f02;
  border-radius: 3px;
}

.login_auto_chk input:checked+label:after {
  top: 50%;
  left: 4px;
  width: 19px;
  height: 11px;
  margin-top: -8px;
  border-left: 4px solid #4b8f02;
  border-bottom: 4px solid #4b8f02;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*メルマガ受け取るのチェックボックス*/
.mailagreeflag_chk label {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding-left: 33px;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  padding-top: 2px;
}

.mailagreeflag_chk label:before,
.mailagreeflag_chk label:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
}

.mailagreeflag_chk label:before {
  background: #fff;
  border: 1px solid #c7bba9;
  border-radius: 0;
}

.mailagreeflag_chk input:checked+label:after {
  top: 7px;
  left: 8px;
  width: 16px;
  height: 10px;
  border-left: 2px solid #5b482f;
  border-bottom: 2px solid #5b482f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form_item_wrap label {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}

label[for="segment1_0"],
label[for="segment1_1"] {
  padding-top: 2px;
}

/* .form_wrap {
  border-top: 1px solid #ddd7cb;
} */

.form_wrap table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.form_wrap th,
.form_wrap td {
  padding: 20px 0;
  border-bottom: 1px solid #ddd7cb;
}

.form_wrap tr:last-child th,
.form_wrap tr:last-child td {
  padding-bottom: 0;
  border-bottom: 0;
}

.form_wrap th {
  width: 22%;
  max-width: 210px;
  padding-top: 35px;
  text-align: left;
  vertical-align: top;
}

.form_wrap td {
  width: 78%;
  max-width: 830px;
}

.form_wrap th,
.form_wrap label {
  font-size: 14px;
  font-weight: bold;
}

.form_wrap td label {
  text-align: right;
  vertical-align: top;
}

.label_w_icon {
  display: inline-block;
  width: 8em;
}

.form_item_nolabel {
  padding-left: 75px;
}

.form_required {
  display: inline-block;
  vertical-align: middle;
}

.form_required:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 18px;
  margin-left: 12px;
  margin-top: -6px;
  background: url(../img/icon_required.gif) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.form_item_wrap {
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.form_item_wrap+.form_item_wrap {
  margin-top: 10px;
}

.form_item_wrap label {
  padding-right: 5px;
  text-align: right;
}

.form_item_wrap label:first-of-type {
  width: 75px;
}

.form_item_wrap label:nth-of-type(2) {
  width: 68px;
}

.form_item_wrap_birthday p {
  margin: 0 20px 0 5px;
  font-weight: bold;
}

.form_item_wrap_birthday p:last-of-type {
  margin-right: 0;
}

/*進む・次へ・ログイン*/
.regist_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.btn_next {
  position: relative;
  width: 540px;
  height: 80px;
  margin: 0 auto;
  background: #ea2433;
  font-size: 26px;
  line-height: 80px;
}

.btn_next:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}

input.btn_next {
  background-image: url(../img/btn_arrow_wh.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 12px;
}

.confirm_btn_wrap .btn_next {
  margin: 0 0 0 20px;
}

.form_item_LL {
  width: 100%;
  max-width: 600px;
}

input#nowPassword::placeholder,
input#password::placeholder {
  color: #e60013 !important;
  font-weight: bold !important;
}

label[for="birthdayyear"] {
  width: auto !important;
}

@media screen and (min-width: 1024px) {
  .form_wrap {
    padding: 25px 40px;
  }

  .form_wrap th {
    width: 22%;
    max-width: 240px;
  }

  .form_wrap td {
    width: 74%;
  }

  .form_wrap th,
  .form_wrap label {
    font-size: 20px;
    font-weight: bold;
  }

  .form_item_wrap label:first-of-type {
    width: 114px;
  }

  .form_item_wrap label:nth-of-type(2) {
    width: 80px;
  }

  .form_item_nolabel {
    padding-left: 114px;
  }

  .mailmag_sample_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mailmag_sample_wrap p {
    width: 63%;
    max-width: 659px;
    margin-right: 10px;
  }

  .mailmag_sample {
    margin: 0;
  }

  .mail_domain {
    max-width: 600px;
  }

  .mail_sub_notes {
    max-width: 600px;
  }
}

/* ===============================================================
マイページ全般
=============================================================== */
/* __________ 見出し・タイトル __________ */
.page_title {
  position: relative;
  padding: 13px 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.page_title:before,
.page_title:after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  border-top: 1px solid #d2c5b8;
  border-bottom: 1px solid #fff;
}

.page_title:before {
  top: 0;
}

.page_title:after {
  bottom: 0;
}

.title_band_pink {
  width: 106%;
  margin: 0 -3%;
  padding: 12px;
  color: #fff;
  background: #e47d85;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.title_band_green {
  width: 106%;
  margin: 0 -3%;
  padding: 12px;
  color: #fff;
  background: #5dab19;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.block_title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}

.procedure_title {
  padding-bottom: 3px;
  color: #e42626;
  border-bottom: 2px solid #e42626;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.procedure_txt {
  font-size: 24px;
}

.member_page_title,
.member_name {
  font-size: 24px;
  font-weight: bold;
}


.course_coupon .member_block_title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

.course_coupon .member_block_desc {
  font-size: 20px;
}

.member_h2 {
  padding: 13px 20px;
  color: #fff;
  background: #996c33;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.member_h2.flex {
  display: flex;
  justify-content: left;
  align-items: center;
}
.member_h2.flex span {
  font-size: 75%;
  margin-left: 0.5rem;
}
.course_coupon .member_h2 {
  padding: 30px 20px;
  color: #fff;
  background: #f56363;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.course_coupon .member_h2 span {
  font-size: 20px;
  display: block;
  margin-top: 10px;
}


.member_h2-change {
  background: #de0202;
}

.member_text_nocoupon,
.member_text_noorder {
  padding: 30px 0 42px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.member_text_noorder {
  padding-bottom: 15px;
}


/* __________ top __________ */
.username {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.panel_item_contents {
  padding-bottom: 10px;
  margin-top: 1em;
  text-align: center;
  display: block;
}

.greeting_wrapper.shadow_box {
  border-radius: 10px;
}

.greeting p {
  width: 33em;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}

.greeting_wrapper {
  padding: 10px;
  border-radius: 10px;
  background-image: linear-gradient(-45deg, #c2a882 25%, #d0bc9f 25%, #d0bc9f 50%, #c2a882 50%, #c2a882 75%, #d0bc9f 75%, #d0bc9f);
  background-size: 24px 24px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 35px;
}

.greeting_wrapper:before,
.greeting_wrapper:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bc8d49;
  z-index: 100;
}

.greeting_wrapper:before {
  left: 20px;
  bottom: 20px;
}

.greeting_wrapper:after {
  right: 20px;
  bottom: 20px;
}

.greeting {
  position: relative;
  width: 100%;
  padding: 30px;
  background: #f8e9c4;
  border-radius: 10px;
}

.greeting:before,
.greeting:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bc8d49;
}

.greeting:before {
  left: 10px;
  top: 10px;
}

.greeting:after {
  right: 10px;
  top: 10px;
}

.greeting_img {
  width: 400px;
  margin: 10px auto 0;
}

@media screen and (min-width: 1200px) {
  .greeting {
    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;
    padding: 30px 60px;
  }

  .greeting p {
    width: 60%;
    min-width: 600px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
  }

  .greeting_img {
    width: 400px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .greeting_img img {
    width: 100%;
  }
}

/* __________ メニュー __________ */
.member_menu {
  margin-top: 25px;
  padding: 20px 25px;
  background: url(../img/bg_top_menu.gif) repeat 0 0;
  background-size: 1px 2px;
}

.member_menu h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.member_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.member_menu_list>li {
  width: 48%;
  background-color: #fff;
  padding: 3px;
  padding: 3px;
  -webkit-box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
  box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
  margin-bottom: 10px;
  border-radius: 6px;
}

.member_menu_list .member_menu_ttl {
  font-size: 19px;
  font-weight: bold;
}

.member_menu_list .a_button {
  position: relative;
  background-repeat: no-repeat;
  background-position: left 14px center;
  font-size: 19px;
  font-weight: bold;
}

/* .member_menu_list .a_button:after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-top: -3.5px;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #cfa971 transparent transparent transparent;
  } */
.member_menu_list .a_button span {
  display: block;
  height: 100%;
  padding: 10px;
  border: 1px dashed #d6cbb7;
  border-radius: 6px;
}

.member_menu_list .border-dashed {
  display: block;
  height: 100%;
  padding: 10px;
  border: 1px dashed #d6cbb7;
  border-radius: 6px;
}

/* .member_menu_history .a_button {
  background-image: url(../img/icon_history.png);
  background-size: 47px 42px;
}
.member_menu_change .a_button {
  background-image: url(../img/icon_change.gif);
  background-size: 47px 40px;
}
.member_menu_address .a_button {
  background-image: url(../img/icon_address.gif);
  background-size: 47px 39px;
} */
.member_menu_sub {
  text-indent: -1rem;
  margin-left: 1rem;
}

.member_menu_sub li {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 1023px) {
  .member_menu_list>li:last-child {
    margin-top: 14px;
  }

  .member_menu_list>li:nth-child(even) {
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .member_menu_list>li {
    width: 32%;
    margin-right: auto;
  }

  .member_menu_list>li:last-child {
    margin-right: 0;
  }
}

/* 2021.2改修 */
.member_menu2 {
  margin-top: 30px;
}

.member_menu_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px -7.5px;
}

.member_menu_list2__item {
  width: 50%;
  padding: 10px 7.5px;
}

.member_menu_list2__item a:hover {
  opacity: 0.7;
}

.member_menu_list2__item img {
  width: 100%;
}

.member_menu_list2__item-last {
  margin-right: auto;
}

.member_menu_list2__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 23px 13px 23px 77px;
  background: #fff;
  border: 1px solid #d7ccbc;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.member_menu_list2__link:before,
.member_menu_list2__link:after {
  position: absolute;
  content: '';
  display: block;
}

.member_menu_list2__link:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.member_menu_list2__link-history:before {
  top: calc(50% - 22px);
  left: 18px;
  width: 42px;
  height: 44px;
  background-image: url(/member/img/icon_box.png);
}

.member_menu_list2__link-teiki:before {
  top: calc(50% - 22px);
  left: 17px;
  width: 44px;
  height: 44px;
  background-image: url(/member/img/icon_cal2.png);
}

.member_menu_list2__link-coupon:before {
  top: calc(50% - 15px);
  left: 19px;
  width: 50px;
  height: 31px;
  background-image: url(/member/img/icon_off.png);
}

.member_menu_list2__link-account:before {
  top: calc(50% - 22px);
  left: 24px;
  width: 30px;
  height: 45px;
  background-image: url(/member/img/icon_location.png);
}

.member_menu_list2__link-other:before {
  top: calc(50% - 19px);
  left: 21px;
  width: 42px;
  height: 38px;
  background-image: url(/member/img/icon_gaibu_account.png);
}

.member_menu_list2__link-stage:before {
  top: calc(50% - 25px);
  left: 26px;
  width: 30px;
  height: 50px;
  background-image: url(/member/img/icon_award.png);
}

.member_menu_list2__link-present:before {
  top: calc(50% - 21px);
  left: 20px;
  width: 38px;
  height: 42px;
  background-image: url(/member/img/icon_present.png);
}

.member_menu_list2__link-frined:before {
  top: calc(50% - 20px);
  left: 16px;
  width: 55px;
  height: 40px;
  background-image: url(/member/img/icon_friend.png);
}

.member_menu_list2__link-magazine:before {
  top: calc(50% - 16px);
  left: 18px;
  width: 50px;
  height: 33px;
  background-image: url(/member/img/icon_magazine.png);
}

.member_menu_list2__link:after {
  top: calc(50% - 6px);
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #c9a978;
}

.member_menu_list2__link-coupon:after,
.member_menu_list2__link-stage:after {
  border-width: 7px 6px 0 6px;
  border-color: #c9a978 transparent transparent transparent;
}

.member_menu_list2__link-tomypage {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 23px 13px 23px;
}

.member_menu_list2__link-tomypage:before {
  display: none;
}

.member_menu_list2__link-tomypage:after {
  left: 13px;
  border-width: 7px 6px 7px 0;
  border-color: transparent #c9a978 transparent transparent;
}

@media screen and (min-width: 1024px) {
  .member_menu_list2__item {
    width: 33.333%;
  }
}

/* __________ お電話にてご連絡ください __________ */
.member_shipping_contact_wrap {
  margin: 40px 0 0;
  padding: 34px;
  border: 4px solid #d7ccbc;
  text-align: center;
}

.member_shipping_contact_wrap h3 {
  font-size: 28px;
  font-weight: bold;
  text-decoration: underline;
}

.member_shipping_contact_tel {
  display: inline-block;
  margin: 16px 0 0;
}

.member_shipping_contact_text1 {
  margin: 18px 0 0;
  font-size: 20px;
}

.member_shipping_contact_text2 {
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 1.5;
}

.member_shipping_contact_text3 {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.member_shipping_contact_wrap-sm {
  margin-top: 12px;
  padding: 15px 36px;
  border-width: 2px;
}

.member_shipping_contact_wrap-sm h3 {
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
}

.member_shipping_contact_wrap-sm .member_shipping_contact_text2 {
  margin-top: 22px;
  font-size: 16px;
}

.member_shipping_contact_wrap-sm .member_shipping_contact_tel {
  width: 247px;
  height: auto;
}

.member_shipping_contact_wrap-sm .member_shipping_contact_text3 {
  font-size: 14px;
}


/* __________ 共通 __________ */
.member_block {
  margin-top: 70px;
}

.course_coupon .member_block {
  margin-top: 0px;
  margin-bottom: 70px;
}


.member_block:first-of-type {
  margin-top: 35px;
}

.course_coupon .member_block:first-of-type {
  margin-top: 15px;
}

.member_block__inner {
  padding: 24px 3.5%;
  background: #fff;
}

.member_block_h3 {
  font-size: 24px;
  font-weight: bold;
}

.member_block__attention {
  background: #de0202;
  color: #fff;
  margin: 20px auto 0;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}

/* __________ お届け予定商品 __________ */
.member_shipping .member_block__inner {
  padding-bottom: 52px;
}

.member_shipping__txt-row dt,
.member_shipping__txt-row dd {
  display: inline-block;
}

.course_coupon .member_shipping__txt1-column li dl {
  display: flex;
  flex-direction: column;
}

.course_coupon .member_shipping__table .member_shipping__txt-row {
  font-size: 18px;
  display: flex;
  border-bottom: solid 1px #996c33;
}

.course_coupon .member_shipping__table .member_shipping__txt-row dt {
  background: #f3e7d1;
  padding: 3px 10px;
  width: 33%;
  border-right: solid 1px #996c33;
}

.course_coupon .member_shipping__table .member_shipping__txt-row dd {
  width: 67%;
  padding: 3px 10px;
}

.member_shipping_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d7ccbc;
  border-left: 1px solid #d7ccbc;
}

.member_shipping_table th,
.member_shipping_table td {
  padding: 10px 15px;
  font-size: 18px;
  border-right: 1px solid #d7ccbc;
  border-bottom: 1px solid #d7ccbc;
}

.member_shipping_table__head {
  background: #f4e7d1;
  text-align: left;
  width: 16%;
}

.member_shipping_table__text {
  font-weight: bold;
  vertical-align: top;
  width: 34%;
}

.member_shipping_table__text a {
  font-weight: bold;
  vertical-align: top;
  text-decoration: underline;
}

.member_shipping_table .w50 {
  width: 50%;
}

.member_shipping__txt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.course_coupon .member_shipping__table .member_shipping__txt1,
.course_coupon .member_shipping__table .member_shipping__txt2,
.course_coupon .member_shipping__table .member_shipping__txt3 {
  border: solid 1px #996c33;
  margin: 0 0 20px;
}

.course_coupon .member_shipping_block_ttl {
  font-size: 22px;
  font-weight: bold;
}

.course_coupon .member_shipping_block_column_02 {
  display: flex;
  justify-content: space-between;
}

.course_coupon .member_shipping_block__discount {
  display: flex;
  justify-content: right;
  align-items: flex-end;
}

.course_coupon .member_shipping_block__discount .member_shipping_block__discount_icon {
  display: inline-block;
  padding: 7px 25px;
  background-color: #de0202;
  border-radius: 7px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.course_coupon .member_shipping_block__discount .member_shipping_block__discount_icon span {
  font-size: 30px;
}

.member_shipping__txt1-left,
.member_shipping__txt3-left {
  width: 46%;
}

.member_shipping__txt1-right,
.member_shipping__txt3-right {
  width: 54%;
}

.course_coupon .member_shipping__txt1-right,
.course_coupon .member_shipping__txt2-right,
.course_coupon .member_shipping__txt3-right {
  border-left: solid 1px #996c33;
}


.member_shipping__txt1 li,
.member_shipping__txt3 li {
  font-size: 20px;
  font-weight: bold;
}

.course_coupon .member_shipping__table .member_shipping__txt1 li,
.course_coupon .member_shipping__table .member_shipping__txt3 li {
  font-size: 20px;
  font-weight: bold;
  display: inline;
}

.course_coupon .member_shipping__txt1 li:last-of-type .member_shipping__txt-row,
.course_coupon .member_shipping__txt3 li:last-of-type .member_shipping__txt-row {
  border-bottom: none;
}

.member_shipping__txt1 li+li {
  margin-top: 8px;
}

.member_shipping__txt1 a {
  text-decoration: underline;
}

.member_shipping__txt2 {
  font-size: 18px;
  line-height: 1.777;
}

.course_coupon .member_shipping__txt2 {
  display: flex;
  justify-content: space-between;
}

.course_coupon .member_shipping__txt2-left {
  flex: 0 0 auto;
  width: 100%;
}

.course_coupon .member_shipping__txt2-left dt {
  background: #f3e7d1;
  padding: 3px 10px;
  border-bottom: solid 1px #996c33;
  font-weight: bold;
}

.course_coupon .member_shipping__txt2-left dd {
  padding: 3px 10px;
  font-weight: bold;
}

.course_coupon .member_shipping__txt2-right {
  flex: 0 0 auto;
  width: 50%;
}

.course_coupon .member_shipping__txt2-right dt {
  background: #f3e7d1;
  padding: 3px 10px;
  border-bottom: solid 1px #996c33;
  font-weight: bold;
}

.course_coupon .member_shipping__txt2-right dd {
  padding: 3px 10px;
  font-weight: bold;
}


.member_shipping__txt3 li {
  font-size: 18px;
}

.member_shipping__txt3 li+li {
  margin-top: 6px;
}

.member_shipping_block {
  padding: 0 1.13%;
}

.course_coupon .member_shipping__table .member_shipping_block {
  padding: 0;
}

.member_shipping_block+.member_shipping_block {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d7ccbc;
}

.member_shipping_frame {
  padding: 24px;
  border: 1px solid #d2bfa4;
}

.member_shipping_change_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.member_shipping_change_detail__title {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
}

.member_shipping_change_detail__list {
  width: auto;
}

.member_shipping_change_detail__list+.member_shipping_change_detail__list {
  margin-left: 7.9%;
}

.member_shipping_change_detail li {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
}

.member_shipping_pd__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d7ccbc;
}

.course_coupon .member_shipping_pd__item:last-of-type {
  border-bottom: 1px solid #d7ccbc;
  padding-bottom: 30px;
}

.member_shipping_pd__item-noline {
  border-top: 0;
}

.member_shipping_pd__item-left {
  width: 180px;
}

.member_shipping_pd__item-right {
  width: calc(100% - 180px - 3.77%);
  margin-left: auto;
}

.member_shipping_pd__item .member_btn {
  margin-top: 10px;
}

.member_shipping_pd__img img {
  width: 100%;
}

.member_shipping_pd__name {
  font-size: 26px;
  font-weight: bold;
}

.member_shipping_pd__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 32px;
  margin-top: 18px;
  color: #fff;
  background: #de0202;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .08em;
}

.member_shipping_pd__label-normal {
  background: #996c33;
}

.member_shipping_pd__txt {
  margin-top: 8px;
}

.member_shipping_pd__txt li {
  font-size: 20px;
  line-height: 1.5;
}

.member_shipping_pd__txt li span {
  font-size: 14px;
}

.member_shipping_pd__att {
  margin-top: 12px;
}

.member_shipping_price {
  margin-top: 40px;
}

.member_shipping_price__wrap {
  padding: 20px 5.6%;
  border: 1px solid #d7ccbc;
}

.member_shipping_price__wrap+.member_shipping_price__wrap {
  border-top: 0;
}

.member_shipping_price__table {
  width: 100%;
}

.member_shipping_price__table th {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

.member_shipping_price__table td {
  text-align: right;
}

.member_shipping_price__price {
  font-size: 16px;
  font-weight: bold;
}

.member_shipping_price__price-lg {
  font-size: 18px;
}

.member_shipping_price__num {
  font-size: 1.5em;
}

.member_shipping_price__sm_txt {
  font-size: 16px;
  font-weight: normal;
}

.member_shipping_price__add_txt {
  font-weight: normal;
}

.member_shipping_change_arrow {
  position: relative;
  margin-top: 130px;
}

.member_shipping_change_arrow:before {
  position: absolute;
  top: -88px;
  right: 0;
  left: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 50px 75px 0 75px;
  border-color: #d2bfa4 transparent transparent transparent;
}

/* __________ アカウント連携 __________ */
.sns_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.sns_area h2 {
  margin-right: 25px;
  font-size: 18px;
  font-weight: bold;
}

.sns_area_list li {
  display: inline-block;
  margin-right: 16px;
}

.sns_area_list a:hover {
  opacity: .7;
}

.sns_area p {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .sns_area p {
    width: 100%;
    margin-top: 20px;
  }
}

/* __________ キャンペーン情報 __________ */
.top-login_panel .panel_title {
  font-size: 24px;
  font-weight: bold;
  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;
  text-align: center;
  margin-bottom: 30px;
}

.top-login_panel .panel_title::before,
.top-login_panel .panel_title::after {
  content: "";
  margin: auto;
  display: inline-block;
  width: 38%;
  height: 2px;
  border-top: 1px solid #d2c5b8;
  border-bottom: 1px solid #fff;
  width: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  position: relative;
}

.top-login_panel .panel_title::before {
  margin-right: 20px;
}

.top-login_panel .panel_title::after {
  margin-left: 20px;
}

.top-login_panel .panel_title .bg-beige {
  background: none;
}

.top-login_panel_list .panel_item,
.top-login_panel_list::before,
.top-login_panel_list::after {
  display: block;
  width: 24%;
  position: relative;
  border-radius: 10px;
  font-size: 14px;
  max-width: 320px;
  margin: 0 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top-login_panel_list {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#no_panel_list_comment {
  width: 100%;
  text-align: center;
}

.top-login_panel_list .panel_item {
  background: #fff;
}

.top-login_panel_list .panel_item_inner {
  width: 100%;
  height: 100%;
  padding: 20px 20px 55px;
  position: relative;
}

.top-login_panel_list .panel_item_title {
  display: block;
  color: #648442;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #a6ba91;
}

.top-login_panel_list .panel_item_title+.panel_item_image {
  margin-bottom: 10px;
}

.top-login_panel_list .panel_item_image {
  width: 100%;
  text-align: center;
}

.top-login_panel_list .panel_item_image img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  max-height: 210px;
}

.top-login_panel_list .panel_item_contents {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.top-login_panel_list .panel_item_link {
  display: block;
  width: 96%;
  max-width: 280px;
  height: auto;
  padding: 10px 0;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 5;
  margin: auto;
  color: #fff !important;
  text-align: center;
  border-radius: 5px;
  line-height: 1em;
  cursor: pointer;
  background: #99bb76;
  font-size: 1em;
  font-weight: bold;
}

.top-login_panel_list .panel_item_link::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../../login/img/icon_article_link.png) center center no-repeat;
}

.top-login_panel_list .panel_item_link::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.top-login_panel_list::before {
  content: "";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.top-login_panel_list::after {
  content: "";
}

.member_campaign {
  width: auto;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.member_campaign li {
  display: block;
  padding: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  margin: 0 0 20px;
}

.member_campaign li a {
  display: block;
  padding: 0 0 25%;
  position: relative;
  overflow: hidden;
}

.member_campaign li a:hover {
  opacity: 0.7;
}

.member_campaign li a img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
}

/* __________ ステージ情報 __________ */
.member_stage {
  padding: 12px;
  background: url(../img/bg_top_menu.gif) repeat 0 0;
  background-size: 1px 2px;
  border-radius: 10px;
}

.member_stage_inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 22px auto 16px;
  padding: 10px 4.6%;
  background: url(../img/bg_stage_mid.png) repeat-y center 0;
  background-size: 100% auto;
}

.member_stage_inner:before,
.member_stage_inner:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  content: '';
  width: 100%;
  height: calc(100vw * .034);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.member_stage_inner:before {
  top: calc(-100vw * .034);
  background-image: url(../img/bg_stage_top.png);
  background-position: center bottom;
}

.member_stage_inner:after {
  bottom: calc(-100vw * .034);
  background-image: url(../img/bg_stage_btm.png);
  background-position: center top;
}

@media screen and (min-width: 900px) {
  .member_stage_inner {
    padding: 32px;
    background: url(../img/bg_stage_mid_wide.png) repeat-y center 0;
    background-size: 100% auto;
  }

  .member_stage_inner:before,
  .member_stage_inner:after {
    height: 22px;
  }

  .member_stage_inner:before {
    top: -22px;
    background-image: url(../img/bg_stage_top_wide.png);
  }

  .member_stage_inner:after {
    bottom: -22px;
    background-image: url(../img/bg_stage_btm_wide.png);
  }
}

.member_stage_total h3 {
  position: relative;
  width: 580px;
  height: 45px;
  margin: 0 auto;
  color: #fff;
  background: #f40000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
  z-index: 1;
}

.member_stage_total h3:before,
.member_stage_total h3:after {
  position: absolute;
  bottom: -13px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.member_stage_total h3:before {
  left: 0;
  border-width: 0 16px 13px 0;
  border-color: transparent #860000 transparent transparent;
}

.member_stage_total h3:after {
  right: 0;
  border-width: 13px 16px 0 0;
  border-color: #860000 transparent transparent transparent;
}

.member_stage_total_price_area {
  position: relative;
  width: 550px;
  margin: 0 auto;
  padding: 10px 0 13px;
  background: #fff;
  border-radius: 0 0 5px 5px / 0 0 5px 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
  box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}

.member_stage_total_price_area:before,
.member_stage_total_price_area:after {
  position: absolute;
  top: 8px;
  content: '';
  display: block;
  width: 46px;
  height: 64px;
  z-index: -1;
}

.member_stage_total_price_area:before {
  left: -46px;
  background: url(../img/bg_stage_ribon_l.png) no-repeat left top;
  background-size: contain;
}

.member_stage_total_price_area:after {
  right: -46px;
  background: url(../img/bg_stage_ribon_r.png) no-repeat left top;
  background-size: contain;
}

.member_stage_total_price_area p {
  font-size: 22px;
}

p.member_stage_total_price {
  color: #f40000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.member_stage_total_price span {
  font-size: 40px;
}

.member_stage_txt {
  margin: 0 auto 8px;
  font-size: 15px;
  font-weight: bold;
}

.member_stage_inner_left .member_att {
  max-width: 580px;
  margin: 10px auto 0;
}

.member_stage_info_wrap {
  width: 380px;
  margin: 20px auto 0;
}

.member_stage_info_wrap h3 {
  height: 60px;
  padding: 24px 0 6px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.member_stage_info_wrap.stage_y h3 {
  background-image: url(../img/bg_stage2_top.png);
}

.member_stage_info_wrap.stage_n h3 {
  color: #ffc800;
  background-image: url(../img/bg_stage2_brown_top.png);
}

.member_stage_info_wrap.stage_y h3.member_stage-bg-gold {
  background-image: url(../img/bg_stage2_top.png);
}

.member_stage_info_wrap.stage_y h3.member_stage-bg-silver {
  background-image: url(../img/bg_stage2_silver_top.png);
}

.member_stage_info_wrap.stage_y h3.member_stage-bg-bronze {
  background-image: url(../img/bg_stage2_bronze_top.png);
}

.member_stage_info_wrap.stage_y h3.member_stage-bg-platina {
  background-image: url(../img/bg_stage2_platina_top.png);
}

.member_stage_info_inner {
  position: relative;
  height: 200px;
  margin-bottom: 26px;
  padding: 24px 0 10px;
  background-repeat: repeat-y;
  background-position: center 0;
  background-size: 100% auto;
}

.stage_y .member_stage_info_inner {
  background-image: url(../img/bg_stage2_mid.png);
}

.stage_n .member_stage_info_inner {
  background-image: url(../img/bg_stage2_brown_mid.png);
}

.member_stage_info_inner:after {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  background-repeat: repeat-y;
  background-position: center 0;
  background-size: 100% auto;
}

.stage_y .member_stage_info_inner:after {
  background-image: url(../img/bg_stage2_btm.png);
}

.stage_n .member_stage_info_inner:after {
  background-image: url(../img/bg_stage2_brown_btm.png);
}

.member_stage_info_inner p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

p.member_stage_year {
  width: 230px;
  height: 67px;
  margin: 0 auto 20px;
  padding: 20px 44px;
  background: url(../img/member_stage_year.gif) no-repeat center center;
  background-size: contain;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}

p.member_stage_year_bronze {
  background-image: url(../img/member_stage_year_bronze.gif);
}

p.member_stage_year_silver {
  background-image: url(../img/member_stage_year_silver.gif);
}

p.member_stage_year_platina {
  background-image: url(../img/member_stage_year_platina.gif);
}

p.member_stage_icons {
  width: 175px;
  margin: 0 auto;
}

@media screen and (min-width: 1140px) {
  .member_stage_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .member_stage_info_wrap {
    margin: 0 0 0 auto;
  }
}

.member_stage__block {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.member_stage__frame {
  height: calc(100% - 20px);
  margin-top: 20px;
  padding: 27px 30px 30px;
  border: 1px solid #d7ccbc;
}

.member_stage__frame-noorder {
  height: auto;
}

.member_stage__inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.member_stage_msg {
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.member_stage_level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
}

.member_stage_level__icon {
  width: 46px;
  height: 49px;
  margin-right: 15px;
}

/* __________ ステージアップ __________ */
.member_stageup {
  margin: 40px auto 0;
}

.member_stageup h3 {
  width: 100%;
  height: 65px;
  color: #ffca29;
  background: #673b19 url(../img/bg_brown.gif) repeat 0 0;
  background-size: 26px;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 65px;
}

.member_stageup h3 img {
  width: 142px;
  height: 35px;
  margin: 0 10px;
  vertical-align: middle;
}

.member_stageup_inner {
  padding: 20px 10px;
  background: #fff;
}

.member_stageup_txt1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.stageup_icon_current,
.stageup_icon_next {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  vertical-align: middle;
}

.stageup_icon_current {
  width: 25px;
  height: 28px;
  margin-right: 0;
  margin-left: 5px;
}

.stageup_icon_next {
  width: 32px;
  height: 36px;
  margin-right: 8px;
}

.stage_icon {
  padding-right: 1.6em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  vertical-align: middle;
}

.stage_icon_gold {
  background-image: url(../img/icon_stage_gold.png);
}

.stage_icon_platina {
  background-image: url(../img/icon_stage_platina.png);
}

.stage_icon_silver {
  background-image: url(../img/icon_stage_silver.png);
}

.stage_icon_bronze {
  background-image: url(../img/icon_stage_bronze.png);
}

.member_stageup_txt2 {
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 3px;
  background: #f40000;
}

.member_stageup_txt2_inner {
  width: 100%;
  padding: 10px;
  color: #fff;
  border: 1px solid #ff797e;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.member_stageup_txt2_inner span {
  font-size: 26px;
}

@media screen and (max-width: 1023px) {
  .member_stageup_txt2_inner span.wide {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .member_stageup_inner {
    text-align: center;
  }
}

/* __________ ステージアップ対象商品 __________ */
.member_stageup_pd {
  margin-top: 40px;
}

.member_stageup_pd h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.member_stageup_pd_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.member_stageup_pd_img {
  width: 100%;
  height: 210px;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.member_stageup_pd_img img {
  width: auto;
  height: 100%;
}

.member_stageup_pd_item {
  position: relative;
  width: 48%;
  padding: 20px 20px 68px 20px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(56, 41, 1, 0.11);
  box-shadow: 0 0 5px 0 rgba(56, 41, 1, 0.11);
}

.member_stageup_pd_name {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #d68188;
}

.member_stageup_pd_txt li {
  display: block;
  min-height: 16px;
  padding-left: 22px;
  background: url(../img/icon_check_circle.gif) no-repeat left top;
  background-size: 16px 16px;
  font-size: 14px;
}

.member_stageup_pd_link {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  width: calc(100% - 40px);
  height: 34px;
  margin: 0 auto;
  color: #fff !important;
  background: #e78a92;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
}

.member_stageup_pd_link:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 20px;
  margin-right: 6px;
  background: url(/login/img/icon_product_link.png) no-repeat left center;
  background-size: contain;
  vertical-align: middle;
}

.member_stageup_pd_link:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: -3.5px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 1023px) {
  .member_stageup_pd_list>li:nth-child(-n+2) {
    margin-bottom: 20px;
  }

  .member_stageup_pd_list>li:nth-child(even) {
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .member_stageup_pd_list>li {
    width: 24.2%;
    max-width: 320px;
    margin-left: auto;
  }

  .member_stageup_pd_list>li:first-of-type {
    margin-left: 0;
  }
}

/* __________ お持ちのクーポン __________ */
.member_coupon {
  margin-top: 50px;
  background: #fff;
  border: 2px solid #f68490;
  border-radius: 6px;
}

.member_coupon_wrap {
  padding-bottom: 35px;
  /* アンカーリンクのずれ修正 */
  margin-top: -130px;
  padding-top: 200px;
}

.member_coupon h3 {
  width: 100%;
  height: 50px;
  background: #ffdbde;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.member_coupon_inner {
  padding: 20px 30px;
  background: #fff;
}

.member_coupon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.member_coupon_list li {
  width: 48%;
  margin: 0 0 20px auto;
  border: 1px solid #d0b89b;
}

.member_coupon_list dt {
  display: block;
  padding: 12px;
  font-size: 20px;
  font-weight: bold;
}

.member_coupon_list dt #coupon_link {
  text-decoration: underline;
}

/* .member_coupon_list dt:hover {
  opacity: 0.7;
}

.member_coupon_list a {
  display: block;
  color: #fff;
  text-decoration: underline;
}
.member_coupon_list a:visited {
  color: #fff;
  text-decoration: underline;
}
.member_coupon_list a:hover {
  color: #fff;
  text-decoration: underline;
} */
.member_coupon_list dd {
  padding: 15px 15px 18px;
  background: #fff;
  border-top: 0;
  font-size: 16px;
}

.member_coupon_list dd.member_coupon_price {
  color: #fff;
  background: #f40000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.member_coupon_price span {
  margin-left: .5em;
  font-size: 32px;
}

.member_coupon_list .member_btn {
  width: 88.8%;
  margin-top: 17px;
  font-size: 17px;
}
.application_coupon_wrap .member_coupon_list {
  justify-content: center;
}
.application_coupon_wrap .comment {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 23px auto 0 auto;
  background-color: #ffe8e8;
  padding: 24px 0;
  font-size: 20px;
}
.member_block .coupon_inventory {
  display: flex;
  align-items: stretch;
  justify-content: left;
  gap: 20px;
  flex-wrap: wrap;
}
.member_block .coupon_inventory li {
  font-weight: bold;
  width: calc( 25% - 15px );
}
.member_block .coupon_inventory li .price_off {
  text-align: center;
  color: #e60012;
  font-size: 40px;
  border: 2px solid #e60012;
  padding: 26px 0 21px;
  line-height: 1;
}
.member_block .coupon_inventory li .price_off span {
  display: block;
}
.member_block .coupon_inventory li .price_off .price {
  font-size: 50px;
  margin-bottom: 6px;
}
.member_block .coupon_inventory li .price_off .price span {
  display: inline-block;
  font-size: 40px;
}
.member_block .coupon_inventory li .price_off .limit {
  margin-top: 20px;
  color: #333333;
  font-size: 20px;
}
.member_block .coupon_inventory li .name {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
.member_block .coupon_inventory li .conditions_tit,
.member_block .coupon_inventory li .conditions_txt {
  font-size: 14px;
  font-weight: normal;
}
.member_block .coupon_inventory li .conditions_txt {
  height: 3.75rem;
  overflow-y: auto;
  margin-bottom: 16px;
}
.member_block .coupon_inventory li .coupon_btn {
  font-size: 15px;
  display: block;
  text-align: center;
  background-color: #f4e7d1;
  border-radius: 50px;
  padding: 12px 0 14px;
}
.member_block .coupon_inventory li .coupon_btn:hover {
  cursor: pointer;
}
.member_block .coupon_inventory li .note_txt {
  font-size: 13px;
  color: #e60012;
}
@media screen and (max-width: 1023px) {
  .member_coupon_list li:nth-child(odd) {
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .member_coupon_list li {
    width: 23.5%;
    margin-left: 2%;
  }

  .member_coupon_list li:nth-child(4n+1) {
    margin-left: 0;
  }
}

/* __________ 買い物を続ける方はこちら __________ */
.continue_wrap {
  margin-top: 50px;
}

.continue_wrap h2 {
  font-size: 24px;
}

/*.continue_wrap h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}*/
.continue_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin: 45px auto 0;
}

.continue_list__item {
  width: 25%;
  border-right: 2px dotted #c9a978;
}

.continue_list__item:last-of-type {
  border-radius: 0;
}

.continue_list__link {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.continue_list__link p {
  margin-bottom: 15px;
}

.continue_list__link:after {
  position: absolute;
  right: 10px;
  bottom: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #c9a978;
}

.continue_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 560px;
  margin: 0 auto;
}

.continue_btn_list li {
  width: 48%;
  margin: 0 0 10px auto;
}

.continue_btn_list li a {
  display: block;
  height: 40px;
  color: #fff;
  background: #f78490;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.continue_btn_list .member_btn.btn_arrowR:after {
  right: 10px;
  margin-top: -3.5px;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 1023px) {
  .continue_btn_list li:nth-child(odd) {
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .continue_btn_list {
    width: 100%;
  }

  .continue_btn_list li {
    width: 23.68%;
    max-width: 270px;
  }

  .continue_btn_list li:first-child {
    margin-left: 0;
  }
}

/* __________ おすすめ商品はこちら __________ */
.member_brand_panel h4 {
  margin-top: 10px;
  border-bottom-color: #d2757d;
}

.member_brand_panel .brand_panel_point li:before {
  background: #c9a978;
}

.member_brand_panel .brand_panel_price {
  text-align: center;
}

.member_brand_panel .brand_panel_link {
  background: #2781e7;
}

.course_coupon .member_brand_panel .brand_panel_link {
  background: #e78a92;
}


/* __________ ご注文履歴・コース変更 __________ */
.icon_history:before {
  content: '';
  display: inline-block;
  width: 46px;
  height: 40px;
  margin-right: 8px;
  background: url(../img/icon_history.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}

.order_table_pd_wrap>li+li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #c7a77d;
}

.order_table_pd_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

.order_table_pd_img {
  width: auto;
  height: 160px;
  margin-right: 20px;
}

.order_table_pd_img img {
  width: auto;
  max-height: 100%;
}

.order_table_pd_img_teiki {
  width: 145px;
  height: 160px;
  margin-right: 20px;
  margin-left: 5px;
}

.order_table_pd_img_teiki img {
  width: 100%;
  height: auto;
}

.order_table_pd_txt_wrap {
  width: calc(100% - 180px);
  text-align: left;
}

.order_table_pd_name {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

.order_table_pd_name img {
  margin-left: 10px;
  vertical-align: middle;
}

.order_table_pd_txt {
  margin-left: 11px;
  font-size: 18px;
  font-weight: bold;
}

.order_table_pd_txt_wrap .member_att {
  margin-top: 10px;
  font-weight: normal;
}

.order_table_pd_txt dd {
  margin-left: 1em;
}

.order_table_pd_btn_wrap li {
  width: 250px;
}

.order_table_pd_btn_wrap li+li {
  margin-top: 10px;
}

.order_table_pd_item+.js_accordionBtn {
  margin-top: 35px;
}

.order_table_nosell {
  max-width: 520px;
  padding: 20px;
  border: 2px solid #eee1ce;
  border-radius: 3px;
}

.order_table_nosell p {
  color: #707070;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.order_table_gift_select li {
  text-align: left;
}

.order_table_gift_select img {
  min-width: 50px;
  min-height: 50px;
  vertical-align: middle;
}

.order_table_gift_select2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order_table_gift_select2 li:first-child {
  margin-right: 25px;
}

.order_table_pd_att_area {
  width: 268px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #787878;
  border-radius: 4px;
}

.order_table_pd_att_area .member_btn {
  width: 100%;
}

.order_table_pd_att_area__head {
  padding-bottom: 10px;
  border-bottom: 1px solid #787878;
}

.order_table_pd_att_area__contact {
  padding-top: 10px;
}

.order_table_pd_att_area__txt1 {
  font-weight: normal;
  text-align: left;
}

.order_table_pd_att_area__tel_block {
  width: 80%;
  margin: 0 auto;
}

.order_table_pd_att_area__txt2 {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: normal;
}

.order_table_pd_att_area__txt3 {
  text-align: left;
  line-height: 1.2;
}

.order_table_pd_att_area__txt3 span {
  margin-bottom: 8px;
  font-size: 12px;
}

.order_table_pd_att_area__txt4 {
  margin: 12px auto 0;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .order_table_pd_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
    width: 520px;
    margin: 20px auto 0;
  }

  .order_table_pd_btn_wrap li {
    /* width: 520px; */
    width: 100%;
    max-width: 520px;
  }

  .order_table_pd_btn_wrap li:first-of-type {
    margin-right: auto;
  }

  .order_table_pd_right_area {
    margin: 20px auto 0;
  }

  .order_table_gift_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
  }

  .order_table_gift_select li:first-child {
    margin-right: 25px;
  }

  .order_table_nosell {
    margin: 12px auto 0;
  }
}

@media screen and (min-width: 1024px) {
  .order_table_pd_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-align-items: center;
    align-items: center; */
    margin-right: auto;
  }

  .order_table_pd_btn_wrap,
  .order_table_pd_btn_att_wrap,
  .order_table_pd_right_area {
    margin-left: 48px;
  }

  /* .order_table_pd_btn_wrap li:first-of-type {
    margin-bottom: 20px;
  } */
  .order_table_gift_select {
    width: 22%;
    margin-left: auto;
  }

  .order_table_gift_select li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .order_table_gift_select2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }

  .order_table_pd_inner {
    width: calc(100% - 298px);
  }

  .order_table_pd_inner.w100 {
    width: 100%;
  }

  .order_table_pd_inner.w50 {
    width: 50%;
  }

  .order_table_nosell {
    width: 250px;
    height: 157px;
    padding: 56.5px 0;
  }

  .order_table_pd_att_area {
    width: 250px;
  }
}

/* __________ table __________ */
.member_table_stageup {
  width: 100%;
  margin: 10px auto;
  border-spacing: 5px;
}

.member_table_stageup thead th {
  background: none;
  border: 1px solid #d0b99a;
}

.member_table_stageup th,
.member_table_stageup td {
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.member_table_stageup td span {
  font-size: 18px;
}

.member_table_stageup tbody th {
  width: 23%;
  background: #fbf5e5;
}

.member_table_stageup tbody td {
  width: 18.333%;
  padding: 5px;
}

.member_table_stageup .fill_current td {
  background: #fbe3c5;
}

.member_table_stageup .fill_next td {
  color: #fff;
  background: #fc5758;
}

.member_table_stageup .fill_next span {
  font-size: 26px;
}

.stageup_table_arrow {
  position: relative;
  height: 37px;
}

.stageup_table_arrow:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: -18px auto 0;
  border-style: solid;
  border-width: 37px 301px 0 301px;
  border-color: #b99a6f transparent transparent transparent;
  z-index: 0;
}

.stageup_table_arrow p {
  position: relative;
  color: #fff;
  font-size: 16px;
  z-index: 2;
  line-height: 37px;
}

@media screen and (min-width: 1140px) {
  .stageup_table_arrow {
    height: 53px;
  }

  .stageup_table_arrow:after {
    margin: -26px auto 0;
    border-width: 53px 226px 0 226px;
  }
}

/*注文履歴*/
.order_table {
  width: 100%;
  margin: 25px auto;
  border: 5px solid #f68490;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  table-layout: fixed;
}

.order_table th {
  width: 33.3333%;
  width: calc(100% / 3);
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #e2d1b9;
  text-align: center;
}

.order_table th,
.order_table td {
  border-right: 1px solid #e2d1b9;
  font-size: 16px;
  font-weight: bold;
}

.order_table td {
  padding: 24px;
  text-align: center;
}

.order_table td.alignl {
  text-align: left;
}

.order_table td span.alignl {
  display: inline-block;
  text-align: left;
}

.order_table th {
  color: #fff;
}

.order_table th:last-of-type,
.order_table td:last-of-type {
  border-right: 0;
}

.order_table_pd_area {
  border-top: 1px solid #e2d1b9;
  font-weight: normal;
}

.order_table_pd_right_area {
  width: 250px;
  padding: 24px 15px 18px;
  background-color: #f4eee6;
  border-radius: 5px;
}

.order_table_pd_txt_end {
  margin-bottom: 20px;
  color: #707070;
  font-weight: normal;
  line-height: 1.5;
}

.order_table_history {
  border-color: #f68490;
}

.order_table_history th {
  background: #f68490;
}

.order_table_teiki {
  border-color: #90bd6d;
}

.order_table_teiki th {
  background: #90bd6d;
}

.order_table_gift {
  border-color: #f3bc2b;
}

.order_table_gift th {
  background: #f3bc2b;
}

.order_table .order_table {
  width: 100%;
  border-radius: 0;
}

.order_table .order_table td {
  width: 25%;
  padding: 14px 20px;
  font-weight: bold;
}

.order_table+.order_table {
  margin-top: 40px;
}

.order_table .order_table_fs_lg {
  font-size: 18px;
}

.member_order_table_att {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  border: 2px solid #df0202;
  width: 250px;
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .member_order_table_att span {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .member_order_table_att {
    width: 520px;
    margin: 20px auto 0;
  }

  .member_order_table_att span {
    display: inline-block;
  }
}

/*変更ページ*/
.course_table_change {
  width: 100%;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #c7a77e;
  -webkit-box-shadow: 0 0 5px 0 rgba(74, 47, 26, 0.11);
  box-shadow: 0 0 5px 0 rgba(74, 47, 26, 0.11);
  border-radius: 5px;
}

.course_table_change th {
  height: 50px;
  color: #fff;
  border-right: 1px solid #e2d1b9;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}

.course_table_teiki.course_table_change th {
  background: #99bb76;
}

.course_table_gift.course_table_change th {
  background: #ebbd4d;
}

.course_table_change thead th {
  height: 55px;
  font-size: 22px;
  line-height: 55px;
}

.course_table_change tr td {
  padding: 14px 0;
  border-right: 1px solid #e2d1b9;
  text-align: center;
}

.course_table_change tr:not(:last-of-type) td {
  font-size: 16px;
  font-weight: bold;
}

.course_table_change tr:not(:last-of-type) td.alignl {
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.course_table_change th:last-of-type,
.course_table_change td:last-of-type {
  border-right: 0;
}

.course_table_change tbody tr:nth-child(2) td {
  width: 33.3333%;
  width: calc(100% / 3);
}

.course_table_change tr td.course_table_change_fs_lg {
  font-size: 18px;
}

/*確認ページ*/
.course_table_wrap {
  width: 100%;
  background: #fff;
  border: 2px solid #c7a77e;
  -webkit-box-shadow: 0 0 5px 0 rgba(74, 47, 26, 0.11);
  box-shadow: 0 0 5px 0 rgba(74, 47, 26, 0.11);
  border-radius: 5px;
}

.course_table_title {
  padding: 15px;
  text-align: center;
}

.course_table_title h2 {
  font-size: 22px;
  font-weight: bold;
}

.course_table_title p {
  font-size: 16px;
  font-weight: bold;
}

.course_table_inner {
  padding: 0 20px;
}

.course_table {
  width: 100%;
  border-collapse: collapse;
}

.course_table th,
.course_table td {
  padding: 20px 0;
  font-weight: bold;
  text-align: left;
}

.course_table th {
  width: 40%;
}

.course_table td {
  width: 60%;
}

.course_table_num tbody th {
  width: 42%;
}

.course_table_num tbody td {
  width: 58%;
}

@media screen and (min-width: 1024px) {
  .course_table th {
    width: 23%;
  }

  .course_table td {
    width: 77%;
  }
}

/*変更・確認ページ共通*/
.course_table_next {
  border-color: #c7a77e;
}

.course_table_teiki {
  border-color: #90bd6d;
}

.course_table_gift {
  border-color: #f3bc2b;
}

.course_table_next .course_table_title {
  background: #ddcbb1;
}

.course_table_teiki .course_table_title {
  background: #d8e8cd;
}

.course_table_gift .course_table_title {
  background: #f6e2b3;
}

.course_table_change th,
.course_table_change tr:not(:last-of-type) td,
.course_table tbody tr:not(:last-of-type) th,
.course_table tbody tr:not(:last-of-type) td {
  border-bottom: 1px solid #e2d1b9;
}

.confirm_table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.confirm_table th,
.confirm_table td {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd7cb;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.confirm_table tr:first-child th,
.confirm_table tr:first-child td {
  padding-top: 0;
}

.confirm_table tr:last-child th,
.confirm_table tr:last-child td {
  padding-bottom: 0;
  border-bottom: 0;
}

.confirm_table th {
  width: 35%;
}

.confirm_table td {
  width: 65%;
}

.confirm_table_item_img dt,
.confirm_table_item_img dd {
  display: inline-block;
  vertical-align: middle;
}

.confirm_table_item_img dt {
  margin-right: 15px;
}

@media screen and (min-width: 1024px) {

  .confirm_table th,
  .confirm_table td {
    font-size: 18px;
  }

  .confirm_table th {
    width: 380px;
  }
}

/* __________ 完了画面 __________ */
.complete_img {
  width: 135px;
  height: 135px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.complete_msg {
  width: calc(100% - 135px);
  max-width: 922px;
}

.complete_msg p {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.666;
}

.complete_msg p:last-child {
  margin-bottom: 0;
}

/* __________ パスワードの安全性 __________ */
.password_checkarea {
  margin-top: 10px;
}

.password_checkarea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.password_checkarea dt {
  display: inline-block;
  margin-right: 10px;
  padding-left: 20px;
  color: #df0202;
  background: url(../img/icon_check.gif) no-repeat left center;
  background-size: 13px 14px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 26px;
}

.password_checkarea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.password_checkarea li {
  width: 54px;
  height: 26px;
  margin-right: 3px;
  background: #fff;
  border: 1px solid #a3937f;
  border-radius: 2px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
}

.password_checkarea li span {
  color: #fff;
  display: none;
}

.password_checkarea li.pass_chk_current {
  background: #df0202;
  border-color: #df0202;
}

.password_checkarea li.pass_chk_current span {
  display: block;
}

/* ===============================================================
サイト経由ログイン
=============================================================== */
.login_area_left,
.login_area_right {
  width: 49%;
  max-width: 560px;
}

.login_area .box_white {
  padding: 20px;
}

.login_area_right {
  margin-left: auto;
}

.login_area_right>div+div {
  margin-top: 20px;
}

.login_area h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.login_area h2 span {
  font-size: 20px;
}

#member .login_area input[type="text"] {
  display: block;
  /* font-size: 19px; */
}

#member input:-ms-input-placeholder {
  color: #333;
  font-weight: normal;
}

#member input::-webkit-input-placeholder {
  color: #333;
  font-weight: normal;
}

#member input::-ms-input-placeholder {
  color: #333;
  font-weight: normal;
}

#member input::placeholder {
  color: #333;
  font-weight: normal;
}

.login_area_new h2,
.login_area_member h2 {
  font-size: 20px;
}

.login_area_new h2 span,
.login_area_member h2 span {
  font-size: 24px;
}

.btn_amazon {
  display: block;
  width: 100%;
  max-width: 312px;
  margin: 15px auto 0;
}

.btn_amazon:hover {
  opacity: .7;
}

.btn_amazon img {
  width: 100%;
  height: auto;
}

.login_area_social_list {
  text-align: center;
}

.login_area_social_list li {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.login_area_social_list li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.login_area_social_list li a:hover {
  opacity: .7;
}

.login_area_social_icon_fb a {
  background: #415a94;
}

.login_area_social_icon_google a {
  background: #6392f0;
}

.login_area_social_icon_tw a {
  background: #5ea9ee;
}

.login_area_social_icon_yahoo a {
  background: #ed4749;
}

.login_area_social_icon_line a {
  background: #64bc49;
}

.login_area_social_list img {
  vertical-align: middle;
}

.login_area_member_txt {
  color: #4b8f02;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.login_auto {
  padding: 12px;
  background: #e9f3e0;
  border-radius: 6px;
}

.login_area_member a {
  font-size: 16px;
  font-weight: bold;
}

/* ===============================================================
ID/パスワード忘れ
=============================================================== */
.forgetpass_msg {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.form_wrap_idpw.form_wrap {
  padding: 0;
}

.form_wrap_idpw.form_wrap th {
  width: 23%;
}

/* ===============================================================
コース変更
=============================================================== */
.icon_teiki:before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 15px;
  background: url(../img/icon_teiki.png) no-repeat left center;
  background-size: contain;
  vertical-align: middle;
}

.icon_gift:before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 39px;
  margin-right: 15px;
  background: url(../img/icon_gift.png) no-repeat left center;
  background-size: contain;
  vertical-align: middle;
}

.change_course_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.change_course_link li {
  width: 32%;
  text-align: center;
}

.change_course_link a {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 0 25px;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
}

.change_course_link_next a {
  color: #916c35;
  border-color: #c2a882;
}

.change_course_link_teiki a {
  color: #4b8f02;
  border-color: #99bb76;
}

.change_course_link_gift a {
  border-color: #99bb76;
}

.change_course_link a:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  content: '';
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #007bff transparent transparent transparent;
}

.change_course_link_next a:after {
  border-top-color: #916c35;
}

.change_course_link_teiki a:after {
  border-top-color: #4b8f02;
}

.change_course_link_gift a:after {
  border-top-color: #c2a882;
}

.course_change_block {
  border-width: 5px;
}

.course_change_block .course_table_inner {
  padding: 32px;
}

.course_change_block .btn_back {
  width: 430px;
}

.form_radiobtn_list>li+li {
  margin-top: 20px;
}

#member .shipping_payment_table input[type="text"],
#member .shipping_payment_table input[type="number"],
#member .shipping_payment_table select,
#member .send_second_radio_list select {
  height: 40px;
  padding: 0 7px;
  font-size: 16px;
}

.form_item_child {
  max-width: 1040px;
  margin: 5px 0 0 27px;
}

.form_item_child_table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}

.form_item_child_table th,
.form_item_child_table td {
  padding: 5px 10px;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #ddd7cb;
}

.form_item_child_table th {
  width: 18%;
}

.form_item_child_table td {
  width: 72%;
  font-weight: bold;
}

.credit_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.credit_desc img {
  width: 227px;
  height: 43px;
}

.credit_desc_baloon {
  position: relative;
  width: calc(100% - 237px);
  max-width: 500px;
  margin-left: 10px;
  padding: 10px;
  color: #df0202;
  background: #f6d9d9;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
}

.credit_desc_baloon:after {
  position: absolute;
  top: 20px;
  left: -9px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 9px 6px 0;
  border-color: transparent #f6d9d9 transparent transparent;
}

.securitycode_sample {
  width: 80%;
  max-width: 498px;
  height: auto;
}

.ui-datepicker-trigger {
  background: none;
  text-decoration: underline;
  font-weight: bold;
}

.ui-datepicker-trigger img {
  margin-right: 5px;
}

.shipping_payment_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.shipping_payment_table th,
.shipping_payment_table td {
  padding: 10px 0;
}

.shipping_payment_table th {
  width: 30%;
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

.shipping_payment_table td {
  width: 70%;
}

.shipping_payment_table td label {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1139px) {
  .course_change_block .confirm_btn_wrap {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .course_change_block .btn_back {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .change_course_link a {
    height: 86px;
    font-size: 18px;
  }
}

.change_courseCheck_att {
  text-align: center;
  margin-top: 40px;
}

.change_courseCheck_att p+p {
  margin-top: 15px;
}

@media screen and (max-width: 740px) {
  .change_courseCheck_att span {
    display: block;
  }
}

/* ===============================================================
お客様登録情報の変更
=============================================================== */
.form_mail_att {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 8px;
  color: #df0202;
  background: #f6d9d9;
  border: 1px solid #f6adad;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
}

.form_mail_att:after {
  position: absolute;
  bottom: -9px;
  left: 20px;
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  background: url(../img/hukidashi.png) no-repeat 0 0;
  background-size: 10px 9px;
}

.form_mail_domain {
  margin: 12px 0 20px;
  padding-left: 1em;
}

.form_mail_domain p:first-child {
  text-indent: -1em;
}

.form_mail_domain_txt {
  font-size: 18px;
  font-weight: bold;
}

.box_balloon {
  position: relative;
  max-width: 600px;
  margin-top: 13px;
  padding: 5px 10px;
  background: #f6d9d9;
  border-radius: 4px;
}

.box_balloon:after {
  position: absolute;
  top: -9px;
  left: 15px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 9px 4px;
  border-color: transparent transparent #f6d9d9 transparent;
}

.mail_att p {
  font-size: 16px;
  font-weight: bold;
}

.form_item_mailmag_shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_item_mailmag_shipping dt {
  width: 36.25%;
}

.form_item_mailmag_shipping dd {
  width: 62.75%;
}

.mailmag_sample_wrap p {
  width: 100%;
  font-size: 16px;
}

.mailmag_sample {
  width: 372px;
  margin: 10px auto 0;
  text-align: center;
}

.mailmag_sample li:first-of-type {
  margin-right: 20px;
}

.mailmag_sample a {
  display: block;
  font-size: 14px;
}

.mailmag_sample img {
  margin-bottom: 5px;
}

.terms_wrap {
  padding: 20px 6px 20px 20px;
  border: 1px solid #a6937c;
}

#terms {
  position: relative;
  width: 100%;
  height: 237px;
  padding-right: 24px;
  font-size: 16px;
  overflow: hidden;
}

#terms .ps__rail-y {
  opacity: 1;
  width: 12px;
  background: #e3ded8;
  border-radius: 6px;
}

#terms .ps__thumb-y {
  right: 0;
  width: 12px;
  background: #a3937f;
  border-radius: 6px;
}

#page #modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
  cursor: pointer;
}

.nengo_inner {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 86%;
  min-width: 630px;
  height: 90%;
  margin: auto;
  padding: 35px 10px 0px;
  background: #fff;
  border-radius: 4px;
  overflow-y: scroll;
  z-index: 9999;
}

.nengo_table_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 1307px;
}

.nengo_table_wrap table {
  width: 286px;
  margin: 0 10px;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 6px;
}

.nengo_table_wrap thead th {
  height: 54px;
  color: #fff;
  background: #a6937c;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 54px;
  vertical-align: middle;
  text-align: center;
}

.nengo_year {
  width: 100px;
  border-radius: 6px 0 0 0 / 6px 0 0 0;
}

.nengo_seireki {
  width: 100px;
}

.nengo_eto {
  width: 62px;
  border-radius: 0 6px 0 0 / 0 6px 0 0;
}

.nengo_table_wrap tbody td {
  height: 31px;
  color: #3f2b1e;
  background: #ede2d7;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 31px;
}

.nengo_table_wrap tbody td:first-of-type {
  width: 100px;
  background: #fcd7da;
  font-weight: bold;
}

.nengo_table_wrap tbody td:nth-of-type(2) {
  width: 100px;
}

.nengo_table_wrap tbody td:last-of-type {
  width: 62px;
}

.modal_close_top {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}

.modal_close_btm {
  position: relative;
  width: 320px;
  height: 60px;
  margin: 45px auto;
  background: #c2a883;
  font-size: 18px;
  line-height: 60px;
}

.modal_close_btm:before {
  position: absolute;
}


.modal_block__attention {
  background: #de0202;
  color: #fff;
  margin: 30px auto;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}


/* __________ ステージ割引とは __________ */
#stage_discount .userguide_stage_anchror_wrapper {
  display: flex;
  justify-content: center;
}

#stage_discount .userguide_stage_anchror {
  position: relative;
  background: #c7a77e;
  margin: 0 15px;
  padding: 25px 60px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}

#stage_discount .userguide_stage_anchror::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  right: 10px;
  border-color: #fff transparent transparent transparent;
  border-width: 10px 7px 0px 7px;
  border-style: solid;
  transform: translateY(-5px);
}

.stage_table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
  margin: 20px auto 30px;
}

.stage_table th:first-of-type {
  width: 18.8%;
}

.stage_table th::not(:first-of-type) {
  width: 19.8%;
}

.stage_table th,
.stage_table td {
  font-weight: bold;
  text-align: center;
}

.stage_table .th01 {
  padding: 12px 0;
  color: #fff;
  background: #f78490;
  font-size: 16px;
}

.stage_table tbody tr:first-of-type th:not(:first-of-type) {
  padding: 20px 0;
  color: #f40000;
  background: #fff;
  font-size: 18px;
  line-height: 1;
}

.stage_table tbody td {
  padding: 8px 0;
}

.fill_color_default {
  background: #fbf5e5;
  height: 70px;
}

.fill_color_stage_platina {
  background: #d9e8fa;
}

.fill_color_stage_gold {
  background: #ede5d2;
}

.fill_color_stage_silver {
  background: #e5e5e5;
}

.fill_color_stage_bronze {
  background: #f7e5e4;
}

.stage_table .icon img {
  width: 38px;
  margin-right: 10px;
  vertical-align: middle;
}

.stage_table_discount .icon img {
  margin-right: 20px;
}

.stage_table_discount th,
.stage_table_discount td {
  padding: 8px 3px;
}

.stage_table_discount td span {
  font-size: 30px;
}

@media screen and (max-width: 1139px) {

  .nengo_table_wrap table:nth-child(4) thead,
  .nengo_table_wrap table:nth-child(2) thead {
    display: none;
  }

  .nengo_table_wrap table:nth-child(2) tr:last-of-type td:first-of-type,
  .nengo_table_wrap table:last-child tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 6px / 0 0 0 6px;
  }

  .nengo_table_wrap table:nth-child(2) tr:last-of-type td:last-of-type,
  .nengo_table_wrap table:last-child tr:last-of-type td:last-of-type {
    border-radius: 0 0 6px 0 / 0 0 6px 0;
  }
}

@media screen and (min-width: 1140px) {
  .nengo_inner {
    padding: 35px 42px 60px;
  }

  .nengo_table_wrap {
    height: 904px;
  }

  .nengo_table_wrap tbody tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 6px / 0 0 0 6px;
  }

  .nengo_table_wrap tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 6px 0 / 0 0 6px 0;
  }

  .nengo_table_wrap table:nth-child(3) thead {
    /*display: none;*/
  }

  .nengo_inner {
    width: 1140px;
    padding: 35px 42px 0px;
  }

  .nengo_table_wrap table {
    width: 338px;
  }

  .nengo_year {
    width: 136px;
    border-radius: 6px 0 0 0 / 6px 0 0 0;
  }

  .nengo_seireki {
    width: 136px;
  }

  .nengo_table_wrap tbody td:first-of-type {
    width: 136px;
  }

  .nengo_table_wrap tbody td:nth-of-type(2) {
    width: 136px;
  }
}

@media screen and (min-width: 1024px) {
  .mailmag_sample_wrap p {
    width: calc(100% - 372px);
  }
}

.member_error_msg {
  margin-top: 10px;
  padding-left: 75px;
}

.member_error_msg p {
  color: #ea2433;
  font-size: 20px;
  font-weight: bold;
}

.member_error_msg p:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 19px;
  margin-right: 5px;
  background: url(/cart/img/icon_error_red.gif) no-repeat left center;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .member_error_msg {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .member_error_msg {
    padding-left: 114px;
  }
}

/* .padL90 {
  padding-left: 90px !important;
}

.padL110 {
  padding-left: 110px !important;
} */

/* ===============================================================
メールマガジンの配信変更
=============================================================== */
.newsletter_box {
  background: #fff;
  border: 3px solid #9abb76;
  border-radius: 6px;
}

.newsletter_box_inner.form_wrap table {
  table-layout: auto;
}

.newsletter_box_inner.form_wrap th {
  width: 40%;
}

.newsletter_box_inner.form_wrap td {
  width: 60%;
}

.newsletter_box_title {
  width: 100%;
  padding: 15px 0;
  background: #dbe7cf;
  text-align: center;
}

.newsletter_box_title h2 {
  font-size: 22px;
  font-weight: bold;
}

.newsletter_box_inner {
  padding: 48px;
}

.mailmag_sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mailmag_sample li {
  /* width: 47%; */
  max-width: 176px;
  text-align: center;
}

.mailmag_sample li:first-child {
  margin-right: 15px;
}

.mailmag_sample li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.link_zoom i:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 14px;
  margin-right: 10px;
  background: url(../img/icon_zoom.gif) no-repeat 0 0;
  background-size: contain;
}

@media screen and (max-width: 1023px) {
  .mailmag_sample {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .newsletter_box_inner.form_wrap th {
    width: 30%;
  }

  .newsletter_box_inner.form_wrap td {
    width: 70%;
  }

  .mailmag_txt {
    width: calc(100% - 372px);
  }

  .mailmag_sample {
    width: 372px;
    margin-left: 20px;
  }
}

/* ===============================================================
登録情報解除手続き
=============================================================== */
.checkbox_list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.checkbox_list li+li {
  margin-top: 20px;
}

.checkbox_list_inner {
  padding-left: 30px;
}

/* ===============================================================
次回お届け内容のご確認
=============================================================== */
.order_content {
  padding: 20px;
}

.order_content_item {
  margin-bottom: 5px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.order_content_item+.order_content_item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd7cb;
}

.order_content_pd_img {
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  margin-right: 18px;
  border: 1px solid #dfd9ce;
}

.order_content_pd_img img {
  width: 100%;
  height: auto;
}

.order_content_txt {
  position: relative;
  width: calc(100% - 150px);
}

.order_content_txt_title {
  width: 100%;
}

.pd_name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

.order_content_txt_left {
  width: 50%;
}

.order_content_txt_right {
  width: 50%;
  text-align: right;
}

.order_content_quantity {
  font-size: 20px;
  font-weight: bold;
}

.order_content_delivery {
  color: #4b8f02;
  font-size: 18px;
  font-weight: bold;
}

.order_content_price {
  font-size: 16px;
  font-weight: bold;
}

.order_content_price.price_fs_sm span {
  font-size: 22px;
}

.order_content_price.price_fs_lg span {
  font-size: 26px;
}

.order_content_price_discount {
  color: #df0202;
  font-size: 16px;
  font-weight: bold;
}

.order_table_price {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #a3937f;
  border-radius: 6px;
  overflow: hidden;
}

.order_table_price+.order_table_price {
  margin-top: 10px;
}

.order_table_price th,
.order_table_price td {
  padding: 10px 12px;
  border-bottom: 1px solid #a3937f;
  font-weight: bold;
  text-align: right;
}

.order_table_price tr:last-of-type th,
.order_table_price tr:last-of-type td {
  border-bottom: 0;
}

.order_table_price th {
  width: 64%;
  background: #ddd7cb;
  font-size: 18px;
}

.order_table_price td {
  width: 36%;
  font-size: 20px;
}

.order_table_price td span {
  font-size: 16px;
}

.order_table_shipping th span {
  margin-right: 1em;
  font-size: 16px;
  font-weight: normal;
}

.order_table_shipping th span img {
  margin-right: 5px;
  vertical-align: middle;
}

.order_table_price_total {
  border-width: 4px;
}

.order_table_price_total td {
  font-size: 26px;
}

.order_table_stage {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #a3937f;
  border-radius: 6px;
  overflow: hidden;
}

.order_table_stage th {
  width: 64%;
}

.order_table_stage td {
  width: 36%;
}

.order_table_stage thead th,
.order_table_stage thead td {
  padding: 12px 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.order_table_stage thead th a {
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
}

.order_table_stage tbody tr:first-of-type th,
.order_table_stage tbody tr:first-of-type td {
  padding: 12px 12px 2px;
}

.order_table_stage tbody tr:last-of-type th,
.order_table_stage tbody tr:last-of-type td {
  padding: 2px 12px 12px;
}

.order_table_stage tbody th,
.order_table_stage tbody td {
  font-weight: bold;
  text-align: right;
}

.order_table_stage tbody th {
  background: #ddd7cb;
  font-size: 16px;
}

.order_table_stage tbody td {
  font-size: 20px;
}

.order_table_stage tbody td span {
  font-size: 14px;
}

.order_table_stage .fill_color_stage_gold th {
  background: #f6eaa6;
}

.fill_color_stage_gold td {
  background: #fcf5c2;
}

.cart_stage_item {
  display: inline-block;
  height: 32px;
  padding-right: 37px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  vertical-align: middle;
  line-height: 32px;
}

.cart_stage_item_gold {
  background-image: url(../img/icon_stage_gold.png);
}

/* __________ ステージ割引モーダル __________ */
#page .stage_discount_inner {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 86%;
  max-width: 1140px;
  min-width: 630px;
  height: 90%;
  margin: auto;
  z-index: 1000001;
  font-size: 16px;
}

.stage_discount_content {
  position: relative;
  padding: 45px 65px 75px;
  background: #fff;
  border-radius: 4px;
  overflow-y: auto;
  height: 100%;
}

.stage_discount_content img {
  width: 100%;
}

.stage_discount_content>dl>div {
  margin-bottom: 50px;
}

.stage_discount_content>dl>div:last-child {
  margin-bottom: 0;
}

.stage_discount_content>dl>div>dt {
  font-size: 18px;
  font-weight: bold;
  color: #502708;
  border-bottom: 1px dashed #b9aa92;
  /*あとでグラデーションで作り直す*/
  margin-bottom: 10px;
}

.stage_discount_content>dl>div>dd>p {
  margin-bottom: 20px;
}

.stage_discount_content .howto_decision_stage {
  font-size: 18px;
  font-weight: bold;
}

.modal_close_red_top {
  position: absolute;
  top: -35px;
  right: -35px;
  z-index: 9;
  cursor: pointer;
}

.modal_close_red_btm {
  position: absolute;
  bottom: -35px;
  right: -35px;
  z-index: 9;
  cursor: pointer;
}

.stage_discount_content .table_title {
  background: #e88a92;
  color: #fff;
}

.stage_discount_content .sum_of_money {
  height: 80px;
  color: #df0202;
}

.stage_discount_content .sum_of_money td {
  background: #faf5e7;
}

.cart_stageup_table_modal {
  border-collapse: separate;
  border-spacing: 0px;
  text-align: center;
}

.cart_stageup_table_modal,
.cart_stageup_table_modal th {
  font-size: 18px;
  font-weight: bold;
}

.cart_stageup_table_modal td,
.cart_stageup_table_modal th {
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
}

.cart_stageup_table_modal td:last-child {
  border-right: none;
}

.cart_stageup_table_modal .table_title {
  border-right: none;
}

.stage_discount_content .your_stage {
  background: #faf5e7;
  min-width: 150px;
}

.cart_stageup_table_modal td span {
  font-size: 30px;
}

.cart_stageup_table_modal tr+tr {
  height: 60px;
}

.cart_stageup_table_modal tbody th {
  width: 190px;
}

.cart_stageup_table_modal td {
  width: 200px;
}

.cart_stageup_table_modal+p {
  margin-top: 60px;
}

.stage_discount_content .fill_color_stage_platina,
.stage_discount_content .fill_color_stage_platina td,
.stage_discount_content .fill_color_stage_platina th {
  background: #dce8f8;
}

.stage_discount_content .fill_color_stage_gold,
.stage_discount_content .fill_color_stage_gold td,
.stage_discount_content .fill_color_stage_gold th {
  background: #ece5d4;
}

.stage_discount_content .fill_color_stage_silver,
.stage_discount_content .fill_color_stage_silver td,
.stage_discount_content .fill_color_stage_silver th {
  background: #e5e5e5;
}

.stage_discount_content .fill_color_stage_bronze,
.stage_discount_content .fill_color_stage_bronze td,
.stage_discount_content .fill_color_stage_bronze th {
  background: #f4e6e4;
}

.stage_discount_content .fill_color_stage_platina th,
.stage_discount_content .fill_color_stage_gold th,
.stage_discount_content .fill_color_stage_silver th,
.stage_discount_content .fill_color_stage_bronze th {
  padding-left: 4%;
  min-width: 150px;
}

.stage_discount_content .fill_color_stage_platina th {
  background: url(/cart/img/icon_stage_platina_modal.png) no-repeat center left 10% #dce8f8;
}

.stage_discount_content .fill_color_stage_gold th {
  background: url(/cart/img/icon_stage_gold_modal.png) no-repeat center left 10% #ece5d4;
}

.stage_discount_content .fill_color_stage_silver th {
  background: url(/cart/img/icon_stage_silver_modal.png) no-repeat center left 10% #e5e5e5;
}

.stage_discount_content .fill_color_stage_bronze th {
  background: url(/cart/img/icon_stage_bronze_modal.png) no-repeat center left 10% #f4e6e4;
}

.stage_discount_content td.fill_color_stage_platina {
  padding: 60px 0 10px;
  background: url(/cart/img/icon_stage_platina_modal.png) no-repeat center top 10px #dce8f8;
}

.stage_discount_content td.fill_color_stage_gold {
  padding: 60px 0 10px;
  background: url(/cart/img/icon_stage_gold_modal.png) no-repeat center top 10px #ece5d4;
}

.stage_discount_content td.fill_color_stage_silver {
  padding: 60px 0 10px;
  background: url(/cart/img/icon_stage_silver_modal.png) no-repeat center top 10px #e5e5e5;
}

.stage_discount_content td.fill_color_stage_bronze {
  padding: 60px 0 10px;
  background: url(/cart/img/icon_stage_bronze_modal.png) no-repeat center top 10px #f4e6e4;
}


.userguide_content_block_title {
  margin-bottom: 20px;
  color: #502708;
  border-bottom: 1px dashed #b9aa92;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.userguide_content_block_title.red {
  color: #df0202;
  font-size: 22px;
  border-bottom: solid 3px #df0202;
}

.userguide_stage_anchror_wrapper {
  display: flex;
  justify-content: center;
}

.userguide_content .userguide_stage_anchror {
  position: relative;
  background: #c7a77e;
  margin: 0 15px;
  padding: 25px 60px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}

.userguide_content .userguide_stage_anchror::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  right: 10px;
  border-color: #fff transparent transparent transparent;
  border-width: 10px 7px 0px 7px;
  border-style: solid;
  transform: translateY(-5px);
}

.stage_detail_wrapper {
  margin: 30px auto;
  padding: 30px;
  background: #f3f3f3;
}

@media screen and (min-width: 1200px) {
  .stage_discount_inner {
    width: 1140px;
  }

  .stage_discount_content td.fill_color_stage_platina {
    background: url(/cart/img/icon_stage_platina_modal.png) no-repeat center left 17% #dce8f8;
    padding: 0 0 0 4%;
  }

  .stage_discount_content td.fill_color_stage_gold {
    background: url(/cart/img/icon_stage_gold_modal.png) no-repeat center left 17% #ece5d4;
    padding: 0 0 0 4%;
  }

  .stage_discount_content td.fill_color_stage_silver {
    background: url(/cart/img/icon_stage_silver_modal.png) no-repeat center left 17% #e5e5e5;
    padding: 0 0 0 4%;
  }

  .stage_discount_content td.fill_color_stage_bronze {
    background: url(/cart/img/icon_stage_bronze_modal.png) no-repeat center left 17% #f4e6e4;
    padding: 0 0 0 4%;
  }
}

@media screen and (max-width: 900px) {
  .stage_discount_content {
    padding: 45px 35px 75px;
  }

  .stage_discount_content .fill_color_stage_platina th,
  .stage_discount_content .fill_color_stage_gold th,
  .stage_discount_content .fill_color_stage_silver th,
  .stage_discount_content .fill_color_stage_bronze th {
    padding-left: 7%;
  }
}

/* ===============================================================
別送先の追加・変更・削除
=============================================================== */
.address_form_head {
  display: inline-block;
  width: 5em;
}

.shipping_add_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 570px;
  margin: 25px auto 0;
}

.shipping_add_btn_wrap li:first-child {
  margin-right: 10px;
}

.shipping_add_btn_wrap .btn_back {
  width: 280px;
}

@media screen and (max-width: 1023px) {

  .confirm_table_addr th,
  .confirm_table_addr td {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .address_form_head {
    width: 8em;
  }
}

/*modal*/
.gift_modal {
  display: none;
}

.gift_modal_content {
  max-width: 1140px;
  padding: 45px 60px;
  background: #fff;
  border-radius: 6px;
}

.gift_modal_content h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 5px solid #e47d85;
}

.gift_modal_content .member_btn_close {
  margin: 0 auto;
}

.gift_card_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.gift_card_list li {
  width: 49%;
  max-width: 290px;
  margin: 0 auto 40px;
  text-align: center;
}

.gift_card_list li .radio_btn {
  margin-top: 15px;
}

.gift_card_list li img {
  width: 100%;
  height: auto;
}

.gift_card_wrapping_list,
.gift_wrapping_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.gift_card_wrapping_list li,
.gift_wrapping_list li {
  position: relative;
  width: 49%;
  max-width: 358px;
  margin: 0 auto 40px;
  text-align: center;
}

.gift_card_wrapping_list li img,
.gift_wrapping_list li label {
  display: inline-block;
  max-width: 290px;
}

.gift_card_wrapping_list li img,
.gift_wrapping_list li img {
  width: 100%;
  height: auto;
}

.gift_wrapping_list li .radio_btn {
  margin-top: 15px;
}

.gift_card_wrapping_list li p,
.gift_wrapping_txt {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.gift_card_wrapping_list li p {
  text-align: center;
}

.member_order_not_exist {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  border: 2px solid #df0202;
  margin-top: 20px;
  text-align: center;
}

/* ==========================================================
* 201912
* ========================================================== */
@media screen and (max-width: 1023px) {
  .member_stageup_pd_list .member_stageup_pd_item:nth-child(-n + 2) {
    margin-bottom: 20px;
  }

  .member_stageup_pd_list .member_stageup_pd_item:nth-child(even) {
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .member_stageup_pd_list .member_stageup_pd_item {
    width: 24.2%;
    max-width: 320px;
    margin-left: auto;
  }

  .member_stageup_pd_list .member_stageup_pd_item:first-of-type {
    margin-left: 0;
  }
}

/*
|---------------------------------------------------------------
| 2020.02 代引
|---------------------------------------------------------------
*/
.__disabled .radioBtn {
  cursor: not-allowed !important;
  position: relative;
}

.__disabled .radioBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
}

.disabled_cod {
  display: block;
  margin-top: 5px;
  padding-left: 27px;
}

.radioBtn+.disabled_cod {
  padding-left: 25px;
}

.disabled_cod__heading {
  width: 100%;
  margin: 0 0 5px;
}

.disabled_cod__heading__notice {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #df0202;
  font-size: 15px;
  font-weight: bold;
}

.disabled_cod__heading__link {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  font-size: 15px;
  font-weight: bold;
}

.disabled_cod__heading__link:link,
.disabled_cod__heading__link:visited {
  color: inherit;
  text-decoration: underline;
}

.disabled_cod__heading__link:hover,
.disabled_cod__heading__link:active {
  color: #df0202;
}

.disabled_cod__heading__link.js--opened {
  display: none;
}

.disabled_cod__about {
  display: none;
  border: 1px solid #bbb;
  overflow: hidden;
  background: #fff;
  padding: 8px 8px;
  border-radius: 8px;
}

.disabled_cod__about__lead {
  display: block;
  margin: 0 0 1em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.disabled_cod__about__lead strong {
  color: #df0202;
  font-weight: bold;
}

.disabled_cod__about__list {
  display: block;
  list-style: none;
}

.disabled_cod__about__list__item {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}

.disabled_cod__about__list__item::before {
  content: "・";
}

.disabled_cod__about__list__item a:link,
.disabled_cod__about__list__item a:visited {
  color: inherit;
  text-decoration: underline;
}

.disabled_cod__about__list__item a:hover,
.disabled_cod__about__list__item a:active {
  color: #df0202;
}

.disabled_cod__about__note {
  font-size: 0.9em;
  font-weight: inherit;
}

.__disabled .radio_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
}

/* __________ エラー __________ */
.cart_error_txt {
  margin: 30px auto 60px;
  background: #fef1f2;
  border: 2px solid #ea2433;
  border-radius: 6px;
}

.cart_error_txt h2 {
  width: 100%;
  height: 50px;
  padding: 0 15px 0 47px;
  color: #fff;
  background: #ea2433 url(../img/icon_error.gif) no-repeat left 15px center;
  background-size: 27px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}

.cart_error_txt ul {
  padding: 14px;
}

.cart_error_txt li {
  color: #ea2433;
  font-size: 20px;
  font-weight: bold;
}

.cart_error_txt li:before {
  content: '●';
  display: inline-block;
  margin-right: 5px;
}

/*  amazonウィジェット */
#walletWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px;
}

/* Mobile optimized and small window */
#walletWidgetDiv {
  width: 100%;
  height: 228px;
}

#consentWidgetDiv {
  width: 100%;
  height: 140px;
}

/* Desktop and tablet */
@media only screen and (min-width: 768px) {
  #walletWidgetDiv {
    width: 400px;
    height: 228px;
  }

  #consentWidgetDiv {
    width: 400px;
    height: 140px;
  }
}

/* ===============================================================
パスワード変更完了
=============================================================== */
.back_btn {
  margin-top: 40px;
}

.back_btn div {
  width: 100%;
}

.back_btn div:nth-child(2) {
  margin-top: 16px;
}

.back_btn p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 1023px) {
  .back_btn {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .back_btn div {
    width: 50%;
  }

  .back_btn div:nth-child(2) {
    margin-top: 0;
  }
}

/* ===============================================================
ページ上部 現在のステージ
=============================================================== */
.stage_band {
  display: flex;
  width: 100%;
  align-items: center;
  justify-items: center;
  padding: 8px 24px 8px 21px;
  margin-top: 30px;
}

.stage_band .stage_name {
  width: 75%;
  display: flex;
  align-items: center;
  justify-items: center;
}

.stage_band .stage_name span {
  font-size: 28px;
}

.stage_band .stage_name::before {
  display: flex;
  content: "";
  width: 46px;
  height: 52px;
  margin-right: 21px;
}

.stage_band .stage_name div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.stage_band .stage_name div .name_txt {
  font-size: 20px;
}

.stage_band .stage_name div .name_txt span {
  font-size: 28px;
}

.stage_band .stage_name div .discount_txt {
  font-size: 20px;
  margin-left: 33px;
}

.stage_band .stage_name div .discount_txt span {
  font-size: 24px;
  color: #e60012;
}

.stage_band .r_link {
  width: 25%;
  text-align: right;
}

@media screen and (max-width:1182px) {
  .stage_band .stage_name div {
    display: block;
  }

  .stage_band .stage_name div .discount_txt {
    margin-left: 0;
  }

  .stage_band .r_link {
    width: 50%;
  }
}

/** ここからステージ毎に **/
/* レギュラー */
.stage_regular {
  border: 1px solid #996C33;
  background-color: #FFFFFF;
}

.stage_band.stage_regular .stage_name::before {
  width: 0;
  margin-right: 0;
}

/* ブロンズ */
.stage_bronze {
  border: 1px solid #996C33;
  background-color: #FFE7D5;
}

.stage_bronze .stage_name::before {
  background-image: url('/member/img/icon_stage_bronze.png');
}

/* シルバー */
.stage_silver {
  border: 1px solid #996C33;
  background-color: #E8E8E8;
}

.stage_silver .stage_name::before {
  background-image: url('/member/img/icon_stage_silver.png');
}

/* ゴールド */
.stage_gold {
  border: 1px solid #996C33;
  background-color: #FFF2C7;
}

.stage_gold .stage_name::before {
  background-image: url('/member/img/icon_stage_gold.png');
}

/* プラチナ */
.stage_platinum {
  border: 1px solid #996C33;
  background-color: #DDF8FF;
}

.stage_platinum .stage_name::before {
  background-image: url('/member/img/icon_stage_platina.png');
}

/* ダイヤモンド */
.stage_diamond {
  border: 1px solid #996C33;
  background-color: #DDE8FF;
}

.stage_diamond .stage_name::before {
  background-image: url('/member/img/icon_stage_diamond.png');
}

/* 「AJINOMOTO ID」に切り替える */
#member .login_area input[type="text"].switch_id_m {
  background-color: #fff;
  border: none;
}

#member .login_area input[type="text"].switch_id_m:focus {
  outline: #fff;
}

.now_mail {
  font-size: 24px;
  word-wrap: break-word;
}

.code_att {
  width: 100%;
  color: #ea2433;
  background-color: #fef1f2;
  padding: 30px 60px;
  margin-top: 40px;
  font-size: 18px;
  font-weight: normal;
}

.code_att p {
  font-weight: bold;
}

.regist_att li {
  font-weight: normal;
}

.mailmag_text {
  margin-bottom: 10px;
}