/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

/**==================================================
HTML / BODY
==================================================**/
html,
body {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background-color: #FFF;
}

html {
  scroll-behavior: smooth;
  font-size: 0.8333333333vw;
}

body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/**==================================================
BASICS
==================================================**/
main {
  position: relative;
}

section {
  position: relative;
}

.__pc-hidden {
  display: none;
}

.__sp-hidden {
  display: block;
}

@media screen and (max-width: 767px) {
  .__pc-hidden {
    display: block;
  }
  .__sp-hidden {
    display: none;
  }
}
a, a:link, a:active, a:hover, a:visited {
  color: #000;
  text-decoration: none;
}
a.--underline, a.--underline:link, a.--underline:active, a.--underline:hover, a.--underline:visited {
  color: #000;
  text-decoration: underline;
}
a.page__anchor {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -6.25rem;
}

figure {
  display: block;
}

picture {
  display: block;
}
picture > img {
  display: block;
  width: 100%;
  height: auto;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

p,
li,
dt,
dd,
th,
td {
  position: relative;
  line-height: 1.8;
}
p + p,
li + p,
dt + p,
dd + p,
th + p,
td + p {
  margin-top: 1em;
}
p .__long-dash,
li .__long-dash,
dt .__long-dash,
dd .__long-dash,
th .__long-dash,
td .__long-dash {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: -0.2em;
}

em,
i,
b {
  font-style: inherit;
}

@media screen and (max-width: 767px) {
  a.page__anchor {
    margin-top: -4.0625rem;
  }
}
/**==================================================
MODULES
==================================================**/
.content-title-lv1 .__text {
  font-family: "Anton", sans-serif;
  font-style: italic;
  font-size: 2.25em;
  font-weight: 400;
}
.content-title-lv1 + * {
  margin-top: 3.75em;
}

.content-title-lv2 .__text {
  font-size: 1.75em;
  line-height: 1.5714285714;
  letter-spacing: 0.075;
  font-weight: 700;
}
.content-title-lv2 + * {
  margin-top: 2.5em;
}

.content-copy {
  font-size: 1em;
  font-weight: 500;
  line-height: 2.125;
  letter-spacing: 0.075;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .content-title-lv1 .__text {
    font-size: 1.5625em;
  }
  .content-title-lv1 + * {
    margin-top: 3.125em;
  }
  .content-title-lv2 .__text {
    font-size: 1.5625em;
    line-height: 1.44;
    letter-spacing: 0.075;
    font-weight: 700;
  }
  .content-title-lv2 + * {
    margin-top: 2.1875em;
  }
  .content-copy {
    font-size: 0.875em;
    line-height: 2;
  }
}
@keyframes a-icon-circle {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.c-link-01 {
  display: inline-block;
}
.c-link-01 > .link__body {
  display: flex;
  align-items: center;
  column-gap: 1.75rem;
}
.c-link-01 .link__label .__text {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.c-link-01 .link__icon {
  position: relative;
  width: 2.875rem;
}
.c-link-01 .link__icon .link__icon-01 svg path {
  stroke-dashoffset: 0;
  stroke-dasharray: 500;
}
.c-link-01 .link__icon .link__icon-02 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-link-01 .link__icon .link__icon-02 svg polygon {
  fill: #00003c;
}
.c-link-01:hover .link__icon .link__icon-01 svg path {
  will-change: animation;
  animation-name: a-icon-circle;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-link-01:hover .link__icon .link__icon-02 {
  will-change: transform, transition;
  transform: translateX(8%);
}
.c-link-01:hover .link__icon .link__icon-02 svg polygon {
  fill: #00003c;
}
.c-link-01.--dim {
  opacity: 0.25;
  pointer-events: none;
}

.c-link-01b {
  display: inline-block;
}
.c-link-01b > .link__body {
  display: flex;
  align-items: center;
  column-gap: 1.75rem;
}
.c-link-01b .link__label .__text {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}
.c-link-01b .link__icon {
  position: relative;
  width: 2.875rem;
}
.c-link-01b .link__icon .link__icon-01 svg path {
  stroke-dashoffset: 0;
  stroke-dasharray: 500;
}
.c-link-01b .link__icon .link__icon-02 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-link-01b .link__icon .link__icon-02 svg polygon {
  fill: #00003c;
}
.c-link-01b:hover .link__icon .link__icon-01 svg path {
  will-change: animation;
  animation-name: a-icon-circle;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-link-01b:hover .link__icon .link__icon-02 {
  will-change: transform, transition;
  transform: translateX(8%);
}
.c-link-01b:hover .link__icon .link__icon-02 svg polygon {
  fill: #00003c;
}
.c-link-01b.--dim {
  opacity: 0.25;
  pointer-events: none;
}

.scroller__link .link__body {
  position: relative;
}
.scroller__link .link__body .link__icon-01 {
  position: absolute;
  left: 0;
  top: 0;
}
.scroller__link .link__body .link__icon-02 {
  transform: translateY(0.3em);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.scroller__link:hover .link__body .link__icon-02 {
  transform: translateY(-0.3em);
}

@media screen and (max-width: 767px) {
  .c-link-01 > .link__body,
  .c-link-01b > .link__body {
    column-gap: 0.9375rem;
  }
  .c-link-01 .link__label .__text,
  .c-link-01b .link__label .__text {
    font-size: 0.875rem;
  }
  .c-link-01 .link__icon,
  .c-link-01b .link__icon {
    width: 1.5rem;
  }
}
/**==================================================
BG
==================================================**/
@keyframes a-hue-rotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.main-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.main-bg .main-bg__container {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
.main-bg .main-bg__image {
  position: absolute;
  left: 50%;
  top: calc(50% + 3.125rem);
  width: 57.2916666667%;
  transform: translate(-50%, -50%);
}
.main-bg .main-bg__image picture img {
  filter: hue-rotate(0deg);
  animation-name: a-hue-rotate;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.main-bg .main-bg__image.--index {
  top: 50%;
  left: calc(50% - 2.875rem);
}
.main-bg .main-opening {
  position: absolute;
  left: 50%;
  top: calc(50% - 0.625rem);
  width: 30.7291666667%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .main-bg .main-bg__image {
    top: calc(50% + 2.03125rem);
    width: 89.3333333333%;
    transform: translate(-50%, -72.5%);
  }
  .main-bg .main-bg__image.--index {
    top: calc(50% - 0.78125rem);
    left: calc(50% - 0.875rem);
  }
  .main-bg .main-opening {
    width: 48%;
    top: calc(50% - 4.21875rem);
  }
}
/**==================================================
LOADING
==================================================**/
#loader {
  position: fixed;
  width: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pinwheel__line {
  position: absolute;
  top: calc(50% - var(--uib-line-weight) / 2);
  left: 0;
  height: var(--uib-line-weight);
  width: 100%;
  border-radius: calc(var(--uib-line-weight) / 2);
  background-color: var(--uib-color);
  animation: rotate var(--uib-speed) ease-in-out infinite;
}

.pinwheel__line:nth-child(2) {
  animation-delay: calc(var(--uib-speed) * 0.075);
  opacity: 0.8;
}

.pinwheel__line:nth-child(3) {
  animation-delay: calc(var(--uib-speed) * 0.15);
  opacity: 0.6;
}

.pinwheel__line:nth-child(4) {
  animation-delay: calc(var(--uib-speed) * 0.225);
  opacity: 0.4;
}

.pinwheel__line:nth-child(5) {
  animation-delay: calc(var(--uib-speed) * 0.3);
  opacity: 0.2;
}

.pinwheel__line:nth-child(6) {
  animation-delay: calc(var(--uib-speed) * 0.375);
  opacity: 0.1;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.ring {
  --uib-size: 40px;
  --uib-speed: 2s;
  --uib-color: #999999;
  height: var(--uib-size);
  width: var(--uib-size);
  vertical-align: middle;
  transform-origin: center;
  animation: rotate var(--uib-speed) linear infinite;
}

.ring circle {
  fill: none;
  stroke: var(--uib-color);
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: stretch calc(var(--uib-speed) * 0.75) ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes stretch {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -124px;
  }
}
html #loader {
  opacity: 1;
  transition: opacity 0.3s linear;
}
html body header#global-header {
  opacity: 0;
  transform: translate(0, -120%);
}
html body .main-bg__image {
  opacity: 0;
}
html body main {
  opacity: 0;
  transform: translate(0, 10em);
}
html body .float-copyright {
  opacity: 0;
}
html.wf-active body[data-page-type=contents].loaded #loader {
  opacity: 0;
}
html.wf-active body[data-page-type=contents].loaded header#global-header {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
html.wf-active body[data-page-type=contents].loaded .main-bg__image {
  opacity: 1;
  transition: opacity 1s linear, filter 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
html.wf-active body[data-page-type=contents].loaded main {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
html.wf-active body[data-page-type=contents].loaded .float-copyright {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.5s;
}
html.wf-active body[data-page-type=index].loaded main {
  overflow: hidden;
}
html.wf-active body[data-page-type=index].loaded.is-opnening #loader {
  opacity: 0;
}
html.wf-active body[data-page-type=index].loaded.is-opnening .main-bg .main-opening picture {
  opacity: 1;
  transition: opacity 0.5s linear 0.5s;
}
html.wf-active body[data-page-type=index].loaded.is-opnening .main-bg .main-opening.--hide picture {
  opacity: 0;
}
html.wf-active body[data-page-type=index].loaded.is-opnening.end-opening .main-bg__image {
  opacity: 1;
  filter: brightness(100%) grayscale(0%);
  transition: opacity 1s linear, filter 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
}
html.wf-active body[data-page-type=index].loaded.is-opnening.end-opening header#global-header {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
html.wf-active body[data-page-type=index].loaded.is-opnening.end-opening main {
  overflow: scroll;
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
html.wf-active body[data-page-type=index].loaded.is-opnening.end-opening .float-copyright {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2.5s;
}

/**==================================================
HEADER
==================================================**/
header#global-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
header#global-header .global-header__body {
  position: relative;
  width: 100%;
  height: 6.25em;
  background-color: rgba(255, 255, 255, 0);
}
header#global-header .global-header__body > .layout__container {
  width: 100%;
  padding: 3.125em 3.75em 0 5em;
}
header#global-header .global-header__body > .layout__container > .container__column {
  display: flex;
}
header#global-header .header-logo {
  position: relative;
  width: 5.875em;
}
header#global-header .header-logo .header-logo__link {
  display: block;
}
header#global-header .header-logo .header-logo__link .header-logo__image picture img {
  filter: brightness(0) saturate(0);
  transition: filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
header#global-header .header-logo .header-logo__link:hover .header-logo__image picture img {
  filter: brightness(1) saturate(1);
}
header#global-header .header-nav {
  position: relative;
  margin: auto 0 auto auto;
}
header#global-header .main-nav__list {
  display: flex;
  column-gap: 2.25em;
}
header#global-header .main-nav__list .main-nav__item {
  display: block;
}
header#global-header .main-nav__link {
  position: relative;
  display: block;
}
header#global-header .main-nav__link .main-nav__label .__text {
  display: inline-block;
  color: #000;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.005em;
  transition: color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
