@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== base style ========== */

/* 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;
color: #353535;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 3.2vw;
line-height: 100%;
letter-spacing: 0.05em;
background: #ffffff;
animation-delay: 0.75s;
box-sizing: border-box;
}
@media (min-width:768px){
	.allwrapper {
	font-size: 12px;
	}
}
@media (min-width:1100px){
	.allwrapper {
	font-size: 14px;
	}
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #353535;
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;
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.133333vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.666666vw; }
.fs11 { font-size: 2.933333vw; }
.fs11_5 { font-size: 3.066666vw; }
.fs12 { font-size: 3.2vw; }
.fs12_5 { font-size: 3.33333333vw; }
.fs13 { font-size: 3.466666vw; }
.fs13_5 { font-size: 3.6vw; }
.fs14 { font-size: 3.733333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.266666vw; }
.fs17 { font-size: 4.533333vw; }
.fs18 { font-size: 4.8vw; }
.fs19 { font-size: 5.066666vw; }
.fs20 { font-size: 5.333333vw; }

/* 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 */
.lh100 { line-height: 100%; }
.lh110 { line-height: 110%; }
.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; }

/* line */
.deco_line { text-decoration: underline; }


/* ========== 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:1099px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1100px){.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
-----------------------------------------------*/
body.static .wrapper {
margin-top: 0;
}
.main {
width: 100vw;
}
.area_container {
	width: 100%;
}
@media (min-width:768px){
	.area_container {
		width: 768px;
		margin-inline: auto;
	}
}
@media (min-width:1100px){
	.main {
	width: 100%;
	}
	.area_container {
		width: 1000px;
	}
}

.mv {
	width: 100%;
	min-height: 149vw;
}
.mv_title {
	left: 15.4666666666%;
	bottom: 2.86225402%;
	width: 69.0666666666%;
	animation-delay: 1.5s;
}
.intro {
	margin-top: 12vw;
}
.sec_title img {
	width: auto;
	height: 5.3333333333vw;
}
@media (min-width:768px){
	.mv {
		min-height: 48vw;
	}
	.mv_title {
		left: 13.36%;
		bottom: 34%;
		width: 27.2%;
	}
	.intro {
		margin-top: 70px;
		font-size: 14.5px;
		line-height: 1.875;
	}
	.sec_title img {
		height: 18.432px;
	}
}
@media (min-width:1100px){
	.intro {
		margin-top: 90px;
		font-size: 16px;
	}
	.sec_title img {
		height: 24px;
	}
}

.lineup {
	margin-top: 13.3333333333vw;
}
.lineup .slideimg {
	margin-top: 3.2vw;
	margin-bottom: 0;
	padding-bottom: 25px;
}
.lineup .slick-slide {
	padding: 0 5.8666666666vw;
}
.lineup .slick-dots {
	bottom: 0;
}
.lineup .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 7px;
}
.lineup .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	padding: 0;
	background: #cce3ef;
	cursor: pointer;
}
.lineup .slick-dots li button:hover {
	opacity: 0.5;
}
.lineup .slick-dots li.slick-active button {
	background: #0074b1;
}
.lineup_btn {
	width: 85.3333333333%;
	margin-top: 12vw;
}
@media (min-width:768px){
	.lineup {
		margin-top: 70px;
	}
	.lineup .slideimg {
		width: 658px;
		margin-top: 12px;
		padding-bottom: 30px;
	}
	.lineup .slick-slide {
		padding: 0 12px;
	}
	.lineup_btn {
		width: 294.912px;
		margin-top: 42.24px;
	}
}
@media (min-width:1100px){
	.lineup {
		margin-top: 90px;
	}
	.lineup .slideimg {
		width: 852px;
		margin-top: 15px;
	}
	.lineup .slick-slide {
		padding: 0 15px;
	}
	.lineup_btn {
		width: 384px;
		margin-top: 55px;
	}
}

