/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

/*******************************/

html{
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section.main{
	background: #1a0012;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a0012), color-stop(0.49, #350024), color-stop(0.00, #1a0012));
    background: -webkit-linear-gradient(top, #1a0012 0%, #350024 49%, #1a0012 100%);
    background: -moz-linear-gradient(top, #1a0012 0%, #350024 49%, #1a0012 100%);
    background: -o-linear-gradient(top, #1a0012 0%, #350024 49%, #1a0012 100%);
    background: -ms-linear-gradient(top, #1a0012 0%, #350024 49%, #1a0012 100%);
    background: linear-gradient(to bottom, #1a0012 0%, #350024 49%, #1a0012 100%);
    padding-bottom: 50px;
	
}
section.header {
    margin: 0 auto;
    background-position: center;
    position: relative;
}
.logo {
    text-align: center;
    width: 100%;
    height: 940px;
    background: url(../images/header_pc.jpg) 50% 50%;
    background-size: cover;
}

.logo img {
    width: 100%;
}
nav{
	background: url(../images/stripe.png) #ffff9d;
	width: 100%;
}

ul.nav{
	max-width: 1024px;
	margin: 0 auto;
}

.headerarea{
    width: 1024px;
    margin: 0 auto;
    /*position: relative;*/
}
hr.boader{
	background: url(../images/boaderline.png) no-repeat;
    height: 93px;
    background-size: cover;
    border-width: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    border-style: none;
    background-position: 50% 50%;
    position: relative;
    bottom: 30px;

}
ul.nav li {
    display: inline-block;
    padding: 20px 21px;
    vertical-align: top;
    position: relative;
}
p.text {
    background: #FFF;
	text-align: center;
	position: relative;
	padding-top: 15px;
	height: 81px;
}
li.messarge {
    background: #FFF;
    margin-top: 21px;
    border: 8px solid #ff58ab;
    width: 195px;
    border-radius: 4px;
    margin-left: 38px;
}

li.messarge p {
	padding: 7px 29px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ff58ab;
    text-align: center;
}

article.main{
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

ul.girls_list {
}


li.girl_box:nth-child(5n+1){
	margin: 0 0 50px 0px;
}


li.girl_box{
	max-width: 192px;
	display: inline-block;
	margin: 0 0 50px 10px;
	text-align: center;
	vertical-align: top;
}
li.girl_box img{
	border-radius: 14px;
}

.profile_link {
    border-radius: 30px;
    background: #FFF;
	margin-top: 10px;
}

.profile_link:hover {
    background: #fff900;
    border-radius: 30px;
    transition: 0.8s;
}


p.girlname {
    font-size: 1.2rem;
    color: #FFF;
    font-weight: 700;
    padding: 10px 0;
}

p.shopname {
    color: #FFF;
    font-size: 0.8rem;
}

.profile_link a {
    text-decoration: none;
    color: #1a0012;
    padding: 5px 22px;
    display: block;
    font-size: 0.7rem;
    padding: 10px 0;
}

ul.nav li:first-child:after {
    content: '▶';
    height: 90px;
    width: 10px;
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -13px;
    font-size: 38px;
    transform: scaleX(0.5);
    color: #313131;
}

ul.nav li:nth-child(2):after {
    content: '★';
    height: 90px;
    width: 10px;
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -13px;
    font-size: 38px;
	color: #313131;
}

footer{
	background: #ff58ab;
}

section.footer{
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	color: #FFF;
     font-size: 1.2rem;
}

.icon-yajirushi:before {
  content: "\e900";
}

@media screen and (min-width:420px) and (max-width:1024px){
p.text img {
    width: 80%;
}

.logo{
    height: 520px;
}

.countdown {
    /* background: #FFF; */
    transition: 0.3s;
    position: absolute;
    top: 63% !important;
    width: 100%;
    left: 1%;
    transform: scale(0.7) !important;
}

li.girl_box{
	width: 23%;
}

li.girl_box:nth-child(5n+1) {
    margin: 0 0 20px 10px;
}


.logo img{
	width: 85%;
}
ul.nav{
	text-align: center;
    padding-bottom: 14px;
    padding-top: 9px;
}
ul.nav li{
	width: 43%;
}
p.text img {
    width: 90%;
}
ul.nav li img {
    width: 100%;
}
ul.nav li:nth-child(2):after{
	display: none;
}

li.messarge {
    background: #FFF;
    margin-top: 0px;
    border: 2px solid #ff58ab;
    border-radius: 4px;
    margin-left: 0px;
    width: 86% !important;
}

p.shopname {
    font-size: 1.0rem;
}




	}

@media screen and (max-width:420px){

.logo{
    display: none;
}

.logosp{
    width: 100%;
    height: 400px;
    background: url(../images/header_sp.jpg) 50% 50%;
    background-size: cover;
    background-color: #1b0012;
    background-repeat: no-repeat;
}
.countdown{
    top: 65% !important;
    transform: scale(0.7);
}

.logo img{
	width: 85%;
}
ul.nav{
	text-align: center;
    padding-bottom: 14px;
    padding-top: 9px;
}
ul.nav li{
	width: 43%;
}
p.text img {
    width: 90%;
}
li.girl_box{
	width: 45%;
}
ul.nav li img {
    width: 100%;
}
ul.nav li:nth-child(2):after{
	display: none;
}

ul.girls_list {
}

ul.nav li:first-child:after {
    content: '▶';
    height: 90px;
    width: 5px;
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -13px;
    font-size: 24px;
    transform: scaleX(0.5);
    color: #313131;
}

li.girl_box:nth-child(5n+1){
	margin: 0 0 20px 10px;
}

li.messarge {
    background: #FFF;
    margin-top: 0px;
    border: 2px solid #ff58ab;
    border-radius: 4px;
    margin-left: 0px;
    width: 86% !important;
}

ul.nav li {
   padding: 8px 7px 8px 10px;

}

li.messarge p {
    padding: 1px 0px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #ff58ab;
    text-align: center;
}

.countdown p{
    padding-top: 5px !important;
}

p.text {
    padding-top: 19px;
    height: 57px;
}

hr.boader{
	height: 53px;
}

article.main{
	/*margin-top: -34px;*/
}

p.shopname {
    font-size: 0.7rem;
}

li.girl_box {
    margin: 0 0 34px 10px;
}

section.footer {
    padding: 19px 0;
    font-size: 0.8rem;
}

.yyc-day, .yyc-hou, .yyc-min, .yyc-sec{
    font-size: 2.0rem !important;
}
.yycountdown-box {
    letter-spacing: 0.4rem !important;
}


}


/*カウントダウン*/

.countdown {
    /* background: #FFF; */
    transition: 0.3s;
    position: absolute;
    top: 67%;
    width: 100%;
    left: 1%;
}

.yycountdown-box{
   margin: 0px 0 !important;
}

.yycountdown-box {
    letter-spacing: 0.6rem;
    font-weight: 700;
}

.countdown p {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 22px;
    margin-bottom: 12px;
    letter-spacing: 1.2rem;
}

.yyc-day,.yyc-hou,.yyc-min,.yyc-sec{
     color:#f30a7d;
}

.icon-yajirushi:before{
    color: #f649bc;
}

@media screen and (max-width: 321px){
    .logosp{
        height: 320px;
    }
    .countdown p{
        margin-bottom: 4px;
    }
}