@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 {
  height: 100%;
  font-size: 62.5%;
}

body {
  /*height: 100%;*/
  color: #111;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  font-weight: 400;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-feature-settings: "palt";
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  background-size: contain;
  background-position: center center;
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: auto !important;
  box-sizing: border-box;
  background: #C4B994;
}
.is-gnav-open body {
  overflow: hidden !important;
}

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

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

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

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

Layout

========================================================= */
.l-container {
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
}
.p-top .l-container {
  max-width: 100%;
}
.p-contents-other .l-container {
  max-width: 100%;
}

.l-container--xl {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1280px) {
  .l-container--xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .l-container--xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .l-container--xl {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-container--lg {
  max-width: 1440px;
}

.l-container--md {
  max-width: 1360px;
}

.l-container--sm {
  /*max-width: 1120px;*/
  max-width: 1200px;
  padding: 0 120px;
}
@media (max-width: 767px) {
  .l-container--sm {
    padding: 0 30px;
  }
}

.l-container--xs {
  max-width: 780px;
}

.l-container-fluid {
  max-width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1023px) {
  .l-container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .l-container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-list .l-container-fluid {
  margin-top: 0;
}

.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-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.666%;
    max-width: 16.666%;
  }

  .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-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-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 {
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  max-width: 1512px;
  margin: 0 auto;
}

/*content*/
.l-content {
  width: 100%;
  position: relative;
  z-index: 11111;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  width: 33.0687831%;
  background: #fff;
  margin-top: 76px;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  margin: 7.6rem auto 0;
}
.is-page-loaded .l-content {
  opacity: 1;
}
@media (max-width: 767px) {
  .l-content {
    width: 100%;
    margin-top: 166px;
    z-index: 101;
  }
}

.l-header {
  height: 76px;
  max-width: 1512px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 1111;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.is-page-loaded .l-header {
  opacity: 1;
}
@media (max-width: 767px) {
  .l-header {
    height: 50px;
    position: absolute;
  }
}

.l-header-lalaport {
  width: 113px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .l-header-lalaport {
    width: 20vw;
    left: 15px;
  }
}

.l-header-mitsui {
  width: 117px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: #C4B994;
}
.l-header-mitsui img {
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .l-header-mitsui {
    width: 20vw;
    right: 15px;
  }
}

.l-header-date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Inter", sans-serif;
  color: #C4B994;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 100% */
  background: #111;
  border-radius: 30px;
  padding: 8px 17px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .l-header-date {
    font-size: 2.5vw;
    line-height: 1;
    /* 100% */
    padding: 7px 16px;
  }
}
.is-header-bg-show .l-header-date {
  opacity: 0;
}
.l-header-date span {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  vertical-align: middle;
  margin-left: 11px;
}
@media (max-width: 767px) {
  .l-header-date span {
    margin-left: 4px;
    padding-left: 16px;
  }
}
.l-header-date span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background: #C4B994;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.l-header-sp {
  height: 108px;
  position: fixed;
  top: 49px;
  left: 0;
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 1111;
  background: #C4B994;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.is-page-loaded .l-header-sp {
  opacity: 1;
}
.is-header-bg-show .l-header-sp {
  top: 0;
  height: 69px;
  padding-top: 18px;
}

.l-header-sp__logo {
  width: 220px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.is-header-bg-show .l-header-sp__logo {
  width: 106px;
}

.l-header-sp__sns {
  display: flex;
  gap: 13px;
  position: absolute;
  right: 69px;
  top: 0px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.is-header-bg-show .l-header-sp__sns {
  top: 50%;
  transform: translateY(-50%);
}

.l-header-sp__sns-item svg {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  width: 24px;
}
.is-header-bg-show .l-header-sp__sns-item svg {
  width: 30px;
}

.l-gnav-toggle {
  position: fixed;
  top: 44px;
  right: 16px;
  height: 40px;
  width: 40px;
  z-index: 111112;
  cursor: pointer;
  border-radius: 50%;
  background-size: 1000px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  opacity: 0;
  display: none;
}
@media (max-width: 767px) {
  .l-gnav-toggle {
    display: block;
  }
}
.is-page-loaded .l-gnav-toggle {
  opacity: 1;
}
.is-gnav-open .l-gnav-toggle {
  top: 22px;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-header-bg-show .l-gnav-toggle {
  top: 14px;
  transition-delay: 0s;
}

.l-gnav-toggle__inner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-gnav-toggle__bar {
  display: block;
  width: 15px;
  height: 1px;
  background: #111;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  position: absolute;
  left: 0px;
  z-index: 222222;
  transform-origin: center center;
}
.l-gnav-toggle__bar--first {
  transform: rotate(0deg);
  top: 16px;
  left: 50%;
  margin-left: -7.5px;
  animation-delay: 0;
}
.is-close .l-gnav-toggle__bar--first {
  transform: rotate(0deg);
}
.l-gnav-toggle__bar--third {
  transform: rotate(0deg);
  top: 22px;
  left: 50%;
  margin-left: -7.5px;
  animation-delay: 0.6s;
}
.is-gnav-open .l-gnav-toggle__bar {
  transition: all 0.3s;
  animation: none;
}
.is-gnav-open .l-gnav-toggle__bar--first {
  transform: rotate(45deg);
  top: 21px;
}
.is-gnav-open .l-gnav-toggle__bar--third {
  transform: rotate(-45deg);
  top: 21px;
}

.l-gnav-btn__inner {
  position: relative;
  width: 40px;
  height: 40px;
  visibility: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.l-gnav-btn__inner-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-gnav-btn__inner-line svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #111;
  stroke-width: 1px;
  fill: #C4B994;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-gnav-btn__inner-line svg:last-child {
  stroke-dasharray: 190px 190px;
  stroke-dashoffset: 190px;
  visibility: hidden;
  transition: visibility 0s 1.7s;
  animation: line-out 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-gnav-btn__inner-line svg {
  stroke-width: 1px;
}

.l-gnav-toggle:hover .l-gnav-btn__inner .l-gnav-btn__inner-line svg:last-child {
  visibility: inherit;
  transition: none;
  animation: line-over 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.l-gnav__body {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #C4B994;
  z-index: 11111;
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.is-gnav-open .l-gnav__body {
  opacity: 1;
  pointer-events: all;
}

.l-gnav__logo {
  width: 220px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  padding: 30px 0 0 5.12820513vw;
  margin-bottom: 4rem;
}

.l-gnav__sns {
  display: flex;
  gap: 13px;
  position: absolute;
  right: 69px;
  top: 30px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.l-gnav__sns-item svg {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  width: 24px;
}

.l-main {
  max-width: 1512px;
  margin: 0 auto;
  display: flex;
}
.footer {
  padding: 85px 1.98412698vw 60px;
  border-top: 1px solid #111;
  position: relative;
  z-index: 11;
  background: #fff;
}
@media (min-width: 1513px) {
  .footer {
    padding: 85px 30px 60px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 5rem 5.12820513vw 6rem;
  }
}

.footer__lead {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  /* 200% */
}
@media (min-width: 1513px) {
  .footer__lead {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer__lead {
    font-size: 3vw;
  }
}

.footer__list {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .footer__list {
    margin-top: 4rem;
  }
}

.footer__item a {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5;
  /* 250% */
  position: relative;
}
@media (min-width: 1513px) {
  .footer__item a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer__item a {
    font-size: 3vw;
  }
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin: 9rem auto 4rem;
}
@media (max-width: 767px) {
  .footer__logo {
    margin: 7rem auto 4rem;
  }
}

.footer__logo-item {
  width: 8.0026455vw;
}
@media (max-width: 767px) {
  .footer__logo-item {
    width: 31.025641vw;
  }
}

.footer__copyright {
  color: #d9d9d9;
  font-family: "Inter", sans-serif;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 250% */
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 1513px) {
  .footer__copyright {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 2.5vw;
    white-space: wrap;
  }
}

.sidemenu {
  position: sticky;
  width: 33.4656085%;
  top: 0;
  left: 0;
  height: 100vh;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.is-page-loaded .sidemenu {
  opacity: 1;
}
@media (max-width: 767px) {
  .sidemenu {
    width: 100%;
    height: auto;
    position: static;
    opacity: 1;
  }
}

.sidemenu__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0 11.8577075%;
}
@media (max-width: 767px) {
  .sidemenu__inner {
    position: static;
    top: 0%;
    transform: translateY(0%);
    padding: 0 5.12820513vw;
  }
}

.sidemenu__logo {
  width: 90.7509881%;
  margin-bottom: 5.6rem;
}

.sidemenu__item {
  margin-bottom: 12px;
}
.sidemenu__item a {
  color: #111;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #111;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.sidemenu__item a:hover {
  opacity: 0.5;
}
.sidemenu__item img {
  width: 0.797513228vw;
  margin-left: 0.5rem;
}
@media (min-width: 1513px) {
  .sidemenu__item img {
    width: 12px;
  }
}
@media (max-width: 767px) {
  .sidemenu__item img {
    width: 2.82051282vw;
  }
}
.sidemenu__item:nth-child(9) {
  display: none;
}
@media (max-width: 767px) {
  .sidemenu__item:nth-child(9) {
    display: block;
  }
}
.sidemenu__item .num {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 0.6666vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1513px) {
  .sidemenu__item .num {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .sidemenu__item .num {
    font-size: 2.5vw;
  }
}
.sidemenu__item .ttl {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.933333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 85.714% */
  padding-left: 2rem;
}
@media (min-width: 1513px) {
  .sidemenu__item .ttl {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sidemenu__item .ttl {
    font-size: 3.5vw;
  }
}
.sidemenu__item .ttl .small {
  font-size: 0.6666vw;
}
@media (min-width: 1513px) {
  .sidemenu__item .ttl .small {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .sidemenu__item .ttl .small {
    font-size: 2.5vw;
  }
}
.sidemenu__item .eng {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 0.6666vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-left: auto;
}
@media (min-width: 1513px) {
  .sidemenu__item .eng {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .sidemenu__item .eng {
    font-size: 2.5vw;
  }
}

.sidemenu__sns {
  display: flex;
  gap: 20px;
  margin-top: 3.6rem;
}
.sidemenu__sns a {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.sidemenu__sns a:hover {
  opacity: 0.5;
}

.sidebox {
  position: sticky;
  width: 33.4656085%;
  top: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.is-page-loaded .sidebox {
  opacity: 1;
}

.sidebox__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0 11.8577075%;
}

@media (max-width: 767px) {
  .instagram {
    padding: 50px 5.12820513vw;
    background: #C4B994;
    position: relative;
    z-index: 111;
  }
  .l-gnav__body .instagram {
    padding: 40px 5.12820513vw;
  }
}

.instagram__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
  padding-bottom: 25px;
  border-bottom: 1px solid #111;
}

.instagram__item {
  width: 33.33333%;
  box-sizing: border-box;
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-height: 860px) {
  .instagram__item:nth-child(7) {
    display: none;
  }
  .instagram__item:nth-child(8) {
    display: none;
  }
  .instagram__item:nth-child(9) {
    display: none;
  }
}
@media (max-width: 767px) {
  .instagram__item:nth-child(7) {
    display: block;
  }
  .instagram__item:nth-child(8) {
    display: block;
  }
  .instagram__item:nth-child(9) {
    display: block;
  }
}

.info {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .info {
    margin-top: -6rem;
    padding: 120px 5.12820513vw 6rem;
  }
  .l-gnav__body .info {
    padding: 0 5.12820513vw 4rem;
    margin-top: 0rem;
  }
}

.info__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #111;
}
@media (max-width: 767px) {
  .info__list {
    justify-content: center;
  }
}

.info__item {
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #111;
}
.info__item a {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.info__item a:hover {
  opacity: 0.5;
}

.insta__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}

.insta__item {
  width: 33.33333%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 2px;
  margin-bottom: 4px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
@media (max-height: 860px) {
  .insta__item:nth-child(7) {
    display: none;
  }
  .insta__item:nth-child(8) {
    display: none;
  }
  .insta__item:nth-child(9) {
    display: none;
  }
}
@media (max-width: 767px) {
  .insta__item:nth-child(7) {
    display: block;
  }
  .insta__item:nth-child(8) {
    display: block;
  }
  .insta__item:nth-child(9) {
    display: block;
  }
}
.insta__item a {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
}
.insta__item a:hover {
  opacity: 0.5;
}
.insta__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.insta__item img {
  max-width: 100%;
  height: auto;
}
.insta__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.insta__item:nth-child(n+10) {
  display: none;
}

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

Object

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

Component

--------------------------------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?c85xjd");
  src: url("../fonts/icomoon.eot?c85xjd#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?c85xjd") format("truetype"), url("../fonts/icomoon.woff?c85xjd") format("woff"), url("../fonts/icomoon.svg?c85xjd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=c-icon-],
[class*=c-icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon-arrow-s-up:before {
  content: "";
}

.c-icon-arrow-s-right:before {
  content: "";
}

.c-icon-arrow-s-left:before {
  content: "";
}

.c-icon-arrow-s-down:before {
  content: "";
}

.c-icon-check:before {
  content: "";
}

.c-icon-list:before {
  content: "";
}

.c-icon-arrow-down:before {
  content: "";
}

.c-icon-arrow-left:before {
  content: "";
}

.c-icon-arrow-right:before {
  content: "";
}

.c-icon-arrow-up:before {
  content: "";
}

.c-icon-youtube:before {
  content: "";
}

.c-icon-instagram:before {
  content: "";
}

.c-icon-pinterest:before {
  content: "";
}

.c-icon-twitter:before {
  content: "";
}

.c-icon-facebook:before {
  content: "";
}

.c-icon-line:before {
  content: "";
  color: #fff;
}

.c-icon-search:before {
  content: "";
}

.c-icon-people {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  flex-wrap: wrap;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 1s;
}
@media (max-width: 767px) {
  .c-icon-people {
    margin-top: 15px;
  }
}
.contents .c-icon-people {
  display: block;
  text-align: center;
  margin-top: -45px;
}
@media (max-width: 767px) {
  .contents .c-icon-people {
    margin-top: -33px;
    margin-bottom: 20px;
  }
}
.is-page-loaded .contents .c-icon-people {
  transform: translateY(0);
  opacity: 1;
}
.p-top-archive .c-icon-people {
  display: block;
  text-align: center;
  margin-top: -45px;
}
@media (max-width: 767px) {
  .p-top-archive .c-icon-people {
    margin-top: -33px;
    margin-bottom: 20px;
  }
}
.is-page-loaded .p-top-archive .c-icon-people {
  transform: translateY(0);
  opacity: 1;
}
.p-contents-other__frame .c-icon-people {
  margin-top: 0px;
  opacity: 0 !important;
  transform: translateY(30px) !important;
  display: flex;
}
.p-contents-archive__frame .c-icon-people {
  margin-top: 0px;
  opacity: 0 !important;
  transform: translateY(30px) !important;
}
.is-onscreen .p-contents-archive__frame .c-icon-people {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.c-icon-people.is-onscreen {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 767px) {
  .c-icon-people__list .c-icon-people {
    margin-bottom: 0px;
  }
}

.c-icon-people__img {
  width: 70px;
}
.p-top-kv_textbox .c-icon-people__img {
  width: auto;
}
@media (max-width: 767px) {
  .p-top-kv_textbox .c-icon-people__img {
    width: auto;
  }
}
.c-icon-people-2 .c-icon-people__img {
  margin: 0 auto;
}
.p-contents-kv__inner .c-icon-people__img {
  width: 85px;
}
@media (max-width: 767px) {
  .p-contents-kv__inner .c-icon-people__img {
    width: 60px;
  }
}
.p-top-new__textarea .c-icon-people__img {
  width: auto;
}
@media (max-width: 767px) {
  .p-top-new__textarea .c-icon-people__img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .c-icon-people__img {
    width: 50px;
  }
}
.contents .c-icon-people__img {
  margin: 0 auto;
}
.p-contents-kv__box-2 .c-icon-people__img {
  margin: 0;
}
.p-top-archive .c-icon-people__img {
  margin: 0 auto;
}
.p-contents-other__frame .c-icon-people__img {
  margin: -60px auto 10px;
  width: 70px;
}
@media (max-width: 767px) {
  .p-contents-other__frame .c-icon-people__img {
    width: 50px;
    margin: -45px auto 10px;
  }
}
.p-contents-archive__frame .c-icon-people__img {
  margin: -60px auto 10px;
  width: 70px;
}
@media (max-width: 767px) {
  .p-contents-archive__frame .c-icon-people__img {
    width: 50px;
    margin: -55px auto 10px;
  }
}

.c-icon-people__textbox {
  padding-left: 13px;
}
@media (max-width: 767px) {
  .c-icon-people__textbox {
    padding-left: 10px;
  }
}
.contents .c-icon-people__textbox {
  padding-left: 0;
  margin-top: 7px;
}
.p-top-archive .c-icon-people__textbox {
  padding-left: 0;
  margin-top: 7px;
}
.p-contents-other__frame .c-icon-people__textbox {
  padding-left: 15px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .p-contents-other__frame .c-icon-people__textbox {
    padding-left: 10px;
  }
}

.c-icon-people__cat {
  font-family: mr-eaves-modern, sans-serif !important;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.5;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .p-top-kv_textbox .c-icon-people__cat {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2px;
  }
}
.contents .c-icon-people__cat {
  color: #fff;
}
@media (max-width: 767px) {
  .contents .c-icon-people__cat {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .p-contents-archive__item .c-icon-people__cat {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
  }
}

.c-icon-people__name {
  font-family: mr-eaves-modern, sans-serif !important;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .p-top-kv_textbox .c-icon-people__name {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
  }
}
.contents .c-icon-people__name {
  color: #fff;
}
@media (max-width: 767px) {
  .contents .c-icon-people__name {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .p-contents-archive__item .c-icon-people__name {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
  }
}

.c-icon-people__list {
  justify-content: center;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.c-icon-people__list .c-icon-people {
  padding: 0 5px;
}

.c-icon-people-2 {
  align-items: flex-start !important;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px;
}
.p-top-kv_textbox .c-icon-people-2 {
  width: 75%;
  justify-content: left;
}
@media (max-width: 1300px) {
  .p-top-kv_textbox .c-icon-people-2 {
    justify-content: center;
    margin-top: -40px !important;
    margin-bottom: 20px;
    width: 100%;
    margin: -40px auto 0;
  }
}
@media (max-width: 767px) {
  .p-top-kv_textbox .c-icon-people-2 {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0px;
    margin: -40px auto 0;
  }
}
.swiper-slide-active .c-icon-people-2 {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.c-icon-people-2 .c-icon-people__item {
  text-align: center;
  vertical-align: top;
  padding: 0 7px;
}
.p-top-new__contents .c-icon-people-2 .c-icon-people__item {
  width: 16%;
}
@media (max-width: 767px) {
  .p-top-new__contents .c-icon-people-2 .c-icon-people__item {
    width: 33.333%;
  }
}
.p-top-kv_textbox .c-icon-people-2 .c-icon-people__item {
  margin-bottom: 20px;
  width: 33.333%;
}
@media (max-width: 1300px) {
  .p-top-kv_textbox .c-icon-people-2 .c-icon-people__item {
    width: 16%;
  }
}
@media (max-width: 767px) {
  .p-top-kv_textbox .c-icon-people-2 .c-icon-people__item {
    padding: 0 5px;
  }
}
.c-icon-people-2 .c-icon-people__item img {
  margin: 0 auto;
  text-align: center;
}
.c-icon-people-2 .c-icon-people__textbox {
  padding: 0;
  margin-top: 5px;
}
@media (max-width: 1300px) {
  .p-top-kv_textbox .c-icon-people-2 .c-icon-people__cat {
    font-size: 10px;
  }
  .p-top-kv_textbox .c-icon-people-2 .c-icon-people__name {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .p-top-kv_textbox .c-icon-people-2 .c-icon-people__cat {
    font-size: 8px;
  }
  .p-top-kv_textbox .c-icon-people-2 .c-icon-people__name {
    font-size: 8px;
  }
}

.c-icon-people-3 {
  position: relative;
  display: flex;
  align-items: center;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 1s;
  align-items: flex-start !important;
  margin-left: -7px;
  margin-right: -7px;
}
.p-top-kv_textbox--2 .c-icon-people-3 {
  margin-top: 30px;
}
.c-icon-people-3 .c-icon-people__item {
  text-align: center;
  vertical-align: top;
  padding: 0 7px;
}
.p-top-kv_textbox--2 .c-icon-people-3 .c-icon-people__item {
  width: 33.333%;
}
.c-icon-people-3 .c-icon-people__item img {
  margin: 0 auto;
  text-align: center;
}
.p-contents-other__bottom .c-icon-people-3 {
  justify-content: center;
}
.c-icon-people-3 .c-icon-people__textbox {
  padding: 0;
  margin-top: 5px;
}
.c-icon-people-3 .c-icon-people__img {
  opacity: 0;
}
.p-top-kv_textbox--2 .c-icon-people-3 .c-icon-people__img {
  opacity: 1;
}
.c-icon-people-3 .c-icon-people__cat {
  opacity: 0;
}
.p-top-kv_textbox--2 .c-icon-people-3 .c-icon-people__cat {
  opacity: 0.5;
}
.c-icon-people-3 .c-icon-people__name {
  opacity: 0;
}
.p-top-kv_textbox--2 .c-icon-people-3 .c-icon-people__name {
  opacity: 1;
  font-size: 12px;
}

.c-split {
  opacity: 0;
}

.c-split-move {
  display: inline-block;
  letter-spacing: 0.15em;
  transform: translateY(101%);
  transition-delay: 0.3s;
}

.swiper-slide-active .c-split-move {
  transform: translateY(0);
}

.swiper-slide-active .c-split {
  opacity: 1;
  overflow: hidden;
  display: block;
}

.is-gnav-open .c-split-move {
  transform: translateY(0);
}

.is-gnav-open .c-split {
  opacity: 1;
  overflow: hidden;
  display: block;
}

.is-onscreen .c-split-move {
  transform: translateY(0);
}

.is-onscreen .c-split {
  opacity: 1;
  overflow: hidden;
  display: block;
}

.is-page-loaded .p-contents-kv__category .c-split-move {
  transform: translateY(0);
}

.is-page-loaded .p-contents-kv__category .c-split {
  opacity: 1;
  overflow: hidden;
  display: block;
}

.is-page-loaded .p-contents-kv__heading .c-split-move {
  transform: translateY(0);
}

.is-page-loaded .p-contents-kv__heading .c-split {
  opacity: 1;
  overflow: hidden;
}

.is-page-loaded .p-contents-kv__heading-2 .c-split-move {
  transform: translateY(0);
}

.is-page-loaded .p-contents-kv__heading-2 .c-split {
  opacity: 1;
  overflow: hidden;
}

.is-onscreen .c-split-move {
  transform: translateY(0);
}

.c-split-move:nth-child(1) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.2s;
}

.c-split-move:nth-child(2) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.25s;
}

.c-split-move:nth-child(3) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.3s;
}

.c-split-move:nth-child(4) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.35s;
}

.c-split-move:nth-child(5) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.4s;
}

.c-split-move:nth-child(6) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.45s;
}

.c-split-move:nth-child(7) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.5s;
}

.c-split-move:nth-child(8) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.55s;
}

.c-split-move:nth-child(9) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.6s;
}

.c-split-move:nth-child(10) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.65s;
}

.c-split-move:nth-child(11) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.7s;
}

.c-split-move:nth-child(12) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.75s;
}

.c-split-move:nth-child(13) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.78s;
}

.c-split-move:nth-child(14) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.81s;
}

.c-split-move:nth-child(15) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.84s;
}

.c-split-move:nth-child(16) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.89s;
}

.c-split-move:nth-child(17) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.94s;
}

.c-split-move:nth-child(18) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.99s;
}

.c-split-move:nth-child(19) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 1.04s;
}

.c-split-move:nth-child(20) {
  transition: 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 1.05s;
}

.c-rect-mask {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}

.c-rect-mask__inner {
  display: inline-block;
  vertical-align: bottom;
  transform: translateX(-100%);
  transform: translate3d(-100%, 0, 0);
}

.c-rect-mask__inner:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 10;
  background-color: #fde288;
}

.c-rect-mask__inner:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  background-color: #63A755;
}