.look_title img {
	width: auto;
	height: 6.4vw;
}
.credit_wrapper {
width: 78.6666666666vw;
margin: 6.66vw auto 0;
}
.credit_wrapper .disp_flex {
align-items: center;
}
.credit_wrapper li + li {
margin-top: 3.2vw;
}
.credit_itemname {
width: 53.3333333333vw;
}
.credit_itemname.indent {
margin-left: -0.5em;
margin-right: 0.5em;
}
.credit_price {
width: 10vw;
text-align: right;
}
img.credit_buy {
width: 8.2666666666vw;
margin: 0;
}
@media (min-width:768px){
	.look_title img {
		height: 22.272px;
	}
	.credit_wrapper {
		width: 295px;
		margin-top: 23.04px;
	}
	.credit_wrapper li + li {
	margin-top: 12px;	
	}
	.credit_itemname {
	width: 66.1764705882%;
	}
	.credit_price {
		width: 14.1176470588%;
	}
	img.credit_buy {
		width: 11.1764705882%;
	}
}
@media (min-width:1100px){
	.look_title img {
		height: 29px;
	}
	.credit_wrapper {
		width: 340px;
		margin-top: 30px;
	}
	.credit_wrapper li + li {
		margin-top: 15px;	
	}
}

.look01 {
	margin-top: 18.93vw;
}
.look01 .look_title img {
	margin: 0 auto 0 80.8%;
}
picture.look01_img01 {
	width: 93.3333333333%;
	margin: 1.33vw auto 0;
}
picture.look01_img02 {
	width: 93.3333333333%;
	margin: 4vw auto 0;
}
picture.look01_img03 {
	width: 85.3333333333%;
	margin: 4vw 0 0 auto;
}
.credit_look01_01 {
	letter-spacing: 0.038em;
}
@media (min-width:768px){
	.look01 {
	margin-top: 76.8px;
	}
	.look01 .look_title img {
		margin: 0 auto 0 85.7%;
	}
	picture.look01_img01 {
		width: 42%;
		margin: 4.608px auto 0 51.1%;
	}
	picture.look01_img02 {
		width: 42%;
		margin: -96px auto 0 7%;
	}
	picture.look01_img03 {
		width: 38.5%;
		margin: 15.36px auto 0;
	}
	.credit_look01_01 {
		letter-spacing: 0.016em;
	}
}
@media (min-width:1100px){
	.look01 {
		margin-top: 100px;
	}
	picture.look01_img01 {
		margin-top: 6px;
	}
	picture.look01_img02 {
		margin-top: -125px;	
	}
	picture.look01_img03 {
		margin-top: 20px;	
	}
}

.look02 {
	margin-top: 13.33vw;
}
.look02 .look_title img {
	margin: 0 auto 0 72.53333333333%;
}
picture.look02_img01 {
	width: 69.8666666666%;
	margin: -6.4vw auto 0 0;
}
picture.look02_img02 {
	width: 93.3333333333%;
	margin: 4vw auto 0;
}
picture.look02_img03 {
	width: 85.3333333333%;
	margin: 4vw auto 0;
}
@media (min-width:768px){
	.look02 {
		margin-top: 57.6px;
	}
	.look02 .look_title img {
		margin-left: 45%;
	}
	picture.look02_img01 {
		width: 31.3%;
		margin: -22.272px auto 0 12.4%;
	}
	picture.look02_img02 {
		width: 42%;
		margin: -99.84px auto 0 45.7%;
	}
	picture.look02_img03 {
		width: 38.5%;
		margin: 15.36px auto 0;
	}
}
@media (min-width:1100px){
	.look02 {
		margin-top: 75px;
	}
	picture.look02_img01 {
		margin-top: -29px;
	}
	picture.look02_img02 {
		margin-top: -130px;
	}
	picture.look02_img03 {
		margin-top: 20px;
	}
}

