@charset "UTF-8";
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: rem(16);
}

body {
  margin: 0;
}

main {
  display: block;
  overflow-y: hidden;
  overflow-x: hidden;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

body {
  font-variant-ligatures: none;
  font-family: "小塚明朝 Pr6N", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  overflow-x: hidden;
  color: #fff;
  background-color: #000;
  font-weight: 500;
  background-position: center top;
}

.fixed {
  position: fixed;
  background: #000;
  border-bottom: 1px solid #ff0086;
  width: 100%;
  top: 0;
  z-index: 999;
}
.fixed .header__nav__list {
  padding: 5px 0;
}
.fixed .header__sub__nav__list {
  padding: 20px 0;
}

.gothic {
  font-family: "小塚ゴシック Pr6N", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none;
}

.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.section__tittle {
  padding: 10px;
  margin-top: 150px;
  margin-bottom: 50px;
  background-color: #bf688e;
  color: white;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .section__tittle {
    margin-bottom: 6.5104166667vw;
  }
}
@media (max-width: 440px) {
  .section__tittle {
    font-size: 5.2272727273vw;
  }
}

.fadeUp {
  opacity: 0;
  transform: translateY(20px);
}

.fadeUp.show-fadeUp {
  -webkit-animation: fadeUp 1.4s ease-in-out forwards;
          animation: fadeUp 1.4s ease-in-out forwards;
}

.fadeUp2 {
  opacity: 0;
  transform: translateY(25px);
}

.fadeUp2.show-fadeUp2 {
  -webkit-animation: fadeUp 2s ease-in-out forwards;
          animation: fadeUp 2s ease-in-out forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.subPage {
  text-align: center;
  margin-top: -1800px;
}
@media screen and (max-width: 1440px) {
  .subPage {
    margin-top: -1520px;
  }
}
@media (max-width: 1240px) {
  .subPage {
    margin-top: -121.7741935484vw;
  }
}
@media (max-width: 768px) {
  .subPage {
    margin-top: -125vw;
  }
}
@media (max-width: 440px) {
  .subPage {
    margin-top: -122.7272727273vw;
  }
}
.subPage__logo {
  margin-bottom: 180px;
}
@media (max-width: 1240px) {
  .subPage__logo {
    width: 65.3225806452vw;
    margin: 0 auto 14.5161290323vw auto;
  }
}
@media (max-width: 768px) {
  .subPage__logo {
    width: 57.2916666667vw;
    margin: 0 auto 23.4375vw auto;
  }
}

.subPage__box {
  margin-bottom: 120px;
  background-color: rgba(0, 0, 0, 0.567);
  border: 1px solid white;
}
@media (max-width: 1240px) {
  .subPage__box {
    margin: 0 auto;
    width: 95%;
  }
}
@media (max-width: 768px) {
  .subPage__box {
    width: 90%;
    margin-bottom: 24.7395833333vw;
  }
}
.subPage__box__title {
  background: url(../images/page-title.png) no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 35px;
  margin-top: -78px;
  margin-bottom: 80px;
  height: 155px;
  letter-spacing: 0.05em;
}
@media (max-width: 1240px) {
  .subPage__box__title {
    width: 56.4516129032vw;
    height: 12.5vw;
    padding-top: 2.8225806452vw;
    margin: -6.2903225806vw auto 6.4516129032vw auto;
    letter-spacing: 0.09em;
  }
}
@media (max-width: 768px) {
  .subPage__box__title {
    width: 68.359375vw;
    height: 15.1041666667vw;
    padding-top: 3.3854166667vw;
    margin: -7.5520833333vw auto 6.5104166667vw auto;
  }
}
.subPage__box__title h2 {
  position: relative;
  margin-bottom: 8px;
  font-size: 37px;
  font-family: "Times New Roman", Times, serif;
}
@media (max-width: 1240px) {
  .subPage__box__title h2 {
    margin-bottom: 0.6451612903vw;
    font-size: 2.9838709677vw;
  }
}
@media (max-width: 768px) {
  .subPage__box__title h2 {
    font-size: 3.6458333333vw;
    margin-bottom: 0.9114583333vw;
  }
}
.subPage__box__title h2::after {
  content: "";
  width: 530px;
  height: 1px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1240px) {
  .subPage__box__title h2::after {
    width: 42.7419354839vw;
    bottom: -0.1612903226vw;
  }
}
@media (max-width: 768px) {
  .subPage__box__title h2::after {
    width: 52.0833333333vw;
    bottom: -0.2604166667vw;
  }
}
.subPage__box__title h3 {
  font-size: 25px;
}
@media (max-width: 1240px) {
  .subPage__box__title h3 {
    font-size: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .subPage__box__title h3 {
    font-size: 2.8645833333vw;
  }
}

.header {
  background: url(../images/main_img.png) no-repeat;
  background-size: cover;
  background-position: center 0;
  height: 2000px;
  color: #fff;
}
@media (max-width: 1240px) {
  .header {
    height: 161.2903225806vw;
  }
}
@media (max-width: 768px) {
  .header {
    background: url(../images/top_img-sp.png) no-repeat;
    background-size: cover;
    background-position: center -3.515625vw;
  }
}
@media (max-width: 440px) {
  .header {
    background-position: center 0;
  }
}
.header__top {
  background: #000;
  border-bottom: 1px solid #ff0086;
}
@media (max-width: 768px) {
  .header__top {
    border-bottom: none;
  }
}
.header__top .fixed {
  position: fixed !important;
  z-index: 999999;
  top: 0;
}
.header__nav__list {
  display: flex;
  align-items: center;
  padding: 26px 0;
  text-align: center;
}
@media (max-width: 1240px) {
  .header__nav__list {
    padding: 0.8064516129vw 0;
    margin-left: 10px;
  }
}
.header__nav__list-link {
  flex: 1 0 auto;
}
.header__nav__list-link p {
  font-size: 16px;
}
@media (max-width: 1240px) {
  .header__nav__list-link p {
    font-size: 1.2903225806vw;
  }
}
.header__nav__list-link .eng {
  font-size: 22px;
}
@media (max-width: 1240px) {
  .header__nav__list-link .eng {
    font-size: 1.7741935484vw;
  }
}
@media (max-width: 1240px) {
  .header__nav__list-link img {
    width: 14.6774193548vw;
  }
}
.header-tel {
  display: inline-block;
  padding: 7px 15px;
  margin-left: 30px;
  background: rgba(255, 255, 255, 0.156);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.359) inset;
  border: 0.5px solid rgba(255, 255, 255, 0.825);
  border-top: none;
  border-radius: 0 0 5px 5px;
  font-size: 21px;
}
@media (max-width: 1240px) {
  .header-tel {
    padding: 0.564516129vw 1.2096774194vw;
    font-size: 1.6935483871vw;
  }
}

.header__sub {
  background: url(../images/top_img.png) no-repeat;
  background-size: cover;
  background-position: center 0;
  height: 2000px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .header__sub {
    height: 1700px;
  }
}
@media (max-width: 1240px) {
  .header__sub {
    height: 137.0967741935vw;
  }
}
@media (max-width: 768px) {
  .header__sub {
    background: url(../images/sub_img-sp.png) no-repeat;
    background-size: cover;
    background-position: center -1.3020833333vw;
  }
}
@media (max-width: 440px) {
  .header__sub {
    background-position: center 0;
  }
}
.header__sub__top {
  background: #000;
  border-bottom: 1px solid #ff0086;
}
@media (max-width: 768px) {
  .header__sub__top {
    border-bottom: none;
  }
}
.header__sub__nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  text-align: center;
}
@media (max-width: 1240px) {
  .header__sub__nav__list {
    padding: 2.0161290323vw 0;
    margin-left: 10px;
  }
}
.header__sub__nav__list-link {
  flex: 1 0 auto;
}
.header__sub__nav__list-link p {
  font-size: 16px;
}
@media (max-width: 1240px) {
  .header__sub__nav__list-link p {
    font-size: 1.2903225806vw;
  }
}
.header__sub__nav__list-link .eng {
  font-size: 22px;
}
@media (max-width: 1240px) {
  .header__sub__nav__list-link .eng {
    font-size: 1.7741935484vw;
  }
}
@media (max-width: 1240px) {
  .header__sub__nav__list-link img {
    width: 14.6774193548vw;
  }
}
.header__sub-tel {
  display: table;
  padding: 7px 15px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.156);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.359) inset;
  border: 0.5px solid rgba(255, 255, 255, 0.825);
  border-top: none;
  border-radius: 0 0 5px 5px;
  font-size: 21px;
}
@media (max-width: 1240px) {
  .header__sub-tel {
    padding: 0.564516129vw 1.2096774194vw;
    font-size: 1.6935483871vw;
  }
}

