@charset "UTF-8";
@font-face {
  font-family: "Noto Sans CJK JP WF";
  font-weight: 400;
  src: url("../fonts/NotoSansCJKJP-reg.woff") format("woff");
}
@font-face {
  font-family: "Rounded Mplus 2p WF";
  font-weight: 400;
  src: url("../fonts/rounded-l-mplus-2p_reg.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP WF";
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-reg.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP WF";
  font-weight: 800;
  src: url("../fonts/NotoSerifJP-bold.woff") format("woff");
}
/* Scss Document */
html {
  font-size: 0.1333333333vw;
}
@media screen and (min-width: 80em) {
  html {
    font-size: 1.7066666667px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img,
video {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

em,
b,
strong,
i {
  font-style: normal;
}

:focus {
  outline: 0;
}

input[type=text],
input[type=checkbox],
input[type=radio],
textarea {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
}
@media screen and (min-width: 1200px) {
  input[type=text],
input[type=checkbox],
input[type=radio],
textarea {
    background-color: #F0F0F0;
  }
}

input[type=text],
textarea,
.capsize, .ltgt, select[name="data[Search][size_c]"] {
  padding: 4rem 8rem;
}

select {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  box-shadow: none;
}
@media screen and (min-width: 1200px) {
  select {
    background-color: #F0F0F0;
  }
}

button {
  border: 0;
  font-family: inherit;
}

body {
  background-color: #666;
  color: #fff;
  font-family: "Noto Sans CJK JP WF";
  font-size: 16rem;
}

h3 {
  font-weight: normal;
}

.ranking-list-link, .ranking-top-link, .girl-list .girl .link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.label-for-mark input[type=checkbox] {
  margin-right: 8rem;
  width: 24rem;
  height: 24rem;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .label-for-mark input[type=checkbox] {
    width: 9rem;
    height: 9rem;
    background-color: #F0F0F0;
  }
}
.label-for-mark input[type=checkbox]:checked {
  background: url(../img/common/checkbox.png) #fff no-repeat center/100% auto;
}
@media screen and (min-width: 1200px) {
  .label-for-mark input[type=checkbox]:checked {
    background-color: #F0F0F0;
  }
}
.label-for-mark input[type=radio] {
  margin-right: 8rem;
  width: 24rem;
  height: 24rem;
  border: 12rem solid #fff;
  border-radius: 12rem;
  background-color: #ff79ae;
}
.label-for-mark input[type=radio]:checked {
  border-width: 6rem;
}

.container {
  background-color: #fff;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 100%;
    background-image: none;
  }
}

.global-header {
  position: relative;
}
.global-header-meta {
  border-bottom: 1px solid #ff79ae;
}
.global-header-meta-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 5rem 153rem 5rem 5rem;
  font-size: 18rem;
}
@media screen and (min-width: 1200px) {
  .global-header-meta-inner {
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    padding: 5rem 0 5rem 10rem;
    font-size: 12rem;
    color: #ff79ae;
    max-width: 1200px;
    justify-content: space-between;
  }
}
.global-header-meta-inner-box {
  width: 80%;
}
@media screen and (min-width: 1200px) {
  .global-header-meta-inner-box {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.global-header-meta-inner-box img {
  padding: 0 !important;
}
.global-header-meta-inner-box img:nth-child(2) {
  display: none;
}
@media screen and (min-width: 1200px) {
  .global-header-meta-inner-box img:nth-child(2) {
    display: block;
    width: 80%;
  }
}
.global-header-meta-inner h1 {
  display: none;
}
@media screen and (min-width: 1200px) {
  .global-header-meta-inner h1 {
    display: inline-block;
    font-size: 12rem;
    font-weight: normal;
    padding-right: 10rem;
  }
}
.global-header-meta-inner .header-tel {
  display: none;
}
@media screen and (min-width: 1200px) {
  .global-header-meta-inner .header-tel {
    display: inline;
  }
}
.global-header-meta-inner img {
  width: 400rem;
  padding: 10rem 0;
}
@media screen and (min-width: 1200px) {
  .global-header-meta-inner img {
    width: 152rem;
    padding: 0;
  }
}
.global-header .header-banner {
  display: block;
}
@media screen and (min-width: 1200px) {
  .global-header .header-banner {
    margin: 0 auto;
    max-width: 1200px;
  }
}
.global-header .navigation-button::after, .global-header .navigation-button::before, .global-header .navigation-button .rect {
  content: "";
  display: block;
  width: 70rem;
  height: 6rem;
  background-color: #3c3c3c;
  transition: 0.1s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button::after, .global-header .navigation-button::before, .global-header .navigation-button .rect {
    width: 10rem;
    height: 1rem;
  }
}
.global-header .navigation-button {
  position: fixed;
  right: 10rem;
  top: 7rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  width: 140rem;
  height: 140rem;
  background-color: #ffd9e6;
  border-radius: 50%;
  border: 0;
  outline: 0;
  padding-top: 76rem;
  padding-left: 33rem;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button {
    width: 40rem;
    height: 40rem;
    padding-top: 20rem;
    padding-left: 8rem;
    top: initial;
    bottom: 25rem;
    right: 16rem;
  }
}
.global-header .navigation-button .rect {
  padding-top: 1rem;
  width: 45rem;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button .rect {
    width: 13rem;
  }
}
.global-header .navigation-button::before {
  position: absolute;
  top: 28rem;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button::before {
    top: 9rem;
    width: 20rem;
  }
}
.global-header .navigation-button::after {
  position: absolute;
  top: 52rem;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button::after {
    top: 14rem;
    width: 20rem;
  }
}
.global-header .navigation-button .label {
  margin-top: 8rem;
  color: #3c3c3c;
  font-size: 25rem;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button .label {
    margin-top: 1rem;
    font-size: 8rem;
  }
}
.global-header .navigation-button:active {
  background-color: #ffd9e6;
}
.global-header .navigation-button.open .rect {
  transform: rotate(45deg) translate(-19rem, -19rem);
  width: 70rem;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button.open .rect {
    width: 20rem;
    transform: rotate(45deg) translate(-5rem, -5rem);
  }
}
.global-header .navigation-button.open::before {
  transform: rotate(-45deg) translate(-12rem, 12rem);
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button.open::before {
    transform: rotate(-45deg) translate(-3rem, 3rem);
  }
}
.global-header .navigation-button.open::after {
  opacity: 0;
}
.global-header .navigation-button.open .member,
.global-header .navigation-button.open .member-group {
  transform: translateX(150%);
}
.global-header .navigation-button.top {
  animation: fadeInTop 0.2s ease both;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button.top {
    top: initial;
    bottom: 25rem;
    right: 16rem;
  }
}
.global-header .navigation-button.bottom {
  top: initial;
  bottom: 32rem;
  right: 16rem;
  animation: fadeInBottom 0.2s ease both;
}
.global-header .navigation-button .member,
.global-header .navigation-button .member-group {
  position: absolute;
  top: 157rem;
  width: 140rem;
  height: 140rem;
  right: 3rem;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button .member,
.global-header .navigation-button .member-group {
    top: -133%;
    width: 40rem;
    height: 40rem;
    right: 0;
  }
}
.global-header .navigation-button.top .member,
.global-header .navigation-button.top .member-group {
  top: 115%;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button.top .member,
.global-header .navigation-button.top .member-group {
    top: -133%;
  }
}
.global-header .navigation-button.bottom .member-group {
  top: -125%;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button.bottom .member-group {
    top: -133%;
    right: 2%;
  }
}
.global-header .navigation-button.bottom .member {
  top: -222%;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button.bottom .member {
    top: -133%;
  }
}
.global-header .navigation-button.bottom.open .member,
.global-header .navigation-button.bottom.open member-group {
  display: none;
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate(100%, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translate(100%, -100%);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.global-header .navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #000;
  border: 2rem solid #ffd9e6;
  opacity: 0;
  transition: 0.2s ease;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation {
    max-width: 700px;
  }
}
.global-header .navigation .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20rem;
  width: 100%;
}
.global-header .navigation .item {
  width: 49%;
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation .item {
    margin-bottom: 10rem;
  }
}
.global-header .navigation a {
  display: block;
  padding: 16rem 0;
  border: 0.5px solid #b4b4b4;
  color: #fff;
  font-size: 32rem;
  text-align: center;
  transition: 0.2s ease;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation a {
    padding: 8rem 0;
    font-size: 11rem;
  }
}
.global-header .navigation a:hover {
  border-color: #ffd9e6;
  color: #ffd9e6;
}
.global-header .navigation-button.open + .navigation {
  z-index: 998;
  opacity: 1;
}
.global-header .group-navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  padding: 60rem 0;
  background-color: #000;
  border: 2rem solid #ff79ae;
  overflow: scroll;
  opacity: 0;
  transition: 0.2s ease;
}
@media screen and (min-width: 1200px) {
  .global-header .group-navigation {
    max-width: 600px;
    overflow-x: auto;
    background-color: #000000d4;
    border: none;
    box-shadow: -6px 6px 10px 0px black;
  }
  .global-header .group-navigation::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #7b7b7b;
  }
  .global-header .group-navigation::-webkit-scrollbar {
    background: #000;
    width: 15px;
    height: 12px;
  }
}
.global-header .group-navigation .menu-img {
  display: none;
}
@media screen and (min-width: 1200px) {
  .global-header .group-navigation .menu-img {
    display: block;
    position: absolute;
    top: 21rem;
    right: 55rem;
  }
}
.global-header .group-navigation .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60rem;
  padding: 0 20rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .global-header .group-navigation .menu {
    margin-bottom: 30rem;
  }
}
.global-header .group-navigation .item {
  width: 49%;
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .global-header .group-navigation .item {
    margin-bottom: 8rem;
  }
}
.global-header .group-navigation a {
  display: block;
  padding: 16rem 0;
  border: 0.5px solid #b4b4b4;
  color: #fff;
  font-size: 32rem;
  text-align: center;
  transition: 0.2s ease;
}
@media screen and (min-width: 1200px) {
  .global-header .group-navigation a {
    padding: 8rem 0;
    font-size: 11rem;
  }
}
.global-header .group-navigation a:hover {
  border-color: #ffd9e6;
  color: #ffd9e6;
}
.global-header .group-navigation .link-menu {
  padding: 0 20rem;
  width: 100%;
  color: #ff79ae;
  text-align: center;
}
.global-header .group-navigation .link-menu img {
  width: 35%;
  padding: 10rem 0;
}
.global-header .group-navigation .link-menu-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60rem;
}
@media screen and (min-width: 1200px) {
  .global-header .group-navigation .link-menu-box {
    margin-bottom: 20rem;
  }
}
.global-header .group-navigation .link-menu-box .item {
  width: 50%;
  margin-bottom: initial;
}
.global-header .group-navigation .link-menu-box :first-child {
  width: 100%;
  flex-shrink: 0;
}
.global-header .group-navigation .link-menu-box a {
  display: block;
  padding: 16rem 0;
  border: 0.5px solid #b4b4b4;
  color: #fff;
  font-size: 32rem;
  text-align: center;
  transition: 0.2s ease;
}
@media screen and (min-width: 1200px) {
  .global-header .group-navigation .link-menu-box a {
    padding: 8rem 0;
    font-size: 11rem;
  }
}
.global-header .group-navigation .link-menu-box a:hover {
  border-color: #ffd9e6;
  color: #ffd9e6;
}
.global-header .navigation-button.open + .group-navigation {
  z-index: 998;
  opacity: 1;
}

.top_bnr {
  margin-bottom: 10px;
}

.reserve-nav {
  position: fixed;
  z-index: 997;
  right: 16rem;
  bottom: 185rem;
  transition: 0.2s ease;
  transform: translateX(120%);
}
@media screen and (min-width: 1200px) {
  .reserve-nav {
    display: none;
  }
}
.reserve-nav-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140rem;
  height: 140rem;
  background-color: #004aaf;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 24rem;
}
.reserve-nav-icon {
  width: auto;
  height: 64rem;
  margin-top: 8rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1200px) {
  .reserve-nav-icon {
    height: 30rem;
  }
}
.reserve-nav.show {
  transform: translateX(0);
}

.shop-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 997;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16rem;
  padding-right: 156rem;
  padding-bottom: 16rem;
  width: 100%;
  background-color: #212121;
  background-image: linear-gradient(to bottom, #363636 0%, #000 100%);
  transform: translateY(100%);
  transition: 0.2s ease;
}
@media screen and (min-width: 1200px) {
  .shop-nav {
    display: none;
  }
}
.shop-nav.show {
  transform: translateY(0);
}
.shop-nav-item {
  width: 25%;
  padding: 24rem 0;
  color: #fff;
  font-size: 28rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .shop-nav-item {
    padding: 20rem 0;
    font-size: 10rem;
  }
}
.shop-nav-item:not(:last-child) {
  border-right: 1rem solid #999;
}
.shop-nav-item:active {
  background-color: #333;
}

.section-title {
  margin-bottom: 20rem;
  padding-left: 32rem;
  /* height: 100rem; */
  background: url(../img/common/section-title.png) no-repeat center/100% 100%;
  font-weight: 400;
  font-size: 40rem;
  line-height: 100rem;
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .section-title {
    font-size: 10rem;
    max-width: 1200px;
    background-color: #ff79ae;
    color: #fff;
    margin: 0 auto;
    background-image: none;
    text-align: left;
    line-height: inherit;
  }
}

.sub-menu {
  position: sticky;
  background: #fff;
  z-index: 100;
  top: 0;
  display: flex;
  justify-content: flex-start;
  font-size: 35rem;
  margin: 20rem auto;
  border-bottom: 1px solid #ff79ae;
  border-top: 1px solid #ff79ae;
  padding: 25rem;
  flex-wrap: nowrap;
  overflow-x: scroll;
  color: #ff79ae;
}
.sub-menu .nav-link.active {
  color: #ef2474;
  /* アクティブなリンクの色を赤に設定 */
}
@media screen and (min-width: 1200px) {
  .sub-menu {
    justify-content: center;
    margin: 0 auto 10rem auto;
    padding: 5rem;
    font-size: 10rem;
    width: 100%;
    max-width: 1200px;
    overflow-x: unset;
    border-bottom: 2px solid #ff79ae;
    border-top: 2px solid #ff79ae;
  }
}
.sub-menu .item + .item {
  border-left: 1px solid #ff79ae;
}
.sub-menu .item {
  width: 100%;
  min-width: 30%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .sub-menu .item {
    width: auto;
    min-width: auto;
  }
}
.sub-menu .item a {
  font-size: 26rem;
  position: relative;
  padding: 5rem 10rem;
  width: 100%;
  min-width: 30%;
}
.sub-menu .item a:hover {
  color: #ef2474;
}
@media screen and (min-width: 1200px) {
  .sub-menu .item a {
    font-size: 10rem;
  }
}

