@charset "UTF-8";
/*
	共通ヘッダー用
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');


/*ロゴエリア*/
.cmn-header .cmn-header__logoarea{
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 100;
	position: relative;
	padding-top: 37px;
}
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: 154px;
	}
}
/*ツールリンク*/
.cmn-header .cmn-header__tools{
	display: inline-block;
	margin-right:28px;
	vertical-align: middle;
}
.cmn-header .cmn-header__tools .cmn-header__tools__item--search {
	margin-bottom: 4px;
}
.cmn-header .cmn-header__tools .cmn-header__tools__item--cart, .cmn-header .cmn-header__tools .cmn-header__tools__item--search {
	width: 23px;
	height: auto;
}
.cmn-header .cmn-header__tools .cmn-header__tools__item--cart, a.cmn-header .cmn-header__tools .cmn-header__tools__item-search 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, .cmn-header .cmn-header__tools .cmn-header__tools__item--search {
		width: 20px;
		height: auto;
	}
	.is--fixed .cmn-header .cmn-header__tools .cmn-header__tools__item--cart{
		width: 30px;
	}
.cmn-header .cmn-header__tools .cmn-header__tools__item--search {
	margin-right: -13px;
	margin-bottom: 1px;
}	
}
/*メニュー*/
.cmn-header .cmn-header__menubtn{
	position: relative;
	display: inline-block;
	width: 24px;
	margin-left: 20px;
	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: 1px;
	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: 16px;
	}
	.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: 1px;
	}
	.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: 154px;
	}
	header.is--fixed .cmn-header__tools{
	}
	header.is--fixed .cmn-header__menubtn{
		top: 17px;
	}
}

/*メニュー*/
.cmn-header__menu__toparea__container,
.cmn-header__menu__mdlarea__container,
.cmn-header__menu__btmarea__container{
	width: 100%;
	margin: 0 auto;
}
.cmn-header__menu__btmarea__container{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

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


@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: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.cmn-header__menu__tools__item{
	display: inline-block;
	padding-top: 25px;
}
.cmn-header__menu__tools__item a{
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0.045em;
	color: #000;
	font-weight: 300;
	line-height: 1.25;
}

@media (max-width: 768px) {
	.cmn-header__menu__tools__item{
		padding-top: 0;
	}
}

.cmn-header__menu__msg{
	font-size: 12px;
	letter-spacing: 0.015em;
	display: inline-block;
	text-align: left;
	line-height: 1.58;
	padding-bottom: 40px;
	width: 100%;
}


@media (max-width: 768px) {
	.cmn-header__menu__tools{
		padding: 8vw 0 0 0;
	}
	.cmn-header__menu__tools__item{
		font-size: 16px;
	}
	.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__list{
	list-style: none;
}
.cmn-header__menu__item.menu_category {
	padding-bottom: 4px;
}
.cmn-header__menu__item.menu_collection {
	padding-top: 40px;
}

@media (max-width: 768px) {
	.cmn-header__menu__item{
		font-size: 1.4em;
	}
}
.cmn-header__menu__list li.cmn-header__menu__item a{
	display: block;
	width:100%;
	letter-spacing: 0.015em;
	line-height: 2;
}

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

@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 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;
		width: 100%;
		 font-family: "Inter", serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "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;
	padding-top: 38px;
	font-weight: 200;
}

@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: nowrap;
	flex-direction:column;
	width: 100vw;
	height: auto;
	margin-bottom: 40px;
	justify-content: flex-start;
}

.cmn-header__menu__list.cmn-header__menu__list--cate .cmn-header__menu__item{
	display: inline-block;
	width:50%;
	font-size: 18px;
	font-weight: 300;
}
.cmn-header__menu__list.cmn-header__menu__list--cate .cmn-header__menu__item__small a{
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 0.045em;
	line-height: 2.42;
	padding-left: 10px;
}
/*検索*/

.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: "Inter", serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "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: 1vw;
		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;
	 font-family: "Inter", serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	list-style: none;
}
.cmn-header__info li{
	font-size: 10px;
	line-height: 2.4;
	letter-spacing: 0.015em;
}
.cmn-header__info li a{
	padding: 0 3px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
a.cmn-header__info__real {
	background: #F1F2F2;
	padding: 2px 3px;
	display: inline-block;
}

@media (max-width: 768px) {
	.cmn-header__info{
		text-align: left;
		padding-top: 2vw;
		width: 100%;
	}
	.cmn-header__info li:last-child{
	padding-bottom: 40px;
}
}

/*メニューイベント*/
.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;
	}
}

