@charset "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */
/* =========================================================

Foundation

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

/**
* Remove default margin.
*/
body {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

footer,
header,
section {
  display: block;
}

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

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

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

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

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

figure {
  margin: 0px;
}

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

* BASIC

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

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

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

a {
  color: #222;
  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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .l-col-sm,
.l-col-sm-1,
.l-col-sm-2,
.l-col-sm-2_5,
.l-col-sm-3,
.l-col-sm-4,
.l-col-sm-5,
.l-col-sm-6,
.l-col-sm-7,
.l-col-sm-8,
.l-col-sm-9,
.l-col-sm-10,
.l-col-sm-11,
.l-col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .l-last-sm {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .l-col-md,
.l-col-md-1,
.l-col-md-2,
.l-col-md-2_5,
.l-col-md-3,
.l-col-md-4,
.l-col-md-5,
.l-col-md-6,
.l-col-md-7,
.l-col-md-8,
.l-col-md-9,
.l-col-md-10,
.l-col-md-11,
.l-col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .l-last-md {
    order: 1;
  }
}
@media (min-width: 1281px) {
  .l-col-lg,
.l-col-lg-1,
.l-col-lg-2,
.l-col-lg-2_5,
.l-col-lg-3,
.l-col-lg-4,
.l-col-lg-5,
.l-col-lg-6,
.l-col-lg-7,
.l-col-lg-8,
.l-col-lg-9,
.l-col-lg-10,
.l-col-lg-11,
.l-col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .l-last-lg {
    order: 1;
  }
}
@media (min-width: 1681px) {
  .l-col-xlg,
.l-col-xlg-1,
.l-col-xlg-2,
.l-col-xlg-2_5,
.l-col-xlg-3,
.l-col-xlg-4,
.l-col-xlg-5,
.l-col-xlg-6,
.l-col-xlg-7,
.l-col-xlg-8,
.l-col-xlg-9,
.l-col-xlg-10,
.l-col-xlg-11,
.l-col-xlg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .l-last-xlg {
    order: 1;
  }
}
/*wrapper*/
.l-wrapper {
  position: relative;
  max-width: 30vw;
  margin: 0 auto;
}
@media (max-width: 1800px) {
  .l-wrapper {
    max-width: 500px;
  }
}
@media (max-width: 1260px) {
  .l-wrapper {
    max-width: 400px;
  }
}
@media (max-width: 1023px) {
  .l-wrapper {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .l-wrapper {
    max-width: 100%;
    z-index: 11;
    overflow: hidden;
  }
}

/*content*/
.l-content {
  position: relative;
  z-index: 1;
  width: 25.79365079vw;
  margin-left: 25.79365079vw;
  margin-top: -200dvh;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 1366px) {
  .l-content {
    min-width: 390px;
    margin-left: 20vw;
  }
}
@media (max-width: 767px) {
  .l-content {
    width: 100%;
    margin-left: auto;
  }
}

.l-content__inner {
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
}
/*header*/
.l-header {
  position: fixed;
  z-index: 11111111;
}

.l-header-logo {
  display: flex;
  gap: 25px;
  width: 18.12169312vw;
  max-width: 274px;
  align-items: center;
  bottom: 1.32275132vw;
  position: fixed;
  left: 2.5vw;
}
@media (max-width: 767px) {
  .l-header-logo {
    position: fixed;
    width: 41.79487179vw;
    gap: 13px;
    left: 25px;
    top: 25px;
    bottom: inherit;
  }
}

.l-header-ttl {
  position: fixed;
  top: 2vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11111111;
  width: 23.80952381vw;
  opacity: 0;
}
@media (max-width: 767px) {
  .l-header-ttl {
    width: 36.66666667vw;
    top: 4vw;
  }
}
.is-gnav-open .l-header-ttl {
  opacity: 0 !important;
}

.l-gnav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111111111;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: none;
}
@media (max-width: 767px) {
  .l-gnav {
    display: block;
  }
}
.is-gnav-open .l-gnav {
  opacity: 1;
  pointer-events: all;
  overflow: scroll;
}
.is-gnav-open .l-gnav:after {
  width: 100%;
}

.l-gnav__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
}

.l-gnav__menu {
  position: relative;
  width: 100%;
  z-index: 111;
  padding: 0 8.46560847vw 150px;
}

.l-gnav__ttl {
  position: relative;
  z-index: 11111;
  margin: 20px auto 40px;
  padding: 0 8.46560847vw;
  width: 100vw;
}

.l-gnav-close {
  box-sizing: border-box;
  width: 160px;
  height: 56px;
  z-index: 11111;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  bottom: 18px;
  padding: 15px;
  background: #70c0b8;
  border-radius: 4px;
}
.l-gnav-close .eng {
  font-size: 3.75vw;
  font-family: "itc-benguiat", serif;
  font-weight: 500;
  color: #fff;
}
.l-gnav-close .l-gnav-toggle {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  width: calc(100% - 30px);
  transform: translateY(-50%);
}

.l-gnav-toggle__icon {
  margin-left: auto;
}

.l-gnav__area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  opacity: 1;
  pointer-events: none;
  overflow: hidden;
  height: 0;
  padding: 15px 10px 0px;
  background: rgba(244, 232, 41, 0.2);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -20px;
}
.l-gnav__area.is-open {
  pointer-events: all;
  opacity: 1;
  overflow: visible;
  margin-bottom: 20px;
  height: auto;
  padding-bottom: 10px;
}

