*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	transition: all 0.3s;

	font:normal 16px Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
	font:normal 16px Helvetica,Arial,"BIZ UDGothic","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;

	list-style:none;
	box-sizing:border-box;
	text-decoration:none;
/*
	border-collapse:collapse;
*/
	border:0px solid grey;

	position:relative;
	color:rgba(0,0,0,1.0);
}

@media only screen and (max-width:768px){
	*{
		font:normal 14px Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
	}
}

html{
	overflow-y:scroll;
/*
	height:100%;
	overflow:hidden;
*/
}

body{
	width:100%;
	line-height:1;
	overflow:hidden;
	position:relative;
}

article{
	width:100%;
	margin:0px 0 0;
}

section{
	padding:30px calc(50% - 767px / 2);
}

.iSVG{
	display:none;
}

@media only screen and (max-width:768px){

	section{
		padding:30px 10px;
	}

}

body,header,.TopMessage ul{
	display:flex;
	flex-flow:row wrap;
}
/*
article{order:-3;}
.Global{order:-2;}
footer{order:-1;}
*/

h2{
	font-size:24px;
	font-size:34px;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px;
	color:rgba(71,80,85,1.0);
}

h2 span{
	display:block;
	text-align:center;
	color:inherit;
}

h2 span:nth-child(1){
	margin:10px 0 0;
}

p{
	margin:0 0 20px;
}

.brR::after{
	content:'\A';
	white-space:pre;
}
/* --------------------------------------------------------------------------------------------- */
.SNS svg{
	fill:rgba(255,255,255,1.0);
	width:25px;
	height:25px;
}

/* --------------------------------------------------------------------------------------------- Burger */

#Switch,#Burger{
	display:none;
}

#Burger{
	width:50px;
	height:50px;
	line-height:44px;
	top:1px;
	right:3px;
	margin:0;
	position:absolute;
	position:fixed;
/*	display:none;*/
	z-index:999;

	padding:0 0 0 50px;
	padding:28px 0 0 2px;
	color:rgba(0,0,0,1.0);
	color:rgba(255,255,255,1.0);
	font-size:32px;
	font-size:16px;	opacity:1;
	cursor:pointer;
	text-shadow:1px 1px 0px rgba(0,0,0,1.0),-1px 1px 0px rgba(0,0,0,1.0),-1px -1px 0px rgba(0,0,0,1.0),1px -1px 0px rgba(0,0,0,1.0);

/*
	text-shadow:1px 1px 0px rgba(255,255,255,1.0),-1px 1px 0px rgba(255,255,255,1.0),-1px -1px 0px rgba(255,255,255,1.0),1px -1px 0px rgba(255,255,255,1.0);

	text-shadow:1px 1px 0px rgba(255,255,255,1.0),-1px 1px 0px rgba(255,255,255,1.0),-1px -1px 0px rgba(255,255,255,1.0),1px -1px 0px rgba(255,255,255,1.0);
	color:rgba(0,0,0,1.0);
*/
	transition:all 500ms ease-in-out;
}

#Burger:hover{
	color:rgba(255,255,255,1.0);
	text-shadow:1px 1px 0px rgba(0,0,0,1.0),-1px 1px 0px rgba(0,0,0,1.0),-1px -1px 0px rgba(0,0,0,1.0),1px -1px 0px rgba(0,0,0,1.0);

}

#Burger:hover span,#Burger:hover span::before,#Burger:hover span::after{
	background-color:rgba(255,255,255,1.0);
	box-shadow:1px 1px 0px rgba(0,0,0,1.0),-1px 1px 0px rgba(0,0,0,1.0),-1px -1px 0px rgba(0,0,0,1.0),1px -1px 0px rgba(0,0,0,1.0);
}

#Burger span,#Burger span::before,#Burger span::after{
	top:50%;
	left:50%;
	width:35px;
	height:4px;
	cursor:pointer;
	display:block;
	content:'';
	transition:all 500ms ease-in-out;
	position:absolute;
	background-color:rgba(0,0,0,1.0);

	box-shadow:1px 1px 0px rgba(255,255,255,1.0),-1px 1px 0px rgba(255,255,255,1.0),-1px -1px 0px rgba(255,255,255,1.0),1px -1px 0px rgba(255,255,255,1.0);

}

#Burger span:hover,#Burger span::before:hover,#Burger span::after:hover{
	box-shadow:1px 1px 0px rgba(0,0,0,1.0),-1px 1px 0px rgba(0,0,0,1.0),-1px -1px 0px rgba(0,0,0,1.0),1px -1px 0px rgba(0,0,0,1.0);
}

#Burger span{
	transform:translate3d(-50%, -4px, 0);
}

#Burger span::before{
	transform:translate3d(-50%, -14px, 0);
}

#Burger span::after{
	transform:translate3d(-50%, 10px, 0);

}

#Switch:checked + #Burger span{
	transform:translateX(-50%) rotate(-45deg);
/*	background-color:rgba(255,255,255,0);*/
}

#Switch:checked + #Burger span::before{
	transform:translateX(-50%) rotate(90deg);
	top:0;
}

#Switch:checked + #Burger span::after{
	height:4px;
	transform:translateX(-50%) translateY(-10px) rotate(0deg);
	top:10px;
	box-shadow:1px 1px 0px rgba(0,0,0,0),-1px 1px 0px rgba(0,0,0,0),-1px -1px 0px rgba(0,0,0,0),1px -1px 0px rgba(0,0,0,0);
}

@media only screen and (max-width:768px){

	#Burger{
		display:block;
	}

}

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

.Global{
	width:100%;
	display:block;
	top:calc(100vh - 80px);
	left:0;
	position:fixed;
	position:relative;
	position:absolute;
	background-color:rgba(255,255,255,1.0);
	background-color:rgba(255,255,255,0.95);
	z-index:10;
	transition: all 0s;
}

/* 20230821 */
.Global{
	top:0px;
}

.GlobalCollection{
	top:300px;
	top:calc(380px - 80px);
}

.Global ul{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
	justify-content:space-between;
	justify-content:flex-end;
}

.Global ul li a{
	width:100px;
	height:80px;
	line-height:80px;
	font-size:24px;

	text-align:center;
	display:block;
	font-weight:bold;
	position:relative;

	color:rgba(71,80,85,1.0);
}

.Global ul li:nth-child(1) a{width:300px;display:flex;flex-flow:row wrap;}
.Global ul li:nth-child(2) a{width:calc(20px * 5 + 0.5vw);}
.Global ul li:nth-child(3) a{width:calc(20px * 9 + 0.5vw);}
.Global ul li:nth-child(4) a{width:calc(20px * 4 + 0.5vw);}
.Global ul li:nth-child(5) a{width:calc(20px * 5 + 0.5vw);}
.Global ul li:nth-child(6) a{width:calc(20px * 5 + 0.5vw);}
/* 20230120 */
.Global ul li:nth-child(6) a{width:calc(20px * 8 + 0.5vw);}
.Global ul li:nth-child(7) a{width:calc(20px * 9 + 0.5vw);}
.Global ul li:nth-child(8) a{width:calc(20px * 7 + 0.5vw);}


/* 20230821 */
.Global ul li:nth-child(1) a{width:50vw;}
.Global ul li:nth-child(2) a{width:calc(20px * 5);}
.Global ul li:nth-child(3) a{width:calc(20px * 9);}
.Global ul li:nth-child(4) a{width:calc(20px * 6);}
.Global ul li:nth-child(5) a{width:calc(20px * 4.4);}
.Global ul li:nth-child(6) a{width:calc(20px * 6.8);}
.Global ul li:nth-child(7) a{width:calc(20px * 9);}


.Global ul li a.Seen,
.Global ul li a:hover{
	color:rgba(255,255,255,1.0);
	text-shadow:
		 1px  1px 0 rgba(71,80,85,1.0),
		-1px -1px 0 rgba(71,80,85,1.0),
		-1px  1px 0 rgba(71,80,85,1.0),
		 1px -1px 0 rgba(71,80,85,1.0),
		 0px  1px 0 rgba(71,80,85,1.0),
		 0px -1px 0 rgba(71,80,85,1.0),
		-1px  0px 0 rgba(71,80,85,1.0),
		 1px  0px 0 rgba(71,80,85,1.0);
}

	.Global ul li:nth-child(1) a{
		height:80px;
		line-height:80px;
	}

@media only screen and (min-width:768px){
	.Global ul{
		padding:0 0 0 300px;
		padding:0 20px 0 320px;
		/* 20230120 */
		padding:0 20px 0 300px;
		/* 20230821 */
		padding:0 0px 0 50vw;
	}
	.Global ul li:nth-child(1){
		top:0;
		left:0;
		position:absolute;
	}

}

/* SCHEDULE用
@media only screen and (max-width:1172px) and (min-width:768px){
*/

/* BRANDS 表示用
@media only screen and (max-width:1130px) and (min-width:768px){
*/

@media only screen and (max-width:1700px){

	.Global ul li a{
		font-size:20px;
	}

.Global ul li:nth-child(2) a{width:calc(17px * 5);}
.Global ul li:nth-child(3) a{width:calc(17px * 9);}
.Global ul li:nth-child(4) a{width:calc(17px * 6);}
.Global ul li:nth-child(5) a{width:calc(17px * 4.4);}
.Global ul li:nth-child(6) a{width:calc(17px * 6.8);}
.Global ul li:nth-child(7) a{width:calc(17px * 9);}


}

/*
@media only screen and (max-width:981px){
*/
@media only screen and (max-width:1400px){

	.Global ul li,
	.Global ul li a{
		height:40px;
		line-height:40px;
	}

	.Global ul li:nth-child(1){
		margin:0 0 -40px;
	}
}