header#global-header .main-nav__link:hover .main-nav__label .__text {
  color: #666;
}
header#global-header .main-nav__link.--dim {
  opacity: 0.25;
  pointer-events: none;
}
header#global-header .sns-nav__list {
  display: none;
  column-gap: 1.25em;
}
header#global-header .sns-nav__list .main-nav__item {
  display: block;
}
header#global-header .sns-nav__link {
  display: block;
  position: relative;
  width: 1.125em;
  height: 1.125em;
}
header#global-header .sns-nav__link > .link__body {
  width: 100%;
  height: 100%;
}
header#global-header .sns-nav__link .alternate-nav__icon {
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: background-color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
header#global-header .sns-nav__link .alternate-nav__icon.--twitter {
  -webkit-mask-image: url(/assets/img/common/icon_twitter.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-image: url(/assets/img/common/icon_twitter.svg);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
header#global-header .sns-nav__link .alternate-nav__icon.--instagram {
  -webkit-mask-image: url(/assets/img/common/icon_instagram.svg);
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-image: url(/assets/img/common/icon_instagram.svg);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
header#global-header .sns-nav__link:hover .alternate-nav__icon {
  background-color: #666;
}
header#global-header .app-store-badge {
  display: none;
  flex-direction: column;
  row-gap: 0.25em;
  position: relative;
}
header#global-header .app-store-badge .banner-app-store-badge {
  display: block;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