.l-gnav__area-item {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 6px;
  margin-bottom: 14px;
  border-radius: 8px;
  transition: max-height 0.7s ease, opacity 0.7s ease, margin-bottom 0.7s ease;
}
.is-open .l-gnav__area-item {
  opacity: 1;
}
.l-gnav__area-item a {
  display: block;
  background: #ffff;
  color: #111;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  font-size: 2.75vw;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-gnav__area-item a {
    padding: 16px 10px;
  }
}

.l-gnav__top {
  padding: 0 7.4%;
}

.l-gnav__bottom {
  position: relative;
  padding: 10% 7.4%;
  margin-top: 10%;
}
@media (max-width: 380px) {
  .l-gnav__bottom {
    margin-top: 30px;
  }
}
.l-gnav__bottom::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7e9e84;
  opacity: 0.58;
  content: "";
  z-index: -1;
}

.l-main {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 11111;
}
@media (max-width: 767px) {
  .l-main {
    width: 100%;
  }
  .is-gnav-open .l-main {
    opacity: 0;
  }
}

.l-footer {
  padding: 80px 2vw 120px;
  position: relative;
  z-index: 111;
  background: #fff;
  z-index: 11111;
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 40px 20px 100px;
    width: 100%;
  }
}

.l-footer__logo {
  display: flex;
}

.l-footer__logo-item a {
  display: block;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.l-footer__logo-item a:hover {
  opacity: 0.5;
}
.l-footer__logo-item:nth-child(1) img {
  width: 85px;
  margin-right: 18px;
}
.l-footer__logo-item:nth-child(2) img {
  width: 120px;
}

.l-footer__attention {
  font-size: 0.8vw;
  line-height: 1.8;
  margin-bottom: 60px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer__attention {
    margin-bottom: 40px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
  }
}

.l-footer-copyright {
  margin-top: 20px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.677777vw;
}
@media (max-width: 767px) {
  .l-footer-copyright {
    margin-top: 15px;
    font-size: 2.5vw;
  }
}

.fp-watermark {
  display: none !important;
}

.l-sidemenu {
  position: fixed;
  top: 0;
  left: 55.15873016vw;
  z-index: 1111111;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  width: 21.23015873vw;
  height: 100%;
  pointer-events: none;
}
.l-sidemenu.is-active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .l-sidemenu {
    min-width: 320px;
    left: 60.15873016vw;
  }
}
@media (max-width: 1023px) {
  .l-sidemenu {
    display: none;
  }
}

.l-sidemenu__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.l-sidemenu__list a {
  color: #f0f6f8;
}

.l-sidemenu__ttl-en {
  color: #f0f6f8;
  font-family: "itc-benguiat", serif;
  font-size: max(1.53333vw, 23px);
  font-weight: 700;
  margin-bottom: 9px;
  line-height: 1;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  position: relative;
}
.l-sidemenu__ttl-en:after {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  background: #f0f6f8;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .l-sidemenu__ttl-en:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .l-sidemenu__ttl-en {
    font-size: 4.5vw;
    margin-bottom: 6px;
  }
}

.l-sidemenu__ttl-jp {
  color: #f0f6f8;
  font-size: max(0.8vw, 12px);
  font-weight: 600;
  line-height: 1;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 767px) {
  .l-sidemenu__ttl-jp {
    font-size: 2.5vw;
  }
}

