@charset "UTF-8";
/*-----------------------------------------
BASE
-----------------------------------------*/
/*-----------------------------------------
リセットCSS
-----------------------------------------*/
/*! 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;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* 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;
  /* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

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

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;
  clear: both;
  /* 1 */
  height: 0;
  margin: 0;
  /* 2 */
  border-top-width: 1px;
  /* 1 */
  overflow: visible;
  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;
  color: inherit;
  text-decoration: none;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 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 {
  min-width: 0;
  margin: 0;
  padding: 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] {
  -moz-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 {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

/*--------------------------------------------
1.サイズ、メディアクエリ設定
------------------------------------------- */
/* --- デバイスサイズ --- */
/* --- メディアクエリ設定 --- */
/* --- 2.カラー設定 --- */
/*---------------------------------------
3.font設定
-------------------------------------- */
/*--- Google font ---*/
/* --- 指定font --- */
/* -------------------------------------
4.その他設定
------------------------------------- */
/* --- pc以外ホバーアニメーションを制限 --- */
/*=========================================
BASE

1.フォント設定
2.その他設定
==========================================/

/* ----------------------------------------
1.フォント設定
---------------------------------------- */
/*--- font: Line Seed ---*/
/* Regular */
@font-face {
  font-family: "LINE Seed";
  font-weight: 400;
  font-display: swap;
  src: url("../font/EOT/LINESeedJP_TTF_Rg.eot");
  src: url("../font/EOT/LINESeedJP_TTF_Rg.eot?#iefix") format("embedded-opentype"), url("../font/WOFF2/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../font/WOFF/LINESeedJP_OTF_Rg.woff") format("woff");
}
/* Bold */
@font-face {
  font-family: "LINE Seed";
  font-weight: bold;
  font-display: swap;
  src: url("../font/EOT/LINESeedJP_TTF_Bd.eot");
  src: url("../font/EOT/LINESeedJP_TTF_Bd.eot?#iefix") format("embedded-opentype"), url("../font/WOFF2/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../font/WOFF/LINESeedJP_OTF_Bd.woff") format("woff");
}
/* Bold */
@font-face {
  font-family: "LINE Seed bold";
  font-weight: 800;
  font-display: swap;
  src: url("../font/WOFF/LINESeedJP_OTF_Eb.woff");
}
/*--- Ange Regular ---*/
@font-face {
  font-family: "Ange Regular";
  font-display: swap;
  src: url("../font/TTF/ANGERG__.ttf") format("truetype"), url("../font/WOFF/ANGERG__.woff") format("woff");
}
/*--- Calligraph421 BT ---*/
@font-face {
  font-family: "Calligraph421 BT";
  font-display: swap;
  src: url("../font/TTF/calligraphic-421-bt.ttf") format("truetype"), url("../font/WOFF/calligraphic-421-bt.woff") format("woff");
}
/*--- Sheila Crayon ---*/
@font-face {
  font-family: "Sheila Crayon";
  font-display: swap;
  src: url("../font/TTF/Sheila-Crayon.ttf") format("truetype"), url("../font/WOFF/Sheila-Crayon.woff") format("woff");
}
/* ----------------------------------------
2.その他設定
---------------------------------------- */
@media (max-width: 374px) {
  html {
    min-width: 320px;
  }
}

/*--- テキストの全文字大文字 ---*/
.uppercase {
  text-transform: uppercase;
}

/*--- 画像サイズ設定 ---*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*--- 文章折り返し設定 ---*/
.nowrap {
  white-space: nowrap;
}

/*--- デバイス別表示設定 ---*/
.pc {
  display: block; /* デフォルトで表示 */
}

.tab {
  display: none !important; /* タブレット用はデフォルトで非表示 */
}

.sp {
  display: none !important; /* スマートフォン用はデフォルトで非表示 */
}

/* タブレット用スタイル */
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .tab {
    display: block !important;
  }
}
/* スマートフォン用スタイル */
@media (max-width: 480px) {
  .pc {
    display: none;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: block !important;
  }
}
/*--- telリンク無効 ---*/
a[href^="tel:"] {
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*-----------------------------------------
LAYOUT
-----------------------------------------*/
:root {
  --scrollbar-width: 17px;
}

body {
  overflow: hidden;
  color: #666666;
  font-family: "Arial", "Verdana", sans-serif;
  font-weight: 400;
  background-color: #000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s linear;
}

.body-hidden {
  opacity: 0;
  visibility: hidden;
}

.wrapper {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (hover: hover) {
  .wrapper {
    width: calc(100vw + var(--scrollbar-width));
    clip-path: polygon(calc(100% - var(--scrollbar-width)) 0, calc(100% - var(--scrollbar-width)) 100%, 0 100%, 0 0);
  }
}

.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

main {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  height: auto;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(0.95);
  }
  10% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.95);
  }
}
.header {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 8.9vh;
  height: 8.9dvh;
  min-height: 75px;
  max-height: fit-content;
  top: clamp(35px, 12.14px + 2.86vh, 43px);
  top: clamp(35px, 12.14px + 2.86dvh, 43px);
  color: black;
  font-size: 30px;
  background-image: url("../images/header/header-bg.webp");
  background-size: 25px 99.5%;
  background-repeat: repeat-x;
  background-position: 3px bottom;
  aspect-ratio: 1920/96;
  z-index: 100;
}
@media (max-width: 768px) {
  .header {
    background-image: none;
    top: 0;
    height: auto;
  }
}
.header__content {
  display: flex;
  max-width: 1360px;
  width: 100%;
  height: 84%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header__content {
    justify-content: center;
    height: 120px;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .header__content {
    height: 75px;
  }
}
.header__logo {
  position: relative;
  top: -22px;
  width: 8.82%;
  min-width: 95px;
  height: 11.1vh;
  height: 11.1dvh;
  min-height: 87px;
  margin-left: 2.1%;
}
@media (max-width: 768px) {
  .header__logo {
    display: none;
  }
}
.header__logo-link.disabled {
  pointer-events: none;
}
.header__logo-img {
  height: 100%;
}
.header__menu {
  display: flex;
  justify-content: space-between;
  color: #666666;
  width: 85.1%;
  margin-top: 1.54%;
  gap: min(80px, 4.34vw);
}
@media (max-width: 768px) {
  .header__menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 100%;
    background: linear-gradient(90deg, #F67F8F 0%, #8EC1F3 94%);
    z-index: -1;
    overflow-x: hidden;
    transition-duration: 300ms;
    flex-direction: column;
    justify-content: initial;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 30px;
    text-align: left;
    margin-top: 0;
    gap: 0;
  }
}
@media (max-width: 374px) {
  .header__menu {
    padding-top: 10vh;
    padding-top: 10dvh;
  }
}
.header__menu-list {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  height: fit-content;
}
@media (max-width: 768px) {
  .header__menu-list {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
.header__menu-list.tab {
  border-top: 1px solid #fff;
  padding-top: min(30px, 5.85vw);
}
.header__menu-list--lang {
  padding-right: 32px;
}
@media (max-width: 768px) {
  .header__menu-list--lang {
    flex-direction: row;
    padding: 10px calc(6.73% - 10px);
  }
  .header__menu-list--lang .header__menu-item {
    width: auto;
  }
  .header__menu-list--lang .header__menu-item:first-child {
    border-right: 1px solid #fff;
  }
  .header__menu-list--lang .header__menu-link {
    padding: 5px 10px;
  }
  .header__menu-list--lang .header__menu-link:hover {
    background-color: transparent;
  }
}
.header__menu-item {
  border-right: 1px solid #666666;
}
.header__menu-item.header__menu-item--jp {
  padding: 0;
}
.header__menu-item.header__menu-item--en {
  padding: 0;
}
@media (max-width: 768px) {
  .header__menu-item {
    border-right: none;
    width: 100%;
  }
}
.header__menu-item:last-child {
  border-right: none;
}
.header__menu-link {
  display: flex;
  align-items: center;
  transition-duration: 300ms;
  font-size: clamp(0.813rem, 0.52rem + 0.61vw, 1rem);
  padding: 2px clamp(0.75rem, -1.9908rem + 5.7026vw, 2.5rem);
  white-space: nowrap;
}
.header__menu-link:hover {
  color: #E3007F;
}
.header__menu-link:hover .header__menu-image::after {
  opacity: 1;
}
.header__menu-link.header__menu-link--jp {
  justify-content: center;
  width: 30px;
  padding: 0;
}
@media (max-width: 768px) {
  .header__menu-link.header__menu-link--jp {
    width: 50px;
  }
}
.header__menu-link.header__menu-link--en {
  justify-content: center;
  width: 30px;
  padding: 0;
}
@media (max-width: 768px) {
  .header__menu-link.header__menu-link--en {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .header__menu-link {
    width: 100%;
    gap: min(30px, 5.85vw);
    font-size: clamp(16px, 5.12vw, 20px);
    padding: min(3.64%, 18px) 6.73%;
  }
  .header__menu-link:hover:not(.header__menu-link--privacy, .header__menu-link--jp, .header__menu-link--en) {
    background-color: #FFE8F5;
  }
}
.header__menu-link.disabled {
  pointer-events: none;
  color: #E3007F;
}
.header__menu-link.disabled .header__menu-image::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 97%;
  height: 97%;
  border: 3px solid #E3007F;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.header__menu-image {
  display: none;
  position: relative;
}
@media (max-width: 768px) {
  .header__menu-image {
    display: block;
    width: clamp(43px, 11.3vw, 58px);
  }
}
.header__menu-image::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 97%;
  height: 97%;
  border: 3px solid #E3007F;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.header__menu-toggle:checked ~ .header__menu {
  right: 0;
}
.header__menu-icon {
  width: clamp(67px, 14.035vw, 80px);
  display: block;
}
@media (max-width: 374px) {
  .header__menu-icon {
    width: 50px;
  }
}

/*-----------------------------------------
FOOTER
-----------------------------------------*/
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.footer.js-footer-open .footer__inner {
  max-height: calc(100dvh - 30px);
  padding-top: min(2.5%, 47px);
  padding-bottom: min(1.5%, 21px);
}
@media (max-width: 768px) {
  .footer.js-footer-open .footer__inner {
    padding-top: 13.6%;
    padding-bottom: 20px;
  }
}
.footer.js-footer-open .footer__endroll-link {
  transform: translateY(0);
}

.footer__controls {
  position: absolute;
  top: clamp(-144px, 72px - 20vh, -88px);
  left: 0;
  right: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 41.7%;
  height: clamp(67.5px, 31.8px + 4.46vh, 80px);
  min-width: 540px;
  min-height: 67.5px;
  gap: 5%;
  max-width: 800px;
}
@media (max-width: 768px) {
  .footer__controls {
    display: none;
  }
}

.footer__link-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  max-width: 80px;
  max-height: 80px;
  border-radius: 50% 50% 0 0;
}

.footer__link-button img {
  width: 100%;
  min-height: 50px;
  max-width: 80px;
  max-height: 80px;
}

.footer__link-button::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 97%;
  height: auto;
  aspect-ratio: 1/1;
  border: 0.25em solid #E3007F;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}

/* 無効化されたボタンのスタイル */
.footer__link-button.disabled {
  pointer-events: none;
}
.footer__link-button.disabled .footer__link-name {
  opacity: 1;
}
.footer__link-button.disabled::after {
  opacity: 1;
}

.footer__link-button:hover .footer__link-name {
  opacity: 1;
}
.footer__link-button:hover::after {
  opacity: 1;
}

.footer__link-name {
  display: block;
  white-space: nowrap;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(0.6875rem, 0.4787rem + 0.4344vw, 1rem);
  transition: all 0.3s;
  color: #E3007F;
  opacity: 0;
}

.footer__menu-button-box {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-inline: 40px;
  max-width: 1658px;
  z-index: 100;
  text-transform: uppercase;
}

.footer__menu-button {
  display: grid;
  place-items: center;
  background-color: #96BCEC;
  width: 80px;
  height: 24px;
  border-radius: 13px 13px 0 0;
  margin-left: auto;
  font-size: clamp(0.6875rem, 0.0568rem + 1.3123vw, 1rem);
  color: #FFFFFF;
}

.footer__inner {
  max-height: 0;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #FFFFFF;
  transition: all 0.5s;
}
@media (hover: hover) {
  .footer__inner {
    width: calc(100vw + 17px);
    clip-path: polygon(calc(100% - 17px) 0, calc(100% - 17px) 100%, 0 100%, 0 0);
  }
}

.canvas-base, .canvas-overlay {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  object-fit: cover;
}

.canvas-overlay {
  filter: brightness(0.7);
  mix-blend-mode: hard-light;
}

.footer__main-contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 82.6%;
  max-width: 1586px;
  min-width: 710px;
  margin: 0 auto 18px;
}
@media (max-width: 768px) {
  .footer__main-contents {
    flex-direction: column;
    align-items: center;
    width: 89%;
    max-width: 500px;
    min-width: initial;
    margin: 0 auto 5.21%;
  }
}

