﻿@charset "UTF-8";

/* ----会員規約画面---- */

.block-member-terms--header {
    margin-top: 0;
}

.block-member-terms--body {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}


/* ----マイページ画面---- */

.block-mypage--customer-status {
    background: #444;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 20px;
}

.block-mypage--sign {
    flex-grow: 1;
    text-align: center;
    padding: 8px 0;
    border-right: #fff 1px solid;
}

.block-mypage--mypoint {
    flex-grow: 2;
    font-size: 14px;
    padding: 20px 0;
    border-bottom: #000000 2px solid;
}

.block-mypage--mypoint-point {
    font-weight: bold;
}

.block-mypage--rank-status {
    display: flex;
    align-items: center;
    flex-grow: 2;
    justify-content: flex-end;
}

.block-mypage--rank-condition dl {
    display: flex;
    align-items: center;
}

.block-mypage--customer-name {
    font-size: 24px;
}

.block-mypage--logout {
    font-size: 14px;
}

.block-mypage--mypoint-duedate {
    font-size: 14px;
}

.block-mypage--logout a {
    color: #fff;
    text-decoration: underline;
}

.block-mypage--mypoint-duedate {
    display: block;
}

.block-mypage--rank-info {
    border: #fff 1px solid;
    text-align: center;
    padding: 12px 18px 13px;
}

.block-mypage--rank-title {
    font-size: 12px;
}

.block-mypage--rank-name {
    font-size: 14px;
}

.block-mypage--rank-condition {
    padding: 0 10px 0 17px;
}

.block-mypage--rank-condition-1 {
    margin-bottom: 2px;
}

.block-mypage--rank-condition-1-title,
.block-mypage--rank-condition-2-title {
    background: #fff;
    color: #444;
    text-align: center;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 5px;
}

.block-mypage--rank-condition-1-title i,
.block-mypage--rank-condition-2-title i {
    padding-right: 3px;
}

.block-mypage--customer-barcode {
    text-align: center;
    padding: 10px;
}

.block-mypage--customer-barcode #customer_barcode_>div {
    margin: 0 auto;
}

.block-mypage--recommend {
    padding: 10px;
    text-align: right;
}

.block-mypage--recommend a {
    text-decoration: underline;
}

.block-mypage--withdrawal-link {
    text-align: right;
}

.block-mypage--withdrawal {
    color: #4da7ba;
    text-decoration: underline;
}

.block-mypage--member-info-items {
    display: flex;
    align-items: center;
    height: 76px;
    border-bottom: solid 1px #CCCCCC;
    justify-content: space-around;
    white-space: nowrap;
}

.block-mypage--member-info-items li {
    margin-left: 45px;
    font-size: 13px;
}

.block-mypage--member-info-items li:first-child {
    margin-left: 0;
}

.block-mypage--member-info-items li a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    padding-left: 7px;
    padding-bottom: 0;
}

.block-mypage--member-info-items li a:before {
    line-height: 1;
    content: "";
    font-size: 16px;
    font-family: 'myfont', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
}

.block-mypage--update-address-book {
    display: block;
    width: 260px;
    height: auto;
    background: #ddd;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
}

.page-menu .pane-block--title.block-recent-item--header {
    font-size: 14px;
    /*font-weight: bold;*/
    margin: 0;
}

.pane-block--title.block-recent-item--header {
    border-top: unset !important;
}

.page-menu .pane-block--title.block-recent-item--header.recommend--title {
    border-top: none;
}

.page-menu .block-thumbnail-t--goods,
.page-menu .block-thumbnail-h--goods {
    width: calc(25% - 20px);
    margin-right: 26px;
}

.page-menu .block-thumbnail-t--goods:nth-of-type(4n),
.page-menu .block-thumbnail-h--goods:nth-of-type(4n) {
    margin-right: 0;
}

@media screen and (max-width: 1280px) {
    .page-menu .block-thumbnail-t--goods,
    .page-menu .block-thumbnail-h--goods {
        margin-right: 13px;
    }
}

/**マイページ氏名の位置調整**/
.block-favorite--customer-name {
    display: inline-flex;
    transform: translateY(8px);
}
/**マイページパンくず位置調整**/

.page-history .pane-topic-path,
.page-bookmark .pane-topic-path,
.page-backorder .pane-topic-path,
.page-custdest .pane-topic-path,
.page-mag_entry .pane-topic-path,
.page-customer .pane-topic-path,
.page-couponlist .pane-topic-path,
.page-withdrawal .pane-topic-path,
.page-pointlist .pane-topic-path{
    margin: unset;
}

/**マイページ戻るボタン上罫線**/
.page-history .action-buttons ,
.page-bookmark .action-buttons ,
.page-backorder .action-buttons ,
.page-couponlist .action-buttons ,
.page-pointlist .action-buttons {
    border-top: 1px solid #eee;
    padding-top: 50px;
    margin-top: unset;
}

.block-mypage--coupon-list-icon {
    background-color: red;
    border-radius: 50%;
    color: white;
    display: none;
    font-size: smaller;
    height: 28px;
    margin: 0px 5px;
    padding: 5px;
    position: absolute;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    width: 28px;
}

#mypage_itemhistory .pane-block--title.block-recent-item--header {
    padding: 90px 0 0;
}


/* スマレジ */

.block-mypage--smaregipoint {
    margin: 10px;
}


/* SNS連動設定モーダル */

.modal--snssync-menu {
    width: 660px;
    margin: auto;
    overflow: hidden;
    zoom: 1;
}

.modal--snssync-menu .snslogin {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    height: 50px;
    background-color: transparent;
    border: none;
}

.modal--snssync-menu .sns_logo {
    width: 40px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.modal--snssync-menu .snslogin-contents {
    float: left;
}

.modal--snssync-menu-contents-facebook .sns_logo {
    background: #1877f2 url(../../img/sys/snslogin/facebook.png) no-repeat;
    background-size: 40px 40px;
}

.modal--snssync-menu-contents-twitter .sns_logo {
    background: #55acee url(../../img/sys/snslogin/twitter.png) no-repeat;
    background-size: 40px 40px;
}

.modal--snssync-menu-contents-gplus .sns_logo {
    background: url(../../img/sys/snslogin/gplus.png) no-repeat;
    background-size: 45px 45px;
    background-position: center;
}

.modal--snssync-menu-contents-yahoo .sns_logo {
    background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
    border: 1px solid #e61017;
}

.modal--snssync-menu-contents-line .sns_logo {
    background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
    background-size: 40px 40px;
}

.modal--snssync-menu button:focus {
    outline: none;
}

.modal--snssync-menu:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.modal--snssync-menu .sns_word {
    width: 195px;
    height: 38px;
    line-height: 38px;
    float: left;
    text-align: left;
    padding: 0 10px;
    margin-left: 1px;
    border-left: solid 1px #ccc;
}

.modal--snssync-menu .snslogin_btn_width {
    width: 280px;
}

.modal--snssync-menu-contents-line .sns_word {
    border: solid 1px #00b900;
}

.modal--snssync-menu-contents-facebook .sns_word {
    border: solid 1px #1877f2;
}

.modal--snssync-menu-contents-twitter .sns_word {
    border: solid 1px #55acee;
}

.modal--snssync-menu-contents-gplus .sns_word {
    border: solid 1px #4285f4;
}

.modal--snssync-menu-contents-yahoo .sns_word {
    border: solid 1px #e61017;
}

.modal--snssync-menu-contents-line .snssync-release .sns_word {
    background: #00b900;
    color: #fff;
}

.modal--snssync-menu-contents-facebook .snssync-release .sns_word {
    background: #3b579d;
    color: #fff;
}

.modal--snssync-menu-contents-twitter .snssync-release .sns_word {
    background: #55acee;
    color: #fff;
}

.modal--snssync-menu-contents-gplus .snssync-release .sns_word {
    background: #de4f3e;
    color: #fff;
}

.modal--snssync-menu-contents-yahoo .snssync-release .sns_word {
    background: #e61017;
    color: #fff;
}

.modal--snssync-menu {
    margin: 15px;
}


/* マイページ用 > line友達登録用 */

.snslogin-line-friends .snslogin-line-friend-message {
    margin-bottom: 10px;
}

.snslogin-line-friends form {
    float: left;
}

.snslogin-line-friends .snslogin_btn_width {
    color: #fff;
    width: 160px;
    margin: 0 16px;
}

.snslogin-line-friends .snslogin-line-friend-sns_word {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    margin-left: 1px;
}

.snslogin-line-friend-yes .snslogin-line-friend-sns_word {
    background: #232323;
}

.snslogin-line-friend-no .snslogin-line-friend-sns_word {
    background: #9a9a9a;
}


/* マイページ用 > LINEアカウント連携設定用 */

.linesync-message {
    margin-bottom: 10px;
}

.linesync-message .linesync-message-clientlist {
    display: block;
    margin-left: 10px;
}

.linesync-message .linesync-message-client {
    white-space: nowrap;
}


/* Lineログイン設定モーダル */

.modal--linesync-menu {
    width: 660px;
    margin: auto;
    overflow: hidden;
    zoom: 1;
}

.modal--linesync-menu .linelogin {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    height: 50px;
    background-color: transparent;
    border: none;
}

.modal--linesync-menu-contents .line_logo {
    background: #00c300 url(../../img/sys/linelogin/line.png) no-repeat;
    background-size: 40px 40px;
    border-radius: 7px 0 0 7px;
    width: 40px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.modal--linesync-menu button:focus {
    outline: none;
}

.modal--linesync-menu:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.modal--linesync-menu .line_word {
    background: #00c300;
    border-left: solid 1px #00b300;
    border-radius: 0 7px 7px 0;
    color: #fff;
    width: 196px;
    height: 38px;
    line-height: 38px;
    float: left;
    text-align: left;
    padding: 0 10px;
}

.modal--linesync-menu .linelogin_btn_width {
    width: 280px;
}

.modal--linesync-menu {
    padding: 15px;
}


/* ----会員登録画面---- */

.block-member-info h1 {
    margin: 40px 0 20px;
}

.block-member-info--message {
    margin-bottom: 10px;
}

.block-member-info--value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
}

.block-member-info--form .fieldset {
    margin-bottom: 60px;
}

.block-member-info input[name="name"],
.block-member-info input[name="name2"],
.block-member-info input[name="kana"],
.block-member-info input[name="kana2"] {
    max-width: 200px;
}

.block-member-info .block-member-info--form .block-member-info--items-member-info .block-member-info--value-label{
  display: none;
}

.block-member-info .block-member-info--form .block-member-info--items-member-info .block-member-info--zip .form-control input[name='zip']
{
  width: 168px;
}

.fieldset.block-member-info--items.block-member-info--items-option-info {
  margin-bottom: 0px;
}

.block-member-info--items-mailnews {
  margin-top: 0px;
  border-top: 0px;
}

.block-member-info--items-mailnews .block-member-info--mag {
  border-top: 0px;
}

/* ----お届け先追加---- */

.block-shipping-address-registration--header {
    margin: 40px 0 20px;
}

.block-shipping-address-confirmation--dept {
    border-bottom: 1px solid #eee;
}

.block-shipping-address--value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
}

