@charset "utf-8";
/*
Theme Name: Mr. Fabulous
Theme URI: https://wordpress.org/themes/twentyfifteen
Author: ミスターファビュラス
Author URI: https://mr-fabulous.tokyo/
Description: ミスターファビュラスのオフィシャルホームページです。
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, gray, white, ゴールド, 1カラム, 2カラム
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Media Queries
 *    15.1 - Mobile Large
 *    15.2 - Tablet Small
 *    15.3 - Tablet Large
 *    15.4 - Desktop Small
 *    15.5 - Desktop Medium
 *    15.6 - Desktop Large
 *    15.7 - Desktop X-Large
 */


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
li{ list-style-type:none;}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size:62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #101010;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0;
  /*margin-bottom: 1.714285714rem;*/
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: 1.2rem;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  max-width:100%;
  height:auto;
}
i,em{ font-style:normal;}
a{
  text-decoration:none;
  outline:none !important;
  color:#ac8b33;
}
input,
select{
  background: #fff;
}

/* webkit系フォームの装飾をはずす */
*{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
@-moz-document url-prefix() {
/* ※火狐ブラウザバグあり 2014/12 */
  select {
    -moz-appearance: none !important;
    text-indent: .01px;
    text-overflow: "";
    background: #fff;
  }
}
select::-ms-expand {
  display: none;
}
input:focus,
select:focus,
textarea:focus{ outline:none;}
object {
  pointer-events: none; /* object aタグ有効 */
}
svg {
  width: 100%;
  max-width: 100%;
  display: none;
}
.icon-svg {
  display: block;
}
/* base */
body {
  font: 1.4rem/24px "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
  vertical-align:baseline;
  _vertical-align:baseline;
  text-align:center;
  color:#ac8b33; /* or 634c39 */
  /* 背景全画面 - 常に全画面の場合 */
  /*background: url(images/background-photo.jpg) center center / cover no-repeat fixed;*/
  font-display: swap;/* webフォントを読み終えるまではローカルフォントを代替的にロード chrome60~*/
  position: relative;
  /* link animation */
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	padding-bottom: env(safe-area-inset-bottom);
}
/* link animation fade */
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

/* link animations */
.basicLink a {
  position: relative;
  /*display: inline-block;*/
  text-decoration: none;
}
.basicLink a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ac8b33;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.basicLink a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1); 
}
.transitionLink a:hover{
  transition:.3s;
  color: #fff;
}
.cardLink a:hover{ box-shadow:0 2px 10px rgba(0,0,0,.6);}
.buttonBdEffect {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s;
}
.buttonBdEffect::before,
.buttonBdEffect::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.buttonBdEffect::before {
  top: -1px;
  left: -1px;
}
.buttonBdEffect::after {
  bottom: -1px;
  right: -1px;
}
.buttonBdEffect:hover {
  color: #3be5ae;
}
.buttonBdEffect:hover::before,
.buttonBdEffect:hover::after {
  width: 100%;
  height: 100%;
}
.buttonBdEffect:hover::before {
  border-bottom-color: #3be5ae;
  border-left-color: #3be5ae;
  transition: height .2s, width .2s .2s;
}
.buttonBdEffect:hover::after {
  border-top-color: #3be5ae;
  border-right-color: #3be5ae;
  transition: height .2s .4s, width .2s .6s;
}
/*******************/
/* common parts */
.fixAnchor{
  margin: 40px 0 0;
  display: inline-block;
}
/* link animation */
/****************/
html,body{
  height:100%;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
#wrapper:after{
  content:"";
  display:block;
  clear:both;
}
/* header */
header{
  width:100%;
  height: auto;
  position: fixed;
  top: 0;
  font-size: 1.2rem;
}
.headerContainer{
  width:100%;
  height: 80px;
  padding: 16px 24px;
  position: relative;
  background: rgba(0,0,0,.2);
}
.headerContainer:after{
  content:"";
  clear: both;
  display: block;
}
#headerNavigation {
  /*box-shadow: 0 4px 8px -3px rgba(17, 17, 17, .06);*/
  height:auto;
  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;
}
.head-animation {
  transform: translateY(-100%);
}
#logo{
  width:260px;
  padding:0;
  float: left;
  position: relative; /*menu↑に被せる */
  z-index: 9999; /*menu↑に被せる */
}
#logo a{
  display:block; /* inline-blockだとieで表示されない */
}
#logo object{ width:100%; /* ie fix */}
.headerMenu{
  width: 100%;
  line-height: 50px;
}
.headerMenu:after{
  content:"";
  clear: both;
  display: block;
}
.headerMenu li{
  float:left;
  padding:0 0 0 24px;
}
.headerMenu li a{color:#e9e9e9;}
.headerMenu li a::after{
  background: #fff;
}
.headerMenuCenterBlock{
  float:left;
  padding:0 0 0 158px;
}
.headerMenuRightBlock{
  float:right;
  position: absolute;
  right: 24px;
}
/* main */
main{
  width:100%;
  margin:0 auto;
  text-align:left;
  position:relative;
  height:auto !important;
  height:100%;
  min-height:100%;
  display:block;/* for IE */
  clear: both;
}
main:after{
  content:"";
  display:block;
  clear:both;
}
/* テンプレート毎にmain要素トップマージンを設定 */
body.post-type-archive-event main,
body.post-type-archive-hotel main,
body.post-type-archive-content main,
body.post-type-archive-enrolled main,
body.post-type-archive-spmember main,
body.post-type-archive-vvip main,
body.post-type-archive-vip main,
body.post-type-archive-news main,
body.post-type-archive-ladiesnews main,
body.post-type-archive-feedback main,
body.post-type-archive-blog main,
body.page-template-page-policies main,
body.page-template-page-law main,
body.page-template-page-antisocial-forces main,
body.page-template-page-company main,
body.page-template-page-recruit main,
body.page-template-page-fc main,
body.page-template-page-mypage main,
body.page-template-page-mens main,
body.page-template-page-system main,
body.page-template-page-systemlady main,
body.page-template-page-signup main,
body.page-template-page-ladies main,
body.page-template-page-signupladies main,
body.page-template-page-studio main,
body.page-template-page-contact main,
body.page-template-page-payment main,
body.page-template-page-login main,
body.page-template-page-note main,
body.search-results main,
body.single-enrolled main,
body.single-spmember main,
body.single-vip main,
body.single-vvip main,
body.single-content main,
body.single-event main,
body.single-news main,
body.single-ladiesnews main,
body.single-feedback main,
body.single-blog main,
body.archive.tag main,
body.page-id-3053 main,
body.error404 main{
  padding-top:84px;
}
/************************************************/
section{
  width: 100%;
  position:relative;
}
section:after{
  content:"";
  clear: both;
  display: block;
}
/* scroll animation */
.scroll_box {
  color: #f9d200;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -64px;
  right: 0;
  z-index: 100;
}
.scroll_box a {
  padding-bottom: 95px;
  padding: 4px;
  color: #ac8b33;
}
.scroll_box::before {
  -webkit-animation: down 3s ease-in-out infinite normal;
  -moz-animation: down 3s ease-in-out infinite normal;
  -ms-animation: down 3s ease-in-out infinite normal;
  -o-animation: down 3s ease-in-out infinite normal;
  animation: down 3s ease-in-out infinite normal;
  border: none;
  width: 2px;
  background: #ac8b33;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  bottom: 5rem;
  left: calc(50% - 1px);
}
.scroll_box::after {
  content: '';
  display: block;
  margin: 0 auto;
}
.scroll_box::after {
  width: 2px;
  height: 90px;
  margin-top: 6px;
  background: #000;
}
@keyframes down {
	0% {
		bottom: 8rem;
	}
	80% {
		bottom: 0;
		opacity: 1;
	}
	100% {
		bottom: 0;
		opacity: 0;
	}
}
/********************/
.rightFixMenuWrap{
  position: absolute;
  right: 0;
  top: 0;
  width: 24vw;
  height: 100vh;
  color: #110807;
}
.rightFixMenuWrap a{
  transition: .6s;
  color: #110807;
}
.rightFixMenuWrap a:hover{
  color: #fff;
}
.rightFixMenuWrap a::after{
  background: #fff;
}
.rightFixMenuInner{
  /*background: #fff;*/
  width: 26vw;
  height: 100vh;
  padding: 12vh 3vw 0;
}
.rightFixMenuWrap li{
  padding:0 0 48px;
}
h1{
  font-size:2.8rem;
  padding: 56px 0 24px;
  line-height: 1.1;
  font-weight: normal;
}
.rightFixMenuInner h1{
  font-size:2.8rem;
  padding: 56px 0;
  line-height: 1.1;
  font-weight: normal;
}
h1 span{
  width:100%;
  display: inline-block;
}
h1 span.sub{
  font-size: 1.2rem;
}
.topImage{
  width: 100%;
  height: 100vh;
  background: url(/wp-content/themes/mrclub/images/common/topimage.jpg) no-repeat center;
  background-size:cover;
}
.sectionGrayWrap{
  width:100%;
  background: #000;
  padding:160px 56px;
}
.sectionGrayWrap p:first-of-type{
  font-size: 2.8rem;
  line-height: 1.1;
  margin:0 0 40px;
}
.sectionGrayWrap h2{
  font-size: 1.6rem;
  margin: 0 0 24px;
}
.sectionGrayWrap h2 + p{
  /*color:#999;*/
}
.grayWrapContent:first-child{
  float: left;
  width: 32%;
}
.grayWrapContent:nth-child(2){
  float: left;
  width:68%;
  padding:0 0 0 80px;
}
.grayWrapContent:after{
  content:"";
  clear: both;
  display: block;
}
.grayWrapContent.contentInnerWrapLeftFix{
  padding: 0 80px 0 160px;
  width: 50%;
}
.grayWrapContent.contentInnerWrapRightFix{
  width: 50%;
}
.grayWrapImage{
  float:left;
  width:420px;
  position: relative;
}
.grayWrapImage img{
  transition: scale 0.2s ease-in-out;
  transform: scale(1.3);
  /*position: absolute;*/
  /*margin-top: -2em;*/
  /*left: 20%;*/
}
.videoWrap{
  min-height: 100vh;
  background: #000;
}
.videoWrap video{
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  z-index:0;
}
.videoWrap .grayWrapContent:first-child{
  position: absolute;
  z-index: 2;
}
.videoWrap .grayWrapContent:nth-child(2){
  position: absolute;
  right: 0;
  z-index: 2;
}
.videoWrap .grayWrapImage img{opacity: .2;}
.sectionBtnWrap{
  height:100vh;
}
.sectionBtn{
  width:154px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  text-align: center;
  font-size: 1.4rem;
}
.sectionBtn.white{
  background:#fff;
  color: #000;
}
.sectionBtn a{
  display:block;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  border: 1px solid #ac8b33;
  position: relative;
  transition: .6s;
}
.sectionBtn a::before,
.sectionBtn a::after{
  content: "";
  background: #ac8b33;
  position: absolute;
  z-index: -1;
}
.sectionBtn a::after{
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
  -o-transition: all .3s;
    transition: all .3s;
}
.sectionBtn a:hover{
  color: #fff;
}
.sectionBtn a::after {
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.sectionBtn a:hover:after {
  height: 100%;
}

/* arrow button transform style */
.arrowBtn{
  clear: both;
}
.arrowBtn a{
  display: flex;
  align-items: center;
  color: #e9e9e9;
  font-size: 2.4rem;
}
.arrowBtn .arrow {
    display: block;
    width: 100%;
    max-width: 8rem;
    height: auto;
    padding: 0 1rem;
    overflow: visible;
}
.arrowBtn .arrow svg {
    fill: #ac8b33;
  display: block;
}
.arrowBtn .arrow svg .arrow-circle {
    tansform-origin: 20% 50%;
    transition: transform .5s cubic-bezier(.14,.99,.43,.99),opacity .3s linear;
    opacity: .2;
    transform: translateX(0);
}
.arrowBtn .arrow svg .arrow-line {
    transform-origin: 0 50%;
    transform: scaleX(1) translateX(0);
}
.arrowBtn .arrow svg .arrow-line, .arrow svg .arrow-point {
    transition: transform .5s cubic-bezier(.14,.99,.43,.99);
}
.arrowBtn .arrow svg .arrow-point {
    transform-origin: 100% 50%;
    transform: translateX(0);
}
a:hover .arrow .arrow-line{transform:scaleX(1.2) translateX(10%)}
a:hover .arrow .arrow-point{transform:translateX(20%)}
a:hover .arrow .arrow-circle{transform:translateX(-25%);opacity:0}
/**********************/
/* information and other */
.sectionInfoWrap{
  width: 100%;
  padding:0 80px 128px;
}
.sectionInfoWrap.sectionFixWrap{
  padding:0 80px 80px; /* 50% padding */
}
.sectionInfoWrap.sectionFixWrap.sectionFixWrapOption{
  padding-bottom: 0;
}
.sectionInfoWrap p{
  margin: 0 0 24px;
  overflow-wrap: break-word;
  clear: both;/* 崩れる場合個別指定に変更 */
}
.sectionInfoWrap p.ladyComment{
  margin: 0 0 16px;
}
.sectionInfoWrap .infoListWrap p{ margin:0;}
.sectionInfoWrap b{
  font-size:1.4rem;
}
.sectionInfoWrap b:before{
  content:"■";
}
.typeRightHeading .sectionContent:first-child{
  float: left;
  width: 56%;
}
.typeRightHeading .sectionContent:nth-child(2){
  float: right;
  width:44%;
  padding:0 0 0 120px;
}
.typeRightHeading.informationFix .sectionContent:first-child{
  float: right;
  width: 32%;
}
.typeRightHeading.informationFix .sectionContent:nth-child(2){
  float: left;
  width: 68%;
  padding:0 120px 0 0;
}
.sectionInfoWrap.fixRightHeading{
  padding: 0 80px 160px 0;
}
.sectionInfoWrap.fixResetPad{
  padding: 160px 80px 80px 0;
}
.sectionInfoWrap.typeLeftHeading{
  padding:0 0 160px 80px;
}
.sectionInfoWrap.informationFix{
  padding:160px 80px;
}
.sectionInfoWrap.informationLowerFix{
  padding:0 80px 160px;
}
.typeLeftHeading .sectionContent:first-child{
  float: right;
  width:56%;
  padding:0;
  overflow: hidden;
}
.typeLeftHeading .sectionContent:nth-child(2){
  float: left;
  width: 44%;
  padding: 0 120px 0 0;
}
.typeLeftHeading .sectionBtnWrap{ height:210px;}

.sectionInfoWrap p.em{
  font-size: 1.6rem;
  font-weight: bold;
}
.sectionInfoWrap p.list{
  color:#e9e9e9;
}
.sectionContent h3{
  font-size:2.6rem;
  line-height: 1.1;
  margin: 0 0 24px;
  font-weight: normal;
}
.infoTitle{
  font-weight: bold;
  font-size: 1.6rem;
  color: #ac8b33;
}
.sectionContent.infoListWrap li{
  border:1px solid #ac8b33;
  margin: 0 0 16px;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
}
.sectionContent.infoListWrap li a{
  display:block;
  padding: 32px;
  background:rgba(0,0,0,.4);
  transition: .6s;
  color: #999;
}
.sectionContent.infoListWrap li a:hover{
  background: #000;  
}
.lineTitle{
  width:100%;
  font-size: 2.6rem;
  position: relative;
  margin: 0 0 24px;
  font-weight: normal;
  line-height: 1.1;
}
.lineTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  right: 0;
  border-bottom: 1px solid #ac8b33;
}
.swipeContent:after{
  content:"";
  clear: both;
  display: block;
}
.swipeContent ul{
  display: flex;
}
.swipeContent li{
  max-width:300px;
  border: 1px solid #ac8b33;
  
}
.swipeContent .eventImage{
  margin: 0 0 16px;
}
.photoSlide .swipeContent .eventImage{
  margin: 0;
}
.swipeContent li a{
  display:block;
  color: #999;
  padding: 16px;
}
.swipeContent .eventImage img{ box-shadow: 0 2px 5px rgba(0,0,0,.26);}
.swipeContent li:hover .eventImage img,
.swipeContent a:hover .eventImage img{
  box-shadow:0 2px 10px rgba(0,0,0,.6);
  transition: all .2s ease-in-out;
}
.swipeContent .eventTitle{
  font-weight:bold;
  color: #ac8b33;
  margin: 0 0 16px;
  font-size: 1.6rem;
}
.swipeContent .eventTitle + p{
  margin:0;
}
.swipeContent .eventTitle + p span{
  display:inline-block;
  width: 100%;
}
.swipeContent .eventTitle span{
  display:inline-block;
  width: 100%;
}
.swipeContent .eventTitle span.ladyAge{
  display: inline;
}
.swiper-slide time,
.swiper-slide time + span{
  color:#444;
}

.swipe-images-wrap{
  clear: both;
	padding: 80px 0 0;
}

/* swiper slide style */
/* .swiper-slide,.swiper-wrapper{height:100%;position:relative;width:100%}.swiper-container{position:relative;overflow:hidden;list-style:none;padding:80px 0;z-index:1;clear:both;}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:24px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#aeb0b0;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-scrollbar-cursor-drag,.swiper-slide-zoomed{cursor:move}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-pagination-lock,.swiper-scrollbar-lock{display:none}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#ac8b33}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px} */
/**********************/

/* show scroll animation style */
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa-lr {
  transform: translate(-100px, 0);
}
.sa-rl {
  transform: translate(100px, 0);
}
.sa-up {
  transform: translate(0, 100px);
}
.sa-down {
  transform: translate(0, -100px);
}
.sa-scaleUp {
  transform: scale(.5);
}
.sa-scaleDown {
  transform: scale(1.5);
}
.sa-rotateL {
  transform: rotate(180deg);
}
.sa-rotateR {
  transform: rotate(-180deg);
}
/* animation delay */
.blockCont {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
}
/* page appBannerMid */
.appBannerMidWrap{
  width:100vw;
  height: 45vh;
  position: relative;
  background: url(/wp-content/themes/mrclub/images/common/img_pagefooter_mens.jpg) no-repeat center;
  background-size:cover;
  margin: 0 0 160px;
}
.appBannerMidWrap .registrationBtn{
  width:375px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 2.4rem;
  border: 1px solid rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.appBannerMidWrap .registrationBtn a{
  display: block;
  height: 46px;
  color: #000;
  transition: .6s;
}
.appBannerMidWrap:hover .registrationBtn a{
  background: rgba(255,255,255,.5);
}
/* page footer */
.pageFooterWrap{
  width:100vw;
  height: 45vh;
  position: relative;
  background: url(/wp-content/themes/mrclub/images/common/img_pagefooter_mens.jpg) no-repeat center;
  background-size:cover;
  margin: 0 0 56px;
}
.pageFooterWrap.ladiesFooterRegist{
  background: url(/wp-content/themes/mrclub/images/common/img_pagefooter_ladies.jpg) no-repeat center;
  background-size:cover;
}
.pageFooterWrap .registrationBtn{
  width:375px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 2.4rem;
  border: 1px solid rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pageFooterWrap .registrationBtn a{
  display: block;
  height: 46px;
  color: #000;
  transition: .6s;
}
.pageFooterWrap:hover .registrationBtn a{
  background: rgba(255,255,255,.5);
}
/* table */
.tableWrap{
  width:100%;
  margin: 0 0 24px;
}
.tableWrap dl{
  display: flex;
}
.tableWrap dt{
  width: 25%;
  background: #ac8b33;
  color: #000;
  padding:24px 16px;
  text-align: center;
  font-size: 1.4rem;
  border-bottom: 1px solid #101010;
}
.tableWrap dd{
  /* width: 25%; */
  flex: 1;
  background: #000;
  padding: 24px 8px;
  border-bottom: 1px solid #101010;
  border-left: 1px solid #101010;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  color: #ac8b33;
}
.tableWrap dd span{
  font-size:1.2rem;
  font-weight: normal;
  padding: 0 8px;
  color: #e9e9e9;
  flex: 1;
}
/* maypage setting fee bg */
.tableWrap.paypalLadiesSetBg dt{
    font-weight: bold;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(141,100,42);
    background: linear-gradient(45deg, rgba(141,100,42,1) 0%, rgba(238,220,136,1) 100%);
}
.tableWrap.paypalLadiesSetBg dd {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* system page setting payment background style */
.tableWrap.ladiesSetBg{
  background: url(/wp-content/themes/mrclub/images/common/img_ladiessetbg.jpg) no-repeat 0 0;
  background-size: 50%;
}
.tableWrap.ladiesSetBg dt{
  background-color: rgba(255,255,255,.1);
  font-weight: bold;
  font-size: 1.8rem;
  text-shadow:0 0 10px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tableWrap.page-normal dd{
  color: #ac8b33;
  font-weight: normal;
  font-size: 1.4rem;
}
.sectionInfoWrap.sectionEachJob .tableWrap dt{ background: #505050;}
/* system page payment background style */
.tableWrap.mainPaymentBg{
  background: url(/wp-content/themes/mrclub/images/common/img_mainpaymentbg.jpg) no-repeat 0 0;
  background-size: cover;
}
.tableWrap.mainPaymentBg dt{
  background-color: rgba(255,255,255,.1);
  font-weight: bold;
  font-size: 1.8rem;
  text-shadow:0 0 10px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tableWrap.mainPaymentBg dd{
  display: flex;
  justify-content: center;
  align-items: center;
}
.tableWrap dd.ppBtn input[type=image]{
  background: #000;
}
/* text decorate */
.decorateColor-gold,
.tableWrap dd .decorateColor-gold{
  color: #ac8b33;
}
.decorateColor-blue,
.tableWrap dd .decorateColor-blue{
  color: #4caac4;
}
.decorateColor-green,
.tableWrap dd .decorateColor-green{
  color: #6a9c5d;
}
.decorateColor-yellow,
.tableWrap dd .decorateColor-yellow{
  color: #efdd92;
}
.decorateColor-gold.bold,
.decorateColor-blue.bold,
.decorateColor-green.bold,
.decorateColor-yellow.bold,
.tableWrap dd .decorateColor-gold.bold,
.tableWrap dd .decorateColor-blue.bold,
.tableWrap dd .decorateColor-green.bold,
.tableWrap dd .decorateColor-yellow.bold{font-weight: bold;}
.text-large{
  font-size: 1.8rem;
}
.border-box{
  width: fit-content;
  border: 2px solid #ac8b33;
  padding: 16px;
}
/*****************/
/* btn */
.sectionBtnWideWrap{
  width:100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  padding: 80px 0;
  font-size: 2.0rem;
  clear: both;
}
.sectionBtnWideWrap:after{
  content:"";
  clear: both;
  display: block;
}
.sectionBtnWideWrap a{
  display: block;
  border-radius: 4px;
  color: #fff;
  background: #e36c6c;
  transition: .6s;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
}
.sectionBtnWideWrap.typeSystem a{
  background: #000;
}
.sectionBtnWideWrap a:hover{
  color: #000;
  background: #aeb0b0;
}
.sectionBtnWideWrap.typeAdminBtnWide a{
  background: #534cc4;
}
.sectionBtnWid{
  width:40%;/* full wide use */
  font-size: 2.0rem;
}
/* banner wrap */
.bannerWrap{
  width:100%;
  margin: 0 0 64px;
}
.bannerWrap.bannerFixWrap{
  margin: 0 0 80px;
}
.bannerWrap:after{
  content:"";
  clear: both;
  display: block;
}
.bannerWrap.developer{
  padding: 0 80px;
}
.bannerWrap.developer table{
  margin: 0 16px 16px 0;
  float: left;
}
.bannerWrap.developer .sslseal{
  float:left;
  width: 200px;
  text-align: center;
}
.bannerWrap.developer .sslseal img{margin: 0 0 2px;}
.bannerWrap.developer .sslseal p{
  font-size: .8rem;
  line-height: 1.1;
  text-align: left;
}
/* sectionWideBnner */
.sectionWideBn{
  width: 80%;
  height: auto;
  margin: 0 auto 128px;
}
.sectionWideBn .sectionWideBnInner{
  padding: 0;
}
.lineWrap{
  width:100%;
  display: flex;
  font-size: 2.8rem;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  line-height: 1.1;
}
.lineId{
  width:24%;
  background: #000001;
  padding: 24px 80px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
}
.lineNumber{
  width:76%;
  background:rgba(0,0,0,.2);
}
.lineNumber span{
  font-size:1.2rem;
  padding: 0 16px;
  color: #e9e9e9;
}
.lineNumber a{
  display: block;
  padding: 24px 80px 24px 56px;
}
.settingWrap{
  width:100%;
  display: flex;
  font-size: 2.8rem;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  line-height: 1.1;
}
.settingInfo{
  width:24%;
  background: #000001;
  padding: 24px 80px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
}
.settingNumber{
  width:76%;
  background:rgba(0,0,0,.2);
  padding: 24px 80px 24px 56px;
}
.settingNumber span{
  font-size:1.2rem;
  padding: 0 16px;
  color: #666;
}
.settingNumber a{
  display: inline-block;
}
/* form */
.tableWrap.formWrap dt{
  width:25%;
  text-align: left;
  background: #ac8b33;
}
.tableWrap.formWrap dd{
  width:75%;
  text-align: left;
  padding: 24px 16px;
}
.tableWrap.formWrap dd span{ padding:0;}
.uiSelect {
  position: relative;
  display: inline-block;
}
.uiSelect:after {
  content: "";
  position: absolute;
  top: 16px/*50%*/;
  right: 8px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border-top: 5px solid #555;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.tableWrap.formWrap .formItems{ padding:0 8px;}
.tableWrap.formWrap .formItems a{ color:#003db8;}
.selectType_m {
  height: 32px;
  width: 320px;
  line-height: 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 0 0 10px;
  transition: .6s;
}
.formItems.leftNormal{ padding: 0 4px 0 0;}
input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel] {
	width: 320px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
	transition: .6s;
}
.inputType_s {
  width: 88px !important;
}
.selectType_s {
  height: 32px;
  width: 120px;
  line-height: 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 0 0 10px;
}
.textArea {
  width: 100%;
  min-height: 180px;
  max-width: 500px;
  min-width: 500px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  transition: .6s;
}
input:focus,
select:focus,
textarea:focus{
  background: #ffeec0;
  border: 1px solid #ac8b33;
}
.submitBtn {
  width: 200px;
  height: 48px;
  line-height: 48px;
  border: none;
  background: #ac8b33;
  cursor: pointer;
  border-radius: 4px;
  color: #000;
}
.submitBtnWrap {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.submitBtnWrap:after {
  content: "";
  clear: both;
  display: block;
}
.requiredBox {
  color: #fff;
  background: #aa2020;
  padding: 0 8px;
  margin: 0 0 0 8px;
  border-radius: 4px;
  font-size: 1.2rem;
}

/* thumbnail content box */
.boxThumbnailWrap{
  width:100%;
}
.boxThumbnailWrap:after{
  content:"";
  clear: both;
  display: block;
}
.boxThumbnailWrap article{
  width:100%;
  margin: 0 0 40px;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  transition: .6s;
  border: 1px solid #ac8b33;
}
.boxThumbnailWrap article:hover{
  box-shadow:0 2px 10px rgba(0,0,0,.6);
}
.boxThumbnailWrap article a{
  display: block;
  padding: 48px;
}
.boxThumbnailWrap article:after,
.boxThumbnailWrap article a:after{
  content:"";
  clear: both;
  display: block;
}
.boxThumbnailWrap .comment{
  width:75%;
  float: right;
  padding: 0 0 0 32px;
}
.boxThumbnailWrap .comment h3{
  font-size:2.0rem;
  margin: 0 0 16px;
}
ul.tagIcon{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 8px;
}
ul.tagIcon li{
  width:18.2%;
  margin: 0 2.25% 2.25% 0;
  background: #000001;
  text-align: center;
}
ul.tagIcon li a{
  display: block;
}
.tagsAll{
  width:100%;
  margin: 0 0 16px;
}
.tagsAll ul{
  display: flex;
  flex-wrap: wrap;
}
.tagsAll li{
  width:18.2%;
  margin: 0 2.25% 2.25% 0;
  background: #000001;
  text-align: center;
}
.tagsAll li a{display: block;}
.tagsAll li:nth-child(5n){
  margin-right: 0;
}
.boxThumbnailWrap .thumbnail{
  width:25%;
  float: left;
  max-width: 264px;
}
.boxThumbnailWrap .circle img{
  border-radius: 50%;
}
/* サムネを左に揃える▼※デフォルト左右交互 */
.boxThumbnailWrap.boxThumbnailLeft article:nth-child(2n) .comment{
  float: right;
  padding: 0 0 0 32px;
}
.boxThumbnailWrap.boxThumbnailLeft article:nth-child(2n).thumbnail{
  float: left;
}
.boxThumbnailWrap time{
  display:inline-block;
  width: 100%;
}
.boxThumbnailWrap .newsTypeName{ color:#e9e9e9;}
.boxThumbnailWrap .noLinkWrap{
  padding:48px;
}
.boxThumbnailWrap .noLinkWrap:after{
  content:"";
  clear: both;
  display: block;
}
/********************************************/
/* pagination */
.pagination {
  clear:both;
  padding:0;
  margin:0 0 32px;
  position:relative;
  font-size:12px;
  height:auto;
  line-height:13px;
}
.pagination:after{
  content:"";
  clear: both;
  display: block;
}
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 0 2px 2px 0;
  text-decoration:none;
  text-align:center;
  width:34px;
  height:34px;
  color:#ac8b33;
  background: #000;
  line-height:34px;border: 1px solid #ac8b33;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing:border-box;
  transition: .6s;
}
.pagination a:hover,
.pagination .current{
  color:#fff;
  background: #ac8b33;
  opacity:1;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
}
.pagination a.prev,
.pagination a.next{
  width:42px;
}
/* ladies list (*member page) */
.ladiesListWrap{
  width:100%;
}
.ladiesListWrap ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.4rem;
  padding: 0 0 3.2rem;
}
.ladiesListWrap li{
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  transition: .6s;
  border: 1px solid #ac8b33;
}
.ladiesListWrap li:hover{
  box-shadow:0 2px 10px rgba(0,0,0,.6);
}
.ladiesListWrap li:nth-child(5n) {
  margin-right: 0;
}
.ladiesListWrap li a{
  display: block;
  padding: 16px;
}
.ladiesListWrap li a img{
  transition: .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ladiesListWrap li a:hover img{
  opacity: .8;
}
.ladiesListWrap li.noLinkWrap{
  padding:16px;
}

.ladyImageWrap{
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  margin: 0 0 8px;
  position: relative;
}
.ladyImageWrap .favorited{
  width: 24px;
  height: 20px;
  padding: 4px 6px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -28px;
  background: #ac8b33;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
}
.ribbon:after{
  content: "";
  position: absolute;
  bottom: -8px;
  left: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0,0,0,0.7);
  border-width: 0 12px 8px;
}
.ladyName{
  color: #ac8b33;
  font-weight: bold;
}
.ladyName span{
  font-size:1.2rem;
  padding: 0 8px;
  font-weight: normal;
}
.ladyBody{
  color: #e9e9e9;
  font-size: 1.2rem;
}
.ladyComment{
  color: #666;
  line-height: 1.8;
}
.ladyOptionFlag{
  margin: 0 0 8px;
}
.ladyOptionFlag .icon-svg{
  width: 14px;
  height: 14px;
}
.ladyCondition {
  margin: 0 0 4px;
  border-radius: 4px;
  font-size: 1.0rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  height: 14px;
  line-height: 14px;
  background: #ac8b33;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ladyCondition.not-ready-yet,
.ladyCondition.update,
.ladyCondition.please-contact{
  background:#fff;
  color:#000001;
}
.ladyCondition.stand-by{
  background:#000001;
  color:#fff;
}
.ladyRank {
  border-radius: 4px;
  font-size: 1.0rem;
  color:#fff;
  text-align: center;
  height: 14px;
  line-height: 14px;
  background:#005ad3;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.ladyRank.pearl{
  background:#c5b190;
  color:#000001;
}
.ladyRank.catseye{
  background:#fbe884;
  color:#000001;
}
.ladyRank.sapphire{
  background:#020533;
  color:#fff;
}
.ladyRank.ruby{
  background:#d80908;
  color:#fff;
}
.ladyRank.emerald{
  background:#14866c;
  color:#fff;
}
.ladyRank.diamond{
  background:#830117;
  color:#fff;
}
/* search form */
.searchesFormWrap{
  padding: 16px 16px 0;
  margin: 0 0 32px;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  background: #000;
}
.searchesFormWrap:after{
  content:"";
  clear: both;
  display: block;
}
.searchesFormWrap form{
  float: right;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.searchesFormWrap label{
  width:auto;
  height: 32px;
  line-height: 32px;
  float: left;
  margin: 0 8px 0 0;
}
.searchesFormWrap input[type=search]{
  width:240px;
  height: 32px;
  line-height: 30px;
  border:1px solid #ccc;
  border-radius: 4px;
  padding:0 8px;
  float: left;
  margin: 0 8px 0 0;
}
.searchesFormWrap input[type=submit]{
  width:80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #ac8b33;
  color: #000;
  border: none;
  border-radius: 4px;
  float: left;
  cursor: pointer;
}
/* search nallow select */
.searchFormBoxParts{
  height: auto;
  margin: 0 8px 16px 0;
  max-height: 32px;
}
.searchesFormWrap select{
  width:166px;
  height: 32px;
  line-height: 30px;
  border:1px solid #ccc;
  border-radius: 4px;
  padding:0 8px;
  float: left;
  background: #fff;
}
.searchNarrowInfo{
  width:100%;
  padding: 8px 16px;
  background: #000;
  margin: 0 0 24px;
}
.searchNarrowInfo span.searchNarrowName{
  background: #ac8b33;
  padding: 0 8px;
  margin: 0 4px 0 0;
  border-radius: 4px;
  color: #000;
}
/* profile */
.borderTitle{
  width: 100%;
  font-size: 2.4rem;
  position: relative;
  margin: 0 0 24px;
  padding-left: 6%;
  font-weight: normal;
  line-height: 1.1;
}
.borderTitle::after{
  content: "";
  position: absolute;
  top: 62%;
  left: 0px;
  right: 95%;
  border-bottom: 8px solid #ac8b33;
}/* 一部汎用 */
.ladyProfileWrap{
  width:100%;
}
.ladyProfileWrap:after{
  content:"";
  clear: both;
  display: block;
}
.lineTitle.lineTitleProfile::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  right: 0;
  border-bottom: 1px solid #ac8b33;
}
.ladyProfileWrap .swipeContent .eventImage{
  margin: 0;
}
.ladyProfileImage{
  float:left;
  width: 34%;
  position: relative;
}
.ladyProfileImage:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .3);
	transform: rotate(3deg); /* 回転させる */
	background: #313131;
	z-index: -1;
}
.ladyProfileImage img{
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  border: 1px solid #ac8b33;
}
.ladyProfileDetail{
  float:left;
  width: 32%;
  padding: 0 0 0 24px;
}
img.grow{
	-webkit-transition:.6s ease-in;
	-moz-transition:.6s ease-in;
	-ms-transition:.6s ease-in;
	-o-transition:.6s ease-in;
	transition:.6s ease-in;
}
img.grow:hover{
	-webkit-transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	-ms-transform:scale(1.3,1.3);
	-o-transform:scale(1.3,1.3);
	transform:scale(1.3,1.3);
  border:8px solid;
  border-color:rgba(0,0,0,.5);
}
/* Advanced Editor Tools　の設定でpタグを有効にする為（デフォルトマージン24pxを適用する） */
/* .sectionInfoWrap .ladyProfileDetail p{
  margin:0;
} */
.ladyProfileDetail .ladyName{
  font-size:2.0rem;
}
.ladyProfileDetail .ladyComment{
  margin: 24px 0;
}
.favoriteWrap{
  width:100%;
  margin: 0 0 16px;
}
.favoriteWrap:after{
  content:"";
  clear: both;
  display: block;
}
.favoriteEditBtn{
  width: 180px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  float: left;
}
.favoriteEditBtn a{
  width:100%;
  height:22px;
  display:inline-block;
  color:#fff;
  background:#ac8b33;
  border-radius:4px;
}
.favoriteEditBtn a.remove{
  background:#ccc;
  color:#000;
  border:1px solid #666;
  background:#ccc;
}
.favCount{
  float:left;
  height:22px;
  line-height:22px;
  padding:0 8px;
}
.favCountHidden{
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0,0,0,.6);
  padding: 0 8px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  color: #fff;
}
.ladyQualityWrap{
  width: 34%;
  padding: 0 0 0 24px;
  float: left;
}
.ladyQualityWrap:after{
  content:"";
  clear: both;
  display: block;
}
.ladyQualityList{
  width:100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.ladyQualityList dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  margin: 0 0 8px;
}
.ladyQualityList dt{
  width:44%;
  padding:4px 16px;
  background: #000;
  border-right:1px solid #ac8b33;
  font-weight: bold;
}
.ladyQualityList dd{
  width:56%;
  padding:4px 16px;
}
.pagePrevNextWrap{
  display: flex;
}
.pagePrevNextWrap div:nth-child(2){ margin:0 1.4% 0;}
.pagePrevLink {
  float: left;
  width: 160px;
  height: 42px;
  line-height: 42px;
  margin: 0 0 24px;
  text-align: center;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  font-size: 1.4rem;
  border-radius: 4px;
}
.pagePrevLink:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagePrevLink a {
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 0 0 0 24px;
  background: #ac8b33;
  color: #000;
  transition: .6s;
  border-radius: 4px;
}
.pagePrevLink a:hover{
  color: #000;
  background: #aeb0b0;
}
.pagePrevLink:after {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  height: 42px;
  border-left: 1px solid #000;
}

.pageNextLink {
  float: right;
  width: 160px;
  height: 42px;
  line-height: 42px;
  margin: 0 0 24px;
  text-align: center;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  font-size: 1.4rem;
  border-radius: 4px;
}
.pageNextLink:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pageNextLink a {
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 0 24px 0 0;
  background: #ac8b33;
  color: #000;
  transition: .6s;
  border-radius: 4px;
}
.pageNextLink a:hover{
  color: #000;
  background: #aeb0b0;
}
.pageNextLink:after {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  height: 42px;
  border-right: 1px solid #000;
}
.pageNextLink.nextNormal a{
  background: #ac8b33;
  color: #000;
}
.pageNextLink.nextNormal a:hover{
  color: #000;
  background: #aeb0b0;
}
.pageNextLink.nextNormal:before{
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.pageNextLink.nextNormal:after{
  border-right:1px solid #000;
}
.contentMainWrap{
  padding: 24px 0;
  clear: both;
}

.mypageLink {
  float: right;
  width: 160px;
  height: 42px;
  line-height: 42px;
  margin: 0 0 24px;
  text-align: center;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  font-size: 1.4rem;
  border-radius: 4px;
}
.mypageLink:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mypageLink a {
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 0 24px 0 0;
  background: #ac8b33;
  color: #000;
  transition: .6s;
  border-radius: 4px;
}
.mypageLink a:hover{
  color: #000;
  background: #aeb0b0;
}
.mypageLink:after {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  height: 42px;
  border-right: 1px solid #000;
}
.ladyContentWrap{
  width:100%;
  display: flex;
  flex-wrap: wrap;
}
.ladyContentWrap:after{
  content:"";
  clear: both;
  display: block;
}
.ladyMovie{
  width:100%;
  height: auto;
}
video{ max-width:100%;}
.specialMassage{
  width:50%;
  padding: 0 0 0 24px;
}
/* mypage */
.ladyRemove{
  line-height: 1.1;
  margin: 0 0 8px;
}
.ladiesListWrap li .remove-parent {
  width: 50%;
  padding: 2px 0;
  margin: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  font-size: 1.2rem;
  color: #000;
  border: 1px solid #ccc;
  background: #ccc;
  transition: .6s;
}
.ladiesListWrap li .remove-parent:hover{
  background: #f2ee7c;
}
.page-template-page-mypage.logged-in .wpfp-span + ul{ display:none;}
.ladiesListWrap ul.swiper-wrapper{
  flex-wrap:nowrap;/* スワイパー使用時はflexの折り返しを無しに */
}
/* sp menu */
.pushbar.opened{
display: block;
}
html.pushbar_locked{
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
  /* overlay scroll rocks */
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  /**/
}
.pushbar_locked .pushbar_main_content.pushbar_blur{
	filter:blur(15px);
}
.pushbar{
	z-index: 1000;
	position: fixed;
	will-change: transform;
	overflow-y: auto;
	transition:transform 0.5s ease;
	will-change: transform;
	background:#2b2b2b;
  /*padding: 130px 24px 0;*/
  padding: 84px 24px 100px;
  font-size: 1.4rem;
}
.pushbar ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
	gap: 4px;
}
.pushbar li{
  position: relative;
  /* width: 32.5%; */
  height: auto;
  background: #000001;
  /* margin: 0 0 1%; */
}
.pushbar li:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.pushbar li div{
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}
.pushbar li a{
  display: block;
  padding: 0 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  height: 100%;
}
.pushbar li .icon-svg{
  width: 40px;
  height: 100%;
  text-align: center;
  fill: #d68c14;
  position: relative;
  top: -8px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.pushbar li .icon-svg + span{
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: auto;
  z-index: -1;
}
.pushbar button{
  background: #000;
  padding: 0;
  display: block;
  border: none;
  width: 24px;
  height: 40px;
  position: absolute;
  top: 24px;
  right: 0;
}
#svg-forbidden{
  fill:#fff;
}
.pushbar_overlay{
	z-index: -999;
	position: fixed;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
  will-change: opacity;
  transition:opacity 0.5s ease;
  opacity:0;
  will-change: opacity;
	background: #2a2a2a;
}
html.pushbar_locked .pushbar_overlay{
	opacity:0.8;
	z-index: 999;
  transition:opacity 0.5s ease;
}
.pushbar.from_left{
	top: 0;
	left: 0;
	width: 70%;/* old 256px */
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	transform: translateZ(0) translateX(-100%);
}
.pushbar.from_right{
	top: 0;
	right: 0;
	width: 256px;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	transform: translateZ(0) translateX(100%);
}
.pushbar.from_top{
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	transform: translateZ(0) translateY(-100%);
}
.pushbar.from_bottom{
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	transform: translateZ(0) translateY(100%);
}
.pushbar.opened{
  transform: translateX(0px) translateY(0px);
  -webkit-overflow-scrolling: touch;
}
/* tap animation */
.ripple { 
  position: relative; 
  overflow: hidden;
  z-index: 99999;
} 
.ripple .ripple-active { 
  position: absolute; 
  pointer-events: none; 
  background: #FFF; 
  border-radius: 50%; 
  transform: scale(0); 
  animation: ripple .8s; 
  opacity: .3; 
}
@keyframes ripple { 
  to { 
    opacity: 0; 
    transform: scale(2.0); 
  } 
}
/*****************/
.gnavToggle {
  display:none;
  position: absolute;
  top: 16px;
  right: 0;
  width: 64px;
  height: 64px;
}
#menuButton {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background:none;
  border: none;
}
#menuButton span,
#menuButton::before,
#menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 26px;
  height: 2px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #000;
}
#menuButton::before {
  z-index: 2;
  transform: translate(0, -8px);
  content: "";
}
#menuButton::after {
  z-index: 2;
  transform: translate(0, 8px);
  content: "";
}
/*アニメーション*/
#menuButton span {
  transition: transform 150ms 50ms;
}
#menuButton::before,
#menuButton::after {
  transition: transform 200ms;
}
#menuButton.active span {
  transform: translate(-50px, 0);
  transition: transform 150ms;
}
#menuButton.active::before {
  transform: rotate(45deg);
}
#menuButton.active::after {
  transform: rotate(-45deg);
}
/*********/
/* mypage */
.sectionInfoWrap.mypageInformation .sectionContent.infoListWrap li{
  padding:32px;
  background: rgba(0,0,0,.4);
}
.sectionInfoWrap.mypageInformation .sectionContent.infoListWrap li a{
  padding: 0;
  background: none;
  display: inline-block;
}
/* hotel list */
.hotelListWrap{ width:100%;}
.hotelListWrap ul{
  display: flex;
  flex-wrap: wrap;
}
.hotelListWrap li{
  width: 23.5%;
  margin: 0 2% 2% 0;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  border: 1px solid #ac8b33;
  transition: .6s;
}
.hotelListWrap li:hover{
  box-shadow:0 2px 10px rgba(0,0,0,.6);
}
.hotelListWrap li:nth-child(4n) {
  margin-right: 0;
}
.hotelListWrap li a {
  display: block;
  padding: 16px;
}
.hotelListWrap h4{
  font-size: 1.4rem;
  height:56px;
  margin: 0 0 8px;
  color: #ac8b33;
}
.hotelImage{
  text-align:center;
  margin: 0 0 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
}
.hotelInfo.pay,
.hotelInfo.check{
  margin:0 0 8px;
}
.hotelInfo.pay span,
.hotelInfo.check span{
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 8px;
  width: 34%;
  display: inline-block;
  text-align: center;
}
.quickAccessMenu{
  width:100%;
}
.sticky{
  position: -webkit-sticky; /* safari対応 */
  position: sticky;
  top: 0; /* 上端から10pxのところで固定 */
  z-index: 2;
}
.quickAccessMenu ul{
  display: flex;
  flex-wrap: wrap;
  padding: 40px 56px 16px;
}
.quickAccessMenu li{
  width:18.4%;
  margin: 0 2% 2% 0;
  border-radius: 4px;
  background: #000001;
}
.quickAccessMenu li:nth-child(5n) {
  margin-right: 0;
}
.quickAccessMenu li a{
  color: #ac8b33;
  display:block;
  padding: 4px;
  text-align: center;
}
/* footer */
footer{
  width:100%;
  height: auto;
  text-align: left;
  font-size: 1.2rem;
  /* position: absolute;
  bottom: 0; */
  margin: auto;
}
footer:after {
  content: "";
  display: block;
  clear: both;
}
.footerInnerWrap{
  padding:72px 80px 0;
  position: relative;
}
.footerInnerWrap:after{
  content: "";
  clear: both;
  display: block;
}
.footerCopyright{
  width: 100%;
  padding:0 80px 24px;
}
.footerInformationWrap{
  height: auto;
}
.footerInformationWrap:after {
  content: "";
  clear: both;
  display: block;
}
.footerInformationWrap .leftBlock{
  width: 25%;
  float: left;
}
.footerInformationWrap .rightBlock{
  width: 25%;
  float: left;
}
.footerInformationWrap .rightBlock li a::after{
  background: #fff;
}
.footerInformationWrap + p {
  padding: 64px 0 0;
  color: #ac8b33;
  font-size: 1.2rem;
  clear: both;
}
.footerInformationWrap a{ color:#999;}
.footerInformationWrap .businessHours,
.footerInformationWrap .telNumber{
  color:#999;
}
#footerLogo{
  width:220px;
}
#footerLogo a{
  display: block;
}
#pageUp{
  width: 72px;
  height: 94px;
  position: absolute;
  top:-32px;
  right: 56px;
  cursor: pointer;
  z-index: 100;
  text-align: center;
}
#pageUp a{
  display: block;
  height: 94px;
}
.spin {
  -webkit-animation: r2 5s linear infinite;
  animation: r2 5s linear infinite;
}
@keyframes r2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#pageUp.verticalLineAni{
  transition: .2s;
}
#pageUp.verticalLineAni:after {
  content: "";
  position: relative;
  top: -80px;
  height: 60px;
  width: 1px;
  background-color: #ac8b33;
  margin: 10px auto;
  display: block;
  -webkit-transition: height .2s cubic-bezier(.165,.84,.44,1);
  transition: height .2s cubic-bezier(.165,.84,.44,1);
}
#pageUp.verticalLineAni:hover{padding-top:10px;}
#pageUp.verticalLineAni:hover:after{height:40px}
/* form fix */
.screen-reader-response{
  display:none;
}
.tableWrap.formWrap dd span.wpcf7-not-valid-tip{
  color:#e36c6c;
  padding:0 16px;
  position: relative;
  width: 100%;
}
.tableWrap.formWrap dd select + span.wpcf7-not-valid-tip{
  position:absolute;
}
.wpcf7-response-output{
  width:100%;
  padding:0 56px 80px;
  font-size: 2.0rem;
}
.wpcf7-response-output.wpcf7-display-none{
  padding:0;
}
.wpcf7-validation-errors{
  color:#e36c6c;
}
.wpcf7-not-valid{
  background:#e36c6c;
}
.singleEventImage{
  margin:0 0 24px;
  clear: both;
}
/* login form */
#wpmem_login legend, #wpmem_login .link-text,
#wpmem_login #rememberme,
#wpmem_login #rememberme + label{
  display: none;
}
#wpmem_login .button_div input.buttons{
  width: 154px;
  height: 44px;
  line-height: 44px;
  display: block;
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  border: 1px solid #ac8b33;
  position: relative;
  transition: .6s;
  background: #000;
  color: #ac8b33;
  font-size: 1.8rem;
  font-weight: bold;
}
/* frontpage only loading */
#loadingBg {
  position: fixed;
  left: 0;
  top: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: #ffffff;
  opacity: 1;
  transition: .6s;
}
#loading {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 50px 20px;
  margin: -70px 0 0 0;
  transition: .6s;
}
#loading #percent {
  margin-bottom: 5px;
  text-align: left;
  font-size: 16px;
}
#loading #gauge {
  width: 0;
  height: 5px;
  background: #000;
}
/* footer banner wrapper */
.footerBnContentWrap{
  width: 100%;
  padding: 0 80px;
  margin: 0 0 64px;
}
.footerBnContentWrap ul{
  display: flex;
  flex-wrap: wrap;
}
.footerBnContentWrap li{
  width: 24%;
  margin: 0 1% 1% 0;
  line-height: 1.2;
  font-size: 1.2rem;
}
.footerBnContentWrap .bnContentMini{
  display: inline-block;
}
.footerBnContentWrap .bnContentMini li{
  width: 32%;
  float: left;
}
.footerBnContentWrap .bnContentMini li.bn-letsencript{
  width: 27%;
}
.footerBnContentWrap .bnContentMini li.bn-letsencript img{
  width: 66%;
}
/* IE11ハック */
_:-ms-lang(x)::-ms-backdrop, body,
_:-ms-lang(x)::-ms-backdrop, a{
	cursor: inherit;
}
_:-ms-lang(x)::-ms-backdrop, #js-cursor,
_:-ms-lang(x)::-ms-backdrop, #js-chaser {
	display: none;
}
/**************/
/************************
1024px以下
************************/
/* iPad Kindle + some-Android（LargeSizePhone - MiniTablet）横 */
@media screen and (max-width: 1024px) {
  .rightFixMenuWrap li{
    padding:0 0 24px;
  }
  .sectionBtnWrap {
    height: auto;
    padding: 32px 0;
    clear: both;
  }
  .lineTitle.lineTitleProfile::after{
    left:70%;
  }
  /* hotel list */
  .hotelListWrap li{width:32%;}
  .hotelListWrap li:nth-child(4n){margin-right:auto;}
  .hotelListWrap li:nth-child(3n){
    margin-right:0;
  }
  .ladiesListWrap ul{
    grid-template-columns: repeat(4, 1fr);
  }
}
/************************
768px以下
************************/
/* iPad Kindle + some-Android（LargeSizePhone - MiniTablet） */
@media screen and (max-width: 768px) {
  body{
    font-size: 1.4rem;
  }

  body.page-template-page-mens main,
  body.page-template-page-system main,
  body.page-template-page-systemlady main,
  body.page-template-page-signup main,
  body.page-template-page-ladies main,
  body.page-template-page-contact main,
  body.page-template-page-signupladies main,
  body.page-template-page-studio main,
  body.page-template-page-payment main,
  body.post-type-archive-feedback main{
    padding-top:0;
  }
  .scroll_box{display: none;}
  .headerMenu{ display: none;}
  .gnavToggle{
    display: block;
    top: 24px;
    right: 24px;
    width: auto;
    height: auto;
  }
  .sectionInfoWrap{
    padding: 56px;
  }
  .sectionInfoWrap.sectionFixWrap{
    padding: 0 56px 56px;
  }
  .rightFixMenuInner h1{
    padding: 130px 0;
  }
  .rightFixMenuInner h1 span{
    display: inline;
  }
  .rightFixMenuInner h1 span.sub{
    display: inline-block;
  }
  .rightFixMenuWrap{
    top:0;
    width:100%;
    color: inherit;
  }
  .rightFixMenuInner{
    width:100%;
    height: auto;
    padding: 0 56px;
  }
  .rightFixMenuWrap ul{
    display:none;
  }
  .topImage{
    width:100%;
    height: 60vh;
    position: relative;
    top: 240px;
    background-position: 18%;
  }
  .sectionGrayWrap{
    margin:154px 0 0;
    padding: 56px
  }
  .grayWrapContent:first-child{
    width:100%;
  }
  .grayWrapContent:nth-child(2){
    width: 100%;
    padding: 0
  }
  .grayWrapImage{
    width:100%;
  }
  .grayWrapImage img{
    transition: auto;
    transform: scale(1.3);
    position: relative;
    margin-top: 8em;
    left: 40%;
  }
  .grayWrapContent p{
    margin:0 0 24px;
  }
  .typeRightHeading.informationFix .sectionContent:first-child{
    width:100%;
    height: auto;
  }
  .typeRightHeading.informationFix .sectionContent:nth-child(2){
    width:100%;
    padding: 0;
  }
  .sectionInfoWrap.informationFix{
    padding:56px;
  }
  .grayWrapContent.contentInnerWrapLeftFix{
    padding: 0;
    width: 50%;
  }
  .grayWrapContent.contentInnerWrapRightFix{
    width: 50%;
  }
  .lineWrap,
  .settingWrap{
    display:block;/* flex解除 */
  }
  .lineId,
  .settingInfo{
    width:100%;
    padding:16px 24px;
  }
  .lineNumber,
  .settingNumber{
    width:100%;
  }
  .settingNumber{
    padding: 16px 24px;
  }
  .lineNumber a{
    width:100%;
    padding:16px 24px;
  }
  .lineNumber span{
    padding: 0;
    display: block;
  }
  .settingNumber a{
    width:100%;
  }
  .sectionInfoWrap.typeLeftHeading{
    padding:0 0 80px;
  }
  .typeLeftHeading .sectionContent:first-child{
    width:100%;
    height: 44vh;
  }
  .typeLeftHeading .sectionContent:nth-child(2){
    width:100%;
    padding:0 56px;
  }
  .typeLeftHeading.fixLeftHeading .sectionContent:nth-child(2){
    padding:56px 56px 0;
  }
  .sectionInfoWrap.fixRightHeading{
    padding:0 0 56px;
  }
  .sectionInfoWrap.fixResetPad{
    padding: 160px 0 56px 0;
  }
  .typeRightHeading .sectionContent:first-child{
    width:100%;
    height: 44vh;
    overflow: hidden;
  }
  .typeRightHeading .sectionContent:nth-child(2){
    width:100%;
    padding:56px 56px 0;
  }
  .bannerWrap{
    margin:0 0 40px;
  }
  input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel]{
    width:50%;
    font-size: 1.6rem;
  }
  select,
  textarea{
    font-size: 1.6rem;
  }
  .submitBtn{
    font-size:1.6rem;
  }
  .inputType_s{
    width:20% !important;
  }
  .tableWrap dl{
    display:block;
  }
  .tableWrap dt,
  .tableWrap dd{
    width:100%;
    font-size: 1.6rem;
  }
  .tableWrap dd{
    text-align:left;
    padding:16px;
    font-size: 2.8rem;
    text-align: center
  }
  .tableWrap.formWrap dt,
  .tableWrap.formWrap dd{
    width:100%;
  }
  .tableWrap.formWrap dl:last-child dt{
    height: 1px;
    padding: 0;
  }
  .sectionBtnWid{
    width:100%;
  }
  .boxThumbnailWrap article a,
  .boxThumbnailWrap .noLinkWrap{
    padding:24px;
  }
  /* profile */
  .ladyProfileImage{
    width:50%;
  }
  .ladyProfileDetail{
    width:50%;
  }
  .ladyQualityWrap{
    width:100%;
    clear: both;
    padding:40px 0 0;
  }
  /* page prev next */
  .pagePrevNextWrap{
    display:flex;
    flex-wrap: wrap;
    margin: 0 0 24px;
  }
  .pagePrevNextWrap div:last-child{margin-right:0;}
  .pagePrevNextWrap div:nth-child(2){margin:0 1.2% 0 0;}
  .pagePrevLink,
  .pageNextLink,
  .mypageLink{
    width:32.5%;
    margin: 0 1.2% 0 0;
  }
  /* formfix */
  .searchesFormWrap input[type=search],
  .searchesFormWrap input[type=submit]{
    font-size:1.6rem;
  }
  /* hotel list */
  .hotelListWrap li{width:49%;}
  .hotelListWrap li:nth-child(3n){
    margin-right:auto;
  }
  .hotelListWrap li:nth-child(2n){
    margin-right:0;
  }
  .appBannerMidWrap{
    margin: 0 0 80px;
  }
  .tableWrap.mainPaymentBg,
  .tableWrap.ladiesSetBg{
    background-position:0 0;
    background-repeat: repeat;
    background-size: cover;
  }
  .tableWrap.mainPaymentBg dt,
  .tableWrap.ladiesSetBg dt{
    font-size: 2.4rem;
  }
  /* footer */
  footer .footerInnerWrap{
    padding:24px;
  }
  footer .footerInformationWrap li{
    display:inline-block;
  }
  footer .footerInformationWrap .leftBlock{
    width:100%;
    padding: 0 0 24px;
  }
  footer .footerInformationWrap .rightBlock{
    width:100%;
    padding: 0 0 16px;
  }
  footer .footerInformationWrap .rightBlock li:after{
    content:"";
    padding: 0 8px;
    color: #fff;
  }
  footer .footerInformationWrap .rightBlock li:last-child:after{
    content:none;
  }
  .footerInformationWrap + p{
    text-align:left;
    border-top:1px dotted #666;
    padding: 32px 0 0;
  }
  
  .footerCopyright{
    padding:0 24px 24px;
  }
  footer small{
    width:100%;
    display:inline-block;
    box-sizing:border-box;
  }
  .footerSnsWrap{
    padding:0 24px 16px;
  }
  .footerSnsWrap:after{
    content:"";
    clear:both;
    display:block;
  }
  .footerSnsWrap li{
    /*width:33.33333333%; 3col*/
    width:25%;
    height:40px;
    float:left;
    text-align:center;
  }
  .footerSnsWrap li a{
    display:inline-block;
    height:34px;
    width:34px;
    -webkit-tap-highlight-color: rgba(0,0,0,0.3);
  }
  .footerSnsWrap li i:before{
    color:#fff;
  }
  footer p{
    font-size:1.2rem;
    color:#fff;
    padding:0 24px 16px;
    text-align:center;
  }
  .pushbar.from_left{ width:50%;}
  #pageUp{
    right: 8px;
  }
  img.grow:hover{
    transform: scale(1.0,1.0);
  }
  /* sectionWideBnner */
  .sectionWideBn{
    width: 100%;
    margin: 0 auto 64px;
  }
  .sectionWideBn .sectionWideBnInner{
    padding: 0 24px;
  }
  .pushbar li{
    font-size: 1.2rem;
  }
  .footerBnContentWrap li{
    width: 100%;
    margin: 0 0 16px;
  }
  .footerBnContentWrap .bnContentMini li{
    width: 100% !important;
  }
  .footerBnContentWrap .bnContentMini li.bn-letsencript{
    width: 100%;
  }
  .footerBnContentWrap .bnContentMini li.bn-letsencript img{
    width: 66%;
  }
  .ladiesListWrap ul{
    grid-template-columns: repeat(3, 1fr);
  }
}
/************************
736px以下
************************/
/* iPhone6 Plus 横 */
@media screen and (max-width: 736px) {

}
/************************
667px以下
************************/
/* iPhone6 横 */
@media screen and (max-width: 667px) {

  .lineTitle::after,
  .lineTitle.lineTitleProfile::after{
    left: 80%;
  }
  .pushbar.from_left{ width:100%;}
  .pushbar ul:after{ /* 最後の行の要素が満たない場合左寄せに */
    content:"";
    display: block;
    width: 49.5%;
  }
  .pushbar li{
    /* width: 24.25%; */
    font-size: 1.2rem;
  }
  .quickAccessMenu li{
    width:23.5%;
    margin: 0 2% 2% 0;
  }
  .quickAccessMenu li:nth-child(5n) {
    margin-right: auto;
  }
  .quickAccessMenu li:nth-child(4n) {
    margin-right: 0;
  }
  .appBannerMidWrap .registrationBtn,
  .pageFooterWrap .registrationBtn{
    width:80%;
    font-size: 2.0rem;
  }
  .appBannerMidWrap .registrationBtn a,
  .pageFooterWrap .registrationBtn a {
    background: rgba(255,255,255,.5);
  }
  ul.tagIcon li,
  .tagsAll li{
    width:32.33333333%;
    margin: 0 1.5% 1.5% 0;
    font-size: 1.2rem;
  }
  .tagsAll li:nth-child(5n){
    margin-right: auto;
  }
  .tagsAll li:nth-child(3n){
    margin-right: 0;
  }
  ul.tagIcon li:nth-child(3n){
    margin-right: 0;
  }
  .ladiesListWrap ul{
    grid-template-columns: repeat(2, 1fr);
  }
}
/************************
640px以下
************************/
/* some-Android（Smartphone）横 */
@media screen and (max-width: 640px) {
}
/************************
568px以下
************************/
/* iPhone5系 横 */
@media screen and (max-width: 568px) {
  .grayWrapImage img{
    transition: auto;
    transform: scale(1.3);
    position: relative;
    margin-top: 8em;
    left: 40%;
  }
  .grayWrapContent.contentInnerWrapLeftFix{
    padding: 0;
    width: 100%;
  }
  .grayWrapContent.contentInnerWrapRightFix{
    display: none;
  }
  
}
/************************
480px以下
************************/
/* iPhone + some-Android（Smartphone） */
@media screen and (max-width: 480px) {

  .sectionInfoWrap{ padding:24px;}
  .sectionInfoWrap.sectionFixWrap{ padding: 0 24px 40px;}
  .sectionGrayWrap{
    margin: 150px 0 0;
    padding:24px;
  }
  h1{
    font-size:2.8rem;
  }
  .rightFixMenuInner{
    padding:0 24px;
  }
  .sectionContent h3{
    font-size:2.0rem;
  }
  .sectionInfoWrap.informationFix{
    padding:24px;
  }
  .lineTitle{
    font-size:2.0rem;
  }
  .lineTitle::after{
    left:70%;
  }
  .typeLeftHeading .sectionContent:nth-child(2){
    padding:0 24px;
  }
  .typeLeftHeading.fixLeftHeading .sectionContent:nth-child(2){
    padding:24px;
  }
  .sectionBtnWideWrap{
    font-size:1.8rem;
    padding:32px 0;
    height: auto;
  }
  .sectionBtnWid{ width:100%;}
  .typeRightHeading .sectionContent:nth-child(2){
    padding:24px;
  }
  .sectionInfoWrap.fixResetPad{
    padding: 80px 0 56px 0;
  }
  /* swiper */
  .swipeContent li{
    width:100%;
    max-width:100%;
  }
  .ladiesListWrap.mypageLadiesList li{
    width:100%;
    margin: 0;
    max-width: 100%;
  }
  .boxThumbnailWrap.boxThumbnailLeft article:nth-child(2n) .comment,
  .boxThumbnailWrap .comment{
    padding:0;
    width:100%;
  }
  .boxThumbnailWrap .comment h3{
    font-size:1.8rem;
  }
  .boxThumbnailWrap .thumbnail{
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px;
  }
  /* form */
  .searchFormBoxParts{
    width:100%;
    margin: 0 0 16px;
  }
  .uiSelect{
    width:calc(100%);
  }
  .searchesFormWrap select,
  .tableWrap.formWrap select{
    width:calc(100%);
  }
  .searchesFormWrap input[type=search]{
    width:auto;
    margin: 0 2px 0 0;
  }
  input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel]{
    width:100%;
  }
  .inputType_s{
    width:50% !important;
  }
  .inputType_s_single{
    width:50% !important;
  }
  .tableWrap.formWrap dd span.wpcf7-not-valid-tip{
    position: relative;
  }
  .tableWrap.formWrap dd select + span.wpcf7-not-valid-tip{
    position:relative;
  }
  .textArea{
    max-width:100%;
    min-width:auto;
  }
  /* profile */
  .ladyProfileImage{
    width:100%;
    margin: 0 0 24px
  }
  .ladyProfileDetail{
    width:100%;
    padding:0;
  }
  .quickAccessMenu ul {
    padding: 24px 24px 16px;
  }
  /* hotel list */
  .hotelListWrap li{
    width:100%;
    margin: 0 0 24px;
  }
  .hotelListWrap li:nth-child(2n){
    margin-right:auto;
  }
  .pushbar li{
    /* width: 32.5%; */
  }
  .pushbar ul:after{ /* 最後の行の要素が満たない場合の左寄せを解除 */
    content: normal;
  }
  .footerBnContentWrap{
    padding: 0 24px;
  }
}
/************************
435px以下
************************/
/* Nexus 6P */
@media screen and (max-width: 435px) {
}
/************************
414px以下
************************/
/* iPhone6 Plus 縦 + some-Android（Smartphone） */
@media screen and (max-width: 414px) {

}
/************************
0～375px以下
************************/
/* iPhone6 縦 */
@media screen and (max-width: 375px) {

  .bannerWrap.bannerFixWrap{
    margin:0 0 40px;
  }
  .bannerWrap.developer{
    padding: 0 24px;
  }
  .sectionContent.infoListWrap li a{
    padding: 24px;
  }
}
/************************
0～360px以下
************************/
/* その他スマホ */
@media screen and (max-width: 360px) {
  .ladiesListWrap ul{
    grid-template-columns: repeat(1, 1fr);
  }
}
/************************
0～320px以下
************************/
/* iPhone + Android(old) + ガラホ？ */
@media screen and (max-width: 320px) {

  .pageFooterWrap .registrationBtn{
    font-size: 1.6rem;
  }
}