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

Foundation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

footer,
header,
section {
  display: block;
}

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

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

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

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

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

figure {
  margin: 0px;
}

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

* BASIC

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

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

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

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

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

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

Layout

========================================================= */
.l-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 {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1111;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 0;
}
.is-page-loaded .l-wrapper {
  opacity: 1;
}

/*content*/
.l-content {
  z-index: 101;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  width: 100%;
}
.is-modal-open .l-content {
  opacity: 0;
}

.l-container__inner {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .l-container__inner {
    width: 100%;
  }
}

.l-header {
  z-index: 1115;
  width: 100%;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0s;
  padding: 12px 20px;
  position: fixed;
  background: #fff;
  height: 50px;
  top: 0;
  left: 0;
}
.is-header-bg-show .l-header {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .is-header-bg-show .l-header {
    opacity: 0 !important;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .l-header {
    z-index: 1115;
    padding: 10px 12px;
    height: 43px;
    opacity: 0;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  .is-page-loaded .l-header {
    opacity: 1;
  }
}
.is-xp .l-header {
  opacity: 0;
  pointer-events: none;
}

.l-header-logo__list {
  display: flex;
  justify-content: center;
}

.l-header-logo {
  display: flex;
  align-items: center;
  width: 100%;
}

.l-header-logo__item {
  margin-right: 10px;
}
.l-header-logo__item:nth-child(1) img {
  width: 88px;
}
@media (max-width: 767px) {
  .l-header-logo__item:nth-child(1) img {
    width: 76px;
  }
}
.l-header-logo__item:nth-child(2) img {
  width: 55px;
}
@media (max-width: 767px) {
  .l-header-logo__item:nth-child(2) img {
    width: 50px;
  }
}
.l-header-logo__item:nth-child(3) {
  margin-left: auto;
  margin-right: 0;
}
.l-header-logo__item:nth-child(3) img {
  width: 80px;
}
@media (max-width: 767px) {
  .l-header-logo__item:nth-child(3) img {
    width: 60px;
  }
}

.l-gnav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1111111;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.l-gnav:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f2e2;
  width: 100%;
  height: 0;
  content: "";
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 1;
}
.is-gnav-open .l-gnav {
  opacity: 1;
  pointer-events: all;
}
.is-gnav-open .l-gnav:after {
  height: 100%;
}

.l-gnav-toggle {
  position: fixed;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2222222;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .is-page-loaded .l-gnav-toggle {
    opacity: 1;
  }
}
.is-modal-open .l-gnav-toggle {
  opacity: 0 !important;
  pointer-events: none;
  display: none;
}

.is-gnav-open {
  overflow: hidden;
}

.l-gnav__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  z-index: 111;
}
@media (max-width: 767px) {
  .l-gnav__body {
    width: 100%;
    padding: 0 40px;
  }
  .l-gnav__body .marquee__img {
    width: 90px;
  }
}
.is-gnav-open .l-gnav__body:before {
  height: 100%;
}

.l-gnav-toggle__img--close {
  display: none;
  pointer-events: none;
}
.is-gnav-open .l-gnav-toggle__img--close {
  pointer-events: all;
  display: block;
}

.l-gnav-toggle__img--menu {
  display: block;
  pointer-events: all;
}
.is-gnav-open .l-gnav-toggle__img--menu {
  pointer-events: none;
  display: none;
}

.l-main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.l-footer {
  padding: 60px 40px 55px;
  border-top: 1px solid #584242;
  position: relative;
  background: #E9E3D9;
  color: #584242;
  z-index: 111;
}
@media (max-width: 500px) {
  .l-footer {
    padding: 40px 20px 30px;
  }
}
.l-footer p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 500px) {
  .l-footer p {
    padding-bottom: 10px;
  }
}

.l-footer-logo__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .l-footer-logo__list {
    flex-wrap: wrap;
  }
}

.l-footer-logo__item {
  margin: 0 8px;
  mix-blend-mode: darken;
}
@media (max-width: 500px) {
  .l-footer-logo__item {
    margin: 8px 8px;
  }
}

.l-footer-copyright {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  opacity: 0.2;
  line-height: 1.2 !important;
}

.l-footer-link {
  padding-top: 25px;
}

.l-foote-link__list {
  display: block;
  margin-bottom: 60px;
  padding-top: 45px;
  border-top: 1px solid #e6e6e6;
}

.l-footer-link__item a {
  color: #584242;
  display: table;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  text-decoration: underline;
}
.l-footer-link__item a:hover {
  opacity: 0.3;
}

.l-footer-sns {
  border-top: 1px solid #584242;
  border-bottom: 1px solid #584242;
  padding: 50px 0;
  margin-bottom: 30px;
}

.l-footer-sns__ttl {
  font-size: min(2vw, 30px);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 500px) {
  .l-footer-sns__ttl {
    font-size: min(8vw, 32px);
  }
}
.l-footer-sns__ttl span {
  display: block;
  font-size: min(1vw, 15px);
}
@media (max-width: 500px) {
  .l-footer-sns__ttl span {
    font-size: min(3.75vw, 15px);
  }
}

.l-footer-sns__lead {
  font-size: min(0.93333vw, 14px);
  font-weight: 500;
  text-align: center;
  margin: 3rem 0;
}
@media (max-width: 500px) {
  .l-footer-sns__lead {
    font-size: min(3vw, 12px);
  }
}

