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

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

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

ul,
ol {
  list-style: none;
}

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

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

:focus {
  outline: 0;
}

input[type=text],
input[type=checkbox],
input[type=radio],
textarea {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
}

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

select {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  box-shadow: none;
}

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

.top_bnr {
  margin-bottom: 10px;
}

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

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

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

.sub-menu {
  position: sticky;
  background: #fff;
  z-index: 100;
  top: 0;
  display: flex;
  justify-content: flex-start;
  font-size: 35rem;
  margin: 20rem auto;
  border-bottom: 1px solid #071861;
  border-top: 1px solid #071861;
  padding: 25rem;
  flex-wrap: nowrap;
  overflow-x: scroll;
  color: #071861;
}
.sub-menu .nav-link.active {
  color: #00a8ff;
  /* アクティブなリンクの色を赤に設定 */
}
@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 #071861;
    border-top: 2px solid #071861;
  }
}
.sub-menu .item + .item {
  border-left: 1px solid #071861;
}
.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: #071861;
}
@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: #071861;
  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 #071861;
  background-color: rgba(33, 33, 33, 0.6);
  color: #fff;
}
.pagination-item.current {
  background-color: #071861;
  color: #fff;
}
.pagination-item.active {
  background-color: #071861;
  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 #071861;
  background-color: rgba(33, 33, 33, 0.6);
  color: #fff;
  background-color: #071861;
}
@media screen and (min-width: 1200px) {
  .paging li span {
    font-size: 11rem;
  }
}
.paging li span:not(:last-child) {
  margin-right: 16rem;
}
.paging li span .active {
  background-color: #071861;
  color: #fff;
}

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

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

.top-slider {
  background-color: #fff;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .top-slider {
    text-align: center;
    padding-top: 10rem;
  }
  .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: #071861;
  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;
  }
}

.top-news {
  padding-bottom: 96rem;
  background-color: #000;
}
@media screen and (min-width: 1200px) {
  .top-news {
    margin: 0 auto;
    max-width: 1200px;
  }
}
.top-news .news-inner {
  margin-bottom: 80rem;
  padding: 0 20rem;
}
@media screen and (min-width: 1200px) {
  .top-news .news-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20rem;
    text-align: center;
  }
  .top-news .news-inner img {
    max-width: 1200px;
    width: 657px !important;
    height: auto !important;
    text-align: center;
  }
}
.top-news .section-title {
  padding-right: 30rem;
  background-image: url(../img/common/section-title2.png);
  font-family: "Noto Sans CJK JP WF";
  text-align: right;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .top-news .section-title {
    text-align: left;
    background-image: none;
    background-color: #071861;
    color: #fff;
  }
}

.swiper-dots {
  display: flex;
  justify-content: center;
  margin-bottom: 40rem;
}
@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: #cccccc;
  border-radius: 14rem;
  opacity: 1;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .swiper-dots .swiper-pagination-bullet {
    margin: 0 5rem !important;
    height: 10rem;
    width: 10rem;
  }
}
.swiper-dots .swiper-pagination-bullet-active {
  background-color: #3c3c3c;
}

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

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

.shop-switch .yellow {
  color: #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-stories {
  overflow-x: hidden;
  background-color: #071861;
}
.top-stories-title {
  padding: 16rem 0 16rem 32rem;
  color: #fff;
  font-size: 34rem;
}
@media screen and (min-width: 1200px) {
  .top-stories-title {
    display: none;
  }
}
.top-stories.fixed.group {
  height: 359rem;
}
.top-stories.fixed.shop {
  height: 318rem;
}
.top-stories.fixed .top-stories-list {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  padding: 16rem 16rem;
  border-bottom: 1rem solid #ffa400;
  width: 100%;
  max-width: 1280px;
}
@media screen and (min-width: 1200px) {
  .top-stories.fixed .top-stories-list {
    max-width: 100%;
    padding: 8rem 16rem;
    border-bottom: 1rem solid #071861;
  }
}
@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: #f4f6ff;
  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 {
    padding: 5rem 23rem;
  }
  .top-stories-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #7b7b7b;
  }
  .top-stories-list::-webkit-scrollbar {
    background: #000;
    width: 5px;
    height: 8px;
  }
}
.top-stories-list::after {
  content: "";
  padding-right: 16rem;
}
.top-stories-link {
  margin-right: 48rem;
}
@media screen and (min-width: 1200px) {
  .top-stories-link {
    margin-right: 35rem;
  }
}
.top-stories-shop {
  display: block;
  margin-bottom: 8rem;
  font-size: 22rem;
}
@media screen and (min-width: 1200px) {
  .top-stories-shop {
    font-size: 8rem;
    margin-bottom: 3rem;
  }
}
.top-stories-icon {
  margin-bottom: 8rem;
  padding: 4rem;
  width: 128rem;
  height: 128rem;
  border-radius: 50%;
  background-image: linear-gradient(to right, #071861 0%, #f4f6ff 69%, #071861 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 #333;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .top-stories-iconimage {
    border: 2rem solid #333;
  }
}
.top-stories-name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24rem;
  white-space: nowrap;
  color: #071861;
}
@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-columns: auto auto; */
  grid-template-columns: 1fr 4fr;
  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;
  /* white-space: nowrap; */
  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-info .stories-text h1,
.top-stories-info .stories-text h2,
.top-stories-info .stories-text h3,
.top-stories-info .stories-text h4,
.top-stories-info .stories-text h5,
.top-stories-info .stories-text p {
  color: #fff;
}

.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: #071861;
  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/close.png) no-repeat center/90rem 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 img {
  opacity: 1;
}
.top-stories-modal .swiper-slide-active .top-stories-info {
  opacity: 1;
}

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

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

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

.filter {
  display: flex;
  align-items: center;
  margin-bottom: 48rem;
  background-color: #282828;
  border: 0 solid #071861;
  border-width: 1rem 0;
  font-size: 32rem;
}
@media screen and (min-width: 1200px) {
  .filter {
    background-color: #fff;
    align-items: center;
    font-size: 10rem;
    justify-content: space-between;
    max-width: 1200px;
    margin: 10rem auto;
    border: 1rem solid #071861;
  }
}
.filter .title {
  padding: 0 16rem;
  white-space: nowrap;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .filter .title {
    width: 100rem;
    font-size: 10rem;
    color: #071861;
  }
}
.filter .filter-list {
  display: flex;
  flex-wrap: wrap;
  background-color: #f4f6ff;
  padding: 24rem 16rem;
}
@media screen and (min-width: 1200px) {
  .filter .filter-list {
    padding: 6rem 10rem;
  }
}
.filter .item {
  display: flex;
  align-items: center;
  margin-right: 64rem;
  color: #3c3c3c;
}
.filter .item:not(:last-child) {
  margin-bottom: 24rem;
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .filter .item:not(:last-child) {
    margin-bottom: 0;
  }
}
.filter .item input[type=radio] {
  margin-right: 0.6em;
  border-radius: 16rem;
  width: 32rem;
  height: 32rem;
  background-color: #fff;
  border: solid 1px #ccc;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .filter .item input[type=radio] {
    width: 10rem;
    height: 10rem;
    border: 2rem solid #fff;
  }
}
.filter .item input[type=radio]:checked {
  position: relative;
  background-color: #ffa400;
  border: 8rem solid #fff;
}
@media screen and (min-width: 1200px) {
  .filter .item input[type=radio]:checked {
    background-color: #00a8ff;
    border: 1.5rem solid #fff;
  }
}
.filter .item input[type=radio]:checked::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 1px #ccc;
  border-radius: 50%;
}

