@charset "UTF-8";
/*
	共通ヘッダー用
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400&display=swap');


body{
	position: relative;
}
@media (max-width: 768px) {
	body.is--opened{
		overflow: hidden;
	}
}
.cmn-header *{
	box-sizing:border-box;
}
header .pr{
	position: relative;
	z-index: 10000;
}

header.tmp__cmn-header{
	display: block;
	position: absolute;
	z-index: 10000;
	width: 100%;
	background: #fff;
	color:#000;
}
header.is--fixed.tmp__cmn-header{
	position: fixed;
	top:0;
}

.cmn-header{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	display: block;
	width: 100%;
	background: #fff;
}
.cmn-header .is--sp{
    margin: 0 auto;
    width: 980px;
    min-width: 980px;
}
.cmn-header a:hover{
	text-decoration: none;
}
.cmn-header img{
	width: 100%;
	min-width: 100%;
}

@media (min-width: 769px) and (max-width:1024px) {
	.cmn-header .is--sp{
		width: 100%;
    	min-width: 100%;
	}
}
@media (max-width: 768px) {
	.cmn-header .is--sp{
		width: 100%;
    	min-width: 100%;
	}
}

/*ロゴエリア*/
.cmn-header .cmn-header__logoarea{
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 100;
	position: relative;
	padding-top:31px;
	padding-bottom:31px;
}
header.is--fixed .cmn-header .cmn-header__logoarea{
	padding-top: 7px;
	padding-bottom: 7px;
}

@media (max-width: 768px) {
	.cmn-header .cmn-header__logoarea{
		padding-top:18px;
		padding-bottom:18px;
	}
}
/*ロゴ*/
.cmn_header__logo{
	text-align: center;
	margin: 0 auto;
	width: 233px;
	display: inline-block;
}
.cmn_header__logo a{
	display: inline-block;
	vertical-align: middle;
}

.cmn_header__logo h1{
	margin: 0;
	line-height: 0;
	display: inline-block;
}
@media (max-width: 768px) {
	.cmn_header__logo{
		width: 117px;
	}
}
/*ツールリンク*/
.cmn-header .cmn-header__tools{
	display: inline-block;
	margin-right:28px;
	vertical-align: middle;
}
.cmn-header .cmn-header__tools .cmn-header__tools__item--cart{
	width: 47px;
	height: auto;
}
.cmn-header .cmn-header__tools .cmn-header__tools__item--cart a{
	display: inline-block;
}
.is--fixed .cmn-header .cmn-header__tools .cmn-header__tools__item--cart{
	width: 40px;
}
@media (max-width: 768px) {
	.cmn-header .cmn-header__tools{
	}
	.cmn-header .cmn-header__tools .cmn-header__tools__item--cart{
		width: 30px;
		height: auto;
	}
	.is--fixed .cmn-header .cmn-header__tools .cmn-header__tools__item--cart{
		width: 30px;
	}
}
/*メニュー*/
.cmn-header .cmn-header__menubtn{
	position: relative;
	display: inline-block;
	width: 40px;
	margin-left:28px;
	vertical-align: middle;
}
.cmn-header .cmn-header__tools__item--menu{
	display: block;
	position: relative;
	top:-2px;
}
.is--fixed .cmn-header .cmn-header__tools__item--menu{
	top:-15px;
}
.cmn-header .cmn-header__tools__item--menu a{
	display: block;
	padding-top:12px;
	padding-bottom:13px;
}
.cmn-header .cmn-header__tools__item--menu a span,
.cmn-header .cmn-header__tools__item--menu a span:before,
.cmn-header .cmn-header__tools__item--menu a span:after{
	height: 4px;
	background: #000;
	width:100%;
	position: absolute;
	display: block;
	content: "";
}
.cmn-header .cmn-header__tools__item--menu a span{
	font-size: 0;
}
.cmn-header .cmn-header__tools__item--menu a span:before{
	top:13px;
}
.cmn-header .cmn-header__tools__item--menu a span:after{
	bottom:13px;
}
@media (max-width: 768px) {
	.cmn-header .cmn-header__menubtn{
		top:4px;
	}
	.cmn-header .cmn-header__tools__item--menu{
		width: 30px;
	}
	.cmn-header .cmn-header__tools__item--menu a{
		padding-top:8px;
	}
	.cmn-header .cmn-header__tools__item--menu a span,
	.cmn-header .cmn-header__tools__item--menu a span:before,
	.cmn-header .cmn-header__tools__item--menu a span:after{
		height: 2px;
	}
	.cmn-header .cmn-header__tools__item--menu a span:before{
		top:10px;
	}
	.cmn-header .cmn-header__tools__item--menu a span:after{
		bottom:10px;
	}
}
/*メニューオーブン時*/
.cmn-header.is--opened .cmn-header__tools__item--menu a span{
	background: rgba(255, 255, 255, 0);
}
.cmn-header.is--opened .cmn-header__tools__item--menu a span:before{
	transform: rotate(45deg);
	top:0;
}
.cmn-header.is--opened .cmn-header__tools__item--menu a span:after{
	transform: rotate(-45deg);
	top:0;
}
header.is--fixed .cmn_header__logo{
	width:180px;
}
header.is--fixed .cmn-header__tools{
}
header.is--fixed .cmn-header__menubtn{
	top: 15px;
}
@media (max-width: 768px) {
	header.is--fixed .cmn_header__logo{
		width:100px;
	}
	header.is--fixed .cmn-header__tools{
	}
	header.is--fixed .cmn-header__menubtn{
		top: 17px;
	}
}

