﻿@charset "UTF-8";

/* ================================================
		下層ページのヘッダー
================================================ */
.top-header {
    margin: 0;
    text-align: center;
    padding: 15px 0 15px 0;
    display: flex;
    align-items: center;
	background: #fff;
}

.top-header .logo {
    width: 40%;
    padding: 0 20px;
}

.top-header .logo h1{
    margin-top: 0;
    margin-bottom: 0;
}

.top-header .head-txt {
    font-size: 10px;
    color: #202022;
    text-align: left;
    line-height: 1.6;
    width: 60%;
}

/* ================================================
		タイトル
================================================ */
h1{
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: none;
}

.h1{margin-bottom: 20px;}

h2{
	font-size: 16px;
	padding: 10px 10px 20px 0;
	margin: 0 10px 20px 10px;
	border-bottom: solid 2px #f4f4f4;
}

h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 50px;
	padding: 12px 20px;
	background: #f5f5f5;
}

h4{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin-bottom: 40px;
}

/* efo */
.form-error {
    color: #e54848;
}

/* ========================================
		テキストカラー
=========================================*/
body{
	/*font-family: 'Noto Sans JP', sans-serif;*/
	color: #1c1b1b;
	/*-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;*/
}

h1,
.h1{font-size: 18px;}

/* ========================================
		注意のカラー
=========================================*/
.required:after{
	background-color: #e54848;
}

/* ========================================
		ボーダーのカラー
=========================================*/