.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;
  }
}
.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;
  }
}
.shop-switch input[type=radio]:checked + .text {
  color: #ffa400;
  border-bottom: 1rem solid #ffa400;
}

@keyframes highlight {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(60%);
  }
  100% {
    filter: brightness(100%);
  }
}
/* .girl-list .girl-hide {
  display: none;
} */
.btn_submit input {
  background: #071861;
  width: 100px;
  height: 24px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}

.profile .section-title {
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .profile .section-title {
    margin-bottom: 0;
  }
}
.profile-border {
  margin-right: 20rem;
  margin-bottom: 32rem;
  margin-left: 20rem;
  padding: 1px;
  background-image: linear-gradient(45deg, #071861 21%, #4a5fb7 44%, #071861 54%, #4a5fb7 65%);
}
@media screen and (min-width: 1200px) {
  .profile-border {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.profile-inner {
  padding: 24rem;
  background-color: #f4f6ff;
}
@media screen and (min-width: 1200px) {
  .profile-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0 10rem;
    align-items: start;
    grid-template-areas: "profile-header profile-header-features" "profile-image profile-message" "swiper-dots profile-message" "profile-attendance profile-bottom" "profile-options profile-options";
  }
}
@media screen and (min-width: 1200px) {
  .profile-inner .swiper-dots {
    grid-area: swiper-dots;
    margin: 10rem 0 20rem;
  }
}
.profile-header {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .profile-header {
    grid-area: profile-header;
    display: inline-flex;
  }
}
.profile-header-icon {
  margin-right: 32rem;
  padding: 3rem;
  width: 128rem;
  height: 128rem;
  border-radius: 50%;
  background-image: linear-gradient(to right, #071861 0%, #4a5fb7 69%, #071861 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%;
}
@media screen and (min-width: 1200px) {
  .profile-header-meta {
    width: auto;
  }
}
.profile-header-meta .name {
  font-size: 34rem;
  width: 100%;
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .profile-header-meta .name {
    font-size: 14rem;
  }
}
.profile-header-meta .age {
  color: #3c3c3c;
}
.profile-header-meta .sizes {
  font-size: 28rem;
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .profile-header-meta .sizes {
    font-size: 12rem;
  }
}
.profile-header-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .profile-header-features {
    grid-area: profile-header-features;
    align-items: center;
    align-content: flex-start;
    gap: 5rem 0;
    margin-top: 0;
  }
}
.profile-header-features .item {
  margin-bottom: 8rem;
  width: 49.5%;
  background-color: #fff;
  color: #071861;
  font-size: 22rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-header-features .item {
    margin-bottom: 0;
    font-size: 11rem;
  }
}
.profile-image {
  position: relative;
  margin-bottom: 32rem;
}
@media screen and (min-width: 1200px) {
  .profile-image {
    grid-area: profile-image;
    margin-bottom: 0;
    width: 250rem;
    height: auto;
  }
  .profile-image img {
    width: 250rem;
    height: auto;
  }
}
.profile .icons {
  display: flex;
  position: absolute;
  left: 16rem;
  bottom: 16rem;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .profile .icons {
    left: 11rem;
    bottom: 3rem;
  }
}
.profile .icons li {
  width: 80rem;
  margin-right: 8rem;
}
@media screen and (min-width: 1200px) {
  .profile .icons li {
    width: 40rem;
  }
}
.profile-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 1200px) {
  .profile-bottom {
    grid-area: profile-bottom;
    margin-bottom: 0;
  }
}
.profile-bottom-nominate {
  display: flex;
  justify-content: space-between;
  padding-left: 8rem;
  margin-bottom: 24rem;
  width: 100%;
  color: #ff2a97;
  font-size: 32rem;
  line-height: 54rem;
  overflow: hidden;
  text-align: center;
  background: url("../img/common/bg-fee-profile.png") no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-nominate {
    margin-bottom: 10rem;
    font-size: 10rem;
    line-height: 22rem;
  }
}
.profile-bottom-nominate .label {
  width: 47%;
  color: #3c3c3c;
}
.profile-bottom-nominate .value {
  position: relative;
  width: 53%;
  color: #fff;
}
.profile-bottom-state {
  display: flex;
  justify-content: center;
  padding: 1px;
  margin-bottom: 24rem;
  width: 100%;
  background: linear-gradient(to bottom, #071861 0%, #071861 50%, #4a5fb7 51%, #4a5fb7 100%);
  line-height: 52rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-state {
    line-height: 22rem;
    margin-bottom: 10rem;
  }
}
.profile-bottom-state .status {
  width: 50%;
  color: #fff;
  font-size: 32rem;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-state .status {
    font-size: 10rem;
  }
}
.profile-bottom-state .attending-time {
  position: relative;
  width: 50%;
  background-color: #000;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-state .attending-time {
    font-size: 10rem;
  }
}
.profile-bottom-state .attending-time::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 26rem 20rem;
  border-bottom-color: #000;
  border-right-color: #000;
  left: -40rem;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-state .attending-time::before {
    border-width: 11.1rem 9rem;
    left: -17rem;
  }
}
.profile-bottom-mailmagazine {
  margin-bottom: 24rem;
  width: 100%;
  background-color: #bd0000;
  color: #fff;
  font-size: 28rem;
  line-height: 52rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-mailmagazine {
    font-size: 10rem;
    line-height: 22rem;
    margin-bottom: 10rem;
  }
}
.profile-bottom-questions {
  width: 100%;
  background-color: #071861;
  color: #fff;
  font-size: 28rem;
  line-height: 52rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-questions {
    font-size: 10rem;
    line-height: 22rem;
  }
}
.profile-bottom-questions-modal {
  border: 2rem solid transparent;
  width: 100%;
  padding: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  transition: 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-questions-modal {
    padding: 10rem;
    border-color: #ff1ac1;
  }
}
.profile-bottom-questions-modal.open {
  height: 420rem;
  padding: 20rem;
  border-color: #071861;
  opacity: 1;
  background-color: #000;
  color: #fff;
}
@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;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-questions-list {
    font-size: 10rem;
  }
}
.profile-bottom-questions-q {
  color: #fff;
}
.profile-bottom-questions-a {
  margin-bottom: 24rem;
  color: #fff;
}
.profile-bottom-questions-close {
  margin-top: 32rem;
  min-width: 256rem;
  padding: 2rem 0;
  font-size: 24rem;
  line-height: 40rem;
  background-color: #071861;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .profile-bottom-questions-close {
    display: none;
  }
}
.profile-message {
  margin-bottom: 32rem;
  padding: 14rem 14rem 54rem;
  border: 0.5px solid #071861;
  background-color: #141414;
}
@media screen and (min-width: 1200px) {
  .profile-message {
    grid-area: profile-message;
    padding: 0;
    margin-bottom: 10rem;
    overflow-x: auto;
    max-height: 352rem;
  }
  .profile-message p {
    padding: 14rem;
  }
  .profile-message::-webkit-scrollbar-thumb {
    background-color: #7b7b7b;
  }
  .profile-message::-webkit-scrollbar {
    background: #000;
    width: 5px;
    height: 8px;
  }
}
.profile-message .title {
  margin-bottom: 64rem;
  background-color: #071861;
  color: #fff;
  font-size: 40rem;
  line-height: 64rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-message .title {
    font-size: 10rem;
    line-height: 19rem;
    margin-bottom: 0;
  }
}
.profile-message .text {
  padding: 0 20rem;
  font-family: "Rounded Mplus 2p WF";
  font-size: 36rem;
}
@media screen and (min-width: 1200px) {
  .profile-message .text {
    font-size: 10rem;
    padding: 0 20rem;
  }
}
.profile-prices {
  margin-bottom: 128rem;
  padding: 3rem;
  background-image: linear-gradient(to right, #071861 6%, #4a5fb7 42%, #071861 73%, #4a5fb7 100%);
}
@media screen and (min-width: 1200px) {
  .profile-prices {
    padding-bottom: 3rem;
  }
}
.profile-prices .inner {
  padding: 40rem 20rem;
  max-height: 720rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
  font-family: "Rounded Mplus 2p WF";
  font-size: 36rem;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 1200px) {
  .profile-prices .inner {
    padding: 30rem 10rem;
    max-height: 300rem;
    font-size: 11rem;
  }
}
.profile-prices-value {
  display: grid;
  grid-template-columns: 160rem auto;
  grid-auto-rows: auto;
  margin-bottom: 32rem;
  letter-spacing: 0.06em;
}
.profile-attendance {
  margin-bottom: 48rem;
}
@media screen and (min-width: 1200px) {
  .profile-attendance {
    grid-area: profile-attendance;
    margin-bottom: 15rem;
  }
}
.profile-attendance .title {
  margin-bottom: 24rem;
  background-color: #071861;
  color: #fff;
  font-size: 40rem;
  line-height: 64rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-attendance .title {
    margin-bottom: 0;
    font-size: 12rem;
    line-height: 22rem;
  }
}
.profile-attendance .item {
  display: flex;
  font-size: 36rem;
  letter-spacing: 0;
  /* &:nth-child(even) .date {
    background-color: #373737;
  }

  &:nth-child(even) .hour {
    background-color: #191919;
  } */
}
@media screen and (min-width: 1200px) {
  .profile-attendance .item {
    font-size: 9rem;
  }
}
.profile-attendance .item:nth-child(odd) {
  background-color: #053c73;
}
.profile-attendance .item:nth-child(even) {
  background-color: #071861;
}
.profile-attendance .date {
  width: 46%;
  line-height: 70rem;
  /* background-color: #191919; */
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-attendance .date {
    line-height: 20rem;
  }
}
.profile-attendance .hour {
  width: 54%;
  /* background-color: #373737; */
  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: #071861;
  color: #fff;
  font-size: 40rem;
  line-height: 72rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-options .title {
    margin: 0 0 10rem;
    font-size: 10rem;
    line-height: 24rem;
  }
}
.profile-options .option-list {
  display: flex;
  flex-wrap: wrap;
  padding-right: 20rem;
  padding-left: 20rem;
}
.profile-options .item {
  width: 50%;
  background-color: #191919;
  font-size: 32rem;
  line-height: 72rem;
  text-align: center;
  margin-bottom: 16rem;
}
@media screen and (min-width: 1200px) {
  .profile-options .item {
    width: 33.33%;
    font-size: 10rem;
    line-height: 24rem;
  }
}
.profile-options .item:nth-child(4n-1), .profile-options .item:nth-child(4n-2) {
  background-color: #373737;
}
.profile-twitter {
  background-color: #fff;
  padding-bottom: 40rem;
}
.profile-twitter .title {
  margin-bottom: 26rem;
  background-color: #ff147a;
  color: #fff;
  font-size: 40rem;
  line-height: 72rem;
  text-align: center;
}
.profile-twitter .inner {
  margin-left: 20rem;
  margin-right: 20rem;
}
.profile-twitter iframe {
  width: 1280px !important;
}
.profile-stories {
  background-color: #fff;
  padding-top: 32rem;
  padding-bottom: 72rem;
}
@media screen and (min-width: 1200px) {
  .profile-stories {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 10rem;
  }
}
.profile-stories .title {
  margin-bottom: 26rem;
  background-color: #071861;
  color: #fff;
  font-size: 40rem;
  line-height: 72rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .profile-stories .title {
    margin-bottom: 10rem;
    font-size: 10rem;
    line-height: 24rem;
  }
}
.profile-stories .story {
  position: relative;
  padding-top: 80rem;
}
@media screen and (min-width: 1200px) {
  .profile-stories .story {
    padding-top: 20rem;
  }
}
.profile-stories .story::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background-image: linear-gradient(to right, #a96a2f 6%, #50311c 42%, #c68f51 73%, #674d25 100%);
}
.profile-stories .story-date {
  display: block;
  padding: 0 96rem;
  margin-bottom: 24rem;
  color: #3c3c3c;
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .profile-stories .story-date {
    font-size: 10rem;
    padding: 0 20rem;
  }
}
.profile-stories .story-image-wrap {
  position: relative;
  padding: 0 90rem;
  margin-bottom: 64rem;
}
@media screen and (min-width: 1200px) {
  .profile-stories .story-image-wrap {
    padding: 0 20rem;
    margin-bottom: 5rem;
  }
  .profile-stories .story-image-wrap img {
    max-height: 350rem;
  }
}
.profile-stories .story-image-wrap img,
.profile-stories .story-image-wrap video {
  width: 100%;
}
.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-text p {
  color: #3c3c3c;
}
.profile-stories .story-name {
  margin-bottom: 32rem;
}
@media screen and (min-width: 1200px) {
  .profile-stories .story-name {
    margin-bottom: 10rem;
  }
}
.profile-stories .stories-more {
  display: block;
  margin: 72rem auto 0;
  width: 564rem;
}
@media screen and (min-width: 1200px) {
  .profile-stories .stories-more {
    margin: 10rem auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .profile-review {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.profile-review .title {
  margin-bottom: 26rem;
  background-color: #071861;
  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(to right, #a96a2f 6%, #50311c 42%, #c68f51 73%, #674d25 100%);
  position: relative;
  padding: 16rem;
  padding-top: 40rem;
  overflow-x: hidden;
}
@media screen and (min-width: 1200px) {
  .profile-review-inner {
    margin: 0 0 10rem;
    padding-top: 20rem;
  }
  .profile-review-inner .paging {
    align-items: center !important;
  }
}
.profile-review-inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 4rem;
  left: 4rem;
  display: block;
  width: calc(100% - 8rem);
  height: calc(100% - 8rem);
  background: url(../img/common/background-decoration1.png) no-repeat right top/410rem auto;
  background-color: #fff;
}
.profile-review-switch {
  position: relative;
  z-index: 2;
  font-size: 32rem;
}
.profile-review-switch-item {
  border-bottom: 3rem solid #071861;
  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 #071861;
  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: #2ad8bd;
  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: #4a5fb7;
  font-size: 30rem;
}
.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 #071861;
  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: #071861;
  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;
}

.operation-rate {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}
.operation-rate li {
  width: 100%;
  padding: 4px 8px 4px 15px;
  display: flex;
  justify-content: space-between;
  border: solid 1px #071861;
  margin-bottom: 6px;
}
.operation-rate li .label {
  font-size: 16px;
  font-weight: bold;
  color: #071861;
}
.operation-rate li .label-adjust {
  font-feature-settings: "palt";
}
.operation-rate li .rate {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
}
.operation-rate li .rate img {
  width: 25px;
  height: 23px;
}

.profile-bottom-questions-list .ps__rail-y {
  opacity: 0.6;
  width: 0px;
}

.ps__thumb-y {
  width: 4px !important;
}

.opt-box:first-child {
  line-height: 1.7;
}

.opt-box:last-child {
  margin-top: -24rem;
}

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

.girl {
  opacity: 1;
}

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

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

.schedule-text {
  font-size: 32rem;
  margin-bottom: 15px;
  width: 96%;
  background: #071861;
  margin: 20px auto;
  padding: 4px 10px;
  color: #fff;
}
@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: #071861;
  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 #071861;
  color: #071861;
  background-color: #fff;
  padding: 10px 10px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .pager-nav a,
.review-page-nav a {
    font-size: 11rem;
  }
}

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

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

.realtime .section-title {
  margin-bottom: 32rem;
}
@media screen and (min-width: 1200px) {
  .realtime .section-title {
    margin-bottom: 0;
  }
}
.realtime .realtime-toggle {
  position: sticky;
  top: -1rem;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16rem 0;
  margin-bottom: 20rem;
  font-size: 36rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .realtime .realtime-toggle {
    max-width: 1200px;
    margin: 0 auto 10rem auto;
    font-size: 14rem;
    padding: 10rem 0;
    top: 28rem;
  }
}
.realtime .realtime-toggle::after {
  content: "";
  width: 14rem;
  height: 14rem;
  border-left: 4rem solid #fff;
  border-bottom: 4rem solid #fff;
  position: absolute;
  right: 20rem;
  top: 45%;
  transition: 0.2s ease;
  transform: rotate(135deg);
}
@media screen and (min-width: 1200px) {
  .realtime .realtime-toggle::after {
    width: 6rem;
    height: 6rem;
    border-left: 2rem solid #fff;
    border-bottom: 2rem solid #fff;
  }
}
.realtime .realtime-toggle.hide + .girl-list * {
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, height 0.2s ease;
}
.realtime .realtime-toggle.hide::after {
  top: calc(50% - 10rem);
  transform: rotate(-45deg);
}
@media screen and (min-width: 1200px) {
  .realtime .realtime-toggle.hide::after {
    top: calc(50% - 7rem);
  }
}
.realtime-count {
  display: inline-block;
  margin-left: 1em;
  background-color: rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 24rem;
  font-weight: 400;
  border-radius: 8rem;
  padding: 2rem 8rem 4rem;
}
@media screen and (min-width: 1200px) {
  .realtime-count {
    font-size: 14rem;
  }
}
.realtime .group1 {
  background-color: #daa520;
}
.realtime .group2 {
  background-color: #7319ff;
}
.realtime .group3 {
  background-color: #00c101;
}
.realtime .group4 {
  background-color: #bb012d;
}
.realtime .group5 {
  background-color: #ff732b;
}
.realtime .group6 {
  background-color: #a700cd;
}
.realtime .group7 {
  background-color: #2c00b2;
}
.realtime .group8 {
  background-color: #261e1c;
}
.realtime .group9 {
  background-color: #fa0068;
}
.realtime .group10 {
  background-color: #0097dd;
}
.realtime .group11 {
  background-color: #c92800;
}
.realtime .group12 {
  color: #071861;
  background-color: #fff;
}
.realtime .group12::after {
  border-color: #071861;
}
.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 #071861;
}
@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-content img,
.stories-content video {
  width: 100%;
}
.stories-head {
  position: relative;
}
.stories-icon {
  padding: 4rem;
  width: 120rem;
  height: 120rem;
  margin-right: 24rem;
  border-radius: 50%;
  background-image: linear-gradient(to right, #071861 0%, #f4f6ff 69%, #071861 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: #071861;
  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: #071861;
}
.stories-name {
  font-size: 26rem;
  color: #071861;
}
@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;
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .stories-text {
    font-size: 10rem;
    grid-area: stories-text;
    align-self: start;
  }
}
.stories-text h1,
.stories-text h2,
.stories-text h3,
.stories-text h4,
.stories-text h5,
.stories-text p {
  color: #3c3c3c;
}
.stories .button-more {
  margin-top: 32rem;
  margin-bottom: 32rem;
}

@media screen and (min-width: 1200px) {
  .ranking {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.ranking-switch {
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .ranking-switch {
    margin-bottom: 10rem;
  }
}
.ranking-type {
  padding: 16rem 0;
  border-bottom: 1rem solid transparent;
  background-color: transparent;
  color: #666;
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .ranking-type {
    font-size: 12rem;
    width: 50% !important;
  }
}
.ranking-type.swiper-slide-thumb-active {
  border-bottom-color: #071861;
  color: #071861;
}
@media screen and (min-width: 1200px) {
  .ranking-type.swiper-slide-thumb-active {
    width: 50% !important;
  }
}
.ranking-wrapper {
  margin-bottom: 40rem;
  width: calc(100% - 40rem);
}
@media screen and (min-width: 1200px) {
  .ranking-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ranking-top {
  position: relative;
  margin-bottom: 32rem;
  padding: 1px;
  background: #fff;
  border: 1px solid #071861;
}
@media screen and (min-width: 1200px) {
  .ranking-top {
    margin-bottom: 10rem;
  }
}
.ranking-top-inner {
  display: flex;
  justify-content: space-between;
  padding: 20rem;
  background: url(../img/common/ranking-bg.png) no-repeat center/100% 100%;
}
.ranking-top-text {
  display: flex;
  flex-direction: column;
  width: 280rem;
  width: 42%;
}
.ranking-top-title {
  display: flex;
  align-items: flex-end;
  margin-top: 8rem;
  margin-bottom: 20rem;
  font-family: "Noto Serif JP WF";
}
.ranking-top-title .left {
  line-height: 1.1;
  font-size: 36rem;
  letter-spacing: -0.01em;
  color: #ba272d;
}
@media screen and (min-width: 1200px) {
  .ranking-top-title .left {
    font-size: 26rem;
  }
}
.ranking-top-title .ja {
  font-size: 24rem;
  color: #ba272d;
}
@media screen and (min-width: 1200px) {
  .ranking-top-title .ja {
    font-size: 16rem;
  }
}
.ranking-top-title .right {
  font-size: 48rem;
  line-height: 1;
  color: #ba272d;
}
@media screen and (min-width: 1200px) {
  .ranking-top-title .right {
    font-size: 38rem;
  }
}
.ranking-top-title .num {
  font-size: 88rem;
  color: #ba272d;
}
@media screen and (min-width: 1200px) {
  .ranking-top-title .num {
    font-size: 60rem;
  }
}
.ranking-top-meta {
  margin-bottom: 24rem;
  padding: 4rem 8rem;
  border: 1rem dotted #000;
}
.ranking-top-name {
  color: #000;
  font-size: 28rem;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .ranking-top-name {
    font-size: 18rem;
  }
}
.ranking-top-sizes {
  color: #000;
  font-size: 20rem;
  word-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .ranking-top-sizes {
    font-size: 14rem;
  }
}
.ranking-top-fee {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24rem;
  padding-left: 24rem;
  border: 1rem solid #071861;
  background-color: #fff;
  color: #071861;
  font-size: 20rem;
}
@media screen and (min-width: 1200px) {
  .ranking-top-fee {
    font-size: 14rem;
  }
}
.ranking-top-fee .value {
  width: 96rem;
  background-color: #071861;
  color: #fff;
  text-align: center;
}
.ranking-top-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ranking-top-features .item {
  width: 49%;
  background-color: #fff;
  color: #071861;
  text-align: center;
  border: 1rem solid #071861;
  line-height: 32rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 1200px) {
  .ranking-top-features .item {
    line-height: 22rem;
    font-size: 12rem;
  }
}
.ranking-top-attendance {
  margin-bottom: 16rem;
  border: 1rem solid #071861;
  background-image: linear-gradient(0deg, #071861 50%, #071861 51%);
  color: #5c0e0e;
  font-size: 20rem;
  line-height: 1;
  padding: 4rem 1px 1px 1px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .ranking-top-attendance {
    font-size: 12rem;
  }
}
.ranking-top-attendance-time {
  display: block;
  margin-top: 8rem;
  background-color: #fff;
  color: #000;
  padding: 8rem 0;
}
@media screen and (min-width: 1200px) {
  .ranking-top-attendance-time {
    background-color: #fff;
  }
}
.ranking-top-reserve {
  margin-top: auto;
  margin-bottom: 8rem;
  line-height: 48rem;
  background-image: url(../img/common/metalplate-l.png), url(../img/common/metalplate-r.png), url(../img/common/metalplate-c.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left, right, center;
  background-size: auto 100%;
  border-radius: 7rem;
  color: #000;
  font-size: 18rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .ranking-top-reserve {
    font-size: 14rem;
  }
}
.ranking-top-image {
  width: 52%;
}
.ranking-top-image-main {
  height: auto;
}
.ranking-list {
  padding: 1px;
  background-image: linear-gradient(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
}
.ranking-list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20rem;
  background-color: #f4f6ff;
}
.ranking-list-item {
  position: relative;
  width: 48%;
  margin-bottom: 32rem;
}
@media screen and (min-width: 1200px) {
  .ranking-list-item {
    width: 24%;
  }
}
.ranking-list-head {
  margin-bottom: 8rem;
  font-family: "Noto Serif JP WF";
  font-size: 36rem;
  font-weight: 400;
  text-align: center;
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .ranking-list-head {
    font-size: 12rem;
    text-align: left;
    padding-left: 32rem;
  }
}
.ranking-list-attendance {
  display: flex;
  flex-direction: column;
  background-color: #071861;
  text-align: center;
  padding: 1px;
  margin-bottom: 8rem;
  font-size: 24rem;
}
@media screen and (min-width: 1200px) {
  .ranking-list-attendance {
    justify-content: center;
    font-size: 12rem;
    min-height: 46rem;
  }
}
.ranking-list-attendance-status {
  padding: 2rem 0;
}
.ranking-list-attendance-time {
  background-color: #000;
  padding: 2rem 0;
  letter-spacing: 0.06em;
  word-spacing: 0.4em;
}
@media screen and (min-width: 1200px) {
  .ranking-list-attendance-time {
    background-color: #fff;
    font-size: 10rem;
  }
}
.ranking-list-image {
  width: 100%;
  height: auto;
}
.ranking-list-image-wrap {
  position: relative;
}
.ranking-list-image-rank {
  position: absolute;
  width: 96rem;
  height: auto;
  left: 16rem;
  bottom: 16rem;
}
@media screen and (min-width: 1200px) {
  .ranking-list-image-rank {
    width: 27rem;
    left: 0rem;
    top: -84rem;
  }
}
.ranking-list-sizes {
  font-size: 30rem;
  text-align: center;
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .ranking-list-sizes {
    font-size: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .system {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.system .section-title {
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .system .section-title {
    margin-bottom: 10rem;
  }
}
.system .system_col {
  border: solid 2px #071861;
  margin: 15px 10px;
}
.system .system_col .system-tab {
  padding: 11px 0 0;
}
.system .system_col .system-tab button {
  background: #f4f6ff;
  color: #ccc;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .system .system_col .system-tab button {
    font-size: 12rem;
  }
}
.system .system_col .system-tab .swiper-slide-thumb-active {
  color: #071861;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .system .system_col .system-tab .swiper-slide-thumb-active {
    font-size: 12rem;
  }
}
.system .system_col .wrap_01 {
  padding: 13px 15px;
}
.system .system_col .wrap_01__title {
  font-size: 18px;
  font-weight: bold;
  padding: 3px 9px;
  color: #071861;
  background: #e6e6e6;
  border-left: solid 6px #071861;
}
.system .system_col .wrap_01__text {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 11px;
  padding-bottom: 22px;
  line-height: 2;
}
.system .system_col .wrap_01__text p {
  color: #071861;
  font-feature-settings: "palt";
  letter-spacing: -1px;
}
.system .system_col .wrap_02 {
  padding: 13px 15px;
}
.system .system_col .wrap_02__title {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 9px;
  color: #071861;
  background: #e6e6e6;
  border-left: solid 6px #071861;
}
@media screen and (min-width: 1200px) {
  .system .system_col .wrap_02__title {
    font-size: 12rem;
  }
}
.system .system_col .wrap_02__fee {
  margin-top: 23px;
}
.system .system_col .wrap_02__fee dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 13px;
  border-bottom: dotted 1px #000;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .system .system_col .wrap_02__fee dl {
    font-size: 12rem;
  }
}
.system .system_col .wrap_02__fee dl dt {
  text-align: left;
  margin-left: 3px;
  font-weight: normal;
  color: #071861;
}
.system .system_col .wrap_02__fee dl dt .small {
  font-size: 10px;
  font-feature-settings: "palt";
  color: #071861;
}
.system .system_col .wrap_02__fee dl dd {
  text-align: right;
  margin-right: 1px;
  letter-spacing: 0.01em;
  color: #071861;
}
.system .system_col .wrap_02__course {
  padding-bottom: 5px;
}
.system .system_col .wrap_02__course table {
  margin-bottom: 2em;
  width: 100%;
  font-size: 27rem;
  border-collapse: collapse;
  color: #071861 !important;
}
@media screen and (min-width: 1200px) {
  .system .system_col .wrap_02__course table {
    font-size: 12rem;
  }
}
.system .system_col .wrap_02__course table th {
  text-align: center;
}
.system .system_col .wrap_02__course table td {
  padding: 0.5em 0;
  text-align: center;
  width: 50%;
}
.system .system_col .wrap_02__course table thead {
  font-size: 24rem;
}
.system .system_col .wrap_02__course table thead h3 {
  font-size: 30rem;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .system .system_col .wrap_02__course table thead h3 {
    font-size: 12rem;
  }
}
.system .system_col .wrap_02__course table thead:after {
  content: "";
  height: 0.5em;
  width: 100%;
  padding: 2px 0;
  display: block;
}
.system .system_col .wrap_02__course table tbody tr {
  border: 1px solid;
}
.system .system_col .wrap_02__course table tbody tr td:first-child {
  background: #0718618a;
  color: #fff;
}
.system .system_col .wrap_02__course table tbody .test-course {
  padding: 3px 5px;
  background-color: #fff;
  color: #4c64cc;
  border-radius: 5px;
  display: block;
  width: 105px;
  font-size: 13px;
  margin: 0 auto;
}
.system .system_col .wrap_02__course dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 13px;
  border-bottom: dotted 1px #000;
  font-size: 18px;
  position: relative;
}
.system .system_col .wrap_02__course dl .member {
  position: absolute;
  top: 34px;
  color: #071861;
  font-size: 0.8em;
}
.system .system_col .wrap_02__course dl .member a {
  font-weight: bold;
  color: #071861;
  text-decoration: underline;
}
.system .system_col .wrap_02__course dl dt {
  text-align: left;
  margin-left: 3px;
  font-weight: normal;
  color: #071861;
}
.system .system_col .wrap_02__course dl dt .small {
  font-size: 10px;
  font-feature-settings: "palt";
  color: #071861;
}
.system .system_col .wrap_02__course dl dd {
  text-align: right;
  margin-right: 1px;
  letter-spacing: 0.01em;
  color: #071861;
}
.system .system_col .wrap_02__subtitle {
  position: relative;
  display: inline-block;
  padding: 5px 19px;
  margin-top: 23px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .system .system_col .wrap_02__subtitle {
    font-size: 12rem;
  }
}
.system .system_col .wrap_02__subtitle::before {
  position: absolute;
  content: "";
  transform: skewX(332deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #071861;
}
.system .system_col .wrap_02 .deli_text p {
  font-size: 12px;
  font-weight: bold;
  color: #071861;
  letter-spacing: 0.01em;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: -1px;
}
@media screen and (min-width: 1200px) {
  .system .system_col .wrap_02 .deli_text p {
    font-size: 10rem;
  }
}
.system .system_col .wrap_02 .deli_free {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 5px 70px;
  margin-top: 7px;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: -1px;
  background: #283982;
  background: linear-gradient(0deg, #283982 0%, #4c64cc 52%, #283982 100%);
}
@media screen and (min-width: 1200px) {
  .system .system_col .wrap_02 .deli_free {
    font-size: 12rem;
  }
}
.system .system_col .wrap_03 {
  padding: 0 15px;
}
.system .system_col .wrap_03__title {
  font-size: 18px;
  font-weight: bold;
  padding: 3px 9px;
  color: #071861;
  background: #e6e6e6;
  border-left: solid 6px #071861;
}
@media screen and (min-width: 1200px) {
  .system .system_col .wrap_03__title {
    font-size: 12rem;
  }
}
.system .system_col .wrap_03__caution {
  margin: 23px 0 25px;
  line-height: 1.75;
  letter-spacing: -1.3px;
}
.system .system_col .wrap_03__caution p {
  font-size: 10px;
  color: #071861;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -2px;
}
@media screen and (min-width: 1200px) {
  .system .system_col .wrap_03__caution p {
    font-size: 10rem;
  }
}
.system .system_col .wrap_03__caution .red {
  margin-top: 22px;
  font-size: 10px;
  color: #c40b0b;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -2px;
}
@media screen and (min-width: 1200px) {
  .system .system_col .wrap_03__caution .red {
    font-size: 10rem;
  }
}

.system-options .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 13px;
  padding: 0 10px;
}
.system-options .options__item {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .system-options .options__item {
    width: 24%;
    margin-bottom: 8rem;
  }
  .system-options .options__item img {
    width: 100% !important;
  }
}
.system-options .options__name {
  font-size: 16px;
  font-weight: normal;
  background: #4c64cc;
  text-align: center;
  margin-bottom: 4px;
  padding: 0px 0px 2px;
}
@media screen and (min-width: 1200px) {
  .system-options .options__name {
    font-size: 12rem;
  }
}
.system-options .options__price {
  font-size: 16px;
  color: #071861;
  text-align: center;
  margin-bottom: 4px;
}
@media screen and (min-width: 1200px) {
  .system-options .options__price {
    font-size: 12rem;
  }
}

.system_img01 {
  margin: 7px auto 33px;
  text-align: center;
}

.system_img02 {
  margin: 16px auto 0;
  text-align: center;
  padding: 0 5px;
}

.system-map {
  margin: 15px auto 0;
  text-align: center;
}

.comic_wrap {
  border: solid 2px #071861;
  margin: 15px 10px;
}
.comic_wrap .swiper-container {
  width: 270px;
  height: 400px;
  margin: 25px auto;
}
@media screen and (min-width: 1200px) {
  .comic_wrap .swiper-container {
    width: 380rem;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .comic_wrap .swiper-slide img {
    width: 100%;
  }
}

.swiper-pagination {
  bottom: 3px !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #3c3c3c !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  width: 10px !important;
  height: 10px !important;
  background: #3c3c3c !important;
  opacity: 1 !important;
}

.play_wrap {
  border: solid 2px #071861;
  margin: 15px 10px;
  text-align: center;
}
.play_wrap .tab-panel {
  padding: 0px 13px 15px;
}

.play__title {
  width: 200px;
  font-size: 20px;
  border-bottom: dotted 1px #071861;
  color: #071861;
  display: inline-block;
  margin: 17px auto 15px;
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  .play__title {
    font-size: 10rem;
  }
}
.play__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.play__flex div img {
  width: 125px;
}
@media screen and (min-width: 1200px) {
  .play__flex div img {
    width: 100%;
  }
}
.play__text {
  margin: 0 auto;
  padding: 12px 10px 23px;
  font-size: 10px;
  line-height: 1.6;
  color: #3c3c3c;
  border-bottom: solid 1px #071861;
  letter-spacing: -0.5px;
  text-align: justify;
}
@media screen and (min-width: 1200px) {
  .play__text {
    font-size: 10rem;
  }
}
.play__text:last-child {
  border-bottom: none;
}
.play__text--heading {
  display: inline-block;
  width: 180px;
  height: 50px;
  font-size: 11px;
  color: #fff;
  background: #071861;
  padding: 3px 0px 3px 10px;
  border-radius: 3px;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .play__text--heading {
    font-size: 10rem;
    width: 200rem;
    height: 38rem;
  }
}
.play__text--heading span {
  font-size: 15px;
  display: block;
}

.playtab-group {
  display: flex;
  justify-content: center;
  margin-top: 1px;
  line-height: 2.1;
  font-size: 16px;
}

.playtab {
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  border: solid 1px #071861;
  color: #fff;
  background: #071861;
  text-align: center;
  cursor: pointer;
  width: 50%;
  font-size: 10px;
}
@media screen and (min-width: 1200px) {
  .playtab {
    font-size: 10rem;
  }
}

.playpanel-group {
  border-top: none;
}

.playpanel {
  display: none;
}

.playtab.is-active {
  background: #fff;
  color: #071861;
  transition: all 0.3s ease-out;
}

.playpanel.is-show {
  display: block;
  text-align: left;
}

.letter-adjust {
  letter-spacing: -1px;
}
.letter-adjust span {
  letter-spacing: 0;
}

.waiting_wrap {
  border: solid 2px #071861;
  margin: 15px 10px;
  padding: 13px 15px;
}

.waiting01__title,
.waiting02__title,
.waiting03__title {
  padding: 3px 7px;
  font-size: 18px;
  font-weight: bold;
  color: #071861;
  background: #e6e6e6;
  border-left: solid 6px #071861;
  letter-spacing: -1.5px;
}
@media screen and (min-width: 1200px) {
  .waiting01__title,
.waiting02__title,
.waiting03__title {
    font-size: 10rem;
  }
}
.waiting01 .waiting-map,
.waiting02 .waiting-map,
.waiting03 .waiting-map {
  margin: 20px 10px;
}
@media screen and (min-width: 1200px) {
  .waiting01 .waiting-map,
.waiting02 .waiting-map,
.waiting03 .waiting-map {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
.waiting01 .waiting-photo__box,
.waiting02 .waiting-photo__box,
.waiting03 .waiting-photo__box {
  margin: 0 13px 14px;
}
@media screen and (min-width: 1200px) {
  .waiting01 .waiting-photo__box,
.waiting02 .waiting-photo__box,
.waiting03 .waiting-photo__box {
    margin-bottom: 20rem;
  }
}
.waiting01 .waiting-photo__box:last-child,
.waiting02 .waiting-photo__box:last-child,
.waiting03 .waiting-photo__box:last-child {
  margin-bottom: 25px;
}
.waiting01 .waiting-photo__box img,
.waiting02 .waiting-photo__box img,
.waiting03 .waiting-photo__box img {
  margin-top: 8px;
}
@media screen and (min-width: 1200px) {
  .waiting01 .waiting-photo__box img,
.waiting02 .waiting-photo__box img,
.waiting03 .waiting-photo__box img {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
.waiting01 .waiting-photo__text,
.waiting02 .waiting-photo__text,
.waiting03 .waiting-photo__text {
  font-size: 15px;
  font-weight: bold;
  color: #071861;
  line-height: 1.15;
}
@media screen and (min-width: 1200px) {
  .waiting01 .waiting-photo__text,
.waiting02 .waiting-photo__text,
.waiting03 .waiting-photo__text {
    font-size: 10rem;
    margin: 0 auto;
    text-align: center;
  }
}

.fee_btn {
  position: relative;
  display: block;
  width: 250px;
  margin: 0 auto 12px;
  padding: 8px 0;
  background: #071861;
  text-align: center;
  border-radius: 35px;
}
.fee_btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 1px solid #297aff;
  border-radius: 35px;
}
.fee_btn a {
  position: relative;
  color: #fff;
  font-size: 17px;
  display: block;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .fee_btn a {
    font-size: 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, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 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: 5px 16rem;
  /* height: 72rem; */
  height: auto;
  background-color: #071861;
}
@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: #3c3c3c;
  font-size: 24rem;
  padding: 10rem 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, #071861 0%, #071861 50%, #4a5fb7 51%, #4a5fb7 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: #071861;
  }
}
.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: #071861;
  }
}
.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 #071861;
  }
}
.reviews-label {
  position: absolute;
  top: -68rem;
  left: -4rem;
  z-index: 2;
  width: 50%;
  background-color: #071861;
  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: #071861;
  }
  .reviews-list::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgba(0, 168, 255, 0.73);
  }
  .reviews-list::-webkit-scrollbar {
    background: #071861;
    width: 5px;
    height: 12px;
  }
}
.reviews-body {
  padding: 16rem 24rem;
  margin-bottom: 16rem;
}
@media screen and (min-width: 1200px) {
  .reviews-body {
    padding: 9rem 7rem;
  }
}
.reviews-reviewer {
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 36rem;
}
@media screen and (min-width: 1200px) {
  .reviews-reviewer {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    font-size: 8rem;
  }
}
.reviews-rate {
  display: block;
  margin-bottom: 8rem;
  color: #ffa100;
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .reviews-rate {
    font-size: 8rem;
    margin-bottom: 4rem;
  }
}
.reviews-text {
  font-size: 28rem;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .reviews-text {
    font-size: 9rem;
  }
}

@media screen and (min-width: 1200px) {
  .events {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.events .section-title {
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .events .section-title {
    margin-bottom: 10rem;
  }
}
.events-inner {
  margin-top: 20rem;
  margin-right: 20rem;
  margin-left: 20rem;
  margin-bottom: 64rem;
  padding: 1px;
  background-image: linear-gradient(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
}
@media screen and (min-width: 1200px) {
  .events-inner {
    margin-top: 0;
  }
}
.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: #071861;
  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 {
    font-size: 10rem;
    line-height: 20rem;
  }
}
.events-text {
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .events-text img {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .enquetes {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.enquetes .section-title {
  margin-bottom: 20rem;
}
@media screen and (min-width: 1200px) {
  .enquetes .section-title {
    margin-bottom: 10rem;
  }
}
.enquetes-wrapper {
  margin-right: 20rem;
  margin-bottom: 48rem;
  margin-left: 20rem;
  padding: 1px;
  background-image: linear-gradient(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
}
.enquetes-inner {
  background-color: #000;
  padding: 64rem 48rem;
}
@media screen and (min-width: 1200px) {
  .enquetes-inner {
    background-color: #fff;
    color: #071861;
  }
}
.enquetes-introduction {
  margin-bottom: 32rem;
  font-size: 22rem;
  text-align: justify;
}
@media screen and (min-width: 1200px) {
  .enquetes-introduction {
    font-size: 10rem;
  }
}
.enquetes-form {
  /* %form-style {} */
}
.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: #071861;
  }
}
.enquetes-form input[type=text] {
  width: 100%;
  line-height: 56rem;
  padding: 4rem 16rem;
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .enquetes-form input[type=text] {
    line-height: 20rem;
    font-size: 9rem;
    background-color: #f4f6ff;
  }
}
.enquetes-form textarea {
  width: 100%;
  min-height: 256rem;
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .enquetes-form textarea {
    font-size: 9rem;
    background-color: #f4f6ff;
  }
}
.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: #4a5fb7;
  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;
    background-color: #00a8ff;
  }
}
.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: left;
  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: 10rem;
  }
}
.mailmagazine-block {
  margin-right: 20rem;
  margin-left: 20rem;
  margin-bottom: 32rem;
  padding-bottom: 16rem;
  border: 1rem solid #071861;
  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: #071861;
  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: 26rem;
}
@media screen and (min-width: 1200px) {
  .mailmagazine .process {
    padding: 0 10rem;
    color: #071861;
    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;
  }
}
.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;
    color: #071861;
  }
}
.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 #071861;
  }
}
.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 #071861;
  }
}
.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;
    border: none;
    background-color: #f4f6ff;
  }
}
.mailmagazine .form-layout .label-for-mark {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .mailmagazine .form-layout .label-for-mark {
    color: #071861;
  }
}
.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;
    color: #071861;
  }
}
.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(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
  font-size: 28rem;
}
@media screen and (min-width: 1200px) {
  .access-description {
    margin-top: 20rem;
    background-image: none;
    background-color: #071861;
    margin-bottom: 20rem;
    font-size: 10rem;
  }
}
.access-description .inner {
  border-radius: 6rem;
  padding: 20rem 24rem;
  background-color: #071861;
}
@media screen and (min-width: 1200px) {
  .access-description .inner {
    background-color: #f4f6ff;
    color: #071861;
  }
}
.access-description .transportation {
  color: #2ad8bd;
}
@media screen and (min-width: 1200px) {
  .access-description .transportation {
    color: #00a8ff;
  }
}
.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: #071861;
  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: #ffa400;
  font-size: 30rem;
}
@media screen and (min-width: 1200px) {
  .access-area-name {
    font-size: 10rem;
    margin-bottom: 10rem;
    padding: 5rem 10rem;
  }
}
.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;
  }
}

