@charset "UTF-8";
@charset "UTF-8";

/*↓ヘッダー検索ホバーアクションで線ひくやつ*/
/** link */
a.underline {
	position: relative;
	font-family: 'Cormorant Unicase', serif;
}
a.underline:after, a.underline:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	background: #000;
	top: .6em;
}
#kotei {
	display: inherit;
}
#shopTitle .inner {
	display: none;
}

/*↓ヘッダー*/
ul{
	list-style: none; 
}
.searchForm__inner {
	display: flex;
	padding: 20px
}
.siteNav_pc {
	justify-content: space-between;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
        padding-top: 4px;
}
#kotei {
	height: 40px;
	background: white;
	width: 100%;
}
.headerinner_pc {
	align-items: center;
	margin: 1%;
}
.headNav {
	display: flex;
	max-width: 1186px;
	justify-content: space-between;
	text-align: center;
	margin: auto;
}
.siteNav_pc li {
	margin-left: 1.5em;
	font-size: 1.4rem;
	letter-spacing: .2em;
}
ul.socialNav_pc {
	display: flex;
	align-items: center;
	min-width: 109px;
}

ol.fs-c-breadcrumb__list {
	padding-left: 100px;
}
.fs-c-breadcrumb {
	font-size: 1.2rem;
	padding-top: 50px;
}
span.icon.icon-twitter img {
	width: 2em;
	max-width: 2em;
}
span.icon.icon-instagram img {
	width: 2em;
	max-width: 2em;
}

.hdsticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
	z-index: 9999;
}
.copyright_pc p {
	color: #808080;
}
li.snsicon_pc {
	margin-left: 30px;
	min-width: 1.4em;
}
.in_headerNav {
	display: flex;
}
/*↓パンくずリスト*/
ol.fs-c-breadcrumb__list {
	font-size: 1.2em;
}

a.underline:before {
	left: 0;
	-webkit-transition: all 0.1s cubic-bezier(0.625, 0.015, 0.28, 1);
	transition: all 0.1s cubic-bezier(0.625, 0.015, 0.28, 1);
}

a.underline:after {
	right: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.625, 0.015, 0.28, 1) 0.1s;
	transition: all 0.3s cubic-bezier(0.625, 0.015, 0.28, 1) 0.1s;
}

a.underline:hover {
	text-decoration: none;
}

a.underline:hover:after, a.underline:hover:before {
	width: 100%;
}

a.underline:hover:before {
	-webkit-transition: all 0.3s cubic-bezier(0.625, 0.015, 0.28, 1);
	transition: all 0.3s cubic-bezier(0.625, 0.015, 0.28, 1);
}

a.underline:hover:after {
	-webkit-transition: all 0.1s cubic-bezier(0.625, 0.015, 0.28, 1) 0.2s;
	transition: all 0.1s cubic-bezier(0.625, 0.015, 0.28, 1) 0.2s;
}


.fs-p-headerNavigation__search.fs-p-searchForm {
	padding-right: 10px;
	padding-left: 10px;
}

article.fs-c-productList__list__item.fs-c-productListItem {
	border-bottom: none;
}
button.fs-c-button--viewMoreImage.fs-c-button--plain {
	display: none;
}

