@charset "utf-8";
/* CSS Document */

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.bnr{
	display: block;
	width: 60%;
	margin: 0 auto;
}

.ttlTop{
	text-align: center;
	line-height: 2;
	color: #090f4f;
	font-family: 'Alata', sans-serif;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 1px;
}

.ttlTop span{
	background: linear-gradient(transparent 50%, #fffe8e 50%);
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2.3;
	margin: 0 auto 10%;
}

.box{
	width: 100%;
	margin: 10% auto;
}

.no{
	text-align: center;
	font-size: 25px;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 5%;
	color: #090f4f;
}

.no span{
	font-family: 'Alata', sans-serif;
	font-size: 40px;
	font-weight: bold;
}

/* スライダ― */
.slider{
	width: 50%;
	margin: 1% auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
  color: #666;
}
.slider p{
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	margin: 2%;
}

.reten {
	margin: 5% auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.reten span{
	display: inline-block;
    text-align: left;
	line-height: 2.5;
}

.reten .peke{
	font-size: 20px;
	font-weight: bold;
	padding-right: 5px;
}

.bg{
	background-color: #eeece1;
	width: 100%;
	box-sizing: border-box;
	padding: 5%;
}

.styling{
	width: 100%;
	margin: 0% auto;
	position: relative;
}

.styling img{
	display: block;
	width: 50%;
	box-sizing: border-box;
	padding: 0.5%;
}

.styling .style1_1{
	padding-top: 40%;
}
.styling .style1_2{
	position: absolute;
	right: 0;
	top: 0;
}
.styling .style1_3{
	position: absolute;
	top: 0;
	left: 0;
}
.styling .style2_1{
	padding-top: 20%;
}
.styling .style2_2{
	position: absolute;
	right: 0;
	top: 0;
}
.styling .style3_1{
	position: absolute;
	right: 0;
	top: 0;
}
.styling .style3_2{
	position: absolute;
	right: 0;
	bottom: 0;
}
.styling .style4_1{
	margin-left: 50%;
	padding-top: 20%;
}
.styling .style4_2{
	position: absolute;
	left: 0;
	top: 0;
}
.styling .style5_1{
	padding-top: 40%;
	margin-left: 50%;
}
.styling .style5_2{
	position: absolute;
	left: 0;
	top: 0;
}
.styling .style5_3{
	position: absolute;
	top: 0;
	right: 0;
}

.buy{
	width: 50%;
	margin: 5% auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.buy a{
	display: block;
	background-color: #000;
	color: #fff;
	padding: 3% 0;
}

.all{
	width: 80%;
	margin: 0% auto 10%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.all a{
	display: block;
	padding: 4% 0;
	background-color: #fffe8e;
	color: #090f4f;
}

.br_s{
	display: none;
}

@media(max-width:750px){
.bnr{
	width: 100%;
}

.ttlTop{
	font-size: 30px;
}

.lead{
	font-size: 13px;
	margin-bottom: 0%;
	line-height: 2;
}

.box{
	width: 98%;
	margin: 5% auto 10%;
}

.no{
	font-size: 20px;
}

.no span{
	font-size: 25px;
}

/* スライダ― */
.slider{
	width: 100%;
}

.reten {
	font-size: 15px;
}

.styling{
	width: 100%;
}

.styling img{
	padding: 1%;
}

.buy{
	width: 65%;
	font-size: 16px;
}

.all{
	width: 90%;
	font-size: 18px;
}
.br_s{
	display: inline;
}
}