@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --base-font-family: ten-mincho-antique, sans-serif;
  --base-font-size: 1rem;
  --base-font-weight: 400;
  --base-line-height: 2.5;
  --base-letter-space: 0;
  --base-opacity: 0.6;
  --base-color-text: #fff;
  --base-color-bg: #fff;
  --color-key: #FF7518;
  --color-text-emphases: #4B0082;
  --color-btn-member: #FA528E;
}

/*
 * html, body
---------------------------------------*/
html {
  font-size: 16px;
}

body {
  opacity: 0;
  position: relative;
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  font-weight: var(--base-font-weight);
  color: var(--base-color-text);
  line-height: var(--base-line-height);
  letter-spacing: var(--base-letter-space);
  background: var(--base-color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

header, footer {
  width: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
  color: inherit;
}
a:hover {
  text-decoration: none;
  outline: 0;
  opacity: 0.6;
}
a.underline {
  text-decoration: underline;
}
a img, a svg {
  border: 0;
  transition: opacity 0.3s ease;
}
a img:hover, a svg:hover {
  transition: opacity 0.3s ease;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.disc {
  margin-left: 1em;
}
ul.disc li {
  list-style: disc;
}

img, video {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  width: 100%;
}

iframe {
  max-width: 100%;
}

picture {
  display: block;
}
picture img {
  width: inherit;
}

button {
  outline: none;
}

/*
 * SP-PC切り替え
---------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/*
 * SPのときだけTELリンクをつける
---------------------------------------*/
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}

/*
 * clearfix
---------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*
 * wrapper
---------------------------------------*/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none) {
  .wrapper {
    flex-direction: inherit;
  }
}

/*
 * main
---------------------------------------*/
.main {
  position: relative;
  overflow-x: hidden;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .main {
    overflow-x: hidden;
  }
}

/* フェード
------------------------------------------------------ */
.js-fade-in {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 2.5s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade-in.fade-outQuit {
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-fade-in.fade-in-up {
  transform: translate3d(0, 50px, 0) !important;
}
.js-fade-in.fade-in-down {
  transform: translate3d(0, -100px, 0) !important;
}
.js-fade-in.fade-in-left {
  transform: translate3d(-100px, 50px, 0) !important;
}
.js-fade-in.fade-in-right {
  transform: translate3d(100px, 50px, 0) !important;
}
.js-fade-in.js-scroll-in {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

/* ポップアップ
------------------------------------------------------ */
.js-popup {
  transform: translateY(40px) scale(0.8);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.1s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
}
.js-popup.js-scroll-in {
  transform: translateY(0) scale(1);
  opacity: 1;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/* アコーディオン
------------------------------------------------------ */
.js-accordion {
  max-height: 0;
  overflow: hidden;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1) max-height;
  padding-top: 0;
}

/* 回転 */
@keyframes animation-rotate {
  0% {
    transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
  50% {
    transform: translate3d(0px, 0px, 0px) rotate(180deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0px) rotate(360deg);
  }
}
.bg-color-white {
  background-color: #fff;
}

.bg-color-gray {
  background-color: #F9F9F9;
}

.bg-color-black {
  background-color: #0E0E0E;
}

.text-lead {
  font-size: min(4.2666666667vw, 1rem);
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .text-lead {
    font-size: min(4.8vw, 1.125rem);
    line-height: 1.6666666667;
  }
}

.text-normal {
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: min(3.2vw, 0.75rem);
  line-height: 1.8333333333;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 769px) {
  .text-normal {
    font-size: min(3.7333333333vw, 0.875rem);
    line-height: 2.1428571429;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
}
.header .header__top {
  background: linear-gradient(#1F1F1F 0%, #161616 50%, #0E0E0E 100%);
  padding-block: 6px 10px;
}
@media print, screen and (min-width: 769px) {
  .header .header__top {
    padding-block: 6px 18px;
  }
}
.header .header__logo {
  width: 120px;
  margin-inline: auto;
}
.header .header__countdown {
  text-align: center;
  background-color: #1A1A1A;
}
@media print, screen and (min-width: 769px) {
  .header .header__countdown {
    padding-block: 5px;
  }
}

.footer {
  color: #fff;
  padding-block: 86px 30px;
}
@media print, screen and (min-width: 769px) {
  .footer {
    padding-block: 80px 40px;
  }
}
.footer .footer__inner {
  text-align: center;
  width: 339px;
  max-width: 100%;
  margin-inline: auto;
}
.footer .footer__logo {
  width: fit-content;
  margin-inline: auto;
  padding-block: 40px;
}
.footer .footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  padding-block: 45px 27px;
}
.footer .footer__copy {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
}
.footer .footer__copy .copy {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.inner {
  padding-inline: 4.8vw;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .inner {
    width: 100%;
    padding-inline: 15px;
  }
}
.inner.inner--s {
  max-width: 670px;
}
.inner.inner--m {
  max-width: 990px;
}
.inner.inner--l {
  max-width: 1230px;
}
.inner.inner--wide {
  max-width: 1396px;
}
.inner.inner--gallery {
  max-width: 1250px;
}

/*
 * flex-box
---------------------------------------*/
.flex {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .flex--pc {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .flex--sp {
    display: flex;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .flex-wrap--pc {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .flex-wrap--sp {
    flex-wrap: wrap;
  }
}
.flex-justify-start {
  justify-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-start--pc {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-start--sp {
    justify-content: flex-start;
  }
}
.flex-justify-end {
  justify-content: flex-end;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-end--pc {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-end--sp {
    justify-content: flex-end;
  }
}
.flex-justify-between {
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-between--pc {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-between--sp {
    justify-content: space-between;
  }
}
.flex-justify-center {
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-center--pc {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-center--sp {
    justify-content: center;
  }
}
.flex-align-start {
  align-items: flex-start;
}
@media print, screen and (min-width: 769px) {
  .flex-align-start--pc {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-start--sp {
    align-items: flex-start;
  }
}
.flex-align-center {
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-align-center--pc {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-center--sp {
    align-items: center;
  }
}
.flex-align-end {
  align-items: flex-end;
}
@media print, screen and (min-width: 769px) {
  .flex-align-end--pc {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-end--sp {
    align-items: flex-end;
  }
}
.flex-align-stretch {
  align-items: stretch;
}
@media print, screen and (min-width: 769px) {
  .flex-align-stretch--pc {
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-stretch--sp {
    align-items: stretch;
  }
}
.flex-column {
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .flex-column--pc {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .flex-column--sp {
    flex-direction: column;
  }
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 769px) {
  .flex-row-reverse--pc {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .flex-row-reverse--sp {
    flex-direction: row-reverse;
  }
}
.flex-order1 {
  order: 1;
}
.flex-order2 {
  order: 2;
}
.flex-order3 {
  order: 3;
}
.flex-order4 {
  order: 4;
}
.flex-order5 {
  order: 5;
}
.flex-order6 {
  order: 6;
}
.flex-order7 {
  order: 7;
}
.flex-order8 {
  order: 8;
}
.flex-order9 {
  order: 9;
}
.flex-order10 {
  order: 10;
}

.countdown .countdown__text {
  font-family: "ten-mincho-antique", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.countdown .countdown__text1 {
  margin-right: 7px;
}
.countdown .countdown__text1, .countdown .countdown__text2 {
  font-style: 1em;
  letter-spacing: 0.04em;
}
.countdown .countdown__text3 {
  font-size: 0.8em;
  letter-spacing: 0.04em;
}
.countdown .countdown__sep {
  display: block;
  width: 1px;
  height: 1em;
  background-color: #fff;
  margin-inline: 7px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  width: 300px;
  max-width: 100%;
  height: 64px;
  border-radius: 50vw;
  opacity: 1;
  transition: background-color 0.3s ease;
}
.btn:after {
  content: "";
  display: block;
  width: 56px;
  height: 0;
  padding-top: 8px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url(../images/icon_arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.btn:hover {
  opacity: 1;
}
.btn.btn--mail {
  color: #fff;
  background-color: #000000;
}
.btn.btn--mail:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.btn.btn--line {
  color: var(--color-text-emphases);
  background-color: var(--color-key);
}
.btn.btn--line:hover {
  color: var(--color-key);
  background-color: var(--color-text-emphases);
}

.logoarea {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  width: 280px;
  text-align: center;
}
.logoarea.logoarea--color-b {
  color: #000;
}
.logoarea.logoarea--color-w {
  color: #fff;
}
.logoarea .logoarea__text {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-size: min(3.7333333333vw, 0.875rem);
}
.logoarea .logoarea__image {
  max-width: 100%;
}

.caution .caution__item {
  display: flex;
  justify-content: flex-start;
}
.caution .caution__item dt, .caution .caution__item dd {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
.caution .caution__item dt {
  width: 2.25em;
}
.caution .caution__item dd {
  flex: 1;
}

/* 右から左に無限スクロール
----------------------------*/
@keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.row-scroll-wrap {
  display: flex;
  overflow: hidden;
}

.row-scroll {
  display: flex;
  list-style: none;
  animation: infinity-scroll 50s infinite linear 0.5s both;
}

.row-scroll__item > img {
  width: 100%;
}

.section {
  padding-block: 57px;
}
@media print, screen and (min-width: 769px) {
  .section {
    padding-block: 110px 110px;
  }
}
.section .section__header {
  font-family: yu-mincho-pr6n, sans-serif;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media print, screen and (min-width: 769px) {
  .section .section__header {
    row-gap: 8px;
  }
}
.section .section__header.section__header--center {
  text-align: center;
}
.section .section__header-title {
  font-size: min(8.5333333333vw, 2rem);
  line-height: 1.25;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 769px) {
  .section .section__header-title {
    font-size: 64px;
    line-height: 1.25;
  }
}
.section .section__header-subtitle {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media print, screen and (min-width: 769px) {
  .section .section__header-subtitle {
    letter-spacing: 0.08em;
  }
}

.fixed-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: -1;
}
.fixed-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 93px;
  background-color: #0E0E0E;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: calc(100dvh - 93px);
  }
}
@media print, screen and (min-width: 769px) {
  .mv {
    margin-top: 111px;
  }
}
.mv .mv__bg {
  width: 100vw;
  height: calc(77dvh - 93px);
}
@media print, screen and (min-width: 769px) {
  .mv .mv__bg {
    height: calc(100dvh - 111px);
  }
}
.mv .mv__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv .mv__bg img {
    object-position: top;
  }
}
.mv .mv__bg-text-wrapper {
  position: absolute;
  width: 100%;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .mv .mv__bg-text-wrapper {
    bottom: 100px;
    left: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .mv .mv__bg-text-wrapper {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mv .mv__content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  max-width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
  padding-inline: 8px;
}
@media print, screen and (min-width: 769px) {
  .mv .mv__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv__content .mv__content-inner {
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .mv .mv__content .mv__content-inner {
    display: flex;
    flex-direction: column;
    row-gap: 56px;
  }
}
.mv .mv__catch {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
@media screen and (max-width: 768px) {
  .mv .mv__catch {
    width: 41.6vw;
    padding-top: 159px;
    padding-left: 32px;
  }
  .mv .mv__catch img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv__heading {
    position: absolute;
    top: 70.5%;
    left: 4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mv .mv__heading {
    text-align: center;
  }
}
.mv .mv__icon {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #FF7518;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 3px 12px;
}
@media print, screen and (min-width: 769px) {
  .mv .mv__icon {
    margin-inline: auto;
  }
}
.mv .mv__title {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: min(9.6vw, 2.25rem);
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .mv .mv__title {
    margin-top: 13px;
  }
}
@media print, screen and (min-width: 769px) {
  .mv .mv__title {
    font-size: 64px;
    line-height: 1.0625;
  }
}
.mv .mv__text {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media print, screen and (min-width: 769px) {
  .mv .mv__text {
    margin-top: 14px;
  }
}

.fixed-badge {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1366px;
  z-index: 900;
  transition: opacity 0.3s ease;
}
.fixed-badge.hide {
  opacity: 0;
}
.fixed-badge.hide .badge {
  pointer-events: none;
}
.fixed-badge .badge {
  pointer-events: visible;
  position: absolute;
  bottom: 23px;
  right: 20px;
  color: #4B0082;
  z-index: 1;
  width: 111px;
  height: 111px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-key);
  border-radius: 50vw;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .fixed-badge .badge {
    bottom: 46px;
    right: 51px;
    width: 160px;
    height: 160px;
  }
}
.fixed-badge .badge:hover {
  color: #FF7518;
  background-color: #4B0082;
}
.fixed-badge .badge-arc {
  content: "";
  position: absolute;
  top: -12.5px;
  left: -12.5px;
  width: 136px;
  height: 136px;
  background-image: url(../images/badge.svg);
  background-repeat: no-repeat;
  background-size: contain;
  animation: animation-rotate 20s linear infinite;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  .fixed-badge .badge-arc {
    width: 185px;
    height: 185px;
  }
}
.fixed-badge .badge-text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  text-align: center;
  width: 87%;
  height: 87%;
  border-radius: 50vw;
  transition: background-color 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .fixed-badge .badge-text {
    font-size: 16px;
    line-height: 1.625;
  }
}
.fixed-badge .badge-arrow {
  width: 60%;
  margin-inline: auto;
  display: block;
  margin-top: 12px;
}

.cta1 {
  background: linear-gradient(rgba(0, 0, 5, 0), #0E0E0E);
  padding-block: min(29.8666666667vw, 7rem);
}
@media print, screen and (min-width: 769px) {
  .cta1 {
    padding-block: 224px 213px;
  }
}

.cta {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  background: linear-gradient(135deg, #1f1f1f 0%, #161616 50%, #0e0e0e 100%);
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.16);
  padding-block: min(15.2vw, 3.5625rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta {
    padding-inline: min(5.3333333333vw, 1.25rem);
  }
}
@media print, screen and (min-width: 769px) {
  .cta {
    row-gap: 44px;
    padding-block: 117px 112px;
  }
}
.cta .cta__header {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.cta .cta__subtitle {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: min(4vw, 0.9375rem);
  line-height: 1;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 769px) {
  .cta .cta__subtitle {
    font-size: 20px;
  }
}
.cta .cta__prod {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.cta .cta__icon {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  color: var(--color-key);
  border: 1px solid var(--color-key);
  font-size: 12px;
  line-height: 1;
  width: fit-content;
  padding: 3px 12px;
  margin-inline: auto;
}
.cta .cta__name {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.cta .cta__title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  column-gap: 3px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: min(6.4vw, 1.5rem);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-key);
}
@media print, screen and (min-width: 769px) {
  .cta .cta__title {
    font-size: 40px;
  }
}
.cta .cta__title strong {
  font-size: 2.3333333333em;
}
@media print, screen and (min-width: 769px) {
  .cta .cta__title strong {
    font-size: 1.6em;
  }
}
.cta .cta__frame {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: min(3.7333333333vw, 0.875rem);
  letter-spacing: 0.02em;
  line-height: 2.7;
  color: #A779F2;
  border: 1px solid #A779F2;
  width: fit-content;
  padding-inline: min(5.8666666667vw, 1.375rem);
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .cta .cta__frame {
    font-size: 18px;
    line-height: 2.3;
    padding-inline: 30px;
  }
}
.cta .cta__text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: min(3.2vw, 0.75rem);
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: min(5.3333333333vw, 1.25rem);
}
@media print, screen and (min-width: 769px) {
  .cta .cta__text {
    font-size: 14px;
    margin-top: 17px;
  }
}
.cta .cta__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  margin-top: min(5.0666666667vw, 1.1875rem);
}
@media screen and (max-width: 768px) {
  .cta .cta__btns {
    flex-direction: column;
    row-gap: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .cta .cta__btns {
    margin-top: 18px;
  }
}

.intro {
  background: linear-gradient(#0E0E0E 0%, #A54501 50%, #4B0082 80%);
  padding-bottom: min(14.9333333333vw, 3.5rem);
}
.intro .intro__textArea {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
  margin-top: 58px;
}
@media print, screen and (min-width: 769px) {
  .intro .intro__textArea {
    row-gap: 34px;
    margin-top: 55px;
  }
}
.intro .intro__lead {
  display: flex;
  align-items: flex-end;
  column-gap: 0;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0;
}
@media print, screen and (min-width: 769px) {
  .intro .intro__lead {
    align-items: center;
    column-gap: 25px;
  }
}
.intro .intro__lead:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .intro .intro__lead:after {
    margin-left: -22px;
    margin-bottom: 14px;
  }
}
.intro .intro__text {
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: 0.04em;
  font-weight: 200;
}
@media print, screen and (min-width: 769px) {
  .intro .intro__text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
@media print, screen and (min-width: 769px) {
  .intro .inner--wide {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .intro .intro__gallery {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .intro .intro__gallery {
    display: grid;
    grid-template-columns: 6.076% 37.262% 5.784% 1.757% 5.784% 28.477% 8.785% 6.076%;
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 0px;
    grid-row-gap: min(5.8565153734vw, 5rem);
    font-size: min(7.3206442167vw, 6.25rem);
    margin-top: -1.97em;
  }
}
@media screen and (max-width: 768px) {
  .intro .intro__item:nth-child(2n):not(:last-child) {
    margin-left: 4.8vw;
    margin-right: -4.8vw;
  }
  .intro .intro__item:nth-child(2n+1):not(:first-child) {
    margin-right: 4.8vw;
    margin-left: -4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .intro .intro__item.item1 {
    grid-area: 1/6/3/9;
  }
  .intro .intro__item.item2 {
    grid-area: 2/2/3/5;
  }
  .intro .intro__item.item3 {
    grid-area: 3/4/4/8;
  }
  .intro .intro__item.item4 {
    grid-area: 3/1/5/3;
  }
  .intro .intro__item.item5 {
    grid-area: 4/6/6/9;
  }
  .intro .intro__item.item6 {
    grid-area: 5/2/6/5;
  }
}

.product {
  padding-block: 0;
}
.product .product__header {
  text-align: center;
  background: linear-gradient(#4B0082, #0E0E0E);
  padding-block: 56px;
}
.product .product__header .product__header-inner {
  display: flex;
  flex-direction: column;
  row-gap: 33px;
}
@media print, screen and (min-width: 769px) {
  .product .product__header .product__header-inner {
    row-gap: 56px;
  }
}
.product .product__header .product__header-title {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #D7C2FA;
}
@media print, screen and (min-width: 769px) {
  .product .product__header .product__header-title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.product .product__header .product__header-text {
  font-size: 14px;
  font-weight: 200;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  color: #D7C2FA;
}
.product .product__header .product__header-catch {
  width: 92%;
  max-width: 364px;
  margin-inline: auto;
  margin-block: 34px 35px;
}
@media print, screen and (min-width: 769px) {
  .product .product__header .product__header-catch {
    margin-block: 37px 35px;
  }
}
.product .product__body {
  padding-block: 56px 110px;
  background: linear-gradient(135deg, #1f1f1f 0%, #161616 50%, #0e0e0e 100%);
}
@media screen and (max-width: 768px) {
  .product .product__body {
    padding-bottom: 56px;
  }
}
.product .product-detail {
  display: flex;
}
@media screen and (max-width: 768px) {
  .product .product-detail {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .product .product-detail {
    flex-wrap: wrap;
  }
}

.detail {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .detail:not(:first-child) {
    width: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  .detail:not(:first-child) .detail__content {
    row-gap: 37px;
    top: 43.5%;
    left: min(2.9282576867vw, 2.5rem);
  }
}
@media print, screen and (min-width: 769px) {
  .detail:not(:first-child) .detail__text {
    font-size: 12px;
    line-height: 2;
  }
}
@media print, screen and (min-width: 769px) {
  .detail:nth-child(2) .detail__content {
    top: 47.5%;
  }
}
@media print, screen and (min-width: 769px) {
  .detail:nth-child(9) .detail__content {
    top: 50.5%;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail__image {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.detail .detail__content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .detail .detail__content {
    row-gap: 21px;
    text-align: center;
    padding-block: 56px 53px;
  }
}
@media print, screen and (min-width: 769px) {
  .detail .detail__content {
    position: absolute;
    top: 50%;
    left: min(8.78477306vw, 7.5rem);
    transform: translateY(-50%);
    row-gap: 32px;
  }
}
.detail .detail__title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media print, screen and (min-width: 769px) {
  .detail .detail__title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.detail .detail__text {
  font-size: 12px;
  line-height: 1.8333333333;
  font-weight: 200;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 769px) {
  .detail .detail__text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

.cta2 {
  background: linear-gradient(rgba(0, 0, 5, 0), #0E0E0E);
  padding-block: min(29.8666666667vw, 7rem);
}
@media print, screen and (min-width: 769px) {
  .cta2 {
    padding-block: 224px;
  }
}

.about {
  padding-bottom: 112px;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 110px;
  }
}
@media print, screen and (min-width: 769px) {
  .about {
    padding-bottom: 112px;
  }
}
.about .about__inner {
  display: flex;
  flex-direction: column;
}
.about .about__eyecatch {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .about .about__eyecatch {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 769px) {
  .about .about__eyecatch {
    margin-top: 48px;
  }
}
.about .about__body {
  max-width: 960px;
  margin-inline: auto;
  margin-top: 94px;
}
@media print, screen and (min-width: 769px) {
  .about .about__logo {
    width: 50%;
    padding-left: 29px;
  }
}
.about .about__logo .logoarea {
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .about .about__logo .logoarea {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about .about__content {
    padding-inline: min(8vw, 1.875rem);
    margin-top: 67px;
  }
}
@media print, screen and (min-width: 769px) {
  .about .about__content {
    width: 50%;
    margin-top: 6px;
  }
}
.about .about__title {
  font-size: min(4.8vw, 1.125rem);
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  .about .about__title {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .about .about__title {
    font-size: 18px;
  }
}
.about .about__text {
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: 0.04em;
  margin-top: 31px;
}
@media print, screen and (min-width: 769px) {
  .about .about__text {
    font-size: 14px;
    line-height: 2.1428571429;
    margin-top: 30px;
  }
}
.about .about__caution {
  margin-top: 34px;
}
@media print, screen and (min-width: 769px) {
  .about .about__caution {
    margin-top: 29px;
  }
}

@media print, screen and (min-width: 769px) {
  .gallery {
    padding-bottom: 215px;
  }
}
.gallery .gallery__mv {
  position: relative;
  background-image: url(../images/gallery_mv_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 0;
  padding-top: 177.8666666667vw;
}
@media print, screen and (min-width: 769px) {
  .gallery .gallery__mv {
    background-image: url(../images/gallery_mv.jpg);
    padding-top: 82.7232796486%;
  }
}
.gallery .gallery__mv .gallery__mv-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .gallery .gallery__mv-inner {
    padding-top: min(43.7333333333vw, 10.25rem);
  }
}
@media print, screen and (min-width: 769px) {
  .gallery .gallery__mv-inner {
    padding-top: min(27.9166666667vw, 16.75rem);
  }
}
.gallery .gallery__mv-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gallery .gallery__mv-content {
    row-gap: 25px;
  }
}
.gallery .gallery__title {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: min(9.6vw, 2.25rem);
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gallery .gallery__title {
    line-height: 1.3333333333;
  }
}
@media print, screen and (min-width: 769px) {
  .gallery .gallery__title {
    font-size: min(6.6666666667vw, 4rem);
  }
}
.gallery .gallery__lead {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: min(4.2666666667vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 1;
  color: #F9F9F9;
}
@media print, screen and (min-width: 769px) {
  .gallery .gallery__lead {
    font-size: min(1.875vw, 1.125rem);
    line-height: 1.8888888889;
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery__insta {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .gallery .gallery__insta {
    column-count: 3;
    column-gap: 10px;
  }
}
.gallery .gallery__insta .gallery__item {
  break-inside: avoid;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .gallery .gallery__insta .gallery__item {
    margin-bottom: 10px;
  }
}
.gallery .gallery__insta .gallery__item img, .gallery .gallery__insta .gallery__item picture {
  width: 100%;
  height: auto;
  display: block;
}

.cta-footer .cta-footer__header {
  position: relative;
  width: 100vw;
  height: 100svh;
  background: linear-gradient(rgba(0, 0, 0, 0), #0E0E0E);
}
.cta-footer .cta-footer__catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta-footer .cta-footer__catch .cta-footer__catch-text {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  display: inline-flex;
  text-align: start;
  align-self: center;
  align-items: center;
  column-gap: 20px;
  color: #fff;
  text-orientation: mixed;
}
@media print, screen and (min-width: 769px) {
  .cta-footer .cta-footer__catch .cta-footer__catch-text {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.cta-footer .cta-footer__catch .cta-footer__catch-text:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #fff;
  margin-inline: auto;
  margin-block-start: 12px;
}
.cta-footer .cta-footer__body {
  padding-block: 53px 60px;
}
@media print, screen and (min-width: 769px) {
  .cta-footer .cta-footer__body {
    padding-block: 113px;
  }
}
.cta-footer .cta-footer__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cta-footer .cta-footer__flex {
    row-gap: 40px;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .cta-footer .cta-footer__flex {
    align-items: center;
    column-gap: min(8.3333333333vw, 5rem);
  }
}
.cta-footer .cta-footer__lead {
  max-width: 365px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cta-footer .cta-footer__lead {
    width: 92%;
  }
}
@media print, screen and (min-width: 769px) {
  .cta-footer .cta-footer__lead {
    position: relative;
    left: -21px;
  }
}
@media print, screen and (min-width: 769px) {
  .cta-footer .cta-footer__image {
    width: 43.5%;
  }
}
.cta-footer .cta {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cta-footer .cta {
    padding-top: min(17.0666666667vw, 4rem);
    padding-inline: min(3.7333333333vw, 0.875rem);
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .cta-footer .cta {
    row-gap: 47px;
    padding: min(6.6666666667vw, 4rem) min(12.5vw, 7.5rem);
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .cta-footer .cta .cta__content {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .cta-footer .cta .cta__header {
    margin-block: min(10.6666666667vw, 2.5rem) min(6.4vw, 1.5rem);
  }
}
@media print, screen and (min-width: 769px) {
  .cta-footer .cta .cta__header {
    margin-block: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .cta-footer .cta .cta__subtitle {
    font-size: min(1.875vw, 1.125rem);
  }
}
@media print, screen and (min-width: 769px) {
  .cta-footer .cta .cta__title {
    font-size: min(3.3333333333vw, 2rem);
  }
}
@media print, screen and (min-width: 769px) {
  .cta-footer .cta .cta__title strong {
    font-size: 2em;
  }
}
@media print, screen and (min-width: 769px) {
  .cta-footer .cta .cta__frame {
    width: 100%;
    padding-inline: 0;
  }
}
/*# sourceMappingURL=style.css.map */