@charset "utf-8";

@media screen and (max-width: 750px) {

html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
}
html	{
	overflow-y:auto;
	overflow-x: hidden;
	}

.is-locked{
	  position: fixed;
    width: 100%;
    height: 100%;
}





.pc {
	display: none !important;
}

.pad {
	display: none!important;
}

.sp {
	display: block !important;
}

.sp_br {
	display: block !important;
}

.br_none {
	display: none !important;
}

.sp_br02 {
	display: block !important;
}

.br_none02 {
	display: none !important;
}
/* -----------------------------------------------------------------------------

	ヘッダー

----------------------------------------------------------------------------- */
header{
	width: 100%;
 	height: 60px;
	box-shadow: 0 10px 0 -12px rgba(0,0,0,.42), 0 3px 20px 0 rgba(0,0,0,.1), 0 8px 10px -5px rgba(0,0,0,.2);
	position: fixed;
	top:0;
	left: 0;
	z-index: 999999;
}

header.none-shadow{
		box-shadow: none;
	}

header h1{
	width:84px;
	height: 16px;
	position: absolute;
	left:20px;
	top:22px;
	z-index: 999999;
}

header h1 a{
	display: inline-block;
}

header h1 img{
	width:100%;
	height: auto;
}
#hd_nav{
 	width: 100%;
 	height: 60px;
 	position: relative;
 	background: #fff;
}
.drawer{
 	position: relative;
 	height: 60px;
 	padding: 0;
	z-index:1000;
	border-bottom: 1px solid #CCC;
	background: #fff;
}
.navbar_toggle{
	position: absolute;
 	z-index:9999;
	height: 60px;
	 width: 60px;
	right: 0;
	top:0;
	background: rgba(255, 126, 126, 1);
}
.navbar_toggle_icon {
 	position: relative;
 	display: block;
 	height: 2px;
	 width: 26px;
 	background: #fff;
 	-webkit-transition: ease .5s;
 	transition: ease .5s;
}
.navbar_toggle:after{
 	content:"メニュー";
	position: absolute;
	left:10px;
	bottom: 10px;
	color: #fff;
	font-size: 10px;
}
.navbar_toggle_icon:nth-child(1) {
 	top: 15px;
	left:17px;
}
.navbar_toggle_icon:nth-child(2) {
	top: 13px;
	left:17px;
 	margin: 8px 0;
	width: 20px
}
.navbar_toggle_icon:nth-child(3) {
 	top: 11px;
	left:17px;
}
/*OPEN時の動き*/
#nav-open.open{
 	background: #333333;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 	top: 22px;
 	-webkit-transform: rotate(45deg);
 	transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 	-webkit-transform: translateY(-50%);
 	transform: translateY(-50%);
 	opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 	top: 2px;
 	-webkit-transform: rotate(-45deg);
 	transform: rotate(-45deg);
}



.navbar_toggle.open:after{
 	content:"閉じる";
	position: absolute;
	left:15px;
	bottom: 10px;
	color: #fff;
	font-size: 10px;
}
/**/
.menu{
 	top:-100%;
 	-webkit-transition:ease .3s;
 	transition:ease .3s;
	opacity: 0;
}

.menu ul li{
 	border-bottom: 1px solid #CCC;
	position: relative;
}
/*OPEN時の動き*/
.menu.open {
 	top:61px;
 	overflow-y: auto;
 	-webkit-overflow-scrolling: touch;
	opacity: 1;
	height: 100%;
    min-height: 100vh;
  	min-height: auto;
	position: fixed;
}


.menu ul {
	padding-bottom: 70px;
	background: 0;
}

.menu li{
 	background: #fff;
}

.menu ul li a{
	width: 94%;
	font-family: 'Noto Sans JP', Meiryo , "メイリオ" , sans-serif;
	font-size: 2.2em;
	font-weight: 500;
	text-align: left;
	color: #333333;
	display: inline-block;
	padding: 1.2em 0 1.2em 1em;
}



.menu ul li.arrow01:after{
	content: "";
  	border-left: 8px solid #FF7E7E;
  	border-top: 8px solid transparent;
  	border-bottom: 8px solid transparent;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.menu ul li.arrow02:after{
	content: "";
  	border-left: 8px solid #FF7E7E;
  	border-top: 8px solid transparent;
  	border-bottom: 8px solid transparent;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.menu ul li.arrow03:after{
	content: "";
	/* border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; */
	background: url(../../img/link_icon.svg) no-repeat center center;
	background-size: contain;
	width: 15px;
	height: 12px;
	position: absolute;
	/* bottom: 30px;
	right: 30px; */
	top: 50%;
	right: 26px;
	transform: translate(-50%,-50%);
}

.menu ul li.arrow04:after{
	content: "";
  	border-left: 8px solid #fff;
  	border-top: 8px solid transparent;
  	border-bottom: 8px solid transparent;
	position: absolute;
	bottom: 30px;
	right: 30px;
}


.menu ul li.shop{
	background: #FF7E7E;
}

.menu ul li.shop.shop--blue{
	background: #77B5F4;
}


.menu ul li.shop a{
	color: #fff;
	display: flex;
	align-items: center;
}
.menu ul li.shop a:before{
	content: " ";
	display: inline-block;
	background:url("../../img/cart_icon3.svg") no-repeat center center;
	/* background-size: cover; 
	width: 22px;
	height: 20px;
	margin-right: 0.2em; */
	background-size: contain;
	width: 28px;
	height: 28px;
	margin-right: 0.6em;
}

.menu ul li.shop.shop--blue a:before{
	display:none;
}

.menu ul a.pt1{
	padding: 1.2em 0 1.2em 1em;
	line-height:inherit;
}

.menu ul a.pt2{
	padding: 1.2em 0 1.2em 1em;
	line-height:inherit;
}

.menu ul a.pt3{
		/* padding: 1.2em 0 1.2em 6%; */
		padding: 1.2em 0 1.2em 1em;
	}

#nav-open{
    position: absolute;
 	z-index:99999;
	height: 60px;
	 width: 60px;
	right: 0;
	top:0;
	background: rgba(255, 126, 126, 1);
}

.nav-unshown {display:none;}

#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 9999999999999;/*最前面のすぐ下に表示*/
    top: 0;/*全体に広がるように*/
    right: 0;
    width: 60px;
    height: 60px;
    opacity: 0;
    transition: .3s ease-in-out;
}

