<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
# Base
## Layouts
# Components
# plugins
	- 
# Projects
# Utilities

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
:root {
  --color-val01: #707070;
  --color-val02: #2467AF;
  --color-val03: #000;
  --color-val04: #000;
  --color-val05: #000;
  --color-val06: #192332;
  --color-white: #fff;
  --color-black: #000;
  --color-black01: #111;
  --color-black02: #222;
  --color-black03: #333;
  --color-black04: #444;
  --color-black05: #555;
  --color-black06: #666;
  --color-black07: #777;
  --color-black08: #888;
  --color-black09: #999;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

html {
  overflow-x: hidden;
  background-color: #000;
  color: #fff;
}

body {
  overflow-x: hidden;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.c-layer {
  position: relative;
}
.c-layer--header {
  z-index: 102;
}
.c-layer--headerModal {
  z-index: 101;
}
.c-layer--footer {
  z-index: 100;
}
.c-layer01 {
  z-index: 0;
}
.c-layer02 {
  z-index: 1;
  background-color: #262626;
  background-color: var(--color-val06);
  background-size: 100% 100%;
}

.c-header, .c-headerModal {
  top: 0;
  left: 0;
  width: 100%;
}

.c-header {
  position: absolute;
}
.c-header.is-open .c-header__logo, .c-header.is-open .c-header__lpLogo {
  display: none;
}
.c-header.is-open .c-header__toggleBtn span {
  transition: 0.3s;
}
.c-header.is-open .c-header__toggleBtn span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(34deg);
}
.c-header.is-open .c-header__toggleBtn span:nth-child(2) {
  top: 50%;
  bottom: initial;
  transform: translate(-50%, -50%) rotate(-34deg);
}
.c-header__wrapper {
  padding-top: 2.6rem;
}
@media (max-width: 767px) {
  .c-header__wrapper {
    padding-top: 6.67vw;
  }
}
.c-header__logo {
  margin-left: 7.4rem;
}
@media (max-width: 767px) {
  .c-header__logo {
    margin-left: 5.33vw;
  }
  .c-header__logo img {
    width: 31.2vw;
  }
}
.c-header__lpLogo {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
.c-header__lpLogo img {
  width: 65%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .c-header__lpLogo {
    top: 18vw;
  }
  .c-header__lpLogo img {
    width: 28vw;
  }
}
.c-header__toggleBtn {
  position: fixed;
  right: 3rem;
  width: 6rem;
  transition: top 0.2s ease-in-out, height 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .c-header__toggleBtn {
    top: 6.67vw;
    right: 5.33vw;
    width: 10.67vw;
    height: 3.33vw;
  }
}
@media (max-width: 767px) and (hover: hover) {
  .c-header__toggleBtn:hover {
    top: 6.2vw;
    height: 3.7vw;
  }
}
@media (min-width: 768px) {
  .c-header__toggleBtn {
    top: 3rem;
    height: 1.5rem;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .c-header__toggleBtn:hover {
    top: 2.8rem;
    height: 1.9rem;
  }
}
.c-header__toggleBtn span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: var(--color-white);
  transition: 0.3s;
}
.c-header__toggleBtn span:nth-child(1) {
  top: 0;
}
.c-header__toggleBtn span:nth-child(2) {
  bottom: 0;
}

.c-headerModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.c-headerModal.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}
.c-headerModal.is-open .c-headerModal__menu &gt; li {
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s;
}
.c-headerModal.is-open .c-headerModal__menu &gt; li:nth-child(1) {
  transition-delay: 0.25s;
}
.c-headerModal.is-open .c-headerModal__menu &gt; li:nth-child(2) {
  transition-delay: 0.33s;
}
.c-headerModal.is-open .c-headerModal__menu &gt; li:nth-child(3) {
  transition-delay: 0.41s;
}
.c-headerModal.is-open .c-headerModal__menu &gt; li:nth-child(4) {
  transition-delay: 0.49s;
}
.c-headerModal.is-open .c-headerModal__menu &gt; li:nth-child(5) {
  transition-delay: 0.57s;
}
.c-headerModal.is-open .c-headerModal__menu &gt; li:nth-child(6) {
  transition-delay: 0.65s;
}
.c-headerModal.is-open .c-headerModal__figure.js-clip-left-to-right {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition: 0.5s ease-out;
  transition-delay: 0.2s;
}
.c-headerModal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-val06);
}
.c-headerModal__content {
  position: relative;
  padding: min(7.4rem, 5.42vw) 0 0;
  height: 100vh;
  overflow-y: scroll;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-headerModal__content {
    padding-top: 18.13vw;
    padding-bottom: 6.93vw;
  }
}
.c-headerModal__content .link-arrow a::after {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.3rem;
  right: -3.5rem;
}
.c-headerModal__logo {
  margin: 0 auto min(8.6rem, 6.3vw);
  display: block;
  text-align: center;
  width: 30rem;
}
@media (max-width: 767px) {
  .c-headerModal__logo {
    margin-bottom: 10.03vw;
    width: 70vw;
  }
}
.c-headerModal__logo img {
  width: 100%;
}
.c-headerModal__logo2 {
  margin-top: 10vw;
}
.c-headerModal__logo2 img {
  width: 34.13vw;
}
.c-headerModal__container {
  margin: 0 auto;
  padding: 0 5.33vw 22vw;
  max-width: 75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
}
@media (max-width: 767px) {
  .c-headerModal__container &gt; * {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-headerModal__container {
    padding: 0 min(17.4rem, 12.74vw) min(3.9rem, 2.86vw) min(18.3rem, 13.4vw);
    max-width: 136.6rem;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .c-headerModal__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.c-headerModal__figure {
  display: none;
}
@media (min-width: 768px) {
  .c-headerModal__figure {
    display: block;
    width: 39.842%;
  }
}
.c-headerModal__figure img {
  width: 100%;
}
@media (min-width: 768px) {
  .c-headerModal__menu {
    width: 52%;
  }
}
.c-headerModal__menu * {
  list-style-type: none;
}
.c-headerModal__menu li {
  margin-bottom: 1.2rem;
  font-weight: 500;
  font-size: 3.73vw;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .c-headerModal__menu li {
    font-size: min(2.2rem, 1.61vw);
  }
}
.c-headerModal__menu &gt; li {
  margin-bottom: 2.6rem;
  transform: translateX(-2vw);
  opacity: 0;
  transition: 0.3s;
}
.c-headerModal__menu a {
  color: var(--color-white);
  text-decoration: none;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .c-headerModal__menu a {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
}
@media (hover: hover) {
  .c-headerModal__menu a:hover {
    color: var(--color-val02);
    transition: 0.2s;
  }
}
.c-headerModal__menu .child-container {
  padding-left: 2.5rem;
}
@media (min-width: 768px) {
  .c-headerModal__menu .child-container {
    display: flex;
    align-items: flex-start;
  }
  .c-headerModal__menu .child-container &gt; * + * {
    margin-left: 4rem;
  }
}
.c-headerModal__menu .child {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .c-headerModal__menu .child:first-child {
    margin-top: 0;
  }
}
.c-headerModal__menu .child li {
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .c-headerModal__menu .child li {
    font-size: min(1.5rem, 1.1vw);
  }
}
.c-headerModal__menu .child li:last-child {
  margin-bottom: 0;
}
.c-headerModal__copy {
  margin-top: 8rem;
  font-size: 1.2rem;
  color: #F5F5F7;
}
@media (max-width: 767px) {
  .c-headerModal__copy {
    margin-top: 6.53vw;
    font-size: 1rem;
  }
}

.cbox {
  margin-top: 1.2rem;
}

.cbox_ttl {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .cbox_ttl {
    margin-bottom: 1rem;
  }
}

.c-footer {
  padding: 5.8rem 0 4.5rem;
  background-color: var(--color-black02);
}
.c-footer .link-arrow a::after {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.3rem;
  right: -3.2rem;
}
.c-footer__wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 5.33vw;
  max-width: 136.6rem;
}
@media (min-width: 768px) {
  .c-footer__wrapper {
    padding: 0 min(15rem, 10.98vw) 0 min(10rem, 7.32vw);
  }
}
@media (min-width: 768px) {
  .c-footer__01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5rem;
  }
}
.c-footer__02 {
  position: relative;
  margin-top: 17.55vw;
  padding: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .c-footer__02 {
    margin-top: 4.6rem;
    padding: 0 min(22rem, 16.11vw);
    text-align: center;
  }
}
.c-footer__lpLogo {
  width: min(37rem, 27.09vw);
  display: block;
  line-height: 0;
}
@media (max-width: 767px) {
  .c-footer__lpLogo {
    margin: 0 auto;
    width: 52.27vw;
    width: 70vw;
  }
}
.c-footer__lpLogo img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .c-footer__nav {
    margin-top: 7.63vw;
  }
}
.c-footer__nav * {
  list-style-type: none;
}
.c-footer__nav li {
  margin-bottom: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-footer__nav li {
    margin-bottom: 5.33vw;
    font-size: clamp(1.2rem, 3.73vw, 1.6rem);
  }
}
.c-footer__nav a {
  color: var(--color-white);
  text-decoration: none;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .c-footer__nav a {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
}
@media (hover: hover) {
  .c-footer__nav a:hover {
    color: var(--color-val02);
    transition: 0.2s;
  }
}
.c-footer__nav .child-container {
  padding-left: 3rem;
}
@media (min-width: 768px) {
  .c-footer__nav .child-container {
    display: flex;
    align-items: flex-start;
  }
  .c-footer__nav .child-container &gt; * + * {
    margin-left: 4rem;
  }
}
.c-footer__nav .child {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .c-footer__nav .child:first-child {
    margin-top: 0;
  }
  .c-footer__nav .child li {
    margin-bottom: 4.27vw;
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }
}
.c-footer__nav .child li:last-child {
  margin-bottom: 0 !important;
}
.c-footer__logo {
  display: inline-block;
  line-height: 0;
}
@media (min-width: 768px) {
  .c-footer__logo {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.c-footer__logo img {
  width: 34.13vw;
}
@media (min-width: 768px) {
  .c-footer__logo img {
    width: min(22rem, 16.11vw);
  }
}
.c-footer__copy {
  font-size: 1.2rem;
  color: #F5F5F7;
}
@media (max-width: 767px) {
  .c-footer__copy {
    margin-top: 4.13vw;
    text-align: center;
    font-size: 1rem;
  }
}

.c-wrapper {
  margin: 0 auto;
  padding: 0 10rem;
  max-width: 120rem;
}
@media (max-width: 767px) {
  .c-wrapper {
    padding: 0 5.33vw;
  }
}

.c-title {
  font-family: "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: min(4rem, 2.93vw);
  color: var(--color-val01);
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-title {
    text-align: center;
    font-size: 8vw;
  }
}

.c-catch {
  margin-bottom: min(5.2rem, 3.81vw);
  text-align: center;
  font-weight: 500;
  font-size: min(5rem, 3.66vw);
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .c-catch {
    margin-bottom: 3.73vw;
    line-height: 1.41666;
    font-size: 6.4vw;
  }
}

#page-top a {
  position: fixed;
  bottom: 5rem;
  right: 6.59vw;
  display: inline-block;
  line-height: 0;
  z-index: 101;
  opacity: 0;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
#page-top.inview a {
  opacity: 1;
  transition: 0.3s;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: all;
}
#page-top.absolute {
  position: relative;
}
#page-top.absolute a {
  position: absolute;
}
@media (max-width: 767px) {
  #page-top img {
    width: 3.2rem;
  }
}
@media (hover: hover) {
  #page-top:hover a {
    opacity: 0.5;
    transition: 0.3s;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-black);
  background-image: url(../img/common/loading.jpg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  #loading {
    background-size: 150% auto;
  }
}
#loading.is-finished {
  opacity: 0;
  transition: 1s;
}
#loading.is-romoved {
  display: none;
}
#loading .logo {
  width: 35.2rem;
  max-width: 80%;
  height: auto;
}
@media (max-width: 767px) {
  #loading .logo {
    width: 28rem;
  }
}
#loading .progressbar-text {
  top: min(6.4rem, 4.69vw);
  font-weight: 300;
  font-family: "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2rem;
}
@media (max-width: 767px) {
  #loading .progressbar-text {
    top: 3rem;
    font-size: 1.8rem;
  }
}