.look03 {
	margin-top: 13.33vw;
}
.look03 .look_title img {
	margin: 0 auto;
}
picture.look03_img01 {
	width: 93.8666666666%;
	margin: 1.33vw auto 0;
}
picture.look03_img02-01 {
	width: 55.4666666666%;
	margin: 4vw auto 0;
}
picture.look03_img02-02 {
	width: 55.4666666666%;
	margin: 0 auto;
}
@media (min-width:768px){
	.look03 {
		margin-top: 57.6px;
	}
	.look03 .look_title img {
		margin-left: 62.7%;
	}
	picture.look03_img01 {
		width: 41.9%;
		margin: 4.608px auto 0 45.6%;
	}
	picture.look03_img02-01 {
		width: 24.9%;
		margin: 15.36px auto 0 12.7%;
	}
	picture.look03_img02-02 {
		width: 24.9%;
		margin: -258.048px auto 0 37.6%;
	}
}
@media (min-width:1100px){
	.look03 {
		margin-top: 75px;
	}
	picture.look03_img01 {
		margin-top: 6px;
	}
	picture.look03_img02-01 {
		margin-top: 20px;
	}
	picture.look03_img02-02 {
		margin-top: -336px;
	}
}

video.interval_movie {
	width: 68%;
	margin-top: 13.33vw;
}
picture.interval_img {
	width: 100%;
	margin: 13.33vw auto 0;
}
@media (min-width:768px){
	video.interval_movie {
		width: 30.6%;
		margin: 57.6px auto 0 9.7%;
	}
	picture.interval_img {
		width: 45%;
		margin: -307.2px auto 0 45.3%;
	}
}
@media (min-width:1100px){
	video.interval_movie {
		margin-top: 75px;	
	}
	picture.interval_img {
		width: 45%;
		margin-top: -400px;
	}
}

.look04 {
	margin-top: 13.3vw;
}
.look04 .look_title img {
	margin: 0 auto 0 9.8666666666%;
}
picture.look04_img01 {
	width: 69.8666666666%;
	margin: -6.4vw 0 0 auto;
}
picture.look04_img02 {
	width: 85.6%;
	margin: 4vw auto 0 0;
}
picture.look04_img03 {
	width: 93.3333333333%;
	margin: 4vw auto 0;
}
@media (min-width:768px){
	.look04 {
		margin-top: 57.6px;
	}
	.look04 .look_title img {
		margin-left: 45.5%;
	}
	picture.look04_img01 {
		width: 31.3%;
		margin: -22.272px auto 0 54.6%;
	}
	picture.look04_img02 {
		width: 38.5%;
		margin: -261.12px auto 0 14%;
	}
	picture.look04_img03 {
		width: 42%;
		margin: 15.36px auto 0 38%;
	}
}
@media (min-width:1100px){
	.look04 {
		margin-top: 75px;
	}
	picture.look04_img01 {
		margin-top: -29px;
	}
	picture.look04_img02 {
		margin-top: -340px;
	}
	picture.look04_img03 {
		margin-top: 20px;
	}
}

.look05 {
	margin-top: 13.33vw;
}
.look05 .look_title img {
	margin: 0 auto;
}
picture.look05_img01 {
	width: 85.6%;
	margin: 1.33vw auto 0;
}
picture.look05_img02 {
	width: 85.6%;
	margin: 4vw auto 0;
}
picture.look05_img03 {
	width: 93.3333333333%;
	margin: 4vw auto 0;
}
@media (min-width:768px){
	.look05 {
		margin-top: 57.6px;
	}
	.look05 .look_title img {
		margin-left: 26.3%;
	}
	picture.look05_img01 {
		width: 38.5%;
		margin: 4.608px auto 0 10.5%;
	}
	picture.look05_img02 {
		width: 38.5%;
		margin: -345.6px auto 0 51%;
	}
	.look05_credit {
		margin-top: 80.64px;
	}
}
@media (min-width:1100px){
	.look05 {
		margin-top: 75px;
	}
	picture.look05_img01 {
		margin-top: 6px;
	}
	picture.look05_img02 {
		margin-top: -450px;
	}
	.look05_credit {
		margin-top: 105px;
	}
}

