@charset 'utf-8';
html, body {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
body{
    background: #F5E9C5;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
}
img{
    max-width: 100%;
}

.main-header {
    position: relative;
    width: 100%;
    /*padding: 0 0 40px;*/
}
img.main-image {
    width: 100%;
}
img.main-logo {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 50%;
    height: 95%;
    object-fit: contain;
}
/*.main-header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(to bottom , rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%);
}*/

.contents{
    margin: 0 auto;
	text-align: center;
}
.headding {
    position: relative;
    text-align: center;
    margin: 16px 0;
}
/*.headding:before {
    content: "";
    position: absolute;
    width: 240px;
    height: 1px;
    background: rgba(255,255,255,0.5);
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}*/
.subText {
    position: relative;
    font-size: 16px;
    color: #000000;
    padding: 0 8px;
}
.shopname {
    padding: 16px 0 0;
    font-size: 24px;
    font-weight: bold;
}
.mainText {
    padding: 8px 0 0;
    font-size: 48px;
    font-weight: bold;
	max-width: 920px;
	margin: 0 auto;
}
.content {
    margin: 0 auto 120px;
    max-width: 1540px;
}
.content.catchText {
    text-align: center;
    line-height: 2em;
    font-size: 16px;
}
.content._information {
    position: relative;
    padding-top: 128px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.content._information:before {
    content: "SCROLL";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 16px;
}
.content._information:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 1px;
    height: 120px;
    background: rgba(255,255,255,0.5);
}
.content-image {
    text-align: center;
}
.content-image:first-child {
    padding-bottom: 124px;
}

.howto-text{
    text-align: center;
    line-height: 1.8;
    font-size: 24px;
}
.fover-list {
    display: flex;
    flex-wrap: wrap;
    padding:0px 40px 0;
}
.fover-item {
    width: 50%;
    text-align: center;
}
.fover-item:first-child {
    width: 100%;
    margin-bottom: 80px;
}
.fover-image {
    text-align: center;
    position: relative;
    top: -50px;
}
.fover-image>img {
    width: 800px;
}
.fover-text {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
}
.attention {
    text-align: center;
    margin: 0 0 50px;
    font-size: 24px;
    padding: 16px 0;
}
.shop-list{
    display: flex;
    flex-wrap: wrap;
}
.shop-item {
    display: block;
    width: 12%;
}
.shop-item:not(:nth-child(8n)){
    margin-right: 0.5%;
}
.shop-thumb {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    margin-bottom: 8px;
}
.shop-thumb>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shop-text {
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.4;
}
.girl-list {
    /*display: flex;
    flex-wrap: wrap;
    padding: 0 242px;*/
	width: 100%;
	box-sizing: border-box;
}
.girl-item {
    width: 22.75%;
    margin: 0 32px 64px 0;
	box-sizing: border-box;
	border: 2px solid #666666;
	position: relative;
	max-width: 390px;
	background-color: #000000;
}

.girl-item:nth-child(3){
	margin: 0 0 64px 0;
}

.area-elem__heading{
	font-size: 52px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	background-color: #F5E9C5;
	z-index: 10;
}

.area-elem__heading::before{
	content: "";
    display: block;
    height: 2px;
    width: 300px;
    background: #000000;
    position: absolute;
    right: 110%;
    top: 50%;
}

.area-elem__heading::after{
	content: "";
    display: block;
    height: 2px;
    width: 300px;
    background: #000000;
    position: absolute;
    left: 110%;
    top: 50%;
}

.genre-heading{
	font-size: 28px;
    font-weight: bold;
    margin: 22px 0 26px;
}

.area-elem__wrap{
	margin: 72px 0 0;
}

a.girl-image {
    display: block;
}
a.girl-image>img {
    display: block;
    width: 100%;
}
.shop-name {
    display: block;
    text-align: center;
    color: #fff;
    padding: 12px 16px 4px;
    font-size: 14px;
    line-height: 1;
}

@media ( max-width:756px ){
	.shop-name{
		font-size: 10px;
	}
}
.girl-name {
    display: block;
    text-align: center;
    color: #fff;
    padding: 4px 16px 12px;
    font-size: 16px;
    line-height: 1;
}
a.vote-button {
    display: block;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.6);
    padding: 8px 0 12px;
    box-shadow: 0 0 0 #CC2682 inset, 0 0 0 #CC2682 inset;
    transition: all .3s ease-out;
}
a.vote-button:hover {
    box-shadow: -100px -100px 0 #CC2682 inset, 100px 100px 0 #CC2682 inset;
    transition: all .3s ease-in;
}