.button-more {
  font-size: 32rem;
  display: block;
  margin-top: 10rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50rem;
  width: 564rem;
  border-radius: 16rem;
  /* background-image: linear-gradient(0deg, #ff006b 0, #ff0079 50%, #d20064 50%, #d30048 100%); */
  background-color: #ff79ae;
  color: #fff;
  line-height: 72rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .button-more {
    width: 200rem;
    font-size: 9rem;
    line-height: 16rem;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 48rem;
}
.pagination-item {
  padding: 8rem 24rem;
  font-size: 28rem;
  border: 1rem solid #ff79ae;
  background-color: rgba(33, 33, 33, 0.6);
  color: #3c3c3c;
}
.pagination-item.current {
  background-color: #ff79ae;
  color: #fff;
}
.pagination-item.active {
  background-color: #ff79ae;
  color: #fff;
}
.pagination-item:not(:last-child) {
  margin-right: 16rem;
}

.pager {
  display: flex;
  justify-content: center;
  margin-bottom: 48rem;
}

.paging {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .paging {
    align-items: flex-start;
  }
}

.paging li span {
  padding: 10px 10px;
  font-size: 10px;
  border: 1rem solid #ff3a80;
  background-color: rgba(33, 33, 33, 0.6);
  color: #ff3a80;
  background-color: #ffd9e6;
}
@media screen and (min-width: 1200px) {
  .paging li span {
    font-size: 11rem;
    background-color: #ffd9e6;
  }
}
.paging li span:not(:last-child) {
  margin-right: 16rem;
}
.paging li span .active {
  background-color: #ff79ae;
  color: #fff;
}

.bread {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin: 10px 0;
  padding: 0 20rem;
}
@media screen and (min-width: 1200px) {
  .bread {
    margin: 0 auto;
    max-width: 1200px;
    padding: 3rem 0 3rem 47rem;
    color: #ef2474;
  }
}
.bread a {
  color: #ef2474;
  margin-right: 10px;
}
.bread .left-space {
  margin-left: 10px;
}
.bread .bread-current {
  margin-left: 10px;
}

.footer {
  padding-left: 20rem;
  padding-right: 20rem;
  padding-bottom: 128rem;
}
@media screen and (min-width: 1200px) {
  .footer {
    margin: 0 auto;
    max-width: 1200px;
  }
}
.footer .navigation-banner {
  margin-bottom: 96rem;
}
@media screen and (min-width: 1200px) {
  .footer .navigation-banner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10rem;
    margin-bottom: 50rem;
  }
}
.footer .banner-link:not(:last-of-type) {
  display: block;
  margin-bottom: 44rem;
}
@media screen and (min-width: 1200px) {
  .footer .banner-link:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.footer .banner-image {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .footer .banner-image {
    width: 320rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .groupshop-banner {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .footer .groupshop-banner > .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10rem;
  }
  .footer .groupshop-banner > .flex::after {
    content: "";
    display: block;
    width: 500px;
  }
}
.footer .groupshop-banner-store {
  padding: 6px 0;
  margin-bottom: 30px;
  border: 2px solid #ef2574;
  background: #ffffff;
  text-align: center;
  color: #ef2574;
}
@media screen and (min-width: 1200px) {
  .footer .groupshop-banner-store {
    margin: 0;
    max-width: 1200px;
  }
}
.footer .groupshop-banner-store .groupshop-banner-store-name {
  font-family: "Noto Sans CJK JP ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 26px;
  font-weight: bold;
}
.footer .groupshop-banner-store .groupshop-banner-store-time {
  margin-top: -4px;
  font-size: 23px;
}
@media screen and (min-width: 1200px) {
  .footer .groupshop-banner-store .groupshop-banner-store-time {
    font-size: 18px;
  }
}
.footer .groupshop-banner-txt {
  display: flex;
  flex-wrap: wrap;
  gap: 50rem 78rem;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 1200px) {
  .footer .groupshop-banner-txt {
    gap: inherit;
    width: 1200px;
  }
}
.footer .groupshop-banner-txt .groupshop-banner-txt-link {
  font-family: "Noto Sans CJK JP ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
  color: #ef2574;
  font-size: 37rem;
  font-weight: bold;
  border-bottom: 1.5px solid #ef2574;
}
.footer .groupshop-banner-txt .groupshop-banner-txt-link:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1200px) {
  .footer .groupshop-banner-txt .groupshop-banner-txt-link {
    margin: 0 auto;
    font-size: 14rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .groupshop-banner-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20rem;
  }
}
.footer .banner-link p {
  font-family: "Noto Sans CJK JP ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
  color: #505050;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .footer .banner-link p {
    width: 100%;
  }
}

.top-slider {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .top-slider {
    text-align: center;
  }
  .top-slider .swiper-slide-next {
    opacity: 0.4;
  }
  .top-slider .swiper-slide-prev {
    opacity: 0.4;
  }
}
.top-slider .swiper-dots {
  padding-top: 32rem;
  padding-bottom: 40rem;
}
@media screen and (min-width: 1200px) {
  .top-slider .swiper-dots {
    padding-top: 10rem;
    padding-bottom: 20rem;
  }
}
.top-slider-shopinfo {
  display: inline-block;
  padding: 4rem 24rem;
  margin-right: 16rem;
  border-radius: 0 0 8rem 8rem;
  background-color: #ff009c;
  color: #fff;
  font-size: 30rem;
  letter-spacing: 0.04em;
  box-shadow: inset 0 4rem 8rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1200px) {
  .top-slider-shopinfo {
    font-size: 10rem;
    display: block;
    margin: 0 auto;
    width: 650px;
  }
}

.top-news {
  padding-bottom: 96rem;
  background-color: #000;
}
@media screen and (min-width: 1200px) {
  .top-news {
    padding-bottom: 30rem;
    background-color: #fff;
  }
}
.top-news .news-check {
  display: none;
}
.top-news .news-check:checked + .news-inner {
  height: auto;
  max-height: 10000px;
}
.top-news .news-check:checked + .news-inner + .news-label {
  display: none;
}
.top-news .news-inner {
  margin-bottom: 80rem;
  padding: 0 20rem;
  height: calc(100vh - 85px);
  overflow: hidden;
  max-height: calc(100vh - 85px);
  overflow: hidden;
  transition: max-height 5s;
}
@media screen and (min-width: 1200px) {
  .top-news .news-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  .top-news .news-inner img {
    max-width: 1200px;
    width: 657px !important;
    height: auto !important;
    text-align: center;
  }
}
.top-news .section-title {
  padding-right: 30rem;
  background-image: url(../img/common/section-title2.png);
  font-family: "Noto Sans CJK JP WF";
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .top-news .section-title {
    text-align: left;
    background-image: none;
    background-color: #ff009c;
    color: #fff;
  }
}

.swiper-dots {
  display: flex;
  justify-content: center;
  margin-bottom: 40rem;
}
.swiper-dots .swiper-pagination-bullet {
  margin: 0 16rem !important;
  height: 28rem;
  width: 28rem;
  background-color: #ffd9e6;
  border-radius: 14rem;
  opacity: 1;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .swiper-dots .swiper-pagination-bullet {
    margin: 0 5rem !important;
    height: 10rem;
    width: 10rem;
  }
}
.swiper-dots .swiper-pagination-bullet-active {
  background-color: #ff79ae;
}

.integrate-menu .integrate-menu-tab {
  position: sticky;
  position: -webkit-sticky;
  top: 168rem;
  z-index: 100;
  padding: 16rem 20rem 0;
  background-color: #ff79ae;
}
@media screen and (min-width: 1200px) {
  .integrate-menu .integrate-menu-tab {
    padding: unset;
    max-width: 1200px;
    top: 44rem;
    margin: 0 auto;
    overflow: hidden;
  }
}
.integrate-menu .integrate-menu-tab .menu-tab-item {
  position: relative;
  padding: 10rem 16rem 14rem;
  font-size: 32rem;
  text-align: center;
  transition: color 0.2s 0.4s ease;
}
@media screen and (min-width: 1200px) {
  .integrate-menu .integrate-menu-tab .menu-tab-item {
    font-size: 10rem;
    max-width: 23.8%;
    padding: 6rem 16rem 10rem;
  }
}
.integrate-menu .integrate-menu-tab .menu-tab-item::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 4rem solid #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.2s 0.4s ease;
  transform: scaleX(0);
}
@media screen and (min-width: 1200px) {
  .integrate-menu .integrate-menu-tab .menu-tab-item::after {
    border-bottom: 4rem solid #ef2474;
  }
}
.integrate-menu .integrate-menu-tab .swiper-slide-thumb-active {
  color: #fff;
}
.integrate-menu .integrate-menu-tab .swiper-slide-thumb-active::after {
  transform: scaleX(1);
}

.integrate-menu-body .swiper-slide {
  padding-bottom: 40rem;
  text-align: center;
  background: #fff;
}
.integrate-menu-body .filter {
  border-top-color: transparent;
}
@media screen and (min-width: 1200px) {
  .integrate-menu-body .filter {
    border-top-color: #ff009c;
  }
}
.integrate-menu-body .shop-switch {
  margin-bottom: 0;
  border-bottom-color: #282828;
}
@media screen and (min-width: 1200px) {
  .integrate-menu-body .shop-switch {
    margin-bottom: 10rem;
  }
}
.integrate-menu-body .top-ranking-list {
  /*
  .girl-list {
    transition: 0.2s ease;
    opacity: 0;
    z-index: 1;
    &:nth-of-type(2) {
      background-color: rgba(blue, 0.1);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
    }
    &:nth-of-type(3) {
      background-color: rgba(red, 0.1);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
    }
  }
  #ranking-1:checked ~ .top-ranking-list-wrap .girl-list:nth-of-type(1),
  #ranking-2:checked ~ .top-ranking-list-wrap .girl-list:nth-of-type(2),
  #ranking-3:checked ~ .top-ranking-list-wrap .girl-list:nth-of-type(3) {
    z-index: 3;
    opacity: 1;
  }
  */
}
.integrate-menu-body .top-ranking-list .ranking-switch {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32rem;
}
.integrate-menu-body .top-ranking-list .ranking-switch-button {
  min-width: 20%;
  color: #000;
  border: 1rem solid #505050;
  background-image: linear-gradient(to bottom, #f5fafa 0%, #c8c8c8 54%, #dcdcdc 57%, #fafafa 100%);
  font-size: 26rem;
  padding: 4rem 16rem;
}
@media screen and (min-width: 1200px) {
  .integrate-menu-body .top-ranking-list .ranking-switch-button {
    font-size: 13rem;
  }
}
.integrate-menu-body .top-ranking-list .ranking-switch-button:not(:last-child) {
  margin-right: 24rem;
}
.integrate-menu-body .top-ranking-list .ranking-switch input[type=radio]:checked + .ranking-switch-button {
  background-image: linear-gradient(to bottom, #141414 0%, #565656 54%, #282828 57%, #282828 100%);
  color: #fff;
}
.integrate-menu-body .top-ranking-list-wrap {
  position: relative;
  width: 100%;
  margin-top: 32rem;
}

.shop-switch .yellow {
  color: #ef2474 !important;
  border-bottom: 1rem solid #ef2474;
}

.top-stories {
  overflow-x: hidden;
  background-color: #ff79ae;
}
.top-stories-title {
  padding: 16rem 0 16rem 32rem;
  color: #fff;
  font-size: 34rem;
}
@media screen and (min-width: 1200px) {
  .top-stories-title {
    display: none;
  }
}
.top-stories.fixed.group {
  height: 359rem;
}
.top-stories.fixed.shop {
  height: 318rem;
}
.top-stories.fixed .top-stories-list {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  padding: 16rem 16rem;
  border-bottom: 1rem solid #ff79ae;
  width: 100%;
  max-width: 1280px;
}
@media screen and (min-width: 1200px) {
  .top-stories.fixed .top-stories-list {
    max-width: 100%;
    padding: 8rem 16rem;
  }
}
@media screen and (min-width: 80em) {
  .top-stories.fixed .top-stories-list {
    left: calc((100% - 1280px) / 2);
  }
}
@media screen and (min-width: 80em) and (min-width: 1200px) {
  .top-stories.fixed .top-stories-list {
    left: 0;
  }
}
.top-stories.fixed .top-stories-list .top-stories-name,
.top-stories.fixed .top-stories-list .top-stories-shop {
  display: none;
}
.top-stories-list {
  display: flex;
  padding: 32rem 16rem;
  background-color: #fff;
  overflow-x: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  transition: padding 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .top-stories-list {
    background-color: #ffd9e6;
    padding: 5rem 23rem;
  }
  .top-stories-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #7b7b7b;
  }
  .top-stories-list::-webkit-scrollbar {
    background: #000;
    width: 5px;
    height: 8px;
  }
}
.top-stories-list::after {
  content: "";
  padding-right: 16rem;
}
.top-stories-link {
  margin-right: 48rem;
}
@media screen and (min-width: 1200px) {
  .top-stories-link {
    margin-right: 35rem;
  }
}
.top-stories-shop {
  display: block;
  margin-bottom: 8rem;
  font-size: 22rem;
}
@media screen and (min-width: 1200px) {
  .top-stories-shop {
    font-size: 8rem;
    margin-bottom: 3rem;
    color: #ef2474;
  }
}
.top-stories-icon {
  margin-bottom: 8rem;
  padding: 4rem;
  width: 128rem;
  height: 128rem;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ff79ae 0%, #f4f6ff 69%, #ff79ae 100%);
}
@media screen and (min-width: 1200px) {
  .top-stories-icon {
    margin-bottom: -7rem;
    width: 35rem;
    height: 35rem;
    padding: 1.5rem;
  }
}
.top-stories-iconimage {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5rem solid #fff;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .top-stories-iconimage {
    border: 2rem solid #fff;
  }
}
.top-stories-name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24rem;
  white-space: nowrap;
  color: #ef2474;
}
@media screen and (min-width: 1200px) {
  .top-stories-name {
    font-size: 8rem;
  }
}
.top-stories-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transform: translateY(-100%);
  transform-origin: center;
  transition: 0.2s ease-in;
}
.top-stories-modal.active {
  z-index: 1000;
  opacity: 1;
  transform: translateY(0);
}
.top-stories-modal .swiper-container {
  width: 100%;
  height: 100%;
}
.top-stories-info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 102;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-column-gap: 32rem;
  grid-row-gap: 8rem;
  justify-content: flex-start;
  padding: 24rem;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.32) 60%, transparent 100%);
  opacity: 0.4;
  transition: 0.4s 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .top-stories-info {
    grid-column-gap: 0;
    grid-row-gap: 0;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    justify-items: start;
  }
}
.top-stories-info .icon {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 128rem;
  height: 128rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .top-stories-info .icon {
    width: 50rem;
    height: 50rem;
  }
}
.top-stories-info .name {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .top-stories-info .name {
    font-size: 13rem;
  }
}
.top-stories-info .shop {
  margin-left: 1em;
  color: #fff;
  font-size: 22rem;
  padding: 1rem 8rem 2rem;
  border-radius: 6rem;
  border: 0.5px solid #fff;
}
@media screen and (min-width: 1200px) {
  .top-stories-info .shop {
    font-size: 9rem;
  }
}
.top-stories-info .stories-text {
  grid-column: 1/3;
  grid-row: 3/4;
  color: #fff;
  margin-top: 16rem;
  width: 100%;
  font-size: 28rem;
  line-height: 1.6;
  max-height: 124.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 1200px) {
  .top-stories-info .stories-text {
    font-size: 9rem;
  }
}