.l-sidemenu__item {
  padding-bottom: 16px;
  padding-left: 18px;
  margin-bottom: 23px;
  position: relative;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 1023px) {
  .l-sidemenu__item {
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.l-sidemenu__item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f0f6f8;
  content: "";
  opacity: 0.2;
}
@media (max-width: 767px) {
  .l-sidemenu__item--movie {
    margin-top: 20px;
    padding-top: 20px;
  }
  .l-sidemenu__item--movie:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f0f6f8;
    content: "";
    opacity: 0.2;
  }
}
.l-sidemenu__item--movie.is-active .l-sidemenu__ttl-en {
  color: #f4e829;
}
.l-sidemenu__item--movie.is-active .l-sidemenu__ttl-en:after {
  background: #f4e829;
}
.l-sidemenu__item--movie.is-active .l-sidemenu__ttl-jp {
  color: #f4e829;
}
.l-sidemenu__item--special.is-active a {
  color: #f4e829;
}
.l-sidemenu__item--special.is-active a .l-sidemenu__ttl-en {
  color: #f4e829;
}
.l-sidemenu__item--special.is-active a .l-sidemenu__ttl-en:after {
  background: #f4e829;
}
.l-sidemenu__item--special.is-active a .l-sidemenu__ttl-jp {
  color: #f4e829;
}
@media (max-width: 767px) {
  .l-sidemenu__item--event {
    border-radius: 4px;
    padding: 15px 15px 0;
    position: relative;
    background: rgba(244, 232, 41, 0.2);
  }
  .l-sidemenu__item--event.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .l-sidemenu__item--event.is-open:before {
    content: none;
  }
  .l-sidemenu__item--event:after {
    position: absolute;
    width: 13px;
    height: 1px;
    content: "";
    background: #f0f6f8;
    top: 50%;
    transform: translateY(-50%);
    right: 20px !important;
    opacity: 1 !important;
    left: auto;
  }
  .l-sidemenu__item--event:before {
    position: absolute;
    width: 1px;
    height: 13px;
    content: "";
    background: #f0f6f8;
    top: 50%;
    transform: translateY(-50%);
    right: 26px;
  }
}
.l-sidemenu__item--event.is-active a {
  color: #f4e829;
}
.l-sidemenu__item--event.is-active a .l-sidemenu__ttl-en {
  color: #f4e829;
}
.l-sidemenu__item--event.is-active a .l-sidemenu__ttl-en:after {
  background: #f4e829;
}
.l-sidemenu__item--event.is-active a .l-sidemenu__ttl-jp {
  color: #f4e829;
}
.l-sidemenu__item--online.is-active a {
  color: #f4e829;
}
.l-sidemenu__item--online.is-active a .l-sidemenu__ttl-en {
  color: #f4e829;
}
.l-sidemenu__item--online.is-active a .l-sidemenu__ttl-en:after {
  background: #f4e829;
}
.l-sidemenu__item--online.is-active a .l-sidemenu__ttl-jp {
  color: #f4e829;
}
.l-sidemenu__item--magazine.is-active a {
  color: #f4e829;
}
.l-sidemenu__item--magazine.is-active a .l-sidemenu__ttl-en {
  color: #f4e829;
}
.l-sidemenu__item--magazine.is-active a .l-sidemenu__ttl-en:after {
  background: #f4e829;
}
.l-sidemenu__item--magazine.is-active a .l-sidemenu__ttl-jp {
  color: #f4e829;
}

.l-sidemenu__item-sub {
  margin-top: 12px;
}
.l-sidemenu__item-sub a {
  display: flex;
  gap: 8px;
  align-items: center;
}
.l-sidemenu__item-sub--1 {
  margin-top: 21px;
}
.l-sidemenu__item-sub--1.is-active a {
  color: #f4e829;
}
.l-sidemenu__item-sub--1.is-active .l-sidemenu__item-sub-num:after {
  background: #f4e829;
}
.l-sidemenu__item-sub--1.is-active-2 a {
  color: #f0f6f8;
}
.l-sidemenu__item-sub-num {
  font-family: "itc-benguiat", serif;
  font-size: max(0.8vw, 12px);
  padding-right: 7px;
  position: relative;
}
@media (max-width: 767px) {
  .l-sidemenu__item-sub-num {
    color: #f0f6f8;
    font-size: 2.75vw;
    font-weight: 700;
  }
}
.l-sidemenu__item-sub-num:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #f4e829;
  content: "";
}
@media (max-width: 767px) {
  .l-sidemenu__item-sub-num:after {
    background: #f0f6f8;
  }
}
.l-sidemenu__item-sub--2.is-active-2 a {
  color: #f4e829;
}
.l-sidemenu__item-sub--2.is-active-2 .l-sidemenu__item-sub-num:after {
  background: #f4e829;
}
.l-sidemenu__item-sub-text {
  font-size: max(0.8vw, 12px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-sidemenu__item-sub-text {
    color: #f0f6f8;
    font-size: 2.75vw;
  }
}

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

Object

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

Component

--------------------------------------------------------- */
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    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;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
  animation-name: modal-video;
  transition: opacity 0.6s ease-out;
}

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

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .modal-video-body {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
  }
}
.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
    display: block;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.6s ease-out;
}
@media (max-width: 767px) {
  .modal-video-movie-wrap {
    padding-bottom: 0 !important;
    height: 118.46153846vw;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(calc(-50% - 30px));
  }
}
.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: 66.41025641vw;
    height: 118vw;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

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

.c-flowbtn {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.20022002vh;
  width: 8.46560847vw;
  z-index: 111111;
  opacity: 0;
  pointer-events: none;
}
.c-flowbtn img {
  animation: floatY 3s ease-in-out infinite;
}
@media (max-width: 767px) {
  .c-flowbtn {
    display: none;
  }
}

.c-scroll {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.20022002vh;
  width: 8.46560847vw;
  z-index: 111111;
}
.c-scroll img {
  animation: floatY 3s ease-in-out infinite;
}
@media (max-width: 767px) {
  .c-scroll {
    display: none;
  }
}

.c-flowtext {
  position: fixed;
  bottom: 1.71957672vw;
  right: 2.5vw;
  width: 31.74603175vw;
  z-index: 1111111111;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 1vw;
  color: #fff;
}
@media (max-width: 767px) {
  .c-flowtext {
    position: fixed;
    width: 95vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    font-size: 3vw;
  }
}
.is-gnav-open .c-flowtext {
  opacity: 0 !important;
}