.footer__main-content {
  width: 45.62%;
  max-width: 720px;
  min-width: 200px;
}
@media (max-width: 768px) {
  .footer__main-content {
    position: static;
    z-index: 1;
    width: 100%;
    min-width: initial;
    margin-bottom: 7.7%;
  }
}

.footer__main-title {
  font-size: clamp(0.875rem, 0.4574rem + 0.8688vw, 1.5rem);
  letter-spacing: 0.1em;
  line-height: 1.15;
  margin-bottom: 3.6%;
}
@media (max-width: 768px) {
  .footer__main-title {
    font-size: clamp(1.125rem, 0.6479rem + 2.0356vw, 1.625rem);
    margin-bottom: 6.6%;
  }
}

.footer__logo {
  max-width: 675px;
  width: 93.75%;
  margin-left: -3%;
  margin-bottom: 2.8%;
}
@media (max-width: 768px) {
  .footer__logo {
    margin: 0 auto 7%;
  }
}

.footer__workstyle {
  font-size: clamp(0.75rem, 0.583rem + 0.3475vw, 1rem);
  line-height: 1.3;
  margin-bottom: 10%;
}
@media (max-width: 768px) {
  .footer__workstyle {
    font-size: clamp(0.875rem, 0.3979rem + 2.0356vw, 1.375rem);
    line-height: 1.5;
    margin-bottom: 2.5%;
  }
}

.footer__copyright {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.088em;
  font-size: clamp(0.71875rem, 0.6352rem + 0.1738vw, 0.84375rem);
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: clamp(0.75rem, 0.3922rem + 1.5267vw, 1.125rem);
    line-height: 1.6;
  }
}
@media (max-width: 374px) {
  .footer__copyright {
    font-size: 10px;
  }
}

.footer__copyright--gekko {
  display: inline-block;
  font-size: clamp(0.78125rem, 0.6977rem + 0.1738vw, 0.90625rem);
  padding-right: 0.5em;
  transition: all 0.3s;
}
.footer__copyright--gekko:hover {
  color: #E3007F;
}
@media (max-width: 768px) {
  .footer__copyright--gekko {
    font-size: clamp(0.8125rem, 0.395rem + 1.7812vw, 1.25rem);
  }
}
@media (max-width: 374px) {
  .footer__copyright--gekko {
    font-size: 12px;
  }
}

.footer__copyright--policy {
  display: inline-block;
  transition: all 0.3s;
  font-size: clamp(0.78125rem, 0.6977rem + 0.1738vw, 0.90625rem);
  padding-left: 0.8em;
}
.footer__copyright--policy:hover {
  color: #E3007F;
}
@media (max-width: 768px) {
  .footer__copyright--policy {
    font-size: clamp(0.8125rem, 0.3354rem + 2.0356vw, 1.3125rem);
  }
}
@media (max-width: 374px) {
  .footer__copyright--policy {
    font-size: 12px;
  }
}

.footer__about {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 843px;
  max-width: min-content;
}
@media (max-width: 768px) {
  .footer__about {
    width: 100%;
  }
}

.footer__about-top {
  width: 60.4%;
  min-width: 260px;
  margin-left: 8%;
  margin-bottom: 4%;
}
@media (max-width: 768px) {
  .footer__about-top {
    width: 100%;
    margin-left: 0;
    margin-bottom: 12%;
  }
}

.footer__tagline {
  margin-bottom: min(8.7%, 45px);
  font-family: "LINE Seed", sans-serif;
}
@media (max-width: 768px) {
  .footer__tagline {
    margin-bottom: min(6%, 18px);
  }
}

.footer__tagline-title {
  font-size: clamp(1.5rem, 0.1954rem + 2.4413vw, 3.125rem);
  font-weight: bold;
  letter-spacing: 0.105em;
  padding-top: 3px;
  padding-bottom: 8px;
  margin-bottom: -7px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .footer__tagline-title {
    font-size: clamp(2.0625rem, 1.0487rem + 4.3257vw, 3.125rem);
    line-height: 1.3;
  }
}
@media (max-width: 374px) {
  .footer__tagline-title {
    font-size: 30px;
  }
}

.footer__tagline-catchphrase {
  font-size: clamp(0.8125rem, 0.3107rem + 0.939vw, 1.4375rem);
  letter-spacing: 0.155em;
  padding-bottom: 4px;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer__tagline-catchphrase {
    font-size: clamp(1.1875rem, 0.5315rem + 2.799vw, 1.875rem);
    letter-spacing: 0.1em;
  }
}
@media (max-width: 374px) {
  .footer__tagline-catchphrase {
    font-size: 16.5px;
  }
}

