@charset "UTF-8";
.hidden {
  display: none;
}

.alignl {
  text-align: left;
}

.alignr {
  text-align: right;
}

.alignc {
  text-align: center;
}

.fc_red {
  color: #df0202;
}

.fc_pink {
  color: #e46771;
}

.fw_bold {
  font-weight: bold;
}

.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_wh {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
}

.box_white {
  margin-bottom: 50px;
  padding: 25px 50px;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .box_white {
    padding: 40px 50px;
  }
}

.box_pink {
  padding: 20px;
  background: #fde5e7;
}

.box_balloon {
  position: relative;
  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;
}

.br_1024 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .br_1024 {
    display: block;
  }
}

.regist_form_area {
  margin-top: 55px;
}

/* __________ link __________ */
#regist .link_outside {
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  background: url(../img/icon_modal_open.png) no-repeat right !important;
  background-size: 14px 12px;
}

.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;
}

/* __________ btn __________ */
#regist .confirm_btn_area {
  margin: 40px auto 0;
}

#regist .confirm_btn_area p {
  margin-bottom: 30px;
  font-size: 20px;
  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;
}


.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_zipcode {
  display: inline-block;
  width: 232px;
  height: 50px;
  margin-left: 10px;
  color: #fff;
  background: #e47d85;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}

/*進む・次へ・ログイン*/
.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;
}

/*戻る*/
.btn_back {
  position: relative;
  width: 280px;
  height: 48px;
  background: #c2a883;
  font-size: 20px;
  line-height: 48px;
}

.btn_back:before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-top: -5px;
  border-style: solid;
  border-width: 5.5px 10px 5.5px 0;
  border-color: transparent #ffffff transparent transparent;
}

input.btn_back {
  background-image: url(../img/btn_arrow_wh_left.png);
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 10px 12px;
}

/*商品一覧ページへ・マイページを見る*/
.btn_pink {
  position: relative;
  width: 300px;
  height: 48px;
  margin: 20px auto 0;
  background: #f47683;
  font-size: 20px;
  line-height: 48px;
}

.btn_pink: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;
}

.regist_btn_area {
  min-width: 212px;
}

.regist_external_login_area__txt {
  flex-shrink: 1 !important;
}

.btn_sineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 252px;
  min-width: 212px;
  height: 64px;
  padding-left: 18px;
  font-size: 16px;
  text-align: left;
}

.btn_orange {
  position: relative;
  color: #fff;
  background: rgb(237, 123, 0);
  background: linear-gradient(0deg, rgba(237, 123, 0, 1) 0%, rgba(245, 173, 0, 1) 100%);
}

.btn_arrow:after {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}

/*トップページへ戻る*/
.regist_btn.btn_back_toppage {
  width: 400px;
  height: 70px;
  color: #fff;
  background-color: #f68490;
  font-size: 22px;
  font-weight: bold;
}
.regist_btn.btn_back_toppage:after {
  display: none;
}
.regist_btn.btn_back_toppage:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 13px 7.5px 0;
  border-color: transparent #ffffff transparent transparent;
}

/*新規会員登録*/
.new_regist_area {
  margin: 80px auto 0;
}

.new_regist_area p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.new_regist_btn {
  width: 350px;
  height: 80px;
  margin: 0 auto;
  background: #ea2433;
  font-size: 26px;
  line-height: 80px;
}

/* __________ layout __________ */
#regist {
  padding-top: 35px;
  padding-bottom: 80px;
}

#regist .page-width.w950 {
  max-width: 990px;
}

#regist .page-width.w1140 {
  max-width: 1180px;
}

@media screen and (min-width: 1320px) {
  #regist .page-width.w1140 {
    max-width: 1140px;
  }
}

/* __________ flexbox __________ */
.fluid {
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: flex;
}

@media screen and (min-width: 1024px) {
  .fluid_wide {
    display: -webkit-box;
    /*Android4.3*/
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: flex;
  }
}

/* ===============================================================
header
=============================================================== */
.header_inner {
  position: relative;
}

.regist_progress {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 62%;
  max-width: 670px;
}

.regist_progress img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1319px) {
  .regist_progress {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*@media screen and ( min-width: 1140px ) {
  .regist_progress {
    left: 0;
    right: 0;
    margin: auto;
  }
}*/
@media screen and (min-width: 1320px) {
  .regist_progress {
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* ===============================================================
form周り
=============================================================== */
#regist input,
#regist select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#regist :-ms-input-placeholder {
  color: #333;
  font-weight: normal;
}

#regist ::-webkit-input-placeholder {
  color: #333;
  font-weight: normal;
}

#regist ::-ms-input-placeholder {
  color: #333;
  font-weight: normal;
}

#regist ::placeholder {
  color: #333;
  font-weight: normal;
}