.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  font-size: 1vw;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .marquee {
    font-size: 3vw;
  }
}

.marquee__inner {
  display: inline-block;
  padding-right: 1rem;
  /* テキスト間の余白 */
  animation: marquee 20s linear infinite;
}

/* 横に流れるアニメーション */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.c-flowbtn__list {
  display: none;
}
@media (max-width: 767px) {
  .c-flowbtn__list {
    display: flex;
    position: fixed;
    width: calc(100% - 10.25641026vw);
    bottom: 60px;
    left: 5.12820513vw;
    z-index: 111111;
    height: 56px;
    gap: 10px;
    align-items: center;
  }
}
.is-gnav-open .c-flowbtn__list {
  opacity: 0 !important;
}

.c-flowbtn__item {
  width: 50%;
}
.c-flowbtn__item .eng {
  font-size: 3.75vw;
  font-family: "itc-benguiat", serif;
  font-weight: 500;
  color: #fff;
}
.c-flowbtn__item .jp {
  font-size: 2.5vw;
  font-weight: 600;
  color: #30174c !important;
}

.c-flowbtn__item--1 {
  background: #70c0b8;
  border-radius: 4px;
  padding: 0 0 0 15px;
  position: relative;
  height: 56px;
  z-index: 1111111111;
}
.c-flowbtn__item--1 .l-gnav-toggle {
  display: flex;
  align-items: center;
  gap: 27px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0%, -50%);
}

.c-flowbtn__item--2 {
  background: #f4e829;
  position: relative;
  height: 56px;
  border-radius: 4px;
  z-index: 1111111111;
}
.c-flowbtn__item--2 a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.c-flowbtn__item--2 a .eng {
  color: #70c0b8 !important;
  margin-bottom: 3px;
}
.c-flowbtn__item--2 a .jp {
  color: #70c0b8 !important;
}

.c-background {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1023px) {
  .c-background {
    width: 100%;
  }
}

.c-background-elm {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 11112;
}
@media (max-width: 767px) {
  .c-background-elm {
    z-index: 2;
  }
}

.c-background-elm__item {
  position: fixed;
}
.c-background-elm__item--1 {
  width: 17.1957672vw;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateX(-17.1957672vw);
}
@media (max-width: 767px) {
  .c-background-elm__item--1 {
    width: 28.46153846vw;
    transform: translateX(-28.46153846vw);
  }
}
.c-background-elm__item--2 {
  width: 10.58201058vw;
  top: 26.07260726vh;
  left: 12.8968254vw;
  animation: floatY 3s ease-in-out infinite;
  z-index: 2;
  opacity: 0;
}
.c-background-elm__item--3 {
  width: 14.41798942vw;
  left: 0;
  bottom: 5.72057206vh;
  z-index: 2;
  transform: translateX(-14.41798942vw);
}
@media (max-width: 767px) {
  .c-background-elm__item--3 {
    width: 24.1025641vw;
    transform: translateX(-24.1025641vw);
    bottom: 10px;
  }
}
.c-background-elm__item--4 {
  width: 15.93915344vw;
  left: 11.77248677vw;
  bottom: 3.41034103vh;
  animation: floatY 3s ease-in-out infinite;
  z-index: 2;
  opacity: 0;
}
.c-background-elm__item--5 {
  width: 16.7989418vw;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translateX(16.7989418vw);
}
@media (max-width: 767px) {
  .c-background-elm__item--5 {
    width: 30vw;
    transform: translateX(30vw);
  }
}
.c-background-elm__item--6 {
  width: 12.16931217vw;
  top: 30.80308031vh;
  right: 10.05291005vw;
  z-index: 2;
  animation: floatY 3s ease-in-out infinite;
  opacity: 0;
}
.c-background-elm__item--7 {
  width: 15.74074074vw;
  bottom: 6.05060506vh;
  right: 0;
  z-index: 2;
  transform: translateX(15.74074074vw);
}
@media (max-width: 767px) {
  .c-background-elm__item--7 {
    width: 31.79487179vw;
    transform: translateX(31.79487179vw);
    bottom: -10px;
  }
}
.c-background-elm__item--8 {
  width: 7.07671958vw;
  bottom: 6.05060506vh;
  right: 16.53439153vw;
  z-index: 2;
  animation: floatY 3s ease-in-out infinite;
  opacity: 0;
}
.c-background-elm__item--9 {
  height: 4.4973545vw;
  bottom: 0vh;
  right: 0;
  width: 142.85714286vw;
  z-index: 2;
  transform: translateY(4.4973545vw);
}
@media (max-width: 767px) {
  .c-background-elm__item--9 {
    height: 10.25641026vw;
    width: 325.64102564vw;
    transform: translateY(10.25641026vw);
  }
}
.c-background-elm__item--10 {
  left: 4.23280423vw;
  top: 28.82288229vh;
  width: 18.32010582vw;
  transform: translateX(calc(-18.32010582vw - 4.23280423vw));
}
@media (max-width: 767px) {
  .c-background-elm__item--10 {
    width: 45.38461538vw;
    top: 71.28205128vh;
    left: -25.38461538vw;
  }
}
.c-background-elm__item--11 {
  right: 1.25661376vw;
  top: 30.0330033vh;
  width: 20.96560847vw;
  transform: translateX(calc(20.96560847vw + 1.25661376vw));
}
@media (max-width: 767px) {
  .c-background-elm__item--11 {
    width: 45.38461538vw;
    top: 0;
    right: -25.38461538vw;
  }
}