.footer__social-icons {
  display: flex;
  max-width: 509px;
  justify-content: center;
  gap: 5%;
}
@media (max-width: 768px) {
  .footer__social-icons {
    width: 98%;
    gap: max(5%, 15px);
  }
}
.footer__social-icons .social-icon__link[title=X]::after {
  background-image: url("../../assets/images/footer/x-icon-grad.svg");
}
.footer__social-icons .social-icon__link[title=facebook]::after {
  background-image: url("../../assets/images/footer/footer-facebook-icon-grad.svg");
}
.footer__social-icons .social-icon__link[title=instagram]::after {
  background-image: url("../../assets/images/footer/image-box-grad.svg");
}
.footer__social-icons .social-icon__link[title=threads]::after {
  background-image: url("../../assets/images/footer/threads-icon-grad.svg");
}
.footer__social-icons .social-icon__link[title=linkedin]::after {
  background-image: url("../../assets/images/footer/linkedin-icon-grad.svg");
}
.footer__social-icons .social-icon__link[title=pinterest]::after {
  background-image: url("../../assets/images/footer/pinterest-icon-grad.svg");
}
@media (hover: hover) {
  .footer__social-icons .social-icon__link:hover .social-icon__body {
    background-color: #FFFFFF;
    transition: all 0.3s;
    clip-path: circle(47% at 50% 50%);
  }
}
@media (hover: hover) and (max-width: 480px) {
  .footer__social-icons .social-icon__link:hover .social-icon__body {
    clip-path: circle(45% at 50% 50%);
  }
}

.social-icon {
  width: 16.8%;
  height: fit-content;
  max-width: 64px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .social-icon {
    min-width: 33px;
    min-width: initial;
  }
}

.social-icon__link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: fit-content;
}
.social-icon__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 0.3s;
}
@media (hover: hover) {
  .social-icon__link:hover::after {
    opacity: 1;
  }
  .social-icon__link:hover .social-icon__core--white {
    opacity: 0;
  }
}

.social-icon__body {
  width: 100%;
  height: 100%;
}

.social-icon__core {
  transition: all 0.3s;
}
.social-icon__core--white {
  fill: #FFFFFF;
}

.footer__about-bottom-text {
  font-size: clamp(1.3125rem, -0.8451rem + 4.0376vw, 4rem);
  font-family: "LINE Seed bold";
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer__about-bottom-text {
    font-size: clamp(2.6875rem, 1.4948rem + 5.0891vw, 3.9375rem);
    line-height: 1.3;
  }
}
@media (max-width: 374px) {
  .footer__about-bottom-text {
    font-size: 36px;
  }
}

.footer__language-switch-box {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1578px;
  min-width: 710px;
  width: 82.18%;
  margin: 2.13% auto 0;
  font-size: clamp(1rem, 0.9165rem + 0.1738vw, 1.125rem);
}
@media (max-width: 768px) {
  .footer__language-switch-box {
    width: 89%;
    max-width: 500px;
    min-width: initial;
    flex-direction: column;
    font-size: clamp(0.9375rem, 0.5797rem + 1.5267vw, 1.3125rem);
  }
}

@media (max-width: 768px) {
  .footer__language-switch {
    align-self: end;
    margin-bottom: 10px;
  }
}

.footer__language-switch-jp {
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 0.5em;
  border-right: solid 1px #FFFFFF;
}
@media (hover: hover) {
  .footer__language-switch-jp:hover {
    opacity: 1;
    color: #E3007F;
  }
  .footer__language-switch-jp:hover + .footer__language-switch-en {
    opacity: 0.5;
    color: #FFFFFF;
  }
}

.footer__language-switch-en {
  transition: all 0.3s;
  color: #E3007F;
}
@media (max-width: 768px) {
  .footer__language-switch-en {
    padding-left: 0.2em;
  }
}

.footer__endroll-link {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 3.44%;
  height: auto;
  aspect-ratio: 73/67;
  min-width: 33px;
  transform: translateY(100%);
  transition: all 0.3s;
}

/*-----------------------------------------
PAGE
-----------------------------------------*/
/*-----------------------------------------
Index
-----------------------------------------*/
.keep-aspect-ratio__bg {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 801px;
  aspect-ratio: 1920/801;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 768px) {
  .keep-aspect-ratio__bg {
    max-width: 455px;
    max-height: 1024px;
    aspect-ratio: 455/1024;
  }
}
@media (max-width: 480px) {
  .keep-aspect-ratio__bg {
    aspect-ratio: 337/667;
  }
}

.index {
  background-image: url(../../assets/images/top/top-bg-pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 768px) {
  .index {
    background-image: url(../../assets/images/top/top-bg-sp.webp);
  }
}

.index__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  width: fit-content;
  height: 86.85vh;
  height: 86.85dvh;
  padding-top: 135px;
  min-width: 769px;
}
@media (max-width: 768px) {
  .index__inner {
    width: 90%;
    height: 100vh;
    height: 100dvh;
    max-width: fit-content;
    padding-top: 0;
    min-height: 500px;
    min-width: initial;
  }
}
@media (max-width: 374px) {
  .index__inner {
    min-height: 500px;
    min-width: 222px;
  }
}

.index__body {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  width: 91.61%;
  height: fit-content;
  max-width: 1759px;
  padding-top: min(15.7vh, 170px);
  padding-top: min(15.7dvh, 170px);
  font-size: 1em;
}
@media (max-width: 768px) {
  .index__body {
    width: 100%;
    max-width: 435px;
    min-width: initial;
    flex-direction: column;
    justify-content: initial;
    padding-top: 11%;
  }
}
@media (max-width: 480px) {
  .index__body {
    padding-top: max(18%, 60px);
  }
}
@media (max-width: 374px) {
  .index__body {
    padding-top: 18%;
  }
}

.index__title-box {
  font-family: "LINE Seed", sans-serif;
}
@media (max-width: 768px) {
  .index__title-box {
    display: contents;
  }
}

.index__title {
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.43;
  font-weight: bold;
  background: linear-gradient(to bottom, #F67F8F 0%, #8EC1F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5.91%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .index__title {
    width: fit-content;
    margin: 0 auto;
    line-height: 1.46;
    margin-bottom: -2px;
    order: 0;
  }
}

.index__text {
  font-size: 0.33em;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .index__text {
    text-align: center;
    font-size: 0.6667em;
    letter-spacing: 0.21em;
    order: 2;
  }
}
@media (max-width: 480px) {
  .index__text {
    margin-top: 5%;
  }
}

@media (max-width: 768px) {
  .index__ampersand {
    display: inline-block;
    padding-top: 3.7%;
    padding-bottom: 2.2%;
    font-size: 0.6363em;
  }
}

.index__img-box {
  width: 39.3%;
  margin-top: 2.3%;
  margin-right: 4%;
  max-width: 690px;
  animation: heartbeat 3s infinite;
}
@media (max-width: 768px) {
  .index__img-box {
    order: 1;
    width: 100%;
    max-width: 436px;
    margin: 0 auto;
  }
}

.identity {
  background-image: url("../images/identity/identity-bg-pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .identity {
    background-image: url("../images/identity/identity-bg-sp.webp");
  }
}

.identity__container {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1290px;
  margin: 0 auto;
  padding-top: max(10vh, 77px);
  height: 81.9vh;
  min-height: 650px;
}
@media (min-width: 769px) and (max-height: 680px) {
  .identity__container {
    min-height: 540px;
  }
}
@media (max-width: 768px) {
  .identity__container {
    min-height: 603px;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .identity__container {
    padding-top: 36.5%;
    min-height: 500px;
  }
}

.identity__container-box {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 52.7%;
  min-width: 570px;
}
@media (max-width: 768px) {
  .identity__container-box {
    flex-direction: column;
    padding-top: 22.6%;
    padding-bottom: 20%;
    width: 100%;
    min-width: initial;
  }
}
@media (max-width: 480px) {
  .identity__container-box {
    padding-top: 0;
  }
}

.identity__container-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80.88%;
}
@media (max-width: 768px) {
  .identity__container-inner {
    width: 100%;
    align-items: center;
    margin-top: 0;
  }
}

.identity__title {
  width: clamp(12.5rem, 10.0092rem + 5.1823vw, 14.1875rem);
  margin-bottom: 5.5%;
}
@media (min-width: 769px) and (max-height: 680px) {
  .identity__title {
    width: 180px;
    margin-bottom: 2%;
  }
}
@media (max-width: 768px) {
  .identity__title {
    width: max(43.8%, 227px);
    margin-left: clamp(0rem, 1.4656rem - 3.0534vw, 0.75rem);
    margin-bottom: max(7.1%, 32px);
  }
}
@media (max-width: 480px) {
  .identity__title {
    width: clamp(170px, 34.13vh - 0.65px, 227px);
    margin-bottom: clamp(18px, 8.38vh - 23.9px, 32px);
  }
}

.identity__text-box {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .identity__text-box {
    width: clamp(17.25rem, -0.5816rem + 76.0814vw, 35.9375rem);
    padding-left: 4.5%;
  }
}

