*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, "HB TC", "HB JP", "HB KR", Arial, "“segoe ui”", "“microsoft jhenghei”", "“microsoft mhei”", stheititc, sans-serif;
	--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	--font-family-sans-serif: "Helvetica Neue",Helvetica,"HB TC","HB JP","HB KR",Arial,“segoe ui”,“microsoft jhenghei”,“microsoft mhei”,stheititc,sans-serif;
}
.sp{
	display: none;
}
@media (max-width: 780px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	img.sp{
		width: 100%;
	}
}
body{
	background: #051C2C;
}
/*--------------------------------nav--------------------------------*/
#wrapper nav {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	padding-top: 80px;
	background:#fffe;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 2
}
#wrapper nav ul li {
	display:block;
	padding: 20px 28px
}
#wrapper nav ul li a {
	color: #333;
}
#wrapper .btn-gnavi {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 24px;
	z-index: 3;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms
}
#wrapper .btn-gnavi span {
	position: absolute;
	width: 30px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 0;
	-webkit-transition: all 400ms;
	transition: all 400ms
}
#wrapper .btn-gnavi span:nth-child(1) {
	top: 0
}
#wrapper .btn-gnavi span:nth-child(2) {
	top: 10px
}
#wrapper .btn-gnavi span:nth-child(3) {
	top: 20px
}
#wrapper .btn-gnavi.open span {
	background: #051C2C;
}
#wrapper .btn-gnavi.open span {
	width: 24px;
}
#wrapper .contents section p {
	position: absolute;
	top: 50%;
	width: 30%;
	line-height: 1.4;
	font-size: 20px;
	color: #fff;
}
#wrapper .contents section:nth-child(odd) p {
	left: 10%
}
#wrapper .contents section:nth-child(even) p {
	right: 10%
}
#wrapper nav ul li.menu-insta a img {
	vertical-align: sub;
	margin-right: 6px;
	width: 18px;
}
/*--------------------------------nav--------------------------------end*/
/*--------------------------------home--------------------------------*/
.mv{
	position: relative;
}
body > h1{
	position: fixed;
	top: 0;
	z-index: 1;
}
body > h1 img {
	width: 180px;
	margin: 25px 20px;
}
.mv > video,
.mv > img {
	width: 100%;
	max-width: 1900px;
	min-width: 1000px;
}
.inner {
	width: 1000px;
	margin: auto;
	text-align: right;
}
.inner > a {
	color: #ffffff;
	margin-bottom: 15%;
	display: inline-block;
	padding: 0;
	font-size: 14px;
}
/*
.inner > a:after {
	content: "▶";
	vertical-align: text-top;
	font-size: 10px;
	margin-left: 5px;
}
*/
.concept {
	padding: 10% 10% 0 10%;
	text-align: right;
}
.concept p {
	text-align: center;
	line-height: 2.5;
	letter-spacing: 1px;
	margin-bottom: 5%;
}
.slider img{
	width: 100%;
}
.saler h2{
	text-align: center;
}
.saler h2 img{
	height: 20px;
}
.shop_list {
	display: flex;
	flex-wrap: wrap;
	margin: 3% 0;
}
.shop_list a {
	width: 14%;
	padding: 1%;
}
.shop_list img {
	width: 100%;
}
.contact {
	margin: 10% auto;
	text-align: center;
}
.contact a {
	background: #051C2C;
	color: #fff;
	padding: 20px 80px;
	vertical-align: bottom;
}
.contact a img {
	width: 130px;
	vertical-align: middle;
}
footer {
	background: #051C2C;
	padding: 3%;
}
footer .insta,
footer .sitemap{
	width: 1000px;
	margin: auto;
}
footer .insta a,
footer .sitemap a{
	color: #fff;
}
footer .insta {
	text-align: center;
	font-size: 18px;
	vertical-align: text-top;
}
footer .insta img {
	width: 25px;
	vertical-align: middle;
	margin-right: 8px;
}
footer .sitemap {
	margin: 3% auto;
	font-size: 14px;
}
footer .sitemap a {
	line-height: 2.2;
}
footer h1{
	text-align: center;
}
footer h1 img{
	width: 150px;
}
footer h1 small{
	text-align: center;
}
footer small {
	display: block;
	text-align: center;
	color: #fff;
}
@media (max-width: 780px) {
	.inner {
		width: 100%;
	}
	.mv > img {
		min-width: auto;
	}
	body > h1 img {
		width: 40vw;
		margin: 18% 10%;
	}
	.inner > a {
		margin-top: 10%;
		margin-bottom: 40%;
		padding: 0 5%;
	}
	.concept {
		padding: 30% 5% 0;
		font-size: 15px;
		text-align: right;
	}
	.shop_list {
		margin: 10% 0 5%;
	}
	.shop_list a {
		width: 25%;
	}
	.saler {
		padding: 0 5%;
	}
	.contact {
		margin: 0% auto 20%;
	}
	.contact a{
		padding: 4% 16vw;
	}
	.contact a img {
		width: 100px;
	}
	footer {
		padding: 10%;
	}
	footer .sitemap a {
		line-height: 3;
	}
	footer .insta,
	footer .sitemap{
		width: 100%;
		margin: auto;
	}
	footer .sitemap {
		margin: 12% auto;
	}
	.saler h2 img {
		height: 15px;
	}
}
/*--------------------------------home-end-------------------------------*/
/*--------------------------------concept--------------------------------*/