.c-background-sp__item {
  position: fixed;
  width: 100%;
  height: 100%;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.c-background-sp__item--special {
  background: #49abde;
  opacity: 0;
}
.c-background-sp__item--special.is-active {
  opacity: 0.2;
}
.c-background-sp__item--event {
  background: #F4E829;
  opacity: 0;
}
.c-background-sp__item--event.is-active {
  opacity: 0.2;
}
.c-background-sp__item--online {
  background: #FF21A9;
  opacity: 0;
}
.c-background-sp__item--online.is-active {
  opacity: 0.2;
}
.c-background-sp__item--magazine {
  background: #F0F6F8;
  opacity: 0;
}
.c-background-sp__item--magazine.is-active {
  opacity: 0.2;
}

.c-logo {
  position: fixed;
  z-index: 111111;
  width: 24vw;
  left: 4.6vw;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.c-logo.is-active {
  opacity: 1;
}
@media (max-width: 767px) {
  .c-logo {
    left: 50%;
    transform: translateX(-50%);
    top: 4.6vh;
    width: 41.53vw;
  }
}

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

Project

--------------------------------------------------------- */
.section-ttl {
  font-family: "itc-benguiat", serif;
  color: #70c0b8;
  text-shadow: 2px 2px 0 #f4e829;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f4e829;
  font-size: max(2.66666667vw, 40px);
  margin-bottom: 15px;
  margin-left: 2.18253968vw;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .section-ttl {
    font-size: 7.5vw;
    text-align: center;
    display: table;
    margin: 0 auto 15px;
    font-size: max(10vw, 40px);
    line-height: 0.9;
  }
  .section-ttl p {
    display: table;
    margin: 0 auto;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
  }
}
.section-ttl span {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.section-ttl.is-onscreen span {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
}

.section-ttl__img {
  margin-bottom: 25px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 0;
  transform: translateY(50px);
}
.is-onscreen .section-ttl__img {
  opacity: 1;
  transform: translateY(0px);
}

.section-lead {
  font-size: max(1.06667vw, 16px);
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .section-lead {
    font-size: 4vw;
    line-height: 1.5;
    padding-bottom: 3rem;
    text-align: center;
  }
}
.section-lead span {
  display: block;
  margin-left: 2.18253968vw;
}

.p-kv {
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 111;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-kv {
    height: 100lvh;
  }
}

.p-kv__bg {
  width: 100%;
  height: calc(100vh - 4.36507937vw);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-kv__bg {
    height: calc(100dvh - 40px);
  }
}

.p-kv__bg-img {
  width: 100%;
  height: 100%;
}
.p-kv__bg-img img {
  object-fit: cover;
  width: 100%;
  height: 100lvh;
}

.kv__space {
  height: 100vh;
}

.p-kv__ttl {
  position: absolute;
  bottom: 4.7vh;
  right: 2.64550265vw;
  width: 65.14550265vw;
  z-index: 11111111;
}
@media (max-width: 767px) {
  .p-kv__ttl {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 50%;
  }
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.js-split {
  overflow: hidden;
  display: block;
  display: flex;
}

.c-split-inner {
  overflow: hidden;
  display: inline-block;
}

.p-movie {
  position: relative;
  z-index: 222;
}
.p-movie:after {
  position: fixed;
  top: 0;
  left: 25.79365079vw;
  width: 25.79365079vw;
  height: 100%;
  content: "";
  background: rgba(240, 246, 248, 0.2);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 1366px) {
  .p-movie:after {
    min-width: 390px;
    left: 20vw;
  }
}
@media (max-width: 767px) {
  .p-movie:after {
    width: 100%;
    left: 0vw;
  }
}
.p-movie.is-active:after {
  opacity: 1;
}

.movie__space {
  height: 100vh;
}

.movie__space-3 {
  height: 50vh;
}

.movie__space-2 {
  height: 100vh;
}

.p-movie__body {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-movie__body {
    height: 100dvh;
    overflow: hidden;
  }
}

.p-movie__frame {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-movie__list {
  display: flex;
  gap: 18px;
  width: calc(21.36243386vw * 2);
}
@media (max-width: 1366px) {
  .p-movie__list {
    min-width: calc(323px * 2);
  }
}
@media (max-width: 767px) {
  .p-movie__list {
    width: calc(82.82051282vw * 2);
    min-width: auto;
  }
}

.p-movie__wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-movie__item {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  width: 21.36243386vw;
  height: 100%;
  position: relative;
}
@media (max-width: 1366px) {
  .p-movie__item {
    min-width: 323px;
  }
}
@media (max-width: 767px) {
  .p-movie__item {
    min-width: auto;
    width: 82.82051282vw;
  }
}
.p-movie__item:hover .p-movie__btn {
  transform: scale(1.1);
}
.p-movie__item:hover .p-movie__img-item {
  opacity: 1;
}
@media (max-width: 767px) {
  .p-movie__item:hover .p-movie__img-item {
    opacity: 1;
  }
}
.p-movie__item:hover .p-movie__movie {
  opacity: 1;
}

.p-movie__img-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  background-size: cover;
  border-radius: 8px;
  background-position: center center;
}
@media (max-width: 767px) {
  .p-movie__img-item {
    opacity: 1;
  }
}

.p-movie__img {
  height: 30.29100529vw;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.5s;
  opacity: 1;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .p-movie__img {
    min-height: 458px;
  }
}
@media (max-width: 767px) {
  .p-movie__img {
    height: 58.71794872vh;
    width: 100%;
    min-height: auto;
  }
}
.p-movie__img a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-movie__img:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.1;
  content: "";
}
.section.active .p-movie__img {
  transform: scale(1);
  opacity: 1;
}
.is-onscreen .p-movie__img {
  transform: scale(1);
  opacity: 1;
}

.p-movie__inner {
  height: 59.7359736vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.18253968vw;
}
@media (max-width: 767px) {
  .p-movie__inner {
    height: 66.79487179dvh;
    left: 8.46153846vw;
    width: calc(100% - 8.46153846vw);
  }
}

.p-movie__heading {
  position: absolute;
  z-index: 11111;
  font-size: max(2.66666667vw, 16px);
  font-family: "itc-benguiat", serif;
  color: #70c0b8;
  text-shadow: 2px 2px 0 #f4e829;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f4e829;
  left: -1.18253968vw;
  top: -20px;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-movie__heading {
    font-size: 10vw;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-left: -4.46153846vw;
  }
}

.p-movie__ttl {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-movie__ttl {
    margin-top: 20px;
  }
}
.p-movie__ttl-eng {
  font-family: "itc-benguiat", serif;
  font-size: 1.53333vw;
  margin-bottom: 8px;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-movie__ttl-eng {
    font-size: 5.75vw;
    margin-bottom: 10px;
    white-space: nowrap;
  }
}
.p-movie__ttl-jp {
  font-size: 0.8vw;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-movie__ttl-jp {
    font-size: 3vw;
  }
}
.p-movie__item--2 .p-movie__ttl-jp {
  font-size: 1.3vw;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-movie__item--2 .p-movie__ttl-jp {
    font-size: 4.5vw;
  }
}

.p-movie__num {
  z-index: 111;
  font-family: "itc-benguiat", serif;
  font-size: 6vw;
  font-weight: 500;
  right: -20px;
  bottom: -40px;
  position: absolute;
  color: #70c0b8;
  text-shadow: 2px 2px 0 #f4e829;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f4e829;
  font-weight: 700;
  line-height: 100%;
  /* 90px */
  letter-spacing: -7.2px;
}
@media (max-width: 1366px) {
  .p-movie__num {
    right: -10px;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .p-movie__num {
    font-size: 22.5vw;
  }
}

.p-movie__btn {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.p-movie__btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-movie__btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.87830688vw;
  height: 6.87830688vw;
}
.p-special__item .p-movie__btn svg {
  width: 5.02645503vw;
  height: 5.02645503vw;
}
@media (max-width: 767px) {
  .p-movie__btn svg {
    width: 104px;
    height: 104px;
  }
}

.p-movie__movie {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 8px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
}
.p-movie__movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.25);
}
.p-movie__item--2 .p-movie__movie video {
  transform: translate(-50%, -50%) scale(1.25);
}
@media (max-width: 767px) {
  .p-movie__movie {
    display: none;
  }
  .p-movie__item--2 .p-movie__movie {
    opacity: 0;
  }
}

.p-magazine {
  padding: 150px 0 0;
}
.p-magazine:after {
  position: fixed;
  top: 0;
  left: 25.79365079vw;
  width: 25.79365079vw;
  height: 100%;
  content: "";
  background: #f0f6f8;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 1366px) {
  .p-magazine:after {
    min-width: 390px;
    left: 20vw;
  }
}
@media (max-width: 767px) {
  .p-magazine:after {
    width: 100%;
    left: 0vw;
    opacity: 0;
  }
}
.p-magazine.is-active:after {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .p-magazine {
    padding: 100px 0 0;
    overflow: hidden;
  }
}

.p-magazine__inner {
  position: relative;
  z-index: 1;
}

.p-magazine__img {
  margin-top: 2rem;
  margin-bottom: 2rem;
  transform: scale(1.15) rotate(30deg);
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .p-magazine__img {
    margin-top: -2rem;
  }
}

.p-magazine__ttl {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
  margin-top: 25px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 767px) {
  .p-magazine__ttl {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 3.5vw;
  }
}
.p-magazine__ttl span {
  display: block;
}

.p-magazine__btn {
  margin-top: 24px;
}
.p-magazine__btn a {
  display: block;
  background: #111;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  max-width: 258px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  position: relative;
  padding: 19px 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 767px) {
  .p-magazine__btn a {
    font-size: 3vw;
  }
}
.p-magazine__btn a:hover {
  background: #f3aecc;
}
.p-magazine__btn a:hover .btn-icon-front {
  transform: translate(100%, -50%);
}
.p-magazine__btn a:hover .btn-icon-back {
  transform: translate(-50%, -50%);
}
.p-magazine__btn span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.p-magazine__btn .btn-icon {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}

.p-magazine__btn-icon {
  display: inline-block;
  vertical-align: middle;
}

.p-special {
  margin: -150px auto 0;
  position: relative;
  padding: 150px 0 0;
  overflow: hidden;
}
.p-special:after {
  position: fixed;
  top: 0;
  left: 25.79365079vw;
  width: 25.79365079vw;
  height: 100%;
  content: "";
  background: #49abde;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 1366px) {
  .p-special:after {
    min-width: 390px;
    left: 20vw;
  }
}
@media (max-width: 767px) {
  .p-special:after {
    width: 100%;
    left: 0vw;
  }
}
.p-special.is-active:after {
  opacity: 0.15;
}

.p-special__inner {
  position: relative;
  z-index: 1;
}

.p-special__movie {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
}
.p-special__movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.4);
  border-radius: 4px;
  overflow: hidden;
}
.p-special__item--3 .p-special__movie video {
  transform: translate(-50%, -70%) scale(1.4);
}
@media (max-width: 767px) {
  .p-special__movie {
    opacity: 1;
  }
}

