@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== base style ========== */
.wrapper {
    margin-top: 0 !important;
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== background ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
picture {
display: block;
}

/* ========== base style ========== */
.allwrapper {
width: 100%;
min-height: 100vh;
padding-top: 4vw;
padding-bottom: 18.66666vw;
overflow: hidden;
color: #000;
font-family: noto-sans-display, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 2.66666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
background: #fff;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #000;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper a:hover,
.allwrapper a:hover img,
.allwrapper button:hover img {
opacity: 0.80;
filter: alpha(opacity=80);
}
.allwrapper ol,
.allwrapper ul {
list-style:none;
}
.allwrapper img, 
.allwrapper video,
.allwrapper button {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper button {
cursor: pointer;
color: #000;
font-family: noto-sans-display, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 2.66666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	padding-top: 1.66666vw;
	padding-bottom: 3.33333vw;
	}
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.13vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.67vw; }
.fs11 { font-size: 2.93vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.47vw; }
.fs14 { font-size: 3.73vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.27vw; }
.fs17 { font-size: 4.53vw; }
.fs18 { font-size: 4.8vw; }
@media (min-width:768px){
	.fs10 { font-size: 10px; }
	.fs18 { font-size: 18px; }
}

/* weight */
.fw200 { font-weight: 200 !important; }
.fw300 { font-weight: 300 !important; }
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }

/* line height */
.lh120 { line-height: 120%; }
.lh130 { line-height: 130%; }
.lh140 { line-height: 140%; }
.lh150 { line-height: 150%; }
.lh160 { line-height: 160%; }
.lh170 { line-height: 170%; }
.lh180 { line-height: 180%; }
.lh190 { line-height: 190%; }
.lh200 { line-height: 200%; }
.lh210 { line-height: 210%; }

/* letter space */
.ltrspace0 { letter-spacing: 0; }
.ltrspace0025 { letter-spacing: 0.025em; }
.ltrspace005 { letter-spacing: 0.05em; }
.ltrspace0075 { letter-spacing: 0.075em; }
.ltrspace01 { letter-spacing: 0.1em; }
.ltrspace0125 { letter-spacing: 0.125em; }
.ltrspace015 { letter-spacing: 0.15em; }


/* ========== float ========== */
/* clearfix */
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after { clear: both; }

/* float */
.float_left { float: left; }
.float_right { float: right; }


/* ========== display ========== */
.disp_block { display: block !important; }
.disp_iblock { display: inline-block !important; }
.disp_inline { display: inline !important; }
.disp_none { display: none; }
.disp_flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }


/* ========== position ========== */
.posi_relative { position: relative !important; }
.posi_absolute { position: absolute !important; }
.posi_fixed { position: fixed !important; }


/* ========== overflow ========== */
.overflow_hidden { overflow: hidden !important; }


/* ========== margin ========== */
/* margin-auto */
.mx_auto { margin-left: auto; margin-right: auto; }


/* ========== device displaying ========== */
.sp_none{ display: none; }
img.sp_none{ display: none; }
.sp_only{ display: block; }
img.sp_only{ display: block; }
@media (min-width:768px){
	.sp_none{display: block;}
	img.sp_none{display: block;}
	.tab_none { display: none; }
	img.tab_none { display: none; }
	.sp_only{display: none;}
	img.sp_only{display: none;}
	.sp_only{display: none;}
	img.sp_only{display: none;}
}
.spc_none{ display: block; }
@media (min-width:999px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1000px){.pc_none{display: none;}
.pc_only{display: block;}
.tab_none{ display: block; }
}


/* ========== animation for ScrollTrigger.min.js  ========== */
.invisible {
transition: opacity 1s ease;
opacity: 0.0;
}
.visible {
transition: opacity 1s ease;
opacity: 1.0;
}