#container {
  margin: min(8.7rem, 6.37vw) 0 0;
  width: 100%;
  height: 2px;
  position: relative;
  z-index: 100;
}

.dflex {
  display: flex;
}

.link-arrow a {
  position: relative;
}
.link-arrow a::after {
  content: "&gt;";
  display: block;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Plugin name
--------------------------------------------- */
/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
:root {
  --color-val01: #707070;
  --color-val02: #2467AF;
  --color-val03: #000;
  --color-val04: #000;
  --color-val05: #000;
  --color-val06: #192332;
  --color-white: #fff;
  --color-black: #000;
  --color-black01: #111;
  --color-black02: #222;
  --color-black03: #333;
  --color-black04: #444;
  --color-black05: #555;
  --color-black06: #666;
  --color-black07: #777;
  --color-black08: #888;
  --color-black09: #999;
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeOutPC 3s forwards 1.5s;
}
@media (max-width: 767px) {
  .loading-screen {
    animation: fadeOut 1.5s forwards 3s;
  }
}
.loading-screen .logo {
  position: absolute;
  z-index: 11;
  left: 50%;
  transform: translateX(-50%);
  animation: fadeInScroll 3s forwards;
  top: 22vw;
}
@media (max-width: 767px) {
  .loading-screen .logo {
    top: 82.3vw;
    animation: fadeInMV 2s forwards;
  }
}
.loading-screen .logo img {
  width: 18.5vw;
}
@media (max-width: 767px) {
  .loading-screen .logo img {
    width: 32vw;
  }
}
.loading-screen .top, .loading-screen .bottom {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: black;
}
.loading-screen .top {
  top: 0;
}
@media (max-width: 767px) {
  .loading-screen .top {
    animation: slideOutTop 1.5s forwards 1.5s;
  }
}
.loading-screen .bottom {
  bottom: 0;
}
@media (max-width: 767px) {
  .loading-screen .bottom {
    animation: slideOutBottom 1.5s forwards 1.5s;
  }
}

@keyframes fadeInMV {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInScroll {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  55% {
    top: 22vw;
  }
  100% {
    opacity: 1;
    top: 41vw;
  }
}
@keyframes slideOutTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideOutBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes fadeOut {
  0% {
    display: block;
  }
  99% {
    display: block;
  }
  100% {
    display: none;
  }
}
@keyframes fadeOutPC {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.mv img {
  width: 100%;
}
.mv .mv_inner {
  position: relative;
  height: 100%;
}
.mv .mv_inner .alogo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 41vw;
  opacity: 0;
  animation: fadeInOthers 0.3s forwards 2.8s;
}
@media (max-width: 767px) {
  .mv .mv_inner .alogo {
    top: 82.3vw;
    opacity: 1;
  }
}
.mv .mv_inner .alogo img {
  width: 18.5vw;
}
@media (max-width: 767px) {
  .mv .mv_inner .alogo img {
    width: 32vw;
  }
}
.mv .mv_inner .alogoborder {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5vw;
  opacity: 0;
  top: 49.5vw;
  animation: fadeInOthers 2.5s forwards 4s;
}
@media (max-width: 767px) {
  .mv .mv_inner .alogoborder {
    top: 94vw;
    animation: fadeInOthers 2.5s forwards 2.5s;
  }
}
.mv .mv_inner .alogoborder img {
  width: 23vw;
}
@media (max-width: 767px) {
  .mv .mv_inner .alogoborder img {
    width: 44vw;
  }
}
@keyframes fadeInOthers {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.intro {
  margin-top: 100vh;
  margin-top: 56vw;
  padding-top: 60vh;
  padding-top: 1rem;
  padding-bottom: min(3.47vw, 5rem);
  background-color: var(--color-val06);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
@media (max-width: 767px) {
  .intro {
    padding-top: 18vh;
    padding-top: 0;
    padding-bottom: 24.27vw;
    padding-bottom: 0;
    background-position: top center;
    margin-top: 180vw;
  }
}
.intro-title {
  font-weight: 500;
  font-size: min(4.86vw, 7rem);
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .intro-title {
    font-size: 10.67vw;
  }
}
.intro-txt01 {
  margin: min(3.47vw, 5rem) auto 0;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-align: left;
  line-height: 2;
  font-weight: 500;
  font-size: min(1.39vw, 2rem);
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .intro-txt01 {
    margin-top: 10.67vw;
    width: 66.4vw;
    font-weight: 400;
    font-size: 4vw;
  }
}
.intro-txt02 {
  width: -moz-max-content;
  width: max-content;
  font-weight: 300;
  font-size: min(7.32vw, 100rem);
  color: var(--color-val01);
}
@media (max-width: 767px) {
  .intro-txt02 {
    font-size: 16.8vw;
  }
}
.intro__swiper {
  margin: min(3.47vw, 5rem) auto 0;
}
@media (max-width: 767px) {
  .intro__swiper {
    margin-top: 16vw;
  }
}
.intro__swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.intro__swiper .swiper-slide {
  padding-right: 5rem;
  width: -moz-max-content;
  width: max-content;
}

.concept {
  padding: min(4.86vw, 7rem) 0 0;
  background: url(../img/concept-bg.png) repeat-x bottom center;
  background-size: contain;
  text-align: center;
}
@media (max-width: 767px) {
  .concept {
    padding: 14.13vw 0 10.13vw;
    padding-top: 10vw;
  }
}
.concept .concept__title {
  margin-bottom: 4.4rem;
}
@media (max-width: 767px) {
  .concept .concept__title {
    margin-bottom: 2.5rem;
  }
}
.concept .img01 {
  margin-bottom: 7.4rem;
}
@media (max-width: 767px) {
  .concept .img01 {
    margin-bottom: 1rem;
  }
}
.concept__wrapper img {
  width: 100%;
}
.concept__box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .concept__box01 {
    margin: 0 -5.33vw;
  }
}
.concept__box01 &gt; * {
  width: 48%;
}
.concept__box01 figure.img02 {
  margin-top: min(6.94vw, 10rem);
}
@media (max-width: 767px) {
  .concept__box01 figure.img02 {
    margin-top: 30.4vw;
  }
}
.concept__box01 figure img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .concept__box02 {
    margin-top: 10.13vw;
    margin-top: 2rem;
  }
}
.concept__txt {
  margin-top: min(2.08vw, 3rem);
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .concept__txt {
    margin-top: 1rem !important;
  }
}
.concept__txt sup {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .concept__txt sup {
    font-size: 3.2vw;
  }
}
.concept__txt01 {
  font-size: clamp(2rem, 1.9vw, 2.6rem);
  letter-spacing: 1rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .concept__txt01 {
    letter-spacing: 0.8rem !important;
  }
}
.concept__txt02 {
  line-height: 3;
}
@media (max-width: 767px) {
  .concept__txt02 {
    line-height: 1.8;
  }
}
.concept__txt03 {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .concept__txt03 {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .concept__txt {
    margin-top: 7.5vw;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
}

.lineup {
  position: relative;
  padding: 9vw 0 0;
  background: url(../img/lineup-bg_01.png) repeat-x top center;
  background-size: contain;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .lineup {
    padding-top: 14.67vw;
  }
}
.lineup .lineup__title {
  text-align: center;
  margin-bottom: 4.4rem;
}
.lineup .lbox-wrap {
  background: url(../img/lineup-bg.png) repeat top center;
  background-size: contain;
}
.lineup .lbox:not(:last-of-type) {
  margin-bottom: 10rem;
}
.lineup .lbox .lbox_ttl {
  margin-bottom: 2rem;
  text-align: center;
}
.lineup .lbox .lbox_ttl img {
  width: 15%;
}
@media (max-width: 767px) {
  .lineup .lbox .lbox_ttl img {
    width: 30%;
  }
}
.lineup__flexGrid {
  display: flex;
}
@media (max-width: 767px) {
  .lineup__flexGrid {
    flex-wrap: wrap;
  }
}
.lineup__flexGrid .box {
  position: relative;
  width: 25%;
  line-height: 0;
  overflow: hidden;
  color: var(--color-white);
  text-decoration: none;
}
@media (max-width: 767px) {
  .lineup__flexGrid .box {
    width: 50%;
  }
}
.lineup__flexGrid .box img {
  width: 100%;
  width: 101%;
}
.lineup__flexGrid .box__cover {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.lineup__flexGrid .box__img {
  opacity: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .lineup__flexGrid .box:hover .box__cover {
    opacity: 0;
    transition: 0.3s;
  }
  .lineup__flexGrid .box:hover .box__img {
    opacity: 1;
    transition: 0.3s;
  }
}

.function {
  overflow-x: hidden;
  padding-top: min(9.4rem, 6.88vw);
  background: url(../img/function-bg.png) repeat-x top center;
  background-size: contain;
}
@media (max-width: 767px) {
  .function {
    padding-top: 18.13vw;
  }
}
.function__container {
  position: relative;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .function__container {
    padding-bottom: 8rem;
  }
}
.function__container:first-of-type {
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  .function__container:first-of-type {
    margin-top: 3rem;
  }
}
.function__container + .function__container {
  margin-top: min(11.7rem, 8.57vw);
}
@media (max-width: 767px) {
  .function__container + .function__container {
    margin-top: 26.67vw;
  }
}
.function__title {
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .function__title {
    margin-bottom: 2.67vw;
  }
}
.function__catch {
  margin-bottom: min(5.2rem, 3.81vw);
  text-align: center;
  font-weight: 500;
  font-size: clamp(4rem, 4.76vw, 6rem);
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .function__catch {
    margin-bottom: 3.73vw;
    line-height: 1.375;
    font-size: 8.53vw;
  }
}
@media (max-width: 767px) {
  .function__swiper {
    position: relative;
  }
}
.function__swiper__container {
  padding-right: 12.27vw;
}
@media (min-width: 768px) {
  .function__swiper__container {
    padding-right: min(9rem, 6.59vw);
    padding-left: min(8rem, 5.86vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.function__swiper__figure {
  overflow: hidden;
}
@media (min-width: 768px) {
  .function__swiper__figure {
    width: 49%;
  }
}
.function__swiper__figure img, .function__swiper__figure video {
  width: 100%;
  height: auto;
}
.function__swiper__figure video {
  border: none;
  outline: none;
  transform: scale(1.004);
}
@media (max-width: 767px) {
  .function__swiper__content {
    margin-right: -12.27vw;
  }
}
@media (min-width: 768px) {
  .function__swiper__content {
    width: 45%;
  }
}
.function__swiper__content .title {
  line-height: 1.5384;
  font-weight: 500;
  font-size: clamp(2rem, 1.9vw, 2.6rem);
}
@media (max-width: 767px) {
  .function__swiper__content .title {
    margin-top: 6.4vw;
    font-size: 5.33vw;
  }
}
.function__swiper__content .text {
  margin-top: min(3.4rem, 2.49vw);
  line-height: 1.647;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.24vw, 1.7rem);
  color: #A3A3A3;
}
@media (max-width: 767px) {
  .function__swiper__content .text {
    margin-top: 4.27vw;
    line-height: 1.7142;
    font-size: 3.73vw;
  }
}
.function__swiper__content .btn {
  margin: min(3rem, 2.2vw) auto;
  width: 23.3rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-white);
  border-radius: 4rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--color-white);
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .function__swiper__content .btn {
    width: 100%;
    margin-top: 6vw;
  }
}
@media (hover: hover) {
  .function__swiper__content .btn:hover {
    border-color: var(--color-val02);
    background-color: var(--color-white);
    color: var(--color-val02);
    transition: 0.3s;
  }
}
.function__swiper .swiper-slide {
  opacity: 0;
  transition: 0.8s;
}
@media (max-width: 767px) {
  .function__swiper .swiper-slide .function__swiper__content {
    opacity: 0;
    transition: 0.5s;
  }
  .function__swiper .swiper-slide.swiper-slide-active .function__swiper__content {
    opacity: 1;
    transition: 0.5s;
  }
}
.function__swiper .swiper-slide.swiper-slide-active, .function__swiper .swiper-slide.swiper-slide-duplicate-active, .function__swiper .swiper-slide.swiper-slide-next, .function__swiper .swiper-slide.swiper-slide-duplicate-next {
  opacity: 1;
  transition: 0.3s;
}
.function__swiper .swiper-slide.swiper-slide-prev, .function__swiper .swiper-slide.swiper-slide-duplicate-prev {
  opacity: 0 !important;
}
.function__swiper .swiper-slide.swiper-slide-active + .swiper-slide-next, .function__swiper .swiper-slide.swiper-slide-active + .swiper-slide-duplicate-next {
  opacity: 1 !important;
}
.function__swiper .swiper-button-next, .function__swiper .swiper-button-prev {
  top: 50%;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .function__swiper .swiper-button-next, .function__swiper .swiper-button-prev {
    top: 39vw;
  }
}
.function__swiper .swiper-button-next::after, .function__swiper .swiper-button-prev::after {
  display: none;
}
.function__swiper .swiper-button-next svg, .function__swiper .swiper-button-prev svg {
  width: min(2rem, 1.46vw);
  height: min(4.5rem, 3.29vw);
}
@media (max-width: 767px) {
  .function__swiper .swiper-button-next svg, .function__swiper .swiper-button-prev svg {
    width: 5.07vw;
    height: 9.87vw;
  }
}
.function__swiper .swiper-button-next svg path, .function__swiper .swiper-button-prev svg path {
  transition: 0.3s;
}
@media (hover: hover) {
  .function__swiper .swiper-button-next:hover svg path, .function__swiper .swiper-button-prev:hover svg path {
    fill: var(--color-val02);
    transition: 0.3s;
  }
}
.function__swiper .swiper-button-next.swiper-button-disabled, .function__swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
  transition: opacity 0.3s;
}
.function__swiper .swiper-button-next {
  right: 12vw;
}
@media (max-width: 767px) {
  .function__swiper .swiper-button-next {
    right: 7%;
  }
}
.function__swiper .swiper-button-prev {
  left: 5%;
}
@media (max-width: 767px) {
  .function__swiper .swiper-button-prev {
    display: none !important;
  }
}
.function__swiper .swiper-pagination {
  position: relative;
  width: -moz-max-content !important;
  width: max-content !important;
  height: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .function__swiper .swiper-pagination {
    display: none !important;
  }
}
.function__swiper .swiper-pagination .swiper-pagination-bullet {
  width: 3rem;
  height: 0.3rem;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  transition: width 0.2s;
}
.function__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 5rem;
  background: var(--color-val02);
  transition: width 0.2s;
}
.function__swiper .swiper-notification {
  display: none !important;
}
.function__swiper__pagination {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(3rem, 2.2vw);
}
@media (max-width: 767px) {
  .function__swiper__pagination {
    top: 75.4vw;
    left: 69.1vw;
    width: -moz-max-content;
    width: max-content;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .function__swiper__pagination {
    bottom: 0;
    left: 0;
  }
}
.function__swiper__count {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  line-height: 1;
  font-weight: 600;
  font-size: min(2.2rem, 1.61vw);
  color: var(--color-val02);
}
@media (max-width: 767px) {
  .function__swiper__count {
    font-size: 3.73vw;
  }
}
.function__swiper__count .current {
  font-size: min(3rem, 2.2vw);
}
@media (max-width: 767px) {
  .function__swiper__count .current {
    font-size: 5.33vw;
  }
}
.play-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 999;
}
.play-modal.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}
.play-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
}
.play-modal__close {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  width: 5rem;
  height: 4rem;
  z-index: 2;
}
.play-modal__close::before, .play-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.1rem;
  background-color: var(--color-white);
}
.play-modal__close::before {
  transform: translate(-50%, -50%) rotate(35deg);
}
.play-modal__close::after {
  transform: translate(-50%, -50%) rotate(-35deg);
}
.play-modal__content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 1;
}
.play-modal__content iframe {
  width: 100%;
}

