@charset "UTF-8";


/*
共通
キービジュアル
アイテム
コーディネート バナー
ページの先頭へ
フッターセクション
SNSシェアボタン
サイトTOPリンク
オフィシャルSNS
#Footer
*/



/* 共通 --------------------------------------------------- */

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;
}

/* リンク無効 */
.NotLinked {
pointer-events: none;
cursor: default;
}

.NotLinked .BtnBuy {
display: none !important;
}

@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;
	}

	#PageLadies a:hover {
	color: #df5e8b;
	}

	#PageMens a:hover {
	color: #027bb0;
	}

}



/* キービジュアル --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#KeyVisual {
	margin-bottom: 60px;
	}

}

@media print, screen and (min-width: 768px) {

	#KeyVisual {
	margin-bottom: 85px;
	}
	
}



/* アイテム --------------------------------------------------- */

@media only screen and (max-width: 767px) {


	.ItemListWrap {
	margin-bottom: 40px;
	padding: 0 15px;
	}

	.ItemList li {
	float: none;
	margin-bottom: 60px;
	text-align: center;
	}

	.ItemList .Photo {
	margin-bottom: 30px;
	}

	.ItemList .Lead1 {
	margin-bottom: 20px;
	font-size: 15px;
	}

	.ItemList .Lead2 {
	display: inline-block;
	margin-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 14px;
	}

	.ItemList .Lead3 {
	margin-bottom: 15px;
	font-size: 13px;
	}

	.ItemList .BtnBuy {
	display: inline-block;
	padding: 0 15px;
	border: 1px solid #b2b2b2;
	font-size: 12px;
	}

	.ItemList .BtnBuy span {
	display: inline-block;
	padding-left: 12px;
	background: url(../img/Icon_Cart.png) no-repeat;
	background-position: 0 45%;
	background-size: 10px auto;
	}

	/* 一覧へボタン */
	.BtnItemListWrap {
	text-align: center;
	}

	.BtnItemList {
	display: inline-block;
	padding: 8px 50px;
	border: 1px solid #b2b2b2;
	font-size: 15px;
	text-align: center;
	background: url(../img/Icon_Allow.png) no-repeat;
	background-position: 95% 50%;
	background-size: 6px auto;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
	}

}

@media print, screen and (min-width: 768px) {

	.ItemListWrap {
	margin-bottom: 100px;
	}

	.ItemList {
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 30px;
	}

	.ItemList li {
	width: 44%;
	margin-right: 12%;
	margin-bottom: 100px;
	text-align: center;
	}

	.ItemList li:nth-child(2n) {
	margin-right: 0;
	}

	.ItemList .Photo {
	margin-bottom: 60px;
	}

	.ItemList .Lead1 {
	margin-bottom: 50px;
	font-size: 18px;
	}

	.ItemList .Lead2 {
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 18px;
	}

	.ItemList .Lead3 {
	margin-bottom: 25px;
	font-size: 14px;
	}

	.ItemList .BtnBuy {
	display: inline-block;
	padding: 2px 25px;
	border: 1px solid #b2b2b2;
	font-size: 16px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
	}

	.ItemList .BtnBuy span {
	display: inline-block;
	padding-left: 17px;
	background: url(../img/Icon_Cart.png) no-repeat;
	background-position: 0 40%;
	background-size: 13px auto;
	}

	.ItemList .BtnBuy:hover {
	background: #ececec;
	}

	/* 一覧へボタン */
	.BtnItemListWrap {
	text-align: center;
	}

	.BtnItemList {
	display: inline-block;
	padding: 15px 60px;
	border: 1px solid #b2b2b2;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	background-image: url(../img/Icon_Allow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 6px auto;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
	}

	.BtnItemList:hover {
	background-color: #ececec;
	}
	
}



/* コーディネート バナー --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.Coordinates {
	width: 100%;
	margin-bottom: 30px;
	padding: 0 15px;
	}
	
	.Coordinates a {
	display: table;
	padding: 15px;
	background: #ececec;
	}
	
	.Coordinates .Photo {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	}
	
	.Coordinates .Lead {
	display: table-cell;
	width: 80%;
	padding-left: 15px;
	vertical-align: middle;
	}
	
	.Coordinates .Lead span {
	display: block;
	}

	.Coordinates .Lead .Lead1 {
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 1.8em;
	}
	
	.Coordinates .Lead .Lead2 {
	font-size: 12px;
	line-height: 1.8em;
	}
	
	.Coordinates .Lead .Lead3 {
	font-size: 14px;
	}

}

@media print, screen and (min-width: 768px) {

	.Coordinates {
	width: 500px;
	margin: -50px auto 120px auto;
	}
	
	.Coordinates a {
	display: table;
	padding: 15px;
	background: #ececec;
	}
	
	.Coordinates a:hover {
	background: #edeae9;
	}
	
	.Coordinates .Photo {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	}
	
	.Coordinates .Lead {
	display: table-cell;
	width: 80%;
	padding-left: 25px;
	vertical-align: middle;
	}
	
	.Coordinates .Lead span {
	display: block;
	}

	.Coordinates .Lead .Lead1 {
	margin-bottom: 5px;
	font-size: 12px;
	}
	
	.Coordinates .Lead .Lead2 {
	margin-bottom: 3px;
	font-size: 14px;
	}
	
	.Coordinates .Lead .Lead3 {
	font-size: 18px;
	}

}



/* ページの先頭へ --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#PageTop_SP {
	width: 100%;
	height: 40px;
	margin-bottom: 25px;
	}
	
	#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: 0 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: 0 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;
	}
	
	#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;
	}
	
	#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 {
	margin-bottom: 20px;
	}
	
	#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;
	}

}