.p-special__wrap {
  padding: 0 2vw;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .p-special__wrap {
    padding: 0 8.46153846vw;
    margin-top: 25px;
  }
  .p-special__wrap .p-movie__btn svg {
    width: 54px;
    height: 54px;
  }
}

.p-special__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-special__list {
    gap: 26px;
  }
}

.p-special__item {
  flex: calc(50% - 15px);
  box-sizing: border-box;
  transform: translateY(60px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.5s;
  opacity: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .p-special__item {
    flex: calc(50% - 13px);
  }
}
.p-special__item.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}
.p-special__item--2 {
  margin-top: 35px;
}
.p-special__item.is-onscreen img {
  transform: scale(1);
  border-radius: 4px;
  overflow: hidden;
}
.p-special__item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-special__item a img {
  overflow: hidden;
}
.p-special__item a:hover img {
  opacity: 0;
}
@media (max-width: 767px) {
  .p-special__item a:hover img {
    opacity: 1;
  }
}
.p-special__item a:hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .p-special__item a:hover:after {
    opacity: 0.2;
  }
}
.p-special__item a:hover .p-special__movie {
  opacity: 1;
}
.p-special__item a:hover .p-movie__btn {
  transform: translate(-50%, -50%) scale(1.3);
}
.p-special__item a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  content: "";
  border-radius: 4px;
}
.p-special__item .p-movie__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
  margin: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.p-special__img-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.p-special__img {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
}

