@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 16px;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  overflow-x: hidden;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "shingo";
  src: url("../font/A-OTF-UDShinGoPro-DeBold.otf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "shingo";
  src: url("../font/A-OTF-UDShinGoPro-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "shingo";
  src: url("../font/A-OTF-UDShinGoPro-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "shingo";
  src: url("../font/A-OTF-UDShinGoPro-Regular.otf") format("opentype");
  font-weight: 400;
}
/* =============================================
背景色
============================================= */
.bgGreen {
  background-color: #80bc39;
}

.bgOrange {
  background-color: #e69c48;
}

.bgPink {
  background-color: #ff8097;
}

.bgBlue {
  background-color: #4ab6ee;
}

/* =============================================
アニメーション用
============================================= */
.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

#page-top.floatAnime {
  background: url("../img/mouse.png") no-repeat center;
  background-size: contain;
  width: 230px;
  height: 230px;
  animation: floatAnime 2s linear infinite;
}
@media (max-width: 1280px) {
  #page-top.floatAnime {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
}
@media (max-width: 768px) {
  #page-top.floatAnime {
    width: 19.53125vw;
    height: 19.53125vw;
    right: 0;
    bottom: 0;
  }
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  transform: translateY(15px);
}

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

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn1 {
  opacity: 0;
}

.fadeIn1.show-fadeIn1 {
  animation: fadeIn 1.1s ease-in-out forwards;
}

.fadeIn2 {
  opacity: 0;
}

.fadeIn2.show-fadeIn2 {
  animation: fadeIn 1.1s 0.6s ease-in-out forwards;
}

.fadeIn3 {
  opacity: 0;
}

.fadeIn3.show-fadeIn3 {
  animation: fadeIn 1.1s 1.1s ease-in-out forwards;
}

.fadeIn4 {
  opacity: 0;
}

.fadeIn4.show-fadeIn4 {
  animation: fadeIn 1.1s 1.7s ease-in-out forwards;
}

.fadeIn5 {
  opacity: 0;
}

