@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;
}

/* ==================================================
 英語・台湾サイトへの誘導ポップ
================================================== */
.language_guide_popup {
  display: flex;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 12200;
  transform: translateX();
  animation: languageGuidePopup 1s both;
}

.language_guide_popup .popup_item {
  opacity: 1;
  visibility: visible;
  flex-shrink: 0;
  position: relative;
  transform: translateY(0);
  width: 280px;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, width 0s ease 0.2s, margin 0s ease 0.2s;
}

.language_guide_popup .popup_item:not(:first-child) {
  margin-left: 20px;
}

@keyframes languageGuidePopup {
  0% {
    transform: translate(-50%, 2000px);
    opacity: 0;
  }
  60% {
    transform: translate(-50%, -30px);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

.language_guide_popup .popup_item.off {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  width: 0;
  margin: 0;
}

.popup_item a.banner {
  display: block;
  width: 280px;
  height: 0;
  padding-top: 32%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.popup_item.type_eng          a.banner { background-image: url(../../modpub/images/web/btn_eng_lead.png); }
.popup_item.type_eng_point    a.banner { background-image: url(../../modpub/images/web/btn_eng_point_lead.png); }
.popup_item.type_taiwan       a.banner { background-image: url(../../images/web/btn_taiwan_lead.png); }
.popup_item.type_taiwan.girls a.banner { background-image: url(../../images/web/btn_taiwan_lead_girls.png); }
.popup_item.type_china        a.banner { background-image: url(../../images/web/btn_china_lead.png); }
.popup_item.type_china.girls  a.banner { background-image: url(../../images/web/btn_china_lead_girls.png); }
.popup_item.type_china.howto  a.banner { background-image: url(../../images/web/btn_china_howto_lead.png); }

.popup_item a.banner:hover {
  opacity: 0.9;
}

.popup_item a.close {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 2px;
  right: 0;
}

/* ==================================================
 英語・台湾サイトへの誘導ポップ
================================================== */
div.eng_lead,
div.china_lead,
div.taiwan_lead {
  background: url(../../modpub/images/web/btn_eng_lead.png) left top no-repeat;
  background-size: 100%;
  z-index: 1048759;
  position: fixed;
  left: 50%;
  margin-left: -40%;
  bottom: 0;
  padding-top: 24%;
  width: 80%;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: eng_lead_bounceInUp;
}

div.taiwan_lead {
  background: url(../../images/web/btn_taiwan_lead.png) left top no-repeat;
  background-size: 100%;
  width: 80%;
}

div.taiwan_lead.girls {
  background: url(../../images/web/btn_taiwan_lead_girls.png) left top no-repeat;
  background-size: 100%;
  width: 80%;
}

div.china_lead       {
  background: url(../../images/web/btn_china_lead.png) 0 0 no-repeat;
  background-size: 100%;
  width: 80%;
}

div.china_lead.girls {
  background: url(../../images/web/btn_china_lead_girls.png) 0 0 no-repeat;
  background-size: 100%;
  width: 80%;
}

@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,
div.taiwan_lead:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha( opacity=90 )";
}

div.eng_lead.off,
div.taiwan_lead.off {
  display: none;
}

div.eng_lead a.bnr,
div.taiwan_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,
div.taiwan_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 > *:not(.adult_check_box) {
  -webkit-filter: blur(10px);
}

/* 背景設定
-------------------------------------------------- */
/* 半透明な白 */
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,
.adult_check_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 12200;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  margin: auto;
}

#check_top,
.check_top {
  position: relative;
  min-width: 300px;
  max-width: 360px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  animation: fade 0.6s ease 0s 1 both;
}

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

@media screen and (min-width: 768px) and (orientation: portrait), (min-width: 1024px) {
    #check_top,
    .check_top {
    position: relative;
    width: 100%;
    max-width: 640px;
    border-radius: 10px;
  }
}

#check_top h1,
.check_top h1 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 16px 0;
  margin-bottom: 30px;
  border-radius: 5px 5px 0 0;
  background: #4d6594;
}

[class*="style_girls"] #check_top h1,
[class*="style_bl"]    #check_top h1,
[class*="style_girls"] .check_top h1,
[class*="style_bl"]    .check_top h1 {
  background: #806060;
}

