@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&subset=japanese");
@import url("//fonts.googleapis.com/css?family=Montserrat:400,600,700");
/* 仮会員メール登録
---------------------------------------------------- */
#d_interim #d_side {
  display: none;
}
#d_interim #d_agreement {
  margin: 50px 0;
}
#d_interim #d_agreement .wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  margin: auto;
  padding: 30px;
  width: 100%;
  height: 300px;
  background: #FFFFFF;
  border: 1px solid #888888;
}
#d_interim #d_agreement .wrapper * {
  line-height: 1.6;
}
#d_interim #d_agreement .wrapper p.notice {
  margin: 1em 0;
  font-size: 14px;
}
#d_interim #d_agreement .wrapper p.last_update {
  margin: 1em 0;
  text-align: right;
  font-size: 14px;
}
#d_interim #d_agreement .wrapper dl {
  margin: 30px 0;
}
#d_interim #d_agreement .wrapper dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#d_interim #d_agreement .wrapper ul li, #d_interim #d_agreement .wrapper ol li {
  margin: 0 0 5px 1.5em;
  font-size: 14px;
}
#d_interim #d_agreement .wrapper ul li {
  list-style-type: disc;
}
#d_interim #d_agreement .wrapper ol li {
  list-style: decimal;
}
#d_interim #d_agreement .wrapper ol ol {
  margin: 10px 0;
}
#d_interim #d_agreement .wrapper ol ol li {
  list-style-type: decimal;
}
#d_interim #d_interim_input {
  margin: 50px 0;
}

/* 新規会員登録
---------------------------------------------------- */
#d_regist #d_side {
  display: none;
}
#d_regist .btn {
  font-family: "Noto Sans JP", sans-serif;
}

/* ログイン
---------------------------------------------------- */
#d_login #d_side {
  display: none;
}
#d_login #d_login_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
#d_login .d_login_unit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 450px;
  margin: 0 auto;
  padding: 30px;
  background: #F8F8F8;
}
#d_login .d_login_unit h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.2;
}
#d_login .d_login_unit .d_form_input dl {
  display: block;
  padding: 0;
  border: none;
}
#d_login .d_login_unit .d_form_input dt {
  width: auto;
}
#d_login .d_login_unit .d_form_input dd {
  padding: 10px 0 28px 0;
}
#d_login .d_login_unit .d_form_input dd input[type=text],
#d_login .d_login_unit .d_form_input dd input[type=password] {
  width: 100%;
}
#d_login .d_login_unit #d_psw_reset {
  margin-top: 5px;
}
#d_login .d_login_unit #d_psw_reset a {
  text-decoration: underline;
}
#d_login .d_login_unit #d_auto_login dd {
  padding: 0;
}
#d_login .d_login_unit #d_nologin_order {
  margin-top: 30px;
}
#d_login .d_login_unit .transition .btn {
  width: 100%;
}

/* 会員ページ 共通
---------------------------------------------------- */
#d_member #d_side {
  display: none;
}
#d_member #d_side_member {
  width: 170px;
}
#d_member #d_side_member li a {
  display: block;
  padding: 15px 0 15px 15px;
  line-height: 1;
  background: url(../../images/common/arrow_r_glay.png) left center no-repeat;
  background-size: 5px auto;
  border-bottom: 1px solid #888888;
}
#d_member #d_main {
  margin-top: 0;
}
#d_member #d_page_nation {
  border-top: 0;
}
#d_member .transition.col2 li {
  width: 360px;
}
#d_member .d_form_input dd {
  padding-right: 10px;
}

/* 会員ページ トップ
---------------------------------------------------- */
#d_m_top p.myname {
  background: #eaf1f9;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 30px;
  border-radius: 5px;
}
#d_m_top #d_member_top_nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#d_m_top #d_member_top_nav a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 20px 0 0;
  display: block;
  padding: 27px 20px 0 20px;
  width: 225px;
  height: 137px;
  background: #F8F8F8;
  border: 1px solid #888888;
  border-radius: 5px;
  text-decoration: none;
}
#d_m_top #d_member_top_nav a:nth-child(4n) {
  margin-right: 0;
}
#d_m_top #d_member_top_nav a:hover {
  text-decoration: none;
  background: #eaf1f9;
}
#d_m_top #d_member_top_nav dt {
  color: #001735;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
#d_m_top #d_member_top_nav dd {
  margin-top: 10px;
  line-height: 1.4;
}