select::-ms-expand {
  /*IE*/
  display: none;
}

#regist label,
#regist select {
  cursor: pointer;
}

.form_wrap input[type="text"],
.form_wrap input[type="password"],
.form_wrap input[type="number"] {
  display: inline-block;
  height: 50px;
  padding: 11px;
  border: 1px solid #c7bba9;
  /* border-radius: 4px; */
  font-size: 18px;
  font-weight: bold;
}
.nameList:valid {
  font-weight: bold;
}

input#password::placeholder {
  color: #e60013;
  font-weight: bold;
}

/* .ADDRESS_BUILD::placeholder {
  color:#c4c4c4;
} */

.form_wrap input,
.form_wrap select,
.cart_bundling_separate_inner select {
  background-color: #fef1f2;
}

.form_wrap input:focus,
.form_wrap select:focus {
  background-color: #fff;
}

.form_wrap 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: 80%;
  max-width: 600px;
}

.form_item_LL {
  width: 100%;
  max-width: 600px;
}

.birthday_year {
  width: 126px;
}

#regist select {
  width: 285px;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #c7bba9;
  /* border-radius: 4px; */
  font-size: 18px;
}

#regist select.select_birthday {
  width: 80px;
}

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;
}

.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);
}

@media screen and (min-width: 1024px) {
  .form_item_SS {
    width: 36%;
  }
  .form_item_M {
    width: 82%;
    max-width: 82%;
  }
  .form_item_L {
    width: 600px;
  }
}

/*パスワードを表示させる*/
.pass_display_chk label {
  position: relative;
  display: inline-block;
  margin: 0 0 3px;
  padding-left: 23px;
  font-size: 13px;
  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;
}

.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);
}

.mail_confirm {
  font-size: 24px;
  word-break: break-word;
}

@media screen and (min-width: 1024px) {
  input[type="text"],
  input[type="password"] {
    font-size: 16px;
  }
}

/* __________ パスワード強度 __________ */
.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;
}

/* __________ メールアドレスエラー __________ */
.user_exist_msg {
  display: none;
  position: relative;
  margin-top: 10px;
  padding: 25px;
  background-color: #fef1f2;
  border: 3px solid #f40000;
}

.user_exist_msg.is-show {
  display: block;
}

.user_exist_msg_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.53;
}

.user_exist_msg .icon_error {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  width: 50px;
  height: 46px;
  margin-right: 18px;
  transform: none;
}

.user_exist_msg .icon_error:before {
  content: "!";
  text-align: center;
  color: #fff;
  font-style: normal;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8em;
  height: 1.3em;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 2;
}

.user_exist_msg .icon_error:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 0.9em 1.5em 0.9em;
  border-color: transparent transparent #ea2433 transparent;
  position: absolute;
  top: -0.3em;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.user_exist_msg:before,
.user_exist_msg:after {
  content: "";
  position: absolute;
}

.user_exist_msg:before {
  top: -24px;
  left: 50px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fef1f2;
  z-index: 2;
}

.user_exist_msg:after {
  top: -30px;
  left: 50px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #f40000;
  z-index: 1;
}

/* ===============================================================
共通
=============================================================== */
/* __________ タイトル・見出し __________ */
.page_title {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 0;
  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;
}

.block_title {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: bold;
}
.block_title-sub {
  margin-bottom: 11px;
  font-size: 14px;
}

/* __________ 注釈 __________ */
.regist_att {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42;
}

.regist_att li {
  padding-left: 1em;
  text-indent: -1em;
}

.regist_att_lg {
  font-size: 16px;
  line-height: 1.625;
}

/* .regist_att {
  max-width: 600px;
} */

/* __________ お客様情報登録 __________ */
.form_wrap {
  padding: 25px 30px;
}

.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 {
  border-bottom: 0;
}

.form_wrap th {
  width: 20%;
  max-width: 210px;
  padding-top: 35px;
  text-align: left;
  vertical-align: top;
}

.form_wrap td {
  width: 80%;
  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;
}

.form_item_wrap.form_item_wrap_birthday label:first-of-type {
  width: auto;
}

.form_item_wrap_birthday p {
  margin: 0 20px 0 5px;
}

.form_item_wrap_birthday p:last-of-type {
  margin-right: 0;
}

.form_item_nolabel {
  padding-left: 75px;
}

.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_mail label {
  display: inline-block;
}

.mail_att {
  max-width: 600px;
}

.mail_att p {
  font-size: 16px;
  font-weight: bold;
}

.mail_domain p {
  font-size: 14px;
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}