/*↓フッター*/
.logo-white_pc {
	min-width: 390px;
}
.footerinner_pc {
	position: relative;
	margin: 0 6%;
}
.corporateNav_pc {
	display: flex;
	margin-bottom: 88px;
}
.corporateNav_pc li {
	font-size: 1.6rem;
	padding-right: 40px;
	padding-top: 30px;
}
footer .socialNav li {
	font-size: 2.4rem;
}
.sp-item {
	display: none;
}
.logobox_pc {
	align-items: center;
	display: flex;
	padding-bottom: 30px;
	margin: 0 6%;
}
ul.footer_logo_pc {
	display: flex;
	position: absolute;
	right: 0%;
	padding-right:6%;
}
ul.corporateNav_pc {
	display: flex;
	padding-left: 0px;
	flex-wrap: wrap;
}
li.footerlogo2_pc {
	padding-left: 10px;
	min-width: 36px;
}
.copyright_pc {
	height: 100px;
	padding-left: 6%;
}
.footer_sp {
	display: none;
}
.toggle .btn-trigger span {
	background: #000;
}
.corporateNav_pc li a {
	color: #FFF;
}
.fs-p-scrollingCartButton {
	bottom: 5%;
}
footer {
	background: black;
}
.fs-l-footer {    
        border-top:none;
}
@media screen and (max-width: 768px) {
	/* 768pxまでの幅の場合に適応される */
	/* ヘッダー */
#kotei {
	display: none;
}
.trigger-mobileNav.toggle {
    top: inherit;
}
.footer_pc {
	display: none;
}
.footer_sp {
	display: inherit;
}

