@charset "UTF-8";

/* common
=================================================================== */

#lavaneau { width: 100%; max-width: 1600px; margin: 0 auto !important; line-height: 1; font-family: 'Noto Sans JP', sans-serif; font-size: 1.5625vw; }
#lavaneau * { box-sizing: border-box; }
#lavaneau img { max-width: 100%; height: auto; transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000), transform 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000); }
#lavaneau figure {margin: 0; padding: 0; }


#lavaneau .btn_lsc_back { margin-top: 2em;text-align: center; }
#lavaneau .btn_lsc_back a {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 300px;
	height: auto;
	margin: auto;
	padding: 1em;
	background-color: #000;
	border: solid 1px #000;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
#lavaneau .btn_lsc_back a::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 1em;
	top: 50%;
	bottom: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -8px;
    background: url(//img.abc-mart.net/img/event/2021/2101_lecoq/pc/assets/img/lasuresnes/icon_arrow_wt.svg) no-repeat center center;
	background-size: contain;
	transform: rotate(180deg);
}
#lavaneau .btn_lsc_back a:hover { background-color: #fff; color: #000;text-decoration:none; }
#lavaneau .btn_lsc_back a:hover::before {
    background-image: url(//img.abc-mart.net/img/event/2021/2101_lecoq/pc/assets/img/lasuresnes/icon_arrow_bk.svg);
}

#lavaneau . a:hover { background-color: #000; color: #fff; }
#lavaneau .btn_mov a {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 200px;
	height: auto;
	margin: auto;
	padding: 1em;
	background-color: #fff;
	border: solid 1px #c6c6c6;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
#lavaneau .btn_mov a:hover{
	background-color: #c6c6c6;
	color: #fff;
}
#lavaneau .btn_lcs_item a::before {
	content: "";
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%;
	bottom: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -8px;
    background: url(//img.abc-mart.net/img/event/2021/2101_lecoq/pc/assets/img/lasuresnes/icon_arrow_wt.svg) no-repeat center center;
	background-size: contain;
	transform: rotate(0deg);
}
#lavaneau .btn_lcs_item a:hover { background-color: #fff; color: #000; }
#lavaneau .btn_lcs_item a:hover::before {
    background-image: url(//img.abc-mart.net/img/event/2021/2101_lecoq/pc/assets/img/lasuresnes/icon_arrow_bk.svg);
}
#lavaneau .btn_lsc_list a {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 600px;
	height: auto;
	margin: auto;
	padding: 1.5em 90px 1.5em 90px;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
#lavaneau .btn_lsc_list a:hover{
	background-color: #666;
	color: #fff;
}
#lavaneau .btn_lsc_list a::before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 1em;
	top: 50%;
	bottom: 0;
	width: 63px;
	height: 63px;
	vertical-align: middle;
	margin-top: -31.5px;
    background: url(https://img.abc-mart.net/img/event/2022/2201_lecoq_cp/pc/lavaneau/assets/img/btn_logo.png) no-repeat center center;
	background-size: contain;
}
#lavaneau .btn_lsc_list a::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%;
	bottom: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -8px;
    background: url(//img.abc-mart.net/img/event/2021/2101_lecoq/pc/assets/img/lasuresnes/icon_arrow_wt.svg) no-repeat center center;
	background-size: contain;
	transform: rotate(0deg);
}

/*============================================================
	youtube
============================================================*/
#lavaneau .video_area{
    position:relative;
    padding-bottom: 56.25%;
    height:0;
    overflow:hidden;
	background: #0b0809;
}
#lavaneau .video_area iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
		z-index: 10;
		margin: ;
}

/* layout
=================================================================== */
#lavaneau .lavaneau_mv { position: relative;margin-bottom: 3em; }
#lavaneau .lavaneau_mov { position: relative;margin-bottom: 9em; }
#lavaneau .lavaneau_ttl { position: relative; }