.top-stories-modal .top-stories-attendance {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding: 8rem 16rem;
  border-radius: 6rem;
  background-color: #ff79ae;
  font-size: 26rem;
  line-height: 1;
  margin-right: 90rem;
}
@media screen and (min-width: 1200px) {
  .top-stories-modal .top-stories-attendance {
    font-size: 9rem;
    margin-right: 200rem;
  }
}
.top-stories-modal .top-stories-attendance-time {
  margin-left: 0.6em;
}
.top-stories-modal .stories-close {
  position: absolute;
  top: 16rem;
  right: 16rem;
  z-index: 102;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 90rem;
  height: 90rem;
  background: url(../img/common/icon-close.png) no-repeat center/32rem auto;
}
@media screen and (min-width: 1200px) {
  .top-stories-modal .stories-close {
    background: url(../img/common/close.png) no-repeat center/50rem auto;
    width: 50rem;
    height: 50rem;
  }
}
.top-stories-modal .stories-sound {
  position: absolute;
  top: 28rem;
  right: 140rem;
  z-index: 102;
  width: 72rem;
  height: 72rem;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/common/sound-off.png) no-repeat center/72rem auto;
}
@media screen and (min-width: 1200px) {
  .top-stories-modal .stories-sound {
    background-size: 30rem auto !important;
    width: 50rem;
    height: 50rem;
  }
}
.top-stories-modal .image-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
.top-stories-modal .image-wrap img {
  width: 100%;
  height: 100vh;
  object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .top-stories-modal .image-wrap img {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.top-stories-modal .image-wrap video {
  width: 100%;
  height: 100vh;
  object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .top-stories-modal .image-wrap video {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.top-stories-modal .swiper-slide-active .image {
  opacity: 1;
}
.top-stories-modal .swiper-slide-active .top-stories-info {
  opacity: 1;
}

.tabitem2,
.tabitem3 {
  position: absolute;
  top: -99999px;
}

.girls {
  background-color: #fff;
}
.girls .section-title {
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .girls .section-title {
    margin-bottom: 0;
  }
}
.girls .search-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem 0 10rem;
  background-color: #ff79ae;
  color: #fff;
  font-size: 32rem;
  text-align: center;
}
.girls .search-icon {
  margin-left: 16rem;
  height: 36rem;
}
.girls .girl-search {
  transition: height 0.2s ease;
  /* margin-bottom: 32rem; */
}
@media screen and (min-width: 1200px) {
  .girls .girl-search {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .girls .girl-search .search-form {
    display: grid;
    max-width: 1200px;
    width: 100%;
    gap: 10rem 10rem;
    grid-template-columns: 0.3fr 1fr 0.3fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: start;
    align-items: center;
    grid-template-areas: "name name-input tall tall-input" "age  age-input bust bust-input";
  }
  .girls .girl-search .search-form .label {
    padding: 4rem 8rem;
  }
  .girls .girl-search :first-child {
    grid-area: name;
  }
  .girls .girl-search :nth-child(2) {
    grid-area: name-input;
  }
  .girls .girl-search :nth-child(3) {
    grid-area: tall;
  }
  .girls .girl-search :nth-child(4) {
    grid-area: tall-input;
  }
  .girls .girl-search :nth-child(5) {
    grid-area: age;
  }
  .girls .girl-search :nth-child(6) {
    grid-area: age-input;
  }
  .girls .girl-search :nth-child(7) {
    grid-area: bust;
  }
  .girls .girl-search :nth-child(8) {
    grid-area: bust-input;
  }
}
.girls .girl-search .filter {
  display: flex;
  align-items: center;
  background-color: rgba(255, 121, 174, 0);
  border: none;
  border-width: 1rem 0;
  font-size: 32rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .girls .girl-search .filter {
    font-size: 9rem;
  }
}
.girls .girl-search .filter .title {
  padding: 0 16rem;
  white-space: nowrap;
}
.girls .girl-search .filter .filter-list {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 121, 174, 0);
  padding: 24rem 16rem;
}
@media screen and (min-width: 1200px) {
  .girls .girl-search .filter .filter-list {
    flex-direction: row;
    padding: 0 0 10rem 0;
  }
}
.girls .girl-search .label {
  padding: 4rem 20rem;
  background-color: #ff79ae;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .girls .girl-search .label {
    padding: 0 20rem;
    font-size: 9rem;
  }
}
.girls .girl-search .input-area {
  display: flex;
  padding: 20rem;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .girls .girl-search .input-area {
    padding: 0;
    font-size: 11rem;
    justify-content: flex-start;
    align-items: center;
    gap: 10rem;
  }
}
.girls .girl-search input[type=text],
.girls .girl-search select {
  /* width: 70%; */
  width: 67vw;
  font-size: 24rem;
}
@media screen and (min-width: 1200px) {
  .girls .girl-search input[type=text],
.girls .girl-search select {
    width: 180rem;
    font-size: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .girls .girl-search input[name="data[Search][name]"] {
    width: 255rem;
  }
}
.girls .girl-search .ltgt {
  width: 25%;
}
.girls .girl-search .button-more {
  margin-top: 32rem;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .girls .girl-search .button-more {
    margin-top: 10rem;
    font-size: 10rem;
    width: 123rem;
  }
}
.girls .open + .girl-search {
  height: 680rem;
}
.girls .extend {
  margin-bottom: 48rem;
}
.girls .filter {
  border-top: 1px solid #ff79ae;
}

@media screen and (min-width: 1200px) {
  .girl-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    gap: 0 15px;
  }
}
.girl-list .girl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 0 16rem 48rem;
  margin-bottom: 48rem;
  border-bottom: 1px solid #ff79ae;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl {
    width: 19%;
    display: flex;
    padding: 0;
    border-bottom: none;
    margin-bottom: 10rem;
  }
}
.girl-list .girl-ranking-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking-header {
    margin-bottom: 5rem;
  }
}
.girl-list .girl-ranking-text {
  padding-left: 16rem;
  font-size: 32rem;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking-text {
    font-size: 10rem;
  }
}
.girl-list .girl-ranking-text-image {
  height: 80rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking-text-image {
    height: 17rem;
  }
}
.girl-list .girl-ranking-icon {
  height: 140rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking-icon {
    height: 36rem;
  }
}
.girl-list .girl-state {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20rem;
  width: 100%;
  font-size: 28rem;
  line-height: 50rem;
  text-align: center;
  padding: 1rem;
  background-image: linear-gradient(to bottom, #ef2474 0%, #ef2474 50%, #ff79ae 51%, #ff79ae 100%);
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state {
    flex-direction: column;
    line-height: unset;
    margin-bottom: 0;
    min-height: 38rem;
    background-image: none;
    background-color: #ef2474;
  }
}
.girl-list .girl-state.state-realtime {
  background-image: linear-gradient(to bottom, #ef2474 0%, #ef2474 50%, #ff79ae 51%, #ff79ae 100%);
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state.state-realtime {
    background-image: none;
    background-color: #ef2474;
  }
}
.girl-list .girl-state.state-attendance {
  background-image: linear-gradient(to bottom, #ef2474 0%, #ef2474 50%, #ff79ae 51%, #ff79ae 100%);
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state.state-attendance {
    background-image: none;
    background-color: #ef2474;
  }
}
.girl-list .girl-state.state-newface {
  background-image: linear-gradient(to bottom, #ef2474 0%, #ef2474 50%, #ff79ae 51%, #ff79ae 100%);
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state.state-newface {
    background-image: none;
    background-color: #ef2474;
  }
}
.girl-list .girl-state.state-ranking {
  background-image: linear-gradient(to bottom, #b72929 0%, #b72929 50%, #e23737 51%, #e23737 100%);
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state.state-ranking {
    background-image: none;
    background-color: #b72929;
  }
}
.girl-list .girl-state .status {
  width: 40%;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state .status {
    width: 100%;
    font-size: 12rem;
  }
}
.girl-list .girl-state .attending-time {
  position: relative;
  width: 60%;
  background-color: #000;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state .attending-time {
    width: 100%;
    font-size: 10rem;
    background-color: #fff;
    color: #ef2474;
  }
}
.girl-list .girl-state .attending-time::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 25rem 20rem;
  border-bottom-color: #000;
  border-right-color: #000;
  left: -40rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state .attending-time::before {
    display: none;
  }
}
.girl-list .girl.attending .girl-image {
  animation: highlight 1.4s linear infinite both;
}
.girl-list .girl-image {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-image {
    height: 100%;
    max-height: 320px;
  }
}
.girl-list .girl-image-wrap {
  width: 344rem;
  position: relative;
}
.girl-list .girl-image-wrap::before {
  content: "";
  display: block;
  padding-top: 140.20618556%;
}
.girl-list .girl-shop {
  margin-top: 16rem;
  background-color: #ff79ae;
  font-size: 24rem;
  line-height: 40rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-shop {
    margin-top: 0;
    font-size: 10rem;
    line-height: 20rem;
  }
}
.girl-list .girl-meta {
  display: flex;
  flex-direction: column;
  width: 350rem;
  text-align: left;
  color: #3c3c3c;
}
.girl-list .girl .name {
  font-size: 36rem;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .name {
    font-size: 14rem;
  }
}
.girl-list .girl .age {
  display: block;
  font-size: 32rem;
  border-bottom: 1rem solid #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .age {
    font-size: 12rem;
  }
}
.girl-list .girl .sizes {
  font-size: 32rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .sizes {
    font-size: 12rem;
  }
}
.girl-list .girl .entry-date {
  background-color: #ff79ae;
  border: 1px solid #ff79ae;
  font-size: 22rem;
  padding: 2rem 8rem;
  text-align: center;
  margin-bottom: 8rem;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .entry-date {
    font-size: 12rem;
    margin-top: 10rem;
  }
}
.girl-list .girl .icons {
  display: flex;
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: 16rem;
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .icons {
    position: absolute;
    top: 193rem;
    left: 4rem;
  }
}
.girl-list .girl .icons li {
  width: 23.8%;
}
.girl-list .girl .icons li:not(:last-child) {
  margin-right: 1.6%;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .icons li {
    width: 100%;
  }
  .girl-list .girl .icons li img {
    width: 50px;
  }
}
.girl-list .girl .features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .features {
    justify-content: flex-start;
    flex-direction: column;
    height: 104px;
  }
}
.girl-list .girl .features li {
  margin-bottom: 8rem;
  padding: 0 1rem;
  width: 49%;
  background-color: #fff;
  border: 1px #ff79ae solid;
  color: #ff79ae;
  font-size: 22rem;
  line-height: 32rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .features li {
    width: 100%;
    font-size: 9rem;
    padding: 0 2rem;
    line-height: unset;
    height: 26px;
    margin-bottom: 0;
    border: 1px solid #ff79ae;
  }
}
.girl-list .girl .nominate-fee {
  display: flex;
  justify-content: space-between;
  padding-left: 8rem;
  width: 100%;
  background-color: #fff;
  color: #ff79ae;
  font-size: 32rem;
  line-height: 54rem;
  overflow: hidden;
  border: 1px #ff79ae solid;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .nominate-fee {
    font-size: 12rem;
    line-height: unset;
    background-color: #ff79ae;
    color: #fff;
    background-image: none;
    margin-top: 0;
  }
}
.girl-list .girl .nominate-fee .value {
  position: relative;
  padding-right: 8rem;
  background-color: #ff79ae;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .nominate-fee .value {
    background-color: initial;
  }
}
.girl-list .girl .nominate-fee .value::before {
  content: "";
  position: absolute;
  left: -32rem;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 54rem 32rem;
  border-color: transparent;
  border-bottom-color: #ff79ae;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .nominate-fee .value::before {
    display: none;
  }
}
.attend-indicator {
  margin: 0 16rem 32rem;
  border: 1rem solid #ffd9e6;
  border-radius: 10rem;
  line-height: 60rem;
  background: linear-gradient(to bottom, #ffd9e6 0%, #ef2474 50%, #ffd9e6 100%);
  font-size: 24rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .attend-indicator {
    max-width: 1200px;
    margin: 0 auto 10rem auto;
    font-size: 11rem;
    line-height: 36rem;
  }
}

.filter {
  display: flex;
  align-items: center;
  margin-bottom: 48rem;
  background-color: #282828;
  border: 0 solid #ff79ae;
  border-width: 1rem 0;
  font-size: 32rem;
}
@media screen and (min-width: 1200px) {
  .filter {
    align-items: center;
    font-size: 10rem;
    justify-content: space-between;
    max-width: 1200px;
    background-color: #ffd9e6;
    margin: 10rem auto;
    border: 1rem solid #ff009c;
    color: #ef2474;
  }
}
.filter .title {
  padding: 0 16rem;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .filter .title {
    width: 100rem;
    font-size: 10rem;
  }
}
.filter .filter-list {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 24rem 16rem;
}
@media screen and (min-width: 1200px) {
  .filter .filter-list {
    padding: 6rem 10rem;
  }
}
.filter .item {
  display: flex;
  align-items: center;
  margin-right: 64rem;
  color: #3c3c3c;
}
.filter .item:not(:last-child) {
  margin-bottom: 24rem;
}
@media screen and (min-width: 1200px) {
  .filter .item:not(:last-child) {
    margin-bottom: 0;
  }
}
.filter .item input[type=radio] {
  margin-right: 0.6em;
  border-radius: 16rem;
  width: 32rem;
  height: 32rem;
  background-color: #fff;
  border: 8rem solid #ccc;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .filter .item input[type=radio] {
    width: 10rem;
    height: 10rem;
    background-color: #ffd9e6;
    border: 2rem solid #ffd9e6;
  }
}
.filter .item input[type=radio]:checked {
  background-color: #ffd9e6;
}
@media screen and (min-width: 1200px) {
  .filter .item input[type=radio]:checked {
    background-color: #ff79ae;
  }
}