.fadeIn5.show-fadeIn5 {
  animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bound1 {
  opacity: 0;
}

.bound1.show-bound1 {
  animation: bound 2s 0.6s linear forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.show-bound2 {
  animation: bound 2s 1s linear forwards;
}

.bound3 {
  opacity: 0;
}

.bound3.show-bound3 {
  animation: bound 2s 1.6s linear forwards;
}

@keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* =============================================
サイズ基準
============================================= */
:root {
  font-size: 1px;
  gap: 1px;
}
@media (max-width: 1280px) {
  :root {
    font-size: 0.078125vw;
    gap: 0.078125vw;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 0.1302083333vw;
    gap: 0.1302083333vw;
  }
}
@media (max-width: 440px) {
  :root {
    font-size: 0.2272727273vw;
    gap: 0.2272727273vw;
  }
}

/* =============================================
フォント種類
============================================= */
/* =============================================
全体に対して
============================================= */
html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

body.no-scroll {
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #ffd6df;
  overflow-x: hidden;
  font-family: "shingo";
  font-variant-ligatures: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16rem;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  color: #000;
  zoom: 0.8;
}
@media (max-width: 768px) {
  body {
    background-color: #fff;
    zoom: 1;
  }
}

/* =============================================
htmlタグに対して
============================================= */
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

/* =============================================
各所共通で使う用
============================================= */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 32px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container {
    max-width: 92.1875vw;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 440px) {
  .container {
    padding: 32px 16px;
  }
}

@media (max-width: 768px) {
  .tab-container {
    width: 92% !important;
    margin: 0 auto;
  }
}

.hidden {
  display: none !important;
}

/* =============================================
レスポンシブ対応用
============================================= */
.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

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

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

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

.sp-inline {
  display: none !important;
}
@media (max-width: 440px) {
  .sp-inline {
    display: inline !important;
  }
}

/* =============================================
フレックス要素用
============================================= */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-low {
  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;
}

/* =============================================
固定表示用
============================================= */
.fixed {
  position: fixed !important;
  width: 100%;
  z-index: 9999;
  top: 0;
  transition: top 0.3s ease-in-out;
}

/* =============================================
ボタンで表示・非表示JSで値操作
============================================= */
[data-display=hide] {
  display: none;
}

[data-display=show] {
  display: block;
}

.header__top {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 4em;
  padding: 8px 20%;
  background-color: #fff;
}
@media (max-width: 768px) {
  .header__top {
    justify-content: space-between;
    height: 17.7083333333vw;
    gap: 0;
    padding: 0 16px;
  }
}
.header__top--logo {
  width: 40%;
  max-width: 460px;
}
@media (max-width: 768px) {
  .header__top--logo {
    width: 40%;
  }
}
.header__top--button {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 40%;
  max-width: 612px;
}
@media (max-width: 768px) {
  .header__top--button {
    display: none !important;
  }
}
.header__top--button button {
  padding: 0.4em 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  font-size: 39rem;
  text-align: center;
  align-content: center;
}
.header__top--button button:first-child {
  background-color: #80bc39;
}
.header__top--button button:nth-child(2) {
  background-color: #4ab6ee;
}
.header__info {
  padding: 0.4em 0;
  background-color: #000;
}
.header__info--text {
  padding: 4px 0;
  color: #fff;
  font-size: 32rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .header__info--text {
    font-size: 25rem;
  }
}
@media (max-width: 440px) {
  .header__info--text {
    font-size: 20rem;
    letter-spacing: 0.16em;
  }
}
.header__nav {
  padding: 1em 0;
  background-color: #ff8097;
  position: relative;
}
@media (max-width: 768px) {
  .header__nav {
    padding: 0;
  }
}

.headerNavList {
  display: flex;
  justify-content: space-evenly;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .headerNavList {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto 16px;
  }
}
.headerNavList li {
  width: 100%;
  color: #fff;
  font-size: 23rem;
  font-weight: bold;
  text-align: center;
}
.headerNavList li.active {
  color: rgb(193, 192, 192);
}
@media (max-width: 768px) {
  .headerNavList li {
    width: 100%;
    margin-bottom: 16px;
    font-size: 36rem;
  }
}
@media (max-width: 440px) {
  .headerNavList li {
    font-size: 24rem;
  }
}

.login-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(179, 179, 179, 0.8);
  display: none;
  z-index: 9999;
}
@media (max-width: 768px) {
  .login-modal {
    width: 100%;
    height: 100%;
  }
}
.login-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  width: 800px;
  height: 600px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .login-modal__content {
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 440px) {
  .login-modal__content {
    width: 90%;
    height: 50%;
  }
}
.login-modal__content h3 {
  padding-left: 55px;
  position: relative;
  color: #ff8097;
  font-size: 28px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .login-modal__content h3 {
    font-size: 3.6458333333vw;
    padding-left: 7.1614583333vw;
  }
}
@media (max-width: 440px) {
  .login-modal__content h3 {
    font-size: 6.3636363636vw;
  }
}
.login-modal__content h3::before {
  content: "";
  display: inline-block;
  background-image: url(../img/login-icon.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 48px;
  background-size: 45px 48px;
  position: absolute;
  top: -15px;
  left: 0;
}
@media (max-width: 768px) {
  .login-modal__content h3::before {
    top: -1.953125vw;
    width: 5.859375vw;
    height: 6.25vw;
    background-size: 5.859375vw 6.25vw;
  }
}
@media (max-width: 440px) {
  .login-modal__content h3::before {
    top: 0vw;
  }
}
.login-modal__content--form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 250px;
}
@media (max-width: 768px) {
  .login-modal__content--form {
    width: 32.5520833333vw;
    gap: 1.3020833333vw;
  }
}
@media (max-width: 440px) {
  .login-modal__content--form {
    width: 80%;
  }
}
.login-modal__content--form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .login-modal__content--form input {
    padding: 1.3020833333vw;
  }
}
.login-modal__content--link {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
}
.login-modal__content--link p {
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #ff8097;
  color: #ff8097;
}
@media (max-width: 768px) {
  .login-modal__content--link p {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 440px) {
  .login-modal__content--link p {
    font-size: 3.1818181818vw;
  }
}

/* =============================================
ハンバーガーボタン
============================================= */
.hamburger {
  position: relative;
  width: 9.6354166667vw;
  height: 8.203125vw;
  z-index: 100;
}
.hamburger span {
  position: absolute;
  left: 0px;
  height: 1.0416666667vw;
  background: #ffa2bf;
  transition: 0.3s all ease-in-out;
}
.hamburger span:nth-of-type(1) {
  width: 100%;
  top: 0vw;
}
.hamburger span:nth-of-type(2) {
  width: 100%;
  top: 3.3854166667vw;
}
.hamburger span:nth-of-type(3) {
  width: 100%;
  top: 6.7708333333vw;
}
.hamburger-active:nth-of-type(1), .hamburger-active:nth-of-type(2) {
  width: 90% !important;
  top: 3.3854166667vw !important;
  left: 0vw;
  background: #fff;
}
.hamburger-active:nth-of-type(1) {
  transform: rotate(45deg);
}
.hamburger-active:nth-of-type(2) {
  transform: rotate(-45deg);
}
.hamburger-active:nth-of-type(3) {
  background-color: transparent !important;
}

/* =============================================
ハンバーガーメニュー中身
============================================= */
.hamNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ff81a0;
  color: #fff;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .hamNav {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.hamNav-active {
  left: 0 !important;
}
.hamNav__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 80%;
  max-width: 420px;
  margin: 0 auto;
}
.hamNav__button li {
  width: 100%;
}
.hamNav__button li:first-child button {
  background-color: #80bc39;
}
.hamNav__button li:nth-child(2) button {
  background-color: #4ab6ee;
}
.hamNav__button li button {
  display: block;
  width: 100%;
  padding: 0.4em 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  font-size: 39rem;
  text-align: center;
  align-content: center;
}
@media (max-width: 440px) {
  .hamNav__button li button {
    font-size: 24rem;
  }
}