.form_wrap.form_wrap_mailmag {
  padding-top: 45px;
  padding-bottom: 45px;
}

.form_wrap_mailmag,
.form_item_mailmag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_wrap_mailmag_l {
  width: 72%;
}

.mailmag_text {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.mailmag_text_ggt {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.mailmag_sample_wrap {
  width: 24%;
  margin-left: auto;
}

.mailmag_sample_wrap p {
  width: 100%;
  font-size: 16px;
}

#regist .mailmag_sample {
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
}

.mailmag_sample li:first-of-type {
  margin-right: 20px;
}

.mailmag_sample a {
  display: block;
}

.mailmag_sample_text {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
}

.link_zoom .mailmag_sample_text i:before {
  width: 18px;
  height: 21px;
  vertical-align: middle;
}

.mailmag_sample img {
  width: 100%;
  height: auto;
}

#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;
}

@media screen and (min-width: 1024px) {
  .form_wrap {
    padding: 25px 50px;
  }
  .form_wrap th,
  .form_wrap td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form_wrap th {
    width: 25%;
    max-width: 240px;
  }
  .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;
  }
}

/* __________ 登録内容の確認 __________ */
.confirm_table {
  padding: 25px 50px;
}

.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;
  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: 30%;
}

.confirm_table td {
  width: 70%;
  font-weight: bold;
}

.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;
  }
}

/* ===============================================================
ご注文完了
=============================================================== */
.thanks_area_title h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}

.thanks_area_title h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.thanks_area_content {
  max-width: 842px;
  margin-left: auto;
  margin-right: auto;
}

.complete_img {
  width: 135px;
  height: 135px;
  margin-right: 20px;
}

.complete_msg {
  width: calc(100% - 135px);
  max-width: 922px;
}

.complete_msg p {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.666;
}

.complete_msg li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.aboutmypage_img {
  width: 29%;
  max-width: 313px;
  margin-right: 20px;
}

.aboutmypage_img img {
  width: 100%;
  height: auto;
}

.aboutmypage_txt {
  width: 69%;
  max-width: 745px;
}

.aboutmypage_area h3 {
  font-size: 24px;
  font-weight: bold;
}

.aboutmypage_area p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
}

.aboutmypage_area p span {
  font-size: 20px;
}

#modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  cursor: pointer;
}

.nengo_inner {
  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;
}

@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 0px;
  }
  .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;
  }
}

/*オフライン会員登録*/
.offline_form_box {
  border-bottom: 1px solid #ddd7cb;
  padding-bottom: 75px;
}

.offline_form_box dt {
  font-size: 20px;
  font-weight: bold;
}

.offline_form_box dd {
  font-size: 20px;
}

.offline_howto {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

.offline_customer_number_letter {
  margin: 20px auto 0;
  width: 600px;
}

.offline_regist_error {
  height: 130px;
  border: 2px solid #ea2433;
  border-radius: 6px;
  background: #fff;
  padding: 35px;
}

.offline_regist_error p {
  font-size: 20px;
  font-weight: bold;
  color: #ea2433;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .offline_regist_error {
    padding: 20px;
  }
  .offline_regist_error span {
    display: block;
  }
}

.confirm_table.form_wrap .form_item_wrap label:first-of-type {
  min-width: 33px;
  width: auto;
}

.confirm_table.form_wrap .form_item_nolabel {
  padding-left: 33px;
}

@media screen and (min-width: 1024px) {
  .confirm_table.form_wrap .form_item_wrap label:first-of-type {
    width: auto;
  }
  .confirm_table.form_wrap .form_item_nolabel {
    padding-left: 45px;
  }
}

.offline_member_wrapper {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 20px auto;
  text-decoration: underline;
}

.offline_member {
  padding-left: 30px;
  position: relative;
}

.offline_member:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #df0202;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

/* ===============================================================
2020.05.22 改修
=============================================================== */
.modal-active .cart_mail_confirm_modal,
.modal-active .cart_mail_confirm_modal__overlay {
  display: block;
}

.cart_mail_confirm_modal {
  display: none;
}

.cart_mail_confirm_modal__inner {
  position: absolute;
  top: calc(133px + 82px);
  left: 0;
  width: 100%;
  z-index: 2;
}

.cart_mail_confirm_modal__box {
  margin-top: 160px;
  padding: 35px 4.28% 32px;
  background: #fff;
  border-radius: 5px;
}

.cart_mail_confirm_modal__box h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.136;
}

.cart_mail_confirm_modal__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 620px;
  margin: 17px auto 32px;
  padding: 15px 15px 15px 20px;
}

.cart_mail_confirm_modal__mail {
  font-size: 28px;
  font-weight: bold;
  word-break: break-all;
}

