@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
    color: white;
    font-family: メイリオ,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック,Osaka,Meiryo,sans-serif;
    color: #636363;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding-right: 15px;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a{
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    box-sizing: content-box !important;
    text-decoration: none;
    color: #3399cc;
}
a:hover{
    text-decoration: none;
    color: #2e8ab8;
    outline: 0;
}

img {
    display: block;
    border: 0;
	filter: blur(0);
	-webkit-filter: blur(0);
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

header{
    z-index: 1000;
}

footer{
    z-index: 10;
}

h1{
    font-size: 28px;
    font-weight: 400;
    color: #000;
    margin: 0;
    text-transform: none;
    font-style: normal;
}

h2, .h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
}

h3, .h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.full_area{
	width: 100%;
	position: fixed;
	left: 0;
}

.no_margin{
    margin: 0;
    padding: 0;
}

.right{
	float: right;
}

.left{
	float: left;
}

.flexbox{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}

.warp{
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexbox-1{
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}

.flexbox-2{
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}

.flexbox-3{
	-webkit-box-ordinal-group:3;
	-ms-flex-order:3;
	-webkit-order:3;
	order:3;
}

.flexbox-right{
	margin-left: auto;
}

.flexbox-center{
	margin: auto;
}

.container, .ec-role{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    align-items: flex-start;
}

.button{
    background: #3399cc;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
}

.button:hover{
    cursor: pointer;
}

.button-favorited:hover {
    cursor: pointer;
}

.grey-swooth {
	background: #272727 url(../img/products/whiteSwoosh.png) center top no-repeat;
	padding: 40px 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.red-swooth {
    background: rgb(59, 59, 59) url(../img/products/redSwoosh.png) center top no-repeat;
    padding: 40px 0;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.white-swooth {
    background: url(../img/products/whiteSwoosh1.png) center top no-repeat;
    padding: 40px 0;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* .white-swoothと同時に使用 */
.grey-gradient-bg {
    background: -webkit-linear-gradient(bottom, #f5f5f5 10%, #fff);
    background: -o-linear-gradient(bottom, #f5f5f5 10%, #fff);
    background: -moz-linear-gradient(bottom, #f5f5f5 10%, #fff);
    background: linear-gradient(bottom, #f5f5f5 10%, #fff);
    background: -ms-linear-gradient(bottom, #F5F5F5 10%, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#F5f5f5');
}

.white-swooth-top {
    background: url(../img/products/whiteSwoosh.png) center top no-repeat;
    padding: 40px 0;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* .white-swooth、white-swooth-topと同時に使用 */
.gray-bg {
    background: #f8f8f8;
}

.black-bg{
    background: #000;
}


.accordion-link {
    cursor: pointer;
    position: relative;
}
.accordion-contr{
    overflow: hidden;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close {
    color: #ff0000;
    font-size: 21px;
    font-weight: bold;
    transition: 0.3s;
    margin-right: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.prevention-masked {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.inctax{
	font-size: 8px;
	text-decoration: none;
}

.breadcrumbs {
	margin: 0;
	padding: 20px 0;
	overflow: hidden;
}

.breadcrumbs li {
	display: inline-block;
	line-height: 24px;
	text-transform: none;
	font-size: 12px;
}

.breadcrumbs li a {
	color: #888;
}

.breadcrumbs a:hover {
    color: #3399cc;
}

.ec-pageHeader h1{
	font-size: 28px;
	font-weight: 400;
	border-bottom: solid 1px #eb0000;
	color: #000;
	line-height: 68px;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-style: normal;
	text-rendering: optimizeLegibility;
}

.ec-pageHeader{
	padding: 15px 0;
}



/* カートに入れるダイアログ */
#in_to_cart{
	text-align: center;
	padding: 80px 0;
	margin: -100px 0 0 -150px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 200px;
	background-color:rgba(255,255,255,0);
	color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka','Meiryo',sans-serif;
	font-size: 20px;
	z-index: 4000;
}
#in_to_cart img{
	display: inline;
}

#in_to_cart_end{
	text-align: center;
	padding: 20px 0 5px;
	margin: -160px 0 0 -130px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 260px;
	/*height: 320px;*/
	background-color: #000;
	color: #fff;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka','Meiryo',sans-serif;
	font-size: 16px;
	z-index: 4000;
}

#in_to_cart_end a:hover{
    color: #fff;
}

#in_to_cart_end #in_to_cart_msg{
	margin-bottom: 5px;
}
#in_to_cart_end #in_to_cart_name{
	margin-top: 5px;
}
#in_to_cart_end .btn-remove {
	position: absolute;
	right: 0;
	top: 0;
	background: #999;
	border: none;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
#in_to_cart_end .btn-remove:after {
	color: #fff;
	content: 'X';
	height: 20px;
	line-height: 20px;
	width: 100%;
	font-size: 10px;
	font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-weight: bold;
}

#in_to_cart_image{
	height: 150px;
	position: relative;
	height: 150px;
	margin: 0;
	padding: 0;
}
#in_to_cart_image img{
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 150px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#in_to_cart_end .button{
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka','Meiryo',sans-serif;
	background: #0886fb;
	padding: 7px 0;
	margin: 5px 0;
	width: 95%;
    line-height: 19px;
    height: 19px;
    box-sizing: content-box;
}

.btn-remove:hover:after {
    color: #fff;
    text-decoration: none;
}
/*
.btn-remove:after {
    content: 'X';
    color: #fff;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
}
*/

/* 入荷お知らせメール */
.add-to-mail{
	background-color: #080ffb!important;
}
.add-to-mail:hover{
	background-color: #02068c!important;
}
#arrive-area, #arrivemail-area-end, #arrivemail-submit, #arrivemail-submit-end{
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka','Meiryo',sans-serif;
}
#arrivemail-submit, #arrivemail-submit-end{
	background-color: #080ffb!important;
}
#arrive-area input, #arrivemail-area-end input {
    font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka','Meiryo',sans-serif;
    color: #393939;
    border-style: solid;
    border-width: 1px;
    border-color: #cfcfcf #ddd #e6e6e6;
    font-size: 16px;
    padding: 0 18px;
    height: 40px;
    outline: none;
    background: #ebebeb;
    border-radius: 0;
    box-shadow: -2px 2px 5px -2px #ddd inset;
}

#arrivemail-area, #arrivemail-area-end, .arrivemail-area, .arrivemail-area-end {
    position: fixed;
    top: 20%;
    display: none;
    z-index: 20000;
    text-align: left;
}

