@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@font-face {
    font-family: 'NewYorkExtraLarge-Regular';
    font-style: normal;
    font-weight: 100;
    src: url('../../fonts/NewYorkExtraLarge-Regular.eot');
    src: url('../../fonts/NewYorkExtraLarge-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/NewYorkExtraLarge-Regular.woff') format('woff'),
    url('../../fonts/NewYorkExtraLarge-Regular.ttf')  format('truetype');
}

/* shopBtn */
.shopBtn {
}
.shopBtn a {
	padding: 6px 5px 7px;
	width: 194px;
	color: #fff;
	font-size: 1.35rem;
	letter-spacing: 0.25em;
	font-family: 'NewYorkExtraLarge-Regular';
	box-sizing: border-box;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	position: relative;
}
.shopBtn span {
	position: relative;
	z-index: 10;
}
.shopBtn a::after {
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	content: "";
	-webkit-transition: .45s;
	transition: .45s;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.shopBtn a {
		width: 180px;
	}
}
@media all and (min-width: 897px) {
	.shopBtn a:hover::after {
		width: 100%;
	}
	.shopBtn a:hover {
		color: #000;
	}
}


/* headline01 */
.headline01 {
	margin-bottom: 34px;
	font-size: 2.8rem;
	font-weight: normal;
	letter-spacing: 0.15em;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.headline01 {
		font-size: 2.4rem;
		letter-spacing: 0.05em;
	}
}
@media all and (max-width: 374px) {
	.headline01 {
		font-size: 2.5rem;
		letter-spacing: 0 !important;
	}
}

.headline02 {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.15em;
}
.headline02 .en {
	margin-bottom: 30px;
	font-size: 10rem;
	font-family: 'NewYorkExtraLarge-Regular';
	display: block;
	letter-spacing: 0.03em;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.headline02 .en {
		margin-bottom: 19px;
		font-size: 8rem;
	}
	.headline02 {
		font-size: 1.8rem;
	}
}
@media all and (max-width: 896px) {
	.headline02 .en {
		margin-bottom: 22px;
		font-size: 6.6rem;
	}
	.headline02 {
		margin-bottom: 34px;
		font-size: 1.8rem;
	}
}
@media all and (max-width: 896px) {
	.headline02 {
		font-size: 1.8rem;
	}
	.headline02 .en {
		font-size: 6.6rem;
	}
}