@charset "UTF-8";
/* Universal box-sizing reset */
*,
*::before,
*::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  zoom: 1;
}

/* Set default styles for html */
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
input,
textarea,
label {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-size-adjust: 0.5;
}

html,
body {
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 100vw;
  overflow-x: clip;
}

strong {
  font-style: normal;
  line-height: 1;
  font-weight: 600;
}

/* Reset default link styles */
a {
  text-decoration: none; /* Remove underlines from all links */
  color: inherit; /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  outline: none;
  cursor: pointer;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none; /* Remove borders on form elements */
  background: transparent; /* Make background transparent */
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
li {
  list-style-type: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

iframe {
  border: none;
  display: block;
}

:root {
  -wh: #fff;
  --bk: #000;
  --rd: #ba1c22;
  --gold: #b19525;
  --bei: #dfdccd;
  --font1: "Shippori Mincho";
  --font2: "Zen Kaku Gothic New";
}

a {
  transition: all 0.3s ease;
}
a:hover {
  transition: all 0.3s ease;
}

.js-tick {
  overflow: hidden;
  white-space: nowrap;
}

.js-tick-track {
  display: inline-flex;
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: loopText var(--loop-duration, 10s) linear infinite;
          animation: loopText var(--loop-duration, 10s) linear infinite;
}

.js-tick-item {
  display: inline-block;
  padding-right: 4rem;
}

@-webkit-keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}

@keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}
.js-typein {
  opacity: 0;
}

.js-tab-panel {
  display: none;
  opacity: 0;
}
.js-tab-panel.is-show {
  display: block;
  -webkit-animation: panel-show 0.6s ease forwards;
  animation: panel-show 0.6s ease forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gjs-dashed .drawer {
  transform: translateX(0) !important;
}

body {
  margin: 0;
}

:root {
  --pk1: #ffd9e3;
  --pk2: #ff86a6;
  --pk3: #ffbcce;
  --bl1: #cafbff;
  --bl2: #12d5e6;
  --pl1: #eed9ff;
  --pl2: #b65bff;
  --yl1: #fffce4;
  --yl2: #d8d630;
  --gr1: #dddcdc;
  --gr2: #c0bfbf;
  --bg: #f2f2f2;
  --font1:
    "Zen Antique", "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho",
    "Noto Serif JP", "MS PMincho", serif;
  --font2:
    "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Yu Gothic", "YuGothic", "Noto Sans JP", "Meiryo", sans-serif;
  --font3:
    "Playfair Display", "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho",
    "Noto Serif JP", "MS PMincho", serif;
}

html,
body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: clamp(1.875rem, 1.673rem + 0.88vw, 2.5rem);
  letter-spacing: 0.1em;
  overflow-x: clip;
  background-color: #fff;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-style: normal;
}

/* フォントサイズ 13~16pt */
.p-text {
  font-size: clamp(0.813rem, 0.752rem + 0.26vw, 1rem);
  line-height: clamp(1.563rem, 1.36rem + 0.88vw, 2.188rem);
}

.f-13 {
  font-size: 13px;
}

/* フォントサイズ 11~15pt */
.f-15 {
  font-size: clamp(0.813rem, 0.782rem + 0.17vw, 0.938rem);
}

/* フォントサイズ 16~18pt */
.f-18 {
  font-size: clamp(1rem, 0.969rem + 0.17vw, 1.125rem);
}

/* フォントサイズ 17~20pt */
.f-20 {
  font-size: clamp(1.063rem, 1.016rem + 0.25vw, 1.25rem);
}

/* フォントサイズ 18~25pt */
.f-25 {
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
}

/* フォントサイズ 20~30pt */
.f-30 {
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
}

/* フォントサイズ 19~35pt */
.f-35 {
  font-size: clamp(1.188rem, 0.155rem + 2.15vw, 2.188rem);
}

/* フォントサイズ 21~40pt */
.f-40 {
  font-size: clamp(1.313rem, 1.019rem + 1.57vw, 2.5rem);
}

/* フォントサイズ 21~45pt */
.f-45 {
  font-size: clamp(1.313rem, 0.941rem + 1.98vw, 2.813rem);
}

/* フォントサイズ 40~50pt */
.f-50 {
  font-size: clamp(2.5rem, 2.345rem + 0.83vw, 3.125rem);
}

/* フォントサイズ 21~55pt */
.f-55 {
  font-size: clamp(1.313rem, 0.787rem + 2.81vw, 3.438rem);
}

/* フォントサイズ 40~70pt */
.f-70 {
  font-size: clamp(2.5rem, 1.893rem + 2.63vw, 4.375rem);
}

