@charset "UTF-8";


/* 共通 --------------------------------------------------- */

body {
color: #000;
}

img {
width: 100%;
height: auto;
}

/* リンク色 */
a:link {
color: #000;
text-decoration: none;
}

a:active {
color: #000;
text-decoration: none;
}

a:visited {
color: #000;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: none;
}

/* フォント */
.WF1 {
font-family: 'Oswald', sans-serif;
}

.WF2 {
font-family: 'Montserrat', sans-serif;
}


@media only screen and (max-width: 767px) {

	.PC {
	display: none;
	}

	.BreakSP {
	display: block;
	}

}

@media print, screen and (min-width: 768px) {

	.SP {
	display: none;
	}

	a:link {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	}

}



/* ナビゲーション --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.CateNav {
	width: 86%;
	margin: 0 auto;
	}

	.CateNav.Btm {
	width: 90%;
	}

	.CateNav .IndexMenu1 {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid;
	}

	.CateNav .IndexMenu1 li {
	width: 50%;
	box-sizing: border-box;
	}

	.CateNav .IndexMenu1 a {
	display: inline-block;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	}

	/* レディース */
	.PageLadies .CateNav .IndexMenu1 {
	border-color: #e4007e;
	}

	.PageLadies .CateNav .IndexMenu1 a {
	color: #e4007e;
	}

	.PageLadies .CateNav .IndexMenu1 .Current {
	background: #e4007e;
	color: #dbe7ea;
	}

	/* メンズ */
	.PageMens .CateNav .IndexMenu1 {
	border-color: #0099dc;
	}

	.PageMens .CateNav .IndexMenu1 a {
	color: #0099dc;
	}

	.PageMens .CateNav .IndexMenu1 .Current {
	background: #0099dc;
	color: #dbe7ea;
	}

}

@media print, screen and (min-width: 768px) {

	.CateNav {
	width: 460px;
	margin: 0 auto;
	}

	.CateNav .IndexMenu1 {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid;
	}

	.CateNav .IndexMenu1 li {
	width: 50%;
	box-sizing: border-box;
	}

	.CateNav .IndexMenu1 a {
	display: inline-block;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	}

	/* レディース */
	.PageLadies .CateNav .IndexMenu1 {
	border-color: #e4007e;
	}

	.PageLadies .CateNav .IndexMenu1 a {
	color: #e4007e;
	}

	.PageLadies .CateNav .IndexMenu1 .Current {
	background: #e4007e;
	color: #dbe7ea;
	}

	.PageLadies .CateNav .IndexMenu1 :not(.Current):hover {
	background: #ececec;
	color: #e4007e;
	}

	/* メンズ */
	.PageMens .CateNav .IndexMenu1 {
	border-color: #0099dc;
	}

	.PageMens .CateNav .IndexMenu1 a {
	color: #0099dc;
	}

	.PageMens .CateNav .IndexMenu1 .Current {
	background: #0099dc;
	color: #dbe7ea;
	}

	.PageMens .CateNav .IndexMenu1 :not(.Current):hover {
	background: #ececec;
	color: #0099dc;
	}
	
}


/* キービジュアル --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#KeyVisual {
	margin-bottom: 60px;
	padding-bottom: 60px;
	}

	#KeyVisual h1 {
	padding-bottom: 25px;
	}

	/* レディース */
	.PageLadies #KeyVisual {
	background: #ecf4f6;
	}

	/* メンズ */
	.PageMens #KeyVisual {
	background: #dfe8eb;
	}
}

@media print, screen and (min-width: 768px) {

	#KeyVisual {
	position: relative;
/* 	width: 100vw; */
	height: 100vh;
	margin-bottom: 145px;
	}

	#KeyVisual h1 span {
	display: block;
	}

	#KeyVisual .Catch {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	margin-top: -120px;
	margin-left: -358px;
	}

	#KeyVisual .CateNav {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 115px;
	margin-left: -235px;
	}

	#KeyVisual .IconScroll {
	position: absolute;
	left: 50%;
	bottom: -10%;
	width: 50px;
	margin-left: -25px;
	}

	/* レディース */
	.PageLadies #KeyVisual {
	background: url(../img/ladies/Ph_KeyVisual_PC.jpg) no-repeat center center;
	background-size: cover;
	}

	/* メンズ */
	.PageMens #KeyVisual {
	background: url(../img/mens/Ph_KeyVisual_PC.jpg) no-repeat center center;
	background-size: cover;
	}
	
}