.footer {
  background-color: #000;
  padding-top: 8em;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 2em;
    padding-bottom: 0em;
  }
}
.footer__container {
  max-width: 1200px;
  margin: 0 auto;
}
.footer__nav {
  margin-bottom: 4em;
}
.footer__logo {
  width: 40%;
  margin: 0 auto 1em;
}
.footer__copyright {
  padding-bottom: 4em;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__copyright {
    padding-bottom: 2em;
  }
}
.footer__copyright small {
  color: #fff;
  font-size: 24rem;
}
@media (max-width: 440px) {
  .footer__copyright small {
    font-size: 16rem;
  }
}

.footerNavList {
  display: flex;
  justify-content: center;
}
.footerNavList li.active a span {
  color: rgb(193, 192, 192);
}
.footerNavList li a {
  display: inline-block;
  width: 100%;
  padding: 0 0.72em;
  color: #fff;
  font-size: 26rem;
  border-right: 2px solid #fff;
  text-align: center;
}

.box {
  margin-bottom: 4px;
  background-color: #eaeaea;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .box {
    margin-bottom: 32px;
  }
}
.box__title {
  display: flex;
  align-items: center;
  height: 63rem;
  gap: 8px;
  border-radius: 16px 16px 0px 0px;
  padding: 4px 0 4px 24px;
}
@media (max-width: 768px) {
  .box__title {
    height: 100%;
    padding: 12px 0 12px 24px;
  }
}
.box__title h2 {
  color: #fff;
  font-size: 32rem;
  font-weight: 900;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .box__title h2 {
    font-size: 53rem;
  }
}
@media (max-width: 440px) {
  .box__title h2 {
    font-size: 32rem;
  }
}
.box__title span {
  padding-left: 0.4em;
  color: #fff;
  font-size: 16rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .box__title span {
    font-size: 25rem;
  }
}
@media (max-width: 440px) {
  .box__title span {
    font-size: 20rem;
  }
}
.box__title img {
  max-width: 41px;
}
@media (max-width: 440px) {
  .box.topToday .box__title {
    display: block;
  }
}
.box__content {
  padding: 32px 4%;
}

