﻿@charset "UTF-8";

/* ----トップページ本文---- */

.block-top-body--items img {
    width: 100%;
}

.block-top-body {
    margin: 10px 0;
}


/* ----トップページ予備テンプレート2---- */

.block-free-2--items img {
    width: 100%;
}

.block-free-2--sub-items {
    overflow: hidden;
}

.block-free-2--sub-items li {
    float: left;
    width: 33.33%;
    height: 33.33%;
}


/* ----ヘッダー---- */

.block-header-logo {
    width: auto;
    display: inline-block;
}

.block-header-logo--img {
    width: 120px;
    height: 30px;
}

.block-headernav {
    width: 55%;
    display: inline-block;
    text-align: right;
}

.block-headernav--item-list li {
    width: 52px;
    position: relative;
    display: inline-block;
    font-size: 10px;
    text-align: center;
}

.block-headernav--item-list li i.fa {
    position: relative;
    display: block;
    font-size: 20px;
    margin: 5px 0;
    z-index: 1;
}

.block-headernav--item-list li a {
    display: block;
}

.block-headernav--item-list li a:hover {
    text-decoration: none;
}

.block-headernav--cart-count {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    background-color: #e61d50;
    color: #fff;
    border-radius: 10px;
    top: 5px;
    right: 0;
    z-index: 2;
}

.block-header-cart .fa {
    font-size: 25px;
    transform: scale(-1, 1);
}


/* ----グローバルナビ---- */

.block-globalnav--item-list {
    display: table;
    width: 100%;
}

.block-globalnav--item-list>li {
    display: table-cell;
    width: 20%;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-left: 1px solid #666;
    padding: 10px 0;
}

.block-globalnav--item-list>li>a {
    display: block;
    color: #fff;
}

.block-globalnav--item-list li i.fa {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    z-index: 1;
}


/* ----フッター---- */

.block-footernav {
    padding: 10px 0;
    text-align: center;
    background: #eee;
    font-size: 0;
}

.block-footernav li {
    padding: 0 5px;
    display: inline-block;
    font-size: 11px;
    border-left: 1px solid #444;
}

.block-footernav li:first-child {
    border-left: none;
}

.block-footernav li a {
    color: #444;
}

.block-footer-menu {
    background: #eee;
    border-top: 1px solid #dcdcdc;
}

.block-footer-menu li {
    border-bottom: 1px solid #dcdcdc;
}

.block-footer-menu li a {
    display: table;
    width: 100%;
    position: relative;
    text-decoration: none;
}

.block-footer-menu li span {
    display: table-cell;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
}

.block-footer-menu li i {
    display: table-cell;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    color: #999;
}

.block-footer-menu li a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    height: 100%;
    top: 50%;
    font-size: 20px;
    line-height: 20px;
    margin-top: -10px;
    right: 10px;
}


/* ----ページトップに戻る---- */

.block-page-top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #444;
}

.block-page-top a:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -8px;
}

.block-page-top {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: 26px;
    display: none;
}

.page-method .block-page-top {
    position: fixed;
    top: auto;
    bottom: 74px;
    right: 26px;
    display: none;
}


/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
    border-top: 1px solid #eee;
    display: block;
    padding: 10px 10px 0 0;
}

.block-switcher li {
    display: inline-block;
    padding: 0 0 10px 10px;
    width: 50%;
}

.block-switcher--switch {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #444;
    color: #fff;
    text-decoration: none;
}

.block-switcher--current {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ccc;
    color: #fff;
}

.block-switcher .fa {
    margin-right: 10px;
    vertical-align: middle;
}

.block-switcher .fa-mobile-phone {
    font-size: 24px;
}

.block-switcher .fa-desktop {
    font-size: 18px;
}


/* ----Copyright---- */

.block-copyright {
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    background: #eee;
    color: #444;
}

/* ----TOP画面---- */
.block-genre-page--footer-freespace1 .information_flex{
	display: flex;
	justify-content: center;
}
.block-genre-page--footer-freespace1 .information_content{
	color:#ccc;
}
.block-genre-page--footer-freespace1 .block-genre--news-list .item::before{
	content: "-";
	margin: 0px 10px 0px 10px;
	color:#ccc;
}

