@charset "UTF-8";
/* 以下触りません。
--------------------------------------------- */
/* --------------------------------------------- */
/* --------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cinzel&display=swap");
.contBox {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.05) -1px 1px 0, rgba(255, 255, 255, 0.5) -1px 1px 0 inset;
  box-sizing: border-box;
  border-radius: 5px;
  background: url(../images/cmn_bg_contents_sp.jpg) 0 0 repeat;
}

.modeFB > * {
  border-color: #666666;
}
.modeFB dt {
  background: #000;
  color: #000000;
}
.modeFB li, .modeFB dd {
  background: none;
  color: #f0f0f0;
}
.modeFB.FB_v1 > *:nth-child(-n+4) {
  border-top-color: #666666;
}
.modeFB.FB_v2 > *:nth-child(-n+2) {
  border-top-color: #666666;
}

html {
  background: url(../images/cmn_bg_html_pat_sp.jpg) center top repeat;
}

body {
  color: #f0f0f0;
}

#header .headerTime {
  background: #000;
  color: #f0f0f0;
}
#header .headerTime::before {
  content: "";
  display: block;
  position: relative;
  top: -10px;
  height: 2px;
  background: linear-gradient(90deg, #2b0a0f 0%, #780e1b 50%, #2b0a0f 100%);
}
#header .subNav {
  background: #0a0a0a;
}
#header .subNav a {
  color: #a21a2b;
}
#header .subNav a:before {
  color: #a21a2b;
}
#header .mainNav li {
  background-image: url(../images/noise--1.png);
}

.titLv2 {
  color: #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0 20px;
  color: #fff;
  font-weight: normal;
  font-family: "Cinzel", "Noto Serif JP", serif;
  outline: 1px solid #471017;
  outline-offset: 3px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #151515 50%, #232323 50%);
  padding: 5px 0 0 30px;
  font-size: 24px;
  line-height: 50px;
}
.titLv2:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #780e1b 50%, #21212e 50%);
  width: 4px;
  height: 40px;
  margin-left: -15px;
  margin-top: -2px;
}
.titLv2 span {
  padding-right: 15px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.titLv2 .more--onH1 a {
  background: #0a0a0a;
  color: #a21a2b;
}
.titLv2 .more--onH1 a:after {
  color: #a21a2b;
}

.pMain .topContents .titLv2:first-child {
  margin-bottom: 5px;
}

.titLv3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 4px 4px 25px;
  color: #fff;
  font-weight: normal;
  font-family: "Cinzel", "Noto Serif JP", serif;
  outline: 1px solid #471017;
  outline-offset: 3px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #151515 50%, #232323 50%);
}

.titLv4 {
  font-size: 18px;
}

.pager ol li.nLink {
  color: #000000;
}
.listBox a {
  color: #f0f0f0;
}
.listBox .listBox_name {
  color: #f0f0f0;
}
.pPostReview .listBox .listBox_name {
  color: #f0f0f0;
}
.pPostReview .listBox .listBox_title {
  color: #f0f0f0;
}
.pPostReview .listBox.listBox_detail .listBox_name {
  color: #f0f0f0;
}
.pPostReview .listBox.listBox_detail .listBox_title {
  color: #f0f0f0;
}
.listBox .flag li.new {
  color: #6d8a58;
  background-color: #1f1f1f;
}
.listBox .flag li.today {
  color: #610101;
  background-color: #d9c297;
}
.listBox .flag li.rank {
  color: #f0f0f0;
  background-color: #1f1f1f;
}
.listBox .flag li.rank.rank1 {
  color: #bc8c37;
  background-color: #1f1f1f;
}
.listBox .flag li.rank.rank2 {
  color: #c4cdd3;
  background-color: #1f1f1f;
}
.listBox .flag li.rank.rank3 {
  color: #e69a78;
  background-color: #1f1f1f;
}
.listBox .listBox_schedule .listText {
  color: #f0f0f0;
}
.listBox .listBox_typeIcon li {
  color: #f0f0f0;
  background-color: #380c4f;
}

.listNews article {
  color: #f0f0f0;
}
.listNews .listNews_header {
  color: #f0f0f0;
  background: none;
}
.listNews .listNews_header a {
  color: #f0f0f0;
}

.tableBox th, .tableBox td {
  border-color: #666666;
}
.tableBox th {
  background: #000;
  color: #000000;
  border-color: #666666;
}
.tableBox td {
  color: #f0f0f0;
  background: none;
}
.tableBox tr:nth-of-type(1) th {
  border-top-color: #666666;
}
.tableBox tr:nth-last-of-type(1) th {
  border-bottom-color: #666666;
}

.form .formSubmit input[type=submit] {
  color: #523823;
  line-height: 3.4;
  border: 1px solid #836d46;
  box-sizing: border-box;
  background: linear-gradient(#c0ac88 0%, #d1c3aa 50%, #c9b899 51%, #ae9567 100%);
}
.form .formBack input[type=submit] {
  background-color: #8b8b8b;
  background-image: linear-gradient(#a4a4a4 0%, #8b8b8b 100%);
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.form.formInquiry .checkboxLabel div input[type=checkbox] + label {
  background-color: #999;
  background-image: linear-gradient(#b3b3b3 0%, #999 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
}
.form.formInquiry .checkboxLabel div input[type=checkbox]:checked + label {
  background-color: #404040;
  background-image: linear-gradient(#595959 0%, #404040 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
}
.form.formInquiry .radioLabel div input[type=radio] + label {
  background-color: #999;
  background-image: linear-gradient(#b3b3b3 0%, #999 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
}
.form.formInquiry .radioLabel div input[type=radio]:checked + label {
  background-color: #404040;
  background-image: linear-gradient(#595959 0%, #404040 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
}

.linkBtn.linkBtn_v1 a {
  color: #523823;
  line-height: 3.4;
  border: 1px solid #836d46;
  box-sizing: border-box;
  background: linear-gradient(#c0ac88 0%, #d1c3aa 50%, #c9b899 51%, #ae9567 100%);
}
.linkBtn.linkBtn_v2 a {
  color: #523823;
  background-color: #8b8b8b;
  background-image: linear-gradient(#a4a4a4 0%, #8b8b8b 100%);
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.listGirls .listGirls__link .flag li.new {
  color: #6d8a58;
  background-color: #1f1f1f;
}
.listGirls .listGirls__link .flag li.today {
  color: #610101;
  background-color: #d9c297;
}
.listGirls .listGirls__link .flag li.rank {
  color: #f0f0f0;
  background-color: #1f1f1f;
}
.listGirls .listGirls__link .flag li.rank.rank1 {
  color: #bc8c37;
  background-color: #1f1f1f;
}
.listGirls .listGirls__link .flag li.rank.rank2 {
  color: #c4cdd3;
  background-color: #1f1f1f;
}
.listGirls .listGirls__link .flag li.rank.rank3 {
  color: #e69a78;
  background-color: #1f1f1f;
}
.listGirls .listGirls__link .feature li {
  color: #f0f0f0;
  background-color: #380c4f;
}
.listGirls .listGirls__link:after {
  color: #0a0a0a;
}

.pDetail .detailBox .girlsName {
  color: #f0f0f0;
}
.pDetail .detailBox .girlsName .girlsAge {
  color: #f0f0f0;
}
.pDetail .detailBox .flag .new {
  background-color: #1f1f1f;
}
.pDetail .detailBox .flag .today {
  background-color: #d9c297;
}
.pDetail .detailBox .flag.rank {
  color: #f0f0f0;
  background-color: #1f1f1f;
}
.pDetail .detailBox .flag.rank.rank1 {
  color: #bc8c37;
  background-color: #1f1f1f;
}
.pDetail .detailBox .flag.rank.rank2 {
  color: #c4cdd3;
  background-color: #1f1f1f;
}
.pDetail .detailBox .flag.rank.rank3 {
  color: #e69a78;
  background-color: #1f1f1f;
}
.pDetail .detailBox .feature li {
  color: #f0f0f0;
  background: #380c4f;
}
.pDetail .detailBox .optionBox li {
  background: #000;
  color: #000000;
}
.pDetail .detailBox .listReview h1 {
  background: rgba(240, 240, 240, 0.2);
  padding: 0 5px !important;
}
.pDetail .detailBox .listReview .titLv4 {
  border-bottom: none !important;
  margin-bottom: 10px !important;
  font-size: 16px;
}

.pSystem .systemBasePlay li:nth-of-type(3n+1) {
  border-left-color: #666666;
}
.pSystem .systemBasePlay li:nth-of-type(-n+3) {
  border-top-color: #666666;
}

.pIndex .attentionText {
  color: #f0f0f0;
}

ul.btn {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
ul.btn li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% /4);
  box-sizing: border-box;
  border-top: 1px solid #ff5060;
  border-bottom: 1px solid #ff5060;
  border-right: 1px solid #ff5060;
}
ul.btn li::before {
  content: "▼";
  position: absolute;
  margin-right: 8px;
  bottom: 0;
  font-size: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #666;
}
ul.btn li:nth-of-type(1), ul.btn li:nth-of-type(5) {
  border-left: 1px solid #ff5060;
}
ul.btn li:nth-of-type(-n+4) {
  border-bottom: none;
}
ul.btn li a {
  display: block;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.recruit_section_body2 > div {
  margin-bottom: 30px;
}

.recruit_section_body2 {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.recruit_section_body2 ul.free {
  margin-bottom: 10px;
  overflow: hidden;
}
.recruit_section_body2 ul.free li {
  margin-bottom: 5px;
}
.recruit_section_body2 .slider-for {
  margin-bottom: 0;
  margin-top: 10px;
}
.recruit_section_body2 .recruit_faq-answer {
  margin-bottom: 20px;
}
.recruit_section_body2 .recruit_faq-answer p span {
  font-size: 1em;
  color: white;
}
.recruit_section_body2 .recruit_faq-question {
  position: relative;
  background: rgba(255, 80, 96, 0.2);
  padding: 5px 25px 5px 10px;
  margin-bottom: 10px;
}
.recruit_section_body2 .recruit_faq-question::before {
  content: "Q.";
  font-family: "Cormorant Infant", serif;
  margin-right: 0.5em;
}
.recruit_section_body2 .open::after {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.recruit_section_body2 div p span {
  font-size: 1.2em;
  color: #ff5060;
}
.recruit_section_body2 h4 {
  color: #ff5060;
  margin-bottom: 10px;
  font-size: 1.2em;
  padding-bottom: 3px;
  font-weight: normal;
  border-bottom: 1px solid #ff5060;
}
.recruit_section_body2 h3 {
  padding: 2px 0 2px 8px;
  background: none;
  border: none;
  border-left: 3px solid #ff5060;
  color: #ff5060;
  font-weight: normal;
  line-height: 1.4;
  font-size: 23.8px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
.recruit_section_body2 ul.flow li:nth-of-type(6) {
  margin-bottom: 0px;
}
.recruit_section_body2 ul.flow li {
  position: relative;
  margin-bottom: 50px;
}
.recruit_section_body2 ul.flow li:after {
  content: "▼";
  bottom: -35px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #666;
}
.recruit_section_body2 ul.flow li:nth-of-type(6):after {
  content: none;
}
.recruit_section_body2 ul.check {
  margin-top: 20px;
}
.recruit_section_body2 ul.check li {
  list-style-type: square;
  margin-bottom: 10px;
  list-style-position: inside;
}
.recruit_section_body2 ul.syukkin {
  width: 100%;
  margin: 10px 0 20px;
}
.recruit_section_body2 ul.syukkin li {
  display: flex;
  width: 100%;
  border-top: 1px solid #ff5060;
  border-right: 1px solid #ff5060;
  border-left: 1px solid #ff5060;
  padding: 10px 0;
  text-align: center;
}
.recruit_section_body2 ul.syukkin li:nth-of-type(7) {
  border-bottom: 1px solid #ff5060;
}
.recruit_section_body2 ul.syukkin li p {
  width: 100%;
  display: block;
}
.recruit_section_body2 .kyuyo_mouth {
  font-weight: normal;
}
.recruit_section_body2 .kyuyo_mouth span {
  color: #ff5060;
  font-size: 1.5em;
}
.recruit_section_body2 .mb30 {
  margin-bottom: 30px;
}
.recruit_section_body2 .mb20 {
  margin-bottom: 20px;
}
.recruit_section_body2 .mb10 {
  margin-bottom: 10px;
}
.recruit_section_body2 .line {
  margin-top: 20px;
}
.recruit_section_body2 .line h6 {
  margin-bottom: 10px;
}

/*recruit_section_body2 */
#meetup,
#content07,
#content08 {
  margin-top: -110px;
  padding-top: 110px;
}

