@charset "utf-8";
/* shop */

#shopIndex {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}
@media only screen and (max-width:1280px) {
	#shopIndex {
		width: 97.5%;
	}
}
@media only screen and (max-width:768px) {
	#shopIndex {
		width: 95%;
	}
}
@media only screen and (max-width:480px) {
	#shopIndex {
		width: 92.5%;
	}
}

.shopIndexList {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
}
.shopIndexList li {
	position: relative;
	width: 48.5%;
	height: 300px;
	margin-bottom: 3.5em;
}
.shopIndexList li figure {
	width: 100%;
	height: 100%;
	background-color: #000;
}
.shopIndexList li .shopPic img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 100%;
	height:100%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0.35;
	z-index: 5;
}
.shopIndexList li .logo img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 35%;
	height: auto;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 1;
	z-index: 6;
}
.shopIndexList li span {
	position: absolute;
	display: block;
	top: 50%;
	right: 5%;
	-moz-transform: translateX(0%) translateY(-50%);
	-webkit-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	opacity: 1;
	z-index: 7;
	color: #fff;
}
.shopIndexList li a:hover .shopPic img {
	opacity: 1;
}
.shopIndexList li a:hover .logo img {
	opacity: 0;
}
.shopIndexList li .ribbon-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.shopIndexList li .ribbon-content .ribbon {
	display: inline-block;
	position: absolute;
	padding: 0 0;
	left: 10px;
	top: 12px;
	width: 160px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	background: #d91684;
	color: #fff;
	letter-spacing: 0.1rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (max-width:1280px) {
	.shopIndexList li {
		height: 240px;
		margin-bottom: 3.5em;
	}
	.shopIndexList li .ribbon-content {
		width: 100px;
		height: 100px;
	}
	.shopIndexList li .ribbon-content .ribbon {
		left: 10px;
		top: 12px;
		width: 125px;
		font-size: 16px;
		line-height: 32px;
		letter-spacing: 0.075rem;
	}
}
@media only screen and (max-width:768px) {
	.shopIndexList li {
		height: 240px;
		margin-bottom: 3.0em;
	}
	.shopIndexList li .logo img {
		width: 45%;
	}
	.shopIndexList li .ribbon-content {
		width: 90px;
		height: 90px;
	}
	.shopIndexList li .ribbon-content .ribbon {
		left: 10px;
		top: 13px;
		width: 110px;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 0.05rem;
	}
}
@media only screen and (max-width:480px) {
	.shopIndexList li {
		width: 100%;
		height: 160px;
		margin-bottom: 2.0em;
	}
	.shopIndexList li .logo img {
		width: 50%;
	}
	.shopIndexList li .ribbon-content {
		width: 90px;
		height: 90px;
	}
	.shopIndexList li .ribbon-content .ribbon {
		left: 20px;
		top: 10px;
		width: 100px;
		font-size: 13px;
		line-height: 20px;
	}
}

#shopContents {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
@media only screen and (max-width:1280px) {
	#shopContents {
		width: 97.5%;
	}
}
@media only screen and (max-width:768px) {
	#shopContents {
		width: 95%;
	}
}
@media only screen and (max-width:480px) {
	#shopContents {
		width: 92.5%;
	}
}

