@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 {
  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 {
  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: center;
  justify-content: flex-start;
  padding: 20rem;
  font-size: 70rem;
  color: #fd009d;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-style: italic;
  line-height: 1.1;
}
@media screen and (min-width: 1200px) {
  .global-header-meta-inner {
    flex-direction: row;
    font-size: 24rem;
    padding: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .global-header-meta-inner.group a {
    text-align: center;
  }
}
.global-header-meta-inner a {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .global-header-meta-inner a {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .global-header-meta-inner-tel {
    width: 100%;
    display: flex;
    align-items: flex-end;
    text-align: right;
    gap: 10rem;
  }
}
.global-header-meta-inner-box {
  width: 100%;
  font-size: 30rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .global-header-meta-inner-box {
    font-size: 10rem;
    font-weight: 400;
  }
}
.global-header-meta-inner-box span {
  font-size: 40rem;
}
@media screen and (min-width: 1200px) {
  .global-header-meta-inner-box span {
    font-size: 17rem;
  }
}
.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: block;
    font-size: 15rem;
    font-weight: 400;
    text-align: left;
  }
}
.global-header .navigation-button::after, .global-header .navigation-button::before, .global-header .navigation-button .rect {
  content: "";
  display: block;
  width: 70rem;
  height: 8rem;
  background-color: #fff;
  transition: 0.1s ease-in-out;
  border-radius: 30px;
}
@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;
  bottom: 31rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  width: 140rem;
  height: 140rem;
  background-color: #ff009c;
  border-radius: 50%;
  border: 0;
  outline: 0;
  padding-top: 76rem;
  padding-left: 33rem;
  transform: scale(0.8);
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button {
    width: 40rem;
    height: 40rem;
    padding-top: 20rem;
    padding-left: 8rem;
    top: 180rem;
    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;
    height: 1.5rem;
  }
}
.global-header .navigation-button::after {
  position: absolute;
  top: 51rem;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button::after {
    top: 14rem;
    width: 20rem;
  }
}
.global-header .navigation-button .label {
  margin-top: 8rem;
  color: #fff;
  font-size: 25rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button .label {
    margin-top: 1rem;
    font-size: 8rem;
  }
}
.global-header .navigation-button:active {
  background-color: #e23975;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button.open {
    top: 10rem;
  }
}
.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;
    height: 1.5rem;
    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%);
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button.top {
    top: 180rem;
    right: 16rem;
  }
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button.bottom {
    top: 115rem;
  }
}
.global-header .navigation-button .member-group {
  position: absolute;
  top: -125%;
  width: 140rem;
  height: 140rem;
  right: 3rem;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button .member-group {
    top: -133%;
    width: 40rem;
    height: 40rem;
    right: 0;
  }
}
.global-header .navigation-button .member {
  position: absolute;
  top: -228%;
  width: 140rem;
  height: 140rem;
  right: 3rem;
}
.global-header .navigation-button .member img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button .member {
    top: -133%;
    width: 40rem;
    height: 40rem;
    right: 0;
  }
}
.global-header .navigation-button.top .member-group {
  top: -125%;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button.top .member-group {
    top: -133%;
  }
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button.top.open {
    top: 10rem;
  }
}
.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: -228%;
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button.bottom .member {
    top: -133%;
  }
}
@media screen and (min-width: 1200px) {
  .global-header .navigation-button.bottom.open {
    top: 10rem;
  }
}
.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: 50%;
}
.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: rgba(0, 0, 0, 0.831372549);
    border: none;
    box-shadow: -6px 6px 10px 0px rgb(0, 0, 0);
  }
  .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: center;
  align-items: center;
  width: 95%;
  margin: 0 auto 40rem;
  border: 0.5px solid #ffff00;
}
@media screen and (min-width: 1200px) {
  .global-header .group-navigation .menu {
    margin: 0 auto 15rem;
  }
}
.global-header .group-navigation .menu-2 {
  border: 0.5px solid white;
}
.global-header .group-navigation .menu-2 .mypage {
  flex-grow: 1;
}
.global-header .group-navigation .menu-2 a {
  border: 0.5px solid white;
  color: white;
  border-collapse: separate;
  border-spacing: 0;
}
.global-header .group-navigation .menu-2 a:hover {
  color: #ffff00;
}
.global-header .group-navigation .item {
  width: 50%;
}
.global-header .group-navigation a {
  display: block;
  padding: 16rem 0;
  border: 0.5px solid #ffff00;
  color: #ffff00;
  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 {
  color: #fff;
}
.global-header .group-navigation .link-menu {
  padding: 0 20rem;
  width: 100%;
  color: #ff79ae;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .global-header .group-navigation .link-menu {
    padding: 30rem 20rem 0;
  }
}
.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;
    gap: 5px;
  }
}
.global-header .group-navigation .link-menu-box .item {
  width: 50%;
  margin-bottom: initial;
}
@media screen and (min-width: 1200px) {
  .global-header .group-navigation .link-menu-box .item {
    width: 49.5%;
  }
}
.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: 14rem;
  bottom: 156rem;
  transform: scale(0.8);
}
@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: #046eda;
  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-line {
  transform: scale(0.8);
  right: 11rem;
  bottom: 397rem;
}
.reserve-nav-line img {
  width: 140rem;
  height: 140rem;
}

.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;
  font-weight: 400;
  font-size: 34rem;
  line-height: 53rem;
  background-color: #ff79ae;
  color: #fff;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .section-title {
    font-size: 10rem;
    max-width: 1200px;
    line-height: inherit;
  }
}

.sub-menu {
  position: sticky;
  background: #fff;
  z-index: 100;
  top: 0;
  display: flex;
  justify-content: flex-start;
  font-size: 35rem;
  margin: 0 auto 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: #fff;
}
@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;
  color: #646464;
}
@media screen and (min-width: 1200px) {
  .bread {
    margin: 0 auto;
    max-width: 1200px;
    padding: 3rem 0 3rem 47rem;
  }
}
.bread a {
  color: #646464;
  margin-right: 10px;
}
.bread .left-space {
  margin-left: 10px;
}
.bread .bread-current {
  margin-left: 10px;
  color: #ef2474;
}