#content01,
#content02,
#content03,
#content04,
#content05,
#content06 {
  margin-top: -80px;
  padding-top: 80px;
}

@font-face {
  font-family: "Material Icons";
  src: url("../fonts/MaterialIcons-Regular.eot");
  src: url("../fonts/MaterialIcons-Regular.eot") format("embedded-opentype"), url("../fonts/icomoon.woff?-vb6k11") format("woff"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?dadr08");
  src: url("../fonts/icomoon/icomoon.eot?dadr08#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?dadr08") format("truetype"), url("../fonts/icomoon/icomoon.woff?dadr08") format("woff"), url("../fonts/icomoon/icomoon.svg?dadr08#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  background-image: none;
}

body {
  background: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

button {
  border: none;
  display: block;
  text-align: center;
}

img {
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
}

#header {
  padding-top: 102px;
}
#header .headerTime {
  color: #fff;
}
#header .headerTime span {
  margin: 0 1%;
  color: #585757;
}
#header .headerLogo {
  height: auto;
  background: url(../images/cmn_bg_logo_sp.png) repeat-x center center;
  background-size: 100%;
}
#header .subNav {
  background-color: #0a0a0a;
  width: 100%;
}

#header .subNav a {
  color: #a23240;
}
#header .subNav a:before {
  color: #a21a2b;
  font-family: "Material Icons" !important;
}
#header .subNav #subNav__trigger {
  line-height: 1.5;
}
#header .subNav #subNav__trigger:before {
  content: "\e5d2";
}
#header .subNav .snav_schedule a:before {
  content: "\e616";
}
#header .subNav .snav_girl a:before {
  content: "\e7fd";
}
#header .subNav .snav_system a {
  line-height: 0.8;
}
#header .subNav .snav_system a:before {
  font-family: "FontAwesome" !important;
}
.snav_system a:before {
  display: none !important;
}
#header .subNav .snav_pagetop a:before {
  content: "\e5d8";
}
#header .subNav > a {
  display: block;
  width: 20%;
  float: left;
  font-size: 0.7rem;
  padding-top: 6px;
  text-align: center;
}
#header .subNav.active #subNav__trigger:before {
  content: "\e14c";
}
#header .mainNav li {
  background-image: none;
  background-color: #0a0a0a;
  border-top: none;
  line-height: 3.5;
  border-bottom: 1px solid #222;
}
#header .mainNav li a {
  color: #a23240;
}
#header .mainNav li a:after {
  font-family: "icomoon" !important;
  content: "\e901";
  color: #a23240;
}

