@charset "UTF-8";

/* 全体 */
body{
	background-color:#fff;
}

img{
	height:auto;
	max-width:100%;
}

#wrapper{
	width:100%;
}

.top-img img{
	width:100%;
}

.pc, .img-flex-small{
	display:block;
}

.sp{
	display:none;
}


/*文字の設定*/
p, h1, h2, h3, h4, h5, a, ul li{
	font-family: 'M PLUS 1p', sans-serif;
} 

p{
	line-height:2.5;
	letter-spacing:3px;	
	text-align: justify;
	color:#1E1E1E;
}

ul li{
	line-height:2;
	letter-spacing:3px;
	list-style-type: none;	
	text-align: justify;
}

.top-caption, .end-caption, .caption{
	width:800px;
	margin:40px auto;
}

.top-caption p, .end-caption p, .caption p, .style-comment p, .p-caption p{
	font-size:13px;
}

.strong {
  background:linear-gradient(transparent 60%, #fff878 60%) !important;
}

a, li{
	color:#000;	
}

.footer a:link, .footer a:visited{
	text-decoration:none;
}

.credit{
	font-size:10px;
}

a{
	text-decoration:none;
}

h1{
	text-align: center;
}

.first-wrapper h1{
	font-size:30px;
	color:#000;
}

.first-wrapper h2{
	font-size:30px;
}

.style-comment h3{
	margin-bottom:15px;
}

.women h1, .men h1{
	font-size:40px;
}

.women h1, .women h2{
	color:#fd8d82;
}

.men h1, .men h2{
	color:#3a7155;
}

.product-box h3{
	margin-bottom:20px;
	color:#364f72;
}

.product-box h3:before{
	content:"\f00c";
	font-family:"FontAwesome";
	margin-right:10px;
	font-size:20px;
	vertical-align:middle;
}

.item_credit li{
	font-size:12px;
}

/*商品のリンク*/

.buy{
	font-weight:bold;
	text-decoration: underline;
}

.item_list{
	margin-top:20px;
}

.item_list li, .item_list li a{
	font-size:15px;
	margin:8px 0;
	text-align: justify;
}

.item_list li a:after{
	content:"\f07a";
	font-family:"FontAwesome";
	font-size:20px;
	vertical-align:middle;
	margin-left:7px;
	color:#412A0F;
}

/*inview*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}


/*中身の設定*/

.big-wrapper{
	width:100%;
	padding:50px 0;
}

.first-wrapper{
	padding-top:50px;
}

.women, .men{
	width:900px;
	margin:10px auto;
	padding:50px 0;
}

.women-wrapper{
	background-color:#fdf5e6;
}

.men-wrapper{
	background-color:#fcfce6;
	margin-top:-10px;
}

.style-wrapper{
	padding:30px 0 50px;
	margin:30px 0;
}

.style-img{
	margin:10px 0 30px;
}

.style-comment{
	width:700px;
	margin:10px auto;
}

.img-flex-big, .img-flex-small{
	display:flex;
	height: auto;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: wrap;
}

.img-flex-big img{
	width:50%;
	margin-bottom:15px;
}

.img-flex-small img{
	width:auto!important;
	height:250px;
}

.product-box{
	width:900px;
	margin:20px auto;
	padding:40px 0 60px;
}

.product-box img{
	width:50%;
}

.p-flex{
	display:flex;
	height: auto;
	align-items: center;
	justify-content: space-between;
}

.p-caption{
	padding-left:30px;
}

.item_credit{
	margin-top:30px;
}


/*ONLINEのボタン*/

.mid_button a{
	height:100%;
	display: block;
	width:200px;
	margin:30px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.itempage{
	color:#fff;
	font-weight:900;
}

.button_box p{
	margin-top:0!important;
	text-align: center!important;
	font-size:12px!important;
}

.online_button{
	width:200px;
	padding:10px 5px;
}

.online_button{
	background-color:#364f72;
}


.online_button:hover{
	background-color:#4E709F;
}


/*戻るボタンの設定*/

.mid-wrapper{
	width:800px;
	margin:0 auto;
	padding-top:30px;
}

.category-link{
	width:800px;
	margin:0 auto;
}

.big_button a{
	height:100%;
	display: block;
	width:500px;
	margin:70px auto 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.back, .category{
	color:#fff;
	font-weight:900;
	font-size:14px;
	text-align: center!important;
}

.back_button, .cate_button{
	width:240px;
	padding:10px 5px;
	text-align: center;
}

.back_button{
	background-color:#364f72;
}

.back_button:hover{
	background-color:#4E709F;
}

.cate_button{
	background-color:#008080;
}

.cate_button:hover{
	background-color:#2f4f4f;
}

/*フッター*/
footer{
	width:100%;
	margin-top:50px;
}

#footer{
	width:1000px;
	padding:30px;
	margin:0 auto;
	text-align: center;
}

#footer a img{
	width:60px;
	margin-bottom:20px;
}

#footer a{
	font-size:12px;
}

.credit{
	font-size:10px;
	text-align: center;
}

.footer a:link, .footer a:visited{
	text-decoration:none;
}

/*戻るボタン*/
#p-top {
	display:block;
	background:url("../img/gototop.png") #604c3f no-repeat;
	background-position: center;
    position: fixed;
    bottom: 3%;
    right: 2%;
	z-index:1000;
	padding:2.5%;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#p-top:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*タブレット用*/
@media screen and (max-width: 768px){

	.top-caption, .end-caption, .caption, .women, .men, .style-comment, .product-box{
		width:650px;
	}

	.mid-wrapper, .category-link{
		width:600px;
	}

	.img-flex-small img{
		height:180px;
	}

	#footer{
		width:600px;
		margin:0 auto;
		padding:20px;
	}

	#footer img{
		width:60px;
		margin-bottom:20px;
	}


}

/*スマホ用*/
@media screen and (max-width:640px){

	.pc, .img-flex-small{
		display:none;
	}

	.sp{
		display:block;
	}
	
	.top-caption, .end-caption, .caption, .women, .men, .style-comment, .product-box{
		width:320px;
	}

	.mid-wrapper, .category-link{
		width:300px;
	}
	
	.first-wrapper h1{
	font-size:20px;
	}

	.first-wrapper h2{
		font-size:20px;
	}

	.style-comment h3{
		margin-bottom:15px;
	}

	.women h1, .men h1{
		font-size:30px;
	}

	.product-box h3{
		font-size:15px;
	}

	.sp-flex{
		display:flex;
		height: auto;
		align-items:flex-start;
		justify-content: space-between;
	}
	
	.sp-flex img{
		width:49%;
		margin-bottom:15px;
	}

	.p-flex{
		display:block;
	}
	
	.product-box img{
		width:100%!important;
	}
	
	.item_list li, .item_list li a{
	font-size:12px;
	margin:8px 0;
	}

	.item_list li a:after{
		font-size:15px;
	}

	.p-caption{
		padding-left:0;
		margin-top:20px;
	}

	.big_button a{
		width:300px;
		text-align: center;
	}
	
	.category{
		font-size:11px!important;
	}

	#p-top{
		padding:6%;
	}

	#footer{
		width:100%;
		padding:20px 0;
	}

	.credit{
		font-size:8px;
	}

}

/* CSS Document */