.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: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50rem 20rem;
  margin: 0 auto 60px;
}
@media screen and (min-width: 1200px) {
  .footer .groupshop-banner-txt {
    display: flex;
    flex-wrap: wrap;
    gap: inherit;
    width: 90%;
    max-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;
  text-align: center;
}
.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;
  background: #fcdfed;
}
@media screen and (min-width: 1200px) {
  .top-slider {
    text-align: center;
    padding-top: 10rem;
    background: #ffffff;
  }
  .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: 10rem;
  }
}
.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 {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.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: 40rem;
  padding: 0 20rem;
  height: auto;
  overflow: hidden;
  max-height: unset;
  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;
    max-height: unset;
    height: auto;
  }
  .top-news .news-inner img {
    max-width: 600px;
    text-align: center;
  }
}
.top-news .section-title {
  padding-right: 30rem;
  font-family: "Noto Sans CJK JP WF";
  background-color: #fff;
  text-align: left;
  color: #ff009c;
}
@media screen and (min-width: 1200px) {
  .top-news .section-title {
    background-color: #ff009c;
    color: #fff;
  }
}

.swiper-dots {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .swiper-dots {
    margin-bottom: 10rem;
  }
}
.swiper-dots .swiper-pagination-bullet {
  margin: 0 16rem !important;
  height: 28rem;
  width: 28rem;
  background-color: #ffffff;
  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;
    background-color: #ffd9e6;
  }
}
.swiper-dots .swiper-pagination-bullet-active {
  background-color: #ff79ae;
}