/* input */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea{
	border: 1px solid #e7e7e9;
	padding: 8px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
textarea{
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
select:hover,
textarea:hover{border: 1px solid #e7e7e9;}

input[type="text"].efo-valid,
input[type="tel"].efo-valid,
input[type="email"].efo-valid,
input[type="search"].efo-valid,
input[type="password"].efo-valid,
input[type="url"].efo-valid,
input[type="number"].efo-valid,
select.efo-valid,
textarea.efo-valid {background-color: #eaeefb;}

.legend{
	border-bottom: 1px solid #e7e7e9;
	font-weight: bold;
}

.block-inquiry-history-detail--subject{
	background: #fff;
	font-size: 16px;
}

/* table */
.table,
.table td,
.table th{border: 1px solid #e2e2e2;}
.table th{font-weight: bold;}


/* マイページ */
.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li{border: none;}

/* アドレス登録後 */
.block-mypage--member-info-item-update-address-book .block-mypage--update-address-book .block-mypage--update-address-book-description i{display: none;}
.block-mypage--member-info-item-update-address-book .block-mypage--update-address-book .block-mypage--update-address-book-description dt#dest_change + dd{padding: 0;}
.block-mypage--member-info-item-update-address-book .block-mypage--update-address-book .block-mypage--update-address-book-description ul#destnav{border-top: none;}
.block-mypage--member-info-item-update-address-book .block-mypage--update-address-book .block-mypage--update-address-book-description ul#destnav li{border-bottom: #e2e2e2 1px solid;}
.block-mypage--member-info-item-update-address-book .block-mypage--update-address-book .block-mypage--update-address-book-description ul#destnav li a{
    padding: 10px 25px 10px 22px;
}

.block-mypage--member-info-item-update-address-book .block-mypage--update-address-book .block-mypage--update-address-book-description dt#dest_change a:before{
    position: absolute;
    content: "";
    right: 9px;
    top: 50%;
    margin: 0 0 0 0;
    width: 13px;
    height: 1px;
    background: #1c1b1b;
    transition: 0.15s ease 0s;
	transform: rotate(0deg);
}

.block-mypage--member-info-item-update-address-book .block-mypage--update-address-book .block-mypage--update-address-book-description dt#dest_change a:after{
	display: block;
	position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    margin: -6px 0 0 0;
    width: 1px;
    height: 13px;
    background: #1c1b1b;
    transition: 0.15s ease 0s;	
}

.block-mypage--member-info-item-update-address-book .block-mypage--update-address-book .block-mypage--update-address-book-description dt#dest_change.expand-tree-open a:after{
	transform: rotate(90deg);
}

/*.block-mypage--update-address-book-description dt.expand-tree-open a:after{
	position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    margin: -6px 0 0 0;
    width: 1px;
    height: 13px;
    background: #1c1b1b;
    transition: 0.15s ease 0s;
}*/


.block-mypage--shopping-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--inquiry-info-items li dt{border-bottom: #e2e2e2 1px solid;}

/* お問い合わせ */
.block-inquiry-history--body li{border-bottom: 1px solid #e2e2e2;}

/* 購入フロー */
.block-order-estimate--confirmation,
.block-order-estimate--date-spec-confirmation,
.block-order-estimate--novelty,
.block-order-estimate--goods-content,
.block-order-estimate--sales-append,
.block-order-estimate--regular-cycle-confirmation,
.block-order-estimate--comment-content,
.block-order-estimate--entry,
.block-order-estimate--amazonpay-login{border: solid 1px #e7e7e9;}

.block-cart--goods-list li{border-bottom: solid 1px #e7e7e9;}

.block-order-estimate--point-add{border-bottom: solid 1px #e7e7e9;}
.block-order-estimate--procedure{border: solid 1px #e7e7e9;}
.block-cart--amazonpay{border-top: 1px solid #e7e7e9;}
.block-order-estimate--date-spec-content,
.block-order-estimate--regular-cycle-content{border: solid 1px #e7e7e9;}
.block-order-method--payment-content{border: solid 1px #e7e7e9;}

.block-order-method--promotion,
.block-order-method--point-use,
.block-order-method--payment-method,
.block-order-method--coupon{
	border: solid 1px #e7e7e9;
	margin-top: -1px;
}

.page-login
.pane-main,
.page-method
.pane-main,
.page-estimate
.pane-main,
.page-orderdest
.pane-main,
.page-orderselect
.pane-main,
.page-noshi
.pane-main,
.page-cart .block-cart--body,
.page-order .block-order-complete--body,
.pane-landingpage-contents{
	border: none;
}

/* タイトル下線 */
.block-cart-recent-item--header{
	border-bottom: #e7e7e9 1px solid;
	background-color: #fff;
}

.block-purchase-history-detail--shiment-address{border: solid 1px #e7e7e9;}

.block-logout--message a{
	text-decoration: underline;
	color: #1c1b1b;
}

.block-topic-details--items dt,
.block-topic-details--items dd{color: #1c1b1b;}

.block-update-mail-address--mypage-link a,
.block-user-review--message a{color: #1c1b1b;}
.block-logout--message a:hover,
.block-mail-address--mypage-link a:hover,
.block-inquiry-history--subject a:hover{
	opacity: .7;
	text-decoration: none;
}

.block-credit-card-confirmation--credit-card-info h2,
.block-credit-card-confirmation--update-confirmation h2{
	background: #fff;
	font-size: 16px;
	border-bottom: 1px solid #e7e7e9;
}

.block-arrival-notice-list--items > li:first-child{border-top: 1px solid #e7e7e9;}
.block-arrival-notice-list--items li{border-bottom: 1px solid #e7e7e9;}

/* ========================================
				マイページ調整
=========================================*/
.block-topic-path--list a{
	text-decoration: none;
	color: #1c1b1b;
	font-size: 11px;
}

.block-mypage--customer-name,
.block-mypage--mypoint{font-size: 20px;}

.block-mypage--shopping-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--inquiry-info-items li dt a{font-size: 16px;}
.block-mypage--shopping-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--inquiry-info-items li dd{padding: 16px 14px;}
.block-mypage--withdrawal-link{margin-bottom: 30px;}
.block-topic-path--list a{
	text-decoration: none;
	color: #1c1b1b;
	font-size: 13px;
}

.page-menu .block-mypage--shopping-info .fa-shopping-basket,
.page-menu .block-mypage--member-info .fa-user-circle-o,
.page-menu .block-mypage--inquiry-info .fa-envelope,
.page-menu .fa-angle-right,
.fa-rss-square{display: none;}

.page-menu #mypagenav h2{
	background: #F4F4F6;
	font-size: 16px;
	font-weight: normal;
}

.block-mypage--shopping-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--inquiry-info-items li dt a{
	font-size: 14px;
	color: #1c1b1b;
}

.block-mypage--withdrawal-link a{color: #1c1b1b;}
.block-mypage--customer-status{background: #AEAEAE;}

.block-mypage--shopping-info-items li a:after,
.block-mypage--member-info-items li a:after,
.block-mypage--inquiry-info-items li a:after{display: none;}

.block-mypage--shopping-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--inquiry-info-items li dt a{position: relative;}

.block-mypage--shopping-info-items li a:before,
.block-mypage--member-info-items li a:before,
.block-mypage--inquiry-info-items li a:before{
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0 0;
	content: "";
	width: 7px;
	height: 7px;
	border-right: solid 1px #1c1b1b;
	border-bottom: solid 1px #1c1b1b;
	transform: rotate(-45deg);
}

.page-menu #mypagenav h2{
    margin: 0;
    padding: 15px 10px 15px 10px;	
}

.page-menu .expand-tree-open .fa.fa-plus{display: none;}
.page-menu .block-mypage--customer-name,
.page-menu .block-mypage--mypoint{font-size: 16px;}
.page-menu .block-mypage--logout{font-size: 12px;}
.block-mypage--rank-info{font-size: 15px;}
.block-mypage--rank-info th{font-weight: normal;}

/* =============================
		背景色
============================= */
.block-topic-path{background-color: #F4F4F6;}
.block-order-complete--home a{text-decoration: none;}

.block-user-review-completed--message-header,
.block-user-review--item-header{
	background: #fff;
	font-size: 16px;
}

/* ========================================
				ボタン
=========================================*/
.action-buttons{margin-bottom: 40px;}

/* 購入フロー */
.page-cart .block-cart--body,
.block-order-complete .block-order-complete--body{
	background-color: #fff;
	border: none;
}

.btn-primary{
	border: none;
    background-color: #0D3386;
}

.btn-default{
	color: #1c1b1b;
    border: none;
    background-color: #DDE4F6;	
}

.btn-danger {
    border: none;
    background-color: #e54848;
	color: #fff;
	text-decoration: none;
}

.btn{border-radius: 3px;}

.block-cart--order-btn{

}

.block-favorite--update{
	border: none;
	background-color: #0D3386;	
}

.block-favorite--cancel{
	color: #1c1b1b;
    border: none;
    background-color: #DDE4F6;	
}

/* ========================================
				タイトル
=========================================*/
/* h1 */
.page-order .block-order-complete h1{
	margin-top: 20px;
    margin-bottom: 20px;
	padding: 0;
}

/* h2 */
.block-login--member-header,
.block-inquiry-history--header,
.block-login--first-time-header,
.block-order-method--orderer-title,
.block-order-method--dest-title,
.block-order-method--payment-title,
.block-order-method--delivery-datetime{font-size: 16px;}
.block-order-estimate h2,
.block-order-method h2{
	font-size: 16px;
	margin: 0;
}
.block-order-method--date-spec-title,
.block-order-method--time-spec-title{font-size: 14px;}
.block-inquiry-history--customer-name{font-weight: normal;}

/* ========================================
				買い物かご調整
=========================================*/
.block-cart--goods-list-item-price{color: #1c1b1b;}
.block-cart--goods-list-item-price.default-price{font-weight: normal;color: #1c1b1b;}
.block-cart--goods-list-item-price.price-red{color: #e54848}
.page-cart .block-cart--goods-list-item-container .goods-icon{margin-bottom: 10px;}
.page-cart .block-cart--goods-list-item-container .goods-icon span img{
    height: auto;
    max-height: 16px;
}

.page-cart .block-cart--goods-list-item-name,
.page-cart .block-cart--goods-list-item-price-info{margin-bottom: 8px;}
.page-cart .block-cart--goods-list-item-comment .variation-name{margin-bottom: 4px;}
.page-cart .block-cart--goods-list-item-qty{
	width: 100%;
	padding: 5px 0 15px 0;
}
.page-cart .block-cart--goods-list-item-qty input,
.page-cart .block-cart--goods-list-item-qty select{
	margin: 0 2px 8px 2px;
	padding: 8px 4px;
	max-width: 60px;
}

.page-cart .block-cart--goods-list-item-qty select{
	margin: 0 2px 8px 2px;
	padding: 8px 4px;
	max-width: 80px;
	min-width: 60px;
	position: relative;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../img/usr/select_arrow.png) no-repeat right center #fff;
    background-position: right 8px center;
    background-size: 8px 7px;
    border-radius: 0;
    padding: 8px 20px 8px 8px;	
}

.page-cart .block-cart-recent-item h2.block-cart-recent-item--header{
	border-bottom: none;
	padding: 10px 10px 0 0;
    margin: 0 10px 10px 10px;
	text-align: center;
}

.page-cart .block-cart--goods-list-item-delete .block-cart--goods-list-item-delete-btn{
	position: relative;
	color: #1c1b1b;
	border: none;
	background: none;
	text-decoration: underline;
}

.page-cart .block-cart--contents .block-cart--goods-list > li > a{float: left;}
.page-cart .block-cart--contents .block-cart--goods-list > a + div.block-cart--goods-list-item-container{
	float: left;
	width: 60%;
}

.page-cart .block-cart--contents .block-cart--goods-list-item a{
	display: flex;
	flex-wrap: wrap;
}

.page-cart .block-cart--contents .block-cart--goods-list-item-name{
	order: 10;
	width: 100%;
}
.page-cart .block-cart--contents .block-cart--goods-list-item-comment{order: 20;}
.page-cart .block-cart--contents .block-cart--goods-list-item-qty{order: 30;}
.page-cart .block-cart--contents .block-cart--goods-list-item-price-info{
	order: 40;
	width: 100%;
}

.page-cart .block-cart--contents .block-cart--goods-list-item-price-info .price{font-weight: normal;}
.page-cart .block-cart--contents .block-cart--goods-list-item-set-name{order: 50;}
.page-cart .block-cart--contents .block-cart--goods-list-item-qty{
	display: block;
	clear: both;
	font-size: 13px;	
}
.page-cart .block-cart--goods-list-item-input{clear: both;}
.page-cart .block-cart--goods-list-item-input .block-cart--goods-list-item-calc input{border-radius: 3px;}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-input {
	display: flex;
    justify-content: space-between;
}

.page-cart .block-cart--goods-list .block-cart--goods-list-item-input .block-cart--goods-list-item-calc{
	order: 20;
	width: auto;
}
.page-cart .block-cart--goods-list .block-cart--goods-list-item-input .block-cart--goods-list-item-delete{order: 10;}
.page-cart .block-cart--subtotal-container .block-cart--subtotal{
	text-align: center;
	margin-top: 30px;
}


/* 買い物かご最近見た商品 */
.block-thumbnail-c--goods-name{overflow: hidden;}
.block-thumbnail-c--goods-name p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;	
}
.block-goods-list-c--items{
    padding: 0 0 0 10px;
	overflow: hidden;
	border-top: none;
}

.block-goods-list-c--items li{
    padding-left: 0;
    width: 90px;
    margin-right: 10px;	
}

.block-cart .block-goods-list-c{
	margin-bottom: 30px;
    overflow-x: auto;	
}

.block-goods-list-c--goods-image figure{
	max-width: 90px;
    max-height: 90px;	
}

.block-goods-list-c--items{padding-top: 10px;}

.block-cart--procedure-container__fixed .block-cart--subtotal-container .block-cart--subtotal{margin-top: 5px;}

/* ========================================
				ページャー
=========================================*/

.pagination > li a{
	display: inline-block;
	color: #1c1b1b;
}
.pager-current{background: #0D3386}

.fa-angle-left:before,
.fa-angle-double-left:before,
.fa-angle-right:before,
.fa-angle-double-right:before{display: none;}

.pagination li.pager-first a,
.pagination li.pager-prev a,
.pagination li.pager-next a,
.pagination li.pager-last a{width: 26px; height: 14px;}

.pagination li.pager-first{
	background:url(../../img/usr/pager_first.png) no-repeat center center;
	background-size: 13px 10.5px;
}

.pagination li.pager-prev{
	background:url(../../img/usr/pager_prev.png) no-repeat center center;
	background-size: 5.5px 10.5px;
}

.pagination li.pager-next{
	background:url(../../img/usr/pager_next.png) no-repeat center center;
	background-size: 5.5px 10.5px;
}

.pagination li.pager-last{
	background:url(../../img/usr/pager_last.png) no-repeat center center;
	background-size: 17.5px 10.5px;
}

/* ========================================
				購入フロー
=========================================*/
.pane-purchase-header{
	text-align: center;
	border-bottom: solid 1px #e7e7e9;
}
.pane-purchase-header h1 {
	display: flex;
	justify-content: center;
}
.pane-purchase-header a {
	display: block;
	margin: 0 10px;
	line-height: 1.0;
}
.pane-purchase-header a:first-child img {
	width: 98px;
	vertical-align: top;
}
.pane-purchase-header a:last-child img {
	width: 120px;
	vertical-align: top;
}
.block-cart--procedure-container,
.page-estimate .pane-main{
	background: #fff;
	border-top: none;
}

.block-cart--subtotal-container .block-cart--subtotal-price,
.block-cart--promotion-discount-price{color: #e54848;}

.block-cart--goods-list-item-price{color: #1c1b1b;}

.block-cart--goods-list-item-name,
.block-cart--goods-list-item-price,
.block-cart--goods-point-info .block-cart--goods-point{color: #1c1b1b;}

/* ご注文確認 */
.page-estimate h2{
	margin: 0;
	padding: 15px 10px 10px 0;
	border-bottom: none;
}

.page-estimate h3{
	background: #fff;
    margin-bottom: 15px;
}

.page-estimate .block-order-estimate{
	background: #f4f4f4;
	margin: 0;
	padding: 0 10px;
}
.page-estimate .block-order-estimate h1{margin: 0;}

.page-estimate .block-order-estimate--point,
.page-estimate .block-order-estimate--coupon,
.page-estimate .block-order-estimate--date-spec{border-bottom: solid 1px #e2e2e2;}
.page-estimate .block-order-estimate--price-items{padding: 12px 10px 5px 10px}
.page-estimate .block-order-estimate form{padding: 0 10px;}
.page-estimate .block-order-estimate--commit .action-buttons{margin-bottom: 0;}
.page-estimate .purchase-flow-step{
	background: #fff;
    margin: 0;
	padding: 20px 10px 10px 10px;
    margin-bottom: 10px;	
}

.page-estimate .block-order-estimate h3{margin-bottom: 10px;}

.page-estimate .block-order-estimate--price-items dt,
.page-estimate .block-order-estimate--price-items dd{padding: 6px 4px;}

.page-estimate .block-order-estimate--date-spec-confirmation{border: none;}
.page-estimate .goods-icon img{max-height: 16px;}

/* ご注文方法の指定 */
.page-method .pane-main{background: #f4f4f4;}
.page-method .block-order-flow--step{
	background: #f4f4f4;
    padding: 20px 0;
	margin: 0;
}
.page-method .block-order-method--wrapper label{font-weight: bold;}
.page-method .block-order-method select{
	position: relative;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../img/usr/select_arrow.png) no-repeat right center #fff;
    background-position: right 8px center;
    background-size: 8px 7px;
    border-radius: 0;
    padding: 8px 20px 8px 8px;	
}

.page-method .block-order-method--goods-list .block-order-method--goods-info .goods-icon img{max-height: 16px;}

/* タイトル */
.page-method .block-order-method--contents h2.block-order-method--dest-title,
.page-method .block-order-method--contents h2.block-order-method--delivery-datetime{
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 0;
}

.page-method .block-order-method--contents h2.block-order-method--payment-title{
	margin: 0;
	padding: 0 10px 10px 0;	
}

.block-order-method--dest-list{
	border: solid 1px #e2e2e2;
	margin-bottom: 20px;
}

.block-order-method--dest-title-salesinclude,
.block-order-method--dest-note-salesinclude{background: #f4f4f4;}


.page-method .block-order-method{margin: 0;}
.page-method .block-order-method--contents{
	background: #f4f4f4;
	padding: 0 10px 20px 10px;
}

.page-method .block-order-method h2.block-order-method--orderer-title{
    margin: 0;
    padding: 10px 10px 10px 0;	
}


/* 注文完了 */
.page-order .block-order-complete .block-order-complete--body{
	background: #f4f4f4;
	padding: 0;
}

.block-order-complete table th{font-weight: bold;}
.page-order .block-order-complete .block-order-complete--body .block-order-complete--home{
	padding: 0;
	margin: 0 10px;
}
.page-order .block-order-complete .block-order-complete--body .block-order-complete--home a{
	padding: 10px;
    width: 100%;
    display: block;
	background-color: #0D3386;
	color: #fff;
	margin-bottom: 30px;
}

.page-order .block-order-complete .block-order-complete--body .block-order-complete--wrapper{
	margin: 0 10px 20px 10px;
	padding: 20px 10px 10px 10px;
}

.page-order .block-order-complete .block-order-complete--body .block-order-complete--wrapper .block-order-complete--message{margin: 0;}
.page-order .block-order-complete .block-order-complete--body .block-order-complete--wrapper .block-order-complete--message p{padding: 10px 10px 20px 10px;}
.page-order .block-order-complete .block-order-complete--body .purchase-flow-step{
	background: #fff;
    padding: 10px 10px;
}

.page-method .block-order-method .block-order-method--wrapper .purchase-flow-step,
.page-estimate .block-order-estimate .block-order-method--wrapper .purchase-flow-step{
	background: #fff;
    padding: 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ========================================
				検索
=========================================*/
.page-search .form-group .form-label{
	font-size: 16px;
	margin-bottom: 5px;
}
.page-search .block-search-goods h2{
    padding: 10px 10px 10px 0;
	border-bottom: none;
}

.alert{padding: 10px 10px 10px 10px;}
.alert:before{display: none;}

.page-entrycomplete .action-buttons .action .btn{margin-top: 0px;}
.page-entrycomplete form .action-buttons .action .btn{margin-top: 10px;}
.page-entrycomplete form .action-buttons{margin-bottom: 10px;}

/* selectカスタマイズ */
.page-search .block-search-goods .form-control select{
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../img/usr/select_arrow.png) no-repeat right center #fff;
    background-position: right 8px center;
    background-size: 8px 7px;
    border-radius: 0;
    padding: 8px 20px 8px 8px;	
}
.page-search .block-search-goods .form-control .block-search-goods--from-yy,
.page-search .block-search-goods .form-control .block-search-goods--from-mm,
.page-search .block-search-goods .form-control .block-search-goods--from-dd,
.page-search .block-search-goods .form-control .block-search-goods--to-yy,
.page-search .block-search-goods .form-control .block-search-goods--to-mm,
.page-search .block-search-goods .form-control .block-search-goods--to-dd{width: 60px;}
.page-search .block-search-goods .form-control input[name=last_sdt]{width: 100px;}

.page-search .block-search-goods .form-control input[name=keyword],
.page-search .block-search-goods .form-control input[name=goods_code],
.page-search .block-search-goods .form-control input[name=name],
.page-search .block-search-goods .form-control input[name=jan]{width: 100%;}

/* ========================================
				会員
=========================================*/
.page-entry .modal-dialog{width: 100%!important;}
.page-customer .form-group.block-member-info--tel .form-control .checktype_tel input{width: 30%;}

.page-customer .block-member-info--form .form-control select{
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../img/usr/select_arrow.png) no-repeat right center #fff;
    background-position: right 8px center;
    background-size: 8px 7px;
    border-radius: 0;	
    padding: 8px 20px 8px 8px;	
} 

.page-customer .block-member-info--form .form-control select[name=sex]{width: 80px;}

/* 表形式装飾 */
.page-entry .block-member-info--form .fieldset div.form-group.block-member-info--use-spoofing-protection:last-of-type{
	display: flex;
	margin-bottom: 10px;
}
.page-entry .block-member-info--form .fieldset div.form-group.block-member-info--use-spoofing-protection:last-of-type .constraint{margin-right: 5px;}
.page-entry .block-member-info--form .form-group.block-member-info--tel .checktype_tel input{width: 30%;}

/* ========================================
				アンケート
=========================================*/
.page-questionnaireform .block-questionnaire .form-group .form-label{
	width: 100%;
    margin: 0 0 10px 0;
    padding: 8px 8px;	
	font-size: 14px;
	border-bottom: 1px solid #e7e7e9;
    font-weight: bold;
} 

.page-questionnaireform .block-questionnaire .form-group .form-control{padding: 0 8px;}
.page-questionnaireform .block-questionnaire .block-questionnaire--form h2.legend{
	font-size: 14px;
	padding: 8px 8px;
}
.page-questionnaireform .block-questionnaire .block-questionnaire--form .block-questionnaire--item-description{padding: 0 8px;}
.block-questionnaire--customer-name{font-weight: normal;}

/* ========================================
				ログイン
=========================================*/
.page-login .block-login{
	padding: 10px 20px;
	margin: 0;
  background: #FFF;
}

.page-login .block-login h1{
	padding: 0 10px 10px 10px;
	margin-top: 0;
    margin-bottom: 0px;
    font-size: 18px;	
}

.page-login .block-login--body h2{
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0 0 15px;
}

.page-login .block-login .block-login--body .action-buttons{margin-bottom: 0;}
.page-login .block-login--first-time-message{
  text-align: center;
  font-weight: bold;
  margin-bottom: 22px;
}

.page-login .login_caution {
  color: #E54848;
  font-size: 14px;
}

.block-login--member {
  margin: 0 0 30px;
}
.block-login--member-body,
.block-login--first-time-body {
  padding: 20px;
}
.block-login--member-message {
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-login--member-body .form-group {
  margin: 0 0 10px;
}
.block-login--member-body .form-label {
  margin: 0 0 5px;
}
.block-login--member-body .form-group input:not([type="checkbox"]) {
  width: 100% !important;
  padding: 10px 8px;
}
.block-login--pwd .husezi_ {
  margin: 10px 0 0;
}
.block-login--pwd .inputChangeBtn {
  width: 22px !important;
  margin: 0 8px 0 0;
}
.block-login--body .btn-primary {
  display: block;
  width: 50%;
  min-width: 150px;
  border-radius: 3px;
  margin: 20px auto 0;
  padding: 8px 0;
  font-size: 16px;
  font-weight: normal;
}
.block-login--body .btn-primary.block-login-guest--btn {
  width: 60%;
}
.block-login--ask-password {
  text-align: center;
  margin: 10px 0 3px;
}
.block-login--ask-mail {
  text-align: center;
}
.block-login--ask-password a,
.block-login--ask-mail a {
  font-weight: bold;
  text-decoration: underline;
}
.block-login-guest {
  margin: 38px 0 0;
}
.block-login-guest h3 {
  padding: 0;
  background: 0;
  margin: 0 0 5px;
  font-size: 14px;
  text-align: center;
}
.block-login-guest--message {
  font-size: 12px;
  text-align: center;
}
.block-login-guest--btn {
  color: #FFF;
  background: #1C1B1B;
}
.block-customer-point {
  margin: 25px 0 40px;
  padding: 30px 20px;
  border-radius: 20px;
  background: #FAFAFA;
}
.block-customer-point h2 {
  font-size: 20px;
  margin: 0 0 10px;
  padding: 0;
  background: none;
  border: 0;
  text-align: center;
}
.block-customer-point--img {
  text-align: center;
  margin: 0 0 35px;
}
.block-customer-point--img img {
  width: 74%;
}
.block-customer-point-items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin: 0 0 30px;
}
.block-customer-point-item {
  width: calc((100% - 20px) / 2);
}
.block-customer-point-item--img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.block-customer-point-item:nth-child(1) .block-customer-point-item--img,
.block-customer-point-item:nth-child(2) .block-customer-point-item--img {
  height: 66px;
}
.block-customer-point-item:nth-child(3) .block-customer-point-item--img,
.block-customer-point-item:nth-child(4) .block-customer-point-item--img {
  height: 48px;
}
.block-customer-point-item:nth-child(5) .block-customer-point-item--img,
.block-customer-point-item:nth-child(6) .block-customer-point-item--img {
  height: 70px;
}
.block-customer-point-item .block-customer-point-item--img img {
  max-height: 100%;
}
.block-customer-point-item:nth-child(2) .block-customer-point-item--img img {
  width: 66px;
}
.block-customer-point-item:nth-child(4) .block-customer-point-item--img img {
  width: 80px;
}
.block-customer-point-item:nth-child(5) .block-customer-point-item--img img {
  width: 71px;
}
.block-customer-point-item h3 {
  padding: 0;
  background: 0;
  font-size: 14px;
  text-align: center;
  margin: 0 0 8px;
}
.block-customer-point-item:nth-child(-n+4) h3 {
  min-height: 42px;
}
.block-customer-point-item p {
  font-size: 12px;
}
.block-customer-point-item p span {
  color: #ee7800;
  font-weight: bold;
}
.block-customer-point--link {
  text-align: center;
}
.block-customer-point--link a {
  font-weight: bold;
  text-decoration: underline;
}

/* ========================================
				ログアウト
=========================================*/
.page-logout .block-logout h1.block-logout--header{
    font-size: 18px;	
	margin-top: 10px;
    margin-bottom: 20px;
	padding: 10px;	
}

/* ========================================
				お問い合わせ
=========================================*/
.block-inquiry--header{font-size: 16px;}
.block-inquiry--message{font-size: 13px;}

.block-inquiry-history--body li{
	padding: 5px 10px;
	border-bottom: #e7e7e9 1px solid;
}

.block-inquiry-history--subject a{color: #1c1b1b;}
.pagination > *{border: 1px solid #e7e7e9;}
.block-inquiry--customer-name{font-weight: normal;}

.page-contact .block-inquiry--form .form-control .block-inquiry--subject{
	position: relative;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../img/usr/select_arrow.png) no-repeat right center #fff;
    background-position: right 8px center;
    background-size: 8px 7px;
    border-radius: 0;
	padding: 8px 20px 8px 8px;
}



/* ========================================
				購入履歴
=========================================*/
.page-historydetail .block-purchase-history-detail h2{
	margin: 0 0 15px 0;
	background: #fff;
	padding: 3px 10px 8px 0;
}

.page-historydetail .block-purchase-history-detail--shiment-address{padding: 10px;}
.page-historydetail .block-purchase-history-detail--order-body table th,
.page-historydetail .block-purchase-history-detail--shipping-info table th,
.page-historydetail .block-purchase-history-detail--order-info table th{width: 35%;}

/* ========================================
				表形式装飾(共通)
=========================================*/

/* 表形式装飾 */
.page-contact .fieldset-vertical .form-group,
.page-entry .fieldset-vertical .form-group,
.page-reviewwrite .fieldset-vertical .form-group,
.page-mailchange .fieldset-vertical .form-group,
.page-customer .fieldset-vertical .form-group,
.page-custdest .fieldset-vertical .form-group,
.page-passchange .fieldset-vertical .form-group,
.page-withdrawal .fieldset-vertical .form-group,
.page-askpass .fieldset-vertical .form-group,
.page-askpasschange .fieldset-vertical .form-group,
.page-cardedit .fieldset-vertical .form-group,
.page-historydetail .block-purchase-history-detail--receipt .fieldset-vertical .form-group{
	position: relative;
	border: 1px solid #e7e7e9;
}

.page-contact .fieldset-vertical .form-group .form-label,
.page-entry .fieldset-vertical .form-group .form-label,
.page-reviewwrite .fieldset-vertical .form-group .form-label,
.page-mailchange .fieldset-vertical .form-group .form-label,
.page-customer .fieldset-vertical .form-group .form-label,
.page-custdest .fieldset-vertical .form-group .form-label,
.page-passchange .fieldset-vertical .form-group .form-label,
.page-withdrawal .fieldset-vertical .form-group .form-label,
.page-askpass .fieldset-vertical .form-group .form-label,
.page-askpasschange .fieldset-vertical .form-group .form-label,
.page-cardedit .fieldset-vertical .form-group .form-label,
.page-historydetail .block-purchase-history-detail--receipt .fieldset-vertical .form-group .form-label{
	width: 100%;
	background: #f8f8f8;
	padding: 10px 40px 10px 10px;
	border-bottom: solid 2px #e7e7e9; 
}

.page-contact .fieldset-vertical .form-group .required,
.page-entry .fieldset-vertical .form-group .required,
.page-reviewwrite .fieldset-vertical .form-group .required,
.page-mailchange .fieldset-vertical .form-group .required,
.page-customer .fieldset-vertical .form-group .required,
.page-custdest .fieldset-vertical .form-group .required,
.page-passchange .fieldset-vertical .form-group .required,
.page-withdrawal .fieldset-vertical .form-group .required,
.page-askpass .fieldset-vertical .form-group .required,
.page-askpasschange .fieldset-vertical .form-group .required,
.page-cardedit .fieldset-vertical .form-group .required{
	position: absolute;
	right: 10px;
	top: 10px;
}

.page-contact .fieldset-vertical .form-group .form-control,
.page-entry .fieldset-vertical .form-group .form-control,
.page-reviewwrite .fieldset-vertical .form-group .form-control,
.page-mailchange .fieldset-vertical .form-group .form-control,
.page-customer .fieldset-vertical .form-group .form-control,
.page-custdest .fieldset-vertical .form-group .form-control,
.page-passchange .fieldset-vertical .form-group .form-control,
.page-withdrawal .fieldset-vertical .form-group .form-control,
.page-askpass .fieldset-vertical .form-group .form-control,
.page-askpasschange .fieldset-vertical .form-group .form-control,
.page-cardedit .fieldset-vertical .form-group .form-control,
.page-historydetail .block-purchase-history-detail--receipt .fieldset-vertical .form-group .form-control{padding: 10px;}




/* ========================================
				カード情報
=========================================*/
.page-cardedit .block-credit-card-confirmation--header{
    margin: 10px 0 20px 0;
	padding: 10px 0;
} 

.page-cardedit h2.block-credit-card-confirmation--credit-card-info-header,
.page-cardedit h2.block-credit-card-confirmation--update-confirmation-header{
    border-bottom: 1px solid #e7e7e9;
    font-weight: bold;
	width: 100%;
	font-size: 16px;
    margin: 10px 0;
    padding: 5px 0;	
}

/* ========================================
				レビュー
=========================================*/
.page-reviewposted h2.block-user-review-completed--message-header{
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 0;
}
.page-reviewwrite h1.block-user-review--header{
    margin-top: 10px;
    margin-bottom: 20px;	
}
.page-reviewwrite h2.block-user-review--item-header{
	margin: 0 0 10px 0;
    padding: 0 10px 20px 0;
}
/* ========================================
				メールアドレス変更
=========================================*/
.page-mailchange h1.block-update-mail-address--header{
    margin-top: 10px;
    margin-bottom: 20px;	
}
.page-mailchange .block-update-mail-address .block-update-mail-address--mypage-link{text-decoration: none;}
.page-mailchange .block-update-mail-address .block-update-mail-address--mypage-link a{
	color: #1c1b1b;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;	
    border: none;
    background-color: #DDE4F6;	
    display: block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
	text-decoration: none;
}

/* ========================================
				メールアドレス帳
=========================================*/
.page-custdest .fieldset-vertical .form-control .checktype_tel input{width: 30%;}
.page-custdest .fieldset-vertical .form-control select{
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../img/usr/select_arrow.png) no-repeat right center #fff;
    background-position: right 8px center;
    background-size: 8px 7px;
    border-radius: 0;
	padding: 8px 20px 8px 8px;
}

/* ========================================
				お気に入り
=========================================*/
.page-bookmark h1.block-favorite--header{
    margin-top: 10px;
    margin-bottom: 20px;
	font-size: 18px;
}

.page-bookmark .block-favorite--add-to-cart .action-buttons{margin-bottom: 0;}

.block-favorite--customer-name{
	font-weight: normal;
}

/* ========================================
				商品購入規約
=========================================*/
.page-goodsagree .block-goods-agreement--agreement-message{
	word-wrap: break-word;
    white-space: normal;
    display: block;	
}

/* ========================================
				STEP
=========================================*/
.purchase-flow-step{
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.block-arrival-notice-list--goods-name,
.block-arrival-notice-list--goods-name a{color: #1c1b1b;}

/* ========================================
				矢印
=========================================*/
.block-inquiry-history--body li:first-child {border-top: #e7e7e9 1px solid;}

.block-inquiry-history--subject a:after{
	display: none;
}

.block-topic-details--items li img{
	position: absolute;
    top: 15px;
    left: 100px;	
}

.block-topic-details--items li a:after{
	position: absolute;
	top: 50%;
	margin: -4px 0 0 0;
	content:"";
	width: 8px;
	height: 8px;
	border-top: solid 1px #1c1b1b;
	border-right: solid 1px #1c1b1b;
	transform: rotate(45deg);
	
}

.block-style--header,
.block-sort--header{background: #F4F4F6;}

.block-style--header,
.block-sort--header{position: relative;}

.block-style--header:after,
.block-sort--header:after{
    position: absolute;
    content: "";
    right: 9px;
    top: 50%;
    margin: 0 0 0 0;
    width: 13px;
    height: 1px;
    background: #1c1b1b;
    transition: 0.15s ease 0s;
}

.block-style--header:before,
.block-sort--header:before{
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    margin: -6px 0 0 0;
    width: 1px;
    height: 13px;
    background: #1c1b1b;
    transition: 0.15s ease 0s;
	transform: rotate(90deg);
}

.block-style--header.block-style--close:after,
.block-style--header.block-sort--close:after{
    position: absolute;
    content: "";
    right: 9px;
    top: 50%;
    margin: 0 0 0 0;
    width: 13px;
    height: 1px;
    background: #1c1b1b;
    transition: 0.15s ease 0s;
}

.block-style--header.block-style--close:before,
.block-sort--header.block-sort--close:before{
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    margin: -6px 0 0 0;
    width: 1px;
    height: 13px;
    background: #1c1b1b;
    transition: 0.15s ease 0s;
	transform: rotate(0deg);
}

/* ========================================
				イベント
=========================================*/
.okd-feature-top .okd-feature-top-title,
.okd-feature-top .okd-feature-top-titlee{margin-top: 4px;}
.block-event-page--accessory h2.block-top-event--image{
	background: #fff;
    padding: 10px;
}

.block-event-page--accessory .block-top-event--header{background: transparent;}
.block-event-page--accessory .block-top-event--more-btn{margin-bottom: 20px;}


/* ========================================
				価格
=========================================*/
.block-favorite--price,
.block-arrival-notice-list--price{color: #1c1b1b;}
.block-favorite--price.default-price,
.block-arrival-notice-list--price.default-price{font-weight: normal;color: #1c1b1b;}
.block-favorite--price.price-red,
.block-arrival-notice-list--price.price-red{color: #e54848;}


/* ========================================
				セレクトカスタマイズ
=========================================*/
.page-estimate .block-order-estimate .block-order-estimate--method-pay .block-order-estimate--pay-input .form-control select[name="card_brand"],
.page-estimate .block-order-estimate .block-order-estimate--method-pay .block-order-estimate--pay-input .form-control select[name="card_m"],
.page-estimate .block-order-estimate .block-order-estimate--method-pay .block-order-estimate--pay-input .form-control select[name="card_y"],
.page-estimate .block-order-estimate .block-order-estimate--method-pay .block-order-estimate--pay-input .form-control select[name="card_method"],
.page-entry .block-member-info .block-member-info--form .fieldset-vertical .form-group.block-member-info--pref .form-control select,
.page-entry .block-member-info .block-member-info--form .fieldset-vertical .form-group.block-member-info--sex .form-control select,
.page-entry .block-member-info .block-member-info--form .fieldset-vertical .form-group.block-member-info--birth .form-control select,
.page-login .block-login--first-time-body .form-group.block-login--member-info-pref .form-control select{
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	background: url(../../img/usr/select_arrow.png) no-repeat right center #fff;
	background-position: right 8px center;
	background-size: 8px 7px;
	border-radius: 0;
}
.page-entry .block-member-info .block-member-info--form .fieldset-vertical .form-group.block-member-info--pref .form-control select{width: 120px;}
.page-estimate .block-order-estimate .block-order-estimate--method-pay .block-order-estimate--pay-input .form-control select[name="card_method"]{width: 80px;}
.page-estimate .block-order-estimate .block-order-estimate--method-pay .block-order-estimate--pay-input .form-control select[name="card_m"],
.page-estimate .block-order-estimate .block-order-estimate--method-pay .block-order-estimate--pay-input .form-control select[name="card_y"],
.page-entry .block-member-info .block-member-info--form .fieldset-vertical .form-group.block-member-info--sex .form-control select{width: 80px;}
.page-entry .block-member-info .block-member-info--form .fieldset-vertical .form-group.block-member-info--birth .form-control select{width: 60px;}

/* ========================================
				会員登録チェックボックスカスタマイズ
=========================================*/
.page-entry .block-member-info .block-member-info--form .fieldset-vertical .form-group.block-member-info--mailmagazine .form-control input,
.page-entry .form-group.block-member-info--use-spoofing-protection .form-control input{display: none;}
.page-entry .block-member-info .block-member-info--form .fieldset-vertical .form-group.block-member-info--mailmagazine .form-control input + label,
.page-entry .form-group.block-member-info--use-spoofing-protection .form-control input + label{
    display: block;
	margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
    font-size: 13px;
    line-height: 1.8;	
}

.page-entry .form-group.block-member-info--use-spoofing-protection .form-control input + label{display: inline-block;}

.page-entry .block-member-info .block-member-info--form .fieldset-vertical .form-group.block-member-info--mailmagazine .form-control input + label::before,
.page-entry .form-group.block-member-info--use-spoofing-protection .form-control input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    border: 2px solid #e7e4dd;
    background: #fff;
}

.page-entry .block-member-info .block-member-info--form .fieldset-vertical .form-group.block-member-info--mailmagazine .form-control input:checked + label::after,
.page-entry .form-group.block-member-info--use-spoofing-protection .form-control input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 6px;
    height: 10px;
    border-right: solid 2px #1c1b1b;
    border-bottom: solid 2px #1c1b1b;
    transform: rotate(45deg);
}

/* ================================================
		新規会員登録
================================================ */
.block-member-terms {
  margin: 20px;
}
.block-member-terms h1 {
  font-size: 22px;
  text-align: center;
  padding: 0;
  margin: 30px 0;
}
.block-member-terms--text {
  color: #E54848;
  font-weight: bold;
  margin: 0 0 10px;
}
.block-member-terms--login {
  text-align: center;
  margin: 0 0 20px;
}
.block-member-terms--login a {
  text-decoration: underline;
}
.block-member-terms--auth-mail {
  border: 1px solid #DCDCDC;
  margin: 0 0 30px;
  padding: 20px;
}
.block-member-terms--auth-mail-text {
  font-weight: bold;
  margin: 0 0 24px;
}
.form-group.block-member-terms--auth-mail-address {
  margin: 0 0 23px;
}
.block-member-terms--auth-mail-address input {
  width: 100%;
}
.block-member-terms--auth-mail .action-buttons {
  margin: 0;
}
.block-member-terms--auth-mail .action-buttons .action:not(:last-child) {
  margin: 0 0 10px;
}
.block-member-terms--auth-mail .btn {
  display: block;
  width: 46%;
  margin: 0 auto;
  border-radius: 3px;
}

/* ================================================
		ゲスト購入
================================================ */
.block-login .for-guest,
.block-login:has(.for-guest .form-error) .for-member {
  display: none;
}
.block-login:has(.for-guest .form-error) .for-guest {
  display: block;
}
.page-login .block-login h1.for-guest {
  letter-spacing: 0;
  margin: 30px 0;
}
.block-order-guest-text {
  text-align: center;
  line-height: 1.8;
  margin: 0 0 15px;
}
.block-order-guest-text a {
  text-decoration: underline;
}
.login_order .block-login--first-time-body h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 20px;
}
.login_order .fieldset-vertical .form-group {
  margin: 0 0 20px;
}
.login_order .block-login--member-info-name .form-control,
.login_order .block-login--member-info-kana .form-control {
  display: flex;
  flex-wrap: wrap;
}
.login_order .checktype_name,
.login_order .checktype_kana {
  display: flex;
  align-items: center;
  width: 50%;
}
.login_order .block-login--member-info-value-label {
  width: 38px;
  text-align: center;
  margin: 0;
}
.login_order .block-login--member-info-name .form-control input,
.login_order .block-login--member-info-kana .form-control input {
  width: calc(100% - 38px);
}
.login_order .block-login--member-info-mail .form-control input,
.login_order .block-login--member-info-cmail .form-control input,
.login_order .block-login--member-info-addr .form-control input,
.login_order .block-login--member-info-addr2 .form-control input,
.login_order .block-login--member-info-addr3 .form-control input {
  width: 100%;
}
.block-order-guest-point-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 0;
}
.login_order .block-login--entry {
  margin-bottom: 30px;
}
.login_order .block-login--back {
  display: block;
  width: 50%;
  min-width: 150px;
  margin: 10px auto 0;
  font-size: 16px;
}
.login_order_form {
  margin: -10px 0 40px;
}