@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: yu-mincho-pr6n, 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: #004E9C;
  --color-text-emphases: #00B41E;
  --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: clip;
  flex: 1;
}

/* フェード
------------------------------------------------------ */
.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: #000;
}

.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;
  background: linear-gradient(#2C2C2C, #000000);
}
.header .header__inner {
  padding-block: 10px;
}
@media print, screen and (min-width: 769px) {
  .header .header__inner {
    padding-block: 14px;
  }
}
.header .header__link {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.header .header__link span {
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header .header__link span.f18-14 {
    font-size: min(3.7333333333vw, 0.875rem);
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__link span.f18-14 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .header .header__link span.f20-16 {
    font-size: min(4.2666666667vw, 1rem);
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__link span.f20-16 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header .header__link span.f12-10 {
    font-size: min(2.6666666667vw, 0.625rem);
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__link span.f12-10 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header .header__link span.f16-14 {
    font-size: min(3.7333333333vw, 0.875rem);
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__link span.f16-14 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header .header__link span.f16-12 {
    font-size: min(3.2vw, 0.75rem);
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__link span.f16-12 {
    font-size: 16px;
  }
}
.header .header__link span.brackets-start {
  margin-right: 8px;
}
.header .header__link span.brackets-end {
  margin-left: 8px;
}
.header .header__link .header__link-arrow {
  display: block;
  width: 36px;
  height: 0;
  padding-top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57.975' height='8.917'%3E%3Cpath fill='none' stroke='%23fff' d='M0 8.418h56.311l-12.106-8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 15px;
}
@media print, screen and (min-width: 769px) {
  .header .header__link .header__link-arrow {
    width: 56px;
  }
}

.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;
}
@media print, screen and (min-width: 769px) {
  .inner {
    width: 100%;
    padding-inline: 15px;
    margin-inline: auto;
  }
}
.inner.inner--s {
  max-width: 990px;
}
.inner.inner--l {
  max-width: 1230px;
}
.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 {
  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: #707070;
  margin-inline: 7px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.04em;
  max-width: 100%;
  border-radius: 50vw;
  color: #fff;
  background-color: #AAA54E;
  opacity: 1;
  transition: background-color 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  opacity: 1;
  color: #AAA54E;
  background-color: #fff;
}
.btn.btn--1 {
  width: 120px;
  height: 32px;
}
@media print, screen and (min-width: 769px) {
  .btn.btn--1 {
    width: 180px;
    height: 56px;
  }
}
.btn.btn--2 {
  width: min(72.5333333333vw, 17rem);
  height: 56px;
}
@media screen and (max-width: 768px) {
  .btn.btn--2 {
    font-size: min(4.2666666667vw, 1rem);
  }
}
@media print, screen and (min-width: 769px) {
  .btn.btn--2 {
    width: 272px;
    height: 56px;
  }
}
.btn.btn--center {
  margin-inline: auto;
}

.logoarea {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  width: 280px;
  max-width: 100%;
  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: 14px;
}
.caution .caution__item {
  display: flex;
  justify-content: flex-start;
}
.caution .caution__item dt, .caution .caution__item dd {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1.25;
  color: #fff;
}
.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%;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 99999;
  transition: opacity 0.6s ease-in-out 2s;
}
.loading.is-show .loading__inner {
  opacity: 1;
}
.loading.is-fadeout {
  opacity: 0;
}
.loading.is-fadeout .loading__inner {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 2s;
}
.loading .loading__inner {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  opacity: 0;
  transition: opacity 2s ease-in-out 0.6s;
}
.loading .loading__text {
  color: #000;
  font-size: min(4.2666666667vw, 1rem);
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .loading .loading__text {
    font-size: 24px;
  }
}
.loading .loading__logo {
  width: 240px;
  margin-inline: auto;
}

.section {
  padding-block: 57px;
}
@media print, screen and (min-width: 769px) {
  .section {
    padding-block: 110px 110px;
  }
}
.section .section__header {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .section .section__header {
    row-gap: 16px;
  }
}
.section .section__header.section__header--center {
  text-align: center;
}
.section .section__header-subtitle {
  font-size: min(3.2vw, 0.75rem);
  line-height: 1;
  letter-spacing: 0.12em;
}
@media print, screen and (min-width: 769px) {
  .section .section__header-subtitle {
    letter-spacing: 0.08em;
  }
}
.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;
  }
}
.section .section__header-title-small {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section .section__header-title-small {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  .section .section__header-title-small {
    font-size: 24px;
  }
}

.fixed-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -1;
}
.fixed-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixed-copy {
  font-size: 12px;
  position: fixed;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .fixed-copy {
    bottom: 29px;
    left: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .fixed-copy {
    top: calc(50% - 58px);
    left: 2em;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: left center;
  }
}
.fixed-copy.is-hide {
  opacity: 0;
}
.fixed-copy p {
  color: #fff;
  font-family: yu-mincho-pr6n, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
}

.mv {
  position: relative;
  width: 100vw;
  height: 100svh;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
}
.mv .mv__content {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .mv .mv__content {
    top: 0%;
  }
}
.mv .mv__content-inner {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  text-align: center;
  margin-top: -10px;
}
@media print, screen and (min-width: 769px) {
  .mv .mv__content-inner {
    row-gap: 15px;
    margin-top: 66px;
  }
}
.mv .mv__title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .mv .mv__title {
    font-size: 64px;
  }
}
.mv .mv__subtitle {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .mv .mv__subtitle {
    font-size: 28px;
  }
}
.mv .mv__text {
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.9166666667;
}
@media screen and (max-width: 768px) {
  .mv .mv__text {
    position: absolute;
    bottom: 61px;
    left: 28px;
    width: 10em;
  }
}
@media print, screen and (min-width: 769px) {
  .mv .mv__text {
    margin-top: 35px;
  }
}
.mv .mv__badge {
  position: absolute;
  bottom: 20px;
  right: 14px;
  color: #fff;
  z-index: 1;
  width: min(36.2666666667vw, 8.5rem);
  height: min(36.2666666667vw, 8.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .mv .mv__badge {
    bottom: 35px;
    right: 40px;
    width: 184px;
    height: 185px;
  }
}
.mv .mv__badge-arc {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/mv_badge.svg);
  background-repeat: no-repeat;
  background-size: contain;
  animation: animation-rotate 10s linear infinite;
  pointer-events: none;
}
.mv .mv__badge-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  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) {
  .mv .mv__badge-text {
    font-size: 20px;
    line-height: 1.4;
  }
}
.mv .mv__badge-text:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.mv .mv__badge-arrow {
  width: 57%;
  margin-inline: auto;
  display: block;
  margin-top: 17px;
}
.mv .mv__copy {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
  position: fixed;
  transition: opacity 0.3s ease;
  bottom: 29px;
  left: 28px;
  color: #fff;
}

.intro {
  padding-block: 0;
}
.intro .intro__top {
  padding-top: 100svh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
}
.intro .intro__main {
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 108px;
  padding-bottom: 114px;
}
@media print, screen and (min-width: 769px) {
  .intro .intro__main {
    padding-top: 112px;
    padding-bottom: 220px;
  }
}
@media print, screen and (min-width: 769px) {
  .intro .intro-grid {
    display: grid;
    grid-template-columns: min(4.0263543192vw, 3.4375rem) min(5.7833089312vw, 4.9375rem) min(5.1244509517vw, 4.375rem) min(34.1874084919vw, 29.1875rem) min(7.906295754vw, 6.75rem) min(28.1112737921vw, 24rem) min(8.78477306vw, 7.5rem) min(6.0761346999vw, 5.1875rem);
    grid-template-rows: auto auto auto 1fr auto auto auto auto auto auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1366px;
    margin-inline: auto;
  }
  .intro .intro-grid .grid1 {
    grid-area: 1/1/2/9;
  }
  .intro .intro-grid .grid2 {
    grid-area: 2/4/3/5;
  }
  .intro .intro-grid .grid3 {
    grid-area: 2/6/4/9;
  }
  .intro .intro-grid .grid4 {
    grid-area: 3/3/5/6;
  }
  .intro .intro-grid .grid5 {
    grid-area: 5/5/7/8;
  }
  .intro .intro-grid .grid6 {
    grid-area: 6/2/9/5;
  }
  .intro .intro-grid .grid7 {
    grid-area: 8/6/11/9;
  }
  .intro .intro-grid .grid8 {
    grid-area: 10/3/12/6;
  }
}
.intro .intro__heading {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .intro .intro__content, .intro .intro-image {
    width: 100%;
    padding-inline: 18px;
    margin-inline: auto;
  }
}
.intro .intro__content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .intro .intro__content {
    margin-top: 55px;
  }
}
@media print, screen and (min-width: 769px) {
  .intro .intro__content {
    row-gap: 26px;
    margin-top: 58px;
  }
}
.intro .intro__subtitle {
  font-size: 18px;
  line-height: 1.5555555556;
}
@media print, screen and (min-width: 769px) {
  .intro .intro__subtitle {
    font-size: min(2.4vw, 1.5rem);
    line-height: 1.5;
  }
}
.intro .intro__text {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .intro .intro__text {
    font-size: min(3.2vw, 0.75rem);
    line-height: 1.8333333333;
  }
}
@media print, screen and (min-width: 769px) {
  .intro .intro__text {
    font-size: min(1.4vw, 0.875rem);
    line-height: 2.1428571429;
  }
}
@media print, screen and (min-width: 769px) {
  .intro .intro-image {
    font-size: min(0.7320644217vw, 0.625rem);
  }
}
@media screen and (max-width: 768px) {
  .intro .intro-image.image1 {
    margin-top: 59px;
  }
}
@media print, screen and (min-width: 769px) {
  .intro .intro-image.image1 {
    margin-top: min(4.6852122987vw, 4rem);
  }
}
@media print, screen and (min-width: 769px) {
  .intro .intro-image.image2 {
    width: 95%;
    margin-top: min(6.2957540264vw, 5.375rem);
  }
}
@media print, screen and (min-width: 769px) {
  .intro .intro-image.image3 {
    margin-top: min(2.0497803807vw, 1.75rem);
  }
}
@media print, screen and (min-width: 769px) {
  .intro .intro-image.image4 {
    width: 96%;
    margin-top: min(1.0248901903vw, 0.875rem);
  }
}
@media print, screen and (min-width: 769px) {
  .intro .intro-image.image5 {
    margin-top: -2em;
  }
}
@media print, screen and (min-width: 769px) {
  .intro .intro-image.image6 {
    width: 96%;
    margin-top: -22em;
  }
}
@media screen and (max-width: 768px) {
  .intro .intro-image:not(.image1) {
    margin-top: 13px;
  }
}

