@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 10% auto;
}

.content{
	margin: 20% auto;
}

.box{
	margin-bottom: 20%;
	border-bottom: solid 1px #ccc;
}

.border_norn{
	border-bottom: none;
}

.boxHead{
	width: 95%;
	margin: 0 auto;
	font-family: "meno-banner-condensed", serif;
	font-weight: 300;
	font-style: normal;
}

.boxHead p{
	font-size: 18px;
	margin: 1% 0;
}

.boxHead__inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.boxHead__inner h1{
	font-weight: normal;
	font-size: 60px;
	margin: 0;
	line-height: 1;
	color: #ff719f;
}

.boxHead__inner h1 span{
	font-weight: normal;
	font-size: 26px;
	margin: 0;
	line-height: 1;
	color: #ff719f;
}

.sns a{
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 1.1;
	text-align: right;
	border-bottom: solid 1px #000;
	margin-bottom: 5%;
}

.boxMain{
	margin: 0 auto 20%;
}

.slide{
	display: flex;
}

.recomend{
	width: 90%;
	margin: 5% auto;
}

.recomend h2{
	font-family: "meno-banner-condensed", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 26px;
	margin: 2% 0;
	color: #ff719f;
}

.recomend a, .other a{
	display: block;
	font-size: 15px;
	position: relative;
	text-decoration: none;
    color: #2b2b2b;
	line-height: 1.7;
    margin-bottom: 4%;
}

.recomend span, .other span{
	font-size: 14px;
	/*float: right;*/
	padding-right: 80px;
	display: block;
}

.recomend span:after, .other span:after{
	content: "tax in";
	margin-left: 5px;
}

.recomend a:after, .other a:after{
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0, -50%);
    font-size: 15px;
	background-color: #000;
	color: #fff;
	width: 70px;
	text-align: center;
}

.recomend .cs:after, .other .cs:after{
	content: "Coming　soon";
	background-color: #fff;
	font-size: 14px;
	color: #000;
	width: 120px;
	text-align: right;
}

.recomend p{
	font-size: 13px;
	margin: 8% auto;
	line-height: 1.8;
}

.other{
	width: 90%;
	margin: 5% auto;
}

.other p{
	font-family: "meno-banner-condensed", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	margin: 3% 0;
	color: #ff719f;
}

.other a{
	margin-bottom: 3%;
}

.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: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}


