@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* 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*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 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-top-width: 1px;
  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] {
  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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  scroll-behavior: smooth;
  overflow: hidden; /* 全体のスクロールを無効化 */
}

body {
  background-image: url("../../images/pc/img_pc-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; /* 全体のスクロールを無効化 */
  height: 100dvh;
  color: #707070;
}

:root {
  --wrapper-padding: 28px; /* パディングの値を定義 */
}

img {
  max-width: 100%;
  height: auto;
}

.pc-top-bar {
  height: 43px;
  object-fit: cover;
}

/* モバイルファーストのベーススタイル */
.container {
  width: 100%;
  height: 100dvh;
  overflow-y: auto; /* モバイルでもスクロール可能に */
  -webkit-overflow-scrolling: touch; /* iOSでのスムーズスクロール */
  /* スクロールバーを非表示にする */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
  overflow-x: hidden;
  touch-action: pan-y;
}

/* Chrome, Safari, Operaなどのスクロールバーを非表示 */
.container::-webkit-scrollbar {
  display: none;
}

/* PCディスプレイ用スタイル */
@media (min-width: 450px) {
  .pc-view-flex {
    position: relative;
    height: 100dvh;
    overflow: hidden;
    display: flex;
    gap: clamp(2.25rem, -0.007rem + 3.6vw, 4.3125rem);
  }
  .pc-view-left {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100dvh;
  }
  .pc-view-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100dvh;
  }
  .pc-view-slider-wrapper .pc-view-slider {
    display: flex;
    transition: transform 0.5s ease;
    width: 200%;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pc-view-slider-wrapper .pc-view-slider img {
    width: 50%;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
  }
  .pc-view-slider-wrapper .top-slider-img-1 {
    width: clamp(25rem, -20.68rem + 71.4vw, 65rem) !important;
    height: clamp(25rem, 3.085rem + 34.2vw, 44.125rem) !important;
    object-fit: contain;
    margin: 0 auto;
  }
  .pc-view-slider-wrapper .top-slider-img-2 {
    width: clamp(21.875rem, -27.4rem + 77vw, 65rem) !important;
    height: clamp(25rem, -2.13rem + 42.4vw, 48.75rem) !important;
    max-width: clamp(50rem, 32.84rem + 26.8vw, 65rem);
    object-fit: contain;
    margin: 0 auto;
  }
  .pc-view-slider-wrapper .pc-view-slider-text {
    text-align: center;
    position: absolute;
    bottom: clamp(3.125rem, 1.04rem + 3.3vw, 5rem);
    left: 50%;
    transform: translateX(-50%);
  }
  .pc-view-slider-wrapper .pc-view-slider-text img {
    max-width: clamp(21.875rem, 13.385rem + 22.7vw, 40.625rem);
    max-height: 48px;
    object-fit: cover;
  }
  .container {
    max-width: 450px;
    margin-left: auto;
    margin-right: clamp(3.125rem, -2.447rem + 14.8vw, 15.3125rem);
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 1024px) {
  .pc-view-left {
    display: none;
  }
  .container {
    margin: 0 auto;
  }
  .pc-top-bar {
    display: none;
  }
}
/* ページ全体でスクロール操作を.containerに転送するためのオーバーレイ */
.scroll-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none; /* クリックイベントを下の要素に通過させる */
}

.hero {
  position: relative;
}
.hero .realease-img {
  width: clamp(13rem, 9.675rem + 14.2vw, 15rem);
  height: clamp(1.8125rem, 1.088rem + 3.1vw, 2.25rem);
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translate(-50%);
}
.hero .sp-icon {
  width: 44px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 14px;
}
.hero .sp-icon::before {
  content: "";
  position: absolute;
  top: -10px; /* 上に10px拡張 */
  left: -10px; /* 左に10px拡張 */
  right: -10px; /* 右に10px拡張 */
  bottom: -10px; /* 下に10px拡張 */
  /* 背景色を一時的に設定して範囲確認（完成後は削除）*/
  background-color: rgba(255, 0, 0, 0.3);
}
.hero .no-scroll {
  overflow: hidden;
}

.pre-register {
  height: 88px;
  background-image: url("../../images/pre-register/sample-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 114px;
}
.pre-register .cat-foots-icon {
  width: 64px;
  height: 74px;
}
.pre-register .pre-register-center {
  text-align: center;
}
.pre-register .pre-register-center .pre-register-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}
.pre-register .pre-register-center .app-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 0;
}
.pre-register .pre-register-center .app-icons img {
  width: 100px;
  height: 34px;
  cursor: pointer;
}
.pre-register .pre-register-center .app-icons img:hover {
  opacity: 0.85;
}
@media screen and (max-width: 1000px) {
  .pre-register .pre-register-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0px;
  }
  .pre-register .pre-register-center .pre-register-title {
    font-size: 20px;
    margin-bottom: 0;
    white-space: nowrap;
    font-weight: 600;
  }
  .pre-register .pre-register-center .app-icons {
    padding-top: 0;
    gap: 8px;
  }
}
@media screen and (max-width: 500px) {
  .pre-register {
    height: 100px;
  }
}