.page-custdest .block-shipping-address--form .block-shipping-address--value-label{
    display: none;
}

.block-shipping-address input[name="name"],
.block-shipping-address input[name="name2"],
.block-shipping-address input[name="kana"],
.block-shipping-address input[name="kana2"] {
    max-width: 200px;
}

.block-shipping-address--regular-delete-msg {
    text-align: center;
    padding-top: 10px;
}

.block-shipping-address-registration--header,
.block-shipping-address-registration--message {
    text-align: center;
    margin: 40px 0 40px;
}

.block-shipping-address--nickname .form-label,
.block-shipping-address--name .form-label,
.block-shipping-address--kana .form-label,
.block-shipping-address--tel .form-label,
.block-shipping-address--zip .form-label,
.block-shipping-address--pref .form-label,
.block-shipping-address--addr .form-label,
.block-shipping-address--addr2 .form-label,
.block-shipping-address--addr3 .form-label {
    padding: 25px 10px 25px 50px;
    background: unset;
}

.block-shipping-address--nickname .constraint,
.block-shipping-address--name .constraint,
.block-shipping-address--kana .constraint,
.block-shipping-address--tel .constraint,
.block-shipping-address--zip .constraint,
.block-shipping-address--pref .constraint,
.block-shipping-address--addr .constraint,
.block-shipping-address--addr2 .constraint,
.block-shipping-address--addr3 .constraint{
    background: unset;
}

.block-shipping-address--nickname input.efo-required,
.block-shipping-address--name input.efo-required,
.block-shipping-address--kana input.efo-required,
.block-shipping-address--tel input.efo-required,
.block-shipping-address--zip input.efo-required,
.block-shipping-address--pref input.efo-required,
.block-shipping-address--addr input.efo-required,
.block-shipping-address--addr2 input.efo-required,
.block-shipping-address--addr3 input.efo-required,
.block-shipping-address--nickname input[type="text"] ,
.block-shipping-address--name input[type="text"] ,
.block-shipping-address--kana input[type="text"] ,
.block-shipping-address--tel input[type="text"] ,
.block-shipping-address--zip input[type="text"] ,
.block-shipping-address--addr input[type="text"] ,
.block-shipping-address--addr2 input[type="text"] ,
.block-shipping-address--addr3 input[type="text"] ,
.block-shipping-address--addr2 input#addr2{
    height: 55px;
}

.page-custdest select#pref {
    background-position: center;
    background-position-x: right;
    background-blend-mode: multiply;
    background-color: #f8f8f8;
}

.block-shipping-address--form .fieldset .form-control {
    border-left: none;
}

.block-shipping-address--form .fieldset .form-group{
    border-top:none;
}

.block-shipping-address--form input[type="text"],
.block-shipping-address--form input[type="tel"],
.block-shipping-address--form input[type="email"],
.block-shipping-address--form input[type="search"],
.block-shipping-address--form input[type="password"],
.block-shipping-address--form input[type="url"],
.block-shipping-address--form input[type="number"],
.block-shipping-address--form select, textarea {
    background-color:#f8f8f8;
    border-radius: 5px;
}


.btn-default.block-shipping-address--back {
    background-color: #ffff;
    border: solid 1px #eded;
}

.block-shipping-address--forward {
    background-color: #cccc;
}

.block-shipping-address--addr3 {
    padding-bottom: 60px;
}

.block-shipping-address--form .fieldset {
    padding: 0px 50px 0px 10%;
}

.block-shipping-address--pref select#pref {
    height: 50px;
}



.block-shipping-address--pref select#pref,
.block-shipping-address--zip input#zip  {
    width: 228px;
}


.block-shipping-address--nickname input.efo-valid,
.block-shipping-address--nickname input[type="text"],
.block-shipping-address--addr3 .form-control .js-efo input[type="text"],
.block-shipping-address--nickname .form-control .js-efo .efo-required,
.block-shipping-address--addr input#addr,
.block-shipping-address--addr2 input#addr2 {
    width: 525px;
}


.block-shipping-address--pref .form-control .js-efo #pref,
.block-shipping-address--zip .form-control .js-efo #zip,
.block-shipping-address--tel input[type="text"],
.block-shipping-address--tel .form-control .js-efo .efo-required {
    width: 262px;
}

.block-shipping-address--name .form-control .js-efo input,
.block-shipping-address--kana .form-control .js-efo input,
.block-shipping-address--kana .form-control .js-efo .efo-required,
.block-shipping-address--kana input.efo-valid{
    width: 216px;
}





/* ----会員登録確認画面---- */

.block-member-info-confirmation h1 {
    margin: 40px 0 20px;
}

.block-member-info-confirmation--form .fieldset {
    margin-bottom: 60px;
}

.block-member-info-confirmation--login-state-saving {
    margin-top: 10px;
    text-align: center;
}

.block-member-info-confirmation--login-state-saving-message {
    margin-top: 10px;
    text-align: center;
}

.fieldset.block-member-info-confirmation--items.block-member-info-confirmation--items-option-info {
  margin-bottom: 0px;
}

.block-member-info-confirmation--items-mailnews {
  margin-top: 0px;
}

.block-member-info-confirmation--items-mailnews .block-member-info-confirmation--mag {
  border-top: 0px;
}

/* ----会員登録完了画面---- */

.block-member-registration-completed h1 {
    margin: 40px 0 20px;
}

.block-member-info-confirmation .block-member-info-confirmation--form .btn-primary{
  background: #ccc;
}

.block-member-info-confirmation .block-member-info-confirmation--form .btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}

/* ----会員ID変更画面---- */

.block-member-id--update-header {
    margin: 40px 0 20px;
}

/* ----会員情報変更画面---- */
.page-customer .block-member-info-update--header{
    text-align: center;
    margin-bottom: 50px;
}

.page-customer .block-member-info--message{
    text-align: center;
    margin-bottom:30px;
}

.page-customer .block-member-info--form{
    padding: 0px 150px;
}

.page-customer .block-member-info--items.block-member-info--items-member-info{
    border-bottom: 1px solid #ccc;
}

.page-customer .block-member-info--update-mail {
    border: 1px solid #ccc;
    margin-left: 20px;
    padding: 5px;
    opacity: 0.6;
}

.page-customer .block-member-info--update-mail a{
    font-size:0px;
}

.page-customer .block-member-info--update-mail a:after{
    content: "変更はこちら";
    font-size:12px;
}

.page-customer .block-member-info--form .block-member-info--items input[name="name"],
.page-customer .block-member-info--form .block-member-info--items input[name="name2"],
.page-customer .block-member-info--form .block-member-info--items input[name="kana"],
.page-customer .block-member-info--form .block-member-info--items input[name="kana2"],
.page-customer .block-member-info--form .block-member-info--items input[name="tel"],
.page-customer .block-member-info--form .block-member-info--items input[name="zip"],
.page-customer .block-member-info--form .block-member-info--items select[name="pref"],
.page-customer .block-member-info--form .block-member-info--items select[name="sex"]{
    width: 160px;
}