/* セクション --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.SectionMain {
	margin-bottom: 70px;
	overflow: hidden;
	}

	.SectionMain:last-of-type {
	margin-bottom: 50px;
	}

	.SectionMain img {
	width: 100%;
	height: auto;
	}

	.SectionMain h2.Mds {
	margin-bottom: 35px;
	text-align: center;
	opacity: 0; 
	}

	.SectionMain h2.Mds img {
	width: 306px;
	height: auto;
	}

	.SectionMain h2.FadeIn {
	opacity: 1.0;	
	transition: 3s;
	}

	.SectionMain .IndexMenu1 {
	width: 100%;
	margin-bottom: 35px;
	}

	.SectionMain .IndexMenu1 li {
	opacity: 0;
	}

	.SectionMain:nth-child(odd) .IndexMenu1 li:nth-child(1) {
	padding: 0 0 0 35px;
	}

	.SectionMain:nth-child(odd) .IndexMenu1 li:nth-child(2) {
	padding: 0 35px 0 0;
	}

	.SectionMain:nth-child(even) .IndexMenu1 li:nth-child(1) {
	padding: 0 35px 0 0;
	}

	.SectionMain:nth-child(even) .IndexMenu1 li:nth-child(2) {
	padding: 0 0 0 35px;
	}

	.SectionMain .IndexMenu1 .MV1,
	.SectionMain .IndexMenu1 .MV4 {
	transform: translate(-100px,0); 
	-webkit-transform: translate(-100px,0); 
	}

	.SectionMain .IndexMenu1 .MV2,
	.SectionMain .IndexMenu1 .MV3 {
	transform: translate(100px,0); 
	-webkit-transform: translate(100px,0); 
	}

	.SectionMain .IndexMenu1 .FadeMv1,
	.SectionMain .IndexMenu1 .FadeMv2,
	.SectionMain .IndexMenu1 .FadeMv3,
	.SectionMain .IndexMenu1 .FadeMv4 {
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0); 
	}

	.SectionMain .IndexMenu1 .FadeMv1 {
	transition: 1.5s;
	}

	.SectionMain .IndexMenu1 .FadeMv2 {
	transition: 1.0s;
	}

	.SectionMain .IndexMenu1 .FadeMv3 {
	transition: 1.5s;
	}

	.SectionMain .IndexMenu1 .FadeMv4 {
	transition: 1.0s;
	}

	.SectionMain .ItemBox {
	padding: 0 35px;
	opacity: 0;
	}

	.SectionMain .ItemBox.FadeIn {
	opacity: 1.0;
	transition: 3s;
	}

	.SectionMain .Photo {
	margin-bottom: 15px;
	}

	.SectionMain .Lead {
	margin-bottom: 15px;
	font-size: 13px;
	letter-spacing: 0.1em;
	white-space: nowrap;
	}

	.SectionMain .BtnBuy {
	display: inline-block;
	padding: 2px 25px 2px 20px;
	border: 1px solid;
	font-size: 12px;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
	}

	.SectionMain .BtnBuy span {
	display: inline-block;
	padding-left: 12px;
	}

	/* レディース */
	.PageLadies .SectionMain .Lead {
	color: #e4007e;
	}
	
	.PageLadies .SectionMain .BtnBuy {
	border-color: #e4007e;
	color: #e4007e;
	}
	
	.PageLadies .SectionMain .BtnBuy span {
	background: url(../img/ladies/Icon_Cart.png) no-repeat;
	background-position: 0 45%;
	background-size: 10px auto;
	}

	/* メンズ */
	.PageMens .SectionMain .Lead {
	color: #0099dc;
	}

	.PageMens .SectionMain .BtnBuy {
	border-color: #0099dc;
	color: #0099dc;
	}
	
	.PageMens .SectionMain .BtnBuy span {
	background: url(../img/mens/Icon_Cart.png) no-repeat;
	background-position: 0 45%;
	background-size: 10px auto;
	}

}