header#global-header .app-store-badge .banner-app-store-badge img {
  width: auto;
  height: 3.4375em;
}
header#global-header .app-store-badge .banner-app-store-badge:hover {
  will-change: opacity, transition;
  opacity: 0.85;
}
header#global-header .header__copyright {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
header#global-header .header__copyright .copyright__text {
  color: #777;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  white-space: nowrap;
}
header#global-header .header-nav-button {
  display: none;
  position: relative;
  width: 1.625em;
  aspect-ratio: 1/1;
}
header#global-header .nav__button {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
header#global-header .nav__button .__label {
  width: 100%;
  height: 100%;
}
header#global-header .nav__button .__label span {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 88%;
  height: 0.125em;
  opacity: 1;
  transform: translate(-50%, 0) rotate(0);
  background: linear-gradient(90deg, rgb(38, 141, 196) 0%, rgb(12, 141, 65) 35%, rgb(220, 127, 32) 65%, rgb(202, 26, 39) 100%);
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
}
header#global-header .nav__button .__label span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform-origin: center center;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
header#global-header .nav__button .__label span:nth-of-type(1) {
  top: 25%;
  transform: translate(-50%, -50%) rotate(0deg);
}
header#global-header .nav__button .__label span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
header#global-header .nav__button .__label span:nth-of-type(3) {
  top: 75%;
  transform: translate(-50%, -50%) rotate(0deg);
}
header#global-header .nav__button:hover .__label span::before {
  background-color: black;
}
header#global-header .nav__button:hover .__label span:nth-of-type(1) {
  top: 20%;
}
header#global-header .nav__button:hover .__label span:nth-of-type(3) {
  top: 80%;
}
header#global-header .nav__button:active .__label span::before {
  background-color: rgba(0, 0, 0, 0);
}
header#global-header.--opened {
  background-color: rgba(255, 255, 255, 0);
}
header#global-header.--opened .nav__button .__label span {
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
header#global-header.--opened .nav__button .__label span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header#global-header.--opened .nav__button .__label span:nth-of-type(2) {
  opacity: 0;
}
header#global-header.--opened .nav__button .__label span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header#global-header.--opened .nav__button:hover .__label span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
header#global-header.--opened .nav__button:hover .__label span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  header#global-header .global-header__body {
    height: 4.0625em;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
  }
  header#global-header .global-header__body > .layout__container {
    padding: 2.1875em 1.875em 0 1.875em;
  }
  header#global-header .header-nav {
    position: absolute;
    left: 0;
    top: 4.0625em;
    width: 100vw;
    height: calc(100vh - 4.0625em);
    height: calc(100svh - 4.0625em);
    max-height: 0;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  }
  header#global-header .header-nav .header-nav__body {
    width: 100%;
    height: calc(100vh - 2.03125em);
    height: calc(100svh - 2.03125em);
    overflow-y: scroll;
    overscroll-behavior: contain;
  }
  header#global-header .header-nav .layout__container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 102%;
    padding: 1.875em 1.875em 3.75em 2.9375em;
  }
  header#global-header .header-nav .layout__container > .container__column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5625em 0 3.125em 0;
  }
  header#global-header .header-logo {
    position: relative;
    width: 4.125em;
  }
  header#global-header .main-nav__list {
    flex-direction: column;
    row-gap: 1.5625em;
  }
  header#global-header .main-nav__list .main-nav__item {
    opacity: 0;
    transform: translate(3em, 0);
    transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  header#global-header .main-nav__list .main-nav__item:nth-of-type(1) {
    transition-delay: 0s;
  }
  header#global-header .main-nav__list .main-nav__item:nth-of-type(2) {
    transition-delay: 0s;
  }
  header#global-header .main-nav__list .main-nav__item:nth-of-type(3) {
    transition-delay: 0s;
  }
  header#global-header .main-nav__list .main-nav__item:nth-of-type(4) {
    transition-delay: 0s;
  }
  header#global-header .main-nav__list .main-nav__item:nth-of-type(5) {
    transition-delay: 0s;
  }
  header#global-header .main-nav__list .main-nav__item:nth-of-type(6) {
    transition-delay: 0s;
  }
  header#global-header .main-nav__list .main-nav__item:nth-of-type(7) {
    transition-delay: 0s;
  }
  header#global-header .main-nav__list .main-nav__item:nth-of-type(8) {
    transition-delay: 0s;
  }
  header#global-header .main-nav__list .main-nav__item:nth-of-type(9) {
    transition-delay: 0s;
  }
  header#global-header .main-nav__list .main-nav__item:nth-of-type(10) {
    transition-delay: 0s;
  }
  header#global-header .main-nav__link .main-nav__label .__text {
    font-size: 1.75em;
  }
  header#global-header .main-nav__link:hover .main-nav__label .__text {
    color: #666;
  }
  header#global-header .sns-nav__list {
    display: flex;
    margin-top: 2.8125em;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  header#global-header .app-store-badge {
    display: flex;
    flex-direction: row;
    column-gap: 0.25em;
    position: relative;
    margin-top: 3.125em;
  }
  header#global-header .app-store-badge .app-store-badge__item {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  header#global-header .app-store-badge .app-store-badge__item:nth-of-type(1) {
    transition-delay: 0s;
  }
  header#global-header .app-store-badge .app-store-badge__item:nth-of-type(2) {
    transition-delay: 0s;
  }
  header#global-header .app-store-badge .banner-app-store-badge img {
    width: auto;
    height: 1.875em;
  }
  header#global-header .header__copyright {
    display: block;
    margin-bottom: calc(44px + 5.3125em);
    margin-right: 0.9375em;
  }
  header#global-header .header-nav-button {
    display: block;
    position: absolute;
    right: 1.75em;
    top: 1.875em;
  }
  header#global-header.--opened .global-header__body {
    background-color: white;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  header#global-header.--opened .header-nav {
    max-height: calc(100vh - 4.0625em);
    max-height: calc(100svh - 4.0625em);
    transition: max-height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  header#global-header.--opened .main-nav__list .main-nav__item {
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s linear;
  }
  header#global-header.--opened .main-nav__list .main-nav__item:nth-of-type(1) {
    transition-delay: 0.4s;
  }
  header#global-header.--opened .main-nav__list .main-nav__item:nth-of-type(2) {
    transition-delay: 0.5s;
  }
  header#global-header.--opened .main-nav__list .main-nav__item:nth-of-type(3) {
    transition-delay: 0.6s;
  }
  header#global-header.--opened .main-nav__list .main-nav__item:nth-of-type(4) {
    transition-delay: 0.7s;
  }
  header#global-header.--opened .main-nav__list .main-nav__item:nth-of-type(5) {
    transition-delay: 0.8s;
  }
  header#global-header.--opened .main-nav__list .main-nav__item:nth-of-type(6) {
    transition-delay: 0.9s;
  }
  header#global-header.--opened .main-nav__list .main-nav__item:nth-of-type(7) {
    transition-delay: 1s;
  }
  header#global-header.--opened .main-nav__list .main-nav__item:nth-of-type(8) {
    transition-delay: 1.1s;
  }
  header#global-header.--opened .main-nav__list .main-nav__item:nth-of-type(9) {
    transition-delay: 1.2s;
  }
  header#global-header.--opened .main-nav__list .main-nav__item:nth-of-type(10) {
    transition-delay: 1.3s;
  }
  header#global-header.--opened .app-store-badge .app-store-badge__item {
    will-change: opacity;
    opacity: 1;
    transition: opacity 0.8s linear;
  }
  header#global-header.--opened .app-store-badge .app-store-badge__item:nth-of-type(1) {
    transition-delay: 1.2s;
  }
  header#global-header.--opened .app-store-badge .app-store-badge__item:nth-of-type(2) {
    transition-delay: 1.2s;
  }
  header#global-header.--opened .sns-nav__list {
    opacity: 1;
    transition: opacity 1s linear;
    transition-delay: 0.6s;
  }
}
/**==================================================
FOOTER
==================================================**/
footer#global-footer {
  position: relative;
  background-color: #F1F2F3;
  font-size: 1rem;
}
footer#global-footer .global-footer__body {
  position: relative;
  max-width: 1800px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding: 16em 6.25em;
}
footer#global-footer .global-footer__body .container__column + .container__column {
  margin-top: 8.75em;
}
footer#global-footer .global-footer__body .footer__content-01 {
  display: grid;
  grid-template-columns: 1fr 5.625em;
}
footer#global-footer .global-footer__body .scroller {
  padding-right: 1em;
}
footer#global-footer .global-footer__body .footer-title .footer-name__label {
  font-family: "Anton", sans-serif;
  font-size: 3.125em;
  font-weight: 400;
}
footer#global-footer .global-footer__body .footer-title .c-link-01 {
  margin-top: 2em;
}
footer#global-footer .global-footer__body .footer-office {
  display: flex;
  column-gap: 12.5em;
}
footer#global-footer .global-footer__body .office-title .__text {
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.075em;
}
footer#global-footer .global-footer__body .office-title + .office__address, footer#global-footer .global-footer__body .office-title + .sns-nav__list {
  margin-top: 2.375em;
}
footer#global-footer .global-footer__body .office__address,
footer#global-footer .global-footer__body .office__tel {
  font-size: 0.8125em;
  font-weight: 500;
  line-height: 2.3076923077em;
  letter-spacing: 0.075em;
}
footer#global-footer .global-footer__body .office__address[lang=en],
footer#global-footer .global-footer__body .office__tel[lang=en] {
  color: #999;
}
footer#global-footer .global-footer__body .app-store-badge {
  display: flex;
  flex-direction: column;
  row-gap: 0.25em;
  position: relative;
}
footer#global-footer .global-footer__body .app-store-badge .banner-app-store-badge {
  display: block;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
