@charset "Shift_JIS";

/* --------------------------------------------------------------------
	ログインフォーム
--------------------------------------------------------------------- */

.login_ {
  width: 1200px;
  padding-bottom: 260px;
  display: flex;
  justify-content: center;
}
.loginform_ {
  width: 580px;
  min-height: 488px;
  padding: 35px 0;
  background: #F7F7F7 0% 0% no-repeat padding-box;
  text-align: center;;
}
.loginform_:nth-child(2) {
  margin-left: 40px;
}
.loginform_inner_ {
  width: 400px;
  margin: 20px auto;
}
.loginform_ .uid_,
.loginform_ .pwd_ {
  text-align: left;
  font-size: 11px;
  color: #000;
}
.loginform_ .pwd_ {
  padding-top: 20px;
}
.loginform_ .login_uid_,
.loginform_ .login_pwd_ {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding-left: 1em;
  box-sizing: border-box;
  font-size: 14px;
}
.loginform_ .title_text_{
  font-size: 15px;
  color: #222;
  font-weight: bold;
  line-height: 2;
}
.login_contents_form {
  padding-top: 20px;
  width: 400px;
  margin: 0 auto;
  text-align: left;
}
.login_contents_form_ttl {
  font-size: 11px;
  color: #000;
}
.loginform_ .login_uid_:placeholder-shown {
  color: #ccc;
}
.loginform_ .login_uid_::placeholder {
  color: #ccc;
}
.loginform_ .login_uid_:-ms-input-placeholder {
  color: #ccc;
}
.loginform_ .login_uid_::-ms-input-placeholder {
  color: #ccc;
}
.loginform_ .login_pwd_:placeholder-shown {
  color: #ccc;
}
.loginform_ .login_pwd_::placeholder {
  color: #ccc;
}
.loginform_ .login_pwd_:-ms-input-placeholder {
  color: #ccc;
}
.loginform_ .login_pwd_::-ms-input-placeholder {
  color: #ccc;
}
.login_contents_btn_login {
  width: 176px;
  height: 50px;
  background: #222222;
  border-radius: 3px;
  border-width: 1px;
  border-style: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.login_contents_btn_login:hover {
  background: #808080;
}
.login_contents_state {
  padding-top: 20px;
}
.login_contents_state label {
  font-size: 14px;
  cursor: pointer;
}
.login_contents_state label:hover {
  text-decoration: underline;
}
.login_contents_state input[type="checkbox"] {
  display: none;
}
.login_contents_state input[type="checkbox"] + label {
  padding-left: 30px;
  position: relative;
  color: #222;
  font-size: 14px;
}
.login_contents_state input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 3px;
}
.login_contents_state input[type="checkbox"]:checked + label::before {
  background: #666;
}
.login_contents_state input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}
.login_contents_state_messeage {
padding-top: 5px;
}
.login_contents_btn_signUp {
  width: 400px;
  height: 50px;
  margin-top: 39px;
  background: #2996CC;
  border-radius: 3px;
  border-width: 1px;
  border-style: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.login_contents_btn_signUp:hover {
  opacity: .7;
}
.askpass_ a,
a.login_contents_note_link {
  padding-top: 19px;
  font-size: 14px;
  display: block;
  color: #2996CC;
  text-decoration: none;
  text-align: center;
}
.login_contents_note {
  width: 520px;
  margin: 0 auto;
  padding-top: 25px;
  text-align: left;;
}
.login_contents_note_text {
  padding-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.8;
  color: #222;
}
/* ログイン画面、モーダル  */
.overlay_1{
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0, 0, 0, .45);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1001;
}
.overlay_container {
  display: table;
  padding: 10px 0;
  width: 100%;
  height: 100%;
}
.inner {
  display: table-cell;
  padding: 2.7em 2em;
  vertical-align: middle;
}
.modal {
  margin: 0 auto;
  padding: 1.9em 1em;
  max-width: 300px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 101;
  position: relative;
}
.modal::after {
  display: table;
  content: '';
  clear: both;
}
.modal img {
  width:100%;
  height:auto;
  margin-top:10px;
  margin-bottom:20px;
}
.overlay_1 .btn-wrap {
  background-color: #000;
  width: 25%;
  margin: 10px auto;
  padding: 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.overlay_1 .btn-wrap:hover {
  opacity: .7;
  text-decoration: none;
}

.overlay_1 .btn {
  background-color: #000;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: #fff;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mfp-close {
  width: 60px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 5px;
  top: 0px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 20px;
  color: #000;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background: #fff0;
  border: none;
}


/* --------------------------------------------------------------------
	パスワードを忘れた方
--------------------------------------------------------------------- */
table.askpass_ {
  margin-bottom: 10px;
}

table.askpass_ th {
  width: 16em;
}

/* --------------------------------------------------------------------
	マイページ・会員情報
-------------------------------------------------------------------- */
div.customer_ table {
  width: 100%;
}

div.customer_ table.customer_,
div.customer_ table.customerconfirm_ {
  margin-bottom: 20px;
}

div.customer_ table.customer_,
th,
div.customer_ table.customerconfirm_ th {
  width: 25%;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */

div.customer_ .agreebody_ {
  margin: 20px 0;
  width: 100%;
  padding: 1em 2em;
  font-size: 1.2rem;
  box-sizing: border-box;
}
div.customer_ .modal {
  margin: 5vh auto;
}
.customer_.col1_ {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}

/* --------------------------------------------------------------------
	会員情報変更
-------------------------------------------------------------------- */

.customer_.col1_ .common_headline1_ {
  /* .col1_ 1カラムの場合 */
  width: 1200px;
}

.customer_status_ + form,
.customer_.col1_ table.customer_ {
  width: 1200px;
  margin: 0 auto;
}

.customer_.col1_ table.customer_ {
  margin-top: 1em;
}

.customer_.col1_ .submit_ a,
.contact_.col1_ .submit_ a {
  display: inline-block;
  margin: 0 16px;
  height: 40px;
}

.customer_.col1_ .submit_ a img,
.contact_.col1_ .submit_ a img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.customer_.col1_ .submit_ {
  display: flex;
  justify-content: center;
  align-self: baseline;
}

.customer_.col1_ .submit_ input#FormAssist_submit {
  display: block;
  margin: 0;
  padding: 0;
  width: 160px;
  height: 40px;
}

.customer_.col1_ .submit_ a + .customer_.col1_ .submit_ input#FormAssist_submit {
  margin-left: 1em;
}

