/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
  color: #ffffff;
  font-family: "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic Pro", "Verdana", "メイリオ", "Meiryo", "MS Pゴシック", "Osaka", "arial", "helvetica", "sans-serif";
  font-size: 14px;
  font-weight: 700;
  background-color: #000;
}

img {
  width: 100%;
}

.header {
  padding-bottom: 20px;
  background: #000;
}

.header_h1 h1 {
  padding: 3px;
  font-size: 12px;
  font-weight: 500;
}

.header_info {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.header_menu nav {
  width: 1200px;
  height: 196px;
  margin: 20px auto;
  padding: 13px 0;
  background: url(../img/menu_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.header_menu nav ul {
  width: 1050px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.header_menu nav ul li {
  margin: 2px 5px;
}

.footer {
  padding: 20px 20px;
  background: #000;
}

.footer_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 20px 10px;
  background: #9e13d2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_inner .footer_logo {
  width: 40%;
}

.footer_inner .footer_info {
  width: 400px;
}

.footer_inner .footer_info .footer_hour,
.footer_inner .footer_info .footer_tel {
  width: 300px;
  margin-left: auto;
}

.footer_inner .footer_info .footer_hour {
  margin-bottom: 10px;
}

.footer_inner .footer_info .footer_menu {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 4px dotted #fff;
}

.footer_inner .footer_info .footer_menu ul {
  display: flex;
  flex-wrap: wrap;
}

.footer_inner .footer_info .footer_menu ul li {
  margin: 5px 10px;
}

.footer_inner .footer_info .footer_menu ul li a {
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.footer_inner .footer_info .footer_menu ul li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.footer_inner .copyright {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

/* PCのみホバーエフェクトをつける */
@media (hover: hover) and (pointer: fine) {
  .footer_inner .footer_info .footer_menu ul li a:hover {
    opacity: 1;
  }

  .footer_inner .footer_info .footer_menu ul li a:hover::after {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/bg.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.contents {
  width: 1000px;
  margin: 0 auto;
}

.inner {
  margin-bottom: 30px;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.7);
}

.mt {
  margin-top: 30px;
}

.pc_content {
  display: block;
}

.sp_content {
  display: none;
}

.breadcrumb {
  margin: 10px 0;
}

.breadcrumb ol {
  display: flex;
}

.breadcrumb ol li:not(:last-of-type)::after {
  content: "\003E";
  margin: 5px;
}



/* PCのみホバーエフェクトをつける */
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7
  }

  .btn_wrap .enter a:hover,
  .btn_wrap .leave a:hover {
    opacity: 0.8;
  }
}


/* 認証ページ */
.header_btn_inner {
  width: 1000px;
  height: 163px;
  margin: 20px auto;
  padding: 13px 0;
  background: url(../img/menu_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.btn_wrap {
  width: 500px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn_wrap .enter a,
.btn_wrap .leave a {
  padding: 10px;
  font-size: 50px;
  display: block;
  background: #000;
  text-align: center;
  letter-spacing: 2px;
}

.btn_wrap .enter a {
  border: 4px solid #fff;
}

.btn_wrap .leave a {
  border: 4px solid #a6a6a6;
  color: #a6a6a6;
}

.banner_area {
  max-width: 700px;
  min-height: 430px;
  margin: 20px auto;
  padding: 20px 0;
  text-align: center;
  background: #fd04d2;
  border: 4px solid #a6a6a6;
  border-radius: 5px;
}

.banner_area img {
  width: auto;
}


/* トップページ */
.inner_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main_flex {
  width: 690px;
}

.movie video {
  width: 100%;
}

.slider video {
  width: 100%;
}

.caution_txt {
  margin-top: 10px;
  padding: 5px;
}

.caution_txt p {
  font-weight: 300;
}

.caution_txt ul {
  margin-top: 5px;
  list-style: disc;
  list-style-position: inside;
  line-height: 1.3em;
}

.caution_txt ul li {
  margin-left: 28px;
  margin-bottom: 3px;
  font-weight: 300;
  text-indent: -22px;
}

.credit {
  padding: 20px;
  text-align: center;
  background: #9e13d2;
}

.credit p {
  margin-bottom: 10px;
  font-size: 20px;
}

.credit a {
  display: inline-block;
}

.side {
  width: 280px;
}

.girls_recruit_blog {
  text-align: center;
}


/* 在籍ページ */
.girls_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.girls_list::before {
  content: '';
  width: 23%;
  display: block;
  order: 1;
}

.girls_list::after {
  content: '';
  width: 23%;
  display: block;
}

.girls_list .list_item {
  width: 23%;
  margin-top: 30px;
  text-align: center;
  background: #000;
  border: 1px solid #70f1f6;
  border-radius: 3px;
  box-shadow: -1px -1px rgb(112, 241, 246), 1px -1px rgb(112, 241, 246),
    1px 1px rgb(112, 241, 246), -1px 1px rgb(112, 241, 246),
    0 0 0.5em rgb(112, 241, 246), 0 0 0.5em rgb(112, 241, 246),
    0 0 0.5em rgb(112, 241, 246), 0 0 0.5em rgb(112, 241, 246);
}

.girls_list .list_item:nth-child(-n+4) {
  margin-top: 0;
}

.girls_list .list_item .list_img {
  position: relative;
  overflow: hidden;
}

.girls_list .list_item .list_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s;
}

.list_img .thumbnail {
  position: relative;
  z-index: 1;
}

/* PCのみホバーエフェクトをつける */
@media (hover: hover) and (pointer: fine) {
  .girls_list .list_item a:hover {
    opacity: 1;
  }

  .list_img:hover .thumbnail {
    position: relative;
    opacity: 0;
  }
}

.list_img .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.girls_list .list_item .list_img .newface_icon {
  width: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.girls_list .list_item .spec {
  padding: 7px 0;
}

.girls_list .list_item .spec .name {
  margin-bottom: 5px;
  color: #ff3f8e;
  font-size: 20px;
  font-weight: 900;
}

.girls_list .list_item .spec .size {
  font-size: 16px;
  font-weight: 300;
}

.girls_list .list_item .spec .work_today {
  margin: 10px 10px 0;
  padding: 5px;
  font-size: 20px;
  color: #000;
  background: #70f1f6;
  font-weight: 900;
}

.girls_list .list_item .spec .newface_icon {
  margin: 10px 10px 0;
  padding: 5px;
  font-size: 20px;
  color: #000;
  background: #9c27b0;
  font-weight: 900;
}

/* スケジュールページ */
.week {
  display: flex;
  justify-content: space-between;
}

.week .schtime {
  width: 13%;
}

.week .schtime.current {
  padding: 10px;
  color: #fe428c;
  font-size: 20px;
  text-align: center;
  display: block;
  border: 3px solid #fe428c;
}

.week .schtime a {
  padding: 10px;
  color: #70f1f6;
  font-size: 20px;
  text-align: center;
  display: block;
  border: 3px solid #70f1f6;
}

.spec .time {
  margin-bottom: 5px;
  color: #70f1f6;
  font-size: 18px;
}

/* アクセスページ */
.block_title {
  padding: 10px 5px;
  background: #8810ec;
  font-size: 20px;
}

.access_map {
  margin-top: 10px;
}

.access_map iframe {
  width: 100%;
}

.access_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.access_info .shop_data {
  width: 60%;
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
}

.access_info .shop_data h3 {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
}

.access_info .route_movie {
  width: 38%;
}

.access_info .route_movie h3 {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.access_info .route_movie video {
  width: 100%;
}

/* プロフィールページ */
.prf_top {
  display: flex;
  justify-content: space-between;
}

.prf_top .portfolio {
  width: 48%;
}

.prf_top .portfolio #slider {
  width: 80%;
  margin: 0 auto;
}

.prf_top .portfolio #thum {
  margin-top: 5px;
  display: flex;
  justify-content: space-evenly;
}

.prf_top .portfolio #thum li {
  width: 19%;
}

.prf_top .prf_detail {
  width: 48%;
}

.prf_detail .prf_name {
  font-size: 30px;
}

.prf_detail .prf_spec {
  margin-top: 5px;
  font-size: 22px;
}

.prf_detail .prf_icons {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.prf_detail .prf_icons .icon {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: #ff3c8c;
  text-align: center;
  font-size: 24px;
  border: 4px solid #6ef2f6;
}

.prf_detail .prf_icons .icon span img {
  width: 25px;
}

.prf_detail .prf_comment {
  margin-top: 10px;
}

.prf_detail .prf_comment .comment_txt {
  padding: 10px;
  height: 344px;
  font-size: 16px;
  overflow: auto;
}

.prf_bottom {
  display: flex;
  justify-content: space-between;
}

.prf_bottom .prf_diary {
  width: 48%;
}

.prf_bottom .prf_shopcomment {
  width: 48%;
}

.prf_bottom .prf_shopcomment .comment_txt {
  padding: 10px;
  height: 500px;
  font-size: 16px;
  overflow: auto;
}

.prf_option .option_wrap {
  margin-top: 10px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.option_block {
  width: 30%;
}

.option_title {
  margin-bottom: 10px;
  font-size: 22px;
}

.option_items {
  margin-top: 5px;
  font-weight: 500;
}

.option_item {
  display: flex;
  justify-content: space-between;
  border-top: 4px solid #6ef2f6;
  border-right: 4px solid #6ef2f6;
  border-left: 4px solid #6ef2f6;
}

.option_item:last-of-type {
  border-bottom: 4px solid #6ef2f6;
}

.option_item .option_name {
  width: 80%;
  padding: 10px;
  border-right: 4px solid #6ef2f6;
}

.option_item .option_possibility {
  width: 20%;
  padding: 10px;
}

.option_item .option_possibility img {
  width: 23px;
  margin: 0 auto;
  display: block;
}

.prf_week {
  margin-top: 10px;
}

.prf_week .days,
.prf_week .times {
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.prf_week .days .row,
.prf_week .times .row {
  width: calc(100% / 7);
  padding: 5px;
  border-top: 3px solid #6ef2f6;
  border-left: 3px solid #6ef2f6;
}

.prf_week .days .row:last-of-type,
.prf_week .times .row:last-of-type {
  border-right: 3px solid #6ef2f6;
}

.prf_week .times .row {
  border-bottom: 3px solid #6ef2f6;
}

.prf404 {
  font-size: 16px;
  text-align: center;
}

/* イベントページ */
.evnet_box {
  padding: 10px;
  border: 1px solid #8810ec;
}

.evnet_box:not(:last-of-type) {
  margin-bottom: 30px;
}

.evnet_box .event_title {
  margin-bottom: 5px;
  padding: 10px 5px;
  background: #8810ec;
  font-size: 20px;
}

.evnet_box .event_txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.3em;
}

.evnet_box .event_txt a {
  margin: 5px 0;
  color: #1967d2;
  display: inline-block;
  text-decoration: underline;
}

/* 料金ページ、コスチュームページの注意書き */
.caution_costume {
  margin: 25px 10px;
}

.caution_costume h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* PCのみホバーエフェクトをつける */
@media (hover: hover) and (pointer: fine) {
  .evnet_box .event_txt a:hover {
    color: #e53900
  }
}


/* 画面幅1000px以下のcss */
@media screen and (max-width: 1000px) {
  .pc_content {
    display: none;
  }

  .sp_content {
    display: block;
  }

  .mt {
    margin-top: 20px;
  }

  .blur {
    filter: blur(8px);
  }

  #g-nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
  }

  #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
  }

  #g-nav.panelactive #g-nav-list {
    /* position: fixed; */
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav ul {
    display: none;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #g-nav.panelactive ul {
    display: block;
  }

  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: bold;
  }

  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #000;
  }

  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .header_h1 h1 {
    font-size: 10px;
  }

  .header_menu nav {
    width: 100%;
    height: auto;
    margin: 20px auto;
    padding: 0;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
  }

  .header_menu nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header_menu nav ul li {
    width: 20%;
    margin: 0 0 3px;
  }

  .contents {
    width: 98%;
  }

  .bg {
    background: url(../img/sp_bg.png);
  }

  .footer {
    padding: 0 0 65px;
  }

  .footer_inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 10px;
    background: #9e13d2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer_inner .footer_logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .footer_inner .footer_info {
    width: 100%;
    margin-top: 10px;
  }

  .footer_inner .footer_info .footer_hour,
  .footer_inner .footer_info .footer_tel {
    margin-left: auto;
    margin-right: auto;
  }

  .footer_inner .footer_info .footer_menu ul li a {
    font-size: 12px;
  }

  .footer_inner .copyright {
    padding-top: 10px;
  }

  .footer_btn_wrap {
    width: 100%;
    padding: 10px;
    background: #333;
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    z-index: 1;
  }

  .footer_btn_item {
    width: 33%;
  }

  .footer_btn_item a {
    width: 90%;
    height: 45px;
    margin: 0 auto;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 43px;
    border: 1px solid #fff;
    border-radius: 10px;
  }

  .breadcrumb {
    font-size: 12px;
  }

  .girls_list .list_item {
    width: 31%;
  }

  .girls_list::before {
    content: '';
    width: 0;
    display: block;
    order: 1;
  }

  .girls_list::after {
    content: '';
    width: 31%;
    display: block;
  }

  .girls_list .list_item:nth-child(-n+4) {
    margin-top: 30px;
  }

  .girls_list .list_item:nth-child(-n+3) {
    margin-top: 0;
  }

  .girls_list .list_item .spec .name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
  }

  .girls_list .list_item .spec .size {
    font-size: 12px;
  }

  .girls_list .list_item .spec .work_today {
    padding: 3px;
    font-size: 12px;
    font-weight: 700;
  }

  .girls_list .list_item .spec .newface_icon {
    padding: 3px;
    font-size: 12px;
    font-weight: 700;
  }

  .block_title {
    font-size: 16px;
  }

  /* 認証ページ */
  .header_btn_inner {
    width: 96%;
    height: auto;
    margin: 20px auto 0;
    padding: 0;
    padding-top: 16.34%;
    /* 画像のアスペクト比 (196 / 1200 * 100) を維持 */
    position: relative;
  }

  .btn_wrap {
    width: 100%;
    display: flex;
    /* 子要素を横並びにする */
    justify-content: space-evenly;
    align-items: center;
    /* 垂直方向に中央寄せ */
    position: absolute;
    /* 親要素内での位置を指定 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 完全に中央に配置 */
  }

  .btn_wrap .enter {
    width: 40%;
  }

  .btn_wrap .leave {
    width: 30%;
  }

  .btn_wrap .enter a,
  .btn_wrap .leave a {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .btn_wrap .enter a {
    border: 2px solid #fff;
  }

  .btn_wrap .leave a {
    border: 2px solid #a6a6a6;
  }

  .banner_area {
    width: 96%;
    max-width: 700px;
    border: 2px solid #a6a6a6;
  }

  .banner_area img {
    max-width: 100%;
  }


  /* トップページ */
  .main_flex {
    width: 100%;
  }

  .credit {
    padding: 10px;
  }

  .credit p {
    font-size: 14px;
  }

  .credit img {
    width: 100%;
  }

  .side {
    width: 100%;
    margin-top: 20px;
  }


  /* スケジュールページ */
  .week .schtime.current {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #fe428c;
  }

  .week .schtime a {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #70f1f6;
  }

  .spec .time {
    font-size: 14px;
    font-weight: 500;
  }

  /* イベントページ */
  .event {
    margin-bottom: 20px;
  }

  .evnet_box .event_txt {
    font-size: 14px;
  }

  /* アクセスページ */
  .access_info {
    flex-wrap: wrap;
  }

  .access_info .shop_data {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    font-size: calc(clamp(1rem, 0.941rem + 0.29vw, 1.125rem));
    order: 1;
    border: 2px solid #9e13d2;
  }

  .access_info .shop_data h3 {
    font-size: 24px;
  }

  .access_info .route_movie {
    width: 100%;
  }

  /* プロフィールページ */
  .prf_top {
    flex-wrap: wrap;
  }

  .prf_top .portfolio {
    width: 100%;
  }

  .prf_top .prf_detail {
    width: 100%;
  }

  .prf_detail .prf_name {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
  }

  .prf_detail .prf_spec {
    text-align: center;
  }

  .prf_detail .prf_icons {
    justify-content: center;
  }

  .prf_detail .prf_icons .icon {
    padding: 5px;
    font-size: 20px;
    border: 2px solid #6ef2f6;
  }

  .prf_detail .prf_icons .icon span img {
    width: 20px;
  }

  .prf_detail .prf_comment .comment_txt {
    height: auto;
    max-height: 350px;
  }

  .prf_bottom {
    flex-wrap: wrap;
  }

  .prf_bottom .prf_diary {
    width: 100%;
  }

  .prf_bottom .prf_shopcomment {
    width: 100%;
    margin-top: 20px;
  }

  .prf_bottom .prf_shopcomment .comment_txt {
    height: auto;
    max-height: 350px;
  }

  .prf_option .option_wrap {
    flex-wrap: wrap;
  }

  .option_block {
    width: 100%;
  }

  .option_block:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .option_title {
    font-size: 18px;
  }

  .option_items {
    font-size: 16px;
  }

  .option_item {
    border-top: 2px solid #6ef2f6;
    border-right: 2px solid #6ef2f6;
    border-left: 2px solid #6ef2f6;
  }

  .option_item:last-of-type {
    border-bottom: 2px solid #6ef2f6;
  }

  .option_item .option_name {
    border-right: 2px solid #6ef2f6;
  }

  .prf_week {
    display: flex;
  }

  .prf_week .days,
  .prf_week .times {
    width: 50%;
    font-size: 16px;
    flex-wrap: wrap;
  }

  .prf_week .days .row,
  .prf_week .times .row {
    width: 100%;
    padding: 5px;
    border-top: 2px solid #6ef2f6;
    border-left: 2px solid #6ef2f6;
  }

  .prf_week .times .row {
    border-bottom: none;
    border-right: 2px solid #6ef2f6;
  }

  .prf_week .days .row:last-of-type {
    border-right: none;
  }

  .prf_week .days .row:last-of-type,
  .prf_week .times .row:last-of-type {
    border-bottom: 2px solid #6ef2f6;
  }

  /* イベントページ */
  .evnet_box .event_title {
    font-size: 16px;
  }
}

/* 画面幅1001px以上のcss */
@media screen and (min-width: 1001px) {
  .fujoho_custom_banner2_kyokuwariA .fujoho_custom_banner2_inner {
    width: 280px !important;
  }
}