footer#global-footer .global-footer__body .app-store-badge .banner-app-store-badge img {
  width: auto;
  height: 3.4375em;
}
footer#global-footer .global-footer__body .app-store-badge .banner-app-store-badge:hover {
  will-change: opacity, transition;
  opacity: 0.85;
}
footer#global-footer .sns-nav__list {
  display: flex;
  column-gap: 1.25em;
}
footer#global-footer .sns-nav__list .main-nav__item {
  display: block;
}
footer#global-footer .sns-nav__link {
  display: block;
  position: relative;
  width: 2em;
  height: 2em;
}
footer#global-footer .sns-nav__link > .link__body {
  width: 100%;
  height: 100%;
}
footer#global-footer .sns-nav__link .alternate-nav__icon {
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: background-color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
footer#global-footer .sns-nav__link .alternate-nav__icon.--twitter {
  -webkit-mask-image: url(/assets/img/common/icon_twitter.svg);
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-image: url(/assets/img/common/icon_twitter.svg);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
footer#global-footer .sns-nav__link .alternate-nav__icon.--instagram {
  -webkit-mask-image: url(/assets/img/common/icon_instagram.svg);
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-image: url(/assets/img/common/icon_instagram.svg);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}
footer#global-footer .sns-nav__link:hover .alternate-nav__icon {
  background-color: #666;
}

