@charset "UTF-8";

body{
	min-width:1200px;
	font-family:'Noto Sans JP', sans-serif;
	font-weight:300;
}

@media screen and (min-width: 781px) {.sp{display:none!important}}
@media screen and (min-width: 501px) {.sp500{display:none!important}}
@media screen and (max-width:500px){.sp500Hide{display:none!important}}
@media screen and (min-width: 361px) {.sp360{display:none!important}}


/* ヘッダー */
header{
	position:fixed;
	z-index:50;
	background-color:rgba(0,0,0,0.3);
	width:100%;
	text-align:center;
	
	color:#fff;
}
#headerShopTitle{
	width:340px;
	margin:10px auto 20px;
	
	transition: 200ms linear;
}
@media screen and (min-width: 781px) {
	.scrolled #headerShopTitle{
		margin-top:5px;
		margin-bottom:5px;
	}
}
header a{
	transition: 200ms linear;
}
nav a{
	display:inline-block;
	margin:0 20px 15px;
	font-size:14px;
	
}
@media screen and (min-width: 781px) {
	header a:hover{
		opacity:0.6;
	}
	.scrolled nav a{
		margin-bottom:5px;
	}
}

@media screen and (max-width: 1400px) {
	nav a{
		margin:0 10px 15px;
	}
}
#cartLinkArea{
	position:absolute;
	z-index:11;
	right:0;
	top:0;
	text-align:left;
	font-size:14px;
}
#cartLinkArea a{
	display:inline-block;
	margin:10px 15px 0;
	
	transition: 200ms linear;
}
@media screen and (min-width: 780px) {
	.scrolled #cartLinkArea a{
		margin-top:3px;
	}
}

.downArrow{
	cursor:pointer;
}

/* 画面最上部に戻るボタン */
#mainUpArrow{
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	z-index:49;
	cursor:pointer;
	
	opacity:0;
	pointer-events: none;
	transition: 200ms linear;
}
.scrolled #mainUpArrow{
	opacity:1;
	pointer-events: auto;
}
@media screen and (min-width: 781px) {
	.scrolled #mainUpArrow:hover{
		opacity:0.6;
	}
}



/*  メインビジュアル  */
#mainVisual{
	position:relative;
	z-index:1;
	background-position:center;
	background-size:cover;
	width:100%;
	height:700px;
}
#mainVisual h1{
	position:absolute;
	top:270px;
	height:52px;
	width:100%;
	background:rgba(0,0,0,0.4);
	
	color:#fff;
	text-align:center;
	font-size:50px;
	line-height:52px;
	padding:54px 0;
	font-weight:bold;
	
	cursor: default
}

@media screen and (max-width: 1600px) {
	#mainVisual{
		height:600px;
	}
}

/*　ぱんくず　*/
#pankuzu{
	margin:30px auto;
	width:1200px;
}

/*　よくあるご質問アコーディオン　標準スタイル　*/
.faqAccordion div{
	border-bottom:solid 1px #9A8876;
}
.faqAccordion h4, .faqAccordion h2.question{
	position:relative;
	font-size:22px;
	line-height:30px;
	padding:40px 90px;
	cursor:pointer;
}
.faqAccordion img.alphabet{
	position:absolute;
	top:20px;
}
.faqAccordion img.arrow{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.faqAccordion img.alphabet{
	left:20px;
	width:40px;
}
.faqAccordion img.arrow{
	right:30px;
}

.faqAccordion .active img.arrow{
	transform:rotate(0.5turn) translateY(50%);
}
.faqAccordion > div > div{
	display:none;
	padding:1px;
}
.faqAccordion > div > div p{
	position:relative;
	display:block;
	font-size:20px;
	line-height:30px;
	padding:20px 20px 20px 90px;
	margin-bottom:20px;
	cursor:pointer;
}
.faqAccordion > div > div > div{
	position:relative;
}

/*　フッター商品ナビゲーション　*/
#footerProductNavigation{
	width:100%;
	height:180px;
	padding:50px 0;
	border-top:solid 1px #9A8876;
}
#footerProductNavigation div{
	margin:auto;
	width:720px;
	height:180px;
    transition: 200ms linear;
}
#footerProductNavigation a{
    display: block;
    width: 200px;
    height: 180px;
    margin: 0;
    float: left;		
	margin-left:20px;
	margin-right:20px;

    transition: 200ms linear;
}
@media screen and (min-width: 781px) {
	#footerProductNavigation a:hover{
		opacity:0.6;
	}
}

#footerProductNavigation a.w230{
	width:230px;
}
#footerProductNavigation a img {
    display: block;
    width: 140px;
    margin: auto;
}
#footerProductNavigation a p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top:20px;
}
@media screen and (min-width: 1400px){
	#footerProductNavigation div{width:960px;}
	#footerProductNavigation a{margin-right:60px;margin-left:60px;}
}