#arrivemail-area, #arrivemail-area-end {
    width: 600px;
    left: 50%;
    margin-left: -300px;
}


#arrive-area {
    background: #fff;
}

#arrive-title {
    background: #000;
    color: #fff;
    width: 100%;
    height: 27px;
    padding: 3px;
    margin-bottom: 10px;
}

#arrive-area .arrivemail-close {
    background: #007aec;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ededed;
    text-align: center;
    text-shadow: none;
    float: right;
    margin-left: 6px;
}

.arrive-submitbtn {
    text-align: right;
    padding: 10px;
}

#arrive-area .arrive-inbox {
    margin: 0 20px;
}

#arrive-area .arrive-itemname,
#arrive-area #product-name{
    display: inline-block;
}

#arrivemail-submit, #arrivemail-submit-end {
    background-color: #080ffb!important;
}

span.attention {
    display: none;
    color: red;
}

/*EC-CUBEのエラーメッセージ不足*/
.ec-radio .ec-errorMessage{
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
    color: #DE5D50;
}
.error.ec-input textarea {
    margin-bottom: 5px;
    border-color: #CF3F34;
    background: #FDF1F0;
}

@media only screen and (max-width: 999px){
    .container, .ec-role{
        width: 85%;
    }
}

@media only screen and (max-width: 767px){
    body{
        overflow-y:auto!important;
        padding-right: 0px;
    }
    #ascrail2000{
        display: none!important;
    }

    #arrivemail-area, #arrivemail-area-end, .arrivemail-area, .arrivemail-area-end {
        position: fixed;
        top: 5%;
        display: none;
        z-index: 20000;
        text-align: left;
    }

    #arrivemail-area, #arrivemail-area-end {
        left: 10%;
        right: 10%;
        width: auto;
        margin-left: 0;
    }

}