/* フォントサイズ 30~75pt */
.f-75 {
  font-size: clamp(1.875rem, 1.179rem + 3.71vw, 4.688rem);
}

/* フォントサイズ 60~80pt */
.f-80 {
  font-size: clamp(3.75rem, 3.345rem + 1.75vw, 5rem);
}

/* フォントサイズ 50~120pt */
.f-120 {
  font-size: clamp(3.125rem, 1.708rem + 6.13vw, 7.5rem);
}

/* フォントサイズ 50~95pt */
.f-95 {
  font-size: clamp(3.125rem, 2.416rem + 3.06vw, 5.313rem);
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.line-25 {
  line-height: 25px;
}

.line-30 {
  line-height: 30px;
}

.f-16 {
  font-size: clamp(0.875rem, 0.844rem + 0.17vw, 1rem);
}

.f-ranking {
  font-size: 12px;
}
@media (min-width: 576px) {
  .f-ranking {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .f-ranking {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .f-ranking {
    font-size: 13px;
  }
}

.v-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  line-height: 1.5;
  margin: 0;
}

.v-text2 {
  writing-mode: sideways-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.v-text-p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  line-height: 2.2;
  margin: 0;
}

.font1 {
  font-family: var(--font1);
  font-weight: lighter;
}

.font2 {
  font-family: var(--font2);
}

.font3 {
  font-family: var(--font3);
}

.text-shadow {
  text-shadow: 2px 2px 5px black;
}

.text-shadow2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.text-shadow-white {
  text-shadow: 2px 2px 5px white;
}

.has-shadow {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

.has-shadow2 {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
}

/* テキストカラー*/
.fc-bk {
  color: #000;
}

.fc-wh {
  color: #fff;
}

.fc-pk {
  color: var(--pk2);
}

.fc-pk2 {
  color: #ff658e;
}

.fc-bl {
  color: var(--bl2);
}

.fc-pl {
  color: var(--pl2);
}

.fc-yl {
  color: var(--yl2);
}

.fc-gr {
  color: var(--gr2);
}

.fc-price {
  color: #9e9e9e;
}

/* 背景 */
.bg-bk {
  background-color: #000;
}

.bg-wh {
  background-color: #fff;
}

.bg-pk {
  background-color: var(--pk1);
}

.bg-bl {
  background-color: var(--bl1);
}

.bg-bl2 {
  background-color: #e4fdff;
}

.bg-pl {
  background-color: var(--pl1);
}

.bg-pl2 {
  background-color: #f8efff;
}

.bg-yl {
  background-color: var(--yl1);
}

.bg-gr {
  background-color: var(--bg);
}

/* News表示 画像あり版 */
.news-list .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-list .webgene-item {
  width: 100%;
}

@media (min-width: 768px) {
  .news-list .webgene-item {
    width: 48%;
  }
}
/* ページ共通設定 */
.link-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  width: 220px;
  height: 60px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  gap: 20px;
  border-bottom: 1px solid #000;
}
.link-btn p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  transition: transform 0.3s ease;
}
.link-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
}
.link-btn::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 10px;
  background-image: url("../images/arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  transition: transform 0.3s ease;
}
.link-btn:hover {
  color: #ff658e;
}
.link-btn:hover::after {
  transform: translateX(8px);
}

.link-btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: clamp(15.625rem, 9.55rem + 26.27vw, 34.375rem);
  height: 70px;
  background: #000;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.link-btn-2 p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.link-btn-2::after {
  content: "";
  width: 28px;
  height: 10px;
  flex-shrink: 0;
  background-image: url("../images/arrow1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.link-btn-2:hover {
  color: #ff658e;
}
.link-btn-2:hover::after {
  transform: translateX(8px);
}

.link-btn-3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  gap: 20px;
}
.link-btn-3 p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  transition: transform 0.3s ease;
}
.link-btn-3::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 10px;
  background-image: url("../images/arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  transition: transform 0.3s ease;
}
.link-btn-3:hover {
  color: #ff658e;
}
.link-btn-3:hover::after {
  transform: translateX(8px);
}

.link-btn-4 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  color: #ff658e;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  gap: 20px;
}
.link-btn-4 p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  transition: transform 0.3s ease;
}
.link-btn-4::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 10px;
  background-image: url("../images/arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  transition: transform 0.3s ease;
}
.link-btn-4:hover {
  color: #ff658e;
}
.link-btn-4:hover::after {
  transform: translateX(8px);
}

.link-btn-5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 270px;
  height: 70px;
  background: #000;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.link-btn-5 p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