/* 会員ページ お気に入り
---------------------------------------------------- */
#d_favorite #d_fav_item_wrap {
  border-top: 1px solid #DDDDDD;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #DDDDDD;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_sp_wrap_1 {
  width: 400px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_sp_wrap_2 {
  width: 140px;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_sp_title {
  display: none;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_img {
  width: 140px;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_img .i {
  border: 1px solid #DDDDDD;
  position: relative;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_img .i img {
  width: 100%;
  height: auto;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_img .i .new {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_text {
  padding: 0 15px;
  width: 230px;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_text .icon {
  margin-bottom: 5px;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_text .icon img {
  display: inline-block;
  width: auto;
  height: 18px;
  vertical-align: middle;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_text .icon .type {
  background: #001735;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 0 5px;
  height: 18px;
  line-height: 19px;
  color: #D8BF6F;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_text .icon .sale_icon {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 0 10px;
  height: 18px;
  line-height: 17px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_text .stock_icon {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 0 10px;
  height: 18px;
  line-height: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 140px;
  margin-top: 10px;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_text .item_name {
  margin-bottom: 12px;
  line-height: 1.5;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_text .note {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 12px;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_text .btn {
  margin: 0;
  margin-top: 15px;
  width: 200px;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_price {
  padding: 0 10px;
  width: 200px;
  text-align: center;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_price .price {
  text-align: center;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_price .price dd {
  margin-top: 5px;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_price .sale_price {
  line-height: 1.2;
  text-align: center;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_price .sale_price strong.red,
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_price .sale_price mark {
  color: #C8161D;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_price .sale_price mark {
  background: none;
  font-style: normal;
  font-weight: normal;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_price .discount_icon {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 0 5px;
  height: 18px;
  line-height: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_price .sale_comment {
  color: #C8161D;
  font-weight: bold;
  padding: 0 5px;
  display: inline-block;
  font-size: 12px;
}
#d_favorite #d_fav_item_wrap .d_fav_itemSingle .item_delete {
  margin-top: 10px;
}

/* 会員ページ 住所録
---------------------------------------------------- */
#d_abook .add_address {
  margin-left: auto;
  width: 200px;
}
#d_abook #d_abook_list {
  margin-top: 10px;
}
#d_abook #d_abook_list thead th {
  padding: 5px 0;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  text-align: center;
}
#d_abook #d_abook_list thead th:nth-child(1) {
  width: 90px;
}
#d_abook #d_abook_list thead th:nth-child(2) {
  width: 120px;
}
#d_abook #d_abook_list thead th:nth-child(3) {
  width: 260px;
}
#d_abook #d_abook_list thead th:nth-child(4) {
  width: 120px;
}
#d_abook #d_abook_list thead th:nth-child(5) {
  width: 170px;
}
#d_abook #d_abook_list tbody tr {
  border-bottom: 1px solid #888888;
}
#d_abook #d_abook_list tbody td {
  padding: 20px 2px;
  vertical-align: middle;
}
#d_abook #d_abook_list tbody td:nth-child(1) {
  width: 90px;
  text-align: center;
}
#d_abook #d_abook_list tbody td:nth-child(1) a {
  text-decoration: underline;
}
#d_abook #d_abook_list tbody td:nth-child(2) {
  width: 120px;
  text-align: center;
}
#d_abook #d_abook_list tbody td:nth-child(3) {
  width: 250px;
}
#d_abook #d_abook_list tbody td:nth-child(4) {
  width: 120px;
  text-align: center;
}
#d_abook #d_abook_list tbody td:nth-child(5) {
  width: 170px;
}
#d_abook #d_abook_list tbody td:nth-child(5) ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
#d_abook #d_abook_list tbody td:nth-child(5) li {
  width: 80px;
}
#d_abook #d_abook_list tbody td:nth-child(5) li:nth-child(2) {
  margin-left: 10px;
}
#d_abook #d_abook_list tbody td:nth-child(5) li .btn {
  width: 100%;
}

/* 会員ページ カード情報閲覧
---------------------------------------------------- */
/* 会員ページ お問い合わせ一覧
---------------------------------------------------- */
#d_inquiry .d_guidelink {
  margin: 1em 0 2em 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
#d_inquiry .d_guidelink li {
  display: inline-block;
  margin-right: 15px;
}
#d_inquiry .d_guidelink li a.arrow {
  display: block;
  padding: 10px 30px 10px 20px;
  line-height: 1.4;
  background: #f0f6f9 url(/ec/shop/images/common/arrow_r_glay.png) 96% center no-repeat;
  background-size: auto;
  background-size: 8px auto;
  font-size: 14px;
  text-align: center;
  color: #001735;
  font-weight: bold;
  border: 2px solid #001735;
  border-radius: 5px;
  text-decoration: none;
}

/* 会員ページ 住所録
---------------------------------------------------- */
#d_history #d_history_list {
  margin-top: 20px;
  border-top: 1px solid #888888;
}
#d_history .d_history_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #888888;
}
#d_history .d_history_item .d_history_item_unit:nth-child(1) {
  padding-right: 20px;
  width: 620px;
}
#d_history .d_history_item .d_history_item_unit:nth-child(1) th, #d_history .d_history_item .d_history_item_unit:nth-child(1) td {
  padding: 8px 0;
  font-weight: normal;
  text-align: left;
}
#d_history .d_history_item .d_history_item_unit:nth-child(1) th {
  width: 200px;
  white-space: nowrap;
}
#d_history .d_history_item .d_history_item_unit:nth-child(2) {
  width: 120px;
}
#d_history .d_order_status #d_order_s_text {
  padding: 10px;
  background: #C8161D;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
