@charset "utf-8";

/*------------------------------------------------
スマホ改善_お名前欄の縦並び対応（2016/06）
------------------------------------------------*/
/*カート用*/
.input_l input[name='FNAME'],
.input_l input[name='FNAME_KANA'],
.input_l input[name='FName'],
.input_l input[name='FNameKana'],
.input_l input[name='PwdFName'] {margin-top:4px;}

/*アンケートフォーム用*/
.input_l input[name^='LastName'],
.input_l input[name^='Niece'] {margin-top:3px;}
.input_l input[name^='Sei'] {margin-top:7px;}

/*------------------------------------------------
ページのトップへ戻る（2017/08）
------------------------------------------------*/
#sps-page-top {margin:0;padding:0;}
#sps-page-top p {margin:0;}
#sps-page-top p a {display:block;width:40px;height:40px;line-height:40px;text-align:center;text-decoration:none;border-radius:8px;transition:all 0.3s;opacity:0.7;cursor:pointer;background:#404040;color:#b0b0b0;font-size: 16px;}
#sps-page-top p a:hover {opacity:0.7;}

/*------------------------------------------------
フローティングメニュー（2017/08）
------------------------------------------------*/
#sps-floating-menu{position: fixed;bottom: 15px;right: 15px;z-index:10000;}

/*------------------------------------------------
アドレス帳から設定一括登録対応（2017/01）
------------------------------------------------*/
table.tb_listmenu > tbody > tr.multi_address > td > input[type=checkbox] {
    display:none;
}
table.tb_listmenu > tbody > tr.multi_address > td > input[type=checkbox] + label:after {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align:middle;
    background-color: #E0E0E0;
    border-radius: 4px;
    float: right;
}
table.tb_listmenu > tbody > tr.multi_address > td > input[type=checkbox]:checked + label:after {
    cursor: pointer;
    content:"\002713";
    font-size: 20px;
    color:white;
    background-color: #3388CC;
    text-align:center;
    line-height:20px;
}

table.deliv_info > tbody > tr.deliv_radio > td > input[type=radio] {
    vertical-align: baseline;
}

section table.tb_listmenu {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    word-wrap:break-word;
    background-color:transparent;
    -webkit-border-radius:0;
    border-radius:0;
    border:none;
}
table.tb_listmenu > tbody > tr.multi_address {
    cursor: pointer;
    padding: 6px 17px 6px 5px;
    margin-bottom: 10px;
    display: block;
    background: white center;
    color: #333333;
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.15);
}
table.tb_listmenu > tbody > tr.multi_address:last-child {
    margin-bottom: 5px;
}
.multi_info {
    width: 99%;
}
.multi_address_background{
    background: #CEE7FF center !important;
}

div#RECVDATE+section {padding-top:10px;}
.deliv_multi{
    margin: 20px auto 20px;
}
div.title_multi > h4{
    margin-bottom: 6px;
}
div.deliv_box {
    border: 1px solid #999999;
    font-size: 12px;
}
div.deliv_box > table.deliv_info > tbody > tr.deliv_radio {
    cursor: pointer;
}
div.deliv_box > table.deliv_info > tbody > tr.deliv_radio > td > label {
    line-height: 1.4em;
}
#append_type1, #append_type0 {
    cursor: pointer;
}
.note_color {
    color: red !important;
}

/** amazon */
form[name='amazonForm'] aside.formcontents:last-child {margin-top:5px;}
form[name='amazonForm'] aside.formcontents input[value='購入者情報に反映する'],
form[name='amazonForm'] aside.formcontents input[value='お届け先情報に反映する'],
form[name='amazonForm'] aside.formcontents input[value='Amazonのアドレス帳を表示する'],
form[name='amazonForm'] aside.formcontents input[value='お支払い方法を決定する'] {padding:0;}

/*------------------------------------------------
パンくず用CSS（2017/01）
------------------------------------------------*/
/*パンくず設定（共通）*/
#bread-crumb {margin:0 0.5em;padding-bottom:1em;line-height:1.8;font-size:0.85em;}
#bread-crumb ol {margin:0;padding:0;}
#bread-crumb ol li {list-style:none;}
#bread-crumb ol li a {text-decoration:none;}
#bread-crumb ol li:nth-child(1) a {word-break:break-all;}
#bread-crumb ol li span {display:inline-block;padding:0 0.5em;font-family:monospace;}
#bread-crumb ol li span:nth-child(1) {padding-left:0;}

