@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: unset;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

#vest {
	width: unset;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Sawarabi Mincho', sans-serif;
	overflow: hidden;
	text-align: center;
	background-color: #efe1d8;
}

#vest img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

#vest p{
	font-size: 0.95em!important;
	margin-top: 0!important;
}

#vest h1,
#vest h2,
#vest h3,
#vest h4,
#vest h5{
	color: #000;
	text-align:center;
	font-weight:bold;
	background: none;
	border: none;
	letter-spacing: 3px;
	font-family: 'baskerville-display-pt', 'Sawarabi Mincho', sans-serif;
}

#vest h1{
	font-size:2em;
	margin: 30px auto;
	line-height: 150%;
	font-weight: normal;
}

#vest h1 span{
	display: block;
	font-size: 0.6em;
}

#vest h2{
	font-size: 2em;
	line-height: 110%;
	margin: 35px auto 0;
	letter-spacing: 2px;
	font-weight: normal;
}

#vest h2 span{
	font-size: 0.5em;
}

#vest .vest_wrap{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

#vest p{
	font-size: 0.9em!important;
	line-height: 180%;
}

#vest .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: nowrap;
 width: 100%;
 position: relative;
}

#vest .flex img{
 padding: 2%;
}

#vest .flex02{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 position: relative;
flex-direction: column;
}

#vest section.item_2 img{
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	text-align: center;
}

#vest section.item_2 .flex div {
	flex-basis: 50%;
	padding: 0.5%;
	margin-bottom: 40px;
}

#vest p.itemname {
	font-size: 1em!important;
	margin: 20px auto 10px!important;
	text-align: center!important;
	}
#vest p.price {
	font-size: 1.2em!important;
	margin: 10px auto!important;
	text-align: center!important;
}


#vest .main_text{
	margin: 0 auto 100px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 100%;
	max-width: 1000px;
}

#vest p.main_text span{
	color: #fff798;
	font-weight: bold;
}

#vest .profile{
	width: 85%;
	max-width: 500px;
	margin: 50px auto 100px;
}

#vest .profile div:first-child{
	flex-basis: 30%;
}

#vest .profile div:last-child{
	flex-basis: 70%;
	padding-left: 5%;
	text-align: left;
	line-height: 150%;
	margin: auto;
}

#vest .profile p.rappiname{
	font-weight: bold;
	font-size: 1.2em!important;
}

#vest .profile p.proftext{
	font-size: 0.8em!important;
}

#vest .profile div:last-child div{
	margin: 10px 0 0;
	width: 80%;
	padding-left: 0!important;
}

#vest .profile div:last-child p.icon{
	margin: 0 auto!important;
	text-decoration: underline;
	font-size: 0.75em!important;
	flex-basis: 50%;
	text-align: left;
}

#vest .profile div:last-child p.icon img{
	width: 20%;
	max-width: 20px;
	vertical-align: middle;
	padding-right: 2%;
	display: inline-block!important;
}

#vest section.black{
	position: relative;
	width: 100%;
	padding: 0;
	color: #FFF;
	background-color: black;
}

#vest section.black h2{
	color: #FFF;
	padding: 5%;
}

#vest section.black .slick-dots li button:before{
	color: #FFF;
}

#vest section.white{
	position: relative;
	width: 100%;
	padding: 0;
	color: #000;
	background-color: #efe1d8;
}

#vest section.white h2{
	color: #000;
	padding: 5%;
}

#vest .categorylist {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	font-size: 1.2em;
}
#vest section.category {
	margin: 0px auto;
	width: 95%;
}
#vest .categorylist div{
	flex-basis: calc(100% / 3 - 1%);
}
#vest .categorylist div.group{
padding: 1%;
}
#vest .categorylist div a{
    color: white;
    display: block;
    padding: 8% 3%;
	font-size: 0.95em;
	background: black;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #ecd3b1;
	margin-bottom: 40px;
	text-decoration: none;
}

#vest .categorylist div a:hover{
	background: white;
	text-align: center;
	border: 1px solid #ba8759;
	color: #ba8759;
}