/*
.Global ul li:nth-child(1){
	margin-right:calc((100% - (170px * 2 + 100px * 6)) / 2);
}

.Global ul li:nth-child(8){
	margin-left:calc((100% - (170px * 2 + 100px * 6)) / 2);
}
*/
/*
.Global ul li a:hover::before{
	content:'';
	width:calc(100% - 6px);
	height:43px;
	border:1px solid rgba(0,0,0,1.0);
	top:3px;
	left:3px;
	position:absolute;
	display:block;
	transition: all 2.3s;
}

.Global ul li:nth-child(1),
.Global ul li:nth-child(8){
	position:fixed;
	top:0;
	left:0;
}

.Global ul li:nth-child(8){
	left:calc(100% - 170px);
}

.Global ul li:nth-child(1) a,
.Global ul li:nth-child(8) a{
	width:170px;
	color:rgba(255,255,255,1.0);
	background-color:rgba(0,0,0,1.0);
}

.Global ul li:nth-child(8) a{
	background-color:rgba(241,90,36,1.0);
}
*/
/*
@media only screen and (max-width:768px){
@media only screen and (max-width:712px){

*/
@media only screen and (max-width:930px){
/*
	.Global ul li:nth-child(2) a,
	.Global ul li:nth-child(3) a,
	.Global ul li:nth-child(4) a{
		width:10vw;
	}

	.Global ul li:nth-child(5) a,
	.Global ul li:nth-child(6) a,
	.Global ul li:nth-child(7) a{
		width:7vw;
	}
*/
}

@media only screen and (max-width:768px){

	.Global{
		width:0px;
		height:100vh;
		top:0px;
		left:100%;
		margin:0;
		padding:0 0 0 0px;
	/*	padding:90px 0 0;
		position:absolute;
			overflow:hidden;*/
		z-index:99;
		overflow:hidden;
	/*		background-color:rgba(0,0,0,0.8);*/

/*
		opacity:0;
		visibility:hidden;
*/
		transition: all 0s;
		transition: all 0.6s;


		width:200px;
		width:100%;
		left:0%;
		padding:80px 0 0px;
		padding:0px 0 0px;
		border-right:0px solid rgba(0,0,0,0.75);
		background-color:rgba(0,0,0,0.75);
	/*
		overflow:visible;
		border-right:calc(100vw - 200px) solid rgba(0,0,0,0.75);
	*/
		position:fixed;

		/* 20230821 */
		height:80px;
		opacity:1;
		visibility:visible;
		background-color:rgba(0,0,0,0);

	}
/*
	.Global::before{
		content:'';
		width:0px;
		height:0px;
		height:100vh;
		top:0;
		left:100%;
		background-color:rgba(0,0,0,0.75);
		background-color:rgba(255,255,255,1.0);
		background-color:rgba(0,0,0,0.1);
		display:block;
		position:absolute;
		transition:all 0.3s;
		z-index:-1;
	}
*/
	.Global ul li{
		width:100%;
		height:80px;
		background-color:rgba(255,255,255,1.0);
	}
/*
	.Global ul li:nth-child(1) a{
		height:80px;
		line-height:80px;
	}

	.Global ul li:nth-child(1){
		margin:0 0 0px;

		top:0;
		left:0;
		position:relative;

	}
*/

	/* 20230821 */
	.Global ul li:nth-child(1){
		position:fixed;
	}

	.Global ul li:nth-child(1) a{
		text-align:left;
	}

	.Global ul li:nth-child(n+2){
		width:calc(100vw - 170px);
		width:50vw;
		height:50vw;
		margin:0;
		left:0;

		width:50%;
		height:45vw;
		margin:0;
		position:relative;
		border-bottom:0px solid rgba(0,0,0,1.0);
/*
		margin:0 0 1px 170px;

		border-left:170px solid rgba(0,0,0,0.5);
*/
		opacity:0;
		visibility:hidden;

	/* 20230821 */
		width:60vw;
		height:80px;
		background-color:rgba(71,80,85,1.0);

		height:calc((100vh - 80px) / 9);

	}

	.Global ul li:nth-child(n+2) a{
		/* 20230821 */
		width:60vw;
		height:80px;
		line-height:80px;
		margin:0;
		padding:0 0 0 40px;
		border-radius:initial;
		box-shadow:initial;
		font-size:6vw;
		background-color:rgba(0,0,0,0);
		color:rgba(255,255,255,1.0);
		text-align:initial;

		font-size:5vw;
		padding:0 0 0 20px;
		height:calc((100vh - 80px) / 9);
		line-height:calc((100vh - 80px) / 9);
	}

	.Global ul li:nth-child(2){
		height:160px;
		padding:80px 0 0;
		height:calc((100vh - 80px) / 9 + 80px);
	}

	/* 20230120 */
/*
	.Global ul li:nth-child(1){
		height:80px;
		margin:0;
	}

	.Global ul li:nth-child(2) a,
	.Global ul li:nth-child(4) a,
	.Global ul li:nth-child(6) a{
		margin:2.5vw 2.5vw 2.5vw 7.5vw;
	}

	.Global ul li:nth-child(3) a,
	.Global ul li:nth-child(5) a,
	.Global ul li:nth-child(7) a{
		margin:2.5vw 7.5vw 2.5vw 2.5vw;
	}

	.Global ul li:nth-child(3) a,
	.Global ul li:nth-child(5) a{
		font-size:4.6vw;
	}

	.Global ul li:nth-child(8) a{
		background-color:rgba(241,90,36,1.0);
	}


	.Global ul li:nth-child(2) a{background-image:url(img/bg-denim.png?2022);}
	.Global ul li:nth-child(3) a{background-image:url(img/bg-check.png?2022);}
	.Global ul li:nth-child(4) a{background-image:url(img/bg-red.png?2022);}
	.Global ul li:nth-child(5) a{background-image:url(img/bg-triangle.png?2022);}
	.Global ul li:nth-child(6) a{background-image:url(img/bg-sand.png?2022);}
	.Global ul li:nth-child(7) a{background-image:url(img/bg-diamond.png?2022);background-position:center;}
*/

}
/*

#Switch:checked ~ .Global{
	opacity:1;
	visibility:visible;
}

#Switch:checked ~ .Global ul li:nth-child(n+2){
	opacity:1;
	visibility:visible;
}
*/


#Switch:checked ~ .Global ul li:nth-child(n+2){
	opacity:1;
	visibility:visible;
}

#Switch:checked ~ .Global::before{
	width:calc(100vw - 200px);
	width:100%;
	left:0;
	height:100vh;
}

#Switch:checked ~ .Global ul li:nth-child(1) .MarkGlobal1{
	fill:rgba(0,0,0,1.0);
}

#Switch:checked ~ .Global ul li:nth-child(n+2){
/*
	width:100%;
	height:50px;

	border:1px solid rgba(0,0,0,0.5);
	border-right:0px solid rgba(0,0,0,0.0);
	border-left:0px solid rgba(0,0,0,0.0);
*/
}

#Switch:checked ~ .Global ul li:nth-child(2),
#Switch:checked ~ .Global ul li:nth-child(2){
/*
	margin-top:50px;
*/
}

#Switch:checked ~ .Global ul li:nth-child(8){
	position:relative;
}

@media only screen and (max-width:768px){

	#Switch:checked ~ .Global{
		height:auto;
	}


	#Switch:checked ~ .Global ul li:nth-child(n+2){
/*
		width:50%;
		height:40vw;
		margin:0;
*/
	}

	#Switch:checked ~ .Global ul li:nth-child(n+2) a{
/*
		width:100%;
		width:30vw;
		height:30vw;
		margin:5vw 10vw;
		border-radius:50%;
		box-shadow:4px 4px 4px 4px rgba(0,0,0,0.5);
		line-height:30vw;
		color:rgba(255,255,255,1.0);
		text-shadow:
			 1px  1px 0 rgba(0,0,0,1),
			-1px -1px 0 rgba(0,0,0,1),
			-1px  1px 0 rgba(0,0,0,1),
			 1px -1px 0 rgba(0,0,0,1),
			 0px  1px 0 rgba(0,0,0,1),
			 0px -1px 0 rgba(0,0,0,1),
			-1px  0px 0 rgba(0,0,0,1),
			 1px  0px 0 rgba(0,0,0,1);
*/
	}

/*
	#Switch:checked ~ .Global ul li:nth-child(n+2) a:hover{
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.5);
	}

	#Switch:checked ~ .Global ul li:nth-child(2) a:hover,
	#Switch:checked ~ .Global ul li:nth-child(4) a:hover,
	#Switch:checked ~ .Global ul li:nth-child(6) a:hover{
		margin:2.5vw 2.5vw 2.5vw 7.5vw;
		margin:calc(2.5vw + 2px) calc(2.5vw - 2px) calc(2.5vw - 2px) calc(7.5vw + 2px);
	}

	#Switch:checked ~ .Global ul li:nth-child(3) a:hover,
	#Switch:checked ~ .Global ul li:nth-child(5) a:hover,
	#Switch:checked ~ .Global ul li:nth-child(7) a:hover{
		margin:2.5vw 7.5vw 2.5vw 2.5vw;
		margin:calc(2.5vw + 2px) calc(7.5vw - 2px) calc(2.5vw - 2px) calc(2.5vw + 2px);
	}
*/
}

/* --------------------------------------------------------------------------------------------- footer */

.MarkGlobal1{
	width:60px;
	height:60px;
	margin:10px;
}

.MarkGlobal2{
	width:200px;
	height:80px;
}

/* 20230821 */

