@charset "UTF-8";
/* @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;
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  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 {
  font-size: 62.5%;
}

body {
  height: 100%;
  color: #111;
  font-size: 1rem;
  font-family: ryo-gothic-plusn, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  position: relative;
  font-weight: 400;
  font-kerning: normal;
  /*-moz-font-feature-settings: "palt";
  font-feature-settings: "palt";*/
  font-feature-settings: "palt";
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  /*letter-spacing: $letter-spacing-md;*/
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  background: #F9F7F5;
}
.is-hidden body {
  overflow: hidden;
}

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

a {
  color: #111;
  transition: opacity 0.3s ease;
}
a:hover {
  color: #111;
  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

========================================================= */
.l-container {
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.l-row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.l-row.l-gutter-0 {
  margin-right: 0;
  margin-left: 0;
}

.l-row.l-gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.l-row.l-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.l-row.l-gutter-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.l-row.l-gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.l-row.l-gutter-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.l-row.l-gutter-60 {
  margin-right: -30px;
  margin-left: -30px;
}

.l-row.l-gutter-70 {
  margin-right: -35px;
  margin-left: -35px;
}

.l-row.l-gutter-80 {
  margin-right: -40px;
  margin-left: -40px;
}

.l-row.l-gutter-90 {
  margin-right: -45px;
  margin-left: -45px;
}

.l-row.l-gutter-100 {
  margin-right: -50px;
  margin-left: -50px;
}

.l-gutter-0 > [class^=l-col-],
.l-gutter-0 > [class*=l-col-] {
  padding-right: 0;
  padding-left: 0;
}

.l-gutter-10 > [class^=l-col-],
.l-gutter-10 > [class*=l-col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.l-gutter-20 > [class^=l-col-],
.l-gutter-20 > [class*=l-col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.l-gutter-30 > [class^=l-col-],
.l-gutter-30 > [class*=l-col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.l-gutter-40 > [class^=l-col-],
.l-gutter-40 > [class*=l-col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.l-gutter-50 > [class^=l-col-],
.l-gutter-50 > [class*=l-col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.l-gutter-60 > [class^=l-col-],
.l-gutter-60 > [class*=l-col-] {
  padding-right: 30px;
  padding-left: 30px;
}

.l-gutter-70 > [class^=l-col-],
.l-gutter-70 > [class*=l-col-] {
  padding-right: 35px;
  padding-left: 35px;
}

.l-gutter-80 > [class^=l-col-],
.l-gutter-80 > [class*=l-col-] {
  padding-right: 40px;
  padding-left: 40px;
}

.l-gutter-90 > [class^=l-col-],
.l-gutter-90 > [class*=l-col-] {
  padding-right: 45px;
  padding-left: 45px;
}

.l-gutter-100 > [class^=l-col-],
.l-gutter-100 > [class*=l-col-] {
  padding-right: 50px;
  padding-left: 50px;
}

.l-row.is-reverse {
  flex-direction: row-reverse;
}

.l-col.is-reverse {
  flex-direction: column-reverse;
}

.l-col-xs,
.l-col-xs-1,
.l-col-xs-2,
.l-col-xs-2_5,
.l-col-xs-3,
.l-col-xs-4,
.l-col-xs-5,
.l-col-xs-6,
.l-col-xs-7,
.l-col-xs-8,
.l-col-xs-9,
.l-col-xs-10,
.l-col-xs-11,
.l-col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.l-col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.l-col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.l-col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.l-col-xs-2_5 {
  flex-basis: 20%;
  max-width: 20%;
}

.l-col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.l-col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.l-col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.l-col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.l-col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.l-col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.l-col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.l-col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.l-col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.l-col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.l-col-xs-offset-1 {
  margin-left: 8.333%;
}

.l-col-xs-offset-1_5 {
  margin-left: 12.5%;
}

.l-col-xs-offset-2 {
  margin-left: 16.667%;
}

.l-col-xs-offset-2_5 {
  margin-left: 20%;
}

.l-col-xs-offset-3 {
  margin-left: 25%;
}

.l-col-xs-offset-4 {
  margin-left: 33.333%;
}

.l-col-xs-offset-5 {
  margin-left: 41.667%;
}

.l-col-xs-offset-6 {
  margin-left: 50%;
}

.l-col-xs-offset-7 {
  margin-left: 58.333%;
}

.l-col-xs-offset-8 {
  margin-left: 66.667%;
}

.l-col-xs-offset-9 {
  margin-left: 75%;
}

.l-col-xs-offset-10 {
  margin-left: 83.333%;
}

.l-col-xs-offset-11 {
  margin-left: 91.667%;
}

.l-start-xs {
  justify-content: flex-start;
  text-align: start;
}

.l-center-xs {
  justify-content: center;
  text-align: center;
}

.l-end-xs {
  justify-content: flex-end;
  text-align: end;
}

.l-top-xs {
  align-items: flex-start;
}

.l-middle-xs {
  align-items: center;
}

.l-bottom-xs {
  align-items: flex-end;
}

.l-around-xs {
  justify-content: space-around;
}

.l-between-xs {
  justify-content: space-between;
}

.l-first-xs {
  order: -1;
}

.l-last-xs {
  order: 1;
}

@media (min-width: 768px) {
  .l-col-sm,
  .l-col-sm-1,
  .l-col-sm-2,
  .l-col-sm-2_5,
  .l-col-sm-3,
  .l-col-sm-4,
  .l-col-sm-5,
  .l-col-sm-6,
  .l-col-sm-7,
  .l-col-sm-8,
  .l-col-sm-9,
  .l-col-sm-10,
  .l-col-sm-11,
  .l-col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .l-col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .l-col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .l-col-sm-2_5 {
    flex-basis: 20%;
    max-width: 20%;
  }
  .l-col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .l-col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .l-col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .l-col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .l-col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .l-col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .l-col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .l-col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .l-col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .l-col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .l-col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .l-col-sm-offset-1_5 {
    margin-left: 12.5%;
  }
  .l-col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .l-col-sm-offset-2_5 {
    margin-left: 20%;
  }
  .l-col-sm-offset-3 {
    margin-left: 25%;
  }
  .l-col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .l-col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .l-col-sm-offset-6 {
    margin-left: 50%;
  }
  .l-col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .l-col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .l-col-sm-offset-9 {
    margin-left: 75%;
  }
  .l-col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .l-col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .l-start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .l-center-sm {
    justify-content: center;
    text-align: center;
  }
  .l-end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .l-top-sm {
    align-items: flex-start;
  }
  .l-middle-sm {
    align-items: center;
  }
  .l-bottom-sm {
    align-items: flex-end;
  }
  .l-around-sm {
    justify-content: space-around;
  }
  .l-between-sm {
    justify-content: space-between;
  }
  .l-first-sm {
    order: -1;
  }
  .l-last-sm {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .l-col-md,
  .l-col-md-1,
  .l-col-md-2,
  .l-col-md-2_5,
  .l-col-md-3,
  .l-col-md-4,
  .l-col-md-5,
  .l-col-md-6,
  .l-col-md-7,
  .l-col-md-8,
  .l-col-md-9,
  .l-col-md-10,
  .l-col-md-11,
  .l-col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .l-col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .l-col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .l-col-md-2_5 {
    flex-basis: 20%;
    max-width: 20%;
  }
  .l-col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .l-col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .l-col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .l-col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .l-col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .l-col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .l-col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .l-col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .l-col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .l-col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .l-col-md-offset-1 {
    margin-left: 8.333%;
  }
  .l-col-md-offset-1_5 {
    margin-left: 12.5%;
  }
  .l-col-md-offset-2 {
    margin-left: 16.667%;
  }
  .l-col-md-offset-2_5 {
    margin-left: 20%;
  }
  .l-col-md-offset-3 {
    margin-left: 25%;
  }
  .l-col-md-offset-4 {
    margin-left: 33.333%;
  }
  .l-col-md-offset-5 {
    margin-left: 41.667%;
  }
  .l-col-md-offset-6 {
    margin-left: 50%;
  }
  .l-col-md-offset-7 {
    margin-left: 58.333%;
  }
  .l-col-md-offset-8 {
    margin-left: 66.667%;
  }
  .l-col-md-offset-9 {
    margin-left: 75%;
  }
  .l-col-md-offset-10 {
    margin-left: 83.333%;
  }
  .l-col-md-offset-11 {
    margin-left: 91.667%;
  }
  .l-start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .l-center-md {
    justify-content: center;
    text-align: center;
  }
  .l-end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .l-top-md {
    align-items: flex-start;
  }
  .l-middle-md {
    align-items: center;
  }
  .l-bottom-md {
    align-items: flex-end;
  }
  .l-around-md {
    justify-content: space-around;
  }
  .l-between-md {
    justify-content: space-between;
  }
  .l-first-md {
    order: -1;
  }
  .l-last-md {
    order: 1;
  }
}
@media (min-width: 1281px) {
  .l-col-lg,
  .l-col-lg-1,
  .l-col-lg-2,
  .l-col-lg-2_5,
  .l-col-lg-3,
  .l-col-lg-4,
  .l-col-lg-5,
  .l-col-lg-6,
  .l-col-lg-7,
  .l-col-lg-8,
  .l-col-lg-9,
  .l-col-lg-10,
  .l-col-lg-11,
  .l-col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .l-col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .l-col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .l-col-lg-2_5 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .l-col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .l-col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .l-col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .l-col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .l-col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .l-col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .l-col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .l-col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .l-col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .l-col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .l-col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .l-col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .l-col-lg-offset-2_5 {
    margin-left: 20%;
  }
  .l-col-lg-offset-3 {
    margin-left: 25%;
  }
  .l-col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .l-col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .l-col-lg-offset-6 {
    margin-left: 50%;
  }
  .l-col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .l-col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .l-col-lg-offset-9 {
    margin-left: 75%;
  }
  .l-col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .l-col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .l-start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .l-center-lg {
    justify-content: center;
    text-align: center;
  }
  .l-end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .l-top-lg {
    align-items: flex-start;
  }
  .l-middle-lg {
    align-items: center;
  }
  .l-bottom-lg {
    align-items: flex-end;
  }
  .l-around-lg {
    justify-content: space-around;
  }
  .l-between-lg {
    justify-content: space-between;
  }
  .l-first-lg {
    order: -1;
  }
  .l-last-lg {
    order: 1;
  }
}
@media (min-width: 1681px) {
  .l-col-xlg,
  .l-col-xlg-1,
  .l-col-xlg-2,
  .l-col-xlg-2_5,
  .l-col-xlg-3,
  .l-col-xlg-4,
  .l-col-xlg-5,
  .l-col-xlg-6,
  .l-col-xlg-7,
  .l-col-xlg-8,
  .l-col-xlg-9,
  .l-col-xlg-10,
  .l-col-xlg-11,
  .l-col-xlg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-col-xlg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .l-col-xlg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .l-col-xlg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .l-col-xlg-2_5 {
    flex-basis: 20%;
    max-width: 20%;
  }
  .l-col-xlg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .l-col-xlg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .l-col-xlg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .l-col-xlg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .l-col-xlg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .l-col-xlg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .l-col-xlg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .l-col-xlg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .l-col-xlg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .l-col-xlg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .l-col-xlg-offset-1 {
    margin-left: 8.333%;
  }
  .l-col-xlg-offset-2 {
    margin-left: 16.667%;
  }
  .l-col-xlg-offset-3 {
    margin-left: 25%;
  }
  .l-col-xlg-offset-4 {
    margin-left: 33.333%;
  }
  .l-col-xlg-offset-5 {
    margin-left: 41.667%;
  }
  .l-col-xlg-offset-6 {
    margin-left: 50%;
  }
  .l-col-xlg-offset-7 {
    margin-left: 58.333%;
  }
  .l-col-xlg-offset-8 {
    margin-left: 66.667%;
  }
  .l-col-xlg-offset-9 {
    margin-left: 75%;
  }
  .l-col-xlg-offset-10 {
    margin-left: 83.333%;
  }
  .l-col-xlg-offset-11 {
    margin-left: 91.667%;
  }
  .l-start-xlg {
    justify-content: flex-start;
    text-align: start;
  }
  .l-center-xlg {
    justify-content: center;
    text-align: center;
  }
  .l-end-xlg {
    justify-content: flex-end;
    text-align: end;
  }
  .l-top-xlg {
    align-items: flex-start;
  }
  .l-middle-xlg {
    align-items: center;
  }
  .l-bottom-xlg {
    align-items: flex-end;
  }
  .l-around-xlg {
    justify-content: space-around;
  }
  .l-between-xlg {
    justify-content: space-between;
  }
  .l-first-xlg {
    order: -1;
  }
  .l-last-xlg {
    order: 1;
  }
}
/*wrapper*/
.l-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .l-wrapper {
    overflow: hidden;
  }
}

/*content*/
.l-content {
  width: 100%;
  position: relative;
}

.l-content__body {
  position: relative;
}

/*header*/
.l-header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 202;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .l-header {
    height: 67px;
  }
}
.is-header-bg-show .l-header {
  transition-delay: 0s;
}
.is-page-loaded .l-header {
  opacity: 1;
  transition-delay: 2s;
}
.is-hidden .l-header {
  opacity: 0;
  transition-delay: 0s;
}

.l-header__list {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0%, -50%);
  z-index: 111;
  opacity: 0;
  display: flex;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition-delay: 4.5s;
}
@media (max-width: 767px) {
  .l-header__list {
    left: 5%;
  }
}
.is-page-loaded .l-header__list {
  opacity: 1;
}

.l-header__item a {
  display: block;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.l-header__item a img {
  width: 117px;
}
@media (max-width: 767px) {
  .l-header__item a img {
    width: 87px;
  }
}
.l-header__item a:hover {
  opacity: 0.5;
}

.l-header__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 0;
  transition-delay: 4.5s;
}
.is-page-loaded .l-header__ttl {
  opacity: 1;
}
.is-header-bg-show .l-header__ttl {
  transition-delay: 0s;
  opacity: 0;
}
@media (max-width: 767px) {
  .l-header__ttl {
    display: none;
  }
}

.l-main {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 2.2s;
}
.is-page-loaded .l-main {
  opacity: 1;
  z-index: 11;
}
.is-hidden .l-main {
  opacity: 0;
  transition-delay: 0s;
}
.is-header-bg-show .l-main {
  transition-delay: 0s;
}
@media (max-width: 767px) {
  .l-main {
    overflow: hidden;
  }
}

.l-footer {
  padding: 0px 0 0px;
  position: relative;
  z-index: 111;
  margin-top: 120px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 80px 0 0px;
    margin-top: 0px;
  }
}

.l-footer__box {
  display: flex;
  padding: 0 8.5%;
}
@media (max-width: 767px) {
  .l-footer__box {
    display: block;
    padding: 0 10.2564103%;
  }
}

.l-footer__info {
  padding-left: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-footer__info {
    padding-left: 0px;
  }
}
.l-footer__info p {
  margin-bottom: 10px;
}

.l-footer__logo a {
  display: block;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.l-footer__logo a:hover {
  opacity: 0.5;
}
.l-footer__logo img {
  width: 145px;
}
@media (max-width: 767px) {
  .l-footer__logo img {
    margin: 0 auto 30px;
  }
}

.l-footer__sns {
  position: absolute;
  top: 0px;
  right: 8.5%;
}
@media (max-width: 767px) {
  .l-footer__sns {
    position: static;
    margin: 80px auto 0px;
    margin-left: 30px;
  }
}

.l-footer_sns-list {
  display: flex;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .l-footer_sns-list {
    margin-right: 0px;
  }
}

.l-footer__sns-item {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .l-footer__sns-item {
    margin: 0 10px;
  }
}

.l-footer-copyright {
  margin-top: 90px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: Lato;
  text-align: right;
  padding: 0 8.5%;
}
@media (max-width: 767px) {
  .l-footer-copyright {
    margin-top: 30px;
    text-align: left;
  }
}

.l-footer-info {
  padding: 0px 7.5% 120px;
  position: relative;
  z-index: 111;
  margin-top: 0px;
  overflow: hidden;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .l-footer-info {
    padding: 0px 5% 90px;
  }
}

.l-footer__bg {
  background-size: cover;
  width: 100%;
  height: 540px;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .l-footer__bg {
    margin-top: 30px;
    height: 200px;
  }
}

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

Object

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

Component

--------------------------------------------------------- */
.c-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -3;
  pointer-events: none;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: cover;
}
.c-background__line {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 7.5%;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-background__line {
    width: 5%;
  }
}
.c-background__line:before {
  content: "";
  width: 1px;
  height: 0%;
  position: absolute;
  background: #eaeaea;
  bottom: 0;
  right: 0;
  z-index: 1111;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1.3s;
}
.is-page-loaded .c-background__line:before {
  height: 100%;
}
.c-background__line:after {
  content: "";
  width: calc(100% + 1px);
  height: 100%;
  background: #effbff;
  position: absolute;
  top: 0%;
  left: 0;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1.1s;
}
@media (max-width: 767px) {
  .c-background__line:after {
    transition-delay: 0.5s;
  }
}
.is-page-loaded .c-background__line:after {
  height: 0%;
}
.c-background__line--2 {
  left: 7.5%;
  width: 21.25%;
}
.c-background__line--2:after {
  transition-delay: 1.3s;
}
@media (max-width: 767px) {
  .c-background__line--2 {
    display: none;
  }
}
.c-background__line--3 {
  left: 28.75%;
  width: 21.25%;
}
.c-background__line--3:after {
  transition-delay: 1.1s;
}
@media (max-width: 767px) {
  .c-background__line--3:after {
    transition-delay: 0.7s;
  }
}
@media (max-width: 767px) {
  .c-background__line--3 {
    width: 45%;
    left: 5%;
  }
}
.c-background__line--4 {
  left: 50%;
  width: 21.25%;
}
.c-background__line--4:after {
  transition-delay: 1.2s;
}
@media (max-width: 767px) {
  .c-background__line--4 {
    display: none;
  }
}
.c-background__line--5 {
  left: 71.25%;
  width: 21.25%;
}
.c-background__line--5:after {
  transition-delay: 1.4s;
}
@media (max-width: 767px) {
  .c-background__line--5:after {
    transition-delay: 0.9s;
  }
}
@media (max-width: 767px) {
  .c-background__line--5 {
    width: 45%;
    left: 50%;
  }
}
.c-background__line--6 {
  left: 92.5%;
  width: 7.5%;
}
.c-background__line--6:after {
  transition-delay: 1.5s;
}
@media (max-width: 767px) {
  .c-background__line--6:after {
    transition-delay: 1.1s;
  }
}
@media (max-width: 767px) {
  .c-background__line--6 {
    width: 20%;
    left: 80%;
  }
}

.c-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 30001;
  top: 0;
  left: 0;
  background: #f9f7f5;
  overflow: hidden;
  font-family: "sigurd", sans-serif;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 3s;
  pointer-events: none;
}
.is-page-loaded .c-preloader {
  opacity: 0 !important;
}

.c-preloader__progressbar {
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #d9d9d9;
}
.c-preloader__progressbar:after {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #455c6d;
  content: "";
  transition: linear 2.3s;
}
.is-page-loaded .c-preloader__progressbar:after {
  width: 100%;
}

.c-preloader__text {
  color: #455c6d;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-align: center;
  margin-top: 11%;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.5s;
}
.is-page-loaded .c-preloader__text {
  opacity: 1;
}
@media (max-width: 767px) {
  .c-preloader__text {
    font-size: 13px;
  }
}

.c-preloader__logo {
  opacity: 0;
  position: absolute;
  top: 28.9328933%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 767px) {
  .c-preloader__logo {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.c-preloader__logo svg {
  width: 31.746032vw;
  height: 28.272827vh;
}
@media (max-width: 767px) {
  .c-preloader__logo svg {
    width: 240px;
    height: 129px;
  }
}
.c-preloader__logo .cls-1 {
  fill: #455c6d;
}
.c-preloader__logo .cls-2 {
  fill: none;
  stroke: #455c6d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}
.is-page-loaded .c-preloader__logo {
  opacity: 1;
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1102.9501953125px;
    stroke-dasharray: 1102.9501953125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1102.9501953125px;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-1 {
  animation: animate-svg-stroke-1 0.5s linear 0.3s both, animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 584.1887817383px;
    stroke-dasharray: 584.1887817383px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 584.1887817383px;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-2 {
  animation: animate-svg-stroke-2 0.5s linear 0.4s both, animate-svg-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both;
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 446.7272338867px;
    stroke-dasharray: 446.7272338867px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 446.7272338867px;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-3 {
  animation: animate-svg-stroke-3 0.5s linear 0.5s both, animate-svg-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 357.7836303711px;
    stroke-dasharray: 357.7836303711px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 357.7836303711px;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-4 {
  animation: animate-svg-stroke-4 0.5s linear 0.6s both, animate-svg-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 515.5690307617px;
    stroke-dasharray: 515.5690307617px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 515.5690307617px;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-5 {
  animation: animate-svg-stroke-5 0.5s linear 0.7s both, animate-svg-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 750.1819458008px;
    stroke-dasharray: 750.1819458008px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 750.1819458008px;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-6 {
  animation: animate-svg-stroke-6 0.5s linear 0.8s both, animate-svg-fill-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 217.3635101318px;
    stroke-dasharray: 217.3635101318px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 217.3635101318px;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-7 {
  animation: animate-svg-stroke-7 0.5s linear 0.9s both, animate-svg-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 172.3459472656px;
    stroke-dasharray: 172.3459472656px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 172.3459472656px;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-8 {
  animation: animate-svg-stroke-8 0.5s linear 1s both, animate-svg-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.65s both;
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 124.5719680786px;
    stroke-dasharray: 124.5719680786px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 124.5719680786px;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-9 {
  animation: animate-svg-stroke-9 0.5s linear 1.1s both, animate-svg-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 122.1716995239px;
    stroke-dasharray: 122.1716995239px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 122.1716995239px;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-10 {
  animation: animate-svg-stroke-10 0.5s linear 1.2s both, animate-svg-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s both;
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 179.4924621582px;
    stroke-dasharray: 179.4924621582px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 179.4924621582px;
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-11 {
  animation: animate-svg-stroke-11 0.5s linear 1.3s both, animate-svg-fill-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 132.9481964111px;
    stroke-dasharray: 132.9481964111px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 132.9481964111px;
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-12 {
  animation: animate-svg-stroke-12 0.5s linear 1.4s both, animate-svg-fill-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.85s both;
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 159.3886871338px;
    stroke-dasharray: 159.3886871338px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 159.3886871338px;
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-13 {
  animation: animate-svg-stroke-13 0.5s linear 1.5s both, animate-svg-fill-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 362.01171875px;
    stroke-dasharray: 362.01171875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 362.01171875px;
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-14 {
  animation: animate-svg-stroke-14 0.5s linear 1.6s both, animate-svg-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 164.329498291px;
    stroke-dasharray: 164.329498291px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 164.329498291px;
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-15 {
  animation: animate-svg-stroke-15 0.5s linear 1.7s both, animate-svg-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s both;
}
@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 123.1802749634px;
    stroke-dasharray: 123.1802749634px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 123.1802749634px;
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-16 {
  animation: animate-svg-stroke-16 0.5s linear 1.8s both, animate-svg-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 121.0426559448px;
    stroke-dasharray: 121.0426559448px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 121.0426559448px;
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-17 {
  animation: animate-svg-stroke-17 0.5s linear 1.9s both, animate-svg-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.15s both;
}
@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 174.8901672363px;
    stroke-dasharray: 174.8901672363px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 174.8901672363px;
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-18 {
  animation: animate-svg-stroke-18 0.5s linear 2s both, animate-svg-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 185.5033721924px;
    stroke-dasharray: 185.5033721924px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 185.5033721924px;
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-19 {
  animation: animate-svg-stroke-19 0.5s linear 2.1s both, animate-svg-fill-19 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.25s both;
}
@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 141.0831604004px;
    stroke-dasharray: 141.0831604004px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 141.0831604004px;
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-20 {
  animation: animate-svg-stroke-20 0.5s linear 2.2s both, animate-svg-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 146.8757324219px;
    stroke-dasharray: 146.8757324219px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.8757324219px;
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-21 {
  animation: animate-svg-stroke-21 0.5s linear 2.3s both, animate-svg-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.35s both;
}
@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 138.1891021729px;
    stroke-dasharray: 138.1891021729px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 138.1891021729px;
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-22 {
  animation: animate-svg-stroke-22 0.5s linear 2.4s both, animate-svg-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 137.406036377px;
    stroke-dasharray: 137.406036377px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 137.406036377px;
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(69, 92, 109);
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-23 {
  animation: animate-svg-stroke-23 0.5s linear 2.5s both, animate-svg-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.45s both;
}
@keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 138.740234375px;
    stroke-dasharray: 138.740234375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 138.740234375px;
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-24 {
  animation: animate-svg-stroke-24 0.5s linear 1.6s both;
}
@keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 138.740234375px;
    stroke-dasharray: 138.740234375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 138.740234375px;
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-25 {
  animation: animate-svg-stroke-25 0.5s linear 1.7s both;
}
@keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 138.7402648926px;
    stroke-dasharray: 138.7402648926px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 138.7402648926px;
  }
}
.is-page-loaded .c-preloader__logo .svg-elem-26 {
  animation: animate-svg-stroke-26 0.5s linear 1.8s both;
}

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

Project

--------------------------------------------------------- */
.kv {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .kv {
    overflow: hidden;
    height: 100svh;
  }
}

.kv__body {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .kv__body {
    overflow: hidden;
  }
}

.kv__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .kv__inner {
    overflow: hidden;
  }
}

.kv__img {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .kv__img {
    display: block;
  }
}
.kv__img:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition-delay: 5s;
}
.is-page-loaded .kv__img:after {
  opacity: 0.15;
}

.kv__img-item {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .kv__img-item {
    width: 100%;
    height: 50svh;
  }
}
.kv__img-item-bg {
  background-size: cover;
  background-position: center center;
  height: 100%;
  transform: scale(1.1);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition-delay: 3.5s;
}
@media (max-width: 767px) {
  .kv__img-item-bg {
    background-position: center -20px;
  }
}
.is-page-loaded .kv__img-item-bg {
  transform: scale(1);
}

.js-menu {
  cursor: pointer;
}
.menu__btn-sp {
  display: none;
}
@media (max-width: 767px) {
  .menu__btn-sp {
    bottom: 30px;
    position: fixed;
    right: 10px;
    z-index: 11111;
    display: block;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    opacity: 0;
  }
  .menu__btn-sp svg {
    width: 99px;
    height: 99px;
  }
  .is-header-bg-show .menu__btn-sp {
    opacity: 1;
  }
}

.menu__btn {
  position: fixed;
  top: 40px;
  right: 25px;
  z-index: 11111;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  opacity: 0;
  cursor: pointer;
}
.is-visible .menu__btn {
  opacity: 1;
}
.menu__btn:hover {
  opacity: 0.5 !important;
}
@media (max-width: 767px) {
  .menu__btn {
    top: 10px;
    right: 10px;
  }
  .menu__btn svg {
    width: 99px;
    height: 99px;
  }
  .is-header-bg-show .menu__btn {
    opacity: 0;
    transition-delay: 0s;
  }
}

.menu-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11112;
  height: 100%;
  background: #f9f7f5;
  opacity: 0;
  pointer-events: none;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.is-gnav-open .menu-body {
  opacity: 1;
  pointer-events: all;
}

.menu__btn-close {
  position: fixed;
  top: 40px;
  right: 25px;
  z-index: 11111;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  cursor: pointer;
}
.menu__btn-close:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .menu__btn-close {
    top: auto;
    bottom: 30px;
    right: 10px;
  }
  .menu__btn-close svg {
    width: 99px;
    height: 99px;
  }
}

.menu-row {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 12.5661376vw;
}
@media (max-width: 767px) {
  .menu-row {
    display: block;
    padding: 0 8%;
    position: relative;
  }
}

.menu-left {
  width: 33.3922261vw;
  position: relative;
}
@media (max-width: 767px) {
  .menu-left {
    width: 100%;
  }
}

.menu-right {
  width: 55.4770318vw;
  position: relative;
  margin-left: 11.1307421%;
}

.menu-logo {
  width: 17.8650794vw;
}
@media (max-width: 767px) {
  .menu-logo {
    width: 183px;
    margin-bottom: 70px;
  }
}

.menu-tagline {
  position: absolute;
  top: 0px;
  right: 0;
}
.menu-tagline svg {
  width: 55px;
  height: 177.42px;
}
@media (min-width: 1600px) {
  .menu-tagline {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .menu-tagline {
    right: 8%;
    margin-top: 0px;
  }
  .menu-tagline svg {
    width: 50px;
    height: 161.29px;
  }
}

.menu-copy {
  color: #455c6d;
  font-family: "Zen Old Mincho";
  font-size: 1.06vw;
  font-style: normal;
  font-weight: 600;
  line-height: 3; /* 200% */
  margin-top: 70px;
  white-space: nowrap;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition-delay: 0.2s;
  opacity: 0;
}
@media (min-width: 1600px) {
  .menu-copy {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .menu-copy {
    font-size: 3.3vw;
    line-height: 3; /* 200% */
  }
}
.is-gnav-open .menu-copy {
  opacity: 1;
}

.menu-img {
  background-size: cover;
  position: absolute;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 0;
}
@media (max-width: 767px) {
  .menu-img {
    display: none;
  }
}
.is-gnav-open .menu-img {
  transform: translate(0px, 0px);
  opacity: 1;
}
.menu-img--1 {
  top: 8%;
  width: 15.873159vw;
  left: 0;
  transform: translate(20px, 20px);
}
.is-gnav-open .menu-img--1 {
  transition-delay: 0.2s;
}
.menu-img--2 {
  width: 18.3862434vw;
  right: 7.96178344%;
  top: -4%;
  transform: translate(-20px, 20px);
}
.is-gnav-open .menu-img--2 {
  transition-delay: 0.5s;
}
.menu-img--3 {
  width: 18.3862434vw;
  left: 7.96178344%;
  bottom: -4%;
  transform: translate(20px, -20px);
}
.is-gnav-open .menu-img--3 {
  transition-delay: 0.3s;
}
.menu-img--4 {
  width: 15.873159vw;
  right: 0;
  bottom: 8%;
  transform: translate(-20px, -20px);
}
.is-gnav-open .menu-img--4 {
  transition-delay: 0.4s;
}

.kv__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kv__frame-item {
  position: absolute;
}
.kv__frame-item--1 {
  width: 22.354497vw;
  top: -28.1837184vh;
  left: -22.354497vw;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition-delay: 3.2s;
}
.is-page-loaded .kv__frame-item--1 {
  top: -2px;
  left: 0;
}
@media (max-width: 767px) {
  .kv__frame-item--1 {
    width: 41.025641vw;
    top: -15.7692308%;
    left: -41.025641%;
  }
  .is-page-loaded .kv__frame-item--1 {
    top: -2px;
    left: 0;
  }
}
.kv__frame-item--2 {
  width: 12.3015873vw;
  top: -37.1837184vh;
  right: -12.3015873vw;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition-delay: 3.2s;
}
.is-page-loaded .kv__frame-item--2 {
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .kv__frame-item--2 {
    width: 25.1282051vw;
    top: -21.5384615%;
    right: -25.1282051%;
  }
  .is-page-loaded .kv__frame-item--2 {
    top: -2px;
    right: 0;
  }
}
.kv__frame-item--3 {
  width: 18.4401851vw;
  bottom: -27.1837184vh;
  right: -18.4401851vw;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition-delay: 3.2s;
}
.is-page-loaded .kv__frame-item--3 {
  bottom: -2px;
  right: 0;
}
@media (max-width: 767px) {
  .kv__frame-item--3 {
    width: 44.8717949vw;
    bottom: -20%;
    right: -44.8717949%;
  }
  .is-page-loaded .kv__frame-item--3 {
    bottom: -3px;
    right: 0;
  }
}

.kv__issue {
  position: absolute;
  right: 3.50297422%;
  bottom: 3.300033003%;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition-delay: 4.5s;
}
@media (max-width: 767px) {
  .kv__issue {
    right: 6.666666%;
    bottom: 2.17948718%;
  }
}
.is-page-loaded .kv__issue {
  opacity: 1;
}
.kv__issue img {
  width: 5.42328042vw;
}
@media (max-width: 767px) {
  .kv__issue img {
    width: 15.3846154vw;
  }
}

.kv__scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding-bottom: 83px;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition-delay: 4.5s;
}
@media (max-width: 767px) {
  .kv__scroll {
    left: inherit;
    right: 6.666666%;
    bottom: 16.1538462%;
    transform: translateX(0);
    padding-bottom: 43px;
  }
}
.is-page-loaded .kv__scroll {
  opacity: 1;
}
.kv__scroll:after {
  width: 1px;
  height: 65px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: moveLineTopToBottom 2s infinite;
  background: #fff;
  content: "";
  top: 32px;
}
@media (max-width: 767px) {
  .kv__scroll:after {
    height: 33px;
    top: 55px;
  }
}
.kv__scroll p {
  color: #f9f7f5;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
}
@media (max-width: 767px) {
  .kv__scroll p {
    writing-mode: vertical-lr;
    display: table;
    margin: 0 auto;
  }
}

.kv__caption {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4.18041804%;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition-delay: 4.5s;
}
.is-page-loaded .kv__caption {
  opacity: 1;
}
@media (max-width: 767px) {
  .kv__caption {
    display: none;
  }
}

.kv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31.3945803vw;
  clip-path: inset(0 100% 0 0);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition-delay: 4.5s;
}
.is-page-loaded .kv__logo {
  clip-path: inset(0 0 0 0);
}
@media (max-width: 767px) {
  .kv__logo {
    width: 66.1538462vw;
  }
}

.kv__heading {
  position: absolute;
  left: 3.96825397vw;
  bottom: 6.60066007%;
  z-index: 1;
}
@media (max-width: 767px) {
  .kv__heading {
    left: 6.6666666%;
    bottom: 6.6666666%;
  }
}

.kv__heading-season {
  color: #f9f7f5;
  font-family: Lato;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  clip-path: inset(100% 0 0 0);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 4.5s;
  margin-bottom: 2rem;
}
.is-page-loaded .kv__heading-season {
  clip-path: inset(0 0 0 0);
}
@media (min-width: 1600px) {
  .kv__heading-season {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .kv__heading-season {
    font-size: 12px;
  }
}

.kv__heading-text {
  color: #f9f7f5;
  font-family: "Zen Old Mincho";
  font-size: 4vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3; /* 116.667% */
}
@media (min-width: 1600px) {
  .kv__heading-text {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .kv__heading-text {
    font-size: 28px;
  }
}
.kv__heading-text p {
  overflow: hidden;
}
.kv__heading-text p span {
  display: block;
  transform: translateY(100%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 4.6s;
}
.is-page-loaded .kv__heading-text p span {
  transform: translateY(0%);
}
.kv__heading-text p:nth-child(2) span {
  transition-delay: 4.8s;
}

.section {
  position: relative;
}
.section--feelings {
  padding-top: 300px;
}
@media (max-width: 767px) {
  .section--feelings {
    padding-top: 100px;
  }
}

.intro__ttl-cat {
  color: #455c6d;
  font-family: "Zen Old Mincho";
  font-size: 1.533vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  margin-bottom: 3rem;
  clip-path: inset(100% 0 0 0);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
@media (min-width: 1600px) {
  .intro__ttl-cat {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .intro__ttl-cat {
    font-size: 23px;
  }
}
.intro__ttl-cat.is-onscreen {
  clip-path: inset(0 0 0 0);
}

.intro__ttl-en {
  color: #455c6d;
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #455c6d;
  font-family: Marcellus;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1; /* 108.333% */
}
@media (min-width: 1600px) {
  .intro__ttl-en {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .intro__ttl-en {
    font-size: 40px;
  }
}
.intro__ttl-en p {
  overflow: hidden;
}
.intro__ttl-en p span {
  display: block;
  transform: translateY(100%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.intro__ttl-en p:nth-child(2) span {
  transition-delay: 0.2s;
}
.intro__ttl-en.is-onscreen span {
  transform: translateY(0%);
}

.intro__ttl-jp {
  color: #455c6d;
  font-family: "Zen Old Mincho";
  font-size: 1.8vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 108.333% */
  margin-top: 25px;
}
@media (min-width: 1600px) {
  .intro__ttl-jp {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .intro__ttl-jp {
    font-size: 25px;
    margin-top: 15px;
  }
}
.intro__ttl-jp p {
  overflow: hidden;
}
.intro__ttl-jp p span {
  display: block;
  transform: translateY(100%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.intro__ttl-jp p:nth-child(2) span {
  transition-delay: 0.2s;
}
.intro__ttl-jp.is-onscreen span {
  transform: translateY(0%);
}

.intro__body {
  padding: 170px 0 200px;
}
@media (max-width: 767px) {
  .intro__body {
    padding: 80px 0 100px;
  }
}

.intro__inner {
  position: relative;
}

.intro__row {
  display: flex;
}
@media (max-width: 767px) {
  .intro__row {
    display: block;
  }
}

.intro__textarea {
  padding: 0 5.02645503% 0 8.53174603%;
  width: 50%;
}
@media (max-width: 767px) {
  .intro__textarea {
    padding: 0 10.2564103%;
    width: 100%;
  }
}

.intro__img {
  width: 50%;
  padding-left: 5.02645503%;
  margin-top: 68px;
}
@media (max-width: 767px) {
  .intro__img {
    width: 100%;
    padding-left: 7.69230769%;
  }
}

.intro__img-item {
  overflow: hidden;
  position: relative;
}
.intro__img-item img {
  transform: scale(1.2);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.intro__img-item.is-onscreen img {
  transform: scale(1);
}

.intro__lead {
  color: #455c6d;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 0.9333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4; /* 200% */
  margin: 4rem 0 6rem;
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  letter-spacing: 0.05em;
}
@media (min-width: 1600px) {
  .intro__lead {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .intro__lead {
    font-size: 13px;
    margin: 4rem 0 4rem;
  }
}
.intro__lead.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.intro__frame-item {
  position: absolute;
}
.intro__frame-item--1 {
  width: 12.8306878vw;
  top: -28.1837184vh;
  left: -12.8306878vw;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.intro__frame-item--1.is-onscreen {
  top: -8px;
  left: -14px;
}
@media (max-width: 767px) {
  .intro__frame-item--1 {
    width: 26.666667vw;
    top: 8.16326531%;
    left: -26.666667vw;
  }
  .intro__frame-item--1.is-onscreen {
    top: -4px;
    left: 0;
  }
}
.intro__frame-item--2 {
  width: 9.722222222vw;
  bottom: -14.5214521vh;
  right: -9.722222222vw;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.intro__frame-item--2.is-onscreen {
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .intro__frame-item--2 {
    width: 20.5128205vw;
    bottom: -9.1025641%;
    right: -20.5128205vw;
  }
  .intro__frame-item--2.is-onscreen {
    bottom: 0;
    right: 0;
  }
}

.intro__stylist {
  display: flex;
  align-items: center;
}

.intro__stylist-icon {
  width: 136px;
}
@media (max-width: 767px) {
  .intro__stylist-icon {
    width: 115px;
  }
}

.intro__stylist-textarea {
  width: calc(100% - 136px);
  padding-left: 24px;
}
@media (max-width: 767px) {
  .intro__stylist-textarea {
    width: calc(100% - 115px);
    padding-left: 20px;
  }
}

.intro__stylist-ttl {
  color: #455c6d;
  font-family: Lato;
  font-size: 1.5333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 100% */
  position: relative;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .intro__stylist-ttl {
    display: table;
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .intro__stylist-ttl {
    font-size: 20px;
  }
}
.intro__stylist-ttl.is-onscreen p {
  transform: translateY(0);
}
.intro__stylist-ttl.is-onscreen p:after {
  width: 100%;
}
.intro__stylist-ttl p {
  background: #f9f7f5;
  position: relative;
  z-index: 1;
  display: table;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transform: translateY(100%);
  padding-bottom: 0px;
}

.intro__stylist-name {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.intro__stylist-name.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}
.intro__stylist-name .en {
  color: #455c6d;
  font-family: Lato;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
}
@media (min-width: 1600px) {
  .intro__stylist-name .en {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .intro__stylist-name .en {
    font-size: 16px;
  }
}
.intro__stylist-name .en span {
  vertical-align: middle;
  margin-left: 6px;
}
.intro__stylist-name .jp {
  color: #455c6d;
  font-family: "Noto Sans JP";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1600px) {
  .intro__stylist-name .jp {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .intro__stylist-name .jp {
    font-size: 12px;
  }
}
.intro__stylist-name a {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.intro__stylist-name a:hover {
  opacity: 0.5;
}

.wave {
  position: absolute;
  left: 0;
  overflow: hidden;
}
.wave svg {
  width: 102vw;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media (max-width: 767px) {
  .wave svg {
    width: 102vw;
  }
}
.wave svg path {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.wave--menu {
  top: 50%;
  transform: translateY(-50%);
}
.wave--menu svg {
  width: 104vw;
}
@keyframes animate-svg-stroke-menu {
  0% {
    stroke-dashoffset: 4814.232421875px;
    stroke-dasharray: 4814.232421875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4814.232421875px;
  }
}
.is-gnav-open .wave--menu .svg-stroke-menu {
  animation: animate-svg-stroke-menu 1.5s linear 1s both;
}
@keyframes animate-svg-stroke-menu-sp {
  0% {
    stroke-dashoffset: 629.333984375px;
    stroke-dasharray: 629.333984375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 629.333984375px;
  }
}
.is-gnav-open .wave--menu .svg-stroke-menu-sp {
  animation: animate-svg-stroke-menu-sp 1.5s linear 0.8s both;
}
.wave--intro {
  bottom: 0;
}
@media (max-width: 767px) {
  .wave--intro {
    bottom: 40%;
  }
}
.wave--01 {
  top: 50%;
  transform: translateY(-50%) rotate(170deg);
  left: -2.5vw;
}
@media (max-width: 767px) {
  .wave--01 {
    left: -11vw;
  }
}
.wave--01 svg {
  width: 104vw;
}
.wave--02 {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wave--02 {
    top: 60%;
    transform: translateY(0%);
  }
}
.wave--03 {
  top: 50%;
  transform: translateY(-50%) rotate(170deg);
  left: -2.5vw;
}
.wave--03 svg {
  width: 104vw;
}
.wave--04 {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wave--04 {
    top: 50%;
  }
}
.wave--05 {
  top: 50%;
  transform: translateY(-50%) rotate(170deg);
  left: -2.5vw;
}
@media (max-width: 767px) {
  .wave--05 {
    top: 97%;
  }
}
.wave--05 svg {
  width: 104vw;
}
.wave--06 {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wave--06 {
    transform: translateY(0%);
    top: 60%;
  }
}
.wave--07 {
  top: 50%;
  transform: translateY(-50%) rotate(170deg);
  left: -2.5vw;
}
@media (max-width: 767px) {
  .wave--07 {
    top: inherit;
    bottom: -20%;
  }
}
.wave--07 svg {
  width: 104vw;
}
.wave--08 {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wave--08 {
    top: 30%;
  }
}
.wave--08_b {
  top: 50%;
  transform: translateY(-50%) rotate(170deg);
  left: -2.5vw;
}
@media (max-width: 767px) {
  .wave--08_b {
    left: -11vw;
  }
}
.wave--08_b svg {
  width: 104vw;
}
.wave--09 {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wave--09 {
    top: 60%;
    transform: translateY(0%);
  }
}
.wave--010 {
  top: 50%;
  transform: translateY(-50%) rotate(170deg);
  left: -2.5vw;
}
@media (max-width: 767px) {
  .wave--010 {
    left: -11vw;
  }
}
.wave--010 svg {
  width: 104vw;
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 4814.232421875px;
    stroke-dasharray: 4814.232421875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4814.232421875px;
  }
}
.wave.is-onscreen .svg-stroke-1 {
  animation: animate-svg-stroke-1 1.5s linear 1s both;
}
.wave.is-onscreen .svg-stroke-1-sp {
  animation: animate-svg-stroke-3 1.5s linear 0.5s both;
}
.wave.is-active .svg-stroke-1 {
  animation: animate-svg-stroke-2 1.5s linear 0s both;
}

@keyframes animate-svg-stroke-2 {
  100% {
    stroke-dashoffset: 4814.232421875px;
    stroke-dasharray: 4814.232421875px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4814.232421875px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 629.333984375px;
    stroke-dasharray: 629.333984375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 629.333984375px;
  }
}
.contentsbox {
  width: 100%;
  height: 100vh;
  position: relative;
}
.contentsbox.escape-07 {
  height: auto;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .contentsbox.escape-07 {
    margin-top: 0px;
  }
}
.contentsbox.escape-07 .style-credit {
  text-align: left;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .contentsbox.escape-07 .style-credit {
    padding: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .contentsbox {
    display: block;
    height: auto;
  }
}

.theme {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .theme {
    display: block;
    height: 100svh;
  }
}

.theme-bg {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .escape .theme-bg {
    background-position: center bottom;
  }
  .feelings .theme-bg {
    background-position: center 30%;
  }
}
.theme-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  content: "";
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.theme-bg.is-onscreen:after {
  opacity: 0.3;
}

.theme__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  padding: 0 8.53174603%;
  align-items: center;
}
@media (max-width: 767px) {
  .theme__inner {
    display: block;
    padding: 0 8.53174603%;
    height: 100%;
  }
}

.theme__ttl {
  width: 50%;
  color: #f9f7f5;
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #f9f7f5;
  font-family: Marcellus;
  font-size: 7.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120px; /* 102.564% */
}
@media (min-width: 1600px) {
  .theme__ttl {
    font-size: 117px;
  }
}
@media (max-width: 767px) {
  .theme__ttl {
    font-size: 60px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 14.7435897%;
  }
}
.theme__ttl p {
  overflow: hidden;
}
.theme__ttl p span {
  display: block;
  transform: translateY(100%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.3s;
}
.theme__ttl.is-onscreen span {
  transform: translateY(0%);
}

.theme__textarea {
  width: 50%;
}
@media (max-width: 767px) {
  .theme__textarea {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 16.6666666667%;
  }
}

.theme__heading {
  color: #fff;
  font-family: "Zen Old Mincho";
  font-size: 1.933333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7; /* 172.414% */
  letter-spacing: 2.03px;
}
@media (min-width: 1600px) {
  .theme__heading {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .theme__heading {
    font-size: 23px;
    text-align: center;
  }
}
.theme__heading p {
  overflow: hidden;
}
.theme__heading p span {
  display: block;
  transform: translateY(100%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.3s;
}
.theme__heading p:nth-child(2) span {
  transition-delay: 0.5s;
}
.theme__heading.is-onscreen span {
  transform: translateY(0%);
}

.theme__lead {
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 0.933333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  margin-top: 44px;
  transition-delay: 0.3s;
}
@media (min-width: 1600px) {
  .theme__lead {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .theme__lead {
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
  }
}
.theme__lead.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}

.theme-elm {
  position: absolute;
  color: #f9f7f5;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #f9f7f5;
  font-family: Marcellus;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  z-index: 2;
}
@media (min-width: 1600px) {
  .theme-elm {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .theme-elm {
    font-size: 18px;
  }
}
.theme .theme-elm {
  top: 4.84%;
  left: 2.9%;
}
@media (max-width: 767px) {
  .theme .theme-elm {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    top: 3.84%;
  }
}

.theme-season {
  position: absolute;
  color: #f9f7f5;
  font-family: Lato;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  z-index: 2;
}
@media (min-width: 1600px) {
  .theme-season {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .theme-season {
    font-size: 12px;
  }
}
.theme .theme-season {
  bottom: 4.84%;
  left: 2.9%;
}
@media (max-width: 767px) {
  .theme .theme-season {
    left: 5.13%;
    bottom: 3.84%;
  }
}

.theme-icon {
  position: absolute;
  bottom: 4.84%;
  right: 2.9%;
  z-index: 2;
}
@media (max-width: 767px) {
  .theme-icon {
    right: 5.13%;
    bottom: 3.84%;
  }
}
.theme-icon__ttl {
  color: #f9f7f5;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #f9f7f5;
  font-family: Marcellus;
  font-size: 0.933333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
  margin-bottom: 11px;
  text-align: center;
}
@media (min-width: 1600px) {
  .theme-icon__ttl {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .theme-icon__ttl {
    font-size: 10px;
    margin-bottom: 1px;
  }
}
.theme-icon__num {
  color: #f9f7f5;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #f9f7f5;
  font-family: Marcellus;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
  text-align: center;
}
@media (min-width: 1600px) {
  .theme-icon__num {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .theme-icon__num {
    font-size: 40px;
  }
}

.style-row {
  width: 100%;
  height: 100%;
  position: relative;
}

.style-img {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(15%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.style-img.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}

.style-img__bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 11;
}
.is-escape-07__a .style-img__bg {
  height: 50vh;
}
@media (max-width: 767px) {
  .is-escape-07__a .style-img__bg {
    height: 30vh;
  }
}

.is-escape-01__b {
  height: 69.4169417%;
}

.escape-00 {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .escape-00 {
    margin: 0px 0;
  }
}
.escape-00 .contentsbox-frame p {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}

.escape-01_b .contentsbox-frame p {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}

.escape-02 .contentsbox-frame__theme-ttl {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}
@media (max-width: 767px) {
  .escape-02 .contentsbox-frame__theme {
    color: #f9f7f5;
    -webkit-text-stroke-color: #f9f7f5;
  }
}

.escape-02_b .contentsbox-frame__theme-ttl {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}

.escape-03 .contentsbox-frame__theme {
  color: #f9f7f5;
  -webkit-text-stroke-color: #f9f7f5;
}

.escape-04 .contentsbox-frame__theme-ttl--2 {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}

.escape-05 .contentsbox-frame__theme-ttl--2 {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}

.escape-06 p {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}

.escape-06__b p {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}

.escape-07 .contentsbox-frame__theme-ttl {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}
.escape-07 .contentsbox-frame__theme-ttl--2 {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}

.feelings-01 .contentsbox-frame__theme-ttl--2 {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}

.feelings-02 p {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}

.is-feelings-04__b {
  height: 69.4169417%;
}

.feelings-04_b .contentsbox-frame p {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}

.feelings-03 p {
  color: #f9f7f5;
  -webkit-text-stroke-color: #f9f7f5;
}

.feelings-02__b .contentsbox-frame__theme-ttl--2 {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}

.feelings-03__b .contentsbox-frame p {
  color: #455c6d;
  -webkit-text-stroke-color: #455c6d;
}

.paper__elm {
  position: absolute;
  width: 143px;
  clip-path: inset(0 100% 0 0);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.8s;
  z-index: 2222;
}
@media (max-width: 767px) {
  .paper__elm {
    width: 124px;
  }
}
.paper__elm.is-onscreen {
  clip-path: inset(0 0 0 0);
}
.escape-01 .paper__elm {
  top: -10px;
  left: -50px;
  transform: rotate(-29.235deg);
}
@media (max-width: 767px) {
  .escape-01 .paper__elm {
    left: -30px;
    transform: rotate(-25.235deg);
  }
}
.escape-02_b .paper__elm {
  top: 40px;
  left: -70px;
  transform: rotate(-29.235deg);
}
@media (max-width: 767px) {
  .escape-02_b .paper__elm {
    left: -30px;
    top: -10px;
  }
}
.escape-03 .paper__elm {
  top: 30px;
  left: -50px;
  transform: rotate(-29.235deg);
}
@media (max-width: 767px) {
  .escape-03 .paper__elm {
    left: -30px;
    top: -15px;
  }
}
.escape-04 .paper__elm {
  top: -10px;
  left: -50px;
  transform: rotate(-29.235deg);
}
@media (max-width: 767px) {
  .escape-04 .paper__elm {
    left: -30px;
    top: -15px;
  }
}
.escape-05 .paper__elm {
  top: 10px;
  right: -40px;
  transform: rotate(20.235deg);
}
@media (max-width: 767px) {
  .escape-05 .paper__elm {
    right: 10px;
    top: -15px;
  }
}
.escape-06 .paper__elm {
  bottom: 20px;
  left: -40px;
  transform: rotate(10.235deg);
}
@media (max-width: 767px) {
  .escape-06 .paper__elm {
    left: -30px;
    bottom: 10px;
  }
}
.feelings-01 .paper__elm {
  bottom: -10px;
  left: -40px;
  transform: rotate(10.235deg);
}
.feelings-02__b .paper__elm {
  bottom: 20px;
  right: -40px;
  transform: rotate(10.235deg);
}
@media (max-width: 767px) {
  .feelings-02__b .paper__elm {
    right: 30px;
    bottom: 10px;
  }
}
.feelings-04 .paper__elm {
  top: -10px;
  left: -50px;
  transform: rotate(-29.235deg);
}
@media (max-width: 767px) {
  .feelings-04 .paper__elm {
    left: -30px;
  }
}
.feelings-03__b .paper__elm {
  top: 40px;
  left: -70px;
  transform: rotate(-29.235deg);
}
@media (max-width: 767px) {
  .feelings-03__b .paper__elm {
    left: -30px;
    top: 30px;
  }
}

.contentsbox-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .contentsbox-frame {
    display: none;
  }
}

.contentsbox-frame__theme {
  color: #455c6d;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #455c6d;
  font-family: Marcellus;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  letter-spacing: 0.54px;
  position: absolute;
  bottom: 2.910005291%;
  right: 2.910005291%;
}
@media (min-width: 1600px) {
  .contentsbox-frame__theme {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contentsbox-frame__theme {
    font-size: 12px;
  }
}

.contentsbox-frame__theme-ttl {
  color: #f9f7f5;
  text-align: center;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #f9f7f5;
  font-family: Marcellus;
  font-size: 1.06666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  letter-spacing: 1.6px;
  position: absolute;
  writing-mode: vertical-lr;
  top: 50%;
  transform: translateY(-50%);
  left: 2.910005291%;
  z-index: 11;
}
@media (min-width: 1600px) {
  .contentsbox-frame__theme-ttl {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contentsbox-frame__theme-ttl {
    font-size: 12px;
  }
}
.contentsbox-frame__theme-ttl--2 {
  left: auto;
  right: 2.910005291%;
}

.contentsbox-frame__season {
  color: #fff;
  font-family: Lato;
  font-size: 0.93333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  position: absolute;
  bottom: 2.910005291%;
  left: 2.910005291%;
}
@media (min-width: 1600px) {
  .contentsbox-frame__season {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .contentsbox-frame__season {
    font-size: 12px;
  }
}

.style-ttl {
  color: #455c6d;
  font-family: Lato;
  font-size: 1.73333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  margin-bottom: 30px;
}
@media (min-width: 1600px) {
  .style-ttl {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .style-ttl {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 10.2564103%;
  }
}

.style-heading {
  color: #455c6d;
  font-family: "Zen Old Mincho";
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7; /* 172.414% */
  letter-spacing: 2.03px;
  margin: 0px 0 20px;
}
@media (min-width: 1600px) {
  .style-heading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .style-heading {
    font-size: 16px;
    padding: 0 10.2564103%;
  }
}
.style-heading p {
  overflow: hidden;
}
.style-heading p span {
  display: block;
  transform: translateY(100%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.3s;
}
.style-heading p:nth-child(2) span {
  transition-delay: 0.5s;
}
.style-heading.is-onscreen span {
  transform: translateY(0%);
}

.style-caption {
  color: #455c6d;
  font-family: "Noto Sans JP";
  font-size: 0.93333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
}
@media (min-width: 1600px) {
  .style-caption {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .style-caption {
    font-size: 13px;
    padding: 0 10.2564103%;
  }
}
.style-caption.is-onscreen {
  transform: translateY(0%);
  opacity: 1;
}

.style-credit {
  color: #455c6d;
  font-family: "Noto Sans JP";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.6s;
}
@media (min-width: 1600px) {
  .style-credit {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .style-credit {
    font-size: 11px;
    padding: 0 10.2564103%;
  }
}
.style-credit.is-onscreen {
  transform: translateY(0%);
  opacity: 1;
}

video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.style-img__sub.is-escape-04__b {
  position: absolute;
  top: 16%;
  right: 0;
  width: 16.66666vw;
}
@media (max-width: 767px) {
  .style-img__sub.is-escape-04__b {
    position: relative;
    width: 50%;
    top: 0;
  }
}
.style-img__sub.is-escape-04__c {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .style-img__sub.is-escape-04__c {
    position: relative;
    width: 70%;
  }
}
.style-img__sub.is-escape-05__b {
  position: absolute;
  top: 60px;
  right: 8.53174603%;
  width: 20vw;
}
@media (max-width: 767px) {
  .style-img__sub.is-escape-05__b {
    position: relative;
    width: 50%;
    margin: 30px auto 0;
    top: 0;
    right: 0;
  }
}
.style-img__sub.is-feelings-01__b {
  position: absolute;
  top: 0px;
  right: 0;
  width: 30vw;
}
@media (max-width: 767px) {
  .style-img__sub.is-feelings-01__b {
    position: relative;
    width: 60%;
    top: 0;
    right: 0;
    margin-top: -30px;
    margin-left: auto;
    padding-right: 10%;
  }
}

.style-textarea {
  position: relative;
  z-index: 111;
}
@media (max-width: 767px) {
  .style-textarea {
    display: block;
    margin-top: 30px;
  }
}
.escape-04 .style-textarea {
  margin-top: 10%;
}
@media (max-width: 767px) {
  .escape-04 .style-textarea {
    display: block;
    margin-top: 30px;
  }
}
.feelings-01 .style-textarea {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .feelings-01 .style-textarea {
    display: block;
    margin-bottom: 40px;
  }
}

.style-img-2 {
  position: relative;
  opacity: 0;
  transform: translateY(60px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.style-img-2.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}

.video-list {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
}
@media (max-width: 767px) {
  .video-list {
    position: static;
    height: 40vh;
    margin-top: 100px;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 0px;
  }
}

.video-item {
  width: 33.33333%;
  padding: 0 5px;
  height: 80%;
  position: relative;
  opacity: 0;
  transform: translateY(120px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
@media (max-width: 767px) {
  .video-item {
    height: 100%;
  }
}
.video-item video {
  display: none;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .video-item video {
    padding: 0 2px;
  }
}
.video-item.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}
.video-item.is-onscreen video {
  display: block;
}
.video-item:nth-child(2) {
  transition-delay: 0.2s;
}
.video-item:nth-child(3) {
  transition-delay: 0.4s;
}

.info {
  background: #d8d1c8;
  padding: 95px 8.53174603%;
  margin-top: 100px;
  border-bottom-right-radius: 60px;
}
@media (max-width: 767px) {
  .info {
    padding: 50px 10.2564103%;
  }
}

.info__img {
  width: 359px;
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .info__img {
    width: 100%;
  }
}
.info__img a {
  display: block;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.info__img a:hover {
  opacity: 0.5;
}

.shop {
  padding: 170px 8.53174603% 0;
}
@media (max-width: 767px) {
  .shop {
    padding: 120px 10.2564103% 0;
  }
}
.shop .attention {
  color: #455c6d;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
}
@media (max-width: 767px) {
  .shop .attention {
    font-size: 10px;
  }
}

.shop-lead {
  color: #455c6d;
  font-family: "Noto Sans JP";
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  opacity: 0;
  transform: translateY(60px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
@media (min-width: 1600px) {
  .shop-lead {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .shop-lead {
    font-size: 16px;
  }
}
.shop-lead.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}

.shop-ttl {
  color: #455c6d;
  font-family: Lato;
  font-size: 2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (min-width: 1600px) {
  .shop-ttl {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .shop-ttl {
    font-size: 26px;
  }
}
.shop-ttl:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 1px;
  background: #455c6d;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.2s;
  content: "";
}
.shop-ttl.is-onscreen:after {
  width: 100%;
}
.shop-ttl.is-onscreen p {
  transform: translateY(0);
}
.shop-ttl p {
  background: #f9f7f5;
  padding-right: 5px;
  position: relative;
  z-index: 1;
  display: table;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transform: translateY(100%);
}

.shop-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .shop-list {
    margin-left: -11px;
    margin-right: -11px;
    margin-top: 33px;
  }
}

.shop-item {
  width: 16.6666667%;
  padding: 0 15px;
  opacity: 0;
  transform: translateY(60px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .shop-item {
    width: 50%;
    padding: 0 11px;
    margin-bottom: 40px;
  }
}
.shop-item.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}

.shop-img {
  background: #fff;
}

.shop-name {
  margin-top: 20px;
  color: #455c6d;
  font-family: "Noto Sans JP";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  text-decoration-line: underline;
}
@media (min-width: 1600px) {
  .shop-name {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .shop-name {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .l-row {
    display: block;
  }
  .escape-03 .l-row {
    display: flex;
  }
  .escape-00 .l-row {
    display: flex;
  }
  .escape-01 .contentsbox-frame__theme {
    position: static;
    display: block;
    text-align: center;
    margin-top: 25px;
  }
  .escape-02 .contentsbox-frame__theme {
    color: #455c6d;
    -webkit-text-stroke-color: #455c6d;
  }
  .escape-02_b.contentsbox {
    overflow: visible;
  }
  .escape-03 {
    margin-top: 60px;
  }
  .escape-03 .contentsbox-frame__theme {
    position: static;
    display: block;
    text-align: center;
    margin: 40px auto 0;
    color: #455c6d;
    -webkit-text-stroke-color: #455c6d;
  }
  .escape-04 .contentsbox-frame__theme-ttl {
    color: #455c6d;
    -webkit-text-stroke-color: #455c6d;
  }
  .escape-04 .contentsbox-frame__theme {
    position: static;
    display: block;
    text-align: center;
    margin: 40px auto 0;
    color: #455c6d;
    -webkit-text-stroke-color: #455c6d;
  }
  .escape-05 .contentsbox-frame__theme {
    position: static;
    display: block;
    text-align: center;
    margin: 40px auto 0;
    color: #455c6d;
    -webkit-text-stroke-color: #455c6d;
  }
  .escape-06 .contentsbox-frame__theme-ttl {
    color: #455c6d;
    -webkit-text-stroke-color: #455c6d;
    left: -8%;
  }
  .feelings-01 .contentsbox-frame__theme-ttl {
    color: #f9f7f5;
    -webkit-text-stroke-color: #f9f7f5;
  }
  .feelings-02 .contentsbox-frame__theme {
    color: #f9f7f5;
    -webkit-text-stroke-color: #f9f7f5;
    top: 2.910005291%;
  }
  .feelings-02 .contentsbox-frame__season {
    color: #f9f7f5;
    -webkit-text-stroke-color: #f9f7f5;
  }
  .feelings-03 .contentsbox-frame__theme {
    color: #f9f7f5;
    -webkit-text-stroke-color: #f9f7f5;
  }
  .feelings-04 .contentsbox-frame__theme {
    position: static;
    display: block;
    text-align: center;
    margin-top: 25px;
  }
  .is-escape-01__a {
    height: 60.1282051vh;
  }
  .is-escape-01__a .contentsbox-frame__theme-ttl {
    color: #455c6d;
    -webkit-text-stroke-color: #455c6d;
  }
  .is-escape-01__b {
    height: calc(50vh - 0px);
    width: 80%;
    margin: 50px auto 0;
  }
  .is-escape-01__c {
    height: 72vh;
    margin: 50px 0 0;
  }
  .is-escape-01__c .contentsbox-frame__theme {
    color: #f9f7f5;
    -webkit-text-stroke-color: #f9f7f5;
    top: 2.910005291%;
  }
  .is-escape-02__a {
    height: 52vh;
    margin: 60px 0 0;
    background-position: center top;
  }
  .is-escape-02__b {
    height: 52vh;
  }
  .is-escape-02__b .style-img__bg {
    background-position: center bottom;
  }
  .is-escape-02__c {
    width: 90%;
    height: 65vh;
    margin-left: auto;
  }
  .is-escape-02__c .contentsbox-frame__theme {
    top: 2.910005291%;
  }
  .is-escape-03__a {
    height: 65vh;
  }
  .is-escape-03__b {
    height: 65vh;
  }
  .is-escape-04__a {
    height: 65vh;
    margin-top: 60px;
  }
  .is-escape-04__b {
    margin-top: 60px;
    position: static;
  }
  .is-escape-04__c {
    margin-top: 40px;
    margin-left: auto;
    position: static;
  }
  .escape-00 {
    height: auto;
  }
  .is-escape-05__a {
    height: 65vh;
    margin-top: 120px;
  }
  .is-escape-05__a .style-img__bg {
    width: 90%;
  }
  .is-escape-05__a .contentsbox-frame__theme-ttl {
    color: #455c6d;
    -webkit-text-stroke-color: #455c6d;
  }
  .is-escape-06__a {
    height: 60vh;
    margin: 40px 0 0 auto;
    width: 90%;
  }
  .is-escape-07__a {
    margin: 80px auto 0;
    width: 80%;
  }
  .is-feelings-01__a {
    height: 72vh;
  }
  .is-feelings-02__a {
    height: 78vh;
    margin: 60px 0 0;
  }
  .is-feelings-02__b {
    height: 60vh;
    margin: 0px 0 0;
  }
  .is-feelings-02__b .style-img__bg {
    width: 80%;
  }
  .is-feelings-02__b .contentsbox-frame__theme-ttl {
    color: #f9f7f5;
    -webkit-text-stroke-color: #f9f7f5;
  }
  .is-feelings-02__b .contentsbox-frame__theme-ttl--2 {
    color: #455c6d;
    -webkit-text-stroke-color: #455c6d;
  }
  .is-feelings-03__a {
    height: 55vh;
    margin: 60px 0 0;
    background-position: center top;
  }
  .is-feelings-03__b {
    height: 67vh;
  }
  .is-feelings-03__b .style-img__bg {
    background-position: center bottom;
  }
  .is-feelings-03__c {
    width: 90%;
    height: 65vh;
    margin-left: auto;
  }
  .is-feelings-03__c .contentsbox-frame__theme {
    color: #f9f7f5;
    -webkit-text-stroke-color: #f9f7f5;
    top: 2.910005291%;
  }
  .is-feelings-04__a {
    height: 72vh;
    margin: 60px auto 0;
  }
  .is-feelings-04__a .contentsbox-frame__theme-ttl--2 {
    color: #f9f7f5;
    -webkit-text-stroke-color: #f9f7f5;
  }
  .is-feelings-04__b {
    height: calc(50vh - 0px);
    width: 80%;
    flex-basis: auto;
    margin: 50px auto 0;
  }
  .is-feelings-04__c {
    height: 72vh;
    margin: 50px 0 0;
  }
  .is-feelings-04__c .contentsbox-frame__theme {
    top: 2.910005291%;
    color: #f9f7f5;
    -webkit-text-stroke-color: #f9f7f5;
  }
  .escape-06__b .contentsbox-frame__theme {
    top: 2.910005291%;
  }
}
.contentsbox-frame__copy {
  position: absolute;
  color: #455c6d;
  text-align: center;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #455c6d;
  font-family: Marcellus;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.54px;
  z-index: 1111;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  filter: blur(4px);
  transition-delay: 0.5s;
}
.contentsbox-frame__copy.is-onscreen {
  opacity: 1;
  filter: blur(0);
}
@media (max-width: 767px) {
  .contentsbox-frame__copy {
    font-size: 3.8vw;
  }
}
.contentsbox-frame__copy--1 {
  top: 50%;
  left: 44.973545vw;
  transform: translateY(-50%);
  z-index: 111;
}
@media (max-width: 767px) {
  .contentsbox-frame__copy--1 {
    left: 50%;
    top: 0;
    transform: translate(-50%, -60px);
    width: 100%;
  }
}
.contentsbox-frame__copy--2 {
  color: #f9f7f5;
  -webkit-text-stroke-color: #f9f7f5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .contentsbox-frame__copy--2 {
    left: 4.910005291%;
    top: 50%;
    transform: translate(0%, -50%);
    writing-mode: vertical-lr;
  }
}
.contentsbox-frame__copy--3 {
  text-align: left;
  line-height: 1.5;
  left: 15.92857143vw;
  top: 15%;
}
@media (max-width: 767px) {
  .contentsbox-frame__copy--3 {
    left: 4.910005291%;
    top: 20%;
    transform: translate(0%, 0%);
  }
}
.contentsbox-frame__copy--8 {
  top: 50%;
  left: 67.4vw;
  transform: translateY(-100%);
  z-index: 111;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contentsbox-frame__copy--8 {
    left: 4.910005291%;
    top: -10%;
    transform: translate(0%, 0%);
  }
}

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


Utility

--------------------------------------------------------- */
/* =========================================================
CLEAR
========================================================= */
.clear,
.u-clearfix:before,
.u-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.u-clearfix:after {
  clear: both;
}

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

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

.u-tablet-none {
  display: block !important;
}
@media (max-width: 1023px) {
  .u-tablet-none {
    display: none !important;
  }
}

.u-tablet-block {
  display: none !important;
}
@media (max-width: 1023px) {
  .u-tablet-block {
    display: block !important;
  }
}

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

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

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

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

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

.u-img-no-responsive {
  display: inline-block;
  max-width: auto;
  height: auto;
}

.u-img-fit {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* =========================================================
POINTER-EVENTS
========================================================= */
.u-hover-shit {
  pointer-events: none;
}

.u-p-r {
  position: relative !important;
}

@keyframes moveLineTopToBottom {
  0% {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
  49.9% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: center top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: center top;
  }
}