.cart_mail_confirm_modal__correct {
  width: 72px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72px;
  flex: 0 0 72px;
  margin-left: auto;
  font-size: 18px;
  font-weight: bold;
}

.cart_mail_confirm_modal .regist_btn {
  width: 300px;
  height: 60px;
  line-height: 60px;
}

.cart_mail_confirm_modal .regist_btn:after {
  display: none;
}

.cart_mail_confirm_modal__overlay {
  display: none;
  position: absolute;
  top: calc(133px + 82px);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 30px);
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.confirm_title {
  margin-bottom: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #c5bba6;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.cart_mail_area {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px 20px 25px;
  background: #ddd7cb;
}

.cart_mail_area__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.cart_mail_area__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 540px;
  margin: 10px auto 0;
  padding: 15px 14px 15px 20px;
  background: #fff;
}

.cart_mail_area__addr {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  word-break: break-all;
  text-align: center;
}

.cart_mail_area__correct {
  width: 56px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  margin-left: auto;
  font-size: 14px;
  font-weight: bold;
}

.thanks_area2 {
  padding: 45px 150px 76px;
  background: #ffe8e8;
  border: 10px solid #fff;
  font-size: 18px;
  font-weight: bold;
}

.thanks_area2 .w700 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.thanks_area2 h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.thanks_area2__txt {
  margin-top: 88px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.thanks_area2__addr {
  max-width: 700px;
  margin: 25px auto 0;
  padding: 20px 20px 15px;
  background: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  word-break: break-all;
}

.thanks_area2__check {
  max-width: 700px;
  margin: 48px auto 0;
}

.thanks_area2__check h3 {
  font-size: 22px;
  font-weight: bold;
}

.thanks_area2__check p {
  font-size: 22px;
  font-weight: bold;
}

.thanks_area2__check dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 36px 20px 40px;
  background: #fff;
}

.thanks_area2__check dt {
  width: 45%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding-left: 10.9%;
}

.thanks_area2__check dd {
  width: 54%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
}

.thanks_area2__check dd a,
.thanks_area2__check dt {
  font-size: 20px;
  line-height: 2;
}

.thanks_area2__domain {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.thanks_area2 .regist_btn {
  width: 400px;
  height: 70px;
  line-height: 70px;
}
.thanks_area2 .coupon_info {
  margin-top: 60px;
  border: 3px solid #f47683;
  background-color: #fff;
  padding: 40px 28px;
}
.thanks_area2 .coupon_info h3 {
  color: #df0202;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.thanks_area2 .coupon_info a {
  margin: 31px auto 34px;
}
.thanks_area2 .coupon_info p {
  font-weight: normal;
  font-size: 18px;
}
.thanks_area2 .back_area {
  width: 84%;
  margin: 30px auto 0 auto;
}
.thanks_area2 .back_area a {
  margin: 16px auto 0 auto;
}
/* ===============================================================
お客様規約 202208
=============================================================== */
.agree_chk_list__item {
  margin-left: 55px;
  margin-bottom: 25px;
}

.agree_chk_list__item:last-child {
  margin-bottom: 0;
}

.agree_chk_list__item label {
  font-size: 20px;
  font-weight: bold;
}

.agree_chk_list__item_all {
  margin-left: 0;
  margin-bottom: 40px;
}

.agree_chk_list__item_all label {
  font-size: 24px;
}

.agree_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 47px;
  vertical-align: middle;
  cursor: pointer;
}
.agree_checkbox label[for="all"] {
  margin-top: 20px;
}
.agree_checkbox label:before,
.agree_checkbox label:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
}

.agree_checkbox_lg label:before,
.agree_checkbox_lg label:after {
  width: 35px;
  height: 35px;
}

.agree_checkbox label:before {
  background: #fff;
  border: 1px solid #c7bba9;
  border-radius: 0;
}

.agree_checkbox input:checked + label:after {
  top: 5px;
  left: 5px;
  width: 16px;
  height: 10px;
  border-left: 2px solid #5b482f;
  border-bottom: 2px solid #5b482f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.agree_checkbox_lg input:checked + label:after {
  top: 6px;
  left: 7px;
  width: 21px;
  height: 14px;
}

.agree_radio label {
  padding-left: 52px;
  background: #fff url(/cart/img/radio_btn.png) left 50% / 35px auto no-repeat;
  line-height: 35px;
}

.agree_radio input:checked + label {
  background-image: url(/cart/img/radio_btn_active.png);
}

.agree_btn {
  margin-top: 50px;
}
/*メルマガ受け取るのチェックボックス*/
.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;
  font-size: 20px;
  font-weight: bold;
}

.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);
}