.link-btn-5::after {
  content: "";
  width: 28px;
  height: 10px;
  flex-shrink: 0;
  background-image: url("../images/arrow1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.link-btn-5:hover {
  color: #ff658e;
}
.link-btn-5:hover::after {
  transform: translateX(8px);
}

.link-btn-6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: clamp(15.625rem, 9.55rem + 26.27vw, 34.375rem);
  height: 70px;
  background: #fff;
  color: #ff658e;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.link-btn-6 p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.link-btn-6::after {
  content: "";
  width: 28px;
  height: 10px;
  flex-shrink: 0;
  background-image: url("../images/arrow1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.link-btn-6:hover {
  color: #ff658e;
}
.link-btn-6:hover::after {
  transform: translateX(8px);
}

.fv {
  padding-top: 40%;
}
@media (min-width: 576px) {
  .fv {
    padding-top: 30%;
  }
}
@media (min-width: 768px) {
  .fv {
    padding-top: 20%;
  }
}
@media (min-width: 992px) {
  .fv {
    padding-top: 15%;
  }
}
@media (min-width: 1400px) {
  .fv {
    padding-top: 10%;
  }
}
.fv__h1 {
  position: relative;
  font-size: clamp(3.125rem, 2.72rem + 1.75vw, 4.375rem);
  font-family: var(--font3);
  font-weight: 900;
  text-align: center;
  z-index: 2;
}
.fv__h1::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 60%;
  top: 55%;
  left: -4%;
  background-color: var(--pk1);
  z-index: -1;
}
.fv__h1-2 {
  position: relative;
  font-size: clamp(3.125rem, 2.72rem + 1.75vw, 4.375rem);
  font-family: var(--font3);
  font-weight: 900;
  text-align: center;
  z-index: 2;
}
.fv__h1-2::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 60%;
  top: 55%;
  left: -4%;
  background-color: var(--bl1);
  z-index: -1;
}
.fv__title {
  font-size: clamp(0.813rem, 0.752rem + 0.26vw, 1rem);
  margin-top: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  text-align: center;
}
.fv__img {
  width: 90%;
}
@media (min-width: 576px) {
  .fv__img {
    width: 100%;
  }
}
.fv__img img {
  width: 100%;
  height: 100%;
}

.scrool-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 40px;
  color: #000;
  text-decoration: none;
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
  font-weight: 500;
  border-left: 2px solid #ff658e;
}
.scrool-btn:last-child {
  border-right: 2px solid #ff658e;
}
.scrool-btn::after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #ff658e;
  border-bottom: 2px solid #ff658e;
  transform: translateY(0) rotate(45deg);
  transition: transform 0.3s ease;
}
.scrool-btn:hover::after {
  transform: translateY(4px) rotate(45deg);
}

.scrool-btn2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: clamp(8.125rem, 5.898rem + 9.63vw, 15rem);
  padding: 0 40px;
  color: #000;
  text-decoration: none;
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
  font-weight: 500;
  border-left: 2px solid var(--bl2);
}
.scrool-btn2:last-child {
  border-right: 2px solid var(--bl2);
}
.scrool-btn2::after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid var(--bl2);
  border-bottom: 2px solid var(--bl2);
  transform: translateY(0) rotate(45deg);
  transition: transform 0.3s ease;
}
.scrool-btn2:hover::after {
  transform: translateY(4px) rotate(45deg);
}

.scrool-btn3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 40px;
  width: clamp(8.125rem, 5.898rem + 9.63vw, 15rem);
  color: #000;
  text-decoration: none;
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
  font-weight: 500;
  border-left: 2px solid #ff658e;
}
.scrool-btn3:last-child {
  border-right: 2px solid #ff658e;
}
.scrool-btn3::after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #ff658e;
  border-bottom: 2px solid #ff658e;
  transform: translateY(0) rotate(45deg);
  transition: transform 0.3s ease;
}
.scrool-btn3:hover::after {
  transform: translateY(4px) rotate(45deg);
}