/* フッター */
footer{
	text-align:center;
	background-color:#E6DDD4;
	padding-top:50px;
	padding-bottom:1px;
}
footer p{
	font-size:14px;
	margin-bottom:5px;
}
#footerNavi{
	margin-bottom:50px;
}
#footerNavi a{
	transition: 200ms linear;
}
@media screen and (min-width: 781px) {
	#footerNavi a:hover{
		opacity:0.6;
	}
}
@media screen and (max-width: 1400px) {.footerNaviContainer{display:block;} .hide1400{display:none;}}

/*  ---------------------------------------------------------------
                        レスポンシブ
----------------------------------------------------------------  */

@media screen and (max-width: 780px) {
body{
	min-width:unset;
}

.pc{display:none!important}

/* ヘッダー */
header h1{
	position:relative;
	background:#000;
	height:24px;
	line-height:24px;
	overflow:hidden;
	
	transition: 200ms linear;
}
header h1 span{
	position:absolute;
	right:0;
	left:0;
	bottom:0;
}
@media screen and (max-width: 340px) {header h1 span{font-size:14px;}}

#headerShopTitle{
	width:340px;
	margin:14px auto;
}
@media screen and (max-width: 500px) {
	header{
		text-align:left;
	}

	#headerShopTitle{
		width:240px;
		margin-left:14px;
	}
}
#spMenuButton{
	position:absolute;
	bottom:10px;
	right:10px;
	width:36px;
}
#spCartButton{
	position:absolute;
	bottom:14px;
	right:60px;
	width:27px;
}
/* SPナビゲーション */
nav{
	display:none;
	position:absolute;
	top:0;
	right:-300px;
	width:300px;
	z-index:101;
	background:rgba(0,0,0,0.85);
	overflow:auto;
}
nav a{
	position:relative;
	display:block;
	padding:13px 20px;
	margin:0;
	width:auto;
	border-bottom:solid 1px #fff;
}
#spMenuClose{
	height:48px;
	border-bottom:solid 1px #fff;
}
#spMenuClose img{
	width:22px;
	position:absolute;
	top:13px;
	right:13px;
}
.spMenuArrow{
	position:absolute;
	height:10px;
	top:19px;
	right:19px;
}
#spMenuCart{
	border-top:solid 1px #fff;
	margin-top:20px;
}

#screenWrapperUnderSpMenu{
	display:none;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:100;
}

/*  メインビジュアル  */
#mainVisual{
	height:120vw;
}

#mainVisual h1{
	top:50vw;
	height:auto;
	line-height:40px;
	font-size:26px;
	padding:20px 0;
}
@media screen and (min-width: 600px) {
	#mainVisual h1{
		height:60px;
		line-height:60px;
		font-size:40px;
		padding:40px 0;
	}
}


/*　ぱんくず　*/
#pankuzu{
	width:92%;
	margin:30px 4%;
	font-size:14px;
}


/*　よくあるご質問アコーディオン　標準スタイル　*/
.faqAccordion h4, .faqAccordion h2.question{
	padding:20px;
	padding-left:56px;
}
.faqAccordion img.arrow{
	right:5px;
	width:15px;
}
.faqAccordion img.alphabet{
	left:5px;
	width:30px;
}

.faqAccordion > div > div p{
	padding-left:56px;
	padding-right:10px;
}


/*　フッター商品ナビゲーション　*/
#footerProductNavigation{
	height:auto;
}
#footerProductNavigation div{
	width:294px;
	margin:auto auto;
}
#footerProductNavigation a, #footerProductNavigation a.w230{
	width:98px;
	height:132px;
	margin:10px 0;
}
#footerProductNavigation a img{
	width:80px;
}
#footerProductNavigation a p{
	font-size:14px;
	margin-top:12px;
}
#footerProductNavigation a.w230 p{
	font-size:10px;
}
@media screen and (min-width: 360px){
	#footerProductNavigation div{
		width:330px;
	}
	#footerProductNavigation a, #footerProductNavigation a.w230{
		width:110px;
	}
	#footerProductNavigation a.w230 p{
		font-size:12px;
	}
}
@media screen and (min-width: 500px){
	#footerProductNavigation div{
		width:450px;
	}
	#footerProductNavigation a, #footerProductNavigation a.w230{
		width:150px;
	}
	#footerProductNavigation a p{
		font-size:16px;
	}
	#footerProductNavigation a.w230 p{
		font-size:16px;
	}
}
@media screen and (min-width: 700px){
	#footerProductNavigation div{
		width:660px;
	}
	#footerProductNavigation a, #footerProductNavigation a.w230{
		width:110px;
	}
	#footerProductNavigation a p{
		font-size:14px;
	}
	#footerProductNavigation a.w230 p{
		font-size:12px;
	}
}


/* フッター */
footer{
	padding-top:20px;
}
#footerNavi a{
	display:block;
	margin:30px 50px;
	text-align:left;
}

@media screen and (min-width: 680px) {
	#footerNavi{
		padding:0 30px;
	}
	.footerNaviContainer{
		display:block;
		width:50%;
		float:left;
	}
	#footerNavi a{
		margin:30px 10px 30px 20px;
	}
}
@media screen and (max-width: 360px) {
	#footerNavi a{
		margin:30px;
	}
}


}/* レスポンシブEND */