@media screen and (min-width: 1200px) {
  .integrate-menu {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.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 .swiper-wrapper {
    transform: translate3d(0px, 0, 0) !important;
  }
}
.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;
  border-bottom: 7rem solid #fdb9d4;
}
@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;
    border-bottom: 2rem solid #fdb9d4;
    cursor: pointer;
  }
}
.integrate-menu .integrate-menu-tab .menu-tab-item::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.2s 0.4s ease;
  transform: scaleX(0);
}
.integrate-menu .integrate-menu-tab .swiper-slide-thumb-active {
  border-bottom: 6rem solid #ff009c;
}
@media screen and (min-width: 1200px) {
  .integrate-menu .integrate-menu-tab .swiper-slide-thumb-active {
    border-bottom: 2rem solid #ff009c;
  }
}
.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 .ranking-switch {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32rem;
}
.integrate-menu-body .top-ranking-list .ranking-switch .tab1 {
  background-color: #cb0000;
  color: #ffffff;
  border: none;
  opacity: 0.5;
}
.integrate-menu-body .top-ranking-list .ranking-switch .tab2 {
  background-color: #f529cb;
  color: #ffffff;
  border: none;
  opacity: 0.5;
}
.integrate-menu-body .top-ranking-list .ranking-switch .tab3 {
  background-color: #4d00c7;
  color: #ffffff;
  border: none;
  opacity: 0.5;
}
.integrate-menu-body .top-ranking-list .ranking-switch-button {
  min-width: 20%;
  color: #000;
  width: 33.333%;
  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 input[type=radio]:checked + .ranking-switch-button {
  color: #fff;
  opacity: 1;
}
.integrate-menu-body .top-ranking-list-wrap {
  position: relative;
  width: 100%;
  margin-top: 32rem;
}

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

.top-banner {
  position: fixed;
  display: block;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 3.125vw 13.0208333333vw;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
.top-banner-btn {
  position: absolute;
  display: block;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 3px solid #fff;
  background: #000;
}
.top-banner-btn span::before, .top-banner-btn span::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  width: 16px;
  height: 2px;
  background: #fff;
}
.top-banner-btn span::before {
  transform: rotate(45deg);
}
.top-banner-btn span::after {
  transform: rotate(-45deg);
}

.top_bnr {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .top_bnr {
    margin-bottom: 40px;
  }
  .top_bnr_wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
.top_bnr a {
  display: block;
  width: 100%;
}
.top_bnr a img {
  width: 100%;
  vertical-align: bottom;
}

.top-stories {
  overflow-x: hidden;
  background-color: #ff79ae;
}
.top-stories-title {
  display: none;
}
@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: #fcdfed;
  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;
    overflow-y: hidden;
  }
  .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;
  color: #ef2474;
}
@media screen and (min-width: 1200px) {
  .top-stories-shop {
    font-size: 8rem;
    margin-bottom: 3rem;
  }
}
.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 .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: block;
  align-items: center;
  border: none;
  border-width: 1rem 0;
  font-size: 26rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .girls .girl-search .filter {
    font-size: 9rem;
    display: flex;
  }
}
.girls .girl-search .filter .title {
  padding: 0 16rem;
  white-space: nowrap;
  background-color: rgba(255, 121, 174, 0);
}
.girls .girl-search .filter .filter-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: rgba(255, 121, 174, 0);
  padding: 24rem 0;
}
@media screen and (min-width: 1200px) {
  .girls .girl-search .filter .filter-list {
    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;
}
.girls .girl-search .input-area input {
  background-color: #ffd9e6;
}
@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;
  background-color: #ffd9e6;
}
@media screen and (min-width: 1200px) {
  .girls .girl-search input[type=text],
  .girls .girl-search select {
    width: 180rem;
    font-size: 9rem;
    height: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  .girls .girl-search input[name="data[Search][name]"] {
    width: 255rem;
  }
}
.girls .girl-search .ltgt {
  width: 25%;
  height: 43rem;
}
@media screen and (min-width: 1200px) {
  .girls .girl-search .ltgt {
    height: 20rem;
  }
}
.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 #ff009c;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl {
    width: 19%;
    display: flex;
    padding: 0;
    border-bottom: none;
    margin-bottom: 24rem;
  }
}
.girl-list .girl-ranking {
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking {
    flex-direction: row;
    width: 19%;
  }
}
.girl-list .girl-ranking .girl-image-wrap {
  width: 562rem;
  margin: 0 auto 16rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking .girl-image-wrap {
    width: 344rem;
    margin: 0 auto;
  }
}
.girl-list .girl-ranking .girl-image-wrap .girl-image {
  max-height: 1172rem;
  border-radius: 40rem;
  z-index: -1;
}
.girl-list .girl-ranking .girl-image-wrap .girl-image.group {
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking .girl-image-wrap .girl-image {
    max-height: 100%;
    border-radius: 10rem;
  }
}
.girl-list .girl-ranking .girl-meta {
  width: 100%;
  align-items: center;
  padding: 10rem 0;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking .girl-meta {
    padding: 0;
  }
}
.girl-list .girl-ranking .girl-meta .sizes {
  padding-left: 1em;
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking .girl-meta .sizes {
    padding-left: 0;
    font-size: 8rem;
  }
}
.girl-list .girl-ranking .girl-meta .name, .girl-list .girl-ranking .girl-meta .age {
  font-size: 37rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking .girl-meta .name, .girl-list .girl-ranking .girl-meta .age {
    font-size: 10rem;
  }
}
.girl-list .girl-ranking .girl-meta .features {
  flex-direction: column;
  justify-content: center;
  gap: 16rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking .girl-meta .features {
    gap: 3rem;
  }
}
.girl-list .girl-ranking .girl-meta .features li {
  width: 60%;
  margin: 0 auto;
  max-height: unset;
  padding: 8rem 0;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking .girl-meta .features li {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 8rem;
  }
}
.girl-list .girl-ranking .girl-meta .nominate-fee {
  width: 60%;
  margin: 0rem auto 16rem;
  padding: 8rem 0;
  font-size: 30rem;
  order: 0;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking .girl-meta .nominate-fee {
    width: 100%;
    margin: 4rem 0 3rem 0;
    padding: 0 0 0 8rem;
    font-size: 9rem;
  }
}
.girl-list .girl-ranking .girl-state {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0rem;
  width: 100%;
  font-size: 28rem;
  line-height: 50rem;
  text-align: center;
  padding: 1rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking .girl-state {
    gap: 2rem;
    line-height: unset;
    max-height: 100%;
    min-height: 34rem;
  }
}
.girl-list .girl-ranking .girl-state .status {
  position: unset;
  width: 100%;
  top: unset;
  left: unset;
  color: #ff009c;
  background-color: #fff;
  border-radius: 0;
}
.girl-list .girl-ranking .girl-state .attending-time {
  position: relative;
  width: 60%;
  margin: 0 auto;
  background-color: #ff009c;
  border-radius: 5px;
  color: #fff;
  top: unset;
  left: unset;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking .girl-state .attending-time {
    width: 100%;
  }
}
.girl-list .girl-ranking-header {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking-header {
    align-items: center;
  }
}
.girl-list .girl-ranking-header .girl-ranking-icon {
  position: absolute;
  top: 992rem;
  left: 124rem;
  z-index: 1;
  height: 96rem;
  width: auto;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking-header .girl-ranking-icon {
    width: 50px;
    height: auto;
    top: unset;
    left: unset;
    bottom: 108rem;
    right: 99rem;
  }
  .girl-list .girl-ranking-header .girl-ranking-icon.group {
    bottom: 106rem;
  }
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking-text {
    font-size: 32rem;
    text-align: right;
  }
}
.girl-list .girl-ranking-text-image {
  height: 159rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking-text-image {
    height: 39rem;
  }
}
.girl-list .girl-ranking-icon {
  width: 517rem;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-ranking-icon {
    display: block;
    height: 36rem;
    width: auto;
  }
}
.girl-list .girl-newface {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.4fr 2fr;
  gap: 0px 0px;
  grid-template-areas: "girl-image-wrap state-newface" "girl-image-wrap girl-meta";
  justify-content: space-between;
  justify-items: stretch;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-newface {
    flex-direction: row;
    width: 19%;
    display: flex;
    padding: 0;
    border-bottom: none;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
}
.girl-list .girl-newface .girl-meta {
  padding-top: 0;
  grid-area: girl-meta;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-newface .girl-meta {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-newface .girl-meta .icons {
    top: 179rem;
  }
}
.girl-list .girl-newface .girl-image-wrap {
  grid-area: girl-image-wrap;
}
.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;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
    line-height: unset;
    margin-bottom: 0rem;
    max-height: 100%;
    min-height: 34rem;
  }
}
.girl-list .girl-state .status {
  position: absolute;
  width: 40%;
  left: 1.3em;
  bottom: 1.7em;
  background-color: rgba(253, 36, 157, 0.85);
  color: #ffff00;
  z-index: 10;
  border-top-right-radius: 7rem;
  border-top-left-radius: 7rem;
}
.girl-list .girl-state .status.group {
  bottom: 3.7em;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state .status {
    position: unset;
    background: none;
    width: 100%;
    top: unset;
    left: unset;
    color: #ff009c;
    font-size: 9rem;
  }
}
.girl-list .girl-state .attending-time {
  background-color: #ff3496;
  color: #fff;
  position: absolute;
  top: 0.8em;
  left: 13.7em;
  width: 350rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state .attending-time {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    background-color: #ff009c;
    border-radius: 5px;
    color: #fff;
    font-size: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state .attending-time::before {
    display: none;
  }
}
.girl-list .girl-state.state-newface {
  grid-area: state-newface;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  width: 100%;
  height: 81rem;
  font-size: 31rem;
  line-height: 39rem;
  margin-bottom: 0;
}
.girl-list .girl-state.state-newface.no-reverse {
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state.state-newface {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
    line-height: unset;
    margin-bottom: 0rem;
    height: unset;
    max-height: 100%;
    min-height: 34rem;
  }
}
.girl-list .girl-state.state-newface .status {
  margin-bottom: 0;
  padding: 0;
  position: unset;
  width: 350rem;
  background-color: #ff3496;
  margin-left: auto;
  color: #ffffff;
  border-radius: unset;
  border-top-left-radius: 7rem;
  border-top-right-radius: 7rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state.state-newface .status {
    position: unset;
    background: none;
    width: 100%;
    top: unset;
    left: unset;
    color: #ff009c;
    font-size: 9rem;
  }
}
.girl-list .girl-state.state-newface .attending-time {
  position: unset;
  background-color: unset;
  margin-left: auto;
  border-bottom-left-radius: 7rem;
  border-bottom-right-radius: 7rem;
  border-bottom: 2rem solid #ff3496;
  border-right: 2rem solid #ff3496;
  border-left: 2rem solid #ff3496;
  color: #ff3496;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-state.state-newface .attending-time {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    background-color: #ff009c;
    border-radius: 5px;
    color: #fff;
    font-size: 9rem;
  }
}
.girl-list .girl.attending .girl-image {
  animation: highlight 1.4s linear infinite both;
}
.girl-list .girl-image {
  display: block;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 64.25vw;
  top: 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;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-image-wrap {
    margin: 1rem 0 4rem 0;
  }
}
.girl-list .girl-image-wrap::before {
  content: "";
  display: block;
  padding-top: 140.20618556%;
}
.girl-list .girl-image-wrap img {
  border-radius: 20rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-image-wrap img {
    border-radius: 10rem;
  }
}
.girl-list .girl-shop {
  margin-top: 16rem;
  background-color: #ff009c;
  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-shop.group {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-shop.group {
    margin-top: 8rem;
  }
}
.girl-list .girl-meta {
  display: flex;
  flex-wrap: wrap;
  width: 350rem;
  text-align: left;
  justify-content: center;
  padding-top: 60rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl-meta {
    padding-top: 0;
    gap: 0 2rem;
  }
}
.girl-list .girl .name {
  color: #000;
  font-size: 31rem;
  font-weight: 600;
  order: -2;
  width: auto;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .name {
    font-size: 10rem;
    order: 0;
  }
}
.girl-list .girl .age {
  color: #000;
  font-size: 32rem;
  font-weight: 600;
  width: auto;
  order: -2;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .age {
    display: block;
    font-size: 10rem;
    font-weight: normal;
    order: 0;
  }
}
.girl-list .girl .sizes {
  color: #000;
  font-size: 24rem;
  order: -2;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .sizes {
    font-size: 8rem;
    order: 0;
    width: 100%;
    text-align: center;
  }
}
.girl-list .girl .entry-date {
  font-size: 30rem;
  padding: 2rem 8rem;
  text-align: center;
  color: #ffff00;
  background-color: rgba(253, 36, 157, 0.85);
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
  font-weight: 600;
  position: absolute;
  left: 46rem;
  bottom: 48rem;
  width: 296rem;
}
.girl-list .girl .entry-date.group {
  bottom: 102rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .entry-date {
    font-size: 9rem;
    margin-bottom: 2rem;
    background-color: #ff79ae;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: normal;
    position: unset;
    width: 100%;
  }
}
.girl-list .girl .icons {
  display: flex;
  justify-content: flex-start;
  margin: 10rem 0;
  position: relative;
  z-index: 11;
  width: 100%;
  height: 81rem;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .icons {
    position: absolute;
    top: 182rem;
    left: 4rem;
    margin: auto 0 0 2rem;
    width: unset;
    height: auto;
  }
}
.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;
  flex-direction: column;
  width: 100%;
  gap: 6rem;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .features {
    justify-content: flex-start;
    flex-direction: column;
    gap: 3rem;
    order: 2;
  }
}
.girl-list .girl .features li {
  padding: 3rem 0;
  width: 100%;
  background-color: #ff79ae;
  color: #fff;
  font-size: 23rem;
  line-height: 32rem;
  max-height: 32rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 6rem;
}
.girl-list .girl .features li img {
  max-height: 32rem;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .features li {
    width: 100%;
    font-size: 8rem;
    padding: 1rem 2rem;
    line-height: unset;
    height: 26px;
    border-radius: 2rem;
  }
}
.girl-list .girl .nominate-fee {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  font-size: 26rem;
  line-height: 42rem;
  position: relative;
  order: -1;
  color: #ff009c;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .nominate-fee {
    justify-content: space-between;
    padding-left: 8rem;
    gap: 0;
    margin: 4rem 0 4rem 0;
    font-size: 9rem;
    line-height: 19rem;
    background-image: none;
    order: 1;
  }
}
.girl-list .girl .nominate-fee::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 7rem;
  border: 3rem solid transparent;
  background: linear-gradient(0deg, #f6008f 0%, #ff40d0 23%, #f5039e 49%, #f071d0 77%, #c13ec9 99%) border-box border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
@media screen and (min-width: 1200px) {
  .girl-list .girl .nominate-fee::before {
    border-radius: 4rem;
    border: 1rem solid transparent;
  }
}
.girl-list .girl .nominate-fee .value {
  position: relative;
  padding-right: 8rem;
}
.attend-indicator {
  margin: 0 16rem 32rem;
  line-height: 60rem;
  font-size: 28rem;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .attend-indicator {
    max-width: 1200px;
    margin: 0 auto 10rem auto;
    border: 1rem solid #ffd9e6;
    border-radius: 10rem;
    background: linear-gradient(to bottom, #ffd9e6 0%, #ef2474 50%, #ffd9e6 100%);
    color: #fff;
    font-size: 11rem;
    line-height: 36rem;
  }
}

.filter {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 48rem;
  border: 0 solid #ff79ae;
  border-width: 1rem 0;
  font-size: 26rem;
}
@media screen and (min-width: 1200px) {
  .filter {
    flex-direction: row;
    align-items: center;
    font-size: 10rem;
    justify-content: space-between;
    max-width: 1200px;
    margin: 10rem auto;
    border: 1rem solid #ff009c;
    color: #ef2474;
  }
}
.filter .title {
  padding: 0 16rem;
  white-space: nowrap;
  color: #ff009c;
  background-color: #ffd9e6;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .filter .title {
    width: 100rem;
    height: 31rem;
    font-size: 10rem;
    padding: 8rem 16rem;
    border-right: 1px solid #ff009c;
  }
}
.filter .filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #fff;
  padding: 24rem 5rem;
  gap: 20rem 0;
}
@media screen and (min-width: 1200px) {
  .filter .filter-list {
    padding: 6rem 10rem;
  }
}
.filter .filter-list .btn_submit {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .filter .filter-list .btn_submit {
    width: auto;
  }
}
.filter .item {
  display: flex;
  align-items: center;
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .filter .item {
    margin-right: 64rem;
  }
}
.filter .item input[type=radio] {
  margin-right: 0.2em;
  border-radius: 16rem;
  width: 28rem;
  height: 28rem;
  background-color: #fff;
  border: 6rem 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-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .profile-pc {
    display: block;
  }
}
.profile-tab {
  display: block;
}
@media screen and (min-width: 1200px) {
  .profile-tab {
    display: none;
  }
}
.profile-border {
  margin-right: 20rem;
  margin-bottom: 32rem;
  margin-left: 20rem;
  padding: 1px;
  background-color: #ff009c;
}
@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: 43fr 55fr;
    grid-template-rows: auto auto auto auto;
    gap: 0 24rem;
    align-items: start;
    grid-template-areas: "profile-header profile-header-features" "profile-image profile-message" "swiper-dots profile-message" "profile-leftdown profile-options";
  }
}
@media screen and (min-width: 1200px) {
  .profile-inner .swiper-dots {
    grid-area: swiper-dots;
    margin: 10rem 0 20rem;
  }
}
.profile-bottomInner {
  padding: 24rem;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .profile-bottomInner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
.profile-header-inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .profile-header-inner {
    grid-area: profile-header;
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 16rem;
  }
}
.profile-header-icon {
  margin-right: 32rem;
  padding: 3rem;
  width: 128rem;
  height: 128rem;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ea5902 0%, #d5000f 69%, #d40077 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;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .profile-header-image {
    border: 2rem solid #fff;
  }
}
.profile-header-meta {
  width: 75%;
  color: #000;
}
@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: 24px;
  }
}
.profile-header-meta .sizes {
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .profile-header-meta .sizes {
    font-size: 18px;
  }
}
.profile-header-nominate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  font-size: 26rem;
  line-height: 42rem;
  color: #ff009c;
  margin-bottom: 10px;
  padding: 10rem 0;
  border: 2rem solid #ff79ae;
  border-radius: 4rem;
}
@media screen and (min-width: 1200px) {
  .profile-header-nominate {
    gap: 1em;
    margin: 4rem 0 3rem 0;
    padding: 0;
    font-size: 9rem;
    line-height: 19rem;
  }
}
.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;
  }
}
.profile-header-features .item {
  margin-bottom: 8rem;
  width: 49.5%;
  color: #fff;
  background-color: #ff79ae;
  border-radius: 7px;
  font-size: 22rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-header-features .item {
    margin-bottom: 0;
    font-size: 17px;
  }
}
.profile-image {
  position: relative;
  margin-bottom: 32rem;
}
@media screen and (min-width: 1200px) {
  .profile-image {
    grid-area: profile-image;
    margin-bottom: 0;
    width: 100%;
    height: auto;
  }
  .profile-image img {
    height: auto;
    border-radius: 16px;
  }
}
.profile-image-state {
  margin-bottom: 20rem;
  width: 100%;
  text-align: center;
  padding: 1rem;
}
@media screen and (min-width: 1200px) {
  .profile-image-state {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    line-height: unset;
    gap: 4rem;
    margin-bottom: 8rem;
  }
}
.profile-image-state .attending-time {
  width: 100%;
  left: 1.3em;
  color: #fff;
  background-color: #ff79ae;
  border-radius: 2rem;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .profile-image-state .attending-time {
    padding: 2rem 0;
    font-size: 9rem;
  }
}
.profile-image-state .status {
  width: 100%;
  background-color: #fff;
  color: #ff79ae;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .profile-image-state .status {
    font-size: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .profile-image-state .status::before {
    display: none;
  }
}
.profile-image-dots {
  margin-bottom: 40rem;
  display: flex !important;
}
@media screen and (min-width: 1200px) {
  .profile-image-dots {
    margin-bottom: 0;
  }
}
.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-questions {
  width: 100%;
  background-color: #ff1ac1;
  color: #000;
  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: #000;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-questions-close {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .profile-message {
    display: flex;
    grid-area: profile-message;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 8rem;
  }
}
.profile-message-inner {
  padding: 14rem 14rem 54rem;
  border: 1rem solid #ff79ae;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .profile-message-inner {
    height: 100%;
    padding: 0;
    overflow-x: auto;
  }
  .profile-message-inner p {
    padding: 14rem;
  }
  .profile-message-inner::-webkit-scrollbar-thumb {
    background-color: #7b7b7b;
  }
  .profile-message-inner::-webkit-scrollbar {
    background: #000;
    width: 5px;
    height: 8px;
  }
}
.profile-message-mailmagazine {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 24rem;
  padding: 2rem 0;
  border: 1rem solid #ff79ae;
}
@media screen and (min-width: 1200px) {
  .profile-message-mailmagazine {
    margin-bottom: 10rem;
    border-radius: 4rem;
  }
}
.profile-message-mailmagazine .mail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36rem;
  margin-right: 10rem;
}
@media screen and (min-width: 1200px) {
  .profile-message-mailmagazine .mail-icon {
    width: unset;
  }
}
.profile-message-mailmagazine .mail-text {
  display: inline-block;
  color: #ff009c;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .profile-message-mailmagazine .mail-text {
    font-size: 10rem;
  }
}
.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 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 19rem;
  }
}
.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: 5rem 20rem;
  }
}
.profile-prices {
  margin-bottom: 128rem;
  padding: 3rem;
  border: 2rem solid #ff79ae;
}
@media screen and (min-width: 1200px) {
  .profile-prices {
    margin-bottom: 0;
    flex: 1;
  }
}
.profile-prices .inner {
  padding: 40rem 20rem;
  max-height: 720rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  font-family: "Rounded Mplus 2p WF";
  font-size: 36rem;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 1200px) {
  .profile-prices .inner {
    height: 100%;
    max-height: unset;
    padding: 30rem 10rem;
    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 {
    margin-bottom: 16rem;
  }
}
.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;
  color: #000;
  font-size: 36rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  .profile-attendance .item {
    font-size: 9rem;
  }
}
.profile-attendance .item:nth-child(odd) {
  background-color: #ffd9e6;
}
.profile-attendance .item:nth-child(even) {
  background-color: #ffc0e2;
}
.profile-attendance .date {
  width: 46%;
  line-height: 70rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-attendance .date {
    line-height: 20rem;
  }
}
.profile-attendance .hour {
  width: 54%;
  text-align: center;
  line-height: 70rem;
}
@media screen and (min-width: 1200px) {
  .profile-attendance .hour {
    line-height: 19rem;
  }
}
@media screen and (min-width: 1200px) {
  .profile-options {
    grid-area: profile-options;
  }
}
.profile-options .title {
  margin-bottom: 24rem;
  background-color: #ff009c;
  color: #fff;
  font-size: 40rem;
  line-height: 72rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-options .title {
    font-size: 10rem;
    line-height: 24rem;
  }
}
.profile-options .option-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.profile-options .item {
  background-color: #ffd9e6;
  color: #000;
  font-size: 32rem;
  line-height: 72rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-options .item {
    font-size: 10rem;
    line-height: 24rem;
  }
}
.profile-options .item:nth-child(4n+2), .profile-options .item:nth-child(4n+3) {
  background-color: #fff;
}
.profile-twitter {
  background-color: #fff;
  padding-bottom: 40rem;
}
.profile-twitter .title {
  margin-bottom: 26rem;
  background-color: #ff009c;
  color: #000;
  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: 0;
  }
}
.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:not(:first-of-type) {
  border-top: 2px solid #ff009c;
}
.profile-stories .story-date {
  display: block;
  padding: 0 96rem;
  margin-bottom: 24rem;
  color: #ff4cc0;
  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-wrap video {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .profile-stories .story-image-wrap video {
    width: auto;
  }
}
.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 {
    width: 100%;
    margin: 0;
    padding: 4rem 0;
    border-radius: 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-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;
  }
}
.opt-box img {
  width: 100%;
}

