/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/reset.scss ***!
  \*****************************************************************************************************************************************************************/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/style.scss ***!
  \*****************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Aboreto";
  src: url(/assets/Aboreto-Regular.7c5655d7b7541650e02d.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Corm";
  src: url(/assets/CormorantInfant-Light.3653df3e54188917e188.ttf);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Noto-normal";
  src: url(/assets/NotoSerifJP-ExtraLight.21bc0565c59f8bad3dd2.otf);
  font-display: swap;
}
@font-face {
  font-family: "Sara";
  src: url(/assets/Sarala-Regular.fcc239acdc5f71fa6cad.ttf);
  font-display: swap;
}
.no-scroll {
  overflow: hidden;
}

.loading-screen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  color: white;
}

.loading-screen.initial-hidden {
  display: none;
}

.fixed {
  position: fixed;
  top: 0;
  overflow: hidden;
}

.loading-text {
  font-family: "Corm", sans-serif;
  font-size: clamp(1rem, -0.675rem + 8.38vw, 9.375rem);
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
}

/* ミュージック再生画面 */
.container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  position: relative;
}

.container.initial-hidden {
  display: none;
}

.btn-wrapper {
  display: flex;
  gap: 20px;
  position: absolute;
}

.btn-wrapper > h1 {
  font-family: "Aboreto", sans-serif;
  font-size: 36px;
  color: #fff;
  background-color: transparent;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999998;
}

.btn-wrapper-inner {
  display: flex;
  gap: 20px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999998;
}

#music-on {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  transition: background 0.2s, color 0.2s;
}

#music-on:before {
  color: white;
  font-size: 40px;
  line-height: 90px;
}

#music-on:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #22201e;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: transform 1.2s, opacity 1.2s;
  transform: scale(1.8);
}

#music-on:hover {
  background: white;
  color: #22201e;
  border: 2px solid #22201e;
  transition: 0.6s;
  transform: scale(1.1);
}

#music-off {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.2s, color 0.2s;
}

#music-off:hover {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #22201e;
  transition: 0.6s;
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .btn-wrapper {
    flex-direction: column;
    align-items: center;
    justify-self: center;
    gap: 3rem;
  }
  .btn-wrapper > h1 {
    transform: none;
    top: 0;
    left: 0;
  }
  .btn-wrapper-inner {
    transform: none;
    position: static;
    justify-content: center;
    align-items: center;
  }
}
.gradient-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999999;
}

.gradient-canvas {
  position: absolute;
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
  filter: blur(50px);
  transition-property: all;
  transition-duration: 6s;
  overflow: hidden;
}

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

.blob {
  position: absolute;
  border-radius: 9999px;
  aspect-ratio: 1/1;
  transition-property: all;
  transition-duration: 6s;
}

#color-0 {
  width: 100%;
  left: -30%;
}

#color-1 {
  width: 100%;
  bottom: -50%;
  right: -50%;
}

#color-2 {
  width: 50%;
  top: 70%;
  left: 20%;
}

#color-3 {
  width: 100%;
  top: -110%;
  left: -30%;
}

/* ボタン */
.block-button {
  display: inline-flex;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
}

.block-button .block-button-link {
  display: inline-block;
  padding: 1.4rem 1rem;
  transition: 0.2s;
  color: #22201e;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  width: 320px;
  text-align: center;
  z-index: 90;
}

.button-effect span:first-child {
  display: block;
  transform: translate(0);
}

.button-effect span {
  transition: all 0.2s ease;
}

.button-effect span:last-child {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}

.button-effect span {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  font-family: "Corm", sans-serif;
}

.button-effect:hover span:first-child,
button:hover .button-effect span:first-child {
  transform: translateY(-200%);
}

.button-effect:hover span:last-child,
button:hover .button-effect span:last-child {
  transform: translateY(-100%) translateX(-50%);
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #22201e;
  color: #fff;
  z-index: 1;
  background-image: url(/assets/logo-bg.c6263b59b8555e1df8fa.svg);
  background-repeat: repeat;
  animation: moveAnimation 240s infinite linear;
  scroll-behavior: auto;
}

@keyframes moveAnimation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0 0;
  }
}
.light {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 20%;
  left: 10%;
  filter: blur(5vw);
  box-shadow: 0px 0px 0px 99999px rgb(34, 32, 30);
}

