@charset "utf-8";
.page-heading {
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 0px dotted #ccc;
    padding-top: 16px;
}
.inner {
    max-width: 100%;/*　　全体の横幅を100%に指定　　*/
}
#main {
	width: 100%;
}
.mainL{
	width: 70%;
	float: left;
	margin-right: 5%;
}
.mainR{
	width: 30%;
	float: left;
}
.header_logo_area .header_logo {/*　　ロゴ　　*/
    margin: 5px 0;
    max-width: 140px;
}
/*p.cart-trigger a {
    width: 0;
}*/
.category-nav a {
    vertical-align: middle;
}
.footer_logo_area .logo {
    margin-bottom: 5px;
}
.footer_logo_area .logo img {
    max-width: 120px;
}
.slick-slide {
    height: 80%;
}

#member {
	float: none;
}
/*#member .word {
	display: none;
}*/
#member ul.member_link li:first-child {
	margin: 10px 0 0 40px;
}
#detail_cart_box__button_area ul.row {
	padding-bottom: 10px;
}
.btn-success {
	background-color: #000;
	border-color: #000;
}

/******************************
	Media Query
*******************************/
@media only screen and (max-width: 767px) {/*　　スマホ　　*/
#header .copy {/*　　ロゴの上の文字　　*/
    font-size: 9px;
    font-size: 0.9rem;
}
h3#privacy_box__lead_header {/*　プライバシーポリシー　*/
	font-size: 16px;
	font-size: 1.6rem;
}
#member .word {
	display: block;
}
/*　　スマホ　　*/}
@media only screen and (min-width: 768px) {/*　　パソコン　　*/
    .row {
    padding-bottom: 50px;
    }
    .page-heading {
        font-size: 28px;
        font-size: 2.8rem;
    }
#header .copy {/*　　ロゴの上の文字　　*/
    font-size: 12px;
    font-size: 1.2rem;
}
.header_logo_area .header_logo {/*　　ロゴ　　*/
    margin: 10px 0 0 0;
    max-width: 180px;
}
    #header .header_bottom_area {
        clear: none;/*　　これで正しいのか？　　*/
        padding-top: 16px;
    }
    #header #cart_area p.cart-trigger .badge {
        left: 0;/*　　これで正しいのか？　　*/
    }
    #header #cart_area .cart_price {
        margin-right: 0;/*　　これで正しいのか？　　*/
    }
	#header .header_logo_area {
		margin-right: 0px;/*　検索窓と左側にあるロゴとの空白　*/
	}
	#search {
		position: relative;
		top: 20px;/*　検索窓の上からの位置　*/
	}

    .bt_search {
        width: 30px;
        height: 30px;
        z-index: 1;
    }
    .bt_search .cb-search {
        fill: #636378;
        font-size: 20px;
        font-size: 1.8rem;
    }
#header .search .input_search input[type="search"] {/*フォーカス時に入力エリアを伸ばす*/
	width: 120px;
	-webkit-transition: width .3s;
	transition: width .3s;
}
#header .search .input_search input[type="search"]:focus {
	width: 160px;
}
	/* .search select option {
	max-width: 246px;
	}*/
	.search select {
	    height: 30px;
	    font-size: 13px;
	    font-size: 1.3rem;
	    padding: 0.2em 1em;
	}
	.search select option {
	    max-width: 190px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.search .input_search {
	    height: 30px;
	    padding: 0 10px 0 1em;
	    border-bottom: 1px solid #ccc;
	    position: relative;
	    margin-left: 1%;
	}
	.search input[type="search"] {
	    height: 30px;
	    width: 200px;;
	    border: 0 none;
	    padding: 0.5em 0;
	}
	.search .bt_search {
	    margin-top: 0px;
	}
    .category-nav > li {
        height: 30px;
    }
    .category-nav ul {
        background: #000;
    }
    #header .category-nav {
        background-color: #000;
    }
    #header .category-nav .toggle {
        vertical-align: middle;
    }
    #header .category-nav > li {
        height: 30px;
        vertical-align: middle;
    }
    #header .category-nav > li > a {
        height: 30px;
        line-height: 30px;
        font-size: 0.8em;
    }
    #header .category-nav li a {
        color: #fff;
        height: 30px;
        line-height: 30px;
    }
    #header .category-nav li ul {
        width: 150px;
       box-shadow: 0px 0px 0px rgba(0,0,0,0.1);/*　　これで正しいのか？　　*/
    }
    #header .category-nav li ul li a {
        font-size: 0.8em;
        height: 30px;
    }
    #header .category-nav > li:hover li:hover > a {  background: #c30d22; height: 30px;}
    #header .category-nav > li:hover > ul > li {
        height: 30px;
    }
    #header .category-nav li ul li ul:before {
        top: 3px;
    }
    #header .category-nav li:last-child ul li ul:before {
        top: 3px;
    }
    #header .category-nav li ul li:hover > ul > li {
        height: 30px;
    }
    .total_box {
        float: none;/
    }
    .footer_logo_area .logo img {
        max-width: 140px;
    }
	#cart_area {
		top: 35px;
	}
	#cart_area p {
		border: 0px solid #D9D9D9;
		/*min-width: 200px;*/
	}
	#cart_area p.cart-trigger {
		right: 0px;
	}
	#item_photo_area .slick-dots li {
		width: 25%;
	}

.member_link a .cb {/*　アイコンのサイズ　*/
    font-size: 35px;
    font-size: 3.5rem;
}
.member_link a {
	overflow: visible;
}
.member_link a span {/*　ふきだし　*/
  position: absolute;
  opacity: 0;/*　透明度　*/
  top: -10px;
  left: -13px;
  width: auto;
  padding: 10px;
  border-radius: 0px;
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  transition: .3s;
}
.member_link a span:after {/*　ふきだしの下の三角　*/
  position: absolute;
  top: 100%;
  left: 34px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-top: 6px solid #000;
  content: "";
}
.member_link a:hover span {/*　ふきだしの飛び出し方　*/
  opacity: 1;/*　透明度　*/
  top: -30px;
}
/*　　パソコン　　*/}
@media only screen and (min-width: 768px) and (max-width: 1024px) {/*　　タブレット　　*/
#header #cart_area span.pc {
	display: none !important;
}
#header #cart_area p.cart-trigger a {
	float: right;
	left: -10px;
}
#member ul.member_link a {
	margin: 0;
	padding: 0;
}
#cart_area p {
	min-width: 70px;
}
.member_link a .cb {/*　アイコンのサイズ　*/
    font-size: 3px;
    font-size: 3rem;
}
.member_link a span {/*　ふきだし　*/
  left: -25px;
}
/*　　タブレット　　*/}