/*パンくず設定（単一用）*/
#bread-crumb ol.single {overflow:hidden;}
#bread-crumb ol.single li {float:left;}
#bread-crumb ol.single li span {padding:0 0.5em;}

#sps-header-common {
    margin: 0 auto;
}

#sps-welcome a, #sps-global-navi a {
    color: inherit;
}

#sps-welcome {
    display: table;
    width: 100%;
}

#sps-welcome div {
    display: table-cell;
    vertical-align: middle;
    text-align: justify;
    padding: 12px 8px;
}

#sps-menu {
    background: white;
    width: 100%;
    float: left;
    padding: 10px 0;
}

#sps-menu ul {
    display: table;
    height: 100%;
    padding: 0 !important;
    margin: 0;
}

#sps-menu ul.left {
    width: 68%;
    max-width: 68%;
    float: left;
}

#sps-menu ul.left li:first-child {
    padding: 0 8px;
    max-width: 30vw;
    width: 30%;
}

#sps-comhead-logo img {
    max-width: none !important;
}

#sps-menu ul.right {
    width: 98px;
    float: right;
    table-layout: fixed;
}

#sps-menu ul.right li:first-child {
    padding: 0 15px 0 3px;
}

#sps-menu ul.right li:last-child {
    padding: 0 10px 0 8px;
}

#sps-menu ul li {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    list-style: none;
    position: relative;
}

#sps-menu ul.right li img {
    float: right;
}

#sps-menu #cart-icon .member_cart_info {
    position: absolute;
    right: 0;
    top: 2px;
}

#sps-menu #cart-icon .number_comma {
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #FF6F6F;
    background-color: #ff6f6f;
    min-width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#sps-menu img, #global-navi img {
    display: block;
    max-width: 100%;
}

#sps-global-navi ul {
    display: table;
    table-layout: fixed;
    padding: 0 !important;
    margin: 0;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

#sps-global-navi ul li {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 6px;
}

#sps-global-navi ul li > div {
    display: table;
    width: 100%;
    height: 100%;
}

#sps-global-navi ul li > div > a {
    display: table-cell;
    vertical-align: middle;
}

#sps-global-navi ul li:first-child {
    border-left: none !important;
}

#sps-global-navi ul li:last-child {
    border-right: none !important;
}

#sps-global-navi img {
    display: block;
    margin: 0 auto;
}

#sps-global-navi ul li a {
    text-decoration: none !important;
}

#sps-header-common-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    z-index: 10000;
}

/* お店ページに会員カート情報表示（SMP03） */
#sps-header-common .member_info_cart_info #headerbox {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    background: url('https://cart6.shopserve.jp/hpgen/HPB/theme/img/header_bg.gif') repeat-x left top;
    display: table;
    padding: 15px 10px;
    box-sizing: border-box;
    vertical-align: middle;
}

#sps-header-common .member_info_cart_info #headerbox a {
    color: #282828;
    display: inline-block;
    position: relative;
}

#sps-header-common .member_info_cart_info #logo {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
}

#sps-header-common #hbtnbox {
    width: 34%;
    padding-left: 41%;
    vertical-align: middle;
    display: table-cell;
    text-align: right;
}

#sps-header-common .member_info_cart_info #hbtnbox img {
    width: 60px;
    height: auto;
}

#sps-header-common span.item_cnt {
    position: absolute;
    right: -2px;
    top: 0px;
    border-radius: 50%;
    min-width: 17px;
    text-align: center;
    padding: 3px 1px;
    border: 1px solid #FF6F6F;
    background-color: #ff6f6f;
    color: #fff;
}

#sps-header-common #member_info {
    line-height: 135%;
    font-size: 11px;
}

#sps-header-common .memberrank {
    display: inline-block;
    font-size: 10px;
}

/* お店ページに会員カート情報表示（非表示設定） */
#sps-header-common .member_info_cart_info {
    display: none;
}

#sps-header-common .member_info_cart_info .account_guest {
    display: none;
}

#sps-header-common .member_info_cart_info .rank_name_0 {
    display: none;
}

#sps-header-common .member_info_cart_info .rankup_none {
    display: none;
}

#sps-header-common .member_info_cart_info .nrank_prc_0 {
    display: none;
}

#sps-header-common .member_info_cart_info .nrank_cnt_0 {
    display: none;
}

#sps-header-common .member_info_cart_info .firstname_guest {
    display: none;
}