@media screen and (min-width: 768px) and (orientation: portrait), (min-width: 1024px) {
  #check_top h1,
  .check_top h1 {
    font-size: 22px;
    background: linear-gradient(to bottom, #51648c 0%, #3a5480 100%);
    margin-bottom: 60px;
    padding: 24px 0;
    border-radius: 10px 10px 0 0;
  }
}

[class*="style_ecchieng"] #check_top h1,
[class*="style_ecchieng"] .check_top h1 {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (orientation: portrait), (min-width: 1024px) {
  [class*="style_ecchieng"] #check_top h1,
  [class*="style_ecchieng"] .check_top h1 {
    margin-bottom: 50px;
  }
}

#check_top p,
.check_top p {
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  margin: 0 15px;
}

#check_top p strong,
.check_top p strong {
  color: #fa3e83;
  font-size: 20px;
  margin: 0 auto;
  font-weight: normal;
}

@media screen and (min-width: 768px) and (orientation: portrait), (min-width: 1024px) {
  #check_top p strong,
  .check_top p strong {
    font-size: 30px;
  }
}

[class*="style_girls"] #check_top p strong,
[class*="style_bl"]    #check_top p strong,
[class*="style_girls"] .check_top p strong,
[class*="style_bl"]    .check_top p strong {
  color: #806060;
}

[class*="style_ecchieng"] #check_top p strong,
[class*="style_ecchieng"] .check_top p strong {
  font-size: 16px;
}

@media screen and (min-width: 768px) and (orientation: portrait), (min-width: 1024px) {
  [class*="style_ecchieng"] #check_top p strong,
  [class*="style_ecchieng"] .check_top p strong {
    font-size: 24px;
  }
}

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

[class*="style_ecchieng"] #check_top p.top_text,
[class*="style_ecchieng"] .check_top p.top_text {
  line-height: 1.4;
}

@media screen and (max-width: 320px) {
  #check_top p.top_text,
  .check_top p.top_text {
    text-align: left;
  }

  #check_top p.top_text br,
  .check_top p.top_text br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (orientation: portrait), (min-width: 1024px) {
  #check_top p.top_text,
  .check_top p.top_text {
    font-size: 15px;
    width: 84%;
    margin: 20px auto 30px;
  }
}

#check_top p.btm_text,
.check_top p.btm_text {
  font-size: 11px;
  margin: 20px 15px;
  text-align: left;
  color: #999;
}

@media screen and (min-width: 768px) and (orientation: portrait), (min-width: 1024px) {
  #check_top p.btm_text,
  .check_top p.btm_text {
    margin: 30px 15px;
    text-align: center;
  }
}

/* はい / いいえ ボタン */
.check_btn {
  display: flex;
  width: 90%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) and (orientation: portrait), (min-width: 1024px) {
  .check_btn {
    width: 84%;
    margin: 0 auto 60px;
  }
}

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

@media screen and (min-width: 768px) and (orientation: portrait), (min-width: 1024px) {
  .check_btn li.btn_no {
    padding-right: 15px;
  }
}

.check_btn li[class*="btn_yes"] {
  width: 65%;
}

.check_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

@media screen and (min-width: 768px) and (orientation: portrait), (min-width: 1024px) {
  .check_btn li a {
    height: 76px;
    border-radius: 8px;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15) inset;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 22px;
  }
}

.check_btn li a:hover {
  opacity: 0.9;
  text-decoration: none;
}

.check_btn li.btn_no a {
  color: #fff;
  background: #aaa;
}

@media screen and (min-width: 768px) and (orientation: portrait), (min-width: 1024px) {
  .check_btn li.btn_no a {
    border: solid 1px #ccc;
    background: linear-gradient(to bottom, #f7f7f7 0%, #ddd 100%);
    text-shadow: 0 0 6px #fff, 0 0 4px #fff, 0 0 2px #fff, 0 0 1px #fff;
    color: #888;
  }
}

.check_btn li[class*="btn_yes"] a {
  color: #fff;
  font-size: 18px;
  background: #fa3e83;
}

@media screen and (min-width: 768px) and (orientation: portrait), (min-width: 1024px) {
  .check_btn li[class*="btn_yes"] a {
    font-size: 0;
    border: solid 1px #e66595;
    background: linear-gradient(to bottom, #ff86b3 0%, #ff4d8f 100%);
    text-shadow: 0 0 6px #dc3472, 0 0 4px #dc3472, 0 0 2px #dc3472, 0 0 1px #dc3472;
    color: #fff;
  }

  .check_btn li[class*="btn_yes"] a::after {
    font-size: 24px;
    letter-spacing: 0;
    content: "はい、18歳以上です";
  }

  .check_btn li.btn_yes_cn a::after {
    content: "是，我已满18岁";
  }

  .check_btn li.btn_yes_tw a::after {
    content: "是的，我已滿18歲";
  }

  .check_btn li.btn_yes_kr a::after {
    content: "네, 만 19세 이상입니다";
  }

  [class*="style_ecchieng"] .check_top li.btn_yes a::after {
    font-size: 22px;
    font-weight: normal;
    content: "Yes, I can legally Enter";
  }
}

/* ==================================================
モーダル告知(reset_touch.cssに合流)
================================================== */
/* 背景設定
-------------------------------------------------- */
/* 半透明な白 */
body.foremost_modal::before {
  position: fixed;
  z-index: 12000;
  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.foremost_modal::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAPElEQVQ4T2P8////fwbiwGdilDGOGogvmEbDEHvoDI1k84mYHMDAwMBLjDqQl0cNxBlSo2GIO6cM7mQDAClaWUOvWlN4AAAAAElFTkSuQmCC);
    opacity: 1;
  }
}

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

/* 背景スクロール禁止 */
body.foremost_modal {
  position: fixed;
  width: 100%;
}

/* LP_VOICE_CM
-------------------------------------------------- */
.foremost_box {
  position: absolute;
  z-index: 12200;
  width: 90%;
  left: 50%;
  margin-left: -45%;
  top: 60px;
  min-width: 280px;
  animation: fade 0.6s ease 0s 1;
}

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

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

.foremost_box .check_top h1,
.foremost_box .check_top::before,
.foremost_box .check_top::after {
  display: none !important;
}

.foremost_box img {
  width: 100%;
}

/* 閉じる */
.foremost_box .lp_btn_close {
  position: absolute;
  background: #000;
  color: #fff!important;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 27px;
  right: -10px;
  top: -10px;
  text-decoration: none!important;
}

/* ゼンクラーククーポン
-------------------------------------------------- */
#zc-plugincontainer {
  z-index: 599!important;
}