.light::before {
  content: "";
  position: absolute;
  top: -50%; /* 元の要素より大きく、中心をずらす */
  left: -50%;
  width: 100%; /* グラデーションの広がりを調整 */
  height: 100%;
  background: linear-gradient(45deg, rgba(60, 57, 57, 0.6), rgba(0, 0, 0, 0.6), rgba(248, 249, 249, 0.6), rgba(42, 45, 45, 0.6));
  filter: blur(2vw);
  animation: rotateGradient 5s infinite linear;
  border-radius: 50%;
  z-index: 6;
}

.light2 {
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 20%;
  left: 10%;
  filter: blur(5vw);
  box-shadow: 0px 0px 0px 99999px rgb(34, 32, 30);
}

.light2::before {
  content: "";
  position: absolute;
  top: -50%; /* 元の要素より大きく、中心をずらす */
  left: -50%;
  width: 200%; /* グラデーションの広がりを調整 */
  height: 200%;
  background: linear-gradient(45deg, rgba(60, 57, 57, 0.6), rgba(0, 0, 0, 0.6), rgba(248, 249, 249, 0.6), rgba(42, 45, 45, 0.6));
  filter: blur(2vw);
  animation: rotateGradient 5s infinite linear;
  border-radius: 50%;
  z-index: -1;
}

@keyframes rotateGradient {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.body-inner {
  overflow: hidden;
}

.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999;
  transition: 0.1s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 5rem;
}

.loader__bg {
  width: 5.555vw;
  height: 100%;
  background: #22201e;
}

@media screen and (max-width: 768px) {
  .loader {
    display: none;
  }
}
.gs-anim {
  will-change: transform;
}

.gs-anim {
  opacity: 0;
  transform: translateY(-30px);
}

.scrolldown-animation {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
}

.scrolldown-animation > h4 {
  font-family: "Corm", sans-serif;
  margin-bottom: 5px;
  font-size: 24px;
}

.scrolldown-bar4 {
  width: 3px;
  height: 80px;
  background: #fff;
  animation: scrollDown4 2s ease infinite;
  margin: 0 auto;
}

@keyframes scrollDown4 {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@media screen and (max-width: 768px) {
  .scrolldown-animation {
    display: none;
  }
}
header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  background: transparent;
  width: 100%;
  padding: 20px 40px;
  z-index: 10000;
}

header > a {
  display: flex;
  font-family: "Aboreto", sans-serif;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

header > a > h1 {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
}

.menu-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.menu-btn {
  all: unset;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

.menu-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fd9e27;
  z-index: -1;
  border-radius: 50%;
  transform: scale(1);
  transition: 0.3s;
}

.menu-btn:hover::before {
  transform: scale(1.2);
  box-shadow: 0 0 10px #fd9e27;
}

@media screen and (max-width: 768px) {
  header {
    padding: 20px;
  }
}
/* サウンドアニメーション */
.sound-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sound-wave {
  width: 29px;
  height: 23px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* 音楽が再生されている時のアニメーション */
.playing .sound-wave .bar {
  animation: sound 800ms linear infinite alternate;
}

/* デフォルトのbarスタイル */
.sound-wave .bar {
  display: block;
  width: 2px;
  height: 23px;
  background: #ffffff;
  margin-right: 1px;
  opacity: 0.35;
}

/* 各barに適用するアニメーションと、ホバー時の挙動 */
@keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 23px;
  }
}
.sound-wave .bar:nth-child(1) {
  height: 1px;
  animation-duration: 474ms;
}

.sound-wave .bar:nth-child(2) {
  height: 5px;
  animation-duration: 433ms;
}

.sound-wave .bar:nth-child(3) {
  height: 9px;
  animation-duration: 407ms;
}

.sound-wave .bar:nth-child(4) {
  height: 13px;
  animation-duration: 458ms;
}

.sound-wave .bar:nth-child(5) {
  height: 15px;
  animation-duration: 400ms;
}

.sound-wave .bar:nth-child(6) {
  height: 16px;
  animation-duration: 427ms;
}

.sound-wave .bar:nth-child(7) {
  height: 17px;
  animation-duration: 441ms;
}

.sound-wave .bar:nth-child(8) {
  height: 18px;
  animation-duration: 419ms;
}

.sound-wave .bar:nth-child(9) {
  height: 20px;
  animation-duration: 487ms;
}

.sound-wave .bar:nth-child(10) {
  height: 23px;
  animation-duration: 442ms;
}

.sound-icon:hover .bar {
  height: 20px;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
}

/* 音楽が停止している時はホバー時に限りアニメーションを適用 */
.sound-icon:not(.playing):hover .bar {
  animation: sound 800ms linear infinite alternate;
}