.banners {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 4px 14px;
  box-sizing: border-box;
}
.banners li {
  margin-bottom: 15px;
  list-style: none;
  height: 80px;
  outline: 1px solid #666;
  outline-offset: 3px;
  background-position: center;
  background-size: cover;
}
.banners li p {
  font-family: "Cinzel", "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 1px;

}
.banners li p strong {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  padding: 1px 5px 3px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
.banners li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.banners li:nth-of-type(-n+3) {
  width: 100%;
}
.banners li:nth-of-type(-n+3) p {
  font-size: 12px;
}
.banners li:nth-of-type(-n+3) p strong {
  font-size: 20px;
  line-height: 22px;
}
.banners li:not(:nth-of-type(-n+3)) {
  width: 47.5%;
}
.banners li:not(:nth-of-type(-n+3)) p {
  font-size: 10px;
  line-height: 12px;
}
.banners li:not(:nth-of-type(-n+3)) p strong {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3px;
}
.banners li:nth-of-type(1) {
  background-image: url(../images/btmbnr_photo.jpg);
}
.banners li:nth-of-type(2) {
  background-image: url(../images/btmbnr_credit.jpg);
}
.banners li:nth-of-type(3) {
  background-image: url(../images/btmbnr_review_SP.jpg);
}
.banners li:nth-of-type(4) {
  background-image: url(../images/btmbnr_post-review.jpg);
}
.banners li:nth-of-type(5) {
  background-image: url(../images/btmbnr_contact.jpg);
}
.banners li:nth-of-type(6) {
  background-image: url(../images/btmbnr_W-recruit.jpg);
}
.banners li:nth-of-type(7) {
  background-image: url(../images/btmbnr_M-recruit.jpg);
}

.jquery_flick-slide_pointer ol li span {
  background: #666;
}

.jquery_flick-slide_pointer ol li.active span {
  background: #21212E;
}

.topNav {
  padding: 0 0 10px;
}
.topNav ul {
  text-align: center;
  font-size: 0;
}
.topNav ul li {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}

#property {
  padding: 54px 8px 12px !important;
  margin-top: -54px;
}

#footer {
  padding: 0px 0 0;
  border-top: 1px solid #666;
}
#footer .footerTime {
  text-align: center;
  box-sizing: border-box;
}
#footer .footerTime dt {
  height: 40px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #f0f0f0;
  font-size: 14px;
  line-height: 40px;
  border: 1px solid #333;
}
#footer .footerTime dd {
  padding: 10px 0;
}
#footer .footerTime dd span {
  margin: 0 1%;
  color: #585757;
}
#footer .contacts {
  padding: 0 3% 10px;
  background: none;
}
#footer .contacts li {
  border-radius: 0;
}
#footer .contacts li a {
  border: 1px solid #780e1b;
  color: #ffffff;
  padding: 2px 0 0;
  height: 3rem;
  background: linear-gradient(0deg, #0a0a0a 0%, #2a2a2a 100%);
  box-shadow: inset 0 0 0 1px black;
}
#footer .contacts li a:before {
  font-family: "Material Icons" !important;
  color: #780e1b;
}
#footer .contacts .mail a:before {
  font-size: 22px !important;
  content: "\e0be" !important;
}
#footer .contacts .tel {
  font-family: "Cinzel", "Noto Serif JP", serif;
}
#footer .contacts .tel a {
  font-size: 26px;
}
#footer .contacts .tel a:before {
  content: "\e0b0" !important;
}

#footer .footerCover {
  text-align: center;
  background: #0a0a0a;
}
#footer .footerCover::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  top: 0px;
  background: linear-gradient(90deg, #2b0a0f 0%, #780e1b 50%, #2b0a0f 100%);
}
#footer .footerCover div {
  padding: 0 0 20px;
}
#footer .footerCover div img {
  width: 25%;
  margin-top: 30px;
}
#footer .footerCover div.stop img {
  width: 96%;
}
#footer .footerCover p {
  padding: 0 2%;
  font-size: 8px;
  color: #666;
}
#footer #copyright {
  background: #0c0c0c;
  color: #666;
  margin-bottom: 50px;
}
#footer #copyright small a {
  color: #666;
}

.pIndex {
  background-image: url(../images/SP_index_back.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pIndex #header {
  margin-bottom: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: container;
}
.pIndex #header .headerLogo {
  padding: 35px 0 30px;
  background: none;
}
.pIndex #header .headerLogo img {
  max-width: 100%;
  height: 120px;
  margin: 0;
}
.pIndex #contents {
  margin-bottom: 0;
}
.pIndex .link-enter-container {
  margin-bottom: 15px;
  text-align: center;
}
.pIndex .link-enter-container .link-enter-item a {
  display: block;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.pIndex .link-enter-container .link-enter-item a img {
  max-width: 100%;
}
.pIndex .link-enter-container .link-enter-item:not(:last-child) {
  margin-bottom: 10px;
}
.pIndex .r18_text {
  padding: 0 0 5px;
  text-align: center;
}
.pIndex .r18_text img {
  width: 15%;
}
.pIndex .r18_text p {
  font-size: 10px;
}
.pIndex .leave {
  text-align: center;
  font-size: 10px;
  color: #ffffff;
}
.pIndex .leave:not(:last-child) {
  margin-bottom: 10px;
}
.pIndex .leave a {
  display: block;
  width: 50%;
  margin: auto;
  font-family: "Cinzel", "Noto Serif JP", serif;
  font-size: 24px;
}
.pIndex .shop_information {
  text-align: center;
}
.pIndex .shop_information img {
  height: 58px;
}
.pIndex .shop_information:not(:last-child) {
  margin-bottom: 20px;
}
.pIndex .indexR18 {
  width: 100%;
  margin: 0;
  padding: 10px 10px 20px;
  box-sizing: border-box;
}
.pIndex .indexR18 .icon {
  display: inline-block;
}
.pIndex .indexR18 .icon img {
  margin-bottom: 0;
  width: 30px;
  vertical-align: bottom;
}
.pIndex .indexR18 .attentionText {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  padding-top: 2px;
  transform: translateY(4px);
}
.pIndex .ad-open {
  text-align: center;
  margin-bottom: 10px;
}
.pIndex .ad-open img {
  height: 30px;
}
.pIndex #footer {
  padding-top: 0px;
}