.page-customer .block-member-info--form .block-member-info--items select[name="yy_birth"],
.page-customer .block-member-info--form .block-member-info--items select[name="mm_birth"],
.page-customer .block-member-info--form .block-member-info--items select[name="dd_birth"]{
    width: 86px;
}

.page-customer .block-member-info--form .block-member-info--items input[name="addr"],
.page-customer .block-member-info--form .block-member-info--items input[name="addr2"],
.page-customer .block-member-info--form .block-member-info--items input[name="addr3"],
.page-customer .block-member-info--form .block-member-info--items select[name="job1"]{
    width: 320px;
}

.page-customer .block-member-info--form .block-member-info--items input[type="text"],
.page-customer .block-member-info--form .block-member-info--items input[type="tel"],
.page-customer .block-member-info--form .block-member-info--items input[type="number"],
.page-customer .block-member-info--form .block-member-info--items select{
    height: 55px;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.page-customer .block-member-info--form .block-member-info--items select,
.page-entry .block-member-info--form .block-member-info--items select{
    background-position: center;
    background-position-x: right;
    background-blend-mode: multiply;
    background-color: #f8f8f8;
}

.page-customer .block-member-info--form .block-member-info--value-label{
    display: none;
}

.page-customer .block-member-info--form .legend{
    border-top: unset;
    font-weight: bold;
    padding:0px;
}

.page-customer .block-member-info--form .form-label,
.page-customer .block-member-info--form .constraint,
.page-customer .block-member-info--form .form-control,
.page-customer .form-group.block-member-info--name,
.page-customer .form-group.block-member-info--kana,
.page-customer .form-group.block-member-info--mail,
.page-customer .form-group.block-member-info--tel,
.page-customer .form-group.block-member-info--zip,
.page-customer .form-group.block-member-info--pref,
.page-customer .form-group.block-member-info--addr,
.page-customer .form-group.block-member-info--addr2,
.page-customer .form-group.block-member-info--addr3,
.page-customer .form-group.block-member-info--sex,
.page-customer .form-group.block-member-info--birth,
.page-customer .form-group.block-member-info--job1{
    border: unset;
    background: unset;
}
.page-customer .form-group.block-member-info--addr3{
    border-bottom: unset!important;
    margin-bottom: 30px;
}

.page-customer .block-member-info--message.block-member-info--message-password a{
    text-decoration: underline;
}

.page-customer .block-member-info--message.block-member-info--message-password{
    text-align: left;
}

.page-customer .action-buttons{
    border-top:1px solid #ccc
}

.page-customer .block-member-info--form .block-member-info--back,
.page-customer .block-member-info-confirmation--form .block-member-info-confirmation--back{
    margin-top:50px;
    color: #999;
    border: solid 1px #999;
    background-color: #fff;	
}

.page-customer .block-member-info-confirmation--form .block-member-info-confirmation--forward{
    margin-top:50px;
}

.page-customer .block-member-info--form .block-member-info--forward{
    color: white;
    border: none;
    background-color: #CCCCCC;
}


/* ----ログイン画面---- */

.block-login h2 {
    margin: 100px 0 40px;
    text-align: center;
}

.block-login h2 span {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.block-login h2:first-of-type {
    margin-top: 50px;
}

.block-login--member-message {
    margin: 0 0 10px;
}

.block-login--input-items {
    width: 100%;
    margin: 20px auto;
}

.block-login--input-items .block-login--uid {
    border-top: 1px solid #eee;
}

.block-login--input-items .form-group:last-child {
    border-bottom: 1px solid #eee;
}

.block-login--uid input,
.block-login--pwd input {
    width: 100%;
}

.block-login--member-frame .action-buttons {
    text-align: center;
}

.block-login--login-state-saving {
    margin-top: 10px;
    text-align: center;
}

.block-login--login-state-saving label {
    text-align: center;
}

.block-login--login-state-saving-message {
    margin-top: 10px;
    text-align: center;
}

.block-login--uid .form-label,
.block-login--pwd .form-label,
.block-login--login-state-saving .form-label {
    width: 180px;
    border-right: 1px solid #ddd;
}

.block-login--login {
    margin-top: 10px;
    padding: 12px 0;
    font-size: 16px;
    width: 160px;
}

.block-login--ask-password {
    margin-top: 10px;
    text-align: left;
}

.block-login--entry {
    margin-top: 10px;
    padding: 12px 0;
    font-size: 16px;
    width: 160px;
}

.block-login--first-time-body {
    overflow: hidden;
    background: #fff;
}

.block-login--first-time-body .action-buttons {
    text-align: center;
}

.block-login--first-time hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.block-login--member-body {
    width: 100%;
    background: #fff;
    margin: 0 0 40px;
}

.block-login--social-frame {
    width: 800px;
    margin: 0 auto;
}

.block-login--first-time {
    width: 800px;
    margin: 0 auto;
}

.block-login--amazon-login {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.block-login--guest {
    margin-top: 10px;
    padding: 12px 0;
    font-size: 16px;
    width: 240px;
}

.block-login--member-info-value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
}

.block-login--linelogin-text {
    text-align: center;
}

.block-login--first-time-message {
    text-align: center;
}

.block-login--body .btn-primary{
  background: #333333;
}
.block-login h1{
  text-align: center;
}
.block-login--body .block-login--member .block-login--member-message{
  text-align: center;
  margin: 30px 0px 0px 0px;
}
.block-login--body .block-login--member .block-login--member-message--password{
  color: #dc143c;
  margin: 40px 0px 0px 0px;
}
.block-login--body .block-login--input-items .form-group{
  border: none!important;
}
.block-login--body .form-control input[type="text"],
.block-login--body .form-control input[type="password"]
{
  border-radius: 5px;
  height: 45px;
  background-color: #f8f8f8!important;
}
.block-login--body .block-login--input-items .form-label{
  border-right: none;
  background: none;
}
.block-login--body .block-login--input-items .form-control{
  border-left: none;
}
.block-login--body .block-login--first-time h2 span{
  border-bottom: none;
}
.block-login--body .block-login--first-time .block-cart--amazonpay{
  border-top: none;
}
.block-login--body .block-login--first-time .block-cart--amazonpay .block-cart--amazonpay-description{
  text-align: center;
  margin: 0px 0px 30px 0px;
}
.block-login--body .block-login--first-time-body .block-login--first-time-message{
  margin: 0px 0px 30px 0px;
}
.block-login--body .block-login--first-time{
  border-top: solid 1px #ddd;
}
.block-login--body .block-login--login-state-saving .form-control{
  margin: 0px 0px 40px 0px;
}

.block-login .block-login--body .block-login--first-time .block-login--first-time-body .block-login--member-info-items .form-group .form-label{
  background: unset;
}
.block-login .block-login--body .block-login--first-time .block-login--first-time-body .block-login--member-info-items .form-group .constraint{
  background: unset;
}
.block-login .block-login--body .block-login--first-time .block-login--first-time-body .block-login--member-info-items .form-group .form-control .block-login--member-info-value-label{
  display: none;
}
.block-login .block-login--body .block-login--first-time .block-login--first-time-body .block-login--member-info-items .form-group .form-control input[name="s_zip"]
{
  width: 168px;
}
.block-login .block-login--body .block-login--first-time .block-login--first-time-body .block-login--member-info-items .form-group .form-control select[name="s_pref"]
{
  background-position: center;
  background-position-x: right;
  background-blend-mode: multiply;
  background-color: #f8f8f8;
  height: 45px;
  border-radius: 5px;
}
.block-login .block-login--body .block-login--first-time .block-login--first-time-body .block-login--member-info-items .form-group{
  border-top: unset;
}
.block-login .block-login--body .block-login--first-time .block-login--first-time-body .block-login--member-info-items .block-login--member-info-addr3{
  border-bottom: unset;
}
.block-login .block-login--body .block-login--first-time .block-login--first-time-body .block-login--member-info-items .form-group .form-control{
  border-left: unset;
}



/******************************/

.block-login--snslogin-body {
    width: 840px;
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
    zoom: 1;
}

.block-login--snslogin-text {
    text-align: center;
}

.block-login--snslogin-body:after {
    clear: both;
}

.block-login--snslogin-body ul {
    justify-content: center;
    align-items: center;
}

.block-login--snslogin-body ul li {
    float: left;
    width: 240px;
}

.block-login--snslogin-contents-btn {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    width: 280px;
    height: 50px;
    background-color: transparent;
    border: none;
}

.block-login--snslogin-contents-btn button:focus {
    outline: none;
}

.block-login--snslogin-body .sns_logo {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.block-login--snslogin-contents-facebook .sns_logo {
    background: #1877f2 url(../../img/sys/snslogin/facebook.png) center no-repeat;
    background-size: 24px;
    border-radius: 5px 0 0 5px;
}

.block-login--snslogin-contents-facebook .sns_word {
    background: #1877f2;
    margin-left: 0;
    border: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0 5px 5px 0;
}

.block-login--snslogin-contents-twitter .sns_logo {
    background: #55acee url(../../img/sys/snslogin/twitter.png) no-repeat;
    background-size: 40px 40px;
}

.block-login--snslogin-contents-gplus .sns_logo {
    background: url(../../img/sys/snslogin/gplus.png) no-repeat;
    background-size: 48px 48px;
    background-position: center;
}

.block-login--snslogin-contents-yahoo .sns_logo {
    background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
    background-size: 39px 39px;
    border: 1px solid #e61017;
    width: 41px;
    height: 40px;
}

.block-login--snslogin-contents-line .sns_logo {
    background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
    background-size: 40px 40px;
}

.block-login--snslogin-body .sns_word {
    width: 190px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: left;
    padding: 2px 6px;
    margin-left: 1px;
    border-left: solid 1px #ccc;
    font-size: 85%;
    color: #fff;
}

.block-login--snslogin-contents-line .sns_word {
    background: #00b900;
}

.block-login--snslogin-contents-facebook .sns_word {
    background: #1877f2;
}

.block-login--snslogin-contents-twitter .sns_word {
    background: #55acee;
}

.block-login--snslogin-contents-gplus .sns_word {
    background: #4285f4;
}

.block-login--snslogin-contents-yahoo .sns_word {
    background: #e61017;
}

.block-login--snslogin-state-saving-body {
    text-align: center;
}

.block-login--snslogin-state-saving-mesage {
    margin-top: 10px;
}


/* スマレジ */

.block-login--smaregi-errormsg {
    margin: 10px;
}


/******************************/

.block-login--linelogin-body {
    width: 480px;
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    zoom: 1;
}

.block-login--linelogin-body:after {
    clear: both;
}

.block-login--linelogin-body ul {
    justify-content: center;
    align-items: center;
}

.block-login--linelogin-body ul li {
    /* float: left; */
    /* width: 220px; */
}

.block-login--linelogin-contents-btn {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    width: 243px;
    height: 50px;
    background-color: transparent;
    border: none;
}

.block-login--linelogin-contents-btn button:focus {
    outline: none;
}

.block-login--linelogin-contents .line_logo {
    background: #00c300 url(../../img/sys/linelogin/line.png) no-repeat;
    background-size: 40px 40px;
    border-radius: 7px 0 0 7px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.block-login--linelogin-contents .line_word {
    background: #00c300;
    border-left: solid 1px #00b300;
    border-radius: 0 7px 7px 0;
    width: 191px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: left;
    padding: 2px 6px;
    font-size: 85%;
    color: #fff;
}

.block-login--linelogin-state-saving-body {
    text-align: center;
}

.block-login--linelogin-state-saving-mesage {
    margin-top: 10px;
}


/* ----追加認証画面---- */

.block-additional-authentication {
    height: 510px;
}

.block-additional-authentication--body {
    padding: 20px;
    overflow: hidden;
    border: solid 1px #dcdcdc;
    background: #fff;
}

.block-additional-authentication--message-header {
    font-size: 14px;
    font-weight: bold;
}

.block-additional-authentication--input-items {
    width: 600px;
    margin: 10px auto;
}

.block-additional-authentication--authentication-key input[type="text"] {
    width: 330px;
}

.block-additional-authentication--login {
    margin-top: 10px;
    padding: 12px 0;
    font-size: 16px;
    width: 160px;
}


/* ----お気に入り画面---- */

.block-favorite--header {
    margin: 40px 0 20px;
    text-align: center;
}

.block-favorite--form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block-favorite--form .block-favorite--pager-top,
.block-favorite--form .block-favorite--bookmark-list,
.block-favorite--form .block-favorite--pager-bottom {
    width: 100%;
}

.block-favorite--form form .action-buttons {
    margin-right: 15px;
}

.block-favorite--form form .action-buttons:last-of-type {
    margin-right: 0;
}

.block-favorite--form li {
    border: 1px solid #ccc;
    border-top: none;
    padding: 20px;
}

.block-favorite--form li:first-child {
    border-top: 1px solid #ccc;
}

.block-favorite--pager-top .pager {
    padding: 102px 70px 24px 0;
}

.block-favorite--form .pagination li {
    border: none;
    padding: 0;
}

.block-favorite--form .pagination li:first-child {
    border: none;
}

.block-favorite--form .pagination li.pager-current {
    padding-bottom: 10px;
    border-bottom: solid 2px #000;
}

.block-favorite--favorite-goods {
    display: flex;
    width: 100%;
}

.block-favorite--checkbox,
.block-favorite--delete-item {
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.block-favorite--checkbox {
    flex-basis: 30px;
    padding-right: 10px;
}

.block-favorite--image {
    flex-basis: 160px;
}

.block-favorite--description {
    flex-basis: 280px;
}

.block-favorite--comment-textarea {
    width: 540px;
    height: 75px;
}

.block-favorite--comment {
    flex-basis: 580px;
    margin: 0 20px;
}

.block-favorite--delete-item {
    flex-basis: 80px;
    text-align: center;
    transform: translateY(-22px);
}

.block-favorite--delete-item a {
    position: relative;
    align-items: center;
    width: 85px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 5px !important;
}

.block-favorite--delete-item a:after {
    line-height: 1;
    content: "";
    font-size: 16px;
    font-family: 'myfont', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
}

.block-favorite--image figure {
    width: 142px;
    height: 142px;
    margin-right: 10px;
}

.block-favorite--goods-name a {
    color: #000;
    text-decoration: underline;
}

.block-favorite--edit-comment a {
    text-decoration: underline;
}

.block-favorite--price-title,
.block-favorite--price {
    display: inline-block;
}

.block-favorite--update-dt dt,
.block-favorite--update-dt dd {
    display: inline-block;
}


.block-favorite--bookmark-list .block-favorite--items li {
margin: 0 2px 0px 0;
}



/* ----入荷案内申し込み商品画面---- */

.block-arrival-notice-list--header {
    margin: 40px 0 20px;
    text-align: center;
}

.block-arrival-notice-list--pager-top .pager {
    padding: 102px 70px 24px 0;
    display: none;
}

.block-arrival-notice-list--form li {
    /*margin-bottom: 20px;*/
}

.block-arrival-notice-list--items {
    display: flex;
    flex-wrap: wrap;
}

.block-arrival-notice-list--items li {
    width: calc(20% - 2px);
    margin: 0 2px 0px 0;
    padding: 0 0 70px;
}

.block-arrival-notice-list--items li:nth-of-type(4n) {
    margin-right: 0;
}

.block-arrival-notice-list--goods {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.block-arrival-notice-list--description {
    flex-grow: 1;
    margin: 0px 0 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 10%;
}

.block-arrival-notice-list--delete-item a {
    display: inline-block;
    width: 85px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 5px;
}

.block-arrival-notice-list--delete-item a:after {
    line-height: 1;
    content: "";
    font-size: 16px;
    font-family: 'myfont', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
}

.block-arrival-notice-list--image figure {
    position: relative;
    overflow: hidden;
}

.block-arrival-notice-list--image figure img {
    -webkit-transition: opacity 3s;
    transform: scale(1, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.block-arrival-notice-list--image a:hover figure img {
    transform: scale(1.02, 1.02);
}

.block-arrival-notice-list--image a figure::before {
    content: "";
    background: transparent;
    transition: background 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.block-arrival-notice-list--image a figure::after {
    content: "";
    display: block;
    width: 105px;
    height: 105px;
    background: url(../../../img/usr/enfold/genre/icn-hover.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -52.5px;
    margin-top: -52.5px;
    z-index: 15;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.block-arrival-notice-list--image a:hover figure::before {
    background: rgba(0, 0, 0, 0.6);
}

.block-arrival-notice-list--image a:hover figure::after {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.block-arrival-notice-list--goods-name a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

.block-arrival-notice-list--price-title,
.block-arrival-notice-list--price {
    display: inline-block;
    font-size: 12px;
}

.block-arrival-notice-list--update-dt dt,
.block-arrival-notice-list--update-dt dd {
    display: inline-block;
}

.block-arrival-notice-list--items .variation-name,
.block-arrival-notice-list--items .block-arrival-notice-list--price-title,
.block-arrival-notice-list--items .block-arrival-notice-list--net-price,
.block-arrival-notice-list--items .block-arrival-notice-list--order-dt {
    display: none;
}

.block-arrival-notice-list--pager-top .block-goods-list--pager-top.pager {
    padding: unset;
}

.block-arrival-notice-list--delete-item {
    width: 100%;
    text-align: center;

}


/* ----購入履歴一覧画面---- */

.block-purchase-history--header {
    font: 700 20px/1 'Montserrat', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
    letter-spacing: 0.1em;
    margin: 40px 0 20px;
    text-align: center;
}

.block-purchase-history--customer-name {
    font-size: 13px;
    font-weight: bold;
}

.block-purchase-history--list{
    padding-top: 20px;
}

.block-purchase-history--table {
    margin: 5px 0;
    width: 100%;
}

.block-purchase-history--order-id a {
    text-decoration: underline;
}

.block-purchase-history--order-detail-reorder a {
    text-decoration: underline;
}

.block-purchase-history--status a:hover {
    text-decoration: none;
}

.block-purchase-history--search-frame {
    display: flex;
    margin: 10px 0;
    width: 100%;
    /*background-color: #f8f8f8;*/
}

.block-purchase-history--search-item {
    flex-grow: 1;
    padding: 10px;
}

.block-purchase-history--search-title {
    font-weight: bold;
}

.block-purchase-history--table td, .block-purchase-history--table, .block-purchase-history--table th{
    border:none   
}

.block-purchase-history--search-btn {
    width: 50%;
    height: 130%;
    border-radius: 5px;
}


.block-purchase-history--search-item select {
    width: 50%;
    height: 130%;
    background-position: center;
    background-position-x: right;
    background-blend-mode: multiply;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.block-purchase-history--search-item input[type="text"] {
    background: #f8f8f8;
    width: 50%;
    height: 130%;
    border-radius: 5px;
}

.block-purchase-history--table th {
    background-color: #f8f8f8;
}

.block-purchase-history--pager-top .pager {
    display:none;
}

.block-purchase-history--back {
    color: #fff;
}
.page-history [class^="status-progress"]:after,
.page-historydetail [class^="status-progress"]:after{
    background-color:#999;
   border-right: unset;
}

.page-history [class^="status-progress"],
.page-historydetail [class^="status-progress"] {
    background: #eded;
}

.block-purchase-history--table th:last-child {
    width: 300px ;
}

.block-purchase-history--list {
    padding-top: 20px;
}

.block-purchase-history--search-btn {
    background-color: #ccc;
    color: #fff;
    width: 200px;
}

.page-history .status-order,
.page-history .status-cancel,
.page-history .status-income,
.page-history .status-reserve,
.page-history .status-rship,
.page-history .status-ship,
.page-history .status-verify,
.page-history .status-return,
.page-history .status-status_,
.page-history .status-status_1,
.page-history .status-status_2,
.page-history .status-status_3,
.page-history .status-status_4,
.page-history .status-status_9 
{
    width: 300px;
    height: auto;
    min-height: 50px;
    border: none;
    padding: 5px 0;
}
/* ----購入履歴詳細画面---- */

.block-purchase-history-detail--header {
    font: 700 20px/1 'Montserrat', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
    letter-spacing: 0.1em;
    margin: 40px 0 20px;
    text-align: center;
}

.block-purchase-history-detail--customer-name {
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    display: flex;
    float: left;
}

.block-purchase-history-detail--company-name {
    margin: 10px 0;
    width: 300px;
    float: right;
    text-align: right;
}

.block-purchase-history-detail--order-info {
    margin: 10px 0;
    display: flex;
    width: 100%;
}

.block-purchase-history-detail--order-info-left {
    width: 65%;
}

.block-purchase-history-detail--order-info-right {
    width: 35%;
    padding: 0 0 0 10px;
}

.block-purchase-history-detail--order-info-table {
    width: 100%;
}

.block-purchase-history-detail--order-info-table th {
    width: 250px;
    background: #f8f8f8f8;
}

.block-purchase-history-detail--order-detail-items th {
    background: #f8f8f8;
}

.block-purchase-history-detail--payment-info-items th {
    background: #f8f8f8;
}

.block-purchase-history-detail--sender-items th {
    background: #f8f8f8;
}

.block-purchase-history-detail--shipping-info-items {
    background: #f8f8f8f8;
}

.block-purchase-history-detail--shipping-info-items th {
    background: #f8f8f8;
}

.block-purchase-history-detail--shipment-items th {
    background: #f8f8f8;
}

.block-purchase-history-detail--proceed-status .status-rship [class^="status-progress"] {
    background:#eded
} 
.block-purchase-history-detail--proceed-status .status-rship [class^="status-progress"]:after{
    background:#999;
    border-right:unset;
} 

.block-purchase-history-detail--order-body {
    margin: 10px 0;
    display: flex;
    width: 100%;
}

.block-purchase-history-detail--order-body-left {
    width: 65%;
}

.block-purchase-history-detail--order-body-right {
    width: 35%;
    padding: 0 0 0 10px;
}

.block-purchase-history-detail--order-detail-items {
    width: 100%;
}

.block-purchase-history-detail--tax-reduced-message {
    margin: 3px 0;
}

.block-purchase-history-detail--payment-info-items {
    width: 100%;
}

.block-purchase-history-detail--point-message {
    margin: 5px 0;
}

.block-purchase-history-detail--shipping-info {
    margin: 10px 0;
    display: flex;
    width: 100%;
}

.block-purchase-history-detail--shipping-info-left {
    width: 65%;
}

.block-purchase-history-detail--shipping-info-right {
    width: 35%;
    padding: 0 0 0 10px;
}

.block-purchase-history-detail--sender-items {
    width: 100%;
}

.block-purchase-history-detail--shipping-info-items {
    width: 100%;
}

.block-purchase-history-detail--shiment-address {
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 10px 0;
}

.block-purchase-history-detail--shipment-items {
    width: 100%;
}

.block-purchase-history-detail--csv-info-items {
    width: 100%;
    margin: 10px 0;
}

.block-purchase-history-detail--csv-info-items th {
    width: 250px;
}

.block-purchase-history-detail--invoice {
    margin: 5px 0;
    width: 100%;
}

.block-purchase-history-detail--invoice dt {
    display: inline-block;
    font-weight: bold;
}

.block-purchase-history-detail--invoice dd {
    display: inline-block;
}

.block-purchase-history-detail--track-shipment {
    margin: 5px 0;
    width: 100%;
}

.block-purchase-history-detail--track-shipment dt {
    display: inline-block;
    font-weight: bold;
}

.block-purchase-history-detail--track-shipment dd {
    display: inline-block;
}

.block-purchase-history-detail--append-items {
    width: 100%;
}

.block-purchase-history-detail--append-items th {
    width: 250px;
}

.block-purchase-history-detail .block-purchase-history-detail--add-goods {
    width: 300px;
}

.block-purchase-history-detail .block-purchase-history-detail--contact {
    width: 300px;
}

.block-purchase-history-detail .block-purchase-history-detail--cancel {
    width: 250px;
}

.block-purchase-history-detail--child-order-id a {
    text-decoration: underline;
}

.block-purchase-history-detail--parent-order-id a {
    text-decoration: underline;
}

.block-purchase-history-detail--regular-sales-include a {
    text-decoration: underline;
}

.block-purchase-history-detail--regular-sales a {
    text-decoration: underline;
}

.block-purchase-history-detail--tax-reduced {
    margin-left: 30px;
}

.block-purchase-history-detail--total-for-tax-ratio {
    display: flex;
    margin-left: 10px;
    width: 100%;
    font-size: 80%;
}

.block-purchase-history-detail--total-for-tax-ratio-title {
    margin-right: 8px;
}

.block-purchase-history-detail--total-for-tax-ratio-list {
    text-align: right;
}

.block-purchase-history-detail--total-for-tax-ratio-list ul {
    display: flex;
}

.block-purchase-history-detail--tax-ratio {
    min-width: 50px;
    margin-right: 5px;
}

.block-purchase-history-detail--total-for-tax-ratio-amount {
    min-width: 55px;
}


/* スマレジ */

.block-purchase-history-detail--smaregipoint {
    clear: both;
}


/* ----ご注文キャンセル画面---- */

.block-order-cancellation--order-info {
    margin: 10px 0 60px;
    display: flex;
    width: 100%;
}

.block-order-cancellation--order-info-left {
    width: 65%;
}

.block-order-cancellation--order-info-right {
    width: 35%;
    padding: 0 0 0 10px;
}

.block-order-cancellation--shiment-address {
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 10px 0;
}

.block-order-cancellation--payment-info-items {
    width: 100%;
}

.block-order-cancellation--order-items {
    width: 100%;
}


/* ----ご注文キャンセル完了画面---- */

.block-order-cancellation-completed--header {
    margin: 40px 0 20px;
}


/* ----定期購入商品一覧画面---- */

.block-regular-purcharse-list--table {
    margin: 5px 0;
    width: 100%;
}

.block-regular-purcharse-list--regular-sales a {
    text-decoration: underline;
}

.block-regular-purcharse-list--list {
    background: #fff;
    margin: 0 0 15px;
    border: 1px solid #444;
    border-radius: 3px 3px 0 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.block-regular-purcharse-list--list a {
    color: #257ac6;
}

.block-regular-purcharse-list--list>dd {
    margin: 10px 0 10px 10px;
}

.block-regular-purcharse-list--info {
    width: 265px;
    flex-basis: 265px;
    flex-grow: 0;
    flex-shrink: 0;
}

.block-regular-purcharse-list--info ul>li {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
}

.block-regular-purcharse-list--info-regular-sales>span:last-of-type {
    font-weight: bold;
}

.block-regular-purcharse-list--head-info-regular-create-dt {
    background-color: #444;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    border-radius: 2px 2px 0 0;
    width: 100%;
}

.block-regular-purcharse-list--head-info-regular-create-dt>span {
    margin-right: 30px;
}

.block-regular-purcharse-list--head-info-regular-create-dt>span:last-child {
    font-weight: bold;
    font-size: 15px;
}

.block-regular-purcharse-list--info-method {
    border-bottom: 1px solid #ddd;
}

.block-regular-purcharse-list--info li>span {
    width: 80%;
}

.block-regular-purcharse-list--info li>a,
.block-regular-purcharse-list--info li>span:last-child {
    width: 20%;
}

.block-regular-purcharse-list--info li>a {
    padding: 0;
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
}

.block-regular-purcharse-list--info ul>li.block-regular-purcharse-list--info-withdrawal {
    border: none;
    display: block;
    text-align: right;
}

.block-regular-purcharse-list--detail {
    width: 295px;
    margin: 0 10px 0 0;
    border-radius: 4px;
}

.block-regular-purcharse-list--detail.detail_end>ul {
    background: #f2f2f2;
}

.block-regular-purcharse-list--detail.detail_skip>ul {
    background: #e7f5f4;
}

.block-regular-purcharse-list--detail.detail_next>ul {
    background: #ffeaea;
}

.block-regular-purcharse-list--detail>ul>li {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.block-regular-purcharse-list--detail>ul>li:last-child {
    border-bottom: 1px solid #fff;
}

.block-regular-purcharse-list--date-spec {
    position: relative;
    font-size: 15px;
    padding: 15px;
}

.block-regular-purcharse-list--date-spec dl {
    display: flex;
}

.block-regular-purcharse-list--date-spec dt {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 90px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    border-radius: 22px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.block-regular-purcharse-list--alter-end {
    background: #858e95;
}

.block-regular-purcharse-list--skip {
    background: #50c9b2;
}

.block-regular-purcharse-list--alter {
    background: #ff6063;
}

.block-regular-purcharse-list--expected-dt {
    width: 100%;
}

.block-regular-purcharse-list--expected-dt-title {
    font-size: 11px;
}

.block-regular-purcharse-list--expected-dt-title i {
    font-size: 1.3em;
    padding-right: 5px;
}

.block-regular-purcharse-list--skip-expected-dt {
    display: inline;
    vertical-align: middle;
}

.block-regular-purcharse-list--skip-expected-dt i {
    font-size: 14px;
    padding-right: 5px;
}

.block-regular-purcharse-list--expected-dt-ymd,
.block-regular-purcharse-list--skip-expected-dt {
    font-size: 20px;
    font-weight: bold;
}

.block-regular-purcharse-list--detail-item {
    font-size: 13px;
}

.block-regular-purcharse-list--detail-item-list-list {
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
}

.block-regular-purcharse-list--detail-item-list-list:last-child {
    border-bottom: 0 solid #fff;
}

.block-regular-purcharse-list--detail-item-list-list>ul {
    display: flex;
    align-items: center;
    max-width: 100%;
    min-width: 70%;
}

.block-regular-purcharse-list--detail-item-list-list>ul>li {
    font-size: 13px;
}

.block-regular-purcharse-list--detail-item ul li span {
    vertical-align: middle;
}

.block-regular-purcharse-list--detail-item-image {
    width: 50px;
    flex-shrink: 0;
}

.block-regular-purcharse-list--detail-item-goods {
    width: 100%;
}

.block-regular-purcharse-list--detail-item-goods>ul {
    display: flex;
    flex-wrap: wrap;
}

.block-regular-purcharse-list--detail-item-goods-name {
    max-width: 100%;
    margin-left: 0;
}

.block-regular-purcharse-list--detail-item-list-nolink {
    width: 100%;
    display: block;
    padding: 0;
    word-wrap: break-word;
    padding-left: 5px;
}

.block-regular-purcharse-list--detail-item-list-unit {
    display: inline-block;
    padding: 0 0 0 12px;
}

.block-regular-purcharse-list--detail-item-goods-unit-amount {
    margin: auto auto auto 0;
    flex-shrink: 0;
}

.block-regular-purcharse-list--detail-item-change {
    margin: 5px 0 auto auto;
    text-align: right;
    flex-shrink: 0;
}

a.block-regular-purcharse-list--detail-item-changelink {
    font-size: 12px;
    text-decoration: underline;
    flex-shrink: 0;
}

.block-regular-purcharse-list--sales-link {
    width: 120px;
    text-align: right;
    font-size: 12px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.block-regular-purcharse-list--sales-link a {
    text-decoration: underline;
}

.block-regular-purcharse-list--benefits {
    display: flex;
    font-size: 12px;
    padding: 10px;
    color: #ff5e60;
}

.block-regular-purcharse-list--benefits .block-regular-purcharse-list--benefits-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
}

.block-regular-purcharse-list--benefits-frame {
    padding-left: 6px;
}

.block-regular-purcharse-list--skip-link {
    width: 100px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.block-regular-purcharse-list--skip-button input[type="button"] {
    display: block;
    margin: auto 0 0 auto;
    padding: 0;
    font-size: 11px;
    border: 0;
    background: #ffeaea;
    font-size: 13px;
    color: #257ac6;
    text-decoration: underline;
}


/* ----定期購入商品詳細画面---- */

.block-regular-purcharse-detail--body {
    margin: 10px 0;
    width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items {
    width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items th {
    width: 250px;
}

.block-regular-purcharse-detail--shipment-address {
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 10px 0;
}

.block-regular-purcharse-detail--update-address {
    margin: 10px 0;
    text-align: right;
}

.block-regular-purcharse-detail--goods-items {
    width: 100%;
}

.block-regular-purcharse-detail--append-items {
    width: 100%;
}

.block-regular-purcharse-detail--append-items th {
    width: 250px;
}

.block-regular-purcharse-detail--include-items {
    width: 100%;
}

.block-regular-purcharse-detail--include-items th {
    width: 250px;
}

.block-regular-purcharse-detail--action-message {
    margin-top: 10px;
}

.block-regular-purcharse-list--order-id a {
    text-decoration: underline;
}


/* ----定期購入商品配送先変更画面---- */

.block-regular-purcharse-shipment-info-update--new-address,
.block-regular-purcharse-shipment-info-update--old-address {
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 10px 0;
    overflow: hidden;
}

.block-regular-purcharse-shipment-info-update--new-address address {
    float: left;
}

.block-regular-purcharse-shipment-info-update--cust-edit,
.block-regular-purcharse-shipment-info-update--dest-edit,
.block-regular-purcharse-shipment-info-dest-add {
    text-align: right;
}


/* ----定期購入商品配送先変更画面(AmazonPay)---- */

.block-regular-purcharse-shipment-info--amazonpay-body {
    width: 480px;
    margin: 0 auto;
}

.block-regular-purcharse-shipment-info--amazonpay-message {
    text-align: left;
}

.block-regular-purcharse-shipment-info--amazonpay-login {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.block-regular-purcharse-shipment-info--amazonpay-error {
    text-align: left;
    color: #a94442;
}

.block-regular-purcharse-shipment-info--amazonpay-widget-body {
    margin: 0 auto;
}

.block-regular-purcharse-shipment-info--amazonpay-address-widget {
    float: left;
}

.block-regular-purcharse-shipment-info--amazonpay-wallet-widget {}

.block-regular-purcharse-shipment-info--amazonpay-widget-error {
    text-align: left;
    color: #a94442;
    margin-left: 5px;
}


/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.block-regular-purcharse-cycle-info-update--body {
    margin: 10px 0;
    width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items {
    width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items th {
    width: 250px;
}

.block-regular-purcharse-cycle-info-update--shipment-address {
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 10px 0;
}

.block-regular-purcharse-cycle-info-update--goods-items {
    width: 100%;
}

.block-regular-cycle--select-timespec-title {
    font-weight: bold;
    margin-right: 5px;
}

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
    font-size: 10px;
}


/* ----定期購入商品解約画面---- */

.block-regular-purcharse-cancellation--goods-items {
    margin: 10px 0;
    width: 100%;
}

.block-regular-purcharse-cancellation--message {
    text-align: center;
    padding-top: 10px;
}

.block-regular-purcharse-cancellation--cancel-reason-items {
    width: 600px;
    margin: 0 auto;
}

.block-regular-purcharse-cancellation--cancel-reason-items label::after {
    content: "\A";
    white-space: pre;
}

.block-regular-purcharse-cancellation--cancel-reason-other-comment {
    padding-top: 10px;
    display: none;
}


/* ----定期購入商品変更画面---- */

.block-goodschange-list .block-regular-goodschange-info-header-msg {
    margin-bottom: 10px;
}

.block-goodschange-list .block-goodschange-list-item-buttons-selected {
    cursor: default;
    background: #fffcfc;
    border: 1px solid #f00;
    color: #f00;
    font-weight: bold;
    margin-top: 10px;
    padding: 8px 8px;
    font-size: 16px;
    min-width: 160px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


/* ----定期購入支払い方法変更画面---- */

.block-regular-purcharse-method-info-update--body {
    margin: 10px 0;
    width: 100%;
}

.block-regular-purcharse-method-info-update--regular-sales-items .block-regular-purcharse-method--info-cardedit a {
    text-decoration: underline;
}


/* ----カード情報確認画面---- */

.block-update-credit-card-info--header,
.block-credit-card-confirmation--header {
    margin: 40px 0 20px;
}

.block-credit-card-confirmation--credit-card-info {
    margin-bottom: 60px;
}

.block-credit-card-confirmation--credit-card-info-table {
    width: 100%;
}

.block-credit-card-confirmation--credit-card-info-table th {
    width: 250px;
}


/* ----お問い合わせ画面---- */

.block-inquiry--header,
.block-inquiry-completed--header {
    margin-bottom: 20px;
}

.block-inquiry--header {
    margin-top: 10px;
}

.block-inquiry--inquiry-body .form-label,
.block-inquiry--inquiry-body .constraint {
    vertical-align: top;
    padding-top: 8px;
}

.block-inquiry--order-id .comment,
.block-inquiry--confirmation-order-id .comment {
  font-size: 12px;
  margin-left: 5px;
}

/* ----お問い合わせ履歴一覧画面---- */

.block-inquiry-history--body li {
    margin: 5px 0;
    padding: 10px 0;
    border-bottom: 1px solid #c8c8c8;
}

.block-inquiry-history--body li span {
    margin: 0 10px 0 0;
}

.page-contact .pane-contents .block-inquiry .pane-topic-path{
  margin: unset;
}
.pane-contents .block-inquiry .block-inquiry--header{
  text-align: center;
  margin: 40px 0 20px;
}
.pane-contents .block-inquiry .block-inquiry--form .block-inquiry--items .form-group{
  border-top: unset;
  border-bottom: unset;
}
.pane-contents .block-inquiry .block-inquiry--form .block-inquiry--items .form-group .form-label{
  background: unset;
}
.pane-contents .block-inquiry .block-inquiry--form .block-inquiry--items .form-group .constraint{
  background: unset;
}
.pane-contents .block-inquiry .block-inquiry--form .block-inquiry--items .form-group .form-control{
  border-left: unset;
}
.pane-contents .block-inquiry .block-inquiry--form .block-inquiry--items .form-group .form-control select[name="subject_id"],
.pane-contents .block-inquiry .block-inquiry--form .block-inquiry--items .form-group .form-control input[type="text"]
{
  height: 55px;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.pane-contents .block-inquiry .block-inquiry--form .block-inquiry--items .form-group .form-control textarea[name="body"]
{
  background-color: #f8f8f8;
  border-radius: 5px;
}
.pane-contents .block-inquiry .block-inquiry--form .block-inquiry--items .form-group .form-control select[name="subject_id"]
{
  background-position: center;
  background-position-x: right;
  background-blend-mode: multiply;
  background-color: #f8f8f8;
}
.block-inquiry .block-inquiry--form .add-msg{
  color: #FF3333;
}
.block-inquiry .block-inquiry--form .btn-default{
  background: #333333;
  color: white;
}
.block-inquiry .block-inquiry--confirmation-form .block-inquiry--confirmation-items .form-label{
  background: unset;
}
.block-inquiry .block-inquiry--confirmation-form .block-inquiry--confirmation-items .constraint{
  background: unset;
}
.block-inquiry .block-inquiry--confirmation-form .block-inquiry--confirmation-items .form-group{
  border-top: unset;
  border-bottom: unset;
}
.block-inquiry .block-inquiry--confirmation-form .block-inquiry--confirmation-items .form-control{
  border-left: unset;
}
.block-inquiry .block-inquiry--confirmation-form .btn-primary{
  background: #333333;
}
.block-inquiry .block-inquiry--confirmation-form .btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}
.block-inquiry .block-inquiry--form  .fieldset .form-group .form-control .block-inquiry--name-label{
  display: none;
}

.page-contactthanks .pane-contents .pane-topic-path{
  margin: unset;
}
.page-contactthanks .pane-contents .block-inquiry-completed--header{
  text-align: center;
  margin-bottom: 50px;
}
.page-contactthanks .pane-contents .block-inquiry-completed--message{
  text-align: center;
}


/* ----お問い合わせ履歴詳細画面---- */

.block-inquiry-history-detail--form {
    margin: 20px 0;
}

.block-inquiry-history-detail--message {
    text-align: center;
}

.block-inquiry-history-detail--inquiry-body {
    margin: 20px 0;
}

.block-inquiry-history-detail--inquiry-body textarea {
    width: 100%;
}

.block-inquiry-history-detail--item dt {
    width: 100%;
    display: flex;
}

.block-inquiry-history-detail--contact-name {
    width: 80%;
}

.block-inquiry-history-detail--update-dt {
    width: 20%;
    text-align: right;
    font-weight: normal;
}

.block-inquiry-history-detail--message-confirm {
    text-align: center;
}

.block-inquiry-history-detail--inquiry-body-confirm {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #c8c8c8;
}


/* ----ポイント履歴一覧画面---- */

.block-point-history-list--point {
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px;
}

.block-point-history-list--header {
    margin: 40px 0 20px;
}

.block-point-history-list--message {
    margin: 5px 0;
}

.block-point-history-list--items {
    margin: 5px 0;
    width: 100%;
}


/* ----所持クーポン一覧画面---- */

.block-coupon-list--header {
    margin: 40px 0 20px;
}

.block-arrival-notice-list--pager-top .pager {
    padding: 102px 70px 24px 0;
}

.block-coupon-list--table {
    margin: 5px 0;
    width: 100%;
}

.block-coupon-list--coupon-dt {
    white-space: nowrap;
    width: 300px;
}

.block-coupon-list--pager-top{
    display: none;
}
.page-couponlist .pager {
    margin-top: 70px;
}

/* ----店舗クーポン一覧画面---- */

.block-store-coupon-list--table {
    margin: 5px 0;
    width: 100%;
}

.block-store-coupon-list--coupon-dt {
    white-space: nowrap;
    width: 300px;
}


/* ----ログアウト画面---- */

.block-logout--header {
    margin: 40px 0 20px;
}

.block-logout--message a {
    text-decoration: underline;
}

.page-logout .block-logout .btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}


/* ----会員登録確認(クイックエントリー)---- */

.block-quick-member-info h1 {
    margin: 40px 0 20px;
}

.block-quick-info-confirmation--login-state-saving {
    margin-top: 10px;
    text-align: center;
}

.block-quick-info-confirmation--login-state-saving-message {
    margin-top: 10px;
    text-align: center;
}


/* ----会員登録(ワンタイムパスワード送信画面)---- */

.block-onetimepassword-send--header,
.block-onetimepassword-certify--header {
    margin: 40px 0 20px;
}


/* ----パスワード再設定---- */

.block-reset-password--header,
.block-update-new-password--header,
.block-reset-password-completed--header,
.block-member-password--header {
    margin: 40px 0 20px;
}

.block-reset-password--tel {
    border-bottom: #000 2px solid;
}


/* ----制限付きログイン画面---- */

.block-login-parts--body a {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* ----会員登録完了画面---- */

.block-member-registration-completed--smaregipoint {
    margin: 10px;
}


/* ----会員登録完了画面(クイックエントリー)---- */

.block-quick-member-registration-completed--smaregipoint {
    margin: 10px;
}


/* ----退会画面---- */

.page-withdrawal .block-withdrawal--header {
    margin: 40px 0 20px;
}

.page-withdrawal .block-withdrawal--header,
.page-withdrawal .block-withdrawal--message{
    text-align: center;
}

.page-withdrawal .block-withdrawal--message{
    text-align: center;
    margin:40px 0px;
}

.page-withdrawal .block-withdrawal--items ,
.page-withdrawal .block-withdrawal--uid,
.page-withdrawal .block-withdrawal--pwd{
    border: none!important;
    color: #666666;
}

.page-withdrawal .block-withdrawal--uid{
    margin-top:50px;
}

.page-withdrawal .block-withdrawal--pwd{
    margin-bottom:50px;
}
.page-withdrawal .block-withdrawal--uid,
.page-withdrawal .block-withdrawal--pwd{
    margin-left: 23%;
}

.page-withdrawal .block-withdrawal--uid .form-control,
.page-withdrawal .block-withdrawal--pwd .form-control{
    border: none!important;
}

.page-withdrawal .block-withdrawal--uid .form-label,
.page-withdrawal .block-withdrawal--pwd .form-label,
.page-withdrawal .block-withdrawal--uid .constraint,
.page-withdrawal .block-withdrawal--pwd .constraint{
    background:transparent;
    padding:0px!important;
    margin:0px!important;
}
.page-withdrawal .block-withdrawal--uid .constraint,
.page-withdrawal .block-withdrawal--pwd .constraint{
    width:0px;
}
.page-withdrawal .block-withdrawal--uid .form-label,
.page-withdrawal .block-withdrawal--pwd .form-label{
    width: 15%;
}

.page-withdrawal .block-withdrawal--uid .form-control input,
.page-withdrawal .block-withdrawal--pwd .form-control input{
    width: 40%;
    background: #fafafa;
    border: 1px solid #CCCCCC;
    line-height: 40px;
    border-radius: 5px;
}


.page-withdrawal .block-withdrawal--pwd {
    border-bottom: 1px solid #eee;
}

.page-withdrawal .block-withdrawal--form .action-buttons{
    border-top: solid 1px #ddd;
}

.page-withdrawal .block-withdrawal--form .action-buttons .action:first-child {
    margin-top: 50px;
}

.page-withdrawal .block-withdrawal--form .block-withdrawal--back{
    color: #999;
    border: solid 1px #999;
    background-color: #fff;	
}

.page-withdrawal .block-withdrawal--form .block-withdrawal--forward{
    color: white;
    border: none;
    background-color: #CCCCCC;
}

/* ----メールアドレス変更画面---- */

.block-mail-address--update-header {
    margin: 40px 0 20px;
}

.block-mail-address--update-form .form-group .form-label{
  background: none;
}

.block-mail-address--update-form .fieldset .form-group{
  border: none!important;
}

.block-mail-address--update-form .form-group .constraint{
  background: none;
}

.block-mail-address--update-form .form-group .form-control{
  border: none;
}

.block-onetimepassword-certify .form-group .form-label{
  background: none;
}

.block-onetimepassword-certify .fieldset .form-group{
  border: none!important;
}

.block-onetimepassword-certify .form-group .constraint{
  background: none;
}

.block-onetimepassword-certify .form-group .form-control{
  border: none;
}
.block-mail-address .block-mail-address--update-form .btn-primary{
  background: #ccc;
}

.block-mail-address .block-mail-address--update-form .btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}

.block-mail-address .block-mail-address--update-form .form-control input[type="text"],
.block-mail-address .block-mail-address--update-form .form-control input[type="password"]
{
  border-radius: 5px;
  height: 45px;
}

.block-onetimepassword-certify .btn-primary{
  background: #ccc;
}

.block-onetimepassword-certify .btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}

.block-onetimepassword-certify .form-control input[type="text"],
.block-onetimepassword-certify .form-control input[type="password"]
{
  border-radius: 5px;
  height: 45px;
}

/* ----パスワード変更画面---- */

.block-member-password .form-group .form-label{
  background: none;
}

.block-member-password .fieldset .form-group{
  border: none!important;
}

.block-member-password .form-group .constraint{
  background: none;
}

.block-member-password .form-group .form-control{
  border: none;
}
.block-member-password .block-member-password--update-form .btn-primary{
  background: #ccc;
}

.block-member-password .block-member-password--update-form .btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}

.block-member-password .block-member-password--update-form .form-control input[type="text"],
.block-member-password .block-member-password--update-form .form-control input[type="password"]
{
  border-radius: 5px;
  height: 45px;
}

/* ----パスワード再設定画面---- */

.block-reset-password .form-group .form-label{
  background: none;
}

.block-reset-password .fieldset .form-group{
  border: none!important;
}

.block-reset-password .form-group .form-control{
  border: none;
}

.block-update-new-password .form-group .form-label{
  background: none;
}

.block-update-new-password .fieldset .form-group{
  border: none!important;
}

.block-update-new-password .form-group .constraint{
  background: none;
}

.block-update-new-password .form-group .form-control{
  border: none;
}
.block-reset-password .block-reset-password--form .btn-primary{
  background: #ccc;
}

.block-reset-password .block-reset-password--form .btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}

.block-reset-password .block-reset-password--form .form-control input[type="text"]
{
  border-radius: 5px;
  height: 45px;
}
.block-reset-password-completed ..btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}
.block-update-new-password .block-update-new-password--form .btn-primary{
  background: #ccc;
}

.block-update-new-password .block-update-new-password--form 
.btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}
.block-update-new-password .block-update-new-password--form .form-control input[type="text"],
.block-update-new-password .block-update-new-password--form .form-control input[type="password"]
{
  border-radius: 5px;
  height: 45px;
}


/* ----クレジットカード情報確認---- */
.block-credit-card-confirmation .block-credit-card-confirmation--form .btn-primary{
  background: #ccc;
}

.block-credit-card-confirmation .block-credit-card-confirmation--form .btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}

.page-cardedit .block-credit-card-confirmation .block-credit-card-confirmation--form .block-credit-card-confirmation--credit-card-info .table form[name="cardedit"]
{
  margin-bottom: 3px;
}

.block-credit-card-confirmation .pane-topic-path{
  margin: unset;
}
.block-mypage--member-info-items a {
    white-space: nowrap;
}


/* ----クレジットカード情報変更---- */
.block-update-credit-card-info .block-update-credit-card-info--form .btn-primary{
  background: #ccc;
}

.block-update-credit-card-info .block-update-credit-card-info--form .btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}

.block-update-credit-card-info .block-update-credit-card-info--form .form-group .form-control input[type="text"]{
  height: 55px;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.block-update-credit-card-info .block-update-credit-card-info--form .block-update-credit-card-info--expire .form-control select[name="select_card_m"],
.block-update-credit-card-info .block-update-credit-card-info--form .block-update-credit-card-info--expire .form-control select[name="select_card_y"]
{
  background-position: center;
  background-position-x: right;
  background-blend-mode: multiply;
  background-color: #f8f8f8;
  height: 55px;
  border-radius: 5px;
}

.block-mypage--member-info-items a {
    white-space: nowrap;
}
.block-update-credit-card-info .pane-topic-path{
  margin: unset;
}


/* ----パスワード再設定---- */
.block-reset-password .block-reset-password--form .btn-primary{
  background: #ccc;
}

.block-reset-password .block-reset-password--form .btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}

.block-reset-password .block-reset-password--form .form-control input[type="text"]
{
  border-radius: 5px;
  height: 45px;
}
.block-update-new-password .block-update-new-password--form .btn-primary{
  background: #ccc;
}

.block-update-new-password .block-update-new-password--form 
.btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}
.block-update-new-password .block-update-new-password--form .form-control input[type="text"],
.block-update-new-password .block-update-new-password--form .form-control input[type="password"]
{
  border-radius: 5px;
  height: 45px;
}


/* ----パスワード再設定メール送信完了---- */
.block-reset-password-completed .btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}

/* ----会員登録認証コード---- */
.block-onetimepassword-send .btn-primary{
  background: #ccc;
}

.block-onetimepassword-send .btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}

.block-onetimepassword-send .block-onetimepassword-send--form .form-control input[type="text"]
{
  border-radius: 5px;
  height: 45px;
}

.block-onetimepassword-send--form .block-onetimepassword-send--mail{
  border: none!important;
}

.block-onetimepassword-send--mail .form-label{
  background: none;
}

.block-onetimepassword-send--mail .constraint{
  background: none;
}

.block-onetimepassword-send--mail .form-control{
  border: none;
}

/* ----会員登録---- */
.block-member-info .block-member-info--form .form-control input[type="text"],
.block-member-info .block-member-info--form .form-control input[type="tel"],
.block-member-info .block-member-info--form .form-control input[type="number"],
.block-member-info .block-member-info--form .form-control input[type="password"],
.block-member-info .block-member-info--form .form-control select[name="pref"],
.block-member-info .block-member-info--form .form-control select[name="sex"],
.block-member-info .block-member-info--form .form-control select[name="yy_birth"],
.block-member-info .block-member-info--form .form-control select[name="mm_birth"],
.block-member-info .block-member-info--form .form-control select[name="dd_birth"],
.block-member-info .block-member-info--form .form-control select[name="job1"]
{
  height: 55px;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.block-member-info .block-member-info--form .btn-primary{
  background: #ccc;
}

.block-member-info .block-member-info--form .btn-default{
  background-color: #fff;
  border: solid 1px;
  color: #e5e5e5;
}

.block-member-info--form .legend{
  border: unset;
}
.block-member-info--form .form-group .form-label{
  background: none;
}
.block-member-info--form .form-group .constraint{
  background: none;
}
.block-member-info--form .fieldset .form-group{
  border: unset;
}
.block-member-info--form .form-group .form-control{
  border: unset;
}


/* ----メールニュース購読画面---- */
.page-mag .block-mail-news .block-mail-news--register-form .block-mail-news--register-items .form-group .constraint
{
  background: unset;
  width: 0px;
}
.page-mag .block-mail-news .block-mail-news--register-form .block-mail-news--register-items .form-group .form-label
{
  width: 23%;
  padding-left: 0;
}
.page-mag .block-mail-news .block-mail-news--register-form .block-mail-news--register-items .block-mail-news--mail .constraint
{
  padding: 5px 0 5px 50px;
}
.page-mag .block-mail-news .block-mail-news--register-form .block-mail-news--register-items .block-mail-news--cmail .constraint
{
  padding: 5px 0 5px 11px;
}
.page-mag .block-mail-news .block-mail-news--register-form .block-mail-news--register-items .form-group .form-control input[type="text"]
{
  border-radius: 5px;
  height: 45px;
}

