@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;
  zoom: 0.9;
  -moz-transform: scale(0.9);
}
@media (max-width: 768px) {
  body {
    zoom: 1;
    -moz-transform: scale(1);
  }
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
  -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;
}

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
}

h2 {
  margin-bottom: 15px;
  font-size: 17px;
  letter-spacing: 1.7px;
  background: linear-gradient(135deg, #e50095 40%, #ff33a3 0);
  padding: 6px 0 6px 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  h2 {
    padding: 2.0833333333vw 0 2.0833333333vw 3.90625vw;
    background: none;
    background-color: #ff33a3;
    font-size: 3.3854166667vw;
  }
}
h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  clip-path: polygon(0 0, 50% 0, 100% 100%, 0 50%);
  z-index: -1;
}

.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
main {
  padding-top: 45px;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.8;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

*::-webkit-scrollbar {
  width: 12px;
  background-color: #ff33a3;
}
@media (max-width: 1200px) {
  *::-webkit-scrollbar {
    width: 1vw;
  }
}
*::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 10px;
  height: 10px;
}
@media (max-width: 1200px) {
  *::-webkit-scrollbar-thumb {
    height: 0.8333333333vw;
  }
}

li {
  list-style-type: none;
}

.main-top {
  margin-top: 110px;
}
@media screen and (max-width: 1600px) {
  .main-top {
    margin-top: 110px;
  }
}
@media (max-width: 1200px) {
  .main-top {
    margin-top: 9.1666666667vw;
  }
}
@media (max-width: 768px) {
  .main-top {
    margin-top: 0;
  }
}

#chamo-window .chamo-chatlog-wrapper {
  overscroll-behavior: auto;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
}
.fixed .header__nav__list {
  padding-top: 18px;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .fixed .header__nav__list {
    padding-top: 0.6666666667vw;
    margin-bottom: 0vw;
  }
}

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

body {
  font-variant-ligatures: none;
  font-family: "小塚明朝 Pro", "Meiryo", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  overflow-x: hidden;
  font-weight: 500;
  background-color: #000;
  color: #fff;
}

img {
  max-width: 100%;
}

main {
  padding-top: 50px;
}
main .footer-space {
  height: 26.0416666667vw;
}
@media (max-width: 768px) {
  main {
    padding-top: 0;
  }
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

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

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

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

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

@media (max-width: 768px) {
  .recruit {
    padding-top: 17.7083333333vw;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 100vw;
    padding: 0 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0;
  }
}

main .container {
  max-width: 1200px;
}
@media (max-width: 1200px) {
  main .container {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  main .container {
    max-width: 100%;
  }
}

.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;
}

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

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

.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%;
  }
}
@font-face {
  font-family: "panda";
  src: url("../font/pandabakery.ttf") format("truetype");
}
.header {
  background-color: #000;
  /********************************************
  * ハンバーガーメニュー
  ********************************************/
}
.header__top {
  padding: 6px 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__top {
    padding: 0.5vw 1.3333333333vw 0;
  }
}
.header__top h1 {
  letter-spacing: 2.8px;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1200px) {
  .header__top h1 {
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .header__top h1 {
    display: none;
  }
}
.header__info {
  display: flex;
  justify-content: space-between;
  padding: 38px 16px 27px;
}
@media (max-width: 1200px) {
  .header__info {
    padding: 3.1666666667vw 1.3333333333vw 2.25vw;
  }
}
@media (max-width: 768px) {
  .header__info {
    justify-content: center;
    padding: 4.9479166667vw 2.0833333333vw 3.515625vw;
  }
}
.header__info-logo img {
  width: 518px;
}
@media (max-width: 1200px) {
  .header__info-logo img {
    width: 43.1666666667vw;
  }
}
@media (max-width: 768px) {
  .header__info-logo img {
    width: 93.4895833333vw;
  }
}
.header__info-tel {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .header__info-tel {
    font-size: 1.8333333333vw;
    gap: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .header__info-tel {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header__info-tel a span {
    font-size: 2.9166666667vw;
  }
}
.header__nav {
  background-color: #232323;
}
.header__nav__list {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(0deg, rgb(255, 180, 0) 45.34%, rgb(255, 230, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__nav__list-link {
  padding: 11px;
  width: 100%;
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(0deg, rgba(255, 180, 0, 0.4) 45.34%, rgba(255, 230, 0, 0.4) 100%);
     border-image: linear-gradient(0deg, rgba(255, 180, 0, 0.4) 45.34%, rgba(255, 230, 0, 0.4) 100%);
  border-image-slice: 1;
}
.header__nav__list-link a:hover {
  opacity: 1;
}
.header__nav__list-link.active, .header__nav__list-link:hover {
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(0deg, rgb(255, 180, 0) 45.34%, rgb(255, 230, 0) 100%);
     border-image: linear-gradient(0deg, rgb(255, 180, 0) 45.34%, rgb(255, 230, 0) 100%);
  border-image-slice: 1;
}
.header__nav__list-link p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .header__nav__list-link p {
    font-size: 1.3333333333vw;
  }
}
.header__nav__list-link p span {
  font-size: 12px;
}
@media (max-width: 1200px) {
  .header__nav__list-link p span {
    font-size: 1vw;
  }
}
.header__tabNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ff33a3;
  color: #fff;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow: hidden;
}
.header__tabNav__close {
  position: absolute;
  top: 6.5104166667vw;
  right: 6.5104166667vw;
  z-index: 999;
}
.header__tabNav__close span {
  position: absolute;
  top: 0;
  right: 0.9114583333vw;
  width: 10.4166666667vw;
  height: 1.3020833333vw;
}
.header__tabNav__close span::before, .header__tabNav__close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.1145833333vw;
  height: 1.0416666667vw;
  background-color: #fff;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}
.header__tabNav__close span::before {
  transform: rotate(45deg);
}
.header__tabNav__close span::after {
  transform: rotate(-45deg);
}
.header__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 4%;
  top: 6%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 6.5104166667vw 0;
  transform: translate(-50%);
}
.header__tabNav__list-link {
  font-size: 3.3854166667vw;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
}
.header__tabNav-active {
  left: 0 !important;
}
.header__tabButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.header__tabButton span {
  font-size: 2.9947916667vw;
}
.header__tabButton-nav {
  display: flex;
}
.header__tabButton-nav div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9.1145833333vw 0;
  width: 100%;
  height: 13.0208333333vw;
  gap: 1.953125vw;
}
.header__tabButton-nav div:first-child {
  background-color: #141414;
}
.header__tabButton-nav div:first-child img {
  width: 6.640625vw;
}
.header__tabButton-nav div:nth-child(2) {
  background-color: #323232;
}
.header__tabButton-nav div:nth-child(2) img {
  width: 7.9427083333vw;
}
.header__tabButton-nav div:nth-child(3) {
  background-color: #505050;
}
.header__tabButton-nav div:nth-child(3) img {
  width: 9.5052083333vw;
}
.header__tabButton-nav div span {
  font-size: 3.3854166667vw;
}

#fixedElement {
  position: relative; /* 初期状態 */
}

.fixed-bottom {
  z-index: 9999;
  position: fixed !important;
  width: 100%; /* 画面幅いっぱいに広げる */
}
@media (max-width: 768px) {
  .fixed-bottom {
    bottom: 2.0833333333vw;
    transition: bottom 0.3s ease-in-out; /* トランジションを追加 */
  }
}

.login :hover {
  opacity: 0.8;
}

.login-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(71, 71, 71, 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: #000;
}
@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: #ff33a3;
  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 #fff;
}
@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 #fff;
}
@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;
  }
}