.awa-rank {
  box-sizing: border-box;
  background: #ffffff;
  white-space: nowrap;
  padding: 1px;
  margin-bottom: 4px;
}

.detailBox .awa-rank {
  color: #c61313;
}

.awa-rank {
  color: #c61313;
  font-weight: bold;
  background-position: center bottom 3px, left top;
  background-size: 39px auto, auto 100%;
  background-repeat: no-repeat, repeat-x;
}
.awa-rank span {
  display: block;
  padding: 2px 0 4px;
  box-shadow: 0 0 0 1px #ffffff inset;
  text-align: center;
}

.awa-rank#rank-n {
  background-image: url(../images/star_n.png), url(../images/rank/list_rank_n_bg.png);
}

.awa-rank#rank-b {
  background-image: url(../images/star_b.png), url(../images/rank/list_rank_b_bg.png);
}

.awa-rank#rank-s {
  background-image: url(../images/star_s.png), url(../images/rank/list_rank_s_bg.png);
}

.awa-rank#rank-g {
  background-image: url(../images/star_g.png), url(../images/rank/list_rank_g_bg.png);
}

.awa-rank#rank-p {
  background-image: url(../images/star_p.png), url(../images/rank/list_rank_p_bg.png);
}

.awa-rank#rank-d {
  background-image: url(../images/star_d.png), url(../images/rank/list_rank_d_bg.png);
  letter-spacing: -0.05em;
}

.listNews li article .listNews_header {
  background: none;
  padding-left: 0;
  padding-right: 0;
  color: #000000;
}
.listNews li article .listNews_header a {
  color: #000000;
}
.listNews li article .listNews_header time {
  color: #ffffff;
  background: #222;
  padding: 2px 8px 0;
  margin-bottom: 8px;
  font-family: "Cinzel", "Noto Serif JP", serif;
}
.listNews li article .listNews_header h1 {
  color: #fff;
}

.titLv2 .title {
  height: 40px;
}
.titLv2 .trans {
  position: absolute;
  right: 8px;
  bottom: 4px;
}
.titLv2 .more--onH1 a {
  background: #ffffff;
  color: #c61313;
}
.titLv2 .more--onH1 a:after {
  color: #c61313;
}

.titLv3 {
  padding-left: 5px;
  font-size: 20px;
  line-height: 40px;
}
.titLv3 > h1 {
  padding: 2px 5px 0;
}

.titLv4::before {
  border-left: none;
  margin: 0;
}
.titLv4 span {
  color: #ff5060 !important;
}

.support_text {
  padding: 0 10px;
}

.pRecruit .text-strong1 {
  color: #cba773;
}
.pRecruit .text-strong2 {
  color: #1869ab;
}
.pRecruit .section1-item .image {
  margin: 0 0 10px;
}
.pRecruit .support_text p:not(:last-child) {
  margin-bottom: 1.5em;
}
.pRecruit .support_text p {
  margin: 0;
}
.pRecruit .recruit-point-table:not(:last-child) {
  margin-bottom: 20px;
}
.pRecruit .recruit-point-table dt, .pRecruit .recruit-point-table dd {
  padding: 4px 16px;
}
.pRecruit .recruit-point-table dt {
  background: #333;
}
.pRecruit .recruit-point-table dd:not(:last-child) {
  margin-bottom: 10px;
}
.pRecruit .recruit-apply-table:not(:last-child) {
  margin-bottom: 20px;
}
.pRecruit .recruit-apply-table dt, .pRecruit .recruit-apply-table dd {
  padding: 4px 16px;
}
.pRecruit .recruit-apply-table dt {
  background: rgba(240, 240, 240, 0.15);
}
.pRecruit .recruit-apply-table dd p {
  margin-bottom: 1em;
}
.pRecruit .recruit-apply-table dd:not(:last-child) {
  margin-bottom: 10px;
}
.pRecruit .recruit-apply-table dd strong.line {
  color: #01c302;
  font-weight: bold;
}
.pRecruit .recruit-apply-table dd a {
  color: #aaa;
  text-decoration: underline;
}
.pRecruit .recruit-apply-table dd span {
  font-size: 12px;
}
.pRecruit .recruit_m_merit-item {
  padding: 10px 22px;
  border: 1px solid #5c5c5c;
  margin-bottom: 10px;
}
.pRecruit .recruit_m_merit-item .merit-title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #a3a3a3;
  margin-bottom: 10px;
}
.pRecruit .recruit_m_merit-item .category-catchcopy {
  font-size: 16px;
}
.pRecruit .recruit_m_merit-item .category-text-caption {
  font-size: 12px;
}
.pRecruit .recruit_m_merit-item .category-tag {
  font-size: 14px;
  display: inline-block;
  border: 1px solid #ffffff;
}
.pRecruit .recruit_m_merit-item .class-tag {
  font-size: 14px;
}
.pRecruit .recruit_m_merit-item .class-catchcopy {
  font-size: 16px;
}
.pRecruit .recruit_m_merit-item .class-text-caption {
  font-size: 12px;
}
.pRecruit .recruit_m_merit-item.treatment li {
  font-size: 14px;
}
.pRecruit .recruit_m_merit-item.treatment .text-caption {
  font-size: 12px;
}
.pRecruit .salary-example {
  margin: 0 0 20px;
  background-color: #222;
  box-sizing: border-box;
  padding: 15px 10px 10px 10px;
}
.pRecruit .salary-example .salary-example-img {
  display: inline-block;
  width: 26%;
  vertical-align: top;
}
.pRecruit .salary-example .salary-example-title {
  margin-bottom: 10px;
}
.pRecruit .salary-example .salary-example-personal-status {
  display: inline-block;
  width: 68%;
  padding: 0 0 0 5px;
  vertical-align: top;
}
.pRecruit .salary-example .comment {
  padding: 10px 0 0;
}
.pRecruit .salary-example .comment-body {
  font-size: 12px;
}
.pRecruit .recruit-point_m-table li {
  margin-bottom: 5px;
  padding: 10px;
  line-height: 1.2;
  box-sizing: border-box;
  background: #09253c;
  color: #ffffff;
}
.pRecruit .recruit-point_m-table li .text-caption {
  font-size: 14px;
}