.MarkGlobal2023L{
	width:calc((50vw  / 1000 * 644) - 15px);
	margin:0px 5px 0px 10px;
	max-width:920px;
	max-height:80px;
}

.MarkGlobal2023R{
	width:calc((50vw / 1000 * 356) - 15px);
	margin:0px 10px 0px 5px;
	max-width:488px;
	max-height:80px;
}

	.Global .rShow{
		display:none;
	}

@media only screen and (max-width:981px){

	.Global ul li:nth-child(1) a{
		width:calc((50vw  / 1000 * 644) - 0px);
		height:auto;
	}

	.Global ul{
		padding:0 20px 0 calc((50vw  / 1000 * 644) - 0px);
	}

	.MarkGlobal2023L{
		width:calc((50vw  / 1000 * 644) - 8px);
		margin:4px 4px 0px 4px;

		width:auto;
		height:22px;
		margin:8px 4px 0px 4px;
	}

	.MarkGlobal2023R{
		width:calc((50vw / 1000 * 366) - 8px);
		margin:0px 4px;

		width:auto;
		height:36px;
		margin:4px 0px 0px 20px;
	}

}

@media only screen and (max-width:768px){

	.Global .rShow{
		display:block;
	}

	.Global ul{
		padding:0 0px 0 calc((50vw  / 1000 * 644) - 0px);
	}

	.Global ul li:nth-child(1) a{
		width:calc(100vw  - 80px);
	}

	.MarkGlobal2023L{
		height:30px;
		margin:8px 4px 0px 4px;
	}

	.MarkGlobal2023R{
		height:36px;
		margin:4px 0px 0px 4px;
	}

}

@media only screen and (max-width:400px){

	.MarkGlobal2023L{
		height:26px;
		margin:8px 4px 0px 4px;
	}

}

@media only screen and (max-width:360px){

	.MarkGlobal2023L{
		height:22px;
		margin:12px 4px 0px 8px;
	}

	.MarkGlobal2023R{
		height:32px;
		margin:4px 0px 0px 8px;
	}
}

.MarkFooter1 use{
	fill:rgb(255,255,255,1.0);
}

.fixsubnav{
	position:fixed;
	top:0px;
/*
	z-index:10;
	background-color:rgba(255,255,255,0.8);
*/
}


@media only screen and (max-width:768px){
	.MarkGlobal1{
		position:fixed;
		top:0;
		left:0;
		fill:rgba(255,255,255,1.0);
	}

	.MarkGlobal2{
		margin:0 0 0 80px;
	}
}
/* --------------------------------------------------------------------------------------------- */

header, header div{
	width:100%;
	height:100vh;
	padding:0 0 80px;
	position:relative;
}

header{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

header div{
	top:0px;
	left:0px;
	position:absolute;
}

#HeadCollectionTheYear{
	height:300px;
	margin:0 0 80px;
}

@media only screen and (max-width: 787px){

	#HeadCollectionTheYear{
		margin:0 0 0px;
	}

}

#HeadCollectionTheYear{background-image:url(img/headcollection.jpg?2022);}

#HeadMask2,
#HeadMask1,
#HeadBase{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

#HeadBase{
	background:linear-gradient(110deg,red,orange,yellow,green,aqua,blue,purple);
	background-position:50% 50%;
	animation: Anm_Base 20.0s normal infinite ease forwards;
}

#HeadMask1{
	animation: Anm_Mask1 20.0s normal infinite ease forwards;
}

#HeadMask2{
	animation: Anm_Mask2 20.0s normal infinite ease forwards;
}

/*
	background-image:url(img/top-head.png);
	background-image:url(img/top-head-title-1.png);
	background-image:url(img/top-head-title-2.png);
*/

.Scroll{
	width:50px;
	height:75px;
	position:absolute;
	top:calc(100% - 160px);
	left:calc(50% - 25px);

	top:calc(100% - 80px);
	left:calc(50vw - 25px);

	position:fixed;
	opacity:0;
}

.Scroll use{
	animation: Anm_Scroll 20.0s normal infinite ease forwards;
}

@keyframes Anm_Scroll {
	0%{	fill:white;}
	10%{	fill:black;}
	25%{	fill:black;}
	40%{	fill:white;}
	50%{	fill:white;}
	85%{	fill:white;}
	100%{	fill:white;}
}

@keyframes Anm_Mask1 {
	0%{	opacity:1;}
	10%{	opacity:0;}
	25%{	opacity:0;}
	40%{	opacity:1;}
	50%{	opacity:1;}
	85%{	opacity:1;}
	100%{	opacity:1;}
}

@keyframes Anm_Mask2 {
	0%{	opacity:1;}
	10%{	opacity:1;}
	25%{	opacity:1;}
	40%{	opacity:0;}
	50%{	opacity:0;}
	85%{	opacity:0;}
	100%{	opacity:1;}
}

@keyframes Anm_Base {
	0%{	background-position:50% 0%;}
	25%{	background-position:0% 0%;}
	50%{	background-position:0% 100%;	background-size:200%;}
	75%{	background-position:100% 100%;}
	100%{	background-position:100% 0%;	background-size:150%;}
}
/*
*/

@keyframes Anm_Mask1 {
	0%{	opacity:1;}
	10%{	opacity:1;}
	25%{	opacity:1;}
	40%{	opacity:0;}
	50%{	opacity:0;}
	85%{	opacity:0;}
	100%{	opacity:1;}
}

@media only screen and (max-width: 787px){

	#HeadCollectionTheYear{
		background-image:url(img/headcollection-s.jpg?2022);
	}

	.Scroll{
		top:calc(100% - 80px);
	}

}

/*
@media only screen and (orientation:landscape){
*/
@media only screen and (min-width: 787px){

	#HeadBase{
		background-size:150%;
		background-image:url(img/headtop.jpg?20230829);
	}

	#HeadMask1{
		background-image:url(img/top-head-title-1.png?20231);
	}

	#HeadMask2{
		background-image:url(img/top-head-title-2.png?20231);
	}
}
/*
@media only screen and (min-width: 787px) and (orientation:portrait){

#HeadMask2,
#HeadMask1{
	background-size:160%;
}

}
*/
/*
@media only screen and (orientation:portrait){
*/
@media only screen and (max-width: 787px){

	#HeadBase{
		background-image:url(img/headtop-s.jpg?20230829);
		background-size:260%;
	}

	#HeadMask1{
		background-image:url(img/top-head-title-1-s.png?20231);
	}

	#HeadMask2{
		background-image:url(img/top-head-title-2-s.png?20231);
	}
}

/* 20230821 */

#Head2023{
	margin:80px 0 0;
}

#HeadBase,
#Head2023,
#Head2023 figure,
#Head2023 figure img{
	width:100vw;
	height:calc(100vw / 1920 * 2336);
}


/* --------------------------------------------------------------------------------------------- footer */

footer{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
	background-color:rgba(71,80,85,1.0);
	padding:30px 0 0;
/*
	padding:30px calc(50% - 767px / 2);
	padding:30px calc(50% - 867px / 2);
	padding:30px calc(50% - 867px / 2) 0;
*/
}

footer *{
	color:rgba(255,255,255,1.0);
}

footer p{
	margin:0;
}

.FootL{
	display:flex;
	flex-flow:row wrap;
}

.FootL{
	width:20%;
	width:600px;
	margin:0 40px 0 0;
	margin:0 20px 5px 0px;
}

.FootL .MarkGlobalF{
	width:100%;
	fill:rgba(255,255,255,1.0);
}

.FootL div{
	width:calc(100% - 80px);
	padding:20px 20px 20px 30px;
}

.FootL div *{
	width:100%;
}

.Organizer p{
	display:flex;
	flex-flow:row nowrap;
}

.Organizer p span:nth-child(1){
	width:60px;
	line-height:50px;
	display:block;
}

.Organizer p .MarkFooter2-1{
	width:120px;
	line-height:50px;
	display:block;
}

.MarkFooter1{
	width:120px;
	height:120px;
}

.SNS{
	text-align:center;
}

.SNS li a{
	height:60px;
	line-height:80px;
	display:block;
}

.FootL .MarkFooter2{
	height:50px;
	fill:rgba(255,255,255,1.0);
	height:20px;
	height:50px;
	width:200px;
	margin:0 6px 0 4px;
}

.FootL .MarkFooter2-1{
	font-size:21px;
}

.Organizer ul{
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	margin:0px;
}

.Organizer ul li a{
	background-color:rgba(255,255,255,1.0);
	display:block;
}

.Organizer ul li,
.Organizer ul li a,
.Organizer ul li a svg,
.Organizer ul li a svg use,
.Organizer ul li a img{
	width:220px;
	height:70px;
}

.Organizer ul li a svg,
.Organizer ul li a svg use{
	width:204px;
	height:68px;
	padding:3px;
}

.Organizer ul li a img{
	margin:0;
}

.FootL .MarkFooter3{
}


.FootR{
	display:flex;
	flex-flow:row wrap;
	width:calc(28% - 10px);
	width:287px;
	margin:40px 0 0;
}

.FootR ul{
	width:50%;
	height:180px;

	/* 20230120 */
	height:auto;

	display:block;
}

.FootR ul li,
.FootR ul li a{
	width:100%;
	height:30px;
	font-weight:bold;
	display:block;
}

.FootR ul:nth-child(2) li:nth-child(n+2){
	height:20px;
	padding:0 0 0 10px;
}

.FootR ul:nth-child(2) li:nth-child(n+2) a::before{
	content:'> ';
}

/* 20230120 */

.FootR .Mailto{
	margin:20px 0 0;
}

.FootR .Mailto span{
	display:block;
}

.FootR .Mailto span:nth-child(1){
	padding:5px 8px;
	line-height:25px;
	background-color:rgba(255,255,255,1.0);
	color:rgba(0,0,0,1.0);
}