.top__pc {
  display: flex;
  gap: 8px 16px;
}
@media (max-width: 768px) {
  .top__pc {
    display: none;
  }
}
.top__pc--left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 33.3333333333%;
}
.top__pc--right {
  width: 66.6666666667%;
}
.top__tab {
  display: none;
}
@media (max-width: 768px) {
  .top__tab {
    display: block;
  }
}

.topDiary__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.topToday .girlList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
@media (max-width: 768px) {
  .topToday .girlList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 440px) {
  .topToday .girlList {
    grid-template-columns: repeat(1, 1fr);
  }
}

.topMore {
  display: block;
  margin-top: 32px;
  text-align: right;
}
.topMore__link {
  font-size: 19rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .topMore__link {
    text-align: center;
  }
  .topMore__link span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
  }
  .topMore__link span.buttonGreen {
    border-top: 32px solid #80bc39;
  }
  .topMore__link span.buttonOrange {
    border-top: 32px solid #e69c48;
  }
  .topMore__link span.buttonPink {
    border-top: 32px solid #ff8097;
  }
}
@media (max-width: 440px) {
  .topMore__link span {
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
  }
  .topMore__link span.buttonGreen {
    border-top: 16px solid #80bc39;
  }
  .topMore__link span.buttonOrange {
    border-top: 16px solid #e69c48;
  }
  .topMore__link span.buttonPink {
    border-top: 16px solid #ff8097;
  }
}