.shop-switch {
  display: flex;
  justify-content: center;
  padding: 32rem 0;
  border-bottom: 1rem solid transparent;
  background-color: #282828;
}
@media screen and (min-width: 1200px) {
  .shop-switch {
    padding: 10rem 0;
    max-width: 1200px;
    margin: 0 auto 10rem;
    background-color: #F0F0F0;
  }
}
.shop-switch .item:not(:last-child) {
  margin-right: 32rem;
}
.shop-switch .text {
  color: #fff;
  font-size: 28rem;
  transition: 0.2s ease;
}
@media screen and (min-width: 1200px) {
  .shop-switch .text {
    font-size: 10rem;
    color: #ff79ae;
  }
}
.shop-switch input[type=radio]:checked + .text {
  color: #ff79ae;
  border-bottom: 1rem solid #ff79ae;
}

@keyframes highlight {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(60%);
  }
  100% {
    filter: brightness(100%);
  }
}
.btn_submit input {
  background: #ff3a80;
  width: 100px;
  height: 24px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}
@media screen and (min-width: 1200px) {
  .btn_submit input {
    font-size: 10rem;
    padding: 2rem 24rem;
    width: inherit;
    height: inherit;
  }
}

.profile .section-title {
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .profile .section-title {
    margin-bottom: 0;
  }
}
.profile-border {
  margin-right: 20rem;
  margin-bottom: 32rem;
  margin-left: 20rem;
  padding: 1px;
  background-image: linear-gradient(45deg, #ef2474 21%, #ff79ae 44%, #ef2474 54%, #ff79ae 65%);
}
@media screen and (min-width: 1200px) {
  .profile-border {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.profile-inner {
  padding: 24rem;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .profile-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0 10rem;
    align-items: start;
    grid-template-areas: "profile-header profile-header-features" "profile-image profile-message" "swiper-dots profile-prices" "profile-attendance profile-prices" "profile-bottom profile-prices" ". profile-prices" "profile-options profile-options";
  }
}
@media screen and (min-width: 1200px) {
  .profile-inner .swiper-dots {
    grid-area: swiper-dots;
    margin: 10rem 0 20rem;
  }
}
.profile-header {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .profile-header {
    grid-area: profile-header;
    display: inline-flex;
  }
}
.profile-header-icon {
  margin-right: 32rem;
  padding: 3rem;
  width: 128rem;
  height: 128rem;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ef2474 0%, #ff79ae 69%, #ef2474 100%);
}
@media screen and (min-width: 1200px) {
  .profile-header-icon {
    margin-right: 10rem;
    width: 60rem;
    height: 60rem;
    padding: 2rem;
  }
}
.profile-header-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4rem solid #fff;
}
@media screen and (min-width: 1200px) {
  .profile-header-image {
    border: 2rem solid #fff;
  }
}
.profile-header-meta {
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .profile-header-meta {
    width: auto;
  }
}
.profile-header-meta .name {
  font-size: 34rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .profile-header-meta .name {
    font-size: 14rem;
  }
}
.profile-header-meta .sizes {
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .profile-header-meta .sizes {
    font-size: 12rem;
  }
}
.profile-header-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .profile-header-features {
    grid-area: profile-header-features;
    align-items: center;
    align-content: flex-start;
    gap: 5rem 0;
    margin-top: 0;
  }
}
.profile-header-features .item {
  margin-bottom: 8rem;
  width: 49.5%;
  background-color: #fff;
  color: #ff79ae;
  font-size: 22rem;
  text-align: center;
  border: 1px #ff79ae solid;
}
@media screen and (min-width: 1200px) {
  .profile-header-features .item {
    margin-bottom: 0;
    font-size: 11rem;
  }
}
.profile-image {
  position: relative;
  margin-bottom: 32rem;
}
@media screen and (min-width: 1200px) {
  .profile-image {
    grid-area: profile-image;
    margin-bottom: 0;
    width: 250rem;
    height: auto;
  }
  .profile-image img {
    width: 250rem;
    height: auto;
  }
}
.profile .icons {
  display: flex;
  position: absolute;
  left: 16rem;
  bottom: 16rem;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .profile .icons {
    left: 11rem;
    bottom: 3rem;
  }
}
.profile .icons li {
  width: 80rem;
  margin-right: 8rem;
}
@media screen and (min-width: 1200px) {
  .profile .icons li {
    width: 40rem;
  }
}
.profile-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 64rem;
}
@media screen and (min-width: 1200px) {
  .profile-bottom {
    grid-area: profile-bottom;
    margin-bottom: 0;
  }
}
.profile-bottom-nominate {
  display: flex;
  justify-content: space-between;
  padding-left: 8rem;
  margin-bottom: 24rem;
  width: 100%;
  background-color: #fff;
  color: #ff79ae;
  font-size: 32rem;
  line-height: 54rem;
  overflow: hidden;
  text-align: center;
  border: 1px #ff79ae solid;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-nominate {
    margin-bottom: 10rem;
    font-size: 10rem;
    line-height: 22rem;
  }
}
.profile-bottom-nominate .label {
  width: 47%;
}
.profile-bottom-nominate .value {
  position: relative;
  width: 53%;
  background-color: #ff79ae;
  color: #fff;
}
.profile-bottom-nominate .value::before {
  content: "";
  position: absolute;
  left: -32rem;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 54rem 32rem;
  border-color: transparent;
  border-bottom-color: #ff79ae;
}
.profile-bottom-state {
  display: flex;
  justify-content: center;
  padding: 1px;
  margin-bottom: 24rem;
  width: 100%;
  background: linear-gradient(to bottom, #ef2474 0%, #ef2474 50%, #ff79ae 51%, #ff79ae 100%);
  line-height: 52rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-state {
    line-height: 22rem;
    margin-bottom: 10rem;
    background: #ef2474;
  }
}
.profile-bottom-state .status {
  width: 50%;
  color: #fff;
  font-size: 32rem;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-state .status {
    font-size: 10rem;
  }
}
.profile-bottom-state .attending-time {
  position: relative;
  width: 50%;
  background-color: #000;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-state .attending-time {
    font-size: 10rem;
    background-color: #fff;
    color: #ef2474;
  }
}
.profile-bottom-state .attending-time::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 26rem 20rem;
  border-bottom-color: #000;
  border-right-color: #000;
  left: -40rem;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-state .attending-time::before {
    border-width: 11.1rem 9rem;
    left: -17rem;
    border-bottom-color: #ef2474;
    border-right-color: #ef2474;
  }
}
.profile-bottom-mailmagazine {
  margin-bottom: 24rem;
  width: 100%;
  background-color: #bd0000;
  color: #fff;
  font-size: 28rem;
  line-height: 52rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-mailmagazine {
    font-size: 10rem;
    line-height: 22rem;
    margin-bottom: 10rem;
  }
}
.profile-bottom-questions {
  width: 100%;
  background-color: #ff1ac1;
  color: #fff;
  font-size: 28rem;
  line-height: 52rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-questions {
    font-size: 10rem;
    line-height: 22rem;
  }
}
.profile-bottom-questions-modal {
  border: 2rem solid transparent;
  width: 100%;
  padding: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  transition: 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-questions-modal {
    padding: 10rem;
    border-color: #ff1ac1;
  }
}
.profile-bottom-questions-modal.open {
  height: 420rem;
  padding: 20rem;
  border-color: #ff1ac1;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-questions-modal.open {
    height: 215rem;
    padding: 10rem;
    border-color: #ff1ac1;
    opacity: 1;
  }
}
.profile-bottom-questions-list {
  height: 304rem;
  overflow: auto;
  font-size: 26rem;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-questions-list {
    font-size: 10rem;
  }
}
.profile-bottom-questions-a {
  margin-bottom: 24rem;
}
.profile-bottom-questions-close {
  margin-top: 32rem;
  min-width: 256rem;
  padding: 2rem 0;
  font-size: 24rem;
  line-height: 40rem;
  background-color: #ff1ac1;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-questions-close {
    display: none;
  }
}
.profile-message {
  margin-bottom: 32rem;
  padding: 14rem 14rem 54rem;
  border: 0.5px solid #ff79ae;
  background-color: #141414;
}
@media screen and (min-width: 1200px) {
  .profile-message {
    grid-area: profile-message;
    padding: 0;
    margin-bottom: 10rem;
    overflow-x: auto;
    max-height: 352rem;
    background-color: #fff;
    color: #3c3c3c;
  }
  .profile-message p {
    padding: 14rem;
  }
  .profile-message::-webkit-scrollbar-thumb {
    background-color: #7b7b7b;
  }
  .profile-message::-webkit-scrollbar {
    background: #000;
    width: 5px;
    height: 8px;
  }
}
.profile-message .title {
  margin-bottom: 64rem;
  background-color: #ff79ae;
  color: #fff;
  font-size: 40rem;
  line-height: 64rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-message .title {
    font-size: 10rem;
    line-height: 19rem;
    margin-bottom: 0;
  }
}
.profile-message .text {
  padding: 0 20rem;
  font-family: "Rounded Mplus 2p WF";
  font-size: 36rem;
}
@media screen and (min-width: 1200px) {
  .profile-message .text {
    font-size: 10rem;
    padding: 0 20rem;
  }
}
.profile-prices {
  margin-bottom: 128rem;
  padding: 3rem;
  background-image: linear-gradient(45deg, #ff79ae 21%, #ff79ae 44%, #ff79ae 54%, #ff79ae 65%);
}
@media screen and (min-width: 1200px) {
  .profile-prices {
    padding-bottom: 3rem;
    grid-area: profile-prices;
  }
}
.profile-prices .inner {
  padding: 40rem 20rem;
  max-height: 720rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
  font-family: "Rounded Mplus 2p WF";
  font-size: 36rem;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 1200px) {
  .profile-prices .inner {
    background-color: #fff;
    padding: 30rem 10rem;
    max-height: 300rem;
    font-size: 11rem;
  }
}
.profile-prices-value {
  display: grid;
  grid-template-columns: 160rem auto;
  grid-auto-rows: auto;
  margin-bottom: 32rem;
  letter-spacing: 0.06em;
}
.profile-attendance {
  margin-bottom: 48rem;
}
@media screen and (min-width: 1200px) {
  .profile-attendance {
    grid-area: profile-attendance;
    margin-bottom: 15rem;
  }
}
.profile-attendance .title {
  margin-bottom: 24rem;
  background-color: #ff79ae;
  color: #fff;
  font-size: 40rem;
  line-height: 64rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-attendance .title {
    margin-bottom: 0;
    font-size: 12rem;
    line-height: 22rem;
  }
}
.profile-attendance .item {
  display: flex;
  font-size: 40rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  .profile-attendance .item {
    font-size: 9rem;
    color: #3c3c3c;
  }
}
.profile-attendance .item:nth-child(odd) {
  background-color: #191919;
}
@media screen and (min-width: 1200px) {
  .profile-attendance .item:nth-child(odd) {
    background-color: #ffd9e6;
  }
}
.profile-attendance .item:nth-child(even) {
  background-color: #373737;
}
@media screen and (min-width: 1200px) {
  .profile-attendance .item:nth-child(even) {
    background-color: #fff;
  }
}
.profile-attendance .date {
  padding-right: 40rem;
  width: 46%;
  line-height: 72rem;
  text-align: right;
  font-size: 32rem;
}
@media screen and (min-width: 1200px) {
  .profile-attendance .date {
    line-height: 20rem;
    font-size: 9rem;
    color: #3c3c3c;
  }
}
.profile-attendance .hour {
  width: 54%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-attendance .hour {
    line-height: 19rem;
    color: #3c3c3c;
  }
}
@media screen and (min-width: 1200px) {
  .profile-options {
    grid-area: profile-options;
  }
}
.profile-options .title {
  margin-bottom: 24rem;
  background-color: #ff79ae;
  color: #fff;
  font-size: 40rem;
  line-height: 72rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-options .title {
    margin: 0 0 10rem;
    font-size: 10rem;
    line-height: 24rem;
  }
}
.profile-options .option-list {
  display: flex;
  flex-wrap: wrap;
  padding-right: 20rem;
  padding-left: 20rem;
}
.profile-options .item {
  width: 50%;
  background-color: #191919;
  font-size: 32rem;
  line-height: 72rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-options .item {
    width: 33.33%;
    font-size: 10rem;
    line-height: 24rem;
    background-color: #fff;
    color: #3c3c3c;
  }
}
.profile-options .item:nth-child(4n-1), .profile-options .item:nth-child(4n-3) {
  background-color: #373737;
}
@media screen and (min-width: 1200px) {
  .profile-options .item:nth-child(4n-1), .profile-options .item:nth-child(4n-3) {
    background-color: #ffd9e6;
  }
}
.profile-twitter {
  background-color: #fff;
  padding-bottom: 40rem;
}
.profile-twitter .title {
  margin-bottom: 26rem;
  background-color: #ff79ae;
  color: #fff;
  font-size: 40rem;
  line-height: 72rem;
  text-align: center;
}
.profile-twitter .inner {
  margin-left: 20rem;
  margin-right: 20rem;
}
.profile-twitter iframe {
  width: 1280px !important;
}
.profile-stories {
  background-color: #fff;
  padding-top: 32rem;
  padding-bottom: 72rem;
}
@media screen and (min-width: 1200px) {
  .profile-stories {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 10rem;
  }
}
.profile-stories .title {
  margin-bottom: 26rem;
  background-color: #ff79ae;
  color: #fff;
  font-size: 40rem;
  line-height: 72rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-stories .title {
    margin-bottom: 10rem;
    font-size: 10rem;
    line-height: 24rem;
  }
}
.profile-stories .story {
  position: relative;
  padding-top: 80rem;
}
@media screen and (min-width: 1200px) {
  .profile-stories .story {
    padding-top: 20rem;
  }
}
.profile-stories .story::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background-image: linear-gradient(45deg, #ff79ae 21%, #ff79ae 44%, #ff79ae 54%, #ff79ae 65%);
}
.profile-stories .story-date {
  display: block;
  padding: 0 96rem;
  margin-bottom: 24rem;
  color: #3c3c3c;
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .profile-stories .story-date {
    font-size: 10rem;
    padding: 0 20rem;
  }
}
.profile-stories .story-image-wrap {
  position: relative;
  padding: 0 90rem;
  margin-bottom: 64rem;
}
@media screen and (min-width: 1200px) {
  .profile-stories .story-image-wrap {
    padding: 0 20rem;
    margin-bottom: 5rem;
  }
  .profile-stories .story-image-wrap img {
    max-height: 350rem;
  }
}
.profile-stories .story-image {
  width: 100%;
  height: auto;
  border-radius: 8rem;
}
.profile-stories .story-text {
  padding: 0 40rem;
  color: #000;
  font-size: 26rem;
  line-height: 1.6;
  margin-bottom: 64rem;
}
@media screen and (min-width: 1200px) {
  .profile-stories .story-text {
    font-size: 10rem;
    margin-bottom: 30rem;
  }
}
.profile-stories .story-name {
  margin-bottom: 32rem;
}
@media screen and (min-width: 1200px) {
  .profile-stories .story-name {
    margin-bottom: 10rem;
  }
}
.profile-stories .stories-more {
  display: block;
  margin: 72rem auto 0;
  width: 564rem;
}
@media screen and (min-width: 1200px) {
  .profile-stories .stories-more {
    margin: 10rem auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .profile-review {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.profile-review .title {
  margin-bottom: 26rem;
  background-color: #ff79ae;
  color: #fff;
  font-size: 40rem;
  line-height: 72rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-review .title {
    margin: 20rem 0 0 0;
    font-size: 10rem;
    line-height: 20rem;
  }
}
.profile-review-inner {
  margin-left: 20rem;
  margin-right: 20rem;
  background-color: #fff;
  margin-bottom: 48rem;
  background-image: linear-gradient(45deg, #ff79ae 21%, #ff79ae 44%, #ff79ae 54%, #ff79ae 65%);
  position: relative;
  padding: 16rem;
  padding-top: 40rem;
  overflow-x: hidden;
}
@media screen and (min-width: 1200px) {
  .profile-review-inner {
    margin: 0 0 10rem;
    padding-top: 20rem;
  }
  .profile-review-inner .paging {
    align-items: center !important;
  }
}
.profile-review-inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 4rem;
  left: 4rem;
  display: block;
  width: calc(100% - 8rem);
  height: calc(100% - 8rem);
  background: url(../img/common/background-decoration1.png) no-repeat right top/410rem auto;
  background-color: #fff;
}
.profile-review-switch {
  position: relative;
  z-index: 2;
  font-size: 32rem;
}
.profile-review-switch-item {
  border-bottom: 3rem solid #000;
  background-color: #969696;
  color: #fff;
  line-height: 72rem;
  font-size: 24rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-review-switch-item {
    font-size: 10rem;
    line-height: 40rem;
  }
}
.profile-review-switch .swiper-slide-thumb-active {
  background-color: #000;
  border: 3rem solid #000;
  border-bottom: 0;
}
.profile-review-content {
  background-color: #000;
}
.profile-review-body {
  border: 3rem solid #fff;
  border-top-width: 0;
  margin-bottom: 48rem;
}
@media screen and (min-width: 1200px) {
  .profile-review-body {
    margin-bottom: 20rem;
  }
}
.profile-review-item {
  margin-bottom: 48rem;
}
@media screen and (min-width: 1200px) {
  .profile-review-item {
    margin-bottom: 18rem;
  }
}
.profile-review-name {
  border-bottom: 1px solid #fff;
  padding: 12rem 24rem;
  color: #ff79ae;
  font-size: 36rem;
}
@media screen and (min-width: 1200px) {
  .profile-review-name {
    font-size: 10rem;
  }
}
.profile-review-rate {
  margin: 8rem 0;
  padding: 0 24rem;
  color: #ffc100;
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .profile-review-rate {
    font-size: 10rem;
  }
}
.profile-review-text {
  padding: 0 24rem;
  font-size: 25rem;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .profile-review-text {
    font-size: 10rem;
  }
}
.profile-review-post {
  background-color: #000;
  border: 3rem solid #ff79ae;
  border-top-width: 0;
  padding: 20rem;
}
.profile-review-form {
  display: flex;
  flex-wrap: wrap;
  border: 1rem solid #88878b;
  font-size: 26rem;
}
@media screen and (min-width: 1200px) {
  .profile-review-form {
    font-size: 10rem;
  }
}
.profile-review-form .label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 8rem;
  border-right: 1rem solid #88878b;
  width: 40%;
  text-align: center;
}
.profile-review-form .label:not(:last-of-type) {
  border-bottom: 1rem solid #88878b;
}
.profile-review-form .input-area {
  width: 60%;
  padding: 16rem;
}
.profile-review-form .input-area:not(:last-of-type) {
  border-bottom: 1rem solid #88878b;
}
.profile-review-form .input-area input[type=text],
.profile-review-form .input-area select {
  width: 100%;
}
.profile-review-form .input-area textarea {
  width: 100%;
  height: 192rem;
}
.profile-review-send {
  display: block;
  margin: 32rem auto;
  color: #fff;
  background-color: #ff79ae;
  text-align: center;
  width: 60%;
  padding: 16rem 0;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .profile-review-send {
    font-size: 10rem;
  }
}
.profile .backto-list .button {
  display: block;
  width: 100%;
  line-height: 90rem;
  background-image: url(../img/common/metalplate-l.png), url(../img/common/metalplate-r.png), url(../img/common/metalplate-c.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left, right, center;
  background-size: auto 100%;
  border-radius: 14rem;
  color: #000;
  font-size: 40rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile .backto-list .button {
    line-height: 40rem;
    font-size: 12rem;
  }
}
.profile .backto-list {
  padding: 0 20rem;
  margin-bottom: 32rem;
}
@media screen and (min-width: 1200px) {
  .profile .backto-list {
    max-width: 1200px;
    margin: 10rem auto;
  }
}
.swiper-adjust {
  min-height: 50px !important;
  padding: 5px 0;
}

.slide-adjust div {
  font-size: 14px;
  width: 90%;
  margin: auto;
}

.opt-box:last-child {
  margin-top: -24rem;
}
@media screen and (min-width: 1200px) {
  .opt-box:last-child {
    margin-top: 0;
  }
}

.schedule {
  background: #fff;
}
.schedule .section-title {
  margin-bottom: 32rem;
}
@media screen and (min-width: 1200px) {
  .schedule .section-title {
    margin-bottom: 0;
  }
}
.schedule .date-selector {
  position: sticky;
  top: -1rem;
  z-index: 100;
  margin-bottom: 32rem;
}
@media screen and (min-width: 1200px) {
  .schedule .date-selector {
    max-width: 1200px;
    margin: 0 auto;
    top: 28rem;
  }
}
.schedule .date-selector .item {
  padding: 0;
  background-color: #efefef;
  background-image: linear-gradient(to bottom, #fafafa 0%, #eeeeee 52%, #b9b9b9 56%, #d6d6d6 100%);
  color: #3c3c3c;
  font-size: 32rem;
}
@media screen and (min-width: 1200px) {
  .schedule .date-selector .item {
    font-size: 12rem;
    width: 14.28% !important;
  }
}
.schedule .date-selector .item:not(:last-child) {
  border-right: 1rem solid #777;
}
.schedule .date-selector .swiper-slide-thumb-active {
  background-color: #b4b4b4;
  background-image: linear-gradient(to bottom, #b8b8b8 0%, #919191 47%, #737373 52%, #a3a3a3 100%);
  color: #fff;
}
.schedule .filter {
  margin-bottom: 32rem;
  border-top: 1rem solid #282828;
}

.girl {
  opacity: 1;
}

.girl.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  display: none;
}

/* .girl.is-hidden .link{
  display: none;
} */
.girl.is-btn-hidden {
  display: none;
}

.schedule-text {
  font-size: 32rem;
  margin-bottom: 15px;
  width: 96%;
  background: #ff3a80;
  margin: 20px auto;
  padding: 4px 10px;
}
@media screen and (min-width: 1200px) {
  .schedule-text {
    display: none;
  }
}

.pager-nav,
.review-page-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pager-nav li,
.review-page-nav li {
  margin-right: 8px;
}

.pager-nav li.active a,
.review-page-nav li.active a {
  background: #ff79ae;
  color: #fff;
}

.pager-nav li:last-child,
.review-page-nav li:last-child {
  margin-right: 0;
}

.pager-nav a,
.review-page-nav a {
  display: block;
  border: 1px solid #ff79ae;
  color: #ff79ae;
  background-color: #000;
  padding: 10px 10px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .pager-nav a,
.review-page-nav a {
    font-size: 11rem;
    background-color: #fff;
  }
}

.pager-nav a:hover,
.review-page-nav a:hover {
  background: #ff79ae;
  color: #fff;
}

.schedule-link {
  padding: 16rem 0;
  display: block;
}
@media screen and (min-width: 1200px) {
  .schedule-link {
    padding: 11rem 0;
  }
}

.realtime {
  background-color: #fff;
}
.realtime .section-title {
  margin-bottom: 32rem;
}
@media screen and (min-width: 1200px) {
  .realtime .section-title {
    margin-bottom: 0;
  }
}
.realtime .realtime-toggle {
  position: sticky;
  top: -1rem;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16rem 0;
  margin-bottom: 20rem;
  font-size: 36rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .realtime .realtime-toggle {
    max-width: 1200px;
    margin: 0 auto 10rem auto;
    font-size: 14rem;
    padding: 10rem 0;
    top: 28rem;
  }
}
.realtime .realtime-toggle::after {
  content: "";
  width: 14rem;
  height: 14rem;
  border-left: 4rem solid #fff;
  border-bottom: 4rem solid #fff;
  position: absolute;
  right: 20rem;
  top: 45%;
  transition: 0.2s ease;
  transform: rotate(135deg);
}
@media screen and (min-width: 1200px) {
  .realtime .realtime-toggle::after {
    width: 6rem;
    height: 6rem;
    border-left: 2rem solid #fff;
    border-bottom: 2rem solid #fff;
  }
}
.realtime .realtime-toggle.hide + .girl-list * {
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, height 0.2s ease;
}
.realtime .realtime-toggle.hide::after {
  top: calc(50% - 10rem);
  transform: rotate(-45deg);
}
@media screen and (min-width: 1200px) {
  .realtime .realtime-toggle.hide::after {
    top: calc(50% - 7rem);
  }
}
.realtime-count {
  display: inline-block;
  margin-left: 1em;
  background-color: rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 24rem;
  font-weight: 400;
  border-radius: 8rem;
  padding: 2rem 8rem 4rem;
}
@media screen and (min-width: 1200px) {
  .realtime-count {
    font-size: 14rem;
  }
}
.realtime .group1 {
  background-color: #daa520;
}
.realtime .group2 {
  background-color: #7319ff;
}
.realtime .group3 {
  background-color: #00c101;
}
.realtime .group4 {
  background-color: #bb012d;
}
.realtime .group5 {
  background-color: #ff732b;
}
.realtime .group6 {
  background-color: #a700cd;
}
.realtime .group7 {
  background-color: #2c00b2;
}
.realtime .group8 {
  background-color: #261e1c;
}
.realtime .group9 {
  background-color: #fa0068;
}
.realtime .group10 {
  background-color: #0097dd;
}
.realtime .group11 {
  background-color: #c92800;
}
.realtime .group12 {
  color: #ef2474;
  background-color: #fff;
  border: 1px #ef2474 solid;
}
.realtime .group12::after {
  border-color: #ef2474;
}
.realtime .group13 {
  background-color: #3cb371;
}
.realtime .girl-list {
  overflow: hidden;
}
.realtime .girl-list * {
  transition: opacity 0.2s ease;
}

.stories .shop-switch {
  margin-bottom: 20rem;
}
.stories-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  margin-left: 20rem;
  margin-right: 20rem;
  margin-bottom: 48rem;
  padding: 20rem;
  color: #000;
  border: 1rem solid #ff79ae;
}
@media screen and (min-width: 1200px) {
  .stories-content {
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    grid-column-gap: 10rem;
    grid-template-areas: "stories-icon stories-head stories-head" "img img stories-timestamp" "img img stories-text";
    padding: 10rem;
  }
  .stories-content img, .stories-content video {
    max-width: 450px;
    grid-area: img;
    justify-self: flex-start;
    align-self: start;
  }
}
.stories-head {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .stories-head {
    grid-area: stories-head;
    align-self: center;
  }
}
.stories-icon {
  padding: 4rem;
  width: 120rem;
  height: 120rem;
  margin-right: 24rem;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ef2474 0%, #ff79ae 69%, #ef2474 100%);
}
@media screen and (min-width: 1200px) {
  .stories-icon {
    padding: 3rem;
    width: 60rem;
    height: 60rem;
    margin-right: 10rem;
    grid-area: stories-icon;
    align-self: center;
    justify-self: end;
  }
}
.stories-iconimage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 5rem solid #fff;
}
@media screen and (min-width: 1200px) {
  .stories-iconimage {
    border: 3rem solid #fff;
  }
}
.stories-status {
  display: inline-flex;
  padding: 6rem 16rem;
  margin-bottom: 8rem;
  background-color: #ff79ae;
  font-size: 26rem;
}
@media screen and (min-width: 1200px) {
  .stories-status {
    font-size: 10rem;
  }
}
.stories-status-attendance {
  color: #fff;
}
.stories-status-hour {
  margin-left: 24rem;
  padding: 0 32rem;
  border-radius: 4rem;
  background-color: #fff;
  color: #ff79ae;
}
.stories-name {
  font-size: 26rem;
}
@media screen and (min-width: 1200px) {
  .stories-name {
    font-size: 12rem;
  }
}
.stories-image {
  margin: 32rem 0 8rem;
  width: 100%;
  height: auto;
}
.stories-timestamp {
  display: block;
  margin-bottom: 16rem;
  font-size: 24rem;
  width: 100%;
  text-align: right;
  color: #3c3c3c;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .stories-timestamp {
    font-size: 10rem;
    grid-area: stories-timestamp;
    text-align: left;
    margin-bottom: 5rem;
  }
}
.stories-text {
  width: 100%;
  font-size: 28rem;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .stories-text {
    font-size: 10rem;
    grid-area: stories-text;
    align-self: start;
  }
}
.stories .button-more {
  margin-top: 32rem;
  margin-bottom: 32rem;
}

@media screen and (min-width: 1200px) {
  .ranking {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.ranking-switch {
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .ranking-switch {
    margin-bottom: 10rem;
  }
}
.ranking-type {
  padding: 16rem 0;
  border-bottom: 1rem solid transparent;
  background-color: transparent;
  color: #666;
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .ranking-type {
    font-size: 12rem;
    width: 50% !important;
  }
}
.ranking-type.swiper-slide-thumb-active {
  border-bottom-color: #ef2474;
  color: #ef2474;
}
@media screen and (min-width: 1200px) {
  .ranking-type.swiper-slide-thumb-active {
    width: 50% !important;
  }
}
.ranking-wrapper {
  margin-bottom: 40rem;
  width: calc(100% - 40rem);
}
@media screen and (min-width: 1200px) {
  .ranking-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ranking-top {
  position: relative;
  margin-bottom: 32rem;
  padding: 1px;
  border: 1px solid #ff79ae;
}
@media screen and (min-width: 1200px) {
  .ranking-top {
    margin-bottom: 10rem;
  }
}
.ranking-top-inner {
  display: flex;
  justify-content: space-between;
  padding: 20rem;
  background: url(../img/common/ranking-bg.png) no-repeat center/100% 100%;
}
.ranking-top-text {
  display: flex;
  flex-direction: column;
  width: 280rem;
  width: 42%;
}
.ranking-top-title {
  display: flex;
  align-items: flex-end;
  margin-top: 8rem;
  margin-bottom: 20rem;
  color: #ba272d;
  font-family: "Noto Serif JP WF";
}
.ranking-top-title .left {
  line-height: 1.1;
  font-size: 36rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1200px) {
  .ranking-top-title .left {
    font-size: 26rem;
  }
}
.ranking-top-title .ja {
  font-size: 24rem;
}
@media screen and (min-width: 1200px) {
  .ranking-top-title .ja {
    font-size: 16rem;
  }
}
.ranking-top-title .right {
  font-size: 48rem;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .ranking-top-title .right {
    font-size: 38rem;
  }
}
.ranking-top-title .num {
  font-size: 88rem;
}
@media screen and (min-width: 1200px) {
  .ranking-top-title .num {
    font-size: 60rem;
  }
}
.ranking-top-meta {
  margin-bottom: 24rem;
  padding: 4rem 8rem;
  border: 1rem dotted #000;
}
.ranking-top-name {
  color: #000;
  font-size: 28rem;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .ranking-top-name {
    font-size: 18rem;
  }
}
.ranking-top-sizes {
  color: #000;
  font-size: 20rem;
  word-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .ranking-top-sizes {
    font-size: 14rem;
  }
}
.ranking-top-fee {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24rem;
  padding-left: 24rem;
  border: 1rem solid #ff79ae;
  background-color: #fff;
  color: #ff79ae;
  font-size: 20rem;
}
@media screen and (min-width: 1200px) {
  .ranking-top-fee {
    font-size: 14rem;
  }
}
.ranking-top-fee .value {
  width: 96rem;
  background-color: #ff79ae;
  color: #fff;
  text-align: center;
}
.ranking-top-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ranking-top-features .item {
  width: 49%;
  background-color: #fff;
  color: #ff79ae;
  text-align: center;
  border: 1rem solid #ff79ae;
  line-height: 32rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 1200px) {
  .ranking-top-features .item {
    line-height: 22rem;
    font-size: 12rem;
  }
}
.ranking-top-attendance {
  margin-bottom: 16rem;
  border: 1rem solid #ff79ae;
  background-image: linear-gradient(0deg, #ff79ae 50%, #ff79ae 51%);
  color: #fff;
  font-size: 20rem;
  line-height: 1;
  padding: 4rem 1px 1px 1px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .ranking-top-attendance {
    font-size: 12rem;
  }
}
.ranking-top-attendance-time {
  display: block;
  margin-top: 8rem;
  background-color: #fff;
  color: #000;
  padding: 8rem 0;
}
@media screen and (min-width: 1200px) {
  .ranking-top-attendance-time {
    background-color: #fff;
    color: #ff79ae;
  }
}
.ranking-top-reserve {
  margin-top: auto;
  margin-bottom: 8rem;
  line-height: 48rem;
  background-image: url(../img/common/metalplate-l.png), url(../img/common/metalplate-r.png), url(../img/common/metalplate-c.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left, right, center;
  background-size: auto 100%;
  border-radius: 7rem;
  color: #000;
  font-size: 18rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .ranking-top-reserve {
    font-size: 14rem;
  }
}
.ranking-top-image {
  width: 52%;
}
.ranking-top-image-main {
  height: auto;
}
.ranking-list {
  padding: 1px;
  border: 1px solid #ff79ae;
}
.ranking-list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20rem;
  background-color: #fff;
}
.ranking-list-item {
  position: relative;
  width: 48%;
  margin-bottom: 32rem;
}
@media screen and (min-width: 1200px) {
  .ranking-list-item {
    width: 24%;
  }
}
.ranking-list-head {
  margin-bottom: 8rem;
  font-family: "Noto Serif JP WF";
  font-size: 36rem;
  font-weight: 400;
  text-align: center;
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .ranking-list-head {
    font-size: 12rem;
    text-align: left;
    padding-left: 32rem;
  }
}
.ranking-list-attendance {
  display: flex;
  flex-direction: column;
  background-color: #ff79ae;
  text-align: center;
  padding: 1px;
  margin-bottom: 8rem;
  font-size: 24rem;
}
@media screen and (min-width: 1200px) {
  .ranking-list-attendance {
    justify-content: center;
    font-size: 12rem;
    min-height: 46rem;
  }
}
.ranking-list-attendance-status {
  padding: 2rem 0;
}
.ranking-list-attendance-time {
  background-color: #000;
  padding: 2rem 0;
  letter-spacing: 0.06em;
  word-spacing: 0.4em;
}
@media screen and (min-width: 1200px) {
  .ranking-list-attendance-time {
    background-color: #fff;
    color: #ff79ae;
    font-size: 10rem;
  }
}
.ranking-list-image {
  width: 100%;
  height: auto;
}
.ranking-list-image-wrap {
  position: relative;
}
.ranking-list-image-rank {
  position: absolute;
  width: 96rem;
  height: auto;
  left: 16rem;
  bottom: 16rem;
}
@media screen and (min-width: 1200px) {
  .ranking-list-image-rank {
    width: 27rem;
    left: 0rem;
    top: -84rem;
  }
}
.ranking-list-sizes {
  font-size: 30rem;
  text-align: center;
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .ranking-list-sizes {
    font-size: 12rem;
  }
}
.system {
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .system {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.system .section-title {
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .system .section-title {
    margin-bottom: 10rem;
  }
}
.system-wrapper {
  margin: 0 20rem 32rem;
  border: solid 2px #ef2474;
  padding: 1px;
}
.system-inner {
  background-color: #fff;
}
.system-tab {
  padding: 0 40rem;
  margin-bottom: 32rem;
}
.system-tab .swiper-slide {
  padding: 16rem 0;
  font-size: 32rem;
  color: #646464;
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  .system-tab .swiper-slide {
    padding: 8rem 0;
    font-size: 12rem;
  }
}
.system-tab .swiper-slide-thumb-active {
  border-bottom: 1rem solid #ef2474;
  color: #ef2474;
}
.system_textbox {
  padding: 13px 15px;
  color: #7c6262;
}
@media screen and (min-width: 1200px) {
  .system_textbox {
    color: #ef2474;
    font-size: 10rem;
    line-height: 2;
  }
  .system_textbox p {
    padding-bottom: 10rem;
  }
}

.system-fee {
  padding-bottom: 48rem;
}
.system-fee-other {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 38rem;
  font-size: 26rem;
  line-height: 1.3;
  color: #ef2474;
}
@media screen and (min-width: 1200px) {
  .system-fee-other {
    padding: 0 10rem;
    font-size: 12rem;
  }
}
.system-fee-other > div:last-child {
  border-bottom: 2px solid #ff00c0;
}
.system-fee-other dt {
  padding: 10px;
  width: 50%;
  font-weight: lighter;
  color: #fff;
  background: #ff79ae;
  text-align: center;
}
.system-fee-other dt span {
  font-size: 16rem;
  color: #fff;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .system-fee-other dt span {
    font-size: 8rem;
  }
}
.system-fee-other dt span p a {
  color: #ffff00;
  text-decoration: underline !important;
}
.system-fee-other dd {
  width: 50%;
  text-align: center;
  color: #ff79ae;
}
.system-fee-other div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 2px solid #ff00c0;
  border-top: 2px solid #ff00c0;
  border-right: 2px solid #ff00c0;
}
.system-fee-credit {
  display: flex;
  align-items: center;
  padding-top: 27rem;
  padding-right: 80rem;
  padding-left: 80rem;
  padding-bottom: 80rem;
  font-size: 26rem;
  color: #ff79ae;
}
@media screen and (min-width: 1200px) {
  .system-fee-credit {
    font-size: 12rem;
    padding-top: 10rem;
    justify-content: center;
  }
}
.system-fee-credit-icon {
  margin-right: 28rem;
  width: 336rem;
}
@media screen and (min-width: 1200px) {
  .system-fee-credit-icon {
    width: 150rem;
    margin-right: 18rem;
  }
}
.system-fee-basic {
  padding: 0 80rem;
}
.system-fee-basic table {
  margin-bottom: 2em;
  width: 100%;
  font-size: 36rem;
  border-collapse: collapse;
}
@media screen and (min-width: 1200px) {
  .system-fee-basic table {
    font-size: 12rem;
  }
}
.system-fee-basic table th {
  text-align: center;
}
.system-fee-basic table td {
  padding: 0.5em 0;
  text-align: center;
  width: 50%;
}
.system-fee-basic table thead {
  font-size: 24rem;
}
@media screen and (min-width: 1200px) {
  .system-fee-basic table thead {
    font-size: 12rem;
  }
}
.system-fee-basic table thead h3 {
  font-size: 34rem;
  text-align: center;
  background: #F0F0F0;
  border-left: solid 6px #ff79ae;
  padding: 3px 9px;
}
@media screen and (min-width: 1200px) {
  .system-fee-basic table thead h3 {
    font-size: 16rem;
  }
}
.system-fee-basic table thead:after {
  content: "";
  height: 0.5em;
  width: 100%;
  padding: 2px 0;
  display: block;
}
@media screen and (min-width: 1200px) {
  .system-fee-basic table thead:after {
    height: 10rem;
  }
}
.system-fee-basic table tbody tr {
  border: 1px solid;
}
.system-fee .service-time {
  color: #ef2474;
  padding: 13px 15px;
}
.system-fee .usually-price {
  color: #ef2474;
}
.system-fee .usually-price td:first-child {
  background: #ef24748a;
  color: #fff;
}
.system-fee .day-time {
  color: #ef2474;
  padding: 13px 15px;
}

.point {
  font-size: 20rem;
}

.hotel-pink {
  padding: 1px 3px;
  border-radius: 3px;
  background: #ff3a80;
  color: #fff;
  text-align: center;
}

.hotel-blue {
  padding: 1px 3px;
  border-radius: 3px;
  background: #2586ff;
  color: #fff;
  text-align: center;
}

.hotel-yellow {
  padding: 1px 3px;
  border-radius: 3px;
  background: #ffa900;
  color: #fff;
  text-align: center;
}

.hotel-adjust {
  margin-left: 7px;
  margin-bottom: 5px;
}

.ml-adjust {
  margin-left: 20rem;
}

.fuyo {
  position: relative;
}
.fuyo::before {
  position: absolute;
  content: "付与";
  font-size: 18rem;
  top: -21px;
  left: 14px;
  color: #FF2F98;
}

.set-option {
  padding: 10rem 20rem 60rem;
}
.set-option h4 {
  background: #ff79ae;
  color: #fff;
  padding: 2px 0;
  text-align: center;
  margin-bottom: 1em;
  font-size: 18px;
}
.set-option__price {
  display: flex;
  flex-direction: column;
  font-size: 41rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  color: #ff79ae;
  justify-content: center;
  align-items: center;
}
.set-option__price .batsu {
  display: block;
  position: relative;
}
.set-option__price .batsu::before,
.set-option__price .batsu::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  /* 棒の幅（太さ） */
  height: 187px;
  /* 棒の高さ */
  background: #ff79ae;
}
.set-option__price .batsu::before {
  transform: translate(-50%, -50%) rotate(82deg);
}
.set-option__price .batsu::after {
  transform: translate(-50%, -50%) rotate(-82deg);
}
.set-option__price p span {
  font-size: 39px;
}
.set-option__price img {
  width: 30px;
  height: 52px;
  transform: rotate(90deg);
}
.set-option-box {
  display: flex;
  flex-direction: column;
  background: #ff79ae;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 37px;
  border: 2px solid #ff00c0;
  border-radius: 26px;
}
.set-option-box-wrap {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  gap: 22px;
  padding-top: 20px;
}
.set-option-box p {
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
.set-option-box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}
.set-option-box ul span {
  font-size: 25px;
  display: block;
  text-align: center;
}

.system-options .title {
  text-align: center;
}
.system-options .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20rem;
}
.system-options .options-item {
  width: 48%;
  margin-bottom: 40rem;
}
@media screen and (min-width: 1200px) {
  .system-options .options-item {
    width: 24%;
    margin-bottom: 8rem;
  }
}
.system-options .options-name {
  margin-bottom: 8rem;
  background-color: #ff79ae;
  color: #fff;
  font-size: 32rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .system-options .options-name {
    font-size: 12rem;
  }
}
.system-options .options-image {
  width: 100%;
  height: auto;
}
.system-options .options-price {
  padding-bottom: 8rem;
  font-size: 32rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #7c6262;
}
@media screen and (min-width: 1200px) {
  .system-options .options-price {
    font-size: 12rem;
    padding-bottom: 0;
  }
}

.system-cosplay .title {
  text-align: center;
}
.system-cosplay .cosplay {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20rem;
}
.system-cosplay .cosplay-item {
  width: 48%;
  margin-bottom: 24rem;
}
@media screen and (min-width: 1200px) {
  .system-cosplay .cosplay-item {
    width: 24%;
    margin-bottom: 10rem;
  }
}
.system-cosplay .cosplay-image {
  display: block;
  width: 100%;
  height: auto;
}

.dd-flex {
  display: flex;
  font-size: 12px;
  width: 95%;
  margin: 10px auto;
  justify-content: center;
}
.dd-flex img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  vertical-align: middle;
  margin-left: 3px;
}

@media screen and (min-width: 1200px) {
  .reviews {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.reviews-post {
  margin: 0 16rem 64rem;
  background-image: linear-gradient(45deg, #ff79ae 21%, #ef2474 44%, #ff79ae 54%, #ef2474 65%);
  padding: 1px;
}
@media screen and (min-width: 1200px) {
  .reviews-post {
    margin: 0 auto 10rem auto;
    width: 24%;
    display: inline-block;
  }
}
.reviews-inner {
  background-color: #000;
  padding: 16rem;
}
@media screen and (min-width: 1200px) {
  .reviews-inner {
    padding: 6rem;
    background-color: #fff;
  }
}
.reviews-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32rem;
  padding: 0 16rem;
  background-color: #ff79ae;
}
@media screen and (min-width: 1200px) {
  .reviews-title {
    margin-bottom: 5rem;
    padding: 5px 8rem;
    flex-direction: column;
  }
}
.reviews-title .name {
  color: #fff;
  font-size: 32rem;
  font-weight: 600;
  width: 48%;
}
@media screen and (min-width: 1200px) {
  .reviews-title .name {
    font-size: 11rem;
    width: 100%;
    text-align: center;
  }
}
.reviews-title .link {
  background-color: #fff;
  color: #ff79ae;
  font-size: 24rem;
  padding: 4rem 16rem;
  border-radius: 4rem;
  width: 49%;
}
@media screen and (min-width: 1200px) {
  .reviews-title .link {
    font-size: 8rem;
    padding: 2rem 5rem;
    width: 100%;
    text-align: center;
  }
}
.reviews-attendance {
  display: flex;
  align-items: center;
  padding: 1px;
  margin-bottom: 32rem;
  background: linear-gradient(to bottom, #ef2474 0%, #ef2474 50%, #ff79ae 51%, #ff79ae 100%);
  font-size: 28rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .reviews-attendance {
    font-size: 12rem;
    flex-direction: column;
    margin-bottom: 10rem;
    min-height: 36rem;
    justify-content: center;
    background: #ef2474;
  }
}
.reviews-attendance .status {
  width: 48%;
  padding-right: 16rem;
}
@media screen and (min-width: 1200px) {
  .reviews-attendance .status {
    width: 100%;
    padding-right: 0;
  }
}
.reviews-attendance .time {
  position: relative;
  width: 52%;
  background-color: #000;
  color: #fff;
  line-height: 56rem;
}
@media screen and (min-width: 1200px) {
  .reviews-attendance .time {
    width: 100%;
    line-height: 16rem;
    background-color: #fff;
    color: #ef2474;
  }
}
.reviews-attendance .time::before {
  content: "";
  position: absolute;
  left: -56rem;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 56rem 56rem;
  border-color: transparent;
  border-bottom-color: #000;
}
@media screen and (min-width: 1200px) {
  .reviews-attendance .time::before {
    display: none;
  }
}
.reviews-image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .reviews-image {
    min-height: 372px;
  }
}
.reviews-wrapper {
  position: relative;
  border: 4rem solid #fff;
}
@media screen and (min-width: 1200px) {
  .reviews-wrapper {
    border: 2rem solid #ff009c;
  }
}
.reviews-label {
  position: absolute;
  top: -68rem;
  left: -4rem;
  z-index: 2;
  width: 50%;
  background-color: #ff79ae;
  color: #fff;
  font-size: 28rem;
  line-height: 64rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .reviews-label {
    font-size: 7rem;
    top: -18rem;
    left: -2rem;
    width: 59%;
    line-height: 17rem;
  }
}
.reviews-list {
  overflow-y: auto;
  max-height: 640rem;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1200px) {
  .reviews-list {
    height: 640rem;
    color: #3c3c3c;
  }
  .reviews-list::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #ff009ca3;
  }
  .reviews-list::-webkit-scrollbar {
    background: #ffd9e6;
    width: 5px;
    height: 12px;
  }
}
.reviews-body {
  padding: 16rem 24rem;
  margin-bottom: 16rem;
}
@media screen and (min-width: 1200px) {
  .reviews-body {
    padding: 9rem 7rem;
  }
}
.reviews-reviewer {
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 36rem;
}
@media screen and (min-width: 1200px) {
  .reviews-reviewer {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    font-size: 8rem;
  }
}
.reviews-rate {
  display: block;
  margin-bottom: 8rem;
  color: #ffa100;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .reviews-rate {
    font-size: 8rem;
    margin-bottom: 4rem;
  }
}
.reviews-text {
  font-size: 28rem;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .reviews-text {
    font-size: 9rem;
  }
}

@media screen and (min-width: 1200px) {
  .events {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.events .section-title {
  margin-bottom: 20rem;
}
.events-inner {
  margin-top: 20rem;
  margin-right: 20rem;
  margin-left: 20rem;
  margin-bottom: 64rem;
  padding: 1px;
  background-image: linear-gradient(to bottom, #ef2474 0%, #ef2474 50%, #ff79ae 51%, #ff79ae 100%);
}
.events-post {
  padding: 24rem;
  background-color: #000;
}
.events-post:not(:last-of-type) {
  margin-bottom: 1px;
}
@media screen and (min-width: 1200px) {
  .events-post {
    background-color: #fff;
  }
}
.events-banner {
  display: block;
  margin-bottom: 16rem;
}
.events-shop {
  background-color: #ffd9e6;
  font-size: 24rem;
  padding: 0 8rem;
  width: 112rem;
  text-align: center;
  line-height: 40rem;
  border-radius: 6rem 6rem 0 0;
}
@media screen and (min-width: 1200px) {
  .events-shop {
    background-color: #ff79ae;
    font-size: 10rem;
    line-height: 20rem;
  }
}
.events-text {
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .events-text img {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .enquetes {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.enquetes .section-title {
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .enquetes .section-title {
    margin-bottom: 10rem;
  }
}
.enquetes-wrapper {
  margin-right: 20rem;
  margin-bottom: 48rem;
  margin-left: 20rem;
  padding: 1px;
  background-image: linear-gradient(45deg, #ff79ae 21%, #ef2474 44%, #ff79ae 54%, #ef2474 65%);
}
.enquetes-inner {
  background-color: #000;
  padding: 64rem 48rem;
}
@media screen and (min-width: 1200px) {
  .enquetes-inner {
    background-color: #fff;
    color: #3c3c3c;
  }
}
.enquetes-introduction {
  margin-bottom: 32rem;
  font-size: 22rem;
  text-align: justify;
}
@media screen and (min-width: 1200px) {
  .enquetes-introduction {
    font-size: 10rem;
  }
}
.enquetes-form-group {
  margin-bottom: 64rem;
}
@media screen and (min-width: 1200px) {
  .enquetes-form-group {
    margin-bottom: 20rem;
  }
}
.enquetes-form label {
  display: block;
  margin-bottom: 8rem;
  color: #fff;
  font-size: 24rem;
}
@media screen and (min-width: 1200px) {
  .enquetes-form label {
    font-size: 9rem;
    color: #3c3c3c;
  }
}
.enquetes-form input[type=text] {
  width: 100%;
  line-height: 56rem;
  padding: 4rem 16rem;
}
@media screen and (min-width: 1200px) {
  .enquetes-form input[type=text] {
    line-height: 20rem;
    font-size: 9rem;
  }
}
.enquetes-form textarea {
  width: 100%;
  min-height: 256rem;
}
@media screen and (min-width: 1200px) {
  .enquetes-form textarea {
    font-size: 9rem;
  }
}
.enquetes-form-submit {
  font-size: 22rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .enquetes-form-submit {
    font-size: 10rem;
  }
}
.enquetes-form-submit-button {
  margin-top: 16rem;
  width: 464rem;
  background-color: #ff79ae;
  border-radius: 6rem;
  color: #fff;
  font-size: 35rem;
  line-height: 96rem;
}
@media screen and (min-width: 1200px) {
  .enquetes-form-submit-button {
    font-size: 10rem;
    line-height: 20rem;
  }
}
.enquetes-form-confirm {
  margin-bottom: 48rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 22rem;
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  .enquetes-form-confirm {
    font-size: 12rem;
  }
}
.enquetes-form-confirm dt {
  min-width: 30%;
  font-weight: 600;
}
.enquetes-form-confirm dd {
  width: 70%;
  text-align: center;
  word-break: break-all;
}
.enquetes-phase {
  margin-bottom: 32rem;
  font-size: 28rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .enquetes-phase {
    font-size: 12rem;
  }
}
.enquetes-sent {
  font-size: 20rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .enquetes-sent {
    font-size: 12rem;
  }
}

@media screen and (min-width: 1200px) {
  .mailmagazine {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.mailmagazine .section-title {
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .mailmagazine .section-title {
    margin-bottom: 0;
  }
}
.mailmagazine-block {
  margin-right: 20rem;
  margin-left: 20rem;
  margin-bottom: 32rem;
  padding-bottom: 16rem;
  border: 1rem solid #ff79ae;
  background-color: #231815;
}
@media screen and (min-width: 1200px) {
  .mailmagazine-block {
    margin-bottom: 10rem;
    padding-bottom: 10rem;
    background-color: #ffffff;
  }
}
.mailmagazine-block-title {
  margin-bottom: 20rem;
  padding: 4rem 16rem;
  background-color: #ff79ae;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .mailmagazine-block-title {
    margin-bottom: 10rem;
    padding-bottom: 10rem;
    font-size: 10rem;
  }
}
.mailmagazine .process {
  padding: 0 40rem;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .mailmagazine .process {
    padding: 0 10rem;
    color: #ff79ae;
    font-size: 10rem;
  }
}
.mailmagazine .button-more {
  margin-top: 32rem;
  margin-bottom: 32rem;
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .mailmagazine .button-more {
    margin-top: 10rem;
    margin-bottom: 30rem;
    font-size: 10rem;
  }
}
.mailmagazine .form-layout {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20rem;
  margin-left: 40rem;
  margin-right: 40rem;
  border: 1rem solid #88878b;
  font-size: 26rem;
}
@media screen and (min-width: 1200px) {
  .mailmagazine .form-layout {
    margin-top: 20rem;
    font-size: 10rem;
    color: #3c3c3c;
    border: 1rem solid #ef2474;
  }
}
.mailmagazine .form-layout .label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8rem;
  width: 40%;
  border-right: 1rem solid #88878b;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .mailmagazine .form-layout .label {
    padding: 0 10rem;
    border-right: 1rem solid #ef2474;
  }
}
.mailmagazine .form-layout .label:not(:last-of-type) {
  border-bottom: 1rem solid #88878b;
}
@media screen and (min-width: 1200px) {
  .mailmagazine .form-layout .label:not(:last-of-type) {
    border-bottom: 1rem solid #ef2474;
  }
}
.mailmagazine .form-layout .input-area {
  display: flex;
  flex-wrap: wrap;
  padding: 16rem;
  width: 60%;
}
@media screen and (min-width: 1200px) {
  .mailmagazine .form-layout .input-area {
    padding: 10rem;
  }
}
.mailmagazine .form-layout .input-area:not(:last-of-type) {
  border-bottom: 1rem solid #88878b;
}
@media screen and (min-width: 1200px) {
  .mailmagazine .form-layout .input-area:not(:last-of-type) {
    border-bottom: 1rem solid #ef2474;
  }
}
.mailmagazine .form-layout .input-area input[type=text], .mailmagazine .form-layout .input-area input[type=email],
.mailmagazine .form-layout .input-area select {
  padding: 4rem 8rem;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .mailmagazine .form-layout .input-area input[type=text], .mailmagazine .form-layout .input-area input[type=email],
.mailmagazine .form-layout .input-area select {
    font-size: 9rem;
    padding: 4rem 10rem;
    background-color: #F0F0F0;
    border: none;
  }
}
.mailmagazine .form-layout .label-for-mark {
  display: flex;
  align-items: center;
}
.mailmagazine .form-layout .deny-hour .checkbox {
  width: 100%;
  margin-bottom: 8rem;
}
@media screen and (min-width: 1200px) {
  .mailmagazine .form-layout .deny-hour .checkbox {
    margin-bottom: 10rem;
  }
}
.mailmagazine .form-layout .deny-day .checkbox {
  width: 32%;
}
.mailmagazine-form-confirm {
  display: flex;
  flex-wrap: wrap;
  margin-left: 40rem;
  margin-right: 40rem;
  border: 1rem solid #88878b;
  font-size: 24rem;
}
@media screen and (min-width: 1200px) {
  .mailmagazine-form-confirm {
    font-size: 10rem;
  }
}
.mailmagazine-form-confirm dt {
  padding: 16rem;
  border-right: 1rem solid #88878b;
  width: 48%;
}
@media screen and (min-width: 1200px) {
  .mailmagazine-form-confirm dt {
    padding: 10rem;
  }
}
.mailmagazine-form-confirm dt:not(:last-of-type) {
  border-bottom: 1rem solid #88878b;
}
.mailmagazine-form-confirm dd {
  padding: 16rem;
  width: 52%;
}
@media screen and (min-width: 1200px) {
  .mailmagazine-form-confirm dd {
    padding: 10rem;
  }
}
.mailmagazine-form-confirm dd:not(:last-of-type) {
  border-bottom: 1rem solid #88878b;
}
.mailmagazine-form-confirm .girl-icon {
  margin-right: 16rem;
  width: 128rem;
  height: 128rem;
  border-radius: 50%;
  vertical-align: middle;
}
.mailmagazine-form-complete {
  padding: 0 40rem;
  font-size: 24rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .mailmagazine-form-complete {
    font-size: 10rem;
    padding: 0 10rem;
  }
}
.mailmagazine .mm-error {
  color: red;
  font-size: 11px;
}
.mailmagazine .status-girl {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .mailmagazine .status-girl {
    margin-bottom: 10px;
  }
}

.content-box {
  width: 100%;
  margin: 10px auto 20px auto;
  font-size: 90%;
  overflow: hidden;
}

.content-box p {
  margin: 20px 0;
}

.content-box table {
  margin: 0px auto;
  table-layout: fixed;
  width: 90%;
  border-collapse: collapse;
}
.content-box table td {
  padding: 10px;
  border: 1px solid #88878b;
}

.content-box table th,
.content-box table td {
  padding: 10px;
}

.content-box table th {
  width: 130px;
}

.content-box tr {
  border: 1px solid #88878b;
}

.content-box table td label {
  display: inline-block;
  padding: 4px 20px 4px 0;
}

.content-box table td input {
  width: 100%;
  margin-right: 3px;
}

.content-box .submit {
  margin: 0px auto 30px;
  font-size: 110%;
  display: block;
  text-align: center;
}

/* サブタイトル */
.content-box h1 {
  margin: 0% 0 0 0%;
  background: #FF238F;
}

.content-box h1 span {
  width: 59%;
  margin: 2px 0px 4px 10px;
  padding: 4px 10px 6px 10px;
  font-size: 1.5rem;
}

.content-box h3 {
  margin: 0% 0 0 0%;
  background: #FF238F;
}

.content-box h3 span {
  width: 59%;
  margin: 2px 0px 4px 10px;
  padding: 4px 10px 6px 10px;
  font-size: 1.5rem;
}

.sub-attend {
  display: inline-block;
  background: #000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #FFF;
}

/* サブタイトル */
/* h25_1228追加 */
#contenter .section .submit input,
#contenter .section .submit a {
  background: #ff00a6 none repeat scroll 0 0;
  border: medium none;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  padding: 7px 50px;
  text-align: center;
  width: 340px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .access {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.access-description {
  margin-right: 20rem;
  margin-left: 20rem;
  margin-bottom: 24rem;
  padding: 1px;
  border-radius: 6rem;
  background-image: linear-gradient(to bottom, #ef2474 0%, #ef2474 50%, #ff79ae 51%, #ff79ae 100%);
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .access-description {
    margin-top: 10rem;
    margin-bottom: 20rem;
    font-size: 10rem;
  }
}
.access-description .inner {
  border-radius: 6rem;
  padding: 20rem 24rem;
  background-color: #ffd9e6;
}
@media screen and (min-width: 1200px) {
  .access-description .inner {
    color: #3c3c3c;
  }
}
.access-description .transportation {
  color: #ef2474;
}
.access-map {
  margin-bottom: 48rem;
  padding: 0 20rem;
}
@media screen and (min-width: 1200px) {
  .access-map {
    margin-bottom: 20rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .access .access-address {
    font-size: 10rem;
    text-align: center;
  }
}
.access-guide {
  padding: 0 20rem;
}
@media screen and (min-width: 1200px) {
  .access-guide {
    padding: 0 10rem;
  }
}
.access-guide-title {
  margin-bottom: 20rem;
  background-color: #ff79ae;
  color: #fff;
  font-size: 28rem;
  font-weight: 800;
  line-height: 60rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .access-guide-title {
    margin-bottom: 10rem;
    line-height: 20rem;
    font-size: 10rem;
  }
}
.access-guide-video {
  position: relative;
  margin-bottom: 48rem;
}
@media screen and (min-width: 1200px) {
  .access-guide-video {
    max-width: 750px;
    margin: 0 auto 20rem;
  }
}
.access-guide-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.access-guide-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access-guide-slider {
  margin-bottom: 48rem;
  width: 540rem;
}
@media screen and (min-width: 1200px) {
  .access-guide-slider {
    margin-bottom: 10rem;
    width: 250rem;
  }
}
.access-guide-slider .swiper-dots {
  margin-top: 32rem;
}
@media screen and (min-width: 1200px) {
  .access-guide-slider .swiper-dots {
    margin-top: 10rem;
  }
}
.access-area {
  margin-bottom: 32rem;
  padding: 32rem 20rem 0;
}
@media screen and (min-width: 1200px) {
  .access-area {
    margin-bottom: 10rem;
    padding: 10rem 10rem 0;
  }
}
.access-area-name {
  margin-bottom: 16rem;
  padding: 4rem 16rem;
  background-color: #ff79ae;
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .access-area-name {
    font-size: 10rem;
    margin-bottom: 10rem;
    padding: 5rem 10rem;
  }
}
.access-list li {
  color: #3c3c3c;
}
.access-list-link {
  display: block;
  padding: 0 16rem;
  border-bottom: 1px solid #999;
  font-size: 26rem;
  line-height: 64rem;
}
@media screen and (min-width: 1200px) {
  .access-list-link {
    padding: 0 10rem;
    font-size: 10rem;
    line-height: 30rem;
  }
}

@media screen and (min-width: 1200px) {
  .jobinterview {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
.jobinterview-inner {
  margin-left: 16rem;
  margin-right: 16rem;
  margin-bottom: 64rem;
  padding: 1px;
  background: linear-gradient(to bottom, #ffd9e6 0%, #ef2474 50%, #ffd9e6 100%);
}
@media screen and (min-width: 1200px) {
  .jobinterview-inner {
    margin-top: 10rem;
  }
}
.jobinterview-info {
  padding: 24rem;
  background-color: #000;
  margin-bottom: 1px;
}
@media screen and (min-width: 1200px) {
  .jobinterview-info {
    background-color: #fff;
    color: #3c3c3c;
  }
}
.jobinterview-title {
  margin-bottom: 16rem;
  font-size: 36rem;
}
@media screen and (min-width: 1200px) {
  .jobinterview-title {
    font-size: 14rem;
  }
}
.jobinterview-text {
  font-size: 28rem;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 1200px) {
  .jobinterview-text {
    font-size: 12rem;
  }
}

.column {
  margin-top: 20rem;
  margin-right: 20rem;
  margin-left: 20rem;
  margin-bottom: 64rem;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .column {
    font-size: 10rem;
    line-height: 2;
  }
}

.column ul {
  margin-top: 3%;
}

.column ul li {
  border-bottom: 1px #999 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.column ul li a {
  color: #FFFFFF;
  position: relative;
}

.column ul li a date {
  color: #FF238E;
  font-size: 14px;
}

.column ul li img {
  width: 100% !important;
  height: auto !important;
}

.events .section-title {
  line-height: 1.4;
  padding-top: 16rem;
  padding-bottom: 16rem;
  font-size: 36rem;
}
@media screen and (min-width: 1200px) {
  .events .section-title {
    line-height: initial;
    font-size: initial;
    padding: initial;
    padding-left: 32rem;
    font-weight: 400;
  }
}

body.entrance {
  background-image: url(../img/common/ent-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: auto 100%;
  background-color: #000;
  /* コンテンツ */
  /* 初めの画像切り替え */
  /*コラム*/
}
@media screen and (min-width: 1200px) {
  body.entrance {
    background-attachment: scroll;
  }
  body.entrance p {
    width: 380px !important;
    margin: 0 auto;
  }
}
body.entrance a {
  text-decoration: none;
  color: #FFF;
}
body.entrance a:link {
  color: #FFF;
}
body.entrance a:visited {
  color: #FFF;
}
body.entrance a:hover {
  color: #FFF;
}
body.entrance img {
  vertical-align: bottom;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  body.entrance img {
    margin: 0 auto;
  }
}
body.entrance a img {
  border: none;
}
body.entrance img {
  max-width: 100%;
}
body.entrance .ent24 {
  padding-top: 30px;
}
body.entrance #wrapper {
  margin: 0px auto;
  max-width: 414px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  body.entrance #wrapper {
    max-width: 1200px;
  }
}
body.entrance #head-section {
  width: 100%;
  margin: 0px auto;
  background: #000;
  border-radius: 0px 0px 7px 7px;
  color: #E800A5;
  text-align: center;
  padding: 4% 0;
  font-size: 16px;
}
body.entrance #ent_section {
  width: 90%;
  margin: 0px auto;
}
@media screen and (min-width: 1200px) {
  body.entrance #ent_section {
    text-align: center;
  }
}
body.entrance #ent_section p:last-child {
  margin-top: 20px;
  text-align: center;
}
body.entrance #ent_section p:last-child img {
  width: 280px;
}
body.entrance #foot-section {
  width: 96%;
  margin: 5% auto 0;
  background: #000;
  border-radius: 7px 7px 0px 0px;
  text-align: center;
  padding: 4% 0;
}
body.entrance #foot-section p {
  padding: 0 1%;
  font-size: 14px;
  line-height: 2.8;
}
body.entrance #foot-section p a {
  padding: 4% 0;
}
body.entrance #modal-content {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
body.entrance #modal-overlay {
  background-color: #000;
  height: 140%;
  left: 0;
  opacity: 0.75;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.entrance #animation_target {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
body.entrance #animation_target img {
  display: none;
}
body.entrance .anime {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0 auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
body.entrance #loader {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  animation: 1.5s linear 0s normal none infinite running spin;
  border-color: #fff transparent #fff #fff;
  border-image: none;
  border-radius: 30px;
  border-style: solid;
  border-width: 8px;
  bottom: 0;
  display: none;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.entrance .column {
  width: 100%;
  background: #DB0382;
}
body.entrance .column a {
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}

.entrance .column {
  width: 100%;
  background: #DB0382;
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}

.umeda-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../img/shop-entrance/umeda-bg-sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .umeda-bg::before {
    background-image: url(../../img/shop-entrance/umeda-entrance-bg.jpg);
    background-size: 100% auto;
    background-position: top;
  }
}

@media screen and (min-width: 1200px) {
  .nippon-bg {
    background-color: #fff;
  }
}
.nippon-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../img/shop-entrance/nippon-bg-sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .nippon-bg::before {
    background-image: url(../../img/shop-entrance/nippon-entrance-bg.jpg);
    background-size: 100% auto;
    background-position: top;
  }
}

.namba-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../img/shop-entrance/namba-bg-sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .namba-bg::before {
    background-image: url(../../img/shop-entrance/namba-entrance-bg.jpg);
    background-size: 100% auto;
    background-position: top;
  }
}

.kyoubashi-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../img/shop-entrance/kyoubashi-bg-sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .kyoubashi-bg::before {
    background-image: url(../../img/shop-entrance/kyoubashi-entrance-bg.jpg);
    background-size: 100% auto;
    background-position: top;
  }
}

.tennoji-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../img/shop-entrance/tennouji-bg-sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .tennoji-bg::before {
    background-image: url(../../img/shop-entrance/tennouji-entrance-bg.jpg);
    background-size: 100% auto;
    background-position: top;
  }
}

.shop-entrance {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .shop-entrance {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
.shop-entrance__desc {
  width: 100%;
  position: absolute;
  top: 4vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4vw;
  color: #fd1c8b;
  text-align: center;
  padding: 0vw 0;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width: 1200px) {
  .shop-entrance__desc {
    top: 2vw;
    font-size: 12rem;
  }
}
.shop-entrance__desc::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 10.6666666667vw;
  background-color: #fff;
  filter: blur(7px);
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .shop-entrance__desc::after {
    height: 2vw;
  }
}
.shop-entrance .umeda-toptext {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .shop-entrance .umeda-toptext {
    top: 60% !important;
  }
}
.shop-entrance .umeda-toptext__heading {
  margin: 0 auto;
  text-align: center;
}
.shop-entrance .nippon-toptext {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .shop-entrance .nippon-toptext {
    top: 60% !important;
  }
}
.shop-entrance .nippon-toptext__heading {
  margin: 0 auto;
  text-align: center;
}
.shop-entrance .namba-toptext {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .shop-entrance .namba-toptext {
    top: 60% !important;
  }
}
.shop-entrance .namba-toptext__heading {
  margin: 0 auto;
  width: 95%;
  text-align: center;
}
.shop-entrance .kyoubashi-toptext {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .shop-entrance .kyoubashi-toptext {
    top: 60% !important;
  }
}
.shop-entrance .kyoubashi-toptext__heading {
  margin: 0 auto;
  text-align: center;
}
.shop-entrance__small {
  font-size: 2.6666666667vw;
  color: #fd1c8b;
  text-align: center;
  display: block;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1200px) {
  .shop-entrance__small {
    font-size: 12rem;
  }
}
.shop-entrance__small span {
  display: block;
}
@media screen and (min-width: 1200px) {
  .shop-entrance__small span {
    width: 100%;
  }
}
.shop-entrance__btn {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 3.2vw 0 6.6666666667vw;
}
@media screen and (min-width: 1200px) {
  .shop-entrance__btn {
    width: 35%;
  }
}
.shop-entrance__btn a img {
  filter: drop-shadow(1px 1px 5px #aaa);
}
.shop-entrance__exit {
  width: 100%;
  position: absolute;
  bottom: 5.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.2vw;
  color: #535353;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1200px) {
  .shop-entrance__exit {
    font-size: 12rem;
  }
}
.shop-entrance__exit a {
  position: relative;
  font-size: 3.7333333333vw;
  color: #535353;
  letter-spacing: -1px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .shop-entrance__exit a {
    font-size: 12rem;
  }
}
.shop-entrance__exit a::after {
  position: absolute;
  content: "";
  bottom: 0.5333333333vw;
  left: 0;
  width: 7.2vw;
  height: 1px;
  background-color: #000;
}
@media screen and (min-width: 1200px) {
  .shop-entrance__exit a::after {
    bottom: 0vw;
    left: -0.2vw;
    width: 2vw;
  }
}
.shop-entrance__exit a:hover {
  opacity: 0.8;
}

.entrance-banner {
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 10;
}
.entrance-banner__box {
  padding: 5.3333333333vw;
  text-align: center;
}
.entrance-banner__box div {
  padding: 1.3333333333vw 0;
}
.entrance-banner__form {
  margin-right: 20rem;
  margin-bottom: 48rem;
  margin-left: 20rem;
  padding: 1px;
  background-image: linear-gradient(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
}
@media screen and (min-width: 1200px) {
  .entrance-banner__form {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.entrance-banner__wrap {
  background-color: #000;
  padding: 48rem 48rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__wrap {
    padding: 20rem 40rem;
  }
}
.entrance-banner__wrap .detailed {
  font-size: 22rem;
  text-align: justify;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__wrap .detailed {
    font-size: 11rem;
  }
}
.entrance-banner__wrap .detailed dd {
  margin-bottom: 10px;
}
.entrance-banner__wrap .banner dt {
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__wrap .banner dt {
    font-size: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .entrance-banner__wrap .banner {
    font-size: 12rem;
  }
}
.entrance-banner__text {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 22rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__text {
    font-size: 10rem;
  }
}
.entrance-banner .tx_right {
  font-size: 22rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner .tx_right {
    font-size: 8rem;
  }
}
.entrance-banner table {
  width: 100%;
}
.entrance-banner table tr {
  display: block;
  margin-bottom: 64rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner table tr {
    margin-bottom: 24rem;
  }
}
.entrance-banner table th {
  text-align: left;
  display: block;
}
.entrance-banner table th label {
  display: block;
  margin-bottom: 8rem;
  color: #fff;
  font-size: 24rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner table th label {
    margin-bottom: 2rem;
    font-size: 10rem;
  }
}
.entrance-banner table td {
  display: block;
}
.entrance-banner table td input {
  width: 100%;
  line-height: 56rem;
  padding: 4rem 16rem;
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner table td input {
    font-size: 10rem;
    line-height: 13rem;
    padding: 4rem 8rem;
  }
}
.entrance-banner .submit {
  text-align: center;
}
.entrance-banner .submit input {
  -webkit-appearance: none;
  margin-top: 16rem;
  width: 464rem;
  background-color: #ff009c;
  border-radius: 6rem;
  color: #fff;
  font-size: 35rem;
  line-height: 96rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner .submit input {
    font-size: 10rem;
    width: 200rem;
    line-height: 30rem;
  }
}

.links-box {
  margin-right: 20rem;
  padding-bottom: 48rem;
  margin-left: 20rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .links-box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
.links-box .vanilla {
  order: 1;
}
.links-box .vanilla p {
  text-align: left !important;
}
.links-box h2 {
  font-size: 30rem;
  margin: 8rem 0;
}
@media screen and (min-width: 1200px) {
  .links-box h2 {
    font-size: 9rem;
  }
}
.links-box ul {
  display: flex;
  flex-wrap: wrap;
}
.links-box ul:nth-of-type(2) {
  order: 2;
}

.entrance-footer {
  background-color: #000;
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 10;
}
.entrance-footer p {
  padding: 25px 0;
  color: #fff;
  font-size: 11px;
}
@media screen and (min-width: 1200px) {
  .entrance-footer p {
    font-size: 12rem;
  }
}

/*# sourceMappingURL=style.css.map */