.contBox {
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.contBox.form input[type=text],
.contBox.form input[type=password],
.contBox.form input[type=email],
.contBox.form input[type=url],
.contBox.form input[type=search],
.contBox.form input[type=number],
.contBox.form input[type=tel],
.contBox.form input[type=date],
.contBox.form textarea {
  border: 0;
}
.contBox.form .formSubmit {
  background-size: 7px 7px;
  border: 2px solid #c61313;
  padding: 2px;
  position: relative;
  z-index: 1;
}
.contBox.form .formSubmit a, .contBox.form .formSubmit input[type=submit] {
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  background: #ffffff;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border: none;
}
.contBox.form .formSubmit a::before, .contBox.form .formSubmit input[type=submit]::before {
  content: "";
  background-image: url(../images/icon_arrow_right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 8px;
  background-color: #000000;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.contBox .linkBtn_v1 {
  background-size: 7px 7px;
  border: 2px solid #c61313;
  padding: 2px;
  position: relative;
  z-index: 1;
}
.contBox .linkBtn_v1 a, .contBox .linkBtn_v1 input[type=submit] {
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  background: #ffffff;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border: none;
}
.contBox .linkBtn_v1 a::before, .contBox .linkBtn_v1 input[type=submit]::before {
  content: "";
  background-image: url(../images/icon_arrow_right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 8px;
  background-color: #000000;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.form .formSubmit {
  background-size: 7px 7px;
  border: 2px solid #c61313;
  padding: 2px;
  position: relative;
  z-index: 1;
}
.form .formSubmit a, .form .formSubmit input[type=submit] {
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  background: #ffffff;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border: none;
}
.form .formSubmit a::before, .form .formSubmit input[type=submit]::before {
  content: "";
  background-image: url(../images/icon_arrow_right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 8px;
  background-color: #000000;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.form.formInquiry .checkboxLabel div input[type=checkbox] + label {
  background: #ffffff;
  color: #000000;
  border: none;
  box-shadow: none;
}
.form.formInquiry .checkboxLabel div input[type=checkbox] + label:before {
  color: #eeeeee;
}
.form.formInquiry .checkboxLabel div input[type=checkbox]:checked + label {
  background: #ffffff;
  color: #000000;
  border: none;
  box-shadow: none;
}
.form.formInquiry .checkboxLabel div input[type=checkbox]:checked + label:before {
  color: #780e1b !important;
}
.form.formInquiry .radioLabel div input[type=radio] + label {
  background: #ffffff;
  color: #000000;
  border: none;
  box-shadow: none;
}
.form.formInquiry .radioLabel div input[type=radio] + label:before {
  color: #eeeeee;
}
.form.formInquiry .radioLabel div input[type=radio]:checked + label {
  background: #ffffff;
  color: #000000;
  border: none;
  box-shadow: none;
}
.form.formInquiry .radioLabel div input[type=radio]:checked + label:before {
  color: #ff5060 !important;
}
.form.formInquiry .error-message {
  color: #ff5060;
}

.section1-container:not(:last-child) {
  margin-bottom: 10px;
}

a {
  color: white;
}

.concept-container {
  box-sizing: border-box;
  padding: 0 10px 12px;
}
.concept-container img {
  max-width: auto;
  width: 100%;
}
.concept-container .conceptImg {
  padding: 20px 30px;
  background: url(../images/bg_concept1.png) center no-repeat;
  background-size: cover;
}

ul.concept-nav-container {
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: -8px;
}
ul.concept-nav-container li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 8px;
}
ul.concept-nav-container li:first-child {
  width: 100%;
  margin-right: 0;
}
ul.concept-nav-container li:nth-child(2n+1) {
  margin-right: 0;
}

.magazine1,
.comic1,
.credit1 {
  margin: 0 auto 10px;
  width: 96%;
}
.magazine1 img,
.comic1 img,
.credit1 img {
  max-width: 100%;
}

.relative_content-container {
  padding: 8px 8px;
  overflow: hidden;
  box-sizing: border-box;
}

.ca-menu {
  padding: 10px;
  margin: 0px auto;
}
.ca-menu li {
  width: 100%;
  height: 80px;
  list-style: none;
  margin: 0 auto 20px;
}
.ca-menu li a {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  position: relative;
  color: #ffffff;
}
.ca-menu li a p {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
.ca-menu li a p span {
  display: block;
  font-size: 14px;
  font-family: "Cinzel", "Noto Serif JP", serif;
  letter-spacing: 1px;
  color: #666;
}
.ca-menu li:first-of-type {
  background: linear-gradient(0deg, #0a0a0c 0%, #333345 100%);
  outline: 1px solid #21212e;
  outline-offset: 2px;
  outline-offset: 3px;
}
.ca-menu li:last-of-type {
  background: linear-gradient(0deg, #2b0a0f 0%, #780e1b 100%);
  outline: 1px solid #680c17;
  outline-offset: 2px;
  outline-offset: 3px;
  margin-bottom: 0;
}

*[data-material=no-image] {
  background-image: url(../../common/no-image.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
}

.pager ol {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager ol * {
  box-sizing: border-box;
}
.pager ol li {
  display: block;
  margin: 0 3px;
}
.pager ol li.nLink {
  color: #666;
  border: 1px solid #666;
  font-family: "Cinzel", "Noto Serif JP", serif;
}
.pager ol li a {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  color: #f0f0f0;
  background: rgba(240, 240, 240, 0.2);
  font-family: "Cinzel", "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 10%, rgba(255, 255, 255, 0.08) 90%, rgba(255, 255, 255, 0) 100%);
}
.pager ol li:first-of-type {
  margin: 0 10px 0 0;
}
.pager ol li:last-of-type {
  margin: 0 0 0 10px;
}

.news .article-image {
  text-align: center;
  margin-bottom: 10px;
}
.news .listBox_nav {
  margin-top: 30px;
}
.news .listBox_nav ul {
  width: 70%;
  margin: auto;
}
.news .listBox_nav ul li {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(0deg, #0a0a0a 0%, #2a2a2a 100%);
  outline: 1px solid #333;
  outline-offset: 2px;
}
.news .listBox_nav ul li:after {
  font-family: "icomoon" !important;
  content: "\e901";
  color: #666;
  position: absolute;
  right: 5px;
}
.news .listBox_nav ul li a {
  width: 100%;
  height: 100%;
  line-height: 50px;
}

#form {
  padding-top: 62px;
  margin-top: -62px;
}

.linkBtn.linkBtn_v2 a {
  color: #ffffff;
}

.pMagazine .magazine_carrier li a {
  display: block;
  background: #ffffff;
  text-align: center;
}
.pMagazine .magazine_carrier li a img {
  height: 32px;
}

p.review-read {
  margin-bottom: 30px;
}

#ft-tel {
  position: fixed;
  z-index: 2;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  background-color: #111;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease;
}
#ft-tel a {
  display: block;
  margin: 0px;
  height: 46px;
  box-sizing: border-box;
  font-size: 28px;
  line-height: 50px;
  white-space: nowrap;
  color: #ffffff;
  border: 1px solid #780e1b;
  padding-top: 4px;
  font-family: "Cinzel", "Noto Serif JP", serif;
  font-weight: normal;
}
#ft-tel a:before {
  content: "\e0b0" !important;
  font-family: "Material Icons";
  padding-right: 5px;
  font-size: 18px;
  color: #780e1b;
}
#ft-tel a span {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  line-height: 1em;
  font-family: "Noto Sans JP", sans-serif;
}

#ft-tel.show {
  bottom: 0;
}

#ft-tel.rec {
  background: none;
}
#ft-tel.rec ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ft-tel.rec ul li {
  width: 50%;
  position: absolute;
  box-sizing: border-box;
}
#ft-tel.rec ul li.tel {
  position: relative;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #2ba3db 0%, #7db9e8 100%);
}
#ft-tel.rec ul li.line {
  position: relative;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #3eba25 0%, #70f213 100%);
}
#ft-tel.rec ul li a {
  font-size: 12px;
  line-height: 66px;
  color: #fff;
  border: 1px solid #333;
  text-shadow: 0px 0px 5px #624646;
}
#ft-tel.rec ul li a div.box {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 60px;
}
#ft-tel.rec ul li a div.icn {
  width: 24px;
  height: 24px;
  fill: #fff;
  position: relative;
  left: 3px;
  top: 15px;
}
#ft-tel.rec ul li a div.icn svg {
  width: 30px;
  height: 30px;
}
#ft-tel.rec ul li a div.cont {
  position: relative;
  right: 0;
  bottom: 5px;
}
#ft-tel.rec ul li a div.cont span.number {
  top: 25px;
  margin-left: 10px;
}
#ft-tel.rec ul li a:before {
  content: "" !important;
}
#ft-tel.rec ul li a span.txt {
  font-size: 15px;
  margin-left: 10px;
}
#ft-tel.rec ul li.tel a div.icn {
  fill: #005CFC;
}
#ft-tel.rec ul li.line a div.icn {
  fill: #078900;
  left: 5px;
}

