@charset "UTF-8";
/*============================================
ヘッダブロック 大枠調整
==============================================*/
#header-inner {
    width: 100%;
    max-width: 1200px;
}

/*============================================
グローバルメニューブロック 大枠調整
==============================================*/
#gnav div.cart-nav, #gnav nav {
    width: 100%;
    max-width: 1200px;
}

/*============================================
フッタブロック 大枠調整
==============================================*/
#footer-inner {
    width: 100%;
    max-width: 1200px;
}

/*============================================
コンテンツブロック 大枠調整
==============================================*/
#contents {
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
}
#main-column {
    max-width: 900px;
    width: 100%;
    overflow: hidden;
    margin: 0;
}
#sub-column {
    max-width: 260px;
    width: 100%;
    margin-right: inherit;
}
#itemDetail-cont .itemThumb-wrap {
    max-width: 400px;
    margin: 0 4% 0 0;
    width: 45%;
}
#itemDetail-cont .itemOutline {
    max-width: 450px;
    width: 50%;
}
@media screen and (max-width:1200px){
    #contents {
        width: 95%;
    }
    #main-column {
    max-width: 900px;
    width: 70%;
}
	#sub-column {
    max-width: 25%;
    width: 30%;
    margin-right: inherit;
}
}
@media screen and (max-width: 768px) {
	#contents {
        width: 95%;
        padding: 30px 0 0;
    }
    #main-column {
        width: 100%;
        padding: 20px 0 0;
        margin: 0 auto;
    }
    #sub-column {
        max-width: inherit;
        width: 269px;
        /* left: -269px; *//*左からの時*/
        right: -269px;/*右からの時*/
        background: #fff;
        padding: 90px 0 0;
    }
    #itemDetail-cont .itemThumb-wrap {
		/* max-width: 100%; */
		/* margin: 0 0 30px; */
		/* width: 100%; */
	}
	#itemDetail-cont .itemOutline {
		/* max-width:100%; */
		/* width: 100%; */
	}
	#itemDetail-cont .itemThumb-wrap .itemThumb-main img {
		width:100%;
		margin: 0 0 15px;
	}
	#wrapper.spsDrawerOpen::before {
		background: rgba(0,0,0,.6);
		content: "";
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 50;
	}
}
@media screen and (max-width: 580px){
	 #main-column {
        width: 95%;
        padding: 0;
        margin: 0 auto;
    }
	#sub-column {
        width: 80%;
        /* left: -80%; *//*左からの時*/
        right: -80%;/*右からの時*/
        padding: 90px 0 0;
    }
    #itemDetail-cont .itemThumb-wrap {
        width: 100%;
        margin: 0;
        max-width: inherit;
    }
    #itemDetail-cont .itemOutline {
        width: 100%;
        margin-top: 15px;
        max-width: 100%;
    }
    #contents {
        width: 100%;
        padding: 10% 0 0;
    }
}



/*商品一覧*/
article h1 {
    border-top:none;
    border-bottom: 2px solid #adb9cc;
    font-weight: bold;
    padding: 10px 0;
    font-size: 20px;
}
#bread-crumb-listTop ol li {
    font-size: 12px;
    white-space: nowrap;
}

.newItem .column-set, #itemList .column-set, .pickup .column-set, .ranking .column-set, .recommend .column-set{
	display:flex;
	flex-wrap:wrap;
}
.column4 .itemThumb-wrap, .column5 .itemThumb-wrap {
    margin: 20px 0 10px 0;
    position: relative;
}
.column3 .badge, .column4 .badge, .column5 .badge {
    /* display: none; */
    /* top: -40px; */
}
#itemList_wrap section form #itemList .column-set .column4 {
    float: left;
    width: 22.6%;
    margin: 0 3% 20px 0;
    padding-bottom: 0;
}

#itemList_wrap section form #itemList .column-set .column4:nth-child(4n) {
    margin: 0 0 20px 0;
}
#itemList_wrap section form #itemList .column-set .column4:nth-child(4n+1) {
    clear: inherit;
}