.gallery-nav {
  display: grid;
  gap: 30px 0;
  /* スマホ：2列 */
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .scrool-btn:nth-child(2n) {
    border-right: 2px solid #ff658e;
  }
}
@media (min-width: 768px) {
  .gallery-nav {
    /* タブレット：3列 */
    grid-template-columns: repeat(3, 1fr);
  }
  .scrool-btn:nth-child(3n) {
    border-right: 2px solid #ff658e;
  }
}
@media (min-width: 1200px) {
  .gallery-nav {
    /* PC：5列 */
    grid-template-columns: repeat(5, 1fr);
  }
  .scrool-btn:nth-child(3n) {
    border-right: none;
  }
  .scrool-btn:nth-child(5n) {
    border-right: 2px solid #ff658e;
  }
}
/*ヘッダー*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 100;
  padding: 15px 20px;
  background: #fff;
}
@media (min-width: 768px) {
  .header {
    padding: 15px 35px;
  }
}
.header__inner {
  width: 100%;
}
.header__left {
  gap: 15px;
}
@media (min-width: 768px) {
  .header__left {
    gap: 25px;
  }
}
.header__burger {
  width: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header__burger div {
  width: 30px;
  height: 2px;
  background: #000;
}
.header__logo-wrap {
  width: 35%;
}
.header__logo {
  width: 100%;
}
.header__logo img {
  width: 100%;
}
.header__right {
  gap: 10px;
}
@media (min-width: 768px) {
  .header__right {
    gap: 20px;
  }
}
.header__p {
  font-size: 10px;
  line-height: 18px;
  transition: 0.3s ease;
}
@media (min-width: 576px) {
  .header__p {
    font-size: 11px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .header__p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .header__p {
    font-size: 14x;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .header__p {
    font-size: 16x;
    line-height: 20px;
  }
}
.header__online {
  color: #000;
}
.header__online:hover {
  color: var(--pk2);
}
.header__btn {
  padding: 8px 0px;
  background-color: #000;
  width: 120px;
}
@media (min-width: 576px) {
  .header__btn {
    width: 120px;
    padding: 8px 2px;
  }
}
@media (min-width: 768px) {
  .header__btn {
    width: 130px;
    padding: 12px;
  }
}
@media (min-width: 768px) {
  .header__btn {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .header__btn {
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .header__btn {
    width: 170px;
  }
}
.header__btn p {
  color: #fff;
  transition: 0.3s ease;
}
.header__btn:hover {
  background-color: var(--pk2);
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--pk1);
  z-index: 999;
  transform: translateX(-100%);
  transition: 0.4s ease;
  gap: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
}
@media (min-width: 768px) {
  .drawer {
    width: 450px;
    ap: 20px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .drawer {
    justify-content: flex-start;
    padding: 50px 0 150px;
  }
}
.drawer__menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 576px) {
  .drawer__menu {
    gap: 10px;
  }
}
.drawer__p {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .drawer__p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .drawer__p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .drawer__p {
    font-size: 16px;
  }
}
.drawer__p:hover {
  color: #ff658e;
}
.drawer__p2 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .drawer__p2 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .drawer__p2 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .drawer__p2 {
    font-size: 16px;
  }
}
.drawer__p2:hover {
  color: #ff658e;
}
.drawer__meme {
  padding: 10px;
  border: #000 1px solid;
  width: 70%;
}
.drawer__btn-wrap {
  gap: 10px;
  width: 70%;
}
@media (min-width: 576px) {
  .drawer__btn-wrap {
    gap: 15px;
  }
}
.drawer__btn {
  width: 100%;
  padding: 12px;
  background-color: #000;
}
.drawer__btn p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .drawer__btn p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .drawer__btn p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .drawer__btn p {
    font-size: 16px;
  }
}
.drawer__btn p:hover {
  color: #ff658e;
}
.drawer__sns {
  gap: 20px;
}
.drawer__close {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.drawer__close::before, .drawer__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.drawer__close::before {
  transform: rotate(45deg);
}
.drawer__close::after {
  transform: rotate(-45deg);
}

.drawer.is-open {
  transform: translateX(0);
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 998;
}

.overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* フッター */
.footer__pull {
  color: #fff;
  gap: 20px;
  justify-content: center;
  height: 300px;
}
@media (min-width: 768px) {
  .footer__pull {
    justify-content: space-between;
    gap: 40px;
    height: 320px;
  }
}
@media (min-width: 992px) {
  .footer__pull {
    height: 340px;
  }
}
@media (min-width: 1200px) {
  .footer__pull {
    height: 280px;
  }
}
.footer__pull a:hover {
  color: var(--pk2);
}
.footer__pull-nav {
  gap: 35px;
}
.footer__pull-p {
  font-size: 12px;
  line-height: 30px;
}
@media (min-width: 576px) {
  .footer__pull-p {
    font-size: 13px;
  }
}
.footer__pull-logo {
  width: 35%;
}
.footer__pull-logo img {
  width: 100%;
}

/* トップ */
.top-fv {
  height: 100dvh;
  min-height: 700px;
}
.top-fv__box {
  gap: 30px;
}
.top-fv__logo {
  width: 40%;
}