.product {
  background: linear-gradient(#2C2C2C, #000000);
  padding-block: 112px;
}
@media print, screen and (min-width: 769px) {
  .product {
    padding-block: 224px;
  }
}
@media screen and (max-width: 768px) {
  .product .product__list {
    column-gap: 5px;
    margin-top: 52px;
  }
}
@media print, screen and (min-width: 769px) {
  .product .product__list {
    column-gap: 16px;
    margin-top: 57px;
  }
}
@media screen and (max-width: 768px) {
  .product .product__item {
    width: calc(50% - 2.5px);
  }
}
@media print, screen and (min-width: 769px) {
  .product .product__item {
    flex: 1;
  }
}
.product .product__itemTitle {
  position: relative;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  margin-top: 23px;
}
@media print, screen and (min-width: 769px) {
  .product .product__itemTitle {
    font-size: 24px;
    line-height: 1.6666666667;
    margin-top: 40px;
  }
}
.product .product__itemTitle.new:before {
  content: "New";
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  color: #AAA54E;
}
@media print, screen and (min-width: 769px) {
  .product .product__itemTitle.new:before {
    font-size: 12px;
  }
}
.product .product__btn {
  margin-top: 9px;
}
@media print, screen and (min-width: 769px) {
  .product .product__btn {
    margin-top: 16px;
  }
}

.ornament {
  padding-top: 0;
}
@media print, screen and (min-width: 769px) {
  .ornament .section__header-title {
    font-size: min(6.4vw, 4rem);
  }
}
.ornament .ornament__header {
  position: relative;
  background-image: image-set(url(../images/ornament_mv_sp.webp) type("image/webp"), url(../images/ornament_mv_sp.png) type("image/png"));
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  padding-top: 83.2%;
}
@media print, screen and (min-width: 769px) {
  .ornament .ornament__header {
    height: 0;
    padding-top: 76.8%;
    background-image: image-set(url(../images/ornament_mv.webp) type("image/webp"), url(../images/ornament_mv.png) type("image/png"));
  }
}
@media print, screen and (min-width: 769px) {
  .ornament .ornament__header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: min(12vw, 7.5rem);
  }
}
@media screen and (max-width: 768px) {
  .ornament .ornament__header-content {
    text-align: center;
    padding-top: 55px;
  }
}
@media print, screen and (min-width: 769px) {
  .ornament .ornament__header-content {
    width: min(42.6vw, 26.625rem);
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .ornament .ornament__body {
    padding-bottom: 52px;
  }
}
.ornament .ornament__lead {
  font-size: 18px;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  .ornament .ornament__lead {
    text-align: center;
    margin-top: 47px;
  }
}
@media print, screen and (min-width: 769px) {
  .ornament .ornament__lead {
    font-size: min(2.4vw, 1.5rem);
    line-height: 1.5;
    margin-top: min(5.8vw, 3.625rem);
  }
}
.ornament .ornament__text {
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: 0.04em;
  margin-top: 14px;
}
@media print, screen and (min-width: 769px) {
  .ornament .ornament__text {
    font-size: min(1.4vw, 0.875rem);
    line-height: 2.1428571429;
    margin-top: min(2.6vw, 1.625rem);
  }
}
.ornament .ornament__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 38px;
  margin-top: 50px;
}
@media print, screen and (min-width: 769px) {
  .ornament .ornament__list {
    font-size: min(1vw, 0.625rem);
    column-gap: 18px;
    row-gap: 60px;
    margin-top: -11em;
  }
}
.ornament .ornament__item {
  text-align: center;
  width: calc(50% - 2.5px);
}
@media print, screen and (min-width: 769px) {
  .ornament .ornament__item {
    width: calc(33% - 10px);
  }
}
.ornament .ornament__item-name {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  margin-top: 6px;
}
@media print, screen and (min-width: 769px) {
  .ornament .ornament__item-name {
    font-size: 16px;
    line-height: 1.375;
    margin-top: 14px;
  }
}