.schedule {
  background: #fff;
}
.schedule .date-selector {
  display: flex;
  justify-content: flex-start;
  gap: 12rem;
  position: sticky;
  top: -1rem;
  z-index: 100;
  margin-bottom: 32rem;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 10rem;
  width: 100%;
  scrollbar-width: none; /* Firefox */
}
.schedule .date-selector::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
@media screen and (min-width: 1200px) {
  .schedule .date-selector {
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
    top: 28rem;
    gap: 16rem;
    overflow-x: hidden;
  }
  .schedule .date-selector.group-date-selector {
    margin-bottom: 8rem;
  }
  .schedule .date-selector .swiper-wrapper {
    transform: translate3d(0px, 0, 0) !important;
  }
}
.schedule .date-selector__item {
  flex: 0 0 auto; /* 縦横比を固定 */
  width: clamp(48px, 20vw, 144px) !important;
  height: clamp(48px, 20vw, 144px) !important;
  border-radius: 50%;
  color: #ff009c;
}
@media screen and (min-width: 1200px) {
  .schedule .date-selector__item {
    width: clamp(36px, 6vw, 72px) !important;
    height: clamp(36px, 6vw, 72px) !important;
  }
}
.schedule .date-selector__item--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ff79ae;
  border: 2px solid #ffd9e6;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 32rem;
}
@media screen and (min-width: 1200px) {
  .schedule .date-selector__item--link {
    font-size: 10rem;
  }
}
.schedule .date-selector__item--link.date-active {
  color: #ff009c;
  background-color: #fff;
  border: 2px solid #ff009c;
}
.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;
}