/*メニュー*/
/*表示前*/
.cmn-header__menu{
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	min-width: 980px;
	position: absolute;
	z-index: -1;
	border-top: 1px solid #C7C7C7;
	overflow: hidden;
	background:#fff;
	top:-300%;
	transform: scaleY(0);
	transition: all 0.3s ease-in-out 0.1s;
	left: 0;
}
.cmn-header__menu a{
	color: #000;
}
@media (min-width: 769px) and (max-width:1024px) {
	.cmn-header__menu{
		min-width: 100%;
	}
}
@media (max-width: 768px) {
	.cmn-header__menu{
		max-height: 0;
		min-width: 100%;
		top:-800%;
	}
}


/*表示後*/
.cmn-header__menu.is--active {
	left: 0;
	transition: all 0.3s ease-in-out 0.1s;
	top: 100%;
	padding-bottom: inherit;
	transform: scaleY(1);
}

@media (max-width: 768px) {
	.cmn-header__menu.is--active {
		max-height: calc(100vh - 152px);
		overflow-y: auto;
		padding-bottom: 7vw;
		max-height: 100%;
	}
}

.cmn-header__menu__toparea,
.cmn-header__menu__mdlarea,
.cmn-header__menu__btmarea{
	border-bottom:1px solid #D0D0D0;
}
.cmn-header__menu__toparea__container,
.cmn-header__menu__mdlarea__container,
.cmn-header__menu__btmarea__container{
	width:920px;
	max-width: 920px;
	margin: 0 auto;
}
.cmn-header__menu__btmarea__container >*{
	vertical-align: top;
	padding-top: 31px;
}
@media (min-width: 769px) and (max-width:1024px) {
	.cmn-header__menu__toparea__container,
	.cmn-header__menu__mdlarea__container,
	.cmn-header__menu__btmarea__container{
		width:95%;
		max-width: 95%;
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.cmn-header__menu__toparea,
	.cmn-header__menu__mdlarea,
	.cmn-header__menu__btmarea{
		border-bottom:none;
	}
	.cmn-header__menu__toparea__container,
	.cmn-header__menu__mdlarea__container,
	.cmn-header__menu__btmarea__container{
		width:100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.cmn-header__menu__btmarea__container >*{
		padding-top: 0;
	}
}
.cmn-header__menu__toparea__container{
	display: flex;
}
.cmn-header__menu__toparea__container > *{
	width:33.3%;
}
@media (min-width: 769px) and (max-width:858px) {
	.cmn-header__menu__toparea__container > *{
		width:auto;
	}
}
@media (max-width: 768px) {
	.cmn-header__menu__toparea__container{
		display: block;
	}
	.cmn-header__menu__toparea__container > *{
		width:100%;
	}
}
/*ツールリスト*/
.cmn-header__menu__tools{
	list-style: none;
	display: inline-block;
}
.cmn-header__menu__tools__item{
	display: inline-block;
	padding-top: 20px;
}
.cmn-header__menu__tools__item a{
	display: inline-block;
	font-size: 1em;
	letter-spacing: 0.2em;
}

@media (max-width: 768px) {
	.cmn-header__menu__tools__item{
		padding-top: 0;
	}
}
.cmn-header__menu__tools__item:after{
	vertical-align:text-bottom;
	margin: 0 0.5em;
	display: inline-block;
	content: "";
	width: 1em;
	height: 1.5em;
	background-image: url('../images/cmn-header/bg_slash.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.cmn-header__menu__tools__item:last-child:after{
	content: none;
}

.cmn-header .cmn-header__menu__tools__item--login a:before,
.cmn-header .cmn-header__menu__tools__item--mypage a:before{
	content: "";
	width:24px;
	height: 24px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-right: 5px;
	position: relative;
	top: 5px;
	vertical-align:baseline;
}
.cmn-header .cmn-header__menu__tools__item--login a:before{
	background-image: url(../images/cmn-header/btn_login.png);
	background-size: contain;
}
.cmn-header .cmn-header__menu__tools__item--mypage a:before{
	background-image: url(../images/cmn-header/btn_mypage.png);
	background-size: contain;
}
.cmn-header__menu__msg{
	font-size: 0.8em;
	letter-spacing: 0.07em;
	display: inline-block;
	text-align: center;
	padding:30px 10px;
}

@media (max-width: 768px) {

	.cmn-header .cmn-header__menu__tools__item--login a:before,
	.cmn-header .cmn-header__menu__tools__item--mypage a:before{
		width:5.5vw;
		height: 5.5vw;
		padding-right:2vw;
	}
	.cmn-header__menu__tools__item:after{
		margin: 0 4vw;
		width: 1em;
		height: 1em;
	}
}

@media (max-width: 768px) {
	.cmn-header__menu__tools{
		display: block;
		padding: 8vw 0 7.5vw 0;
		text-align: center;
		margin: 0 auto;
	}
	.cmn-header__menu__tools__item{
		font-size: 1.9em;
	}
	.cmn-header .cmn-header__menu__tools__item--mypage img{
		width:7.6vw;
	}
	.cmn-header .cmn-header__menu__tools__item--login img{
		width:7vw;
	}
	.cmn-header__menu__msg{
		display: block;
		text-align: center;
		font-size: 3.5vw;
		padding-top: 0;
		padding-bottom: 5.5vw;
	}
}

/*リスト*/
.cmn-header__menu__list{
	list-style: none;
}
.cmn-header__menu__item{
	font-size: 1em;
}

@media (max-width: 768px) {
	.cmn-header__menu__item{
		font-size: 1.4em;
	}
}
.cmn-header__menu__list li.cmn-header__menu__item a{
	display: block;
	padding: 10px 0;
	width:100%;
	letter-spacing: 0.08em;
}
@media (max-width: 768px) {
	.cmn-header__menu__list li.cmn-header__menu__item a{
		padding: 5vw 0 0 4vw;
		height: 13vw;
	}
}
.cmn-header__menu__txt-jp{
	font-size: 0.7em;
	position: relative;
	padding-left: 1em;
	vertical-align: baseline;
	font-weight: 300;
	color:#000;
}
@media (max-width: 768px) {
	.cmn-header__menu__txt-jp{
		font-size: 0.8em;
	}
}
/*上部のメニュー*/
.cmn-header__menu__list.cmn-header__menu__list--top{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border-top: none;
	padding: 0;
	font-size: 0;
}
.cmn-header__menu__list.cmn-header__menu__list--top li.cmn-header__menu__item{
	display: inline-block;
	padding: 13px 39px 13px 0;
	position: relative;
	font-size: 1rem;
	vertical-align: middle;
}
.cmn-header__menu__list.cmn-header__menu__list--top li.cmn-header__menu__item:nth-last-child(3){
	padding-right: 0;
}
.cmn-header__menu__list.cmn-header__menu__list--top li.cmn-header__menu__item a{
	display: inline-block;
}
.cmn-header__menu__list.cmn-header__menu__list--top li.cmn-header__menu__item a:after{
  	content: '';
	display: inline-block;
	background-image: url(../images/cmn-header/bg_arrow_menu.png);
	background-repeat: no-repeat;
	background-size: contain;
  	width: 14px;
  	height: 14px;
	top: 0.1em;
	margin-left: 0.5em;
	position: relative;
}
@media (min-width: 769px) and (max-width:1024px) {
	
	.cmn-header__menu__list.cmn-header__menu__list--top{

	}
	.cmn-header__menu__list.cmn-header__menu__list--top li.cmn-header__menu__item{
		font-size: 1.6vw;
		padding-right: 2.9vw;
	}
}
@media (max-width: 768px) {
	
	.cmn-header__menu__list.cmn-header__menu__list--top li.cmn-header__menu__item:after{
		content: '';
		position: absolute;
		background: none;
		border: 0px;
		border-top: solid 1px #B3B3B3;
		border-right: solid 1px #B3B3B3;
		width: 2vw;
		height: 2vw;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 3.5vw;
		margin-top: -4px;
	}
	.cmn-header__menu__list.cmn-header__menu__list--top li.cmn-header__menu__item a:after{
		display:none;
	}
}

.cmn-header__menu__list.cmn-header__menu__list--top .cmn-header__menu__item--insta{
	order: 5;
}
.cmn-header__menu__list.cmn-header__menu__list--top .cmn-header__menu__item--insta a{
	padding-left: 1.5em;
}
.cmn-header__menu__list.cmn-header__menu__list--top .cmn-header__menu__item--insta:before{
	position: absolute;
	content: "";
	min-width: inherit;
	background-image:url('../images/cmn-header/btn_insta-sp.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.2em;
	height: 1.2em;
	top:24px;
}
.cmn-header__menu__list.cmn-header__menu__list--top li.cmn-header__menu__item--wide{
	display: none;
}

@media (max-width: 768px) {
	.cmn-header__menu__list.cmn-header__menu__list--top{
		border-top:1px solid #B3B3B3;
		display: block;
	}
	.cmn-header__menu__list.cmn-header__menu__list--top li.cmn-header__menu__item{
		font-size: 4vw;
		width: 50%;
		border-bottom:1px solid #B3B3B3;
		border-right:1px solid #B3B3B3;
		padding: 0;
	}
	.cmn-header__menu__list.cmn-header__menu__list--top li.cmn-header__menu__item:nth-child(even){
		border-bottom:1px solid #B3B3B3;
		border-right: none;
	}
	.cmn-header__menu__list.cmn-header__menu__list--top .cmn-header__menu__item--insta a{
		padding-left: 10.4vw !important;
	}
	.cmn-header__menu__list.cmn-header__menu__list--top .cmn-header__menu__item--insta:before{
		top:4.5vw;
		left: 4vw;
	}
	.cmn-header__menu__list.cmn-header__menu__list--top li.cmn-header__menu__item--wide{
		position: relative;
		top:-1px;
		display: block;
		border-top:1px solid #B3B3B3;
		width: 100%;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 3vw;
		letter-spacing: 0.2em;
		border-right: 0;
		border-bottom:1px solid #B3B3B3;
		background: #F1F2F2;
	}
	.cmn-header__menu__list.cmn-header__menu__list--top li.cmn-header__menu__item--wide a{
		padding-top:5.5vw;
		height: 14vw;
	}
	.cmn-header__menu__list.cmn-header__menu__list--top li.cmn-header__menu__item--wide:after{
		content: none;
	}
}

/*下部メニュー*/
.cmn-header__menu--catecontainer{
	display: inline-block;
	width: 388px;
	font-size: 0.9em;
}

@media (min-width: 769px) and (max-width:1024px) {
	
	.cmn-header__menu--catecontainer{
		width: 38%;
	}
}
.cmn-header__menu__list.cmn-header__menu__list--cate{
	display: flex;
	flex-wrap: wrap;
	flex-direction:column;
	width: 100%;
	height: 250px;
	margin-bottom: 23px;
}

.cmn-header__menu__list.cmn-header__menu__list--cate .cmn-header__menu__item{
	display: inline-block;
	width:50%;
}
.cmn-header__menu__list.cmn-header__menu__list--cate .cmn-header__menu__item a{
	padding: 6px 0;
}
@media (max-width: 768px) {
	.cmn-header__menu--catecontainer{
		width: 100%;
	}
	.cmn-header__menu__list.cmn-header__menu__list--cate{
		display: block;
		border-top:1px solid #B3B3B3;
		border-bottom:1px solid #B3B3B3;
		width: 100%;
		height: auto;
		font-size: 3vw;
		margin-bottom: 6vw;
	}
	.cmn-header__menu__list.cmn-header__menu__list--cate .cmn-header__menu__item{
		border-bottom: 1px solid #EAEAED;
		width: 100%;
	}
	.cmn-header__menu__list.cmn-header__menu__list--cate .cmn-header__menu__item:last-child{
		border-bottom: none;
		width: 100%;
	}
	.cmn-header__menu__list.cmn-header__menu__list--cate .cmn-header__menu__item a{
		padding: 6vw 8vw;
		height: auto;
	}
}
/*検索*/

.cmn-header__search.for--sp {
	display: none;
}
@media (max-width: 768px) {
	.cmn-header__search.for--pc {
		display: none;
	}
	.cmn-header__search.for--sp {
		display: block;
	}
}
.cmn-header__search{
	display: inline-block;
	width:215px;
	color: #fff;
	position: relative;
	border:1px solid #BEBEBE;
	padding: 2px 0;
	height: 24px;
	margin-top: 26px;
	margin-right: 0;
	margin-left: auto;
}
.cmn-header__search input[type="text"]{
	width:190px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	border: 0;
	background: transparent;
	color:#494646;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-left: 0.3em;
	vertical-align: top;
}
.cmn-header__search input[type="submit"]{
	width:20px;
	height: 20px;
	background: #F1F2F2;
	background-image: url(../images/cmn-header/btn_search-sp.png);
	background-repeat:  no-repeat;
	background-size:16px;
	background-position: center;
	border: none;
	position: absolute;
	right: 1px;
	top:1px;
	display: block;
}


@media (max-width: 768px) {
	.cmn-header__search{
		display: block;
		width:66vw;
		margin: 6vw auto 6vw auto;
		height: auto;
	}
	.cmn-header__search input[type="text"]{
		width:calc(100% - 35px + 0.4em);
		font-size: 16px;
		padding: 0.2em 0 0.2em 2vw;
		height: auto;
	}
	.cmn-header__search input[type="submit"]{
		width:calc(23px + 0.3em);
		height: calc(100% - 2px);
		background-size:20px;
	}
}


.cmn-header__info{
	display: inline-block;
	width: 25%;
	font-family: 'Noto Sans JP', sans-serif;
	list-style: none;
}
.cmn-header__info li{
	font-size: 0.7em;
	padding: 7px 0;
}
.cmn-header__info li a{
	padding: 0 3px;
}
a.cmn-header__info__real {
	background: #F1F2F2;
	padding: 2px 3px;
	display: inline-block;
}

@media (max-width: 768px) {
	.cmn-header__info{
		text-align: center;
		padding-top: 2vw;
		width: 100%;
	}
	.cmn-header__info li{
		font-size: 1.07em;
		display: inline-block;
		letter-spacing: 0.15em;
	}
	.cmn-header__info li:after{
		display: inline-block;
		content: "";
		width: 1px;
		background: #949494;
		height: 0.9em;
		top:0.2em;
		position: relative;
	}
	.cmn-header__info li:nth-last-child(2):after{
		content: none;
	}
	.cmn-header__info li a{
		padding: 0 1.5em;
	}
	.cmn-header__info li:first-child a{
		padding-left: 0;
	}
	.cmn-header__info li:last-child {
		display: none;
	}
	.cmn-header__info li:nth-last-child(2) a{
		padding-right: 0;
	}
}

/*メニューイベント*/
.cmn-header__event{
	width: 180px;
	display: inline-block;
}
.cmn-header__event a{
	display: block;
}
.cmn-header__event__txt{
	font-size: 0.7em;
}
@media (max-width: 768px) {
	
	.cmn-header__event{
		display: none;
	}
}

@media (min-width: 769px) {
	main{
		padding-top:111px !important;
	}
}
@media (max-width: 768px) {
	main{
		padding-top:67px !important;
	}
}
