@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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: Noto Sans JP, serif;
  --base-font-size: 1rem;
  --base-font-weight: 400;
  --base-line-height: 2.0;
  --base-letter-space: 0;
  --base-opacity: 0.6;
  --base-color-bg: #ffffff;
  --text-color-base: #343434;
  --text-color-subtitle: #868686;
  --text-color-text1: #A8A8A8;
  --bgc-cta: #C3BBAF;
  --bgc-dark: #111111;
  --color-key: #F75F00;
}

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

body {
  opacity: 1;
  position: relative;
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  font-weight: var(--base-font-weight);
  color: var(--text-color-base);
  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-wrap: break-word;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body.preload {
  opacity: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header, footer {
  width: 100%;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list-disc {
  list-style: disc;
  margin-left: 1.5em;
}

em {
  font-style: normal;
}

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

iframe {
  max-width: 100%;
}

picture {
  display: block;
}
button {
  outline: none;
}

small {
  font-size: 100%;
}

/*
 * 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;
  }
}

.page-main {
  margin-bottom: 10px;
}

/*
 * wrapper
---------------------------------------*/
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none) {
  .wrapper {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
.wrapper.show {
  display: block;
}

/*
 * main
---------------------------------------*/
.main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*
 * container
---------------------------------------*/
.container {
  position: relative;
  width: 100%;
  height: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding-inline: 6.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .container {
    max-width: 990px;
    padding-inline: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .container.container--min {
    max-width: 960px;
  }
}
.container.container--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}
@media print, screen and (min-width: 769px) {
  .container.container--row {
    row-gap: 48px;
  }
}

/*
 * その他 共通のクラス
---------------------------------------*/
.max-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.overflow-hidden {
  overflow: hidden;
}

/*
 * common class
---------------------------------------*/
.font-outfit {
  font-family: "Outfit", sans-serif;
}

.text-center {
  text-align: center;
}

.h2-ja {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .h2-ja {
    font-size: min(7.4666666667vw, 1.75rem);
    line-height: 1.5714285714;
  }
}
@media print, screen and (min-width: 769px) {
  .h2-ja {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .h2-ja-sp {
    font-family: "Shippori Mincho", serif;
    font-size: 7.4666666667vw;
    letter-spacing: -0.04em;
    line-height: 1.6923076923;
  }
}
@media print, screen and (min-width: 769px) {
  .h2-ja-pc {
    font-family: "Shippori Mincho", serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.4;
  }
}

.h2-en {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  letter-spacing: 0.08em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .h2-en {
    font-size: min(6.4vw, 1.5rem);
    line-height: 1.8333333333;
  }
}
@media print, screen and (min-width: 769px) {
  .h2-en {
    font-size: 50px;
    line-height: 0.88;
  }
}

.h2-en-canto {
  font-family: "canto", serif;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .h2-en-canto {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .h2-en-canto {
    font-size: 50px;
  }
}

.h2-ja-text-1 {
  font-size: 12px;
  letter-spacing: -0.04em;
}
.h3-ja {
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .h3-ja {
    font-size: min(6.4vw, 1.5rem);
  }
}
@media print, screen and (min-width: 769px) {
  .h3-ja {
    font-size: 27px;
    line-height: 1.7037037037;
  }
}

.p-text-1 {
  color: var(--text-color-text1);
}
@media screen and (max-width: 768px) {
  .p-text-1 {
    font-size: min(4vw, 0.9375rem);
    line-height: 2;
  }
}
@media print, screen and (min-width: 769px) {
  .p-text-1 {
    font-size: 18px;
    line-height: 2.2222222222;
  }
}

.p-text-2 {
  font-size: 13px;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .p-text-2 {
    font-size: 15px;
  }
}

.p-text-3 {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media print, screen and (min-width: 769px) {
  .p-text-3 {
    font-size: 13px;
    line-height: 1.6923076923;
  }
}

.p-heading-1 {
  font-size: min(6.4vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: -0.04em;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .p-heading-1 {
    font-size: 28px;
    line-height: 1.5714285714;
  }
}

.p-heading-2 {
  font-weight: 400;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-heading-2 {
    font-size: min(4vw, 0.9375rem);
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  .p-heading-2 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.notes {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.btn-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#414141), color-stop(50%, #111111));
  background: linear-gradient(to bottom, #414141 0%, #111111 50%);
  border-radius: 50vw;
  max-width: 327px;
  padding-block: 20px;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}

.icon {
  display: block;
  position: relative;
}
.icon.icon-cart {
  width: 1.5em;
  height: 1.5em;
}
.icon.icon-cart:after {
  background-image: url(../images/icon_cart.svg);
}
.icon.icon-check {
  width: 1em;
  height: 1em;
}
.icon.icon-check:after {
  background-image: url(../images/icon_checkbox.svg);
}
.icon.icon-check.icon-check--white:after {
  background-image: url(../images/icon_checkbox-w.svg);
}
.icon.icon-point-arrow {
  width: 1.2em;
  height: 1.2em;
}
.icon.icon-point-arrow:after {
  background-image: url(../images/icon-point-arrow.svg);
}
.icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.lum-lightbox {
  z-index: 999;
}

.lum-lightbox-position-helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  max-width: 90%;
  height: 80svh;
  margin: auto;
}
.lum-lightbox-position-helper img {
  /* position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); */
  -o-object-fit: contain;
     object-fit: contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100% !important;
  margin-inline: auto;
}

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

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

@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/* アコーディオン
------------------------------------------------------ */
.js-accordion-btn {
  cursor: pointer;
}

.js-accordion {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.23, 1, 0.32, 1) max-height;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1) max-height;
  padding-top: 0;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: var(--bgc-dark);
}

.color-key {
  color: var(--color-key);
}

.title-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .title-header-wrapper {
    row-gap: 5px;
  }
}
.title-header-wrapper.title-header-wrapper--center {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .title-header-wrapper.title-header-wrapper--center-pc {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .title-header-wrapper.title-header-wrapper--center-sp {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .title-header-wrapper.title-header-wrapper--mt .title-header {
    margin-top: -13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .title-header-wrapper.title-header-wrapper--mt .title-header {
    margin-top: -0.5583333333em;
  }
}

.title-header {
  font-size: 21.3333333333vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #EFEFEF;
}
@media print, screen and (min-width: 769px) {
  .title-header {
    font-size: 120px;
    letter-spacing: 0.04em;
  }
}
.title-header.title-header--color2 {
  color: #DEDEDE;
}

.title-subheader {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: currentColor;
}
@media screen and (max-width: 768px) {
  .title-subheader {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .title-subheader {
    font-size: 20px;
    line-height: 1.45;
  }
}

.text-color-subtitle {
  color: var(--text-color-subtitle);
}

.text-color-white {
  color: #fff;
}

.text-color-text1 {
  color: var(--text-color-text1);
}

.p-block-normal {
  padding-block: 8vw;
}
@media print, screen and (min-width: 769px) {
  .p-block-normal {
    padding-block: 60px;
  }
}
.p-block-1em {
  padding-block: 1em;
}
.p-t-normal {
  padding-top: 8vw;
}
@media print, screen and (min-width: 769px) {
  .p-t-normal {
    padding-top: 60px;
  }
}
.p-b-normal {
  padding-bottom: 8vw;
}
@media print, screen and (min-width: 769px) {
  .p-b-normal {
    padding-bottom: 60px;
  }
}
.p-b-1em {
  padding-bottom: 1em;
}

.m-block-normal {
  margin-block: 8vw;
}
@media print, screen and (min-width: 769px) {
  .m-block-normal {
    margin-block: 60px;
  }
}
.m-block-1em {
  margin-block: 1em;
}
.m-t-normal {
  margin-top: 8vw;
}
@media print, screen and (min-width: 769px) {
  .m-t-normal {
    margin-top: 60px;
  }
}
.m-b-normal {
  margin-bottom: 8vw;
}
@media print, screen and (min-width: 769px) {
  .m-b-normal {
    margin-bottom: 60px;
  }
}

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

.header {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 6.4vw;
}
@media print, screen and (min-width: 769px) {
  .header .header__inner {
    padding: 48px 56px;
  }
}
@media screen and (max-width: 768px) {
  .header .header__logo {
    width: 26.6666666667vw;
  }
}

.header-menu {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: min(91.4666666667vw, 21.4375rem);
  height: 100svh;
  background-color: #fff;
  padding-top: min(20.5333333333vw, 4.8125rem);
  padding-inline: 78px 61px;
  -webkit-box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s ease;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s ease;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 1s ease;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 1s ease, -webkit-transform 1s ease;
  overflow: auto;
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .header-menu {
    padding-top: 153px;
  }
}
.header-menu.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.header-menu .header-menu__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.header-menu .header-menu__item {
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  padding-block: 18px;
}
@media print, screen and (min-width: 769px) {
  .header-menu .header-menu__item {
    font-size: 18px;
  }
}
.header-menu .header-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.header-menu .header-menu__item .en {
  font-family: "canto", serif;
  font-size: 28px;
  font-weight: 300;
}
.header-menu .header-menu__item .ja {
  font-family: "Shippori Mincho", serif;
  font-size: 10px;
  font-weight: 400;
  color: var(--text-color-subtitle);
}
.header-menu .header-menu__btn {
  display: block;
  position: relative;
  font-family: "Arial", "メイリオ", sans-serif;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#111111));
  background: linear-gradient(to bottom, #626262, #111111);
  width: 100%;
  border-radius: 50vw;
  padding-block: 12px;
  margin-top: 48px;
}
.header-menu .header-menu__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-image: url(../images/icon_external-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}

/* メニューアイコン */
.header__menu-button {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .header__menu-button {
    width: 48px;
    height: 16px;
  }
}
.header__menu-button.checked {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  .header__menu-button.checked {
    width: 45px;
    height: 45px;
  }
}
.header__menu-button.checked .memu__border {
  background-color: #343434;
}
.header__menu-button.checked .memu__border:nth-child(1) {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
.header__menu-button.checked .memu__border:nth-child(2) {
  width: 0;
}
.header__menu-button.checked .memu__border:nth-child(3) {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.header__menu-button .memu__border {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  border-radius: 50vw;
  background-color: #fff;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: width 0.3s 0s ease-out, -webkit-transform 0.3s 0s ease-out;
  transition: width 0.3s 0s ease-out, -webkit-transform 0.3s 0s ease-out;
  transition: transform 0.3s 0s ease-out, width 0.3s 0s ease-out;
  transition: transform 0.3s 0s ease-out, width 0.3s 0s ease-out, -webkit-transform 0.3s 0s ease-out;
  backface-visibility: hidden;
}
.header__menu-button .memu__border:nth-child(1) {
  top: 0;
}
.header__menu-button .memu__border:nth-child(2) {
  top: 50%;
}
.header__menu-button .memu__border:nth-child(3) {
  top: 100%;
}

.footer {
  position: relative;
  font-weight: 700;
  color: #fff;
  background-color: #0F0F1C;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 16.8vw 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footer {
    padding-block: 127px 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .container {
    max-width: 1284px;
    padding-inline: 15px;
  }
}
.footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 128px;
}
.footer .footer__logo {
  text-align: center;
  width: 240px;
  margin-inline: auto;
}
.footer .copylight {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-align: center;
  color: var(--text-color-subtitle);
}
@media screen and (max-width: 768px) {
  .footer .copylight {
    margin-top: 22px;
  }
}

.fixed-banner {
  position: fixed;
  bottom: 15px;
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  max-width: 327px;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 768px) {
  .fixed-banner {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 769px) {
  .fixed-banner {
    right: 30px;
  }
}
.fixed-banner.active {
  pointer-events: visible;
  opacity: 1;
}
.fixed-banner a {
  display: block;
}

.page-top-link {
  position: absolute;
  bottom: 0;
  right: 15px;
  display: block;
  width: 48px;
}
@media screen and (max-width: 768px) {
  .page-top-link {
    display: none;
  }
}

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

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn {
  display: block;
  position: relative;
  z-index: 0;
  font-size: min(6.9333333333vw, 1.625rem);
  line-height: 1.4545454545;
  font-weight: 700;
  letter-spacing: 0.21em;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  padding: min(8vw, 1.875rem) min(7.2vw, 1.6875rem);
  -webkit-transition: letter-spacing 0.8s ease;
  transition: letter-spacing 0.8s ease;
}
@media screen and (max-width: 768px) {
  .btn {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .btn {
    font-size: 26px;
    line-height: 1.4230769231;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 30px 27px;
  }
}
.btn.btn--color-bk {
  color: #fff;
  background-color: #000000;
}
.btn.btn--color-white {
  color: #000;
  background-color: #fff;
}
.btn.btn--color-white:after {
  background-image: radial-gradient(farthest-corner at 50% 0%, #FFFDF2 -1%, #FCCD8C 31%, #FFC4BF 45%, #FFFFFF 68%, #FFFFFF 100%);
}
.btn span {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.btn:hover {
  opacity: 1;
}
.btn:hover:after {
  opacity: 1;
}
.btn:hover span {
  -webkit-transform: scale(1.09);
      -ms-transform: scale(1.09);
          transform: scale(1.09);
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: radial-gradient(farthest-corner at 50% 0, #FFFEEF 0%, #FFE865 10%, #E87B2B 20%, #B20E0E 30%, #000000 50%, #000000 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.btn-external {
  position: relative;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: block;
  border-radius: 8px;
  border: 3px solid #000;
  padding-block: 16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn-external:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(ellipse at 50% 0%, #FFE200 0%, #9F1200 30%, #000000 50%, #000000 100%);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.btn-external:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='%23000000' d='M11.25 0a1.125 1.125 0 0 0 0 2.25h2.907L7.08 9.33a1.126 1.126 0 0 0 1.593 1.593l7.077-7.08V6.75a1.125 1.125 0 0 0 2.25 0V1.125A1.124 1.124 0 0 0 16.875 0ZM2.813 1.125A2.812 2.812 0 0 0 0 3.938v11.25A2.812 2.812 0 0 0 2.813 18h11.25a2.812 2.812 0 0 0 2.813-2.812V11.25a1.125 1.125 0 0 0-2.25 0v3.938a.564.564 0 0 1-.562.563H2.813a.564.564 0 0 1-.562-.562V3.938a.564.564 0 0 1 .563-.562H6.75a1.125 1.125 0 0 0 0-2.25Z' data-name='Icon fa-solid-arrow-up-right-from-square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
.btn-external:hover {
  color: #fff;
  overflow: hidden;
}
.btn-external:hover:before {
  opacity: 1;
}
.btn-external:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='%23ffffff' d='M11.25 0a1.125 1.125 0 0 0 0 2.25h2.907L7.08 9.33a1.126 1.126 0 0 0 1.593 1.593l7.077-7.08V6.75a1.125 1.125 0 0 0 2.25 0V1.125A1.124 1.124 0 0 0 16.875 0ZM2.813 1.125A2.812 2.812 0 0 0 0 3.938v11.25A2.812 2.812 0 0 0 2.813 18h11.25a2.812 2.812 0 0 0 2.813-2.812V11.25a1.125 1.125 0 0 0-2.25 0v3.938a.564.564 0 0 1-.562.563H2.813a.564.564 0 0 1-.562-.562V3.938a.564.564 0 0 1 .563-.562H6.75a1.125 1.125 0 0 0 0-2.25Z' data-name='Icon fa-solid-arrow-up-right-from-square'/%3E%3C/svg%3E");
}

.text-gradation {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(255, 177, 70)), color-stop(5%, rgba(255, 141, 57, 0.84)), color-stop(10%, rgba(255, 23, 23, 0.64)), color-stop(14%, rgba(255, 74, 60, 0.48)), color-stop(18%, #000), color-stop(33.3%, #000), color-stop(45%, rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(50.1%, rgb(255, 177, 70)), color-stop(50.2%, rgb(255, 177, 70)), color-stop(52%, rgba(255, 141, 57, 0.84)), color-stop(54%, rgba(255, 23, 23, 0.64)), color-stop(80%, rgba(255, 74, 60, 0.48)), color-stop(83%, transparent), to(transparent));
  background: linear-gradient(to right, rgb(255, 177, 70) 0, rgba(255, 141, 57, 0.84) 5%, rgba(255, 23, 23, 0.64) 10%, rgba(255, 74, 60, 0.48) 14%, #000 18%, #000 33.3%, rgb(0, 0, 0) 45%, rgb(0, 0, 0) 50%, rgb(255, 177, 70) 50.1%, rgb(255, 177, 70) 50.2%, rgba(255, 141, 57, 0.84) 52%, rgba(255, 23, 23, 0.64) 54%, rgba(255, 74, 60, 0.48) 80%, transparent 83%, transparent 100%);
  background-repeat: no-repeat;
  background-position: 130% 0;
  background-size: 300% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-transition: background 1.6s 0.1s cubic-bezier(0.55, 0, 0.51, 0.88);
  transition: background 1.6s 0.1s cubic-bezier(0.55, 0, 0.51, 0.88);
}
@media screen and (max-width: 768px) {
  .text-gradation.text-gradation--sp-white {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(255, 177, 70)), color-stop(5%, rgba(255, 141, 57, 0.84)), color-stop(10%, rgba(255, 23, 23, 0.64)), color-stop(14%, rgba(255, 74, 60, 0.48)), color-stop(18%, #fff), color-stop(33.3%, #fff), color-stop(45%, rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(50.1%, rgb(255, 177, 70)), color-stop(50.2%, rgb(255, 177, 70)), color-stop(52%, rgba(255, 141, 57, 0.84)), color-stop(54%, rgba(255, 23, 23, 0.64)), color-stop(80%, rgba(255, 74, 60, 0.48)), color-stop(90%, transparent), to(transparent));
    background: linear-gradient(to right, rgb(255, 177, 70) 0, rgba(255, 141, 57, 0.84) 5%, rgba(255, 23, 23, 0.64) 10%, rgba(255, 74, 60, 0.48) 14%, #fff 18%, #fff 33.3%, rgb(0, 0, 0) 45%, rgb(0, 0, 0) 50%, rgb(255, 177, 70) 50.1%, rgb(255, 177, 70) 50.2%, rgba(255, 141, 57, 0.84) 52%, rgba(255, 23, 23, 0.64) 54%, rgba(255, 74, 60, 0.48) 80%, transparent 90%, transparent 100%);
    background-position: 90% 0;
    background-size: 300% auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-background-clip: text;
            background-clip: text;
  }
}
.text-gradation.is-on {
  background-position: 0% 0;
}

.text-stroke .text-stroke__text {
  fill: #000;
  stroke: #fff;
  stroke-width: 9;
  paint-order: stroke;
  stroke-miterlimit: 3;
  stroke-linejoin: round;
  font-family: "Noto Sans JP", serif;
  font-size: min(5.3333333333vw, 1.25rem);
  letter-spacing: 0.3em;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .text-stroke .text-stroke__text {
    stroke-width: 6;
    font-size: min(2.0833333333vw, 1.25rem);
  }
}

.header-text .header-text__title {
  position: relative;
  font-size: min(11.4666666667vw, 2.6875rem);
  line-height: 1.4418604651;
  font-weight: 700;
  letter-spacing: 0.38em;
}
@media print, screen and (min-width: 769px) {
  .header-text .header-text__title {
    font-size: min(4.4791666667vw, 2.6875rem);
  }
}
.header-text .header-text__title:after {
  content: "";
  display: block;
  width: 2.2093023256em;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 213, 75)), color-stop(14%, rgb(255, 71, 44)), color-stop(36%, rgb(255, 195, 124)), color-stop(65%, rgba(255, 195, 124, 0)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, rgb(255, 213, 75) 0%, rgb(255, 71, 44) 14%, rgb(255, 195, 124) 36%, rgba(255, 195, 124, 0) 65%, rgba(125, 185, 232, 0) 100%);
}
.header-text .header-text__subtitle {
  font-size: min(6.9333333333vw, 1.625rem);
  line-height: 1.4230769231;
  font-weight: 700;
  letter-spacing: 0.38em;
  margin-top: min(1.3333333333vw, 0.3125rem);
}
@media print, screen and (min-width: 769px) {
  .header-text .header-text__subtitle {
    font-size: min(2.7083333333vw, 1.625rem);
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .header-text .header-text__subtitle.header-text__subtitle--sp-white {
    color: #fff;
  }
}
.header-text .header-text__lead {
  margin-top: min(5.3333333333vw, 1.25rem);
  margin-left: min(1.8666666667vw, 0.4375rem);
}
@media print, screen and (min-width: 769px) {
  .header-text .header-text__lead {
    margin-top: min(2.0833333333vw, 1.25rem);
    margin-left: min(0.7291666667vw, 0.4375rem);
  }
}
.header-text .header-text__lead svg {
  display: inline-block;
  height: 2em;
  width: auto;
  vertical-align: top;
}

/* ローディング画面全体を覆うスタイル */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
}
.loading .loading__inner {
  position: relative;
}
.loading .loading__inner .anime {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.loading .loading__inner .anime.active {
  opacity: 1;
}
.loading .loading__inner .anime.anime--1 {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.loading .loading__inner .anime.anime--1 img {
  width: 18px;
}
.loading .loading__inner .anime.anime--1.active {
  opacity: 1;
}
.loading .loading__inner .anime.anime--2 {
  width: 0;
  height: 0;
  background-color: #000;
}
.loading .loading__inner .anime.anime--2 img {
  width: 46px;
}
.loading .loading__inner .anime.anime--2.active {
  -webkit-animation: lightExpand 3s cubic-bezier(0.8, 0.32, 0.03, 0.99) forwards;
          animation: lightExpand 3s cubic-bezier(0.8, 0.32, 0.03, 0.99) forwards;
}
.loading .loading__inner .anime.anime--2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(#fff 0%, #fff 50%, #000 70%);
  z-index: -1;
}

@-webkit-keyframes lightExpand {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    width: 500vw;
    height: 500vw;
  }
}

@keyframes lightExpand {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    width: 500vw;
    height: 500vw;
  }
}
@media print, screen and (min-width: 769px) {
  @-webkit-keyframes lightExpand {
    /* 0% {
      width: 0;
      height: 0;
      opacity: 1;
    }
    30% {
      opacity: 1;
    }
    100% {
      width: 200vw;
      height: 200vw;
      opacity: 1;
    } */
    0% {
      width: 0;
      height: 0;
      opacity: 1;
    }
    30% {
      opacity: 0.5;
      width: 200vw;
      height: 200vw;
    }
    60% {
      opacity: 1;
      width: 350vw;
      height: 350vw;
    }
    80% {
      width: 500vw;
      height: 500vw;
    }
    100% {
      width: 800vw;
      height: 800vw;
    }
  }
  @keyframes lightExpand {
    /* 0% {
      width: 0;
      height: 0;
      opacity: 1;
    }
    30% {
      opacity: 1;
    }
    100% {
      width: 200vw;
      height: 200vw;
      opacity: 1;
    } */
    0% {
      width: 0;
      height: 0;
      opacity: 1;
    }
    30% {
      opacity: 0.5;
      width: 200vw;
      height: 200vw;
    }
    60% {
      opacity: 1;
      width: 350vw;
      height: 350vw;
    }
    80% {
      width: 500vw;
      height: 500vw;
    }
    100% {
      width: 800vw;
      height: 800vw;
    }
  }
}
.data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .data-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .data-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.data-item:not(:last-of-type) .data-item__title {
  border-bottom: 1px solid #FFFFFF;
}
.data-item:not(:last-of-type) .data-item__content {
  border-bottom: 1px solid #D5D5D5;
}
@media print, screen and (min-width: 769px) {
  .data-item .data-item__title, .data-item .data-item__content {
    padding-block: 23px;
  }
}
.data-item .data-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.23em;
  text-align: center;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .data-item .data-item__title {
    padding-block: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .data-item .data-item__title {
    width: min(38.0208333333vw, 22.8125rem);
  }
}
.data-item .data-item__content {
  font-size: 19px;
  letter-spacing: 0.23em;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .data-item .data-item__content {
    padding-block: 30px 18px;
  }
}
@media print, screen and (min-width: 769px) {
  .data-item .data-item__content {
    padding-left: 50px;
  }
}

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

.row-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  row-gap: 8px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-animation: infinity-scroll 15s infinite linear 0.5s both;
          animation: infinity-scroll 15s infinite linear 0.5s both;
}
.row-scroll.row-scroll--reverse {
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  animation-direction: reverse;
}

/* .row-scroll__item {
  width: calc(100vw / 1.5);
  @include min(){
    width: calc(100vw / 2.5);
  }
} */
/* .row-scroll__item > img{
  width: 100%;
} */
/*# sourceMappingURL=common.css.map */