.concept-mv {
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-scroll-behavior: smooth;
	scroll-behavior: smooth;
	-webkit-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
	-webkit-scroll-snap-points-y: repeat(100%);
	scroll-snap-points-y: repeat(100%);
	position: fixed;
	z-index: -1;
	opacity: 0.14;
}
.concept-mv-box {
	width: 100%;
	height: 100vh;
	color: #fff;
	font-size: 100px;
	display: flex;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
}
.concept-mv-img {
	background-image: url(../img/mv_pc.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.underlayer .inner {
	text-align: center;
}
.underlayer.inner.u_concept {
	color: #ffffff;
	margin-bottom: 20%;
}
.u_concept h2 {
	margin: 7%;
	margin-top: 0;
	padding-top: 20%;
}
.u_concept h2 img {
	height: 20px;
}
.u_concept p {
	font-size: 14px;
	line-height: 2.5;
	margin-bottom: 4%;
}
.underlayer .contact {
	margin-top: 20%;
}
.u_look {
	padding-top: 50px;
}
.u_look img {
	display: inline-block;
	width: 49.5%;
	padding: 5% 2.5% 0;
	vertical-align: top;
}
.u_stockist {
	margin-top: 150px;
}
.stockist_box {
	display: flex;
	flex-wrap: wrap;
}
.shop-detail {
	color: #ffffff;
}
p.shop_name {
	font-weight: bold;
}
p.shop_address,
p.shop_hp{
	font-size: 14px;
}
.u_look h4 {
	color: #fff;
	margin: 80px 0 10px;
}
.seasonLink a {
	text-align: center;
	display: block;
	margin: 80px auto 0;
	width: fit-content;
	color: #fff;
}
@media (max-width: 780px) {
	.mv > video.sp{
		width: 100%;
		max-width: 100%;
		min-width:inherit;
		min-height:inherit;
/*
		max-width: none;
		min-width: inherit;
		height: 100vh;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
*/
	}
	.concept-mv-img {
		background-image: url(../img/mv_sp.jpg);
	}
	.u_concept h2 {
		padding-top: 35%;
	}
	.u_concept p {
		margin-bottom: 10%;
	}
	.underlayer .contact {
		margin-top: 35%;
	}
	.u_look {
		display: block;
	}
	.u_look img {
		width: 100%;
		padding: 5% 5% 0;
	}
	.u_stockist {
		margin-top: 35%;
	}
	.stockist_box {
		display: block;
	}
	.u_concept h2 img {
		height: 15px;
	}
	.u_look h4 {
		margin: 15% 0 5%;
	}
	.seasonLink a {
		margin: 10% auto 0;
	}
}
#wrapper nav ul li.accordion-inner {
	padding: 0 40px;
	display: none;
	list-style: none;
}
li.accordion-inner a {
	display: block;
	margin-top: 13px;
}
li.accordion-inner a:first-child {
	margin-top: 0;
}
li.accordion-inner a:last-child {
	margin-bottom: 13px;
}
/*----------------------------220801--------------------------*/
.shop-detail {
	text-align: left;
	width: 46%;
	margin: 20px;
	padding: 20px;
	border-bottom: 1px solid #fff3!important;
}
.shop-detail {
	border-bottom-color: rgba(48, 52, 54, 1.2) !important;
}
.shop-detail a {
	color: #fff;
}
@media (max-width: 780px) {
	.shop-detail {
		width: 90%;
	}
}
/*----------------------------230711--------------------------*/
.u_stockist h3{
    color: #fff;
}




