/* @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 {
  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] {
  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 */
  /* 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;
  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 {
  box-shadow: 0 0 0px 1000px #FFF inset;
}

figure {
  margin: 0px;
}

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

* BASIC

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

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

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

a {
  color: #fff;
  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;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.5s;
  transform-origin: bottom;
}
.c-mask__cover.is-onscreen:after {
  transform: scaleY(0);
}

.btn {
  border: 1px solid #1C1C1C;
  display: flex;
  background: #fff;
  align-items: 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;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

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

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

@media (hover: hover) and (pointer: fine) {
  .btn:hover span {
    transform: translateY(-100%);
  }
  .btn:hover:before {
    transition: 0.6s;
    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: fit-content;
    font-size: 20px;
    padding: 11px 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn._md_:hover:before {
    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: flex;
  align-items: 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_ {
  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: inline !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;
  }
}

main {
  position: relative;
  color: #5d5d5d;
  background: #f9faf8;
  overflow: hidden;
}
.is-hidden main {
  filter: blur(4px);
}

.page_home {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .page_home {
    padding-top: 64px;
  }
}
#header {
  background-color: #000;
  width: 100%;
  z-index: 1001;
}
.is-hidden #header {
  filter: blur(2px);
}
#header img {
  max-width: 100%;
  display: block;
  width: 100%;
}

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#header .site-logo {
  width: 120px;
  padding: 12px 0;
  line-height: 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #header .site-logo {
    width: 184px;
    padding: 20px 0;
  }
}
#header #menu {
  width: 18px;
  position: absolute;
  top: 12px;
  left: 12px;
  line-height: 0;
  z-index: 10000;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #header #menu {
    width: 26px;
    top: 18px;
    right: 18px;
    transition: 0.3s;
    left: 24px;
  }
}
#header #online-shop {
  width: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  line-height: 0;
  z-index: 10000;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #header #online-shop {
    width: 28px;
    top: 18px;
    right: 24px;
    transition: 0.3s;
  }
}
#footer {
  background-color: #000;
  z-index: 111;
  position: relative;
}

.copyright {
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .copyright {
    height: 54px;
    line-height: 54px;
  }
}
.kv__body {
  width: 100%;
  height: calc(100vh + 64px);
  position: relative;
  display: flex;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
@media (max-width: 767px) {
  .kv__body {
    display: block;
    height: auto;
  }
}

.kv__img {
  position: relative;
  overflow: hidden;
  flex-basis: 58.333%;
  max-width: 58.333%;
  height: 100%;
}
@media (max-width: 767px) {
  .kv__img {
    width: 270px;
    height: 270px;
    max-width: 270px;
    margin-left: auto;
  }
}

.kv__img-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transform: scale(1.05);
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.is-page-loaded .kv__img-inner {
  opacity: 1;
  transform: scale(1);
}

.kv__textarea {
  flex-basis: 41.667%;
  max-width: 41.667%;
  padding-left: 5%;
  height: calc(100vh + 0px);
  position: relative;
  z-index: 11;
}
@media (max-width: 767px) {
  .kv__textarea {
    width: 100%;
    max-width: 304%;
    height: auto;
    padding-left: 25px;
  }
}

.kv__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .kv__inner {
    position: static;
    transform: translateY(0);
    padding-top: 40px;
  }
}

.kv__ttl {
  position: relative;
}

.flow__btn {
  position: fixed;
  bottom: 20px;
  right: 16px;
  z-index: 111111;
}
@media (max-width: 767px) {
  .flow__btn {
    width: 72px;
    bottom: 10px;
    right: 12px;
  }
}

.kv__lead {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  padding-right: 12%;
  margin-bottom: 40px;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 1.5s;
}
.is-page-loaded .kv__lead {
  opacity: 1;
}
@media (max-width: 767px) {
  .kv__lead {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
    padding: 0 25px 0 50px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
}

.kv__4s {
  width: 10vw;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 1.5s;
}
.is-page-loaded .kv__4s {
  opacity: 1;
}
@media (max-width: 767px) {
  .kv__4s {
    width: 194px;
    padding-left: 50px;
  }
}

.mask {
  overflow: hidden;
}

.kv__ttl {
  width: calc(100% + 20px);
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .kv__ttl {
    width: 305px;
    margin-bottom: -51px;
  }
}
.kv__ttl .mask__inner {
  transform: translateY(100%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition-delay: 0.5s;
}
.kv__ttl .mask__inner--2 {
  transition-delay: 0.7s;
}
.kv__ttl .mask__inner--3 {
  transition-delay: 0.9s;
}
.kv__ttl .mask__inner--4 {
  transition-delay: 1.1s;
}
.is-page-loaded .kv__ttl {
  opacity: 1;
}
.is-page-loaded .kv__ttl .mask__inner {
  transform: translateY(0%);
}
.is-page-loaded .kv__ttl .mask__inner--4 {
  transform: translateY(-1%);
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 625.1790161133px;
    stroke-dasharray: 625.1790161133px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 625.1790161133px;
  }
}
.is-page-loaded .kv__ttl .svg-elem-13 {
  animation: animate-svg-stroke-13 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

.section {
  margin-top: 240px;
}
@media (max-width: 767px) {
  .section {
    margin-top: 80px;
  }
  .section .section-heading svg {
    height: 35px;
    overflow: hidden;
  }
}
.section--1 {
  padding-left: 5%;
}
@media (max-width: 767px) {
  .section--1 {
    padding-left: 0;
  }
  .section--1 .section-heading svg {
    width: 200px;
  }
}
.section--2 {
  padding: 0 5%;
}
@media (max-width: 767px) {
  .section--2 {
    padding: 0;
  }
  .section--2 .section-heading svg {
    width: 206px;
  }
}
.section--3 {
  padding-right: 5%;
}
@media (max-width: 767px) {
  .section--3 {
    padding: 0;
  }
  .section--3 .section-heading svg {
    width: 288px;
  }
}
@media (max-width: 767px) {
  .section--4 .section-heading svg {
    width: 237px;
  }
}
.section--5 .swiper-wrapper {
  transition-timing-function: linear;
}
@media (max-width: 767px) {
  .section--5 .section-heading svg {
    width: 161px;
  }
}
@media (max-width: 767px) {
  .section--6 .section-heading svg {
    width: 238px;
  }
}
@media (max-width: 767px) {
  .section--7 .section-heading svg {
    width: 200px;
  }
}
.section--8 {
  padding-left: 5%;
}
@media (max-width: 767px) {
  .section--8 {
    padding: 0;
  }
  .section--8 .section-heading svg {
    width: 206px;
  }
}
.section--9 {
  padding: 0 5%;
}
@media (max-width: 767px) {
  .section--9 {
    padding: 0;
  }
  .section--9 .section-heading svg {
    width: 288px;
  }
}
@media (max-width: 767px) {
  .section--10 .section-heading svg {
    width: 237px;
  }
}
.section--11 {
  padding: 0 5%;
}
@media (max-width: 767px) {
  .section--11 {
    padding: 0;
  }
  .section--11 .section-heading svg {
    width: 161px;
  }
}

.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;
  }
}
.section-heading span {
  transform: translateY(105%);
  display: block;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.3s;
}
.section-heading.is-onscreen span {
  transform: translateY(0%);
}
.section-heading.is-onscreen svg {
  transform: translateY(0%);
}
.section-heading svg {
  transform: translateY(105%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.section--1 .section-heading p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .section--1 .section-heading p {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
  }
}
.section--3 .section-heading {
  padding-left: 5%;
}
.section--4 .section-heading {
  padding-left: 5%;
}
.section--5 .section-heading {
  padding-left: 5%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section--5 .section-heading {
    margin-bottom: 20px;
  }
}
.section--6 .section-heading {
  padding-left: 5%;
}
.section--7 .section-heading {
  padding-left: 5%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section--7 .section-heading {
    margin-bottom: 20px;
  }
}
.section--7 .section-heading p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .section--7 .section-heading p {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
  }
}
.section--10 .section-heading {
  padding-left: 5%;
}
.section--11 .section-heading {
  margin-top: 80px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section--11 .section-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-heading {
    padding-left: 25px !important;
  }
}

.section__inner {
  display: flex;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.5s;
}
.section__inner.is-onscreen {
  transform: translateY(0px);
}
@media (max-width: 767px) {
  .section__inner {
    display: block;
  }
}
.section__inner--2 {
  align-items: end;
}
.section__inner--6 {
  align-items: end;
}
.section__inner--10 {
  align-items: end;
}
.section__inner--11 {
  transform: translateY(0px);
}

.section-1-left {
  width: 36%;
  margin-top: 130px;
}
@media (max-width: 767px) {
  .section-1-left {
    margin-top: 25px;
    width: 100%;
  }
  .section-1-left .textbox {
    margin: 25px auto 0;
  }
}

.section-1-right {
  width: 64%;
}
@media (max-width: 767px) {
  .section-1-right {
    width: 87vw;
    margin-left: auto;
  }
}

.section-1-bottom {
  display: flex;
  margin-top: 5vh;
}
@media (max-width: 767px) {
  .section-1-bottom {
    display: none;
  }
}

.section-1-bottom-left {
  width: 36%;
}

.section-1-bottom-right {
  padding-left: 16vw;
}

.img {
  overflow: hidden;
}
.img img {
  transform: scale(1.2);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transition-delay: 0.5s;
}
.img.is-onscreen img {
  transform: scale(1);
}

.section-2-left {
  width: 28.5%;
}
@media (max-width: 767px) {
  .section-2-left {
    width: 100%;
  }
  .section-2-left .textbox {
    margin-left: auto;
    display: table;
    transform: translateX(-25px);
  }
}

.section-2-right {
  padding-left: 13vw;
  width: 72.5%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section-2-right {
    width: 71vw;
    padding-left: 0;
    margin-left: auto;
    margin-bottom: 25px;
  }
}

.img-1 {
  width: 27vw;
}
@media (max-width: 767px) {
  .img-1 {
    width: 50vw;
    position: relative;
    z-index: 111;
  }
}

.img-2 {
  width: 21vw;
  margin-left: auto;
  display: table;
}
@media (max-width: 767px) {
  .img-2 {
    width: 53vw;
    margin-top: -95px;
    transform: translateX(-25px);
  }
}

.section-3-left {
  width: 69.5vw;
}
@media (max-width: 767px) {
  .section-3-left {
    width: 100%;
  }
}
.section-3-left .img-5 {
  width: 49vw;
}
@media (max-width: 767px) {
  .section-3-left .img-5 {
    width: 71vw;
  }
}
.section-3-left .img-6 {
  width: 26vw;
  margin-left: auto;
  display: table;
  margin-top: -13.5%;
  z-index: 111;
  position: relative;
}
@media (max-width: 767px) {
  .section-3-left .img-6 {
    width: 57vw;
    margin-top: -20px;
  }
}

.section-3-right {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .section-3-right {
    margin-top: 25px;
  }
  .section-3-right .textbox {
    margin: 0 auto;
    display: table;
  }
}

.section-4-left {
  width: 37vw;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .section-4-left {
    margin-top: 0px;
    width: 57vw;
  }
}

.section-4-center {
  width: 41vw;
  margin-top: 22%;
}
@media (max-width: 767px) {
  .section-4-center {
    width: 100%;
    margin-top: 25px;
  }
}
.section-4-center .textbox {
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-4-center .textbox {
    margin-left: auto;
    margin-right: inherit;
    transform: translateX(-25px);
  }
}

.section-4-right {
  width: 22vw;
}
@media (max-width: 767px) {
  .section-4-right {
    width: 34.5vw;
    margin-left: auto;
    margin-top: 25px;
  }
}
.section-4-right .img-8 {
  margin-left: auto;
  display: table;
}

.section-5-top .img-9 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-5-top .img-9 {
    margin-bottom: 25px;
  }
}

.section-5-bottom .textbox {
  margin-left: 50vw;
}
@media (max-width: 767px) {
  .section-5-bottom .textbox {
    margin: 0 auto;
  }
}

.section-6-left {
  width: 47.7%;
  padding-left: 10%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .section-6-left {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-6-left .textbox {
    margin-left: auto;
    margin-top: 25px;
    transform: translateX(-25px);
  }
}

.section-6-right {
  width: 52.3%;
}
@media (max-width: 767px) {
  .section-6-right {
    width: 87vw;
    margin-left: auto;
  }
}

.section-7-left {
  width: 42%;
}
@media (max-width: 767px) {
  .section-7-left {
    width: 71vw;
  }
}

.section-7-right {
  width: 58%;
  padding: 0 8%;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .section-7-right {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
  .section-7-right .textbox {
    margin: 0 auto;
    display: table;
  }
}
.section-7-right .img-11_2 {
  width: 34.4vw;
  display: table;
  margin-left: auto;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .section-7-right .img-11_2 {
    width: 71vw;
    margin-top: 25px;
  }
}

.section-8-left {
  width: 29vw;
}
@media (max-width: 767px) {
  .section-8-left {
    width: 56vw;
  }
}

.section-8-right {
  width: 42vw;
  margin-left: 40px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .section-8-right {
    width: 80vw;
    margin-left: 50px;
    margin-top: -10px;
    position: relative;
    z-index: 111;
  }
}

.section-8-bottom {
  display: flex;
  align-items: end;
  margin-top: -6%;
  position: relative;
  z-index: 111;
}
@media (max-width: 767px) {
  .section-8-bottom {
    display: block;
    margin-top: 25px;
  }
  .section-8-bottom .textbox {
    margin-left: auto;
    display: table;
    transform: translateX(-25px);
  }
}

.section-8-bottom-left {
  width: 36vw;
}
@media (max-width: 767px) {
  .section-8-bottom-left {
    width: 100%;
  }
}

.section-8-bottom-right {
  width: 64vw;
}
@media (max-width: 767px) {
  .section-8-bottom-right {
    width: 100%;
  }
}
.section-8-bottom-right .img-14 {
  width: 27vw;
  display: table;
  margin-left: auto;
}
@media (max-width: 767px) {
  .section-8-bottom-right .img-14 {
    width: 48vw;
    margin-top: 25px;
  }
}

.section-9-left {
  width: 54%;
}
@media (max-width: 767px) {
  .section-9-left {
    width: 70vw;
    margin-left: 25px;
  }
}

.section-9-right {
  width: 46%;
  padding-left: 12vw;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .section-9-right {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .section-9-right .textbox {
    margin-left: auto;
    display: table;
    transform: translateX(-25px);
  }
}
.section-9-right .img-16 {
  width: 34.5vw;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .section-9-right .img-16 {
    width: 71vw;
    margin-left: auto;
    margin-bottom: 25px;
  }
}

.section-10-left {
  width: 49vw;
}
@media (max-width: 767px) {
  .section-10-left {
    width: 87vw;
  }
}

.section-10-right {
  width: 51vw;
  margin-bottom: 70px;
  padding-right: 5%;
}
@media (max-width: 767px) {
  .section-10-right {
    width: 100%;
    margin-top: 25px;
  }
}
.section-10-right .textbox {
  display: table;
  margin-left: auto;
}
@media (max-width: 767px) {
  .section-10-right .textbox {
    margin: 0 auto;
  }
}

.section-11-left {
  width: 62vw;
}
@media (max-width: 767px) {
  .section-11-left {
    width: 100%;
  }
  .section-11-left .textbox {
    margin-left: 25px;
  }
}

.section-11-right {
  width: 38vw;
}
@media (max-width: 767px) {
  .section-11-right {
    width: 71vw;
    margin-left: auto;
    margin-top: 25px;
  }
}

.textbox {
  width: 28.5vw;
}
@media (max-width: 767px) {
  .textbox {
    width: 74.4vw;
  }
}

.textbox-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 1023px) {
  .textbox-heading {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .textbox-heading {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.textbox-heading p {
  overflow: hidden;
}
.textbox-heading span {
  transform: translateY(100%);
  display: block;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.textbox-heading span.delay {
  transition-delay: 0.2s;
}
.is-onscreen .textbox-heading span {
  transform: translateY(0%);
}

.caption {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  color: #5d5d5d;
  margin-top: 15px;
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media (max-width: 767px) {
  .caption {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
  }
}
.is-onscreen .caption {
  opacity: 1;
  transform: translateY(0px);
}

.credit {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  color: #a2a2a2;
  margin-top: 20px;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transform: translateY(30px);
}
.is-onscreen .credit {
  opacity: 1;
  transform: translateY(0px);
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-pagination {
  bottom: 8px !important;
  right: 8px !important;
  left: inherit !important;
  width: 80px !important;
  position: absolute !important;
  z-index: 111;
}

.swiper-pagination-bullet {
  position: relative;
  opacity: 1 !important;
  background: transparent !important;
  display: block;
  width: 32px !important;
  margin: 0 !important;
  margin-left: 8px !important;
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 30px !important;
  }
}
.swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background: #fff;
  transition: 0.8s;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .swiper-pagination-bullet:after {
    width: 30px;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1 !important;
}

.section__btn {
  padding: 240px 0;
}
.section__btn span {
  color: #1c1c1c !important;
}
@media (max-width: 767px) {
  .section__btn {
    padding: 80px 0;
  }
}
.section__btn a {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .section__btn a {
    margin-top: 40px;
  }
}

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


Utility

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