#nav-input:checked ~ #nav-close {
    display: block;/*メニューを閉じるカバーを表示*/
    opacity: .5;
}

#nav-close.open {
    display: block;/*メニューを閉じるカバーを表示*/
    opacity: .5;
}







/* -----------------------------------------------------------------------------

	フッター

----------------------------------------------------------------------------- */
footer{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 4em 0;
	background: rgba(240, 240, 240, 1);
	text-align: center;
}

#footerInner{
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

#footerInner p{
	margin: 0 auto 20px auto;
	padding: 0;
	font-family: 'Noto Sans JP', Meiryo , "メイリオ" , sans-serif;
    font-size: 1.2em;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.06em;
	line-height: 1.5em;
    color: #333333;
}

#footerInner small{
	margin: 0 auto;
	padding: 0;
	font-family: 'Lato' , sans-serif;
    font-size: 1em;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #333333;
}

#footerInner .footerLogo {
	text-align: center;
	margin-bottom:1em;
}

#footerInner .footerLogo a {
	width: 84px;
  height: 16px;
	display:inline-block;
}

#footerInner .footerLogo a img {
	width: 100%;
	height: auto;
}

/* ページトップへ戻る
---------------------------------------------*/
.pageTop {
	position:relative;
	width:100%;
	height:0;
	margin:0 auto;
	z-index: 500;
	webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
	display: none;
}

.pageTop a {
	position: fixed;
    display: block;
    padding: 0;
    text-align: center;
    outline: none;
    text-decoration: none;
    z-index: 9999;
    width: 70px;
    height: 70px;
	background: #333333;
	border-radius: 50%;
	right: 20px;
	bottom:0;
}



.pageTop span{
	line-height: 1.3em;
	position: absolute;
    font-family: 'Noto Sans JP', Meiryo , "メイリオ" , sans-serif;
    font-size: 1.2em;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #fff;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
}

.pageTop span::before{
	position: absolute;
    top: -15px;
    right: 18px;
    content: '';
    width: 0;
    border-left: 7px solid transparent;
  	border-right: 7px solid transparent;
  	border-bottom: 7px solid #fff;
	transition: 0.5s;
}

/* -----------------------------------------------------------------------------

	メインコンテンツ部分

----------------------------------------------------------------------------- */

main{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/* -----------------------------------------------------------------------------

	パンくずリスト

----------------------------------------------------------------------------- */

#pankuzu{
	display: none;
}


/* -----------------------------------------------------------------------------

	下層 トップページへ戻るボタン

----------------------------------------------------------------------------- */

#top_re-btn{
	width: 40%;
	max-width: 320px;
	margin: 10em auto 0 auto;
	padding: 0;
	display: -webkit-box; /*Android4.3*/
  	display: -moz-box;    /*Firefox21*/
  	display: -ms-flexbox; /*IE10*/
  	display: -webkit-flex; /*PC-Safari,iOS8.4*/
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

#top_re-btn a{
	width: 100%;
	max-width: 320px;
	height: auto;
	margin: 0 auto;
	padding: 4% 8%;
	text-align: center;
    font-size: 2em;
    font-family: 'Noto Sans JP', Meiryo , "メイリオ" , sans-serif;
    color: #fff;
    font-weight: 400;
	line-height: 1.7em;
	background: #AAAAAA;
	border: 1px solid #aaa;
	border-radius: 30px;
	position: relative;
}

#top_re-btn a:before{
	content: "";
  	border-right: 7px solid #fff;
  	border-top: 7px solid transparent;
  	border-bottom: 7px solid transparent;
	display: inline-block;
	margin-right: 4%;
}

#top_re-btn{
	width: 80%;
	max-width: 280px;
	margin: 5em auto 5em auto;
	padding: 0;
	display: -webkit-box; /*Android4.3*/
  	display: -moz-box;    /*Firefox21*/
  	display: -ms-flexbox; /*IE10*/
  	display: -webkit-flex; /*PC-Safari,iOS8.4*/
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

#top_re-btn a{
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 0 auto;
	border-radius: 30px;
	position: relative;
}

#top_re-btn a:before{
	content: "";
  	border-right: 7px solid #fff;
  	border-top: 7px solid transparent;
  	border-bottom: 7px solid transparent;
	display: inline-block;
	margin-right: 4%;
}

#top_re-btn a{
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 0;
}


#top_re-btn a.button {
  position: relative;
  display: inline-block;
padding: 4% 8%;
	text-align: center;
    font-size: 1.8em;
    font-family: 'Noto Sans JP', Meiryo , "メイリオ" , sans-serif;
    color: #fff;
    font-weight: 400;
	line-height: 1.7em;
	overflow: hidden;

}

#top_re-btn a.button:hover {
  color: #fff;
}


#top_re-btn a.button span {
 position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
 background: #AAAAAA;
	border-radius: 30px;
}



}


/* -----------------------------------------------------------------------------

	iPnone5/SE用

----------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
	.menu ul li a{
		font-size: 2em;
	}
	.menu ul li.arrow01:after{
		top: 24px;
	}
	.menu ul li.arrow02:after{
		top: 24px;
	}

}