.girl {
  opacity: 1;
}

.girl.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  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 .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-container {
  width: calc(100% - 40rem);
  margin-bottom: 40rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .ranking-container {
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ranking-switch {
  margin-bottom: 20rem;
}
.ranking-type {
  padding: 16rem 0;
  border: 1px solid #ff009c;
  color: #fff;
  font-size: 30rem;
}
.ranking-type:nth-child(2n+1) {
  background-color: #ff79ae;
}
.ranking-type:nth-child(2n) {
  background-color: #ffd9e6;
}
@media screen and (min-width: 1200px) {
  .ranking-type {
    font-size: 12rem;
  }
}
.ranking-type.swiper-slide:hover {
  color: #ff009c;
}
@media screen and (min-width: 1200px) {
  .ranking-type.swiper-slide {
    width: 50% !important;
  }
}
.ranking-girlInfo {
  width: 100%;
}
.ranking-girlInfo__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0rem;
}
.ranking-girlInfo__meta--name {
  display: block;
  width: 100%;
  padding: 8rem 0;
  border-bottom: 1rem solid #ff009c;
  color: #ff009c;
  font-size: 28rem;
  font-weight: 400;
  font-family: "Noto Serif JP WF";
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .ranking-girlInfo__meta--name {
    padding: 4rem 0;
    font-size: 16rem;
  }
}
.ranking-girlInfo__meta--sizes {
  display: block;
  width: 100%;
  padding: 8rem 0 4rem;
  color: #ff009c;
  font-size: 20rem;
  font-family: "Noto Serif JP WF";
  word-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .ranking-girlInfo__meta--sizes {
    font-size: 12rem;
  }
}
.ranking-girlInfo__attendance {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ranking-girlInfo__attendance--status {
  display: block;
  width: 100%;
  padding: 4rem 0;
  color: #ff009c;
  background-color: #ff009c;
  border-radius: 7rem;
  color: #fff;
  font-size: 22rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .ranking-girlInfo__attendance--status {
    border-radius: 4rem;
    font-size: 14rem;
  }
}
.ranking-girlInfo__attendance--time {
  display: block;
  padding: 10rem 0;
  text-align: center;
  color: #ff009c;
  font-size: 22rem;
}
@media screen and (min-width: 1200px) {
  .ranking-girlInfo__attendance--time {
    font-size: 14rem;
  }
}
.ranking-girlInfo__features {
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .ranking-girlInfo__features {
    flex-direction: column;
  }
}
.ranking-girlInfo__features .item {
  width: 100%;
  margin-bottom: 6rem;
  padding: 4rem 0;
  background-color: #ff79ae;
  border-radius: 7rem;
  color: #fff;
  font-size: 20rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .ranking-girlInfo__features .item {
    border-radius: 4rem;
    font-size: 11rem;
  }
}
.ranking-girlInfo__fee {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 1em;
  width: 100%;
  margin-bottom: 8rem;
  padding: 4rem 0;
  background-color: #fff;
  color: #ff009c;
}
.ranking-girlInfo__fee::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 7rem;
  border: 3rem solid transparent;
  background: linear-gradient(0deg, #f6008f 0%, #ff40d0 23%, #f5039e 49%, #f071d0 77%, #c13ec9 99%) border-box border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
@media screen and (min-width: 1200px) {
  .ranking-girlInfo__fee::before {
    border-radius: 4rem;
    border: 2.4 rem solid transparent;
  }
}
.ranking-girlInfo__fee--text {
  color: #ff009c;
  font-size: 22rem;
}
@media screen and (min-width: 1200px) {
  .ranking-girlInfo__fee--text {
    font-size: 12rem;
  }
}
.ranking-top {
  position: relative;
  margin-bottom: 48rem;
  padding: 1px;
  border: 2px solid #ff009c;
}
@media screen and (min-width: 1200px) {
  .ranking-top {
    margin-bottom: 32rem;
  }
}
.ranking-top-inner {
  display: flex;
  justify-content: space-between;
  padding: 20rem;
}
.ranking-top-text {
  display: flex;
  flex-direction: column;
  width: 42%;
  z-index: 3;
  padding: 0 8rem;
}
.ranking-top-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24rem;
  margin-bottom: 16rem;
}
.ranking-top-title__text {
  font-size: 24rem;
  font-family: "Noto Serif JP WF";
}
@media screen and (min-width: 1200px) {
  .ranking-top-title__text {
    font-size: 16rem;
  }
}
.ranking-top-title__image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .ranking-top-title__image {
    width: 80%;
  }
}
.ranking-top-image {
  width: 52%;
}
.ranking-top-image-main {
  height: auto;
  border-radius: 8%;
}
.ranking-top-link {
  cursor: pointer;
}
.ranking-list-item {
  position: relative;
  width: 100%;
  margin-bottom: 48rem;
  padding: 32rem 4%;
  background-color: #fff;
  border: 2px solid #ff009c;
}
@media screen and (min-width: 1200px) {
  .ranking-list-item {
    margin-bottom: 32rem;
    padding: 32rem 12%;
  }
}
.ranking-list-item__head {
  margin-bottom: 40rem;
  padding: 2rem;
  background: linear-gradient(0deg, #f6008f 0%, #ff40d0 23%, #f5039e 49%, #f071d0 77%, #c13ec9 99%) border-box border-box;
}
.ranking-list-item__head--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16rem;
  padding: 10rem;
  background-color: #fff;
}
.ranking-list-item__head--text {
  color: #ff009c;
  font-size: 24rem;
  font-family: "Noto Serif JP WF";
}
@media screen and (min-width: 1200px) {
  .ranking-list-item__head--text {
    font-size: 16rem;
  }
}
.ranking-list-item__head--image {
  width: 40%;
  height: auto;
}
.ranking-list-item__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16rem;
}
@media screen and (min-width: 1200px) {
  .ranking-list-item__body {
    gap: 40rem;
  }
}
.ranking-list-item__body--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8%;
}
.ranking-list-item__body--info {
  display: flex;
  align-items: center;
}
.ranking-list-link {
  cursor: pointer;
}

