@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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

footer,
header,
section {
  display: block;
}

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

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

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

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

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

figure {
  margin: 0px;
}

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

* BASIC

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

body {
  height: 100%;
  color: #222;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  font-weight: 400;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  /*-moz-font-feature-settings: "palt";
  font-feature-settings: "palt";*/
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  /*letter-spacing: $letter-spacing-md;*/
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.is-gnav-open body {
  overflow: hidden;
}
.is-hidden body {
  overflow: hidden;
}
.is-hidden-02 body {
  overflow: hidden;
}

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

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

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

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

Layout

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

Object

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

Component

--------------------------------------------------------- */
.preload {
  position: fixed;
  width: 100%;
  height: 100vh;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  pointer-events: none;
  background: #fff;
  z-index: 111111;
}
@media (max-width: 767px) {
  .preload {
    margin-top: -100vh;
    height: 100svh;
  }
}
.is-page-loaded .preload {
  opacity: 0;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.preload__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
}
@media (max-width: 767px) {
  .preload__logo {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

.cls-1 {
  fill: #f2a3b3;
}

.cls-2 {
  stroke-width: 5.5px;
}

.cls-2,
.cls-3 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cls-4 {
  fill: #13ae67;
}

.cls-3 {
  stroke-width: 4px;
}

.cls-5 {
  fill: #fed52b;
}

@-webkit-keyframes animate-svg-stroke-59 {
  100% {
    stroke-dashoffset: 394.3423461914px;
    stroke-dasharray: 394.3423461914px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 394.3423461914px;
  }
}

@keyframes animate-svg-stroke-59 {
  100% {
    stroke-dashoffset: 394.3423461914px;
    stroke-dasharray: 394.3423461914px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 394.3423461914px;
  }
}
.is-page-loaded .svg-elem-59 {
  stroke-width: 10px;
  -webkit-animation: animate-svg-stroke-59 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
          animation: animate-svg-stroke-59 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
@-webkit-keyframes animate-svg-stroke-60 {
  100% {
    stroke-dashoffset: 26.9852600098px;
    stroke-dasharray: 26.9852600098px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 26.9852600098px;
  }
}
@keyframes animate-svg-stroke-60 {
  100% {
    stroke-dashoffset: 26.9852600098px;
    stroke-dasharray: 26.9852600098px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 26.9852600098px;
  }
}
.is-page-loaded .svg-elem-60 {
  -webkit-animation: animate-svg-stroke-60 0.4s ease 0s both;
          animation: animate-svg-stroke-60 0.4s ease 0s both;
}
@-webkit-keyframes animate-svg-stroke-61 {
  100% {
    stroke-dashoffset: 30.4829921722px;
    stroke-dasharray: 30.4829921722px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30.4829921722px;
  }
}
@keyframes animate-svg-stroke-61 {
  100% {
    stroke-dashoffset: 30.4829921722px;
    stroke-dasharray: 30.4829921722px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30.4829921722px;
  }
}
.is-page-loaded .svg-elem-61 {
  -webkit-animation: animate-svg-stroke-61 0.4s ease 0s both;
          animation: animate-svg-stroke-61 0.4s ease 0s both;
}
@-webkit-keyframes animate-svg-stroke-62 {
  100% {
    stroke-dashoffset: 27.2089672089px;
    stroke-dasharray: 27.2089672089px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 27.2089672089px;
  }
}
@keyframes animate-svg-stroke-62 {
  100% {
    stroke-dashoffset: 27.2089672089px;
    stroke-dasharray: 27.2089672089px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 27.2089672089px;
  }
}
.is-page-loaded .svg-elem-62 {
  -webkit-animation: animate-svg-stroke-62 0.4s ease 0.2s both;
          animation: animate-svg-stroke-62 0.4s ease 0.2s both;
}
@-webkit-keyframes animate-svg-stroke-63 {
  100% {
    stroke-dashoffset: 48.0226135254px;
    stroke-dasharray: 48.0226135254px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 48.0226135254px;
  }
}
@keyframes animate-svg-stroke-63 {
  100% {
    stroke-dashoffset: 48.0226135254px;
    stroke-dasharray: 48.0226135254px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 48.0226135254px;
  }
}
.is-page-loaded .svg-elem-63 {
  -webkit-animation: animate-svg-stroke-63 0.4s ease 0s both;
          animation: animate-svg-stroke-63 0.4s ease 0s both;
}
@-webkit-keyframes animate-svg-stroke-64 {
  100% {
    stroke-dashoffset: 24.956029892px;
    stroke-dasharray: 24.956029892px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 24.956029892px;
  }
}
@keyframes animate-svg-stroke-64 {
  100% {
    stroke-dashoffset: 24.956029892px;
    stroke-dasharray: 24.956029892px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 24.956029892px;
  }
}
.is-page-loaded .svg-elem-64 {
  -webkit-animation: animate-svg-stroke-64 0.4s ease 0.4s both;
          animation: animate-svg-stroke-64 0.4s ease 0.4s both;
}
@-webkit-keyframes animate-svg-stroke-65 {
  100% {
    stroke-dashoffset: 30.5491847992px;
    stroke-dasharray: 30.5491847992px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30.5491847992px;
  }
}
@keyframes animate-svg-stroke-65 {
  100% {
    stroke-dashoffset: 30.5491847992px;
    stroke-dasharray: 30.5491847992px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30.5491847992px;
  }
}
.is-page-loaded .svg-elem-65 {
  -webkit-animation: animate-svg-stroke-65 0.4s ease 0.1s both;
          animation: animate-svg-stroke-65 0.4s ease 0.1s both;
}
@-webkit-keyframes animate-svg-stroke-66 {
  100% {
    stroke-dashoffset: 24.0965843201px;
    stroke-dasharray: 24.0965843201px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 24.0965843201px;
  }
}
@keyframes animate-svg-stroke-66 {
  100% {
    stroke-dashoffset: 24.0965843201px;
    stroke-dasharray: 24.0965843201px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 24.0965843201px;
  }
}
.is-page-loaded .svg-elem-66 {
  -webkit-animation: animate-svg-stroke-66 0.4s ease 0.4s both;
          animation: animate-svg-stroke-66 0.4s ease 0.4s both;
}
@-webkit-keyframes animate-svg-stroke-67 {
  100% {
    stroke-dashoffset: 129.2369918823px;
    stroke-dasharray: 129.2369918823px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 129.2369918823px;
  }
}
@keyframes animate-svg-stroke-67 {
  100% {
    stroke-dashoffset: 129.2369918823px;
    stroke-dasharray: 129.2369918823px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 129.2369918823px;
  }
}
.is-page-loaded .svg-elem-67 {
  stroke-width: 10px;
  -webkit-animation: animate-svg-stroke-67 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
          animation: animate-svg-stroke-67 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}
@-webkit-keyframes animate-svg-stroke-68 {
  100% {
    stroke-dashoffset: 159.9002990723px;
    stroke-dasharray: 159.9002990723px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 159.9002990723px;
  }
}
@keyframes animate-svg-stroke-68 {
  100% {
    stroke-dashoffset: 159.9002990723px;
    stroke-dasharray: 159.9002990723px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 159.9002990723px;
  }
}
.is-page-loaded .svg-elem-68 {
  stroke-width: 10px;
  -webkit-animation: animate-svg-stroke-68 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
          animation: animate-svg-stroke-68 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}
@-webkit-keyframes animate-svg-stroke-69 {
  100% {
    stroke-dashoffset: 167.2382659912px;
    stroke-dasharray: 167.2382659912px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 167.2382659912px;
  }
}
@keyframes animate-svg-stroke-69 {
  100% {
    stroke-dashoffset: 167.2382659912px;
    stroke-dasharray: 167.2382659912px;
  }
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 167.2382659912px;
  }
}
.is-page-loaded .svg-elem-69 {
  -webkit-animation: animate-svg-stroke-69 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
          animation: animate-svg-stroke-69 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}

.svg-elem-44 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .svg-elem-44 {
  opacity: 1;
}

.svg-elem-45 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .svg-elem-45 {
  opacity: 1;
}

.svg-elem-1 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .svg-elem-1 {
  opacity: 1;
}

.svg-elem-2 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .svg-elem-2 {
  opacity: 1;
}

.svg-elem-3 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .svg-elem-3 {
  opacity: 1;
}

.svg-elem-4 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .svg-elem-4 {
  opacity: 1;
}

.svg-elem-5 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .svg-elem-5 {
  opacity: 1;
}

.svg-elem-6 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .svg-elem-6 {
  opacity: 1;
}

.svg-elem-7 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .svg-elem-7 {
  opacity: 1;
}

.svg-elem-8 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .svg-elem-8 {
  opacity: 1;
}

.svg-elem-9 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .svg-elem-9 {
  opacity: 1;
}

.svg-elem-10 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .svg-elem-10 {
  opacity: 1;
}

.svg-elem-11 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .svg-elem-11 {
  opacity: 1;
}

.svg-elem-ttl {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.is-page-loaded .svg-elem-ttl {
  opacity: 1;
}

.svg-elem-46 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.is-page-loaded .svg-elem-46 {
  opacity: 1;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .modal-video-body {
    height: 460px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }
}
@media (max-height: 600px) {
  .modal-video-body {
    height: 400px;
  }
}

.modal-video-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .modal-video-inner {
    padding: 10px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: 460px;
  }
}
@media (max-height: 600px) {
  .modal-video-inner {
    height: 400px;
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
@media (max-width: 767px) {
  .modal-video-movie-wrap {
    padding-bottom: 0 !important;
    height: 460px;
    background-color: transparent;
  }
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .modal-video-movie-wrap iframe {
    width: 300px;
    height: 450px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-height: 600px) {
  .modal-video-movie-wrap iframe {
    width: 300px;
    height: 400px;
  }
}

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

Project

--------------------------------------------------------- */
.l-main {
  width: calc(100% - 100px);
  margin: 0 auto;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
@media (max-width: 767px) {
  .l-main {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: inherit;
  }
}
.is-hidden .l-main {
  opacity: 0;
  pointer-events: none;
}
.is-hidden-02 .l-main {
  opacity: 0.2;
  pointer-events: none;
}
.l-main.is-stepwithnow {
  width: 100%;
}

.l-sidemenu {
  width: 50px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -50px;
  background: #13ae67;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  z-index: 1111;
}
@media (max-width: 767px) {
  .l-sidemenu {
    width: 40px;
    height: calc(100svh - 20px);
    top: 20px;
  }
}
.is-page-loaded .l-sidemenu {
  left: 0px;
}
.l-sidemenu:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #13ae67;
  content: "";
  z-index: -1;
}

.l-gnav-toggle {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 32px;
  left: 15px;
  cursor: pointer;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.l-gnav-toggle:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .l-gnav-toggle {
    left: 10px;
  }
}
.l-gnav-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.is-gnav-open .l-gnav-toggle:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 2px;
}
.l-gnav-toggle:after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.is-gnav-open .l-gnav-toggle:after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  bottom: 17px;
}

.l-gnav {
  position: fixed;
  width: calc(100% - 100px);
  top: 0;
  left: 50px;
  height: 100%;
  z-index: 1111;
  pointer-events: none;
}
.is-gnav-open .l-gnav {
  pointer-events: all;
}
@media (max-width: 767px) {
  .l-gnav {
    width: calc(100% - 40px);
    left: 40px;
    top: 20px;
    height: calc(100% - 20px);
  }
}
.l-gnav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #13ae67;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.is-gnav-open .l-gnav::after {
  width: 100%;
}

.l-gnav__body {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.l-gnav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-gnav__menu {
  width: 50%;
}
@media (max-width: 767px) {
  .l-gnav__menu {
    width: 100%;
  }
}

.l-gnav__list {
  position: absolute;
  left: 4.25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .l-gnav__list {
    left: 10px;
  }
}

.l-ganv__logo {
  position: absolute;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  width: 177px;
  top: 26px;
  left: 50px;
}
.is-gnav-open .l-ganv__logo {
  opacity: 1;
}
@media (max-width: 767px) {
  .l-ganv__logo {
    width: 116px;
    top: 12px;
    left: inherit;
    right: 20px;
  }
}

.l-gnav__item {
  margin-bottom: 30px;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  padding-left: 10px;
}
.is-gnav-open .l-gnav__item {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.l-gnav__item a {
  display: table;
  height: 100%;
  font-size: 3.5vw;
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .l-gnav__item a {
    font-size: 3rem;
    padding-left: 18px;
  }
}
.l-gnav__item a:hover:after {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(-50%) scale(2);
          transform: translateY(-50%) scale(2);
}
.l-gnav__item a:after {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.is-gnav-open .l-gnav__item a:after {
  width: 8px;
  height: 8px;
  left: 0;
}
.l-gnav__item--movie a:after {
  background: #f2a3b3;
}
.l-gnav__item--event a:after {
  background: #37d4ff;
}
.l-gnav__item--news a:after {
  background: #fed52b;
}
.l-gnav__item--access a:after {
  background: #fb645c;
}
.l-gnav__item--archive a:after {
  background: #67fe2b;
}
.l-gnav__item:hover .l-gnav__ttl {
  opacity: 0.5;
}

.l-gnav__ttl {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.l-ganv__15th {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  width: 20vw;
  position: absolute;
  left: 50px;
  bottom: 57px;
}
.is-gnav-open .l-ganv__15th {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media (max-width: 767px) {
  .l-ganv__15th {
    width: 170px;
    bottom: 28px;
    left: inherit;
    right: 20px;
  }
}

.l-gnav__img {
  background-size: cover;
  background-position: center center;
  width: 50%;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.is-gnav-open .l-gnav__img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media (max-width: 767px) {
  .l-gnav__img {
    display: none;
  }
}

.l-sidemenu__inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 57px;
}

.l-sidemenu__list {
  padding-bottom: 66px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -30px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .l-sidemenu__list {
    margin-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }
}
.is-safari .l-sidemenu__list {
  -webkit-clip-path: inherit;
          clip-path: inherit;
}
.is-gnav-open .l-sidemenu__list {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.l-sidemenu__item {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 30px;
  white-space: nowrap;
}
@media (max-height: 770px) {
  .l-sidemenu__item {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .l-sidemenu__item {
    margin: 10px auto 10px;
  }
}
.l-sidemenu__item a {
  color: #fff;
  display: block;
  position: relative;
  padding-top: 15px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 767px) {
  .l-sidemenu__item a {
    padding-top: 10px;
  }
}
.l-sidemenu__item a:hover {
  opacity: 0.5;
}
.l-sidemenu__item a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .l-sidemenu__item a:after {
    width: 6px;
    height: 6px;
  }
}
.l-sidemenu__item span {
  display: block;
}
.l-sidemenu__item:nth-child(1) a:after {
  background: #f2a3b3;
}
.l-sidemenu__item:nth-child(2) a:after {
  background: #37d4ff;
}
.l-sidemenu__item:nth-child(3) a:after {
  background: #fed52b;
}
.l-sidemenu__item:nth-child(4) a:after {
  background: #fb645c;
}

.l-sidemenu__insta {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 57px;
}
@media (max-height: 770px) {
  .l-sidemenu__insta {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .l-sidemenu__insta {
    bottom: 28px;
  }
}

.l-sidemenu__insta-ttl {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
  margin: 0 auto;
  position: relative;
  padding-top: 46px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
@media (max-width: 767px) {
  .l-sidemenu__insta-ttl {
    display: none;
  }
}
.l-sidemenu__insta-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 16px;
  height: 1px;
  background: #fff;
}

.l-sidemenu__insta-icon {
  padding-top: 22px;
}

.l-sidetext {
  width: 50px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -50px;
  background: #fed52b;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  z-index: 1111;
  overflow: hidden;
}
.is-page-loaded .l-sidetext {
  right: 0px;
}
@media (max-width: 767px) {
  .l-sidetext {
    width: 100%;
    height: 20px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    right: 0;
    top: -20px;
  }
  .is-page-loaded .l-sidetext {
    top: 0px;
  }
}

.loop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.loop-area {
  -webkit-animation: loop-slide 20s infinite linear 1s both;
          animation: loop-slide 20s infinite linear 1s both;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1200px;
}
@media (max-width: 767px) {
  .loop-area {
    -webkit-animation: loop-slide-2 20s infinite linear 1s both;
            animation: loop-slide-2 20s infinite linear 1s both;
    height: auto;
    margin-left: 0px;
    width: 930px;
  }
}

.loop-area .content {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  height: 400px;
  color: #fff;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .loop-area .content {
    height: 20px;
    font-size: 1.2rem;
    margin-right: 20px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    line-height: 20px;
    display: inline-block;
  }
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes loop-slide-2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide-2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.l-header {
  position: fixed;
  width: calc(100% - 100px);
  top: 0;
  left: 50px;
  z-index: 1111;
}
@media (max-width: 767px) {
  .l-header {
    width: calc(100% - 40px);
    left: 40px;
  }
}

.l-header__ttl {
  position: absolute;
  top: 26px;
  left: 50px;
  width: 11.7vw;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.l-header__ttl.is-active {
  opacity: 1;
}
@media (max-width: 767px) {
  .l-header__ttl {
    width: 117px;
    left: 20px;
    top: 32px;
  }
}

.l-header__shop {
  position: absolute;
  top: 43px;
  right: 1.65343915vw;
  width: 6vw;
}
@media (max-width: 767px) {
  .l-header__shop {
    width: 54px;
    right: 20px;
    top: 46px;
    opacity: 0;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    -webkit-transition-delay: 3s;
            transition-delay: 3s;
  }
  .is-page-loaded .l-header__shop {
    opacity: 1;
  }
  .is-hidden .l-header__shop {
    pointer-events: none;
  }
}
.is-hidden .l-header__shop {
  pointer-events: none;
}
.is-hidden .l-header__shop img {
  opacity: 0;
  pointer-events: none;
}

.c-scroll {
  position: fixed;
  bottom: 32px;
  left: 79px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
@media (max-width: 767px) {
  .c-scroll {
    left: 60px;
    bottom: 20px;
  }
}
.is-header-bg-show .c-scroll {
  opacity: 0;
}
.is-modal-open .c-scroll {
  opacity: 0;
}
.c-scroll p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
}
.c-scroll p .c-scroll__text {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.is-page-loaded .c-scroll p .c-scroll__text {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.c-scroll p .c-scroll__icon {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.is-page-loaded .c-scroll p .c-scroll__icon {
  opacity: 1;
}

.c-flowbtn {
  position: fixed;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  animation: floating-y-2 1.2s ease-in-out infinite alternate-reverse;
  width: 160px;
  bottom: 28px;
  right: 90px;
  z-index: 1111;
}
@media (max-width: 767px) {
  .c-flowbtn {
    width: 100px;
    right: 20px;
    bottom: 20px;
  }
}
.is-page-loaded .c-flowbtn {
  opacity: 1;
}
.is-hidden .c-flowbtn {
  pointer-events: none;
}
.is-hidden .c-flowbtn img {
  opacity: 0;
}
.is-modal-tips .c-flowbtn img {
  opacity: 0.2;
}
.c-flowbtn img {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  cursor: pointer;
}
.c-flowbtn:hover img {
  opacity: 0.8;
}

@-webkit-keyframes poyoyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 15px);
            transform: scale(0.98, 0.9) translate(0, 15px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 18px);
            transform: scale(1.02, 1) translate(0, 18px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -18px);
            transform: scale(0.98, 1.05) translate(0, -18px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 15px);
            transform: scale(1, 0.9) translate(0, 15px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

@keyframes poyoyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 15px);
            transform: scale(0.98, 0.9) translate(0, 15px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 18px);
            transform: scale(1.02, 1) translate(0, 18px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -18px);
            transform: scale(0.98, 1.05) translate(0, -18px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 15px);
            transform: scale(1, 0.9) translate(0, 15px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@-webkit-keyframes floating-y-2 {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@keyframes floating-y-2 {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.kv {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .kv {
    height: calc(100svh - 20px);
    margin-top: 20px;
  }
}

.kv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .kv__body {
    display: block;
    position: fixed;
    top: 0;
    left: 40px;
    z-index: 0;
    width: calc(100% - 40px);
    height: 100lvh;
  }
}

.kv__ttl {
  width: 50%;
}
@media (max-width: 767px) {
  .kv__ttl {
    width: 100%;
    margin-top: 85px;
  }
}
.kv__ttl-main {
  width: 35vw;
  margin-bottom: 10px;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
@media (max-width: 767px) {
  .kv__ttl-main {
    width: 70vw;
  }
}
.is-page-loaded .kv__ttl-main {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.kv__ttl-sub {
  width: 21vw;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.is-page-loaded .kv__ttl-sub {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media (max-width: 767px) {
  .kv__ttl-sub {
    width: 43vw;
  }
}

.kv__ttl-img-wrap {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.kv__ttl-img-wrap.is-active {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

.kv__space {
  height: 100lvh;
  margin-top: 100vh;
}

.kv__ttl-inner {
  display: table;
  margin: 0 auto;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .kv__ttl-inner {
    height: auto;
    margin: inherit;
    padding-left: 20px;
  }
}

.kv__ttl-img {
  position: sticky;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media (max-width: 767px) {
  .kv__ttl-img {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.kv__img {
  width: calc(50% - 9.25vw);
  height: 100vh;
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  .kv__img {
    width: calc(100% - 20px);
    height: 55%;
    margin-left: 40px;
    margin-top: 30px;
    position: relative;
  }
}

.kv__img-list {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
@media (max-width: 767px) {
  .kv__img-list {
    width: calc(100% - 70px);
  }
}
.is-page-loaded .kv__img-list {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.kv__img-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.kv__img-item--1 {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.kv__img-item--2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.kv__elm {
  position: absolute;
  left: -41px;
  bottom: 28px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  opacity: 0;
}
.is-page-loaded .kv__elm {
  opacity: 1;
}
@media (max-width: 767px) {
  .kv__elm {
    left: -26px;
    bottom: 0;
  }
  .kv__elm svg {
    width: 12px;
    height: auto;
  }
}

.kv__rightbox {
  width: 140px;
  height: 100vh;
  position: sticky;
  top: 0;
  right: 50px;
  z-index: 11;
}
@media (max-width: 767px) {
  .kv__rightbox {
    display: none;
  }
}

.kv__shop {
  width: 6.4vw;
  position: fixed;
  top: 43px;
  right: 75px;
  max-width: 90px;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.is-page-loaded .kv__shop {
  opacity: 1;
}

.kv__copy {
  position: absolute;
  top: 164px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.is-page-loaded .kv__copy {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@-webkit-keyframes animate-svg-fill {
  0% {
    fill: transparent;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  100% {
    fill: black;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes animate-svg-fill {
  0% {
    fill: transparent;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  100% {
    fill: black;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.is-page-loaded .kv__copy .svg-copy-1 {
  -webkit-animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s both;
          animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s both;
}
.is-page-loaded .kv__copy .svg-copy-2 {
  -webkit-animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s both;
          animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s both;
}
.is-page-loaded .kv__copy .svg-copy-3 {
  -webkit-animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s both;
          animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s both;
}
.is-page-loaded .kv__copy .svg-copy-4 {
  -webkit-animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both;
          animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both;
}
.is-page-loaded .kv__copy .svg-copy-5 {
  -webkit-animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s both;
          animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s both;
}
.is-page-loaded .kv__copy .svg-copy-6 {
  -webkit-animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 5s both;
          animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 5s both;
}
.is-page-loaded .kv__copy .svg-copy-7 {
  -webkit-animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 5.1s both;
          animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 5.1s both;
}
.is-page-loaded .kv__copy .svg-copy-8 {
  -webkit-animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 5.2s both;
          animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 5.2s both;
}
.is-page-loaded .kv__copy .svg-copy-9 {
  -webkit-animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 5.3s both;
          animation: animate-svg-fill 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 5.3s both;
}
@media (max-width: 767px) {
  .kv__copy {
    position: absolute;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 18px;
    top: 0px;
    left: inherit;
    right: 38px;
  }
  .kv__copy svg {
    width: 18px;
    height: 159px;
  }
}

.intro {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 120px;
  }
}

.intro__body {
  padding: 0 14% 0 10%;
}
@media screen and (max-width: 768px) {
  .intro__body {
    display: table;
    margin: 0 auto;
    padding: 0;
  }
}
.intro__body p {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 40px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.intro__body p.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 768px) {
  .intro__body p {
    font-size: 1.3rem;
    line-height: 30px;
  }
}

.intro__logo {
  width: 221px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .intro__logo {
    width: 164px;
    margin: 0 auto 50px;
  }
}

.intro__lead {
  display: table;
  margin: 0 auto;
}

.movie {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .movie {
    margin-top: -30px;
  }
}

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

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

.movie__ttl {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 4vw;
  text-align: center;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 768px) {
  .movie__ttl {
    font-size: 40px;
  }
}
.movie__ttl.is-onscreen {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.movie__ttl.is-active {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}

.movie__vis-image-item {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.movie__vis-image-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  top: 0;
  left: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.movie__vis-image-item.is-active:after {
  opacity: 0.3;
}
.movie__vis-image-item video {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}
@media screen and (max-width: 768px) {
  .movie__vis-image-item video {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
}

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

.movie__space {
  height: 100lvh;
}
.is_edge .movie__space {
  height: 180vh;
}

.movie__body {
  position: relative;
  height: 100vh;
}

.movie__inner {
  position: sticky;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  text-align: center;
  color: #fff;
}

.movie__space-1 {
  height: 100vh;
}

.movie__heading {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .movie__heading {
    margin-bottom: 35px;
  }
}
.movie__heading span {
  display: block;
}

.movie__heading-jp {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 11px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 768px) {
  .movie__heading-jp {
    font-size: 2.8rem;
    margin-bottom: 14px;
  }
}
.is-active .movie__heading-jp {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.movie__heading-en {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 768px) {
  .movie__heading-en {
    font-size: 1rem;
  }
}
.is-active .movie__heading-en {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.movie__lead {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .movie__lead {
    font-size: 1.3rem;
  }
}
.is-active .movie__lead {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.event {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .event {
    padding-top: 90px;
  }
}

.event__ttl {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  font-size: 4rem;
  line-height: 1;
  padding: 24px 0;
  margin-bottom: 100px;
  z-index: 111;
  position: relative;
  color: #f2a3b3;
  overflow: hidden;
}
@media (max-width: 768px) {
  .event__ttl {
    font-size: 3rem;
    padding: 20px 0;
    font-weight: 600;
    margin-bottom: 45px;
  }
}
.event__ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: #f2a3b3;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.event__ttl:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: #f2a3b3;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.event__ttl span {
  margin-right: 20px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
@media (max-width: 768px) {
  .event__ttl span {
    margin-right: 13px;
  }
}
.event__ttl.is-onscreen span {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__ttl.is-onscreen:before {
  width: 100%;
}
.event__ttl.is-onscreen:after {
  width: 100%;
}

.event__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
  margin-bottom: 70px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.event__lead.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media (max-width: 768px) {
  .event__lead {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 30px;
  }
}

.event__date {
  width: 427px;
  margin: 0 auto;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.event__date.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media (max-width: 768px) {
  .event__date {
    width: 251px;
  }
}

.event__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100vh - 20%);
  padding: 0 8.5%;
  position: absolute;
  left: 0;
  bottom: 48px;
}
@media (max-width: 768px) {
  .event__row {
    display: block;
    bottom: 50%;
    -webkit-transform: translateY(calc(50% - 0px));
            transform: translateY(calc(50% - 0px));
    height: calc(100dvh - 40%);
  }
}

.event__img {
  width: 50%;
  height: calc(100vh - 20%);
  position: relative;
}
@media (max-width: 768px) {
  .event__img {
    width: 100%;
    height: calc(100% - 32%);
  }
}

.event__img-item {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.event__img-item--1 {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.event__img-item--1.is-onscreen {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__img-item--1.is-active {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.event__img-item--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.event__img-item--2.is-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__img-item--3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.event__img-item--3.is-active-2 {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  z-index: 1;
}

.event__textarea {
  width: 50%;
  padding-left: 8.5%;
  position: relative;
}
@media (max-width: 768px) {
  .event__textarea {
    width: 100%;
    height: calc(100% - 68%);
    padding: 0;
  }
}

.event__textarea-box {
  position: absolute;
  left: 19%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 11;
}
@media (max-width: 768px) {
  .event__textarea-box {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 0;
    top: 0;
    margin-top: 20px;
  }
}
.event__textarea-box--1.is-active .event__heading-sub {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.event__textarea-box--1.is-active .event__heading-main {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.event__textarea-box--1.is-active .event__heading-date {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.event__textarea-box--1.is-active .event__heading-icon {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.event__textarea-box--1.is-active .c-button {
  opacity: 0;
  pointer-events: none;
}
.event__textarea-box--1.is-active-2 .c-button {
  opacity: 0;
}
.event__textarea-box--2 {
  pointer-events: none;
}
.event__textarea-box--2.is-active {
  pointer-events: all;
}
.event__textarea-box--2.is-active .event__heading-sub {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__textarea-box--2.is-active .event__heading-main {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__textarea-box--2.is-active .event__heading-date {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__textarea-box--2.is-active .event__heading-icon {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__textarea-box--2.is-active .event__heading-comingsoon {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__textarea-box--2.is-active .c-button {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 1;
}
.event__textarea-box--2.is-active-2 {
  pointer-events: none;
}
.event__textarea-box--2.is-active-2 .event__heading-sub {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.event__textarea-box--2.is-active-2 .event__heading-main {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.event__textarea-box--2.is-active-2 .event__heading-date {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.event__textarea-box--2.is-active-2 .event__heading-icon {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.event__textarea-box--2.is-active-2 .event__heading-comingsoon {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.event__textarea-box--2.is-active-2 .c-button {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 0;
}
.event__textarea-box--3 {
  pointer-events: none;
}
.event__textarea-box--3.is-active-2 {
  pointer-events: all;
}
.event__textarea-box--3.is-active-2 .event__heading-sub {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__textarea-box--3.is-active-2 .event__heading-main {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__textarea-box--3.is-active-2 .event__heading-date {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__textarea-box--3.is-active-2 .event__heading-icon {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__textarea-box--3.is-active-2 .event__heading-comingsoon {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__textarea-box--3.is-active-2 .c-button {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 1;
}

.event__pagenation {
  position: absolute;
  top: 0;
  right: 8.5%;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  z-index: 111;
}
@media (max-width: 768px) {
  .event__pagenation {
    top: -30px;
    font-size: 1rem;
  }
}

.event__pagenation-current {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  vertical-align: middle;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .event__pagenation-current {
    padding-right: 9px;
    font-size: 2rem;
  }
}
.event__pagenation-current .num1 {
  position: relative;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.event__pagenation-current .num1.is-active {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.event__pagenation-current .num2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.event__pagenation-current .num2.is-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__pagenation-current .num2.is-active-2 {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.event__pagenation-current .num3 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.event__pagenation-current .num3.is-active-2 {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__pagenation-current span {
  display: block;
}

.event__pagenation-total {
  display: inline-block;
  position: relative;
  padding-left: 49px;
  display: inline-block;
  font-weight: 700;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (max-width: 768px) {
  .event__pagenation-total {
    padding-left: 44px;
  }
}
.event__pagenation-total:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
  width: 35px;
  height: 1px;
}

.event__space {
  height: 100lvh;
}
@media (max-width: 768px) {
  .event__space {
    height: 100lvh;
  }
}

.event__space-2 {
  height: 100lvh;
}
@media (max-width: 768px) {
  .event__space-2 {
    height: 100lvh;
  }
}

.event__space-3 {
  height: 100lvh;
}
@media (max-width: 768px) {
  .event__space-3 {
    height: 100lvh;
  }
}

.event__space-4 {
  height: 100lvh;
}
@media (max-width: 768px) {
  .event__space-4 {
    height: 100lvh;
  }
}

.event__heading {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .event__heading {
    margin-bottom: 30px;
  }
}
.event__heading-comingsoon {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 12px;
  margin-top: 30px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  font-style: italic;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .event__heading-comingsoon {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 10px;
  }
}
.is-onscreen .event__heading-comingsoon {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__heading-date {
  font-family: "Poppins", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.event__heading-date span {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .event__heading-date {
    font-size: 1.8rem;
    margin-bottom: 5px;
    line-height: 21px;
  }
  .event__heading-date span {
    font-size: 1.2rem;
  }
}
.is-onscreen .event__heading-date {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__heading-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 24px;
  margin-top: 5px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
@media (max-width: 768px) {
  .event__heading-sub {
    font-size: 1.1rem;
    margin-top: 5px;
    line-height: 20px;
  }
}
.is-onscreen .event__heading-sub {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__heading-icon {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
  margin-left: -5px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  width: 90px;
  height: 40px;
  text-align: center;
  background: #fed52b;
  border-radius: 50%;
  -webkit-animation-name: decoSwing;
          animation-name: decoSwing;
  -webkit-animation-duration: 2400ms;
          animation-duration: 2400ms;
  -webkit-animation-timing-function: steps(2, end);
          animation-timing-function: steps(2, end);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 111;
  position: relative;
}
@media (max-width: 768px) {
  .event__heading-icon {
    font-size: 1rem;
    margin-top: -35px;
    margin-bottom: 8px;
    height: 35px;
    width: 80px;
    line-height: 35px;
  }
}
.event__textarea-box--1 .event__heading-icon {
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 768px) {
  .event__textarea-box--1 .event__heading-icon {
    font-size: 1.3rem;
    width: 70px;
  }
}
.event__textarea-box--2 .event__heading-icon {
  background: #ffac46;
}
.event__textarea-box--3 .event__heading-icon {
  background: #13ae67;
}
.is-onscreen .event__heading-icon {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.is-modal-open .event__heading-icon {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__heading-main {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4rem;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
@media (max-width: 768px) {
  .event__heading-main {
    font-size: 2.3rem;
    line-height: 23px;
  }
}
.is-onscreen .event__heading-main {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event__heading-main.is-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .event__heading-main.is-jp {
    font-size: 1.9rem;
    line-height: 23px;
  }
}

@-webkit-keyframes decoSwing {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes decoSwing {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
.event__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -3;
}
.event__circle--2 {
  opacity: 0;
}
.event__circle--3 {
  opacity: 0;
}
.event__circle svg {
  -webkit-animation: 20s linear infinite rotation;
          animation: 20s linear infinite rotation;
}
.event__circle svg path {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.event__circle--1 {
  -webkit-transform: translate(-50%, -50%) scale(2.5);
          transform: translate(-50%, -50%) scale(2.5);
}
.event__circle--1 svg {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.event__circle--1.is-active svg {
  opacity: 0;
}
.event__circle--2 {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.event__circle--2.is-active {
  opacity: 1;
}
.event__circle--2.is-active-2 {
  opacity: 0;
}
.event__circle--3 {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.event__circle--3.is-active-2 {
  opacity: 1;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.event__body {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  max-width: 1412px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .event__body {
    height: 100lvh;
    margin-top: -50px;
    overflow: hidden;
  }
}
.is_edge .event__body {
  height: 100vh;
}

.shopnews {
  padding: 200px 8.5% 0;
}
@media (max-width: 768px) {
  .shopnews {
    padding: 120px 8.5% 0;
  }
}
.shopnews .c-button a {
  width: 175px;
}

.shopnews__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .shopnews__body {
    display: block;
  }
}

.shopnews__ttl {
  font-family: "Poppins", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  margin-bottom: 34px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.shopnews__ttl.is-onscreen {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media (max-width: 768px) {
  .shopnews__ttl {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}

.shopnews__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.05vw;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 50px;
}
.shopnews__lead a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .shopnews__lead {
    font-size: 1.3rem;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

.shopnews__left {
  width: 50%;
}
@media (max-width: 768px) {
  .shopnews__left {
    width: 100%;
  }
}

.shopnews__right {
  width: 50%;
}
@media (max-width: 768px) {
  .shopnews__right {
    width: 100%;
  }
}

.shopnews__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}
@media (max-width: 768px) {
  .shopnews__img {
    margin-bottom: 26px;
  }
}

.shopnews__img-item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2px;
  margin-bottom: 4px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.is-onscreen .shopnews__img-item {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.shopnews__img-item:nth-child(1) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.shopnews__img-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.shopnews__img-item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.shopnews__img-item:nth-child(4) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.access {
  padding: 200px 8.5% 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .access {
    padding: 120px 8.5% 0px;
  }
}
.access .c-button {
  display: table;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .access .c-button {
    margin: 30px auto 0;
  }
}

.access__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 60px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .access__text {
    margin: 30px auto 0;
  }
}

.access__map {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .access__map {
    margin: 40px auto 0;
  }
}
.access__map iframe {
  width: 100%;
}
@media (max-width: 768px) {
  .access__map iframe {
    height: 230px;
  }
}

.archive {
  padding: 120px 8.5% 120px 8.5%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .archive {
    padding: 120px 0 80px 8.5%;
  }
}
.archive .c-button a {
  width: 135px;
}

.archive__body {
  position: relative;
}
@media (max-width: 768px) {
  .archive__body {
    display: block;
  }
}

.archiv__space {
  height: 200vh;
}

.archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1023px) {
  .archive__list {
    display: block;
  }
}
@media (max-width: 768px) {
  .archive__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    overflow: hidden;
    padding-right: 40px;
    margin-left: -5px;
    margin-right: -15px;
  }
}

.archive__ttl {
  margin-right: 8.26719577vw;
  font-family: "Poppins", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  margin-bottom: 24px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.archive__ttl.is-onscreen {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media (max-width: 768px) {
  .archive__ttl {
    font-size: 4rem;
    margin-bottom: 5px;
  }
}

.archive__item {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .archive__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .archive__item {
    display: block;
    padding: 0 5px;
  }
}

.archive__img {
  background-size: cover;
  position: relative;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.archive__img img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .archive__img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.archive__img.is-onscreen {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.archive__img .js-inline-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.archive__img .js-inline-movie video {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.archive__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -3;
}
.archive__circle svg {
  -webkit-animation: 20s linear infinite rotation;
          animation: 20s linear infinite rotation;
}
.archive__circle svg path {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.archive__heading {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .archive__heading {
    margin-bottom: 15px;
    text-align: center;
  }
}
.archive__heading-sub {
  font-family: "Poppins", sans-serif;
  font-size: min(0.8vw, 12px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .archive__heading-sub {
    font-size: min(2.5vw, 10px);
    margin-bottom: 5px;
    line-height: 1.2;
  }
}
.is-onscreen .archive__heading-sub {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.archive__heading-main {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
@media (max-width: 768px) {
  .archive__heading-main {
    font-size: min(4.5vw, 18px);
    line-height: 1.2;
  }
}
.is-onscreen .archive__heading-main {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.archive__heading span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .archive__heading span {
    font-size: min(3.25vw, 14px);
    text-align: center;
  }
}

.footrer {
  background: #fff;
  position: relative;
  z-index: 111;
  padding: 90px 8.5% 150px;
}
.is-modal-open .footrer {
  opacity: 0;
}
@media (max-width: 768px) {
  .footrer {
    padding: 60px 8.5% 120px;
  }
}
.footrer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.footrer.is-onscreen::after {
  width: 100%;
}

.footer__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .footer__text {
    font-size: 1rem;
  }
}

.footer__copyright {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 34px;
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.footer__logo {
  position: absolute;
  width: 120px;
  top: 90px;
  right: 8.5%;
}
@media (max-width: 768px) {
  .footer__logo {
    position: static;
    width: 95px;
    margin-bottom: 27px;
  }
}

.c-button {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: table;
}
.c-button--movie {
  display: table;
  margin: 45px auto 0;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 768px) {
  .c-button--movie {
    margin: 30px auto 0;
    -webkit-transition: none;
    transition: none;
  }
}
.is-active .c-button--movie {
  opacity: 1;
}
@media (max-width: 767px) {
  .c-button {
    margin: 0 auto;
  }
}
.c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 45px;
  background: #f2a3b3;
  border-radius: 45px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
}
.c-button a:hover .c-button__icon-front {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-button a:hover .c-button__icon-back {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.c-button a:hover .c-button__text:after {
  width: 100%;
  right: inherit;
  left: 0;
}
.c-button--blank .c-button__icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-button--detail a:hover .c-button__icon-back {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .c-button--news {
    margin-bottom: 40px;
  }
}

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

.c-button__icon {
  width: 21px;
  height: 21px;
  border-radius: 21px;
  background: #fff;
  position: absolute;
  right: 12px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.c-button--news .c-button__icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-button__icon:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 40px;
  top: 50%;
  left: 50%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background: #fff;
}

.c-circle-icon__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-button__icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  width: 12px;
  height: 10px;
  z-index: 11;
}
.c-button--detail .c-button__icon-circle {
  width: 9px;
  height: 9px;
  overflow: visible;
}

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

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

.event-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .event-modal {
    width: calc(100% - 40px);
    left: 40px;
    height: 100%;
  }
}
.event-modal.is-modal-open {
  opacity: 1;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  pointer-events: all;
}
.event-modal.is-modal-open:after {
  width: 100%;
}
.event-modal:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  background: #f2a3b3;
  opacity: 0.2;
}
.event-modal.event-modal--2:after {
  background: #fed52b;
}
.event-modal.event-modal--3:after {
  background: #9ad3d0;
}

.event-modal__close {
  position: fixed;
  top: 40px;
  right: 90px;
  z-index: 11111;
}
@media screen and (max-width: 768px) {
  .event-modal__close {
    top: 47px;
    right: 28px;
    position: fixed;
    z-index: 11111;
  }
}

.event-modal__circle-1 {
  position: absolute;
  top: -17.7%;
  right: -14.8%;
  z-index: -12;
}
@media screen and (max-width: 768px) {
  .event-modal__circle-1 {
    width: 199px;
    right: -25.6%;
    top: -2%;
    height: 199px;
  }
}
.event-modal__circle-1 svg {
  -webkit-animation: 20s linear infinite rotation;
          animation: 20s linear infinite rotation;
}
@media screen and (max-width: 768px) {
  .event-modal__circle-1 svg {
    width: 199px;
    height: 199px;
  }
}
.event-modal--2 .event-modal__circle-1 svg path {
  fill: #fed52b;
}

.event-modal__circle-2 {
  position: absolute;
  top: 37%;
  left: -15.8%;
}
@media screen and (max-width: 768px) {
  .event-modal__circle-2 {
    width: 199px;
    height: 199px;
    left: calc(-25.6% - 40px);
    top: 9.9%;
  }
}
.event-modal__circle-2 svg {
  -webkit-animation: 20s linear infinite rotation;
          animation: 20s linear infinite rotation;
}
@media screen and (max-width: 768px) {
  .event-modal__circle-2 svg {
    width: 199px;
    height: 199px;
  }
}
.event-modal--2 .event-modal__circle-2 svg path {
  fill: #fed52b;
}

.event-modal__wrap {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1112;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .event-modal__wrap {
    height: auto;
  }
}

.event-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 111;
  max-width: 1000px;
  margin: 140px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.event-modal--3 .event-modal__body {
  max-width: 1440px;
  padding: 0 7%;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .event-modal--3 .event-modal__body {
    margin: 96px auto 0;
  }
}
@media screen and (max-width: 1023px) {
  .event-modal__body {
    padding: 0 8.5%;
  }
}
@media screen and (max-width: 768px) {
  .event-modal__body {
    display: block;
    padding: 0 8.5%;
    margin-top: 96px;
    width: 100%;
    height: auto;
    position: relative;
  }
}

.event-modal__img {
  width: 50%;
  height: calc(100vh - 200px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  background-size: cover;
  background-position: center center;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 768px) {
  .event-modal__img {
    width: 100%;
    height: 36%;
    min-height: 280px;
  }
}
.is-modal-open .event-modal__img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event-modal__img--2 {
  height: auto;
}
@media screen and (max-width: 768px) {
  .event-modal__img--2 {
    height: auto;
    min-height: auto;
  }
}

.event-modal__textarea {
  width: 50%;
  padding-left: 9%;
}
.event-modal--3 .event-modal__textarea {
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .event-modal--3 .event-modal__textarea {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .event-modal__textarea {
    width: 100%;
    padding: 0;
  }
}

.event-modal__map {
  width: 100%;
  padding: 0 8.9%;
}
@media screen and (max-width: 768px) {
  .event-modal__map {
    padding: 0;
  }
}

.beauty-content {
  width: 100%;
  padding: 0 4%;
  margin-top: 0px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .beauty-content {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .beauty-content {
    padding: 0 0 80px;
  }
}

.beauty-content__num {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  /* 100% */
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .beauty-content__num {
    text-align: center;
  }
}

.beauty-content__item {
  background: #fff;
  border-radius: 8px;
  padding: 40px 55px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .beauty-content__item {
    padding: 30px 20px;
  }
}

.beauty-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .beauty-content__inner {
    display: block;
  }
}

.beauty-content__left {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .beauty-content__left {
    width: 100%;
  }
}

.beauty-content__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .beauty-content__lead {
    display: block;
    width: 100%;
  }
}
.beauty-content__lead span {
  color: #fff;
  padding: 0 5px;
}

.beauty-content__right {
  width: calc(100% - 360px);
}
@media screen and (max-width: 768px) {
  .beauty-content__right {
    display: block;
    width: 100%;
  }
}

.beauty-content__img-map {
  width: 390px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .beauty-content__img-map {
    width: 100%;
  }
}

.beauty-content__right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .beauty-content__right-inner {
    display: block;
    margin-top: 20px;
  }
}
.beauty-content__right-inner .beauty-content__img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .beauty-content__right-inner .beauty-content__img {
    display: block;
    width: 100%;
  }
}
.beauty-content__right-inner .beauty-content__info {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .beauty-content__right-inner .beauty-content__info {
    display: block;
    width: 100%;
  }
}

.beauty-content__lead {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 200% */
}
.beauty-content__lead .beauty-content__img {
  width: 112px;
}
@media screen and (max-width: 768px) {
  .beauty-content__lead .beauty-content__img {
    margin: 20px auto;
  }
}
.beauty-content__lead p {
  width: calc(100% - 112px);
}
@media screen and (max-width: 768px) {
  .beauty-content__lead p {
    width: 100%;
  }
}

.beauty-content__info {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .beauty-content__info {
    margin-bottom: 20px;
  }
}

.beauty-content__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.beauty-content__info-item p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  /* 100% */
}

.beauty-content__info-tag {
  width: 80px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 100% */
  text-align: center;
  padding: 5px 0;
  display: block;
}

.howto__ttl {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 200% */
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.howto p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 200% */
}
@media screen and (max-width: 768px) {
  .howto p {
    line-height: 22px;
    /* 200% */
  }
}
.howto span {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  display: block;
  line-height: 18px;
  /* 200% */
  margin-top: 10px;
}

.howto__ttl-2 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 200% */
}
@media screen and (max-width: 768px) {
  .howto__ttl-2 {
    line-height: 22px;
    /* 200% */
  }
}

.map-ttl {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 200% */
  background: #cfcae3;
  display: block;
  padding: 10px 10px;
  text-align: center;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
  .map-ttl {
    font-size: 23px;
  }
}

.beauty-content__attention {
  margin-top: 30px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
}

.event-modal__heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .event-modal__heading {
    margin-bottom: 33px;
    margin-top: 25px;
  }
  .event-modal--3 .event-modal__heading {
    text-align: center;
  }
}
.event-modal__heading-num {
  display: none;
}
@media screen and (max-width: 768px) {
  .event-modal__heading-num {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 19px;
  }
}
.event-modal__heading-sub {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.event-modal--2 .event-modal__heading-sub {
  font-family: "Noto Sans JP", sans-serif;
}
.event-modal--3 .event-modal__heading-sub {
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .event-modal__heading-sub {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1;
  }
}
.is-modal-open .event-modal__heading-sub {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event-modal__heading-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .event-modal__heading-jp {
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1;
  }
}
.is-modal-open .event-modal__heading-jp {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event-modal--3 .event-modal__heading-jp {
  line-height: 1.4;
}
.event-modal__heading-main {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4rem;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 768px) {
  .event-modal__heading-main {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.is-modal-open .event-modal__heading-main {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event-modal--3 .event-modal__heading-main {
  line-height: 1.3;
}

.event-modal__heading-2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .event-modal__heading-2 {
    margin-bottom: 33px;
    margin-top: 25px;
  }
}
.event-modal__heading-2-num {
  display: none;
}
@media screen and (max-width: 768px) {
  .event-modal__heading-2-num {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 19px;
  }
}
.event-modal__heading-2-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 768px) {
  .event-modal__heading-2-sub {
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 10px;
  }
}
.is-modal-event-2 .event-modal__heading-2-sub {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.event-modal__heading-2-main {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4rem;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 768px) {
  .event-modal__heading-2-main {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.is-modal-event-2 .event-modal__heading-2-main {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.event-modal__info {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .event-modal__info {
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
  }
}

.event-modal__present {
  padding: 24px;
  border-radius: 15px;
  margin-top: 25px;
  background: #fff;
  position: relative;
}

.event-modal__present-ttl {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin-bottom: 15px;
  text-align: center;
  color: #f2a3b3;
}

.event-modal__present-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
.event-modal__present-lead span {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.event-modal__present-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin: 0 auto 10px;
}
.event-modal__present-item img {
  width: 100px;
  padding: 0 5px;
}

.event-modal__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .event-modal__info-item {
    border-top: 1px solid #000;
  }
}

.event-modal__info-cat {
  width: 58px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.event-modal__info-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.event-modal__info-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.event-modal__map {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .event-modal__map {
    margin-top: 60px;
  }
}

.event-modal__maplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .event-modal__maplist {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.event-modal__mapitem {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.event-modal__mapitem img {
  border: 1px solid #111;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .event-modal__mapitem {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.event-modal__map-ttl {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .event-modal__map-ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.event-modal__map-ttl span {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .event-modal__map-ttl span {
    margin-right: 8px;
  }
  .event-modal__map-ttl span svg {
    width: 20px;
  }
}

.event-modal__map-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.tips-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1111;
  pointer-events: none;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.tips-modal.is-modal-open {
  opacity: 1;
  pointer-events: all;
}
.tips-modal.is-modal-open:after {
  width: 100%;
}
.tips-modal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  background: #f2a3b3;
  opacity: 0.2;
}

.tips-modal__close {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 111;
}

.tips-modal__body {
  position: absolute;
  z-index: 1111;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  background: #fff;
  width: 680px;
  border-radius: 10px;
  padding: 60px 6% 50px;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.is-modal-open .tips-modal__body {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .tips-modal__body {
    width: calc(100% - 40px);
  }
}

.tips-modal__ttl {
  width: 257px;
  margin: 0 auto 27px;
}
@media screen and (max-width: 768px) {
  .tips-modal__ttl {
    width: 230px;
  }
}

.tips-modal__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .tips-modal__lead {
    font-size: 1.3rem;
  }
}

.tips-modal__insta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  color: #f2a3b3;
}

.tips-modal__insta-text {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .tips-modal__insta-text {
    font-size: 1.2rem;
    padding-left: 7px;
  }
}

.movie-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1111;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
.movie-modal.is-modal-open {
  opacity: 1;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  pointer-events: all;
}
.movie-modal:after {
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.movie-modal__close {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media (max-width: 767px) {
  .movie-modal__close {
    top: -20px;
    right: -35px;
  }
}
.movie-modal__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.movie-modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.movie-modal__close:before, .movie-modal__close:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.movie-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 111;
  width: 27vw;
}
@media (max-width: 767px) {
  .movie-modal__inner {
    width: 70vw;
  }
}

.movie-modal__frame {
  position: relative;
  width: 100%;
  padding-top: 177.77%;
}

.movie-modal__frame video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.insta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}

.insta__item {
  width: 50%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2px;
  margin-bottom: 4px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.is-onscreen .insta__item {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.insta__item:nth-child(1) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.insta__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.insta__item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.insta__item:nth-child(4) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.insta__item a {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
  display: block;
}
.insta__item a:hover {
  opacity: 0.5;
}
.insta__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.insta__item img {
  max-width: 100%;
  height: auto;
}
.insta__item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.insta__item:nth-child(n+5) {
  display: none;
}

.ethicarnival-content {
  max-width: 820px;
  margin: 60px auto 0;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
}
@media (max-width: 767px) {
  .ethicarnival-content {
    margin-top: 60px;
    width: 100%;
  }
}

.ethicarnival-content__list {
  background: #fce8f0;
  border-radius: 8px;
  padding: 0 6.5% 60px;
  margin-bottom: 60px;
}
.ethicarnival-content__list:nth-child(2) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ethicarnival-content__list {
    padding: 0 6% 30px;
  }
}

.ethicarnival__ttl {
  margin: 0 auto 30px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
@media (max-width: 767px) {
  .ethicarnival__ttl {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.ethicarnival__ttl--1 {
  width: 76.3043478%;
}
@media (max-width: 767px) {
  .ethicarnival__ttl--1 {
    width: 100%;
  }
  .ethicarnival__ttl--1 img {
    display: table;
    width: 260px;
    margin: 0 auto;
  }
}
.ethicarnival__ttl--2 {
  width: 54.673913%;
}
@media (max-width: 767px) {
  .ethicarnival__ttl--2 {
    width: 100%;
  }
  .ethicarnival__ttl--2 img {
    display: table;
    width: 128px;
    margin: 0 auto;
  }
}

.ethicarnival__ttl-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .ethicarnival__ttl-sub {
    display: block;
    padding: 0 20px;
    margin-bottom: 4rem;
  }
}

.ethicarnival__ttl-sub_01 {
  width: 30.2173913%;
}
@media (max-width: 767px) {
  .ethicarnival__ttl-sub_01 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.ethicarnival__ttl-sub_02 {
  width: 44.4565217%;
}
@media (max-width: 767px) {
  .ethicarnival__ttl-sub_02 {
    width: 100%;
  }
}

.ethicarnival-event__ttl {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .ethicarnival-event__ttl {
    margin-bottom: 1.5rem;
  }
}
.ethicarnival-event__ttl--1 {
  width: 351px;
}
@media (max-width: 767px) {
  .ethicarnival-event__ttl--1 {
    width: 246px;
  }
}
.ethicarnival-event__ttl--2 {
  width: 280px;
}
@media (max-width: 767px) {
  .ethicarnival-event__ttl--2 {
    width: 196px;
  }
}
.ethicarnival-event__ttl--3 {
  width: 301px;
}
@media (max-width: 767px) {
  .ethicarnival-event__ttl--3 {
    width: 211px;
  }
}
.ethicarnival-event__ttl--4 {
  width: 388px;
}
@media (max-width: 767px) {
  .ethicarnival-event__ttl--4 {
    width: 214px;
  }
}
.ethicarnival-event__ttl--5 {
  width: 245px;
}
@media (max-width: 767px) {
  .ethicarnival-event__ttl--5 {
    width: 172px;
  }
}
.ethicarnival-event__ttl--6 {
  width: 364px;
  margin: 0 auto 2.5rem;
}
@media (max-width: 767px) {
  .ethicarnival-event__ttl--6 {
    width: 240px;
  }
}
.ethicarnival-event__ttl--7 {
  width: 342px;
}
@media (max-width: 767px) {
  .ethicarnival-event__ttl--7 {
    width: 100%;
  }
  .ethicarnival-event__ttl--7 img {
    width: 260px;
  }
}
.ethicarnival-event__ttl--8 {
  width: 370px;
  margin: 0 auto 2.5rem;
}
@media (max-width: 767px) {
  .ethicarnival-event__ttl--8 {
    width: 100%;
  }
  .ethicarnival-event__ttl--8 img {
    width: 260px;
  }
}
.ethicarnival-event__ttl--9 {
  width: 242px;
}
@media (max-width: 767px) {
  .ethicarnival-event__ttl--9 {
    width: 100%;
  }
  .ethicarnival-event__ttl--9 img {
    width: 260px;
  }
}

.ethicarnival-event__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.ethicarnival-event--1 .ethicarnival-event__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ethicarnival-event--5 .ethicarnival-event__row {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .ethicarnival-event__row {
    display: block;
  }
}

.ethicarnival-info {
  margin-bottom: 10px;
}
.ethicarnival-event--6 .ethicarnival-info {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ethicarnival-info {
    display: block;
  }
  .ethicarnival-event--5 .ethicarnival-info {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .ethicarnival-info__img {
    margin: 20px 0;
  }
}

.ethicarnival-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .ethicarnival-info__row {
    gap: 5px;
  }
}
.ethicarnival-info__row p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
}
@media (max-width: 767px) {
  .ethicarnival-info__row p {
    font-size: 14px;
    line-height: 17px;
    /* 100% */
  }
}
.ethicarnival-info__row p span {
  font-size: 13px;
  margin-left: 7px;
}
@media (max-width: 767px) {
  .ethicarnival-info__row p span {
    font-size: 11px;
    margin-left: 0px;
    margin-top: 2px;
    display: block;
  }
}

.ethicarnival-event__row-3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .ethicarnival-event__row-3 {
    display: block;
  }
}

.ethicarnival-event__left-2 {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .ethicarnival-event__left-2 {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
}
.ethicarnival-event__left-2 p {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 100% */
}

.ethicarnival-event__right-2 {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 100% */
}

.ethicarnival-event__ttlsub {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
  margin-bottom: 10px;
  text-align: center;
}

.ethicarnival-info__sub {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
  margin-top: 7px;
}
@media (max-width: 767px) {
  .ethicarnival-info__sub {
    font-size: 10px;
    line-height: 16px;
    /* 100% */
  }
}
.ethicarnival-info__sub span {
  font-size: 10px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .ethicarnival-info__sub span {
    margin-left: 5px;
  }
}
.ethicarnival-info__sub--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ethicarnival-info__sub--2 img {
  width: 60px;
}
@media (max-width: 767px) {
  .ethicarnival-info__sub--2 img {
    width: 50px;
  }
}

.ethicarnival-info__tag {
  display: table;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  border-radius: 30px;
  padding: 6px 13px 8px;
}
@media (max-width: 767px) {
  .ethicarnival-info__tag {
    font-size: 12px;
    padding: 4px 13px 6px;
  }
}

.ethicarnival-info__lead {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 200% */
  margin-top: 12px;
}
.ethicarnival-info__lead a {
  text-decoration: underline;
  font-weight: 600;
  color: #37d4ff;
}
.ethicarnival-info__lead p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ethicarnival-info__lead p {
    font-size: 14px;
  }
}
.ethicarnival-info__lead span {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
@media (max-width: 767px) {
  .ethicarnival-info__lead {
    font-size: 12px;
    line-height: 20px;
    /* 200% */
  }
}

.ethicarnival__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  gap: 20px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .ethicarnival__app {
    padding-right: 0px;
    margin-top: 20px;
    padding: 0 10px;
    gap: 10px;
  }
}

.ethicarnival__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 300px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .ethicarnival__logo {
    padding: 0 30px;
  }
}

.ethicarnival__logo-item {
  width: 33.3333%;
}
.ethicarnival__logo-item img {
  display: table;
  margin: 0 auto;
}

.ethicarnival-caption-2 {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  display: block;
  margin-top: 10px;
}

.ethicarnival-event {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #000;
}

.ethicarnival-event--1 .ethicarnival-event__right {
  width: 100%;
}
@media (max-width: 767px) {
  .ethicarnival-event--1 .ethicarnival-event__right {
    width: 100%;
  }
}
.ethicarnival-event--3 .ethicarnival-event__right {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ethicarnival-event--3 .ethicarnival-event__right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ethicarnival-event--4 .ethicarnival-event__right {
    margin: 20px 0;
  }
}
.ethicarnival-event--6 .ethicarnival-event__right {
  width: 500px;
}
@media (max-width: 767px) {
  .ethicarnival-event--6 .ethicarnival-event__right {
    width: 100%;
  }
}
.ethicarnival-event--7 .ethicarnival-event__right {
  width: 328px;
}
@media (max-width: 767px) {
  .ethicarnival-event--7 .ethicarnival-event__right {
    width: 100%;
  }
}

.ethicarnival-event__row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .ethicarnival-event__row-2 {
    display: block;
  }
}

.ethicarnival-event__img {
  margin: 20px auto 10px;
}
@media (max-width: 767px) {
  .ethicarnival-event__img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .ethicarnival-event__img img {
    width: 50%;
  }
}

.ethicarnival-event--1 .ethicarnival-event__left {
  width: 101%;
}
@media (max-width: 767px) {
  .ethicarnival-event--1 .ethicarnival-event__left {
    width: 100%;
  }
}
.ethicarnival-event--7 .ethicarnival-event__left {
  width: 380px;
}
@media (max-width: 767px) {
  .ethicarnival-event--7 .ethicarnival-event__left {
    width: 100%;
  }
}

.ethicarnival-caption {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .ethicarnival-caption {
    margin-bottom: 30px;
  }
}

.l-header-stepwithnow__logo {
  position: fixed;
  top: 4.6vh;
  right: 3.4vw;
}
@media (max-width: 767px) {
  .l-header-stepwithnow__logo {
    top: 4rem;
    right: 5vw;
  }
  .l-header-stepwithnow__logo svg {
    width: 66px;
    height: 23px;
  }
}

.l-header-stepwithnow__15th {
  position: fixed;
  top: 3.8vh;
  left: 3.4vw;
}
@media (max-width: 767px) {
  .l-header-stepwithnow__15th {
    top: 2.5rem;
    left: 5vw;
  }
  .l-header-stepwithnow__15th svg {
    width: 41px;
    height: 49px;
  }
}

.p-stepwithnow-kv {
  position: relative;
}

.p-stepwithnow-kv__body {
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.p-stepwithnow-kv__space {
  height: 100vh;
}

.p-stepwithnow-kv__space-2 {
  height: 200vh;
}
@media (max-width: 767px) {
  .p-stepwithnow-kv__space-2 {
    height: 150vh;
  }
}

.p-stepwithnow-kv__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.p-stepwithnow-kv__bg img {
  width: 100%;
  height: 100vh;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-stepwithnow-kv__bg img {
    -o-object-position: right 50%;
       object-position: right 50%;
  }
}

.p-stepwithnow-kv__img-back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 78.547848vh;
}
@media (max-width: 1023px) {
  .p-stepwithnow-kv__img-back {
    height: 66.6666svh;
    width: 85.1282051vw;
  }
}
@media (max-width: 767px) {
  .p-stepwithnow-kv__img-back {
    height: 66.6666svh;
    width: 85.1282051vw;
  }
}
.p-stepwithnow-kv__img-back img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% top;
     object-position: 50% top;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/7;
}
@media (max-width: 767px) {
  .p-stepwithnow-kv__img-back img {
    aspect-ratio: 3/4;
  }
}

.p-stepwithnow-kv__img-front {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 78.547848vh;
  z-index: 2;
}
@media (max-width: 1023px) {
  .p-stepwithnow-kv__img-front {
    height: 66.6666svh;
    width: 85.1282051vw;
  }
}
@media (max-width: 767px) {
  .p-stepwithnow-kv__img-front {
    height: 66.6666svh;
    width: 85.1282051vw;
  }
}
.p-stepwithnow-kv__img-front .front-img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% top;
     object-position: 50% top;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/7;
}
@media (max-width: 767px) {
  .p-stepwithnow-kv__img-front .front-img {
    aspect-ratio: 3/4;
  }
}

.p-stepwithnow-kv__ttl {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media (max-width: 767px) {
  .p-stepwithnow-kv__ttl {
    gap: 30px;
    width: 300%;
  }
}
.p-stepwithnow-kv__ttl img {
  width: 100vw;
}
@media (max-width: 767px) {
  .p-stepwithnow-kv__ttl img {
    width: 150vw;
  }
}

.p-stepwithnow-kv__scroll {
  position: fixed;
  bottom: -2px;
  right: 5vw;
  z-index: 111111;
  opacity: 1;
  width: 52px;
  height: 52px;
}
@media (max-width: 1023px) {
  .p-stepwithnow-kv__scroll {
    bottom: -20px;
    right: 10vw;
  }
}
@media (max-width: 767px) {
  .p-stepwithnow-kv__scroll {
    bottom: -2px;
  }
}
.p-stepwithnow-kv__scroll-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.2vw;
  height: 8.2vw;
}
@media (max-width: 1023px) {
  .p-stepwithnow-kv__scroll-img {
    width: 15.2vw;
    height: 15.2vw;
  }
}
@media (max-width: 767px) {
  .p-stepwithnow-kv__scroll-img {
    width: 103px;
    height: 103px;
  }
}
.p-stepwithnow-kv__scroll-img img {
  -webkit-animation: 10s linear infinite rotation;
          animation: 10s linear infinite rotation;
}
.p-stepwithnow-kv__scroll:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 52px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
.p-stepwithnow-kv__scroll:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  z-index: 1;
  -webkit-animation: 4s scroll infinite;
          animation: 4s scroll infinite;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    top: 0;
  }
  50% {
    top: 52px;
  }
  100% {
    top: 0px;
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    top: 0;
  }
  50% {
    top: 52px;
  }
  100% {
    top: 0px;
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.p-stepwithnow-kv__intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 22;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-kv__intro {
    position: sticky;
    margin-top: -100vh;
  }
}

.p-stepwithnow-kv__intro-ttl {
  width: 41.2027037vw;
  position: absolute;
  left: 3.4vw;
  bottom: 6.6vh;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-kv__intro-ttl {
    width: 50vw;
    left: 5vw;
    bottom: 12.6vh;
  }
}

.p-stepwithnow-kv__intro-copy {
  width: 2.5vw;
  position: absolute;
  right: 8.7vw;
  top: 22.88vh;
}
@media screen and (max-width: 1023px) {
  .p-stepwithnow-kv__intro-copy {
    width: 5.5vw;
    right: 5.5vw;
    top: 13.88vh;
  }
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-kv__intro-copy {
    width: 5vw;
    right: 5.5vw;
    top: 15.88vh;
  }
}

.p-stepwithnow-kv__intro-lead {
  width: 17.39vw;
  position: absolute;
  right: 8.7vw;
  top: 50.6vh;
}
@media screen and (max-width: 1023px) {
  .p-stepwithnow-kv__intro-lead {
    width: 32vw;
    right: 5.5vw;
    top: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-kv__intro-lead {
    right: 5.5vw;
    top: 40vh;
    position: relative;
    width: 80vw;
    top: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 9rem;
  }
}

.p-stepwithnow-intro {
  position: relative;
  z-index: 23;
  background: #fff;
  padding: 15rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-intro {
    padding: 10rem 0 0;
  }
}
.p-stepwithnow-intro p {
  font-size: min(1.66666667vw, 16px);
  text-align: center;
  line-height: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-intro p {
    font-size: min(3.5vw, 14px);
  }
}

.p-stepwithnow-intro__ttl {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: min(2vw, 30px);
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-intro__ttl {
    font-size: min(7.5vw, 30px);
  }
}

.p-stepwithnow-content {
  position: relative;
  z-index: 23;
  background: #fff;
}

.swiper-pagination-01 {
  position: absolute;
  bottom: -32px !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-01 {
    bottom: 0 !important;
  }
}

.swiper-pagination-05 {
  position: absolute;
  bottom: -32px !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-05 {
    bottom: 0 !important;
  }
}

.swiper-pagination-08 {
  position: absolute;
  bottom: -32px !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-08 {
    bottom: 0 !important;
  }
}

.swiper-pagination-bullet {
  margin: 0 10px 0 0 !important;
  width: 8px !important;
  height: 8px !important;
  background: none !important;
  border: 1px solid #000;
  opacity: 0.2 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.p-stepwithnow-style__swiper-1 {
  width: 33.2671958vw !important;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__swiper-1 {
    width: 77vw !important;
  }
}

.p-stepwithnow-style__swiper-5 {
  width: 33.2671958vw !important;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__swiper-5 {
    width: 77vw !important;
  }
}

.p-stepwithnow-style__swiper-8 {
  width: 33.2671958vw !important;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__swiper-8 {
    width: 77vw !important;
  }
}

.p-stepwithnow-style__img-hover {
  position: relative;
  cursor: pointer;
}
.p-stepwithnow-style__img-hover:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  content: "";
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-active .p-stepwithnow-style__img-hover:after {
  opacity: 0.5;
}

.p-stepwithnow-style__item {
  position: relative;
  padding: 15rem 0;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item {
    padding: 10rem 0 0;
  }
}
.p-stepwithnow-style__item--2 {
  padding: 15rem 9.8vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--2 {
    padding: 10rem 0 0;
  }
}
.p-stepwithnow-style__item--3 {
  padding: 15rem 9.8vw 15rem 0;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--3 {
    padding: 10rem 0 0;
  }
}
.p-stepwithnow-style__item--4 {
  padding: 15rem 9.8vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--4 {
    padding: 10rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--5 {
    padding: 10rem 0 0;
  }
}
.p-stepwithnow-style__item--6 {
  padding: 15rem 9.8vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--6 {
    padding: 10rem 0 0;
  }
}
.p-stepwithnow-style__item--7 {
  padding: 15rem 9.8vw 15rem 0;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--7 {
    padding: 10rem 0 0;
  }
}
.p-stepwithnow-style__item--9 {
  padding: 15rem 9.8vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--9 {
    padding: 10rem 0 0;
  }
}

.p-stepwithnow-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-head {
    top: 0px;
    position: relative;
    margin-bottom: 2rem;
  }
  .p-stepwithnow-style__item--4 .p-stepwithnow-head {
    padding: 0 5vw;
  }
}

.p-stepwithnow-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(1.066667vw, 16px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-heading {
    font-size: min(3.5vw, 14px);
  }
}
.p-stepwithnow-heading--1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -22.4867725vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-heading--1 {
    left: 0;
    margin-left: auto;
    top: 0px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    position: relative;
  }
}
.p-stepwithnow-heading--2 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-heading--2 {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    position: absolute;
    top: 0rem;
    right: -23vw;
  }
}
.p-stepwithnow-heading--3 {
  margin-bottom: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-heading--3 {
    text-align: center;
  }
}
.p-stepwithnow-heading--4 {
  margin-left: auto;
}
.p-stepwithnow-style__item--4 .p-stepwithnow-heading--4 {
  margin-left: 10px;
}
.p-stepwithnow-heading--5 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17.328vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-heading--5 {
    left: 0;
    margin-left: auto;
    top: 0px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    position: relative;
  }
}
.p-stepwithnow-heading--6 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-heading--6 {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    position: absolute;
    top: 0rem;
    right: -23vw;
  }
}
.p-stepwithnow-heading--7 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-heading--7 {
    text-align: center;
  }
}
.p-stepwithnow-heading--8 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17.1296vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-heading--8 {
    left: 0;
    margin-left: auto;
    top: 0px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    position: relative;
  }
}
.p-stepwithnow-heading--9 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-heading--9 {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    position: absolute;
    top: 0rem;
    right: -23vw;
  }
}

.p-stepwithnow-icon {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-icon {
    width: 16px;
    height: 16px;
  }
}
.p-stepwithnow-icon--1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -70px;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-icon--1 {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-icon--2 {
    margin-bottom: 2rem;
    margin-left: 5vw;
  }
}
.p-stepwithnow-icon--3 {
  position: absolute;
  top: 0;
  left: -50px;
}
.p-stepwithnow-icon--5 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -70px;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-icon--5 {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 0;
  }
}
.p-stepwithnow-icon--7 {
  position: absolute;
  top: 0;
  left: -50px;
}
.p-stepwithnow-icon--8 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -70px;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-icon--8 {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 0;
  }
}

.p-stepwithnow-credit {
  position: absolute;
  left: 2.5vw;
  bottom: 2.6vw;
  z-index: 2;
  color: #fff;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-credit {
    opacity: 0;
    color: #111;
    position: relative;
    left: 0;
    bottom: 0;
    height: 0;
  }
  .p-stepwithnow-credit.is-open {
    height: auto;
    opacity: 1;
  }
  .p-stepwithnow-style__item--1 .p-stepwithnow-credit {
    padding-right: 11.5vw;
  }
  .p-stepwithnow-style__item--5 .p-stepwithnow-credit {
    padding-right: 11.5vw;
  }
  .p-stepwithnow-style__item--8 .p-stepwithnow-credit {
    padding-right: 11.5vw;
  }
}
.p-stepwithnow-credit--sp {
  padding-right: 7.7vw;
}
.p-stepwithnow-style__item--3 .p-stepwithnow-credit--sp {
  padding-right: 0;
  padding-left: 7.7vw;
}
.p-stepwithnow-style__item--7 .p-stepwithnow-credit--sp {
  padding-right: 0;
  padding-left: 7.7vw;
}
.is-active .p-stepwithnow-credit {
  opacity: 1;
}
.p-stepwithnow-credit p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: min(0.8vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-credit p {
    font-size: min(3vw, 12px);
    text-align: right;
  }
  .p-stepwithnow-style__item--3 .p-stepwithnow-credit p {
    text-align: left;
  }
  .p-stepwithnow-style__item--7 .p-stepwithnow-credit p {
    text-align: left;
  }
}
.p-stepwithnow-credit p span {
  font-size: min(0.66666667vw, 10px);
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-credit p span {
    font-size: min(2.5vw, 10px);
  }
}
.p-stepwithnow-credit p a {
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-credit p a {
    color: #111;
  }
}

.p-stepwithnow-credit__item {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-credit__item {
    pointer-events: none;
  }
  .is-open .p-stepwithnow-credit__item {
    pointer-events: all;
  }
}

.js-credit {
  display: table;
}
.js-credit--right {
  margin-left: auto;
}

.js-credit-01 {
  display: table;
}

.p-stepwithnow-credit__btn {
  position: absolute;
  right: 0;
  bottom: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-credit__btn {
    position: relative;
    left: 0;
    bottom: 0;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 2rem;
  }
  .p-stepwithnow-style__item--3 .p-stepwithnow-credit__btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .p-stepwithnow-style__item--7 .p-stepwithnow-credit__btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.p-stepwithnow-credit__btn--sp {
  padding-right: 7.7vw;
}
.p-stepwithnow-style__item--3 .p-stepwithnow-credit__btn--sp {
  padding-right: 0;
  padding-left: 7.7vw;
}
.p-stepwithnow-style__item--7 .p-stepwithnow-credit__btn--sp {
  padding-right: 0;
  padding-left: 7.7vw;
}
.is-active .p-stepwithnow-credit__btn svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-stepwithnow-credit__btn p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: min(0.933333vw, 14px);
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-credit__btn p {
    font-size: min(3vw, 12px);
  }
}
.p-stepwithnow-credit__btn p span {
  font-size: min(0.8vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-credit__btn p span {
    font-size: min(2.5vw, 10px);
  }
}
.p-stepwithnow-credit__btn svg {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.p-stepwithnow-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-row {
    display: block;
  }
}
.p-stepwithnow-style__item--3 .p-stepwithnow-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-stepwithnow-style__item--7 .p-stepwithnow-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.p-stepwithnow-style__item--2 .p-stepwithnow-style__img-single {
  width: 27.6vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--2 .p-stepwithnow-style__img-single {
    width: 61.53vw;
    margin-bottom: 7rem;
  }
}
.p-stepwithnow-style__item--4 .p-stepwithnow-style__img-single {
  width: 41vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--4 .p-stepwithnow-style__img-single {
    width: 70vw;
  }
}
.p-stepwithnow-style__item--3 .p-stepwithnow-style__img-single {
  width: 32.6vw;
  margin-right: 9.4vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--3 .p-stepwithnow-style__img-single {
    width: 77vw;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 3rem;
  }
}
.p-stepwithnow-style__item--6 .p-stepwithnow-style__img-single {
  width: 27.6vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--6 .p-stepwithnow-style__img-single {
    width: 61.53vw;
    margin-bottom: 7rem;
  }
}
.p-stepwithnow-style__item--7 .p-stepwithnow-style__img-single {
  width: 32.6vw;
  margin-right: 9.4vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--7 .p-stepwithnow-style__img-single {
    width: 77vw;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 3rem;
  }
}
.p-stepwithnow-style__item--8 .p-stepwithnow-style__img-single {
  width: 27.6vw;
}
.p-stepwithnow-style__item--9 .p-stepwithnow-style__img-single {
  width: 27.6vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--9 .p-stepwithnow-style__img-single {
    width: 61.53vw;
    margin-bottom: 7rem;
  }
}

.p-stepwithnow-style__item--2 .p-stepwithnow-style__img-no {
  width: 41vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--2 .p-stepwithnow-style__img-no {
    width: 100%;
  }
}
.p-stepwithnow-style__item--3 .p-stepwithnow-style__img-no {
  width: 24vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--3 .p-stepwithnow-style__img-no {
    width: 70vw;
    margin-right: auto;
  }
}
.p-stepwithnow-style__item--4 .p-stepwithnow-style__img-no {
  width: 27.6vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--4 .p-stepwithnow-style__img-no {
    width: 60vw;
    margin-top: 5rem;
    padding-right: 7.7vw;
  }
}
.p-stepwithnow-style__item--6 .p-stepwithnow-style__img-no {
  width: 41vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--6 .p-stepwithnow-style__img-no {
    width: 100%;
  }
}
.p-stepwithnow-style__item--7 .p-stepwithnow-style__img-no {
  width: 24vw;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--7 .p-stepwithnow-style__img-no {
    width: 70vw;
    margin-right: auto;
  }
}
.p-stepwithnow-style__item--8 .p-stepwithnow-style__img-no {
  width: 24vw;
}
.p-stepwithnow-style__item--9 .p-stepwithnow-style__img-no {
  width: 41vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-style__item--9 .p-stepwithnow-style__img-no {
    width: 100%;
  }
}

.p-stepwithnow-insta {
  padding: 15rem 16vw;
  margin: 0 auto;
  position: relative;
  z-index: 23;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-insta {
    padding: 5rem 7.7vw;
  }
}

.p-stepwithnow-insta__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(1.066667vw, 16px);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 4rem;
}
.p-stepwithnow-insta__lead span {
  font-size: min(066667vw, 12px);
  display: block;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-insta__lead {
    font-size: min(3.5vw, 14px);
    margin-bottom: 3rem;
  }
  .p-stepwithnow-insta__lead span {
    font-size: min(2.5vw, 10px);
  }
}

.p-stepwithnow-insta__row {
  margin: 0 auto;
  display: table;
}

.p-stepwithnow-insta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  width: 35vw;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-insta__list {
    width: 100%;
    gap: 5px;
  }
}

.p-stepwithnow-insta__btn {
  width: 30vw;
  text-align: center;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-insta__btn {
    width: 100%;
    padding-left: 0;
  }
}
.p-stepwithnow-insta__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: min(2vw, 30px);
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-insta__btn a {
    font-size: min(5vw, 20px);
  }
}
.p-stepwithnow-insta__btn a svg {
  width: 30px;
  height: 30px;
}

.p-stepwithnow-nav {
  position: fixed;
  top: 50%;
  right: 1.65343915vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 222;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-nav {
    top: inherit;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 30px;
    gap: 14px;
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  }
}

.p-stepwithnow-nav__item {
  width: 1.52116402vw;
  height: 1.52116402vw;
  margin: 2px 0;
}
@media screen and (max-width: 768px) {
  .p-stepwithnow-nav__item {
    width: 5vw;
    height: 5vw;
    margin: 0;
  }
}
.p-stepwithnow-nav__item a {
  display: block;
  height: 100%;
}

.p-stepwithnow-style__img-item {
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-onscreen .p-stepwithnow-style__img-item {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.is-onscreen .p-stepwithnow-style__img-item:after {
  width: 0;
}
.p-stepwithnow-style__img-item:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  top: 0;
  left: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-stepwithnow-style__item--1 .p-stepwithnow-style__img-item:after {
  background: #ca495f;
}
.p-stepwithnow-style__item--2 .p-stepwithnow-style__img-item:after {
  background: #cb4e2e;
}
.p-stepwithnow-style__item--3 .p-stepwithnow-style__img-item:after {
  background: #fff;
}
.p-stepwithnow-style__item--4 .p-stepwithnow-style__img-item:after {
  background: #024b37;
}
.p-stepwithnow-style__item--5 .p-stepwithnow-style__img-item:after {
  background: #cea62e;
}
.p-stepwithnow-style__item--6 .p-stepwithnow-style__img-item:after {
  background: #a09b9f;
}
.p-stepwithnow-style__item--7 .p-stepwithnow-style__img-item:after {
  background: #664a9f;
}
.p-stepwithnow-style__item--8 .p-stepwithnow-style__img-item:after {
  background: #6b2f27;
}
.p-stepwithnow-style__item--9 .p-stepwithnow-style__img-item:after {
  background: #91b9c1;
}

@media screen and (max-width: 768px) {
  .event-modal--3 .event__heading-icon {
    margin-top: -5px;
    margin-bottom: -20px;
  }
}

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


Utility

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes none {
  0% {
    overflow: hidden;
    height: 100vh;
  }
  100% {
    overflow: visible;
    height: auto;
  }
}

@keyframes none {
  0% {
    overflow: hidden;
    height: 100vh;
  }
  100% {
    overflow: visible;
    height: auto;
  }
}