.slider-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.canvas-bg-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.canvas-bg-dist {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.canvas-bg-dist > canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .canvas-bg-blur canvas {
    display: none !important;
  }
  .canvas-bg-dist {
    background-image: url(/assets/sp-hero.f65763a2228b5489d07e.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    object-fit: cover;
    width: 100%;
    background-position: center;
    z-index: 9999;
  }
  .canvas-bg-dist canvas {
    display: none !important;
  }
}
.hero-vision {
  position: absolute;
  top: 35%;
  left: 20%;
  z-index: 1;
  padding: 20px;
}

.hero-vision-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
  opacity: 0;
}

.hero-title {
  font-family: "Corm", sans-serif;
  font-size: clamp(2.25rem, 0.825rem + 7.12vw, 9.375rem);
  color: #fff;
}

.hero-text {
  font-family: "Noto-normal", sans-serif;
  font-size: 18px;
  color: #fff;
}

.white-outlined-text {
  color: #22201e;
  opacity: 0;
  transform: translateY(-20px);
}

@media screen and (max-width: 768px) {
  .hero-vision {
    left: 5%;
    padding: 0;
    background-color: transparent;
  }
}
/* オーバーレイ */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; /* 必要に応じて調整 */
}

.overlay-white {
  background: #fff;
  z-index: 10000; /* 白いオーバーレイが最前面に来るように */
}

.overlay-white2 {
  background: #fff;
  z-index: 10000; /* 白いオーバーレイが最前面に来るように */
}

.overlay-red {
  background: #22201e;
}

.overlay-red2 {
  background: #22201e;
}

/* ハンバーガーメニュー */
.menu-bg {
  position: fixed;
  top: 0;
  left: -100%; /* 初期状態で見えないように設定 */
  width: 100%;
  height: 100%;
  background: #090908; /* 背景色 */
  z-index: 50000; /* メニューボタンの背後に配置 */
  font-family: "Corm", sans-serif;
  overflow: hidden;
}

.menu-bg > nav {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.menu-bg > nav > ul {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: clamp(1.5rem, -0.075rem + 7.88vw, 9.375rem);
}

.menu-bg > nav > ul > li {
  list-style: none;
  line-height: clamp(3rem, 2rem + 5vw, 8rem);
}

.menu-bg > nav > ul > li > a {
  text-decoration: none;
  color: #22201e;
  width: 100%;
}

[class*=text-stroke-fill-]:before,
[class*=text-fill-]:before {
  content: attr(data-fill);
  position: absolute;
  white-space: nowrap;
  background-color: #fff;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0px;
  -webkit-text-fill-color: transparent;
  transition: all 1s cubic-bezier(0.19, 1, 0.4, 1);
  z-index: 1;
}

[class*=-fill-ltr]:before {
  top: 0;
  left: 0;
  right: 100%;
}

[class*=-fill-ltr]:hover:before {
  right: 0;
}

.hover-reveal {
  position: absolute;
  width: 300px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease;
  mix-blend-mode: difference;
}

.hover-reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: text-transform 0.5s ease;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .menu-bg > nav > ul > li > a {
    color: #fff;
  }
  .hover-reveal img {
    display: none;
  }
}
/* .wave */
.wave-content {
  display: flex;
  align-items: center; /* 上下中央揃え */
  justify-content: center; /* 左右中央揃え */
  position: relative;
}

.col-heading-text {
  position: absolute;
  writing-mode: vertical-rl;
  text-align: center;
  color: #fff;
  font-family: "Noto-normal", sans-serif;
  line-height: 50px;
}

/* .news-section */
.news-section {
  max-width: calc(100% - 360px); /* 180px on each side */
  margin: 144px auto 0;
  position: relative;
}

.news-section > h2 {
  font-family: "Corm", sans-serif;
  font-size: clamp(2.25rem, 0.825rem + 7.12vw, 9.375rem);
  margin: 0;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin-top: 72px;
  gap: 10px;
  width: 100%;
}

.news-list > li {
  list-style: none;
  padding: 0 20px;
  cursor: pointer;
  width: 100%;
  height: auto;
  flex: 1;
}

.news-list > li > h3 {
  font-family: "Noto-normal", sans-serif;
  font-size: 24px;
  margin-top: 30px;
}

.link {
  position: relative;
  text-decoration: none;
}

.link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color: #18272f;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.news-img-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 734px;
  height: auto;
}