.top-sec1 {
  position: relative;
}
.top-sec1__img {
  position: relative;
  width: 80%;
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.top-sec1__img img {
  display: block;
  width: 100%;
}
.top-sec1__img::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100%;
  height: 100%;
  background-color: var(--pk1);
  z-index: -1;
}
@media (min-width: 768px) {
  .top-sec1__img::before {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 768px) {
  .top-sec1__img {
    width: 100%;
  }
}
.top-sec1__h2 {
  font-size: 13px;
  text-align: center;
}
@media (min-width: 576px) {
  .top-sec1__h2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .top-sec1__h2 {
    font-size: 14px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .top-sec1__h2 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .top-sec1__h2 {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .top-sec1__h2 {
    font-size: 25px;
  }
}
.top-sec1__marquee {
  overflow: hidden;
  width: 100%;
}
.top-sec1__track {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
  margin-top: -1%;
}
.top-sec1__track p {
  white-space: nowrap;
  padding-right: 100px;
  font-family: var(--font3);
  font-size: clamp(5rem, 2.975rem + 8.76vw, 11.25rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(245, 138, 166, 0.12);
}

@-webkit-keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.top-sec2__title {
  font-size: 50px;
  color: var(--gr1);
  font-weight: 800;
}
@media (min-width: 576px) {
  .top-sec2__title {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .top-sec2__title {
    font-size: 55px;
  }
}
@media (min-width: 992px) {
  .top-sec2__title {
    font-size: 75px;
  }
}
@media (min-width: 1200px) {
  .top-sec2__title {
    font-size: 90px;
  }
}
@media (min-width: 1400px) {
  .top-sec2__title {
    font-size: 100px;
  }
}
.top-sec2__box {
  border-bottom: 2px solid var(--pk3);
  width: 90%;
}
@media (min-width: 768px) {
  .top-sec2__box {
    border-right: 2px solid var(--pk3);
    border-bottom: none;
    width: 100%;
  }
}
.top-sec2__no {
  font-size: 50px;
  color: var(--pk3);
  font-weight: 900;
}
.top-sec2__img {
  width: 30%;
}
@media (min-width: 768px) {
  .top-sec2__img {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .top-sec2__img {
    width: 30%;
  }
}
.top-sec2__img img {
  width: 100%;
  height: 100%;
}
.top-sec2__h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .top-sec2__h3 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .top-sec2__h3 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .top-sec2__h3 {
    font-size: 20px;
  }
}
.top-sec2__p {
  font-size: 14px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .top-sec2__p {
    font-size: 12px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .top-sec2__p {
    font-size: 12px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .top-sec2__p {
    font-size: 14px;
    text-align: center;
  }
}

.gallery-slider {
  overflow: hidden;
  width: 100%;
}

.gallery-slider__track {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 24px;
  -webkit-animation: galleryLoop 40s linear infinite;
          animation: galleryLoop 40s linear infinite;
}

.gallery-slider__track img {
  width: 150px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .gallery-slider__track img {
    width: 200px;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .gallery-slider__track img {
    width: 250px;
    height: 250px;
  }
}

@-webkit-keyframes galleryLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 12px));
  }
}

@keyframes galleryLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 12px));
  }
}
.top-sec4 {
  position: relative;
}
.top-sec4__h2 {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 1%;
  left: 10%;
  z-index: 2;
}
@media (min-width: 992px) {
  .top-sec4__h2 {
    top: 1%;
    left: 10%;
  }
}
@media (min-width: 1200px) {
  .top-sec4__h2 {
    top: 0%;
    left: 9%;
  }
}
@media (min-width: 1400px) {
  .top-sec4__h2 {
    top: -2%;
    left: 7%;
  }
}
.top-sec4__bg {
  width: 90%;
  margin-bottom: 300px;
}
@media (min-width: 576px) {
  .top-sec4__bg {
    width: 80%;
    margin-bottom: 380px;
  }
}
@media (min-width: 992px) {
  .top-sec4__bg {
    width: 50%;
    margin-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .top-sec4__bg {
    width: 50%;
    margin-bottom: 250px;
  }
}
.top-sec4__img {
  width: 90%;
  position: absolute;
  top: 90%;
  right: 0%;
}
@media (min-width: 576px) {
  .top-sec4__img {
    width: 65%;
    top: 90%;
    right: 5%;
  }
}
@media (min-width: 992px) {
  .top-sec4__img {
    width: 45%;
    top: 20%;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .top-sec4__img {
    width: 45%;
    top: 20%;
    right: 10%;
  }
}
.top-sec4__img img {
  width: 100%;
  height: 100%;
}
.top-sec4__img2 {
  width: 90%;
  position: absolute;
  top: 55%;
  left: 0%;
}
@media (min-width: 576px) {
  .top-sec4__img2 {
    width: 65%;
    top: 43%;
    left: 5%;
  }
}
@media (min-width: 992px) {
  .top-sec4__img2 {
    width: 45%;
    top: 20%;
    left: 10%;
  }
}
@media (min-width: 1200px) {
  .top-sec4__img2 {
    width: 45%;
    top: 20%;
    left: 10%;
  }
}
.top-sec4__img2 img {
  width: 100%;
  height: 100%;
}
.top-sec4__h3 {
  font-size: 18px;
}
@media (min-width: 576px) {
  .top-sec4__h3 {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  .top-sec4__h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .top-sec4__h3 {
    font-size: 25px;
  }
}
.top-sec4__p {
  font-size: 11px;
  line-height: clamp(1.563rem, 1.461rem + 0.44vw, 1.875rem);
}
@media (min-width: 576px) {
  .top-sec4__p {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .top-sec4__p {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .top-sec4__p {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .top-sec4__p {
    font-size: 16px;
  }
}

.top-sec5__logo {
  width: 45%;
}
.top-sec5__logo img {
  width: 100%;
  height: 100%;
}
.top-sec5__left {
  position: relative;
}
.top-sec5__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top-14.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.top-sec5__left::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  background-color: var(--pk1);
  z-index: 0;
}
.top-sec5__left-box {
  width: 80%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .top-sec5__left-box {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .top-sec5__left-box {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .top-sec5__left-box {
    width: 65%;
  }
}
@media (min-width: 1400px) {
  .top-sec5__left-box {
    width: 60%;
  }
}
.top-sec5__p {
  font-size: 10px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .top-sec5__p {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .top-sec5__p {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .top-sec5__p {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  .top-sec5__p {
    font-size: 15px;
  }
}
.top-sec5__right {
  position: relative;
}
.top-sec5__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top-15.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.top-sec5__right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 20px;
  right: 20px;
  background-color: var(--pk1);
  z-index: 0;
}
.top-sec5__warp {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .top-sec5__warp {
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  .top-sec5__warp {
    margin-top: -15px;
  }
}

.top-sec5__left-box,
.top-se5__h3 {
  position: relative;
  z-index: 2;
}

.top-se5__h3 {
  font-weight: 900;
  font-size: clamp(1.25rem, 0.946rem + 1.31vw, 2.188rem);
}

.about-sec1__title {
  font-size: 50px;
  color: var(--gr1);
  font-weight: 800;
  margin-bottom: -6px;
}
@media (min-width: 576px) {
  .about-sec1__title {
    font-size: 60px;
    margin-bottom: -7px;
  }
}
@media (min-width: 768px) {
  .about-sec1__title {
    font-size: 60px;
    margin-bottom: -6px;
  }
}
@media (min-width: 992px) {
  .about-sec1__title {
    font-size: 75px;
    margin-bottom: -10px;
  }
}
@media (min-width: 1200px) {
  .about-sec1__title {
    font-size: 90px;
    margin-bottom: -10px;
  }
}
@media (min-width: 1400px) {
  .about-sec1__title {
    font-size: 100px;
    margin-bottom: -10px;
  }
}
.about-sec1__img {
  width: 80%;
}
@media (min-width: 576px) {
  .about-sec1__img {
    width: 100%;
  }
}
.about-sec1__img img {
  width: 100%;
  height: 100%;
}

.about-sec2__box {
  gap: 30px;
}
.about-sec2__no {
  color: #fff;
  margin-bottom: 25px;
}
.about-sec2__h2 {
  font-size: 45px;
}
@media (min-width: 576px) {
  .about-sec2__h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .about-sec2__h2 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .about-sec2__h2 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .about-sec2__h2 {
    font-size: 70px;
  }
}
.about-sec2__h3 {
  font-size: 15px;
}
@media (min-width: 576px) {
  .about-sec2__h3 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .about-sec2__h3 {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .about-sec2__h3 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .about-sec2__h3 {
    font-size: 18px;
  }
}

.about-sec4__left {
  position: relative;
}
.about-sec4__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/about-7);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.about-sec4__left::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  background-color: var(--pk1);
  z-index: 0;
}
.about-sec4__right {
  position: relative;
}
.about-sec4__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/about-8.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.about-sec4__right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 20px;
  right: 20px;
  background-color: var(--pk1);
  z-index: 0;
}

.pull-sec1__img {
  width: 90%;
  z-index: 1;
}
@media (min-width: 576px) {
  .pull-sec1__img {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .pull-sec1__img {
    width: 50%;
  }
}
.pull-sec1__img img {
  width: 100%;
  height: 100%;
}
.pull-sec1__wrap {
  margin-bottom: 80%;
}
@media (min-width: 576px) {
  .pull-sec1__wrap {
    margin-bottom: 50%;
  }
}
@media (min-width: 768px) {
  .pull-sec1__wrap {
    margin-bottom: 30%;
  }
}
@media (min-width: 992px) {
  .pull-sec1__wrap {
    margin-bottom: 15%;
  }
}
@media (min-width: 1200px) {
  .pull-sec1__wrap {
    margin-bottom: 10%;
  }
}
.pull-sec1__box {
  position: absolute;
  top: 90%;
  right: 0%;
  width: 90%;
  z-index: 0;
}
@media (min-width: 768px) {
  .pull-sec1__box {
    top: 60%;
    right: 0%;
    width: 55%;
  }
}
@media (min-width: 992px) {
  .pull-sec1__box {
    top: 35%;
    right: 7%;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .pull-sec1__box {
    top: 35%;
    right: 7%;
    width: 50%;
  }
}
.pull-sec1__box2 {
  position: absolute;
  top: 90%;
  left: 0%;
  width: 90%;
  margin-bottom: 15%;
  z-index: 0;
}
@media (min-width: 768px) {
  .pull-sec1__box2 {
    top: 60%;
    left: 0%;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .pull-sec1__box2 {
    top: 35%;
    left: 5%;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .pull-sec1__box2 {
    top: 35%;
    left: 10%;
    width: 50%;
  }
}

.pull-sec2__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .pull-sec2__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .pull-sec2__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pull-sec3__wrap {
  position: relative;
  z-index: 1;
}
.pull-sec3__wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  background-color: var(--bl1);
  z-index: -1;
}
.pull-sec3__wrap2 {
  position: relative;
  z-index: 1;
}
.pull-sec3__wrap2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  right: 20px;
  background-color: var(--pl1);
  z-index: -1;
}
.pull-sec3__box {
  gap: 40px;
}
.pull-sec3__table {
  width: 100%;
}
@media (min-width: 576px) {
  .pull-sec3__table {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .pull-sec3__table {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .pull-sec3__table {
    width: 25%;
  }
}
.pull-sec3__tableimg {
  width: 100%;
  height: 100%;
}
.pull-sec3__point {
  width: 100%;
}
@media (min-width: 768px) {
  .pull-sec3__point {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .pull-sec3__point {
    width: 55%;
  }
}
.pull-sec3__img {
  width: 100%;
  height: 400px;
}
@media (min-width: 992px) {
  .pull-sec3__img {
    width: 100%;
    height: 100%;
  }
}
.pull-sec3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-sec1__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* 576px以上 → 2列 */
@media (min-width: 576px) {
  .gallery-sec1__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* 992px以上 → 3列 */
@media (min-width: 992px) {
  .gallery-sec1__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* 1200px以上 → 4列 */
@media (min-width: 1200px) {
  .gallery-sec1__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gallery-video video {
  width: 100%;
  height: auto;
}

.gallery-sec2__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .gallery-sec2__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .gallery-sec2__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .gallery-sec2__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}

.menu-sec1__box {
  width: 100%;
}
.menu-sec1__box p {
  font-size: 11px;
  line-height: 1.4rem;
}
@media (min-width: 576px) {
  .menu-sec1__box p {
    font-size: 13px;
    line-height: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .menu-sec1__box p {
    font-size: 15px;
    line-height: 2rem;
  }
}
@media (min-width: 576px) {
  .menu-sec1__box {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .menu-sec1__box {
    width: 75%;
  }
}

.menu-sec2__title {
  position: relative;
}
.menu-sec2__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -15px;
  left: 0px;
}
.menu-sec2__cat {
  font-size: 13px;
}
@media (min-width: 576px) {
  .menu-sec2__cat {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .menu-sec2__cat {
    font-size: 18px;
  }
}
.menu-sec2__p {
  font-size: 12px;
}
@media (min-width: 576px) {
  .menu-sec2__p {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .menu-sec2__p {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .menu-sec2__p {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .menu-sec2__p {
    font-size: 14px;
  }
}

.info-sec1__left {
  width: 140px;
  font-size: 13px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .info-sec1__left {
    font-size: 14px;
  }
}
.info-sec1__right {
  font-size: 13px;
}
@media (min-width: 1200px) {
  .info-sec1__right {
    font-size: 14px;
  }
}

.info-gm {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .info-gm {
    height: 100%;
  }
}
.info-gm div {
  width: 100%;
  height: 100%;
}

.info-sec2__img {
  position: relative;
  z-index: 1;
}
.info-sec2__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 15px;
  background-color: var(--pk1);
  z-index: -1;
}
.info-sec2__name {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.info-sec2__name::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -15px;
  left: 0px;
}

.sns-link {
  position: relative;
  display: block;
}

.normal,
.hover {
  transition: opacity 0.3s;
}

.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.sns-link:hover .normal {
  opacity: 0;
}

.sns-link:hover .hover {
  opacity: 1;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-img img {
  max-width: 100%;
  max-height: 100%;
}

.modal-img {
  position: relative;
  display: inline-block;
}

.modal-close {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10000;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 576px) {
  .modal-close {
    top: 10%;
  }
}
.menu-btn__box {
  display: flex;
  gap: 10px;
}

@media (min-width: 576px) {
  .menu-btn__box {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .menu-btn__box {
    gap: 20px;
  }
}
.online-sec1__box {
  gap: 10px;
}

.side-slider {
  width: 140px;
  height: 500px;
  overflow: hidden;
}

.sideSwiper-left,
.sideSwiper-right {
  height: 500px;
}

.sideSwiper-left .swiper-slide,
.sideSwiper-right .swiper-slide {
  height: 160px;
}

.sideSwiper-left img,
.sideSwiper-right img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.mobileSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.recruit-sec1__box {
  border: var(--pk3) 1px solid;
  border-radius: 20px;
}
.recruit-sec1__img {
  width: 25%;
  margin-bottom: 15px;
}
.recruit-sec1__img img {
  width: 100%;
  height: 100%;
}
.recruit-sec1__title {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .recruit-sec1__title {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .recruit-sec1__title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .recruit-sec1__title {
    font-size: 20px;
  }
}
.recruit-sec1__title::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 1px;
  background-color: var(--pk3);
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .recruit-sec1__title::after {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .recruit-sec1__title::after {
    width: 250px;
  }
}
.recruit-sec1__p {
  font-size: 13px;
}
@media (min-width: 576px) {
  .recruit-sec1__p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .recruit-sec1__p {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .recruit-sec1__p {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .recruit-sec1__p {
    font-size: 15px;
  }
}

.recruit-sec2__7 {
  font-size: clamp(3.125rem, 1.91rem + 5.25vw, 6.875rem);
}
.recruit-sec2__wrap {
  gap: clamp(0.625rem, 0.423rem + 0.88vw, 1.25rem);
}

.recruit-sec3__title {
  width: 250px;
  font-size: 16px;
  font-family: var(--font1);
}
@media (min-width: 768px) {
  .recruit-sec3__title {
    font-size: 18px;
  }
}
.recruit-sec3__p {
  font-size: 13px;
  line-height: 2rem;
}
@media (min-width: 576px) {
  .recruit-sec3__p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .recruit-sec3__p {
    font-size: 15px;
  }
}
.recruit-sec3__line {
  position: relative;
  margin-bottom: 32px;
}
.recruit-sec3__line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -15px;
  left: 0px;
}

.meme-fv {
  padding-top: 50%;
}
@media (min-width: 576px) {
  .meme-fv {
    padding-top: 40%;
  }
}
@media (min-width: 768px) {
  .meme-fv {
    padding-top: 25%;
  }
}
@media (min-width: 992px) {
  .meme-fv {
    padding-top: 20%;
  }
}
@media (min-width: 1400px) {
  .meme-fv {
    padding-top: 15%;
  }
}
.meme-fv__img {
  width: 30%;
}
.meme-fv__img img {
  width: 100%;
  height: 100%;
}

.meme-sec1__img {
  position: relative;
  z-index: 1;
}
.meme-sec1__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bl1);
  top: 15px;
  left: -15px;
  z-index: -1;
}
.meme-sec1__title {
  font-size: 40px;
}
@media (min-width: 768px) {
  .meme-sec1__title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .meme-sec1__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .meme-sec1__title {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .meme-sec1__title {
    font-size: 55px;
  }
}
.meme-sec1__h2 {
  font-size: 15px;
}
@media (min-width: 576px) {
  .meme-sec1__h2 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .meme-sec1__h2 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .meme-sec1__h2 {
    font-size: 19px;
  }
}

.meme-sec5__img {
  position: relative;
  z-index: 1;
}
.meme-sec5__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 15px;
  background-color: var(--bl1);
  z-index: -1;
}

.menu-tab__nav {
  display: flex;
  border-bottom: 1px solid #333;
  position: relative;
}
.menu-tab__nav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #00dfff;
}

.menu-tab__btn {
  width: 50%;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  color: #999;
  transition: 0.3s;
}

.menu-tab__btn.is-active {
  background: #d8f9ff;
  color: #000;
  border-right: none;
}

.menu-tab__panel {
  display: none;
}

.menu-tab__panel.is-active {
  display: block;
}

.word {
  word-break: keep-all;
}

html {
  scroll-behavior: smooth;
}