#shopContents .girlPhoto {
	display: flex;
	flex-wrap: wrap;
}
#shopContents .girlPhoto li {
	margin-bottom: 3rem;
}
#shopContents .girlPhoto .fullSize {
	width: 100%;
}
#shopContents .girlPhoto .halfSize {
	width: 48.5%;
}
#shopContents .girlPhoto .halfSize.left {
	margin-right: 1.5%;
}
#shopContents .girlPhoto .halfSize.right {
	margin-left: 1.5%;
}
#shopContents .girlPhoto .miniSize {
	width: 31.33333%;
}
#shopContents .girlPhoto .miniSize.left {
	margin-right: 1.5%;
}
#shopContents .girlPhoto .miniSize.center {
	margin-left: 1.5%;
	margin-right: 1.5%;
}
#shopContents .girlPhoto .miniSize.right {
	margin-left: 1.5%;
}
#shopContents .girlPhoto figcaption {
	margin: 1.5em 0 1.5em 0;
	line-height: 2;
}
#shopContents .girlPhoto figcaption em {
	display: block;
	font-weight: 600;
	margin-bottom: 0.75em;
	line-height: 1.75;
}
#shopContents .girlPhoto figcaption em span {
	font-size: inherit;
	line-height: inherit;
	background: -moz-linear-gradient(top, transparent 50%, #f2a1bd 50%);
	background: -webkit-linear-gradient(top, transparent 50%, #f2a1bd 50%);
	background: linear-gradient(to bottom, transparent 50%, #f2a1bd 50%);
}

@media only screen and (max-width:1280px) {
	#shopContents .girlPhoto {
		width: 100%;
		margin: 0 auto;
	}
	#shopContents .girlPhoto li {
		margin-bottom: 2.5%;
	}
	#shopContents .girlPhoto .halfSize {
		width: 48.75%;
	}
	#shopContents .girlPhoto .halfSize.left {
		margin-right: 1.25%;
	}
	#shopContents .girlPhoto .halfSize.right {
		margin-left: 1.25%;
	}
	#shopContents .girlPhoto .miniSize {
		width: 31.666%;
	}
	#shopContents .girlPhoto .miniSize.left {
		margin-right: 1.25%;
	}
	#shopContents .girlPhoto .miniSize.center {
		margin-left: 1.25%;
		margin-right: 1.25%;
	}
	#shopContents .girlPhoto .miniSize.right {
		margin-left: 1.25%;
	}
}
@media only screen and (max-width:768px) {
	#shopContents .girlPhoto {
		width: 95%;
	}
	#shopContents .girlPhoto .fullSize,
	#shopContents .girlPhoto .halfSize {
		width: 100%;
	}
	#shopContents .girlPhoto .halfSize.left,
	#shopContents .girlPhoto .halfSize.right {
		margin-left: 0;
		margin-right: 0;
	}
	#shopContents .girlPhoto .halfSize.mt35 {
		margin-top: 3.5em;
	}
	#shopContents .girlPhoto figcaption {
		margin: 1.0em 0 1.5em 0;
		line-height: 1.75
	}
}

#shopContents .linkBtn {
	display: block;
	margin: 3% auto 0;
	width: auto;
	text-align: center;
	overflow: hidden;
}
#shopContents .linkBtn .btn {
	display: inline-block;
	width: 40%;
	max-width: 300px;
	margin: 0 1.5%;
	padding: 0;
	text-align: center;
}
#shopContents .linkBtn .btn a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (max-width:1280px) {
	#shopContents .linkBtn {
		margin: 2.5% auto 0;
	}
	#shopContents .linkBtn .btn {
		width: 46.5%;
	}
}
@media only screen and (max-width:768px) {

}
@media only screen and (max-width:480px) {
	#shopContents .linkBtn .btn {
		width: 45%;
	}
	#shopContents .linkBtn .btn a {
		/*padding: 5px 35px;*/
	}
}

#shopList h2 {
	margin: 7.5em auto 2.5em;
	text-align: center;
}
#shopList h2 em {
	display: inline-block;
	padding: 0 0.75em;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	background: -moz-linear-gradient(top, transparent 50%, #bfd3e8 50%);
	background: -webkit-linear-gradient(top, transparent 50%, #bfd3e8 50%);
	background: linear-gradient(to bottom, transparent 50%, #bfd3e8 50%);
}
#shopList p {
	margin: 2.5em auto 0;
	text-align: center;
	line-height: 2;
}
#shopList .shopList {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#shopList .shopList li {
	margin-top: 2.0em;
	width: 16.666%;
}
#shopList .shopList a {
	display: block;
	padding: 5%;
	text-decoration: none;
	color: #333;
}
#shopList .shopList figcaption {
	text-align: center;
	margin-top: 0.75em;
	font-weight: 400;
	color: #333;
}
@media only screen and (max-width:1280px) {
	#shopList h2 {
		margin: 7.0em auto 2.0em;
	}
	#shopList p {
		margin: 2.5em 1em 0;
		text-align: left;
	}
	#shopList .shopList {
		width: 97.5%;
		margin: 0 auto;
	}
	#shopList .shopList li {
		margin-top: 1.75em;
		width: 20%;
	}
	#shopList .pageFooterNavi {
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	#shopList .shopList figcaption {
		line-height: 1.5;
	}
}
@media only screen and (max-width:768px) {
	#shopList h2 {
		margin: 5.0em auto 2.0em;
	}
	#shopList .shopList {
		margin: 0 auto 3.5em;
	}
	#shopList .shopList li {
		margin-top: 1.75em;
		width: 25%;
	}
}
@media only screen and (max-width:480px) {
	#shopList .shopList li {
		margin-top: 1.5em;
		width: 33.3333%;
	}
}