#sps-header-common .member_info_cart_info .more_maru_1 {
    display: none;
}

#sps-header-common .member_info_cart_info .free_shipping_0 {
    display: none;
}

#sps-header-common .member_info_cart_info .shipping_box_none {
    display: none;
}

#sps-header-common .member_info_cart_info .pointmember_none {
    display: none;
}

#sps-header-common .member_info_cart_info .rankmember_none {
    display: none;
}

#sps-header-common .member_info_cart_info .memberrank_none_none {
    display: none;
}

#sps-header-common .member_info_cart_info #member_info_none_none {
    display: none;
}

span.sps-smp-required {
    border-radius:4px;
    background:#e73656;
    color:#fff;
    padding:0.1em 0.5em;
    font-size:0.7rem;
    margin-left:0.5em;
    white-space:nowrap;
}

div[aria-describedby='sps-cartaddModal'] {
    z-index:10000;
    background: #FFFFFF;
    padding: 0px 0px !important;
    border-radius: 0px !important;
}
div.ui-widget-overlay {z-index:10000;}
div[aria-describedby='sps-cartaddModal'] .ui-widget-header {display: none;}

div.sps-cartaddModal {
    padding: 0px 0px !important;
}
div.sps-cartaddRow {
    width: 100%;
}
div.sps-cartaddRow > div.sps-cartaddLeftCol {
    width: 100%;
    padding-top: 50px;
    text-align: center;
}
div.sps-cartaddRow > div.sps-cartaddRightCol {
    position: absolute;
    top: 16px;
    right: 16px;
}
div.sps-cartaddClear {
    clear: both;
}

div.sps-cartaddSuccessMsg {
    margin-bottom: 32px;
}

div.sps-cartaddErrMsg {
    margin-bottom: 20px;
}

div.sps-cartaddErrDetail {
    margin: auto 25px 50px 25px;
    width: 280px;
}

div.sps-cartaddErrDetail > div {
    margin-bottom: 15px;
}

div.sps-cartaddErrMsg > div > a {
    outline: none;
}

div.sps-cartaddModalArrow {
    cursor: pointer;
    width: 16px;
    position: absolute;
    z-index: 3;
    right: 50px;
    margin-top: -39px;
}

div.sps-cartaddCartlink > a {
    width: 250px;
    height: 40px;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}

div.sps-cartaddCartlink {
    background: #AAAAAA;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    width: 250px;
    text-align: center;
    margin: auto 39px 15px 39px;
}

div.sps-cartaddClose {
    border: 1px solid #AAAAAA;
    cursor: pointer;
    line-height: 38px;
    height: 38px;
    width: 248px;
    text-align: center;
    margin: auto 39px 32px 39px;
}

div.sps-cartaddSuccessMsg, div.sps-cartaddErrMsg, div.sps-cartAddAutoMsg {
    font-size: 14px;
    font-weight: bold;
}

div.sps-cartaddCartlink, div.sps-cartaddClose, div.sps-cartaddErrDetail {
    font-size: 13px;
}

div.sps-cartaddAutoPopup {
    background: rgba(64,64,64, 0.7);
    position: absolute;
    width: 167px;
    height: auto;
    color: #FFFFFF;
    z-index: 100000;
    border-radius: 3px;
}

div.sps-cartaddAutoIcon {
    width: 22px;
    height: 18px;
    background: url("../img/sps-cartaddAutoIcon.png");
    margin: 12px 75px 10px 70px;
}

div.sps-cartAddAutoMsg {
    margin-left: 18px;
    margin-right: 19px;
    margin-bottom: 13px;
    width: 130px;
    text-align: center;
}