.FootR .Mailto span:nth-child(3){
	display:block;
	font-size:11px;
}

small{
	width:100%;
	padding:30px 0 10px;
	text-align:center;
	color:rgba(255,255,255,1.0);
}

small span{
	color:inherit;
}

@media only screen and (max-width: 962px){
	.FootL{
		width:787px;
		height:120px;
		margin:0;
		padding:0px 0px 0px;
		flex-flow:row nowrap;

		flex-flow:row nowrap;

	}

	.SNS{
		width:calc(100% - 120px);
		max-width:200px;
		display:flex;
		flex-flow:row nowrap;
	}

	.SNS li{
		width:calc(100% / 3);
	}

	.SNS li a{
		height:120px;
		line-height:120px;
	}
}

@media only screen and (max-width: 962px){

	.SNS{
		margin:20px 0 0;
	}

	.SNS li a{
		height:60px;
		line-height:60px;
	}

	footer,.FootL,.FootC,.FootR{
		width:100%;
	}

	footer{
		padding:10px 10px 0;
	}

	.FootL{
		order:-3;
		height:180px;
		padding:30px calc(50% - 160px);
/*
		height:calc((50vw - 160px) * 2 + 120px);
		padding:calc(50vw - 160px);
*/
		justify-content:center;
		padding:30px 0;
		flex-flow:row wrap;
		height:auto;
	}

	.FootC{
		margin:0;
		order:-1;
	}

	.FootC img:nth-child(1){
		margin:10px 25px 0;
		margin:10px auto 0;
	}

	.FootC p:nth-child(2),
	.FootC p:nth-child(3),
	.FootC p:nth-child(4){
		text-align:center;
		font-size:18px;
	}

	.FootC p:nth-child(2){
		font-weight:bold;
	}

	.FootC p:nth-child(3),
	.FootC p:nth-child(4){
		text-align:center;
	}

	.FootC p:nth-child(6){
		height:50px;
		line-height:50px;
		text-align:center;
	}

	.FootC ul:nth-child(7) li:nth-child(1){
		width:calc(50% - 5px);
		margin:0 5px 0 0;
	}

	.FootC ul:nth-child(7) li:nth-child(2){
		width:calc(50% - 5px);
		margin:0 0 0 5px;
	}

	.FootC ul:nth-child(7) li a,
	.FootC ul:nth-child(7) li a svg,
	.FootC ul:nth-child(7) li a svg use,
	.FootC ul:nth-child(7) li a img{
		width:100%;
		height:100%;
	}

	.FootR{
		margin:20px 0 30px;
		order:-2;
		justify-content:center;
	}

	.FootR ul li,
	.FootR ul li a{
		text-align:center;
	}

	.FootR ul:nth-child(1) li a{
		padding:0 0 0 30px;
	}

	.FootR ul:nth-child(2) li:nth-child(1),
	.FootR ul:nth-child(2) li a{
		padding:0 30px 0 0;
	}

}

@media only screen and (max-width: 962px){

.FootL div{
	width:calc(100% - 20px);
	padding:20px 10px 20px 10px;
}

	.FootC img:nth-child(1){
		margin:10px 25px 0;
	}

	.FootC p:nth-child(6){
		padding:0;
		justify-content:center;
	}

	.FootL .MarkFooter2{
		height:50px;
		fill:rgba(255,255,255,1.0);
		height:18px;
		height:48.8px;
		width:160px;
	}

	.FootL .MarkFooter2-1{
		font-size:17px;
	}
}


@media only screen and (max-width: 962px){

/*
.Organizer ul{
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	margin:0px;
}

.Organizer ul li a{
	background-color:rgba(255,255,255,1.0);
	display:block;
}
*/
.Organizer ul li,
.Organizer ul li a,
.Organizer ul li a svg,
.Organizer ul li a svg use,
.Organizer ul li a img{
	width:calc((100vw - 80px) / 2);
	height:calc(((100vw - 80px) / 2) / 220 * 70);
}
/*
.Organizer ul li a svg,
.Organizer ul li a svg use{
	width:204px;
	height:68px;
	padding:3px;
}

.Organizer ul li a img{
	margin:0;
}
*/

}

/* --------------------------------------------------------------------------------------------- About */

.CS-WB{
	background-color:rgba(0,148,138,1.0);
	color:rgba(255,255,255,1.0);
}

.CS-WB p,
.CS-WB h2{
	background-color:rgba(0,148,138,1.0);
	color:rgba(255,255,255,1.0);
}

.CS-WB p{
	text-align:center;
	line-height:24px;
}

.CS-SB{
	background-image:url(img/bg-sand.png?2022);
	color:rgba(0,0,0,1.0);
}

.CS-G{
	background-image:url(img/bg-sand-g.png?2022);
	color:rgba(255,255,255,1.0);
}

.CS-G p,
.CS-G h2{
	background-image:url(img/bg-sand-g.png?2022);
	color:rgba(255,255,255,1.0);
}

.CS-C{
	background-image:url(img/bg-triangle.svg?2022);
}

.CS-D{
	background-image:url(img/bg-denim.png?2022);
	position:relative;
}

.CS-W1{
	background-image:none;
	background-color:rgba(255,255,255,1.0);
	color:rgba(71,80,85,1.0);
}

.CS-W2{
	background-image:none;
	background-color:rgba(242,242,242,1.0);
	color:rgba(255,255,255,1.0);
}

.CS-W3{
	background-image:none;
	background-color:rgba(67,186,177,0.15);
	color:rgba(71,80,85,1.0);
}

.CS-D::before,
.CS-D::after{
	content:'';
	width:100%;
	height:4px;
	border-top:2px dashed rgba(251,169,59,1.0);
	top:10px;
	left:0px;
	position:absolute;
}

.CS-D::after{
	top:calc(100% - 10px);
}

.CS-D p,
.CS-D h2{
	background-image:url(img/bg-denim.png?2022);
	color:rgba(255,255,255,1.0);
}

.CS-W1 p,
.CS-D p{
	line-height:38px;
}

.BG-Red{
	background-color:rgba(0,0,0,0);
	color:rgba(255,255,255,1.0);
	position:relative;
}

.BG-Red::before{
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	background-image:url(img/bg-red.png?2022);
/*
	transform:rotateZ(-15deg);
*/
}

.BG-M{
	background-color:rgba(233,255,247,1.0);
	background-color:rgba(242,242,242,1.0);
	background-image:url(img/bg-triangle.svg?20223);
	background-image:url(img/bg-triangle-g.svg?20224);
	background-image:url(img/bg-triangle-g.png?20224);
}

.CS-Y{
	background-image:url(img/bg-sand-y.png?20223);
}

@media only screen and (max-width: 787px){

	.CS-W1 p,
	.CS-D p{
		line-height:28px;
	}

}

/* --------------------------------------------------------------------------------------------- Information */
/*
#Information h3,
#Information p{
	text-align:center;
}

#Information h3{
	margin:40px 0 20px;
	font-size:24px;
	font-weight:bold;
}

#Information p{
	font-size:20px;
}
*/

#Information div{
	background-color:rgba(255,255,255,1.0);
	border-radius:15px;
	padding:0 0 60px;
}

#Information h3{
	margin:0 0 -1px 0;
}

#Information a:nth-child(3){
	width:100%;
	padding:10px 0 20px;
	background-color:rgba(255,255,255,1.0);
	display:block;
}

#Information a:nth-child(3) img{
	max-width:600px;
	margin:0 auto;
	display:block;
	background-color:rgba(255,255,255,1.0);

}

#Information table{
	background-color:rgba(255,255,255,1.0);
	border-radius:0px 0px 15px 15px;
	border-radius:0;
	margin:0;
}

#Information h3 span{
	width:100%;
	margin:30px auto 10px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	display:inline-block;
}

#Information h3 span:nth-child(2){
	margin:0 auto 30px;
	color:rgba(255,0,0,1.0);
	font-size:16px;
}

#Information table,
#Information table tbody,
#Information table tr{
	width:100%;
	display:block;
}

#Information table h3{
	margin:0;
	font-size:initial;
	font-weight:initial;
	text-align:initial;
}

#Information table tr{
	display:flex;
	flex-flow:row wrap;
}

#Information table th{
	width:118px;
	padding:8px;
	display:block;
}

#Information table td{
	width:calc(100% - 118px);
	padding:8px;
	display:block;
}

#Information table td{
	line-height:24px;
}

#Information table td figure{
	width:100%;
}

#Information table td figure img{
	width:400px;
}

#Information table label{
	width:102px;
	height:26px;
	margin:10px 0 -10px;
	margin:0;
	padding:1px 0 0 1px;
	border-radius:15px;
	background-color:rgba(251,169,59,1.0);
	background-color:rgba(71,80,85,1.0);
	display:block;
	position:relative;
}

#Information table label span{
	width:100px;
	height:24px;
	line-height:22px;
	border-radius:15px;
	color:rgba(255,255,255,1.0);
	display:block;
	border:1px solid rgba(255,255,255,1.0);
	position:absolute;
}


.EcoBag{
	width:100%;
	margin:80px 0 0;
	margin:0px 0 0;
	display:block;
}

.EcoBag img{
	width:100%;
}

@media only screen and (max-width: 787px){

	/* 20230117 */
/*
	#Information table tr:nth-child(4) th,
	#Information table tr:nth-child(4) td,
	#Information table tr:nth-child(4) td figure img,
	#Information table tr:nth-child(5) th,
	#Information table tr:nth-child(5) td,
	#Information table tr:nth-child(5) td figure img,
*/
	#Information table tr:nth-child(6) th,
	#Information table tr:nth-child(6) td{
		width:100%;
	}

	#Information a:nth-child(4) img{
		width:calc(100% - 20px);
	}

}