#vest .style{
	margin: 65px auto;
}

#vest .style .textaria{
	margin: 40px auto;
	width: 100%;
}

#vest .style .textaria p.text{
	text-align: left;
	margin: -20px auto 0px!important;
}

#vest .style .textaria p.model{
	margin: 0px auto 20px!important;
	font-size: 0.8em!important;
	padding: 5%;
}

#vest .itemlist{
 font-size: 0.8em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 padding: 12px 0;
 border-top: 1px #000000 solid;
 margin: auto;
}

#vest .itemlist:last-of-type{
	border-bottom: 1px #000000 solid;
}

#vest section.black .itemlist{
	border-top: 1px #FFF solid;
}

#vest section.black .itemlist:last-of-type{
	border-bottom: 1px #FFF solid;
}

#vest .itemlist div:first-child{
	width: 75%;
	padding: 4px 1% 3px 0;
	line-height: 100%;
}

#vest .itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

#vest .itemlist p.price{
	margin: 0 auto !important;
	font-size: 0.95em!important;
	display: block;
}

#vest .itemlist p.price span{
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}

/* 購入ボタン */

#vest .itemlist a{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
}

#vest section.black .itemlist a{
	border: 1px solid #FFF;
	background: #FFF;
	color: #000;
}

#vest .itemlist a:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#vest section.black .itemlist a:hover{
	background: #000;
	text-align: center;
	border: 1px solid #FFF;
	color: #FFF;
}

#vest section.black .text a{
	text-decoration: underline;
	color: #feffb7;
}

/* 購入ボタン */

#vest section.item_2 .buy {
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid black;
	background: black;
	color: #fff;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;
	text-decoration: none;
}
#vest section.item_2 .buy:hover {
	background: #fff;
	text-align: center;
	border: 1px solid black;
	color: black;
}




/* 回遊リンク */

#vest .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#vest .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
}

#vest .Banner4 ul {
	display:inline;
}

#vest .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

#vest .pcflex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: nowrap;
 width: 100%;
}

#vest .style .slide{
	flex-basis: 55%;
}

#vest .style .slide ul{
	width: 100%;
	max-width: 550px;
}

#vest .style .slide ul li img{
	width: 100%;
	max-width: 550px;
}

#vest .style .textaria{
	flex-basis: 44%;
	padding: 0 2%;
}

#vest .right{
	flex-direction:row-reverse;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

@media screen and (max-width:748px) {

.sp_none {
	display:none;
}

#vest h1{
	font-size: 5vw;
	line-height: 150%;
}

#vest h2{
	font-size: 5.25vw;
}
	
#vest h2 span{
	font-size: 3.25vw;
}	


	
#vest p,
#vest div{
	font-size: 3.125vw!important;
	line-height: 180%;
}

#vest .main_text{
	margin: 12.125vw auto!important;
	width: 100%;
}

#vest .main_text p{
	text-align: left;
}

#vest .profile div:last-child{
	padding-left: 2%;
}

#vest .profile p.rappiname{
	font-size: 3.5vw!important;
}

#vest .profile p.proftext{
	font-size: 2.7vw!important;
	line-height: 130%;
}

#vest .profile div:last-child div{
	width: 100%;
}

#vest .profile div:last-child p.icon{
	font-size: 2.7vw!important;
}


	
#vest .categorylist div a{
	margin-bottom: 10px;
}	
	
	
#vest .style{
	margin:5.125vw auto;
	width: 90%;
	text-align: left;
}

#vest .style:first-of-type{
	margin:0vw auto;
}

#vest .style .textaria{
	/*width: 90%;*/
	margin: 0vw auto 0;
}


#vest .itemlist div{
	font-size: 2.7vw!important;
}

#vest .itemlist p.price{
	font-size: 2.6vw!important;
}

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#vest .Banner4 {
	text-align: center;
	width: 100%;
}

#vest .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#vest .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#vest .header{
	position: relative;
	height: 169vw;
}

#vest .header .flex div{
	flex-basis: 50%;
}

}