.float-copyright {
  position: fixed;
  right: 0;
  top: 50%;
  margin: 0 2.5em 0 0;
  width: 0.75em;
  transform: translate(0, -50%);
}
.float-copyright .float-copyright__text {
  position: relative;
}
.float-copyright .float-copyright__text p {
  color: #777;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  white-space: nowrap;
}

@media screen and (min-width: 1920px) {
  footer#global-footer {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer#global-footer {
    font-size: 1rem;
  }
  footer#global-footer .global-footer__body {
    padding: 8.4375em 2em 3.75em 2em;
    min-height: inherit;
  }
  footer#global-footer .global-footer__body .container__column + .container__column {
    margin-top: 3.4375em;
  }
  footer#global-footer .global-footer__body .footer__content-01 {
    grid-template-columns: 1fr 3.9375em;
  }
  footer#global-footer .global-footer__body .footer-title .footer-name__label {
    font-size: 1.5625em;
  }
  footer#global-footer .global-footer__body .footer-title .c-link-01 {
    margin-top: 1em;
  }
  footer#global-footer .global-footer__body .scroller {
    margin-left: 0.5em;
  }
  footer#global-footer .global-footer__body .footer-office {
    flex-direction: column;
    row-gap: 2em;
  }
  footer#global-footer .global-footer__body .office-title .__text {
    display: block;
    font-size: 0.9375em;
  }
  footer#global-footer .global-footer__body .office-title + .office__address, footer#global-footer .global-footer__body .office-title + .sns-nav__list {
    margin-top: 1.25em;
  }
  footer#global-footer .global-footer__body .office__address,
  footer#global-footer .global-footer__body .office__tel {
    font-size: 0.6875em;
  }
  footer#global-footer .global-footer__body .app-store-badge {
    display: none;
    flex-direction: row;
    column-gap: 0.25em;
    position: relative;
  }
  footer#global-footer .global-footer__body .app-store-badge .banner-app-store-badge img {
    width: auto;
    height: 1.875em;
  }
  footer#global-footer .global-footer__body .sns-nav__link {
    width: 1em;
    height: 1em;
  }
  .float-copyright {
    display: none;
  }
}
/**==================================================
ABOUT US
==================================================**/
html, body {
  height: 100vh;
  height: 100svh;
  pointer-events: none;
}