#Information table ul{
	margin:0 0 8px;
}

#Information table ul li::before{
	content:'・';
}

#Information .SubTitle,
#Information .Mention{
	display:block;
}


/* -------------------------------------------------------------------------------------------------- Media */

#Media .Subtitle{
	text-align:center;
}

#Media h3{
	margin:30px 0 10px;
	color:rgba(251,169,59,1.0);
	color:rgba(235,139,153,1.0);
}

#Media div{
	padding:30px;
	background-color:rgba(255,255,255,1.0);
	border-radius:15px;
}

#Media a,
#Media a time,
#Media a p{
	margin:0;
	display:block;
}

#Media a{
	margin:0px 0 15px 15px;
}

/* -------------------------------------------------------------------------------------------------- TimeSchedule */


#TimeSchedule img{
	width:100%;
	margin:0 0 30px;
	border-radius:15px;
}

#TimeSchedule img:nth-child(1){
	margin:0 0 60px;
}

#TimeSchedule p{
	margin:50px auto 10px;
	text-align:center;
}


@media only screen and (max-width:490px){

#TimeSchedule h2{
	font-size:28px;
}

}
/* -------------------------------------------------------------------------------------------------- EcoBagResult2022 */


#EcoBagResult2022 img{
	width:100%;
	margin:0 0 30px;
	border-radius:15px;
}

#EcoBagResult2022 img:nth-child(1){
	margin:0 0 60px;
}


/* --------------------------------------------------------------------------------------------- Join */

section#Join{
	padding:0px calc(50% - 767px / 2);
}

.EachPage section#Join{
	padding:60px calc(50% - 767px / 2) 10px;
}

#Join{
	background-color:rgba(225,225,0,1.0);
	background:repeating-linear-gradient(-45deg,rgba(255,255,175,1.0) 0,rgba(255,255,175,1.0) 5px,rgba(255,255,255,1.0) 5px,rgba(255,255,255,1.0) 10px,rgba(255,255,175,1.0) 10px,rgba(255,255,175,1.0) 15px,rgba(255,255,255,1.0) 15px,rgba(255,255,255,1.0) 20px);
	background:repeating-linear-gradient(-45deg,rgba(255,242,209,1.0) 0,rgba(255,242,209,1.0) 5px,rgba(255,255,255,1.0) 5px,rgba(255,255,255,1.0) 10px,rgba(255,242,209,1.0) 10px,rgba(255,242,209,1.0) 15px,rgba(255,255,255,1.0) 15px,rgba(255,255,255,1.0) 20px);
}

#Join .GuideFormOutdoor{
	color:rgba(234,85,20,1.0);
	text-align:center;
}

#Join table{
	width:100%;
}

#Join table caption span{
	width:240px;
	height:60px;
	line-height:60px;
	font-size:18px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	background-image:url(img/join-ribbon.svg?2022);
	display:block;
}

#Join table label{
	width:102px;
	height:26px;
	margin:10px 0 -10px;
	padding:1px 0 0 1px;
	border-radius:15px;
	background-color:rgba(27,20,100,1.0);
	display:block;
	position:relative;
}

#Join table label span{
	width:100px;
	height:24px;
	line-height:22px;
	border-radius:15px;
	color:rgba(255,255,255,1.0);
	display:block;
	border:1px solid rgba(225,225,0,1.0);
	position:absolute;
}

#Join table.Outdoor label span{
	border:1px solid rgba(199,178,153,1.0);
}

#Join table.Outdoor label{
	background-color:rgba(83,71,65,1.0);
}

#Join table th,
#Join table td{
	padding:8px;
}

#Join table td{
	line-height:24px;
}

#Join .Note{
	margin:30px 0;
}

#Join .Note li{
	margin:0 0 8px 30px;
}

#Join .Note li::before{
	content:'※';
	margin:0 0 0 -16px;
}

#Join .LinkJoin1,
#Join .LinkJoin2{
	width:260px;
	width:450px;
	height:60px;
	line-height:60px;
	font-size:22px;
	margin:0 auto 60px;
	background-color:rgba(27,20,100,1.0);
	display:block;
	text-align:center;
	color:rgba(255,255,255,1.0);
}

#Join .LinkJoin2{
	background-color:rgba(83,71,65,1.0);
}

/* 20230329 */

#Join #Show,
#Join #Outdoor{
	width:100%;
	height:80px;
	display:block;
}

#Join .LinkJoin1 span,
#Join .LinkJoin2 span{
	line-height:inherit;
	font-size:inherit;
	color:inherit;
}

#Join p{
	text-align:center;
	margin:0;
}

/* 20230529 */
/* 20230706 */
#Join table.Outdoor caption p,
#Join table.Show caption p{
	font-weight:bold;
	color:rgba(255,0,0,1.0);
}

#Join table.Show{
	margin:0px auto 60px;
}

#Join table.Outdoor{
	margin:0px auto 120px;

/* 20230529 */
	margin:0px auto 60px;
}

#Join .StageInfo{
	margin:0 0 80px;
	padding:40px;
	border-radius:30px;
	background-color:rgba(255,255,255,1.0);
}

#Join .StageInfo h3{
	padding:10px 20px;
	border:1px solid rgba(0,0,0,1.0);
	display:inline-block;
	background-color:rgba(255,230,40,1.0);
	margin:0 0 20px;
}

#Join .StageInfo figure{
	margin:0 auto;
}

#Join .StageInfo figure:nth-child(3) img{
	width:calc(100% - 20px);
	margin:0 10px;
}

#Join .StageInfo figure:nth-child(5){
	display:flex;
	flex-flow:row wrap;
}

#Join .StageInfo figure:nth-child(5) img{
	width:calc(50% - 15px);
}

#Join .StageInfo figure:nth-child(5) img:nth-child(1){
	margin:10px 5px 10px 10px;
}

#Join .StageInfo figure:nth-child(5) img:nth-child(2){
	margin:10px 10px 10px 5px;
}

#Join .StageInfo .ListDisc li a span{
	color:blue;
}

#Join .ListDisc li{
	list-style:disc;
	margin:0 0 8px 19px;

}

#Join p span:nth-child(2)::before{
	content:'／';
}

#Join .Shusai span:nth-child(1)::before{
	content:'';
}

section#Join.JoinTop{
	padding:30px calc(50% - 767px / 2) 80px;
}

section#Join.JoinTop p:nth-child(4){
	margin:30px auto;
}

section#Join.JoinTop ul{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

section#Join.JoinTop ul li{
	width:200px;
	height:60px;
	margin:0 20px;
}

section#Join.JoinTop ul li a{
	width:200px;
	height:60px;
	line-height:60px;
	border:2px solid rgba(0,0,0,1.0);
	border-radius:40px;
	box-shadow:1px 2px 2px 0px rgba(0,0,0,0.6);
	display:block;
	text-align:center;
	font-weight:bold;
}

section#Join.JoinTop ul li:nth-child(1) a{
	background-color:rgba(255,230,40,1.0);
}

section#Join.JoinTop ul li:nth-child(2) a{
	background-color:rgba(199,178,153,1.0);
}

@media only screen and (max-width:768px){

	#Join #Show,
	#Join #Outdoor{
		height:0px;
	}

	section#Join.JoinTop{
		padding:30px 10px 80px;
	}

	section#Join.JoinTop ul li{
		margin:0 0 20px;
	}

}

@media only screen and (max-width:568px){

	#Join .Shusai{
		margin:0 0 20px;
	}

	#Join .Shusai span:nth-child(1)::before{
		content:'　　　　';
	}

	#Join p span:nth-child(n)::before,
	#Join p span::before{
		content:'\A';
		white-space:pre;
	}
}

@media only screen and (max-width:468px){

	#Join .StageInfo{
		margin:0 10px 120px;
		padding:20px;
	}

	#Join .LinkJoin1 span::before,
	#Join .LinkJoin2 span::before{
		content:'\A';
		white-space:pre;
	}

	#Join .LinkJoin1,
	#Join .LinkJoin1 span,
	#Join .LinkJoin2,
	#Join .LinkJoin2 span{
		line-height:22px;
	}

	#Join .LinkJoin1,
	#Join .LinkJoin2{
		width:calc(100% - 20px);
		margin:0 10px 60px;
		padding:10px 0 0;
	}

}

@media only screen and (max-width:768px){

	#Information table label,
	#Join table label{
		width:82px;
	}

	#Information table label span,
	#Join table label span{
		width:80px;
	}

	#Information table th,
	#Information table td,
	#Join table th,
	#Join table td{
		padding:4px;
	}

}

/* --------------------------------------------------------------------------------------------- Brand */

#Movie{
	height:747.9px;
	height:auto;
}

.Video{
	width:100%;
	height:100%;
}

/* --------------------------------------------------------------------------------------------- Collection */

#Collection{
	height:946.033px;
	height:auto;
	padding:30px calc(50% - 1767px / 2);
	padding:30px 0;
	padding:30px calc(50% - 900px / 2);
}

#Collection ul{
	display:flex;
	flex-flow:row wrap;
}

#Collection ul li{
	width:calc((100% - 40px) / 3 - 40px);
	margin:20px 0px 0 40px;
	position:relative;
}

#Collection ul li .IconFingerUp{

	width:30px;
	height:30px;
	top:0;
	left:0;
	position:absolute;
	display:block;
}

#Collection ul li .IconFingerUp use{
	fill:black;
}

#Collection ul li:nth-child(3n){
	margin:20px 40px 0 40px;
}