/* other style
-----------------------------------------------*/
.main-lead {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3.73333vw;
	line-height: 6.4vw;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0;
	paddig: 0;
}
@media (min-width:768px){
	.main-lead {
		font-size: 16px;
		line-height: 32px;
		letter-spacing: 0.18em;
	}
}
.page-title {
	margin: 3.33333vw 0 0;
	padding: 0;
}
@media (min-width:768px){
	.page-title {
		margin: 1.66666vw 0 0;
	}
}
.sub-lead {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3.73333vw;
	line-height: 6.4vw;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 5.33333vw 0 0;
	paddig: 0;
}
@media (min-width:768px){
	.sub-lead {
		font-size: 16px;
		line-height: 32px;
		letter-spacing: 0.18em;
		margin: 3.33333vw 0 0;
	}
}
.main-movie {
	margin: 14vw 14vw 0;
}
.story-menu {
	margin: 13.33333vw 0 0;
}
.story-menu__title {
	width: 57.6vw;
	margin: 0 auto;
}
.story-menu__list {
	display: flex;
    justify-content: center;
	gap: 0 3.33333vw;
	margin: 8vw 0 0;
}
.story-menu__list + .story-menu__list {
	margin-top: -2.66666vw;
}
.story-menu__list-item {
	width: 36vw;
}
.story-menu-check {
	margin: 6.66666vw 0 0;
	padding: 20vw 0 0;
	background: url("../images/story-menu-check-bg_sp.png") center top no-repeat;
	background-size: 86vw auto;
}
.story-menu-check__wrapper {
	margin: 0;
	padding: 0 0 12vw;
	background: url("../images/story-menu-check-bg02_sp.png") center bottom no-repeat;
	background-size: 86vw auto;
}
.story-menu-check__title {
	width: 72.66666vw;
	margin:0 0 0 8vw;
}
.story-menu-check__img {
	width: 82.26666vw;
	margin: 8vw auto 0;
}
.story-menu-check__btn {
	width: 46.4vw;
	margin: 6.66666vw auto 0;
}
@media (min-width:768px){
	.top-wrapper {
		width:62.43333vw;
		margin:9.13333vw auto 0;
		display: flex;
		flex-wrap: wrap;
   		justify-content: space-between;
	}
	.main-movie {
		margin: 0;
		width: 29.56666vw;
	}
	.story-menu {
		margin: 0;
		width: 25.13333vw;
	}
	.story-menu__title {
		width: 18.36666vw;
		margin: 0 auto;
	}
	.story-menu__list {
		display: flex;
		justify-content: center;
		gap: 0 1.23333vw;
		margin: 3vw 0 0;
	}
	.story-menu__list + .story-menu__list {
		margin-top: -0.93333vw;
	}
	.story-menu__list-item {
		width: 12vw;
	}
	.story-menu-check {
		margin: 6.13333vw 0 0;
		padding: 5.86666vw 0 0;
		background: url("../images/story-menu-check-bg_pc.png") center top no-repeat;
		background-size: 61.5vw auto;
	}
	.story-menu-check__wrapper {
		margin: 0;
		padding: 0 0 3.33333vw;
		background: url("../images/story-menu-check-bg02_pc.png") center bottom no-repeat;
		background-size: 61.5vw auto;
	}
	.story-menu-check__title {
		width: 29.53333vw;
		margin:0 auto;
	}
	.story-menu-check__img {
		width: 61.5vw;
		margin: 3vw auto 0;
	}
	.story-menu-check__btn {
		width: 11.33333vw;
		margin: 3.33333vw auto 0;
	}
}
.special-item {
	margin: 53.33333vw 0 0;
}
.special-item__title {
	width: 76vw;
	margin: 0 0 0 8vw;
}
.item__title {
	margin: 20vw auto 0;
}
#item01 .item__title {
	margin: 8.93333vw auto 0;
	width: 64.26666vw;
}
#item02 .item__title {
	width: 54.4vw;
}
#item03 .item__title {
	width: 63.6vw;
}
.thumb_box {
	margin: 6.26666vw 9.33333vw 0;
}
.thumb_box__video {
	padding: 10.13333vw 0;
	background: #000;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
	padding-bottom: 8vw;
}
.slick-dots {
	bottom: 0;
	pointer-events: all;
}
.slick-dots li {
	width: auto;
	height: auto;
	margin: 0 3.33333vw 0;
}
.slick-dots li button {
	width: 3.06666vw;
	height: 3.06666vw;
	margin: 0;
	padding: 0;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #000;
}
.item__text {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3.73333vw;
	line-height: 6.4vw;
	letter-spacing: 0.1em;
	margin: 10vw 9.33333vw 0;
	padding: 0;
}
.item__btn {
	margin: 9.6vw 13.33333vw 0;
}
.item__wear {
	background: url("../images/item-wear-bg_sp.png") center top no-repeat;
	background-size: 75.46666vw auto;
	margin: 12vw 8.4vw 0;
	padding: 6vw 0 0;
}
.item__wear-title {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 3.73333vw;
	line-height: 6.4vw;
	letter-spacing: 0.15em;
}
.item__wear-list-wrapper {
	margin: 9.33333vw 0 0;
}
.item__wear-list {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	gap: 6.66666vw 0;
}
.item__wear-list-item {
	width: 40vw;
}
.item__wear-list-link {
	display: flex;
}
.item__wear-item-img {
	width: 12.93333vw;
}
.item__wear-item {
	flex: 1;
	margin: 0 0 0 2.66666vw;
}
.item__wear-item-name {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.93333vw;
	line-height: 4.8vw;
	letter-spacing: 0.05em;
}
.item__wear-item-price {
	margin: 2.66666vw 0 0;
	font-family: playfair-display, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.93333vw;
	line-height: 100%;
	letter-spacing: 0.06em;
}
.special-item__btn {
	width: 73.33333vw;
	margin: 17.33333vw auto 0;
}
@media (min-width:768px){
	.special-item {
		margin: 10.8vw 0 0;
	}
	.special-item__title {
		width: 29.53333vw;
		margin: 0 auto;
	}
	#item01.item {
		width: 74.86666vw;
		margin: 6.66666vw  auto 0;
	}
	#item02.item {
		position: relative;
		width: 74.86666vw;
		margin: 8.33333vw auto 0;
	}
	#item03.item {
		position: relative;
		width: 74.86666vw;
		margin: 8.33333vw  auto 0;
	}
	.item__title {
		margin: 0;
	}
	#item01 .item__title {
		margin: 0 0 0 6.6vw;
		width: 16.16666vw;
	}
	#item02 .item__title {
		position: absolute;
		top: -31.26666vw;
		right: 7.66666vw;
		width: 13.6vw;
	}
	#item03 .item__title {
		position: absolute;
		top: -10.43333vw;
		left: 6.8vw;
		width: 15.9vw;
	}
	.item__wrapper {
		display: flex;
		flex-wrap: wrap;
		margin: 3.66666vw 0 0;
	}
	#item02 .item__wrapper {
		flex-direction: row-reverse;
	}
	.item__wrapper-wrapper {
		width: 29.5vw;
	}
	#item02 .item__wrapper-wrapper {
		margin-top: -20.8vw;
	}
	.thumb_box {
		margin: 0;
	}
	.thumb_box__video {
		padding: 3.66666vw 0;
		background: #000;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0;
		padding-bottom: 2.5vw;
	}
	.slick-dots {
		bottom: 0;
		pointer-events: all;
	}
	.slick-dots li {
		width: auto;
		height: auto;
		margin: 0 0.66666vw 0;
	}
	.slick-dots li button {
		width: 0.66666vw;
		height: 0.66666vw;
		margin: 0;
		padding: 0;
		background: #fff;
		border-radius: 50%;
		border: 1px solid #000;
	}
	.item__text {
		font-family: yu-gothic-pr6n, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.1em;
		margin: 2.9vw 4vw 0;
		padding: 0;
	}
	.item__btn {
		margin: 2.33333vw 5vw 0;
	}
	.item__wear {
		flex: 1;
		background: url("../images/item-wear-bg_pc.png") left top no-repeat;
		background-size: 13.76666vw auto;
		margin: 0 0 0 5.33333vw;
		padding: 3.33333vw 11.66666vw 0 0;
	}
	#item02 .item__wear {
		margin: 0 5.33333vw 0 11.66666vw;
		padding: 3.33333vw 0 0 0;
	}
	.item__wear-title {
		font-family: yu-gothic-pr6n, sans-serif;
		font-style: normal;
		font-weight: 800;
		font-size: 18px;
		line-height: 28.32px;
		letter-spacing: 0.15em;
	}
	.item__wear-list-wrapper {
		margin: 3vw 0 0;
	}
	.item__wear-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 2.2vw 0;
	}
	.item__wear-list-item {
		width: 13.33333vw;
	}
	.item__wear-list-link {
		display: flex;
	}
	.item__wear-item-img {
		width: 4.23333vw;
	}
	.item__wear-item {
		flex: 1;
		margin: 0 0 0 0.66666vw;
	}
	.item__wear-item-name {
		font-family: yu-gothic-pr6n, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.05em;
	}
	.item__wear-item-price {
		margin: 1vw 0 0;
		font-family: playfair-display, serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.special-item__btn {
		width: 19.5vw;
		margin: 3.66666vw 0 0 0;
	}
}
.special-story {
	margin: 38.4vw 0 0;
}
.special-story__title {
	width: 64.66666vw;
	margin: 0 0 0 8vw;
}
.story__title {
	margin: 17.33333vw auto 0;
}
#story01 .story__title {
	width: 61.2vw;
	margin: 12vw auto 0;
}
#story02 .story__title {
	width: 43.06666vw;
}
#story03 .story__title {
	width: 45.33333vw;
}
#story04 .story__title {
	width: 50vw;
}
#story05 .story__title {
	width: 43.73333vw;
}
.story__img {
	position: relative;
	width: 100vw;
	margin: 6.66666vw 0 0;
}
.story__img .modalBtn {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.story__img .modalBtn::before {
	content: "";
	position: absolute;
	right: 5.6vw;
	bottom: 5.6vw;
	width: 8.4vw;
	height: 8.4vw;
	background: url("../images/more-btn.png") left top no-repeat;
	background-size: cover;
}
.story__wear {
	margin: 7.46666vw 4vw 0;
}
.story__wear-title {
	width: 52.53333vw;
}
.story__wear-list {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	gap: 4vw 0;
	margin: 7.46666vw 0 0;
}
.story__wear-list-item {
	width: 44.66666vw;
}
.story__wear-list-link {
	display: flex;
}
.story__wear-item-img {
	width: 16vw;
}
.story__wear-item {
	flex: 1;
	margin: 0 0 0 4vw;
}
.story__wear-item-name {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.93333vw;
	line-height: 4.8vw;
	letter-spacing: 0.05em;
}
.story__wear-item-price {
	margin: 2.66666vw 0 0;
	font-family: playfair-display, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.93333vw;
	line-height: 100%;
	letter-spacing: 0.06em;
}
.special-story__btn {
	margin: 20vw 13.33333vw 0;
}
@media (min-width:768px){
	.special-story {
		margin: 23.83333vw 0 0;
	}
	.special-story__title {
		width: 29.5vw;
		margin: 0 auto 0;
	}
	.story {
		width: 75.2vw;
		display: flex;
		flex-wrap: wrap;
	}
	#story01.story {
		margin: 8.23333vw auto 0;
	}
	#story02.story {
		flex-direction: row-reverse;
		margin: 6.33333vw auto 0;
	}
	#story03.story {
		margin: 5.16666vw auto 0;
	}
	#story04.story {
		flex-direction: row-reverse;
		margin: 14.66666vw auto 0;
	}
	#story05.story {
		margin: 4vw auto 0;
	}
	.story__wrapper {
		width: 29.66666vw;
	}
	#story03 .story__wrapper {
		margin: 0 0 0 12.4vw;
	}
	#story04 .story__wrapper {
		position: relative;
		margin: 0 9.46666vw 0 0;
	}
	.story__wrapper02 {
		flex: 1;
		margin: 0 0 0 5.33333vw;
	}
	#story02 .story__wrapper02 {
		margin: 0 0 0 11.66666vw;
	}
	#story04 .story__wrapper02 {
		margin: 0 0 0 0;
	}
	.story__title {
		margin: 0 auto 0;
	}
	#story01 .story__title {
		width: 15.4vw;
		margin: 0 auto 0;
	}
	#story02 .story__title {
		width: 10.83333vw;
	}
	#story03 .story__title {
		width: 11.43333vw;
	}
	#story04 .story__title {
		width: 12.56666vw;
		margin-top: 21.1vw;
	}
	#story05 .story__title {
		width: 11vw;
	}
	.story__img {
		position: relative;
		width: 100%;
		margin: 3vw 0 0;
	}
	.story__img .modalBtn {
		display: none;
	}
	.story__img .modalBtn::before {
		display: none;
	}
	#story01 .story__img02 {
		width: 18.4vw;
		margin: 7.5vw 0 0 3vw;
	}
	#story02 .story__img02 {
		width: 18.4vw;
		margin: 3.33333vw 0 0 3vw;
	}
	#story03 .story__img02 {
		width: 24vw;
		margin: 7vw 0 0 -12.4vw;
	}
	#story03 .story__img03 {
		width: 18.4vw;
		margin: 26.6666vw 0 0 3vw;
	}
	#story04 .story__img02 {
		position: absolute;
		top: -22vw;
		right: -9.6vw;
		width: 24.13333vw;
	}
	#story04 .story__img03 {
		width: 19vw;
		margin: 0 0 0 3vw;
	}
	#story05 .story__img02 {
		width: 18.4vw;
		margin: 4.83333vw 0 0 3vw;
	}
	#story05 .story__img03 {
		width: 28.6vw;
		margin: 9.66666vw 0 0 -5.16666vw;
	}
	.story__text {
		margin: 3.2vw 0 0;
	}
	.story__text-title {
		font-family: yu-gothic-pr6n, sans-serif;
		font-style: normal;
		font-weight: 800;
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 0.15em;
		text-decoration: underline;
	}
	.story__text-detail {
		font-family: yu-gothic-pr6n, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.1em;
		margin: 1.66666vw 0 0;
		padding: 0 7.66666vw 0 0;
	}
	.story__wear {
		margin: 6vw 0 0 0;
		padding: 3.46666vw 0 0 0;
		background: url("../images/item-wear-bg_pc.png") left top no-repeat;
		background-size: 13.76666vw auto;
	}
	.story__wear-title {
		width: 13.13333vw;
	}
	.story__wear-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 2vw 1vw;
		margin: 3vw 0 0;
	}
	.story__wear-list-item {
		width: 13.33333vw;
	}
	.story__wear-list-link {
		display: flex;
	}
	.story__wear-item-img {
		width: 4.23333vw;
	}
	.story__wear-item {
		flex: 1;
		margin: 0 0 0 0.66666vw;
	}
	.story__wear-item-name {
		font-family: yu-gothic-pr6n, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.05em;
	}
	.story__wear-item-price {
		margin: 1vw 0 0;
		font-family: playfair-display, serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
		letter-spacing: 0.06em;
	}
	.special-story__btn {
		width: 18.33333vw;
		margin: 8.33333vw auto 0;
	}
}
.explanation {
	position: relative;
	margin: 26.66666vw auto 0;
	padding: 1.33333vw;
	width: 94.66666vw;
}
.explanation::before {
	position: absolute;
	content: "";
	background: url("../images/explanation-header_sp.png") center top no-repeat;
	background-size: 94.66666vw auto;
	width: 94.66666vw;
	height: 0;
	padding-top:7.6vw;;
	top: 0;
	left: 0;
}
.explanation::after {
	position: absolute;
	content: "";
	background: url("../images/explanation-footer_sp.png") center bottom no-repeat;
	background-size: 94.66666vw auto;
	width: 94.66666vw;
	height: 0;
	padding-top:7.6vw;;
	bottom: 0;
	left: 0;
}
.explanation__wrapper {
	background: url("../images/explanation-bg_sp.png") left top repeat;
	background-size: 6.66666vw 6.66666vw;
	border: 1px solid #505050;
	padding: 0 0 10.66666vw;
}
.explanation__title {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 5.33333vw;
	line-height: 7.33333vw;
	letter-spacing: 0.1em;
	margin: 16vw 0 0;
	text-align: center;
}
.explanation__text {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3.73333vw;
	line-height: 6.4vw;
	letter-spacing: 0.1em;
	margin: 6.66666vw 4.53333vw 0;
}
.explanation__wear {
	margin: 4.53333vw 3.73333vw 0;
	padding: 6vw 0 0;
	background: url("../images/explanation-wear-bg_sp.png") center top no-repeat;
	background-size: 75.46666vw auto;
}
.explanation__wear-title {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 3.73333vw;
	line-height: 5.86666vw;
	letter-spacing: 0.15em;
}
.explanation__wear-list {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	gap: 6.66666vw 0;
	margin: 7.06666vw 0 0;
}
.explanation__wear-list-item {
	width: 40vw;
}
.explanation__wear-list-link {
	display: flex;
}
.explanation__wear-item-img {
	width: 13.06666vw;
}
.explanation__wear-item {
	flex: 1;
	margin: 0 0 0 2.66666vw;
}
.explanation__wear-item-name {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.93333vw;
	line-height: 4.8vw;
	letter-spacing: 0.05em;
}
.explanation__wear-item-price {
	margin: 2.66666vw 0 0;
	font-family: playfair-display, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.93333vw;
	line-height: 100%;
	letter-spacing: 0.06em;
}
@media (min-width:768px){
	.explanation {
		position: relative;
		margin: 13.33333vw auto 0;
		padding: 0.4vw;
		width: 52.86666vw;
	}
	.explanation::before {
		position: absolute;
		content: "";
		background: url("../images/explanation-header_pc.png") center top no-repeat;
		background-size: 52.86666vw auto;
		width: 52.86666vw;
		height: 0;
		padding-top:2vw;
		top: 0;
		left: 0;
	}
	.explanation::after {
		position: absolute;
		content: "";
		background: url("../images/explanation-footer_pc.png") center bottom no-repeat;
		background-size: 52.86666vw auto;
		width: 52.86666vw;
		height: 0;
		padding-top:2vw;
		bottom: 0;
		left: 0;
	}
	.explanation__wrapper {
		background: url("../images/explanation-bg_pc.png") left top repeat;
		background-size: 5.73333vw 5.73333vw;
		border: 1px solid #505050;
		padding: 0 0 5.83333vw;
	}
	.explanation__title {
		font-family: yu-gothic-pr6n, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 20px;
		line-height: 27.5px;
		letter-spacing: 0.1em;
		margin: 4.56666vw 0 0;
		text-align: center;
	}
	.explanation__text {
		font-family: yu-gothic-pr6n, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 27.5px;
		letter-spacing: 0.1em;
		margin: 2.16666vw 0 0;
		padding: 0 5.5vw 0;
		text-align: left;
	}
	.explanation__wear {
		margin: 5vw 5.5vw 0;
		padding: 2.8vw 0 0;
		background: url("../images/explanation-wear-bg_pc.png") center top no-repeat;
		background-size: 18.86666vw auto;
	}
	.explanation__wear-title {
		font-family: yu-gothic-pr6n, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 18px;
		line-height: 28.3px;
		letter-spacing: 0.15em;
	}
	.explanation__wear-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 2vw 0.467vw;
		margin: 3vw 0 0;
	}
	.explanation__wear-list-item {
		width: 13.25vw;
	}
	.explanation__wear-list-link {
		display: flex;
	}
	.explanation__wear-item-img {
		width: 4.2vw;
	}
	.explanation__wear-item {
		flex: 1;
		margin: 0 0 0 0.8vw;
	}
	.explanation__wear-item-name {
		font-family: yu-gothic-pr6n, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 14.16px;
		line-height: 23.17px;
		letter-spacing: 0.05em;
	}
	.explanation__wear-item-price {
		margin: 1vw 0 0;
		font-family: playfair-display, serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14.16px;
		line-height: 100%;
		letter-spacing: 0.06em;
	}
}
.profile {
	margin: 18.13333vw 5.33333vw 0;
}
.profile__name-jp {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 3.73333vw;
	line-height: 4.26666vw;
	letter-spacing: 0.2em;
}
.profile__name-en {
	font-family: aktiv-grotesk, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3.73333vw;
	line-height: 4.26666vw;
	letter-spacing: 0.04em;
	margin-left: 5.73333vw;
}
.profile__detail {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.93333vw;
	line-height: 4.8vw;
	letter-spacing: 0.05em;
	margin: 5.33333vw 0 0;
}
@media (min-width:768px){
	.profile {
		margin: 7.6vw 0 0;
		text-align: center;
	}
	.profile__name-jp {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.2em;
	}
	.profile__name-en {
		display: block;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.04em;
		margin-left: 0;
	}
	.profile__detail {
		font-size: 11px;
		line-height: 18px;
		letter-spacing: 0.05em;
		margin: 1.66666vw 0 0;
	}
}
.role {
	margin: 9.33333vw 5.33333vw 0;
	font-family: aktiv-grotesk, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.66666vw;
	line-height: 4.8vw;
	letter-spacing: 0.05em;
}
@media (min-width:768px){
	.role {
		margin: 2.66666vw 0 0;
		font-size: 11px;
		line-height: 19px;
		letter-spacing: 0.05em;
		text-align: center;
	}
}