.look06 {
	margin-top: 13.33vw;
}
.look06 .look_title img {
	margin: 0 auto 0 68%;
}
picture.look06_img01 {
	width: 85.6%;
	margin: 1.33vw auto 0 0;
}
picture.look06_img02 {
	width: 93.3333333333%;
	margin: 4vw auto 0;
}
picture.look06_img03 {
	width: 85.6%;
	margin: 4vw 0 0 auto;
}
@media (min-width:768px){
	.look06 {
		margin-top: 57.6px;
	}
	.look06 .look_title img {
		margin-left: 79.8%;
	}
	picture.look06_img01 {
		width: 38.5%;
		margin: 4.608px auto 0 49.3%;
	}
	picture.look06_img02 {
		width: 42%;
		margin: -116.736px auto 0 5.2%;
	}
	picture.look06_img03 {
		width: 38.5%;
		margin: 15.36px auto 0 30.7%;
	}
}
@media (min-width:1100px){
	.look06 {
		margin-top: 75px;
	}
	picture.look06_img01 {
		margin-top: 6px;
	}
	picture.look06_img02 {
		margin-top: -152px;
	}
	picture.look06_img03 {
		margin-top: 20px;
	}
}

.about {
	margin-top: 16vw;
}
.about_conetnts {
	width: 88%;
	margin: 4vw auto 0;
}
@media (min-width:768px){
	.about {
		margin-top: 57.6px;
	}
	.about_conetnts {
		width: 39.6%;
		margin-top: 13.824px;
	}
}
@media (min-width:1100px){
	.about {
		margin-top: 75px;
	}
	.about_conetnts {
		margin-top: 18px;
	}
}

.point {
	margin-top: 17.33vw;
}
.point_contents {
	width: 88.5333333333%;
	margin: 3.46vw auto 0;
}
.btn_list {
	width: 85.3333333333%;
	margin-top: 9.33vw;
}
@media (min-width:768px){
	.point {
		margin-top: 61.44px;
	}
	.point_contents {
		width: 85.3%;
		margin-top: 9.984px;
	}
	.btn_list {
		width: 294.912px;
		margin-top: 30.72px;
	}
}
@media (min-width:1100px){
	.point {
		margin-top: 80px;
	}
	.point_contents {
		margin-top: 13px;
	}
	.btn_list {
		width: 384px;
		margin-top: 40px;
	}
}

.profile {
	margin-top: 13.33vw;
	padding: 6.13vw 0 5.33vw;
	background: #cce3ef;
}
.profile_img {
	width: 44%;
	margin-top: 4vw;
}
.profile p {
	margin-top: 4vw;
}
@media (min-width:768px){
	.profile {
		width: 652.8px;
		margin-top: 76.8px;
		padding: 24.576px 0 15.36px;
	}
	.profile_img {
		width: 152.064px;
		margin-top: 15.36;
	}
	.profile p {
		margin-top: 19.2px;
		font-size: 13px;
	}
}
@media (min-width:1100px){
	.profile {
		width: 850px;
		margin-top: 100px;
		padding: 32px 0 20px;
	}
	.profile_img {
		width: 198px;
		margin-top: 20px;
	}
	.profile p {
		margin-top: 25px;
		font-size: 15.6px;
	}
}

.item {
	margin-top: 16vw;
}
.item_list_wrapper {
	width: 88%;
	justify-content: center;
	margin-top: 4vw;
	gap: 7.2vw 5.8666666666vw;
}
.item_list {
	width: 41.0666666666vw;
}
@media (min-width:768px){
	.item {
		margin-top: 130.56px;
	}
	.item_list_wrapper {
		justify-content: center;
		gap: 38px 20px;
		width: 628px;
	}
	.item_list {
		width: 142px;
	}
}
@media (min-width:1100px){
	.item {
		margin-top: 170px;
	}
	.item_list_wrapper {
		gap: 50px 25px;
		width: 815px;
	}
	.item_list {
		width: 185px;
	}
}

.staff_credit {
	margin-top: 22.66vw;
}
.brandlogo {
	padding-bottom: 10vw;
	margin-top: 14vw;
}
a.brandlogo_a {
	color: #191919 !important;
}
.brandlogo img {
	width: 50px;
	margin-bottom: 10px;
}
@media (min-width:768px){
	.staff_credit {
		margin-top: 70px;
		font-size: 12px;
	}
	.brandlogo {
		padding-bottom: 42px;
		margin-top: 60px;
		font-size: 11px;
	}
	.brandlogo img {
		width: 55px;
		margin-bottom: 11px;
	}
}
@media (min-width:1100px){
	.staff_credit {
		margin-top: 90px;
		font-size: 13px;
	}
}
