@charset "utf-8";
/* CSS Document */

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 3%;
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	overflow: hidden;
}

.lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	margin: 8% auto;
}

.bold{
	font-weight: 600;
}

.box{
	width: 96%;
	margin: 0 auto 10%;
}

.ttl{
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 3%;
	column-gap: 25px;
}

.ttl img{
	width: 18%;
}

.ttl p{
	font-weight: bold;
	border: solid 5px #ff7f7f;
	box-sizing: border-box;
	font-size: 26px;
	padding: 3%;
}

.movie{
	width: 100%;
	margin-bottom: 5%;
}

video{
	width: 100%;
}

.item{
	width: 100%;
}

.item ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap:25px 10px;
	justify-content: center;
}

.item ul li{
	width: calc(50% - 5px);
	box-sizing: border-box;
	position: relative;
	line-height: 0;
}

.item ul li p{
	font-size: 13px;
	margin: 2% auto;
	line-height: 1.5;
	height: 4em;
	font-weight: 600;
	letter-spacing: -0.3px;
}

.item ul li .off{
	color: #e60011;
}

.item ul li .tax{
	font-size: 10px;
}

.item ul li .icon{
	position: absolute;
	background-color: #e60011;
	color: #fff;
	z-index: 10;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	box-sizing: border-box;
	padding-top: 5%;
	top: 0%;
	left: 2%;
}

.item ul li .icon span{
	font-size: 16px;
}

.all{
	width: 100%;
	margin: 5% auto 0;
	text-align: center;
}

.all a{
	display: block;
  background-color: #ff7f7f;
	color: #fff;
	font-size: 16px;
	padding: 3% 0;
	font-weight: bold;
}

/*mens*/
.bg-men{
	background-color: #dbf9eb;
	overflow: hidden;
}

.bg-men p{
	color: #3b3838;
}

.ttl-men p{
	border: solid 5px #3b3838;
}

.all-men a{
	background-color: #fff;
	color: #3b3838;
}
/*mens*/


@media(min-width:750px){

.bnr{
	display: block;
	width: 50%;
	margin: 0 auto;
}
	
.lead{
	font-size: 15px;
}
	
.br_s{
	display: none;
}

.box{
	width: 100%;
}
	
.ttl{
	column-gap: 50px;
}

.ttl img{
	width: 10%;
}

.ttl p{
	font-size: 40px;
	padding: 2%;
}

.primary-box{
	display: flex;
	column-gap: 20px;
}

.movie{
	margin: 0 auto;
	width: 111%;
}

.item{
	width: 100%;
}

.item ul{
	gap: 10px 10px;
}
	
/*mens*/
.bg-men{
	box-sizing: border-box;
	padding: 3% 0;
}
/*mens*/
}