/* キャンペーン商品タグ関連 */
#product-detail-page .campaignProduct,
#page_sessions .campaignProduct,
.category-page .campaignProduct{
	position: relative;
}
#product-detail-page .campaignProduct::after,
#default-product-page .campaignProduct::after,
#page_sessions .campaignProduct::after,
.category-page .campaignProduct::after,
.campaignProduct .ec-shelfGrid__item-image::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../img/campaign/2025-xmas-tag.png) no-repeat;
	background-size: contain;
	position: absolute;
}
#product-detail-page .newProduct,
#page_sessions .newProduct,
.category-page .newProduct{
	position: relative;
}
#product-detail-page .newProduct::after,
#default-product-page .newProduct::after,
#page_sessions .newProduct::after,
.category-page .newProduct::after,
.newProduct .ec-shelfGrid__item-image::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../img/campaign/new-product.png) no-repeat;
	background-size: contain;
	position: absolute;
}

#product-detail-page .limitedProduct,
#page_sessions .limitedProduct,
.category-page .limitedProduct{
	position: relative;
}
#product-detail-page .limitedProduct::after,
#default-product-page .limitedProduct::after,
#page_sessions .limitedProduct::after,
.category-page .limitedProduct::after,
.limitedProduct .ec-shelfGrid__item-image::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../img/campaign/limited-product.png) no-repeat;
	background-size: contain;
	position: absolute;
}


/* 商品ページ／カテゴリページ */
#product-detail-page .campaignProduct::after,
#default-product-page .campaignProduct::after,
#page_sessions .campaignProduct::after,
.category-page .campaignProduct::after{
	width: 75px;
	height: 75px;
	top: 0px;
	left: 0px;
}

#product-detail-page .newProduct::after,
#default-product-page .newProduct::after,
#page_sessions .newProduct::after,
.category-page .newProduct::after{
	width: 75px;
	height: 75px;
	top: 0px;
	left: 0px;
}

#product-detail-page .limitedProduct::after,
#default-product-page .limitedProduct::after,
#page_sessions .limitedProduct::after,
.category-page .limitedProduct::after{
	width: 75px;
	height: 75px;
	top: 0px;
	left: 0px;
}

/* 商品一覧ページ */
.campaignProduct .ec-shelfGrid__item-image::after{
	width: 75px;
	height:75px;
	top: 0px;
	left: 0px;
}
.newProduct .ec-shelfGrid__item-image::after{
	width: 75px;
	height:75px;
	top: 0px;
	left: 0px;
}
.limitedProduct .ec-shelfGrid__item-image::after{
	width: 75px;
	height:75px;
	top: 0px;
	left: 0px;
}

/* 商品一覧・カテゴリページリサイズ */
@media only screen and (max-width: 767px){
	.campaignProduct .ec-shelfGrid__item-image::after,
	.category-page .campaignProduct::after{
		width: 50px;
		height: 50px;
		top: 0px;
		left: 0px;
	}
	.newProduct .ec-shelfGrid__item-image::after,
	.category-page .newProduct::after{
		width: 50px;
		height: 50px;
		top: 0px;
		left: 0px;
	}
	.limitedProduct .ec-shelfGrid__item-image::after,
	.category-page .limitedProduct::after{
		width: 50px;
		height: 50px;
		top: 0px;
		left: 0px;
	}
}
@media only screen and (max-width: 999px){
	.campaignProduct.ec-shelfGrid__item-image{
		position: relative;
	}
	.newProduct.ec-shelfGrid__item-image{
		position: relative;
	}
	.limitedProduct.ec-shelfGrid__item-image{
		position: relative;
	}
}

/* レビュー星 */
.review_score img{
	display: block!important;
    margin: 0!important;
    max-width: unset!important;
	vertical-align: unset;
}
.review_score div{
	display: inline-block!important;
	height: 22px;
}

.review_score div.review_star {
	margin-right: 1px;
}

.review_score .trim {
	overflow: hidden;
	position: relative;
}