.p-special__shop {
  color: #fff;
  position: relative;
  font-size: max(0.8vw, 12px);
  color: #70c0b8;
  background: #f4e829;
  display: table;
  padding: 3px 5px;
  border-radius: 2px;
  font-weight: 600;
  margin-top: -10px;
  transform: translateX(-10px);
}
@media (max-width: 767px) {
  .p-special__shop {
    font-size: 4vw;
  }
}

.p-event {
  position: relative;
  padding: 150px 0 0;
}
.p-event:after {
  position: fixed;
  top: 0;
  left: 25.79365079vw;
  width: 25.79365079vw;
  height: 100%;
  content: "";
  background: #f4e829;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 1366px) {
  .p-event:after {
    min-width: 390px;
    left: 20vw;
  }
}
@media (max-width: 767px) {
  .p-event:after {
    width: 100%;
    left: 0vw;
  }
}
.p-event.is-active:after {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .p-event {
    padding: 100px 0;
    overflow: hidden;
  }
}

.p-event__inner {
  position: relative;
  z-index: 1;
}

.p-event__ttl {
  text-align: center;
  font-size: 1.53333vw;
  margin-top: 50px;
  font-family: "itc-benguiat", serif;
  margin-bottom: 30px;
  color: #f4e829;
  font-size: 1.533333vw;
}
@media (max-width: 767px) {
  .p-event__ttl {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 5.75vw;
  }
  .p-event__ttl--2 {
    margin-top: 40px;
  }
}

.p-event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 2vw;
}
@media (max-width: 767px) {
  .p-event__list {
    padding: 0 8.46153846vw;
    gap: 16px;
  }
}