.message.message1 {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgb(0, 0, 0));
}
.message.message2 {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgb(0, 0, 0));
  padding-block: 177px 76px;
}
.message.message2 .message__content {
  row-gap: 47px;
}
@media print, screen and (min-width: 769px) {
  .message.message2 .message__content {
    row-gap: 57px;
    padding-block: 210px 140px;
  }
}
.message .message__content {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}
@media screen and (max-width: 768px) {
  .message .message__content {
    padding-block: 50px 100px;
  }
}
.message .message__title {
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .message .message__title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.message .message__catch {
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 769px) {
  .message .message__catch {
    font-size: 64px;
    line-height: 1;
  }
}
.message .message__text {
  font-family: yu-gothic-pr6n, sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .message .message__text {
    font-size: 12px;
    line-height: 1.8333333333;
  }
}
@media print, screen and (min-width: 769px) {
  .message .message__text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.message .message-gallery {
  display: grid;
}
@media screen and (max-width: 768px) {
  .message .message-gallery {
    grid-template-columns: 38.4vw 55.4666666667vw;
    grid-template-rows: repeat(8, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    margin-top: 12px;
  }
  .message .message-gallery .image1 {
    grid-area: 2/1/4/2;
  }
  .message .message-gallery .image2 {
    grid-area: 1/2/3/3;
  }
  .message .message-gallery .image3 {
    grid-area: 4/1/6/2;
  }
  .message .message-gallery .image4 {
    grid-area: 3/2/5/3;
  }
  .message .message-gallery .image5 {
    grid-area: 6/1/8/2;
  }
  .message .message-gallery .image6 {
    grid-area: 5/2/7/3;
  }
  .message .message-gallery .image7 {
    grid-area: 8/1/9/2;
  }
  .message .message-gallery .image8 {
    grid-area: 7/2/9/3;
  }
  .message .message-gallery .image1 {
    margin-top: -30px;
  }
  .message .message-gallery .image3 {
    margin-top: -40px;
  }
  .message .message-gallery .image5 {
    margin-top: -43px;
  }
  .message .message-gallery .image6 {
    margin-top: 20px;
  }
  .message .message-gallery .image7 {
    margin-top: 24px;
  }
  .message .message-gallery .image8 {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .message .message-gallery {
    grid-template-columns: 18.7408491947vw 26.9399707174vw 18.7408491947vw 26.9399707174vw;
    grid-template-rows: repeat(4, auto) 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0;
    margin-top: 104px;
  }
  .message .message-gallery .image1 {
    grid-area: 2/1/4/2;
  }
  .message .message-gallery .image2 {
    grid-area: 1/2/3/3;
  }
  .message .message-gallery .image3 {
    grid-area: 4/1/6/2;
  }
  .message .message-gallery .image4 {
    grid-area: 3/2/5/3;
  }
  .message .message-gallery .image5 {
    grid-area: 2/3/4/4;
  }
  .message .message-gallery .image6 {
    grid-area: 1/4/3/5;
  }
  .message .message-gallery .image7 {
    grid-area: 4/3/6/4;
  }
  .message .message-gallery .image8 {
    grid-area: 3/4/5/5;
  }
  .message .message-gallery .image1 {
    margin-top: -50px;
  }
  .message .message-gallery .image3 {
    margin-top: -70px;
  }
  .message .message-gallery .image4 {
    margin-top: 0;
  }
  .message .message-gallery .image5 {
    margin-top: -50px;
  }
  .message .message-gallery .image7 {
    margin-top: -70px;
  }
}
.message .message-gallery .message-gallery__image {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.message .message-gallery.is-on .message-gallery__image {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.message .message-gallery.is-on .message-gallery__image.image1 {
  transition-delay: 0.2s;
}
.message .message-gallery.is-on .message-gallery__image.image2 {
  transition-delay: 0.6s;
}
.message .message-gallery.is-on .message-gallery__image.image3 {
  transition-delay: 1s;
}
.message .message-gallery.is-on .message-gallery__image.image4 {
  transition-delay: 1.4s;
}
.message .message-gallery.is-on .message-gallery__image.image5 {
  transition-delay: 1.8s;
}
.message .message-gallery.is-on .message-gallery__image.image6 {
  transition-delay: 2.2s;
}
.message .message-gallery.is-on .message-gallery__image.image7 {
  transition-delay: 2.6s;
}
.message .message-gallery.is-on .message-gallery__image.image8 {
  transition-delay: 3s;
}
.message .messate__ct {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 14px;
  margin-top: 57px;
}
@media print, screen and (min-width: 769px) {
  .message .messate__ct {
    row-gap: 28px;
  }
}
.message .messate__ct .messate__ct-text {
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .message .messate__ct .messate__ct-text {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .message .messate__ct .messate__ct-text {
    font-size: 24px;
  }
}

.about {
  padding-bottom: 112px;
}
@media print, screen and (min-width: 769px) {
  .about {
    padding-top: 340px;
    padding-bottom: 223px;
  }
}
.about .about__inner {
  display: flex;
  flex-direction: column;
}
.about .about__eyecatch {
  margin-top: 48px;
}
@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: 54px;
  }
}
.about .about__eyecatch img {
  width: 100%;
}
.about .about-award {
  margin-top: 56px;
}
.about .about-award .about-award__header {
  display: flex;
  flex-direction: column;
  row-gap: 56px;
}
.about .about-award .about-award__text-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.about .about-award .about-award__text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  font-size: min(12.8vw, 3rem);
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .about .about-award .about-award__text {
    font-size: 64px;
    row-gap: 16px;
  }
}
.about .about-award .about-award__text .text-main {
  font-size: 1em;
  letter-spacing: 0.04em;
}
.about .about-award .about-award__text .text-main span {
  font-size: 0.5833333333em;
}
@media print, screen and (min-width: 769px) {
  .about .about-award .about-award__text .text-main span {
    font-size: 0.5em;
  }
}
.about .about-award .about-award__text .text-sub {
  font-size: 14px;
  letter-spacing: 0.04em;
}
.about .about-award .about-award__note {
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
.about .about-award .about-award__table-wrapper {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .about .about-award .about-award__table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.about .about-award .about-award__table-title {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.about .about-award .about-award__table {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
  margin-top: 27px;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .about .about-award .about-award__table caption {
    margin-bottom: 17px;
  }
}
.about .about-award .about-award__table tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.about .about-award .about-award__table th, .about .about-award .about-award__table td:last-child {
  width: 3.5em;
}
@media print, screen and (min-width: 769px) {
  .about .about-award .about-award__table th, .about .about-award .about-award__table td:last-child {
    width: 11.5em;
  }
}
.about .about-award .about-award__table td:last-child {
  text-align: right;
}
.about .about-award .about-award__table th, .about .about-award .about-award__table td {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 2.7272727273;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-block: 16px 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
@media print, screen and (min-width: 769px) {
  .about .about-award .about-award__table th, .about .about-award .about-award__table td {
    font-size: 14px;
    line-height: 2.1428571429;
    padding-block: 8px 7px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-award .about-award__table th {
    display: none;
  }
}
.about .about-award .about-award__table + .about-award__table {
  margin-top: 48px;
}
@media print, screen and (min-width: 769px) {
  .about .about-award .about-award__table + .about-award__table {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .about .about-award .about-award__table + .about-award__table tr:first-child {
    border-top: none;
  }
}
.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;
  }
}
@media screen and (max-width: 768px) {
  .about .about__logo .logoarea {
    margin-inline: auto;
  }
}
@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: 24px;
    line-height: 1.5;
  }
}
.about .about__text {
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: 0.04em;
  margin-top: 28px;
}
@media print, screen and (min-width: 769px) {
  .about .about__text {
    font-size: 14px;
    line-height: 2.1428571429;
    margin-top: 24px;
  }
}
.about .about__caution {
  margin-top: 35px;
}
@media print, screen and (min-width: 769px) {
  .about .about__caution {
    margin-top: 29px;
  }
}
.about .about__scroll {
  margin-top: 112px;
}
@media print, screen and (min-width: 769px) {
  .about .about__scroll {
    margin-top: 113px;
  }
}
.about .about__scroll-item {
  width: 2118px;
}
@media print, screen and (min-width: 769px) {
  .about .about__scroll-item {
    width: 3695px;
  }
}

.information {
  background: linear-gradient(#2C2C2C, #000000);
}
@media screen and (max-width: 768px) {
  .information {
    padding-top: 112px;
    padding-bottom: 110px;
  }
}
@media print, screen and (min-width: 769px) {
  .information {
    padding-top: 225px;
    padding-bottom: 223px;
  }
}
.information .information__notice {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8666666667;
  text-align: center;
  width: 470px;
  max-width: 100%;
  color: #000000;
  background-color: #fff;
  margin-inline: auto;
  padding-block: 0;
  margin-block: 25px;
}
@media print, screen and (min-width: 769px) {
  .information .information__notice {
    font-size: 24px;
    line-height: 1.25;
    padding-block: 13px;
    margin-block: 56px;
  }
}
.information .information__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 48px;
}
@media print, screen and (min-width: 769px) {
  .information .information__list {
    column-gap: 18px;
    row-gap: 56px;
  }
}
.information .information__item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .information .information__item {
    width: calc(50% - 2.5px);
  }
}
@media print, screen and (min-width: 769px) {
  .information .information__item {
    width: calc(32.9% - 9px);
  }
}
.information .information__item.information__item--sold .information__image {
  position: relative;
}
.information .information__item.information__item--sold .information__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.information .information__item.information__item--sold .information__btn {
  color: #fff;
  background-color: #777777;
}
.information .information__item.information__item--sold .information__btn:hover {
  color: #777;
  background-color: #fff;
}
.information .information__item.information__item--notification .information__btn {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.information .information__item.information__item--notification .information__btn:hover {
  background-color: #fff;
  color: #000;
}
.information .information__item .information__item-text {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
@media print, screen and (min-width: 769px) {
  .information .information__item .information__item-text {
    margin-top: 28px;
  }
}
.information .information__item .information__item-text1 {
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .information .information__item .information__item-text1 {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .information .information__item .information__item-text1 {
    font-size: 16px;
  }
}
.information .information__item .information__item-text2 {
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .information .information__item .information__item-text2 {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .information .information__item .information__item-text2 {
    font-size: 24px;
  }
}
.information .information__item .information__item-text3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .information .information__item .information__item-text3 {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 769px) {
  .information .information__item .information__item-text3 {
    font-size: 12px;
    margin-top: 16px;
  }
}
.information .information__item .information__btn {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  margin-top: 13px;
}
@media print, screen and (min-width: 769px) {
  .information .information__item .information__btn {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .detail {
    padding-block: 0 112px;
  }
}
.detail .detail__header {
  position: relative;
  width: 100vw;
  height: 100svh;
  background-image: url(../images/detail_mv_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media print, screen and (min-width: 769px) {
  .detail .detail__header {
    background-image: url(../images/detail_mv.jpg);
    background-size: 1366px auto;
  }
}
@media print, screen and (min-width: 1366px) {
  .detail .detail__header {
    background-size: cover;
  }
}
.detail .detail__header .detail__header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.detail .detail__header .detail__header-lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail .detail__header .detail__header-lead {
    font-size: 18px;
    line-height: 1.5555555556;
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 769px) {
  .detail .detail__header .detail__header-lead {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .detail .detail__body {
    margin-top: 56px;
  }
}
.detail .detail__content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .detail .detail__content {
    width: 100%;
    height: 0;
    padding-top: 64%;
  }
}
@media print, screen and (min-width: 769px) {
  .detail .detail__content.content1 .detail__content-body {
    padding-top: min(22.25vw, 16.6875rem);
  }
}
@media print, screen and (min-width: 769px) {
  .detail .detail__content.content2 .detail__content-body {
    padding-top: min(8.0833333333vw, 6.0625rem);
  }
}
@media print, screen and (min-width: 769px) {
  .detail .detail__content.content3 .detail__content-body {
    width: fit-content;
    padding-top: min(12.25vw, 9.1875rem);
    margin-right: min(10.5vw, 7.875rem);
  }
}
@media print, screen and (min-width: 769px) {
  .detail .detail__content.content4 .detail__content-body {
    padding-top: min(15.5833333333vw, 11.6875rem);
  }
}
@media print, screen and (min-width: 769px) {
  .detail .detail__content .detail__content-inner, .detail .detail__content .detail__content-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail__content .detail__content-image {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.detail .detail__content .detail__content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail .detail__content .detail__content-body {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
@media screen and (max-width: 768px) {
  .detail .detail__content .detail__content-body {
    text-align: center;
    padding-block: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .detail .detail__content .detail__content-body {
    row-gap: 26px;
    width: 960px;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .detail .detail__content .detail__content-title {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
@media print, screen and (min-width: 769px) {
  .detail .detail__content .detail__content-title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.detail .detail__content .detail__content-text {
  font-family: yu-gothic-pr6n, sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .detail .detail__content .detail__content-text {
    font-size: 12px;
    line-height: 1.8333333333;
  }
}
@media print, screen and (min-width: 769px) {
  .detail .detail__content .detail__content-text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

.gallery {
  background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.7));
  padding-top: 0;
}
.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(44.2666666667vw, 10.375rem);
  }
}
@media print, screen and (min-width: 769px) {
  .gallery .gallery__mv-inner {
    padding-top: min(22.8125vw, 13.6875rem);
  }
}
.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: 28px;
  }
}
.gallery .gallery__title {
  font-size: min(8.5333333333vw, 2rem);
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gallery .gallery__title {
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 769px) {
  .gallery .gallery__title {
    font-size: min(6.6666666667vw, 4rem);
  }
}
.gallery .gallery__lead {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: min(4.2666666667vw, 1rem);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #F9F9F9;
}
@media print, screen and (min-width: 769px) {
  .gallery .gallery__lead {
    font-size: min(2.5vw, 1.5rem);
    line-height: 1.7083333333;
  }
}
@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;
}

@media print, screen and (min-width: 769px) {
  .cta {
    padding-block: 112px;
  }
}
.cta .section__header .section__header-subtitle {
  letter-spacing: 0.12em;
}
.cta .cta__list {
  display: flex;
  column-gap: 64px;
  max-width: 664px;
  margin-inline: auto;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .cta .cta__list {
    row-gap: 67px;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .cta .cta__list {
    margin-top: 66px;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta__item {
    width: 88.5%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .cta .product__itemTitle {
    font-size: 24px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cta .product__btn {
    font-size: 16px;
    width: 180px;
    height: 56px;
  }
}
.cta .cta__catch {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3571428571;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 14px;
}
.cta .cta__price {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
  column-gap: 4px;
  margin-top: 9px;
}
.cta .cta__price .tax {
  font-size: 10px;
}

.shop {
  background: linear-gradient(#2C2C2C, #000000);
}
@media screen and (max-width: 768px) {
  .shop {
    padding-top: 115px;
  }
}
.shop .shop__header-lead {
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 14px;
}
@media print, screen and (min-width: 769px) {
  .shop .shop__header-lead {
    font-size: 14px;
  }
}
.shop .shop__list {
  display: flex;
  column-gap: 18px;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .shop .shop__list {
    flex-direction: column;
    row-gap: 43px;
    width: 91%;
    max-width: 308px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .shop .shop__list {
    margin-top: 45px;
  }
}
.shop .shop__content {
  display: flex;
  flex-direction: column;
  row-gap: 23px;
  margin-top: 13px;
}
.shop .shop__name {
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
}
.shop .shop__text {
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: 0.04em;
}

@media print, screen and (min-width: 1366px) {
  .test {
    color: inherit;
  }
}

/*

.cta1 {
  background-color: rgba(0, 0, 0, 0.2);
  padding-block: 400px 410px;
  @include min(){
    padding-block: 437px;
  }
}

.cta {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
  background-color: #fff;
  padding-block: calc_min(55);
  text-align: center;
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.16);
  @include max(){
    padding-inline: calc_min(20);
  }
  @include min(){
    padding-block: 112px;  
  }
  .cta__header {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
  .cta__subtitle {
    font-family: $font-yu-go;
    font-size: calc_min(15);
    line-height: 1;
    letter-spacing: 0.04em;
    @include min(){
      font-size: 18px;
    }
  }
  .cta__title {
    font-size: calc_min(36);
    letter-spacing: 0.04em;
    line-height: 1;
    @include min(){
      font-size: 64px;
    }
  }
  .cta__lead {
    font-family: $font-yu-min-pr;
    font-size: calc_min(15);
    line-height: 2.3;
    letter-spacing: 0;
    @include min(){
      font-size: 18px;
    }
  }
  .cta__text {
    font-family: $font-yu-go;
    font-size: calc_min(12);
    line-height: calc(22 / 12);
    letter-spacing: 0.04em;
    margin-top: 10px;
    @include min(){
      font-size: 14px;
      line-height: calc(28 / 14);
      margin-top: 20px;
    }
  }
  .cta__frame {
    font-family: $font-yu-go;
    font-size: calc_min(12);
    letter-spacing: 0.02em;
    line-height: 2.3;
    color: #8D0000;
    border: 1px solid #8D0000;
    width: fit-content;
    padding-inline: calc_min(55);
    margin-inline: auto;
    margin-top: 20px;
    @include min(){
      font-size: 18px;
      padding-inline: 30px;
      margin-top: 33px;
    }
  }
  .cta__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    margin-top: calc_min(26);
    @include max(){
      flex-direction: column;
      row-gap: 8px;
    }
    @include min(){
      margin-top: 37px;
    }
  }
}

.intro {
  @include min(){
    padding-bottom: 64px;
  }
  .intro__grid {
    @include min(){
      display: grid;
      grid-template-columns: 57% 42.5%;
      grid-template-rows: repeat(6, auto);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      justify-content: space-between;
    }
  }

  .intro__grid-1 {
    @include max(){

    }
    @include min(){
      grid-area: 1 / 1 / 4 / 2;
    }
  }
  .intro__grid-2 {
    @include max(){
      width: calc(100vw - 30%);
      margin-left: auto;
      margin-right: calc(50% - 50vw);
      margin-top: 34px;
    }
    @include min(){
      grid-area: 2 / 2 / 6 / 3;
    }
  }
  .intro__grid-3 {
    @include max(){
      margin-top: 40px;
    }
    @include min(){
      grid-area: 4 / 1 / 7 / 2;
    }
  }


  .slider-intro1 {
    @include min(){
      width: calc(100vw - 151.5%);
      margin-top: 10px;
      margin-left: auto;
      margin-right: 0;
    }
  }
  .slider-intro2 {
    @include min(){
      max-width: 610px;
      margin-top: 62px;
    }
  }

  .intro__textArea {
    display: flex;
    flex-direction: column;
    row-gap: 17px;
    margin-top: 30px;
    @include max(){
      max-width: 236px;
    }
    @include min(){
      row-gap: 26px;
      max-width: 520px;
      margin-top: 50px;
    }
  }
}

.product {
  .product__list {
    @include max(){
      flex-direction: column;
      row-gap: 35px;
      max-width: 304px;
      margin-top: 50px;
      margin-inline: auto;
    }
    @include min(){
      column-gap: 24px;
      margin-top: 50px;
    }
  }
  .product__item {
    @include min(){
      flex: 1;
    }
  }
  .product__itemTitle {
    font-family: $font-yu-go;
    font-size: 12px;
    line-height: calc(22 / 12);
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 10px;
  }
  .product__soon {
    position: relative;
    &:after {
      content: "Coming Soon..";
      font-family: $font-yu-go;
      font-size: 22px;
      letter-spacing: 0.04em;
      line-height: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.9);
    }
  }
}

.about {
  padding-bottom: 112px;
  @include min(){
    //padding-top: 52px;
    padding-bottom: 223px;
  }
  .about__inner {
    display: flex;
    flex-direction: column;
  }
  .about__eyecatch {
    margin-top: 48px;
    @include max(){
      width: 100vw;
      margin-inline: calc(50% - 50vw);
    }
    @include min(){
      margin-top: 48px;
    }
  }
  .about__body {
    max-width: 960px;
    margin-inline: auto;
    margin-top: 94px;
  }
  .about__logo {
    padding-left: 29px;
    @include min(){
      width: 50%;
    }
  }
  .about__content {

    @include max(){
      padding-inline: calc_min(30);
      margin-top: 44px;  
    }
    @include min(){
      width: 50%;
      margin-top: 6px;
    }
  }
  .about__title {
    font-size: calc_min(16);
    line-height: calc(24 / 16);
    @include max(){
      text-align: center;
    }
    @include min(){
      font-size: 18px;
    }
  }
  .about__text {
    font-size: 12px;
    line-height: calc(22 / 12);
    letter-spacing: 0.04em;
    margin-top: 15px;
    @include min(){
      font-size: 14px;
      line-height: calc(30 / 14);
      margin-top: 30px;
    }
  }
  .about__caution {
    margin-top: 20px;
    @include min(){
      margin-top: 29px;
    }
  }
  .about__scroll {
    margin-top: 54px;
    @include min(){
      margin-top: 110px;
    }
  }
  .about__scroll-item {
    width: 2218px;
    @include min(){
      width: 3853px;
    }
  }
}

.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: vw(667);
    @include min(){
      background-image: url(../images/gallery_mv.jpg);
      padding-top: calc(1130 / 1366 * 100%);  
    }
    .gallery__mv-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .gallery__mv-inner {
    @include max(){
      padding-top: calc_min(164);
    }
    @include min(){
      padding-top: calc_min(268, 960);
    }
  }
  .gallery__mv-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    @include max(){
      row-gap: 25px;
    }
  }
  .gallery__title {
    font-size: calc_min(36);
    letter-spacing: 0.04em;
    color: #fff;
    @include max(){
      line-height: calc(48 / 36);
    }
    @include min(){
      font-size: calc_min(64, 960);
    }
  }
  .gallery__lead {
    font-family: $font-hiramin;
    font-size: calc_min(16);
    line-height: 1;
    color: #F9F9F9;
    @include min(){
      font-size: calc_min(18, 960);
      line-height: calc(34 / 18);
    }
  }
  .gallery__insta {
    @include max(){
      display: flex;
      flex-direction: column;
      row-gap: 8px;
    }
    // Masonry風レイアウト（CSS Columns）
    @include min() {
      column-count: 3;
      column-gap: 10px;
    }
    .gallery__item {
      break-inside: avoid;
      width: 100%;
      @include min(){
        margin-bottom: 10px;
      }
      img, picture {
        width: 100%;
        height: auto;
        display: block;
      }
    }
  }
}

.cta-catch {
  position: relative;
  width: 100vw;
  height: 100svh;
  background: linear-gradient(#000, rgba(0, 0, 0, 0.5));
  .cta-catch__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cta-catch__text {
    font-size: 16px;
    line-height: calc(24 / 16);
    color: #fff;
    @include min(){
      font-size: 18px;
    line-height: calc(30 / 18);
    }
  }
}

.cta2 {
  background-color: rgba(0, 0, 0, 0.5);
  padding-block: 52px 70px;
  @include min(){
    padding-block: 52px;
  }
}

*/
/*# sourceMappingURL=style.css.map */