.girlsName_alphabet {
  font-family: "Cinzel", "Noto Serif JP", serif;
}

.pDetail .detailBox p {
  text-align: center;
}
.pDetail .detailBox .girlsName_alphabet {
  font-size: 34px;
  line-height: 28px;
}
.pDetail .detailBox .girlsName {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 21px;
}
.pDetail .detailBox .girlsName span {
  padding-left: 10px;
}
.pDetail .detailBox .girlsName span strong {
  font-family: "Cinzel", "Noto Serif JP", serif;
  font-size: 18px;
}
.pDetail .detailBox .girlsStatusIconList {
  justify-content: center;
}
.pDetail .detailBox .flag .new {
  color: #000;
  background: #bfe9ed;
}
.pDetail .detailBox .flag .today {
  color: #fff;
  background: #424242;
}
.pDetail .detailBox .flag .awa-rank {
  color: #fff;
  background: none;
}
.pDetail .detailBox .flag .awa-rank span {
  box-shadow: none;
}
.pDetail .detailBox .optionBox li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5px;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  color: #333;
}
.pDetail .detailBox .optionBox li:nth-of-type(2n) {
  margin-right: 0;
}
.pDetail .detailBox .optionBox li.on {
  background: rgba(255, 255, 255, 0.2);
  color: #f0f0f0;
}
.pDetail .detailBox .tableBox th {
  color: #fff;
}
.pDetail .detailBox .tableBox td {
  color: #fff;
}
.pDetail .detailBox .scheduleBox table th {
  background: #000;
}
.pDetail .detailBox .feature li {
  width: 32%;
  margin: 5px 0 0;
}
.pDetail .listBox_typeIcon {
  margin: 10px 0;
  padding: 0 30px;
}

.selectLabel select ~ label {
  box-shadow: none;
  color: #f0f0f0;
  line-height: 40px;
  background: linear-gradient(0deg, #0a0a0a 0%, #2a2a2a 100%);
  outline: 1px solid #333;
  outline-offset: 2px;
}

.pHotellist .selectLabel select ~ label {
  padding-left: 0;
}

.pHotellist .searchHotel .titLv3 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
}

.pHotellist .listHotel li a {
  color: #fff;
  text-decoration: underline;
}

.afterword {
  padding: 0 8px;
}

.price-caution {
  margin-bottom: 10px;
}

.listNewsD__img {
  text-align: center;
  margin-bottom: 10px;
}

.system-container {
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.system-container .system_top {
  text-align: center;
  padding: 10px 0 15px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 10%, rgba(255, 255, 255, 0.08) 90%, rgba(255, 255, 255, 0) 100%);
  font-family: "Noto Serif JP", serif;
}
.system-container .system_top h4 {
  font-size: 18px;
  padding: 5px 0;
  margin-bottom: 10px;
  background: linear-gradient(90deg, rgba(71, 16, 23, 0) 0%, rgba(71, 16, 23, 0.7) 10%, rgba(71, 16, 23, 0.7) 90%, rgba(71, 16, 23, 0) 100%);
}
.system-container .system_top ul {
  width: 100%;
  padding: 0 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.system-container .system_top ul li {
  font-size: 18px;
  padding: 0 5px;
  margin: 5px 10px;
  text-shadow: 1px 1px 0 #780e1b;
}
.system-container .system_top span {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 10%, rgba(255, 255, 255, 0.08) 90%, rgba(255, 255, 255, 0) 100%);
  padding: 5px 50px;
}
.system-container .system_copy {
  text-align: center;
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
}
.system-container .system_copy p {
  line-height: 28px;
}
.system-container .system_copy span {
  font-size: 1.3em;
  padding: 0 2px;
}
.system-container .system_copy strong {
  font-size: 1.3em;
  font-weight: normal;
  padding: 0 2px;
  color: #a32d3b;
  text-shadow: 1px 1px 3px rgba(167, 92, 113, 0.4);
}
.system-container .priceList {
  width: 100%;
  margin: 0 auto;
  font-family: "Cinzel", "Noto Serif JP", serif;
}
.system-container .priceList tr {
  border-bottom: 1px solid #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.system-container .priceList tr th {
  width: 60%;
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
}
.system-container .priceList tr th span {
  display: block;
  font-size: 14px;
}
.system-container .priceList tr td {
  width: 40%;
  padding: 10px 0;
  font-size: 24px;
  text-align: right;
}
.system-container .areaList {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Cinzel", "Noto Serif JP", serif;
}
.system-container .areaList ul {
  width: 70%;
}
.system-container .areaList ul li {
  font-size: 16px;
}
.system-container .areaList .meetup_free {
  text-align: center;
  padding: 8px 12px 5px;
  font-size: 16px;
  line-height: 18px;
  background: rgba(240, 240, 240, 0.1);
  border: 1px solid rgba(240, 240, 240, 0.5);
}
.system-container .priceList__text {
  padding: 10px 15px 0;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
}
.system-container .otherPriceList {
  width: 100%;
  margin: 0 auto;
}
.system-container .otherPriceList tr {
  border-bottom: 1px solid #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.system-container .otherPriceList tr th {
  width: 60%;
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}
.system-container .otherPriceList tr th span {
  display: block;
  font-size: 14px;
}
.system-container .otherPriceList tr td {
  width: 40%;
  padding: 10px 0;
  font-size: 24px;
  text-align: right;
  font-family: "Cinzel", "Noto Serif JP", serif;
}
.system-container .otherPriceList tr td.through {
  font-size: 13px;
  color: #cba773;
}
.system-container .otherPriceList tr td.through span {
  text-decoration: line-through;
  font-size: 24px;
  color: #fff;
}