.identity__text-title {
  font-family: "Charm", serif;
  color: #2471A4;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.131rem + 0.7678vw, 1.75rem);
  margin-bottom: 22px;
}
@media (min-width: 769px) and (max-height: 680px) {
  .identity__text-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .identity__text-title {
    font-size: clamp(1.75rem, 0.9747rem + 3.3079vw, 2.5625rem);
    margin-bottom: 19px;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .identity__text-title {
    margin-bottom: 21px;
    font-size: clamp(21px, 4.19vh + 0.05px, 28px);
  }
}

.identity__text {
  font-size: clamp(0.9375rem, 0.6607rem + 0.5758vw, 1.125rem);
  line-height: 2.2;
  margin-bottom: 7px;
  width: 100%;
  max-width: 550px;
  padding-left: 3.8%;
}
@media (min-width: 769px) and (max-height: 680px) {
  .identity__text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .identity__text {
    font-size: clamp(0.75rem, 0.5115rem + 1.0178vw, 1rem);
    padding-left: max(12px, 3.5%);
    line-height: 1.32;
    margin-bottom: max(6%, 20px);
  }
}

.identity__arrow {
  width: clamp(8.75rem, 5.6135rem + 6.5259vw, 10.875rem);
  z-index: 2;
  position: absolute;
  left: clamp(30.625rem, 17.3409rem + 27.6392vw, 39.625rem);
  margin-top: 23.4%;
}
@media (min-width: 769px) and (max-height: 680px) {
  .identity__arrow {
    width: 140px;
  }
}
@media (max-width: 768px) {
  .identity__arrow {
    margin-top: 0;
    left: 59.5%;
    bottom: -15.9%;
    margin-left: clamp(0rem, -1.6102rem + 6.8702vw, 1.6875rem);
    margin-bottom: calc(clamp(0rem, -5.1288rem + 21.883vw, 5.375rem) * -1);
  }
}
@media (max-width: 480px) {
  .identity__arrow {
    left: clamp(120px, 61.62vh - 188.1px, 223px);
    bottom: clamp(-69px, -21.56vh + 74.8px, -33px);
  }
}

.identity__arrow-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  animation: bounce 2s infinite;
}
@media (max-width: 768px) {
  .identity__arrow-link {
    width: clamp(94px, 22.66vw, 174px);
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .identity__arrow-link {
    width: clamp(70px, 14.37vh - 1.85px, 94px);
  }
}

.identity__postmark-box {
  position: absolute;
  top: 170px;
  left: 233px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 165px;
  z-index: -1;
}
@media (max-width: 768px) {
  .identity__postmark-box {
    top: clamp(0rem, -9.5833rem + 31.9444vw, 5.75rem);
    left: 67%;
  }
}
@media (max-width: 480px) {
  .identity__postmark-box {
    top: -1%;
    left: 68.7%;
  }
}

.identity__postmark {
  object-fit: cover;
}

.policy {
  background-image: url("../images/policy/policy-bg-pc.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .policy {
    background-image: url("../images/policy/policy-bg-sp.webp");
    background-position: bottom right;
  }
}

.policy__wrapper {
  max-width: 1584px;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding-top: 2vh;
  padding-top: 2dvh;
  padding-inline: 25px;
}
@media (max-width: 768px) {
  .policy__wrapper {
    padding-top: clamp(0rem, -3.1608rem + 13.486vw, 3.3125rem);
    padding-inline: 0;
  }
}
@media (max-width: 374px) {
  .policy__wrapper {
    min-height: 500px;
  }
}

.policy__container {
  position: relative;
  width: fit-content;
  max-width: 897px;
  max-height: 883px;
}
@media (max-width: 768px) {
  .policy__container {
    display: flex;
    align-items: center;
    top: clamp(-1.1875rem, -3.3344rem + 9.1603vw, 1.0625rem);
  }
}
@media (max-width: 374px) {
  .policy__container {
    top: -50px;
  }
}

.policy__keep-aspect-ratio-bg {
  display: block;
  position: relative;
  width: min(61.06vw, 83.0508406114vh);
  width: min(61.06vw, 83.0508406114dvh);
  height: min(84.81vh, 62.3533556299vw);
  height: min(84.81dvh, 62.3533556299vw);
  min-width: 580px;
  min-height: 571px;
  max-width: 100%;
  max-height: 916px;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 768px) {
  .policy__keep-aspect-ratio-bg {
    width: min(69.53vw, 52.148383025vh);
    width: min(69.53vw, 52.148383025dvh);
    height: min(89.746vh, 119.6593071161vw);
    height: min(89.746dvh, 119.6593071161vw);
    min-width: 360px;
    min-height: 710px;
  }
}
@media (max-width: 480px) {
  .policy__keep-aspect-ratio-bg {
    min-width: 348px;
  }
}
@media (max-width: 374px) {
  .policy__keep-aspect-ratio-bg {
    min-width: 335px;
    min-height: 635px;
  }
}

.policy__image-line-left {
  position: absolute;
  top: 34.7%;
  left: -43.5%;
  transform: translate(-50%, -50%);
  width: 152%;
  z-index: 1;
}
@media (max-width: 768px) {
  .policy__image-line-left {
    display: none;
  }
}

.policy__image-line-right {
  position: absolute;
  top: 54.5%;
  right: -199.1%;
  transform: translate(-50%, -50%);
  width: 143%;
  z-index: -1;
}
@media (max-width: 768px) {
  .policy__image-line-right {
    display: none;
  }
}

.policy-text-flame-bg-box {
  position: absolute;
  width: 137.3%;
  top: -22px;
  left: -129.5px;
  z-index: -1;
}
@media (max-width: 768px) {
  .policy-text-flame-bg-box {
    display: none;
  }
}

.policy__next-arrow {
  position: absolute;
  width: 19%;
  position: absolute;
  top: 88%;
  right: -25.5%;
  z-index: 10;
  animation: bounce 2s infinite;
}
@media (max-width: 768px) {
  .policy__next-arrow {
    width: 23%;
    top: 49.6%;
    right: -7.5%;
  }
}
@media (max-width: 480px) {
  .policy__next-arrow {
    width: 26%;
    top: 48.6%;
    right: -4.5%;
  }
}
@media (max-width: 374px) {
  .policy__next-arrow {
    width: 22%;
    right: clamp(-1.125rem, 19.6528rem - 88.8889vw, 1.875rem);
  }
}

.policy__item-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 13%;
  padding-left: 8%;
}
@media (max-width: 768px) {
  .policy__item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1%;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .policy__item-container {
    padding-bottom: 19px;
  }
}
@media (max-width: 374px) {
  .policy__item-container {
    padding-bottom: 0;
  }
}

.policy__title-box {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  width: 93%;
  height: 16.1%;
  margin-bottom: 8.5%;
  padding-bottom: 4%;
  padding-right: 14%;
}
@media (max-width: 768px) {
  .policy__title-box {
    display: block;
    height: auto;
    width: 82%;
    margin-bottom: 10.2%;
    padding-left: 2%;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .policy__title-box {
    padding-left: 0;
    width: 76%;
    margin-bottom: 8.5%;
  }
}
@media (max-width: 374px) {
  .policy__title-box {
    font-size: 30px;
    width: 61%;
    margin-bottom: 5.5%;
    padding-bottom: 0;
  }
}

.policy__title {
  font-family: "Calligraph421 BT";
  font-size: 1em;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: end;
}
@media (max-width: 768px) {
  .policy__title {
    letter-spacing: 0.04em;
    text-align: center;
  }
}

.policy__text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 74%;
  height: 64%;
  padding-left: 6.4%;
  padding-top: 4.4%;
}
@media (max-width: 768px) {
  .policy__text-box {
    width: 74%;
    height: auto;
    padding-left: 6%;
    padding-top: 0;
    justify-content: initial;
  }
}
@media (max-width: 480px) {
  .policy__text-box {
    width: 65%;
    padding-left: 7%;
  }
}
@media (max-width: 374px) {
  .policy__text-box {
    width: 61%;
    padding-left: 5%;
  }
}

