@charset "utf-8";
/* CSS Document */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3",helvetica,arial,verdana,sans-serif;
  line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
}

li {
  list-style-type: none;
}

/* ==================================================
 英語ユーザーの英語サイトへの誘導
================================================== */
div.eng_lead {
  background: url(../../images/web/btn_eng_lead.png) left top no-repeat;
  background-size: 100%;
  z-index: 1000;
  position: fixed;
  left: 50%;
  margin-left: -50%;
  bottom: 0;
  padding-top: 24%;
  width: 80%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: eng_lead_bounceInUp;
  animation-name: eng_lead_bounceInUp;
}

@-webkit-keyframes eng_lead_bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes eng_lead_bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

div.eng_lead:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha( opacity=90 )";
}

div.eng_lead.off {
  display: none;
}

div.eng_lead a.bnr {
  display: block;
  position: absolute;
  /* color: #120; */
  width: 86%;
  height: 10%;
  padding-top: 22%;
  bottom: 0;
  /* z-index: 1100; */
  /* margin-top: 15px; */
  /* background-color: rgba(210, 14, 14, 0.85); */
}

div.eng_lead a.close {
  width: 10%;
  /* height: 25%; */
  padding-top: 11%;
  z-index: 1200;
  position: absolute;
  top: 2px;
  left: 89%;
  /* background-color: rgba(34, 244, 80, 0.8); */
}

/* ==================================================
 成人認証
================================================== */
body.adultcheck {
  -webkit-text-size-adjust: none;
}

/* 背景設定
-------------------------------------------------- */
/* 半透明な白 */
body.adultcheck:before {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
}

 /* パターン背景 IE10以上 */
@media all and (-ms-high-contrast: none) {
  body.adultcheck:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAPElEQVQ4T2P8////fwbiwGdilDGOGogvmEbDEHvoDI1k84mYHMDAwMBLjDqQl0cNxBlSo2GIO6cM7mQDAClaWUOvWlN4AAAAAElFTkSuQmCC);
    opacity: 1;
  }
}

 /* パターン背景 */
body.adultcheck:after {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAPElEQVQ4T2P8////TAbiwBZilDGOGogvmEbDEHvoDI1k40tMDmBgYPAhRh3Iy6MG4gyp0TDEnVMGd7IBAMWoTtVcwv62AAAAAElFTkSuQmCC);
}

/* 背景スクロール禁止 */
body.adultcheck #container {
  position: fixed;
}

/* 成人向け入室確認
-------------------------------------------------- */
.adult_check_box {
  position: absolute;
  z-index: 1100;
  width: 90%;
  left: 5%;
  top: 60px;
  min-width: 280px;
  -webkit-animation: fade 0.6s ease 0s 1;
  animation: fade 0.6s ease 0s 1;
}

@-webkit-keyframes fade {
  0% { opacity: 0; -webkit-transform: translateY(-10px); }
  100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fade {
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(0); }
}

.check_top {
  position: relative;
  padding-bottom: 100px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

.check_top:before,
.check_top:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.check_top:before {
  background: #bfeaff;
  background: -moz-linear-gradient(top, #bfeaff 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #bfeaff 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #bfeaff 0%,#ffffff 100%);
}

.check_top:after {
  background-position: center top;
  background-image: url(../../images/web/common/bg_adultcheck_touch.png);
  background-size: 280px 400px;
  background-repeat: no-repeat;
}

.style_books .check_top:after,
.style_pro .check_top:after {
  background-position: center -80px;
}

.style_girls .check_top:after,
.style_girlspro .check_top:after {
  background-position: center -160px;
}

.style_gay .check_top:after {
  background-position: center -240px;
}

.style_ecchieng .check_top:after {
  background-position: center -320px;
}

.check_top h1 {
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #4d6594;
}

.style_girls .check_top h1,
.style_girlspro .check_top h1 {
  background: #806060;
}

.style_gay .check_top h1 {
  background: #363636;
}

.style_ecchieng .check_top h1 {
  margin-bottom: 15px;
}

.check_top p {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin: 0 8%;
}

.check_top p strong {
  color: #4d6594;
  font-size: 16px;
  margin: 0 auto;
}

.style_girls .check_top p strong,
.style_girlspro .check_top p strong {
  color: #806060;
}

.style_gay .check_top p strong {
  color: #363636;
}

.style_ecchieng .check_top p strong {
  font-size: 15px;
}

.check_top p.top_text {
  line-height: 1.5;
  font-size: 12px;
  margin: 10px 8% 15px;
}

.style_ecchieng .check_top p.top_text {
  line-height: 1.4;
  margin: 10px 6%;
}

.check_top p.btm_text {
  margin: 30px 15px 0 0;
  text-align: right;
}

.check_btn {
  display: table;
  width: 88%;
  margin: 0 6%;
}

.check_btn li {
  display: table-cell;
}

.check_btn li.btn_no {
  width: 35%;
  padding-right: 8px;
}

.check_btn li.btn_yes {
  width: 65%;
}

.check_btn li a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  box-shadow: -1px -1px 1px 0 rgba(0,0,0,0.2) inset;
}

.check_top li.btn_no a {
  color: #fff;
  font-size: 16px;
  background: #808080;
}

.check_top li.btn_no a:hover {
  opacity: 0.9;
}

.check_top li.btn_yes a {
  color: #fff;
  font-size: 18px;
  background: #fa3e83;
}

.check_top li.btn_yes a:hover {
  opacity: 0.9;
}