header {
  pointer-events: auto;
}

main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  scroll-snap-type: y mandatory;
  overflow: scroll;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  pointer-events: auto;
}

article {
  position: relative;
}
article.article__type-vp {
  scroll-snap-align: start;
  width: 100%;
}

footer#global-footer {
  scroll-snap-align: start end;
}

section .layout__container {
  font-size: 1rem;
  position: relative;
  width: 100%;
  max-width: 1800px;
  padding: 0 6.25em;
  margin: 0 auto;
}

@media screen and (min-width: 1920px) {
  section .layout__container {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section .layout__container {
    font-size: 1rem;
    padding: 0 1.875em;
  }
}
section .main-title {
  position: relative;
  margin: auto auto auto 0;
}
section .main-title .__text {
  font-family: "Anton", sans-serif;
  font-style: italic;
  font-size: 4.375em;
  font-weight: 400;
}
section .main-title + * {
  margin-top: 6.25em;
}

@media screen and (max-width: 767px) {
  section .main-title {
    position: relative;
    margin: 3.125em auto auto 0;
  }
  section .main-title .__text {
    font-size: 2.1875em;
  }
  section .main-title + * {
    margin-top: 3.125em;
  }
}
section.section__access {
  display: flex;
  margin-top: 0;
  min-height: 100vh;
  min-height: 100svh;
}
section.section__access .section__body {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 9.375em 0;
}
section.section__access .company-overview__table {
  display: block;
}
section.section__access .company-overview__table tbody {
  display: block;
  /*
  border-bottom: solid 1px #f5f5f5;
  background-color: rgba($color-white, 0.85);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  */
}
section.section__access .company-overview__table tr {
  display: grid;
  grid-template-columns: 16% 1fr;
}
section.section__access .company-overview__table td, section.section__access .company-overview__table th {
  display: block;
}
section.section__access .company-overview__table th .__text {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.075em;
}
section.section__access .company-overview__table td .__text {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.075em;
}
section.section__access .company-overview__table .cell__body {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 2em 0;
}

@media screen and (max-width: 767px) {
  section.section__access {
    margin-top: 0;
  }
  section.section__access .section__body {
    padding: 5.625em 0 9.375em 0;
  }
  section.section__access .company-overview__table tr {
    grid-template-columns: 34.9206349206% 1fr;
  }
  section.section__access .company-overview__table th .__text {
    font-size: 0.875em;
    line-height: 2;
  }
  section.section__access .company-overview__table td .__text {
    font-size: 0.875em;
    line-height: 2;
  }
  section.section__access .company-overview__table .cell__body {
    padding: 1em 0;
  }
}/*# sourceMappingURL=style.css.map */