.about {
  background-image: url("../../images/about/img_sp-about-bg.jpg");
  background-size: contain;
  padding-bottom: 60px;
}
.about .about-topbar img {
  vertical-align: top;
}
.about .about-content {
  padding: 0 40px;
}
.about .about-content h2 {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  color: #f89c47;
  font-size: 25px;
  font-weight: 600;
}
.about .about-content .about-text {
  line-height: 2.08;
  color: #707070;
  font-weight: 600;
  font-size: 12px;
  padding-bottom: 74px;
}
.about .about-content .about-text span {
  color: #f89c47;
}
.about .about-content .pv-content {
  text-align: center;
}
.about .about-content .pv-content .video-container {
  position: relative;
  margin: 0 auto;
}
.about .about-content .pv-content .video {
  display: block;
  width: 220px;
  height: 124px;
  margin: 0 auto;
}
.about .about-content .pv-content .flame-container {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about .about-content .pv-content .pv-flame {
  max-width: none;
  width: 289px;
  height: 235px;
  position: relative; /* ここをrelativeに変更 */
}
.about .about-content .pv-content .left-top-hand {
  position: absolute;
  left: -36px;
  width: 71px;
  height: 82px;
  top: 20px;
  object-fit: cover;
  z-index: 2;
}
.about .about-content .pv-content .right-bottom-hand {
  position: absolute;
  width: 45px;
  height: 72px;
  object-fit: cover;
  right: -26px;
  bottom: 18px;
  z-index: 2;
}
.about .about-content .pv-content .pv-pop {
  width: 101px;
  height: 77px;
  position: absolute;
  left: -34px;
  bottom: 12px;
  z-index: 2;
}
.about .about-content .handover {
  padding-top: 57px;
}
.about .about-content .handover h3 {
  font-size: 15px;
  font-weight: 600;
  color: #f89c47;
  text-align: center;
}
.about .about-content .handover .handover-content {
  padding-top: 8px;
  display: flex;
  align-items: center;
}
.about .about-content .handover .nekoparaiten-logo {
  width: 250px;
  object-fit: cover;
}
.about .about-content .handover .handover-text {
  padding-top: 17px;
  font-size: 12px;
  line-height: 2.08;
  color: #707070;
  font-weight: 600;
  text-align: justify;
}
.about .about-content .about-sale {
  padding-top: 15px;
}
.about .about-content .about-sale h3 {
  text-align: center;
  color: #f89c47;
  font-size: 15px;
  font-weight: 600;
}
.about .about-content .about-sale .game-thumbnail {
  position: relative;
}
.about .about-content .about-sale .game-thumbnail .game-flame {
  width: 369px;
  position: relative;
  padding-top: 26px;
}
.about .about-content .about-sale .game-thumbnail .slider-number {
  display: flex;
  align-items: center;
  color: #717171;
  font-size: 8px;
  gap: 3px;
  font-weight: 600;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.about .about-content .about-sale .game-thumbnail .slider-number li {
  cursor: pointer;
  transition: color 0.3s ease;
}
.about .about-content .about-sale .game-thumbnail .slider-number li.active {
  color: #eb6101;
}
.about .about-content .about-sale .game-thumbnail .game-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 280px;
  height: 393px;
  top: 53%;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.about .about-content .about-sale .about-sale-text {
  color: #707070;
  line-height: 2.08;
  font-size: 12px;
  font-weight: 600;
  padding-top: 26px;
}
.about .about-content .about-sale .btn-wrapper {
  margin-top: 38px;
  text-align: center;
}
.about .about-content .about-sale .btn-wrapper .soleil-btn {
  position: relative; /* 疑似要素のために追加 */
  background-color: #fff;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 10px 40px 10px 12px;
  color: #e19645;
  font-size: 12px;
  font-weight: 600;
  /* 破線の疑似要素 */
}
.about .about-content .about-sale .btn-wrapper .soleil-btn img {
  width: 20px;
  height: 20px;
}
.about .about-content .about-sale .btn-wrapper .soleil-btn::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1.5px dashed #ef7620;
  border-radius: 35px;
  pointer-events: none;
}
.about .about-content .about-sale .btn-wrapper .soleil-btn:hover {
  opacity: 0.8;
}
.about .modal-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}
.about .modal-overlay.show {
  display: flex;
}
@media (max-width: 499px) {
  .about .modal-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 500px) and (max-width: 1000px) {
  .about .modal-overlay {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    height: 100%;
  }
}
@media (min-width: 1001px) {
  .about .modal-overlay {
    top: 42px;
    right: clamp(3.125rem, -2.447rem + 14.8vw, 15.3125rem);
    left: auto;
    width: 450px;
    height: 100%;
  }
}
.about .modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  animation: zoomIn 0.3s ease;
}
.about .modal-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  max-width: 90vw;
  max-height: 90vh;
}
.about .close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.about .close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 500px) {
  .about .about-content .about-sale .game-thumbnail .game-img {
    width: clamp(13.5rem, 1.5rem + 51.2vw, 17.5rem);
    height: clamp(20.625rem, 8.813rem + 50.4vw, 24.5625rem);
  }
  .about .about-content .about-sale .game-thumbnail .slider-number {
    font-size: clamp(0.5rem, -0.25rem + 3.2vw, 0.75rem);
    bottom: clamp(0.75rem, -0.75rem + 6.4vw, 1.25rem);
  }
  .about .close-btn {
    top: -35px;
    font-size: 25px;
    width: 35px;
    height: 35px;
  }
  .about .modal-content {
    max-width: 95%;
    max-height: 95%;
  }
}