.p-event__item {
  flex: calc(50% - 8px);
  transform: translateY(60px);
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media (max-width: 767px) {
  .p-event__item {
    flex: calc(50% - 8px);
  }
}
.section.active .p-event__item {
  transform: translateY(0);
  opacity: 1;
}
.p-event__item.is-onscreen {
  transform: translateY(0);
  opacity: 1;
}
.p-event__item a {
  display: block;
  border-radius: 8px;
  background: #fff;
  padding: 22px 0;
  text-align: center;
  font-size: max(0.8vw, 12px);
  font-weight: 500;
  letter-spacing: -0.05em;
  position: relative;
  overflow: hidden;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 767px) {
  .p-event__item a {
    padding: 20px 0;
    font-size: 3vw;
  }
  .p-event__item a .btn-icon-back {
    display: none;
  }
}
@media (max-width: 375px) {
  .p-event__item a {
    padding: 15px 0;
    font-size: 2.8vw;
  }
}
.p-event__item a:hover {
  background: #f4e829;
}
.p-event__item a:hover .btn-icon-front {
  transform: translate(100%, -50%);
}
@media (max-width: 767px) {
  .p-event__item a:hover .btn-icon-front {
    transform: translate(-50%, -50%);
  }
}
.is-safari .p-event__item a:hover .btn-icon-front {
  transform: translate(-50%, -50%);
}
.p-event__item a:hover .btn-icon-back {
  transform: translate(-50%, -50%);
}
.is-safari .p-event__item a:hover .btn-icon-back {
  display: none;
}
.p-event__item a .btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  margin-top: 1px;
}
@media (max-width: 375px) {
  .p-event__item a .btn-icon {
    right: 12px;
  }
}

.is-safari .p-event__item .btn-icon-back {
  display: none;
}
.is-safari .p-online .btn-icon-back {
  display: none;
}

.p-online {
  margin: 0 auto;
  position: relative;
  padding: 150px 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-online {
    padding: 100px 0 0;
    margin-top: -100px;
  }
}
.p-online:after {
  position: fixed;
  top: 0;
  left: 25.79365079vw;
  width: 25.79365079vw;
  height: 100%;
  content: "";
  background: #ff21a9;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 1366px) {
  .p-online:after {
    min-width: 390px;
    left: 20vw;
  }
}
@media (max-width: 767px) {
  .p-online:after {
    width: 100%;
    left: 0vw;
  }
}
.p-online.is-active:after {
  opacity: 0.2;
}
.p-online .info {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .p-online .info {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.8;
    margin-top: 20px;
  }
}
.p-online .swiper-wrapper {
  transition-timing-function: linear;
}

.p-online__inner {
  position: relative;
  z-index: 1;
}

.p-online__icon {
  position: static;
  margin-left: 45px;
  margin-top: -90px;
  z-index: 1111111111111;
}
@media (max-width: 767px) {
  .p-online__icon {
    position: static;
    margin-left: 45px;
    margin-top: -90px;
  }
  .p-online__icon svg {
    width: 159px;
  }
}

.p-online__swiper {
  margin: 35px 0;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.p-online__item {
  margin: 0 9px;
  border-radius: 8px;
  overflow: hidden;
}

.p-online__btn {
  display: table;
  margin: 35px auto 0;
}
.p-magazine .p-online__btn {
  margin: 15px auto 0;
}
.p-online__btn a {
  display: flex;
  border-radius: 60px;
  color: #70c0b8;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  position: relative;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  align-items: center;
  font-size: max(12px, 0.83333vw);
  font-weight: 600;
  gap: 5px;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-online__btn a {
    font-size: 3vw;
  }
  .p-online__btn a .btn-icon-back {
    display: none;
  }
}
.p-online__btn a:hover .btn-icon-front {
  transform: translate(100%, -50%);
}
@media (max-width: 767px) {
  .p-online__btn a:hover .btn-icon-front {
    transform: translate(-50%, -50%);
  }
}
.p-online__btn a:hover .btn-icon-back {
  transform: translate(-50%, -50%);
}
.p-online__btn span {
  position: relative;
  background: #fff;
  border-radius: 4px;
  height: 55px;
  padding: 0 2vw;
  line-height: 55px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-online__btn .btn-icon {
  position: relative;
  background: #fff;
}

.p-magazine__btn-icon {
  display: inline-block;
  vertical-align: middle;
}

.btn-icon__inner {
  width: 17px;
  height: 17px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-icon {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  height: 55px;
  width: 55px;
  position: relative;
  border-radius: 4px;
}
.p-event__list .btn-icon {
  width: 11px;
  height: 11px;
  transform: rotate(0);
}
.l-gnav__list .btn-icon {
  width: 11px;
  height: 11px;
  transform: rotate(0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  right: 9px;
}

.btn-icon-front {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translate(-50%, -50%);
}

.btn-icon-back {
  position: absolute;
  top: 50%;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  left: 50%;
  transform: translate(-150%, -50%);
}

.p-special__copy {
  opacity: 0;
  position: absolute;
  z-index: 11111;
}
.section.active .p-special__copy {
  opacity: 1;
}
.is-onscreen .p-special__copy {
  opacity: 1;
}

.ttl-anim {
  opacity: 0;
  transform: scale(1.15);
  filter: blur(4px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition-delay: 0.2s;
}
.section.active .ttl-anim {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
.ttl-anim.is-onscreen {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

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


Utility

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

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

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

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

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

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

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

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