@media print, screen and (min-width: 768px) {

	.SectionMain {
	max-width: 1050px;
	margin: 0 auto 110px auto;
	overflow: hidden;
	}

	.SectionMain:last-of-type {
	margin-bottom: 100px;
	}

	.SectionMain img {
	width: 100%;
	height: auto;
	}

	.SectionMain h2.Mds {
	width: 612px;
	margin: 0 auto 55px auto;
	opacity: 0;
	}

	.SectionMain h2.FadeIn {
	opacity: 1.0;	
	transition: 0.4s;
	}

	.SectionMain .IndexMenu1 {
	width: 100%;
	margin-bottom: 50px;
	}

	.SectionMain .IndexMenu1 li {
	width: 50%;
	opacity: 0;
	}

	.SectionMain .IndexMenu1 .MV1,
	.SectionMain .IndexMenu1 .MV3 {
	transform: translate(0,-200px); 
	-webkit-transform: translate(0,-200px); 
	}

	.SectionMain .IndexMenu1 .MV2,
	.SectionMain .IndexMenu1 .MV4 {
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px); 
	}
	
	.SectionMain .IndexMenu1 .FadeMv1,
	.SectionMain .IndexMenu1 .FadeMv2,
	.SectionMain .IndexMenu1 .FadeMv3,
	.SectionMain .IndexMenu1 .FadeMv4 {
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0); 
	}

	.SectionMain .IndexMenu1 .FadeMv1,
	.SectionMain .IndexMenu1 .FadeMv3 {
	transition: 1.5s;
	}

	.SectionMain .IndexMenu1 .FadeMv2,
	.SectionMain .IndexMenu1 .FadeMv4 {
	transition: 0.65s;
	}

	.SectionMain .ItemBox {
	display: table;
	width: 75%;
	margin: 0 auto;
	opacity: 0;
	}

	.SectionMain .ItemBox.FadeIn {
	opacity: 1.0;
	transition: 3s;
	}

	.SectionMain .Photo {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	}

	.SectionMain .Detail {
	display: table-cell;
	width: 50%;
	padding-left: 6%;
	box-sizing: border-box;
	vertical-align: middle;
	}

	.SectionMain .Lead {
	margin-bottom: 15px;
	font-size: 13px;
	letter-spacing: 0.1em;
	white-space: nowrap;
	}
	
	.SectionMain .BtnBuy {
	display: inline-block;
	padding: 2px 25px 2px 20px;
	border: 1px solid;
	font-size: 16px;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
	}

	.SectionMain .BtnBuy span {
	display: inline-block;
	padding-left: 17px;
	}

	.SectionMain .BtnBuy:hover {
	background: #ececec;
	}

	/* レディース */
	.PageLadies .SectionMain .Lead {
	color: #e4007e;
	}

	.PageLadies .SectionMain .BtnBuy {
	border-color: #e4007e;
	color: #e4007e;
	}
	
	.PageLadies .SectionMain .BtnBuy span {
	background: url(../img/ladies/Icon_Cart.png) no-repeat;
	background-position: 0 45%;
	background-size: 13px auto;
	}

	/* メンズ */
	.PageMens .SectionMain .Lead {
	color: #0099dc;
	}

	.PageMens .SectionMain .BtnBuy {
	border-color: #0099dc;
	color: #0099dc;
	}
	
	.PageMens .SectionMain .BtnBuy span {
	background: url(../img/mens/Icon_Cart.png) no-repeat;
	background-position: 0 45%;
	background-size: 13px auto;
	}

}



/* MORE ITEMSボタン --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.BtnMore {
	width: 90%;
	margin: 0 auto 25px auto;
	padding-bottom: 25px;
	border-bottom: 1px solid #cfcfcf;
	text-align: center;
	}

	.BtnMore a {
	display: block;
	width: 100%;
	padding: 15px 0;
	border: 1px solid;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
	}

	/* レディース */
	.PageLadies .BtnMore a {
	border-color: #e4007e;
	color: #e4007e;
	}

	/* メンズ */
	.PageMens .BtnMore a {
	border-color: #0099dc;
	color: #0099dc;
	}

}