.block-member-info-confirmation--login-state-saving {
  padding: 20px 0 40px;
  text-align: center;
}
.block-member-info-confirmation--login-state-saving label {
  font-size: 14px;
  cursor: pointer;
}
.block-member-info-confirmation--login-state-saving label:hover {
  text-decoration: underline;
}
.block-member-info-confirmation--login-state-saving input[type="checkbox"] {
  display: none;
}
.block-member-info-confirmation--login-state-saving input[type="checkbox"] + label {
  padding-left: 30px;
  position: relative;
  color: #222;
  font-size: 14px;
}
.block-member-info-confirmation--login-state-saving input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 3px;
}
.block-member-info-confirmation--login-state-saving input[type="checkbox"]:checked + label::before {
  background: #666;
}
.block-member-info-confirmation--login-state-saving input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}
.block-member-info-confirmation--login-state-saving-message.help-block {
  font-size: 10px;
}


/* --------------------------------------------------------------------
	マイページ　トップ
-------------------------------------------------------------------- */
.message_ img {
  vertical-align: text-bottom;
}


p.recommend_ {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

div.mymenu_ {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

div.mymenu_item_ {
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}

div.mymenu_item_ .img_ {
  margin: 0 10px 0 10px;
  float: left;
  display: inline;
  width: 60px;
}

div.mymenu_item_ .desc_ {
  margin: 0 10px 0 0;
  float: left;
  display: inline;
  width: 750px;
}

div.mymenu_item_ h2 {
  margin: 0 0 10px 0;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

div.mymenu_item_ p,
div.mymenu_item_ ul {
  margin: 0 0 0 10px;
}

div.mymenu_item_ ul li {
  margin-left: 2em;
  list-style: square;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
  margin-bottom: 10px;
  padding-left: 10px;
}

div.customer_ .destgoodslist_ {
  margin-bottom: 20px;
}

table.history_ {
  margin-bottom: 20px;
}

table.history_ th {
  font-weight: bold;
}

table.history_ td.order_dt_ {
  white-space: nowrap;
}

table.history_ td.order_detail_ ul {
  margin-bottom: 5px;
}

table.history_ td.order_detail_ ul li {
  margin-left: 2em;
  list-style: square;
}

table.history_ td.order_detail_ p.order_again_ {
  padding: 5px;
  text-align: right;
  font-weight: bold;
}

table.history_ td.total_ {
  text-align: center;
  font-size: 14px;
}

ul.historydetail_ {
  margin: 10px auto;
  width: 18em;
}

ul.historydetail_ li {
  margin-left: 2em;
  font-weight: bold;
  list-style: square;
}

/* --------------------------------------------------------------------
	マイページ　カード情報確認
-------------------------------------------------------------------- */
div.cardedit_ table th {
  width: 16em;
}

/* 現在の登録内容 */
div.cardedit_info_ {
  margin-bottom: 20px;
}

/**/
td.card_ label {
  margin: 0 20px 0 5px;
}

/* --------------------------------------------------------------------
	マイページ　メールアドレス変更
-------------------------------------------------------------------- */
table.mailchange_ {
  margin-bottom: 10px;
}

table.mailchange_ th {
  width: 16em;
}

/* --------------------------------------------------------------------
	マイページ　ID変更
-------------------------------------------------------------------- */
table.idchange_ {
  margin-bottom: 10px;
}

table.idchange_ th {
  width: 16em;
}

/* --------------------------------------------------------------------
	マイページ　パスワード変更
-------------------------------------------------------------------- */
table.passchange_ {
  margin-bottom: 10px;
}

table.passchange_ th {
  width: 16em;
}

/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */

.bookmark_frame_ {
  display: flex;
  flex-wrap: wrap;
}

.bookmark_item_ {
  width: 220px;
  margin-bottom: 40px;
  margin-right: 20px;
}

.bookmark_item_ .img_ img {
  width: 100%;
}

.bookmark_item_ .desc_ {
  margin-top: 8px;
}

.bookmark_item_ .name1_ a {
  font-size: 1.3rem;
  line-height: 1.8;
  display: block;
}

.bookmark_item_ .code_,
.bookmark_item_ .color_ {
  margin-top: 2px;
  color: #919191;
  font-size: 1.3rem;
}

.bookmark_item_ .spec_ {
  margin-top: 5px;
  text-align: right;
}

.bookmark_item_ .price_ {
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
}

.bookmark_item_ .btns_{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bookmark_item_ .detail-btn {
  display: flex;
}

.bookmark_item_ .detail-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 152px;
  height: 30px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #222;
  font-size: 1.2rem;
}

.bookmark_item_ .detail-btn a:hover {
  text-decoration: none;
}

.bookmark_item_ .del_ a {
  position: relative;
  color: #666666;
  font-size: 1rem;
  text-decoration: underline;
}

.bookmark_item_ .del_ a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 4px;
  width: 15px;
  height: 16px;
  margin-right: 3px;
  background: url(../new_img/common/icon_delete.svg) no-repeat center;
  background-size: contain;
}

/* --------------------------------------------------------------------
	マイページ　お問い合わせ
-------------------------------------------------------------------- */
div.contact_ table {
  width: 100%;
}

/* new お問合せフォーム */
div.contact_ table.contact_ th {
  width: 16em;
}

div.contact_ div.contact_reform_ {
  margin: auto;
  text-align: center;
}

.contact_.formdetail_ select[name='subject_id'] {
  width: 264px;
}

nav#FAQenav_180621 {
  width: 1200px;
}
nav#FAQenav_180621 ul li.nochild_ {
  border: none;
}
nav#FAQenav_180621 ul.layer1_ {
  background: none;
}
nav#FAQenav_180621 .active_link {
  padding: 1
}