.footer {
  padding: 120px 0 30px;
  z-index: 100;
}
@media (max-width: 1200px) {
  .footer {
    padding: 10vw 0 2.5vw;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 13.0208333333vw;
    padding-bottom: 0;
  }
}
@media (max-width: 440px) {
  .footer {
    padding-top: 26.6666666667vw;
  }
}
.footer__info {
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1200px) {
  .footer__info {
    gap: 1.6666666667vw;
  }
}
.footer__info-tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .footer__info-tel {
    font-size: 1.8333333333vw;
  }
}
.footer__info-tel a span {
  font-size: 35px;
}
@media (max-width: 1200px) {
  .footer__info-tel a span {
    font-size: 2.9166666667vw;
  }
}
.footer__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.footer__flex__wrap {
  padding: 38px 16px 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer__flex__wrap {
    padding: 3.1666666667vw 1.3333333333vw 2.25vw;
  }
}
.footer__nav__logo img {
  width: 518px;
}
@media (max-width: 1200px) {
  .footer__nav__logo img {
    width: 43.1666666667vw;
  }
}
.footer__nav__list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 1200px) {
  .footer__nav__list {
    font-size: 1vw;
  }
}
.footer__nav__list a:hover {
  color: #d8d8d8;
}
.footer__recruit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
@media (max-width: 768px) {
  .footer__recruit {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.footer__recruit--link {
  display: block;
  padding: 10px 0;
  background-color: #323232;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__recruit--link {
    width: 80%;
    margin: 0 auto;
  }
}
.footer__tab__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer__tab__nav__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 2.6041666667vw 0;
  gap: 1.953125vw;
  height: 18.2291666667vw;
}
.footer__tab__nav__btn span {
  font-size: 3.3854166667vw;
}
.footer__tab__nav__btn:first-child {
  background-color: #323232;
}
.footer__tab__nav__btn:first-child img {
  width: 6.640625vw;
}
.footer__tab__nav__btn:last-child {
  background-color: #505050;
}
.footer__tab__nav__btn:last-child img {
  width: 9.375vw;
}

