/* @import must be at top of file, otherwise CSS will not work */
/* =========================================================

Foundation

========================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
  position: relative;
}

/* HTML5 display definitions
========================================================================== */
/**
* 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

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

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 0;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******************************************************************************
* FONT
*******************************************************************************/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

footer,
header,
section {
  display: block;
}

dd,
dt,
li,
p,
pre,
td,
th {
  line-break: strict;
  word-break: break-strict;
}

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
          box-shadow: 0 0 0px 1000px #FFF inset;
}

figure {
  margin: 0px;
}

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  font-size: 62.5%;
}

body {
  /*height: 100%;*/
  color: #000000;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  font-weight: 400;
  background: #A7B5BA;
  scroll-behavior: auto;
}
.is-hidden body {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
  outline: none !important;
  text-decoration: none;
}

/* =========================================================

Layout

========================================================= */
/*@import "layout/parallax";*/
/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
.c-mask__cover {
  position: relative;
}
.c-mask__cover:after {
  width: 100%;
  height: 101%;
  display: block;
  background: #F9FAF8;
  content: "";
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.c-mask__cover.is-onscreen:after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.btn {
  border: 1px solid #1C1C1C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.btn a {
  color: #1C1C1C;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  background-color: #1C1C1C;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn span {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn span:after {
  content: attr(data-text);
  color: #fff;
  top: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .btn:hover:before {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 1;
  }
}
.btn._md_ {
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .btn._md_ {
    max-width: calc(100% - 50px);
    padding: 6px 48px;
  }
}
@media screen and (min-width: 768px) {
  .btn._md_ {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    padding: 11px 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn._md_:hover:before {
    -webkit-transform: scale(20);
    transform: scale(20);
  }
  .btn._md_:hover .btn__inner:after {
    background-image: url(../images/icon-arrow-wh.svg);
  }
  .btn._md_:hover .btn__inner._pin_:after {
    background-image: url(../images/icon-pin-wh.svg);
  }
}
.btn._md_ span {
  padding-block: 11px;
  padding-block: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .btn._md_ span {
    padding-block: 1.375rem;
  }
}
.btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  gap: 0.4375rem;
}

@media screen and (min-width: 768px) {
  .btn__inner {
    gap: 1.425rem;
  }
}
.btn__inner:after {
  content: "";
  background-image: url(../images/icon-arrow-bk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .btn__inner:after {
    width: 25px;
    height: 25px;
  }
}
.btn__inner._pin_ {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.btn__inner._pin_:after {
  background-image: url(../images/icon-pin.svg);
}

/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-inline {
    display: inline !important;
  }
}

.pc-inline {
  display: block !important;
}
@media (max-width: 767px) {
  .pc-inline {
    display: none !important;
  }
}

.sp-block {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-block {
    display: block !important;
  }
}

.pc-block {
  display: block !important;
}
@media (max-width: 767px) {
  .pc-block {
    display: none !important;
  }
}

#header {
  position: fixed;
  width: 100%;
  height: 65px;
  z-index: 111111;
  mix-blend-mode: exclusion;
}
#header svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 182px;
}
#header svg path {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  fill: #fff;
}

.fixed {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.fixed.is-active {
  opacity: 1;
}
.fixed.is-active-2 {
  mix-blend-mode: exclusion;
}
.fixed.is-active-2 svg path {
  fill: #fff;
}

main {
  position: relative;
}

.kv {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .kv {
    height: auto;
  }
}

.kv__body {
  width: 100%;
  height: auto;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.kv__body > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.kv__body > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.kv__body > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.kv__body > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 767px) {
  .kv__body {
    display: block;
    height: 100%;
  }
}

.kv__slide {
  width: calc(100% - 16px);
  height: auto;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
  -ms-grid-column-align: center;
      justify-self: center;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .kv__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    padding: 0 4px;
    height: auto;
    bottom: 0px;
    position: relative;
    aspect-ratio: 9/16;
  }
}

.kv__ttl {
  width: 36.9047619vw;
  overflow: hidden;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  -ms-grid-row-align: center;
      align-self: center;
  justify-self: flex-start;
  margin: 4.8rem 0 4.8rem 6.4rem;
}
@media (max-width: 767px) {
  .kv__ttl {
    width: 190px;
    left: 50%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    top: 24px;
    position: static;
    display: table;
    margin: 24px auto;
  }
}
.kv__ttl img {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.is-page-loaded .kv__ttl img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-swiper {
  height: 100%;
}

.kv__slide-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.kv__slide-item video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}

