@charset "utf-8";



/* --------------------------------------------------------------------------------
	body
-------------------------------------------------------------------------------- */
body {
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	line-height: 1.5;
	font-size: 3.2vw;
	text-size-adjust: 100%;
}


/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
.common * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	/*font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; */
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, sans-serif;
}

.common h1,
.common h2,
.common h3,
.common h4,
.common h5,
.common h6 {
	font-size: 1em;
}
.common ol,
.common ul {
	list-style: none;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	tont-size: 1em;
}
.common a,
.common a:link,
.common a:visited {
	text-decoration: none;
	color: #000;
    -webkit-tap-highlight-color:rgba(0,0,0,0.1);
	tap-highlight-color:rgba(0,0,0,0.8);
}
.common a:hover,
.common a:active {
	text-decoration: underline;
}

img{
	max-width: 100%;
	height: auto;
}


/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear{
	clear:both;
}
br.clear{
	display:block;
	margin:0;
	padding:0;
	clear:both;
	height:0;
	border:none;
	visibility:hidden;
	font-size:0;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1%;
}
* html .clearfix{
	height:1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

ul.ul{
	list-style:disc;
	padding:0 0 0 1.5em;
}
ol.ol{
	list-style:decimal;
	padding:0 0 0 1.75em;
}

/********** プレースホルダー **********/
::-webkit-input-placeholder{
	color:#000;
}

/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display:block;
}
.device-sp-inline{
	display:inline;
}
.device-pc{
	display:none;
}
.device-pc-inline{
	display:none;
}

/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container{
}


/* --------------------------------------------------------------------------------
	header-sp
-------------------------------------------------------------------------------- */
.fs-l-header{
	padding: 0;
}

.fs-l-header__contents{
	display: block;
	grid-template-columns: none;
}
.fs-l-header__contents > *{
	padding: 0;
}






/********** ヘッダー **********/
#header-sp .inner{
	width:100%;

	color: #fff;
	background: #087C61;
	border: 1px solid #848484;
	padding:3vw;
}
#header-sp a,
#header-sp a:link,
#header-sp a:visited{
	text-decoration: none;
	color: #fff;
    -webkit-tap-highlight-color:rgba(0,0,0,0.1);
	tap-highlight-color:rgba(0,0,0,0.8);
}

/********** ヘッダーの固定 **********/
#header-sp .h-fix{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}

/********** コンテンツ **********/
#header-sp .h-contents{
	display: flex;
	justify-content: space-between;
	
	width: 100%;
	margin: 0 auto;
}

/********** ロゴ **********/
#header-sp .h-logo{
	width: 43%;
}
#header-sp .h-logo h3{
	padding: 1vw 0 0;
}
#header-sp .h-logo .txt-catch1{
	font-size:2.6vw;
	text-align: center;
    line-height: 1;
}
#header-sp .h-logo .txt-catch2{
	font-size:2.6vw;
	text-align:center;
    line-height: 1;
}

/********** 会員様専用ページ・カートを見る **********/
#header-sp .h-info{
	width: 50%;
}
#header-sp .h-info ul{
	display: flex;
	justify-content:space-around;
}
#header-sp .h-info ul li.member{
	width:21vw;
	height:13vw;
	border:2px solid #ffffff;
	border-radius:5px;
    margin: 0 1vw 0 0;
	
}
#header-sp .h-info ul li.member a{
	font-size:2.6vw;
    padding:0 1vw;
    display: inline-block;
}
#header-sp .h-info ul li.member .icon{
	display:table-cell;
    vertical-align: middle;
	height: 13vw;
}
#header-sp .h-info ul li.member .icon img{
	width: 3vw;
    margin: 0 1vw 0 0;
}
#header-sp .h-info ul li.member .label{
	display:table-cell;
    vertical-align: middle;
	line-height:1.2;
	height: 13vw;
}

#header-sp .h-info ul li.cart{
	width:13vw;
    text-align: center;
    margin: 0 1vw 0 0;
	position:relative;
}
#header-sp .h-info ul li.cart a{
	color:#000;
    width: 13vw;
    height: 13vw;
	display:inline-block;
	line-height: 1;
	background:#ffffff;
	border-radius:5px;
}
#header-sp .h-info ul li.cart .fs-icon--cart{

}
#header-sp .h-info ul li.cart .fs-icon--cart:before {
    content:"";
	background: url(https://isuoukoku2.itembox.design/item/images/common/h-icon-cart.png) no-repeat 40% 50%;
	background-size: 7vw 5.7vw;
	width:13vw;
	height:13vw;
	display:inline-block;
}
#header-sp .h-info ul li.cart .fs-p-cartItemNumber{
	position:absolute;
	top:2vw;
	right:2vw;
	width:4vw;
	height:4vw;
    background: #c00000;
    text-align: center;
    line-height: 2;
    border-radius: 4vw;
    font-size: 2vw;
}
#header-sp .h-info ul li.cart .txt-cart{
	display:inline-block;
}