/* アニメーション無効化時のスタイル */
.no-animation .loading-screen {
  animation: none !important;
  display: none !important;
}
.no-animation .alogo, .no-animation .alogoborder {
  animation: none !important;
  opacity: 1 !important;
}

.singleMv {
  position: relative;
  overflow: hidden;
}
.singleMv__lpLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .singleMv__lpLogo {
    width: clamp(22rem, 80vw, 30rem);
  }
  .singleMv__lpLogo img {
    width: 100%;
  }
}
.singleMv__swiper {
  line-height: 0;
}
.singleMv__swiper .swiper-slide.swiper-slide-next img, .singleMv__swiper .swiper-slide.swiper-slide-duplicate-next img {
  transform: scale(1.25) !important;
}
.singleMv__swiper .swiper-slide.swiper-slide-active + .swiper-slide img, .singleMv__swiper .swiper-slide.swiper-slide-duplicate-active + .swiper-slide img {
  transform: scale(1.25) !important;
}
.singleMv__swiper .swiper-slide.swiper-slide-prev img, .singleMv__swiper .swiper-slide.swiper-slide-duplicate-prev img {
  transform: scale(1.008) !important;
}
.singleMv__swiper .swiper-slide.swiper-slide-active img, .singleMv__swiper .swiper-slide.swiper-slide-duplicate-active img {
  width: 100%;
  height: auto;
  transform: scale(1.008) !important;
  transition: transform 3s;
}
.singleMv__swiper .swiper-slide.slideStart img {
  transform: scale(1.25) !important;
}
.singleMv__swiper .swiper-slide img {
  width: 100%;
  height: auto;
  transform: scale(1.008);
  transition: transform 3s;
}
.singleMv__swiper .swiper-pagination {
  bottom: 5% !important;
}
.singleMv__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5rem !important;
  width: 5rem;
  height: 0.4rem;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.singleMv__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-val02);
}