:root {
  --duration: 20s;
  /* 速さ（短いほど速い） */
}
@media (max-width: 767px) {
  :root {
    --duration: 20s;
    /* 速さ（短いほど速い） */
  }
}

.marquee__inner {
  display: flex;
  align-items: stretch;
  width: -webkit-max-content;
  width: max-content;
  /* 内容幅に追従 */
  height: 100%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  animation: marquee-scroll var(--duration) linear infinite;
  gap: 8px;
}
.marquee__inner--2 {
  animation: marquee-scroll-2 var(--duration) linear infinite;
}

/* 継ぎ目なし：同列を2回並べて -50% 移動 */
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee-scroll-2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(50%);
  }
}
.marquee__img {
  position: relative;
  width: 7.341269vw;
  /* ちょうど3枚で100vw */
  height: 100%;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  cursor: pointer;
}
.marquee__img:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .marquee__img {
    width: 55.384615vw;
  }
}

/* ★各画像は 33.3333vw × 100%（画面高）でトリミング */
.marquee__img img {
  width: 100%;
  height: 100%;
  /* 画面高にフィット */
  object-fit: cover;
  /* 歪ませずにトリミング */
  flex: 0 0 auto;
  display: block;
  position: relative;
  border-radius: 8px;
}

.l-sidemenu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 20.568vw;
  left: 6.34920635vw;
  z-index: 11111122;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 0;
}
.is-page-loaded .l-sidemenu {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-sidemenu {
    display: none;
  }
}

.l-sidemenu__inner {
  position: relative;
  background: #dfd4c2;
  overflow: hidden;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-sidemenu__inner {
    padding: 3rem 0 1rem;
  }
}
.l-sidemenu__inner p {
  font-size: min(0.666677777vw, 10px);
  font-weight: 600;
  text-align: center;
  margin-top: 1.8rem;
  color: #584242;
}
@media screen and (max-width: 768px) {
  .l-sidemenu__inner p {
    font-size: min(2.5vw, 10px);
    margin-top: 1.2rem;
  }
}

.l-sidemenu__ttl {
  font-family: "the-seasons", sans-serif;
  font-size: min(2.4vw, 36px);
  line-height: 1;
  color: #584242;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-sidemenu__ttl {
    font-size: min(7vw, 28px);
  }
}

.l-sidemenu__cat {
  padding: 0 1.6vw 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-sidemenu__cat {
    padding: 0 1.6vw 1.6rem;
  }
}

.l-sidemenu__list {
  border-top: 1px solid #584242;
  padding-top: 1.6rem;
  margin-top: 1.6rem;
  text-align: center;
}

.l-sidemenu__cat-item {
  box-sizing: border-box;
  padding: 0 3px;
  display: inline-block;
}
.l-sidemenu__cat-item a {
  display: block;
  padding: 4px 6px;
  font-family: "Inter", sans-serif;
  font-size: min(0.8vw, 12px);
  font-weight: 500;
  color: #fff;
  display: table;
  margin: 0 auto 0.7rem;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .l-sidemenu__cat-item a {
    font-size: min(3vw, 12px);
  }
}
.l-sidemenu__cat-item--food a {
  background: #de611a;
}
.l-sidemenu__cat-item--lifestyle a {
  background: #5fb3a0;
}
.l-sidemenu__cat-item--cosme a {
  background: #9758a5;
}
.l-sidemenu__cat-item--ladies a {
  background: #fc8b7a;
}
.l-sidemenu__cat-item--mens a {
  background: #86b6e5;
}

.l-sidemenu__btn {
  margin-top: 20px;
}

.l-sidemenu__btn-item {
  margin-bottom: 9px;
}
.l-sidemenu__btn-item--helloroom a {
  background: #584242;
}
.l-sidemenu__btn-item--facility a {
  background: #DE611A;
}
.l-sidemenu__btn-item--event a {
  background: #2C8359;
}
.l-sidemenu__btn-item a {
  display: flex;
  border-radius: 8px;
  padding: 2rem 1.6em;
  align-items: center;
  color: #fff;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.l-sidemenu__btn-item a:hover {
  opacity: 0.5;
}
.l-sidemenu__btn-item a p {
  font-family: "the-seasons", sans-serif;
  font-size: min(1.2vw, 18px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-sidemenu__btn-item a p {
    font-size: min(4vw, 16px);
  }
}
.l-sidemenu__btn-item a span {
  font-size: min(0.66667777vw, 10px);
  font-weight: 500;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-sidemenu__btn-item a span {
    font-size: min(2.5vw, 10px);
  }
}

.l-sidecopy {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 71.9vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-sidecopy {
    opacity: 0;
    left: 0;
  }
  .is-modal-open .l-sidecopy {
    opacity: 0 !important;
  }
}

.l-sidecopy__inner {
  position: relative;
}
.l-sidecopy__inner p {
  font-size: min(0.666677777vw, 10px);
  font-weight: 600;
  text-align: center;
  margin-top: 1.8rem;
  color: #584242;
}
@media screen and (max-width: 768px) {
  .l-sidecopy__inner {
    display: table;
    margin: 0 auto;
  }
}

.l-sidecopy__ttl {
  width: 16.0291005vw;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-sidecopy__ttl {
    width: 64.102564vw;
  }
}

.l-sidecopy__text {
  font-size: min(1vw, 15px);
  font-weight: 500;
  line-height: 2.8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-sidecopy__text {
    font-size: min(3.5vw, 14px);
    line-height: 2.8;
  }
}

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

Object

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

Component

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

Project

--------------------------------------------------------- */
#js-preloader {
  position: fixed;
  inset: 0;
  place-items: center;
  color: #111;
  z-index: 9999999;
  transition: opacity 0.5s ease;
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: min(1vw, 15px);
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  #js-preloader {
    font-size: min(3.75vw, 15px);
    display: grid;
  }
}