.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: 0;
  }
}
.system-wrapper {
  margin: 0 20rem 32rem;
  padding: 1px solid;
}
.system-inner {
  background-color: #fff;
}

.system-fee h3 {
  font-size: 35rem;
  padding: 0 38rem;
  text-align: center;
  background-color: #ff609e;
  color: #ffff00;
  margin-bottom: 30rem;
}
@media screen and (min-width: 1200px) {
  .system-fee h3 {
    font-size: 12rem;
    margin-bottom: 15rem;
  }
}
.system-fee-other {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50rem;
  font-size: 36rem;
  line-height: 1.3;
  border-right: 1px solid #ff609e;
  border-left: 1px solid #ff609e;
  border-bottom: 1px solid #ff609e;
  color: #ff609e;
}
@media screen and (min-width: 1200px) {
  .system-fee-other {
    font-size: 12rem;
    margin-bottom: 30rem;
  }
}
.system-fee-other.extension {
  font-size: 36rem;
}
@media screen and (min-width: 1200px) {
  .system-fee-other.extension {
    font-size: 12rem;
  }
}
.system-fee-other dd {
  width: 30%;
  text-align: right;
  color: #ff79ae;
  padding-right: 2em;
}
@media screen and (min-width: 1200px) {
  .system-fee-other dd {
    width: 49%;
    text-align: right;
    padding-right: 235rem;
  }
}
.system-fee-other dt {
  padding: 10px;
  width: 70%;
  font-weight: lighter;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .system-fee-other dt {
    width: 100%;
    padding-left: 220rem;
  }
}
.system-fee-other dt span {
  font-size: 26rem;
  display: block;
  text-align: left;
}
@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 div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ff609e;
  background-color: #ffe4ee;
}
@media screen and (min-width: 1200px) {
  .system-fee-other div {
    justify-content: space-around;
  }
}
.system-fee-other:first-of-type div:first-child {
  background-color: #fff;
}
.system-fee-credit {
  padding: 1em 0 6em;
}
@media screen and (min-width: 1200px) {
  .system-fee-credit {
    text-align: center;
  }
}
.system-fee-credit img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .system-fee-credit img {
    width: 40%;
  }
}
.system-fee-basic {
  margin-bottom: 2em;
}
.system-fee-basic table {
  width: 100%;
  font-size: 34rem;
  border-collapse: collapse;
  color: #ff609e;
}
@media screen and (min-width: 1200px) {
  .system-fee-basic table {
    font-size: 12rem;
  }
}
.system-fee-basic table .bgpink {
  background-color: #ff609e;
  color: #fff !important;
  border: 1px solid #ff609e;
}
.system-fee-basic table th {
  text-align: center;
}
.system-fee-basic table td {
  padding: 0.5em 0;
  text-align: center;
  width: 50%;
  background-color: #ffffee;
}
@media screen and (min-width: 1200px) {
  .system-fee-basic table td {
    padding-left: 18.5em;
    text-align: left;
    width: 50%;
  }
}
.system-fee-basic table td:last-child {
  padding-right: 2em;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .system-fee-basic table td:last-child {
    text-align: left;
    padding-left: 3em;
  }
}
.system-fee-basic table thead {
  font-size: 35rem;
}
@media screen and (min-width: 1200px) {
  .system-fee-basic table thead {
    font-size: 14rem;
  }
}
.system-fee-basic table thead h4 {
  font-size: 30rem;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .system-fee-basic table thead h4 {
    font-size: 16rem;
  }
}
.system-fee-basic table thead tr:first-child:after {
  content: "";
  height: 2em;
  width: 100%;
  padding: 2px 0;
  display: block;
}
@media screen and (min-width: 1200px) {
  .system-fee-basic table thead tr:first-child:after {
    height: 10rem;
  }
}
.system-fee-basic table tbody tr {
  border: 1px solid #ff609e;
}
.system-fee-basic table tfoot tr {
  color: #000;
}
.system-fee-basic table tfoot tr th {
  padding: 0.5em 0;
  border: 1px solid #ff609e;
  font-weight: normal;
}