/********** メニュー **********/

#header-sp .h-btn-menu{
	width:13vw;
    text-align: center;
}
#header-sp .h-btn-menu img{
	display: block;
}
#header-sp .h-menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	font-size: 3.8vw;
	color: #000;
	background: #f2f2f2;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/* メニューがアクティブな時 */
body.menu-active #header-sp .h-menu {
	display: block;
}
#header-sp .h-menu .h-menu-box {
	padding: 3vw;
}
#header-sp .h-btn-close {
	padding: 0 0 5.5vw;
}
#header-sp .h-btn-close img {
	display: block;
	width: 13vw;
	margin: 0 0 0 auto;
}



#header-sp .h-menu-box > nav > ul{
	font-size: 3.8vw;
    padding: 0 0 0 7vw;
}
#header-sp .h-menu-box > nav > ul > li{
	width:100%;
}

#header-sp .h-menu-box > nav > ul > li > a,
#header-sp .h-menu-box > nav > ul > li > .label{
	display: block;
	margin:0 0 8vw;
	white-space: nowrap;
	text-decoration: none;
	color:#000;
	font-size:3.8vw;
	font-weight:bold;
}
#header-sp .h-menu-box > nav > ul > li > .label{
	margin:0 0 4vw;
}


/********** カテゴリー **********/
#header-sp .h-category{
	width: 100%;
}
#header-sp .h-category.active{
	display: block;
}
#header-sp .h-category .heading{
	padding: 0 0 4vw 1em;
	font-weight:bold;
}
#header-sp .h-category .h-category-wrapper{
	text-align:left;
}
#header-sp .h-category .h-category-box{
}
#header-sp .h-category a{
	display: block;
	color:#000;
	font-size: 3.8vw;
}

#header-sp .btn-1.active::after {
    content: "*";
	width: 5vw;
    display: block;
    float: left;
}
#header-sp .btn-1::after {
    content: "+";
	width: 5vw;
    display: block;
    float: left;
}
#header-sp .open-close-contents{
	padding:0 0 0 2em;
}
#header-sp .open-close-contents ul li{
	padding:0 0 4vw;
}

/* --------------------------------------------------------------------------------
	fs-l-main
-------------------------------------------------------------------------------- */
.fs-l-main {
	padding: 0;
}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
main{
	padding-top:20vw;
}



/* --------------------------------------------------------------------------------
	検索
-------------------------------------------------------------------------------- */
#search {
	width: 100%;
	background:#f2f2f2;
}

#search .search-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding:5vw 3.5vw;
}
#search .search-box input[name="keyword"] {
	-webkit-appearance: none;
	display: block;
	border-radius: 0;
	width: 80%;
	height: 6vw;
	padding: 0 1vw;
	border: solid 1px #aaaaaa;
}
#search .search-box span {
	display: flex;
	width: 15%;
	padding: 0;
}
#search .search-box span input[type="submit"] {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	border-radius: 2px;
	border: 1px solid #aaaaaa;
	background: #d9d9d9;
}



/* --------------------------------------------------------------------------------
	footer-sp
-------------------------------------------------------------------------------- */
.fs-l-footer {
	position: relative;
	border-top: none;
	color: inherit;
	margin-top: 0;
	background: none;
}

#footer-sp .footer-contents .f-outer1{
	background:#595959;
}
#footer-sp .footer-contents .f-outer1 .f-menu ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer-sp .footer-contents .f-outer1 .f-menu ul li{
	width:50%;
	padding:3vw 2vw;
	border-bottom:1px solid #f2f2f2;
}
#footer-sp .footer-contents .f-outer1 .f-menu ul li:nth-child(1),
#footer-sp .footer-contents .f-outer1 .f-menu ul li:nth-child(2){
	border-top:1px solid #f2f2f2;
}
#footer-sp .footer-contents .f-outer1 .f-menu ul li:nth-child(2n){
	border-left:1px solid #f2f2f2;
}
#footer-sp .footer-contents .f-outer1 .f-menu ul li a{
	font-size:3.2vw;
	color:#FFF;
}

#footer-sp .footer-contents .f-outer2 .f-inner{
	background:#f2f2f2;
	padding:2.5vw 0;
}
/********** コピーライト **********/
#footer-sp .footer-contents .f-outer2 .copyright{
	font-size: 2.6vw;
	text-align:center;
}

#footer-sp .f-btn-pagetop{
	position:fixed;
	width:10vw;
	height:10vw;
	bottom:2vw;
	right:2vw;
}