.preload__bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}
.preload__bg .marquee__inner {
  margin: 2rem;
}

.preloadr-logo {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .preloadr-logo {
    width: 346px;
  }
}

html.is-page-loaded #js-preloader {
  opacity: 0;
  pointer-events: none;
}

#js-preloader-percent {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  color: #fff;
  font-family: "the-seasons", sans-serif;
  font-size: min(7.5vw, 30px);
}

.c-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-background:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.webp);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .c-background:after {
    opacity: 0;
    background-image: url(../img/bg_sp.webp);
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  .is-page-loaded .c-background:after {
    opacity: 1;
  }
}
.c-background:before {
  content: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0.9;
  background: linear-gradient(281deg, #2c8359 26.62%, #de611a 90.39%);
}
@media (max-width: 767px) {
  .c-background:before {
    content: "";
  }
  .is-page-loaded .c-background:before {
    opacity: 0;
  }
}
.is-modal-open .c-background {
  opacity: 0.3;
}

.c-logo {
  position: fixed;
  width: 13.0291005vw;
  top: 3.7rem;
  left: 3.3rem;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .c-logo {
    width: 150px;
    top: 2rem;
    left: 1.6rem;
    z-index: 111111;
  }
}

.c-season {
  position: fixed;
  width: 8.99470899vw;
  top: 3.7rem;
  right: 3.3rem;
  opacity: 0;
  z-index: 111111;
}
@media screen and (max-width: 768px) {
  .c-season {
    width: 81px;
    top: 2rem;
    right: 1.6rem;
  }
}

.c-kv {
  position: fixed;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) rotate(2deg);
  width: 23.2804233vw;
  left: 71.4285714vw;
}
@media screen and (max-width: 768px) {
  .c-kv {
    display: none;
  }
}
.c-kv img {
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}

.p-heading {
  font-family: "the-seasons", sans-serif;
  font-size: min(5vw, 60px);
  line-height: 1;
  color: #584242;
}
@media screen and (max-width: 768px) {
  .p-heading {
    font-size: min(12.5vw, 50px);
  }
}
.p-helloroom .p-heading {
  color: #fff;
}
.p-heading span {
  display: table;
  margin: 0 auto;
}

.p-lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(0.9333333vw, 14px);
  line-height: 2;
  color: #584242;
  font-weight: 500;
  margin-top: 2.5rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lead {
    font-size: min(3.25vw, 13px);
  }
}
.p-helloroom .p-lead {
  color: #fff;
}
.p-facility .p-lead {
  text-align: left;
}

.is-split .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.8em) scaleY(0.6);
  transform-origin: bottom center;
  will-change: transform, opacity;
}