.access-map-umeda iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

@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-image: linear-gradient(45deg, #a96a2f 21%, #54341d 44%, #bd884d 54%, #674d25 65%);
}
@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;
  }
}
.jobinterview-title {
  margin-bottom: 16rem;
  font-size: 36rem;
}
@media screen and (min-width: 1200px) {
  .jobinterview-title {
    font-size: 14rem;
    color: #071861;
  }
}
.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;
}

.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 {
    font-size: 10rem;
    padding: inherit;
    padding-left: 32rem;
  }
}

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;
  /* コンテンツ */
  /* 初めの画像切り替え */
  /*コラム*/
}
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;
}
body.entrance #foot-section p {
  padding: 0 1%;
  font-size: 14px;
  line-height: 2.8;
}
body.entrance #foot-section p a {
  padding: 4% 0;
}
body.entrance #modal-content {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
body.entrance #modal-overlay {
  background-color: #000;
  height: 140%;
  left: 0;
  opacity: 0.75;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.entrance #animation_target {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
body.entrance #animation_target img {
  display: none;
}
body.entrance .anime {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0 auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
body.entrance #loader {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  animation: 1.5s linear 0s normal none infinite running spin;
  border-color: #fff transparent #fff #fff;
  border-image: none;
  border-radius: 30px;
  border-style: solid;
  border-width: 8px;
  bottom: 0;
  display: none;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.entrance .column {
  width: 100%;
  background: #DB0382;
}
body.entrance .column a {
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}

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

.entrance {
  width: 100%;
  font-family: "游ゴシック", "Yu Gothic";
}
.entrance__wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 24vw 2.6666666667vw 1.0666666667vw;
  background-image: url(../img/entrance-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .entrance__wrap {
    padding-top: 130rem;
  }
}
.entrance__wrap h1 {
  position: relative;
  margin: 0px auto 10.9333333333vw;
}
@media screen and (min-width: 1200px) {
  .entrance__wrap h1 {
    max-width: 1200px;
    margin: 0 auto 50rem;
  }
}
.entrance__wrap h1 img {
  display: block;
  margin: 0 auto 0;
  width: 77.6vw;
}
@media screen and (min-width: 1200px) {
  .entrance__wrap h1 img {
    width: 50%;
    padding-bottom: 30rem;
  }
}
.entrance__wrap h1 p {
  padding: 5.0666666667vw 0;
  font-size: 5.8666666667vw;
  text-align: center;
  font-weight: normal;
  letter-spacing: 2.6666666667vw;
}
@media screen and (min-width: 1200px) {
  .entrance__wrap h1 p {
    font-size: 30rem;
    font-width: bold;
    padding: 30rem 0;
  }
}
.entrance__btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 8vw;
  padding: 0 6px;
  margin-bottom: 5.0666666667vw;
}
@media screen and (min-width: 1200px) {
  .entrance__btn {
    gap: 0;
  }
}
.entrance__btn--img {
  text-align: center;
}
.entrance__btn--img:first-child img {
  width: 58.1333333333vw;
}
.entrance__btn--img:nth-of-type(2) img {
  width: 35.4666666667vw;
}
.entrance__btn--img p {
  padding-bottom: 5px;
  font-size: 5.3333333333vw;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (min-width: 1200px) {
  .entrance__btn--img p {
    font-size: 10rem;
  }
}
.entrance__btn--text {
  font-size: 4.2666666667vw;
  line-height: 1.7;
  color: #0e1e4c;
  text-align: center;
  margin-bottom: 14.6666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .entrance__btn--text {
    font-width: 10rem;
  }
}
.entrance .group-banner {
  margin-bottom: 4.2666666667vw;
  font-size: 6.6666666667vw;
  text-align: center;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  .entrance .group-banner {
    margin-bottom: 30rem;
    font-size: 12rem;
  }
}
.entrance__banner--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  width: 50%;
  gap: 8vw 0;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .entrance__banner--wrap {
    flex-direction: row;
    justify-content: space-around;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .entrance__banner {
    width: 20%;
  }
}
.entrance__banner p {
  text-align: center;
  font-size: 5.3333333333vw;
  padding-bottom: 4vw;
  margin-top: -1.3333333333vw;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #0e1e4c;
}
@media screen and (min-width: 1200px) {
  .entrance__banner p {
    font-size: 10rem;
  }
}
.entrance__line {
  width: 100%;
  background-image: url(../img/entrance-line.png);
  background-repeat: repeat-x;
  background-size: 4%;
  height: 15px;
}
.entrance__text {
  background-color: #002340;
  padding: 6.1333333333vw 2.6666666667vw;
}
@media screen and (min-width: 1200px) {
  .entrance__text {
    padding: 50rem 0;
  }
}
.entrance__text--m {
  width: 100%;
  margin: 0px auto 21.3333333333vw;
  padding: 0 10px;
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.32em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1200px) {
  .entrance__text--m {
    max-width: 1200px;
    font-size: 9rem;
    line-height: 2;
    margin-bottom: 80rem;
  }
}
.entrance .ban-text {
  position: relative;
  margin: 8vw auto 2.6666666667vw;
  padding-top: 8vw;
  width: 100%;
  font-size: 4vw;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1200px) {
  .entrance .ban-text {
    padding-top: 50rem;
    font-size: 10rem;
    margin: 0 auto;
  }
}
.entrance .ban-text::before {
  position: absolute;
  bottom: 13.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  background-image: url(../img/ban-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  .entrance .ban-text::before {
    bottom: 45rem;
    width: 60rem;
    height: 60rem;
  }
}
.entrance .recruit-banner {
  margin: 0 auto;
  padding-top: 10.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .entrance .recruit-banner {
    max-width: 1200px;
    padding-top: 100rem;
  }
  .entrance .recruit-banner ul {
    display: flex;
    flex-direction: row !important;
  }
}
.entrance .recruit-banner p {
  font-size: 4vw;
}
@media screen and (min-width: 1200px) {
  .entrance .recruit-banner p {
    padding-top: 0;
    font-size: 10rem;
  }
}
.entrance .recruit-text {
  font-size: 4.5333333333vw;
  color: #282f41;
  letter-spacing: 0.05em;
}
.entrance__footer {
  background-color: #002340;
}
.entrance__footer p {
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 1.6;
  padding: 15px 0;
  letter-spacing: 0.1em;
}
.entrance__footer p small {
  font-size: 100%;
}

.entrance-banner {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .entrance-banner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.entrance-banner__group {
  text-align: center;
  padding: 0 0 2.6666666667vw;
}
.entrance-banner__group--heading {
  font-size: 5.8666666667vw;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__group--heading {
    font-size: 10rem;
  }
}
.entrance-banner__group--heading::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 28vw;
  transform: translate(-50%, -50%);
  width: 4.8vw;
  height: 1px;
  background-color: #fff;
}
.entrance-banner__group--heading::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 72vw;
  transform: translate(-50%, -50%);
  width: 4.8vw;
  height: 1px;
  background-color: #fff;
}
.entrance-banner__group--item:first-child img {
  width: 75%;
}
.entrance-banner__group--item:nth-child(2) img {
  width: 75%;
}
.entrance-banner__group--item:nth-child(3) {
  padding-top: 2.6666666667vw;
}
.entrance-banner__group--item:nth-child(3) img {
  width: 75%;
}
.entrance-banner__group--item:last-child {
  padding-top: 4vw;
}
.entrance-banner__group--item:last-child img {
  width: 55%;
}
.entrance-banner__text p {
  text-align: justify;
  text-align-last: left;
  padding: 48rem 40rem;
  font-size: 3.4666666667vw;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1200px) {
  .entrance-banner__text p {
    font-size: 10rem;
  }
}
.entrance-banner__box {
  padding: 5.3333333333vw;
  text-align: center;
}
.entrance-banner__box div {
  padding: 1.3333333333vw 0;
}
.entrance-banner__form {
  margin-right: 20rem;
  margin-bottom: 48rem;
  margin-left: 20rem;
}
.entrance-banner__wrap {
  border: 1px solid #fff;
  padding: 48rem 48rem;
}
.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: 10rem;
  }
}
.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: 10rem;
  }
}
.entrance-banner__text {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20rem;
  text-align: left;
}
@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: 20rem;
  }
}
.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 {
    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: 20rem;
  }
}
.entrance-banner .submit {
  text-align: center;
}
.entrance-banner .submit input {
  -webkit-appearance: none;
  margin-top: 16rem;
  width: 464rem;
  background-color: #A90000;
  border-radius: 6rem;
  color: #fff;
  font-size: 35rem;
  line-height: 96rem;
}
@media screen and (min-width: 1200px) {
  .entrance-banner .submit input {
    font-size: 10rem;
    line-height: 30rem;
  }
}

.links-box {
  margin-right: 20rem;
  padding-bottom: 48rem;
  margin-left: 20rem;
}
.links-box h2 {
  font-size: 30rem;
  margin: 8rem 0;
}
@media screen and (min-width: 1200px) {
  .links-box h2 {
    font-size: 10rem;
  }
}
.links-box ul {
  display: flex;
  flex-wrap: wrap;
}

.banner {
  text-align: left;
}

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