@media print, screen and (min-width: 768px) {

	.BtnMore {
	width: 1050px;
	margin: 0 auto 60px auto;
	padding-bottom: 60px;
	border-bottom: 1px solid #cfcfcf;
	text-align: center;
	}

	.BtnMore a {
	display: inline-block;
	width: 460px;
	margin: 0 auto;
	padding: 20px 0;
	border: 1px solid;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
	}

	.BtnMore a:hover {
	background: #ececec;
	}

	/* レディース */
	.PageLadies .BtnMore a {
	border-color: #e4007e;
	color: #e4007e;
	}

	/* メンズ */
	.PageMens .BtnMore a {
	border-color: #0099dc;
	color: #0099dc;
	}

}


/* ページの先頭へ --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#PageTop_SP {
	width: 100%;
	height: 40px;
	margin: 25px 0 35px 0;
	}
	
	#PageTop_SP a {
	display: block;
	height: 40px;
	text-align: center;
	text-indent: -9999px;
	background: url(../img/common/Icon_PageTop_SP.png) no-repeat center center;
	background-size: 17px 13px;
	}

}

@media print, screen and (min-width: 768px) {

	#PageTop_PC {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	}
	
	#PageTop_SP {
	display: none;
	}

}



/* フッターセクション --------------------------------------------------- */

@media print, screen and (min-width: 768px) {

	.FooterWrap {
	}

}



/* SNSシェアボタン --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#SocialBtn {
	display: table;
	margin: 30px auto 30px auto;
	}
	
	#SocialBtn li {
	display: table-cell;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	vertical-align: top;
	}
	
	#SocialBtn li:first-child {
	padding-left: 0 !important;
	}
	
	.fb_iframe_widget > span {
	vertical-align: baseline !important;
	}
	
	/* LINE */
	#SocialBtn li.Line img {
	vertical-align: top;
	}

}

@media print, screen and (min-width: 768px) {

	#SocialBtn {
	display: table;
	margin: 100px auto 30px auto;
	}
	
	#SocialBtn li {
	display: table-cell;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	vertical-align: top;
	}
	
	#SocialBtn li:first-child {
	padding-left: 0 !important;
	}
	
	.fb_iframe_widget > span {
	vertical-align: baseline !important;
	}

}


/* サイトTOPリンク --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#LinkSiteTop {
	margin-bottom: 20px;
	text-align: center;
	}
	
	#LinkSiteTop li {
	display: inline-block;
	margin: 0 5px;
	font-size: 11px;
	font-weight: 300px;
	}
	
	#LinkSiteTop li a {
	text-decoration: underline;
	}

}

@media print, screen and (min-width: 768px) {

	#LinkSiteTop {
	margin-bottom: 30px;
	text-align: center;
	}
	
	#LinkSiteTop li {
	display: inline-block;
	margin: 0 5px;
	font-size: 13px;
	font-weight: 300px;
	}
	
	#LinkSiteTop li a {
	text-decoration: underline;
	}

}



/* オフィシャルSNS --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#OfficialSNS {
	margin-bottom: 20px;
	text-align: center;
	}
	
	#OfficialSNS h2 {
	margin-bottom: 10px
	}
	
	#OfficialSNS h2 img {
	width: 290px;
	height: auto;
	}
	
	#OfficialSNS ul li {
	display: inline;
	margin: 0 5px;
	}
	
	#OfficialSNS ul li img {
	width: 35px;
	height: auto;
	}

}

@media print, screen and (min-width: 768px) {

	#OfficialSNS {
	margin-bottom: 30px;
	}
	
	#OfficialSNS h2,
	#OfficialSNS ul {
	text-align: center;
	}
	
	#OfficialSNS h2 {
	margin-bottom: 15px;
	}
	
	#OfficialSNS h2 img {
	width: 340px;
	height: auto;
	}
	
	#OfficialSNS li {
	display: inline;
	margin: 0 4px;
	}
	
	#OfficialSNS li img {
	width: 40px;
	height: auto;
	}

}



/* Footer --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#Footer {
	padding: 0 0 20px 0;
	text-align: center;
	}
	
	#Footer .Logo img {
	width: 95px;
	height: auto;
	}
	
	#Footer .Copyright img {
	width: 200px;
	height: auto;
	}

}

@media print, screen and (min-width: 768px) {

	#Footer {
	padding-bottom: 40px;
	text-align: center;
	}
	
	#Footer .Logo {
	margin-bottom: 5px;
	}
	
	#Footer .Logo img {
	width: 106px;
	height: auto;
	}
	
	#Footer .Copyright img {
	width: 278px;
	height: auto;
	}

}