.block-genre-page .enf-morebtn {
    background: #ffffff;
    padding: 0 7.73%;
}

.block-genre-page .enf-morebtn a {
    display: block;
    padding: 20px 0;
    color: #888;
    text-align: center;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

/* ----ブランド画面---- */

.block-brand-list--item-img img {
    width: 100%;
    height: auto;
}

.block-brand-list--item-name {
    padding: 10px;
    text-decoration: underline;
}

.block-brand-list--item-comment {
    padding: 0 10px 10px 10px;
}

.block-brand-detail--image img {
    width: 100%;
    height: auto;
}

.block-brand-detail--description {
    margin: 0 10px 10px 10px;
}


/* ----商品詳細画面---- */


/* ----ゲストお気に入り画面---- */

.block-guest-favorite-synchronize-title {
    font-weight: bold;
    font-size: 16px;
}

.block-guest-favorite-synchronize-description {
    font-size: 14px;
}

.block-guest-favorite-synchronize-link {
    text-align: center;
}


/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
    margin: 5px 0 0 5px;
}


/* ----enfoldヘッダー---- */

.enf-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    overflow-y: auto;
    transition: border-bottom 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.enf-header .enf-header-head {
    position: relative;
    background: #fff;
}

.enf-header .enf-header-logo {
    width: 135px;
    margin: 0 auto;
    padding: 22px 0 28px;
    text-align: center;
    transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.enf-header .enf-header-logo img {
    width: 100%;
}

.enf-header .enf-header-menu {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 7.73%;
    margin-top: -17px;
    display: block;
    -webkit-tap-highlight-color: transparent;
}

.enf-header .enf-header-menu li {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -9px;
}

.enf-header .enf-header-menu li i {
    font-size: 23px;
}

.enf-header .enf-header-menu li.enf-close {
    display: none;
}

.enf-header .enf-header-menu:after {
    display: block;
    content: '';
    width: 17px;
    height: 34px;
}

.enf-header.enf-header-fixed {
    border-bottom: solid 1px #ddd;
}

.enf-header.enf-header-fixed .enf-header-logo {
    padding: 12px 0 14px;
}

.enf-header.enf-header-open {
    height: 100%;
}

.enf-header.enf-header-open .enf-header-logo {
    padding: 22px 0 28px;
}

.enf-header .enf-header-inner {
    display: none;
}

.page-menu .enf-header .enf-header-inner,
.page-cart .enf-header .enf-header-inner {
    height: 100%;
    background: #fff;
}

.enf-header .enf-header-inner .enf-header-nav {
    background: #fff;
    border-bottom: solid 1px #ddd;
    padding: 0 7.73% 0;
    box-sizing: border-box;
    width: 100%;
}

.enf-header .enf-header-inner .enf-header-nav li {
    border-top: solid 1px #ddd;
}

.enf-header .enf-header-inner .enf-header-nav li a {
    display: block;
    text-align: center;
    padding: 29px 0;
}

.enf-header .enf-header-inner .enf-header-social {
    background: #fff;
    padding: 40px 0;
    letter-spacing: -.4em;
    text-align: center;
}

.enf-header .enf-header-inner .enf-header-social li {
    letter-spacing: normal;
    display: inline-block;
}

.enf-header .enf-header-inner .enf-header-social li+li {
    padding-left: 10.67%;
}

.enf-header .enf-header-inner .enf-header-social li a i {
    font-size: 20px;
}

.enf-storenav {
    padding: 0 7.73%;
}

.enf-storenav .enf-storenav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.page-cart .enf-storenav .enf-storenav-head {
    border-bottom: 1px solid #eee;
}

.enf-storenav .enf-storenav-head .enf-header-logo {
    width: 30%;
    flex-shrink: 0;
}

.enf-storenav .enf-storenav-head h1.enf-header-logo {
    padding: 0;
    font-size: 100%;
    margin-left: 10px;
    text-align: right;
}

.enf-storenav .enf-storenav-head h1.enf-header-logo img {
    height: 15px;
}

.enf-storenav .enf-storenav-head .enf-utility {
    letter-spacing: -.4em;
}

.enf-storenav .enf-storenav-head .enf-utility li {
    letter-spacing: normal;
    display: inline-block;
}

.enf-storenav .enf-storenav-head .enf-utility li+li {
    margin-left: 27px;
}

.enf-storenav .enf-storenav-head .enf-utility li i {
    font-size: 23px;
}

.enf-storenav .enf-storenav-head .enf-utility li i.icon-account {
    font-size: 25px;
}

.enf-storenav .enf-storenav-head .enf-utility li a {
    display: block;
    position: relative;
}

.enf-storenav .enf-storenav-head .enf-utility li .enf-cartcount {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 14px;
    height: 14px;
    background: #fa0835;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 14px;
}

.enf-searchmodal-wrapper {
    display: none;
    background: white;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
}

.enf-searchmodal-wrapper .enf-searchmodal-content {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form {
    display: table-cell;
    vertical-align: middle;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form .enf-searchmodal-formcontents {
    position: relative;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form .enf-headtext {
    font-size: 25px;
    color: #ddd;
    transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    top: 5px;
    left: 0;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form .enf-headtext-short {
    font-size: 11px;
    color: #ddd;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form input {
    font-size: 25px;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    position: relative;
    z-index: 100;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form input.enf-jp {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form.input-on .enf-headtext {
    opacity: 0;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form.input-on .enf-headtext-short {
    opacity: 1;
    top: -24px;
}


/*enfokldフッター*/

.enf-footer {
    padding: 20px 7.73% 29px;
    border-top: 5px solid #eee;
}

.page-cart .enf-footer {
    border: none;
}

.enf-footer .enf-footer-logo {
    width: 31.23%;
}

.enf-footer .enf-footer-logo img {
    width: 100%;
    max-width: 99px;
}

.enf-footer .enf-footer-copyright {
    padding-top: 8px;
    color: #999;
    font-size: 0.9rem;
}

.enf-footer .enf-footer-nav {
    margin-top: 25px;
}

.enf-footer .enf-footer-nav:after {
    content: "";
    display: block;
    clear: both;
}

.enf-footer .enf-footer-nav ul {
    float: left;
    border-bottom: solid 1px #ddd;
    width: 45.43%;
}

.enf-footer .enf-footer-nav ul+ul {
    float: right;
}

.enf-footer .enf-footer-nav ul li {
    border-top: solid 1px #ddd;
}

.enf-footer .enf-footer-nav ul li a {
    display: block;
    color: #999;
    font-size: 1.1rem;
    padding: 15px 0;
}


/*enfold　マイページフッター*/

.page-questionnairecomplete .pane-footer,
.page-questionnaireform .pane-footer,
.page-contactthanks .pane-footer,
.page-contact .pane-footer,
.page-askpasschange .pane-footer,
.page-askpasscomplete .pane-footer,
.page-askpass .pane-footer,
.page-cardedit .pane-footer,
.page-backorder .pane-footer,
.page-mailchange .pane-footer,
.page-logout .pane-footer,
.page-withdrawal .pane-footer,
.page-bookmark .pane-footer,
.page-passchange .pane-footer,
.page-idchange .pane-footer,
.page-historydetail .pane-footer,
.page-history .pane-footer,
.page-custdest .pane-footer,
.page-customer .pane-footer,
.page-login .pane-footer,
.page-mag_entry .pane-footer,
.page-pointlist .pane-footer,
.page-entryonetimepasswordsend .pane-footer,
.page-entryonetimepasswordcertify .pane-footer,
.page-entry .pane-footer,
.page-couponlist .pane-footer,
.page-guestbookmark .pane-footer,
.page-contentspages .pane-footer,
.page-cart .pane-footer,
.page-method .pane-footer,
.page-estimate .pane-footer,
.page-order .pane-footer,
.page-alertgoods .pane-footer,
.page-goodsagree .pane-footer,
.page-menu .pane-footer {
    width: 100%;
    height: 243px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-questionnairecomplete .enf-footer-copyright,
.page-questionnaireform .enf-footer-copyright,
.page-contactthanks .enf-footer-copyright,
.page-contact .enf-footer-copyright,
.page-askpasschange .enf-footer-copyright,
.page-askpasscomplete .enf-footer-copyright,
.page-askpass .enf-footer-copyright,
.page-cardedit .enf-footer-copyright,
.page-backorder .enf-footer-copyright,
.page-mailchange .enf-footer-copyright,
.page-logout .enf-footer-copyright,
.page-withdrawal .enf-footer-copyright,
.page-bookmark .enf-footer-copyright,
.page-passchange .enf-footer-copyright,
.page-idchange .enf-footer-copyright,
.page-historydetail .enf-footer-copyright,
.page-history .enf-footer-copyright,
.page-custdest .enf-footer-copyright,
.page-customer .enf-footer-copyright,
.page-login .enf-footer-copyright,
.page-mag_entry .enf-footer-copyright,
.page-pointlist .enf-footer-copyright,
.page-entryonetimepasswordsend .enf-footer-copyright,
.page-entryonetimepasswordcertify .enf-footer-copyright,
.page-entry .enf-footer-copyright,
.page-couponlist .enf-footer-copyright,
.page-guestbookmark .enf-footer-copyright,
.page-contentspages .enf-footer-copyright,
.page-cart .enf-footer-copyright,
.page-method .enf-footer-copyright,
.page-estimate .enf-footer-copyright,
.page-order .enf-footer-copyright,
.page-alertgoods .enf-footer-copyright,
.page-goodsagree .enf-footer-copyright,
.page-menu .enf-footer-copyright {
    margin-top: 33px;
    font-size: 0.9rem;
    font-family: helvetica, arial, sans-serif;
}

/*.page-questionnairecomplete .pane-footer,
.page-questionnaireform .pane-footer,
.page-contactthanks .pane-footer,
.page-contact .pane-footer,
.page-askpasschange .pane-footer,
.page-askpasscomplete .pane-footer,
.page-askpass .pane-footer,
.page-cardedit .pane-footer,
.page-mailchange .pane-footer,
.page-logout .pane-footer,
.page-withdrawal .pane-footer,
.page-passchange .pane-footer,
.page-idchange .pane-footer,
.page-historydetail .pane-footer,
.page-custdest .pane-footer,
.page-login .pane-footer,
.page-mag_entry .pane-footer,
.page-pointlist .pane-footer,
.page-entryonetimepasswordsend .pane-footer,
.page-entryonetimepasswordcertify .pane-footer,
.page-entry .pane-footer,
.page-couponlist .pane-footer,
.page-guestbookmark .pane-footer,
.page-contentspages .pane-footer,
.page-cart .pane-footer,
.page-method .pane-footer,
.page-estimate .pane-footer,
.page-order .pane-footer,
.page-alertgoods .pane-footer,
.page-goodsagree .pane-footer,
.page-customer .pane-footer {
    border-top: solid 1px #ddd;
}*/


/*enfold商品一覧*/

.app-show,
.app-hide {
    transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.app-show {
    opacity: 1;
    transform: translate(0, 0);
}

.app-hide {
    opacity: 0;
    transform: translate(0, 10px);
}


/* ----メールニュース---- */

.block-mail-news--header {
    padding: 0;
    margin: 0 0 21px;
    font-size: 18px;
    font-weight: normal;
    background: none;
}

.block-mail-news--register-header {
    margin: 10px 0 15px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    background: none;
    text-align: center;
}

.block-mail-news--header {
    margin: 0 0 21px;
}

.block-mail-news h2 {
    margin: 10px 0 15px;
}

.block-mail-news---release-form {
    display: none;
}

.block-mail-news--register-confirmation-items.fieldset-vertical,
.block-mail-news--register-confirmation-items .form-group,
.block-mail-news--register-items.fieldset-vertical,
.block-mail-news--register-items .form-group {
    border: none;
}

.block-mail-news .fieldset-vertical .form-label {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    background: none;
    width: 165px;
}

.block-mail-news .fieldset-vertical .form-label::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 4px;
    height: calc(100% - 4px);
    content: "";
}

.block-mail-news .block-mail-news--mag .form-control label {
    display: inline-block;
    vertical-align: top;
    width: calc(49% - 23px);
    margin: 2px 0;
    word-break: break-all;
}

.block-mail-news .block-mail-news--mag .form-control label::before {
    top: 1px;
}

.block-mail-news .block-mail-news--mag .form-control input[type="checkbox"]:checked+label::after {
    top: 2px;
}

.block-mail-news .block-mail-news--confirmation-mag .form-control span {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 3px 0;
    padding: 0 5px;
}

.block-mail-news--register-items .form-group {
    border-top: solid 1px #eee;
    display: flex;
}

.block-mail-news--register-items.fieldset-vertical {
    border-bottom: solid 1px #eee;
}

.block-mail-news--register-items .form-label {
    width: unset;
}

.block-mail-news--register-items .form-label label.control-label {
    white-space: nowrap;
}

.block-mail-news--register-form {
    padding: 20px 30px 20px 30px;
}

.block-mail-news--forward-to-register {
    background: #ccc;
}

.block-mail-news--register-items .form-control{
    padding:25px 0;
    width: 50%;
    word-break: break-all;
    margin-left: 10px;
}

/* ----メールニュース完了---- */

.page-mag_entry_complete .block-mailnews-complete--message {
    margin-top: 5px;
    padding: 40px 10px 40px 30px;
    margin-bottom: 5px;
    position: relative;
    border: unset;
    color: #31708f;
    background-color: unset;
    text-align: center;
    font-weight: bold;
}

.page-mag_entry_complete .block-member-registration-completed .block-mailnews-complete--message:before{
    content:unset;
}

.page-mag_entry_complete .block-member-registration-completed .action-buttons {
    padding: 0px 30px;
}


.page-mag_entry_complete .block-member-registration-completed {
    margin: unset;
    padding: unset;
}

.page-menu .block-mypage--update-address-book-description i {
    display: none !important;
}
.page-menu .block-mypage--nav #dest_change a:after {
	transform: rotate(90deg) !important;
	transition: 0.3s;
}
.page-menu .block-mypage--nav #dest_change.expand-tree-open a:after {
	transform: rotate(-90deg) !important;
}

/* ----お気に入り画面---- */
.block-favorite--form .block-favorite--items {
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between;
}
.block-favorite--form .block-favorite--items li {
	width: 49.5%; 
	padding: 0 0 50px 0; 
	margin: 0 0 7% 0;  
	border: none; 
	position: relative;
}
.block-favorite--favorite-goods { 
	width: 100%; 
	display: flex;
	flex-direction: column;
}
.block-favorite--checkbox {
	width: 20px; 
	padding: 5px; 
	display: block; 
	vertical-align: top; 
	position: absolute; 
	top: 0; 
	left: 0;
}
.block-favorite--image { 
	width: 100%; 
	padding: 0; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.block-favorite--image img {
	width: 100%;
}
.block-favorite--description {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100%;
    vertical-align: top;
    text-align: left;
    padding-left: 12%;
    word-wrap: break-word;
}
.block-favorite--delete-item {
	width: 100%; 
	padding: 0 10px; 
	margin: 0; 
	text-align: center; 
	position: absolute; 
	left: 0; 
	bottom: 10px;
}
.block-favorite--delete-item .btn {
	width: 100%; 
	text-align: center; 
	display: block;
}
.block-favorite--name {
	font-weight: normal;
}
.block-favorite--edit-comment {
	text-align: center;
}

.block-favorite--edit-comment a {
	text-decoration: underline;
}
.block-favorite--image figure {
	width: 100%; 
	height: 100%; 
	background: none;
}
.block-favorite--comment-textarea-container {
	width: 100%;
}
.block-favorite--comment-textarea {
	width: 100%;
}
.block-favorite--pager-bottom .pager {
	background: none;
	border-top: 1px solid #e8e8e8;
}

.modal-dialog {
  z-index: 100001;
}
.modal-overlay {
  z-index: 100000;
}

.block-goods-bookmark--modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0,0,0,0.2);
  z-index: 99998;
}

.block-goods-bookmark--modal {
  position: fixed;
  top: 5%;
  left: 2%;
  width: 96%;
  max-height: 90%;
  padding: 0 0 40px;
  background: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
}

.block-goods-bookmark--modal > .block-goods-bookmark--modal-close {
  position: absolute;
  top: 17px;
  right: 17px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: none;
}

.block-goods-bookmark--modal > .block-goods-bookmark--modal-close::before {
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 2px;
  transform: rotate(45deg);
  background: #000;
  content: "";
}

.block-goods-bookmark--modal > .block-goods-bookmark--modal-close::after {
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 2px;
  transform: rotate(-45deg);
  background: #000;
  content: "";
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-title {
  padding: 16px 0;
  margin: 0 0 12px;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  background: #FFF;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner {
  padding: 0px 15px 15px;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner .block-goods-bookmark--modal-inner-header {
  display: flex;
  border-bottom: unset;
  background: #F7F7F7 0% 0% no-repeat padding-box;
  height: 70px;
  align-items: center;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner .block-goods-bookmark--modal-inner-header figure {
  margin: 0 10px 0 12px;
  height: 60px;
  position: relative;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner .block-goods-bookmark--modal-inner-header figure img {
  height: 50px;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner .block-goods-bookmark--modal-inner-header span {
  line-height: 60px;
  vertical-align: middle;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  text-decoration: none;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner .block-goods-bookmark--modal-inner-body {
  display: flex;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner .block-goods-bookmark--modal-inner-left {
  width: 33%;
  text-align: center;
}

.block-goods-favorite .block-goods-bookmark--modal .block-goods-bookmark--modal-inner .block-goods-bookmark--modal-inner-left {
  width: 0%;
  text-align: center;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner .block-goods-bookmark--modal-inner-left .block-goods-bookmark--modal-color {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner .block-goods-bookmark--modal-inner-right {
  width: 78%;
  padding-left: 20px;
}

.block-goods-favorite .block-goods-bookmark--modal .block-goods-bookmark--modal-inner .block-goods-bookmark--modal-inner-right {
  width: 100%;
  padding-left: 20px;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li {
  display: flex;
  align-items: center;
  padding: 18px 0;
  font-size: 16px;
  line-height: 1.5;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--stock,
.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--size {
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  text-decoration: none;
}

.block-goods-favorite .block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--stock,
.block-goods-favorite .block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--size {
  width: initial;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--color {
  width: calc( 100% - 25px );
}
.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--stock-message {
  width: calc( 100% - 25px );
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--button {
  width: 25px;
}

.block-goods-favorite .block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--button {
  width: 25px;
  margin: 0 0 0 auto;
}

.block-goods-favorite .block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--size::after {
  margin: 0 0.5em;
  content: "/";
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--button a {
  display: block;
  width: 25px;
  height: 22px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url(/img/usr/rimark/common/favorite_icon.png) center center / 100% auto no-repeat;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-variation-favorite--count {
  margin-left: 5px;
  width: 50px;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--button a.block-variation-favorite-registed--btn {
  background-image: url(/img/usr/rimark/common/favorite_icon_on.png);
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--button a.block-goods-favorite-registed--btn {
  background-image: url(/img/usr/common/images/mod/mod-add-fav-btn-03-icn-sp-on.png);
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--button a.js-animation-bookmark-in-progress {
  background-image: url(/img/usr/common/images/common/goods_bookmark_progress_sp.gif);
  background-size: auto 100%;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-close-btn {
  margin: 0 20px;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-close-btn .block-goods-bookmark--modal-close {
  display: block;
  width: 100%;
  padding: 8px 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  background: #FFF;
}

ul.block-favorite--items > li.is-arrival-notice .block-favorite--image figure::before {
  position: absolute;
  top: 37.5%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  font-size: 11px;
  letter-spacing: -0.06em;
  color: #fff;
  background-color: rgba(63, 66, 69, 0.18);
  content: "入荷リクエスト受付中";
}

ul.block-favorite--items > li.is-request-restock .block-favorite--image figure::before {
  position: absolute;
  top: 37.5%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  font-size: 11px;
  letter-spacing: -0.06em;
  color: #fff;
  background-color: rgba(63, 66, 69, 0.18);
  content: "再入荷お知らせ受付中";
}

.block-goods-favorite {
  margin: 0 0 18px;
  border-radius: 4px;
}

/* ----お気に入り 機能非表示---- */
.block-favorite--description .variation-name {
	display: none;
}
.block-favorite--description .variation-name {
	display: none;
}
.block-favorite--price-items .block-favorite--price-title {
	display: none;
}
.block-favorite--price-items .block-favorite--net-price {
	display: none;
}
.block-favorite--comment {
	display: none;
}
.block-favorite--favorite-goods .block-favorite--checkbox {
	display: none;
}
.block-favorite--add-to-cart .block-favorite--add-to-cart {
	display: none;
}
.block-favorite--update-dt {
	display: none;
}

.block-goods-detail-remarks-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-bottom: thin solid #d5d5d5;
}

.block-goods-favorite .block-goods-bookmark--modal {
  display: none;
}

.block-goods-favorite .block-goods-bookmark--modal.open {
  display: block;
}

/* ----購入履歴----*/
.table.block-purchase-history-detail--invoice {
    word-break: break-all;
}
.page-historydetail tr th {
    background: #f8f8f8;
}

.page-historydetail tr th {
    background: #f8f8f8;
}

.page-historydetail td, .page-historydetail th {
    border-collapse: collapse;
    border: 1px solid #c8c8c8;
    padding: 2px !important;
}

.page-historydetail tr td {
    background: #fff;
}

/* ----店舗在庫----*/
.block-store-stock {
  /*order: 110;*/
  margin: 0;
}

.block-store-stock .block-store-stock--modal-btn {
  position: relative;
}

.block-store-stock .block-store-stock--modal {
  display: none;
  position: fixed;
  top: 5%;
  left: 2%;
  width: 96%;
  max-height: 90%;
  padding: 0 0 40px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #FFF;
  z-index: 99999;
}

.block-store-stock .block-store-stock--modal.open {
  display: block;
}

.block-store-stock .block-store-stock--modal .block-store-stock--modal-title {
  padding: 16px 0;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  background: #FFF;
}

.block-store-stock .block-store-stock--modal .block-store-stock--modal-close {
  position: absolute;
  top: 17px;
  right: 17px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: none;
}

.block-store-stock .block-store-stock--modal .block-store-stock--modal-close::before {
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 2px;
  transform: rotate(45deg);
  background: #000;
  content: "";
}

.block-store-stock .block-store-stock--modal .block-store-stock--modal-close::after {
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 2px;
  transform: rotate(-45deg);
  background: #000;
  content: "";
}

.block-store-stock .block-store-stock--modal ul.block-store-stock--modal-remark {
  margin: 20px 20px 0;
}

.block-store-stock .block-store-stock--modal ul.block-store-stock--modal-remark > li {
  margin: 0 0 20px;
  font-size: 12px;
}

.block-store-stock .block-store-stock--modal .block-store-stock--modal-item-list .block-store-stock--modal-item .block-store-stock--modal-item-term {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #CCC;
}

.block-store-stock .block-store-stock--modal .block-store-stock--modal-item-list .block-store-stock--modal-item .block-store-stock--modal-item-img {
  width: 50px;
  margin-right: 10px;
}

.block-store-stock .block-store-stock--modal .block-store-stock--modal-item-list .block-store-stock--modal-item .block-store-stock--modal-item-text {
}

.block-store-stock .block-store-stock--modal .block-store-stock--modal-item-list .block-store-stock--modal-item .block-store-stock--modal-item-button {
  margin-left: auto;
  width: 155px;
}

.block-store-stock .block-store-stock--modal .block-store-stock--modal-item-list .block-store-stock--modal-item .block-store-stock--modal-item-button a {
  display: block;
  font-size: 15px;
  line-height: 23px;
  width: 155px;
  height: auto;
  padding: 11px 2px;
  border: 1px solid #000000;
  border-radius: 4px;
  text-align: center;
  background: #FFFFFF;
  color: #000000;
}

.block-store-stock .block-store-stock--modal .block-store-stock--modal--modal-close-btn {
  margin: 15px 20px 0;
}

.block-store-stock .block-store-stock--modal .block-store-stock--modal--modal-close-btn .block-store-stock--modal--modal-close {
  display: block;
  width: 100%;
  padding: 8px 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  background: #FFF;
}

.block-store-stock--modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0,0,0,0.2);
  z-index: 99998;
}

