/*/**/*/@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";
	color: #423335;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lexend{
  font-family: "Lexend Mega", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.bg{
	background-color: #fff;
	box-sizing: border-box;
	padding: 5% 5% 0;
}

.bg p{
	text-align: center;
	font-size: 14px;
	line-height: 2.5;
}

.bg p span{
	font-size: 18px;
	line-height: 1.7;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 8%;
}

.navi{
	width: 95%;
	margin: 10% auto;
}

.navi ul{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 10px;
	justify-content: center;
}

.navi ul li{
	border: solid 1px #000;
	box-sizing: border-box;
	padding: 0 3%;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
}

.navi ul li p{
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	margin: 0;
}

.navi ul li p span{
	font-size: 15px;
	font-weight: 600;
}

.navi ul li a{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 8% 0;
}

.move-wrap{
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 2% auto 5%;
	column-gap: 10px;
}

.slideshow{
	display: flex;
	column-gap: 10px;
    animation: loop-slide 30s infinite linear 1s both;
}

.content{
	width: 180px;
}

.content img{
	border-radius: 0px;
	box-sizing: border-box;
	/*border: solid 1px #000;*/
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.colorvariation{
	width: 85%;
	margin: 15% auto;
}

.colorvariation h1, .function h1{
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	margin: 3% auto;
}

.colorvariation ul{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 20px;
	grid-row-gap: 30px;
	justify-content: center;
	flex-wrap:wrap;
	margin: 10% auto;
}

.colorvariation ul li{
	width: calc(33.3% - 20px);
}

.colorvariation ul li img{
	border-radius: 50%;
}

.colorvariation ul li p{
	font-size: 13px;
	margin: 3% auto;
	text-align: center;
	font-family: "Lexend Mega", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.function{
	width: 95%;
	margin: 15% auto;
}

.functionarea{
	width:fit-content;
	margin: 5% auto 10%;
}

.functionBox{
	margin-bottom: 5%;
}

.functionBox p{
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
	display: inline-block;
	position: relative;
	padding-left: 40px;
	margin: 3% 0;
}

.functionBox p:before{
	content: '';
	display: inline-block;
	width: 35px;
	height: 35px;
	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;
}

.scene{
	margin: 0 auto 15%;
	padding-top: 10%;
}

.scene h1{
	text-align: center;
	font-size: 22px;
	line-height: 1.6;
	margin: 5% auto;
}

.title {
	width: 70%;
	margin: 8% auto;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
}

.title:before,
.title:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}

.title:before {
	margin-right: 1rem;
}

.title:after {
	margin-left: 1rem;
}

.box{
	margin: 10% auto 20%;
}

.box h2{
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	margin: 3% auto;
}
	
.box h3{
	text-align: center;
	font-size: 18px;
	margin: 3% auto;
}
	
.main{
	width: 90%;
	margin: 5% auto;
}

.sub{
	margin: 5% auto;
	position: relative;
}

.sub img{
	width: 60%;
}

.mgl40{
	margin-left: 40%;
}

.style_no{
	position: absolute;
	display: flex;
	column-gap: 5px;
	align-items: center;
	top: 0;
	left: 5%;
}

.style_no2{
	left: 75%;
}

.style_no p{
	margin: 0;
}

.style_no_title{
	writing-mode: vertical-rl;
	font-size: 15px;
}

.style_no_number{
	font-size: 80px;
	font-weight: 100;
}

.lead{
	width: 90%;
	margin: 10% auto;
	font-size: 13px;
	line-height: 1.8;
}

.credit{
	width: 90%;
	margin: 10% auto;
}

.credit a{
	display: block;
	font-size: 13px;
	position: relative;
	text-decoration: none;
    color: #2b2b2b;
	line-height: 1.4;
    margin-bottom: 5%;
}

.credit span{
	font-size: 12px;
	/*float: right;*/
	/*padding-right: 80px;*/
}

.credit span:after{
	content: "tax in";
	margin-left: 5px;
}

.credit a:after{
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0, -50%);
    font-size: 15px;
  font-family: "Lexend Mega", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	background-color: #000;
	color: #fff;
	width: 90px;
	text-align: center;
}

.all{
	display: block;
	width: 80%;
	margin: 15% auto 10%;
	/*border: solid 1px #000;*/
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	font-size: 24px;
	text-decoration: none;
	position: relative;
}

.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);
}

.mgb10{
	margin-bottom: 10%;
}

@media(min-width:750px){
.navi ul{
	column-gap: 20px;
}

.navi ul li{
	padding: 1% 10%;
}
	
.colorvariation{
	width: 90%;
}

.colorvariation ul{
	flex-wrap:nowrap;
}
}