.kv__slide-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .kv__slide-list {
    width: 100%;
    padding: 0;
  }
}
.is-page-loaded .kv__slide-list {
  clip-path: inset(0 0 0 0);
}
.kv__slide-list--1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.kv__slide-list--2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.kv__slide-list--3 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.kv__slide-list--4 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.kv__copy {
  overflow: hidden;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: center;
      align-self: center;
  margin: 4.8rem 6.4rem 4.8rem 0;
  width: 139px;
}
@media (max-width: 767px) {
  .kv__copy {
    width: 139px;
    left: 50%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    top: 74px;
    position: static;
    display: table;
    margin: 0 auto 24px;
  }
}
.kv__copy img {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
}
.kv__copy img path.line {
  width: 0;
  fill: none;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.is-page-loaded .kv__copy img path.line {
  width: 0;
  fill: black;
}
.is-page-loaded .kv__copy img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section-heading {
  margin-bottom: 20px;
}
.section-heading p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Golos Text", sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-heading p {
    font-size: 8px;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
  }
}

.intro {
  padding: 180px 4.23280423%;
}
@media (max-width: 767px) {
  .intro {
    padding: 64px 0;
  }
}

.intro__body {
  position: relative;
}

.intro__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .intro__row {
    display: block;
    margin: 0;
  }
}

.intro__left {
  width: 41.6667%;
  margin-top: 120px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .intro__left {
    width: 100%;
    margin: 0;
    padding: 0 24px;
  }
}