.system-options h3 {
  font-size: 35rem;
  padding: 0 38rem;
  text-align: center;
  background-color: #ff609e;
  color: #ffff00;
  margin-bottom: 30rem;
}
@media screen and (min-width: 1200px) {
  .system-options h3 {
    font-size: 12rem;
    margin-bottom: 15rem;
  }
}
.system-options .set-option {
  font-size: 35rem;
  color: #ff009c;
}
@media screen and (min-width: 1200px) {
  .system-options .set-option {
    font-size: 12rem;
  }
}
.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 {
  padding-bottom: 60rem;
  position: relative;
}
.system-cosplay h3 {
  font-size: 35rem;
  padding: 0 38rem;
  text-align: center;
  background-color: #ff609e;
  color: #ffff00;
  margin-bottom: 30rem;
}
@media screen and (min-width: 1200px) {
  .system-cosplay h3 {
    font-size: 12rem;
    margin-bottom: 15rem;
  }
}
.system-cosplay .swiper-button-next::after, .system-cosplay .swiper-button-prev::after {
  padding: 13rem;
  color: #fff;
  background-color: #ff609e;
  font-size: 51rem;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .system-cosplay .swiper-button-next::after, .system-cosplay .swiper-button-prev::after {
    padding: 6rem;
    font-size: 15rem;
  }
}
.system-cosplay .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .system-cosplay .swiper-button-next {
    top: 43%;
  }
}
.system-cosplay .swiper-button-prev {
  left: 0;
}
@media screen and (min-width: 1200px) {
  .system-cosplay .swiper-button-prev {
    top: 43%;
  }
}
.system-cosplay .cosplay {
  height: 104vw !important;
  width: 80%;
}
@media screen and (min-width: 1200px) {
  .system-cosplay .cosplay {
    width: 100%;
    height: auto !important;
    width: auto !important;
  }
}
.system-cosplay .cosplay-swiper {
  height: 104vw !important;
}
@media screen and (min-width: 1200px) {
  .system-cosplay .cosplay-swiper {
    height: auto !important;
    flex-wrap: nowrap !important;
  }
}
.system-cosplay .cosplay-item {
  height: 24vh !important;
}
@media screen and (min-width: 1200px) {
  .system-cosplay .cosplay-item {
    height: auto !important;
    width: auto !important;
  }
}
.system-cosplay .cosplay-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5%;
}