div.sps-cartaddSuccessMsg,
div.sps-cartaddErrMsg,
div.sps-cartaddClose,
div.sps-cartaddCartlink > a,
div.sps-cartAddAutoMsg,
div.sps-cartaddErrDetail {
    font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

/* UpCross-Sell Items
----------------------------------------------- */
.sps_offer_area div:first-child {
  clear: both;
  padding: 10px;
  text-align: left;
}

.sps_offer_area img.sps_offer_clickable {
  display: block;
  margin: auto;
}

.sps_offer_area .sps_offer_clickable {
  cursor: pointer;
}

/* show underline of text, when mouse hover */
.sps_offer_area .sps_offer_clickable:hover {
  text-decoration: underline;
}

/* Class to hide unavailable up-sell item */
.sps_offer_area .sps_item_not_display {
  display: none !important;
}

#selectaddressee .formcontents {
  font-size: 108%;
}
#selectaddressee .form_t {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-height: 48px;
  padding: 10px 2%;
  width: 100%;
}
#selectaddressee .form_t:last-child {
  border-bottom: 1px solid #ccc;
}
#selectaddressee .form_t div {
  display: inline-block;
  top: 0;
  line-height: 140%;
}
#selectaddressee .form_t label {
  display: block;
  max-width: 100%;
  min-height: 20px;
  position: relative;
}
#selectaddressee .form_addr label span {
  display: block;
  font-size: 90%;
}
#selectaddressee .form_addr label span.name {
  font-size: inherit;
  font-weight: bold;
}
#selectaddressee .radio_addr {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#selectaddressee .radio_addr + div {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 0 0 0 27px;
  width: 100%;
}
#selectaddressee .radio_addr + div::before {
  background-color: transparent;
  border: 1px #333 solid;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
  z-index: 0;
}
#selectaddressee .radio_addr:checked + div::after {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  height: 11px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 11px;
}
#btn_moreaddr button {
  background-color: #f5f5f5;
  border: none;
  border-top: 1px solid #ccc;
  min-height: 48px;
  padding: 10px 2%;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#btn_moreaddr button::before {
  background: url("../img/ico_moreaddr_11.png") no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
#btn_moreaddr span.note_addr {
  font-size: 75%;
  text-align: right;
  display: block;
  padding: 5px 0 20px;
}
#selectaddressee .form_t.conveni_search {
  padding: 0;
  position: relative;
}
#selectaddressee .form_t.conveni_search a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 10px 2%;
  width: 100%;
  cursor: pointer;
}
#selectaddressee .form_t.conveni_search a:hover,
#selectaddressee .form_t.conveni_search a:visited {
  color: inherit;
}
#selectaddressee .conveni_search span::before {
  background: url("../img/ico_arrowaddr_11.png") no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  position: absolute;
  right: 2%;
  width: 16px;
}

.delivery_cvs_title_confirm {
  font-size: 14px;
  font-weight: normal;
}

.delivery_yamato_border {
  background: white;
  box-shadow: 2px 2px 3px rgba(0,0,0,.15);
}

.delivery_yamato_zip_area {
  padding: 10px 10px 10px 23px;
}

.delivery_yamato_logo {
  width: 4%;
  padding: 0;
}

.delivery_yamato_info {
  width: 96%;
  padding: 0;
}

.delivery_yamato_button {
  text-align: left;
}

.sps-checkDeliveryStatus {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  color: #3B91D6;
  margin-top: 0.4em;
  display: inline-block;
}

#card_info {
  margin:0;
  padding:10px;
  text-align:left;
}

#card_info > ul + ul {
  margin-top:1.5em;
}

#card_info > ul li {
  line-height:1.6;
  font-size:0.9em;
  padding:0 0 0.5em;
}

#card_info > ul li:last-child,
#card_info > ul li.button_or {
  padding:0;
}

#card_info > ul li.button_or input {
  margin:0;
  border:none;
  border-radius:5px;
  font-size:0.9em;
}

#card_info > ul li.button_or input.off {
  border:none;
  border-radius:5px;
  background:#ccc;
  color:#888;
}

#card_info > #card_save label {
  display:inline-block;
  padding:1em 2em 1em 1em;
  border:1px solid #ccc;
  border-radius:5px;
}

#card_info > ul li h4 {
  margin:0;
  font-size:1.1em;
}

#card_info > ul li.button_or span {
  display:block;
  margin-top:0.5em;
}

#card_info > #main {
  margin:1.5em 0 0;
  text-align:left;
}

#card_info > div.info {
  margin:1.5em 0 0;
  padding:0;
}

.delivery-csv-order-note {
  text-align: left;
  line-height: 1.5;
  margin-top: 15px;
  padding: 5px;
}

.delivery-csv-order-note > span {
  font-weight: bold;
}

.itemlist li a.sps_nolink_to_desc {
  background-image: none;
  cursor: default;
}

.formtable table.table2 td[rowspan="2"].sps-present-item-image,
.formtable table.table2 td[rowspan="3"].sps-present-item-image {
  text-align: center;
  vertical-align: top;
  width: auto;
  height: auto;
  min-width: 100px;
}

table.SPS-addresseePickupStoreTable tr td {
  padding: 15px 15px 0 15px;
}

.SPS-addresseePickupStore {
  border: 1px dashed #cccccc;
  padding: 15px;
  overflow: hidden;
}