.system__wrap {
  border: 1px solid #ff33a3;
}
@media (max-width: 768px) {
  .system__wrap {
    border: none;
    padding: 0 6.5104166667vw;
  }
}
.system__wrap table {
  margin: 0 auto;
  width: 632px;
}
@media (max-width: 1200px) {
  .system__wrap table {
    width: 52.6666666667vw;
  }
}
@media (max-width: 768px) {
  .system__wrap table {
    width: 100%;
  }
}
.system__wrap table tbody {
  display: flex;
  flex-direction: column;
}
.system__wrap table tbody tr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .system__wrap table tbody tr {
    gap: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .system__wrap table tbody tr {
    gap: 2.6041666667vw;
  }
}
.system__price-table {
  padding: 80px 0 50px;
}
@media (max-width: 1200px) {
  .system__price-table {
    padding: 6.6666666667vw 0 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .system__price-table {
    padding: 13.0208333333vw 0 10.4166666667vw;
  }
}
.system__price-table table {
  font-size: 32px;
}
@media (max-width: 1200px) {
  .system__price-table table {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .system__price-table table {
    font-size: 4.8177083333vw;
  }
}
.system__price-table table tbody {
  gap: 30px;
}
@media (max-width: 768px) {
  .system__price-table table tbody {
    gap: 5.2083333333vw;
  }
}
.system__price-table table tbody tr {
  padding: 0 20px 10px;
  border-bottom: 1px dotted #fff;
}
@media (max-width: 1200px) {
  .system__price-table table tbody tr {
    padding: 0 1.6666666667vw 0.8333333333vw 0;
  }
}
.system__price-note table {
  font-size: 62px;
  background-image: linear-gradient(0deg, rgb(255, 179, 0) 45.34%, rgb(255, 230, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .system__price-note table {
    font-size: 5.1666666667vw;
  }
}
@media (max-width: 768px) {
  .system__price-note table {
    font-size: 8.0729166667vw;
  }
}
.system__price-note table tbody {
  gap: 20px;
}
.system__price-note table tbody tr span {
  font-size: 50px;
}
@media (max-width: 768px) {
  .system__price-note table tbody tr span {
    font-size: 6.3802083333vw;
  }
}
.system__price-option {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .system__price-option {
    padding-top: 5.2083333333vw;
    margin-top: 13.0208333333vw;
    border-top: 1px dotted #fff;
    text-align: center;
  }
}
.system__price-option-title {
  padding: 5.2083333333vw 0;
}
.system__price-option-title h3 {
  font-size: 5.2083333333vw;
  padding: 2.6041666667vw;
  display: inline-block;
  border: 1px solid #fff;
}
.system__price-option table {
  border: 1px dotted #fff;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .system__price-option table {
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 768px) {
  .system__price-option table {
    font-size: 5.2083333333vw;
    border: none;
    border-bottom: 1px dotted #fff;
  }
}
.system__price-option table tbody {
  align-content: center;
  flex-wrap: wrap;
  padding: 20px;
  height: 250px;
  gap: 20px 20px;
}
@media (max-width: 768px) {
  .system__price-option table tbody {
    flex-direction: column;
    height: 100%;
    gap: 5.2083333333vw;
    padding: 2.6041666667vw 0 13.0208333333vw;
  }
}
.system__price-option table tbody tr {
  width: 45%;
}
@media (max-width: 768px) {
  .system__price-option table tbody tr {
    width: 100%;
  }
}
.system__price-option table tbody tr span {
  font-size: 16px;
}
.system__price-option-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .system__price-option-note {
    padding: 6.5104166667vw 0;
    font-size: 3.6458333333vw;
  }
}
.system__price-option-note img {
  width: 264px;
}
@media (max-width: 1200px) {
  .system__price-option-note img {
    width: 22vw;
  }
}
@media (max-width: 768px) {
  .system__price-option-note img {
    width: 48.5677083333vw;
  }
}
.system__note {
  padding: 0 0 100px;
  width: 632px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2.2;
}
@media (max-width: 1200px) {
  .system__note {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .system__note {
    font-size: 3.6458333333vw;
  }
}
.system__note h3 {
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .system__note h3 {
    margin-bottom: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .system__note h3 {
    margin-bottom: 6.5104166667vw;
  }
}
.system__note ul {
  padding: 0 20px 0 20px;
}
@media (max-width: 1200px) {
  .system__note ul {
    padding: 0 1.6666666667vw 0 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .system__note ul {
    padding: 0 3.6458333333vw 0 3.6458333333vw;
  }
}
.system__note ul li {
  list-style-type: disc;
}
.system__note p {
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .system__note p {
    padding: 1.6666666667vw 0;
  }
}

.access__store {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 0 120px 0;
  gap: 60px 50px;
  font-family: "小塚ゴシック Pr6N", "Noto Sans JP", sans-serif;
  border: 1px solid #ff33a3;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .access__store {
    padding: 4.1666666667vw 0 10vw 0;
    gap: 5vw 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .access__store {
    border: none;
    padding: 6.5104166667vw 7.8125vw 15.625vw;
  }
}
.access__store-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.access__store-text h3 {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .access__store-text h3 {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .access__store-text h3 {
    font-size: 3.6458333333vw;
  }
}
.access__store-text p {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .access__store-text p {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .access__store-text p {
    font-size: 3.6458333333vw;
  }
}
.access__store-text-tel {
  font-size: 22px;
  font-family: serif;
}
@media (max-width: 1200px) {
  .access__store-text-tel {
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 768px) {
  .access__store-text-tel {
    font-size: 9.5052083333vw;
  }
}
.access__store-text-tel span {
  font-size: 35px;
}
@media (max-width: 1200px) {
  .access__store-text-tel span {
    font-size: 2.9166666667vw;
  }
}
@media (max-width: 768px) {
  .access__store-text-tel span {
    font-size: 5.5989583333vw;
  }
}
.access__store-map {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.access__store-map h4 {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .access__store-map h4 {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .access__store-map h4 {
    font-size: 3.90625vw;
  }
}
.access__store-map p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .access__store-map p {
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .access__store-map p {
    font-size: 3.6458333333vw;
  }
}
.access__store-map .map-img {
  width: 520px;
  height: 380px;
}
@media (max-width: 1200px) {
  .access__store-map .map-img {
    width: 43.3333333333vw;
    height: 31.6666666667vw;
  }
}
@media (max-width: 768px) {
  .access__store-map .map-img {
    width: 78.125vw;
    height: 58.59375vw;
  }
}

.girl__list {
  padding-bottom: 100px;
  border: 1px solid #ff33a3;
  padding: 0 120px;
}
@media (max-width: 1200px) {
  .girl__list {
    padding-bottom: 8.3333333333vw;
    padding: 0 10vw;
  }
}
@media (max-width: 768px) {
  .girl__list {
    border: none;
    margin: 0 auto;
    padding: 0 1.3020833333vw;
  }
}
.girl .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 90px 0 60px;
  color: #ff33a3;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .girl .pagination {
    margin: 7.5vw 0 5vw;
  }
}
@media (max-width: 768px) {
  .girl .pagination {
    font-size: 3.6458333333vw;
  }
}
.girl .pagination a {
  text-decoration: none;
  color: gray;
  margin: 0 5px;
}
@media (max-width: 1200px) {
  .girl .pagination a {
    margin: 0 0.4166666667vw;
  }
}
.girl .pagination a.active {
  color: #ff33a3;
  font-weight: bold;
  text-decoration: underline;
}
.girl .pagination .inactive {
  color: gray;
}
.girl .pagination span {
  margin: 0 10px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .girl .pagination span {
    margin: 0 0.8333333333vw;
  }
}

.cast__box__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 14px 10.5px;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cast__box__list {
    gap: 1.1666666667vw 0.875vw;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cast__box__list {
    justify-content: center;
    gap: 1.8229166667vw 2.6041666667vw;
  }
}

@media (max-width: 768px) {
  .girlCard {
    width: 48%;
  }
  .girlCard-img {
    width: 100%;
  }
}
.girlCard:last-of-type {
  display: none;
}
.girlCard-frame {
  position: relative;
  text-align: center;
}
.girlCard-frame-flex {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .girlCard-frame-flex {
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .girlCard-frame-flex {
    padding-top: 6.5104166667vw;
  }
}
.girlCard-frame img {
  position: relative;
  z-index: 1;
  width: 216px;
  height: 285px;
}
@media (max-width: 1200px) {
  .girlCard-frame img {
    width: 18vw;
    height: 23.75vw;
  }
}
@media (max-width: 768px) {
  .girlCard-frame img {
    width: 100%;
    height: 100%;
  }
}
.girlCard-frame .girlCard-info {
  position: relative;
}
.girlCard-frame .girlCard-info-box {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  padding: 4px 0 6px;
  width: 216px;
}
@media (max-width: 1200px) {
  .girlCard-frame .girlCard-info-box {
    margin-top: -0.0833333333vw;
    margin-bottom: 0.6666666667vw;
    padding: 0.3333333333vw 0 0.5vw;
    width: 18vw;
  }
}
@media (max-width: 768px) {
  .girlCard-frame .girlCard-info-box {
    margin-bottom: 0;
    padding: 0.5208333333vw 0 1.0416666667vw;
    width: 100%;
  }
}
.girlCard-frame .girlCard-info-box .mark {
  position: absolute;
  top: -34px;
  right: 10px;
  width: 50px;
  height: 25px;
}
@media (max-width: 1200px) {
  .girlCard-frame .girlCard-info-box .mark {
    top: 2.8333333333vw;
    right: 0.8333333333vw;
    width: 4.1666666667vw;
    height: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .girlCard-frame .girlCard-info-box .mark {
    top: -7.9427083333vw;
    right: 1.3020833333vw;
    width: 9.765625vw;
    height: 4.9479166667vw;
  }
}
.girlCard-frame .girlCard-info-store {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  padding: 4px;
  width: 130px;
  background: #f267a9;
  color: #fff;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .girlCard-frame .girlCard-info-store {
    padding: 0.3333333333vw;
    width: 10.8333333333vw;
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 768px) {
  .girlCard-frame .girlCard-info-store {
    padding: 0.5208333333vw;
    width: 16.9270833333vw;
    font-size: 2.8645833333vw;
  }
}
.girlCard-frame .girlCard-info-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-top: 8px;
  margin-bottom: 6px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .girlCard-frame .girlCard-info-name {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .girlCard-frame .girlCard-info-name {
    gap: 0.5208333333vw;
    padding-top: 1.0416666667vw;
    margin-bottom: 0.78125vw;
    font-size: 3.90625vw;
  }
}
.girlCard-frame .girlCard-info-name p {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .girlCard-frame .girlCard-info-name p {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .girlCard-frame .girlCard-info-name p {
    font-size: 3.90625vw;
  }
}
.girlCard-frame .girlCard-info-size {
  font-size: 15px;
}
@media (max-width: 1200px) {
  .girlCard-frame .girlCard-info-size {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .girlCard-frame .girlCard-info-size {
    font-size: 3.6458333333vw;
  }
}
.girlCard-frame .girlCard-time {
  padding-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #ff33a3;
}
@media (max-width: 1200px) {
  .girlCard-frame .girlCard-time {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .girlCard-frame .girlCard-time {
    font-size: 3.90625vw;
  }
}
.girlCard-frame .girlCard-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #ffff00;
  font-family: "小塚ゴシック", sans-serif;
}
@media (max-width: 768px) {
  .girlCard-frame .girlCard-type {
    flex-direction: column;
    width: 100%;
    font-weight: lighter;
  }
}
.girlCard-frame .girlCard-type p {
  padding: 5px 0;
  width: 105px;
  font-size: 14px;
  background: #ff33a3;
}
@media (max-width: 1200px) {
  .girlCard-frame .girlCard-type p {
    padding: 0.4166666667vw 0;
    width: 8.75vw;
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .girlCard-frame .girlCard-type p {
    padding: 0.6510416667vw 0;
    width: 100%;
    font-size: 3.6458333333vw;
  }
}

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

.schedule__list {
  padding: 50px 120px 100px;
  border: 1px solid #ff33a3;
}
@media (max-width: 1200px) {
  .schedule__list {
    padding: 4.1666666667vw 10vw 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .schedule__list {
    padding: 6.5104166667vw 3.90625vw 13.0208333333vw;
    border: none;
  }
}
.schedule__list .cast__box__list {
  justify-content: flex-start;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .schedule__list .cast__box__list {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .schedule__list .cast__box__list {
    margin: 0 auto;
    justify-content: center;
  }
}
.schedule__btn {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .schedule__btn {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .schedule__btn {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .schedule__btn::-webkit-scrollbar {
    margin-top: 1.3020833333vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .schedule__btn::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .schedule__btn::-webkit-scrollbar-track {
    background-color: #e2e2e2;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .schedule__btn::-webkit-scrollbar-track {
    display: none;
  }
}
@media (max-width: 768px) {
  .schedule__btn::-webkit-scrollbar-thumb {
    background-color: #f267a9;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .schedule__btn::-webkit-scrollbar-thumb {
    display: none;
  }
}
.schedule__btn__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}
.schedule__btn__list .dateactive {
  background: #ff006f;
  position: relative;
}
.schedule__btn__list .dateactive:after {
  content: "";
  display: block;
  border-top: 10px solid #ff006f;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
}
@media (max-width: 768px) {
  .schedule__btn__list .dateactive:after {
    bottom: -1.3020833333vw;
    left: 4.5572916667vw;
  }
}
.schedule__btn__list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 126px;
  background: #ff33a3;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .schedule__btn__list-link {
    font-size: 1.6666666667vw;
    width: 10.5vw;
    padding: 1.25vw;
  }
}
@media (max-width: 768px) {
  .schedule__btn__list-link {
    display: block;
    font-size: 3.515625vw;
    width: 12.3697916667vw;
  }
}
.schedule__btn__list-link_date {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.03em;
  margin-right: 6px;
}
@media (max-width: 1200px) {
  .schedule__btn__list-link_date {
    margin-right: 0.5vw;
  }
}
@media (max-width: 768px) {
  .schedule__btn__list-link_date {
    margin-right: 0;
  }
}

.top__main {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .top__main {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__main {
    flex-direction: column;
  }
}
.top__main .top__event {
  width: 774px;
}
@media (max-width: 1200px) {
  .top__main .top__event {
    width: 64.5vw;
  }
}
@media (max-width: 768px) {
  .top__main .top__event {
    width: 100%;
  }
  .top__main .top__event .section-title {
    display: none;
  }
}
.top__main .top__event .top-swipper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .top__main .top__event .top-swipper {
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .top__main .top__event .top-swipper {
    padding-bottom: 6.5104166667vw;
  }
}
@media (max-width: 440px) {
  .top__main .top__event .top-swipper {
    padding-bottom: 9.0909090909vw;
  }
}
.top__main .top__event .swiper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.top__main .top__event .swiper-wrapper {
  display: flex;
  width: 100%;
}
.top__main .top__event .swiper-slide {
  flex: 0 0 auto;
}
.top__main .top__event .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.top__main .top__event .swiper-pagination {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  gap: 10px;
  position: absolute;
}
@media (max-width: 1200px) {
  .top__main .top__event .swiper-pagination {
    gap: 0.8333333333vw;
    padding: 0.8333333333vw 0;
  }
}
@media (max-width: 768px) {
  .top__main .top__event .swiper-pagination {
    gap: 1.3020833333vw;
    padding: 1.3020833333vw 0;
  }
}
@media (max-width: 440px) {
  .top__main .top__event .swiper-pagination {
    gap: 2.2727272727vw;
    padding: 0vw 0;
  }
}
.top__main .top__event .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background-color: #ff99a3;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .top__main .top__event .swiper-pagination-bullet {
    height: 1.5833333333vw;
    width: 1.5833333333vw;
    margin: 0 0.4166666667vw;
  }
}
@media (max-width: 768px) {
  .top__main .top__event .swiper-pagination-bullet {
    height: 2.4739583333vw;
    width: 2.4739583333vw;
    margin: 0 0.6510416667vw;
  }
}
.top__main .top__event .swiper-pagination-bullet-active {
  background-color: #ff67a3;
}
.top__main .top__event .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.top__main .top__news {
  width: 392px;
}
@media (max-width: 1200px) {
  .top__main .top__news {
    width: 32.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__main .top__news {
    width: 100%;
  }
}
.top__main .top__news-text {
  font-family: "小塚ゴシック Pr6N", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 457px;
  font-size: 19px;
  border: 1px solid #ff33a3;
}
@media (max-width: 1200px) {
  .top__main .top__news-text {
    height: auto;
    padding: 1.6666666667vw;
    font-size: 1.5833333333vw;
  }
}
@media (max-width: 768px) {
  .top__main .top__news-text {
    border: none;
    line-height: 1.5;
    font-size: 2.4739583333vw;
  }
}
.top__main .top__news-text span {
  color: #ff2cff;
  font-size: 23px;
}
@media (max-width: 1200px) {
  .top__main .top__news-text span {
    font-size: 1.9166666667vw;
  }
}
@media (max-width: 768px) {
  .top__main .top__news-text span {
    font-size: 2.9947916667vw;
  }
}
.top__main .top__news-text img {
  width: 324px;
}
@media (max-width: 1200px) {
  .top__main .top__news-text img {
    width: 27vw;
  }
}
@media (max-width: 768px) {
  .top__main .top__news-text img {
    width: 80%;
  }
}
.top__main .top__news-text p:nth-of-type(3) {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .top__main .top__news-text p:nth-of-type(3) {
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .top__main .top__news-text p:nth-of-type(3) {
    font-size: 2.34375vw;
  }
}
.top__newface .swiper {
  z-index: 0;
}
.top__newface .swiper-button-next::after {
  content: "▶"; /* ボタンの矢印変更 */
  color: #ff33a3;
  font-size: 5.2083333333vw;
  font-family: "小塚ゴシック Pr6N", sans-serif;
}
@media (max-width: 440px) {
  .top__newface .swiper-button-next::after {
    font-size: 7.9545454545vw;
  }
}
.top__newface .swiper-button-prev::after {
  content: "◀"; /* ボタンの矢印変更 */
  color: #ff33a3;
  font-size: 5.2083333333vw;
  font-family: "小塚ゴシック Pr6N", sans-serif;
}
@media (max-width: 440px) {
  .top__newface .swiper-button-prev::after {
    font-size: 7.9545454545vw;
  }
}
.top__newface .swiper .newfaceCard .girlCard-frame {
  border: none;
}
.top__bottom-flex {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .top__bottom-flex {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__bottom-flex {
    flex-direction: column;
  }
}
.top__bottom-flex .top__cast__box__list {
  border: 1px solid #ff33a3;
  height: 1550px;
  overflow: auto;
}
@media (max-width: 1200px) {
  .top__bottom-flex .top__cast__box__list {
    height: 129.1666666667vw;
    padding: 0 2.5vw;
  }
}
@media (max-width: 768px) {
  .top__bottom-flex .top__cast__box__list {
    border: none;
    overflow: hidden;
    height: 100%;
  }
}
.top__bottom-flex .top__cast__box__list .link-girl {
  text-align: right;
}
.top__bottom-flex .top__cast__box__list .link-girl p {
  padding-right: 14px;
  padding-top: 55px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .top__bottom-flex .top__cast__box__list .link-girl p {
    padding: 2.6041666667vw;
    padding-bottom: 6.5104166667vw;
    font-size: 3.125vw;
  }
}
.top__bottom-flex .top__schedule {
  width: 774px;
}
@media (max-width: 1200px) {
  .top__bottom-flex .top__schedule {
    width: 64.5vw;
  }
}
@media (max-width: 768px) {
  .top__bottom-flex .top__schedule {
    width: 100%;
  }
  .top__bottom-flex .top__schedule .cast__box__list {
    justify-content: flex-start;
    gap: 2.6041666667vw 3.6458333333vw;
  }
}
.top__bottom-flex .top__schedule .section-title h2 {
  display: flex;
  justify-content: space-between;
}
.top__bottom-flex .top__schedule .section-title h2 span {
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .top__bottom-flex .top__schedule .section-title h2 span {
    padding-right: 2.5vw;
  }
}
.top__bottom-flex .top__diary {
  width: 392px;
}
@media (max-width: 1200px) {
  .top__bottom-flex .top__diary {
    width: 32.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__bottom-flex .top__diary {
    width: 100%;
  }
}
.top__bottom-flex .top__diary-link {
  text-align: right;
}
.top__bottom-flex .top__diary-link p {
  padding: 20px;
}
@media (max-width: 768px) {
  .top__bottom-flex .top__diary-link p {
    padding: 2.6041666667vw;
    padding-bottom: 13.0208333333vw;
    font-size: 3.125vw;
  }
}
.top__bottom-flex .top__diary-list {
  border: 1px solid #ff33a3;
  padding: 0 30px;
  height: 1550px;
  overflow: auto;
}
@media (max-width: 1200px) {
  .top__bottom-flex .top__diary-list {
    padding: 0 2.5vw;
    height: 129.1666666667vw;
  }
}
@media (max-width: 768px) {
  .top__bottom-flex .top__diary-list {
    border: none;
    width: 100%;
    height: auto;
  }
}

.newface__list {
  padding: 0 20px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border: 1px solid #ff33a3;
  height: 1800px;
  overflow: auto;
}
@media (max-width: 1200px) {
  .newface__list {
    padding: 0;
    height: 150vw;
  }
}
@media (max-width: 768px) {
  .newface__list {
    border: none;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .newfaceCard-flexWrap {
    width: 80%;
    display: flex;
    justify-content: start;
    margin: 0 auto;
    gap: 5.2083333333vw;
  }
}
.newfaceCard-fee {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .newfaceCard-fee {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .newfaceCard-fee {
    font-size: 3.6458333333vw;
    padding: 0.5208333333vw 0 1.0416666667vw;
  }
}
.newfaceCard-date {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .newfaceCard-date {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .newfaceCard-date {
    font-size: 3.6458333333vw;
    padding-bottom: 2.6041666667vw;
  }
}
.newfaceCard .girlCard-frame {
  display: flex;
  gap: 20px;
  padding: 40px 0;
  border-bottom: 1px #595757 dashed;
}
@media (max-width: 1200px) {
  .newfaceCard .girlCard-frame {
    gap: 1.6666666667vw;
    padding: 3.3333333333vw 0;
  }
}
@media (max-width: 768px) {
  .newfaceCard .girlCard-frame {
    flex-direction: column;
    padding: 7.8125vw 0;
  }
}
.newfaceCard .girlCard-frame .mark {
  top: -37px;
}
@media (max-width: 1200px) {
  .newfaceCard .girlCard-frame .mark {
    top: -3.0833333333vw;
  }
}
@media (max-width: 768px) {
  .newfaceCard .girlCard-frame .mark {
    top: -6.1197916667vw;
  }
}
.newfaceCard-description {
  font-size: 15px;
  text-align: left;
  line-height: 1.7;
  width: 285px;
}
@media (max-width: 1200px) {
  .newfaceCard-description {
    font-size: 1.25vw;
    width: 23.75vw;
  }
}
@media (max-width: 768px) {
  .newfaceCard-description {
    width: 80%;
    margin: 0 auto;
    font-size: 3.6458333333vw;
  }
}
.newfaceCard-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1200px) {
  .newfaceCard-flex {
    gap: 0.4166666667vw;
  }
}
.newfaceCard-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 1200px) {
  .newfaceCard-info {
    gap: 0.8333333333vw;
  }
}
.newfaceCard-info-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media (max-width: 1200px) {
  .newfaceCard-info-flex {
    gap: 0.4166666667vw;
  }
}
@media (max-width: 768px) {
  .newfaceCard-info-flex {
    gap: 1.5625vw;
  }
}
.newfaceCard-info .girlCard-name {
  font-size: 20px;
  padding: 22px 0 0;
}
@media (max-width: 1200px) {
  .newfaceCard-info .girlCard-name {
    font-size: 1.6666666667vw;
    padding: 1.8333333333vw 0 0;
  }
}
@media (max-width: 768px) {
  .newfaceCard-info .girlCard-name {
    font-size: 3.6458333333vw;
    padding: 7.1614583333vw 0 0;
  }
}

.event-wrap {
  border: 1px solid #ff33a3;
}
@media (max-width: 768px) {
  .event-wrap {
    border: none;
  }
}
.event__text-flex {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
  font-weight: normal;
  font-family: "小塚ゴシック Pr6N", "Noto Sans JP", sans-serif;
}
.event__text-flex h3 {
  font-size: 34px;
}
@media (max-width: 1200px) {
  .event__text-flex h3 {
    font-size: 2.8333333333vw;
  }
}
@media (max-width: 768px) {
  .event__text-flex h3 {
    font-size: 3.90625vw;
  }
}
.event__text-flex p {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .event__text-flex p {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .event__text-flex p {
    font-size: 2.734375vw;
  }
}
.event__text-flex span {
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .event__text-flex span {
    font-size: 2.8333333333vw;
  }
}
@media (max-width: 768px) {
  .event__text-flex span {
    font-size: 3.90625vw;
  }
}
.event__pink, .event__green {
  margin: 0 auto;
  padding: 80px 120px 100px;
  text-align: center;
}
@media (max-width: 1200px) {
  .event__pink, .event__green {
    padding: 6.6666666667vw 10vw 8.3333333333vw;
  }
}
.event__pink {
  color: #ff33a3;
}
.event__pink span {
  background-color: #ff33a3;
  color: #ffff00;
}
.event__green {
  color: #3eff00;
}
.event__green span {
  background-color: #3eff00;
  color: #000;
}

.profile {
  background: #f0f5ff;
}
@media (max-width: 768px) {
  .profile {
    background: #f8fbff;
  }
  .profile .section-title {
    text-align: left;
    margin-left: 40px;
  }
  .profile .section-title h2 {
    font-size: 6.5104166667vw;
  }
}
@media (max-width: 768px) {
  .profile__hole {
    display: flex;
    justify-content: space-between;
    width: 94%;
    padding: 2.6041666667vw 0 1.3020833333vw;
    margin: 0 auto;
  }
  .profile__hole li {
    width: 4.4270833333vw;
    height: 4.4270833333vw;
    border-radius: 6.5104166667vw;
    background-color: #fff;
    box-shadow: inset -0.5208333333vw -0.5208333333vw 1.0416666667vw 0px rgba(255, 255, 255, 0.5), inset 0.6510416667vw 0.6510416667vw 1.3020833333vw 0px rgba(0, 0, 0, 0.263);
  }
}
.profile__outline {
  position: relative;
}
.profile__note {
  position: relative;
  z-index: 4;
  margin: 50px auto;
  padding: 116px 60px 60px 142px;
  background: url(../img/profile-bg.png) no-repeat;
  background-size: contain;
  width: 1000px;
  height: 1070px;
  font-family: "tegaki";
  color: #253e7c;
}
@media (max-width: 1200px) {
  .profile__note {
    margin: 4.1666666667vw auto;
    padding: 9.6666666667vw 5vw 5vw 11.8333333333vw;
    width: 83.3333333333vw;
    height: 89.1666666667vw;
  }
}
@media (max-width: 768px) {
  .profile__note {
    background: none;
    padding: 0;
    margin: 2.6041666667vw auto 5.2083333333vw;
    width: 100%;
    height: auto;
  }
}
.profile__note .store {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 8px 0px;
  background: #f067a7;
  color: #fff;
  text-align: center;
  font-family: "riipop";
  font-size: 22px;
  letter-spacing: 0.03em;
}
@media (max-width: 1200px) {
  .profile__note .store {
    width: 8.3333333333vw;
    padding: 0.6666666667vw 0;
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 768px) {
  .profile__note .store {
    display: inline-block;
    width: auto;
    margin-bottom: 2.6041666667vw;
    padding: 1.3020833333vw 2.6041666667vw;
    font-size: 4.4270833333vw;
  }
}
.profile__note-flex {
  display: flex;
}
@media (max-width: 768px) {
  .profile__note-flex {
    flex-direction: column;
    gap: 16.9270833333vw;
  }
}
.profile__note-flex-img {
  position: relative;
}
@media (max-width: 768px) {
  .profile__note-flex-img {
    margin: 2.6041666667vw auto 3.90625vw;
  }
}
.profile__note-flex-img::before {
  position: absolute;
  z-index: 2;
  content: "";
  background: url(../img/profile-sticky.png) no-repeat;
  background-size: contain;
  width: 115px;
  height: 100px;
  top: -72px;
  right: 0px;
}
@media (max-width: 1200px) {
  .profile__note-flex-img::before {
    width: 9.5833333333vw;
    height: 8.3333333333vw;
    top: -6vw;
  }
}
@media (max-width: 768px) {
  .profile__note-flex-img::before {
    width: 20.8333333333vw;
    height: 18.2291666667vw;
    top: -13.0208333333vw;
    right: -1.3020833333vw;
  }
}
.profile__note-flex-img::after {
  position: absolute;
  z-index: 2;
  content: "";
  background: url(../img/profile-sticky.png) no-repeat;
  background-size: contain;
  width: 115px;
  height: 100px;
  bottom: -6px;
  left: -20px;
}
@media (max-width: 1200px) {
  .profile__note-flex-img::after {
    width: 9.5833333333vw;
    height: 8.3333333333vw;
    bottom: -0.5vw;
    left: -1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .profile__note-flex-img::after {
    width: 20.8333333333vw;
    height: 18.2291666667vw;
    bottom: -11.71875vw;
  }
}
.profile__note-flex-img img {
  position: relative;
  z-index: 1;
  transform: rotate(-10deg);
  width: 326px;
  box-shadow: -3px 1px 11px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1200px) {
  .profile__note-flex-img img {
    width: 27.1666666667vw;
  }
}
@media (max-width: 768px) {
  .profile__note-flex-img img {
    width: 67.7083333333vw;
  }
}
.profile__note-flex-info {
  margin-top: 4px;
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .profile__note-flex-info {
    margin-top: 0.3333333333vw;
    margin-left: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .profile__note-flex-info {
    width: 94%;
    margin: 7.8125vw auto;
  }
}
.profile__note-flex-info-name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
@media (max-width: 1200px) {
  .profile__note-flex-info-name {
    gap: 0.8333333333vw;
    margin-top: 0.5vw;
  }
}
@media (max-width: 768px) {
  .profile__note-flex-info-name {
    margin-top: 1.3020833333vw;
  }
  .profile__note-flex-info-name::after {
    position: absolute;
    bottom: -2.0833333333vw;
    content: "";
    width: 89.3229166667vw;
    height: 1.0416666667vw;
    background: url(../img/profile-line1.png) no-repeat;
    background-size: contain;
  }
}
.profile__note-flex-info li {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  font-size: 40px;
}
@media (max-width: 1200px) {
  .profile__note-flex-info li {
    margin-bottom: 1.9166666667vw;
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .profile__note-flex-info li {
    position: relative;
    margin-bottom: 3.6458333333vw;
    font-size: 7.2916666667vw;
  }
  .profile__note-flex-info li:nth-of-type(2)::after {
    position: absolute;
    bottom: -2.0833333333svw;
    content: "";
    width: 91.9270833333vw;
    height: 1.4322916667vw;
    background: url(../img/profile-line2.png) no-repeat;
    background-size: contain;
  }
  .profile__note-flex-info li:nth-of-type(3)::after {
    position: absolute;
    bottom: -2.0833333333vw;
    content: "";
    width: 91.9270833333vw;
    height: 1.4322916667vw;
    background: url(../img/profile-line3.png) no-repeat;
    background-size: contain;
  }
  .profile__note-flex-info li:nth-of-type(4)::after {
    position: absolute;
    bottom: -2.0833333333vw;
    content: "";
    width: 91.9270833333vw;
    height: 1.4322916667vw;
    background: url(../img/profile-line4.png) no-repeat;
    background-size: contain;
  }
  .profile__note-flex-info li:nth-of-type(5)::after {
    position: absolute;
    bottom: -2.0833333333vw;
    content: "";
    width: 91.9270833333vw;
    height: 1.4322916667vw;
    background: url(../img/profile-line5.png) no-repeat;
    background-size: contain;
  }
  .profile__note-flex-info li:nth-of-type(6)::after {
    position: absolute;
    bottom: -2.0833333333vw;
    content: "";
    width: 91.9270833333vw;
    height: 1.4322916667vw;
    background: url(../img/profile-line6.png) no-repeat;
    background-size: contain;
  }
}
.profile__note-flex-info li span {
  font-size: 32px;
}
@media (max-width: 1200px) {
  .profile__note-flex-info li span {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .profile__note-flex-info li span {
    font-size: 7.2916666667vw;
  }
}
.profile__note-txt {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .profile__note-txt {
    margin-bottom: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .profile__note-txt {
    width: 90%;
    margin: 0 auto 5.2083333333vw;
  }
}
.profile__note-txt h3 {
  margin-bottom: 18px;
  font-size: 40px;
}
@media (max-width: 1200px) {
  .profile__note-txt h3 {
    margin-bottom: 1.5vw;
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .profile__note-txt h3 {
    margin-bottom: 1.5625vw;
    font-size: 5.9895833333vw;
  }
}
.profile__note-txt p {
  font-size: 31px;
  line-height: 1.83;
}
@media (max-width: 1200px) {
  .profile__note-txt p {
    font-size: 2.5833333333vw;
  }
}
@media (max-width: 768px) {
  .profile__note-txt p {
    font-size: 5.46875vw;
    line-height: 1.6;
  }
}
.profile__space {
  height: 10px;
}
@media (max-width: 1200px) {
  .profile__space {
    height: 0.8333333333vw;
  }
}
.profile .tag {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 130px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 4px 0px 15px -8px #4a4a4a;
  color: #fff;
  background: #f067a7;
  font-family: "riipop";
  text-align: center;
  right: 72px;
}
@media (max-width: 1200px) {
  .profile .tag {
    width: 4.1666666667vw;
    height: 10.8333333333vw;
    border-top-right-radius: 0.3333333333vw;
    border-bottom-right-radius: 0.3333333333vw;
    box-shadow: 0.3333333333vw 0 1.25vw -0.6666666667vw #4a4a4a;
    right: 6vw;
  }
}
@media (max-width: 768px) {
  .profile .tag {
    right: 0;
    top: 108.0729166667vw;
    width: 29.9479166667vw;
    height: 7.8125vw;
    border-radius: 1.5625vw;
  }
}
.profile .tag h4 {
  font-size: 22px;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
@media (max-width: 1200px) {
  .profile .tag h4 {
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 768px) {
  .profile .tag h4 {
    font-size: 3.90625vw;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
}
.profile .tag1 {
  top: 80px;
  background: #ff9b57;
}
@media (max-width: 1200px) {
  .profile .tag1 {
    top: 6.6666666667vw;
  }
}
@media (max-width: 768px) {
  .profile .tag1 {
    top: 108.0729166667vw;
    left: 0vw;
  }
}
.profile .tag2 {
  top: 220px;
  height: 150px;
  background: #6dcaf3;
}
@media (max-width: 1200px) {
  .profile .tag2 {
    top: 18.3333333333vw;
    height: 12.5vw;
  }
}
@media (max-width: 768px) {
  .profile .tag2 {
    top: 108.0729166667vw;
    height: 7.8125vw;
    left: 33.203125vw;
  }
}
.profile .tag3 {
  top: 380px;
}
@media (max-width: 1200px) {
  .profile .tag3 {
    top: 31.6666666667vw;
  }
}
@media (max-width: 768px) {
  .profile .tag3 {
    top: 108.0729166667vw;
  }
}
.profile .back p {
  padding-right: 41px;
  margin-top: 50px;
  text-align: right;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .profile .back p {
    padding-right: 3.4166666667vw;
    margin-top: 4.1666666667vw;
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 768px) {
  .profile .back p {
    padding-right: 0;
    margin-top: 9.1145833333vw;
    text-align: center;
    font-size: 5.2083333333vw;
  }
}

@media (max-width: 768px) {
  .profile.main-top {
    margin-top: 0 !important;
  }
}

.diary {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 40px 0;
  border-bottom: 1px dashed #595757;
  font-family: "Noto Sans JP", sans-serif;
}
.diary-date {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .diary-date {
    font-size: 1.0833333333vw;
  }
}
@media (max-width: 768px) {
  .diary-date {
    font-size: 3.6458333333vw;
  }
}
.diary-name {
  color: #ff33a3;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .diary-name {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .diary-name {
    font-size: 3.90625vw;
  }
}
.diary-text {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .diary-text {
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .diary-text {
    font-size: 3.6458333333vw;
    line-height: 1.5;
  }
}
.diary-img img {
  width: 100%;
}
@media (max-width: 1200px) {
  .diary-img img {
    width: 32.6666666667vw;
  }
}
@media (max-width: 768px) {
  .diary-img img {
    width: 70%;
  }
}
.diarywrap .diary__list {
  border: 1px solid #ff33a3;
  padding: 0 20px 100px;
}
@media (max-width: 768px) {
  .diarywrap .diary__list {
    border: none;
    padding: 0 20px 100px;
  }
}
.diarywrap .diary__list .cast__box__list {
  display: flex;
  justify-content: flex-start;
}
.diarywrap .diary__list .cast__box__list .diary {
  width: 32.5%;
}
@media (max-width: 768px) {
  .diarywrap .diary__list .cast__box__list .diary {
    width: 100%;
  }
}
.diarywrap .diary__list .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 90px 0 60px;
  color: #ff33a3;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .diarywrap .diary__list .pagination {
    margin: 7.5vw 0 5vw;
  }
}
@media (max-width: 768px) {
  .diarywrap .diary__list .pagination {
    font-size: 3.6458333333vw;
    gap: 1.3020833333vw;
  }
}
@media (max-width: 440px) {
  .diarywrap .diary__list .pagination {
    font-size: 5.4545454545vw;
  }
}
.diarywrap .diary__list .pagination a {
  text-decoration: none;
  color: gray;
  margin: 0 5px;
}
@media (max-width: 1200px) {
  .diarywrap .diary__list .pagination a {
    margin: 0 0.4166666667vw;
  }
}
.diarywrap .diary__list .pagination a.active {
  color: #ff33a3;
  font-weight: bold;
  text-decoration: underline;
}
.diarywrap .diary__list .pagination .inactive {
  color: gray;
}
.diarywrap .diary__list .pagination span {
  margin: 0 10px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .diarywrap .diary__list .pagination span {
    margin: 0 0.8333333333vw;
  }
}/*# sourceMappingURL=style.css.map */