/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */

.contact_.col1_ {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}

div.contact_ ul.contactlist_ {
  padding-top: 1em;
}
div.contact_ ul.contactlist_ li {
  padding: 1em 0;
  border-top: 1px solid #dedede;
}
div.contact_ ul.contactlist_ li:last-child {
  border-bottom: 1px solid #dedede;
}

div.contact_ table.detaillistline_ {
  border: dotted 1px;
  margin: 2px auto;
}

/* お問合せ詳細 */
.contactdetail_title_ {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}

.contactdetail_title_ .subject_ {
  margin-left: 20px;
  font-weight: bold;
}

.contactdetail_title_ .id_ {
  margin-left: 10px;
  font-size: 10px;
}

/* スレッド */
div.contactlist_ {
  margin-bottom: 20px;
}

div.contactlist_ .contactlist_goods_ {
  margin: 0 0 0 20px;
}

div.contactlist_line_ {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #dedede;
}

div.contactlist_line_ .contactlist_head_ {
  width: 100%;
  padding: 1em;
  overflow: hidden;
  background: #f0f0f0;
  border-bottom: 1px solid #dedede;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

div.contactlist_line_ .comment_ {
  padding: 1em;
}

.contact_reform_ textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
}
/* --------------------------------------------------------------------
	マイページ　退会
-------------------------------------------------------------------- */
/* table.withdrawal_ {
  margin-top: 1em;
} */