#lavaneau .lavaneau_ph_1 { position: relative;margin-bottom: 3em; }

#lavaneau .lavaneau_mv img{
width: 100%;
height: auto;
}
#lavaneau .lavaneau_mv img,
#lavaneau .lavaneau_ph_1 img,
#lavaneau .lavaneau_ph_2 img{
width: 100%;
height: auto;
}
#lavaneau .lavaneau_series_jp{
font-size: 18px;
text-align: center;
font-weight: bold;
margin: 0 0 0.5em;
padding: 0 10px;
}
#lavaneau .lavaneau_series h2{
	font-size: 60px;
    color: #000;
    line-height: 1;
    text-align: center;
    margin: 0 0 50px;
padding: 0 10px;
}
#lavaneau .lavaneau_series h2 img{
width: 100%;
height: auto;
max-width: 313px;
}
#lavaneau .lavaneau_series_txt{
font-size: 22px;
line-height: 2;
text-align: center;
margin: 0 0 60px;
padding: 0 10px;
}
#lavaneau .lavaneau_series_txt span{
font-size: 18px;
}

#lavaneau .lavaneau_series{
	position: relative;
	padding: 0 0;
	margin-bottom: 50px;
}

#lavaneau .lavaneau_lineup_box{
	position: relative;
	margin-bottom: 50px;
}
#lavaneau .lavaneau_lineup_box a{
	display: flex;
	flex-wrap: wrap;
align-items: flex-end;
}
#lavaneau .lavaneau_lineup_info{
width: 40%;
text-align: left;
padding: 0 2% 0 0;
}
#lavaneau .lavaneau_lineup_info_2{
width: 60%;
text-align: right;
}
#lavaneau .lavaneau_lineup a{
	color: #000;
	text-decoration: none;
padding: 30px 16px 0 30px;
background: #e6c295;
}
#lavaneau .lavaneau_lineup a:hover{
background: rgba(230,194,149,0.7);
}
#lavaneau .lavaneau_lineup a:hover img{
	opacity: 1;
}
#lavaneau .lavaneau_lineup h2{
	display: block;
	font-size: 18px;
    color: #000;
    line-height: 1.3;
    text-align: left;
    margin: 0 0 13px;
}
#lavaneau .lavaneau_lineup h2 span{
display: block;
margin: 0 0 13px;
}
#lavaneau .lavaneau_lineup h2 span:last-child{
margin: 0 0 0;
}
#lavaneau .lavaneau_lineup_price{
display: inline-block;
	font-size: 18px;
font-weight: bold;
margin: 0 0 0.5em;
}
#lavaneau .lavaneau_lineup_price span{
font-size: 12px;
}
#lavaneau .lavaneau_lineup_func{
display: inline-block;
	font-size: 12px;
margin: 0 0 0.5em;
}
#lavaneau .lavaneau_lineup_func span{
display: inline-block;
padding: 0.2em 1em;
border: solid 1px #000;
margin: 0 0.5em 0 0;
}
#lavaneau .lavaneau_lineup_spec{
display: inline-block;
	font-size: 16px;
line-height: 1.3;
margin: 0 0 0.5em;
}
#lavaneau .lavaneau_lineup_limited{
margin: 0 0 1em;
}
#lavaneau .lavaneau_lineup_limited img{
width: 100%;
height: auto;
max-width: 197px;
}
#lavaneau .lavaneau_lineup_img{
text-align: right;
}
#lavaneau .lavaneau_lineup_img img{
width: 100%;
height: auto;
max-width: 504px;
}
#lavaneau .btn_lcs_item{
text-align: left;
margin: 1em 0 1em 0;
}
#lavaneau .btn_lcs_item img {
width: 100%;
height: auto;
max-width: 135px;
}

#lavaneau .btn_mov{ margin: 1.5em 0 0; text-align: center; }
#lavaneau .btn_lsc_list {
margin:  6em 0 6em; text-align: center;
}

/* animation
=================================================================== */