article #main-column #itemList section.column4 h2 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 15px;
}
p.price span.selling_price, p.price span.taxin {
    line-height: 20px;
    letter-spacing:1px;
}
p.price span.selling_price{
    font-size: 20px;
}
p.price span.taxin {
	margin:0 0 0 5px;
	font-weight: 500;
    font-size: 13px;
}
@media screen and (max-width: 580px) {
	#itemList_wrap section form #itemList .column-set .column4,
    #itemList_wrap section form #itemList .column-set .column5 {
		width: 49%;
		margin: 0 2% 10px 0;
		padding-bottom: 10px;
	}
	#itemList_wrap section form #itemList .column-set .column4:nth-child(4n) {
		margin: 0 0 20px 0;
	}
	#itemList_wrap section form #itemList .column-set .column4:nth-child(3n) {
		margin: 0 2% 20px 0;
	}
	#itemList_wrap section form #itemList .column-set .column4:nth-child(2n) {
		margin: 0 0 20px 0;
	}

	article #main-column #itemList section.column4 h2 {
		line-height: 6.5vw;
		font-size: 4.5vw;
	}
	p.price span.selling_price, p.price span.taxin {
		letter-spacing:1px;
	}
	p.price span.selling_price{
		font-size: 5vw;
		line-height: 7vw;
	}
	p.price span.taxin {
		margin:0 0 0 5px;
		font-weight: 500;
		font-size: 3.5vw;
	}
}
/*商品詳細
==========================================*/
/*関連商品*/
article#Detail #main-column section.recommend {
    padding: 50px 0 0;
}
#main-column .recommend h2 {
    border-top: none;
    border-bottom: 3px solid #adb9cc;
    font-weight: 500;
    padding: 10px 0;
    font-size: 22px;
    margin: 0 0 5px;
    /* background: #adb9cc; */
    text-align: left;
    color: #0e2245;
    letter-spacing: 1px;
}
.recommend .column-set .column5 {
    float: left;
    width: 23.5%;
    margin: 0 2% 0 0;
    padding-bottom: 10px;
}
.recommend .column-set .column5:nth-child(4n) {
    margin: 0;
}
.recommend .column-set .column5:nth-child(5n) {
    margin: 0 2% 20px 0;
}
.recommend .column-set .column5:nth-child(5n+1) {
    clear: inherit;
}

.recommend .column-set .column4 h3,
.recommend .column-set .column5 h3 {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 0 0 15px;
}
.recommend .column-set p.price span.selling_price,
.recommend .column-set p.price span.taxin {
    color: #333;
}
p.price span {
    color: #333;
}

@media screen and (max-width: 580px) {
	#main-column .recommend h2 {
		padding: 3% 0;
		margin: 0 0 1%;
		/* background: #adb9cc; */
		text-align: left;
		color: #0e2245;
		font-size: 6vw;
		line-height: 8vw;
	}

    .recommend .column-set .column5 {
        width: 49%;
    }
    .recommend .column-set .column5:nth-child(3n) {
        margin: 0 2% 20px 0;
    }
    .recommend .column-set .column5:nth-child(4n) {
        margin: 0 0 20px 0;
    }
    .recommend .column-set .column5:nth-child(4n+1) {
		clear: inherit;
	}
	.recommend .column-set .column5:nth-child(6n) {
        margin: 0 0 20px 0;
    }
    .recommend .column-set .column5:nth-child(2n) {
        margin: 0 0 20px 0;
    }
    .recommend .column-set .column4 h3,
	.recommend .column-set .column5 h3 {
		font-size: 4.5vw;
		line-height: 6vw;
		margin-bottom: 10%;
	}
}

/*　ページトップ・カートトップ　*/
#floating-menu {
    position: fixed;
    bottom: 67px;
    right: 20px;
    z-index: 1;
}
#to-cart a:hover img,
#page-top a:hover img {
    opacity: 0;
}
#page-top a img {
	opacity: 0;
	user-select:none;
	-webkit-user-select:none;
	-webkit-user-drag: none;
}
#page-top a {
	background: url(https://www.kanmon-club.com/img/topagetop.svg) no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
}
#page-top a:hover {
	background: url(https://www.kanmon-club.com/img/topagetop.svg) no-repeat;
	background-size:contain;
	opacity: .70;
	cursor: pointer;
}
#to-cart {
	margin-bottom: 20px;
}
#to-cart a img {
	opacity: 0;
	user-select:none;
	-webkit-user-select:none;
	-webkit-user-drag: none;
}

#to-cart a {
	background: url(https://www.kanmon-club.com/img/tocart.svg) no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
}
#to-cart a:hover {
	background: url(https://www.kanmon-club.com/img/tocart.svg) no-repeat;
	background-size:contain;
	opacity: .70;
	cursor: pointer;
}




/*======================
サイトマップ
========================*/
#main-column-full {
    width: 100%;
    margin: 0 auto 70px;
}
@media screen and (max-width: 768px){
	#main-column-full {
		width: 90%;
    padding: 20px 0 0;
    margin: 0 auto;
	}
}