.pSystem .contBox p:not(:last-child) {
  margin-bottom: 10px;
}
.pSystem .system_back {
  background: url(../images/bg_concept1.png) top center no-repeat;
  background-size: cover;
  text-align: center;
}
.pSystem .system_back img {
  width: 80%;
}
.pSystem .howto-read p.catch {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.pSystem h2 {
  position: relative;
  padding: 0.3em;
  margin: 2em auto 0.8em;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #780e1b;
  outline: 1px solid #780e1b;
  outline-offset: 3px;
}
.pSystem ol.step li {
  font-family: "Cinzel", "Noto Serif JP", serif;
}
.pSystem ol.step li:first-letter {
  color: #fff;
  font-size: 24px;
}
.pSystem ol.step li:before {
  color: #fff;
  font-size: 22px;
}
.pSystem ol.step li:nth-of-type(4) {
  border-bottom: none;
}
.pSystem ol.step li.consult {
  background: rgba(240, 240, 240, 0.2);
  padding: 0.5em 1em;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.pSystem ol.step li.consult::before {
  content: "";
}
.pSystem ol.step li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
.pSystem ol.step li span.teltel {
  color: #a32d3b;
  font-family: "Cinzel", "Noto Serif JP", serif;
}
.pSystem ol.step li span.teltel a {
  color: #a32d3b;
}
.pSystem .button_width {
  width: 80%;
  margin: auto;
}
.pSystem p.enjoy {
  color: #fff;
}

.term_of_service-list {
  padding: 10px;
}
.term_of_service-list ul {
  padding: 10px 0 10px 1em;
  box-sizing: border-box;
}
.term_of_service-list ul li {
  text-indent: -1em;
}
.term_of_service-list ul li:before {
  content: "・";
}
.term_of_service-body {
  padding: 10px;
}

.linkBtn {
  line-height: 3.75;
}

.contBox.form .formSubmit a,
.contBox.form .formSubmit input[type=submit] {
  background: linear-gradient(0deg, #2b0a0f 0%, #780e1b 100%);
  outline: 1px solid #680c17;
  outline-offset: 2px;
  box-shadow: none;
  color: #f0f0f0;
  width: 70%;
  height: 50px;
  line-height: 50px;
  margin: auto;
  border-radius: 0;
}

.form .formSubmit a,
.form .formSubmit input[type=submit] {
  background: linear-gradient(0deg, #2b0a0f 0%, #780e1b 100%);
  outline: 1px solid #680c17;
  outline-offset: 2px;
  box-shadow: none;
  color: #f0f0f0;
  width: 70%;
  height: 50px;
  line-height: 50px;
  margin: auto;
  font-weight: normal;
}

.contBox.form .formSubmit {
  background: none;
  border: none;
}

.form .formSubmit {
  background: none;
  border: none;
}

.form .formBack input[type=submit] {
  background: none;
  border: 1px solid #ccc;
  color: #f0f0f0;
  border-radius: 0;
}

.contBox .linkBtn_v1 {
  width: 80%;
  margin: auto;
  border: none;
  background: none;
}
.contBox .linkBtn_v1 a {
  height: 47px;
  line-height: 45px;
  padding: 0 10px 0 0;
  background: linear-gradient(to bottom, rgba(177, 154, 24, 0.5) 0%, rgba(177, 154, 24, 0.2) 100%);
  border: 1px solid #ddb56b;
  box-shadow: 0 0 10px 1px rgba(223, 201, 77, 0.5);
  color: #fff;
  font-weight: normal;
}
.contBox .linkBtn_v1 a:before {
  display: inline;
  background: none;
  width: auto;
  height: auto;
  margin: 0 3px 0 0;
  font-family: "icomoon" !important;
  content: "\e901";
  color: #b465e7;
  position: static;
}

.linkBtn.linkBtn_v2 a {
  width: 80%;
  padding: 0 10px 0 0;
  background: linear-gradient(0deg, #2b0a0f 0%, #780e1b 100%);
}
.linkBtn.linkBtn_v2 a:before {
  margin: 0 3px 0 0;
  color: #fff;
  font-family: "icomoon" !important;
  content: "\e901";
}

.linkBtn.linkBtn_v3 a {
  width: 80%;
  margin: auto;
  padding: 0 10px 0 0;
  background: linear-gradient(to bottom, rgba(160, 160, 160, 0.4) 0%, rgba(122, 122, 122, 0.2) 100%);
  border: 1px solid #ccc;
  box-shadow: 0 0 10px 1px rgba(204, 204, 204, 0.5);
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}
.linkBtn.linkBtn_v3 a:before {
  margin: 0 3px 0 0;
  color: #ccc;
  font-family: "icomoon" !important;
  content: "\e901";
}

.button {
  margin: 15px auto 0;
  text-align: center;
}
.button a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button a span {
  font-size: 12px;
  font-family: "Cinzel", "Noto Serif JP", serif;
  letter-spacing: 1px;
  color: #999;
  padding-top: 10px;
  padding-left: 10px;
  white-space: nowrap;
}
.button a:after {
  position: absolute;
  right: 0;
  color: #999;
  font-family: "icomoon" !important;
  content: "\e901";
  line-height: 50px;
}
.button_red {
  width: 100%;
  line-height: 50px;
  background: linear-gradient(0deg, #2b0a0f 0%, #780e1b 100%);
  outline: 1px solid #680c17;
  outline-offset: 2px;
}
.button_red a {
  font-size: 14px;
}
.button_gray {
  width: 100%;
  line-height: 50px;
  background: linear-gradient(0deg, #0a0a0a 0%, #2a2a2a 100%);
  outline: 1px solid #333;
  outline-offset: 2px;
}
.button_gray a {
  font-size: 14px;
}
.button_navy {
  width: 100%;
  line-height: 50px;
  background: linear-gradient(0deg, #0a0a0c 0%, #333345 100%);
  outline: 1px solid #21212e;
  outline-offset: 2px;
}
.button_navy a {
  font-size: 14px;
}
.button_syame {
  width: 80%;
  line-height: 60px;
  background: linear-gradient(0deg, #2b0a0f 0%, #780e1b 100%);
  outline: 1px solid #680c17;
  outline-offset: 2px;
}
.button_syame a {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}
.button_movie {
  width: 80%;
  line-height: 60px;
  background: linear-gradient(0deg, #0a0a0c 0%, #333345 100%);
  outline: 1px solid #21212e;
  outline-offset: 2px;
}
.button_movie a {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}

.topNews {
  width: 100% !important;
  position: relative;
}
.topNews li {
  border-bottom: 1px solid #2d2d2d;
}
.topNews li:after {
  font-family: "icomoon" !important;
  content: "\e901";
  color: #666;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  font-size: 20px;
  line-height: 1;
  pointer-events: none;
}
.topNews li:last-of-type {
  border-bottom: none;
}
.topNews li a {
  display: block;
}
.topNews li .flex_box_v1 {
  padding: 15px 20px;
}
.topNews li .listBox_img {
  width: 30%;
  overflow: hidden;
}
.topNews li .listBox_contents {
  width: 65%;
  padding: 3px 0 3px 15px;
  color: #fff;
}
.topNews li .listBox_contents time {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-family: "Cinzel", "Noto Serif JP", serif;
  color: #d8d8d8;
}
.topNews li .listBox_contents h1 {
  padding: 5px 0 7px;
  font-size: 16px;
  line-height: 1;
}
.topNews li .listBox_contents .topNews__text {
  overflow: hidden;
}

.moreLinkBtn {
  z-index: 5;
  width: 70%;
  margin: 20px auto 30px;
  line-height: 50px;
}
.moreLinkBtn a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 16px;
  background: linear-gradient(0deg, #0a0a0a 0%, #2a2a2a 100%);
  outline: 1px solid #333;
  outline-offset: 2px;
}
.moreLinkBtn a:after {
  position: absolute;
  font-family: "icomoon";
  content: "\e901";
  font-size: 16px;
  right: 10px;
  color: #666;
  line-height: 50px;
}

#lineContents {
  margin: -60px 0 12px;
  padding: 60px 8px 12px;
}

.girlsStatusIconList {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.girlsStatusIconList__item {
  flex: 0 0 50%;
  width: 50%;
  padding: 2px;
  box-sizing: border-box;
  text-align: center;
}
.newface .girlsStatusIconList {
  margin-top: 16px;
}
.newface .girlsStatusIconList__item {
  max-width: 160px;
}

.girlsRank {
  text-align: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  outline: 1px solid #666;
}
.girlsRank--rank1 {
  background-image: url(../../../../tani9/contents/Sentai/common/images/list_rank_1_bg.png);
}
.girlsRank--rank2 {
  background-image: url(../../../../tani9/contents/Sentai/common/images/list_rank_2_bg.png);
}
.girlsRank--rank3 {
  background-image: url(../../../../tani9/contents/Sentai/common/images/list_rank_3_bg.png);
}
.girlsRank--rank4 {
  background-image: url(../../../../tani9/contents/Sentai/common/images/list_rank_4_bg.png);
}
.girlsRank--rank5 {
  background-image: url(../../../../tani9/contents/Sentai/common/images/list_rank_5_bg.png);
}
.girlsRank--rank6 {
  background-image: url(../../common/images/list_rank_6_bg.png);
}
.girlsRank--rank7 {
  background-image: url(../../common/images/list_rank_7_bg.png);
}
.girlsRank--rank8 {
  background-image: url(../../common/images/list_rank_8_bg.png);
}
.girlsRank img {
  height: 24px;
}

.girlsStatusToday {
  text-align: center;
  background: #471017;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #f0f0f0;
  line-height: 24px;
  outline: 1px solid #ac5a73;
}

.glightbox-clean .gclose svg, .glightbox-modern .gclose svg {
  margin: 0 auto;
}

.glightbox-mobile .glightbox-container .gslide-description {
  bottom: 0;
}

.costume-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: 10px -5px -10px;
}
.costume-item {
  box-sizing: border-box;
  padding: 5px 5px 10px;
  flex: 0 0 25%;
  width: 25%;
  display: flex;
  align-items: stretch;
}
.costume .box {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
}
.costume .image {
  width: 100%;
  cursor: pointer;
}
.costume .name {
  text-align: left;
  font-size: 10px;
  padding: 5px;
  text-align: center;
  word-break: normal;
}

.cos_list {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.cos_list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 5px 0;
}
.cos_list ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 30%;
  text-align: center;
  padding: 5px 0;
  margin: 5px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
}
.cos_list ul li span {
  display: block;
  font-size: 11px;
}

.credit_box {
  padding: 10px;
  font-weight: normal;
}

.howto_box {
  padding: 10px;
}

.lg-backdrop {
  background: rgba(0, 0, 0, 0.8) !important;
}

.nowrap {
  white-space: nowrap;
}

.newface_list > ul > li {
  border-bottom: 1px solid #333;
}
.newface_list > ul > li:nth-of-type(odd) {
  background: none;
}
.newface_list .flex_box_v1 {
  padding: 15px 20px;
}
.newface_list .girlsName_alphabet {
  display: none;
}
.newface_list .listBox_img {
  height: 150px;
  overflow: hidden;
}
.newface_list .listBox_img img {
  width: 100%;
}
.newface_list .listBox_contents {
  border-right: 0;
  width: 70%;
  padding: 3px 0 3px 15px;
}
.newface_list .listBox_name {
  font-size: 20px !important;
}
.newface_list .listBox_schedule {
  margin: 5px 0 !important;
}
.newface_list .listBox_schedule p {
  font-size: 18px !important;
  line-height: 18px !important;
  display: flex;
  align-items: center;
  padding-bottom: 10px !important;
  position: relative;
}
.newface_list .listBox_schedule p::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  background: linear-gradient(90deg, rgba(240, 240, 240, 0.5) 0%, rgba(240, 240, 240, 0) 100%);
  bottom: 0;
}
.newface_list .listBox_schedule p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 18px;
  background: #21212e;
  border: 1px solid #666;
  padding: 0 10px;
  margin-right: 5px;
}
.newface_list .listBox_message {
  height: 4.7em;
  overflow: hidden;
}

.pInquiry .listBox_contents {
  width: 100%;
}

.slick-prev {
  left: 0 !important;
  z-index: 100;
}

.slick-next {
  right: 0 !important;
  z-index: 100;
}

.snav_system a:before {
  content: "" !important;
}

.top_content .girlsRank {
  padding: 0 !important;
}

.top_content .girlsStatusToday {
  width: 48%;
  margin-left: 4px;
  box-sizing: border-box;
}

.listBox .flag li {
  padding: 0 !important;
}