/* ========== modal ========== */
.modal_lock.is-locked {
position: fixed;
width: 100%;
}
.modal {
visibility: hidden;
overflow-y: scroll;
opacity: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: opacity 0.3s, visibility 0s 0.3s;
background: rgba(255, 255, 255, 0.7);
}
.modal.is-active {
visibility: visible;
opacity: 1;
transition: opacity 0.3s, visibility 0s 0s;
z-index: 100000;
}
.modal_container {
display: flex;
min-height: 100%;
justify-content: center;
align-items: center;
}
.modal_inner {
position:  relative;
box-sizing: border-box;
width: 90.4vw;
margin: auto;
background: #fff;
border: 1px solid #000;
border-radius: 2.66666vw;
}
.modal_inner img {
display: block;
}
.modal_closebtn {
display: block;
width: 8.4vw;
height: 8.4vw;
position: absolute;
top: 6.66666vw;
right: 6.66666vw;
cursor: pointer;
z-index: 1000;
}
.modal_content {
width: 100%;
max-height: 90vh;
padding: 22.66666vw 8vw 10.666666vw;
overflow-y: auto;
margin: auto;
box-sizing: border-box;
}
.modal_content.is-active {
display: block;
}
.modal_text {
	margin: 10.66666vw 0 0;
}
.modal_text-title {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 4.26666vw;
	line-height: 6.4vw;
	letter-spacing: 0.15em;
	text-decoration: underline;
}
.modal_text-detail {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 3.73333vw;
	line-height: 6.4vw;
	letter-spacing: 0.1em;
	margin: 5.33333vw 0 0;
}
@media (min-width:768px){
	.modal {
		display: none;
	}
}
.footer {
margin-top: 18vw;
padding-bottom: 8.6vw;
}
.footerlogo {
width: 70vw;
}
.copyright {
margin-top: 10.73vw;
    font-size: 11px;
    
}
@media (min-width:768px){
    

	.footer {
	margin-top: 100px;
	padding-bottom: 75px;
	}
	.footerlogo {
	width: 300px;
	}
	.copyright {
	margin-top: 55px;
	}
}