#shopTitle .inner {
	display: inherit;
	width: 100%;
	max-width: inherit;
	z-index: 9999;
	padding: 0;
	text-align: center;
	min-height: 70px;
	position: fixed;
	top:0;
}

	ul.siteNav_pc {
	display: none;
	padding-left: 4%;@charset "UTF-8";
	@charset "UTF-8";
	
	/*↓ヘッダー検索ホバーアクションで線ひくやつ*/
	/** link */
	a.underline {
		position: relative;
		font-family: 'Cormorant Unicase', serif;
	}
	a.underline:after, a.underline:before {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 1px;
		background: #000;
		top: .6em;
	}
	#kotei {
		display: inherit;
	}
	#shopTitle .inner {
		display: none;
	}
	
	/*↓ヘッダー*/
	ul{
		list-style: none; 
	}
	.searchForm__inner {
		display: flex;
		padding: 20px
	}
	.siteNav_pc {
		justify-content: space-between;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding-top: 4px;
	}
	#kotei {
		height: 60px;
		background: white;
		width: 100%;
	}
	.headerinner_pc {
		padding-top: 0.6%;
		align-items: center;
		margin: 0 auto;
	}
	.headNav {
		display: flex;
		max-width: 1186px;
		justify-content: space-between;
		text-align: center;
		margin: auto;
	}
	.siteNav_pc li {
		margin-left: 1.5em;
		font-size: 1.4rem;
		letter-spacing: .2em;
	}
	ul.socialNav_pc {
		display: flex;
		align-items: center;
		min-width: 109px;
	}
	
	ol.fs-c-breadcrumb__list {
		padding-left: 100px;
	}
	.fs-c-breadcrumb {
		font-size: 1.2rem;
		padding-top: 50px;
	}
	span.icon.icon-twitter img {
		width: 2em;
		max-width: 2em;
	}
	span.icon.icon-instagram img {
		width: 2em;
		max-width: 2em;
	}
	
	.hdsticky {
		position: fixed;
		top: 0;
		width: 100%;
		background: white;
		z-index: 9999;
	}
	.copyright_pc p {
		color: #808080;
	}
	li.snsicon_pc {
		margin-left: 30px;
		min-width: 1.4em;
	}
	.in_headerNav {
		display: flex;
	}
	/*↓パンくずリスト*/
	ol.fs-c-breadcrumb__list {
		font-size: 1.2em;
	}
	
	a.underline:before {
		left: 0;
		-webkit-transition: all 0.1s cubic-bezier(0.625, 0.015, 0.28, 1);
		transition: all 0.1s cubic-bezier(0.625, 0.015, 0.28, 1);
	}
	
	a.underline:after {
		right: 0;
		-webkit-transition: all 0.3s cubic-bezier(0.625, 0.015, 0.28, 1) 0.1s;
		transition: all 0.3s cubic-bezier(0.625, 0.015, 0.28, 1) 0.1s;
	}
	
	a.underline:hover {
		text-decoration: none;
	}
	
	a.underline:hover:after, a.underline:hover:before {
		width: 100%;
	}
	
	a.underline:hover:before {
		-webkit-transition: all 0.3s cubic-bezier(0.625, 0.015, 0.28, 1);
		transition: all 0.3s cubic-bezier(0.625, 0.015, 0.28, 1);
	}
	
	a.underline:hover:after {
		-webkit-transition: all 0.1s cubic-bezier(0.625, 0.015, 0.28, 1) 0.2s;
		transition: all 0.1s cubic-bezier(0.625, 0.015, 0.28, 1) 0.2s;
	}
	
	
	.fs-p-headerNavigation__search.fs-p-searchForm {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	article.fs-c-productList__list__item.fs-c-productListItem {
		border-bottom: none;
	}
	button.fs-c-button--viewMoreImage.fs-c-button--plain {
		display: none;
	}
	
	/*↓フッター*/
	.logo-white_pc {
		min-width: 390px;
	}
	.footerinner_pc {
		position: relative;
		margin: 0 6%;
	}
	.corporateNav_pc {
		display: flex;
		margin-bottom: 88px;
	}
	.corporateNav_pc li {
		font-size: 1.6rem;
		padding-right: 40px;
		padding-top: 30px;
	}
	footer .socialNav li {
		font-size: 2.4rem;
	}
	.sp-item {
		display: none;
	}
	.logobox_pc {
		align-items: center;
		display: flex;
		padding-bottom: 30px;
		margin: 0 6%;
	}
	ul.footer_logo_pc {
		display: flex;
		position: absolute;
		right: 0%;
		padding-right:6%;
	}
	ul.corporateNav_pc {
		display: flex;
		padding-left: 0px;
		flex-wrap: wrap;
	}
	li.footerlogo2_pc {
		padding-left: 10px;
		min-width: 36px;
	}
	.copyright_pc {
		height: 100px;
		padding-left: 6%;
	}
	.footer_sp {
		display: none;
	}
	.toggle .btn-trigger span {
		background: #000000;
	}
	.corporateNav_pc li a {
		color: #FFF;
	}
	.fs-p-scrollingCartButton {
		bottom: 5%;
	}
	footer {
		background: black;
	}
	.fs-l-footer {    
			border-top:none;
	}
	@media screen and (max-width: 768px) {
		/* 768pxまでの幅の場合に適応される */
		/* ヘッダー */
	#kotei {
		display: none;
	}
	.trigger-mobileNav.toggle {
		top: inherit;
	}
	.footer_pc {
		display: none;
	}
	.footer_sp {
		display: inherit;
	}
	
	#shopTitle .inner {
		display: inherit;
		width: 100%;
		max-width: inherit;
		z-index: 9999;
		padding: 0;
		text-align: center;
		min-height: 70px;
		position: fixed;
		top:0;
	}
	
		ul.siteNav_pc {
		display: none;
		padding-left: 4%;
	}
	ul.socialNav_pc {
		display: none;
		align-items: center;
	}
		.headerinner_pc {
		display: inherit;
		text-align: center;
		width: auto;
	}
	.fs-c-breadcrumb {
		font-size: 1.2rem;
		padding-top: 50px;
		display: none;
	}
	.fs-c-heading--page {
		padding-top: 50px;
	}
	.in_headerNav {
		display: flex;
	}
	/* フッター */
	
	.fs-c-sortItems {
		margin: 0 auto;
	}
	.footerinner_sp {
		padding: 0px 20px 70px;
	}
	footer .corporateNav_sp {	
			font-size: 1.6rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -20px;
		margin-right: -20px;
		border-bottom: solid 1px #505050;
		font-size: 1.6rem;
	}
	.corporateNav_sp {
		display: -ms-flexbox;
		display: flex;
	}
	.corporateNav_sp li:nth-of-type(2n - 1) {
		border-right: solid 1px #505050;
	}
	.corporateNav_sp li:nth-of-type(n+3) {
		border-top: solid 1px #505050;
	}
	footer .corporateNav_sp li:nth-of-type(n+2) {
		margin-left: 0;
	}
	.corporateNav_sp li:nth-of-type(4) {
		border-bottom: solid 1px #505050;
	}
	footer .corporateNav_sp li {
		width: 50%;
		height: 4em;
		font-size: 1.6rem;
	}
	.corporateNav_sp li a {
		display: flex;
		justify-content: center;
		font-size: 1.4rem;
		margin-top: 6%;
		color: #FFF;
	}
	footer .logobox_sp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin-bottom: 30px;
		padding-left: 20px;
	}
	.socialNav_sp {
		margin-top: 36px;
	}
	footer .socialNav_sp {
		display: flex;
	}
	.copyright_sp {
		text-align: center;
	}
	footer .copyright_sp {
		padding-top: 40px;
		padding-bottom: 30px;
		color: #656567;
	}
	ul.footer_logo_sp {
		padding: 0;
	}
	footer a {
		color: #ffffff; !important;
	}
	.logo_white sp {
		padding-left: 5%;
		position: relative;
	}
	ul.footer_logo_sp {
		display: flex;
		align-items: self-start;
		position: absolute;
		left: 46%;
		padding-top: 2%;
	}
	.corporateNav_pc li a {
		color: #FFF;
	}
	.fs-p-scrollingCartButton {
		bottom: 5%;
	}
	button.fs-c-button--viewMoreImage.fs-c-button--plain {
		display: none;
	}
	footer {
		background: black;
	}
	.toggle .btn-trigger span {
		background: #000;
	}
}
ul.socialNav_pc {
	display: none;
	align-items: center;
}
	.headerinner_pc {
	display: inherit;
	text-align: center;
	width: auto;
}
.fs-c-breadcrumb {
	font-size: 1.2rem;
	padding-top: 50px;
	display: none;
}
.fs-c-heading--page {
	padding-top: 50px;
}
.in_headerNav {
	display: flex;
}
/* フッター */