.topSwiper {
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 768px) {
  .topSwiper {
    margin-bottom: 0;
  }
}
.topSwiper .swiper {
  width: 100%;
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .topSwiper .swiper {
    padding-bottom: 2em;
  }
}
.topSwiper .swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
}
.topSwiper .swiper-slide img {
  width: 100%;
}
.topSwiper .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}
.topSwiper .swiper-button-next,
.topSwiper .swiper-button-prev {
  display: none;
}
.topSwiper .swiper-pagination {
  position: absolute;
  bottom: -8px !important;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .topSwiper .swiper-pagination {
    bottom: -16px !important;
  }
}
.topSwiper .swiper-pagination-bullet-active {
  background-color: #ff8097 !important;
}
.topSwiper .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 10px !important;
  background-color: #ffd6df;
  opacity: 1 !important;
}
@media (max-width: 1280px) {
  .topSwiper .swiper-pagination-bullet {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media (max-width: 768px) {
  .topSwiper .swiper-pagination-bullet {
    width: 2.8645833333vw;
    margin: 1.5625vw !important;
    height: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .topSwiper .swiper-pagination-bullet {
    width: 3.1818181818vw;
    height: 3.1818181818vw;
  }
}

.newFace__img {
  width: 80%;
  margin: 0 auto 16px;
}
@media (max-width: 768px) {
  .newFace__img {
    max-width: 375px;
    margin: 0 auto 16px;
    text-align: center;
  }
}
.newFace__name {
  margin-bottom: 16px;
  font-size: 26rem;
  font-weight: 900;
  text-align: center;
}
.newFace__phrase {
  margin-bottom: 16px;
  font-size: 23rem;
  font-weight: 900;
  text-align: center;
}
.newFace__desc {
  font-size: 14rem;
  font-weight: 400;
  text-align: left;
}

.concept-pt0 {
  padding-top: 0 !important;
}

.diary__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 32px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .diary__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
.diary .diaryList__img {
  margin-bottom: 8px;
}
.diary .diaryList__img img {
  width: 100%;
}
.diary .diaryList__name {
  display: block;
  margin-bottom: 4px;
  font-size: 16rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .diary .diaryList__name {
    font-size: 29rem;
  }
}
@media (max-width: 440px) {
  .diary .diaryList__name {
    font-size: 20rem;
  }
}
.diary .diaryList__text span {
  display: block;
  font-size: 16rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .diary .diaryList__text span {
    font-size: 29rem;
  }
}
@media (max-width: 440px) {
  .diary .diaryList__text span {
    font-size: 18rem;
  }
}

.diaryListTop .diaryList__img {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .diaryListTop .diaryList__img {
    max-width: 375px;
    margin: 0 auto 8px;
    text-align: center;
  }
}
.diaryListTop .diaryList__name {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  text-align: center;
}
.diaryListTop .diaryList__text span {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.system__desc {
  margin: 32px auto;
  font-size: 28rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 768px) {
  .system__desc {
    margin: 0px auto 16px;
    font-size: 24rem;
  }
}
@media (max-width: 440px) {
  .system__desc {
    font-size: 20rem;
  }
}
.system__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px;
}
@media (max-width: 768px) {
  .system__flex {
    flex-direction: column;
  }
}
.system__flex--left, .system__flex--right {
  flex: 1;
}
.system__flex--left p, .system__flex--right p {
  color: #d30a47;
  font-size: 15rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 768px) {
  .system__flex--left p, .system__flex--right p {
    font-size: 20rem;
  }
}
@media (max-width: 440px) {
  .system__flex--left p, .system__flex--right p {
    font-size: 16rem;
  }
}
.system__others {
  margin-bottom: 48px;
}
.system__option {
  margin-bottom: 48px;
}
.system__notice {
  margin-bottom: 32px;
  padding: 48px 4% 32px;
  background-color: #000;
  font-weight: 900;
}
.system__notice--title {
  margin-bottom: 8px;
  font-size: 52rem;
  color: #ffe948;
  text-align: center;
}
@media (max-width: 440px) {
  .system__notice--title {
    font-size: 36rem;
  }
}
.system__notice--title span {
  position: relative;
}
.system__notice--title span::before, .system__notice--title span::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 44px;
  background-image: url(../img/icon-notice.svg);
  background-size: contain;
  bottom: 0;
  transform: translateY(-50%);
}
.system__notice--title span::before {
  left: -16px;
  transform: translateX(-100%);
}
.system__notice--title span::after {
  right: -16px;
  transform: translateX(100%);
}
.system__notice--text {
  margin-bottom: 32px;
  font-size: 27rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 440px) {
  .system__notice--text {
    font-size: 20rem;
  }
}
.system__notice--subTitle {
  max-width: 626px;
  margin: 0 auto 32px;
  padding: 0.4em 0;
  border-radius: 8px;
  background-color: #e55180;
  font-size: 29rem;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 440px) {
  .system__notice--subTitle {
    font-size: 24rem;
  }
}
.system__notice--subTitle::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 16px;
  border-style: solid;
  border-color: #e55180 transparent transparent transparent;
}
.system__notice--subText {
  font-size: 27rem;
  color: #e55180;
  text-align: center;
}
@media (max-width: 768px) {
  .system__notice--subText {
    font-size: 25rem;
  }
}
@media (max-width: 440px) {
  .system__notice--subText {
    font-size: 20rem;
  }
}

.system-table {
  width: 100%;
  margin-bottom: 24px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-weight: 900;
}
.system-table th, .system-table td {
  text-align: center;
  padding: 16px 0;
}
.system-table thead tr th {
  color: #fff;
  font-size: 32rem;
}
@media (max-width: 768px) {
  .system-table thead tr th {
    font-size: 43rem;
  }
}
@media (max-width: 440px) {
  .system-table thead tr th {
    font-size: 28rem;
  }
}
.system-table tbody tr:nth-child(2n+1) {
  background-color: #fff;
}
.system-table tbody tr:nth-child(2n+2) {
  background-color: #e0e0e0;
}
.system-table tbody .desc {
  font-size: 15rem;
}
@media (max-width: 768px) {
  .system-table tbody .desc {
    font-size: 20rem;
  }
}
@media (max-width: 440px) {
  .system-table tbody .desc {
    font-size: 18rem;
  }
}
.system-table tbody .time, .system-table tbody .price {
  font-size: 42rem;
}
@media (max-width: 768px) {
  .system-table tbody .time, .system-table tbody .price {
    font-size: 57rem;
  }
}
@media (max-width: 440px) {
  .system-table tbody .time, .system-table tbody .price {
    font-size: 28rem;
  }
}
.system-table tbody .option {
  align-content: center;
  font-size: 23rem;
}
@media (max-width: 768px) {
  .system-table tbody .option {
    font-size: 30rem;
  }
}
@media (max-width: 440px) {
  .system-table tbody .option {
    font-size: 18rem;
  }
}
.system-table tbody .others {
  padding-left: 0.8em;
  font-size: 42rem;
  text-align: left;
}
@media (max-width: 768px) {
  .system-table tbody .others {
    font-size: 36rem;
  }
}
@media (max-width: 440px) {
  .system-table tbody .others {
    display: flex;
    flex-direction: column;
    font-size: 20rem;
  }
}
.system-table tbody .others span:last-child {
  padding-left: 1.2em;
}
@media (max-width: 768px) {
  .system-table tbody .others span:last-child {
    padding-left: 0;
  }
}
.system-table tbody .option-price {
  font-weight: 500;
  font-size: 25rem;
}
@media (max-width: 440px) {
  .system-table tbody .option-price {
    font-size: 20rem;
  }
}
.system-table tbody .option-name {
  font-size: 31rem;
}
@media (max-width: 440px) {
  .system-table tbody .option-name {
    font-size: 24rem;
  }
}
.system-table tbody .column {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
}
.system-table tbody .column td {
  padding: 8px 0;
}

.access__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px 40px;
  width: 80%;
  margin: 0 auto;
  padding: 48px 0;
}
@media (max-width: 1280px) {
  .access__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 440px) {
  .access__content {
    width: 100%;
    padding: 18px 0;
  }
}