.intro__right {
  width: 50%;
  padding: 0 15px;
  margin-left: 8.3333%;
  margin-bottom: 48px;
  position: relative;
}
@media (max-width: 767px) {
  .intro__right {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.intro__heading {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .intro__heading {
    margin-bottom: 64px;
  }
}
.intro__heading-copy {
  width: 14.48vw;
  margin-bottom: 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  display: table;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .intro__heading-copy svg {
    width: 165px;
    height: 103px;
  }
}
.intro__heading-copy img {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.intro__heading-copy.is-onscreen {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.intro__heading-logo {
  width: 14.28vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .intro__heading-logo {
    width: 164px;
  }
}
.intro__heading-logo img {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.intro__heading-logo.is-onscreen img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lead .jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2.5;
  font-size: 14px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lead .jp {
    font-size: 12px;
    margin-bottom: 36px;
  }
}
.lead .en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 2.5;
  font-size: 12px;
  margin-bottom: 40px;
  color: #4d4d4d;
}
@media (max-width: 767px) {
  .lead .en {
    font-size: 10px;
  }
}

.intro__img {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  margin: 0;
}
@media (max-width: 767px) {
  .intro__img {
    margin-top: 60px;
    margin: 60px 0 154px;
    padding: 0 8px;
  }
}

.intro__img-1 {
  width: 33.333333%;
  -webkit-transform: translate(0px, -192px);
          transform: translate(0px, -192px);
  opacity: 0;
  padding: 0 12px;
  clip-path: inset(0% 0 100% 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .intro__img-1 {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    padding: 0 6px;
  }
}
.intro__img-1 img {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.intro__img-2 {
  width: 33.333333%;
  position: relative;
  z-index: 1;
  -webkit-transform: translate(0px, -192px);
          transform: translate(0px, -192px);
  opacity: 0;
  padding: 0 12px;
  clip-path: inset(0% 0 100% 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .intro__img-2 {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    padding: 0 6px;
  }
}

.intro__img-3 {
  width: 33.333333%;
  position: relative;
  z-index: 1;
  -webkit-transform: translate(0px, -192px);
          transform: translate(0px, -192px);
  opacity: 0;
  padding: 0 12px;
  clip-path: inset(0% 0 100% 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .intro__img-3 {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    padding: 0 6px;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fade-in.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lineup {
  position: relative;
}

@media (max-width: 767px) {
  .lineup__body {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}

.lineup__ttl {
  position: absolute;
  top: 8.8%;
  left: 4.23280423%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lineup__ttl {
    left: 24px;
    top: 64px;
    position: static;
    margin-top: 0px;
    margin-left: 24px;
  }
}
.lineup__ttl svg {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.lineup__ttl.is-onscreen svg {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lineup__ttl svg {
  width: 22.4206349vw;
}
@media (max-width: 767px) {
  .lineup__ttl svg {
    width: 164px;
    height: 25px;
    margin-bottom: 70px;
  }
}

.lineup__elm {
  color: #4d4d4d;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  position: absolute;
  top: 8.8%;
  right: 4.23280423%;
}
@media (max-width: 767px) {
  .lineup__elm {
    right: 24px;
    top: 0px;
    font-size: 10px;
  }
}

.lineup__inner {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.lineup__slide {
  width: 333.33%;
  -ms-grid-columns: 7.93650794% 64px 7.93650794% 64px 7.93650794% 64px 7.93650794% 64px 7.93650794% 64px 7.93650794% 64px 7.93650794% 64px 7.93650794% 64px 7.93650794% 64px 7.93650794% 64px 7.93650794%;
  grid-template-columns: 7.93650794% 7.93650794% 7.93650794% 7.93650794% 7.93650794% 7.93650794% 7.93650794% 7.93650794% 7.93650794% 7.93650794% 7.93650794%;
  gap: 0 64px;
  height: 78.217%;
  position: absolute;
  -webkit-transform: translateX(-7.3015873%);
          transform: translateX(-7.3015873%);
  bottom: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
}
@media (max-width: 767px) {
  .lineup__slide {
    width: 2108px;
    height: 355px;
    position: relative;
    bottom: inherit;
    left: 0;
    -ms-grid-columns: 9.48766603% 12px 9.48766603% 12px 9.48766603% 12px 9.48766603% 12px 9.48766603% 12px 9.48766603% 12px 9.48766603% 12px 9.48766603% 12px 9.48766603% 12px 9.48766603%;
    grid-template-columns: 9.48766603% 9.48766603% 9.48766603% 9.48766603% 9.48766603% 9.48766603% 9.48766603% 9.48766603% 9.48766603% 9.48766603%;
    gap: 0 12px;
    margin-top: -20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: 16px;
  }
}

.lineup__slide-img {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: top center;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-onscreen .lineup__slide-img {
  clip-path: inset(0 0 0 0);
}

.lineup__space {
  height: 500vh;
}

.lineup__slide-item {
  overflow: hidden;
}

.lineup__slide-item--1 {
  height: 100%;
}

.lineup__slide-item--movie {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.lineup__slide-item--movie video {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.lineup__slide-item--2 {
  height: 70.323488%;
  vertical-align: top;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.lineup__slide-item--3 {
  height: 84.3881857%;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.lineup__slide-item--4 {
  height: 70.323488%;
  -webkit-transform: translateY(130px);
          transform: translateY(130px);
}

.lineup__slide-item--5 {
  height: 84.3881857%;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.lineup__slide-item--6 {
  height: 70.323488%;
}

.lineup__slide-item--7 {
  height: 84.3881857%;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.lineup__slide-item--8 {
  height: 70.323488%;
  -webkit-transform: translateY(170px);
          transform: translateY(170px);
}
@media (max-width: 767px) {
  .lineup__slide-item--8 {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}

.lineup__detail {
  padding: 160px 4.23280423%;
  position: relative;
}
@media (max-width: 767px) {
  .lineup__detail {
    padding: 0 0 128px;
  }
}

.lineup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  position: sticky;
  top: 96px;
  left: 0;
}
@media (max-width: 767px) {
  .lineup__row {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
  }
}

.lineup__left {
  width: 41.6667%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .lineup__left {
    width: 100%;
    padding: 0 24px;
  }
}

.lineup__right {
  width: 41.6667%;
  padding: 0 15px;
  margin-left: 16.7777%;
  position: relative;
}
@media (max-width: 767px) {
  .lineup__right {
    width: 100%;
    padding: 0 4px;
    margin: 80px auto 0;
  }
}

.heading {
  position: relative;
}

.heading__num {
  font-family: Roboto;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%; /* 24px */
  margin-bottom: 24px;
  overflow: hidden;
}
.heading__num span {
  display: block;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.heading__num.is-onscreen span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767px) {
  .heading__num {
    font-size: 16px;
  }
}

.heading__text {
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 64px */
  margin-bottom: 48px;
  overflow: hidden;
}
.heading__text span {
  display: block;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.heading__text.is-onscreen span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767px) {
  .heading__text {
    font-size: 24px;
  }
}

.lineup-detail__space {
  height: 200vh;
}
@media (max-width: 767px) {
  .lineup-detail__space {
    display: none;
  }
}

.detail-img {
  -webkit-transform: translate(-32px, -32px);
          transform: translate(-32px, -32px);
}
@media (max-width: 767px) {
  .detail-img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.detail-img__wrapper {
  position: relative;
}

.detail-img__item {
  position: relative;
}
.detail-img__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A7B5BA;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.detail-img__item.is-onscreen:after {
  height: 0%;
}

.detail-img__item--1 {
  position: relative;
  z-index: 1;
}

.detail-img__item--2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(32px, 32px);
          transform: translate(32px, 32px);
}
@media (max-width: 767px) {
  .detail-img__item--2 {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: static;
  }
}

.produce__vis {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .produce__vis {
    height: 100lvh;
  }
}
.is_edge .produce__vis {
  height: 100vh;
}

.produce__vis-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  height: 40%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .produce__vis-image {
    width: calc(100% - 10rem);
    height: 50%;
  }
}

.produce__vis-image-item {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-image: url(../img/bg.webp);
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .produce__vis-image-item {
    background-image: url(../img/bg.webp);
  }
}
.produce__vis-image-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
}
.produce__vis-image-item.is-active:after {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.produce__vis-image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.produce__space {
  height: 180lvh;
}
.is_edge .produce__space {
  height: 180vh;
}

.produce__inner {
  padding: 0 4.23280423%;
  position: relative;
}
@media (max-width: 767px) {
  .produce__inner {
    padding: 0 24px;
  }
}

.produce__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .produce__row {
    display: block;
    margin: 0;
  }
}

.produce__left {
  width: 41.9%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .produce__left {
    width: 100%;
    padding: 0;
  }
}
.produce__left .en {
  color: #fff;
}

.produce__right {
  width: 50%;
  padding: 0 15px;
  margin-left: 8.3333%;
  position: relative;
}
@media (max-width: 767px) {
  .produce__right {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

.produce__img-1 {
  margin-top: 35px;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 128px;
  padding-bottom: 128px;
}
@media (max-width: 767px) {
  .profile {
    color: #fff;
    margin-top: 96px;
    display: block;
  }
}

.profile__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile__img {
  width: 22%;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.profile__img.is-onscreen {
  clip-path: inset(0 0 0 0);
}
@media (max-width: 767px) {
  .profile__img {
    width: 153px;
  }
}

.profile__text {
  width: 39%;
  padding-left: 64px;
  color: #fff;
}
@media (max-width: 767px) {
  .profile__text {
    width: calc(100% - 153px);
    padding-left: 24px;
  }
}

.profile__name {
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  color: #fff;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.is-onscreen .profile__name {
  clip-path: inset(0 0 0 0);
}
@media (max-width: 767px) {
  .profile__name {
    font-size: 12px;
  }
  .profile__name span {
    font-size: 10px;
    margin-left: 12px;
  }
}
.profile__name.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.profile__job {
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  color: #fff;
  margin: 24px 0 48px;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.is-onscreen .profile__job {
  clip-path: inset(0 0 0 0);
}
@media (max-width: 767px) {
  .profile__job {
    line-height: 150%; /* 14px */
    margin: 24px 0 0;
  }
  .profile__job span {
    display: block;
    font-size: 10px;
    margin-top: 12px;
  }
}
.profile__job.en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.profile__lead {
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%; /* 30px */
}
@media (max-width: 767px) {
  .profile__lead {
    margin-top: 36px;
  }
}
.profile__lead.en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .profile__lead.en {
    font-size: 10px;
  }
}

.shop {
  padding: 160px 4.23280423% 0;
}
@media (max-width: 767px) {
  .shop {
    padding: 128px 24px 0;
  }
}

.shop__body {
  position: relative;
}

.shop__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .shop__row {
    margin: 0;
  }
}

.shop__left {
  width: 41.6667%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .shop__left {
    width: 100%;
    padding: 0;
  }
  .shop__left .shop__map svg {
    width: calc(100% + 48px);
    height: 382px;
    display: table;
    margin: -186px auto 60px;
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
}

.shop__right {
  width: 66.6184971%;
  padding: 0 15px;
  margin-left: -8.5656538%;
  position: relative;
}
@media (max-width: 767px) {
  .shop__right {
    width: 100%;
    margin-left: 0%;
  }
}
.shop__right svg {
  width: 100%;
}

.shop__map {
  height: 100%;
}
.shop__map .svg {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.shop__map .svg--1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.shop__map .svg--2 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.shop__map .svg--3 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.shop__map .svg--4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.shop__map .svg--5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.shop__map .svg--6 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.shop__map .svg--7 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.shop__map .svg--8 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.shop__map .svg--9 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.shop__map .svg--10 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.shop__map .svg--11 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.shop__map .svg--12 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.shop__map .svg--13 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.shop__map .svg--14 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.shop__map .svg--15 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.shop__map .svg--16 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.shop__map .svg--17 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.shop__map .svg--18 {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.shop__map .svg--19 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.shop__map .svg--20 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.shop__map .svg--21 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.is-onscreen .shop__map .svg {
  opacity: 1;
}
.shop__map.is-onscreen .svg {
  opacity: 1;
}

.c-button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%; /* 40px */
  text-transform: uppercase;
}
.c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 174px;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  color: #000;
}
.c-button a:hover .c-button__icon-front {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-button a:hover .c-button__icon-back {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.c-button a:hover .c-button__text:after {
  width: 100%;
  right: inherit;
  left: 0;
}

.c-button__inner {
  width: calc(100% - 113px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-button__icon {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  border: 1px solid #e8e8e8;
  margin-left: 31px;
  position: relative;
}

.c-button__icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  overflow: hidden;
  width: 26px;
  height: 40px;
  z-index: 11;
}

.c-button__icon-front {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.c-button__icon-front svg {
  position: relative;
}

.c-button__icon-back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.c-button__icon-back svg {
  position: relative;
}

.off {
  padding: 160px 4.23280423%;
  position: relative;
}
@media (max-width: 767px) {
  .off {
    padding: 128px 24px 120px;
  }
}

.off__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .off__row {
    display: block;
    margin: 0;
  }
}

.off__left {
  width: 50%;
  padding: 0 15px;
}
.off__left a {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.off__left a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .off__left {
    width: 100%;
    padding: 0;
  }
}

.off__img {
  width: calc(100% - 30px);
  background: #f2f2f2;
  border-radius: 64px;
  padding: 266px 0;
}
@media (max-width: 767px) {
  .off__img {
    width: 100%;
    padding: 32px 0;
    border-radius: 16px;
  }
}
.off__img img {
  width: 28.4vw;
  margin: 0 auto;
  display: table;
}
@media (max-width: 767px) {
  .off__img img {
    width: 164px;
  }
}

.off__right {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .off__right {
    width: 100%;
    padding: 18px 0 0;
  }
}

.off__heading {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 64px */
}
@media (max-width: 767px) {
  .off__heading {
    font-size: 18px;
  }
}

.off__lead {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%; /* 35px */
  margin: 32px 0 48px;
}
@media (max-width: 767px) {
  .off__lead {
    font-size: 12px;
  }
}

.off__info {
  color: #4d4d4d;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 24px */
  margin-top: 64px;
}
.off__info p {
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
}

.credit {
  padding: 0px 4.23280423% 160px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .credit {
    width: calc(100% - 48px);
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
    padding: 64px 0 128px;
    border-top: 1px solid #e8e8e8;
    display: block;
  }
}

.credit__info {
  color: #4d4d4d;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 24px */
}
.credit__info p {
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .credit__info {
    margin-bottom: 64px;
  }
}

.credit__list {
  width: 441px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .credit__list {
    width: 100%;
  }
}

.credit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  color: #4d4d4d;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 24px */
}

.credit__job {
  width: 50%;
}

.credit__name {
  width: 50%;
}

.footer {
  padding: 15px 0;
  border-top: 1px solid #000;
}
.footer p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 24px */
  text-align: center;
}

.flowbtn {
  position: fixed;
  width: 197px;
  bottom: 32px;
  right: 32px;
  z-index: 1111;
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.is-page-loaded .flowbtn {
  opacity: 1;
}
@media (max-width: 767px) {
  .flowbtn {
    bottom: 22px;
    right: 12px;
    opacity: 0;
    pointer-events: none;
  }
  .is-page-loaded .flowbtn {
    opacity: 0;
  }
  .flowbtn.is-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}
.flowbtn a {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.flowbtn a:hover {
  opacity: 0.5;
}

/* ---------------------------------------------------------


Utility

--------------------------------------------------------- */