@media only screen and (max-width: 887px){

	#Collection ul li{
		width:calc((100% - 20px) / 2 - 20px);
		margin:20px 0px 0 20px;
	}

	#Collection ul li:nth-child(3n){
		margin:20px 0px 0 20px;
	}

	#Collection ul li:nth-child(2n){
		margin:20px 20px 0 20px;
	}
}

#Collection ul li label{
	display:block;
	text-align:center;
	font-size:24px;
}

#Collection ul li label::after{
	content:'>';
	margin:0 0 0 4px;
	font-size:24px;
	font-weight:bold;
}

#Collection ul li figure{
	width:100%;
}

#Collection ul li figure img{
	width:calc(100% - 20px);
	margin:14.142135px;
}

#Collection ul li figure:hover img{
	width:100%;
	margin:0px;
}

/* --------------------------------------------------------------------------------------------- #Staff */

.HeadCollectionTitle{
	width:300px;
	height:90px;
	top:calc(50% - 45px);
	left:calc(50% - 150px);
	position:absolute;
}

.HeadCollectionTitle use{
	fill:rgba(255,255,255,1.0);
}
/*
.CollectionData{
	display:none;
}
*/
section.Collection{
	padding:0;
}

section.Collection div{
	padding:30px calc(50% - 767px / 2);
}

section.Collection div:nth-child(1){
	padding:30px calc(50% - 767px / 2) 100px;

}

section.Collection div h2{
	font-size:26px;
	margin:0 0 40px;
}

section.Collection div h2 span{
	font-size:22px;
	margin:10px 0;
}

.Collection .Staff{
	margin:0 auto;
	margin:0 calc(50% - 150px);
	background-color:rgba(255,255,255,1.0);
	border-radius:30px;
	padding:30px;
	display:inline-block;
	position:relative;
}

.Collection .Staff::before{
	content:'';
	width:150px;
	height:100px;
	background-image:url(img/collection-flag.png?2022);
	background-repeat:no-repeat;
	background-size:contain;
	top:-30px;
	left:-30px;
	position:absolute;
	display:block;
}

.Collection .Staff li{
	font-size:20px;
	margin:0 0 10px;
}

.Collection .Staff li:last-child{
	margin:0 0 0px;
}

.Collection div:nth-child(2) h2{
	height:40px;
	position:relative;
}

.Collection div:nth-child(2) h2::before{
	content:'';
	width:320px;
	height:137px;
	background-image:url(img/collection-brand.png?2022);
	background-repeat:no-repeat;
	background-size:100%;
	top:-80px;
	left:calc(50% - 160px);
	position:absolute;
}

.Collection div:nth-child(2) ul{
	width:380px;
	margin:0 auto;
	list-style:disc;
}

.Collection div:nth-child(2) ul li{
	margin:0 0 4px 20px;
	list-style:disc;
}

.Collection div:nth-child(2) h3,
.Collection div:nth-child(2) h4{
	margin:30px 0 10px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.Collection div.PhotoGallery{
	padding:30px 0 60px;
	background-image:url(img/bg-dot.png?2022);
}

.PhotoGallery h2{
	color:rgba(255,255,255,1.0);
}

.PhotoGallery ul{
	display:flex;
	flex-flow:row wrap;
}

.PhotoGallery ul li{
	width:calc((100% - 40px) / 3 );
	margin:10px 0px 10px 10px;
}

.PhotoGallery ul li:nth-child(3n){
	margin:10px 10px 10px 10px;
}

.PhotoGallery ul li figure,
.PhotoGallery ul li figure img{
	width:100%;
}

/* 20230120 */

#Collection2022 .PhotoGallery h2{
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
	margin:30px 0 40px;
}

#Collection2022 .PhotoGallery h2 img,
#Collection2022 .PhotoGallery h2 span{
	height:80px;
	line-height:80px;
	font-size:32px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#Collection2022 .PhotoGallery h2 img{
	margin:0 20px 0 0;
}

#Collection2022 .PhotoGallery a{
	width:100%;
	max-width:960px;
	margin:0 auto;
	display:block;
}

#Collection2022 .PhotoGallery a img{
	width:100%;

}

#Collection2022 .PhotoGallery ul li figure figcaption{
	color:rgba(255,255,255,1.0);
	text-align:center;
}

@media only screen and (max-width: 977px){

	#Collection2022 .PhotoGallery a{
		width:calc(100% - 20px);
		margin:0px 10px;
	}

}

@media only screen and (max-width: 787px){

	#Collection2022 .PhotoGallery h2 img{
		margin:0 10px 0 0;
	}

	#Collection2022 .PhotoGallery h2 span{
		font-size:24px;
	}

}

.PageNation{
	margin:0 0 30px;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

.PageNation li{
	margin:3px;
}

.PageNation li a{
	border:1px dotted rgba(0,0,0,1.0);
	padding:3px;
	border-radius:5px;
}

.PageNation li a.Here{
	border:1px solid rgba(0,0,0,1.0);
}

.PageNation li a.Here{

}

.Cancell2020{
	text-align:center;
}

@media only screen and (max-width: 787px){
	.PhotoGallery ul li:nth-child(n){
		width:calc(100% - 20px);
		margin:10px 10px 0px 10px;
	}

	.PhotoGallery ul li:last-child{
		width:calc(100% - 20px);
		margin:10px 10px 10px 10px;
	}
}

@media only screen and (max-width: 350px){

	section.Collection div:nth-child(1) h2{
		font-size:22px;
	}

	.PageNation li a{
		width:100px;
		text-align:center;
		display:block;
	}

	.Collection .Staff{
		margin:0 calc(50% - 145px);
	}

	.Collection .Staff::before{
		left:-10px;
	}

}

/* --------------------------------------------------------------------------------------------- Brand */

section.Collection div.Brands,
section.Brands{
	padding:30px calc(50% - 767px / 2);
	padding:30px calc(50% - 960px / 2);

	/* 20230329 */
	padding:0;
}

section.Collection div:nth-child(2).Brands ul,
.Brands ul{
	width:100%;
	display:flex;
	flex-flow:row wrap;
}

.Brands ul li{
	width:calc(50% - 35px);
}

.Collection div:nth-child(2).Brands ul li:nth-child(odd),
.Brands ul li:nth-child(odd){
	margin:0 35px 70px 0;
}

.Collection div:nth-child(2).Brands ul li:nth-child(even),
.Brands ul li:nth-child(even){
	margin:0 0 70px 35px;
}

section.Collection div:nth-child(2).Brands div{
	padding:0;
}

section.Brands ul li div{
	margin:0;
	padding:0;
}

section.Collection div.Brands h3,
.Brands h3{
	margin:80px 0;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.Brands ul li{
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
}

.Brands ul li figure{
	width:120px;
}

.Brands ul li figure img{
	width:100%;
}

.Brands ul li div:nth-child(2){
	width:calc(100% - 120px);
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

.Brands ul li div:nth-child(2) h4{
	width:100%;
	margin:30px 0 0;
	display:block;
	position:relative;

	margin:30px 0 10px;
	font-size:20px;
	font-weight:bold;
	text-align:center;

}

.Brands ul li div:nth-child(2) h4:nth-child(11){}

.Brands ul li div:nth-child(2) h4 span{
	width:100%;
	text-align:center;
	font-size:13px;
	position:absolute;
	top:-20px;
	left:0;
}

.Brands ul li div:nth-child(2) a{
	width:50px;
	height:50px;
	padding:10px;
	margin:0 10px 0 0;
}

.Brands ul li div:nth-child(2) a:last-child{
	margin:0;
}

.Brands ul li div:nth-child(2) a svg{
	width:30px;
	height:30px;
}

.Brands ul li div:nth-child(2) a span{
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:5px;
	text-align:center;
	font-size:12px;
	color:rgba(255,255,255,1.0);
	background-color:rgba(129,195,114,1.0);
	background-color:rgba(33,115,70,1.0);
	display:block;
}

.Brands ul li div:nth-child(2) a:nth-child(3) svg{
	fill:rgba(59,87,157,1.0);
}

.Brands ul li div:nth-child(2) a:nth-child(4) svg{
	fill:rgba(223,67,81,1.0);
}

.Brands ul li div:nth-child(2) a:nth-child(5) svg{
	fill:rgba(29,155,240,1.0);
}

.Brands ul li div:nth-child(2) a.Emp:nth-child(n) svg{
	fill:rgba(0,0,0,0.1);
}

.Brands ul li div:nth-child(2) a.Emp span{
	color:rgba(255,255,255,1.0);
	background-color:rgba(0,0,0,0.1);
}

.Brands ul li div:nth-child(3){
	display:none;
}

@media only screen and (max-width: 787px){

	.Collection div:nth-child(2).Brands ul li:nth-child(n),
	.Brands ul li:nth-child(n){
		width:calc(100% - 10px);
		margin:0 10px 70px;
	}

	.Collection div:nth-child(2).Brands2023 ul li:nth-child(n),
	.Brands2023 ul li:nth-child(n){
		width:calc(50% - 35px);
		margin:0 0 50px 0;
	}

	.Brands ul li div:nth-child(2){
		width:235px;
	}

	.Brands ul li div:nth-child(2) h4{
		font-size:16px;
	}

	.Brands ul li div:nth-child(2) h4 span{
		font-size:10px;
	}

}

/* --------------------------------------------------------------------------------------------- #Brands2023 */

section.Collection div.Brands2023,
section div.Collection2022{
	margin:120px 0;
	margin:40px 0;
}

.Brands2023 .ListIcon{
	text-align:center;
}

.Collection div:nth-child(2).Brands2023 ul li:nth-child(2n+1),
.Brands2023 ul li:nth-child(2n+1){
	margin:0 20px 50px 0;
	margin:0 0 50px 0;
}

.Collection div:nth-child(2).Brands2023 ul li:nth-child(2n),
.Brands2023 ul li:nth-child(2n){
	margin:0 0 50px 20px;
	margin:0 0 50px 0;
}

.Brands2023 ul li figure{
	width:100px;
}

.Brands2023 ul{
	padding:60px calc(50% - 767px / 2) 0;
	justify-content:space-around;
}

.Brands2023 ul li{
	width:calc(50% - 20px);
	justify-content:space-between;
}

.Brands2023 ul li div:nth-child(2){
	height:80px;
	padding:0px calc(50% - 767px / 2);
	justify-content:flex-start;
	margin:0 0 0 20px;
}

.Brands2023 ul li div:nth-child(2) h4{
	margin:0px 0 10px;
	text-align:initial;
	font-size:18px;
}

.Brands2023 .Icon{
	width:24px;
	height:24px;
	margin:0 8px 0 0;
}

.Brands2023 .ListIcon{
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
}

.Brands2023 .ListIcon label{
	width:auto;
	display:flex;
	flex-flow:row nowrap;
	margin:0 12px 0 0;
}

.Brands2023 .ListIcon label span{
	line-height:24px;
}

.Brands2023 .OneDay{
	width:80px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	background-color:rgba(71,80,85,1.0);
	color:rgba(255,255,255,1.0);
}

@media only screen and (max-width:600px){

.Brands2023 .ListIcon{
	flex-flow:column nowrap;
}

.Brands2023 .ListIcon label{
	width:200px;
	margin:0 auto 10px;
	text-align:initial;
}

.Brands2023 .ListIcon label span{

}

}

@media only screen and (max-width: 768px){

	.Brands2023 ul li{
		justify-content:center;
	}


	.Collection div:nth-child(2).Brands2023 ul li:nth-child(n),
	.Brands2023 ul li:nth-child(n){
		width:calc(100% - 10px);
		margin:0 10px 70px;
	}

	.Collection div:nth-child(2).Brands2023 ul li:nth-child(2n+1),
	.Brands2023 ul li:nth-child(2n+1){
		margin:0 0 50px 0;
	}

	.Collection div:nth-child(2).Brands2023 ul li:nth-child(2n),
	.Brands2023 ul li:nth-child(2n){
		margin:0 0 50px 0;
	}

	.Brands2023 ul li div:nth-child(2) h4{
		font-size:17px;
	}

}

@media only screen and (max-width:370px){

	.Brands2023 ul li div:nth-child(2) h4{
		margin:0px 0 10px;
		text-align:initial;
		font-size:15px;
	}

}
/* --------------------------------------------------------------------------------------------- #Staff */

#Staff .Iin,
#Staff .Iin p{
	display:flex;
	flex-flow:row nowrap;
}

#Staff .Iin{
	width:700px;
	height:262.5px;
	margin:0 0 30px;
	margin:0 auto 30px;
	border:1px solid rgba(0,0,0,0.6);
	background-color:rgba(255,255,255,1.0);
	position:relative;
}

#Staff .Iin::before{
	content:'';
	width:200px;
	height:80px;
	top:-20px;
	left:-20px;
	position:absolute;
	background-image:url(img/staff-flag.png?2022);
	background-size:contain;
	background-repeat:no-repeat;
	z-index:1;
}