#d_history .d_order_status .d_order_s_table {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #DDDDDD;
}
#d_history .d_order_status .d_order_s_table th, #d_history .d_order_status .d_order_s_table td {
  padding: 8px 0;
  font-weight: normal;
  text-align: left;
}
#d_history .d_order_status .d_order_s_table th {
  width: 200px;
  white-space: nowrap;
}
#d_history #d_h_inquiry {
  margin: 30px 0;
}
#d_history #d_h_inquiry .transition.mt0 {
  margin-top: 0;
}
#d_history #d_h_inquiry .transition.mt0 p {
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
}
#d_history #d_h_inquiry .goInquiryBox {
  display: none;
  margin-top: 10px;
  padding: 20px;
  border: 3px solid #DDDDDD;
  border-radius: 10px;
}
#d_history #d_h_inquiry .goInquiryBox .ex3 {
  margin: 0;
}
#d_history #d_h_inquiry .goInquiryBox .d_form_unit_in {
  border: none;
}
#d_history #d_h_inquiry .goInquiryBox textarea {
  padding: 10px;
  width: 400px;
  height: 100px;
}
#d_history #d_h_inquiry #d_complete_unit .thanks_1 {
  margin: 0;
}
#d_history #d_h_inquiry #d_order_customer .d_form_unit_1 {
  margin: 0;
}
#d_history #d_h_inquiry #d_order_customer .d_order_customer_user {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 20px 0;
}
#d_history #d_h_inquiry #d_order_customer .d_order_customer_user div:nth-child(1) {
  width: 60px;
}
#d_history #d_h_inquiry #d_order_customer .d_order_customer_user div:nth-child(2) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 600px;
  margin-left: 35px;
  padding: 20px 30px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
#d_history #d_h_inquiry #d_order_customer .d_order_customer_user div:nth-child(2) p:nth-child(1) {
  line-height: 1.5;
}
#d_history #d_h_inquiry #d_order_customer .d_order_customer_user div:nth-child(2) p:nth-child(2) {
  margin-top: 20px;
  color: #888888;
  text-align: right;
}
#d_history #d_h_inquiry #d_order_customer .d_order_customer_user div:nth-child(2)::before {
  position: absolute;
  top: 10px;
  left: -25px;
  display: inline-block;
  width: 25px;
  height: 22px;
  content: url(/samurai/ec/shop/images/common/inquiry_arrow_user_pc.png);
}
#d_history #d_h_inquiry #d_order_customer .d_order_customer_store {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin: 20px 0;
}
#d_history #d_h_inquiry #d_order_customer .d_order_customer_store div:nth-child(2) {
  width: 60px;
}
#d_history #d_h_inquiry #d_order_customer .d_order_customer_store div:nth-child(1) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 600px;
  margin-right: 35px;
  padding: 20px 30px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
#d_history #d_h_inquiry #d_order_customer .d_order_customer_store div:nth-child(1) p:nth-child(1) {
  line-height: 1.5;
}
#d_history #d_h_inquiry #d_order_customer .d_order_customer_store div:nth-child(1) p:nth-child(2) {
  margin-top: 20px;
  color: #888888;
  text-align: right;
}
#d_history #d_h_inquiry #d_order_customer .d_order_customer_store div:nth-child(1)::after {
  position: absolute;
  top: 10px;
  right: -25px;
  display: inline-block;
  width: 25px;
  height: 22px;
  content: url(/samurai/ec/shop/images/common/inquiry_arrow_store_pc.png);
}
#d_history #d_order_item {
  margin: 40px 0;
}
#d_history #d_order_item table {
  width: 100%;
}
#d_history #d_order_item th, #d_history #d_order_item td {
  padding: 10px;
  border: 1px solid #DDDDDD;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
#d_history #d_order_item thead th {
  background: #F8F8F8;
}
#d_history #d_order_item thead th:nth-child(2), #d_history #d_order_item thead th:nth-child(4) {
  width: 100px;
}
#d_history #d_order_item thead th:nth-child(3) {
  width: 50px;
}
#d_history #d_order_item tbody td:nth-child(1) {
  text-align: left;
}

/* メールマガジン登録解除
---------------------------------------------------- */
#d_mailmagazine .top_unit {
  margin-top: 40px;
}

/* お問い合わせ
---------------------------------------------------- */
#d_inquiry #d_side {
  display: none;
}
#d_inquiry #d_main {
  margin-top: 0;
}
#d_inquiry #inquiryGroup tr {
  border: none;
}
#d_inquiry #inquiryGroup td {
  padding: 3px 0;
}

/* アンケート
---------------------------------------------------- */
#d_questionnaire #d_side {
  display: none;
}
/*# sourceMappingURL=member.css.map */