@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.font_noto{
	font-family: "Noto Serif Display", serif;
  	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.leadBox{
	width: 95%;
	margin: 10% auto;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	padding: 5%;
}

.leadBox:before, .leadBox:after{
	content: '';
	width: 250px;
	height: 120px;
	position: absolute;
}

.leadBox:before{
	border-left: solid 1px #5d2221;
	border-top: solid 1px #5d2221;
	top: 0;
	left: 0px;
}

.leadBox:after{
	border-right: solid 1px #5d2221;
	border-bottom: solid 1px #5d2221;
	bottom: 0;
	right: 0px;
}

.leadBox h1{
	font-size: 20px;
	margin: 5% auto;
}

.leadBox p{
	font-size: 15px;
	line-height: 2;
	margin: 5% auto;
}

.lineup{
	width: 86%;
	margin: 15% auto;
}

.lineup h1{
	text-align: center;
	margin: 0 auto;
	font-size: 25px;
	letter-spacing: -0.5px;
}

.lineup ul{
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	grid-row-gap: 15px;
	justify-content: center;
	margin: 6% auto;
}

.lineup ul li{
	width: calc(33.3% - 15px);
}

.lineup ul li img{
	border-radius: 50%;
}

.lineup ul li p{
	text-align: center;
	font-size: 14px;
	letter-spacing: -0.7px;
	margin: 2% auto;
}

.lineup ul li a{
	display: block;
	color: #000;
	text-decoration: none;
}

.mainContent{
	margin: 15% auto;
}

.box{
	width: 100%;
	margin: 0 auto 15%;
	padding-top: 15%;
}

.box h1{
	color: #000638;
	font-size: 30px;
	width: 90%;
	margin: 3% auto;
	line-height: 1.4;
	font-weight: 600;
}

.box h1:before{
	content: '';
	border-left: solid 4px #000638;
	padding-right: 10px;
}

.boxImg{
	width: 90%;
	margin: 5% auto;
}

.pointBox{
	width:fit-content;
	margin: 10% auto 10%;
}

.pointBox h2{
	text-align: center;
	font-size: 20px;
	margin-bottom: 5%;
}

.pointBox h2 span{
	border-bottom: solid 1px #000;
}

.point{
	margin-bottom: 2%;
}

.point p{
	font-size: 12px;
	line-height: 1.7;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin: 2% 0;
	text-align: center;
}

.point p:before{
	content: '';
	display: inline-block;
	width: 21px;
	height: 21px;
	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;
}

.point .font11{
	font-size: 11px;
}

.move_wrap{
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 8% auto;
	column-gap: 10px;
}

.slideshow{
	display: flex;
	column-gap: 10px;
    animation: loop-slide 20s infinite linear 1s both;
}

.content{
	width: 200px;
}

.content img{
	border-radius: 0px;
	box-sizing: border-box;
	/*border: solid 1px #000;*/
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.creditBox{
	width: 85%;
	margin: 10% auto;
}

.credit{
	position: relative;
    border-bottom: solid 1px #808080;
    margin-bottom: 2%;
    letter-spacing: .8px;
    font-family: aktiv-grotesk, sans-serif;
}

.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: 10px;
    display: block;
    line-height: 1.8;
    margin-bottom: 1%;
}

.all{	
	display: block;	
	width: 80%;	
	margin: 10% auto;
	text-align: center;
	background-color: #000;	
	color: #fff;	
	font-size: 22px;	
	font-weight: 600;	
	line-height: 3;
	text-decoration: none;
	position: relative;
	font-family: "Noto Serif Display", serif;
  	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.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){
.leadBox h1{
	font-size: 22px;
}
.leadBox p{
	font-size: 15px;
}
.point p{
	font-size: 16px;
	padding-left: 30px;
}
.point p:before{
	width: 25px;
	height: 25px;
}
.creditBox{
	width: 80%;
}
.credit span{
	font-size: 12px;
}
	.br_s{
		display: none;
	}
}