.is-ie .c-rect-mask__inner:after {
  width: 0;
}

.is-onscreen .c-rect-mask__inner {
  animation: onscreen-rect-1 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s forwards alternate;
}

.is-onscreen .c-rect-mask__inner:after {
  animation: onscreen-rect-2 0.7s cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s forwards alternate;
}

.is-onscreen .c-rect-mask__inner--1 {
  animation: onscreen-rect-1 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s forwards alternate;
}

.is-onscreen .c-rect-mask__inner--1:after {
  animation: onscreen-rect-2 0.7s cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s forwards alternate;
}

.is-onscreen .c-rect-mask__inner--2 {
  animation: onscreen-rect-1 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s forwards alternate;
}

.is-onscreen .c-rect-mask__inner--2:after {
  animation: onscreen-rect-2 0.7s cubic-bezier(0.075, 0.82, 0.165, 1) 0.9s forwards alternate;
}
@keyframes onscreen-rect-1 {
  0% {
    transform: translateX(-101%);
    transform: translate3d(-101%, 0, 0);
  }
  to {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes onscreen-rect-2 {
  0% {
    transform-origin: top right;
    transform: scaleX(1);
  }
  to {
    transform-origin: top right;
    transform: scaleX(0);
  }
}
.c-button {
  max-width: 230px;
  margin: 0 auto;
}
.c-button a {
  display: block;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 25px 0;
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.933333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 100% */
  border: 1px solid #111;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (min-width: 1513px) {
  .c-button a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-button a {
    font-size: 3.5vw;
  }
}
.c-button a span {
  margin-left: 13px;
}
.c-button a:hover {
  opacity: 0.5;
}

.c-button--helloroom a {
  display: block;
  text-align: right;
  border-radius: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.933333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 100% */
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  color: #111;
}
@media (min-width: 1513px) {
  .c-button--helloroom a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-button--helloroom a {
    font-size: 3.5vw;
  }
}
.c-button--helloroom a span {
  margin-left: 13px;
}
.c-button--helloroom a:hover {
  opacity: 0.5;
}

.c-button-back {
  position: absolute;
  top: 20px;
  right: 20px;
}
.c-button-back a {
  display: flex;
  text-align: right;
  border-radius: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.63333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 100% */
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  color: #111;
}
@media (min-width: 1513px) {
  .c-button-back a {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .c-button-back a {
    font-size: 2.5vw;
  }
}
.c-button-back a span {
  margin-left: 13px;
}
.c-button-back a:hover {
  opacity: 0.5;
}
.c-button-back a svg {
  transform: rotate(180deg);
}

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #111;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-pagination-2 {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 0px !important;
  width: auto !important;
}
@media (max-width: 1023px) {
  .swiper-pagination-2 {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination-2 {
    margin-left: 0px;
  }
}

.swiper-pagination-fraction {
  width: auto;
}

.swiper-button-next {
  position: absolute;
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  visibility: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 1300px) {
  .swiper-button-next {
    right: 22%;
    margin-top: -70px;
  }
}
@media (max-width: 1200px) {
  .swiper-button-next {
    right: 10%;
  }
}
@media (max-width: 1023px) {
  .swiper-button-next {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .swiper-button-next {
    width: 49px;
    height: 49px;
    margin-top: -50px;
    right: 13px;
  }
}
.swiper-button-next:after {
  content: "";
}

.swiper-button-prev {
  position: absolute;
  right: 9%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 100px;
  height: 100px;
  visibility: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .swiper-button-prev {
    width: 49px;
    height: 49px;
    margin-top: -50px;
    right: 13px;
  }
}
.swiper-button-prev:after {
  content: "";
}

.swiper-button-next-2 {
  position: absolute;
  right: 36%;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  visibility: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 111;
  margin-top: -45px;
}
@media (max-width: 1200px) {
  .swiper-button-next-2 {
    margin-top: -50px;
    right: 13%;
  }
}
@media (max-width: 767px) {
  .swiper-button-next-2 {
    width: 49px;
    height: 49px;
    margin-top: -50px;
    right: 13px;
  }
}
.swiper-button-next-2:after {
  content: "";
}

.swiper-button-next__inner {
  position: relative;
  width: 100px;
  height: 100px;
  visibility: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-button-next__inner-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-button-next__inner-line svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-width: 1px;
  fill: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-button-next__inner-line svg:first-child {
  opacity: 0.5;
}

.swiper-button-next__inner-line svg:last-child {
  stroke-dasharray: 310px 310px;
  stroke-dashoffset: 310px;
  visibility: hidden;
  transition: visibility 0s 1.7s;
  animation: line-out-2 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.swiper-button-next__inner-line svg {
  stroke-width: 1px;
}

.swiper-button-next:hover .swiper-button-next__inner-line svg:last-child {
  visibility: inherit;
  transition: none;
  animation: line-over 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.swiper-button-next-2:hover .swiper-button-next__inner-line svg:last-child {
  visibility: inherit;
  transition: none;
  animation: line-over 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.swiper-button-prev:hover .swiper-button-next__inner-line svg:last-child {
  visibility: inherit;
  transition: none;
  animation: line-over 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.swiper-button-next__arrow {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.swiper-button-next:hover .swiper-button-next__arrow {
  transform: translateX(5px);
}

.swiper-button-prev:hover .swiper-button-next__arrow {
  transform: translateX(5px);
}

.swiper-button-next-2:hover .swiper-button-next__arrow {
  transform: translateX(5px);
}

.c-credit {
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.is-onscreen .c-credit {
  opacity: 1;
  transform: translateY(0px);
}
.c-credit p {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media (max-width: 320px) {
  .c-credit p {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.c-credit p a {
  color: #111;
  text-decoration: underline;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-credit p a:hover {
  opacity: 0.5;
}
.c-credit p .shop {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 320px) {
  .c-credit p .shop {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.8;
  }
}
.c-credit p span a {
  color: #fff;
  background: #111;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  padding: 4px 9px;
  border-radius: 15px;
  margin-left: 3px;
}
@media (max-width: 320px) {
  .c-credit p span a {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    padding: 4px 8px;
    margin-left: 3px;
  }
}

.supervisor span {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 0.63333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  /* 160% */
  opacity: 0.3;
}
@media (min-width: 1513px) {
  .supervisor span {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .supervisor span {
    font-size: 2.5vw;
  }
}
.supervisor p {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.63333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 100% */
  margin-top: 0.7rem;
}
@media (min-width: 1513px) {
  .supervisor p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .supervisor p {
    font-size: 2.5vw;
  }
}

.c-paragraph {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.2;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
@media (max-width: 1023px) {
  .c-paragraph {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2;
  }
}
.c-paragraph.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}
.l-footer .c-paragraph {
  opacity: 1;
  transform: translateY(0px);
}

.c-share {
  max-width: 760px;
  margin: 0 auto;
  padding: 0px 30px 80px;
  display: table;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  justify-content: center;
  align-items: center;
  font-family: cormorant-garamond, serif;
}
.c-share.is-white {
  color: #fff;
}
.no6-contents__item--2 .c-share {
  padding-top: 70px;
  padding-bottom: 0;
}
.c-share span {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.c-share__ttl {
  position: relative;
  padding-right: 40px;
  margin-right: 15px;
  padding-right: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.c-share__ttl:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #111;
  position: absolute;
  top: 50%;
  right: 0;
  content: none;
}
.is-white .c-share__ttl:after {
  background: #fff;
}

.c-share__list {
  display: flex;
}

.c-share__item {
  display: block;
  padding: 0 5px;
}
.c-share__item svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.c-share__item a {
  display: flex;
  background: #111;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.c-share__item span {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  line-height: 15px;
  margin-left: 5px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  line-height: 15px;
}
.c-share__item--x svg {
  margin-top: 2px;
  width: 13px;
}
.c-share__item--x a {
  padding: 4px 10px;
}
.c-share__item--x span {
  line-height: 18px;
}
.c-share__item--facebook a {
  background: #1877f2;
}
.c-share__item--line a {
  background: #06c755;
}

.heading {
  border-top: 1px solid #111;
  margin-bottom: 20px;
  display: flex;
}
.heading span {
  color: #C4B994;
  font-family: "Inter", sans-serif;
  font-size: 0.93vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  background: #111;
  padding: 7px 8px;
  display: inline-block;
  border-bottom-right-radius: 8px;
  max-width: 116px;
  align-self: flex-start;
}
@media (min-width: 1513px) {
  .heading span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .heading span {
    font-size: 3.5vw;
  }
}
.heading p {
  display: inline-block;
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 0.73vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: right;
  padding-top: 7px;
  margin-left: auto;
}
@media (min-width: 1513px) {
  .heading p {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .heading p {
    font-size: 2.5vw;
  }
}

.section-heading {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 3rem;
  }
}

.section-heading__icon {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.066667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 100% */
  width: 8.53994709vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}
@media (min-width: 1513px) {
  .section-heading__icon {
    font-size: 16px;
    width: 127px;
  }
}
@media (max-width: 767px) {
  .section-heading__icon {
    font-size: 4vw;
    width: 32.564126vw;
  }
}
.section-heading__icon p {
  background: #fff;
  padding: 7px;
  border: 2px solid #111;
  border-radius: 8px;
  z-index: 1;
  position: relative;
}
.section-heading__icon.is-loop p {
  animation: btn 0.5s ease;
}
.section-heading__icon span {
  position: absolute;
  top: 3px;
  left: 2px;
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  background: #111;
  border-radius: 8px;
  content: "";
}

.section-heading__eng {
  text-align: center;
}
.section-heading__eng span {
  display: inline-block;
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 2.6666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1513px) {
  .section-heading__eng span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-heading__eng span {
    font-size: 10vw;
  }
}

.bounce {
  animation: bounce 0.6s linear;
}

.section-heading__eng span:nth-child(1) {
  animation-delay: 0s;
}

.section-heading__eng span:nth-child(2) {
  animation-delay: 0.1s;
}

.section-heading__eng span:nth-child(3) {
  animation-delay: 0.2s;
}

.section-heading__eng span:nth-child(4) {
  animation-delay: 0.3s;
}

.section-heading__eng span:nth-child(5) {
  animation-delay: 0.4s;
}

.section-heading__eng span:nth-child(6) {
  animation-delay: 0.5s;
}

.section-heading__eng span:nth-child(7) {
  animation-delay: 0.6s;
}

.section-heading__eng span:nth-child(8) {
  animation-delay: 0.7s;
}

.section-heading__eng span:nth-child(9) {
  animation-delay: 0.8s;
}

.section-heading__eng span:nth-child(10) {
  animation-delay: 0.9s;
}

.section-heading__eng span:nth-child(11) {
  animation-delay: 1s;
}

.section-heading__eng span:nth-child(12) {
  animation-delay: 1.1s;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes btn {
  0% {
    transform: translate(2px, 3px);
  }
  30% {
    transform: translate(0px, 0px);
  }
  60% {
    transform: translate(2px, 3px);
  }
  100% {
    transform: translateY(0);
  }
}
/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.section-lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.93333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  /* 144.444% */
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 1513px) {
  .section-lead {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-lead {
    font-size: 3.2vw;
    text-align: center;
  }
}

.kv {
  position: relative;
  border-bottom: 1px solid #111;
  padding-bottom: 50px;
}
.kv .swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-family: "Inter", sans-serif;
  font-size: 0.63333vw;
  margin-top: 10px;
  color: #333;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 40px;
  z-index: 112;
  right: 20px;
}
@media (min-width: 1513px) {
  .kv .swiper-controls {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .kv .swiper-controls {
    font-size: 2.5vw;
  }
}
.kv .swiper-controls .line {
  width: 21px;
  height: 1px;
  background: #333;
  display: inline-block;
  margin: 0 7px;
}
.kv .swiper-button-prev-kv,
.kv .swiper-button-next-kv {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .kv .swiper-button-prev-kv svg path,
.kv .swiper-button-next-kv svg path {
    stroke: #111;
  }
}
.kv .swiper-pagination-kv {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .kv {
    background: #C4B994;
  }
}

.kv__swiper-ttl {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
  margin-left: 2rem;
  margin-top: -2rem;
  position: relative;
  z-index: 111;
  padding-bottom: 13px;
}
@media (min-width: 1513px) {
  .kv__swiper-ttl {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .kv__swiper-ttl {
    font-size: 3.75vw;
    margin-left: 1.5rem;
  }
}
.kv__swiper-ttl span {
  display: table;
  border-radius: 8px;
  background: #f3d9cb;
  padding: 7px 11px;
  margin-bottom: 3px;
  -webkit-clip-path: inset(0 100% 0 0%);
          clip-path: inset(0 100% 0 0%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .kv__swiper-ttl span {
    padding: 5px 9px;
  }
}
.swiper-slide-active .kv__swiper-ttl span {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.kv__swiper-supervisor {
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  margin-left: 2rem;
}
.swiper-slide-active .kv__swiper-supervisor {
  opacity: 1;
}
.kv__swiper-supervisor span {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 0.63333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  /* 160% */
  opacity: 0.3;
}
@media (min-width: 1513px) {
  .kv__swiper-supervisor span {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .kv__swiper-supervisor span {
    font-size: 2.5vw;
  }
}
.kv__swiper-supervisor p {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.63333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  /* 100% */
  margin-top: 0.7rem;
}
@media (min-width: 1513px) {
  .kv__swiper-supervisor p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .kv__swiper-supervisor p {
    font-size: 2.5vw;
  }
}

.kv__swiper-date {
  position: absolute;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 100% */
  border-radius: 0px 8px;
  background: #111;
  z-index: 111;
  top: 0;
  right: 0;
  padding: 11px 14px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  opacity: 0;
  display: none;
}
.swiper-slide-active .kv__swiper-date {
  opacity: 1;
}
@media (min-width: 1513px) {
  .kv__swiper-date {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .kv__swiper-date {
    font-size: 3vw;
  }
}

.kv__swiper-new {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .kv__swiper-new {
    top: 12px;
    right: 12px;
  }
}
.kv__swiper-new p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Inter", sans-serif;
  font-size: 0.73333vw;
  color: #fff;
  font-weight: 700;
  transform: translate(-50%, -50%) rotate(15deg);
}
@media (min-width: 1513px) {
  .kv__swiper-new p {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .kv__swiper-new p {
    font-size: 3vw;
  }
}
.kv__swiper-new svg {
  animation: spin 3.5s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.new {
  padding: 60px 1.98412698vw;
}
@media (min-width: 1513px) {
  .new {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .new {
    background: #fff;
    padding: 120px 5.12820513vw 6rem;
    margin-top: -6rem;
  }
}

.new__date {
  color: #C4B994;
  font-family: "Inter", sans-serif;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #111;
  border-radius: 30px;
  padding: 6px 11px;
  display: table;
  margin: 10px auto 0;
}
@media (min-width: 1513px) {
  .new__date {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .new__date {
    font-size: 3vw;
  }
}

.new__item-row {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}

.new__item-img {
  width: 42.4719101%;
}

.new__item a {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.new__item a:hover {
  opacity: 0.5;
}

.new__item-textbox {
  width: calc(100% - 42.4719101%);
  color: #111;
  padding-left: 1.32275132vw;
}
@media (min-width: 1513px) {
  .new__item-textbox {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .new__item-textbox {
    padding-left: 5.12820513vw;
  }
}

.new__item-eng_ttl {
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 0.63333vw;
  margin-bottom: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1513px) {
  .new__item-eng_ttl {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .new__item-eng_ttl {
    font-size: 2.5vw;
  }
}

.new__item-jp_ttl {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  /* 150% */
}
@media (min-width: 1513px) {
  .new__item-jp_ttl {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .new__item-jp_ttl {
    font-size: 3.5vw;
  }
}

.new__item-lead {
  font-weight: 500;
  line-height: 2;
  /* 200% */
}
.new__item-lead p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Zen Kaku Gothic New";
  font-size: 0.8vw;
  font-style: normal;
  -webkit-line-clamp: 2;
  margin-top: 1.7rem;
}
@media (min-width: 1513px) {
  .new__item-lead p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .new__item-lead p {
    font-size: 3vw;
    color: #111;
    margin-bottom: 1.2rem;
  }
}

.try {
  padding: 120px 0 0;
  margin-top: -6rem;
}
.try .section-heading__eng span {
  color: #fff;
}
.try .swiper-controls {
  position: absolute;
  top: 30%;
  z-index: 111;
  width: 100%;
}
@media (max-width: 767px) {
  .try .swiper-controls {
    top: 25%;
  }
}
.try .swiper-button-prev-try {
  position: absolute;
  left: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .try .swiper-button-prev-try {
    left: 25px;
  }
}
.try .swiper-button-next-try {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .try .swiper-button-next-try {
    right: 25px;
  }
}

.try__body {
  padding: 60px 1.98412698vw 6rem;
  margin-top: -6rem;
  background: #FBBC41;
}
@media (min-width: 1513px) {
  .try__body {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .try__body {
    padding: 60px 5.12820513vw;
  }
}

.try__swiper {
  position: relative;
}

.try__item-img {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .try__item-img {
    padding: 0 4px;
  }
}

.try__swiper-ttl {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
  margin-top: -2rem;
  position: relative;
  z-index: 111;
  padding-bottom: 13px;
}
@media (min-width: 1513px) {
  .try__swiper-ttl {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .try__swiper-ttl {
    font-size: 3.4vw;
  }
}
.try__swiper-ttl span {
  display: table;
  border-radius: 8px;
  background: #f3d9cb;
  padding: 7px 11px;
  margin-bottom: 3px;
  -webkit-clip-path: inset(0 100% 0 0%);
          clip-path: inset(0 100% 0 0%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .try__swiper-ttl span {
    padding: 5px 7px;
  }
}
.swiper-slide-active .try__swiper-ttl span {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.try__swiper-supervisor {
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
}
.swiper-slide-active .try__swiper-supervisor {
  opacity: 1;
}
.try__swiper-supervisor span {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  /* 160% */
  opacity: 0.6;
}
@media (min-width: 1513px) {
  .try__swiper-supervisor span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .try__swiper-supervisor span {
    font-size: 3.2vw;
  }
}
.try__swiper-supervisor p {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  /* 100% */
  margin-top: 0.7rem;
}
@media (min-width: 1513px) {
  .try__swiper-supervisor p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .try__swiper-supervisor p {
    font-size: 3.2vw;
  }
}

.archive {
  padding: 60px 0 80px;
}
@media (max-width: 767px) {
  .archive {
    background: #fff;
  }
}
.p-archive .archive {
  padding-bottom: 20px;
}

.archive__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.archive__list .supervisor {
  padding: 12px 0 0;
}
@media (min-width: 1513px) {
  .archive__list .supervisor {
    padding: 12px 0px 0;
  }
}
@media (max-width: 767px) {
  .archive__list .supervisor {
    padding: 12px 0 0;
  }
}

.archive__item {
  width: 50%;
  margin-bottom: 6rem;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .archive__item {
    margin-bottom: 4rem;
  }
}
.archive__item a {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.archive__item a:hover {
  opacity: 0.5;
}

.archive__img {
  position: relative;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.is-onscreen .archive__img {
  -webkit-clip-path: inset(0% 0 0 0);
          clip-path: inset(0% 0 0 0);
}

.archive__date {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 0.63333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 100% */
  padding: 5px 10px;
  background: #111;
  display: none;
}
@media (min-width: 1513px) {
  .archive__date {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .archive__date {
    font-size: 2.5vw;
  }
}

.archive__icon {
  width: 3.30687831vw;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
@media (min-width: 1513px) {
  .archive__icon {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .archive__icon {
    width: 40px;
    left: 5px;
    bottom: 5px;
  }
}

.archive__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  -webkit-line-clamp: 2;
  font-size: 0.8666666vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  /* 184.615% */
  padding: 12px 0 0;
}
@media (min-width: 1513px) {
  .archive__ttl {
    font-size: 13px;
    padding: 12px 0 0;
  }
}
@media (max-width: 767px) {
  .archive__ttl {
    padding: 12px 0 0;
    font-size: 2.75vw;
  }
}

.supervisor-list {
  padding: 60px 0;
  border-radius: 60px 60px 0px 0px;
  background: #e5f8ff;
}
@media (max-width: 767px) {
  .supervisor-list {
    border-radius: 30px 30px 0px 0px;
  }
}

.supervisor__list {
  overflow: hidden;
  white-space: nowrap;
  padding: 15px 0;
  border-bottom: 1px solid #111;
}
.supervisor__list--1 {
  border-top: 1px solid #111;
}
.supervisor__list--3 {
  margin-bottom: 40px;
}

.supervisor__item {
  display: inline-flex;
  animation: flow-left 50s linear infinite;
}

.supervisor__item-2 {
  display: inline-flex;
  animation: flow-right 50s linear infinite;
}

.supervisor__box {
  margin-left: 20px;
}
.supervisor__box a {
  display: flex;
  align-items: center;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.supervisor__box a:hover {
  opacity: 0.5;
}

@keyframes flow-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes flow-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.supervisor__icon {
  width: 5.291111529vw;
}
@media (min-width: 1513px) {
  .supervisor__icon {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .supervisor__icon {
    width: 20vw;
  }
}

.supervisor__text {
  margin-left: 13px;
}
.supervisor__text span {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.63333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}
@media (min-width: 1513px) {
  .supervisor__text span {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .supervisor__text span {
    font-size: 2.5vw;
  }
}
.supervisor__text p {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.93333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1513px) {
  .supervisor__text p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .supervisor__text p {
    font-size: 3.5vw;
  }
}

.about {
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  .about {
    padding: 100px 0 80px;
    margin-top: -8rem;
    border-bottom: 1px solid #111;
    border-top: none;
  }
}

.about__ttl {
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 1.533333vw;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  margin-bottom: 3rem;
}
@media (min-width: 1513px) {
  .about__ttl {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .about__ttl {
    font-size: 5.75vw;
  }
}

.about__logo {
  width: 16.33359788vw;
  margin: 0 auto;
}
@media (min-width: 1513px) {
  .about__logo {
    width: 247px;
  }
}
@media (max-width: 767px) {
  .about__logo {
    width: 63.3333vw;
  }
}

.about__copy {
  margin: 0 auto;
  display: table;
  width: 14.5502646vw;
}
@media (min-width: 1513px) {
  .about__copy {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .about__copy {
    width: 56.4102564vw;
  }
}

.about__copy-text {
  text-align: center;
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 1.066667vw;
  font-style: normal;
  font-weight: 500;
  margin: 2rem 0 3rem;
  line-height: normal;
}
@media (min-width: 1513px) {
  .about__copy-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about__copy-text {
    font-size: 4vw;
  }
}

.about__textarea {
  position: relative;
  padding: 60px 0 0;
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .about__textarea {
    padding: 40px 0 0;
    margin-top: 3rem;
  }
}

.about__circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.about__circle svg {
  animation: spin 30s linear infinite;
}

.about__lead {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  /* 200% */
  width: 19.44444444vw;
  margin: 0 auto;
}
@media (min-width: 1513px) {
  .about__lead {
    font-size: 15px;
    width: 294px;
  }
}
@media (max-width: 767px) {
  .about__lead {
    font-size: 3.5vw;
    width: 60vw;
  }
}

.about__elm {
  position: absolute;
}
.about__elm--1 {
  width: 8.0026455vw;
  top: -4.5045045%;
  left: 4.4%;
}
@media (min-width: 1513px) {
  .about__elm--1 {
    width: 121px;
  }
}
@media (max-width: 767px) {
  .about__elm--1 {
    width: 22.025641vw;
    left: 3.4%;
    top: -5.045045%;
  }
}
.about__elm--2 {
  width: 7.20899471vw;
  top: 36.9369369%;
  left: 0;
}
@media (min-width: 1513px) {
  .about__elm--2 {
    width: 109px;
  }
}
@media (max-width: 767px) {
  .about__elm--2 {
    width: 23.9487179vw;
    left: -2%;
    top: 43.9369369%;
  }
}
.about__elm--3 {
  width: 7.20899471vw;
  top: -5%;
  right: 11%;
}
@media (min-width: 1513px) {
  .about__elm--3 {
    width: 109px;
  }
}
@media (max-width: 767px) {
  .about__elm--3 {
    width: 24.9487179vw;
    right: 0%;
  }
}
.about__elm--4 {
  width: 9.20899471vw;
  top: 19%;
  right: -2%;
}
@media (min-width: 1513px) {
  .about__elm--4 {
    width: 109px;
  }
}
@media (max-width: 767px) {
  .about__elm--4 {
    width: 27.9487179vw;
    right: -5%;
    top: 26%;
  }
}
.about__elm--5 {
  width: 4.36507937vw;
  bottom: 5%;
  right: 7%;
}
@media (min-width: 1513px) {
  .about__elm--5 {
    width: 66px;
  }
}
@media (max-width: 767px) {
  .about__elm--5 {
    width: 14.1vw;
    right: 3%;
    bottom: 8%;
  }
}

.helloroom {
  padding: 60px 1.32275132vw 0px;
}
@media (max-width: 767px) {
  .helloroom {
    padding: 110px 5.12820513vw 60px;
    margin-top: -5rem;
  }
  .l-gnav__body .helloroom {
    padding: 0 5.12820513vw 4rem;
    margin-top: 0rem;
  }
}
.helloroom .tab-label {
  opacity: 0 !important;
}
.helloroom .tab-wrap {
  margin-top: -85px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .helloroom .tab-wrap {
    margin-top: -45px;
  }
}
.helloroom .code_img img {
  top: 0%;
  left: 0;
  overflow: hidden;
  border-radius: 5px;
}
.helloroom .staffstart .staffstart__item {
  width: 100px !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .helloroom .staffstart .staffstart__item {
    width: 95px !important;
  }
}
.helloroom .staffstart .staffstart__item:not(:last-child) {
  margin-right: 12px !important;
}
.helloroom .staffstart__item figure.code_img {
  border-radius: 5px;
}
.helloroom .staffname {
  white-space: wrap;
  font-size: 10px !important;
}
.helloroom .staffstart__stylingbody {
  border-bottom: 1px solid #111;
  padding-bottom: 3rem;
}

.supervisor__list-2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0px 1.98412698vw 0px;
}
@media (min-width: 1513px) {
  .supervisor__list-2 {
    padding: 0px 30px 0px;
  }
}
@media (max-width: 767px) {
  .supervisor__list-2 {
    padding: 0px 5.12820513vw 0px;
  }
}

.supervisor__icon-2 {
  margin-bottom: 1.5rem;
}

.supervisor__box-2 {
  width: 33.33333%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 3rem;
}
.supervisor__box-2 .supervisor__text {
  margin-left: 0;
}
.supervisor__box-2 a {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.supervisor__box-2 a:hover {
  opacity: 0.5;
}

.supervisor-detail {
  padding-bottom: 2rem;
}

.supervisor-detail__body {
  padding: 60px 1.98412698vw 0px;
}
@media (min-width: 1513px) {
  .supervisor-detail__body {
    padding: 60px 30px 0px;
  }
}
@media (max-width: 767px) {
  .supervisor-detail__body {
    padding: 60px 5.12820513vw 0px;
  }
}

.supervisor-detail__icon {
  width: 200px;
  margin: 0 auto 2rem;
}
.supervisor-detail__icon img {
  width: 200px;
}

.supervisor-detail__text {
  text-align: center;
}
.supervisor-detail__text span {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}
@media (min-width: 1513px) {
  .supervisor-detail__text span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .supervisor-detail__text span {
    font-size: 3vw;
  }
}
.supervisor-detail__text p {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1513px) {
  .supervisor-detail__text p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .supervisor-detail__text p {
    font-size: 4.5vw;
  }
}

.supervisor-detail__lead {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  margin: 2rem 0 3rem;
}
.supervisor-detail__lead a {
  color: #111;
  text-decoration: underline;
}
@media (min-width: 1513px) {
  .supervisor-detail__lead {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .supervisor-detail__lead {
    font-size: 3vw;
  }
}

.supervisor-detail__sns {
  font-size: 0.8vw;
  font-family: "Inter", sans-serif;
  margin-bottom: 6rem;
}
.supervisor-detail__sns a {
  color: #111;
  text-decoration: underline;
  font-weight: 600;
}
@media (max-width: 767px) {
  .supervisor-detail__sns {
    font-size: 3vw;
  }
}

.top-flowbtn {
  position: fixed;
  bottom: 20px;
  width: 30vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11111;
  transition: 0.8s;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.is-page-loaded .top-flowbtn {
  opacity: 1;
}
@media (min-width: 1513px) {
  .top-flowbtn {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .top-flowbtn {
    padding: 0px 5.12820513vw;
    width: 100%;
  }
}
.top-flowbtn img {
  border-radius: 8px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.is-gnav-open .top-flowbtn {
  opacity: 0;
}
.is-gnav-open .top-flowbtn {
  opacity: 0;
}

.p-contents-kv {
  width: 100%;
  position: relative;
}
.p-contents-kv__body {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 11;
}

.p-contents-kv__bg {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.9;
}

.p-contents-kv__inner {
  margin: 0 auto;
  width: 65vw;
  max-width: 65%;
  padding: 30px 0 0px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no5 .p-contents-kv__inner {
  padding: 30px 0px 15px;
}
.no6 .p-contents-kv__inner {
  padding: 30px 0px 15px;
}
.no7 .p-contents-kv__inner {
  max-width: 70%;
  width: 70%;
}
.no8 .p-contents-kv__inner {
  max-width: 70%;
  width: 70%;
}
.no9 .p-contents-kv__inner {
  max-width: 70%;
  width: 70%;
}
.no10 .p-contents-kv__inner {
  max-width: 70%;
  width: 70%;
}
.no11 .p-contents-kv__inner {
  max-width: 70%;
  width: 70%;
}
.no12 .p-contents-kv__inner {
  max-width: 70%;
  width: 70%;
}
.no13 .p-contents-kv__inner {
  max-width: 70%;
  width: 70%;
}
.no14 .p-contents-kv__inner {
  max-width: 70%;
  width: 70%;
}
.is-gnav-open .p-contents-kv__inner {
  opacity: 0;
}

.p-contents-kv__date {
  color: #fff;
  background: #111;
  display: table;
  border-radius: 30px;
  padding: 7px 20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto 15px;
  font-family: mr-eaves-modern, sans-serif;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.is-page-loaded .p-contents-kv__date {
  transition-delay: 1.5s;
  opacity: 1;
}

.p-contents-kv__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
}
.is-page-loaded .p-contents-kv__img {
  opacity: 1;
  transform: translateY(0px);
}
.p-contents-kv__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  background: #fff;
  border-radius: 20px;
  z-index: 11;
}
.is-page-loaded .p-contents-kv__img:before {
  height: 0;
}

.p-contents-kv__img-item {
  position: relative;
  animation: anime 10s 0s infinite;
}
.p-contents-kv__img-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.15;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.p-contents-kv__img-item:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation-delay: 5s;
  z-index: -1;
}

.p-contents-kv__box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 11;
}

.p-contents-kv__category {
  font-family: cormorant-garamond, serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.p-contents-kv__category p span {
  letter-spacing: -0.02em;
}
.p-contents-kv__category p {
  white-space: nowrap;
}

.p-contents-kv__heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 60px;
  color: #fff;
}
.p-contents-kv__heading .c-split {
  position: relative;
  margin: 0 auto;
  display: table;
}
.p-contents-kv__heading .c-split span {
  letter-spacing: -0.02em;
}
.p-contents-kv__heading .c-split:after {
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 1.5s;
  left: 0;
}
.is-page-loaded .p-contents-kv__heading .c-split:after {
  width: 100%;
}
.is-gnav-open .p-contents-kv__heading {
  opacity: 0;
}

.p-contents-kv__category-bg {
  position: absolute;
  font-size: 200px;
  font-size: 20rem;
  font-weight: 300;
  line-height: 0.8;
  font-family: cormorant-garamond, serif;
  opacity: 0.05;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -50px;
  left: 0;
  text-transform: uppercase;
}
.p-contents-kv__category-bg p {
  white-space: nowrap;
  animation: animate-text 80s linear infinite;
}

.p-contents-kv__subimg {
  position: absolute;
  width: 19%;
  z-index: 11;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.8s;
}
.is-page-loaded .p-contents-kv__subimg {
  opacity: 1;
}
.p-contents-kv__subimg img {
  border-radius: 10px;
}
.p-contents-kv__subimg--1 {
  top: 25%;
  left: 2%;
  transition-delay: 0.6s;
}
.p-contents-kv__subimg--2 {
  top: 28%;
  right: 3%;
  transition-delay: 1s;
}
.p-contents-kv__subimg--3 {
  top: 52%;
  left: 4%;
  transition-delay: 1.2s;
}
.p-contents-kv__subimg--4 {
  top: 55%;
  right: 2%;
  transition-delay: 0.8s;
}
.p-contents-kv__subimg--5 {
  width: 15%;
  top: 50%;
  left: 0;
  transform: translateY(-50%) !important;
  height: 100%;
  transition-delay: 0.6s;
}
.p-contents-kv__subimg--5 .p-contents-kv__subimg-item {
  width: 130%;
  top: 50%;
  left: 50%;
  transform: translate(-15%, -200%) !important;
}
.p-contents-kv__subimg--6 {
  width: calc(50% - 375px);
  width: 15%;
  right: 0;
  transform: translateY(-50%) !important;
  height: 100%;
  transition-delay: 0.6s;
  top: 50%;
}
.p-contents-kv__subimg--6 .p-contents-kv__subimg-item {
  width: 130%;
  top: 50%;
  left: 50%;
  transform: translate(-85%, 30%) !important;
}
.is-gnav-open .p-contents-kv__subimg {
  opacity: 0;
  transition-delay: 0s;
}

.p-contents-kv__subimg-item {
  /* 配置の設定 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  /* アニメーションの設定 */
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 200ms 300ms, transform 600ms;
  border-radius: 10px;
}
.p-contents-kv__subimg-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 1.2s;
  background: #fff;
}
.is-page-loaded .p-contents-kv__subimg-item:after {
  height: 0;
}
.p-contents-kv__subimg-item:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}

.p-contents-kv__subimg-item.is-current {
  opacity: 1;
  transform: rotateY(0deg);
  transition: opacity 200ms 300ms, transform 400ms 500ms;
}

.p-contents__main {
  position: relative;
  overflow: hidden;
}

.p-contents__body {
  position: relative;
  z-index: 111;
  background: #fff;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
@media (max-width: 767px) {
  .p-contents__body {
    padding-top: 0px;
  }
}
.is-gnav-open .p-contents__body {
  opacity: 0;
}

.is-gnav-open .no20-itemlist {
  opacity: 0;
}

.p-contents__intro {
  max-width: 700px;
  margin: 0 auto;
  display: block;
  padding: 30px 30px 40px;
}
@media (max-width: 320px) {
  .p-contents__intro {
    padding: 30px 20px 40px;
  }
}

.p-contents__intro-tag {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  font-family: cormorant-garamond, serif;
}

.p-contents__lead {
  padding-left: 0px !important;
  margin-top: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
}
.p-contents__lead a {
  color: #111;
  font-weight: 500;
  border: 1px solid #111;
  padding: 10px 20px;
  border-radius: 40px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.p-contents__lead a:hover {
  color: #fff;
  background: #111;
}

.p-contents__profile {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  padding: 100px 0 120px;
  display: block;
  padding: 50px 30px 80px;
}
@media (max-width: 320px) {
  .p-contents__profile {
    display: block;
    padding: 50px 20px 60px;
  }
}

.p-contents__profile-img {
  width: 160px;
  max-width: 160px;
  flex-basis: 160px;
  margin: 0 auto;
}
.p-contents__profile-img img {
  margin-bottom: 10px;
}
.p-contents__profile-img p {
  text-align: center;
  margin-top: 5px;
}
.p-contents__profile-img p.jp {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.4;
}
.p-contents__profile-img p.en {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.p-contents__profile-textarea {
  width: calc(100% - 160px);
  max-width: calc(100% - 160px);
  flex-basis: calc(100% - 160px);
  padding-left: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.2;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  padding-left: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 30px;
}
.p-contents__profile-textarea p a {
  color: #111;
  font-weight: 600;
  text-decoration: underline;
}

.p-contents__profile-tag {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  font-family: cormorant-garamond, serif;
  margin-bottom: 25px;
}

.p-contents__profile-sns {
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}
.p-contents__profile-sns span {
  display: inline-block;
  vertical-align: middle;
}
.p-contents__profile-sns .c-icon-instagram {
  font-size: 18px;
  margin-right: 5px;
}
.p-contents__profile-sns a {
  color: #111;
  font-weight: 600;
  text-decoration: underline;
}

.p-contents-kv__inner-2 {
  margin: 0 auto;
  margin-top: 30px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  padding: 0 50px 50px;
}
.is-gnav-open .p-contents-kv__inner-2 {
  opacity: 0;
}

.p-contents-kv__wrap {
  z-index: 11;
  position: relative;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0s;
  transform: translateY(100px);
}
.is-page-loaded .p-contents-kv__wrap {
  opacity: 1;
  transform: translateY(0px);
}

.p-contents-kv__category-img {
  position: absolute;
  top: 0;
  right: 0px;
  width: 65px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0s;
  text-align: center;
  margin-bottom: 10px;
  width: 25px;
}
.is-page-loaded .p-contents-kv__category-img {
  right: -37px;
}
.p-contents-kv__category-img--pc {
  display: none;
}
.p-contents-kv__category-img--sp {
  display: none;
  display: block;
}

.p-contents-kv__frame {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  z-index: 11;
  position: relative;
}

.p-contents-kv__img-2 {
  width: 100%;
  position: relative;
}
.p-contents-kv__img-2:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.5s;
}
.is-page-loaded .p-contents-kv__img-2:after {
  width: 0;
}

.p-contents-kv__box-2 {
  width: 100%;
  padding: 25px 0 10px;
  background: #fff;
  position: relative;
}
.no20 .p-contents-kv__box-2 {
  padding: 25px 0 20px;
}
.no21 .p-contents-kv__box-2 {
  padding: 25px 0 20px;
}
.no22 .p-contents-kv__box-2 {
  padding: 25px 0 20px;
}
.p-contents-kv__box-2 .c-icon-people__item {
  width: 33.333%;
  text-align: center;
}
.p-contents-kv__box-2 .c-icon-people {
  position: relative;
  display: block;
  margin: 20px auto 0;
  flex-wrap: wrap;
}
.no20 .p-contents-kv__box-2 .c-icon-people {
  width: 100%;
  display: flex;
}
.no21 .p-contents-kv__box-2 .c-icon-people {
  width: 100%;
  display: flex;
}
.no22 .p-contents-kv__box-2 .c-icon-people {
  width: 100%;
  display: flex;
}
.p-contents-kv__box-2 .c-icon-people__img {
  margin: 0 auto;
}
.p-contents-kv__box-2 .c-icon-people__textbox {
  text-align: left;
  margin-left: 10px;
  margin-top: 0;
  text-align: center;
  margin-left: 0px;
}
.p-contents-kv__box-2 .c-icon-people__cat {
  color: #111 !important;
}
.p-contents-kv__box-2 .c-icon-people__name {
  color: #111 !important;
}

.p-contents-kv__box-body {
  position: static;
  transform: translate(0%, 0%);
  width: 100%;
}

.p-contents-kv__box-inner {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.no20 .p-contents-kv__box-inner {
  padding: 0 20px;
}
.no20 .p-contents-kv__box-inner .c-icon-people__textbox {
  text-align: center;
  padding: 0;
  margin: 0;
}
.no20 .p-contents-kv__box-inner .c-icon-people__img {
  margin: 0 auto 5px;
}
.no20 .p-contents-kv__box-inner .c-icon-people__item {
  margin: 0 auto 15px;
}
.no21 .p-contents-kv__box-inner {
  padding: 0 20px;
}
.no21 .p-contents-kv__box-inner .c-icon-people__textbox {
  text-align: center;
  padding: 0;
  margin: 0;
}
.no21 .p-contents-kv__box-inner .c-icon-people__img {
  margin: 0 auto 5px;
}
.no22 .p-contents-kv__box-inner {
  padding: 0 20px;
}
.no22 .p-contents-kv__box-inner .c-icon-people__textbox {
  text-align: center;
  padding: 0;
  margin: 0;
}
.no22 .p-contents-kv__box-inner .c-icon-people__img {
  margin: 0 auto 5px;
}

.p-contents-kv__category-2 {
  font-family: cormorant-garamond, serif;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 5px;
  overflow: hidden;
}
.p-contents-kv__category-2 span {
  display: block;
  opacity: 0;
  transform: translateY(101%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
}
.is-page-loaded .p-contents-kv__category-2 span {
  transform: translateY(0);
  opacity: 1;
}

.p-contents-kv__heading-2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 0px;
  text-align: center;
}
.p-contents-kv__heading-2 .c-split {
  position: relative;
  display: table;
  margin: 0 auto;
}
.p-contents-kv__heading-2 .c-split span {
  letter-spacing: -0.02em;
}
.p-contents-kv__heading-2 .c-split:after {
  width: 0;
  height: 1px;
  background: #111;
  content: "";
  position: absolute;
  bottom: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.8s;
  left: 0;
}
.is-page-loaded .p-contents-kv__heading-2 .c-split:after {
  width: 100%;
}

.other {
  padding-top: 2rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 11;
  background: #fff;
}

.c-share {
  margin: 3rem auto 0;
  padding-bottom: 6rem;
}

.no1 .p-contents__body {
  background: #fdfdf8;
}

.no1-index {
  padding: 0 120px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}

.no1-index__flowtext {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
}
.no1-index__flowtext p {
  white-space: nowrap;
  font-family: cormorant-garamond, serif;
  animation: animate-text 20s linear infinite;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

.no1-index__item a {
  display: block;
  position: relative;
  cursor: pointer;
}
.no1-index__item a:hover .no1-index__img:nth-child(2) {
  opacity: 1;
}

.no1-index__img {
  position: relative;
}
.no1-index__img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no1-index__img:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.no1-index__img:nth-child(2) p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  font-family: cormorant-garamond, serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.no1-index__img .c-split {
  opacity: 1;
}
.no1-index__img .c-split-move {
  transform: translateX(0);
  letter-spacing: -0.03em;
}

.no1-coordinate__item {
  padding-top: 120px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.no1-coordinate__bg-img {
  position: relative;
  padding: 100px;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 90px 40px 60px;
}
.is-onscreen .no1-coordinate__bg-img {
  opacity: 1;
}

.no1-coordinate__main {
  overflow: hidden;
  transform: scale(0.8);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transition-delay: 0.8s;
}
.is-onscreen .no1-coordinate__main {
  transform: scale(1);
  opacity: 1;
}

.no1-coordinate__main-inner {
  transform: scale(1.4);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.8s;
}
.is-onscreen .no1-coordinate__main-inner {
  transform: scale(1);
}

.no1-coordinate__ttl-01 {
  position: absolute;
  top: 60px;
  left: 40px;
  font-family: cormorant-garamond, serif;
  z-index: 1;
  font-size: 90px;
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  top: 65px;
  left: 20px;
}
.no1-coordinate__ttl-01 .c-split-move {
  letter-spacing: -0.03em;
}

.no1-coordinate__ttl-02 {
  position: absolute;
  bottom: 60px;
  right: 40px;
  z-index: 1;
  font-family: cormorant-garamond, serif;
  font-size: 90px;
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  bottom: 37px;
  right: 20px;
}
.no1-coordinate__ttl-02 .c-split {
  transition-delay: 0.8s;
}
.no1-coordinate__ttl-02 .c-split-move {
  letter-spacing: -0.03em;
  transition-delay: 0.8s;
}

.no1-coordinate__ttl-03 {
  position: absolute;
  top: 50px;
  left: 40px;
  font-family: cormorant-garamond, serif;
  z-index: 1;
  font-size: 90px;
  font-size: 9rem;
  font-weight: 400;
  line-height: 0.8;
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 0.9;
  top: 65px;
  left: 20px;
}
.no1-coordinate__ttl-03 .c-split-move {
  letter-spacing: -0.03em;
}

.no1-coordinate__cat {
  position: absolute;
  top: 50%;
  left: 42px;
  transform: translateY(-50%);
  color: #fff;
  font-family: cormorant-garamond, serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  writing-mode: vertical-lr;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  left: 15px;
}

.no1-coordinate__current {
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
  color: #fff;
  font-family: cormorant-garamond, serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  right: 15px;
}
.no1-coordinate__current p {
  padding: 5px 0;
}
.no1-coordinate__current p:nth-child(1) {
  position: relative;
  padding-bottom: 8px;
}
.no1-coordinate__current p:nth-child(1):after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
}

.no1-coordinate__num {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 111;
  opacity: 0;
  margin-top: 60px;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 75px;
}
.no1-coordinate__num img {
  width: 100px;
}
.no1-coordinate__num.is-onscreen {
  opacity: 1;
  margin-top: 0;
}
.no1-coordinate__num p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: cormorant-garamond, serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  margin-top: -7px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}
.no1-coordinate__num img {
  animation: rotation1 14s linear infinite;
}

.no1-coordinate__credit {
  padding-top: 80px;
  padding-left: 16.777%;
  padding-top: 20px;
  padding-left: 0px;
}

.no1-coordinate__box {
  padding: 160px 120px 0 80px;
  padding: 40px 30px 0px;
}

.no1-coordinate__coat {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  padding-bottom: 25px;
}
.no1-coordinate__coat:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #707070;
  width: 0;
  height: 1px;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: 50%;
  transform: translateX(-50%);
}
.no1-coordinate__coat-jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.5;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.no1-coordinate__coat-en {
  font-family: cormorant-garamond, serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
.no1-coordinate__coat p {
  overflow: hidden;
}
.no1-coordinate__coat span {
  transform: translateY(100%);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}
.no1-coordinate__coat.is-onscreen span {
  transform: translateY(0%);
}
.no1-coordinate__coat.is-onscreen:after {
  width: 23px;
}

.no1-coordinate__sub {
  overflow: hidden;
  transform: scale(0.8);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  margin-top: 60px;
  margin-top: 40px;
}
.no1-coordinate__sub.is-onscreen {
  transform: scale(1);
  opacity: 1;
}

.no1-coordinate__sub-inner {
  transform: scale(1.4);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-onscreen .no1-coordinate__sub-inner {
  transform: scale(1);
}

.no1-coordinate__heading {
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.no1-coordinate__heading.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no2 .p-contents__body {
  background: #f2e6d9;
}

.no2-index {
  padding: 0 120px;
  padding: 0 30px;
  padding: 0 20px;
}
.no2-index .l-row {
  margin-left: -5px;
  margin-right: -5px;
}
.no2-index .l-col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.no2-index__flowtext {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
  margin-bottom: 30px;
}
.no2-index__flowtext p {
  white-space: nowrap;
  font-family: cormorant-garamond, serif;
  animation: animate-text 20s linear infinite;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

.no2-index__item {
  margin-bottom: 15px;
}
.no2-index__item a {
  display: block;
  color: #111;
  text-align: center;
  border: 1px solid #111;
  padding: 30px 0;
  border-radius: 60px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  padding: 13px 0;
  border-radius: 60px;
}
.no2-index__item a svg {
  width: 7px;
}
.no2-index__item a:hover {
  color: #fff;
  background: #111;
}
.no2-index__item a:hover svg line {
  stroke: #fff;
}
.no2-index__item a:hover svg path {
  stroke: #fff;
}
.no2-index__item span {
  display: block;
}
.no2-index__item span:nth-child(1) {
  font-family: cormorant-garamond, serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
.no2-index__item span:nth-child(2) {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}

.no2-index__num {
  font-family: cormorant-garamond, serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 3px;
}

.no2-trend {
  max-width: 1600px;
  margin: 0 auto;
}

.no2-trend__list {
  position: relative;
  padding: 0 30px;
  margin-top: 140px;
  margin-top: 0px;
  padding: 0px 15px;
}

.no2-trend__wrap {
  border: 1px solid #4a4a4a;
  position: relative;
  border: none;
}

.no2-trend__season-pc {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
}

.no2-trend__season-sp {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  display: none;
  text-align: right;
  margin-bottom: 30px;
  display: block;
}

.no2-trend__item {
  padding-top: 140px;
  margin-top: -50px;
  margin-bottom: 60px;
  overflow: hidden;
  padding-top: 100px;
  margin-top: -50px;
  margin-bottom: 0px;
}
.no2-trend__item--2 .no2-trend__box {
  padding-left: 0;
  padding-right: 0;
}
.no2-trend__item--2 .no2-trend__icon {
  left: inherit;
  right: 0;
  left: 0;
  right: inherit;
}
.no2-trend__item--4 .no2-trend__box {
  padding-left: 0;
  padding-right: 45px;
  padding-right: 0;
}
.no2-trend__item--4 .no2-trend__icon {
  left: inherit;
  right: 0;
  left: 0;
  right: inherit;
}

.no2-trend__inner {
  position: relative;
  padding: 25px 45px 0px;
  border: 1px solid #4a4a4a;
  padding: 15px 15px 40px;
}

.no2-trend__img {
  position: sticky;
  top: 0;
}

.no2-trend__bg-text {
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
}
.no2-trend__bg-text p {
  white-space: nowrap;
  font-family: cormorant-garamond, serif;
  animation: animate-text 50s linear infinite;
  font-size: 120px;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.02;
}

.no2-trend__img {
  position: relative;
  margin-top: -60px;
}

.no2-trend__img-inner {
  overflow: hidden;
  border-radius: 180px;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  border-radius: 120px;
}
.no2-trend__img-inner img {
  transform: scale(1.15);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  transform: scale(1.3);
}
.is-onscreen .no2-trend__img-inner {
  opacity: 1;
}
.is-onscreen .no2-trend__img-inner img {
  transform: scale(1);
  transform: scale(1.18);
}

.no2-trend__icon {
  position: absolute;
  top: 0;
  left: 0;
  font-family: cormorant-garamond, serif;
  text-align: center;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  transform: translateY(50px);
  top: auto;
  bottom: -10px;
}
.is-onscreen .no2-trend__icon {
  opacity: 1;
  transform: translateY(0px);
}
.no2-trend__icon span {
  display: block;
}

.no2-trend__ttl {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.no2-trend__num {
  font-size: 180px;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  margin-top: -65px;
  font-size: 82px;
  font-size: 8.2rem;
  font-weight: 400;
  line-height: 1;
  margin-top: -30px;
}

.no2-trend__box {
  padding-left: 45px;
  padding: 0;
  margin-top: -100px;
  margin-top: 30px;
}
.no2-trend__box .c-paragraph span {
  display: inline;
  background: linear-gradient(transparent 50%, #e9e391 50%);
  background-size: 0% 100%;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  background-repeat: no-repeat;
  transition-delay: 0.8s;
}
.no2-trend__box .c-paragraph.is-onscreen span {
  background-size: 100% 100%;
}

.no2-trend__heading {
  position: relative;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 40px;
  z-index: 1;
  padding: 25px 0;
}
.no2-trend__heading:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no2-trend__heading.is-onscreen:after {
  width: 100%;
}
.no2-trend__heading.is-onscreen p span {
  transform: translateY(0%);
}
.no2-trend__heading p {
  overflow: hidden;
}
.no2-trend__heading p span {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  display: block;
  transform: translateY(100%);
}
.no2-trend__heading-en {
  font-family: cormorant-garamond, serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}
.no2-trend__heading-jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.no2-trend__tag-1 {
  font-family: mr-eaves-modern, sans-serif !important;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  display: table;
  margin: 0 auto 5px;
  position: relative;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.3s;
  opacity: 0;
}
.is-onscreen .no2-trend__tag-1 {
  opacity: 1;
}
.no2-trend__tag-1 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.no2-trend__tag-2 {
  font-family: cormorant-garamond, serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.3s;
  writing-mode: vertical-lr;
  font-style: italic;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.is-onscreen .no2-trend__tag-2 {
  opacity: 1;
}

.no2-trend__tag-3 {
  font-family: cormorant-garamond, serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.3s;
  opacity: 0;
  writing-mode: vertical-lr;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.is-onscreen .no2-trend__tag-3 {
  opacity: 1;
}

.no2-item {
  margin-top: 30px;
  margin-top: 30px;
  padding: 0 10px;
  padding: 0 5px;
}
.no2-item .l-col-xs-12:nth-child(2) .no2-item__list {
  flex-direction: row-reverse;
}
.no2-item .l-col-xs-12:nth-child(4) .no2-item__list {
  flex-direction: row-reverse;
}

.no2-item__ttl {
  text-align: center;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}

.no2-item__list {
  margin-bottom: 20px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.no2-item__list .c-credit {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  opacity: 0;
  transform: translateY(30px);
}
.no2-item__list.is-onscreen .c-credit {
  transform: translateY(0px);
  opacity: 1;
}
.no2-item__list .no2-item__img {
  width: 100%;
}
.no2-item__list .no2-item__img--1 {
  padding-right: 15px;
  margin: 10px 0;
}
.no2-item__list .no2-item__img--3 {
  padding-left: 10px;
  padding-right: 20px;
}
.no2-item__list .no2-item__img--2 {
  width: calc(100% - 160px);
  padding-right: 20px;
  width: calc(100% - 120px);
}
.no2-item__list .no2-item__img--4 {
  margin: 10px 0;
}
.no2-item__list .no2-item__img--5 {
  padding-right: 20px;
}
.no2-item__list .no2-item__img--6 {
  width: calc(100% - 30px);
  padding-right: 20px;
  width: calc(100% - 0px);
  padding-right: 10px;
}
.no2-item__list .no2-item__img--7 {
  width: calc(100% - 20px);
  padding-left: 10px;
  margin-bottom: 10px;
  width: calc(100% - 10px);
  padding-left: 0px;
}
.no2-item__list .no2-item__img--8 {
  width: calc(100% - 80px);
  padding-right: 10px;
  margin-bottom: 10px;
}
.no2-item__list .no2-item__img--9 {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.no2-item__list .no2-item__img--10 {
  width: calc(100% - 30px);
  padding-right: 20px;
}
.no2-item__list .no2-item__img--11 {
  width: calc(100% - 150px);
  padding-left: 10px;
}
.no2-item__list .no2-item__img--12 {
  padding-right: 20px;
  margin-bottom: 10px;
  margin-bottom: 20px;
}
.no2-item__list .no2-item__img--13 {
  width: calc(100% - 80px);
  padding-right: 10px;
  margin-bottom: 10px;
}
.no2-item__list .no2-item__img--14 {
  width: calc(100% - 20px);
  padding-right: 10px;
}
.no2-item__list .no2-item__img--15 {
  width: calc(100% - 20px);
  padding-right: 10px;
}
.no2-item__list .no2-item__img--16 {
  width: calc(100% - 40px);
  padding-left: 10px;
  margin-bottom: 10px;
}
.no2-item__list .no2-item__img--17 {
  width: calc(100% - 20px);
  padding-right: 10px;
  margin: 10px 0;
}
.no2-item__list .no2-item__img--18 {
  width: calc(100% - 10px);
  padding-left: 10px;
  margin-bottom: 10px;
}
.no2-item__list .no2-item__img--19 {
  width: calc(100% - 10px);
  padding-right: 10px;
}
.no2-item__list .c-credit {
  width: 100%;
}

.no2-item__img {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  opacity: 0;
  transform: translateY(60px);
}
.is-onscreen .no2-item__img {
  transform: translateY(0px);
  opacity: 1;
}

.no3-about {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 120px;
  position: relative;
  padding: 0 30px;
}

.no3-about__body {
  padding: 80px 0;
  border-top: 1px solid #999;
  padding: 60px 0 35px;
}

.no3-about__bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.1;
  display: flex;
  height: 700px;
}
.no3-about__bg img {
  animation: animate-text 30s linear infinite;
  max-width: inherit !important;
}

.no3-tag {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 3px 20px;
  border: 1px solid #707070;
  border-radius: 30px;
  display: table;
  margin-bottom: 20px;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  margin-bottom: 15px;
}
.is-onscreen .no3-tag {
  opacity: 1;
}

.no3-button {
  margin-top: 20px;
}
.no3-button a {
  display: table;
  background: #f59992;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  padding: 28px 40px;
  border-radius: 50px;
  position: relative;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  padding: 25px 40px;
  margin: 0 auto;
}
.no3-button a span {
  display: block;
  position: relative;
  z-index: 11;
}
.no3-button a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background: #f59992;
  opacity: 0.4;
  border-radius: 50px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.no3-button a:hover {
  transform: translate(5px, 5px);
  background: #111;
}
.no3-button a:hover:before {
  top: 0;
  left: 0;
  opacity: 0;
}
.no3-button--2 {
  margin: 0 auto;
  display: table;
}

.no3-about__heading {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(60px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.is-onscreen .no3-about__heading {
  opacity: 1;
  transform: translateY(0px);
}

.no3-graph {
  position: relative;
  margin-top: 40px;
}

.no3-type__icon {
  position: absolute;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  margin-top: 30px;
}
.is-onscreen .no3-type__icon {
  opacity: 1;
  margin-top: 0;
}
.no3-type__icon a {
  display: block;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.no3-type__icon a:hover {
  opacity: 0.5;
}
.no3-type__icon--1 {
  width: 15.2%;
  top: 7%;
  right: 13%;
  transition-delay: 0.55s;
}
@media (max-width: 767px) {
  .no3-type__icon--1 {
    width: 13vw;
  }
}
.no3-type__icon--2 {
  width: 17.75%;
  top: 31%;
  right: 11%;
  transition-delay: 0.6s;
}
@media (max-width: 767px) {
  .no3-type__icon--2 {
    width: 18vw;
  }
}
.no3-type__icon--3 {
  width: 15.2%;
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  transition-delay: 0.45s;
}
@media (max-width: 767px) {
  .no3-type__icon--3 {
    width: 13vw;
  }
}
.no3-type__icon--4 {
  width: 18.4%;
  top: 19%;
  left: 14%;
  transition-delay: 0.7s;
}
@media (max-width: 767px) {
  .no3-type__icon--4 {
    width: 19.5vw;
  }
}
.no3-type__icon--5 {
  width: 15.2%;
  top: 54%;
  right: 13%;
  transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .no3-type__icon--5 {
    width: 13vw;
  }
}
.no3-type__icon--6 {
  width: 18.7%;
  top: 54%;
  left: 50%;
  transform: translateX(-50%);
  transition-delay: 0.65s;
}
@media (max-width: 767px) {
  .no3-type__icon--6 {
    width: 19.7vw;
  }
}
.no3-type__icon--7 {
  width: 15.3%;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .no3-type__icon--7 {
    width: 13.1vw;
  }
}
.no3-type__icon--8 {
  width: 15.2%;
  top: 54%;
  left: 17%;
  transition-delay: 0.75s;
}
@media (max-width: 767px) {
  .no3-type__icon--8 {
    width: 13vw;
  }
}

.no3-intro {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 120px 120px;
  position: relative;
  padding: 0 30px 80px;
}
.no3-intro .l-col-sm-5 {
  position: relative;
}
.no3-intro .l-col-sm-5:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  content: none;
}

.no3-profile {
  padding-right: 20%;
  position: relative;
  padding-right: 0;
  padding-top: 35px;
  margin-top: 10px;
}
.no3-profile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}

.no3-profile__img {
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no3-profile__img.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no3-profile__text {
  padding-left: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  padding-left: 20px;
}
.no3-profile__text.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no3-profile__name-en {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

.no3-profile__name-jp {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.4;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.no3-profile__des {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 28px;
}
.no3-profile__des a {
  display: block;
  color: #111;
}
.no3-profile__des a:hover {
  opacity: 0.5;
}

.no3-intro__ttl {
  position: relative;
  display: table;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  padding: 8px 12px;
  margin-bottom: 20px;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.no3-intro__ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #f59992;
  z-index: -1;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  width: 0;
}
.no3-intro__ttl.is-onscreen {
  opacity: 1;
}
.no3-intro__ttl.is-onscreen:before {
  width: 100%;
}

.no3-intro__copy {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no3-intro__copy.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no3-diagnosis {
  position: relative;
  padding: 140px 120px 200px;
  overflow: hidden;
  padding: 80px 30px 100px;
}
.no3-diagnosis:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #d7e6fe, #ffd5f1);
  opacity: 0.4;
}

.no3-diagnosis__bg {
  position: absolute;
  top: 0;
  left: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.no3-diagnosis__inner {
  max-width: 790px;
  margin: 0px auto 0;
  position: relative;
  z-index: 11;
}

.no3-diagnosis__ttl {
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 40px;
}
.no3-diagnosis__ttl .no3-tag {
  margin: 0 auto 20px;
}
.no3-diagnosis__ttl-jp {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}
.no3-diagnosis__ttl-en {
  font-size: 100px;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  font-family: cormorant-garamond, serif;
  position: relative;
  display: table;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}
.no3-diagnosis__ttl-en:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #111;
  width: 0%;
  height: 3px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.3s;
}
.is-onscreen .no3-diagnosis__ttl-en:after {
  width: 100%;
}
.no3-diagnosis__ttl p {
  display: table;
  overflow: hidden;
  margin: 0 auto;
}
.no3-diagnosis__ttl span {
  transform: translateY(100%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  display: block;
}
.no3-diagnosis__ttl.is-onscreen span {
  transform: translateY(0);
}

.no3-diagnosis__question {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  display: table;
  margin: 0 auto 5px;
  position: relative;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.3s;
  opacity: 0;
  color: #fff;
  text-align: center;
  animation: yurayura 2s linear infinite;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
}
.no3-diagnosis__question svg g {
  fill: #111;
}
.no3-diagnosis__question svg {
  width: 175px;
}
.no3-diagnosis__question--2 {
  display: none;
  margin-top: 160px;
  margin-top: 60px;
  margin-bottom: 50px;
}
.no3-diagnosis__question--2.is-active {
  display: block;
}
.no3-diagnosis__question.is-onscreen {
  opacity: 1;
}
.no3-diagnosis__question span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.no3-box {
  position: relative;
  height: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.no3-box.is-active {
  padding-top: 120px;
  opacity: 1;
  height: auto;
  margin-bottom: -70px;
  pointer-events: all;
  padding-top: 90px;
  margin-bottom: -50px;
}
.no3-box--1 {
  z-index: 16;
  margin-top: -110px;
  margin-top: -80px;
}
.no3-box--2 {
  z-index: 15;
}
.no3-box--3 {
  z-index: 14;
}
.no3-box--4 {
  z-index: 13;
}
.no3-box--5 {
  z-index: 12;
}
.no3-box--6 {
  z-index: 11;
}
.no3-box--7 {
  z-index: 10;
}
.no3-box--8 {
  z-index: 9;
  margin-top: -110px;
}
.no3-box--9 {
  z-index: 8;
}
.no3-box--10 {
  z-index: 7;
}
.no3-box--11 {
  z-index: 6;
}
.no3-box--12 {
  z-index: 5;
}
.no3-box--13 {
  z-index: 4;
}
.no3-box--14 {
  z-index: 3;
}
.no3-box--15 {
  z-index: 2;
}
.no3-box--result {
  z-index: 1;
  margin-bottom: 120px;
}
.no3-box--result.is-active {
  padding-top: 160px;
  padding-top: 90px;
}
.no3-box .l-col-xs-12 {
  margin-bottom: 40px;
}

.no3-box__question {
  position: relative;
  padding-bottom: 17px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-bottom: 30px;
}
.no3-box__question:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 0;
}

.no3-box__question-num {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  width: 100px;
  border-right: 2px solid #111;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  width: 60px;
}

.no3-box__question-ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  width: calc(100% - 160px);
  padding-left: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  padding-left: 15px;
  width: calc(100% - 120px);
}

.no3-box__question-current {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  width: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.no3-box__checkbox {
  position: relative;
  height: 100%;
  text-align: center;
  cursor: pointer;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  z-index: 1111;
  border-radius: 20px;
  transition: inherit;
}
.no3-box__checkbox a {
  display: block;
  padding: 45px 60px;
  color: #111;
  position: relative;
  z-index: 1111;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  background: #fff;
  transition: inherit;
  padding: 38px 40px;
}
.no3-box__checkbox a:hover {
  background: #fcd6d3;
}
.no3-box__checkbox a:hover .no3-box__checkicon img {
  opacity: 1;
}

.no3-box__checkicon {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  transition: all 0.2s;
  border: 1px solid #707070;
  transition: inherit;
}
.no3-box__checkicon img {
  opacity: 0;
  position: absolute;
  left: 7px;
  transform: scale(1.3);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: inherit;
}

.is-q-active .no3-box__checkbox a {
  background: #fcd6d3;
}

.is-q-active .no3-box__checkicon img {
  opacity: 1;
}

.no3-box__checktext {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.no3-button__alert {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-top: 30px;
  display: none;
}

.no3-button__alert.is-show {
  display: block;
}

.no3-result {
  padding: 120px 0px 0;
  margin-top: -120px;
}

.no3-result__list {
  padding: 120px 0px;
  display: none;
  padding: 60px 0px;
}
.no3-result__list.is-active {
  display: block !important;
}
.no3-result__list.result1 {
  background: #f1d7c0;
}
.no3-result__list.result2 {
  background: #d4ca83;
}
.no3-result__list.result3 {
  background: #e0ceb6;
}
.no3-result__list.result4 {
  background: #a4aeb7;
}
.no3-result__list.result5 {
  background: #a2b190;
}
.no3-result__list.result6 {
  background: #cdcfdc;
}
.no3-result__list.result7 {
  background: #e3f2d8;
}
.no3-result__list.result8 {
  background: #d9bfdb;
}

.no3-result__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 120px;
  padding: 0px 30px;
}
.no3-result__inner .no3-button--2 {
  margin-top: 60px;
  margin-top: 40px;
}

.no3-result__heading {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}

.no3-result__type {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}
.no3-result__type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #111;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no3-result__type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #111;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no3-result__type.is-onscreen:after {
  width: 100%;
}
.no3-result__type.is-onscreen:before {
  width: 100%;
}
.no3-result__type p {
  font-family: cormorant-garamond, serif;
  text-align: center;
}
.no3-result__type p .c-split-move {
  letter-spacing: -0.03em;
}
.no3-result__type p.type {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.no3-result__type p:nth-child(2) {
  font-size: 100px;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  font-size: 43px;
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 1;
}

.no3-result__bg-text {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.no3-result__bg-text p {
  white-space: nowrap;
  font-family: cormorant-garamond, serif;
  animation: animate-text 40s linear infinite;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.05;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.no3-result__type-jp {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin: 30px 0 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin: 20px 0 25px;
}

.no3-result__box .l-col-sm-8 {
  position: relative;
}
.no3-result__box .l-col-sm-8:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #707070;
  content: none;
}

.no3-type__main {
  display: flex;
  align-items: center;
  display: block;
}

.no3-type__face {
  width: 70%;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
}

.no3-type__face-img img {
  transform: scale(1.2);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  opacity: 0;
  border-radius: 50%;
  transition-delay: 0.5s;
}
.is-onscreen .no3-type__face-img img {
  transform: scale(1);
  opacity: 1;
}

.no3-type__lead {
  width: 30%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-left: -50px;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  opacity: 0;
  margin-left: 0px;
  width: 100%;
  margin-top: -30px;
}
.is-onscreen .no3-type__lead {
  opacity: 1;
  transform: translateY(0px);
}

.no3-type__outer {
  padding-left: 50px;
  padding-left: 0px;
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
}
.no3-type__outer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #707070;
  top: 0;
  left: 0;
}
.no3-type__outer .no3-type__tag {
  margin: 0 auto 20px;
}
.no3-type__outer p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  opacity: 0;
  margin-top: -50px;
}
.no3-type__outer.is-onscreen p {
  opacity: 1;
  transform: translateY(0px);
}

.no3-type__outer-img {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 60px;
}
.no3-type__outer-img img {
  transform: scale(1.2);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  opacity: 0;
  transition-delay: 0.5s;
}
.is-onscreen .no3-type__outer-img img {
  transform: scale(1);
  opacity: 1;
}

.no3-type__info {
  margin-top: 30px;
  display: flex;
  padding-right: 20%;
  display: block;
  padding-right: 0%;
}

.no3-type__feature {
  padding-right: 60px;
  width: 50%;
  width: 100%;
  padding-right: 0%;
  text-align: center;
  padding-top: 30px;
  position: relative;
}
.no3-type__feature:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #707070;
  top: 0;
  left: 0;
}
.no3-type__feature .no3-type__tag {
  margin: 0 auto 15px;
}

.no3-type__person {
  padding-left: 60px;
  position: relative;
  width: 50%;
  width: 100%;
  padding-left: 0%;
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
}
.no3-type__person .no3-type__tag {
  margin: 0 auto 15px;
}
.no3-type__person:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #707070;
  top: 0;
  left: 0;
}
.no3-type__person p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  opacity: 0;
}
.no3-type__person.is-onscreen p {
  opacity: 1;
  transform: translateY(0px);
}
.no3-type__person:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #707070;
  content: none;
}

.no3-type__tag {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 3px 20px;
  border: 1px solid #707070;
  border-radius: 30px;
  display: table;
  margin-bottom: 20px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  opacity: 0;
}
.is-onscreen .no3-type__tag {
  opacity: 1;
}

.no3-type__info-list {
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  opacity: 0;
}
.is-onscreen .no3-type__info-list {
  opacity: 1;
  transform: translateY(0px);
}

.no3-type__info-item {
  margin-bottom: 15px;
  display: block;
}
.no3-type__info-item span {
  vertical-align: middle;
}
.no3-type__info-item span:nth-child(1) {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.no3-type__info-item span:nth-child(2) {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
}

.no3-info {
  padding: 100px 0 150px;
  padding: 50px 30px 90px;
}
.no3-info p a {
  color: #111;
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
.no3-info img {
  margin-bottom: 15px;
}

.no3-info__tag {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  padding: 3px 20px;
  border: 1px solid #707070;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
  background: #111;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  position: relative;
  z-index: 11;
  color: #fff;
  margin-bottom: 15px;
}

.no3-info__inner {
  border: 3px solid #111;
  padding: 30px 60px 50px;
  max-width: 900px;
  margin: -15px auto;
  background: #fff;
  padding: 30px 20px 20px;
  margin: -30px auto;
}

.no3-info__heading {
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}
.no3-info__heading p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.no4 .p-contents__body {
  background: #fdfdf8;
}

.no4-index {
  padding: 0 120px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}

.no4-index__flowtext {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
  margin-bottom: 30px;
}
.no4-index__flowtext p {
  white-space: nowrap;
  font-family: cormorant-garamond, serif;
  animation: animate-text 20s linear infinite;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

.no4-index__list {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.no4-index__item {
  flex-basis: 12.5%;
  max-width: 12.5%;
  flex-basis: 25%;
  max-width: 25%;
}
.no4-index__item a {
  display: block;
  position: relative;
  cursor: pointer;
}
.no4-index__item a:hover .no4-index__img:nth-child(2) {
  opacity: 1;
}

.no4-index__img {
  position: relative;
}
.no4-index__img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.no4-index__img:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.no4-index__img:nth-child(2) p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  font-family: cormorant-garamond, serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.no4-index__img .c-split {
  opacity: 1;
}
.no4-index__img .c-split-move {
  transform: translateX(0);
  letter-spacing: -0.03em;
}

.no4-coordinate__item {
  max-width: 1440px;
  margin: 0 auto 50px;
  padding: 160px 8.333% 0;
  position: relative;
  padding: 60px 30px 0;
  margin: 0 auto;
}

.no4-coordinate__box {
  position: relative;
  margin-top: 50px;
  margin-top: 30px;
}
.no4-coordinate__box .swiper-pagination-bullet {
  position: relative;
  font-size: 20px;
  font-family: cormorant-garamond, serif;
  color: #000 !important;
  opacity: 1 !important;
  background: transparent !important;
  display: inline-block;
  text-align: center;
  padding-left: 15px;
  font-size: 16px;
}
.no4-coordinate__box .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #a2996f;
  transition: 0.8s;
  margin-left: 10px;
  bottom: -15px;
}
.no4-coordinate__box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #a2996f !important;
}
.no4-coordinate__box .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: calc(100% - 0px);
}
.no4-coordinate__box .swiper-pagination {
  display: table;
  width: auto;
  margin-left: auto;
  margin-top: 10px;
}

.no4-coordinate__tag {
  overflow: hidden;
  margin: 0 auto 30px;
  display: table;
  position: relative;
  margin: 0 auto 15px;
}
.no4-coordinate__tag-cat {
  font-family: cormorant-garamond, serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.no4-coordinate__tag-cat:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0%, -50%);
  background: #111;
  height: 1px;
  width: 0;
  margin-left: -5px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.3s;
}
.no4-coordinate__tag-num {
  font-family: cormorant-garamond, serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}
.no4-coordinate__tag span {
  display: inline-block;
  transform: translateY(100%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  padding: 0 12px;
}
.no4-coordinate__tag.is-onscreen .no4-coordinate__tag-cat:after {
  width: 10px;
}
.no4-coordinate__tag.is-onscreen span {
  transform: translateY(0);
}

.no4-coordinate__ttl {
  font-family: cormorant-garamond, serif;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}
.no4-coordinate__ttl span {
  letter-spacing: -0.03em;
}

.no4-swiper {
  opacity: 0;
  transform: translateY(60px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.8s;
}
.no4-swiper.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}

.no4-coordinate__textarea {
  text-align: left;
  padding-left: 30px;
  padding: 0;
}
.no4-coordinate__item--2 .no4-coordinate__textarea {
  padding-left: 0;
  padding-right: 30px;
}
.no4-coordinate__item--2 .no4-coordinate__textarea {
  padding: 0;
}
.no4-coordinate__textarea .c-credit {
  opacity: 0;
  transform: translateY(30px);
}
.no4-coordinate__textarea .c-credit.js-onscreen {
  opacity: 1;
  transform: translateY(0);
}

.no4-coordinate__head {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.no4-coordinate__head:after {
  content: "";
  width: 0;
  height: 1px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no4-coordinate__head.is-onscreen:after {
  width: 100%;
}

.no4-coordinate__coat {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.no4-coordinate__coat--jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  margin-bottom: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
.no4-coordinate__coat--en {
  font-family: cormorant-garamond, serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.no4-coordinate__coat--price {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
  color: #bca192;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
.no4-coordinate__coat--price span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.no4-coordinate__coat span {
  transform: translateY(100%);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-onscreen .no4-coordinate__coat span {
  transform: translateY(0%);
}

.no4-coordinate__bg {
  overflow: hidden;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  margin-top: 60px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50px, -50%) scale(0.8);
  width: 1030px;
  height: 1030px;
  border-radius: 50%;
  margin-top: -30px;
  z-index: -1;
  width: 500px;
  height: 500px;
  transform: translate(50%, 0%) scale(0.8);
  margin-top: -15px;
  top: 0%;
}
.no4-coordinate__item--2 .no4-coordinate__bg {
  right: inherit;
  left: 50%;
  transform: translate(-50px, -50%) scale(0.8);
  transform: translate(-50%, 0%) scale(0.8);
}
.no4-coordinate__bg.is-onscreen {
  transform: translate(50px, -50%) scale(1);
  opacity: 1;
  transform: translate(50%, 0%) scale(1);
}
.no4-coordinate__item--2 .no4-coordinate__bg.is-onscreen {
  transform: translate(-50px, -50%) scale(1);
  transform: translate(-50%, 0%) scale(1);
}

.no4-coordinate__bg-inner {
  transform: scale(1.4);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  background-image: url(../img/contents/04/coat_main_01_bg.webp);
  background-size: cover;
}
.is-onscreen .no4-coordinate__bg-inner {
  transform: scale(1);
}
.no4-coordinate__bg--2 .no4-coordinate__bg-inner {
  background-image: url(../img/contents/04/coat_main_06_bg.webp);
}
.no4-coordinate__bg--3 .no4-coordinate__bg-inner {
  background-image: url(../img/contents/04/coat_main_05_bg.webp);
}
.no4-coordinate__bg--4 .no4-coordinate__bg-inner {
  background-image: url(../img/contents/04/coat_main_04_bg.webp);
}
.no4-coordinate__bg--5 .no4-coordinate__bg-inner {
  background-image: url(../img/contents/04/coat_main_07_bg.webp);
}
.no4-coordinate__bg--6 .no4-coordinate__bg-inner {
  background-image: url(../img/contents/04/coat_main_02_bg.webp);
}
.no4-coordinate__bg--7 .no4-coordinate__bg-inner {
  background-image: url(../img/contents/04/coat_main_03_bg.webp);
}
.no4-coordinate__bg--8 .no4-coordinate__bg-inner {
  background-image: url(../img/contents/04/coat_main_08_bg.webp);
}

.no4-coordinate__heading {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.no4-coordinate__heading.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no4-point__img {
  overflow: hidden;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transition-delay: 0.8s;
  border-radius: 50%;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0.8);
  width: 150px;
  width: 120px;
}
.no4-point__img.is-onscreen {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.no4-point__img-inner {
  transform: scale(1.4);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.8s;
}
.is-onscreen .no4-point__img-inner {
  transform: scale(1);
}

.no4-point__inner {
  position: relative;
  display: table;
  margin: 90px auto 0;
  margin: 40px auto 40px;
}

.no4-point__ttl {
  font-family: cormorant-garamond, serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.no4-point__heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}

.no4-point__textarea {
  padding-left: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: left;
  padding-left: 220px;
  position: relative;
  padding-left: 140px;
}
.no4-point__textarea.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no5 .l-wrapper {
  overflow: visible;
}
.no5 .l-main {
  overflow: visible;
}
.no5 .p-contents__main {
  overflow: visible;
}
.no5 .c-flowtext {
  z-index: 1111;
  overflow: hidden;
  height: 100%;
}
.no5 .c-credit {
  opacity: 1;
  transform: translateY(0);
}

.no5 .p-contents__body {
  background: #eeede7;
}

.no5-profile {
  max-width: 1200px;
  padding: 0 8.333%;
  margin: 0 auto;
  padding-bottom: 120px;
  padding: 0 30px 40px;
}
.no5-profile .l-row {
  align-items: stretch;
}
.no5-profile .l-col-sm-4 {
  display: flex;
  align-items: stretch;
}

.no5-profile__item {
  background: #fdfcf5;
  border-radius: 20px;
  padding: 30px 25px 60px;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  margin-bottom: 20px;
}
.no5-profile__item.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no5-job {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #6b0100;
  margin-bottom: 10px;
}

.no5-img {
  width: 125px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.no5-profile__name span {
  display: block;
}
.no5-profile__name-en {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #6b0100;
  margin-bottom: 3px;
}
.no5-profile__name-jp {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.4;
  margin-bottom: 20px;
}

.no5-profile__text {
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
}
.no5-profile__text a {
  color: #111;
  text-decoration: underline;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
}

.no5-profile__btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.no5-profile__btn a {
  display: table;
  color: #ffd550;
  background: #235c3b;
  padding: 10px 0;
  width: 170px;
  margin: 0 auto;
  border-radius: 30px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.no5-profile__btn a:hover {
  background: #ffd550;
  color: #235c3b;
}

.no5-gift {
  background: #6b0100;
}

.no5-gift__inner {
  max-width: 1600px;
  padding: 120px;
  margin: 0 auto;
  padding: 60px 30px;
}

.no5-heading {
  overflow: hidden;
  margin-bottom: 20px;
}
.no5-heading span {
  display: block;
  color: #fff;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(100%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
}
.no5-heading.is-onscreen span {
  transform: translateY(0%);
}

.no5-sort {
  padding-right: 60px;
  padding-right: 0px;
}

.no5-sort__category {
  padding-bottom: 10px;
  position: relative;
}
.no5-sort__category:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  bottom: 0;
  left: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no5-sort__category.is-onscreen:after {
  width: 100%;
}
.no5-sort__category a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 11px;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no5-sort__category a:hover {
  color: #6b0100;
  border: 1px solid #ffd550;
  background: #ffd550;
}
.no5-sort__category a.is-active {
  color: #6b0100;
  border: 1px solid #ffd550;
  background: #ffd550;
}
.no5-sort__category.is-onscreen a {
  opacity: 1;
  transform: translateY(0%);
}

.no5-sort__kewword {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.no5-sort__kewword:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  bottom: 0;
  left: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no5-sort__kewword.is-onscreen:after {
  width: 100%;
}

.no5-sort__lead {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 15px;
  transform: translateY(30px);
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no5-sort__lead.is-onscreen {
  transform: translateY(0%);
  opacity: 1;
}

.no5-sort__ttl {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 10px;
  transform: translateY(30px);
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no5-sort__ttl.is-onscreen {
  opacity: 0.5;
  transform: translateY(0%);
}

.no5-sort__tag {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no5-sort__tag.is-onscreen {
  transform: translateY(0%);
  opacity: 1;
}
.no5-sort__tag a {
  display: block;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no5-sort__tag a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #ffd550;
  bottom: 0;
  left: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  z-index: -1;
}
.no5-sort__tag a:hover {
  color: #6b0100;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}
.no5-sort__tag a:hover::after {
  width: 100%;
}
.no5-sort__tag.is-active a {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  color: #6b0100;
}
.no5-sort__tag.is-active a:after {
  width: 100%;
}

.no5-gift__list {
  padding-top: 140px;
  margin-top: -140px;
  padding-top: 80px;
  margin-top: -60px;
}
.no5-gift__list .l-col-xs-6 {
  display: none;
}
.no5-gift__list .l-col-xs-6.is-show {
  display: block;
}

.no5-gift__item {
  margin-bottom: 30px;
  position: relative;
}
.no5-gift__item .c-paragraph {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
}

.no5-gift__cat {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  display: block;
  overflow: hidden;
  opacity: 0.4;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.no5-gift__cat span {
  transform: translateY(100%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  display: block;
}
.is-onscreen .no5-gift__cat span {
  transform: translateY(0%);
}

.no5-gift__img {
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 12px;
}
.no5-gift__img img {
  border-radius: 12px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.is-onscreen .no5-gift__img {
  transform: translateY(0%);
  opacity: 1;
}
.no5-gift__img:hover {
  cursor: pointer;
}
.no5-gift__img:hover img {
  transform: scale(1.1);
}

.no5-choise {
  text-align: center;
  position: absolute;
  right: -5px;
  top: 5px;
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
}
.is-onscreen .no5-choise {
  transform: translateY(0%);
  opacity: 1;
}
.no5-choise p {
  font-family: mr-eaves-modern, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #ffd550;
  margin-bottom: 5px;
}
.no5-modal__img .no5-choise {
  opacity: 1;
  transform: translateY(0);
  top: -10px;
  top: -20px;
}
.no5-modal__img .no5-choise .no5-gift__choice-img {
  width: 60px;
}
.no5-modal__img .no5-choise .no5-choise__circle {
  width: 87px;
}

.no5-gift__choice-img {
  width: 60px;
  position: relative;
  width: 45px;
}

.no5-choise__circle {
  width: 87px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67px;
}
.no5-choise__circle img {
  animation: rotation1 10s linear infinite;
}

.no5-modal__btn {
  opacity: 0;
  transform: translateY(30px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
}
.is-onscreen .no5-modal__btn {
  transform: translateY(0%);
  opacity: 1;
}
.no5-modal__btn div {
  display: table;
  color: #ffd550;
  background: #235c3b;
  padding: 8px 30px;
  margin: 0 auto;
  border-radius: 30px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.no5-modal__btn div:hover {
  color: #235c3b;
  background: #ffd550;
}

.no5-modal__btn-prev {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  left: -30px;
  top: 50%;
  border: 1px solid #fff;
  transform: translateY(-50%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
@media (max-width: 767px) {
  .no5-modal__btn-prev {
    width: 48px;
    height: 48px;
    left: -15px;
  }
}
.no5-modal__btn-prev .modalOpen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.no5-modal__btn-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.no5-modal__btn-prev:hover {
  opacity: 0.5;
}

.no5-modal__btn-next {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #fff;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
@media (max-width: 767px) {
  .no5-modal__btn-next {
    width: 48px;
    height: 48px;
    right: -15px;
  }
}
.no5-modal__btn-next .modalOpen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.no5-modal__btn-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.no5-modal__btn-next:hover {
  opacity: 0.5;
}

.modal {
  display: none;
  position: fixed;
  z-index: 11111;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023px) {
  .modal {
    top: 80px;
  }
}
@media (max-width: 767px) {
  .modal {
    top: 60px;
  }
}
.modal .modal-box {
  background-color: #235c3b;
  margin: 10% auto;
  max-width: 900px;
  width: 90%;
  border-radius: 10px;
  padding: 60px 50px;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal .modal-box {
    padding: 60px 40px 30px;
  }
}
.modal .modal-box .modalClose {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal .modal-box .modalClose {
    right: 50%;
    transform: translateX(50%);
  }
}
.modal .modal-box .modalClose span {
  display: block;
  text-align: center;
  color: #eeede7;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
}

.no5-modal__text {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 10px;
}

.no5-modal__img {
  position: relative;
}
.no5-modal__img img {
  border-radius: 22px;
}
@media (max-width: 767px) {
  .no5-modal__img img {
    margin-bottom: 20px;
  }
}

.no5-modal__credit {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
}
.no5-modal__credit .shop {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
}

.no5-modal__textarea .c-credit p {
  color: #fff;
}
.no5-modal__textarea .c-credit a {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}
.no5-modal__textarea .c-credit .shop {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2;
}
.no5-modal__textarea .c-credit span a {
  color: #6b0100;
  background: #ffd550;
}

.no5-sticky {
  position: sticky;
  top: 120px;
  left: 0;
}

.no6 .p-contents__body {
  background: #1d3628;
}

.no6 .p-contents__intro {
  color: #fff;
}

.no6-contents__item {
  padding: 120px 0;
  padding: 60px 0;
}
.no6-contents__item--1 {
  color: #fff;
  margin-top: -120px;
  margin-top: -40px;
}
.no6-contents__item--2 {
  color: #111;
  background: #edece6;
}
.no6-contents__item--2 a {
  color: #111;
}

.no6-contents__inner {
  padding: 0 120px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}

.no6-ttl {
  position: relative;
  display: table;
  margin: 0 auto 40px;
}

.no6-ttl__en {
  font-family: cormorant-garamond, serif;
  font-size: 150px;
  font-size: 15rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #cead90;
  margin-bottom: 5px;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}
.no6-ttl__en span {
  letter-spacing: 0.02em;
}

.no6-ttl__jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  color: #cead90;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  opacity: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.no6-ttl__jp p {
  display: table;
  margin: 0 auto;
  background: #1d3628;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}
.no6-contents__item--2 .no6-ttl__jp p {
  background: #edece6;
}
.no6-ttl__jp:after {
  content: "";
  width: 0;
  height: 1px;
  background: #cead90;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.3s;
}
.no6-ttl__jp.is-onscreen {
  opacity: 1;
}
.no6-ttl__jp.is-onscreen:after {
  width: 100%;
}

.no6-intro {
  position: relative;
}
.no6-intro:after {
  content: "";
  width: 1px;
  height: 0;
  background: #cead90;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.3s;
  content: none;
}
.no6-intro.is-onscreen:after {
  height: 100%;
}

.no6-heading {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #cead90;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(3px);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}
.is-onscreen .no6-heading {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0px);
}

.no6-lead {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  padding-right: 50px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(3px);
  padding-right: 0px;
}
.is-onscreen .no6-lead {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0px);
}

.no6-profile {
  padding-left: 50px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(3px);
  padding-left: 0px;
  margin-top: 30px;
}
.no6-profile.is-onscreen {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0px);
}

.no6-profile__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 20px;
  color: #cead90;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.no6-profile__frame {
  display: flex;
  position: relative;
  align-items: center;
  background: #fdfcf5;
  border: 1px solid #cead90;
  border-radius: 20px;
  padding: 35px 25px;
  display: block;
}

.no6-profile__img {
  width: 170px;
  width: 170px;
  margin: 0 auto 20px;
}

.no6-profile__textarea {
  width: calc(100% - 170px);
  padding-left: 20px;
  color: #111;
  width: 100%;
  padding: 0;
}

.no6-profile__name {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.no6-profile__description {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
}
.no6-profile__description a {
  font-weight: 600;
  color: #111;
}

.no6-food__list {
  margin-top: 60px;
}
.no6-food__list .l-row {
  align-items: stretch;
}
.no6-food__list .l-col-sm-4 {
  display: flex;
  align-items: stretch;
}

.no6-food__item {
  margin-bottom: 50px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  position: relative;
  margin-bottom: 40px;
}
.no6-food__item--last {
  margin-bottom: 0;
}

.no6-food__cat {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  font-family: cormorant-garamond, serif;
  color: #cead90;
  text-align: center;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(3px);
}
.is-onscreen .no6-food__cat {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0px);
}

.no6-food__num {
  font-size: 120px;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1;
  font-family: cormorant-garamond, serif;
  color: #cead90;
  text-align: center;
  margin-top: -35px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  position: relative;
  z-index: 1;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(3px);
  font-size: 100px;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  margin-top: -25px;
}
.is-onscreen .no6-food__num {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0px);
}

.no6-food__inner {
  padding: 40px 20px 30px;
  position: relative;
  margin-top: -45px;
  transform: translateY(60px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
}
.is-onscreen .no6-food__inner {
  opacity: 1;
  transform: translateY(0px);
}

.no6-food__line {
  position: absolute;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.5s;
  background: #cead90;
  opacity: 0.3;
}
.no6-food__line--top {
  width: 0;
  height: 1px;
  top: 55px;
  left: 0;
}
.is-onscreen .no6-food__line--top {
  width: 100%;
}
.no6-food__line--left {
  width: 1px;
  height: 0;
  top: 55px;
  left: 0;
}
.is-onscreen .no6-food__line--left {
  height: calc(100% - 55px);
}
.no6-food__line--bottom {
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
}
.is-onscreen .no6-food__line--bottom {
  width: 100%;
}
.no6-food__line--right {
  width: 1px;
  height: 0;
  top: 55px;
  right: 0;
}
.is-onscreen .no6-food__line--right {
  height: calc(100% - 55px);
}

.no6-food__img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.no6-food__img img {
  transform: translateY(60px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.2s;
}
.is-onscreen .no6-food__img img {
  transform: translateY(0px);
}
.no6-food__img:after {
  width: 100%;
  height: 100%;
  background: #1d3628;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.no6-contents__item--2 .no6-food__img:after {
  background: #edece6;
}
.is-onscreen .no6-food__img:after {
  height: 0;
}

.no6-food__description {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}

.no6-food__credit {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
}
.no6-food__credit a {
  text-decoration: underline;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 600;
}
.no6-food__credit a:hover {
  opacity: 0.5;
}

.no7 .p-contents__body {
  background: #ffeffc;
}

.no7-coordinate {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 8.333%;
}

.no7-coordinate__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
.no7-coordinate__heading.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no7-coordinate__item {
  position: relative;
  padding: 120px 0;
  margin: 50px 0;
  padding: 40px 0;
  margin: 0;
}
.no7-coordinate__item:last-child {
  margin-bottom: 0;
}
.no7-coordinate__item .l-row {
  align-items: inherit;
}

.no7-coordinate__num {
  position: absolute;
  top: 100px;
  left: 0;
  position: static;
  display: table;
  margin-left: auto;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no7-coordinate__num svg {
  width: 100px;
}
.no7-coordinate__num.is-onscreen {
  opacity: 1;
}
.no7-coordinate__num--2 {
  left: inherit;
  right: 0;
}
.no7-coordinate__num--4 {
  left: inherit;
  right: 0;
}

.no7-coordinate__cat {
  font-size: 90px;
  font-size: 9rem;
  font-weight: 600;
  line-height: 0.9;
  font-family: cormorant-garamond, serif;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-60%) !important;
  color: #666;
  z-index: 11;
  left: -20px;
  transform: translateX(0%) !important;
  top: 160px;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 0.9;
  top: 120px;
}
.no7-coordinate__item--2 .no7-coordinate__cat {
  transform: translateX(-40%) !important;
  color: #538163;
  left: -20px;
  transform: translateX(0%) !important;
}
.no7-coordinate__item--3 .no7-coordinate__cat {
  color: #ffd836;
}
.no7-coordinate__item--4 .no7-coordinate__cat {
  transform: translateX(-40%) !important;
  color: #4671b2;
  transform: translateX(-50%) !important;
  left: -20px;
  transform: translateX(0%) !important;
}
.no7-coordinate__cat p span {
  letter-spacing: -0.02em;
  vertical-align: middle;
}
.no7-coordinate__cat p span.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.no7-coordinate__cat p.is-pink {
  color: #efc5da;
}
.no7-coordinate__cat .c-split-2 {
  overflow: hidden;
  display: block;
  opacity: 0;
}
.no7-coordinate__cat.is-onscreen .c-split-2 {
  opacity: 1;
}

.no7-coordinate__textarea {
  margin-bottom: 40px;
  margin-bottom: 0px;
  margin-top: 230px;
  margin-top: 30px;
}

.no7-coordinate__img {
  margin-top: -40px;
  position: relative;
  overflow: hidden;
  margin-top: -10px;
}
.no7-coordinate__img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffeffc;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no7-coordinate__img img {
  transform: translateY(60px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no7-coordinate__img.is-onscreen img {
  transform: translateY(0px);
}
.no7-coordinate__img.is-onscreen:after {
  height: 0;
}

@keyframes animate-svg-stroke-1_1 {
  0% {
    stroke-dashoffset: 898.9013671875px;
    stroke-dasharray: 898.9013671875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 898.9013671875px;
  }
}
.no7-coordinate__num--1.is-onscreen .svg-elem-1 {
  animation: animate-svg-stroke-1_1 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
}

@keyframes animate-svg-stroke-1_1 {
  0% {
    stroke-dashoffset: 1095.1099853516px;
    stroke-dasharray: 1095.1099853516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1095.1099853516px;
  }
}
.no7-coordinate__num--2.is-onscreen .svg-elem-1 {
  animation: animate-svg-stroke-1_1 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
}

@keyframes animate-svg-stroke-1_1 {
  0% {
    stroke-dashoffset: 1153.3049316406px;
    stroke-dasharray: 1153.3049316406px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1153.3049316406px;
  }
}
.no7-coordinate__num--3.is-onscreen .svg-elem-1 {
  animation: animate-svg-stroke-1_1 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
}

@keyframes animate-svg-stroke-1_1 {
  0% {
    stroke-dashoffset: 1091.0145263672px;
    stroke-dasharray: 1091.0145263672px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1091.0145263672px;
  }
}
.no7-coordinate__num--4.is-onscreen .svg-elem-1 {
  animation: animate-svg-stroke-1_1 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
}

.no8 .p-contents__body {
  background: #bde4f4;
}

.no8-item {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 8.333%;
}

.no8-head {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  font-family: cormorant-garamond, serif;
  margin-bottom: 80px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 60px;
  position: relative;
}
.no8-head span {
  display: table;
  background: #bde4f4;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
.no8-head:after {
  content: "";
  width: 0%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #111;
  position: absolute;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no8-head.is-onscreen:after {
  width: 100%;
}

.no8-item__item {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
}
.no8-item__item .l-row {
  margin: 0;
}

.no8-item__left {
  width: 50%;
  position: relative;
  width: 100%;
}

.no8-item__right {
  padding-left: 50px;
  width: 100%;
  padding-left: 0px;
}

.no8-item__textarea {
  text-align: left;
  position: relative;
  padding-top: 160px;
  margin-top: 30px;
  padding-top: 0px;
}

.no8-svg {
  position: absolute;
  right: -100%;
  top: 50px;
  opacity: 0;
  z-index: 111;
  transform: translateX(0%);
  left: 0;
  right: inherit;
  top: 25px;
  transform: translateX(-5%);
}
.no8-svg path {
  fill: #fff;
}
.no8-svg.is-onscreen {
  opacity: 1;
}
.no8-svg svg {
  width: 80%;
}
.no8-svg svg {
  width: 110%;
}
.no8-svg--2 {
  z-index: 111;
  top: 100px;
  right: -100px;
  top: -30px;
  right: -50px;
  top: -30px;
  right: -10px;
  left: inherit;
  width: 70%;
  transform: rotate(15deg);
}
.no8-coordinate__item--2 .no8-svg--2 {
  top: 0px;
  right: 0px;
  transform: rotate(20deg);
  top: -30px;
  right: -10px;
}
.no8-coordinate__item--3 .no8-svg--2 {
  top: 0px;
  right: inherit;
  left: 30px;
  transform: rotate(-80deg);
  left: 0px;
}

.no8-coordinate__icon {
  position: absolute;
  z-index: 11;
  opacity: 0;
  transform: translateY(60px);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no8-coordinate__icon.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}
.no8-coordinate__icon span {
  display: block;
  text-align: center;
}
.no8-coordinate__icon-cat {
  font-family: cormorant-garamond, serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.no8-coordinate__icon-num {
  font-family: cormorant-garamond, serif;
  font-size: 130px;
  font-size: 13rem;
  font-weight: 600;
  line-height: 1;
  margin-top: -45px;
}
.no8-coordinate__icon--1 {
  left: 0;
  bottom: -50px;
  bottom: -30px;
  left: -10px;
}
.no8-coordinate__item--3 .no8-coordinate__icon--1 {
  bottom: -10px;
}
.no8-coordinate__icon--2 {
  left: -80px;
  top: -30px;
  left: -10px;
}

.no8-ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: -20px;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.8s;
  opacity: 0;
  position: relative;
  z-index: 11;
  margin-bottom: 20px;
  margin-top: -20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
.no8-ttl.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no8-coordinate {
  max-width: 1600px;
  margin: 0 auto;
  padding: 180px 8.333% 0;
  padding: 100px 8.333% 0;
}

.no8-coordinate__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
.no8-coordinate__heading.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no8-coordinate__item {
  position: relative;
  padding-bottom: 320px;
}
.no8-coordinate__item:last-child {
  padding-bottom: 120px;
  padding-bottom: 0px;
}
.no8-coordinate__item .l-row {
  align-items: center;
}

.no8-coordinate__left {
  position: relative;
}

.no8-img {
  overflow: hidden;
  transform: scale(0.8);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transition-delay: 0.8s;
  border-radius: 100px;
}
.no8-img.is-onscreen {
  transform: scale(1);
  opacity: 1;
}

.no8-img__wrap {
  transform: scale(1.4);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.8s;
}
.is-onscreen .no8-img__wrap {
  transform: scale(1);
}

.no8-coordinate__textarea {
  margin-top: 35px;
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-1 {
  animation: animate-svg-fill-1 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-2 {
  animation: animate-svg-fill-2 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both;
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-3 {
  animation: animate-svg-fill-3 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.88s both;
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-4 {
  animation: animate-svg-fill-4 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.92s both;
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-5 {
  animation: animate-svg-fill-5 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both;
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-6 {
  animation: animate-svg-fill-6 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-7 {
  animation: animate-svg-fill-7 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s both;
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-8 {
  animation: animate-svg-fill-8 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both;
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-9 {
  animation: animate-svg-fill-9 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both;
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-10 {
  animation: animate-svg-fill-10 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.16s both;
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-11 {
  animation: animate-svg-fill-11 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-12 {
  animation: animate-svg-fill-12 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.24s both;
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-13 {
  animation: animate-svg-fill-13 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.28s both;
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-14 {
  animation: animate-svg-fill-14 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both;
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-15 {
  animation: animate-svg-fill-15 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.36s both;
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-16 {
  animation: animate-svg-fill-16 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-17 {
  animation: animate-svg-fill-17 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both;
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-18 {
  animation: animate-svg-fill-18 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.48s both;
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-19 {
  animation: animate-svg-fill-19 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.52s both;
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-20 {
  animation: animate-svg-fill-20 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both;
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-21 {
  animation: animate-svg-fill-21 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-22 {
  animation: animate-svg-fill-22 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.64s both;
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-23 {
  animation: animate-svg-fill-23 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both;
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-24 {
  animation: animate-svg-fill-24 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.72s both;
}
@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-25 {
  animation: animate-svg-fill-25 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.76s both;
}
@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-26 {
  animation: animate-svg-fill-26 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
@keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--1.is-onscreen .svg-elem-27 {
  animation: animate-svg-fill-27 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.84s both;
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-1 {
  animation: animate-svg-fill-1 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-2 {
  animation: animate-svg-fill-2 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both;
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-3 {
  animation: animate-svg-fill-3 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.88s both;
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-4 {
  animation: animate-svg-fill-4 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.92s both;
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-5 {
  animation: animate-svg-fill-5 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both;
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-6 {
  animation: animate-svg-fill-6 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-7 {
  animation: animate-svg-fill-7 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s both;
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-8 {
  animation: animate-svg-fill-8 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both;
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-9 {
  animation: animate-svg-fill-9 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both;
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-10 {
  animation: animate-svg-fill-10 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.16s both;
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-11 {
  animation: animate-svg-fill-11 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-12 {
  animation: animate-svg-fill-12 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.24s both;
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-13 {
  animation: animate-svg-fill-13 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.28s both;
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-14 {
  animation: animate-svg-fill-14 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both;
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-15 {
  animation: animate-svg-fill-15 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.36s both;
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-16 {
  animation: animate-svg-fill-16 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-17 {
  animation: animate-svg-fill-17 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both;
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-18 {
  animation: animate-svg-fill-18 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.48s both;
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-19 {
  animation: animate-svg-fill-19 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.52s both;
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-20 {
  animation: animate-svg-fill-20 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both;
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-21 {
  animation: animate-svg-fill-21 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-22 {
  animation: animate-svg-fill-22 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.64s both;
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-23 {
  animation: animate-svg-fill-23 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both;
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-24 {
  animation: animate-svg-fill-24 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.72s both;
}
@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-25 {
  animation: animate-svg-fill-25 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.76s both;
}
@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-26 {
  animation: animate-svg-fill-26 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
@keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.no8-svg--2.is-onscreen .svg-elem-27 {
  animation: animate-svg-fill-27 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.84s both;
}

.p-contents__body {
  position: relative;
}
.no9 .p-contents__body {
  background: #fde288;
  overflow: hidden;
}

/* 星空の背景のスタイル */
.stars {
  position: absolute;
  width: 100%;
  /* 星空の横幅 */
  height: 100%;
  /* 星空の縦幅 */
  top: 0;
  left: 0;
  z-index: 111;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1.2s;
}
.is-onscreen .stars {
  opacity: 1;
}

.stars2 {
  position: absolute;
  width: 100%;
  /* 星空の横幅 */
  height: 100%;
  /* 星空の縦幅 */
  top: 0;
  left: 0;
  z-index: 111;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1.2s;
}
.is-onscreen .stars2 {
  opacity: 1;
}

.stars3 {
  position: absolute;
  width: 100%;
  /* 星空の横幅 */
  height: 100%;
  /* 星空の縦幅 */
  top: 0;
  left: 0;
  z-index: 111;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1.2s;
}
.is-onscreen .stars3 {
  opacity: 1;
}

/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: #fafafa;
  /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(250, 250, 250, 0.5);
  /* 星の影 */
  opacity: 0;
  animation: twinkle 1s infinite;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.no9-coordinate {
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 120px;
  position: relative;
  z-index: 11;
  padding-top: 60px;
}

.no9-coordinate__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
.no9-coordinate__heading.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no9-coordinate__item {
  padding-bottom: 240px;
  padding-bottom: 100px;
}
.no9-coordinate__item:last-child {
  padding-bottom: 0;
}

.no9-coordinate__textarea {
  padding: 0 100px;
  padding: 0 8.3333%;
  margin-top: 30px;
}

.no9-coordinate__img {
  padding: 100px;
  position: relative;
  padding: 8.3333%;
  padding: 40px;
}
.no9-coordinate__img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no9-coordinate__img.is-onscreen:after {
  width: 100%;
}
.no9-coordinate__img p span {
  letter-spacing: -0.02em;
}

.no9-coordinate__img-inner {
  position: relative;
  z-index: 111;
}

.no9-coordinate__num {
  font-size: 150px;
  font-size: 15rem;
  font-weight: 900;
  line-height: 1;
  font-family: mr-eaves-modern, sans-serif;
  position: absolute;
  bottom: -60px;
  left: -50px;
  text-transform: uppercase;
  background-image: linear-gradient(80deg, rgba(0, 0, 0, 0.3) 45%, #fff 50%, rgba(0, 0, 0, 0.3) 100%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation-direction: reverse;
  opacity: 0;
  animation-delay: 1s;
  font-size: 120px;
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
  bottom: -60px;
  left: -35px;
  font-size: 100px;
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
  bottom: -45px;
  left: -30px;
  font-size: 70px;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
  left: -20px;
  bottom: -35px;
}
.no9-coordinate__num.is-onscreen {
  opacity: 1;
  animation: shine 5s linear infinite;
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  20% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes animate-svg-stroke-1_9 {
  0% {
    stroke-dashoffset: 674.6760864258px;
    stroke-dasharray: 674.6760864258px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 674.6760864258px;
  }
}
.no9-coordinate__num--1.is-onscreen .svg-elem-1 {
  animation: animate-svg-stroke-1_9 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
}

@keyframes animate-svg-stroke-1_9 {
  0% {
    stroke-dashoffset: 821.8323974609px;
    stroke-dasharray: 821.8323974609px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 821.8323974609px;
  }
}
.no9-coordinate__num--2.is-onscreen .svg-elem-1 {
  animation: animate-svg-stroke-1_9 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
}

@keyframes animate-svg-stroke-1_9 {
  0% {
    stroke-dashoffset: 865.4786987305px;
    stroke-dasharray: 865.4786987305px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 865.4786987305px;
  }
}
.no9-coordinate__num--3.is-onscreen .svg-elem-1 {
  animation: animate-svg-stroke-1_9 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
}

.no10 .p-contents__body {
  background: #ffba8b;
}

.no10-coordinate__inner {
  max-width: 1600px;
  margin: -100px auto 120px;
  padding: 0 8.333% 120px;
  position: relative;
  margin: -290px auto 0px;
  padding: 0 8.333% 60px;
}
.no10-coordinate__inner--2 {
  margin-bottom: 0;
}
.no10-coordinate__inner:after {
  content: "";
  width: calc(100% - 16.777%);
  height: 1px;
  background: #111;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.no10-coordinate__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
.no10-coordinate__heading.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no10-coordinate__item {
  position: relative;
  margin-top: -120px;
}

.no10-coordinate__img {
  padding-left: 50px;
  position: relative;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.5s;
  padding-left: 20px;
}
.no10-coordinate__img.is-onscreen {
  opacity: 1;
}

.no10-coordinate__img-wrap {
  position: relative;
}
.no10-coordinate__img-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: -1;
  background: #3C61AE;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1.4s;
}
.no10-coordinate__item--2 .no10-coordinate__img-wrap:before {
  background: #941E2A;
}
.no10-coordinate__item--3 .no10-coordinate__img-wrap:before {
  background: #EDE9B3;
}
.is-onscreen .no10-coordinate__img-wrap:before {
  top: 20px;
  left: 20px;
  top: 10px;
  left: 10px;
}

.no10-coordinate__textarea {
  padding: 0 50px;
  margin-top: 30px;
  padding: 0px;
}

.no10-coordinate__icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.no10-coordinate__icon:after {
  content: "";
  width: 1px;
  height: 0%;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: -1;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.5s;
}
.no10-coordinate__icon.is-onscreen:after {
  height: calc(100% - 95px);
}
.no10-coordinate__icon span {
  display: block;
}
.no10-coordinate__icon-cat {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  font-family: mr-eaves-modern, sans-serif;
  writing-mode: vertical-lr;
  color: #fff;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.no10-coordinate__icon-num {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  font-family: mr-eaves-modern, sans-serif;
  color: #fff;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.no10-coordinate__svg {
  position: relative;
  opacity: 0;
  z-index: -2;
}
.no10-coordinate__svg svg {
  width: 100%;
}
@keyframes animate-svg-stroke-1_10 {
  0% {
    stroke-dashoffset: 12667.849609375px;
    stroke-dasharray: 12667.849609375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 12667.849609375px;
  }
}
@keyframes animate-svg-fill-00 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ffc8a2;
  }
}
.is-onscreen .no10-coordinate__svg {
  opacity: 1;
}
.is-onscreen .no10-coordinate__svg .svg-elem-1 {
  animation: animate-svg-stroke-1_10 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, animate-svg-fill-00 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

.no11 .p-contents__body {
  background: #fdfdf8;
}

.no11-coordinate {
  max-width: 1800px;
  margin: 0 auto;
  padding: 120px 0;
  padding: 60px 0;
}

.no11-coordinate__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
.no11-coordinate__heading.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no11-coordinate__item {
  padding-bottom: 280px;
  padding-bottom: 100px;
}
.no11-coordinate__item:last-child {
  padding-bottom: 0;
}

.no11-coordinate__textarea {
  margin-top: 50px;
  margin-top: 30px;
  padding: 0 8.333%;
  margin-top: 0;
}

.no11-coordinate__img {
  position: relative;
}

.no11-coordinate__img-wrap {
  position: relative;
  overflow: hidden;
}
.no11-coordinate__img-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fdfdf8;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-onscreen .no11-coordinate__img-wrap:after {
  height: 0;
}

.no11-coordinate__img-2 {
  width: 50%;
  display: table;
  margin-left: auto;
  display: none;
}
.no11-coordinate__item--2 .no11-coordinate__img-2 {
  margin: inherit;
}

.no11-coordinate__img-2_sp {
  display: none;
  width: 70%;
  display: block;
  margin: 120px auto 80px;
}

.no11-coordinate__num {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  font-family: cormorant-garamond, serif;
  margin-bottom: 20px;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.no11-coordinate__num.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no11-coordinate__cat {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: cormorant-garamond, serif;
  position: absolute;
  top: 100px;
  right: -50%;
  z-index: 1;
  top: 50px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  right: -60%;
  top: 0px;
  position: relative;
  right: 0;
  top: 0;
  padding-left: 8.333%;
  margin-bottom: 20px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}
.no11-coordinate__item--2 .no11-coordinate__cat {
  left: -43%;
  right: inherit;
  top: 30px;
  left: -50%;
  left: inherit;
  top: 0;
}
.no11-coordinate__item--3 .no11-coordinate__cat {
  right: -37%;
  right: -44%;
  top: -50px;
  right: 0;
  top: 0;
}
.no11-coordinate__cat span {
  letter-spacing: -0.02em;
}
.no11-coordinate__cat svg {
  width: 70%;
}

.no11-coordinate__cat-svg {
  margin-left: 90px;
  margin-top: 20px;
  opacity: 0;
  margin-left: 80px;
  margin-left: 60px;
  margin-top: 0px;
}
.no11-coordinate__cat-svg svg {
  width: 78%;
}
.no11-coordinate__item--2 .no11-coordinate__cat-svg svg {
  width: 85%;
}
.no11-coordinate__item--3 .no11-coordinate__cat-svg svg {
  width: 85%;
}
.no11-coordinate__cat-svg svg {
  width: 78%;
}
.no11-coordinate__item--2 .no11-coordinate__cat-svg svg {
  width: 65%;
}
.no11-coordinate__item--3 .no11-coordinate__cat-svg svg {
  width: 65%;
}
@keyframes animate-svg-stroke-11_1 {
  0% {
    stroke-dashoffset: 3382.888671875px;
    stroke-dasharray: 3382.888671875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3382.888671875px;
  }
}
@keyframes animate-svg-fill-11_1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #111111;
  }
}
.no11-coordinate__cat-svg.is-onscreen {
  opacity: 1;
}
.no11-coordinate__cat-svg.is-onscreen .svg-elem-1 {
  animation: animate-svg-stroke-11_1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, animate-svg-fill-11_1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}
@keyframes animate-svg-stroke-11_2 {
  0% {
    stroke-dashoffset: 3382.888671875px;
    stroke-dasharray: 3382.888671875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3382.888671875px;
  }
}
@keyframes animate-svg-fill-11_2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #111111;
  }
}
.no11-coordinate__cat-svg.is-onscreen {
  opacity: 1;
}
.no11-coordinate__cat-svg.is-onscreen .svg-elem-2 {
  animation: animate-svg-stroke-11_2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, animate-svg-fill-11_2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}
@keyframes animate-svg-stroke-11_3 {
  0% {
    stroke-dashoffset: 3382.888671875px;
    stroke-dasharray: 3382.888671875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3382.888671875px;
  }
}
@keyframes animate-svg-fill-11_3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #111111;
  }
}
.no11-coordinate__cat-svg.is-onscreen {
  opacity: 1;
}
.no11-coordinate__cat-svg.is-onscreen .svg-elem-3 {
  animation: animate-svg-stroke-11_3 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, animate-svg-fill-11_3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}

.no12 .p-contents__body {
  background: #fdfdf8;
}
.no12 .p-contents__body .simpleParallax {
  border-radius: 0;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
.no12 .p-contents__body .swiper-pagination-bullet {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: mr-eaves-modern, sans-serif;
  color: #000 !important;
  background: transparent !important;
  display: inline-block;
  text-align: center;
  padding-left: 15px;
  opacity: 0.2;
  font-size: 16px;
}
.no12 .p-contents__body .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #111;
  transition: 0.8s;
  margin-left: 10px;
  bottom: -15px;
}
.no12 .p-contents__body .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #111 !important;
  opacity: 1;
}
.no12 .p-contents__body .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: calc(100% - 0px);
}
.no12 .p-contents__body .swiper-pagination {
  display: table;
  width: auto;
  margin-left: auto;
  margin-top: 10px;
  transform: translateX(-5px);
  bottom: 0 !important;
}

.no12-coordinate__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
.no12-coordinate__heading.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no12-coordinate__item {
  max-width: 1600px;
  margin: 0 auto;
  padding: 120px 8.333% 240px;
  background: #fdfdf8;
  padding: 60px 8.333% 100px;
  margin-top: 30px;
}
.no12-coordinate__item:last-child {
  padding-bottom: 120px;
  padding-bottom: 60px;
}

.no12-coordinate__textarea {
  text-align: left;
  margin-top: 30px;
}

.no12-coordinate__slide {
  position: relative !important;
}

.no12-coordinate__num {
  position: absolute;
  right: -40px;
  top: -40px;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 150px;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1;
  z-index: 111;
  opacity: 0;
  transform: translateY(50px);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.4s;
  font-size: 100px;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  right: inherit;
  left: -20px;
  top: -40px;
  color: #46596A;
}
.is-onscreen .no12-coordinate__num {
  opacity: 1;
  transform: translateY(0px);
}
.no12-coordinate__item--2 .no12-coordinate__num {
  right: inherit;
  left: -40px;
  left: -20px;
}

.no12-coordinate__tag {
  position: absolute;
  right: -30px;
  bottom: 25px;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  z-index: 111;
  color: #46596A;
  writing-mode: vertical-lr;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  right: -23px;
}
.no12-coordinate__item--2 .no12-coordinate__tag {
  right: inherit;
  left: -30px;
  bottom: 0px;
  left: -23px;
}
.no12-coordinate__item--3 .no12-coordinate__tag {
  bottom: 0px;
}

.no12-coordinate__bg {
  height: calc(100vh - 100px);
  position: relative;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  overflow: hidden;
  height: 400px;
}

.no12-coordinate__bg-item {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  height: 400px;
}

.no12-coordinate__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: mr-eaves-modern, sans-serif;
  font-size: 100px;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  z-index: 111;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 100%;
}
.no12-coordinate__bg-text span {
  letter-spacing: -0.02em;
}

.no12-coordinate__img-wrap {
  opacity: 0;
  transform: translateY(100px);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.is-onscreen .no12-coordinate__img-wrap {
  opacity: 1;
  transform: translateY(0px);
}

.no13 .p-contents__body {
  background: #fdfdf8;
}
.no13 .p-contents__body .swiper-pagination-bullet {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: cormorant-garamond, serif;
  color: #000 !important;
  background: transparent !important;
  display: inline-block;
  text-align: center;
  padding-left: 15px;
  opacity: 0.2;
  font-size: 16px;
}
.no13 .p-contents__body .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #111;
  transition: 0.8s;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .no13 .p-contents__body .swiper-pagination-bullet:after {
    bottom: -15px;
  }
}
.no13 .p-contents__body .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #111 !important;
  opacity: 1;
}
.no13 .p-contents__body .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: calc(100% - 0px);
}
.no13 .p-contents__body .swiper-pagination {
  display: table;
  margin-top: 20px;
  position: relative;
  width: auto;
  margin-left: -12px;
}

.no13-coordinate__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
.no13-coordinate__heading.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no13-coordinate__item {
  padding: 120px 8.333% 240px;
  position: relative;
  padding: 60px 8.333% 100px;
}
.no13-coordinate__item:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F8FFF9;
  z-index: -1;
  transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no13-coordinate__item.is-onscreen:after {
  width: 100%;
}
.no13-coordinate__item--2:after {
  background: #EFFCFF;
}
.no13-coordinate__item--3:after {
  background: #fcfcfc;
}
.no13-coordinate__item:last-child {
  padding-bottom: 120px;
  padding-bottom: 60px;
}

.no13-coordinate__inner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.no13-coordinate__textarea {
  text-align: left;
  margin-top: 30px;
}

.no13-coordinate__slide {
  position: relative;
}

.no13-coordinate__icon {
  position: absolute;
  top: 0;
  right: 0;
  font-family: cormorant-garamond, serif;
  opacity: 0;
  transform: translateY(30px);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: static;
  margin-bottom: 30px;
  margin-top: -40px;
}
.no13-coordinate__icon.is-onscreen {
  transform: translateY(0px);
  opacity: 1;
}
.no13-coordinate__item--2 .no13-coordinate__icon {
  right: inherit;
  left: 0;
}
.no13-coordinate__icon span {
  display: inline-block;
  vertical-align: middle;
}
.no13-coordinate__icon-cat {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 10px;
  margin-top: 15px;
  position: relative;
}
.no13-coordinate__icon-cat:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
}
.is-onscreen .no13-coordinate__icon-cat:after {
  width: 100%;
}
.no13-coordinate__icon-num {
  font-size: 120px;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
}

@keyframes rotation2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.no13-coordinate__img-wrap {
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition-delay: 0.5s;
  transform: scale3d(1.2, 1.2, 1) rotate3d(1, -3, -1, -0.1turn) translate3d(-5px, 20px, 0);
}
.is-onscreen .no13-coordinate__img-wrap {
  opacity: 1;
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
}

.no13-coordinate__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.no13-coordinate__svg svg {
  animation: rotation2 20s linear infinite;
}
.no13-coordinate__svg.is-onscreen {
  opacity: 0.05;
}
@keyframes animate-svg-fill-13-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-1 {
  animation: animate-svg-fill-13-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}
@keyframes animate-svg-fill-13-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-2 {
  animation: animate-svg-fill-13-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.56s both;
}
@keyframes animate-svg-fill-13-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-3 {
  animation: animate-svg-fill-13-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.62s both;
}
@keyframes animate-svg-fill-13-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-4 {
  animation: animate-svg-fill-13-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.68s both;
}
@keyframes animate-svg-fill-13-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-5 {
  animation: animate-svg-fill-13-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.74s both;
}
@keyframes animate-svg-fill-13-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-6 {
  animation: animate-svg-fill-13-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@keyframes animate-svg-fill-13-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-7 {
  animation: animate-svg-fill-13-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.86s both;
}
@keyframes animate-svg-fill-13-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-8 {
  animation: animate-svg-fill-13-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.92s both;
}
@keyframes animate-svg-fill-13-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-9 {
  animation: animate-svg-fill-13-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.98s both;
}
@keyframes animate-svg-fill-13-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-10 {
  animation: animate-svg-fill-13-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s both;
}
@keyframes animate-svg-fill-13-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-11 {
  animation: animate-svg-fill-13-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@keyframes animate-svg-fill-13-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-12 {
  animation: animate-svg-fill-13-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.16s both;
}
@keyframes animate-svg-fill-13-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-13 {
  animation: animate-svg-fill-13-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.22s both;
}
@keyframes animate-svg-fill-13-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-14 {
  animation: animate-svg-fill-13-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.28s both;
}
@keyframes animate-svg-fill-13-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-15 {
  animation: animate-svg-fill-13-15 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.34s both;
}
@keyframes animate-svg-fill-13-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-16 {
  animation: animate-svg-fill-13-16 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@keyframes animate-svg-fill-13-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-17 {
  animation: animate-svg-fill-13-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.46s both;
}
@keyframes animate-svg-fill-13-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-18 {
  animation: animate-svg-fill-13-18 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.52s both;
}
@keyframes animate-svg-fill-13-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-19 {
  animation: animate-svg-fill-13-19 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.58s both;
}
@keyframes animate-svg-fill-13-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-20 {
  animation: animate-svg-fill-13-20 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.64s both;
}
@keyframes animate-svg-fill-13-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-21 {
  animation: animate-svg-fill-13-21 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}
@keyframes animate-svg-fill-13-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-22 {
  animation: animate-svg-fill-13-22 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.76s both;
}
@keyframes animate-svg-fill-13-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-23 {
  animation: animate-svg-fill-13-23 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.82s both;
}
@keyframes animate-svg-fill-13-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-24 {
  animation: animate-svg-fill-13-24 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.88s both;
}
@keyframes animate-svg-fill-13-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.no13-coordinate__svg.is-onscreen .svg-elem-25 {
  animation: animate-svg-fill-13-25 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.94s both;
}

.no13-coordinate__svg-inner {
  animation: rotation3 10s linear infinite;
}

.no14 .p-contents__body {
  background: #fff2f1;
}
.no14 .p-contents__body .simpleParallax {
  border-radius: 0;
}

.no14 .l-wrapper {
  overflow: visible;
}
.no14 .l-main {
  overflow: visible;
}
.no14 .p-contents__main {
  overflow: visible;
}
.no14 .c-flowtext {
  z-index: 1111;
  overflow: hidden;
  height: 100%;
}

.no14-coordinate {
  max-width: 1800px;
  margin: 0 auto;
  padding: 120px 0;
  padding: 60px 0 0;
}

.no14-coordinate__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
.no14-coordinate__heading.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no14-coordinate__item {
  padding-bottom: 240px;
  padding-bottom: 0px;
}
.no14-coordinate__item:last-child {
  padding-bottom: 0;
}

.no14-coordinate__inner {
  position: relative;
}

.no14-coordinate__textarea {
  margin-top: 30px;
  margin-top: 10px;
}

.no14-coordinate__right {
  padding: 0 15%;
  margin-top: 200px;
  margin-top: 100px;
  padding: 0 8.333%;
  margin-top: -70px;
}

.no14-coordinate__img {
  position: relative;
  overflow: hidden;
}
.no14-coordinate__img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no14-coordinate__img img {
  transform: translateY(60px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no14-coordinate__img.is-onscreen img {
  transform: translateY(0px);
}
.no14-coordinate__img.is-onscreen:after {
  height: 0;
}

.no14-coordinate__left {
  position: sticky;
  top: 90px;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0px;
}

.no14-coordinate__img-bg {
  overflow: hidden;
  width: 60%;
}

.no14-coordinate__img-bg-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 90px);
  background-size: cover;
  background-position: center top;
  transform: scale(1.2);
  opacity: 0;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.5s;
  transition-delay: 0s;
  height: 400px;
}
.no14-coordinate__img-bg-wrap.is-onscreen {
  transform: scale(1);
  opacity: 1;
}

.no14-coordinate__cat {
  font-family: "Boska", serif;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 1;
  font-style: italic;
  text-align: right;
  margin-bottom: 20px;
}
.no14-coordinate__item--2 .no14-coordinate__cat {
  text-align: left;
  text-align: right;
}

.no14-coordinate__num {
  font-family: cormorant-garamond, serif;
  font-size: 170px;
  font-size: 17rem;
  font-weight: 300;
  line-height: 1;
  margin-top: -100px;
  margin-left: -40px;
  position: relative;
  z-index: 1;
  font-size: 130px;
  font-size: 13rem;
  font-weight: 300;
  line-height: 1;
  margin-top: -80px;
  margin-left: -20px;
}
.no14-coordinate__item--3 .no14-coordinate__num {
  margin-top: -120px;
  margin-top: -100px;
  margin-bottom: 30px;
}

.no14-coordinate__ttl {
  font-family: "Boska", serif;
  font-size: 120px;
  font-size: 12rem;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-30%, 0%);
  z-index: 1;
  font-size: 90px;
  font-size: 9rem;
  font-weight: 100;
  line-height: 1;
  transform: translate(0%, -50%);
  top: 50%;
  left: inherit;
  text-align: right;
  right: 8.333%;
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: 100;
  line-height: 1;
}
.no14-coordinate__item--2 .no14-coordinate__ttl {
  transform: translate(-70%, 0%);
  transform: translate(0%, -50%);
}
.no14-coordinate__ttl--pc {
  display: block;
}
.no14-coordinate__ttl--sp {
  display: none;
}
.no14-coordinate__ttl--pc {
  display: none;
}
.no14-coordinate__ttl--sp {
  display: block;
}
.no14-coordinate__ttl p {
  height: 100%;
}

.no17 .l-wrapper {
  overflow: visible;
}
.no17 .l-main {
  overflow: visible;
}
.no17 .p-contents__main {
  overflow: visible;
}
.no17 .c-flowtext {
  z-index: 1111;
  overflow: hidden;
  height: 100%;
}
.no17 .p-contents__body {
  background: #d5b4a2;
}
.no17 .c-credit {
  text-align: left;
}

.no17-coordinate {
  position: relative;
  overflow: hidden;
}

.no17-main__vis {
  z-index: 0;
  width: 100%;
  height: 100lvh;
}

.no17-main__vis-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

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

.container {
  overflow: hidden;
  position: relative;
}

.container2 {
  overflow: hidden;
  position: relative;
}

.container3 {
  overflow: hidden;
  position: relative;
}

.container4 {
  overflow: hidden;
  position: relative;
}

.container5 {
  overflow: hidden;
  position: relative;
}

.container6 {
  overflow: hidden;
  position: relative;
}

.no17-coordinate__list {
  padding-top: 140px;
}

.no17-coordinate__item {
  padding-bottom: 100px;
}

.no17-coordinate__heading {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: table;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 160px;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 100px;
}
.no17-coordinate__heading:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 0px;
  background: #111;
  transition: 1s;
  content: "";
}
.no17-coordinate__heading span {
  position: relative;
  display: table;
  margin: 0 auto;
}
.no17-coordinate__heading span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #111;
  transition: 1s;
  content: "";
}
.no17-coordinate__heading .mask {
  display: table;
  overflow: hidden;
}
.no17-coordinate__heading .mask p {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition-delay: 0.1s;
  transform: translateY(100%);
}
.no17-coordinate__heading.is-onscreen {
  width: 100%;
}
.no17-coordinate__heading.is-onscreen .mask p {
  transform: translateY(0%);
}
.no17-coordinate__heading.is-onscreen:after {
  height: 100px;
  height: 60px;
}
.no17-coordinate__heading.is-onscreen span:after {
  width: 100%;
}
.no17-coordinate__heading p {
  font-family: Poppins;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 50px;
}
.no17-coordinate__heading .mask {
  display: table;
  overflow: hidden;
}
.no17-coordinate__heading .mask p {
  transition: 1s;
  transform: translateY(100%);
}
.no17-coordinate__heading div {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: table;
  margin: 10px auto 0;
  position: relative;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.no17-coordinate__detail {
  padding: 0 8.333%;
  margin-top: -60px;
  margin-top: -40px;
}
.no17-coordinate__detail .no17-textbox {
  padding-left: 16.777%;
  padding-left: 0;
  margin-top: 30px;
}

.no17-coordinate__items {
  margin-top: 140px;
  max-width: 1040px;
  margin: 140px auto 0;
  margin-top: 40px;
  padding: 0 30px;
}
.no17-coordinate__items .l-row {
  margin-left: -5px;
  margin-right: -5px;
}
.no17-coordinate__items .l-col-xs-6 {
  padding: 0 5px;
}
.no17-coordinate__items .no17-coordinate__heading {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.no17-coordinate__items .no17-coordinate__heading:after {
  content: none;
}

.no17-coordinate__items-item {
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(100px);
  transition: 1s;
  margin-bottom: 40px;
}
.no17-coordinate__items-item.is-onscreen {
  opacity: 1;
  transform: translate(0);
}

.container-text-1 {
  font-family: Poppins;
  font-size: 120px;
  white-space: nowrap;
  font-weight: 100;
  opacity: 0.1;
  font-size: 80px;
  margin-top: -150px;
}

.container-text-2 {
  font-family: Poppins;
  font-size: 120px;
  white-space: nowrap;
  font-weight: 100;
  opacity: 0.1;
  font-size: 80px;
  margin-top: -150px;
}

.container-text-3 {
  font-family: Poppins;
  font-size: 120px;
  white-space: nowrap;
  font-weight: 100;
  opacity: 0.1;
  font-size: 80px;
  margin-top: -150px;
}

.p-contents__profile p {
  color: #111 !important;
}

.no17-btn {
  max-width: 330px;
  border: 1px solid #111;
  margin: 0 auto 50px;
}
.no17-btn .no17-btn__img {
  width: 200px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
.no17-btn .no17-btn__img img {
  border-radius: 20px;
  transition: 0.5s;
}
.no17-btn a span {
  font-size: 18px;
  display: table;
  position: relative;
  padding-bottom: 0px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
}
.no17-btn a {
  display: block;
  margin: 0 auto;
  padding: 25px;
  transition: 0.5s;
  color: #111;
}
.no17-btn a:hover {
  background: #111;
  color: #fff;
}
.no17-btn a:hover img {
  transform: scale(1.1);
}

.no17-coordinate__copy {
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.no17-coordinate__copy.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.no18 .l-wrapper {
  overflow: visible;
}
.no18 .l-main {
  overflow: visible;
}
.no18 .p-contents__main {
  overflow: visible;
}
.no18 .c-flowtext {
  z-index: 1111;
  overflow: hidden;
  height: 100%;
}
.no18 .p-contents__body {
  background: #e0a1a7;
}
.no18 .c-credit {
  text-align: left;
}

.no18-coordinate {
  position: relative;
  overflow: hidden;
}

.no18-main__vis {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100lvh;
}

.no18-main__vis-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.no18-main__vis-image-item img {
  width: 100%;
  object-fit: cover;
}

.container {
  overflow: hidden;
  position: relative;
}

.container2 {
  overflow: hidden;
  position: relative;
}

.container3 {
  overflow: hidden;
  position: relative;
}

.container4 {
  overflow: hidden;
  position: relative;
}

.container5 {
  overflow: hidden;
  position: relative;
}

.container6 {
  overflow: hidden;
  position: relative;
}

.no18-coordinate__list {
  padding-top: 0px;
}

.no18-coordinate__item {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .no18-coordinate__item {
    padding-bottom: 100px;
  }
}

.no18-coordinate__heading {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: table;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 160px;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 100px;
}
.no18-coordinate__heading:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 0px;
  background: #111;
  transition: 1s;
  content: "";
}
.no18-coordinate__heading span {
  position: relative;
  display: table;
  margin: 0 auto;
}
.no18-coordinate__heading span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #111;
  transition: 1s;
  content: "";
}
.no18-coordinate__heading.is-onscreen {
  width: 100%;
}
.no18-coordinate__heading.is-onscreen .mask p {
  transform: translateY(0%);
}
.no18-coordinate__heading.is-onscreen:after {
  height: 100px;
  height: 60px;
}
.no18-coordinate__heading.is-onscreen span:after {
  width: 100%;
}
.no18-coordinate__heading p {
  font-family: Poppins;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 50px;
}
.no18-coordinate__heading .mask {
  display: table;
  overflow: hidden;
}
.no18-coordinate__heading .mask p {
  transition: 1s;
  transform: translateY(100%);
}
.no18-coordinate__heading div {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: table;
  margin: 10px auto 0;
  position: relative;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.no18-coordinate__detail {
  padding: 0 8.333%;
  margin-top: -60px;
  margin-top: -40px;
}
.no18-coordinate__detail .no18-textbox {
  padding-left: 16.777%;
  padding-left: 0;
  margin-top: 30px;
}

.no18-coordinate__items {
  margin-top: 140px;
  max-width: 1040px;
  margin: 140px auto 0;
  margin-top: 40px;
  padding: 0 30px;
}
.no18-coordinate__items .l-row {
  margin-left: -5px;
  margin-right: -5px;
}
.no18-coordinate__items .l-col-xs-6 {
  padding: 0 5px;
}
.no18-coordinate__items .no18-coordinate__heading {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.no18-coordinate__items .no18-coordinate__heading:after {
  content: none;
}

.no18-coordinate__items-item {
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(100px);
  transition: 1s;
  margin-bottom: 40px;
}
.no18-coordinate__items-item.is-onscreen {
  opacity: 1;
  transform: translate(0);
}

.container-text-1 {
  font-family: Poppins;
  font-size: 120px;
  white-space: nowrap;
  font-weight: 100;
  opacity: 0.1;
  font-size: 80px;
  margin-top: -150px;
}

.container-text-2 {
  font-family: Poppins;
  font-size: 120px;
  white-space: nowrap;
  font-weight: 100;
  opacity: 0.1;
  font-size: 80px;
  margin-top: -150px;
}

.container-text-3 {
  font-family: Poppins;
  font-size: 120px;
  white-space: nowrap;
  font-weight: 100;
  opacity: 0.1;
  font-size: 80px;
  margin-top: -150px;
}

.p-contents__profile p {
  color: #111 !important;
}

.no18-btn {
  max-width: 330px;
  border: 1px solid #111;
  margin: 0 auto 50px;
}
.no18-btn .no18-btn__img {
  width: 200px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
.no18-btn .no18-btn__img img {
  border-radius: 20px;
  transition: 0.5s;
}
.no18-btn a span {
  font-size: 18px;
  display: table;
  position: relative;
  padding-bottom: 0px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
}
.no18-btn a {
  display: block;
  margin: 0 auto;
  padding: 25px;
  transition: 0.5s;
  color: #111;
}
.no18-btn a:hover {
  background: #111;
  color: #fff;
}
.no18-btn a:hover img {
  transform: scale(1.1);
}

.no18-coordinate__wrap {
  position: relative;
  width: 100%;
  height: 100lvh;
}

.no18-coordinate__copy {
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.no18-coordinate__copy.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

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


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-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}

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

.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-pad-block {
  display: none !important;
}
@media (max-width: 1023px) {
  .u-pad-block {
    display: block !important;
  }
}

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

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

/* =========================================================
onscreen
========================================================= */
/* =========================================================
ANIMATION
========================================================= */
@keyframes moveLineLeftToRight {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  49.9% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  50% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@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;
  }
}
@keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    z-index: 10;
  }
  100% {
    opacity: 0;
  }
}
@keyframes updown {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
}
.u-p-r {
  position: relative !important;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes yurayura2 {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(-2deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes rotation3 {
  0% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(-90deg);
  }
}
@keyframes line-over {
  0% {
    transform: rotate(-90deg);
  }
  to {
    transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
}
@keyframes line-out {
  0% {
    transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
  to {
    transform: rotate(450deg);
    stroke-dashoffset: -190px;
  }
}
@keyframes line-out-2 {
  0% {
    transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
  to {
    transform: rotate(450deg);
    stroke-dashoffset: -310px;
  }
}
@keyframes animate-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes animate-text-2 {
  0% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animate-text-3 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateX(-80%);
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes move-rotate-2 {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}