.SPS-addresseePickupStore div.SPS-addresseePickupStoreList {
  background: none;
  margin-top: 0;
  width: 100%;
  line-height: 22px;
}

.SPS-addresseePickupStore div.SPS-addresseePickupStoreButtonArea {
  background: none;
  margin-top: 0;
}

.SPS-addresseePickupStoreName {
  font-size: 0.85rem;
  font-weight: bold;
  margin: 0 0 5px;
  word-break: break-all;
}

.SPS-addresseePickupStoreAddr {
  font-size: 0.8rem;
  word-break: break-all;
}

.SPS-pickupStoreMapUrl {
  display: block;
  color: #0093c9;
  border-radius: 4px;
  text-decoration: none !important;
}

.sps_pickup_store_quantity_pagerlist {
  padding: 13px 15px;
  overflow: hidden;
}

.sps_pickup_store_quantity_pagerlist div.sps_pickup_store_quantity {
  background: none;
  margin-top: 0;
  float: left;
  width: 40%;
}

.sps_pickup_store_quantity_pagerlist div.sps_pickup_store_pagerlist {
  background: none;
  margin-top: 10px;
}

.SPS-addresseePickupStoreForm {
    border: unset;
    background-color: #f0f0f0;
    margin: 10px;
    padding: 10px;
}

.SPS-addresseePickupStoreFormTitle {
    margin: 0px 0px 10px;
}

.SPS-addresseePickupStoreFormSelect {
    background-color: #f0f0f0;
    margin: 10px 0px 10px;
}

.SPS-addresseePickupStoreFormSelectTag {
    width: 100%
}

.SPS-addresseePickupStoreFormSubmit {
    background-color: #f0f0f0;
    margin: 20px;
}

.SPS-addresseePickupStoreFormNoResult {
    background-color: #f0f0f0;
    margin: 10px;
    padding: 30px 0px 10px;
    height: 50px;
}

.sps-icon-pickup-store {
    background-color: orange;
    color: white; 
    padding: 2px 5px;
    max-width: 100%;
    margin-right: 3px;
    width: 72px !important;
    height: auto !important;
    font-size: 10px;
}

.product_name .sps-icon-pickup-store {
    font-size: 12px;
    padding: 2px 5px;
    display: inline;
}

.sps_icon_e_gift_related_item {
    width: 60px;
    vertical-align: middle;
    margin-right: 3px;
    padding: 2px 5px;
}

.sps_e_gift_info_list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sps_e_gift_info {
    padding: 5px 5px 5px 0;
    vertical-align: middle;
}

.sps_e_gift_info>span {
    display: block;
    width: 96px;
    text-wrap: wrap;
    margin-top: 5px;
}

.sps_image_e_gift_container {
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #f0f0f0;
    cursor: pointer;
    position: relative;
    margin: 0 2px;
}

.sps_e_gift_msgcard_checkbox {
    display:none;
    top: 5px;
    right: 5px;
    position: absolute;
}

.sps_image_e_gift_container_border{
    outline: 2px solid #2DE8FD;
    outline-offset: -2px;
}

.sps_image_e_gift {
    max-width: 100%;
    max-height: 100%;
}

.sps_view_image_e_gift {
    width: 100%;
    max-height: 500px;
    vertical-align: middle;
    max-width: 400px;
}

textarea[name="eGiftMsgCardMessage"] {
    box-sizing: border-box;
}

.e_gift_message_area{
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
}

.e_gift_message_area > p{
    text-align: left;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.5;
}

.e_gift_message_area > h4{
    color: #333;
}

div.eGiftRelatedIcon {
  color:#2c3ec2 !important;
  font-size:10px;
  font-weight:bolder;
  line-height: 17px;
  border: 2px solid orange;
  text-align: left;
  padding: 4px;
  width: 120px;
  border-radius: 8px;
  margin: 6px 0;
}

div.eGiftRelatedIcon img.sps_icon_e_gift_related_item {
  width:50px;
  margin: 0;
  padding: 0;
}

div.eGiftRelatedIcon p{
  color:#2c3ec2 !important;
  font-size:10px !important;
  margin: 0;
  padding: 0;
}

.buttonCopyURL {
    width: 250px;
    height: 25px;
    margin: 5px auto;
    background: url("../img/btn_bg_noarrow_11.png") no-repeat;
    border: none;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    text-decoration: none;
    font-size: 12px;
}