#Staff .Iin figure,
#Staff .Iin p{
	width:50%;
	overflow:hidden;
}

#Staff .Iin figure img{
	width:100%;
}

#Staff .Iin p{
	margin:0;
	flex-flow:column nowrap;
}

#Staff .Iin p span{
	text-align:center;
	position:relative;
}

#Staff .Iin p span:nth-child(1)::before{
	content:'';
	width:100%;
	height:200%;
	top:-200%;
	left:0;
	position:absolute;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}

#Staff .Chair p span:nth-child(1)::before{
	background-image:url(img/staff-ribbon-1.png?2022);
}

#Staff .ChairVice p span:nth-child(1)::before{
	background-image:url(img/staff-ribbon-2.png?2022);
}

#Staff .ExChair p span:nth-child(1)::before{
	background-image:url(img/staff-ribbon-3.png?2022);
}

#Staff .Iin p span:nth-child(1){
	margin:70px 0 0;
}

#Staff .Iin p span:nth-child(2){
	margin:20px 0 30px;
}

#Staff .Iin p span:nth-child(n-2){
	font-size:25px;
	font-weight:bold;
}

#Staff .Iin p span:nth-child(3){
	width:80%;
	border-top:1px dashed rgba(0,0,0,0.8);
	margin:0 10% 0;
	padding:30px 20px 30px;
	font-size:20px;
}

#Staff .Message h3{
	margin:80px 0 20px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	position:relative;
}

#Staff .Message h3::before{
	content:'';
	width:100%;
	height:50px;
	top:-60px;
	left:0;
	position:absolute;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	background-image:url(img/staff-letter-message.png?2022);
}

#Staff .Message p{
	max-width:700px;
	margin:0 auto 50px;
	display:block;
	line-height:26px;
}

@media only screen and (max-width: 787px){
	#Staff .Iin{
		width:100%;
		height:auto;
		margin:0 0 30px;
		border:1px solid rgba(0,0,0,0.6);
		background-color:rgba(255,255,255,1.0);
		position:relative;
		flex-flow:column nowrap;
	}

	#Staff .Iin figure,
	#Staff .Iin p{
		width:100%;
	}
}

/* --------------------------------------------------------------------------------------------- Collection */

.Policy h3{
	display:inline;
}

.Policy p,
.Policy a{
	display:block;
	margin:0;
}

.Policy .L1 li{counter-increment:countL1;}.Policy .L1 li::before{content:"" counter(countL1) ". ";margin:0 0 0 -10px;}
.Policy .L2 li{counter-increment:countL2;}.Policy .L2 li::before{content:"(" counter(countL2) ")";}
/*
.Policy .L3 li{counter-increment:countL3;}.Policy .L3 li::before{content:"" counter(countL3) "";}
*/
.Policy .L3 li{counter-increment:countL3;}.Policy .L3 li::before{content:"・";}
.Policy .L4 li{counter-increment:countL4;}.Policy .L4 li::before{content:"(" counter(countL4) ")";}
.Policy .L5 li{counter-increment:countL5;}.Policy .L5 li::before{content:"(" counter(countL5) ")";}

.Policy .L1,
.Policy .L2,
.Policy .L3,
.Policy .L4,
.Policy .L5{
	padding:0px 0 0 10px;
}

.Policy .L1 li{
	padding:10px 0 0 0px;
}

.Policy .L1 li::before,
.Policy .L2 li::before,
.Policy .L3 li::before,
.Policy .L4 li::before,
.Policy .L5 li::before{
margin:0 0 0 -10px;
}
/* --------------------------------------------------------------------------------------------- Collection */

/**
 * Swiper 6.4.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 17, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

.swiper-slide{
	background-size:cover;
	overflow:hidden;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:30px;
}

/*:root{--swiper-theme-color:rgba(241,90,36,1.0);}*/

.swiper-pagination-bullet{
	background:rgba(255,255,255,1.0);
	opacity:1.0;
}

.swiper-pagination-bullet-active{
	background:rgba(241,90,36,1.0);
	opacity:1.0;
}

.swiper-button-next, .swiper-button-prev{
	color:rgba(255,255,255,1.0);
}

.swiper-slide{
	width:640px;
	position:relative;
}

.swiper-slide{
	text-align:center;
}

.swiper-slide label{
	width:100%;
	height:20px;
	top:calc(100% - 20px);
	left:0;
	position:absolute;
	background-color:rgba(255,255,255,0.5);
}

.gallery-top{
	width:100%;
}
/*
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
*/

.gallery-thumbs{
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide img{
	width:100%;
}

.swiper-wrapper,
.swiper-wrapper iframe{
	width:767px;
	height:calc(767px / 16 * 9);
}

@media only screen and (max-width: 787px){
	.swiper-slide{
		width:calc(100vw - 20px);
		height:calc((100vw - 20px) / 16 * 9);
	}

	.swiper-slide div,
	.swiper-slide div img{
		width:100%;
	}

	.gallery-thumbs .swiper-slide{
		/*
		padding: 10px 0;
		height:56%;

		width:calc((100vw - 30px) / 2);
		height:calc((100vw - 30px) / 2 / 16 * 9);
		*/
	}

	.swiper-wrapper,
	.swiper-wrapper iframe{
		width:calc(100vw - 20px);
		height:calc((100vw - 20px) / 16 * 9);
		margin:0px;
	}

}

.Sponsors{
	padding:30px 80px;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

.Sponsors h2{
	width:100%;
}

.Sponsors a{
	width:320px;
	height:100px;
	margin:20px 30px;
	text-align:center;
	overflow:hidden;
}

.Sponsors a img{
	width:auto;
	height:100%;
}

@media only screen and (max-width: 787px){

.Sponsors{
	padding:30px 0px;
	justify-content:space-around;
}

.Sponsors a{
	width:calc(50vw - 15px);
	height:calc((50vw - 15px) / 320 * 100);
}

.Sponsors a:nth-child(even){margin:10px 5px 10px 10px;}
.Sponsors a:nth-child(odd){	margin:10px 10px 10px 5px;}

}

#Designer{
	margin:180px 0;
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
}

#Designer h2{
	width:100%;
}

#Designer h2 span{
	margin:120px 0 0;
	font-size:28px;
	font-weight:bold;
}


#Designer .Photo_Profile{
	width:600px;
	margin:0 calc(50% - 600px / 2);
}

#Designer .Photo_Signature{
	width:120px;
	margin:0 0 0 calc(100% - 180px);
	display:block;
}