.neko {
  background-image: url("../../images/neko/img_sp-neko-bg.jpg");
  background-repeat: repeat;
  background-size: contain;
}
.neko .neko-bar {
  background-image: url("../../images/neko/img_neko-title-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: clamp(6.25rem, 4.8rem + 6.2vw, 7.125rem);
}
.neko .neko-bar .neko-bar-inner {
  padding-top: 27px;
}
.neko .neko-bar .neko-left-icon {
  width: 50px;
  height: 36px;
  object-fit: contain;
}
.neko .neko-bar .neko-center {
  text-align: center;
}
.neko .neko-bar .neko-center .neko-title {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 4px;
}
.neko .neko-bar .neko-center .neko-text {
  font-size: 12px;
  color: #ffffff;
  padding-top: 16px;
  white-space: no-wrap;
}
.neko .neko-bar .neko-right-icon {
  width: 51px;
  height: 45px;
  object-fit: contain;
}
.neko .neko-bottom-bar img {
  vertical-align: top;
}
.neko .neko-content {
  margin-top: -20px;
  padding-top: 75px;
}
.neko .neko-content .neko-chractor-slider {
  position: relative;
  width: 100%;
  height: 400px;
}
.neko .neko-content .neko-chractor-slider ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.neko .neko-content .neko-chractor-slider ul li {
  position: absolute;
  transition: all 0.5s ease;
  cursor: pointer;
  pointer-events: none;
}
.neko .neko-content .neko-chractor-slider ul li .popup-icon {
  position: absolute;
  bottom: 30px;
  right: 55px;
  width: 18px;
  height: 18px;
  display: none;
  z-index: 10;
  padding: 10px;
  cursor: pointer;
}
.neko .neko-content .neko-chractor-slider ul li .popup-icon::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
}
.neko .neko-content .neko-chractor-slider ul li .popup-icon img {
  width: 18px;
  height: 18px;
}
.neko .neko-content .neko-chractor-slider ul li img {
  max-width: 300px;
  max-height: 480px;
  object-fit: cover;
}

