@charset "utf-8";

header {
	background: #4169e1;
}

nav #menu li a {
	background: #4169e1;
}

nav #menu>li li:hover>a {
	background: #87cefa;
}

/**************************
/* メイン画像
**************************/

#main #main_v {
	margin-top: 90px;
	width: 100%;
	height: 75vh;
	background-image: url("../img/sensitiv/sen_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#main #main_v #catch h1 {
	margin-left: 35px;
	font-size: 8vw;
	line-height: 1.2;
	color: #4b0082;
	text-shadow: 5px 5px 10px #ccc;
	opacity: 0.6;
	position: absolute;
	z-index: 2;
}

/**************************
/* メイン画像 FOR SP
**************************/
/*TAB・SP全般*/
@media only screen and (max-width: 1024px) {
	#main #main_v {
		height: 440px;
	}
}

/*SP縦*/
@media only screen and (max-width: 567px) {
	#main #main_v {
		background-image: url("../img/sensitiv/sen_bg2.jpg");
		background-size: auto;
		background-attachment: scroll;
	}

	#main #main_v #catch h1 {
		font-size: 5.5vh;
		margin-left: 5px;
		margin-top: 0.8em;
	}
}

/*TAB・SP横*/
@media only screen and (min-width: 568px) and (max-width: 1024px) {
	#main #main_v {
		background-image: url("../img/sensitiv/sen_bg2.jpg");
		background-size: 100% 100%;
		background-attachment: scroll;
	}

	#main #main_v #catch h1 {
		font-size: 8vh;
		margin-top: 0.8em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
	#main #main_v #catch h1 {
		font-size: 6vh;
		margin-top: 0.8em;
	}
}

/*************
主題
*************/

#claim {
	width: 100%;
	text-align: center;
	color: #39a098;
}

#claim h1 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	margin: 1em 0 1em 0;
}

#claim p {
	line-height: 2;
	margin-bottom: 2em;
}

/*************
主題 FOR SP
*************/

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

	#claim h1 {
		font-size: 20px;
		padding-top: 0;
	}

	#claim p {
		font-size: 16px;
		line-height: 1.5;
		padding: 1em;
		margin-bottom: 1em;
		text-align: left;
	}

}

/*************
コレクションバナー
*************/

#cole {
	height: 400px;
	background: url("../img/sen_2017fw.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

@media only screen and (max-width: 1024px) {
	#cole {
		background-attachment: scroll;
	}
}

/**/
#cole h1 {
	text-align: center;
	font-size: 250%;
	color: #fff;
}

#cole .right-box {
	padding-top: 5%;
	width: 50%;
	text-shadow: 3px 3px 10px #333;
}

#series {
	margin-top: 5%;
	width: 100%;
}

#series h2 {
	font-size: 250%;
	font-weight: 100;
	color: #555;
	text-align: center;
}

#sensitiv {
	margin: 2em auto;
	width: 60%;
}

#sensitiv img {
	margin: 20px auto;
	max-width: 100%;
	width: 100%;
}

.ss-shoes-l {
	margin-top: 5%;
}

.ss-shoes-l img {
	width: 50%;
	margin-left: -20%;
	display: inline-block;
}

.ss-shoes-l h2 {
	font-size: 400%;
}

.ss-shoes-l .disc-l {
	position: absolute;
	left: 60%;
	width: 30%;
	vertical-align: top;
	padding-top: 5%;
	display: inline-block;
	text-align: left;
}

.ss-shoes-l .disc-l ul {
	line-height: 2;
}

.disc-l h2 {
	margin-bottom: 1em;
}

/*************
2016FW FOR SP
*************/

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

	#sensitiv {
		margin: 2em auto;
		width: 90%;
	}

	#cole {
		height: 200px;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	#cole h1 {
		font-size: 20px;
	}

	#series h2 {
		font-size: 20px;
		font-weight: bold;
	}

	.ss-shoes-l img {
		width: 80%;
		margin-left: -20%;
		display: inline-block;
	}

	.ss-shoes-l .disc-l {
		position: relative;
		left: 5%;
		width: 90%;
		vertical-align: top;
		padding-top: 5%;
		display: inline-block;
		text-align: left;
	}

	.ss-shoes-l h2 {
		font-size: 20px;
	}

}

/*************
/* 店舗一覧バナー
*************/

#location {
	margin-top: 10%;
	width: 100%;
	height: 300px;
	background: url("../img/shop-location.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 45%;
}

#location #shop-banner {
	color: #fff;
	text-align: center;
	padding-top: 40px;
}

#location #shop-banner h3 {
	font-size: 250%;
	font-weight: 100;
}

#location #shop-banner p {
	font-size: 150%;
	line-height: 3;
}

#location #shop-banner p a {
	color: #fff;
	border: 3px solid #fff;
	box-shadow: 3px 3px 10px 3px rgba(255, 255, 255, 0.4);
	padding: 0.5em 1.8em;
}

#location #shop-banner p a:hover {
	color: #73c4e6;
}