.header__nav__list {
  display: flex;
  justify-content: center;
  color: white;
}
.header__nav__list-link {
  padding: 20px 0;
  flex: 1 0 auto;
  text-align: center;
}
@media (max-width: 1240px) {
  .header__nav__list-link {
    padding: 1.25vw 0;
  }
}
@media (max-width: 1240px) {
  .header__nav__list-link p {
    font-size: 1.5vw;
  }
}

.header__tabNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  transition: 0.6s all ease-out;
  z-index: 89;
}
.header__tabNav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3.125vw;
  margin-top: -2.8645833333vw;
  vertical-align: middle;
}
.header__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 4%;
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 6.5104166667vw 0;
  transform: translate(-50%);
  z-index: 90;
}
.header__tabNav__list-link {
  font-size: 3.2552083333vw;
  text-align: center;
  line-height: 1.4;
}
.header__tabNav__list-link .eng {
  font-size: 2.34375vw;
}
@media (max-width: 440px) {
  .header__tabNav__list-link .eng {
    font-size: 3.6363636364vw;
  }
}
@media (max-width: 440px) {
  .header__tabNav__list-link {
    font-size: 5.6818181818vw;
    line-height: 1.6;
  }
}
.header__tabNav-active {
  left: 0 !important;
}

.header__tabButton {
  position: fixed;
  display: block;
  width: 7.5520833333vw;
  height: 7.5520833333vw;
  right: 6.5104166667vw;
  top: 4.8177083333vw;
  z-index: 91;
}
@media (max-width: 440px) {
  .header__tabButton {
    width: 9.0909090909vw;
    height: 9.0909090909vw;
    right: 7.9545454545vw;
    top: 7.9545454545vw;
  }
}
.header__tabButton span {
  position: absolute;
  left: 0.2604166667vw;
  width: 105%;
  height: 1.171875vw;
  background: #000;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 440px) {
  .header__tabButton span {
    height: 1.3636363636vw;
    width: 105%;
  }
}
.header__tabButton span:nth-of-type(1) {
  top: 0;
}
.header__tabButton span:nth-of-type(2) {
  top: 1.953125vw;
}
@media (max-width: 440px) {
  .header__tabButton span:nth-of-type(2) {
    top: 2.3863636364vw;
  }
}
.header__tabButton span:nth-of-type(3) {
  top: 3.90625vw;
  font-size: 1.8229166667vw;
  color: #fff;
  transition: 0.1s all ease-in-out;
}
@media (max-width: 440px) {
  .header__tabButton span:nth-of-type(3) {
    top: 4.7727272727vw;
  }
}
.header__tabButton span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  display: block;
  top: 1.6927083333vw;
  left: 0.1666666667vw;
  color: #000;
  font-size: 2.34375vw;
  text-transform: uppercase;
}
@media (max-width: 440px) {
  .header__tabButton span:nth-of-type(3)::after {
    top: 2.2727272727vw;
    font-size: 4.5454545455vw;
    transform: scale(0.6);
    transform-origin: 0 0;
  }
}
.header__tabButton-active:nth-of-type(1) {
  top: 1.0416666667vw !important;
  width: 100% !important;
  transform: rotate(45deg);
}
@media (max-width: 440px) {
  .header__tabButton-active:nth-of-type(1) {
    left: 0.6818181818vw;
    top: 1.5909090909vw !important;
  }
}
.header__tabButton-active:nth-of-type(2) {
  top: 1.0416666667vw !important;
  width: 100% !important;
  transform: rotate(-45deg);
}
@media (max-width: 440px) {
  .header__tabButton-active:nth-of-type(2) {
    left: 0.6818181818vw;
    top: 1.5909090909vw !important;
  }
}
.header__tabButton-active:nth-of-type(3) {
  background: #fff !important;
  top: 4.6875vw !important;
  transition: 0.1s all ease-in-out;
}
@media (max-width: 440px) {
  .header__tabButton-active:nth-of-type(3) {
    top: 6.1363636364vw !important;
  }
}
.header__tabButton-active:nth-of-type(3)::after {
  content: "Close" !important;
  top: 0.78125vw !important;
  left: -0.2604166667vw !important;
}
@media (max-width: 440px) {
  .header__tabButton-active:nth-of-type(3)::after {
    top: 0.6818181818vw !important;
    left: 0vw !important;
  }
}
.header__tabButton-bg {
  position: fixed;
  display: block;
  width: 11.71875vw;
  height: 11.71875vw;
  right: 3.90625vw;
  top: 2.6041666667vw;
  background: #fff;
  z-index: 99;
  border: 2px solid #000;
  box-shadow: 1px 1px 1px rgb(47, 45, 45);
  z-index: 91;
}
@media (max-width: 440px) {
  .header__tabButton-bg {
    width: 14.7727272727vw;
    height: 14.7727272727vw;
    right: 4.5454545455vw;
    top: 5.2272727273vw;
  }
}
.header__tabButton-bg::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  z-index: 99;
}

