@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-contner{
	margin: 0 auto;
}

.sticky-contner img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.mv{
	margin: 0 auto;
}

.mv h1{
	text-align: center;
	font-family: "Noto Serif Display", serif;
	font-weight: 500;
	font-size: 50px;
	color: #8d766c;
	line-height: 1.0;
	margin-top: -8%;
}

.mv h1 span{
	font-size: 32px;
}

.mv h2{
	text-align: center;
	color: #4f473a;
	font-size: 21px;
	font-weight: normal;
	margin: 5% auto;
}

.mv p{
	text-align: center;
	color: #4f473a;
	font-size: 14px;
	line-height: 2;
	margin: 5% auto 10%;
}

section{
	margin: 10% auto;
}

.series{
	margin: 0 auto 30%;
}

.series-main{
	margin: 0 auto 5%;
}

.series-main img{
	width: 90%;
	margin: 0 auto;
}

.series-what{
	margin: 10% auto;
}

.series-main h3{
	text-align: center;
	font-family: "Noto Serif Display", serif;
	font-weight: 600;
	color: #0E88A4;
	font-size: 40px;
	line-height: 1.1;
	margin: 2% auto;
}

.series-main h3 span{
	font-size: 18px;
}

.series-what__box{
	margin: 2% auto;
	width: fit-content;
}

.series-what__box h4{
	font-family: "Noto Serif Display", serif;
	font-weight: 600;
	font-size: 25px;
	color: #0E88A4;
	margin: 2% auto;
}

.series-what__point{
	margin-bottom: 2%;
}

.series-what__point p{
	font-size: 14px;
	line-height: 1.7;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin: 2% 0;
	text-align: center;
}

.series-what__point p:before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("https://www.dot-st.com/static/docs/elura/keyword/250704_ase/images/icon.png");
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.series-what .series-what__img{
	width: 40%;
	margin: 3% auto;
}

.series-what .series-what__img img{
	border-radius: 130px;
}

.series-what h3{
	font-size: 24px;
	color: #76b4db;
	margin: 2% 0 5%;
	text-align: center;
}

.series-lineup{
	margin: 15% auto;
	font-family: "Noto Serif Display", serif;
	font-weight: 500;
}

.series-lineup__title{
	text-align: center;
	font-size: 20px;
}

.series-lineup ul{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 20px;
	grid-row-gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 70%;
	margin: 5% auto;
}

.series-lineup ul li{
	width: calc((100% - 20px) / 2);
}

.series-lineup ul li img{
	border-radius: 150px;
}

.series-lineup ul li p{
	text-align: center;
	font-size: 14px;
	margin: 2% auto;
}

.series-model{
	margin: 10% auto;
	background: linear-gradient(160deg, #f4f4f4 40.5%, #f7e4d5 40%);
	padding: 5% 0;
}

.series-model ul{
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	width: 80%;
	margin: 0 auto 10%;
}

.series-box{
	margin: 0 auto 20%;
}

.series-model__title{
	text-align: center;
	font-size: 16px;
	margin: 5% auto;
}

.series-model__lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	width: 90%;
	margin: 5% auto
}

.series-style{
	margin: 10% auto;
}

.series-style__inner{
	margin: 0 auto 20%;
}

.series-style__inner h3{
	text-align: center;
	font-family: "Noto Serif Display", serif;
	font-weight: 500;
	font-size: 30px;
	margin: 2% auto;
}

.series-style__inner img{
	width: 90%;
	margin: 0 auto;
}

.series-style__credit{
	width: 90%;
	margin: 10% auto;
}

.credit{
	position: relative;
    border-bottom: solid 1px #808080;
    margin-bottom: 3%;
    letter-spacing: .3px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
}

.credit a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
}

.credit a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 14px;
}

.credit .cms::after {
	content: "COMING SOON";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #656565;
}

.credit span{
	font-size: 11px;
    display: block;
    line-height: 1.8;
    margin-bottom: 1%;
}

.credit .line{
	font-size: 14px;
	line-height: 1.4;
	background: linear-gradient(transparent 0, #f7e4d5 0);
	display: inline-block;
}

.credit .shop{
	font-size: 11px;
	display: inline-block;
}

.all{
	display: block;
	width: 80%;
	margin: 2% auto 15%;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	line-height: 3;
	font-family: "Noto Serif Display", serif;
	font-weight: 600;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

@media(min-width:750px){
	.sticky-contner{
		display: flex;
		background-color: #f9f9f7;
	}
	
	.pc-box{
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		width: 33%;
		height: 100vh;
		justify-content: center;
		align-items: center;
	}
	
	.pc-box__left{
		/*width: 55vh;*/
	}
	
	.pc-box__title{
		font-family: "Noto Serif Display", serif;
		font-size: 55px;
		line-height: 1.1;
		font-weight: 600;
		color: #8d766c;
		text-align: center;
	}
	
	.pc-box__title span{
		font-size: 35px;
	}
	
	.pc-box__left .mv-title__main{
		font-family: "Noto Serif Display", serif;
		font-size: 55px;
		line-height: 1.1;
		font-weight: 600;
		margin: 1% auto 10%;
		color: #422a2d;
	}

	.pc-box__left .mv-title__sub{
		font-size: 15px;
		margin: 1% auto;
		color: #422a2d;
		text-align: center;
	}

	.pc-box__snslist{
		display: flex;
		padding: 0;
		list-style: none;
		justify-content: center;
		margin: 0;
	}
	
	.pc-box__snslist li{
		margin: 0 7px;
		line-height: 0;
	}
	
	.pc-box__snslist li img{
		width: 50px;
		height: auto;
	}
	
	.pc-box__snslist__elura{
		width: 65%;
		margin: 2% auto 4%;
	}
	
	.wrapper{
		width: 34%;
		background-color: #fff;
	}
	
	.br_s{
		display: none;
	}
}