@charset "utf-8";

@media print, screen and (min-width: 751px) {

html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
}

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

.pc {
	display: block !important;
}

.pc02 {
	display: block !important;
}

.pad {
	display: none !important;
}

.sp {
	display: none !important;
}

.sp_br {
	display: none !important;
}

.br_none {
	display: block !important;
}

.sp_br02 {
	display: none !important;
}

.br_none02 {
	display: block !important;
}
/* img alphaOver */
.alphaOver a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}

#wrapper{
	position: relative;
}

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

	ヘッダー

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

header{
	width: 100%;
 	height: 100px;
	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: 9999999;
	border-bottom: 1px solid #DDDDDD;
}

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

header h1{
	width:123px;
	height: 24px;
	position: absolute;
	left:60px;
	top:38px;
	z-index: 500;
}

header h1 a{
	display: inline-block;
}

header h1 img{
	width:100%;
	height: auto;
}
#hd_nav{
 	width: 100%;
 	height: 100px;
 	position: relative;
 	background: #fff;
	display: -webkit-box; /*Android4.3*/
  	display: -moz-box;    /*Firefox21*/
  	display: -ms-flexbox; /*IE10*/
  	display: -webkit-flex; /*PC-Safari,iOS8.4*/
  	display: flex;
 	flex-direction: row;
}
.drawer{
 	display: flex;
 	flex-direction: row;
 	align-items: center;
 	justify-content: space-between;
	position: relative;
 	height: 100px;
 	padding: 0 1em;
}
.navbar_toggle{
 	display: none;
}

.menu{
	 width: 80%;
	max-width: 980px;
 	-webkit-transform: translateX(0);
 	transform: translateX(0);
	position: absolute;
	right: 0;
	top: 0;
}
.menu ul{
	width:100%;
 	height: 100px;
 	display: -webkit-box; /*Android4.3*/
  	display: -moz-box;    /*Firefox21*/
  	display: -ms-flexbox; /*IE10*/
  	display: -webkit-flex; /*PC-Safari,iOS8.4*/
  	display: flex;
 	flex-wrap: wrap;
 	justify-content: flex-end;
}
.menu ul li{
	width:14.1%;
 	padding: 0 0;
 	border-left: 1px solid #DDDDDD;
	display: inline-block;
	text-align: center;
	position: relative;
}
.menu ul li:hover{
	background: rgba(255, 126, 126,0.5);
}

.menu ul li.arrow01:after{
	content: "";
  	border-left: 6px solid transparent;
  	border-right: 6px solid transparent;
  	border-top: 6px solid #FF7E7E;
	position: absolute;
	bottom: 10px;
	left: 50%;
    transform: translate(-50%,-50%);
}

.menu ul li.arrow02:after{
	content: "";
  	border-left: 6px solid #FF7E7E;
  	border-top: 6px solid transparent;
  	border-bottom: 6px solid transparent;
	position: absolute;
	bottom: 5px;
	left: 50%;
    transform: translate(-50%,-50%);
}

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

.menu ul li.arrow04:after{
	content: "";
  	border-left: 6px solid #fff;
  	border-top: 6px solid transparent;
  	border-bottom: 6px solid transparent;
	position: absolute;
	bottom: 5px;
	left: 50%;
    transform: translate(-50%,-50%);
}

.menu ul li.on{
	background: rgba(255, 126, 126,0.5);
}
.menu ul li.shop{
	background: #FF7E7E;
	position: relative;
}

.menu ul li.shop:hover{
	background: rgba(242, 82, 82,1);
}


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

.menu ul li.shop.shop--blue:hover{
	background: #5797D8;
}





.menu ul li.shop a{
	color: #fff;
}

@media screen and (max-width: 1080px) {
	.menu ul li.shop.shop--blue a{
		font-size: 1.5em;
	}
}

@media screen and (max-width: 960px) {
	.menu ul li.shop.shop--blue a{
		font-size: 2.2em;
	}
}



.menu ul li.shop a:before{
	content: " ";
	display: inline-block;
	background:url("../../img/cart_icon3.svg") no-repeat center center;
	/* background-size: cover; */
	background-size: contain;
	/* width: 18px;
    height: 17px; */
		width: 23px;
    height: 23px;
	/* margin-right: 0.2em; */
	margin-right: 0.5em;
	top:1px;
	position: relative;
}

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

.menu ul li a{
	width: 100%;
	font-family: 'Noto Sans JP', Meiryo , "メイリオ" , sans-serif;
	font-size: 1.7em;
	font-weight: 500;
	color: #333333;
	display: inline-block;
}

.menu ul a.pt1{
	padding: 1.3em 0 2em 0;
	line-height: 1.3em;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
}

.menu ul a.pt2{
	padding: 2em 0 2.7em 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
}

.menu ul a.pt3{
	/* padding: 1.9em 0 2.6em 0; */
	padding: 1.3em 0 2.0em 0;
	line-height: 1.3em;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* display: table; */
	display:flex;
	align-items:center;
	justify-content:center;
}


.nav-unshown {display:none;}




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

	フッター

----------------------------------------------------------------------------- */
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: 123px;
	height: 24px;
	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: 100px;
    height: 100px;
	background: #333333;
	border-radius: 50%;
	right: 20px;
	bottom:0;
}