.system_textbox {
  color: #ff609e;
  font-size: 28rem;
  padding: 13px 15px 2em;
}
@media screen and (min-width: 1200px) {
  .system_textbox {
    font-size: 10rem;
    line-height: 2;
  }
}
.system_textbox h3 {
  padding: 1em 0 0.3em;
}
.system_textbox p {
  padding-bottom: 10rem;
}

@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: rgba(255, 0, 156, 0.6392156863);
  }
  .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-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-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 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 img {
    width: 350px !important;
  }
}
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;
}
@media screen and (min-width: 1200px) {
  body.entrance #foot-section div {
    margin: 0 auto;
    width: 70%;
  }
}
body.entrance #foot-section div ul {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media screen and (min-width: 1200px) {
  body.entrance #foot-section div ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.entrance #foot-section div ul li {
    width: 271px;
  }
}
body.entrance #foot-section p {
  padding: 0 1%;
  font-size: 14px;
  line-height: 2.8;
}
@media screen and (min-width: 1200px) {
  body.entrance #foot-section p {
    margin: 0 auto;
    width: 100% !important;
  }
}
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;
}

.entrance-banner .links-box .iframe-container {
  display: block;
  width: 468px;
  height: 60px;
}
@media screen and (min-width: 1200px) {
  .entrance-banner .links-box .iframe-container {
    margin-right: 8rem;
  }
}
.entrance-banner .links-box .iframe-container iframe {
  width: 100%;
  height: 100%;
}
.entrance-banner .links-box .momojob-container {
  display: block;
  width: 100%;
  margin-bottom: 8rem;
}
.entrance-banner .links-box .momojob-container > div {
  padding-bottom: 8rem;
  background-color: #333;
}
.entrance-banner .links-box .momojob-container > div a:not(:first-child) {
  font-size: 24rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner .links-box .momojob-container > div a:not(:first-child) {
    font-size: 8rem;
  }
}

.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;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__box {
    padding: 100px 0;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .entrance-banner__box ul {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 70px 0;
  }
}
.entrance-banner__box ul li {
  padding-bottom: 30rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__box ul li {
    width: 448px;
    padding-bottom: 0;
  }
}
.entrance-banner__box ul li p {
  font-size: 4vw;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__box ul li p {
    padding-top: 0;
    font-size: 10rem;
  }
}
.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 */
