@charset "UTF-8";
/*-------------------------------------
common
-------------------------------------*/
/* sort */
.sort { max-width: 1180px; margin: 0 auto 40px; }
.sort .sort-list { width: 100%; border: 1px solid rgb(30,40,60); }
.sort .sort-list li { width: 33.33333333%; float: left; text-align: center; background: rgb(255,255,255); border-left: 1px solid rgb(30,40,60); box-sizing: border-box; }
.sort .sort-list li a { display: block; padding: 20px 0px; color: rgb(30,40,60); transition: .2s }
.sort .sort-list li a:hover { color: rgb(255,255,255); background-color: rgb(30,40,60); text-decoration: none; transition: .2s }
.sort .sort-list .selected { display: block; padding: 20px 0px; color: rgb(255,255,255); background-color: rgb(30,40,60); }
/* sort-type */
.sort-type { max-width: 1180px; margin: 0 auto 40px; }
.sort-type .sort-list { width: 100%; }
.sort-type .sort-list li { width: 9%; margin: 0 0.5%; float: left; text-align: center; background: rgb(255,255,255); }
.sort-type .sort-list li a { display: block; padding: 20px 0px; color: rgb(30,40,60); transition: .2s }
.sort-type .sort-list li a:hover { color: rgb(255,255,255); background-color: rgb(30,40,60); text-decoration: none; transition: .2s }
.sort-type .sort-list .select { display: block; padding: 20px 0px; color: rgb(255,255,255); background-color: rgb(30,40,60); }
/* sort-week */
.sort-week { max-width: 1180px; margin: 0 auto 40px; }
.sort-week .sort-list { width: 100%; }
.sort-week .sort-list li { width: 13.285714285714286%; margin: 0 0.5%; float: left; text-align: center; background: rgb(255,255,255); }
.sort-week .sort-list li a { display: block; padding: 20px 0px; color: rgb(30,40,60); transition: .2s }
.sort-week .sort-list li a .saturday { color: rgb(0,160,230); transition: .2s }
.sort-week .sort-list li a .sunday { color: rgb(230,0,0); transition: .2s }
.sort-week .sort-list li a:hover { color: rgb(255,255,255); background-color: rgb(30,40,60); text-decoration: none; transition: .2s }
.sort-week .sort-list li a:hover .saturday { color: rgb(255,255,255); }
.sort-week .sort-list li a:hover .sunday { color: rgb(255,255,255); }
.sort-week .sort-list li.select { display: block; padding: 20px 0px; color: rgb(255,255,255); background-color: rgb(30,40,60); }
.sort-week .sort-list li.select a .saturday { color: rgb(255,255,255); }
.sort-week .sort-list li.select a .sunday { color: rgb(255,255,255); }
/* girls-list */
.girls-list { margin: 0 0 -1% -1%; }
.girls-list li { width: 19%; margin: 0 0 1% 1%; float: left; text-align: center; position: relative; }
.girls-list li a { display: block; transition: all 0.2s ease 0s; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.girls-list li a:hover { text-decoration: none; transform: translate3d(0px,-8px,0px); }
.girls-list .pict { display: block; background: rgb(255,255,255); overflow: hidden; }
.girls-list .pict img { transition: all 0.6s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.girls-list .pict img:hover { transform: scale(1.08); }
.girls-list .pict .new { transition: none; }
.girls-list .pict .new:hover { transform: none; }
.girls-list .info { display: block; padding: 8% 0 10%; color: rgb(30,40,60); background: rgb(255,255,255); position: relative; z-index: 3; }
.girls-list .en { display: block; letter-spacing: 0.2em; font-size: 13px; }
.girls-list .name { display: inline-block; font-size: 24px; }
.girls-list .size { display: block; margin-bottom: 10px; font-size: 15px; letter-spacing: 0.05em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.girls-list .day { width: 70%; max-width: 210px; padding: 4px 0; margin: 0 auto; position: absolute; top: -30%; left: 0; right: 0; letter-spacing: 0.1em; color: rgb(255,255,255); background: rgba(160,110,40,0.8); border-radius: 20px; }
.girls-list .today { width: 80%; max-width: 210px; padding: 4px 0; margin: 0 auto; position: absolute; top: -30%; left: 0; right: 0; letter-spacing: 0.1em; color: rgb(255,255,255); background: rgba(160,110,40,0.8); border-radius: 20px; }
.girls-list .next { width: 80%; max-width: 210px; padding: 4px 0; margin: 0 auto; position: absolute; top: -30%; left: 0; right: 0; letter-spacing: 0.1em; color: rgb(255,255,255); background: rgba(10,20,40,0.8); border-radius: 20px; }
.girls-list .new { width: 30%; position: absolute; top: -10px; right: -5px; z-index: 10; }
.girls-list .type { display: inline-block; padding: 2px 12px; margin: 0 2px; font-size: 13px; position: relative; border: 1px solid rgb(30,40,60); border-radius: 20px; }


/*-------------------------------------
top
-------------------------------------*/
/* top-news */
.top-news { z-index: 10; }
.top-news ul { margin: 0 0 0 -1%; padding-top: 20px; }
.top-news li { width: 32.333333333333333%; margin: 0 0 0 1%; float: left; }
.top-news li a { display: block; transition: all 0.2s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.top-news li a:hover { text-decoration: none; transform: translate3d(0px,-5px,0px); }
.top-news .pict { display: block; }
.top-news .info { display: block; padding: 5%; background: rgb(255,255,255); }
.top-news .info .date { display: block; text-align: center; color: rgb(255,255,255); background: rgb(30,40,60); padding: 5px 10px; border-radius: 2em; letter-spacing: 0.1em; }
.top-news .info h3 { display: block; color: rgb(30,40,60); margin-top: 20px; font-size: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.top-news .info p { display: block; color: rgb(30,40,60); margin-top: 10px; font-size: 16px; height: 50px; overflow: hidden; }
/* top-news-detail */
.top-news-detail { padding: 0 10%; }
.top-news-detail h3 { display: block; color: rgb(30,40,60); margin-top: 20px; font-size: 24px; }
.top-news-detail p { color: rgb(30,40,60); margin-top: 10px; font-size: 18px; line-height: 150%; }
/* top-pickup */
.top-pickup .slider { width: 100%; }
.top-pickup .slider li { text-align: center; position: relative; }
.top-pickup .slider li a { display: block; transition: all 0.2s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.top-pickup .slider li a:hover { text-decoration: none; transform: translate3d(0px,-5px,0px); }
.top-pickup .pict { display: block; overflow: hidden; }
.top-pickup .pict img { transition: all 0.6s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.top-pickup .pict img:hover { transform: scale(1.08); }
.top-pickup .pict .new { transition: none; }
.top-pickup .pict .new:hover { transform: none; }
.top-pickup .info { display: block; padding: 8% 0 10%; color: rgb(30,40,60); background: rgb(255,255,255); position: relative; z-index: 3; }
.top-pickup .en { display: block; letter-spacing: 0.2em; font-size: 13px; }
.top-pickup .name { display: inline-block; font-size: 24px; }
.top-pickup .size { display: block; margin-bottom: 10px; font-size: 15px; letter-spacing: 0.05em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.top-pickup .today { width: 80%; max-width: 210px; padding: 4px 0; margin: 0 auto; position: absolute; top: -30%; left: 0; right: 0; letter-spacing: 0.1em; color: rgb(255,255,255); background: rgba(160,110,40,0.8); border-radius: 20px; }
.top-pickup .next { width: 80%; max-width: 210px; padding: 4px 0; margin: 0 auto; position: absolute; top: -30%; left: 0; right: 0; letter-spacing: 0.1em; color: rgb(255,255,255); background: rgba(10,20,40,0.8); border-radius: 20px; }
.top-pickup .new { width: 25%; position: absolute; top: -10px; right: -5px; z-index: 10; }
.top-pickup .type { display: inline-block; padding: 2px 12px; margin: 0 2px; font-size: 13px; position: relative; border: 1px solid rgb(30,40,60); border-radius: 20px; }
/* top-newface */
.top-newface .slider { width: 100%; }
.top-newface .slider li { text-align: center; position: relative; }
.top-newface .slider li a { display: block; transition: all 0.2s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.top-newface .slider li a:hover { text-decoration: none; transform: translate3d(0px,-5px,0px); }
.top-newface .pict { display: block; overflow: hidden; }
.top-newface .pict img { transition: all 0.6s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.top-newface .pict img:hover { transform: scale(1.08); }
.top-newface .pict .new { transition: none; }
.top-newface .pict .new:hover { transform: none; }
.top-newface .info { display: block; padding: 8% 0 10%; color: rgb(30,40,60); background: rgb(255,255,255); position: relative; z-index: 3; }
.top-newface .en { display: block; letter-spacing: 0.2em; font-size: 13px; }
.top-newface .name { display: inline-block; font-size: 24px; }
.top-newface .size { display: block; margin-bottom: 10px; font-size: 15px; letter-spacing: 0.05em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.top-newface .today { width: 80%; max-width: 210px; padding: 4px 0; margin: 0 auto; position: absolute; top: -30%; left: 0; right: 0; letter-spacing: 0.1em; color: rgb(255,255,255); background: rgba(160,110,40,0.8); border-radius: 20px; }
.top-newface .next { width: 80%; max-width: 210px; padding: 4px 0; margin: 0 auto; position: absolute; top: -30%; left: 0; right: 0; letter-spacing: 0.1em; color: rgb(255,255,255); background: rgba(10,20,40,0.8); border-radius: 20px; }
.top-newface .new { width: 30%; position: absolute; top: -10px; right: -5px; z-index: 10; }
.top-newface .type { display: inline-block; padding: 2px 12px; margin: 0 2px; font-size: 13px; position: relative; border: 1px solid rgb(30,40,60); border-radius: 20px; }
/* top-diary */
.top-diary .slider { width: 100%; }
.top-diary .slider li { text-align: center; position: relative; }
.top-diary .slider li a { display: block; border-radius: 8px; transition: all 0.2s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.top-diary .slider li a:hover { text-decoration: none; transform: translate3d(0px,-5px,0px); }
.top-diary .slider li a:hover .name { color: rgb(30,40,60); }
.top-diary .pict { height:260px; display: block; background: rgb(255,255,255); border-radius: 8px 8px 0 0; overflow: hidden; }
.top-diary .info { display: block; padding: 10%; color: rgb(30,40,60); background: rgb(255,255,255); border-radius: 0 0 8px 8px; }
.top-diary .info .name { display: block; font-size: 18px; margin-top: 60px; }
.top-diary .info .day { display: block; margin-top: 8px; line-height: 1.8; font-size: 13px; letter-spacing: 0.05em; color: rgb(150,150,150); background: rgb(245,245,245); border-radius: 20px; }
.top-diary .info h4 { display: block; margin-top: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.top-diary .info p { display: block; height: 56px; font-size: 13px; color: rgb(0,0,0); overflow: hidden; }
.top-diary .sum { width: 130px; height: 130px; margin: 0 auto; position: absolute; top: 200px; left: 0; right: 0; background: rgb(255,255,255); border-radius: 50%; overflow: hidden; }
/* top-gravure */
.top-gravure .slider { width: 100%; }
.top-gravure .slider li { text-align: center; position: relative; }
.top-gravure .slider li a { display: block; text-align: left; opacity: .99; overflow: hidden; position: relative; }
.top-gravure .slider li a:hover { text-decoration: none; }
.top-gravure .slider li a:before { content: ''; background: linear-gradient(to bottom, transparent 0%, rgba(30,40,60, 0.8) 100%); width: 100%; height: 55%; opacity: 0; position: absolute; top: 100%; left: 0; z-index: 2; transition-property: top, opacity; transition-duration: 0.3s; }
.top-gravure .slider li a:hover:before { opacity: 1; }
.top-gravure .slider li a:hover span { opacity: 1; }
.top-gravure .slider li a:hover:before { top: 50%; }
.top-gravure .slider li a:hover span { top: 0; }
.top-gravure .slider li a:hover .en { transition-delay: 0.03s; }
.top-gravure .slider li a:hover .name { transition-delay: 0.06s; }
.top-gravure .slider li a:hover .info { transition-delay: 0.09s; }
.top-gravure .slider li a:hover .size { transition-delay: 0.12s; }
.top-gravure .slider li a:hover .type { transition-delay: 0.15s; }
.top-gravure .pict { display: block; max-width: 100%; backface-visibility: hidden; }
.top-gravure .pict img { transition: all 0.6s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.top-gravure .pict img:hover { transform: scale(1.08); }
.top-gravure .info { display: block; padding: 20px; color: rgb(255,255,255); position: absolute; bottom: 0; left: 0; z-index: 3; }
.top-gravure .info span { display: block; opacity: 0; position: relative; top: 100px; transition-property: top, opacity; transition-duration: 0.3s; transition-delay: 0s; }
.top-gravure .info .en { display: block; letter-spacing: 0.2em; font-size: 13px; }
.top-gravure .info .name { display: inline-block; font-size: 24px; }
.top-gravure .info .size { display: block; margin-bottom: 10px; font-size: 15px; letter-spacing: 0.05em; }
.top-gravure .info .type { display: inline-block; padding: 2px 12px; margin-right: 4px; font-size: 13px; position: relative; border: 1px solid rgb(255,255,255); border-radius: 20px; }
/* top-movie */
.top-movie .slider { width: 100%; }
.top-movie .slider li { text-align: center; position: relative; }
.top-movie .slider li a { display: block; transition: all 0.2s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.top-movie .slider li a:hover { text-decoration: none; transform: translate3d(0px,-5px,0px); }
.top-movie .pict { display: block; overflow: hidden; }
.top-movie .pict img { transition: all 0.6s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.top-movie .pict img:hover { transform: scale(1.08); }
.top-movie .info { display: block; padding: 5% 0 6%; color: rgb(255,255,255); background: rgba(0,0,0,0.4); position: relative; z-index: 3; }
.top-movie .en { display: block; letter-spacing: 0.2em; font-size: 13px; }
.top-movie .name { display: inline-block; font-size: 24px; }
.top-movie .size { display: block; margin-bottom: 10px; font-size: 15px; letter-spacing: 0.05em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.top-movie .type { display: inline-block; padding: 2px 12px; margin: 0 2px; font-size: 13px; position: relative; border: 1px solid rgb(255,255,255); border-radius: 20px; }
/* top-other */
.top-other .slider { width: 100%; }
.top-other li { text-align: center; position: relative; }
.top-other li a { display: block; transition: all 0.2s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.top-other li a:hover { text-decoration: none; transform: translate3d(0px,-5px,0px); }


/*-------------------------------------
gravure
-------------------------------------*/
.gravure li { width: 20%; float: left; }
.gravure li a { display: block; text-align: left; opacity: .99; overflow: hidden; position: relative; }
.gravure li a:hover { text-decoration: none; }
.gravure li a:before { content: ''; background: linear-gradient(to bottom, transparent 0%, rgba(30,40,60, 0.8) 100%); width: 100%; height: 55%; opacity: 0; position: absolute; top: 100%; left: 0; z-index: 2; transition-property: top, opacity; transition-duration: 0.3s; }
.gravure li a:hover:before { opacity: 1; }
.gravure li a:hover span { opacity: 1; }
.gravure li a:hover:before { top: 50%; }
.gravure li a:hover span { top: 0; }
.gravure li a:hover .en { transition-delay: 0.03s; }
.gravure li a:hover .name { transition-delay: 0.06s; }
.gravure li a:hover .info { transition-delay: 0.09s; }
.gravure li a:hover .size { transition-delay: 0.12s; }
.gravure li a:hover .type { transition-delay: 0.15s; }
.gravure .pict { display: block; max-width: 100%; backface-visibility: hidden; }
.gravure .pict img { transition: all 0.6s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.gravure .pict img:hover { transform: scale(1.08); }
.gravure .info { display: block; padding: 20px; color: rgb(255,255,255); position: absolute; bottom: 0; left: 0; z-index: 3; }
.gravure .info span { display: block; opacity: 0; position: relative; top: 100px; transition-property: top, opacity; transition-duration: 0.3s; transition-delay: 0s; }
.gravure .info .en { display: block; letter-spacing: 0.2em; font-size: 13px; }
.gravure .info .name { display: inline-block; font-size: 24px; }
.gravure .info .size { display: block; margin-bottom: 10px; font-size: 15px; letter-spacing: 0.05em; }
.gravure .info .type { display: inline-block; padding: 2px 12px; margin-right: 4px; font-size: 13px; position: relative; border: 1px solid rgb(255,255,255); border-radius: 20px; }


/*-------------------------------------
movie
-------------------------------------*/
.movie { margin: 0 0 -1% -1%; }
.movie li { width: 32.333333333333333%; margin: 0 0 1% 1%; float: left; text-align: center; position: relative; }
.movie li a { display: block; transition: all 0.2s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.movie li a:hover { text-decoration: none; transform: translate3d(0px,-8px,0px); }
.movie .pict { display: block; background: rgb(0,0,0); overflow: hidden; }
.movie .info { display: block; padding: 5% 0 6%; color: rgb(255,255,255); background: rgba(0,0,0,0.4); position: relative; z-index: 3; }
.movie .en { display: block; letter-spacing: 0.2em; font-size: 13px; }
.movie .name { display: inline-block; font-size: 24px; }
.movie .size { display: block; margin-bottom: 10px; font-size: 15px; letter-spacing: 0.05em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.movie .type { display: inline-block; padding: 2px 12px; margin: 0 2px; font-size: 13px; position: relative; border: 1px solid rgb(255,255,255); border-radius: 20px; }


/*-------------------------------------
diary
-------------------------------------*/
.diary { margin: 0 0 -1% -1%; }
.diary li { width: 13.285714285714286%; margin: 0 0 1% 1%; float: left; text-align: center; position: relative; }
.diary li a { display: block; border-radius: 8px; transition: all 0.2s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.diary li a:hover { text-decoration: none; transform: translate3d(0px,-5px,0px); }
.diary li a:hover .name { color: rgb(30,40,60); }
.diary .pict { height:260px; display: block; background: rgb(255,255,255); border-radius: 8px 8px 0 0; overflow: hidden; }
.diary .info { display: block; padding: 10%; color: rgb(30,40,60); background: rgb(255,255,255); border-radius: 0 0 8px 8px; }
.diary .info .name { display: block; font-size: 18px; margin-top: 60px; }
.diary .info .day { display: block; margin-top: 8px; line-height: 1.8; font-size: 13px; letter-spacing: 0.05em; color: rgb(150,150,150); background: rgb(245,245,245); border-radius: 20px; }
.diary .info h4 { display: block; margin-top: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.diary .info p { display: block; height: 56px; font-size: 13px; color: rgb(0,0,0); overflow: hidden; }
.diary .sum { width: 130px; height: 130px; margin: 0 auto; position: absolute; top: 200px; left: 0; right: 0; background: rgb(255,255,255); border-radius: 50%; overflow: hidden; }


/*-------------------------------------
profile
-------------------------------------*/
/* profile-pict */
.profile-pict { position: relative; overflow: hidden; }
.profile-pict .slider { display: block; }
.profile-pict .new { width: 22%; position: absolute; top: 0; left: 0; }
/* profile-info */
.profile-info { text-align: center; background-position: center; background-size: auto; background-size: cover; background-attachment: fixed; }
.profile-info .wrap { padding: 80px 0 100px; background-color: rgba(255,255,255,0.8); }
.profile-info h2 { margin-top: 20px; color: rgb(30,40,60); }
.profile-info h3 { margin-top: 20px; color: rgb(30,40,60); }
.profile-info .sum { width: 250px; height: 250px; margin: 0 auto; border-radius: 50%; overflow: hidden; }
.profile-info .en { display: block; font-size: 20px; letter-spacing: 0.5em; }
.profile-info .name { display: block; font-size: 50px; line-height: 120%; letter-spacing: 0.2em; margin-top: 10px; }
.profile-info .size { display: block; font-size: 26px; letter-spacing: 0.15em; }
.profile-info .type { display: inline-block; font-size: 24px; letter-spacing: 0.1em; padding: 2px 25px; margin: 0 8px; border: 1px solid rgb(30,40,60); border-radius: 30px; }
/* prof */
.profile-info .prof { max-width: 600px; margin: 20px auto 0; }
.profile-info .prof dl { font-size: 20px; letter-spacing: 0.1em; }
.profile-info .prof dt { width: 50%; float: left; padding: 30px 4% 0 0; color: rgb(30,40,60); text-align: right; box-sizing: border-box; }
.profile-info .prof dd { width: 50%; float: left; padding: 30px 0 0 4%; color: rgb(30,40,60); text-align: left; box-sizing: border-box; }
/* message */
.profile-info .message { max-width: 700px; margin: 60px auto 0; }
.profile-info .message h3 { margin: 0; font-size: 50px; letter-spacing: 0.2em; line-height: 100%; color: rgba(255,100,150); font-family: 'Cormorant Garamond', serif; }
.profile-info .message p { margin-top: 15px; font-size: 20px; color: rgb(255,100,150); line-height: 200%; letter-spacing: 0.1em; }
/* comment */
.profile-info .comment { max-width: 700px; margin: 60px auto 0; }
.profile-info .comment h3 { font-size: 50px; letter-spacing: 0.2em; line-height: 100%; color: rgba(30,40,60); font-family: 'Cormorant Garamond', serif; }
.profile-info .comment p { margin-top: 15px; font-size: 20px; color: rgb(30,40,60); line-height: 200%; letter-spacing: 0.1em; }
/* week */
.profile-info .week { max-width: 600px; margin: 60px auto 0; }
.profile-info .week h3 { margin: 0; font-size: 50px; letter-spacing: 0.2em; line-height: 100%; color: rgba(30,40,60); font-family: 'Cormorant Garamond', serif; }
.profile-info .week dl { margin: 0; display: block; font-size: 22px; letter-spacing: 0.2em; }
.profile-info .week dt { width: 45%; float: left; padding: 30px 5% 0 0; text-align: right; color: rgb(30,40,60); box-sizing: border-box; }
.profile-info .week dd { width: 55%; float: left; padding: 30px 0 0 5%; text-align: left; color: rgb(180,130,60); box-sizing: border-box; }
.profile-info .week .sat { color: rgb(0,160,230); }
.profile-info .week .sun { color: rgb(230,0,0); }
/* Add 20250515    like .more-a a {} */
.profile-info .week .moreBtn { padding: 20px 0; display: block; text-align: center; color: rgb(180,130,60); font-size: 15px; background: rgba(10,20,40,0.8); border-radius: 4px; transition : 0.2s; cursor: pointer; }
.profile-info .week .moreBtn:hover { text-decoration: none; color: rgb(180,130,60); background: rgba(245,245,245,0.8); transition : 0.2s; }
/* profile-gravure */
.profile-gravure { display: block; }
.profile-gravure .inner { max-width: 1280px; }
.profile-gravure ul li { width: 20%; float: left; }
.profile-gravure ul li a { display: block; overflow: hidden; }
.profile-gravure ul li img { transition: all 0.6s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.profile-gravure ul li img:hover { transform: scale(1.08); }
/* profile-movie */
.profile-movie { display: block; }
.profile-movie .box { max-width: 800px; margin: 0 auto; }
/* profile-diary */
.profile-diary { display: block; }
.profile-diary .inner { max-width: 1280px; }
.profile-diary ul { margin: 0 0 -1% -1%; }
.profile-diary ul li { width: 15.666666666666667%; margin: 0 0 1% 1%; float: left; text-align: center; }
.profile-diary ul li a { display: block; border-radius: 8px; transition: all 0.2s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.profile-diary ul li a:hover { text-decoration: none; transform: translate3d(0px,-5px,0px); }
.profile-diary ul li a:hover .name { color: rgb(180,130,60); }
.profile-diary .pict { height:260px; display: block; background: rgb(255,255,255); border-radius: 8px 8px 0 0; overflow: hidden; }
.profile-diary .info { display: block; padding: 10%; color: rgb(30,40,60); background: rgb(255,255,255); border-radius: 0 0 8px 8px; }
.profile-diary .info .day { display: block; line-height: 1.8; font-size: 13px; letter-spacing: 0.05em; color: rgb(150,150,150); background: rgb(245,245,245); border-radius: 20px; }
.profile-diary .info h4 { display: block; margin-top: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.profile-diary .info p { display: block; height: 56px; font-size: 13px; color: rgb(0,0,0); overflow: hidden; }


/*-------------------------------------
system 
-------------------------------------*/
.system .inner { max-width: 1440px; }
.system .info { text-align: center; }
.system .info h2 { margin: 0 0 10px; font-size: 44px; color: rgb(30,40,60); }
.system .info p { font-size: 18px; line-height: 2; letter-spacing: 0.05em; color: rgb(30,40,60); }
.system .price { margin-top: 50px; }
.system .price p { text-align: center; }
.system .price p img { max-width: 640px; }
.system .appoint { margin-top: 50px; }
.system .appoint p { text-align: center; }
.system .appoint p img { max-width: 880px; }
.system .floor { margin-top: 80px; }
.system .floor ul { display: block; }
.system .floor ul li { width: 25%; float: left; }
.system .floor ul li a { display: block; overflow: hidden; }
.system .floor ul li img { transition: all 0.6s ease 0s; -webkit-backface-visibility:hidden; backface-visibility: hidden; }
.system .floor ul li img:hover { transform: scale(1.08); }
.system .shop { margin-top: 80px; }
.system .shop table { width: 100%; line-height: 2; background: rgb(255,255,255); }
.system .shop table th { width: 28%; padding: 30px; text-align: center; font-size: 16px; font-weight: 300; color: rgb(180,130,60); border: 1px solid rgb(245,245,245); box-sizing: border-box; vertical-align: middle; }
.system .shop table td { width: 72%; padding: 30px; text-align: left; font-size: 16px; border: 1px solid rgb(245,245,245); box-sizing: border-box; }
.system .taboo { margin-top: 80px; }
.system .taboo table { width: 100%; line-height: 2; background: rgb(255,255,255); }
.system .taboo table td { width: 50%; padding: 30px; text-align: left; font-size: 16px; border: 1px solid rgb(245,245,245); box-sizing: border-box; }


/*-------------------------------------
access 
-------------------------------------*/
.access .inner { max-width: 1440px; }
.access .map { margin-bottom: 30px; }
.access .map iframe { width: 100%; height: 600px; }
.access .method { margin-bottom: 30px; }
.access .method ul { width: 102%; margin-left: -2%; }
.access .method li { width: 23%; margin: 0 0 10px 2%; float: left; }
.access .method li.parking { width: 48%; margin: 0 0 10px 2%; float: left; }
.access .route { margin-bottom: 40px; }
.access .route h3.jr { background: rgb(50,135,79); color: rgb(255,255,255); font-size: 20px; padding: 10px 0px 10px 20px; border-radius: 4px; }
.access .route h3.keikyu { background: rgb(24,139,204); color: rgb(255,255,255); font-size: 20px; padding: 10px 0px 10px 20px; border-radius: 4px; }
.access .route ul { width: 102%; margin-left: -2%; }
.access .route li { width: 23%; margin: 20px 0 0 2%; float: left; font-size: 16px; }
.access .route li img { margin-bottom: 6px; padding: 6px; background: rgb(255,255,255); border-radius: 5px; box-sizing: border-box; }
.access .shop table { width: 100%; line-height: 2; background: rgb(255,255,255); }
.access .shop table th { width: 28%; padding: 30px; text-align: center; font-size: 16px; font-weight: 300; color: rgb(180,130,60); border: 1px solid rgb(245,245,245); box-sizing: border-box; vertical-align: middle; }
.access .shop table td { width: 72%; padding: 30px; text-align: left; font-size: 16px; border: 1px solid rgb(245,245,245); box-sizing: border-box; }


/*-------------------------------------
qa
-------------------------------------*/
.qa .inner { max-width: 1280px; }
.qa .qa1 { margin-bottom: 50px; }
.qa .qa2 { margin-bottom: 50px; }
.qa .qa3 { margin-bottom: 50px; }
.qa .qa4 { margin-bottom: 50px; }
.qa .qa5 { margin: 0; }
.qa h3 { padding: 12px 0px; font-size: 28px; text-align: center; color: rgb(255,255,255); background: rgb(180,130,60); border-radius: 4px; }
.qa dl { margin-top: 60px; display: block; color: rgb(30,40,60); background: rgb(255,255,255); border: 2px solid rgb(30,40,60); border-radius: 4px; position: relative; }
.qa dt { width: 90%; margin: 0 auto; padding: 45px 5% 15px; font-size: 20px; color: rgb(30,40,60); text-align: center; cursor: pointer; }
.qa dt .icon { display: block; width: 72px; margin: 0 auto; padding: 0 0 10px; font-size: 40px; background: rgb(255,255,255); border: 2px solid rgb(30,40,60); border-radius: 50%; position: absolute; top: -38px; left: 0; right: 0; z-index: 1; }
.qa dt:hover .icon { color: rgb(255,255,255); background: rgb(30,40,60); }
.qa dd { width: 84%; margin: 0 auto; padding: 0 8% 20px; font-size: 16px; line-height: 200%; color: rgb(40,40,40); text-align: center; display: none; }


/*-------------------------------------
guide
-------------------------------------*/
.guide .inner { max-width: 1280px; }
.guide-a { padding: 60px; background: rgba(255,255,255,0.8); }
.guide-b { padding: 60px; background: rgba(250,250,250,0.8); }
.guide .pict { width: 25%; max-width: 240px; float: left; }
.guide .text { width: 70%; float: right; }
.guide .text h3 { font-size: 28px; margin-bottom: 10px; color: rgb(180,130,60); }
.guide .text h4 { margin: 20px 0; padding: 5px 10px; font-size: 18px; line-height: 200%; border-top: solid 1px rgb(40,40,40); border-bottom: solid 1px rgb(40,40,40); }
.guide .text p { font-size: 16px; line-height: 200%; }


/*-------------------------------------
recruit
-------------------------------------*/
.recruit { padding-bottom: 0; }
.recruit-cover { position: relative; z-index: 5; }
.recruit-cover .pc { display: block; }
.recruit-cover .sp { display: none; }
.recruit-banner { margin-top: 40px; }
.recruit-banner .banner1 { width: 49%; float: left; margin-right: 1%; }
.recruit-banner .banner2 { width: 49%; float: right; margin-left: 1%; }
.recruit-check { margin-top: 40px; }
.recruit-check .inner { max-width: 1440px; }
.recruit-check ul { margin: 0 0 -2% -2%; }
.recruit-check li { width: 31.33333333%; margin: 0 0 2% 2%; float: left; text-align: center; position: relative; }
.recruit-contact { margin-top: 40px; }
.recruit-contact .inner { max-width: 1440px; }
.recruit-contact ul { margin: 0 0 0 -2%; }
.recruit-contact li { width: 48%; margin: 0 0 0 2%; float: left; }
.recruit-contact li a { display: block; transition: all 0.2s ease 0s; }
.recruit-contact li a:hover { text-decoration: none; transform: translate3d(0px,-5px,0px); backface-visibility: hidden; }
.recruit-contact .tel .pc { display: block; }
.recruit-contact .tel .sp { display: none; }
.recruit-other { margin-top: 40px; }
.recruit-other .inner { max-width: 1440px; }
.recruit-other ul { margin: 0 0 0 -2%; }
.recruit-other li { width: 48%; margin: 0 0 0 2%; float: left; }
.recruit-other li a { display: block; transition: all 0.2s ease 0s; }
.recruit-other li a:hover { text-decoration: none; transform: translate3d(0px,-5px,0px); backface-visibility: hidden; }
.recruit-info { margin-top: 80px; }
.recruit-info .inner { max-width: 1440px; }
.recruit-info table { width: 100%; line-height: 2; background: rgb(255,255,255); }
.recruit-info table th { width: 28%; padding: 30px; text-align: center; font-size: 16px; font-weight: 300; color: rgb(180,130,60); border: 1px solid rgb(245,245,245); box-sizing: border-box; vertical-align: middle; }
.recruit-info table td { width: 72%; padding: 30px; text-align: left; font-size: 16px; border: 1px solid rgb(245,245,245); box-sizing: border-box; }
.recruit-entry { text-align: center; }
.recruit-entry .inner { max-width: 1440px; }
.recruit-entry .form { color: rgb(180,130,60); background: rgb(255,255,255); border-radius: 10px; }
.recruit-entry .form .guide { padding: 40px 0 25px; font-size: 16px; line-height: 2; border-style: none; }
.recruit-entry .form dl { width: 90%; padding: 0px 5%; font-size: 16px; }
.recruit-entry .form dt { width: 28%; padding: 35px 0; float: left; text-align: center; border-top: 1px dotted rgb(230,225,220); box-sizing: border-box; }
.recruit-entry .form dd { width: 72%; padding: 35px; float: left; text-align: left; border-top: 1px dotted rgb(230,225,220); box-sizing: border-box; }
.recruit-entry .form p { width: 90%; margin: 0px 5%; padding-top: 25px; border-top: 1px dotted rgb(230,225,220); font-size: 16px; line-height: 2; }
.recruit-entry .form .radio-box { display: inline-block; margin: 0 15px 0 0; }
.recruit-entry .form .text-box { width: 60%; box-sizing: border-box; }
.recruit-entry .form .textarea-box { width: 80%; height: 100px; box-sizing: border-box; }
.recruit-entry .form .btn-area { padding: 10px 0 50px; text-align: center; }
.recruit-entry .form .submit { margin: 10px; padding: 20px 60px; }





@media only screen and (max-width: 1439px) {
/*-------------------------------------
diary
-------------------------------------*/
.diary li { width: 15.666666666666667%; }


/*-------------------------------------
profile
-------------------------------------*/
/* profile-diary */
.profile-diary ul li { width: 15.666666666666667%; }

}/*--------------------------------------------------------------------------*/





@media only screen and (max-width: 1279px) {
/*-------------------------------------
common
-------------------------------------*/
/* girls-list */
.girls-list li { width: 24%; }


/*-------------------------------------
top
-------------------------------------*/
/* top-pickup */
.top-pickup .new { width: 30%; }


/*-------------------------------------
diary
-------------------------------------*/
.diary li { width: 19%; }


/*-------------------------------------
gravure
-------------------------------------*/
.gravure li { width: 25%; }


/*-------------------------------------
profile
-------------------------------------*/
/* profile-info */
.profile-info .wrap { padding: 60px 0 80px; }
.profile-info h2 { margin-top: 15px; }
.profile-info h3 { margin-top: 15px; }
.profile-info .sum { width: 230px; height: 230px; }
.profile-info .en { font-size: 18px; }
.profile-info .name { font-size: 44px; }
.profile-info .size { font-size: 20px; }
.profile-info .type { font-size: 20px; padding: 2px 20px; margin: 0 6px; }
/* prof */
.profile-info .prof dl { font-size: 18px; }
/* message */
.profile-info .message h3 { font-size: 44px; }
.profile-info .message p { font-size: 18px; line-height: 180%; }
/* comment */
.profile-info .comment h3 { font-size: 44px; }
.profile-info .comment p { font-size: 18px; line-height: 180%; }
/* week */
.profile-info .week h3 { font-size: 44px; }
/* profile-gravure */
.profile-gravure .inner { max-width: 840px; }
/* profile-movie */
.profile-movie .box { max-width: 720px; }
/* profile-diary */
.profile-diary .inner { max-width: 840px; }
.profile-diary ul li { width: 24%; }

}/*--------------------------------------------------------------------------*/





@media only screen and (max-width: 1023px) {
/*-------------------------------------
common
-------------------------------------*/
/* girls-list */
.girls-list li { width: 32.333333333333333%; }
.girls-list li a { transition: none; }
.girls-list li a:hover { transform: none; }
.girls-list .pict img { transition: none; }
.girls-list .pict img:hover { transform: none; }
.girls-list .info { padding: 8% 0 10%; }
.girls-list .en { letter-spacing: 0.1em; font-size: 12px; }
.girls-list .name { font-size: 20px; }
.girls-list .size { margin-bottom: 5px; font-size: 13px; letter-spacing: 0.02em; }
.girls-list .day { letter-spacing: 0.05em; }
.girls-list .today { letter-spacing: 0.05em; }
.girls-list .next { letter-spacing: 0.05em; }
.girls-list .type { padding: 2px 10px; font-size: 12px; }


/*-------------------------------------
top
-------------------------------------*/
/* top-news */
.top-news ul { padding-top: 10px; overflow-x: auto; white-space: nowrap; overflow-scrolling: touch; -webkit-overflow-scrolling: touch; }
.top-news li { width: 45%; float: none; display: inline-block; vertical-align: top; }
.top-news li a { transform: none; }
.top-news li a:hover { transform: none; }
.top-news .info p { white-space: normal; }
/* top-news-detail */
.top-news-detail { padding: 0 5%; }
.top-news-detail h3 { margin-top: 20px; font-size: 22px; }
.top-news-detail p { margin-top: 10px; font-size: 16px; }
/* top-pickup */
.top-pickup .slider li a { transition: none; }
.top-pickup .slider li a:hover { transform: none; }
.top-pickup .pict img { transition: none; }
.top-pickup .pict img:hover { transform: none; }
/* top-newface */
.top-newface .slider li a { transition: none; }
.top-newface .slider li a:hover { transform: none; }
.top-newface .pict img { transition: none; }
.top-newface .pict img:hover { transform: none; }
/* top-diary */
.top-diary .slider li a { transition: none; }
.top-diary .slider li a:hover { transform: none; }
/* top-gravure */
.top-gravure .slider li a:before { display: none; }
.top-gravure .pict img { transition: none; }
.top-gravure .pict img:hover { transform: none; }
.top-gravure .info { display: none; }
/* top-movie */
.top-movie .slider li a { transition: none; }
.top-movie .slider li a:hover { transform: none; }
.top-movie .pict img { transition: none; }
.top-movie .pict img:hover { transform: none; }
/* top-other */
.top-other li a { transition: none; }
.top-other li a:hover { transform: none; }


/*-------------------------------------
diary
-------------------------------------*/
.diary li { width: 24%; }
.diary li a { transition: none; }
.diary li a:hover { transform: none; }


/*-------------------------------------
gravure
-------------------------------------*/
.gravure li { width: 33.333333333333333%; }
.gravure li a:before { display: none; }
.gravure .pict img { transition: none; }
.gravure .pict img:hover { transform: none; }
.gravure .info { display: none; }


/*-------------------------------------
movie
-------------------------------------*/
.movie li { width: 49%; }
.movie li a { transition: none; }
.movie li a:hover { transform: none; }
.movie .pict img { transition: none; }
.movie .pict img:hover { transform: none; }
.movie .name { font-size: 20px; }
.movie .size { margin-bottom: 5px; font-size: 13px; letter-spacing: 0.02em; }
.movie .type { padding: 2px 10px; font-size: 12px; }


/*-------------------------------------
profile
-------------------------------------*/
/* profile-gravure */
.profile-gravure .inner { max-width: 100%; }
.profile-gravure ul { overflow-x: auto; white-space: nowrap; overflow-scrolling: touch; -webkit-overflow-scrolling: touch; font-size: 0; }
.profile-gravure ul li { width: 220px; float: none; display: inline-block; }
.profile-gravure ul li img { transition: none; }
.profile-gravure ul li img:hover { transform: none; }
/* profile-movie */
.profile-movie .box { max-width: 480px; }
/* profile-diary */
.profile-diary .inner { max-width: 100%; }
.profile-diary ul { overflow-x: auto; white-space: nowrap; overflow-scrolling: touch; -webkit-overflow-scrolling: touch; }
.profile-diary ul li { width: 200px; float: none; display: inline-block; vertical-align: top; }
.profile-diary ul li a { transition: none; }
.profile-diary ul li a:hover { transform: none; }
.profile-diary .info p { white-space: normal; }


/*-------------------------------------
system 
-------------------------------------*/
.system .info h2 { font-size: 36px; }
.system .info p { font-size: 16px; }
.system .price { margin-top: 30px; }
.system .price p img { max-width: 480px; }
.system .appoint { margin-top: 30px; }
.system .appoint p img { max-width: 800px; }
.system .floor { margin-top: 60px; }
.system .floor ul li { width: 33.333333333333333%; }
.system .floor ul li img { transition: none; }
.system .floor ul li img:hover { transform: none; }
.system .shop { margin-top: 60px; }
.system .shop table th { padding: 15px; font-size: 15px; }
.system .shop table td { padding: 15px 30px; font-size: 15px; }
.system .taboo { margin-top: 60px; }
.system .taboo table td { padding: 15px 30px; font-size: 15px; }


/*-------------------------------------
access 
-------------------------------------*/
.access .route h3.jr { font-size: 18px; }
.access .route h3.keikyu { font-size: 18px; }
.access .route li { font-size: 14px; }
.access .shop table th { padding: 15px; font-size: 15px; }
.access .shop table td { padding: 15px 30px; font-size: 15px; }


/*-------------------------------------
recruit
-------------------------------------*/
.recruit-info table th { padding: 15px; font-size: 15px; }
.recruit-info table td { padding: 15px 30px; font-size: 15px; }
.recruit-entry .form .guide { font-size: 15px; }
.recruit-entry .form dl { font-size: 15px; }
.recruit-entry .form p { font-size: 15px; }

}/*--------------------------------------------------------------------------*/





@media only screen and (max-width: 767px) {
/*-------------------------------------
common
-------------------------------------*/
/* sort */
.sort { margin: 0 auto 25px; }
.sort .sort-list li a { padding: 15px 0px; }
.sort .sort-list .selected { padding: 15px 0px; }
/* sort-type */
.sort-type { margin: 0 auto 25px; }
.sort-type .sort-list { margin: -5px 0 0; }
.sort-type .sort-list li { width: 19%; margin: 5px 0.5% 0; }
.sort-type .sort-list li a { padding: 15px 0px; }
.sort-type .sort-list .select { padding: 15px 0px; }
/* sort-week */
.sort-week { margin: 0 auto 25px; }
.sort-week .sort-list { overflow-x: auto; white-space: nowrap; overflow-scrolling: touch; -webkit-overflow-scrolling: touch; }
.sort-week .sort-list li { width: 19%; float: none; display: inline-block; }
.sort-week .sort-list li a { padding: 15px 0px; }
.sort-week .sort-list li.select { padding: 15px 0px; display: inline-block; }
/* girls-list */
.girls-list .en { font-size: 11px; }
.girls-list .name { font-size: 18px; }
.girls-list .size { font-size: 12px; letter-spacing: 0.02em; }
.girls-list .day { padding: 2px 0; font-size: 12px; }
.girls-list .today { padding: 2px 0; font-size: 12px; }
.girls-list .next { padding: 2px 0; font-size: 12px; }
.girls-list .type { padding: 2px 8px; margin: 0 1px; }


/*-------------------------------------
top
-------------------------------------*/
/* top-news */
.top-news li { width: 90%; }
/* top-news-detail */
.top-news-detail { padding: 0; }


/*-------------------------------------
diary
-------------------------------------*/
.diary { margin: 0 0 -2% -2%; }
.diary li { width: 31.333333333333333%; margin: 0 0 2% 2%; }


/*-------------------------------------
movie
-------------------------------------*/
.movie .en { font-size: 11px; }
.movie .name { font-size: 18px; }
.movie .size { font-size: 12px; letter-spacing: 0.02em; }
.movie .type { padding: 2px 8px; margin: 0 1px; }


/*-------------------------------------
profile
-------------------------------------*/
/* profile-info */
.profile-info { background-size: 0; }
.profile-info .wrap { padding: 40px 0 60px; }
.profile-info .inner { padding: 0 6%; }
.profile-info h2 { margin-top: 10px; }
.profile-info h3 { margin-top: 10px; }
.profile-info .sum { width: 200px; height: 200px; }
.profile-info .en { font-size: 15px; }
.profile-info .name { font-size: 36px; }
.profile-info .size { font-size: 18px; }
.profile-info .type { font-size: 18px; padding: 2px 16px; margin: 0 4px; }
/* prof */
.profile-info .prof { max-width: 500px; margin: 10px auto 0; }
.profile-info .prof dl { font-size: 16px; letter-spacing: 0.05em; }
.profile-info .prof dt { padding: 25px 4% 0 0; }
.profile-info .prof dd { padding: 25px 0 0 4%; }
/* message */
.profile-info .message { max-width: 600px; margin: 50px auto 0; letter-spacing: 0.05em; }
.profile-info .message h3 { font-size: 36px; }
.profile-info .message p { font-size: 16px; }
/* comment */
.profile-info .comment { max-width: 600px; margin: 50px auto 0; letter-spacing: 0.05em; }
.profile-info .comment h3 { font-size: 36px; }
.profile-info .comment p { font-size: 16px; }
/* week */
.profile-info .week { max-width: 500px; margin: 50px auto 0; }
.profile-info .week h3 { font-size: 36px; }
.profile-info .week dl { font-size: 18px; }
.profile-info .week dt { padding: 20px 5% 0 0; }
.profile-info .week dd { padding: 20px 0 0 5%; }


/*-------------------------------------
system 
-------------------------------------*/
.system .info h2 { font-size: 30px; }
.system .info p { max-width: 480px; margin: 0 auto 5px; font-size: 15px; line-height: 1.5; letter-spacing: 0.01em; }
.system .price p img { max-width: 400px; }
.system .appoint p img { max-width: 600px; }
.system .floor { margin-top: 40px; }
.system .shop { margin-top: 40px; }
.system .shop table th { font-size: 13px; }
.system .shop table td { font-size: 13px; }
.system .taboo { margin-top: 40px; }
.system .taboo table td { font-size: 13px; }


/*-------------------------------------
access 
-------------------------------------*/
.access .map { margin-bottom: 20px; }
.access .map iframe { height: 300px; }
.access .method { margin-bottom: 20px; }
.access .method ul { width: 102%; margin-left: -2%; }
.access .method li { width: 48%; margin: 0 0 10px 2%; }
.access .method li.parking { width: 98%; margin: 0 0 10px 2%; }
.access .route { margin-bottom: 30px; }
.access .route h3.jr { font-size: 16px; }
.access .route h3.keikyu { font-size: 16px; }
.access .route li { width: 48%; margin: 15px 0 0 2%; font-size: 13px; }
.access .shop table th { font-size: 13px; }
.access .shop table td { font-size: 13px; }


/*-------------------------------------
qa
-------------------------------------*/
.qa .qa1 { margin-bottom: 30px; }
.qa .qa2 { margin-bottom: 30px; }
.qa .qa3 { margin-bottom: 30px; }
.qa .qa4 { margin-bottom: 30px; }
.qa .qa5 { margin: 0; }
.qa h3 { font-size: 18px; }
.qa dt { padding: 35px 5% 10px; font-size: 18px; }
.qa dt .icon { width: 66px; font-size: 36px; }
.qa dd { width: 88%; padding: 0 6% 20px; font-size: 14px; }


/*-------------------------------------
guide
-------------------------------------*/
.guide-a { padding: 40px 10px; }
.guide-b { padding: 40px 10px; }
.guide .pict { width: 100%; max-width: 160px; float: none; display: block; margin: 0 auto 30px; }
.guide .text { width: 100%; float: none; display: block; }
.guide .text h3 { display: block; padding: 6px 15px; margin: 0 auto 10px; font-size: 22px; text-align: center; }
.guide .text h4 { font-size: 16px; margin: 10px 15px; }
.guide .text p { font-size: 13px; margin: 0 15px; }


/*-------------------------------------
recruit
-------------------------------------*/
.recruit-cover .pc { display: none; }
.recruit-cover .sp { display: block; }
.recruit-banner { margin: 0; }
.recruit-banner .banner1 { width: 100%; float: none; margin: 20px 0 0; }
.recruit-banner .banner2 { width: 100%; float: none; margin: 20px 0 0; }
.recruit-check { margin-top: 20px; }
.recruit-check ul { margin: 0 0 -2% -2%; }
.recruit-check li { width: 48%; margin: 0 0 2% 2%; }
.recruit-contact { margin: 0; }
.recruit-contact ul { margin: 10px 0 0; }
.recruit-contact li { width: 100%; float: none; margin: 0; }
.recruit-contact li a { transition: none; }
.recruit-contact li a:hover { transform: none; }
.recruit-contact .tel .pc { display: none; }
.recruit-contact .tel .sp { display: block; margin-top: 10px; }
.recruit-contact .mail { margin-top: 10px; }
.recruit-other { margin: 0; }
.recruit-other ul { margin: 0; }
.recruit-other li { width: 100%; float: none; margin: 20px 0 0; }
.recruit-other li a { transition: none; }
.recruit-other li a:hover { transform: none; }
.recruit-info { margin-top: 60px; }
.recruit-info table th { font-size: 13px; }
.recruit-info table td { font-size: 13px; }
.recruit-entry .form .guide { font-size: 13px; }
.recruit-entry .form dl { font-size: 13px; }
.recruit-entry .form dt { width: 100%; padding: 20px 0 0; float: none; text-align: left; }
.recruit-entry .form dd { width: 100%; padding: 10px 0 20px; float: none; text-align: left; border: none; }
.recruit-entry .form p { font-size: 13px; }
.recruit-entry .form .text-box { width: 70%;}
.recruit-entry .form .textarea-box { width: 100%; }
.recruit-entry .form .btn-area { padding: 10px 0 30px; }

}/*--------------------------------------------------------------------------*/





@media only screen and (max-width: 567px) {
/*-------------------------------------
common
-------------------------------------*/
/* girls-list */
.girls-list li { width: 49%; }
.girls-list .day { width: 70%; }
.girls-list .today { width: 90%; }
.girls-list .next { width: 90%; }


/*-------------------------------------
top
-------------------------------------*/
/*top-pickup */
.top-pickup .en { letter-spacing: 0.1em; font-size: 11px; }
.top-pickup .name { font-size: 18px; }
.top-pickup .size { margin-bottom: 5px; font-size: 12px; letter-spacing: 0.02em; }
.top-pickup .today { width: 90%; padding: 2px 0; letter-spacing: 0.02em; font-size: 12px; }
.top-pickup .next { width: 90%; padding: 2px 0; letter-spacing: 0.02em; font-size: 12px; }
.top-pickup .type { padding: 2px 8px; margin: 0 1px; font-size: 12px; }
/* top-newface */
.top-newface .en { letter-spacing: 0.1em; font-size: 11px; }
.top-newface .name { font-size: 18px; }
.top-newface .size { margin-bottom: 5px; font-size: 12px; letter-spacing: 0.02em; }
.top-newface .today { width: 90%; padding: 2px 0; letter-spacing: 0.02em; font-size: 12px; }
.top-newface .next { width: 90%; padding: 2px 0; letter-spacing: 0.02em; font-size: 12px; }
.top-newface .type { padding: 2px 8px; margin: 0 1px; font-size: 12px; }
/* top-diary */
.top-diary .info .name { font-size: 16px; }
/* top-movie */
.top-movie .en { letter-spacing: 0.1em; font-size: 11px; }
.top-movie .name { font-size: 18px; }
.top-movie .size { margin-bottom: 5px; font-size: 12px; letter-spacing: 0.02em; }
.top-movie .type { padding: 2px 8px; margin: 0 1px; font-size: 12px; }


/*-------------------------------------
diary
-------------------------------------*/
.diary li { width: 48%; }
.diary .info .name { font-size: 16px; }


/*-------------------------------------
gravure
-------------------------------------*/
.gravure li { width: 50%; }


/*-------------------------------------
movie
-------------------------------------*/
.movie li { width: 99%; }


/*-------------------------------------
profile
-------------------------------------*/
/* profile-info */
.profile-info .wrap { padding: 30px 0 40px; }
.profile-info h2 { margin-top: 8px; }
.profile-info h3 { margin-top: 8px; }
.profile-info .sum { width: 150px; height: 150px; }
.profile-info .en { font-size: 14px; letter-spacing: 0.3em; }
.profile-info .name { font-size: 30px; margin-top: 5px; letter-spacing: 0.15em; }
.profile-info .size { font-size: 16px; letter-spacing: 0.03em; }
.profile-info .type { font-size: 16px; padding: 2px 12px; margin: 0 2px; }
/* prof */
.profile-info .prof { margin: 10px auto 0; }
.profile-info .prof dl { font-size: 14px; letter-spacing: 0; }
.profile-info .prof dt { padding: 20px 0 0 0; width: 45%; text-align: left; }
.profile-info .prof dd { padding: 20px 0 0 0; width: 55%; text-align: left; }
/* message */
.profile-info .message { margin: 40px auto 0; }
.profile-info .message h3 { font-size: 30px; }
.profile-info .message p { font-size: 14px; letter-spacing: 0; }
/* comment */
.profile-info .comment { margin: 40px auto 0; }
.profile-info .comment h3 { font-size: 30px; }
.profile-info .comment p { font-size: 14px; letter-spacing: 0; }
/* week */
.profile-info .week { margin: 40px auto 0; }
.profile-info .week h3 { font-size: 30px; }
.profile-info .week dl { font-size: 15px; }
.profile-info .week dt { padding: 20px 5% 0 0; margin-top: 0; }
.profile-info .week dd { padding: 20px 0 0 5%; }
/* profile-gravure */
.profile-gravure ul li { width: 160px; }
/* profile-diary */
.profile-diary ul li { width: 160px; }
.profile-diary .pict { height:230px; }


/*-------------------------------------
system 
-------------------------------------*/
.system .info h2 { max-width: 220px; margin: 0 auto 5px; font-size: 24px; }
.system .info p { max-width: 300px; font-size: 14px; }
.system .price { margin-top: 20px; }
.system .price p img { max-width: 320px; }
.system .appoint { margin-top: 20px; }
.system .floor ul li { width: 50%; }
.system .shop table th { padding: 10px; }
.system .shop table td { padding: 10px 15px; }
.system .taboo table td { padding: 15px 20px; }


/*-------------------------------------
access 
-------------------------------------*/
.access .shop table th { padding: 10px; }
.access .shop table td { padding: 10px 15px; }


/*-------------------------------------
recruit
-------------------------------------*/
.recruit-info { margin-top: 50px; }
.recruit-info table th { padding: 10px; }
.recruit-info table td { padding: 10px 15px; }

}/*--------------------------------------------------------------------------*/





@media only screen and (max-width: 329px) {
/*-------------------------------------
profile
-------------------------------------*/
/* profile-info */
.profile-info .en { font-size: 13px; }
.profile-info .name { font-size: 28px; }
.profile-info .size { font-size: 14px; }
.profile-info .type { font-size: 14px; }
.profile-info dl { font-size: 13px; }
/* message */
.profile-info .message { margin: 30px auto 0; }
.profile-info .message h3 { font-size: 28px; }
.profile-info .message p { font-size: 13px; }
/* comment */
.profile-info .comment { margin: 30px auto 0; }
.profile-info .comment h3 { font-size: 28px; }
.profile-info .comment p { font-size: 13px; }
/* week */
.profile-info .week { margin: 30px auto 0; }
.profile-info .week h3 { font-size: 28px; }
.profile-info .week dl { font-size: 14px; }


/*-------------------------------------
access 
-------------------------------------*/
.access .route ul { width: 100%; margin: 0; }
.access .route li { width: 100%; margin: 15px 0 0 0; float: none; }

}/*--------------------------------------------------------------------------*/