/* ← ここがポイント：.is-onscreen が付いた要素配下だけ再生 */
.is-split.is-onscreen .char {
  animation: bounceIn 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
  animation-delay: calc(var(--i) * var(--char-delay, 0.06s));
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(0.8em) scaleY(0.6);
  }
  60% {
    opacity: 1;
    transform: translateY(-0.1em) scaleY(1.05);
  }
  80% {
    transform: translateY(0.1em) scaleY(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}
.scroll-space__kv {
  height: 100vh;
}

.scroll-space__food {
  height: 100vh;
}

.p-kv {
  height: 100vh;
  position: relative;
}

.p-kv__inner {
  width: 55.3355336vh;
  height: 80.5280528vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-kv__inner {
    width: 95%;
    height: auto;
    margin-top: 0px;
    transform: translate(-50%, -63%);
  }
}
.p-kv__inner:after {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}

.p-kv__logo {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-kv__logo {
    top: 1rem;
  }
}

.p-kv__season {
  position: absolute;
  bottom: 3rem;
  right: 19px;
  width: 20.96vw;
}
@media screen and (max-width: 768px) {
  .p-kv__season {
    width: 49.74vw;
    right: 10px;
    bottom: 2rem;
  }
}

.p-kv__copy {
  color: #fff;
  font-size: min(4vw, 16px);
  line-height: 1.5;
  width: 100%;
  position: fixed;
  left: 0rem;
  bottom: 20svh;
  text-align: center;
}

.p-kv__scroll {
  position: fixed;
  z-index: 111;
  right: 1rem;
  bottom: 3rem;
}

.p-kv__img img {
  width: 55.3355336vh;
  height: 80.5280528vh;
  padding: 8vh 2.5vw 6vh;
}
@media screen and (max-width: 768px) {
  .p-kv__img img {
    width: 100%;
    height: auto;
    padding: 6.7vh 5vw 6.2vh;
  }
}

.p-contents {
  width: 100%;
  overflow: hidden;
}

.p-contents__inner {
  width: 33.216931vw;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  background: #dfd4c2;
  margin: 0 auto;
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-contents__inner {
    width: 100%;
    z-index: 11;
    position: relative;
  }
}

.p-pickup {
  padding: 0 2.6vw 9rem;
  position: relative;
}
.p-pickup .l-sidemenu__cat-item a {
  font-size: min(1vw, 18px);
  padding: 0.9rem 1.4rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-pickup {
    padding: 0 5vw 7rem;
    width: 100%;
    z-index: 11;
    position: relative;
  }
  .p-pickup .l-sidemenu__list {
    border-top: none;
    padding-top: 1.6rem;
    margin-top: 1.6rem;
    text-align: center;
    margin-bottom: 5rem;
  }
  .p-pickup .l-sidemenu__cat-item a {
    font-size: min(6vw, 16px);
    padding: 0.9rem 1.4rem;
  }
}

.p-pickup-cat {
  font-family: "Inter", sans-serif;
  font-size: min(1.3333333vw, 20px);
  font-weight: 500;
  color: #fff;
  display: table;
  margin: 0 auto 4rem;
  padding: 1rem 1.6rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-pickup-cat {
    font-size: min(5vw, 20px);
  }
}
.p-pickup__item--food .p-pickup-cat {
  background: #de611a;
}
.p-pickup__item--lifestyle .p-pickup-cat {
  background: #5fb3a0;
}
.p-pickup__item--cosme .p-pickup-cat {
  background: #9758a5;
}
.p-pickup__item--ladies .p-pickup-cat {
  background: #fc8b7a;
}
.p-pickup__item--mens .p-pickup-cat {
  background: #86b6e5;
}

.p-pickup__item {
  padding-top: 50px;
}

.p-pickup-elm {
  position: absolute;
  top: 0rem;
  width: 11.9708995vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-pickup-elm {
    width: 46.15vw;
  }
}
.p-pickup-elm img {
  animation: updown 2s ease-in-out infinite;
}

.p-helloroom {
  background: #6e5757;
  position: relative;
  padding: 9rem 2.6vw;
}
@media screen and (max-width: 768px) {
  .p-helloroom {
    padding: 9rem 5vw;
  }
}

.p-helloroom-elm-1 {
  position: absolute;
  top: 13.2rem;
  left: 3rem;
  width: 3.968254vw;
}
@media screen and (max-width: 768px) {
  .p-helloroom-elm-1 {
    width: 60px;
    left: 6rem;
    top: 13.2rem;
  }
}
.p-helloroom-elm-1 img {
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}

.p-helloroom-elm-2 {
  position: absolute;
  top: 5.4rem;
  width: 12.169312vw;
  right: 4rem;
}
@media screen and (max-width: 768px) {
  .p-helloroom-elm-2 {
    width: 167px;
    right: 3rem;
  }
}
.p-helloroom-elm-2 img {
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}

.p-facility {
  background: #f4bbb1;
  position: relative;
  padding: 9rem 2.6vw 4rem;
}
@media screen and (max-width: 768px) {
  .p-facility {
    padding: 9rem 5vw 4rem;
  }
}

.p-facility-elm-1 {
  position: absolute;
  top: 5.5rem;
  left: 6.9rem;
  width: 7.6vw;
}
@media screen and (max-width: 768px) {
  .p-facility-elm-1 {
    width: 120px;
    left: 3.5rem;
    top: 3.5rem;
  }
}
.p-facility-elm-1 img {
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}

.p-facility-elm-2 {
  position: absolute;
  top: 18.2rem;
  width: 10.7142857vw;
  right: 6.5rem;
}
@media screen and (max-width: 768px) {
  .p-facility-elm-2 {
    width: 160px;
    right: 2rem;
    top: 15.2rem;
  }
}
.p-facility-elm-2 img {
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}

.p-event {
  background: #e9e3d9;
  position: relative;
  padding: 9rem 2.6vw 4rem;
}
@media screen and (max-width: 768px) {
  .p-event {
    padding: 9rem 5vw 6rem;
  }
}

@keyframes updown {
  0%, 100% {
    transform: translateY(0);
    /* 元の位置 */
  }
  50% {
    transform: translateY(-20px);
    /* 上へ移動 */
  }
}
.coordinate__ttl {
  opacity: 0;
  transform: translateY(10%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0s;
  display: table;
  position: relative;
  z-index: 111;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 3.3vw;
  font-family: "Poppins", serif;
  text-align: center;
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .coordinate__ttl {
    padding-bottom: 25px;
  }
}
.coordinate__ttl--womens {
  color: #ff789d;
}
.coordinate__ttl--womens:after {
  content: "#WOMEN";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 3.3vw;
  font-family: "Poppins", serif;
  width: 100%;
  height: 100%;
  color: #ff789d;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .coordinate__ttl--womens:after {
    font-size: 48px;
    top: 4px;
    left: 4px;
  }
}
.coordinate__ttl--mens {
  color: #0073c7;
}
.coordinate__ttl--mens:after {
  content: "#MEN";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 3.3vw;
  font-family: "Poppins", serif;
  width: 100%;
  height: 100%;
  color: #0073c7;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .coordinate__ttl--mens:after {
    font-size: 48px;
    top: 4px;
    left: 4px;
  }
}
.coordinate__ttl--kids {
  color: #ff6d00;
}
.coordinate__ttl--kids:after {
  content: "#KIDS";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 3.3vw;
  font-family: "Poppins", serif;
  width: 100%;
  height: 100%;
  color: #ff6d00;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .coordinate__ttl--kids:after {
    font-size: 48px;
    top: 4px;
    left: 4px;
  }
}
.coordinate__ttl--newlife {
  color: #53b9cb;
}
.coordinate__ttl--sweets {
  color: #ff888a;
}
.coordinate__ttl.is-onscreen {
  opacity: 1;
  transform: translateY(0%);
}