.singleIntro {
  padding: 7.32vw 0;
  background-color: #000;
  background-image: url(../img/single-intro.jpg);
  background-size: auto min(100%, 69rem);
  background-position: center;
  background-repeat: repeat-x;
}
@media (max-width: 767px) {
  .singleIntro {
    padding: 18.53vw 0;
    background-image: url(../img/singleIntro-bg-sp.jpg);
  }
}
@media (max-width: 767px) {
  .singleIntro__inner {
    min-height: calc(100vh - 37.06vw);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
}
.singleIntro .intro-txt01 {
  max-width: 59.44vw;
}
@media (max-width: 767px) {
  .singleIntro .intro-txt01 {
    margin-top: min(4.4rem, 11.73vw);
    width: calc(100% - 4rem);
    max-width: 89.33vw;
    line-height: 1.5;
  }
}

.detail {
  padding: 3.66vw 0 4.03vw;
  background-color: #262626;
  background-image: url(../img/concept-bg.jpg);
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .detail {
    padding: 13.33vw 0 18.67vw;
  }
}
.detail__title {
  margin-bottom: min(3.6rem, 2.64vw);
  text-align: center;
}
@media (max-width: 767px) {
  .detail__title {
    font-size: 2.1rem;
  }
}
.detail__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .detail__container {
    max-width: min(96.6rem, 70.72vw);
  }
}
.detail__thumb {
  text-align: center;
  overflow: hidden;
}
.detail__thumb img, .detail__thumb video {
  width: 100%;
}
@media (max-width: 767px) {
  .detail__thumb img, .detail__thumb video {
    width: 73.33vw;
    max-width: 38rem;
  }
}
.detail__thumb video {
  transform: scale(1.004);
}
.detail__content .title {
  margin-top: min(2.4rem, 1.76vw);
  line-height: 1.5384;
  font-weight: 500;
  font-size: clamp(2rem, 1.9vw, 2.6rem);
}
@media (max-width: 767px) {
  .detail__content .title {
    margin-top: 4.8vw;
    font-size: 4.8vw;
  }
}
.detail__content .text {
  margin-top: min(3.4rem, 2.49vw);
  line-height: 1.647;
  font-size: clamp(1.5rem, 1.24vw, 1.7rem);
  letter-spacing: 0.055em;
  color: #A3A3A3;
}
@media (max-width: 767px) {
  .detail__content .text {
    margin-top: 4.27vw;
    line-height: 1.7142;
    font-size: clamp(1.4rem, 3.73vw, 1.7rem);
  }
}
.detail__content .btn {
  margin: min(3rem, 2.2vw) auto;
  padding: 1vw 1rem;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-white);
  border-radius: 4rem;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.24vw, 1.8rem);
  color: var(--color-white);
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .detail__content .btn {
    padding: 1rem 2rem;
    width: -moz-max-content;
    width: max-content;
    margin-top: 6vw;
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .detail__content .btn:hover {
    border-color: var(--color-val02);
    background-color: var(--color-white);
    color: var(--color-val02);
    transition: 0.3s;
  }
}
.detail__layout01 {
  margin-top: 8.53vw;
}
@media (max-width: 767px) {
  .detail__layout01 + .detail__layout01 {
    margin-top: 20vw;
  }
}
@media (min-width: 768px) {
  .detail__layout01 {
    margin-top: 4.39vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .detail__layout01 .detail__thumb {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .detail__layout01 .detail__content {
    padding-top: 2.93vw;
    width: 45%;
  }
  .detail__layout01 .detail__content .title {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .detail__layout02 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.detail__layout02 .box {
  margin-top: 20vw;
}
@media (min-width: 768px) {
  .detail__layout02 .box {
    margin-top: 4.39vw;
    width: 41.5%;
  }
}

.spec {
  padding: 3.66vw 0 19.18vw;
  padding: 3.66vw 0 15rem;
  font-size: min(1.7rem, 1.24vw);
}
@media (max-width: 767px) {
  .spec {
    padding: 13.33vw 0 16vw;
    font-size: clamp(1.4rem, 4vw, 1.6rem);
  }
}
.spec .c-title {
  text-align: center;
}
@media (max-width: 767px) {
  .spec .c-title {
    font-size: 2.1rem;
    font-size: 8vw;
  }
}
.spec__container {
  margin-top: 5.33vw;
}
@media (min-width: 768px) {
  .spec__container {
    margin-top: 2.93vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .spec__container:not(:first-of-type) {
    margin-top: 20vw;
  }
}
@media (min-width: 768px) {
  .spec__content01 {
    width: 49.7%;
  }
}
@media (min-width: 768px) {
  .spec__content02 {
    width: 45%;
  }
}
.spec__thumb img, .spec__thumb video {
  width: 100%;
}
.spec__btn {
  margin-top: 10.67vw;
  padding: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-val02);
  border: 1px solid var(--color-val02);
  border-radius: 10rem;
  font-weight: 700;
  font-size: 2.1rem;
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .spec__btn {
    margin-top: min(5rem, 3.95vw);
    padding: 1vw 1rem;
    min-height: 6rem;
    font-size: clamp(1.5rem, 1.32vw, 2rem);
  }
}
@media (hover: hover) {
  .spec__btn:hover {
    background-color: var(--color-white);
    color: var(--color-val02);
    transition: color 0.3s, background-color 0.3s;
  }
}
.spec__title {
  font-weight: 500;
  font-size: min(3.4rem, 2.49vw);
}
@media (max-width: 767px) {
  .spec__title {
    margin: 3.73vw 0 2.5vw;
    line-height: 1.2592;
    font-size: clamp(2rem, 7.2vw, 3rem);
    font-size: 5vw;
  }
}
@media (min-width: 768px) {
  .spec__title.full {
    margin-right: -10rem;
  }
}
.spec__desc {
  margin-top: min(2rem, 1.46vw);
  line-height: 2;
  list-style-type: none;
}
.spec__desc .ti4 {
  text-indent: -4em;
  padding-left: 4em;
}
.spec__example {
  margin-top: 2em;
  line-height: 0;
}
@media (min-width: 768px) {
  .spec__example {
    margin-top: 1em;
    display: flex;
    align-items: center;
    line-height: 1;
  }
}
.spec__example .txt {
  display: block;
}
@media (min-width: 768px) {
  .spec__example .txt {
    width: min(7.9rem, 5.78vw);
  }
}
.spec__example .img {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .spec__example .img {
    width: calc(100% - min(7.9rem, 5.78vw));
  }
}
.spec__example .img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .spec__example .img img {
    margin-top: 1em;
    width: calc(100% - 10vw);
  }
}
.spec__icons {
  margin-top: min(2.7rem, 1.98vw);
  text-align: center;
}
@media (max-width: 767px) {
  .spec__icons {
    margin-top: 10.67vw;
  }
}
.spec__icons img {
  width: 100%;
}
@media (max-width: 767px) {
  .spec__icons img {
    width: 78.67vw;
    max-width: calc(100% - 7vw);
  }
}
.spec__note {
  margin-top: 1.2em;
  line-height: 2;
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*
.u-*
Utility:汎用クラスなどを定義します。
*/
.u-unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

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

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.f-en {
  font-family: "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@media (min-width: 375px) {
  .u-max-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-max-md {
    display: none !important;
  }
}
@media (min-width: 1161px) {
  .u-max-lg {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .u-max-xl {
    display: none !important;
  }
}
@media (max-width: 374px) {
  .u-min-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-min-md {
    display: none !important;
  }
}
@media (max-width: 1160px) {
  .u-min-lg {
    display: none !important;
  }
}
@media (max-width: 1439px) {
  .u-min-xl {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
.js-fadein-up {
  opacity: 0;
  transform: translateY(5rem);
}
.js-fadein-up.inview {
  opacity: 1;
  transform: translateY(0);
  transition: 1s ease-in-out;
}

.js-clip-up {
  -webkit-clip-path: inset(100% 0 0);
          clip-path: inset(100% 0 0);
  transform-origin: center left;
  transform: translate(-0.5rem, -0.5rem);
}
.js-clip-up.inview {
  -webkit-clip-path: inset(0 0 0);
          clip-path: inset(0 0 0);
  transform: translate(0, 0);
  transition: 1s ease-in-out;
}

.js-clip-down {
  -webkit-clip-path: inset(0 0 100%);
          clip-path: inset(0 0 100%);
  transform-origin: center right;
  transform: translate(0.5rem, 0.5rem);
}
.js-clip-down.inview {
  -webkit-clip-path: inset(0 0 0);
          clip-path: inset(0 0 0);
  transform: translate(0, 0);
  transition: 0.6s ease-in-out;
}

.js-clip-left-to-right {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transform-origin: center left;
  transform: translateX(-0.5rem);
}
.js-clip-left-to-right.inview {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition: 0.6s ease-in-out;
}

.js-clip-horizontal {
  -webkit-clip-path: inset(0 50% 0 50%);
          clip-path: inset(0 50% 0 50%); /* 左右中央を切り取る */
  transform-origin: center;
  transform: translate(0, 0);
  transition: 0.6s ease-in-out;
}
.js-clip-horizontal.inview {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); /* すべてを表示 */
  transform: translate(0, 0);
}/*# sourceMappingURL=style.css.map */</pre></body></html>