.accessArea__title {
  padding: 8px 0;
  background-color: #80bc39;
  color: #fff;
  font-size: 29px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 440px) {
  .accessArea__title {
    font-size: 20rem;
  }
}
.accessArea iframe {
  width: 100%;
  margin-bottom: 16px;
}
.accessArea__desc {
  font-size: 21px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 440px) {
  .accessArea__desc {
    font-size: 18rem;
  }
}

.girlList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
@media (max-width: 768px) {
  .girlList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 440px) {
  .girlList {
    grid-template-columns: repeat(1, 1fr);
  }
}

.girlCard.none {
  display: none !important;
}
.girlCard.block {
  display: block !important;
}
.girlCard__frame {
  position: relative;
  text-align: left;
}
.girlCard__frame--flex {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.girlCardImg {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 342/456;
}

.girlCardInfo {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 0.4em 0.8em;
  background-color: rgba(0, 0, 0, 0.6862745098);
  color: #fff;
}
.girlCardInfo__time {
  display: flex;
  align-items: center;
}
.girlCardInfo__time--icon {
  display: inline-flex;
  align-items: center;
  width: clamp(16px, 1.4vw, 19px);
  height: auto;
  margin-right: 4px;
}
@media (max-width: 768px) {
  .girlCardInfo__time--icon {
    width: clamp(12px, 3vw, 16px);
  }
}
.girlCardInfo__time--icon.topPageSize {
  max-width: 16px;
}
.girlCardInfo__time--icon img {
  width: 100%;
}
.girlCardInfo__time--text {
  font-size: 22rem;
}
@media (max-width: 768px) {
  .girlCardInfo__time--text {
    font-size: 20rem;
  }
}
@media (max-width: 440px) {
  .girlCardInfo__time--text {
    font-size: 16rem;
  }
}
.girlCardInfo__time--text.topPageSize {
  font-size: 16rem;
}
@media (max-width: 768px) {
  .girlCardInfo__time--text.topPageSize {
    font-size: 20rem;
  }
}
@media (max-width: 440px) {
  .girlCardInfo__time--text.topPageSize {
    font-size: 16rem;
  }
}
.girlCardInfo__name {
  font-size: 28rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .girlCardInfo__name {
    font-size: 26rem;
  }
}
@media (max-width: 440px) {
  .girlCardInfo__name {
    font-size: 22rem;
  }
}
.girlCardInfo__name.topPageSize {
  font-size: 20rem;
}
@media (max-width: 768px) {
  .girlCardInfo__name.topPageSize {
    font-size: 26rem;
  }
}
@media (max-width: 440px) {
  .girlCardInfo__name.topPageSize {
    font-size: 22rem;
  }
}
.girlCardInfo__size {
  font-size: 17rem;
}
@media (max-width: 768px) {
  .girlCardInfo__size {
    font-size: 20rem;
  }
}
@media (max-width: 440px) {
  .girlCardInfo__size {
    font-size: 16rem;
  }
}
.girlCardInfo__size.topPageSize {
  font-size: 14rem;
}
@media (max-width: 768px) {
  .girlCardInfo__size.topPageSize {
    font-size: 20rem;
  }
}
@media (max-width: 440px) {
  .girlCardInfo__size.topPageSize {
    font-size: 16rem;
  }
}

.showMoreButton {
  margin-top: -2.6041666667vw;
  font-size: 2.8645833333vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6039215686);
}

