@charset "utf-8";
/* CSS Document */

.wrapper{
	width: 100%;
	max-width: 1000px;
	margin: 2% auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	margin: 8% auto;
}

.pants-img{
	width: 95%;
	margin: 0 auto 5%;
}

.staff-box{
	width: 95%;
	margin: 5% auto;
}

.staff-box-ttl{
	text-align: center;
	margin: 2% auto;
	font-size: 15px;
}

.staff-box ul{
	padding: 0;
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
	margin: 1% auto;
}

.staff-box ul li{
	list-style: none;
	width: calc(33.3% - 5px);
}

.staff-box ul li p{
	font-size: 12px;
	text-align: center;
	line-height: 1.7;
	margin: 1% auto;
}

.staff-box ul li .sb{
	display: block;
	width: 60%;
	margin: 2% auto;
}


section{
	margin: 10% auto;
	width: 95%;
}

.ttl{
	text-align: center;
	background-color: #ECF7D9;
	padding: 2% 0;
	font-size: 16px;
	font-weight: 600;
}

.bg-cl{
	background-color: #FEEFDA;
}

.ttl span{
	color: #a0d73d;
}

.ttl .cl-02{
	color: #f99646;
}

.thm{
	margin: 5% auto;
	width: 80%;
}

.thm p{
	font-size: 14px;
	margin: 3% auto;
	line-height: 2;
}

.thm p a{
	color: #000;
}

.thm p a:after{
	content: 'CHECK';
	display: inline-block;
	width: 100px;
	float: right;
	background-color: #000;
	color: #fff;
	text-align: center;
}

.wear{
	margin: 10% auto;
}

.wear-ttl{
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}

.wear-ttl span{
	background: linear-gradient(transparent 50%, #ecf7d9 50%);
}

.wear-ttl .cl-02{
	background: linear-gradient(transparent 50%, #feefda 50%);
}

.wear ul{
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin: 5% auto;
}

.wear ul li{
	list-style: none;
	font-size: 14px;
	line-height: 1.8;
	width: 33.3%;
	text-align: center;
}

.wear-box{
	margin: 0 auto 10%;
}

.wear-box p{
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin: 2% auto;
}

.wear-box p span{
	background-color: #ECF7D9;
	color: #282828;
	padding: 1% 5%;
	border-radius: 30px;
}

.wear-box p .cl-02{
	background-color: #f79646;
	color: #fff;
}

.styling{
	margin: 10% auto;
}

.styling-ttl{
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}

.styling-ttl span{
	background: linear-gradient(transparent 50%, #ecf7d9 50%);
}

.styling-ttl .cl-02{
	background: linear-gradient(transparent 50%, #feefda 50%);
}

.height{
	margin: 0 auto 10%
}

.for-cm{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 2% auto;
}

.for-cm span{
	border: solid 2px #a0d761;
	padding: 1% 5%;
	border-radius: 20px;
}

.for-cm .cl-02{
	border: solid 2px #f79646;
}

.height-lead{
	font-size: 13px;
	line-height: 1.8;
	text-align: center;
	margin: 5% auto
}

.height-lead span{
	font-weight: 600;
}

.other{
	width: 100%;
	margin: 10% auto;
	text-align: center;
}

.other a{
	display: block;
	background-color: #D9D9D9;
	color: #282828;
	padding: 5% 0;
	font-weight: 600;
	font-size: 15px;
}

.mgb20{
	margin-bottom: 20%;
}

.all{
	width: 95%;
	margin: 0 auto;
}

.all a{
	background-color: #FF9999;
	color: #fff;
}

.sns{
	width: 95%;
	margin: 5% auto 10%;
}

.sns p{
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
}

.sns p a{
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border: solid 1px #764597;
	padding: 4% 10%;
	border-radius: 10px;
}

.sns p a:before{
	content: '';
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url("../images/ig.png");
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}


/* 全体のスタイル */
.swiper-wrapper {
	width: 100%;
	height: 250px;
}
/* 全スライド共通スタイル */
.swiper-slide {
	width: 100%;
	height: 100%;
}

/*ページネーション*/
.swiper-pagination{
	position: static!important;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.br_p{
	display: none;
}

@media(min-width:750px){
.w50{
	width: 50%;
	margin: 0 auto;
}
	
.lead{
	font-size: 14px;
	line-height: 2.5;
	margin: 10% auto;
}
	
.br_s{
	display: none;
}

.pants-img{
	width: 60%;
	margin: 10% auto;
}

.staff-box{
	width: 65%;
	margin: 5% auto;
}
	

.staff-box-ttl{
	font-size: 18px;
	margin: 0;
}


.staff-box ul li p{
	font-size: 14px;
	line-height: 1.9;
}

.staff-box ul li a:before{
	width: 20px;
	height: 20px;
}

section{
	margin: 15% auto;
	width: 100%;
}

.ttl{
	font-size: 24px;
}
	
.point-img{
	width: 70%;
	margin: 0 auto;
}


.thm{
	width: 45%;
}

.thm p{
	font-size: 15px;
}

.wear{
	margin: 15% auto;
}

.wear-ttl{
	font-size: 20px;
}

.wear ul{
	width: 80%;
}

.wear-box{
	width: 80%;
}

.wear-box p{
	font-size: 16px;
	margin: 2% auto 3%;
}


.flex{
	display: flex;
	justify-content: center;
}

.styling{
	width: 80%;
}

.styling-ttl{
	font-size: 18px;
	margin-bottom: 5%;
}


.for-cm{
	margin: 2% auto 3%;
}


.height-lead{
	font-size: 14px;
	line-height: 2;
}

.other{
	width: 100%;
}

.other a{
	padding: 3% 0;
	font-size: 16px;
}

.sns{
	width: 95%;
	margin: 5% auto 10%;
}

.sns p{
	line-height: 1.9;
}

.sns p a{
	padding: 3% 10%;
}
	
.br_p{
	display: inline;
}

}