table.withdrawal_ th {
  width: 16em;
}

/* --------------------------------------------------------------------
	マイページ　クーポン一覧
-------------------------------------------------------------------- */
table.coupon_list_ {
  margin-bottom: 20px;
}

table.coupon_list_ th {
  font-weight: bold;
  text-aligin: center;
}

table.coupon_list_ td.coupon_code_ {
  white-space: nowrap;
}

table.coupon_list_ td.coupon_price_ {
  text-align: right;
  white-space: nowrap;
}

table.coupon_list_ td.coupon_name_ {
  text-align: left;
}

table.coupon_list_ td.coupon_dt_ {
  text-align: left;
  white-space: nowrap;
}

table.coupon_list_ td.coupon_target_ {
  text-align: left;
}


/* --------------------------------------------------------------------
	会員登録チェックボックス、
-------------------------------------------------------------------- */

.formdetail_.customer_ label {
  font-size: 14px;
  cursor: pointer;
}
.formdetail_.customer_ label[for="mailnews_1"] {
  margin-right: 1em;;
}
.formdetail_.customer_ label:hover {
  text-decoration: underline;
}
.formdetail_.customer_ input[type="radio"] {
  display: none;
}
.formdetail_.customer_ input[type="radio"] + label {
  padding-left: 30px;
  position: relative;
  color: #222;
  font-size: 14px;
}
.formdetail_.customer_ input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 3px;
}
.formdetail_.customer_ input[type="radio"]:checked + label::before {
  background: #666;
}
.formdetail_.customer_ input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}
.block-member-info-confirmation--login-state-saving-message.help-block {
  padding-top: .5em;
}

/* --------------------------------------------------------------------
	会員登録チェックボックス(利用規約同意)
-------------------------------------------------------------------- */

.registAgree_ input {
  display: none;
}
.registAgree_ input + span {
  padding-left: 1.5em;
  position: relative;
}
.registAgree_ input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 3px;
}
.registAgree_ input:checked + span::before {
  background: #666;
}
.registAgree_ input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}

/* --------------------------------------------------------------------
	お問い合わせページ　フォームへのアンカーリンク
-------------------------------------------------------------------- */

form#Nav1 {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}