.neko .neko-content .neko-chractor-slider ul li .adjust-left30 {
  margin-left: 30px;
}

.neko .neko-content .neko-chractor-slider ul li .adjust-left-30 {
  margin-left: -30px;
}
.neko .neko-content .neko-chractor-slider ul li .adjust-left-20 {
  margin-left: -20px;
}
.neko .neko-content .neko-chractor-slider ul li.adjust-left img {
  margin-left: -30px;
}
*/
.neko .neko-content .neko-chractor-slider ul li .popup-icon {
  bottom: 30px;
  right: 55px;
}
.neko .neko-content .neko-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 35px;
  margin-bottom: 80px;
  z-index: 100;
}
.neko .neko-content .neko-slider-nav .neko-slider-prev,
.neko .neko-content .neko-slider-nav .neko-slider-next {
  cursor: pointer;
  margin: 0 15px;
}
.neko .neko-content .neko-slider-nav .neko-slider-prev img,
.neko .neko-content .neko-slider-nav .neko-slider-next img {
  width: 40px;
  height: 40px;
}
.neko .neko-content .neko-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.neko .neko-content .neko-slider-dots .dot {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.neko .neko-content .neko-slider-dots .dot.active {
  background-color: #ff9900;
}
.neko .beloging-content {
  padding-top: 120px;
  padding-bottom: 30px;
}
.neko .beloging-content h3 {
  text-align: center;
  font-size: 25px;
  color: #f99c48;
  font-weight: 600;
}
.neko .beloging-content .beloging-slider {
  padding-top: 7px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
/*
.neko .beloging-content .beloging-slider #map_bastet,
.neko .beloging-content .beloging-slider #map_nya {
  width: 85%;
  margin: 0 auto;
  object-fit: contain;
}
*/
.neko .beloging-content .beloging-slider .map-images {
  position: relative;
}
.neko .beloging-content .beloging-slider .map-images img {
  display: none;
  width: 100%;
  height: clamp(30.8125rem, 25.613rem + 22.2vw, 33.9375rem);
  object-fit: cover;
}
.neko .beloging-content .choose-school {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 5px 10px;
  margin: 40px auto 30px;
  background-color: #fff;
  max-width: 212px;
  border-radius: 40px;
  position: relative;
}
.neko .beloging-content .choose-school::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1.5px dashed #ef7620;
  border-radius: 35px;
  pointer-events: none;
}
.neko .beloging-content .choose-school li {
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  padding: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.neko .beloging-content .choose-school li img {
  width: 21px;
  height: 21px;
  object-fit: cover;
  display: block;
}
.neko .beloging-content .choose-school li.active {
  opacity: 1;
}
.neko .beloging-content .choose-school li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  border-left: 1.5px dashed #ef7620;
}
.neko .beloging-content .choose-school li:first-child::before {
  display: none;
}

.gallery {
  background-image: url("../../images/gallery/img_gallery-background.jpg");
  background-repeat: repeat;
  background-size: contain;
  padding-bottom: 76px;
}
.gallery .gallery-bar {
  background-image: url("../../images/gallery/img_gallery-bar.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 0;
  gap: 18px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
}
.gallery .gallery-bar img {
  width: 24px;
  height: 22px;
}
.gallery .gallery-small-bar img {
  vertical-align: top;
}
.gallery .gallery-content {
  margin-top: -10px;
  padding-bottom: 54px;
  /* メイン画像エリア */
  /* サムネイルグリッド */
}
.gallery .gallery-content .photo-gallery {
  padding: 0 22px;
}
.gallery .gallery-content h3 {
  text-align: center;
  padding-top: 39px;
  font-size: 20px;
  line-height: 1.5;
  color: #f89c47;
  font-weight: 600;
}
.gallery .gallery-content .gallery-main {
  width: 100%;
  margin-top: 45px;
}
.gallery .gallery-content .gallery-main-image {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.gallery .gallery-content .gallery-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.gallery .gallery-content .gallery-main-caption {
  text-align: center;
  font-size: 12px;
  color: #f89c47;
  font-weight: 600;
  padding-top: 8px;
}
.gallery .gallery-content .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  padding-top: 34px;
  gap: 16px;
}
.gallery .gallery-content .gallery-item {
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s;
  border: 3px solid transparent;
}
.gallery .gallery-content .gallery-item.active {
  border-color: #ffa6bd;
}
.gallery .system-content {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 800px;
}
.gallery .system-content h3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 57px;
  font-size: 20px;
  line-height: 1.5;
  color: #f89c47;
  font-weight: 600;
}
.gallery .system-content .system-slider-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.gallery .system-content .system-slider-wrapper .system-slider {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}
.gallery .system-content .system-slider-wrapper .system-slider li {
  flex: 0 0 138px;
  height: 299px;
  margin: 0 32px;
  transition: all 0.3s ease;
}
.gallery .system-content .system-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  gap: 73px;
}
.gallery .system-content .system-slider-nav img {
  width: 27px;
  height: 30px;
  cursor: pointer;
}
.gallery .system-content .system-slider-nav .system-slider-dots {
  display: flex;
  gap: 3px;
}
.gallery .system-content .system-slider-nav .system-slider-dots .nav-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.gallery .system-content .system-slider-nav .system-slider-dots .nav-dot.active {
  background-color: #eb4f5a;
}