.Photo_Name{
	margin:20px calc(50% - 600px / 2);
}

p.Photo_Profile{
	line-height:30px;
}

.Link_Designer{
	width:300px;
	display:block;
	text-align:center;
}

.Link_Designer:nth-child(6){
	margin:40px 0 40px calc(50% - 600px / 2);
}

.Link_Designer:nth-child(7){
	margin:40px calc(50% - 600px / 2) 40px 0;
}

.Photo_Works{
	width:calc(50% - 40px);
	margin:20px;
}

.Photo_Works img{
	width:100%;
}

.Photo_Works:nth-child(10){
	margin:50px 0 0;
}

.Photo_Works:nth-child(11){
	margin:-200px 20px 0;
}


@media only screen and (max-width: 787px){
#Designer .Photo_Profile{
	width:100%;
	margin:0;
}

#Designer .Photo_Signature{
	width:120px;
	margin:0 0 0 calc(100% - 120px);
}

.Photo_Name{
	width:100%;
	margin:20px 0;
}

p.Photo_Profile{
	line-height:26px;
}

.Link_Designer{
	width:100%;
}

.Link_Designer:nth-child(6){
	margin:40px 0 10px;
}

.Link_Designer:nth-child(7){
	margin:10px 0 40px;
}

.Photo_Works{
	width:calc(100% - 28px);
	margin:20px 14px;
}

.Photo_Works:nth-child(10){
	margin:0px 14px;
}

.Photo_Works:nth-child(11){
	margin:20px 14px;
}

}

.GoogleMap{
	width:100%;
	height:400px;
}

#HeadLine{
	background-color:rgba(242,242,242,1.0);
}

#HeadLine p{
	text-align:center;
	color:rgba(71,80,85,1.0);
}

#HeadLine p:nth-child(1){
	font-size:32px;
	margin:0 0 8px;
}

#HeadLine p:nth-child(2){
	font-size:24px;
	margin:0 0 0px;
}

#HeadLine span{
	font-size:20px;
	margin:0 4px 0 8px;
	color:rgba(71,80,85,1.0);
}

#HeadLine span:nth-child(1){
	color:rgba(51,101,149,1.0);
}

#HeadLine span:nth-child(2){
	color:rgba(222,137,153,1.0);
}

@media only screen and (max-width:768px){

	#HeadLine p:nth-child(1){
		font-size:22px;
	}

	#HeadLine p:nth-child(2){
		font-size:18px;
	}

	#HeadLine span{
		font-size:15px;
		margin:0 2px 0 4px;
	}

}

#ratface{
	width:120px;
	top:calc(100vh - 68px);
	left:0;
	position:fixed;
	z-index:999;
	opacity:0;
}

#ratface img{
	width:100%;
}

#Prize2023{
	padding-top:80px;
	padding-bottom:80px;
}

.EachPage #Prize2023{
	margin:120px 0 80px;
	padding-top:0;
	padding-bottom:0;
}

#Prize2023 h1{
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
}

#Prize2023 p{
	line-height:38px;
}

#Prize2023 h1 p:nth-child(1){
	display:flex;
	flex-flow:column nowrap;
}

#Prize2023 h1 p:nth-child(n) span{
	height:40px;
	font-size:34px;
	line-height:34px;
	display:block;
	color:rgba(71,80,85,1.0);
	text-align:center;
	font-weight:bold;
}

#Prize2023 h1 p:nth-child(1) span{
	font-family:'Noto Sans JP';
}

#Prize2023 h1 p:nth-child(2){
	background-color:rgba(71,80,85,1.0);
	color:rgba(255,255,255,1.0);
	font-size:42px;
	font-weight:bold;
	padding:0px 22px;
	margin:4px 0 4px 8px;
	line-height:72px;
	height:72px;
}

.Prize2023Chirashi{
	margin:40px 0;
	display:flex;
	flex-flow:row nowrap;
}

.Prize2023Chirashi li{
	width:calc(50% - 42px);
	margin:0 20px;
}

.Prize2023Chirashi li figure,
.Prize2023Chirashi li figure img{
	width:100%;
}

.Prize2023Chirashi li figure img{
	border:1px solid rgba(0,0,0,1.0);
}

.Prize2023Chirashi li figure figcaption{
	text-align:center;
}

#Prize2023 h2{
	margin:80px 0 30px;
}

.LinkPrize,
#Information a:nth-child(3).LinkPrize{
	width:260px;
	width:450px;
	height:60px;
	line-height:60px;
	font-size:22px;
	margin:0 auto 60px;
	background-color:rgba(71,80,85,1.0);
	display:block;
	text-align:center;
	color:rgba(255,255,255,1.0);
}

#Information a:nth-child(3).LinkPrize{
	margin:60px auto 0px;
	line-height:43px;
/*
	background-color:rgba(255,255,255,1.0);
	border-radius:0px 0px 15px 15px;
*/
}


@media only screen and (max-width:490px){

#Information a:nth-child(3).LinkPrize{
	width:calc(100% - 20px);
	margin:60px 10px 0px;
	font-size:14px;

}

}

.Pink{
	color:rgba(235,139,153,1.0);
	font-weight:bold;
}

.PinkB{
	color:rgba(235,139,153,1.0);
	font-weight:bold;
	font-size:20px;
}

@media only screen and (max-width:550px){

	#Prize2023 p{
		line-height:initial;
	}

}

@media only screen and (max-width:468px){

	.LinkPrize{
		width:calc(100% - 20px);
		margin:0 10px 60px;
		padding:10px 0 0;
		line-height:44px;
	}

}

@media only screen and (max-width:550px){

	#Prize2023 h1 p:nth-child(n) span{
		height:26px;
		font-size:20px;
		line-height:20px;
	}

	#Prize2023 h1 p:nth-child(2){
		width:100px;
		font-size:28px;
		padding:0;
		text-align:center;
		margin:-1px 0 0px 4px;
		line-height:50px;
		height:50px;
	}

	.Prize2023Chirashi li{
		width:calc(50% - 22px);
		margin:0 10px;
	}

	#Prize2023 h2{
		font-size:28px;
	}
}


.Prize2023Flow{
	width:520px;
	margin:0px calc(50% - 520px / 2) 80px;
}

.Prize2023Flow li{
	margin:0 0 20px;
	padding:0 0 0 32px;
	counter-increment:cnt;
}

.Prize2023Flow li::before{
	content:counter(cnt);
	width:24px;
	height:24px;
	line-height:24px;
	background-color:rgba(71,80,85,1.0);
	color:rgba(255,255,255,1.0);
	position:absolute;
	top:-4px;
	left:0px;
	display:block;
	text-align:center;
	border-radius:50%;
	font-weight:bold;
}

.Prize2023C{
	width:410px;
	margin:0px calc(50% - 410px / 2) 20px;

	width:100%;
	margin:0 0 20px;
	text-align:center;
	font-size:20px;
}


@media only screen and (max-width:520px){

	.Prize2023Flow{
		width:calc(100% - 20px);
		margin:0px 10px 80px;
	}

}

@media only screen and (max-width:410px){

	.Prize2023C{
		width:calc(100% - 20px);
		margin:0px 10px 20px;
	}

}

#Prize2023 h3{
	margin:40px 0 10px;
	font-size:24px;
	font-weight:bold;
	color:rgba(71,80,85,1.0);
}

.PrizeEach{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}

.PrizeEach li{
	width:calc(50% - 20px);
	margin:10px;
	width:300px;
}

.PrizeEach li figure,
.PrizeEach li figure img,
.PrizeEach li figure figcaption{
	width:100%;
}

.PrizeEach li figure figcaption{
	color:rgba(71,80,85,1.0);
}

.PrizeEach li figure img{
	background-color:rgba(230,230,230,1.0);
}

@media only screen and (max-width:660px){

	.PrizeEach{
		justify-content:center;
	}

}

#Media a.LinkPrize{
	margin:0 auto 60px;
}

.EachPage section#Media{
	margin:80px 0 0;
}

.EachPage section#Media h1{
	font-size:24px;
	font-size:34px;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px;
	color:rgba(71,80,85,1.0);
}

.EachPage section#Media h1 span{
	display:block;
	text-align:center;
	color:inherit;
}

.EachPage section#Media h1 span:nth-child(1){
	margin:10px 0 0;
}

.EachPage section#Media h2{
	position:relative;
}

.EachPage section#Media h2::before,
.EachPage section#Media h2::after{
	content:'';
	width:calc(50% - 140px /2);
	height:1px;
	top:20px;
	border-bottom:1px solid rgba(71,80,85,1.0);
	position:absolute;
}

.EachPage section#Media h2::before{
	left:0;
}

.EachPage section#Media h2::after{
	right:0;
}

section.Collection div:nth-child(2).Collection2022.Brands ul{
	width:auto;
	margin:0 calc(50% - 960px / 2);
}


@media only screen and (max-width:980px){

section.Collection div:nth-child(2).Collection2022.Brands ul{
	width:auto;
	margin:0 calc(50% - 787px / 2);
}

.Collection div:nth-child(2).Brands ul li:nth-child(odd),
.Brands ul li:nth-child(odd){
	margin:0 15px 70px 0;
}

.Collection div:nth-child(2).Brands ul li:nth-child(even),
.Brands ul li:nth-child(even){
	margin:0 0 70px 15px;
}

.Collection div:nth-child(2).Brands ul:nth-child(3) li:nth-child(3) div:nth-child(2) h4 span{
	width:105%;
}

.Collection div:nth-child(2).Brands ul:nth-child(5) li:nth-child(1) div:nth-child(2) h4{
	font-size:18px;
}

}