.pageTop a:hover {
	opacity: 0.7;
}

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

.pageTop span::before{
	position: absolute;
    top: -20px;
    right: 21px;
    content: '';
    width: 0;
    border-left: 11px solid transparent;
  	border-right: 11px solid transparent;
  	border-bottom: 11px solid #fff;
	transition: 0.5s;
}
.pageTop a:hover .pageTop span::before{
    bottom: -10px;
}

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

	メインコンテンツ部分

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

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


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

	パンくずリスト

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

#pankuzu{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: block;
	background: #fff;
}

#pankuzu ul{
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 2em 0;
}

#pankuzu li{
	font-family: 'Noto Sans JP', Meiryo , "メイリオ" , sans-serif;
    font-size: 1.2em;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.06em;
	line-height: 1.5em;
    color: #333333;
	float: left;
}

#pankuzu li+li{
	margin-left: 1.5%;
}

#pankuzu li+li:before{
	content: "＞　";
	font-size: 1.2em;
}

#pankuzu a{
	font-family: 'Noto Sans JP', Meiryo , "メイリオ" , sans-serif;
    color: #FF7E7E;
	text-decoration: underline;
}


#pankuzu a:hover{
	text-decoration: none;
}



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

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

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

#top_re-btn{
	width: 100%;
	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;
	text-align: center;
}

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

#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.button {
  position: relative;
  display: inline-block;
 padding: 0.6em 0.5%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
	/* border-radius: 60px; */
	border-radius: 30px 30px 30px 30px / 50% 50% 50% 50%;
	font-size: 2em;
    font-family: 'Noto Sans JP', Meiryo , "メイリオ" , sans-serif;
    font-weight: 400;
    line-height: 1.7em;
	overflow: hidden;
	z-index: 1;

}

#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;
}

#top_re-btn a.button::after {
 width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    content: '';
    background: #333;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border-radius: 30px; */
		border-radius: 30px 30px 30px 30px / 50% 50% 50% 50%;
}
#top_re-btn a.button:hover::after {
 	left:0;

}

}


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

	タブレット用

----------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {

.pc02 {
	display: none !important;
}


.pad {
	display: block!important;
}
.sp_br02 {
	display: block !important;
}

.br_none02 {
	display: none !important;
}



	header{
		height: 60px;
	}
	#hd_nav{
		height: 60px;
	}
	header h1{
		width: 84px;
		height: 16px;
		left: 20px;
    	top: 22px;
		z-index: 1002;
	}

	.drawer{
	width: 100%;
 	display: block;
 	flex-direction: row;
 	align-items: center;
 	justify-content: space-between;
	position: relative;
 	height: 60px;
 	padding: 0 1em;
	background: #fff;
	z-index: 1000;
}
	.navbar_toggle{
	position: absolute;
 	z-index:9999;
	height: 60px;
	 width: 60px;
	right: 0;
	top:0;
	background: rgba(255, 126, 126, 1);
	display: block;
}
.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{
 	-webkit-transform: translateY(-100%);
 	transform: translateY(-100%);
 	-webkit-transition:ease .3s;
 	transition:ease .3s;
	z-index:999;
	opacity: 0;
	width: 100%;
    max-width: 100%;
	top: 61px;
}
.menu ul{
	width: 100%;
    height: auto;
	display: block;
	background: #FFFFFF;
}
.menu ul li{
	width: 100%;
    padding: 0 0;
    border-left: none;
 	border-bottom: 1px solid #CCC;
	position: relative;
}
/*OPEN時の動き*/
.menu.open {
 	-webkit-transform:translateY(0);
	 transform:translateY(0);
 	overflow-y: auto;
 	-webkit-overflow-scrolling: touch;
	opacity: 1;
}

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

.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: 20px;
    left:auto;
    transform: translate(-50%,0);
	vertical-align: middle;
}


.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;
	left:auto;
	transform: translate(-50%,0);
	vertical-align: middle;
}

.menu ul li.arrow03:after{
	content: "";
	/* border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; */
	position: absolute;
	/* bottom: 30px; */
	bottom:auto;
	top:50%;
	/* right: 20px; */
	right: 26px;
	left:auto;
	/* transform: translate(-50%,0); */
	transform: translate(-50%,-50%);
	vertical-align: middle;
}

.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;
	left:auto;
	transform: translate(-50%,0);
	vertical-align: middle;
}

.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;
	justify-content: flex-start;
}
.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.on{
	background: #fff;
}


.pageTop a:hover {
	opacity: 1;
}


.menu ul a.pt1{
	padding: 1em 0 1em 3%;
	vertical-align:middle;
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
	display: inline-block;
}

.menu ul a.pt2{
	padding: 1em 0 1em 3%;
	vertical-align:middle;
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
	display: inline-block;
}

.menu ul a.pt3{
	padding: 1em 0 1em 3%;
	vertical-align:middle;
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
	display: inline-block;
}

.menu ul li:hover{
	background: #fff;
}

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

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

#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;
}

#pankuzu{
	display: none;
}


#top_re-btn{
	max-width: 280px;
}

#top_re-btn a{
	max-width: 280px;
}

#top_re-btn a.button{
    font-size: 1.8em;
	padding: 4% 1%;

}

}