.single-contents {
    background: rgba(255,255,255,0.2);
    text-align: center;
    padding: 40px 0;
}
.girl-info {
    margin-bottom: 24px;
}
.single-contents .shop-name,
.single-contents .girl-name {
    display: block;
    padding: 8px 0 0;
    font-size: 16px;
}
#commentform>p {
    max-width: 800px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    text-align: left ;
}
#commentform>p:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
#commentform>p.comment-form-email {
    display: none ;
}
#commentform>p>label {
    display: block;
    width: 20%;
    line-height: 1.5em;
}
#commentform>p>input {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #ddd;
}
#commentform>p>input#submit {
    background: #E70012;
    color: #fff;
    font-weight: bold;
    border: none;
    box-shadow: none;
}

a.backlink {
    text-align: center;
    display: block;
    width: 120px;
    margin: 0 auto;
    color: #fff;
    padding: 16px;
    position: relative;
    z-index: 1;
}
a.backlink.backlink--top{
      margin-bottom: 32px;
}

footer{
    padding: 30px 0;
}

.copy, .copytext {
    text-align: center;
    font-size: 10px;
}

.girlparts-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*align-items: center;*/
}

.rank-icon{
	width: 60px;
    top: -12px;
    left: -12px;
    position: absolute;
}

.contents__navigation{
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background: #000;
    width: 100%;
    padding: 12px 0;
}

.navigation-item{
	width: 20%;
    max-width: 200px;
    border: #f0bd64 solid 1px;
    margin: 0 5px 0;
}

.navigation-parent{
	display: block;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
	color: #f0bd64;
}


@media ( max-width:756px ) {
    img.main-logo {
        display: none;
    }
    .content._information{
        padding-top: 16px;
    }
    .content._information:before ,.content._information:after {
        display: none;
    }
.content-image {
    text-align: center;
    padding: 0 16px;
}
.content-image:first-child {
    padding-bottom: 24px;
}

.content {
    margin: 0 auto 8px;
	padding: 0 4px;
}
.headding {
    margin-bottom: 0;
}
.mainText {
    font-size: 32px;
}

.howto-text{
    font-size: 13px;
}
.fover-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 16px 0;
}
.fover-item:first-child {
    margin-bottom: 16px;
}

.shop-list {
    padding: 0 8px;
}
.shop-item {
    display: block;
    width: 32%;
}
.shop-item:not(:nth-child(8n)) {
    margin-right: 0%;
}
.shop-item:not(:nth-child(3n)) {
    margin-right: 2%;
}
	
	.shop-name{
		padding: 12px 4px 4px;
	}

.girl-list {
    display: flex;
    flex-wrap: wrap;
}
.girl-item {
    width: 32%;
    margin: 0 6px 32px 0;
}
/*.girl-item:not(:nth-child(4n)) {
    margin-right: 0;
}*/
/*.girl-item:not(:nth-child(2n)) {
    margin-right: 2%;
}*/
.girl-name {
    display: block;
    text-align: center;
    color: #fff;
    padding: 4px 4px 12px;
    font-size: 14px;
}
#commentform>p {
    max-width: 800px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 0 8px;
    text-align: left;
    box-sizing: border-box;
}
#commentform>p>label {
    width: 30%;
    line-height: 1.5em;
}
#commentform>p>input {
    width: 70%;
}


.attention {
    margin: 0 0 8px;
    font-size: 16px;
    padding: 12px 4px 8px;
    line-height: 1;
}
	
	.rank-icon{
		width: 32px;
		left: -3px;
		top: -12px;
	}
	
	.area-elem__heading{
		font-size: 42px;
	}
	
	.area-elem__heading::before{
		width: 70px;
	}
	
	.area-elem__heading::after{
		width: 70px;
	}
	
	.genre-heading{
		font-size: 23px;
		margin: 22px 0;
	}
	
	.girl-item:nth-child(3){
		margin: 0 0 32px 0;
	}
	
	.navigation-item{
		width: 45%;
		margin: 0 5px 10px;
	}
	
	.navigation-item:last-child{
		margin: 0 5px 0;
	}
	
	.navigation-parent{
		padding: 12px;
		font-size: 14px;
	}
	
	.area-elem__wrap{
		margin: 24px 0 0;
	}
}


#compleat {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
}
#compleat:target {
    opacity: 1;
    pointer-events: all;
}
.modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    color: #333;
    padding: 40px;
    box-sizing: border-box;
    width: 80%;
    max-width: 320px;
    text-align: center;
}
.message {
    font-size: 16px;
    font-weight: bold;
}
.modal-body .backlink {
    color: #fff;
    background: #000;
    padding: 8px;
    margin: 20px auto 0;
    border-radius: 50px;
    font-size: 12px;
}

.headding__image{
	max-width: 920px;
	margin: 0 auto;
}