.fs-c-sortItems {
	margin: 0 auto;
}
.footerinner_sp {
	padding: 0px 20px 70px;
}
footer .corporateNav_sp {	
        font-size: 1.6rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	border-bottom: solid 1px #505050;
	font-size: 1.6rem;
}
.corporateNav_sp {
	display: -ms-flexbox;
	display: flex;
}
.corporateNav_sp li:nth-of-type(2n - 1) {
	border-right: solid 1px #505050;
}
.corporateNav_sp li:nth-of-type(n+3) {
	border-top: solid 1px #505050;
}
footer .corporateNav_sp li:nth-of-type(n+2) {
	margin-left: 0;
}
.corporateNav_sp li:nth-of-type(4) {
	border-bottom: solid 1px #505050;
}
footer .corporateNav_sp li {
	width: 50%;
	height: 4em;
	font-size: 1.6rem;
}
.corporateNav_sp li a {
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	margin-top: 6%;
	color: #FFF;
}
footer .logobox_sp {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-bottom: 30px;
	padding-left: 20px;
}
.socialNav_sp {
	margin-top: 36px;
}
footer .socialNav_sp {
	display: flex;
}
.copyright_sp {
	text-align: center;
}
footer .copyright_sp {
	padding-top: 40px;
	padding-bottom: 30px;
	color: #656567;
}
ul.footer_logo_sp {
	padding: 0;
}
footer a {
	color: #ffffff; !important;
}
.logo_white sp {
	padding-left: 5%;
	position: relative;
}
ul.footer_logo_sp {
	display: flex;
	align-items: self-start;
	position: absolute;
	left: 46%;
	padding-top: 2%;
}
.corporateNav_pc li a {
	color: #FFF;
}
.fs-p-scrollingCartButton {
	bottom: 5%;
}
button.fs-c-button--viewMoreImage.fs-c-button--plain {
	display: none;
}
footer {
	background: black;
}
.toggle .btn-trigger span {
	background: #000;
}