.pagination {
  display: flex;
  width: 100%;
  margin: 32px auto;
  justify-content: center;
  gap: 16px;
}
.pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  aspect-ratio: 1/1;
  background-color: #d6d6d6;
  color: #fff;
  font-size: 47rem;
  font-weight: 900;
}
.pagination a.active {
  background-color: #80bc39;
}
@media (max-width: 440px) {
  .pagination a {
    width: 40px;
    font-size: 32rem;
  }
}

.schedule__days {
  margin: 40px auto 48px;
}
@media (max-width: 768px) {
  .schedule__days {
    margin: 0px auto 24px;
  }
}
.schedule__days--list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  position: relative;
  gap: 12px;
}
@media (max-width: 768px) {
  .schedule__days--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
}
@media (max-width: 440px) {
  .schedule__days--list {
    flex-wrap: nowrap;
    justify-content: left;
    overflow-x: scroll;
  }
}
.schedule__days--list li {
  margin-bottom: 16px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .schedule__days--list li:first-child {
    margin-left: 4%;
  }
}
@media (max-width: 440px) {
  .schedule__days--list li:first-child {
    margin-left: 0;
  }
}
.schedule__days--list .dateactive {
  background-color: #4ab6ee;
  color: #fff;
}

.scheduleTab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.4em;
  border: 2.4px solid #4ab6ee;
  border-radius: 16px;
  color: #4ab6ee;
  font-size: 21rem;
  font-weight: 900;
  cursor: pointer;
}
@media (max-width: 768px) {
  .scheduleTab {
    width: 24%;
    cursor: default;
  }
}
@media (max-width: 440px) {
  .scheduleTab {
    width: 47%;
  }
}
.scheduleTab.dateactive {
  cursor: default;
}
.scheduleTab_date {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.03em;
  margin-right: 6px;
}
@media (max-width: 1280px) {
  .scheduleTab_date {
    margin-right: 0.46875vw;
  }
}

.event__content {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .event__content {
    width: 100%;
  }
}
.event__content--section {
  margin-bottom: 64px;
}

.eventImage {
  margin-bottom: 32px;
}

.eventText li {
  margin-bottom: 16px;
  font-size: 37rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .eventText li {
    margin-bottom: 8px;
    font-size: 25rem;
  }
}