@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	overflow: hidden;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.font__times{
	font-family: "Times New Roman", Times, "serif";
}

.lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 1px;
	margin: 12% auto;
	font-weight: 600;
}

.content{
	margin: 20% auto;
}

.box{
	margin: 10% auto 20%;
	color: #4A86E8;
}

.no{
	width: 50%;
	margin: 0 auto;
}

.box h1{
	font-family: "Times New Roman", Times, "serif";
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.5px;
	margin: 8% auto 2%;
}

.box h2{
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	margin: 2% auto;
	line-height: 1.3;
}

.box h2 span{
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	margin: 2% auto;
	line-height: 1.5;
}

.box h2 span:after{
	content: '（税込)';
	font-size: 14px;
}

.check{
	display: block;
	width: 35%;
	margin: 5% auto;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	background-color: #4A86E8;
	color: #fff;
	line-height: 2.5;
}

.box p{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 8% auto;
}

.style{
	margin: 10% auto;
}

.style__main{
	position: relative;
}

.style h3{
	font-family: "Times New Roman", Times, "serif";
	text-align: center;
	font-size: 15px;
	line-height: 1.0;
	font-weight: normal;
	margin: 0;
	margin-bottom: 15%;
}

.style h3 span{
	display: inline-block;
	font-size: 60px;
	line-height: 1;
}


.copy1{
	position: absolute;
	top: 5%;
	right: 7%;
}

.copy1 p{
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 2px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-align: left;
	display: inline-block;
	white-space: nowrap;
}

.copy2{
	position: absolute;
	top: 5%;
	left: 7%;
}

.copy2 p{
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 2px;
	writing-mode: vertical-lr;
	text-orientation: upright;
	text-align: left;
	display: inline-block;
	white-space: nowrap;
}

.copy1 .f17, .copy2 .f17{
	letter-spacing: 1px;
	font-size: 17px;
}

.credit{
    letter-spacing: .8px;
	width: 80%;
	margin: 8% auto;
}

.style__no{
	width: 20%;
}

.credit a{
	display: block;
	position: relative;
	text-decoration: none;
    color: #2b2b2b;
	line-height: 1.1;
    border-bottom: solid 1px #808080;
    margin-bottom: 2%;
}

.credit span{
	font-size: 13px;
    display: block;
    line-height: 1.8;
    margin-bottom: 1%
}

.credit a:after{
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 14px;
}

.all{
	display: block;
	width: 80%;
	margin: 15% auto 10%;
	/*border: solid 1px #000;*/
	background-color: #4A86E8;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	padding: 2% 0;
	text-decoration: none;
}


@media(min-width:750px){
.lead{
	font-size: 15px;
}
.br_s{
	display: none;
}
.copy1 p, .copy2 p{
	font-size: 20px;
	letter-spacing: 2px;
}
.copy1 .f17, .copy2 .f17{
	font-size: 20px;
	letter-spacing: 2px;
}
.style h3{
	margin-bottom: 30%;
}
}