.news-img-wrapper img {
  width: 100%;
  max-width: 100%;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-overlay-bgcolor {
  background-color: #22201e;
  z-index: 3;
}

.img-overlay-black {
  background-color: #000;
}

.news-img-wrapper img {
  max-width: 734px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-list > li > p {
  font-family: "Noto-normal", sans-serif;
  font-size: 18px;
  margin-top: 20px;
}

.news-list > li > hr {
  margin: 30px 0;
}

.new {
  background: red;
  padding: 2px 5px;
  margin: 0 10px;
  color: #fff;
}

.no-new {
  display: inline-block;
  width: 54.23px;
}

@media screen and (max-width: 768px) {
  .news-section {
    max-width: 100%;
    margin: 72px auto;
    padding: 0 10px;
  }
  .news-list {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
  }
}
/* OUR BUSINESS */
.ouebusiness-section {
  max-width: calc(100% - 360px); /* 180px on each side */
  margin: 144px auto 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-height: 967px;
}

.ourbusiness-img-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 1300px;
  height: auto;
  margin-right: calc(50% - 50vw);
}

.ourbusiness-img-wrapper img {
  height: auto;
  max-width: 1300px;
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.our-img-overlay-bgcolor {
  background-color: #22201e;
  z-index: 2;
}

.our-img-overlay-black {
  background-color: #000;
}

.ouebusiness-section-text {
  position: absolute;
  top: 18%;
  left: 0;
  z-index: 1;
  mix-blend-mode: difference;
}

.ouebusiness-section-text > h2 {
  font-family: "Corm", sans-serif;
  font-size: clamp(2.25rem, 0.825rem + 7.12vw, 9.375rem);
  margin: 0;
}

.ouebusiness-section-text > h3 {
  font-family: "Noto-normal", sans-serif;
  font-size: 24px;
  margin-top: 30px;
}

.ouebusiness-section-text > p {
  font-family: "Noto-normal", sans-serif;
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.8;
}

.ourbusiness-btn {
  margin-top: 10%;
}

@media screen and (max-width: 768px) {
  .ouebusiness-section {
    max-width: 100%;
    margin: 0px calc(50% - 50vw);
    padding: 0 20px;
    justify-content: start;
    flex-direction: column;
    min-height: 800px;
  }
  .ourbusiness-img-wrapper img {
    width: 100%;
    right: 0;
    left: 0;
    display: none;
  }
  .ouebusiness-section-text {
    margin-top: 0px;
    padding: 0 20px;
  }
  .ourbusiness-btn {
    width: 80%;
    height: 50px;
    top: 150%;
    left: 50%;
    transform: translate(-50%, 40%);
  }
  .block-button .block-button-link {
    width: 100%;
    padding: 0.4rem 1rem;
  }
  .button-effect span {
    display: inline-block;
    font-size: 24px;
    vertical-align: top;
    font-family: "Corm", sans-serif;
  }
  .button-effect span:first-child {
    display: block;
    transform: translateY(4px);
  }
  .button-effect span:last-child {
    transform: translateY(8px);
  }
}
/* SALES RECORDS CAROUSEL */
.carousel-section {
  max-width: calc(100% - 360px); /* 180px on each side */
  margin: 144px auto 0;
  position: relative;
}

.carousel-section > h2 {
  font-family: "Corm", sans-serif;
  font-size: clamp(2.25rem, 0.825rem + 7.12vw, 9.375rem);
  z-index: 999;
}

.carousel-section > p {
  font-family: "Noto-normal", sans-serif;
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.8;
}

.carousel {
  width: 100%;
  cursor: grab;
}

.carousel.dragging {
  cursor: grabbing;
}

.carousel--wrap {
  white-space: nowrap;
}

.carousel--item {
  display: inline-block;
  width: 30vw;
  padding: 3vw;
  user-select: none;
}

.carousel--item figure {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.carousel--item figure img {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
  transform-origin: center;
}

.carousel--item h2 {
  position: absolute;
  z-index: 1;
  bottom: 1.8vw;
  font-size: 6vw;
  bottom: 1vw;
}

.carousel--progress {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  bottom: 2vw;
  width: 20vw;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.carousel--progress-bar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transform: scaleX(0);
  transform-origin: 0% 0%;
}

.sales-btn {
  position: absolute;
  bottom: -100px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .carousel-section {
    max-width: 100%;
    margin: 74px auto;
    padding: 0 20px;
  }
  .carousel--wrap {
    margin-bottom: 150px;
  }
  .carousel--item {
    width: 80vw;
    padding: 10vw;
  }
  .carousel--item h2 {
    font-size: 12vw;
  }
  .carousel--progress {
    display: none;
  }
  .sales-btn {
    width: 80%;
    height: 50px;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .block-button .block-button-link {
    width: 100%;
  }
  .button-effect span {
    display: inline-block;
    font-size: 24px;
    vertical-align: top;
    font-family: "Corm", sans-serif;
  }
}
/* video_section */
.video-section {
  overflow: hidden;
  max-width: 100%; /* 180px on each side */
  position: relative;
}

.parallax-left,
.parallax-right {
  font-family: "Sara", sans-serif;
  font-weight: bold;
  font-size: clamp(3.125rem, -2.5rem + 28.13vw, 31.25rem);
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-text-stroke: 1px #2f2c29;
}

.parallax-right {
  margin-top: 5vw;
  position: absolute;
  top: 15vw;
  z-index: 900;
}

.stickyvideo-wrapper {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.sticky-image01 > .sticky-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: sticky;
  top: 0;
}

@media screen and (max-width: 768px) {
  .parallax-left,
  .parallax-right {
    display: none;
  }
  .sticky-image01 {
    height: 100vh;
    object-fit: cover;
  }
  .sticky-image {
    height: 100vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .stickyvideo-wrapper {
    display: none;
  }
}
/* careers-section */
.careers-section {
  max-width: calc(100% - 360px); /* 180px on each side */
  margin: 350vh auto 0;
  position: relative;
}

.careers-section > h2 {
  font-family: "Corm", sans-serif;
  font-size: clamp(2.25rem, 0.825rem + 7.12vw, 9.375rem);
  z-index: 999;
}

.careers-section > p {
  font-family: "Noto-normal", sans-serif;
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.8;
}

.careers-btn {
  display: block;
  margin-top: 5vw;
  width: 320px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .careers-section {
    max-width: 100%;
    margin: 74px auto;
    padding: 0 20px;
  }
  .careers-btn {
    width: 80%;
    height: 50px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 40%);
  }
  .block-button .block-button-link {
    width: 100%;
    padding: 0.4rem 1rem;
  }
  .button-effect span {
    display: inline-block;
    font-size: 24px;
    vertical-align: top;
    font-family: "Corm", sans-serif;
  }
  .button-effect span:first-child {
    display: block;
    transform: translateY(4px);
  }
  .button-effect span:last-child {
    transform: translateY(8px);
  }
}
footer {
  margin-top: 244px;
  background-color: #090908;
  position: relative;
  min-height: 900px;
  padding: 100px 0 50px 0;
}

.link-effect {
  font-family: "Corm", sans-serif;
  font-size: clamp(2.25rem, -0.675rem + 14.63vw, 16.875rem);
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
}

.link-effect:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.link-effect:hover:after {
  width: 100%;
  left: 0;
}

.footer-section {
  display: flex;
  justify-content: space-around;
  padding: 144px;
}

.footer-section .right-section dl {
  display: flex;
  gap: 20px;
  font-size: 18px;
  margin-bottom: 30px;
}

.footer-section .right-section dl dt {
  font-family: "Noto-normal", sans-serif;
  color: #fff;
  width: 100px;
}

.footer-section .left-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #fff;
}

.left-section a {
  color: #fff;
  text-decoration: none;
}

.text-effect {
  width: 100%;
  color: rgba(182, 182, 182, 0.2);
  background: linear-gradient(to right, #fff, #fff) no-repeat;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}

@media screen and (max-width: 768px) {
  footer {
    min-height: 400px;
    margin-top: 100px;
  }
  .footer-section {
    padding: 30px 20px;
    flex-direction: column-reverse;
  }
  .footer-section .right-section dl {
    flex-direction: column;
  }
  .footer-section .right-section dl dt {
    width: 100%;
  }
  .footer-section .right-section dl dd {
    width: 100%;
  }
  .footer-section .left-section {
    align-items: center;
  }
  .footer-section .left-section a {
    text-align: center;
  }
  .left-section h2 img {
    max-width: 150px;
    width: 100%;
  }
  .link-effect {
    display: block;
    text-align: center;
  }
}
/* クッキー */
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -200px;
  left: calc(50% - 325px);
  width: 650px;
  font-size: 12px;
  background: #fff;
  padding: 1.2em;
  box-sizing: border-box;
  visibility: visible;
  transition: 0.5s;
}

.cookie-consent.is-show {
  bottom: 30px;
}

.cookie-text {
  color: #22201e;
  width: 90%;
}

.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: 0.5em 1.5em;
  cursor: pointer;
}

.cookie-agree:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 650px) {
  .cookie-consent {
    flex-direction: column;
    width: 300px;
    left: calc(50% - 150px);
  }
  .cookie-text {
    width: 100%;
    margin-bottom: 1em;
  }
}