.policy__text-title {
  font-family: "Calligraph421 BT";
  font-size: 0.625em;
  color: #D6C2A9;
  font-weight: 500;
  margin-bottom: min(21px, 2.2vw);
  letter-spacing: 0.03rem;
}
@media (max-width: 768px) {
  .policy__text-title {
    font-size: 0.56em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 590px) {
  .policy__text-title {
    font-size: 0.52em;
  }
}
@media (max-width: 480px) {
  .policy__text-title {
    font-size: 0.3714em;
  }
}

.policy__list {
  list-style: decimal;
  margin-left: 1.1rem;
  margin-top: 4.25%;
  font-size: 0.375em;
}
@media (max-width: 768px) {
  .policy__list {
    margin-left: 3.3%;
    margin-top: 29px;
    font-size: 0.32em;
  }
}
@media (max-width: 480px) {
  .policy__list {
    margin-left: 9px;
    margin-top: 21px;
  }
}

.policy__list-item {
  font-family: "EB Garamond", serif;
  margin-bottom: 0.55rem;
  line-height: 1.25;
  letter-spacing: 0.05rem;
  color: #fff;
}
@media (max-width: 768px) {
  .policy__list-item {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .policy__list-item {
    line-height: 1.4;
    margin-bottom: 6px;
    letter-spacing: 0.057rem;
  }
}

.policy__list-item::marker {
  color: #fff;
  font-family: "EB Garamond", serif;
}
@media (max-width: 768px) {
  .policy__list-item::marker {
    margin-top: 8%;
    margin-left: 0.8em;
  }
}

.policy__text {
  font-family: "EB Garamond", serif;
  font-size: 0.375em;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 0.085rem;
}
@media (max-width: 768px) {
  .policy__text {
    font-size: 0.32em;
    letter-spacing: 0.03rem;
  }
}
@media (max-width: 480px) {
  .policy__text {
    font-size: 12px;
    letter-spacing: 0.025rem;
    line-height: 1.25;
  }
}

.policy__circle-box {
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  top: 31.6%;
  right: -22.5%;
  width: 46.1%;
  height: auto;
  aspect-ratio: 416/501;
  background-image: url(../images/policy/policy-circle.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 17.5%;
}
@media (max-width: 768px) {
  .policy__circle-box {
    background-image: url(../images/policy/policy-circle-tab.webp);
    top: 10.1%;
    right: -39.4%;
    width: 56%;
    aspect-ratio: 298/343;
    padding-bottom: 28.4%;
    padding-left: 0.6%;
  }
}
@media screen and (max-width: 590px) {
  .policy__circle-box {
    background-image: url(../images/policy/policy-circle-sp.webp);
    right: calc(clamp(7.3125rem, -1.8005rem + 30.3136vw, 12.75rem) * -1);
  }
}
@media (max-width: 480px) {
  .policy__circle-box {
    padding-bottom: 23.5%;
    font-size: 28px;
    width: 45%;
    top: clamp(5.125rem, 18.5536rem - 44.7619vw, 8.0625rem);
    right: calc(clamp(1.75rem, -18.1161rem + 84.7619vw, 7.3125rem) * -1);
    padding-bottom: 77px;
  }
}
@media (max-width: 374px) {
  .policy__circle-box {
    width: 36%;
    right: clamp(-1.875rem, 18.037rem - 85.1852vw, 1rem);
    padding-bottom: 60px;
    top: 100px;
  }
}

.policy__circle-text {
  font-family: "Calligraph421 BT";
  color: #F4E9DB;
  font-size: 0.6667em;
  font-weight: 500;
  line-height: 142%;
  text-align: center;
}
@media (max-width: 768px) {
  .policy__circle-text {
    font-size: 0.56em;
  }
}
@media (max-width: 374px) {
  .policy__circle-text {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .policy__circle-text-under {
    font-size: clamp(0.75rem, 0.213rem + 2.29vw, 1.313rem);
    font-size: 0.75em;
    letter-spacing: 0.04em;
  }
}

.what {
  background-image: url("../images/what/what-bg-pc.webp");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .what {
    background-image: url("../images/what/what-bg-sp.webp");
    background-position: 76%;
  }
}

.what__container {
  margin: 0 auto;
  padding-top: max(17.592vh, 112px);
  width: min(80.83%, 1552px);
  min-width: 742px;
}
@media (max-width: 768px) {
  .what__container {
    width: 100%;
    min-width: initial;
    padding-top: min(15vh, 154px);
    display: flex;
    align-items: center;
    height: 100vh;
  }
}
@media (max-width: 480px) {
  .what__container {
    padding-top: 4.4vh;
  }
}

.what__content-inner {
  position: relative;
  width: min(64.6vw, 970px);
  max-height: fit-content;
  max-width: fit-content;
  height: 71.397vh;
  aspect-ratio: 970/664;
  min-width: 595px;
  min-height: 407px;
}
@media (max-width: 768px) {
  .what__content-inner {
    width: 100%;
    min-width: 360px;
    aspect-ratio: initial;
    height: fit-content;
    max-width: initial;
    min-height: 380px;
  }
}
@media (max-width: 374px) {
  .what__content-inner {
    min-width: 320px;
    min-height: 320px;
  }
}

.what__content-title {
  position: absolute;
  top: -19.5%;
  left: -15.9%;
  width: 147%;
}
@media (max-width: 768px) {
  .what__content-title {
    width: clamp(30.1875rem, -3.9847rem + 145.8015vw, 66rem);
    left: calc(clamp(2.625rem, -1.6689rem + 18.3206vw, 7.125rem) * -1);
    top: calc(clamp(4.25rem, 2.2223rem + 8.6514vw, 6.375rem) * -1);
  }
}
@media (max-width: 374px) {
  .what__content-title {
    width: 137%;
    top: -17%;
  }
}

.what__content-text-box {
  position: absolute;
  top: 49.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  padding: 5% 6% 5% 6.4%;
}
@media (max-width: 768px) {
  .what__content-text-box {
    width: 82%;
    top: clamp(8.9375rem, 1.0654rem + 33.5878vw, 17.1875rem);
    padding: max(5%, 19px) 0% max(5%, 19px) 0%;
    max-width: 629px;
    min-width: 336px;
  }
}

.what__content-text-title {
  font-size: 1em;
  font-family: "Ange Regular";
  color: #EAB908;
  padding-right: 2%;
  margin-bottom: 4.55%;
  text-align: center;
}
@media (max-width: 768px) {
  .what__content-text-title {
    font-size: clamp(24px, 5.8vw, 33px);
    padding: max(4%, 15px) max(4%, 15px) max(4%, 15px) 2%;
    margin-bottom: clamp(0rem, -0.7753rem + 3.3079vw, 0.8125rem);
    letter-spacing: 0.02em;
  }
}
@media (max-width: 480px) {
  .what__content-text-title {
    letter-spacing: 0;
    padding: max(4%, 15px) max(4%, 15px) max(4%, 15px) 4%;
  }
}
@media (max-width: 374px) {
  .what__content-text-title {
    font-size: 22px;
  }
}

.what__content-text {
  display: flex;
  align-items: baseline;
  gap: 15.1%;
}
@media (max-width: 768px) {
  .what__content-text {
    gap: clamp(0.75rem, -2.8879rem + 15.5216vw, 4.5625rem);
  }
}
@media (max-width: 374px) {
  .what__content-text {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }
}

.what__text {
  font-size: 0.5428em;
  font-family: "Give You Glory", serif;
  color: #FFFFFF;
  line-height: 1.52;
  white-space: nowrap;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .what__text {
    letter-spacing: 0.005em;
    font-size: clamp(0.75rem, 0.2729rem + 2.0356vw, 1.25rem);
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .what__text {
    letter-spacing: 0;
    line-height: 1.5;
  }
}
@media (max-width: 374px) {
  .what__text {
    font-size: 11px;
  }
}

.what__arrow-box {
  position: absolute;
  width: 17.9%;
  right: -8.2%;
  bottom: 11%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .what__arrow-box {
    width: clamp(5.75rem, 3.9012rem + 7.888vw, 7.6875rem);
    right: clamp(0rem, -25.9375rem + 86.4583vw, 15.5625rem);
    bottom: 18.2%;
  }
}
@media (max-width: 480px) {
  .what__arrow-box {
    right: calc(clamp(0rem, 9.1429rem - 30.4762vw, 2rem) * -1);
    bottom: 21%;
  }
}
@media (max-width: 374px) {
  .what__arrow-box {
    width: 75px;
    bottom: 15%;
  }
}

.what__arrow-link {
  position: relative;
  top: 1rem;
  z-index: 2;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  animation: bounce 2s infinite;
}

.what__arrow-text {
  position: absolute;
  top: 46%;
  left: 43%;
  transform: translate(-50%, -50%);
  color: #e3007f;
  font-family: "Ange Regular";
  font-size: 0.9714em;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .what__arrow-text {
    top: 47%;
    font-size: clamp(1.125rem, 1.0654rem + 0.2545vw, 1.1875rem);
  }
}
@media (max-width: 374px) {
  .what__arrow-text {
    font-size: 15px;
  }
}

.what__arrow-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  filter: blur(5px);
  z-index: -1;
}

.what__content-over {
  position: absolute;
  width: 25.3%;
  bottom: 6.8%;
  left: 51%;
  transform: translateX(-50%) scale(1.1);
}
@media (max-width: 768px) {
  .what__content-over {
    bottom: max(6.3%, 28px);
    width: clamp(13.125rem, 9.5468rem + 15.2672vw, 16.875rem);
    left: 50.2%;
    transform: translateX(-50%);
  }
}
@media (max-width: 374px) {
  .what__content-over {
    width: 165px;
    bottom: 15px;
  }
}

.what__line-left {
  position: absolute;
  top: 47%;
  left: -70%;
  transform: translate(-50%, -50%);
  width: 133%;
  z-index: 1;
}
@media (max-width: 768px) {
  .what__line-left {
    display: none;
  }
}

.what__line-right {
  position: absolute;
  top: 45.9%;
  left: 148.4%;
  transform: translate(-50%, -50%);
  width: 119%;
  z-index: 1;
}
@media (max-width: 768px) {
  .what__line-right {
    display: none;
  }
}
@media screen and (min-width: 2300px) {
  .what__line-right {
    width: 50.17vw;
    max-width: 2000px;
    top: auto;
    bottom: 19.5%;
    left: 89%;
    transform: initial;
  }
}

.who {
  background-image: url("../images/who/who-bg-pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .who {
    background-image: url("../images/who/who-bg-sp.webp");
  }
}

.who__container {
  display: flex;
  align-items: center;
  margin: 0 auto 0 0;
  height: 100vh;
  height: 100dvh;
  max-width: 1598px;
  padding-top: 2%;
}
@media (max-width: 768px) {
  .who__container {
    justify-content: center;
    padding-top: 5%;
    margin: 0 auto;
    min-height: 500px;
  }
}
@media (max-width: 480px) {
  .who__container {
    padding-top: 18%;
  }
}
@media (max-width: 374px) {
  .who__container {
    padding-top: 0;
  }
}
.who__container-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .who__container-box {
    margin: 0;
    flex-direction: column;
    justify-content: center;
  }
}
.who__container-inner {
  position: relative;
  width: min(83.93vw, 132.5263157895vh);
  height: min(66vh, 41.7983399523vw);
  min-width: 705px;
  margin-left: -30px;
  min-height: 351px;
  max-height: 627px;
  max-width: 1259px;
}
@media (max-width: 768px) {
  .who__container-inner {
    margin-left: 0;
    width: min(98.13vw, 46vh);
    height: min(83.625vh, 178.3939402174vw);
    min-height: 422px;
    min-width: 231px;
    max-width: 471px;
    max-height: 856px;
  }
}

.who__content {
  position: absolute;
  top: 69.4%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  width: 78%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .who__content {
    flex-direction: column;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    transform: initial;
  }
}
.who__content-title {
  color: #FD7DAD;
  font-family: "Saira Extra Condensed", serif;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .who__content-title {
    padding-bottom: 0;
    padding-top: 6%;
    padding-left: 12.8%;
    margin: 0;
    height: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .who__content-title {
    height: 51%;
    padding-top: 0;
    padding-bottom: 9%;
  }
}
.who__content-title-main {
  font-size: 1em;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .who__content-title-main {
    font-size: clamp(32px, 4.2vh + 11px, 54px);
    font-size: clamp(32px, 4.2dvh + 11px, 54px);
    margin-bottom: 2.1%;
  }
}
@media (max-width: 374px) {
  .who__content-title-main {
    font-size: clamp(32px, 3.87vh + 12.643px, 44px);
    font-size: clamp(32px, 3.87dvh + 12.643px, 44px);
  }
}
.who__content-title-sub {
  font-size: 0.574em;
}
@media (max-width: 768px) {
  .who__content-title-sub {
    font-size: clamp(18px, 2.48vh + 5.6px, 31px);
    font-size: clamp(18px, 2.48dvh + 5.6px, 31px);
  }
}
@media (max-width: 374px) {
  .who__content-title-sub {
    font-size: clamp(18px, 1.613vh + 9.94px, 23px);
    font-size: clamp(18px, 1.613dvh + 9.94px, 23px);
  }
}
.who__content-text {
  width: 70.2%;
  padding: 0 4.1% 0 9.4%;
}
@media (max-width: 768px) {
  .who__content-text {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 73%;
    height: 51%;
    padding-top: 8.5%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .who__content-text {
    height: 49%;
    padding-top: 8.5%;
  }
}
.who__content-text-main {
  font-size: 0.3333em;
  line-height: 150%;
  letter-spacing: 0.035rem;
}
@media (max-width: 768px) {
  .who__content-text-main {
    font-size: clamp(10.5px, 1.83vh + 1.33px, 17px);
    font-size: clamp(10.5px, 1.83dvh + 1.33px, 17px);
    line-height: 1.3;
    letter-spacing: 0.0007rem;
  }
}
@media (max-width: 374px) {
  .who__content-text-main {
    letter-spacing: 0.026rem;
    font-size: clamp(11px, 1.29vh + 4.55px, 15px);
    font-size: clamp(11px, 1.29dvh + 4.55px, 15px);
  }
}

.who__arrow {
  width: 11%;
  min-width: 94px;
  position: relative;
  margin-top: 11.5%;
}
@media (max-width: 768px) {
  .who__arrow {
    position: absolute;
    right: calc(clamp(0rem, -12.8839rem + 42.8571vw, 7.6875rem) * -1);
    bottom: -0.5%;
    width: 26%;
  }
}
@media (max-width: 480px) {
  .who__arrow {
    right: 10%;
    min-width: 80px;
  }
}
.who__arrow-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  animation: bounce 2s infinite;
}

.who__line-right {
  position: absolute;
  top: 36%;
  left: 151%;
  transform: translate(-50%, -50%);
  width: 126%;
}

.contacts {
  background-image: url("../images/contacts/contacts-bg-pc.webp");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .contacts {
    background-image: url("../images/contacts/contacts-bg-sp.webp");
  }
}

.contacts__container {
  position: relative;
  width: 80%;
  padding-top: max(12vh, 103px);
  padding-bottom: 75px;
  max-width: 1062px;
  min-width: 740px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contacts__container {
    width: 95%;
    padding-top: 74px;
    padding-bottom: 80px;
    margin: 0 auto;
    min-width: initial;
  }
}
@media (max-width: 374px) {
  .contacts__container {
    width: 99%;
    padding-top: 40px;
    padding-bottom: 75px;
  }
}

.contacts__qrious-logo {
  display: none;
}
@media (max-width: 768px) {
  .contacts__qrious-logo {
    display: block;
    position: absolute;
    top: -38px;
    left: -11px;
    z-index: -1;
  }
}
@media (max-width: 374px) {
  .contacts__qrious-logo {
    top: -26px;
    width: 125px;
  }
}

.contacts__content {
  position: relative;
  background-image: url("../images/contacts/contacts-form-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: fit-content;
  height: fit-content;
  min-width: 450px;
  min-height: 510px;
  max-height: 789px;
  max-width: 695px;
  filter: drop-shadow(-3px 0 5px rgba(0, 0, 0, 0.2)) drop-shadow(3px 0 5px rgba(0, 0, 0, 0.2));
}
@media (max-width: 768px) {
  .contacts__content {
    min-width: initial;
    max-width: 550px;
    max-height: 730px;
    margin: 0 auto;
  }
}

.contacts__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  width: 98%;
  height: 99%;
  background-image: linear-gradient(to right, #60ACC8 6px, transparent 6px), linear-gradient(to bottom, #60ACC8 6px, transparent 6px), linear-gradient(to left, #60ACC8 6px, transparent 6px), linear-gradient(to top, #60ACC8 6px, transparent 6px); /* 左の線 */
  background-size: 12px 2px, 2px 12px, 12px 2px, 2px 12px; /* 左の線 */
  background-position: -2px top, right -2px, 4px bottom, left 5px; /* 左の線 */
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y; /* 左の線 */
}

.contacts__keep-aspect-ratio-bg {
  position: relative;
  display: block;
  width: min(46.33vw, 64.3469581749vh);
  height: min(73.05vh, 52.5962158273vw);
  min-width: min(450px, 52.8517110266vh);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 768px) {
  .contacts__keep-aspect-ratio-bg {
    width: min(100%, 54.0236686391vh);
    height: min(83vh, 153.6363636364vw);
    min-width: min(356px, 39.0532544379vh);
    min-height: min(625px, 107.5454545455vw);
  }
}
@media (max-width: 374px) {
  .contacts__keep-aspect-ratio-bg {
    min-width: initial;
    min-height: 590px;
  }
}

.contacts__item-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 20px 2.6% 20px;
}
@media (max-width: 768px) {
  .contacts__item-container {
    align-items: center;
    overflow: initial;
    padding: 0;
  }
}

.contacts__image-line {
  position: absolute;
  top: 3.7%;
  right: 84.4%;
  width: 130%;
  height: auto;
  z-index: 10;
}
@media (max-width: 768px) {
  .contacts__image-line {
    display: none;
  }
}

.contacts__image-flag {
  position: absolute;
  top: 15%;
  left: 84.5%;
  width: 98.5%;
  height: auto;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 940px) {
  .contacts__image-flag {
    width: 46vw;
  }
}
@media (max-width: 768px) {
  .contacts__image-flag {
    display: none;
  }
}

.contacts__image-flag-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.contacts__image-flag-link {
  position: absolute;
  width: 32%;
  height: 87%;
  display: block;
  top: 25%;
  right: 12%;
  border-radius: 25%;
  transform: rotate(31deg);
  pointer-events: auto;
}

.contacts__image-arrow {
  display: none;
}
@media (max-width: 768px) {
  .contacts__image-arrow {
    display: block;
    position: absolute;
    bottom: -6%;
    left: 13.5%;
    width: max(22%, 93px);
    height: auto;
    z-index: 10;
  }
}
@media (max-width: 374px) {
  .contacts__image-arrow {
    width: 85px;
  }
}

.contacts__item-wrap {
  width: 87.7%;
  margin: 0 auto;
  max-width: 574px;
}
@media (max-width: 768px) {
  .contacts__item-wrap {
    width: 87%;
  }
}
@media (max-width: 374px) {
  .contacts__item-wrap {
    width: 85%;
  }
}

.contacts__title {
  width: 66%;
  margin: 0 auto 1.7%;
  animation: heartbeat 3s infinite;
}
@media (max-width: 768px) {
  .contacts__title {
    width: 80%;
    max-width: 250px;
    margin: 0 auto 6px;
  }
}

.contacts__guide {
  margin-bottom: 3.4%;
}
@media (max-width: 768px) {
  .contacts__guide {
    margin-bottom: 18px;
  }
}

.contacts__guide-title {
  width: 76%;
  max-width: 437px;
  margin: 0 auto 2.8%;
}
@media (max-width: 768px) {
  .contacts__guide-title {
    width: 100%;
    max-width: 310px;
    margin: 0 auto 7px;
  }
}

.contacts__guide-description {
  font-size: 0.75em;
  line-height: 1.23;
}
@media (max-width: 768px) {
  .contacts__guide-description {
    font-size: 0.8571em;
  }
}

.contacts__sns-box {
  display: flex;
  gap: 10.8%;
  max-width: 538px;
  margin-bottom: 3.8%;
}
@media (max-width: 768px) {
  .contacts__sns-box {
    justify-content: space-between;
    gap: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.contacts__sns-box-title {
  align-self: self-end;
  font-size: 16px;
  font-weight: 800;
  padding-left: 4.3%;
  padding-bottom: 0.74%;
  letter-spacing: -1.4px;
  opacity: 0.48;
  color: #f98d07;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .contacts__sns-box-title {
    font-size: 0.857em;
    padding-bottom: 8px;
    padding-left: 6px;
  }
}
@media (max-width: 374px) {
  .contacts__sns-box-title {
    font-size: 11.5px;
  }
}

.contacts__sns-links {
  display: flex;
  padding-top: 3px;
  width: 71%;
}
@media (max-width: 768px) {
  .contacts__sns-links {
    width: 79%;
    padding-top: 0;
    gap: 5%;
    padding-top: 5px;
  }
}

.contacts__sns-link {
  display: inline-block;
}
@media (max-width: 768px) {
  .contacts__sns-link {
    width: 13%;
    height: auto;
    aspect-ratio: 1/1;
  }
}

.contacts__sns-link:nth-child(n+2) {
  margin-left: 6.3%;
}
@media (max-width: 768px) {
  .contacts__sns-link:nth-child(n+2) {
    margin-left: 0;
  }
}

/** お問い合わせフォーム **/
.form {
  font-size: 1em;
  margin-left: -2px;
}
@media (max-width: 374px) {
  .form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.form__item-box {
  aspect-ratio: 542/54;
  max-height: 54px;
}
@media (max-width: 768px) {
  .form__item-box {
    aspect-ratio: initial;
  }
}
@media (max-width: 374px) {
  .form__item-box {
    width: 100%;
  }
}

.form__item-box--textarea {
  aspect-ratio: initial;
  max-height: initial;
}

.form__field {
  height: 100%;
}

.form__label {
  display: none;
}

.form__input-box {
  font-size: 1em;
  height: 100%;
}

.form__item-box:nth-of-type(n+2) {
  margin-top: 4.6%;
}
@media (max-width: 768px) {
  .form__item-box:nth-of-type(n+2) {
    margin-top: 13px;
  }
}

.form__item-box:last-of-type {
  margin-bottom: 44px;
}

.form__input,
.form__textarea {
  width: 100%;
  font-size: 1em;
  padding: 8px;
  background-color: #FEF3D7;
  background-image: linear-gradient(to right, #60ACC8 6px, transparent 6px), linear-gradient(to bottom, #60ACC8 6px, transparent 6px), linear-gradient(to left, #60ACC8 6px, transparent 6px), linear-gradient(to top, #60ACC8 6px, transparent 6px); /* 左の線 */
  background-size: 12px 2px, 2px 12px, 12px 2px, 2px 12px; /* 左の線 */
  background-position: -2px top, right -2px, 4px bottom, left 5px; /* 左の線 */
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y; /* 左の線 */
  text-align: right; /* テキストを右揃えにする */
  max-width: 542px;
}

.form__input:focus,
.form__textarea:focus {
  text-align: right; /* テキストを右揃えにする */
  outline: none; /* アウトラインを非表示 */
}

.form__input::placeholder,
.form__textarea::placeholder {
  display: inline-block;
  font-size: 1em;
  line-height: 1.1;
  color: #666666;
  padding-right: 12px;
  transform: translateY(4px);
}
@media (max-width: 768px) {
  .form__input::placeholder,
  .form__textarea::placeholder {
    padding-right: 8px;
    transform: translateY(16.5%);
  }
}

.form__input:focus::placeholder,
.form__textarea:focus::placeholder {
  opacity: 0.2;
}

.form__input {
  height: 100%;
}
@media (max-width: 768px) {
  .form__input {
    aspect-ratio: 311/44;
    max-height: 44px;
  }
}

.form__textarea {
  aspect-ratio: 542/134;
  resize: none;
}
@media (max-width: 768px) {
  .form__textarea {
    padding-top: 12px;
    min-height: 107px;
    aspect-ratio: 312/96;
  }
}

.form__item-privacy {
  height: 100%;
}

.form__captcha {
  margin-top: 3.1%;
  min-height: 78px;
}
@media (max-width: 768px) {
  .form__captcha {
    margin-top: 18px;
  }
}
@media (max-width: 374px) {
  .form__captcha {
    margin-top: 10px;
  }
}

.form__privacy-text {
  margin-top: 2.4%;
  font-size: 0.75em;
  font-style: italic;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .form__privacy-text {
    font-size: 0.8571em;
    padding-right: 0;
    width: 70%;
    margin-top: 11px;
  }
}
@media (max-width: 374px) {
  .form__privacy-text {
    width: 89%;
    margin: 5px auto 0;
  }
}

@media (max-width: 768px) {
  .form__privacy-text-span {
    display: flex;
    gap: 10px;
  }
}

.form__privacy-link {
  display: inline-block;
  margin-left: 1.4%;
  font-size: 1.056em;
  color: #8EC1F3;
}
@media (max-width: 768px) {
  .form__privacy-link {
    margin-left: 0;
  }
}

.form__submit {
  position: absolute;
  bottom: 6px;
  left: max(74%, 342px);
  width: min(11.06vw, 166px);
  height: max(15.37vh, 107px);
  min-width: 107px;
  max-width: fit-content;
  max-height: fit-content;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: transparent;
  z-index: 20;
}
@media (max-width: 768px) {
  .form__submit {
    width: 25%;
    height: auto;
    max-width: initial;
    min-width: 105px;
    left: auto;
    right: 0;
    bottom: -60px;
    z-index: 10;
  }
}
@media (max-width: 374px) {
  .form__submit {
    bottom: -45px;
  }
}

.form__submit-button {
  background-image: url("../images/contacts/contacts-draft.webp");
  background-size: cover;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.form__submit-button.form__submit-enabled {
  background-image: url("../images/contacts/contacts-send.webp");
}

.page-privacy {
  position: relative;
  background-color: #FFFFFF;
}

.page-privacy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: min(39%, 749px);
  min-width: 668px;
  height: auto;
  background-image: url(../../assets/images/privacy/privacy-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .page-privacy::after {
    top: -11.5%;
    min-width: initial;
    width: 87%;
  }
}
@media (max-width: 480px) {
  .page-privacy::after {
    top: -38%;
    width: 74%;
  }
}

.privacy {
  background: linear-gradient(-135deg, rgba(137, 219, 255, 0.3), rgba(255, 134, 150, 0.3));
  font-family: "LINE Seed", sans-serif;
  line-height: 1.5;
}

.privacy__body {
  width: 77.76%;
  max-width: 1483px;
  min-width: 620px;
  padding-top: clamp(200px, 14%, 258px);
  padding-bottom: 200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .privacy__body {
    min-width: initial;
    width: 87%;
    padding-top: 164px;
  }
}
@media (max-width: 480px) {
  .privacy__body {
    width: 85%;
    padding-top: 131px;
  }
}

.privacy__title-box {
  color: #e3007f;
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .privacy__title-box {
    margin-bottom: 84px;
  }
}
@media (max-width: 480px) {
  .privacy__title-box {
    margin-bottom: 31px;
  }
}

.privacy__title {
  font-size: clamp(2.875rem, 1.7893rem + 2.2589vw, 4.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .privacy__title {
    margin-bottom: 38px;
    font-size: clamp(1.375rem, -0.0563rem + 6.1069vw, 2.875rem);
  }
}
@media (max-width: 480px) {
  .privacy__title {
    margin-bottom: 9px;
  }
}
@media (max-width: 374px) {
  .privacy__title {
    font-size: 20px;
  }
}

.privacy__date {
  font-size: clamp(1.375rem, 1.208rem + 0.3475vw, 1.625rem);
  line-height: 1.6;
}
@media (max-width: 768px) {
  .privacy__date {
    font-size: clamp(1rem, 0.6422rem + 1.5267vw, 1.375rem);
  }
}
@media (max-width: 374px) {
  .privacy__date {
    font-size: 12px;
  }
}

.privacy-policy__item {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .privacy-policy__item {
    margin-top: 15px;
  }
}

.privacy-policy__item-title {
  font-size: clamp(2.1875rem, 1.5611rem + 1.3032vw, 3.125rem);
  font-weight: 700;
  color: #000;
  margin-bottom: min(0.94%, 54px);
}
@media (max-width: 768px) {
  .privacy-policy__item-title {
    font-size: clamp(1.375rem, 0.5997rem + 3.3079vw, 2.1875rem);
    margin-bottom: 17px;
  }
}
@media (max-width: 480px) {
  .privacy-policy__item-title {
    margin-bottom: 6px;
  }
}
@media (max-width: 374px) {
  .privacy-policy__item-title {
    font-size: 19px;
  }
}

.privacy-policy__item-desc,
.privacy-policy__item-subheading,
.privacy-policy__address-box {
  font-size: 18px;
  line-height: 1.6;
  max-width: 1170px;
}
@media (max-width: 768px) {
  .privacy-policy__item-desc,
  .privacy-policy__item-subheading,
  .privacy-policy__address-box {
    font-size: clamp(1rem, 0.8807rem + 0.5089vw, 1.125rem);
  }
}
@media (max-width: 480px) {
  .privacy-policy__item-desc,
  .privacy-policy__item-subheading,
  .privacy-policy__address-box {
    width: 88%;
    line-height: 1.63;
  }
}
@media (max-width: 374px) {
  .privacy-policy__item-desc,
  .privacy-policy__item-subheading,
  .privacy-policy__address-box {
    font-size: 15px;
  }
}

.privacy-policy__item-desc--spaced01 {
  margin-bottom: 21px;
}

.privacy-policy__item-desc--spaced {
  margin-bottom: 21px;
}
.privacy-policy__item-subheading--spaced {
  margin-top: 45px;
}
.privacy-policy__list {
  font-size: 17px;
  margin-top: 14px;
  line-height: 1.71;
}
@media (max-width: 768px) {
  .privacy-policy__list {
    margin-top: 18px;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 374px) {
  .privacy-policy__list {
    font-size: 14px;
  }
}

.privacy-policy__address-link {
  color: #e3007f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-thanks {
  background-color: #FFFFFF;
}

.thanks {
  background: linear-gradient(-135deg, rgba(137, 219, 255, 0.3), rgba(255, 134, 150, 0.3));
  font-family: "LINE Seed", sans-serif;
  line-height: 1.5;
}
.thanks__title {
  font-size: clamp(2.375rem, 1.6667rem + 1.4757vw, 3.4375rem);
  font-weight: bold;
  background: linear-gradient(to bottom, #F67F8F 0%, #8EC1F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.25;
  margin-bottom: clamp(1.375rem, 0.9157rem + 0.9557vw, 2.0625rem);
}
@media (max-width: 768px) {
  .thanks__title {
    line-height: 1.1;
    font-size: clamp(1.75rem, 1.1536rem + 2.5445vw, 2.375rem);
  }
}
.thanks__title-for-span {
  font-size: clamp(2rem, 1.4572rem + 1.1295vw, 2.8125rem);
}
@media (max-width: 768px) {
  .thanks__title-for-span {
    display: block;
    font-size: clamp(1.375rem, 0.8979rem + 2.0356vw, 1.875rem);
    padding-top: 5px;
  }
}
.thanks__title-span {
  display: inline-block;
}
.thanks__text {
  color: #e3007f;
  font-size: clamp(1rem, 0.4167rem + 1.2153vw, 1.875rem);
  margin-bottom: 30px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .thanks__text {
    font-size: clamp(0.8125rem, 0.5143rem + 1.2723vw, 1.125rem);
    line-height: 2.2;
  }
}

.thanks__content {
  width: 85%;
  display: flex;
  place-items: center;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .thanks__content {
    width: 90%;
    min-height: 600px;
  }
}
@media (max-width: 480px) {
  .thanks__content {
    min-height: 550px;
  }
}

.thanks__link {
  position: relative;
  z-index: 0;
  color: #fff;
  width: 160px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100vw;
  overflow: hidden;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .thanks__link {
    width: 140px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .thanks__link {
    width: 130px;
    height: 40px;
  }
}
.thanks__link-text {
  color: #FFFFFF;
  font-size: 18px;
}
@media (max-width: 768px) {
  .thanks__link-text {
    font-size: 16px;
  }
}
.thanks__link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.5s;
  background: rgb(0, 119, 255);
  background: linear-gradient(-135deg, rgba(137, 219, 255, 0.8), rgba(255, 134, 150, 0.8));
}
.thanks__link:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: rgb(255, 0, 0);
  background: linear-gradient(90deg, #8EC1F3 0%, #F67F8F 94%);
}
@media (hover: hover) {
  .thanks__link:hover:before {
    opacity: 0;
  }
}

/*-----------------------------------------
PARTS
-----------------------------------------*/
/* ====================================
Cookie
==================================== */
.cookie-consent {
  display: none;
}
.cookie-consent__inner {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  bottom: 0;
  z-index: 9999;
  width: 25%;
  min-width: 350px;
  max-width: 480px;
  border-radius: 20px;
  padding-top: 46px;
  padding-inline: min(2.5%, 48px);
  padding-bottom: 48px;
  margin-left: 4.1%;
  margin-bottom: 1.5%;
  background: linear-gradient(to right, #fbc2ca, #c7ebfb);
}
@media (max-width: 768px) {
  .cookie-consent__inner {
    padding-inline: 25px;
  }
}
@media (max-width: 374px) {
  .cookie-consent__inner {
    min-width: 293px;
    padding-inline: 20px;
  }
}
.cookie-consent__close-button {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 14px;
  right: 35px;
  cursor: pointer;
  background-image: url("../../assets/images/common/cookie-consent__close-button-img.svg");
  background-size: cover;
}
@media (max-width: 374px) {
  .cookie-consent__close-button {
    right: 25px;
  }
}
.cookie-consent__body .cookie-consent__title {
  font-family: "LINE Seed", sans-serif;
  letter-spacing: -0.02em;
  font-size: clamp(1.5rem, 1.3747rem + 0.2606vw, 1.6875rem);
  margin-bottom: 7%;
}
@media (max-width: 374px) {
  .cookie-consent__body .cookie-consent__title {
    font-size: 22px;
  }
}
.cookie-consent__body .cookie-consent__text {
  font-family: "Arial", "Verdana", sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.2;
}
.cookie-consent__button {
  display: flex;
  justify-items: center;
  align-items: center;
}
.cookie-consent__button--agree, .cookie-consent__button--reject {
  cursor: pointer;
}

.cookie-consent__link {
  color: #E3007F;
}

.cookie-consent__button {
  display: flex;
  align-items: center;
  margin-top: 11%;
  gap: 6%;
}

.cookie-consent__button--agree,
.cookie-consent__button--reject {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 32px;
  padding: 8px 2% 1.45% 2%;
  border-radius: 100vw;
  background: white;
}
.cookie-consent__button--agree::before,
.cookie-consent__button--reject::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 100vw;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  -webkit-mask: linear-gradient(to bottom, #fff 0%, #fff 100%) content-box, linear-gradient(to bottom, #fff 0%, #fff 100%);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: all 0.3s;
}
.cookie-consent__button--agree::after,
.cookie-consent__button--reject::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background: linear-gradient(to right, #f45c70 0%, #8ec1f3 100%);
  opacity: 0;
  transition: all 0.3s;
}

.cookie-consent__button-text {
  margin: 0 auto;
  font-size: clamp(15px, 1.2vw, 17px);
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  color: #000;
  padding-bottom: 3px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  transition: all 0.3s;
}

@media (hover: hover) {
  .cookie-consent__button--agree:hover:after,
  .cookie-consent__button--reject:hover:after {
    opacity: 1;
    transition: all 0.3s;
  }
  .cookie-consent__button--agree:hover .cookie-consent__button-text,
  .cookie-consent__button--reject:hover .cookie-consent__button-text {
    color: #FFFFFF;
    background: none;
  }
}
.cc-hide {
  animation: hide 0.2s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}/*# sourceMappingURL=style.css.map */