.footer {
  text-align: center;
  background: url(../images/footer_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-top {
  padding: 20px;
  background: #272727;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 1240px) {
  .footer-top {
    margin-top: 8.8709677419vw;
    padding: 1.6935483871vw;
    font-size: 1.935483871vw;
  }
}
.footer-top p {
  position: relative;
}
.footer-top p::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-bottom: 40px solid #272727;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
}
@media (max-width: 1240px) {
  .footer-top p::after {
    top: -4.0322580645vw;
    border-bottom: 3.2258064516vw solid #272727;
    border-right: 4.8387096774vw solid transparent;
    border-left: 4.8387096774vw solid transparent;
  }
}
@media (max-width: 1240px) {
  .footer img {
    width: 36.1290322581vw;
  }
}
.footer__nav {
  padding: 55px 0;
}
@media (max-width: 1240px) {
  .footer__nav {
    padding: 4.435483871vw 0;
  }
}
.footer__nav__list {
  display: flex;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 1240px) {
  .footer__nav__list {
    font-size: 1.6129032258vw;
  }
}
.footer__nav__list-link {
  flex: 1 0 auto;
}
.footer__nav__list-link span {
  margin-right: 5px;
  font-size: 19px;
  color: #37b8c4;
}
@media (max-width: 1240px) {
  .footer__nav__list-link span {
    margin-right: 0.4032258065vw;
    font-size: 1.5322580645vw;
  }
}
.footer__tel {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1240px) {
  .footer__tel {
    margin-top: 2.4193548387vw;
    margin-bottom: 4.0322580645vw;
  }
}
.footer__tel p {
  display: inline-block;
  padding: 8px 65px;
  background: #6a4781;
  border-radius: 3px;
  font-size: 20.5px;
  color: rgba(219, 187, 246, 0.8039215686);
}
@media (max-width: 1240px) {
  .footer__tel p {
    padding: 0.6451612903vw 5.2419354839vw;
    font-size: 1.6532258065vw;
  }
}
.footer .copyright {
  padding-bottom: 40px;
}
@media (max-width: 1240px) {
  .footer .copyright {
    padding-bottom: 3.2258064516vw;
  }
}
.footer .copyright small {
  margin-left: 10px;
  font-size: 19px;
}
@media (max-width: 1240px) {
  .footer .copyright small {
    margin-left: 0.8064516129vw;
    font-size: 1.5322580645vw;
  }
}
.footer .copyright p {
  margin-top: 15px;
  font-size: 20px;
}
@media (max-width: 1240px) {
  .footer .copyright p {
    margin-top: 1.2096774194vw;
    font-size: 1.6129032258vw;
  }
}
.footer-tabInfo {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  background: url(../images/footer_bg.png) no-repeat;
  background-size: cover;
  background-position: 0 0;
  box-shadow: 0px -2px 3px rgb(63, 62, 62);
  z-index: 100;
}
.footer-tabInfo dl {
  width: 49%;
}
.footer-tabInfo dl:nth-of-type(2) {
  border-left: 1px solid white;
}
.footer-tabInfo dt {
  padding: 1.0416666667vw 0;
  text-align: center;
}
.footer-tabInfo dt img {
  width: 9.1145833333vw;
}
@media (max-width: 440px) {
  .footer-tabInfo dt img {
    width: 13.6363636364vw;
  }
}
@media (max-width: 768px) {
  .footer-tabInfo {
    display: flex !important;
  }
}

.main {
  position: relative;
  margin-top: -1600px;
}
@media (max-width: 1240px) {
  .main {
    margin-top: -131.4516129032vw;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: -157.5520833333vw;
  }
}
.main__top {
  max-width: 1600px;
  margin: 0 auto 250px auto;
  padding-left: 10px;
}
@media (max-width: 1240px) {
  .main__top {
    margin: 0 auto 17.7419354839vw auto;
  }
}
@media (max-width: 768px) {
  .main__top {
    margin: 0 auto 20.8333333333vw auto;
  }
}
@media (max-width: 440px) {
  .main__top {
    margin: 2.2727272727vw auto 29.5454545455vw auto;
  }
}
@media (max-width: 1240px) {
  .main__top img {
    width: 65.3225806452vw;
  }
}
@media (max-width: 768px) {
  .main__top img {
    width: 52.0833333333vw;
    margin-left: 1.3020833333vw;
  }
}
@media (max-width: 440px) {
  .main__top img {
    margin-left: 0;
  }
}
.main__top-content {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
}
@media (max-width: 1240px) {
  .main__top-content {
    margin-top: 1.6129032258vw;
    margin-left: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .main__top-content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3.2552083333vw;
    margin-left: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .main__top-content {
    margin-top: 4.5454545455vw;
  }
}
.main__top h2 {
  font-size: 26px;
  text-shadow: 1px 1px 3px rgba(19, 19, 19, 0.7);
}
@media (max-width: 1240px) {
  .main__top h2 {
    font-size: 2.0967741935vw;
  }
}
@media (max-width: 768px) {
  .main__top h2 {
    font-size: 3.515625vw;
    font-weight: 800;
    text-shadow: 0.5px 0.5px 0 rgb(0, 0, 0), -0.5px -0.5px 0 rgb(0, 0, 0), -0.5px 0.5px 0 rgb(0, 0, 0), 0.5px -0.5px 0 rgb(0, 0, 0), 0px 0.5px 0 rgb(0, 0, 0), 0 -0.5px 0 rgb(0, 0, 0), -0.5px 0 0 rgb(0, 0, 0), 0.5px 0 0 rgb(0, 0, 0);
  }
}
@media (max-width: 440px) {
  .main__top h2 {
    font-size: 4.0909090909vw;
  }
}
.main__top h3 {
  padding: 7px 18px;
  margin-left: 10px;
  background: linear-gradient(to bottom, #f5ceda, #ee9298 40%, #ee9298 60%, #f5ceda);
  box-shadow: 0 0 6px rgb(9, 20, 77) inset;
  border-radius: 3px;
  font-family: "游ゴシック体", "YuGothic";
  font-weight: bold;
  font-size: 23px;
  text-shadow: 1px 1px 1px #643d40, 0px 0px 1px #3c2627;
  color: rgb(252, 245, 49);
}
@media (max-width: 1240px) {
  .main__top h3 {
    padding: 0.564516129vw 1.4516129032vw;
    margin-left: 0.8870967742vw;
    font-size: 1.8548387097vw;
  }
}
@media (max-width: 768px) {
  .main__top h3 {
    padding: 0.6510416667vw 5.078125vw;
    margin-left: 0;
    margin-top: 1.3020833333vw;
    font-size: 3.2552083333vw;
  }
}
@media (max-width: 440px) {
  .main__top h3 {
    padding: 0.6818181818vw 6.3636363636vw;
    margin-top: 1.1363636364vw;
    border-radius: 0.390625vw;
    box-shadow: 0 0 3px rgb(9, 20, 77) inset;
    text-shadow: 0.5px 0.5px 0 rgb(0, 0, 0);
    font-size: 3.8636363636vw;
  }
}
.main__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  margin-bottom: 100px;
  gap: 6% 0;
  padding-bottom: 220px;
  margin: 0 auto;
  margin-left: 100px;
}
@media (max-width: 1240px) {
  .main__link {
    margin-bottom: 8.064516129vw;
    gap: 5% 0;
    padding-bottom: 15.3225806452vw;
    margin-left: 8.064516129vw;
  }
}
@media (max-width: 1240px) {
  .main__link img {
    width: 45.1612903226vw;
  }
}
.main__link .left {
  margin-left: -70px;
}
@media (max-width: 1240px) {
  .main__link .left {
    margin-left: -4.8387096774vw;
  }
}
.main__link .more-left {
  margin-left: -100px;
}
@media (max-width: 1240px) {
  .main__link .more-left {
    margin-left: -8.8709677419vw;
  }
}
.main__link .bit-left {
  margin-left: -40px;
}
@media (max-width: 1240px) {
  .main__link .bit-left {
    margin-left: -4.0322580645vw;
  }
}
.main .subPage__box {
  text-align: center;
}
.main .subPage__box .girls__box__list {
  padding-bottom: 100px !important;
}
.main .subPage__box .viewmore {
  width: 94%;
  text-align: right;
  padding-bottom: 20px;
  margin-top: -65px;
}
@media (max-width: 1240px) {
  .main .subPage__box .viewmore {
    width: 96%;
    margin-top: -5.6451612903vw;
    padding-bottom: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .main .subPage__box .viewmore {
    margin-top: -11.0677083333vw;
    padding-bottom: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .main .subPage__box .viewmore {
    margin-top: -20.4545454545vw;
    padding-bottom: 4.5454545455vw;
  }
}
@media (max-width: 1240px) {
  .main .subPage__box .viewmore img {
    width: 24.5967741935vw;
  }
}
@media (max-width: 768px) {
  .main .subPage__box .viewmore img {
    width: 33.8541666667vw;
  }
}

@media (max-width: 1240px) {
  .concept__box__contents {
    width: 93%;
    margin: 0 auto;
  }
}
.concept__box__contents-vr {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1240px) {
  .concept__box__contents-vr {
    padding-bottom: 8.064516129vw;
  }
}
.concept__box__contents-vr img {
  position: absolute;
  top: -220px;
  left: 0;
}
@media (max-width: 1240px) {
  .concept__box__contents-vr img {
    top: -17.7419354839vw;
    width: 64.6774193548vw;
  }
}
.concept__box__contents-vr-txt {
  position: relative;
  width: 92%;
  text-align: right;
  z-index: 10;
}
@media (max-width: 1240px) {
  .concept__box__contents-vr-txt {
    width: 97%;
  }
}
.concept__box__contents-vr-txt h3 {
  background: url(../images/concept03.png) no-repeat;
  background-size: contain;
  background-position: right;
  margin-top: 50px;
  padding-top: 38px;
  padding-right: 65px;
  height: 181px;
  font-family: "游ゴシック体", "YuGothic";
  font-weight: bold;
  font-size: 48px;
}
@media (max-width: 1240px) {
  .concept__box__contents-vr-txt h3 {
    margin-top: 4.0322580645vw;
    padding-top: 3.064516129vw;
    padding-right: 5.2419354839vw;
    height: 14.5967741935vw;
    font-size: 3.8709677419vw;
  }
}
.concept__box__contents-vr-txt h4 {
  margin-top: 20px;
  font-size: 40px;
}
@media (max-width: 1240px) {
  .concept__box__contents-vr-txt h4 {
    margin-top: 1.6129032258vw;
    font-size: 4.0322580645vw;
  }
}
.concept__box__contents-vr-txt h4 span {
  font-size: 80px;
  color: #ff0084;
}
@media (max-width: 1240px) {
  .concept__box__contents-vr-txt h4 span {
    font-size: 7.2580645161vw;
  }
}
.concept__box__contents-vr-txt h5 {
  font-size: 40px;
}
@media (max-width: 1240px) {
  .concept__box__contents-vr-txt h5 {
    font-size: 4.0322580645vw;
  }
}
.concept__box__contents-vr-txt h5 span {
  font-size: 80px;
  color: #fcff00;
}
@media (max-width: 1240px) {
  .concept__box__contents-vr-txt h5 span {
    font-size: 7.2580645161vw;
  }
}
.concept__box__contents-vr-txt .txt {
  margin-top: 5px;
  margin-bottom: 150px;
  color: #fff;
  text-shadow: 1px 1px 0 #630291, -1px -1px 0 #630291, -1px 1px 0 #630291, 1px -1px 0 #630291, 0px 1px 0 #630291, 0 -1px 0 #630291, -1px 0 0 #630291, 1px 0 0 #630291, 0px 0px 8px #630291, 0px 0px 7px #630291, 0px 0px 6px #630291, 0px 0px 6px #630291, 0px 0px 5px #630291, 0px 0px 5px #630291, 0px 0px 4px #630291, 0px 0px 3px #630291, 0px 0px 2px #630291, 0px 0px 1px #630291, 0px 0px 1px #430162;
}
@media (max-width: 1240px) {
  .concept__box__contents-vr-txt .txt {
    margin-top: 0.4032258065vw;
    margin-bottom: 8.8709677419vw;
  }
}
.concept__box__contents-vr-txt .txt p:nth-child(1) {
  font-size: 80px;
}
@media (max-width: 1240px) {
  .concept__box__contents-vr-txt .txt p:nth-child(1) {
    font-size: 7.5806451613vw;
  }
}
.concept__box__contents-vr-txt .txt p:nth-child(2) {
  font-size: 40px;
}
@media (max-width: 1240px) {
  .concept__box__contents-vr-txt .txt p:nth-child(2) {
    font-size: 3.9516129032vw;
  }
}
.concept__box__contents-vr-txt .txt p:nth-child(3) {
  margin-top: 3px;
  font-size: 49px;
}
@media (max-width: 1240px) {
  .concept__box__contents-vr-txt .txt p:nth-child(3) {
    margin-top: 0.2419354839vw;
    font-size: 4.6774193548vw;
  }
}
.concept__box__contents-exp {
  font-size: 40px;
}
@media (max-width: 1240px) {
  .concept__box__contents-exp {
    font-size: 3.2258064516vw;
  }
}
.concept__box__contents-exp p {
  margin-bottom: 50px;
}
@media (max-width: 1240px) {
  .concept__box__contents-exp p {
    margin-bottom: 4.0322580645vw;
  }
}
.concept__box__contents-exp h4 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-weight: 700;
  font-size: 60px;
  color: red;
  margin-bottom: 50px;
}
@media (max-width: 1240px) {
  .concept__box__contents-exp h4 {
    font-size: 5.1612903226vw;
    margin-bottom: 4.0322580645vw;
  }
}
.concept__box__contents-link {
  margin-top: 60px;
}
@media (max-width: 1240px) {
  .concept__box__contents-link {
    margin-top: 4.8387096774vw;
  }
}
.concept__box__contents-link p {
  width: 55%;
  padding: 30px 0;
  margin: 0 auto;
  border: 1px solid #56a7f9;
  border-radius: 15px;
  background: linear-gradient(to bottom, #b4cdf4, #2f59bd 40%, #0633a5 80%, #00185e);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-weight: 500;
  color: #000;
  text-shadow: 1px 1px 0 #56a7f9, -1px -1px 0 #56a7f9, -1px 1px 0 #56a7f9, 1px -1px 0 #56a7f9, 0px 1px 0 #56a7f9, 0 -1px 0 #56a7f9, -1px 0 0 #56a7f9, 1px 0 0 #56a7f9;
  font-size: 44px;
}
@media (max-width: 1240px) {
  .concept__box__contents-link p {
    padding: 2.4193548387vw 0;
    font-size: 3.7096774194vw;
  }
}
@media (max-width: 768px) {
  .concept__box__contents-link p {
    border-radius: 1.3020833333vw;
  }
}
@media (max-width: 440px) {
  .concept__box__contents-link p {
    font-weight: bold;
  }
}

.access__wrap {
  padding-bottom: 220px;
}
@media (max-width: 1240px) {
  .access__wrap {
    padding-bottom: 17.7419354839vw;
  }
}
@media (max-width: 768px) {
  .access__wrap {
    padding-bottom: 44.2708333333vw;
  }
}
.access__nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 8% 0;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1240px) {
  .access__nav__list {
    gap: 6% 0;
    width: 92%;
  }
}
@media (max-width: 768px) {
  .access__nav__list {
    grid-template-columns: 1fr;
    gap: 2.5%;
  }
}
.access__nav__list .mapList-top p {
  position: relative;
  margin-bottom: 5px;
  margin-left: 52px;
  font-size: 20px;
  letter-spacing: 0.03em;
}
@media (max-width: 1240px) {
  .access__nav__list .mapList-top p {
    margin-bottom: 0.4032258065vw;
    margin-left: 4.1935483871vw;
    font-size: 1.6935483871vw;
  }
}
@media (max-width: 768px) {
  .access__nav__list .mapList-top p {
    margin-bottom: 0.6510416667vw;
    margin-left: 6.7708333333vw;
    font-size: 2.8645833333vw;
    text-shadow: 1px 1px 0px #000, 0 0 2px #000;
  }
}
@media (max-width: 440px) {
  .access__nav__list .mapList-top p {
    font-size: 3.6363636364vw;
    font-weight: bold;
  }
}
.access__nav__list .mapList-top p rt {
  text-align: left;
  font-size: 11px;
}
@media (max-width: 1240px) {
  .access__nav__list .mapList-top p rt {
    font-size: 0.8870967742vw;
  }
}
@media (max-width: 768px) {
  .access__nav__list .mapList-top p rt {
    font-size: 1.953125vw;
  }
}
@media (max-width: 440px) {
  .access__nav__list .mapList-top p rt {
    font-size: 2.2727272727vw;
  }
}
.access__nav__list .mapList-top p::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/vr.png);
  background-size: contain;
  vertical-align: middle;
  width: 47px;
  height: 30px;
  top: 0px;
  left: -52px;
}
@media (max-width: 1240px) {
  .access__nav__list .mapList-top p::before {
    width: 3.8709677419vw;
    height: 2.4193548387vw;
    left: -4.1935483871vw;
  }
}
@media (max-width: 768px) {
  .access__nav__list .mapList-top p::before {
    width: 6.1197916667vw;
    height: 3.90625vw;
    left: -6.7708333333vw;
    top: 0.390625vw;
  }
}
@media (max-width: 1240px) {
  .access__nav__list .mapList-img img {
    width: 40.3225806452vw;
  }
}
@media (max-width: 768px) {
  .access__nav__list .mapList-img img {
    width: 66.40625vw;
  }
}
.access__nav__list .mapList-train {
  margin-top: 5px;
  font-size: 19px;
  letter-spacing: 0.09em;
}
@media (max-width: 1240px) {
  .access__nav__list .mapList-train {
    margin-top: 0.4032258065vw;
    font-size: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .access__nav__list .mapList-train {
    margin-top: 0.6510416667vw;
    font-size: 2.734375vw;
  }
}
@media (max-width: 440px) {
  .access__nav__list .mapList-train {
    font-size: 3.6363636364vw;
  }
}

.system__box {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 60px;
  text-align: left;
}
@media (max-width: 1240px) {
  .system__box {
    padding-bottom: 4.8387096774vw;
  }
}
.system__box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 4%;
  padding-bottom: 60px;
}
@media (max-width: 1240px) {
  .system__box ul {
    padding-bottom: 4.8387096774vw;
  }
}
@media (max-width: 768px) {
  .system__box ul {
    grid-template-columns: 1fr;
    gap: 2.6041666667vw 4%;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10.4166666667vw;
  }
}
.system__box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  border-bottom: 1px dashed #25cfe3;
}
@media (max-width: 1240px) {
  .system__box ul li {
    padding: 0.8064516129vw 2.0161290323vw;
  }
}
.system__box ul li p:last-child {
  font-size: 35px;
}
@media (max-width: 1240px) {
  .system__box ul li p:last-child {
    font-size: 2.8225806452vw;
  }
}
@media (max-width: 768px) {
  .system__box ul li p:last-child {
    font-size: 4.1666666667vw;
  }
}
.system__box__title {
  background: url(../images/system-title.png) no-repeat;
  background-size: cover;
  padding: 18px 0 25px 65px;
  margin-bottom: 35px;
  font-size: 23px;
}
@media (max-width: 1240px) {
  .system__box__title {
    width: 82.6612903226vw;
    background-size: contain;
    padding: 1.3709677419vw 0 2.0161290323vw 5.2419354839vw;
    margin-bottom: 2.8225806452vw;
    font-size: 1.8548387097vw;
  }
}
@media (max-width: 768px) {
  .system__box__title {
    background: url(../images/system-sp.png) no-repeat;
    background-size: contain;
    width: 78.125vw;
    height: 8.7239583333vw;
    padding: 1.4322916667vw 0 3.2552083333vw 6.5104166667vw;
    font-size: 3.2552083333vw;
  }
}
.system__box__base-course li {
  font-size: 33px;
}
@media (max-width: 1240px) {
  .system__box__base-course li {
    font-size: 2.6612903226vw;
  }
}
@media (max-width: 768px) {
  .system__box__base-course li {
    font-size: 4.1666666667vw;
  }
}
.system__box__base-course li span {
  font-size: 50px;
}
@media (max-width: 1240px) {
  .system__box__base-course li span {
    font-size: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .system__box__base-course li span {
    font-size: 6.3802083333vw;
  }
}
.system__box__base-fee {
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1240px) {
  .system__box__base-fee {
    font-size: 3.2258064516vw;
    margin-bottom: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .system__box__base-fee {
    font-size: 4.9479166667vw;
  }
}
.system__box__base-fee span {
  font-size: 50px;
}
@media (max-width: 1240px) {
  .system__box__base-fee span {
    font-size: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .system__box__base-fee span {
    font-size: 6.3802083333vw;
  }
}
.system__box__option .empty {
  border-bottom: none;
}
.system__box__option p {
  font-size: 30px;
}
@media (max-width: 1240px) {
  .system__box__option p {
    font-size: 2.4193548387vw;
  }
}
@media (max-width: 768px) {
  .system__box__option p {
    font-size: 3.90625vw;
  }
}
.system__box__option p span {
  font-size: 50px;
}
@media (max-width: 1240px) {
  .system__box__option p span {
    font-size: 4.0322580645vw;
  }
}
@media (max-width: 768px) {
  .system__box__option p span {
    font-size: 6.5104166667vw;
  }
}
.system__box__option small {
  font-size: 21px;
}
@media (max-width: 1240px) {
  .system__box__option small {
    font-size: 1.6935483871vw;
  }
}
@media (max-width: 768px) {
  .system__box__option small {
    font-size: 2.6041666667vw;
  }
}
.system__box__payment {
  font-size: 25px;
}
@media (max-width: 1240px) {
  .system__box__payment {
    font-size: 2.0161290323vw;
  }
}
@media (max-width: 768px) {
  .system__box__payment {
    font-size: 2.4739583333vw;
  }
}
.system__box__payment-txt {
  margin-bottom: 30px;
}
@media (max-width: 1240px) {
  .system__box__payment-txt {
    margin-bottom: 2.4193548387vw;
  }
}
.system__box__payment-txt p {
  margin-bottom: 10px;
}
@media (max-width: 1240px) {
  .system__box__payment-txt p {
    margin-bottom: 0.8064516129vw;
  }
}
.system__box__payment img {
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .system__box__payment img {
    margin-bottom: 4.8387096774vw;
    width: 45.7258064516vw;
  }
}
@media (max-width: 768px) {
  .system__box__payment img {
    width: 52.0833333333vw;
  }
}
.system__box__caution-txt {
  margin-bottom: 30px;
}
@media (max-width: 1240px) {
  .system__box__caution-txt {
    margin-bottom: 2.4193548387vw;
  }
}
.system__box__caution-txt p {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 1240px) {
  .system__box__caution-txt p {
    font-size: 1.4516129032vw;
    margin-bottom: 0.4032258065vw;
  }
}
@media (max-width: 768px) {
  .system__box__caution-txt p {
    font-size: 2.34375vw;
  }
}
.system__box__caution-small {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 1240px) {
  .system__box__caution-small {
    font-size: 1.2903225806vw;
  }
}
@media (max-width: 768px) {
  .system__box__caution-small {
    font-size: 2.0833333333vw;
  }
}

.girls__box__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 88%;
  padding-bottom: 250px;
  margin: 0 auto;
  gap: 15px 0%;
}
@media (max-width: 1240px) {
  .girls__box__list {
    width: 90%;
    padding-bottom: 20.1612903226vw;
  }
}
@media (max-width: 768px) {
  .girls__box__list {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 6.5104166667vw;
  }
}
@media (max-width: 440px) {
  .girls__box__list {
    gap: 10px 0;
  }
}
.girls__box__list .girlCard-time {
  padding: 5px;
  margin-bottom: 5px;
  background: linear-gradient(to bottom, #4389ca, #84aed5 30%, #84aed5 60%, #4389ca);
  font-size: 19px;
}
@media (max-width: 1240px) {
  .girls__box__list .girlCard-time {
    padding: 0.4032258065vw;
    margin-bottom: 0.4032258065vw;
    font-size: 1.5322580645vw;
  }
}
@media (max-width: 768px) {
  .girls__box__list .girlCard-time {
    padding: 0.5208333333vw;
    margin-bottom: 0.3225806452vw;
    font-size: 2.4739583333vw;
  }
}
.girls__box__list .girlCard-frame {
  background: url(../images/profile_bg.png) no-repeat;
  background-size: cover;
  width: 330px;
  height: 500px;
}
@media (max-width: 1240px) {
  .girls__box__list .girlCard-frame {
    width: 26.6129032258vw;
    height: 40.3225806452vw;
  }
}
@media (max-width: 768px) {
  .girls__box__list .girlCard-frame {
    width: 38.671875vw;
    height: 58.59375vw;
  }
}
.girls__box__list .girlCard-img {
  padding-top: 10px;
}
@media (max-width: 1240px) {
  .girls__box__list .girlCard-img {
    padding-top: 0.8064516129vw;
  }
}
@media (max-width: 768px) {
  .girls__box__list .girlCard-img {
    padding-top: 1.0416666667vw;
  }
}
@media (max-width: 1240px) {
  .girls__box__list .girlCard-img img {
    width: 25.1612903226vw;
  }
}
@media (max-width: 768px) {
  .girls__box__list .girlCard-img img {
    width: 36.4583333333vw;
  }
}
.girls__box__list .girlCard-info {
  background: url(../images/profile-name.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 312px;
  height: 56px;
  margin: 10px auto;
}
@media (max-width: 1240px) {
  .girls__box__list .girlCard-info {
    width: 25.1612903226vw;
    height: 4.5161290323vw;
    margin: 0.8064516129vw auto;
    font-size: 1.2903225806vw;
  }
}
@media (max-width: 768px) {
  .girls__box__list .girlCard-info {
    width: 36.5234375vw;
    height: 6.7057291667vw;
    margin: 1.3020833333vw auto;
    font-size: 2.0833333333vw;
  }
}
.girls__box__list .girlCard-info-name {
  position: relative;
  padding: 7px;
}
@media (max-width: 1240px) {
  .girls__box__list .girlCard-info-name {
    padding: 0.6451612903vw;
  }
}
.girls__box__list .girlCard-info-name p::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 1px;
  background: #fff;
  top: 28px;
  right: 20px;
}
@media (max-width: 1240px) {
  .girls__box__list .girlCard-info-name p::after {
    width: 21.7741935484vw;
    top: 2.2580645161vw;
    right: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .girls__box__list .girlCard-info-name p::after {
    width: 32.5520833333vw;
    top: 3.3854166667vw;
    right: 1.953125vw;
  }
}

.schedule__btn {
  width: 88%;
  margin: 60px auto 65px auto;
  background-color: transparent;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1240px) {
  .schedule__btn {
    width: 95%;
    margin: 5.8870967742vw auto 4.7580645161vw auto;
    font-size: 1.2903225806vw;
  }
}
@media (max-width: 768px) {
  .schedule__btn {
    margin: 0 auto 5.1622418879vw auto;
  }
}
.schedule__btn__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center !important;
}
.schedule__btn__list .dateactive {
  background: linear-gradient(to bottom, #c3aa7e, #fbdfad 30%, #fbdfad 60%, #c3aa7e);
  color: #000;
  border: solid 1px #c3aa7e;
}
.schedule__btn__list .Sat {
  color: #2a95f9;
}
.schedule__btn__list .Sun {
  color: #f20c0c;
}
.schedule__btn__list-link {
  display: flex;
  justify-content: center;
  width: 14%;
  padding: 14px 0;
  background-color: transparent;
  border: 1px solid #fff;
  color: white;
}
@media (max-width: 1240px) {
  .schedule__btn__list-link {
    padding: 1.1290322581vw 0;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .schedule__btn__list-link {
    padding: 1.5625vw 0;
    font-size: 2.34375vw;
  }
}
@media (max-width: 440px) {
  .schedule__btn__list-link {
    display: block;
    padding: 2.2727272727vw 1.3636363636vw;
    font-size: 3.4090909091vw;
    letter-spacing: 0.0227272727vw;
  }
}
.schedule__btn__list-link_date {
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */