@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.mv{
	margin: 0 auto 10%;
}

.mv h1{
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin: 10% auto 5%;
}

.mv-wrap{
	width: fit-content;
	margin: 5% auto 8%;
}

.mv-wrap__inner p{
	font-size: 23px;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	line-height: 1.8;
}

.mv-wrap__inner .font-mincho{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 22px;
}

.mv-wrap__inner .font-size_14{
	font-size: 16px;
}

.mv-wrap__inner .wrap__inner__color{
	color: #cdb189;
	font-size: 25px;
	margin-right: 5px;
}

.mv-lead{
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	margin: 5% auto;
}

.point{
	margin: 10% auto;
}

.point-title {
	width: 90%;
	margin: 0 auto 3%;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
}

.point-title:before,
.point-title:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}

.point-title:before {
	margin-right: 1rem;
}

.point-title:after {
	margin-left: 1rem;
}

.point-img{
	width: 90%;
	margin: 5% auto;
}

.point-text{
	width: fit-content;
	margin: 3% auto;
}

.text__inner{
}

.text__inner p{
	font-size: 14px;
    line-height: 1.7;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin: 2% 0;
    text-align: center;
}

.text__inner 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;
}

.credit{
	width: 90%;
	margin: 5% auto;
}

.credit a{
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 6%;
	position: relative;
}

.credit a:after{
	position: absolute;
	content: 'BUY';
	border: solid 1px #000;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 13px;
	padding: 0px 10px;
}

.main-contents{
	margin: 15% auto 0;
}

.contents__innner{
	width: 95%;
	margin: 0 auto 20%;
}

.contents__innner h1{
	text-align: center;
	line-height: 1.5;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	margin: 3% auto;
	position: relative;
}

.contents__innner h1 span{
	background-color: #cdb189;
	padding: 0 5%;
	position: relative;
	padding-left: 35px;
	display: inline-block;
}

.contents__innner h1 span:before{
	content: '×';
	font-size: 20px;
	position: absolute;
    left: 10px;
	top: 50%;
	transform: translateY(-50%);
}


.contents__innner ul{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	column-gap: 5px;
	grid-row-gap: 5px;
}

.contents__innner ul li{
	width: calc((100% - 5px) / 2);
}

@media(min-width:750px){

.mv-wrap{
	margin: 5% auto 5%;
}

.mv-wrap__inner p{
	font-size: 40px;
}

.mv-wrap__inner .font-mincho{
	font-size: 30px;
}

.mv-wrap__inner .font-size_14{
	font-size: 20px;
}

.mv-wrap__inner .wrap__inner__color{
	font-size: 40px;
	margin-right: 10px;
}

.mv-lead{
	font-size: 15px;
	line-height: 2;
}

.br_s{
	display: none;
}

.point{
	width: 50%;
}

.point-title {
	width: 100%;
	font-size: 22px;
}

.point-img{
	width: 100%;
	margin: 5% auto;
}

.text__inner p{
	font-size: 15px;
}


.credit{
	width: 50%;
}

.credit a{
	font-size: 15px;
}

.credit a:after{
    font-size: 15px;
	padding: 0px 20px;
}


.contents__innner{
	width: 100%;
	margin: 0 auto 10%;
}

.contents__innner h1{
	font-size: 30px;

}

.contents__innner h1 span{
	padding-left: 70px;
}

.contents__innner h1 span:before{
    left: 40px;

}
	
.contents__innner ul{
	flex-wrap: nowrap;
}

}