.cregit .cregit-bar {
  background-image: url("../../images/gallery/img_gallery-bar.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
}
.cregit .cregit-bar img {
  width: 24px;
  height: 22px;
}
.cregit .cregit-small-bar img {
  vertical-align: top;
}
.cregit .cregit-content {
  background-image: url("../../images/about/img_sp-about-bg.jpg");
  background-repeat: repeat;
  background-size: contain;
  padding-bottom: 56px;
  color: #868995;
  margin-top: -10px;
}
.cregit .cregit-content .cregit-content-inner {
  padding: 0 48px;
  text-align: center;
  padding-top: 47px;
}
.cregit .cregit-content .cregit-item h3 {
  font-size: 14px;
}
.cregit .cregit-content .cregit-item h4 {
  font-size: 17px;
  font-weight: 600;
  padding-top: 11px;
  line-height: 2.2;
}
.cregit .cregit-content .cregit-item .small-text {
  font-size: 16px;
  white-space: no-wrap;
}
.cregit .cregit-content .cregit-item + .cregit-item {
  margin-top: 26px;
}

.footer {
  background-image: url("../../images/footer/footer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.footer .footer-pre-register {
  background-image: url("../../images/pre-register/sample-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(6.25rem, 4.8rem + 6.2vw, 7.125rem);
  padding-top: 13px;
  padding-bottom: 12px;
}
.footer .footer-pre-register .cat-foots-icon {
  width: 64px;
  height: 74px;
}
.footer .footer-pre-register .pre-register-center {
  text-align: center;
}
.footer .footer-pre-register .pre-register-center .pre-register-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}
.footer .footer-pre-register .pre-register-center .app-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer .footer-pre-register .pre-register-center .app-icons img {
  width: 100px;
  height: 34px;
  cursor: pointer;
}
.footer .footer-pre-register .pre-register-center .app-icons img:hover {
  opacity: 0.85;
}
@media screen and (max-width: 1000px) {
  .footer .footer-pre-register .pre-register-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 12px;
  }
  .footer .footer-pre-register .pre-register-center .pre-register-title {
    font-size: 20px;
    margin-bottom: 0;
    white-space: nowrap;
    font-weight: 600;
  }
  .footer .footer-pre-register .pre-register-center .app-icons {
    padding-top: 0;
    gap: 8px;
  }
  .footer .footer-pre-register .pre-register-center body.iphone .app-icons {
    padding-left: 8px;
  }
}
.footer .footer-topber img {
  vertical-align: top;
}
.footer .footer-content {
  padding: 0 82px;
}
.footer .footer-banner {
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer .footer-banner a:hover {
  opacity: 0.85;
}
.footer .news-content {
  padding-top: 105px;
}
.footer .news-content h3 {
  font-size: 15px;
}
.footer .news-content .news-icons {
  display: flex;
  gap: 16px;
  padding-top: 22px;
}
.footer .news-content .news-icons img {
  width: 41px;
  height: 41px;
  cursor: pointer;
}
.footer .news-content .news-icons img:hover {
  opacity: 0.8;
}
.footer .share-content {
  padding-top: 22px;
}
.footer .share-content h3 {
  font-size: 15px;
}
.footer .share-content .share-content-icons {
  display: flex;
  gap: 13px;
  padding-top: 22px;
}
.footer .share-content .share-content-icons img {
  width: 41px;
  height: 41px;
  cursor: pointer;
}
.footer .share-content .share-content-icons img:hover {
  opacity: 0.8;
}
.footer .copy-right {
  margin-top: 133px;
  padding-bottom: 55px;
  color: #fff;
  white-space: nowrap;
}
.footer .copy-right p {
  font-size: 10px;
}

.mobile-menu {
  position: fixed;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu.is-active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .mobile-menu-inner {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f5e6;
  padding: clamp(2.5rem, 0.413rem + 8.9vw, 3.75rem) clamp(1.25rem, 0.225rem + 4.4vw, 1.875rem);
  padding-bottom: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.is-active .mobile-menu .mobile-menu-inner {
  transform: translateX(0);
}
.mobile-menu .mobile-menu-close {
  position: absolute;
  right: 20px;
  top: 14px;
  cursor: pointer;
}
.mobile-menu .mobile-menu-close .mobile-close-btn {
  width: 41px;
  height: 38px;
}
.mobile-menu .mobile-menu-nav {
  padding-top: clamp(4.75rem, 1rem + 16vw, 6rem);
}
.mobile-menu .mobile-menu-nav li + li {
  margin-top: clamp(2.25rem, 0.75rem + 6.4vw, 2.75rem);
}
.mobile-menu .mobile-menu-nav li {
  margin-bottom: clamp(0.9375rem, -0.087rem + 4.4vw, 1.5625rem);
  display: flex;
  flex-direction: column;
}
.mobile-menu .mobile-menu-nav li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  font-weight: 600;
  color: #f89c47;
  padding: clamp(0.3125rem, -0.2rem + 2.2vw, 0.625rem) 0;
}
.mobile-menu .mobile-menu-nav li a:hover {
  opacity: 0.7;
}
.mobile-menu .mobile-menu-nav li a .sp-menu-stamp {
  width: 44px;
  height: 32px;
}
.mobile-menu .mobile-menu-nav li .sp-menu-border {
  width: 100%;
  height: 2px;
  position: relative;
  z-index: 3;
}
.mobile-menu .mobile-menu-nav li .sp-pre-register {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  color: #f89c47;
  gap: 10px;
}
.mobile-menu .mobile-menu-nav li .sp-pre-register .sp-menu-stamp {
  width: 44px;
  height: 32px;
  align-self: start;
}
.mobile-menu .mobile-menu-nav li .sp-pre-register-icons {
  display: flex;
  gap: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.mobile-menu .mobile-menu-nav li .sp-pre-register-icons img {
  width: 137px;
  height: 46px;
}

@media (max-width: 499px) {
  .mobile-menu {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 500px) and (max-width: 1000px) {
  .mobile-menu {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    max-width: 450px;
  }
}
@media (min-width: 1001px) {
  .mobile-menu {
    top: 0;
    right: clamp(3.125rem, -2.447rem + 14.8vw, 15.3125rem);
    left: auto;
    width: 450px;
    max-width: 450px;
    transform: none;
  }
}
.no-scroll {
  overflow: hidden;
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 450px;
  height: 100%;
  background: #fff;
  display: none;
  z-index: 999;
}

.popup-modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popup-bg {
  position: absolute;
  top: 8%;
  left: -126px;
  width: 429px;
  height: 452px;
  z-index: 1;
}
.popup-bg img {
  object-fit: cover;
}

.popup-body {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.popup-body .popup-character {
  position: absolute;
  left: 0;
  width: clamp(35rem, 10.019rem + 53.3vw, 40rem);
  height: clamp(35rem, -0.99rem + 133.3vw, 40rem);
  z-index: 2;
  object-fit: contain;
}
.popup-body .popup-chracter-top {
  position: absolute;
  right: 15px;
  top: 40%;
  z-index: 3;
}
.popup-body .popup-chracter-top ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.popup-body .popup-chracter-top ul li img {
  width: 101px;
  height: 101px;
}
.popup-body .popup-school-wrapper {
  position: absolute;
  top: 41%;
  left: 0px;
  width: 240px;
  height: clamp(11.625rem, 4.125rem + 32vw, 14.125rem);
  z-index: 3;
}
.popup-body .popup-school-wrapper .popup-school-logo {
  position: absolute;
  left: 50px;
  width: clamp(4.25rem, 1.625rem + 11.2vw, 5.125rem);
  height: clamp(4rem, 1.375rem + 11.2vw, 4.875rem);
  display: block;
  object-fit: contain;
}
.popup-body .popup-school-wrapper .popup-character-content {
  position: absolute;
  top: 46%;
  left: 10px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #f99c48;
  z-index: 4;
  pointer-events: none;
  font-weight: 600;
}
.popup-body .popup-school-wrapper .popup-character-content .popup-chracter-text {
  position: absolute;
  top: -80px;
}
.popup-body .popup-school-wrapper .popup-character-content .cv {
  position: absolute;
  top: 91px;
  left: 28px;
  white-space: nowrap;
  padding: 4px 31px;
  border-radius: 4px;
  font-size: 15px;
}
.popup-body .popup-school-wrapper .popup-character-content .cv .cv-wrapper {
  color: #fff;
  font-size: 15px;
}
.popup-body .character-about {
  position: absolute;
  font-size: 10px;
  line-height: 1.5;
  padding: 0 40px;
  top: 72%;
  z-index: 2;
  color: #666666;
  background-color: rgba(255, 255, 255, 0.63); /* 白色に63%の透明度 */
  /* opacity: 63%; この行は削除 */
}
.popup-body .popup-close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1000;
}

@media screen and (max-width: 400px) {
  .popup-modal .popup-body .popup-chracter-top {
    top: 36%;
  }
  .popup-modal .popup-body .popup-school-plate-wrapper {
    top: 58%;
  }
  .popup-modal .popup-body .popup-school-plate-wrapper {
    top: 40%;
  }
  .popup-modal .popup-close-btn {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
  }
  .popup-modal .character-about {
    top: 77%;
    font-size: 9px;
  }
}
@media (max-width: 499px) {
  .popup-modal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 500px) and (max-width: 1000px) {
  .popup-modal {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    max-width: 450px;
  }
}
@media (min-width: 1001px) {
  .popup-modal {
    top: 0;
    right: clamp(3.125rem, -2.447rem + 14.8vw, 15.3125rem);
    left: auto;
    width: 450px;
    max-width: 450px;
    transform: none;
  }
}