@charset "utf-8";

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

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

#main #main_v #catch h1 {
	margin-left: 35px;
	margin-top: 1em;
	font-size: 11vh;
	line-height: 1.2;
	color: #fff;
	text-shadow: 5px 5px 10px #ccc;
	opacity: 0.6;
	position: absolute;
	z-index: 2;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.youtube2 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube2 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

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

	#main #main_v #catch h1 {
		margin-left: 3vw;
	}

	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	.youtube2 {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtube2 iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

}

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

	#main #main_v #catch h1 {
		font-size: 6.5vh;
	}


	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtube iframe {
		position: absolute;
		margin-top: 90px;
		width: 100%;
		height: 75vh;

	}

	.youtube2 {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtube2 iframe {
		position: absolute;
		width: 100%;
		height: 75vh;

	}

}

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

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

	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	.youtube2 {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtube2 iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

}

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

	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	.youtube2 {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.youtube2 iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/**************************
/* レター
**************************/

#letter {
	margin-top: 15%;
	width: 100%;
	position: absolute;
	z-index: 99;
}

#letter path {
	stroke: yellow;
	fill: black;
	stroke-width: 3;
	stroke-dasharray: 3000;
	stroke-dashoffset: 3000;
	-webkit-animation: DASH 5s ease-in 0s forwards;
	animation: DASH 5s ease-in 0s forwards;
}

@keyframes DASH {
	0% {
		stroke-dashoffset: 3000;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes DASH {
	0% {
		stroke-dashoffset: 3000;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

/**************************
/* レター FOR SP
**************************/
/*TAB縦・SP全般*/
@media only screen and (max-width: 769px) {
	#letter {
		width: 80%;
		margin-top: 40%;
		margin-left: 2.5em;
	}
}

/*SP横*/
@media only screen and (min-width: 568px) and (max-width: 767px) {
	#letter {
		width: 60%;
		margin-left: 8em;
		margin-top: 0px;
	}
}

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

#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;
		margin: 1em 0 1em 0;
	}

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

}

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

#cole {
	height: 600px;
	background: url("../img/2026ss.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: bottom;
}

@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: 10%;
	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;
}

.ss-shoes {
	margin-top: 10%;
}

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

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

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

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

.ss-shoes-l .disc-l p {
	line-height: 2;
	text-align: center;
	margin-top: 1em;
}

.ss-shoes-r {
	width: 100%;
	margin-top: 5vw;
}


.ss-shoes-r img {
	width: 50%;
	float: right;
}

.ss-shoes-r h2 {
	font-size: 400%;
	line-height: 1;
}

.ss-shoes-r .disc-r {
	width: 30%;
	vertical-align: top;
	padding-top: 5%;
	margin-left: 5%;
	text-align: center;
	float: left;
}

.ss-shoes-r .disc-r p {
	line-height: 2;
	margin-top: 1em;
}

.ss-shoes-r+.ss-shoes-l {
	padding-top: 5vw;
}

/* 追加: モダンシンプルなボタン */
.btn-modern {
	display: inline-block;
	padding: 12px 30px;
	border: 1px solid #555;
	color: #555 !important;
	background-color: transparent;
	text-decoration: none;
	transition: all 0.3s ease;
	letter-spacing: 0.1em;
	font-size: 16px;
}

.btn-modern:hover {
	background-color: #555;
	color: #fff !important;
}

/*************
コレクションバナー
 FOR SP
*************/
@media only screen and (max-width: 769px) {

	#cole {
		height: 245px;
		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: 75%;
		margin-left: 0%;
		display: inline-block;
	}

	.ss-shoes-r img {
		width: 75%;
		margin-right: 0%;
	}

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

	.ss-shoes-r .disc-r {
		width: 90%;
		vertical-align: top;
		padding-top: 5%;
		text-align: center;
	}

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

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

	.ss-shoes-r+.ss-shoes-l {
		padding-top: 10vw;
	}

}

@media only screen and (min-height: 568px) and (max-height: 736px) {
	#cole .right-box {
		width: 60%;
	}
}

@media only screen and (min-width: 770px) {
	.ss-shoes-r #for-sp {
		display: none;
	}
}

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

	.ss-shoes-r .disc-r+p {
		display: none;
	}

}

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

#location {
	margin-top: 13%;
	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;
}