.coordinate__ttl-sub {
  opacity: 0;
  transform: translateY(10%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0s;
  display: table;
  position: relative;
  z-index: 111;
  margin: 0 auto 30px;
  font-size: 1.2vw;
  font-family: "Poppins", serif;
  text-align: center;
}
.coordinate__ttl-sub--womens {
  color: #ff789d;
}
.coordinate__ttl-sub--mens {
  color: #0073c7;
}
.coordinate__ttl-sub--kids {
  color: #ff6d00;
}
.coordinate__ttl-sub--newlife {
  color: #53b9cb;
}
.coordinate__ttl-sub--sweets {
  color: #ff888a;
}
.coordinate__ttl-sub.is-onscreen {
  opacity: 1;
  transform: translateY(0%);
}

.c-thumb__list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-left: -0.9vw;
  margin-right: -0.9vw;
}
@media (max-width: 767px) {
  .c-thumb__list {
    margin-left: -6px;
    margin-right: -6px;
  }
}

.c-thumb__item {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 3rem;
  padding: 0 0.7vw;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-thumb__item {
    padding: 0 6px;
    margin-bottom: 30px;
  }
}

.c-thumb__cat {
  font-family: "Zen Kaku Gothic New", sans-serif;
  pointer-events: none;
  z-index: 111;
  text-align: center;
  margin: 0px 0 10px;
  font-size: min(1vw, 15px);
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
}
@media (max-width: 767px) {
  .c-thumb__cat {
    font-size: min(3.4vw, 14px);
    margin: 5px 0 12px;
    font-weight: 800;
  }
}
.c-thumb__cat--2 {
  transform: translateY(8px);
}

.c-thumb__img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  display: block;
}
.c-thumb__img img {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.3s;
  transform: scale(1.2);
  opacity: 0;
}
.is-onscreen .c-thumb__img img {
  transform: scale(1);
  opacity: 1;
}
.c-thumb__img:hover img {
  transform: scale(1.1);
  transition-delay: 0s;
}
.c-thumb__img:hover .c-thumb__icon span:before {
  transform: translateY(-50%) rotate(-45deg);
}
.c-thumb__img:hover .c-thumb__icon span:after {
  transform: translateY(-50%) rotate(-45deg);
}

.c-thumb__inner {
  position: relative;
  padding: 1rem 1rem 1.3rem;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .c-thumb__inner {
    padding: 1rem 1rem 2rem;
  }
}
.p-pickup__item--food .c-thumb__inner {
  background: #de611a;
}
.p-pickup__item--lifestyle .c-thumb__inner {
  background: #5fb3a0;
}
.p-pickup__item--cosme .c-thumb__inner {
  background: #9758a5;
}
.p-pickup__item--ladies .c-thumb__inner {
  background: #fc8b7a;
}
.p-pickup__item--mens .c-thumb__inner {
  background: #86b6e5;
}

