@charset "utf-8";

.l_main .l_mv.is_lineup .md_mv{
	background: url(../lineup/img/mv.jpg) no-repeat center center;
	background-size: cover !important;
}

.l_title:before{
	top: 120px;
}

.l_umov{
	background: url(../lineup/img/bg_umov.jpg) no-repeat center right;
    background-size: cover;
}

.l_puma{
	background: #fff;
	padding-bottom: 0;
}

.l_wingteen{
	background: url(../lineup/img/wing_teen.JPG) no-repeat center right;
    background-size: cover;
}

.l_size{
	background: url(../lineup/img/bg_size.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.md_umov{
	max-width: 800px;
	width: 60%;
	margin: 0 0 0 8%;
}

.md_umov p{
	text-align: justify;
	text-justify: distribute;
	text-shadow: 0 0 20px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 3px #fff;
}

.md_umov p:nth-child(1){
	max-width: 600px;
	width: 80%;
	margin-bottom: 4%;
}

.md_umov .is_btn a{
	background: rgba(255, 255, 255, 0.5);
}

.md_puma{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4%;
	padding: 0 8%;
}

.md_puma div:nth-child(1){
	max-width: 400px;
	width: 38%;
	margin-right: 4%;
}

.md_puma div:nth-child(2){
	width: 56%;
}

.md_puma div:nth-child(2) p{
	text-align: justify;
	text-justify: distribute;
}

.is_bgtxt + p.is_btn{
	margin: 4% 0 2% 4%;
}

.is_bgtxt + p.is_btn + p.is_att{
	font-size: 85%;
	margin-left: 4%;
}

.is_btn2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8%;
	padding: 0 10%;
}

.is_btn2 li{
	width: 25%;
	padding: 0;
}

.is_btn2 li .is_btn{
	text-align: center;
	display: block;
}

.is_btn2 li .is_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	padding: 16px 10%;
}

.is_btn2 li .is_btn i{
	top: 44%;
}

.l_size .md_cont{
	padding: 4%;
}

.is_size{
	background: #fff;
	margin-top: 4%;
	padding: 4%;
}

.is_size p{
	width: 50%;
	margin: 0 auto;
}

.l_size .is_measuring p{
	width: 100%;
}

.is_wear{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.is_wear li{
	list-style: none;
	width: 30%;
    margin: 2% 0;
}

.mfp-bg{
	z-index: 10042 !important;
}

.mfp-wrap{
	z-index: 10043 !important;
}

.is_measuringflow{
	display: flex;
	justify-content: space-between;
}

.is_measuringflow div{
	width: 48%;
}

.is_measuringflow div:nth-child(1) p{
	text-indent: -1em;
	padding-left: 1em;
}


@media screen and (max-width:767px){
	.l_cont{
	    padding-top: 40px;
	}
	
	.l_title:before{
		top: 90px;
	}
	
	.l_umov{
		background: url(../lineup/img/bg_umov.jpg) no-repeat bottom center;
		background-size: cover;
	}
	
	.md_umov{
		width: 84%;
		margin: 0 8%;
	}
	
	.md_umov p:nth-child(1){
		width: 75%;
		margin: 0 auto 4% auto;
	}
	
	.md_puma{
		display: block;
	}
	
	.md_puma div:nth-child(1){
		width: 80%;
		margin: 0 auto 4% auto;
	}
	
	.md_puma div:nth-child(2){
		width: 100%;
	}
	
	.is_btn2{
		display: block;
	}
	
	.is_btn2 li{
		width: 100%;
	}
	
	.l_puma2 .l_title:before{
	    top: 120px;
	}
	
	.is_bgtxt{
		margin: 0;
	}
	
	.is_bgtxt + p.is_btn{
		margin: 4% 0 2% 0;
	}
	
	.is_bgtxt + p.is_btn + p.is_att{
		margin-left: 0;
	}
	
	.l_size .md_cont{
		width: 84%;
		padding: 4%;
	}
	
	.is_size p{
		width: 100%;
	}
	
	.is_measuringflow{
		display: block;
	}
	
	.is_measuringflow div{
		width: 100%;
	}
	
	.is_measuringflow div:nth-child(1){
		margin-bottom: 4%;
	}


}

/*---------------------
Wing Teen用ボタン
---------------------*/
.is_btn_w{
	margin: 8% auto 0 auto;
	display: table;
	transition: .2s;
	position: relative;
}

.is_btn_w a{
	color: #e2a5b7;
	text-decoration: none;
	border: #ED7A9B 1px solid;
	padding: 10px 50px 10px 60px;
	position: relative;
	display: inline-block;
	z-index: 9;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.is_btn_w a i{
	margin-left: 10px;
}


.is_btn_w a:before{
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #e2a5b7;
	background: -moz-linear-gradient(left, #e2a5b7 0%, #ED7A9B 100%);
	background: -webkit-linear-gradient(left, #e2a5b7 0%,#ED7A9B 100%);
	background: linear-gradient(to right, #e2a5b7 0%,#ED7A9B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e9', endColorstr='#1e6acd',GradientType=1 );
	transition: .4s;
}

.is_btn_w a:hover{
	color: #fff;
	filter: Alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.00;
}

.is_btn_w a:hover:before{
	left: 0;
}

.is_btn_w > i{
	width: 50px;
	height: 4px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: skew(45deg);
	display: inline-block;
	margin: 0 0 2px 10px;
	position: absolute;
	top: 38%;
	right: -20px;
	z-index: 9;
}

.is_btn_w:hover > i{
	right: -30px;
	transition: 0.5s;
}