.c-thumb__icon {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
@media (max-width: 767px) {
  .c-thumb__icon {
    right: 5px;
    bottom: 5px;
  }
}
.c-thumb__icon span {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  color: #008752;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  background: #2c8359;
  font-family: "Poppins", serif;
  display: block;
  padding: 10px 12px;
  position: relative;
}
.c-thumb__icon span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 13px;
  height: 1px;
  background: #dfd4c2;
  transform: translateY(-50%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
@media (max-width: 500px) {
  .c-thumb__icon span:before {
    transition: none;
  }
}
.c-thumb__icon span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 1px;
  height: 13px;
  background: #dfd4c2;
  transform: translateY(-50%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
@media (max-width: 500px) {
  .c-thumb__icon span:after {
    transition: none;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1111112;
  left: 0;
  top: 50%;
  height: 83.2783278vh;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .modal {
    height: calc(100svh - 25px);
    top: 25px;
    width: 100%;
    transform: translateY(0%);
  }
}
.modal .modal-box {
  background-color: #f6f6f6;
  width: 33.216931vw;
  height: 100%;
  animation-name: modalopen;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}
@media (max-width: 767px) {
  .modal .modal-box {
    width: 100%;
  }
}
.modal .modal-box .modalClose {
  position: absolute;
  top: 5rem;
  right: 3rem;
  text-align: center;
  cursor: pointer;
  z-index: 1111;
  width: 3.6vw;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .modal .modal-box .modalClose {
    right: 7rem;
  }
}
.modal .modal-box .modalClose:hover {
  opacity: 0.6;
}
.modal .modal-box .modalPrev {
  position: absolute;
  cursor: pointer;
  left: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 1;
}
@media (max-width: 767px) {
  .modal .modal-box .modalPrev {
    left: 1.5rem;
    margin-top: 1.5rem;
  }
}
.modal .modal-box .modalNext {
  position: absolute;
  cursor: pointer;
  z-index: 111;
  top: 50%;
  transform: translateY(-50%);
  right: -3.5rem;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .modal .modal-box .modalNext {
    right: 1.5rem;
    margin-top: 1.5rem;
  }
}
.modal .modal-box .modalOpen {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.modal .modal-box .modalOpen svg path {
  transition: 0.5s;
}
.modal .modal-box .modalOpen:hover {
  opacity: 0.6;
}

.modal-scroll {
  overflow-y: auto;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  background-color: #f6f6f6;
  width: 33.216931vw;
  height: 100%;
  animation-name: modalopen;
  position: absolute;
  top: 0;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .modal-scroll {
    width: 100%;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modalClose02 {
  position: fixed;
  right: -7.3rem;
  bottom: -3rem;
  width: 9.5vw;
  z-index: 222222;
}
@media (max-width: 767px) {
  .modalClose02 {
    display: none;
  }
}

.modal-inner {
  padding-top: 9rem;
}

.modal__cat {
  display: block;
  padding: 4px 6px;
  font-family: "Inter", sans-serif;
  font-size: min(1.66667vw, 25px);
  font-weight: 500;
  color: #fff;
  display: table;
  margin: 0 auto 0.7rem;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .modal__cat {
    font-size: min(4vw, 16px);
    margin: 0 auto 0;
  }
}
.modal__cat--food {
  background: #de611a;
}
.modal__cat--lifestyle {
  background: #5fb3a0;
}
.modal__cat--cosme {
  background: #9758a5;
}
.modal__cat--ladies {
  background: #fc8b7a;
}
.modal__cat--mens {
  background: #86b6e5;
}

.coordinate__img {
  position: relative;
  padding: 3rem 4.298vw 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .coordinate__img {
    padding: 3rem 14.298vw 0;
  }
}
.coordinate__img img {
  border-radius: 8px;
}

.modal__heading {
  position: relative;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  overflow: hidden;
  z-index: 111;
  margin-bottom: 15px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #361f1f;
  line-height: 1.5;
  font-size: min(1.2vw, 18px);
}
@media (max-width: 767px) {
  .modal__heading {
    font-size: min(4.5vw, 18px);
  }
}

.modal__textarea {
  position: relative;
  z-index: 11;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  padding: 3rem 2.6vw;
}
@media (max-width: 767px) {
  .modal__textarea {
    padding: 30px 30px 60px;
    overflow-y: inherit;
  }
}

.modal__caption {
  font-size: min(0.93333vw, 14px);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #361f1f;
}
.modal__caption span {
  display: inline-block;
  margin-top: 5px;
  font-size: min(0.733333vw, 11px);
}
@media (max-width: 500px) {
  .modal__caption {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) and (max-width: 767px) {
  .modal__caption {
    font-size: min(3vw, 12px);
  }
}
@media (max-width: 500px) {
  .modal__caption span {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
  }
}
@media (max-width: 500px) and (max-width: 767px) {
  .modal__caption span {
    font-size: min(2.5vw, 10px);
  }
}

.coordinate-credit__tag {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}
.coordinate-credit__tag:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.coordinate-credit__tag span {
  display: table;
  background: #ff877c;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  font-family: "Poppins", serif;
  padding-right: 10px;
}
@media (max-width: 500px) {
  .coordinate-credit__tag span {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1;
  }
}

.coordinate-credit__item {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #361F1F;
}
@media (max-width: 500px) {
  .coordinate-credit__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.coordinate-credit__item p {
  font-size: min(0.8vw, 12px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .coordinate-credit__item p {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
  }
}
.coordinate-credit__item p span {
  font-size: min(0.6667vw, 10px);
}
@media (max-width: 767px) {
  .coordinate-credit__item p span {
    font-size: min(2.5vw, 10px);
  }
}
.coordinate-credit__item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.coordinate-credit__btn {
  display: flex;
  gap: 0px;
  width: 100%;
}

.coordinate-credit__btn-item {
  display: block;
  border-radius: 8px;
  padding: 10px 20px;
  position: relative;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
@media (max-width: 500px) {
  .coordinate-credit__btn-item {
    transition: none;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 0.8;
  }
}
.coordinate-credit__btn-item a {
  display: block;
  color: #361F1F;
  width: 100%;
  text-align: center;
  font-size: min(0.93333333vw, 14px);
  text-decoration: underline;
  font-weight: 500;
}
@media (max-width: 767px) {
  .coordinate-credit__btn-item a {
    font-size: min(3.5vw, 14px);
  }
}
.coordinate-credit__btn-item a small {
  display: block;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
}
.coordinate-credit__btn-item span {
  display: block;
  color: #dfd4c2;
  font-size: min(0.93333333vw, 14px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .coordinate-credit__btn-item span {
    font-size: min(3.5vw, 14px);
  }
}
.coordinate-credit__btn-item--shop {
  padding: 10px 10px;
  position: relative;
  background: #361F1F;
}

.shoplist {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  margin-top: 15px;
  height: auto;
  opacity: 1;
  pointer-events: all;
}
.shoplist a {
  font-size: min(0.8vw, 12px);
  font-weight: 700;
  display: block;
  color: #361f1f;
  position: relative;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .shoplist a {
    font-size: min(3vw, 12px);
  }
}
.shoplist a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #361f1f;
}
.shoplist li {
  display: inline-block;
  padding-right: 8px;
  margin-bottom: 6px;
  font-size: min(0.8vw, 12px);
  font-weight: 700;
  color: #361f1f;
  position: relative;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .shoplist li {
    font-size: min(3vw, 12px);
  }
}
.shoplist span {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.malllist {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.is-open-mall .malllist {
  margin-top: 15px;
  height: auto;
  opacity: 1;
  pointer-events: all;
}
.malllist a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  color: #008752;
  position: relative;
}
.malllist a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #008752;
}
@media (max-width: 500px) {
  .malllist a {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
.malllist li {
  display: inline-block;
  padding-right: 8px;
  margin-bottom: 6px;
}
.malllist span {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.tab-switch {
  opacity: 0 !important;
  position: absolute;
}
@media (max-width: 767px) {
  .tab-switch {
    position: absolute;
  }
}

.tab-label {
  opacity: 0 !important;
}

.tab-label:last-of-type {
  opacity: 0;
}
@media (max-width: 767px) {
  .tab-label:last-of-type {
    position: absolute;
  }
}

.tab-content {
  margin-top: 0px !important;
}
@media (max-width: 767px) {
  .tab-content {
    margin-top: 0px !important;
  }
}

.code_img {
  position: relative;
  height: 150px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .code_img {
    height: 120px;
  }
}
.code_img img {
  position: absolute;
  top: 0%;
  left: 0;
  overflow: hidden;
}

.c-facilitie__item {
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
}
.c-facilitie__item a {
  display: block;
  position: relative;
  background: #dfd4c2;
  border-radius: 10px;
  color: #584242;
  transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  padding: 28px 0;
}
@media (max-width: 500px) {
  .c-facilitie__item a {
    padding: 23px 0;
  }
}
.c-facilitie__item a:hover {
  background: #584242;
}
.c-facilitie__item a:hover span {
  color: #dfd4c2;
}
.c-facilitie__item span {
  color: #584242;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  font-size: min(1.0666667vw, 16px);
  font-weight: 500;
}
@media (max-width: 500px) {
  .c-facilitie__item span {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.2;
  }
}

.c-facilitie__img {
  margin-top: 20px;
}
@media (max-width: 500px) {
  .c-facilitie__img {
    margin-top: 10px;
  }
  .p-event .c-facilitie__img {
    margin-top: 3rem;
  }
}
.c-facilitie__img img {
  width: 100%;
}
.c-facilitie__img a:hover {
  opacity: 0.5;
}
.c-facilitie__img p {
  font-size: min(0.666667vw, 10px);
  margin-top: 10px;
}
@media (max-width: 500px) {
  .c-facilitie__img p {
    font-size: min(2.5vw, 10px);
  }
}

.c-facilitie__area {
  font-size: min(1.0666667vw, 16px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 15px;
  position: relative;
  color: #584242;
}
@media (max-width: 500px) {
  .c-facilitie__area {
    font-size: min(3.75vw, 15px);
    margin-bottom: 2rem;
  }
}
.c-facilitie__area:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #584242;
}
.c-facilitie__area span {
  display: table;
  position: relative;
  background: #f4bbb1;
  z-index: 11;
  padding-right: 8px;
}

.c-facilitie__box {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.c-facilitie__box.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 500px) {
  .c-facilitie__box {
    margin-bottom: 15px;
  }
  .c-facilitie__box .l-row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .c-facilitie__box .l-col-xs-4 {
    padding: 0 7px;
  }
}

.c-facilitie__group {
  position: relative;
  margin-top: 40px;
}

.c-facilitie__list {
  position: relative;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.c-facilitie__andmall {
  margin-bottom: 5rem;
}

.c-section__heading-2 {
  background: #584242;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: min(0.933333vw, 14px);
  font-weight: 500;
}
@media (max-width: 500px) {
  .c-section__heading-2 {
    font-size: min(3.5vw, 14px);
    margin-bottom: 2rem;
  }
}

.helloroom {
  padding: 0 9%;
}

.staffstart .staffstart__item {
  width: 120px !important;
  display: inline-block;
}

.staffstart .staffstart__item:not(:last-child) {
  margin-right: 12px !important;
}

.staffstart__item figure.code_img {
  border-radius: 5px;
}

.modal-styling__ttl {
  font-family: "the-seasons", sans-serif;
  font-size: min(5vw, 60px);
  color: #361f1f;
  line-height: 1;
  text-align: center;
}
@media (max-width: 500px) {
  .modal-styling__ttl {
    font-size: min(15vw, 60px);
  }
}

.modal-styling__lead {
  font-size: min(0.933333vw, 14px);
  color: #361f1f;
  line-height: 2;
  text-align: center;
  margin: 2.2rem auto 2.7rem;
  font-weight: 500;
}
@media (max-width: 500px) {
  .modal-styling__lead {
    font-size: min(3.5vw, 14px);
  }
}

.modal-styling__item {
  color: #361f1f;
  border-top-right-radius: 300px;
  border-top-left-radius: 300px;
  background: #dfd4c2;
  padding: 6rem 3.3vw 50rem;
}
@media (max-width: 500px) {
  .modal-styling__item {
    padding: 6rem 7.7vw 50rem;
  }
}
.modal-styling__item--2 {
  padding: 6rem 3.3vw;
  margin-top: -45rem;
  background: #ffe9d0;
}
@media (max-width: 500px) {
  .modal-styling__item--2 {
    padding: 6rem 7.7vw;
  }
}

.modal-styling__cat {
  font-family: "the-seasons", sans-serif;
  font-size: min(0.9333333vw, 14px);
  color: #361f1f;
  line-height: 1;
  text-align: center;
}
@media (max-width: 500px) {
  .modal-styling__cat {
    font-size: min(3.5vw, 14px);
  }
}

.modal-styling__num {
  font-family: "the-seasons", sans-serif;
  font-size: min(5vw, 60px);
  color: #361f1f;
  line-height: 1;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 500px) {
  .modal-styling__num {
    font-size: min(15vw, 60px);
  }
}

.modal-styling__caption {
  font-size: min(0.933333vw, 14px);
  color: #361f1f;
  line-height: 2;
  margin: 2.2rem auto 2.7rem;
  font-weight: 500;
}
@media (max-width: 500px) {
  .modal-styling__caption {
    font-size: min(3vw, 12px);
  }
}

.modal-styling__row {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.modal-styling__row.is-reverse {
  flex-direction: row-reverse;
}

.modal-styling__img {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
}
.is-reverse .modal-styling__img {
  padding-right: 0;
  padding-left: 10px;
}
.modal-styling__img img {
  border-radius: 8px;
}

.modal-styling__profile {
  font-size: min(0.8vw, 12px);
  font-weight: 500;
  line-height: 1.4;
  width: 50%;
}
@media (max-width: 500px) {
  .modal-styling__profile {
    font-size: min(3vw, 12px);
  }
}
.modal-styling__profile p {
  margin: 2rem;
}
.modal-styling__profile span {
  font-weight: 900;
  font-size: min(0.66677777vw, 10px);
  display: block;
}
@media (max-width: 500px) {
  .modal-styling__profile span {
    font-size: min(2.5vw, 10px);
  }
}
.modal-styling__profile a {
  text-decoration: underline;
  color: #361F1F;
}

.modal-styling__credit {
  font-size: min(0.8vw, 12px);
  font-weight: 500;
  line-height: 1.6;
  color: #361f1f;
}
@media (max-width: 500px) {
  .modal-styling__credit {
    font-size: min(3vw, 12px);
  }
}
.modal-styling__credit img {
  width: 2.2vw;
}
@media (max-width: 500px) {
  .modal-styling__credit img {
    width: 10.5vw;
  }
}
.modal-styling__credit span {
  display: block;
  line-height: 3;
  font-weight: 700;
}

.modal-styling__btn {
  margin: 3rem auto 14rem;
  display: table;
}
.modal-styling__btn a {
  display: table;
  border-radius: 8px;
  padding: 2rem 1.6em;
  align-items: center;
  color: #fff;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  background: #361f1f;
  font-size: min(1.2vw, 18px);
  line-height: 1;
}
@media (max-width: 500px) {
  .modal-styling__btn a {
    font-size: min(4.5vw, 18px);
  }
}
.modal-styling__btn a:hover {
  opacity: 0.5;
}

.modal-styling-anker {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #86b6e5;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: flex;
  padding: 1.5rem 3rem;
  width: 100%;
  z-index: 111111;
  align-items: center;
}
@media (max-width: 500px) {
  .modal-styling-anker {
    padding: 1.8rem 2.5rem;
  }
}
.modal-styling-anker.is-ladies {
  background: #fc8b7a;
}
.p-pickup .modal-styling-anker {
  position: relative;
  padding: 1.5rem 0rem 0;
  display: block;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
@media (max-width: 500px) {
  .p-pickup .modal-styling-anker {
    padding: 1.5rem 0rem 0;
  }
}

.modal-styling-anker__ttl {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.modal-styling-anker__ttl:hover {
  opacity: 0.5;
}
.modal-styling-anker__ttl span {
  display: block;
  line-height: 1.3;
}
.modal-styling-anker__ttl a {
  display: block;
  font-family: "the-seasons", sans-serif;
  font-size: min(2vw, 30px);
  color: #fff;
}
.p-pickup .modal-styling-anker__ttl a {
  font-size: min(1.3333333vw, 20px);
  text-align: center;
}
@media (max-width: 500px) {
  .p-pickup .modal-styling-anker__ttl a {
    font-size: min(4vw, 16px);
  }
}
@media (max-width: 500px) {
  .modal-styling-anker__ttl a {
    font-size: min(7.5vw, 30px);
  }
}
.modal-styling-anker__ttl a span {
  font-size: min(0.8vw, 12px);
  font-weight: 600;
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-pickup .modal-styling-anker__ttl a span {
  font-size: min(0.666677777vw, 10px);
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 500px) {
  .p-pickup .modal-styling-anker__ttl a span {
    font-size: min(2.25vw, 9px);
  }
}
@media (max-width: 500px) {
  .modal-styling-anker__ttl a span {
    font-size: min(2.5vw, 10px);
    margin-top: 0.5rem;
  }
}

.modal-styling-anker__img {
  margin-left: auto;
  display: flex;
  gap: 10px;
}
.p-pickup .modal-styling-anker__img {
  justify-content: center;
}
.modal-styling-anker__img img {
  width: 3.5vw;
  border-radius: 4px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.p-pickup .modal-styling-anker__img img {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 500px) {
  .modal-styling-anker__img img {
    width: 12.5vw;
  }
}
.modal-styling-anker__img img:hover {
  opacity: 0.5;
}

.modal-styling {
  padding-top: 5rem;
}

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


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;
  }
}

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

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

/* =========================================================
onscreen
========================================================= */
/* =========================================================
ANIMATION
========================================================= */
.u-p-r {
  position: relative !important;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes bounded-1 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  2% {
    transform: scale(1.3, 1.3);
    opacity: 1;
  }
  4% {
    transform: scale(0.9, 0.9);
  }
  6% {
    transform: scale(1.1, 1.1);
  }
  8.5% {
    transform: scale(1, 1);
  }
  58% {
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    transform: scale(0, 0);
    opacity: 0;
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@keyframes diagonal-move-anim {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, 10px);
  }
}
@keyframes decoSwing {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(10deg);
  }
}