@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  * 3. Show the overflow in Edge 18- and IE.
  */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */
nav li::before {
  content: "​";
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

/* Text-level semantics
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* @Reference site */
/* @MEMO */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #d6d6d6;
  color: #000;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: initial;
  line-height: initial;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
body[data-type=tokyosp] {
  background: #d7cd00;
}
body.top {
  background: #d6d6d6;
}
body.top[data-type=tokyosp] {
  background: #d7cd00;
}
body.about[data-type=tokyosp] {
  background: #d6d6d6;
}

html {
  height: -webkit-fill-available;
}

picture, img {
  max-width: 100%;
}

iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
  outline: none;
  padding: 0;
}

nav li:before {
  content: "";
  display: none;
}

fieldset {
  border: none;
  padding: 0;
}

.l-footer {
  background-color: #000;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 35px 0;
  }
}
@media (min-width: 769px) {
  .l-footer {
    padding: 30px 0 90px;
  }
}
@media (min-width: 769px) {
  .l-footer__inner {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .l-footer__identity {
    margin: 0 auto;
    width: 225px;
  }
}
@media (min-width: 769px) {
  .l-footer__identity {
    width: 170px;
  }
}
.l-footer__copyright {
  color: #d6d6d6;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 0.6875rem;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .l-footer__link {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .l-footer__link {
    margin: 0 0 0 30px;
  }
}
.l-footer__linklist {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__linklist__item {
  font-size: 0.75rem;
  color: #FFF;
}
@media (max-width: 768px) {
  .l-footer__linklist__item:not(:last-child) {
    margin-right: 1em;
  }
}
@media (min-width: 769px) {
  .l-footer__linklist__item:not(:last-child) {
    margin-right: 35px;
  }
}
.l-footer__linklist__item a {
  color: #FFF;
  text-decoration: none;
}
@media (min-width: 769px) {
  .l-footer__linklist__item a:hover {
    text-decoration: underline;
  }
}
.l-footer__notice {
  font-size: 0.75rem;
  color: #FFF;
  margin-top: 10px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  z-index: 5000;
}
@media (min-width: 1281px) {
  .l-header {
    height: 115px;
    padding: 30px 0 25px;
  }
}

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

.l-header__title {
  padding: 14px 0;
  width: 158px;
}
@media (min-width: 1281px) {
  .l-header__title {
    padding: 0;
    width: 316px;
  }
}
.l-header__title a {
  display: block;
}

.l-header__trigger {
  position: absolute;
  top: 0;
  right: -4vw;
  height: 60px;
  padding: 18px 0 0 20px;
  width: 60px;
  z-index: 20;
}
@media (min-width: 1281px) {
  .l-header__trigger {
    display: none;
  }
}
.l-header__trigger i {
  transition: all 0.3s ease;
  background: #FFF;
  cursor: pointer;
  display: block;
  height: 2px;
  margin-top: 5px;
  position: relative;
  width: 20px;
}
.-navopen .l-header__trigger i:nth-child(1) {
  position: absolute;
  top: 24px;
  left: 20px;
  transform: rotate(45deg);
}
.-navopen .l-header__trigger i:nth-child(2) {
  opacity: 0;
  transform: translate(-20px, 0);
}
.-navopen .l-header__trigger i:nth-child(3) {
  position: absolute;
  top: 24px;
  left: 20px;
  transform: rotate(-45deg);
}

.l-header__curtain {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  height: 100%;
  width: 100%;
}
.-navopen .l-header__curtain {
  display: block;
}

.l-header__drawer {
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000;
  height: 100%;
  transform: translate(100%, 0);
  z-index: 10;
}
@media (min-width: 1281px) {
  .l-header__drawer {
    background: transparent;
    display: block;
    height: auto;
    position: relative;
    transform: none;
    transition: none;
    width: calc(100% - 360px);
  }
}
.l-header__drawer__inner {
  height: 100%;
  overflow-y: auto;
  padding: 30px 0px 20px;
}
@media (min-width: 1281px) {
  .l-header__drawer__inner {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: space-between;
    overflow-y: initial;
    padding: 0;
  }
}
.-navopen .l-header__drawer {
  transform: translate(0, 0);
}

.l-header__menu {
  width: 200px;
}
@media (min-width: 1281px) {
  .l-header__menu {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 5px;
    width: 730px;
  }
}

.l-header__menu__item {
  font-size: 1rem;
  border-bottom: 1px solid #363636;
  color: #FFF;
  font-weight: 700;
  position: relative;
}
@media (min-width: 1281px) {
  .l-header__menu__item {
    font-size: 1rem;
    border: none;
    margin-bottom: 8px;
    margin-right: 25px;
  }
}
.l-header__menu__item a {
  display: block;
  padding: 15px 0 15px 30px;
  text-decoration: none;
}
@media (min-width: 1281px) {
  .l-header__menu__item a {
    padding: 0;
  }
}
.l-header__menu__item span {
  display: inline-block;
  letter-spacing: 0.06em;
  position: relative;
}
.l-header__menu__item.-external span {
  padding-right: 14px;
}
.l-header__menu__item.-external span::after {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/ico/ico_ext_white.svg) 0 0/100% auto no-repeat;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
}
.l-header__menu__item.-current a, .l-header__menu__item:hover a {
  color: #d7cd00;
}
.l-header__menu__item.-current.-external span::after, .l-header__menu__item:hover.-external span::after {
  background: url(../img/common/ico/ico_ext_yellow.svg) 0 0/100% auto no-repeat;
}

.l-header__share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0 0 30px;
  width: 115px;
}
@media (min-width: 1281px) {
  .l-header__share {
    margin: 0;
  }
}
.l-header__share__item {
  width: 32px;
}
.l-header__share__item a {
  background-color: #FFF;
  border-radius: 50%;
  display: block;
  text-align: center;
}

.l-main {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .l-main {
    min-height: calc(100vh - 57px - 214px);
  }
}
@media (min-width: 769px) {
  .l-main {
    min-height: calc(100vh - 57px - 173px);
  }
}
@media (min-width: 1281px) {
  .l-main {
    min-height: calc(100vh - 115px - 173px);
  }
}
.l-main::before, .l-main::after {
  content: "";
  height: 21.3vw;
  width: 14.6vw;
}
@media (min-width: 769px) {
  .l-main::before, .l-main::after {
    height: 208px;
    width: 144px;
  }
}
.top .l-main::before, .top .l-main::after {
  display: none;
}
.l-main::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/deco/deco_triangle_1.svg) no-repeat center/contain;
  z-index: 1;
}
[data-type=tokyosp] .l-main::before {
  background: url(../img/common/deco/deco_triangle_1_g.svg) no-repeat center/contain;
}
.l-main::after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/common/deco/deco_triangle_2.svg) no-repeat center/contain;
}
[data-type=tokyosp] .l-main::after {
  background: url(../img/common/deco/deco_triangle_2_g.svg) no-repeat center/contain;
}
.-abouttop .l-main::after {
  display: none;
}
@media (max-width: 768px) {
  .cast .l-main::after {
    display: none;
  }
}
.l-main__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 768px) {
  .l-main__inner {
    margin-top: 25px;
    padding-bottom: 100px;
    width: 89.3vw;
  }
  .goods .l-main__inner {
    margin-top: 0;
  }
  .schedule .l-main__inner {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .l-main__inner {
    margin-top: 30px;
    padding-bottom: 110px;
    width: 960px;
  }
}
@media (max-width: 768px) {
  .goods .l-main__inner {
    padding-bottom: 0;
  }
}
.-ready .l-main {
  opacity: 1;
}

.about .l-main::before {
  background: url(../img/common/deco/deco_triangle_1.svg) no-repeat center/contain;
}
.about .l-main::after {
  background: url(../img/common/deco/deco_triangle_2.svg) no-repeat center/contain;
}

.l-main__frame {
  /* display: block;
    height: getVW(160);
    position: sticky;
    width: getVW(110);

    @include MQ_WIDE {
        height: 208px;
        width: 144px;
    }

    .top & {
        display: none;
    }

    &.-top {
        background: url(../img/common/deco/deco_triangle_1.svg) no-repeat center / contain;
        left: 0;
        top: 115px;
        z-index: 1;

        [data-type="tokyosp"] & {
            background: url(../img/common/deco/deco_triangle_1_g.svg) no-repeat center / contain;
        }
    }
    &.-bottom {
        @include absPosition($bottom:0,$right:0);
        background: url(../img/common/deco/deco_triangle_2.svg) no-repeat center / contain;

        [data-type="tokyosp"] & {
            background: url(../img/common/deco/deco_triangle_2_g.svg) no-repeat center / contain;
        }
    } */
}

.l-newsfeed {
  background: #FFF;
  color: #000;
  overflow: hidden;
  padding: 8px 0;
  position: relative;
  z-index: 2;
}
.top .l-newsfeed {
  opacity: 0;
}
.-introin .l-newsfeed {
  -webkit-animation: itenInOpaYT 0.5s 3.1s forwards;
          animation: itenInOpaYT 0.5s 3.1s forwards;
}
.-notroin .l-newsfeed {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.l-newsfeed__inner {
  display: flex;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .l-newsfeed__inner {
    padding-left: 240px;
  }
  .top .l-newsfeed__inner {
    padding-left: 0;
  }
}
.l-newsfeed__title {
  font-weight: 700;
}
@media (max-width: 768px) {
  .l-newsfeed__title {
    font-size: 0.8125rem;
    width: 50px;
  }
}
@media (min-width: 769px) {
  .l-newsfeed__title {
    font-size: 0.875rem;
    width: 55px;
  }
}
.l-newsfeed__list {
  letter-spacing: 0.005em;
  margin-left: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.l-newsfeed__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s 0s ease;
  visibility: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .l-newsfeed__item {
    font-size: 0.75rem;
  }
}
@media (min-width: 769px) {
  .l-newsfeed__item {
    font-size: 0.875rem;
  }
}
.l-newsfeed__item.-active {
  opacity: 1;
  visibility: visible;
}
.l-newsfeed__item a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 769px) {
  .l-newsfeed__item a:hover {
    text-decoration: underline;
  }
}

.l-wrapper {
  overflow-x: hidden;
  padding-top: 56px;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .l-wrapper {
    min-width: 1280px;
  }
}
@media (min-width: 1281px) {
  .l-wrapper {
    padding-top: 115px;
  }
}

[data-fadein] {
  opacity: 0;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-fadein][data-fadein=left] {
  transform: translateX(-13.4vw);
}
@media (min-width: 769px) {
  [data-fadein][data-fadein=left] {
    transform: translateX(-50px);
  }
}
[data-fadein][data-fadein=left_s] {
  transform: translateX(-6.7vw);
}
@media (min-width: 769px) {
  [data-fadein][data-fadein=left_s] {
    transform: translateX(-25px);
  }
}
[data-fadein][data-fadein=right] {
  transform: translateX(13.3vw);
}
@media (min-width: 769px) {
  [data-fadein][data-fadein=right] {
    transform: translateX(50px);
  }
}
[data-fadein][data-fadein=right_s] {
  transform: translateX(6.6vw);
}
@media (min-width: 769px) {
  [data-fadein][data-fadein=right_s] {
    transform: translateX(25px);
  }
}
[data-fadein][data-fadein=top] {
  transform: translateY(-13.4vw);
}
@media (min-width: 769px) {
  [data-fadein][data-fadein=top] {
    transform: translateY(-50px);
  }
}
[data-fadein][data-fadein=top_s] {
  transform: translateY(-6.7vw);
}
@media (min-width: 769px) {
  [data-fadein][data-fadein=top_s] {
    transform: translateY(-25px);
  }
}
[data-fadein][data-fadein=bottom] {
  transform: translateY(13.3vw);
}
@media (min-width: 769px) {
  [data-fadein][data-fadein=bottom] {
    transform: translateY(50px);
  }
}
[data-fadein][data-fadein=bottom_s] {
  transform: translateY(6.6vw);
}
@media (min-width: 769px) {
  [data-fadein][data-fadein=bottom_s] {
    transform: translateY(25px);
  }
}
[data-fadein].-viewed {
  opacity: 1;
  transform: none;
}

[data-maskin] {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 0% 100%;
          mask-size: 0% 100%;
  opacity: 0;
}
[data-maskin][data-maskin=left] {
  -webkit-mask-image: linear-gradient(90deg, black, black 20%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(90deg, black, black 20%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-position: left;
          mask-position: left;
}
[data-maskin][data-maskin=right] {
  -webkit-mask-image: linear-gradient(-90deg, black, black 20%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(-90deg, black, black 20%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-position: right;
          mask-position: right;
}
@media (max-width: 768px) {
  [data-maskin].-viewed {
    -webkit-animation: maskin 2s both ease-out;
            animation: maskin 2s both ease-out;
  }
}
@media (min-width: 769px) {
  [data-maskin].-viewed {
    -webkit-animation: maskin 2s both ease-out;
            animation: maskin 2s both ease-out;
  }
}
@-webkit-keyframes maskin {
  50%, 100% {
    opacity: 1;
  }
  100% {
    -webkit-mask-size: 300% 100%;
            mask-size: 300% 100%;
  }
}
@keyframes maskin {
  50%, 100% {
    opacity: 1;
  }
  100% {
    -webkit-mask-size: 300% 100%;
            mask-size: 300% 100%;
  }
}

.c-slidein {
  overflow: hidden;
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-slidein::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  content: "";
  height: 100%;
  transform-origin: right;
  transition: 0.4s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.c-slidein.-viewed {
  transform: scaleX(1);
}
.c-slidein.-viewed::after {
  transform: scaleX(0);
}

.js-acc {
  height: 0px;
  overflow: hidden;
  transition: height 0.4s 0s ease;
}

@-webkit-keyframes itenInOpa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes itenInOpa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes itenInOpaYT {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itenInOpaYT {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes itenInOpaYB {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes itenInOpaYB {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes itemInLR {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes itemInLR {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes itemInRL {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes itemInRL {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes itemOutBarX {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes itemOutBarX {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.c-lato {
  font-family: "Lato", sans-serif;
}

@media (min-width: 769px) {
  .c-hover_op {
    transition: all 0.2s ease;
  }
  .c-hover_op:hover {
    opacity: 0.6 !important;
  }
}

.c-hover_bright {
  transition: all 0.3s ease;
}
.c-hover_bright:hover {
  filter: brightness(140%);
}

.c-hover_zoom {
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-hover_zoom:hover {
  transform: scale(1.1) !important;
}

.c-icon-tri::before {
  font-size: 0.625rem;
  content: "▶";
  display: inline-block;
  margin-right: 3px;
}

.c-icon-ext {
  display: inline-block;
  position: relative;
}
.c-icon-ext::after {
  background-image: url(../img/common/ico/ico_ext_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  transform: translate(4px, -3px);
  width: 10px;
}
.c-icon-ext.-white::after {
  background-image: url(../img/common/ico/ico_ext_white.svg);
}
.c-icon-ext.-gray::after {
  background-image: url(../img/common/ico/ico_ext_gray.svg);
}

.c-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 768px) {
  .c-inner {
    width: 90%;
  }
}
@media (min-width: 769px) {
  .c-inner {
    width: 93.75%;
    max-width: 1200px;
  }
}
@media (min-width: 769px) {
  .c-inner.-narrow {
    max-width: 620px;
  }
}
@media (min-width: 769px) {
  .c-inner.-middle {
    max-width: 880px;
  }
}
.c-inner.-small {
  max-width: 720px;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
  height: 100%;
  justify-content: center;
  padding: 40px 0;
  width: 100%;
  z-index: -1;
}
.c-modal.-active {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 5000;
}
.c-modal__main {
  position: relative;
  width: 85%;
}
@media (min-width: 769px) {
  .c-modal__main {
    height: 100%;
    width: 840px;
  }
}
.c-modal__content {
  height: 100%;
  position: relative;
  opacity: 0;
}
.-active .c-modal__content {
  -webkit-animation: contIn 0.5s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: contIn 0.5s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.c-modal__content img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@-webkit-keyframes contIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes contIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 30px;
}
@media (min-width: 769px) {
  .c-modal__close {
    right: 30px;
    top: 30px;
    width: 35px;
    transition: transform 0.2s ease-out;
  }
  .c-modal__close:hover {
    transform: scale(0.95);
  }
}

.c-pagebg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .c-pagebg {
    min-width: 1280px;
  }
}

.c-pagebg__inner {
  height: 100%;
  position: relative;
  width: 100%;
}

.c-pagebg__pattern {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/bg/bg_pattern_w.png) repeat left top/49px auto;
  height: 100%;
  width: 100%;
}
[data-type=tokyosp] .c-pagebg__pattern {
  background: url(../img/common/bg/bg_pattern_y.png) repeat left top/49px auto;
}
@media (min-width: 769px) {
  .c-pagebg__pattern {
    background: url(../img/common/bg/bg_pattern_w.png) repeat left top/88px auto;
  }
  [data-type=tokyosp] .c-pagebg__pattern {
    background: url(../img/common/bg/bg_pattern_y.png) repeat left top/88px auto;
  }
}

.about[data-type=tokyosp] .c-pagebg__pattern {
  background: url(../img/common/bg/bg_pattern_w.png) repeat left top/49px auto;
}
@media (min-width: 769px) {
  .about[data-type=tokyosp] .c-pagebg__pattern {
    background: url(../img/common/bg/bg_pattern_w.png) repeat left top/88px auto;
  }
}

.c-pagebg__shadow {
  position: absolute;
  top: 0;
  display: none;
  height: 100%;
  min-width: 120px;
  width: calc((100% - 1200px) / 2);
}
@media (min-width: 769px) {
  .c-pagebg__shadow {
    display: block;
  }
}
.c-pagebg__shadow.-left {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}
.c-pagebg__shadow.-right {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 100%);
  right: 0;
}

.c-pagebg__canvas {
  position: absolute;
  top: 55px;
  left: 0;
  opacity: 0;
}
@media (min-width: 769px) {
  .c-pagebg__canvas {
    top: 57px;
  }
}
@media (min-width: 1281px) {
  .c-pagebg__canvas {
    top: 115px;
  }
}
.-ready .c-pagebg__canvas {
  -webkit-animation: canvasIn 0.5s 0.5s forwards ease;
          animation: canvasIn 0.5s 0.5s forwards ease;
}
.top .c-pagebg__canvas, .story .c-pagebg__canvas {
  display: none;
}

@-webkit-keyframes canvasIn {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.1;
    transform: scale(1);
  }
  60% {
    opacity: 0.1;
    transform: scale(1);
  }
  68% {
    opacity: 0.1;
    transform: scale(1);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}

@keyframes canvasIn {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.1;
    transform: scale(1);
  }
  60% {
    opacity: 0.1;
    transform: scale(1);
  }
  68% {
    opacity: 0.1;
    transform: scale(1);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.c-pagenav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 7.8vw;
}
@media (max-width: 768px) {
  .c-pagenav {
    gap: 2.6vw 3%;
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .c-pagenav {
    gap: 16px 3%;
    align-items: center;
    justify-content: center;
    max-width: 640px;
    padding: 0;
  }
}

.c-pagenav__item {
  font-size: 0.8125rem;
  border: 1px solid #000;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-align: left;
  width: 100%;
  opacity: 0;
  transform: translate(0, 10px);
  transition: 0.25s ease-out;
  flex-shrink: 0;
  width: 48.5%;
}
@media (min-width: 769px) {
  .c-pagenav__item {
    max-width: 200px;
    font-size: 1rem;
    border: 2px solid #000;
  }
}
@media (max-width: 768px) {
  .goods .c-pagenav__item {
    width: 53%;
    font-size: 0.75rem;
  }
  .goods .c-pagenav__item:nth-child(1) a::after {
    right: 12px;
  }
}
@media (min-width: 769px) {
  .goods .c-pagenav__item {
    font-size: 1rem;
    border: 2px solid #000;
    max-width: 235px;
  }
  .goods .c-pagenav__item:nth-child(1) a {
    padding-left: 14px;
  }
  .goods .c-pagenav__item:nth-child(1) a::after {
    right: 14px;
  }
}
.c-pagenav__item:nth-child(2) {
  transition-delay: 0.2s;
}
.c-pagenav__item:nth-child(3) {
  transition-delay: 0.3s;
}
.-ready .c-pagenav__item {
  opacity: 1;
  transform: translate(0, 0);
}
.c-pagenav__item a,
.c-pagenav__item span {
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 14px 10px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}
@media (max-width: 768px) {
  .goods .c-pagenav__item a::after,
.goods .c-pagenav__item span::after {
    right: 5px;
  }
}
@media (min-width: 769px) {
  .c-pagenav__item a,
.c-pagenav__item span {
    padding: 16px;
  }
  .goods .c-pagenav__item a,
.goods .c-pagenav__item span {
    padding: 15px 11px;
  }
  .goods .c-pagenav__item a::after,
.goods .c-pagenav__item span::after {
    right: 7px;
  }
}
.c-pagenav__item a::after,
.c-pagenav__item span::after {
  position: absolute;
  bottom: 50%;
  right: 10px;
  background: url(../img/common/ico/ico_arw_black.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  height: 10px;
  transform: translate(0, 50%);
  width: 12px;
}
@media (min-width: 769px) {
  .c-pagenav__item a::after,
.c-pagenav__item span::after {
    height: 16px;
    width: 20px;
    right: 10px;
  }
}
.c-pagenav__item a:hover, .c-pagenav__item a.-active,
.c-pagenav__item span:hover,
.c-pagenav__item span.-active {
  background-color: #000;
  color: #FFF;
}
.c-pagenav__item a:hover::after, .c-pagenav__item a.-active::after,
.c-pagenav__item span:hover::after,
.c-pagenav__item span.-active::after {
  background: url(../img/common/ico/ico_arw_white.svg) 0 0/100% auto no-repeat;
}
.c-pagenav__item.-anchorlink a::after,
.c-pagenav__item.-anchorlink span::after {
  transform: translate(0, 50%) rotate(90deg);
}
@media (min-width: 769px) {
  .goods .c-pagenav__item {
    width: 235px;
  }
}

.c-pagetitle {
  margin: 0 auto;
  pointer-events: none;
  position: relative;
}
@media (max-width: 768px) {
  .c-pagetitle {
    overflow: hidden;
  }
}
.c-pagetitle__inner {
  position: relative;
  text-align: center;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 768px) {
  .c-pagetitle__inner {
    padding: 40px 0 20px;
  }
}
@media (min-width: 769px) {
  .c-pagetitle__inner {
    padding: 110px 0;
  }
}
.c-pagetitle__title {
  display: flex;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}
@media (max-width: 768px) {
  .c-pagetitle__title {
    font-size: 9vw;
  }
}
@media (min-width: 769px) {
  .c-pagetitle__title {
    font-size: 4.5rem;
  }
}
.c-pagetitle__title span {
  position: relative;
  opacity: 0;
  z-index: 1;
}
.-ready .c-pagetitle__title span {
  -webkit-animation: itenInOpaYT 0.5s 0s forwards;
          animation: itenInOpaYT 0.5s 0s forwards;
}
.c-pagetitle__title span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.c-pagetitle__title span:nth-of-type(2) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.c-pagetitle__title span:nth-of-type(3) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.c-pagetitle__title span:nth-of-type(4) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.c-pagetitle__title span:nth-of-type(5) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.c-pagetitle__title span:nth-of-type(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.c-pagetitle__title span:nth-of-type(7) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.c-pagetitle__title span:nth-of-type(8) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.c-pagetitle__title span:nth-of-type(9) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.c-pagetitle__title span:nth-of-type(10) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.c-pagetitle__title span:nth-of-type(11) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.c-pagetitle__title span:nth-of-type(12) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.c-pagetitle__title span:nth-of-type(13) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.c-pagetitle__title span:nth-of-type(14) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.c-pagetitle__title span:nth-of-type(15) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.live-streaming .c-pagetitle__title span:nth-of-type(5) {
  width: 0.2em;
}
.c-pagetitle__title::before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #d7cd00;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  content: "";
  transform: translate(-50%, -50%) skewX(-35deg);
  height: 17.8vw;
  width: 6.4vw;
}
[data-type=tokyosp] .c-pagetitle__title::before {
  background: #d6d6d6;
}
@media (min-width: 769px) {
  .c-pagetitle__title::before {
    height: 128px;
    width: 54px;
  }
}
.-ready .c-pagetitle__title::before {
  -webkit-animation: itemInLR 0.3s 0.7s forwards ease-out;
          animation: itemInLR 0.3s 0.7s forwards ease-out;
}
.about .c-pagetitle__title::before {
  background: #d7cd00;
}

.c-pagetop {
  border: 2px solid #000;
  width: 45px;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-pagetop {
    position: absolute;
    top: 0;
    right: 50%;
    border-radius: 50%;
    overflow: hidden;
    transform: translate(50%, -50%);
  }
}
@media (min-width: 769px) {
  .c-pagetop {
    position: fixed;
    top: auto;
    bottom: 30px;
    right: 30px;
  }
  .top .c-pagetop {
    display: none;
  }
}

.js-switch .c-switch-btn {
  transition: all 0.5s;
}
@media (min-width: 769px) {
  .-hidebtn .js-switch .c-switch-btn {
    opacity: 0 !important;
    visibility: hidden;
  }
}

.c-ttl-deco {
  position: relative;
}
.c-ttl-deco::after, .c-ttl-deco::before {
  background: #d7cd00;
  content: "";
  transform: skewX(-35deg);
  transform-origin: left;
}
@media (max-width: 768px) {
  .c-ttl-deco::after, .c-ttl-deco::before {
    height: 20px;
    width: 12px;
  }
}
@media (min-width: 769px) {
  .c-ttl-deco::after, .c-ttl-deco::before {
    height: 36px;
    width: 22px;
  }
}
.c-ttl-deco::before {
  transition: transform 0.2s 0.2s;
}
@media (max-width: 768px) {
  .c-ttl-deco::before {
    position: absolute;
    top: -2px;
    left: -8px;
  }
}
@media (min-width: 769px) {
  .c-ttl-deco::before {
    position: absolute;
    top: -5px;
    left: -18px;
  }
}
.c-ttl-deco::after {
  transition: transform 0.2s 0.4s;
}
@media (max-width: 768px) {
  .c-ttl-deco::after {
    position: absolute;
    bottom: -8px;
    right: -9px;
  }
}
@media (min-width: 769px) {
  .c-ttl-deco::after {
    position: absolute;
    bottom: -5px;
    right: -18px;
  }
}

.c-ytb {
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  background-color: rgba(50, 50, 50, 0.9);
  display: none;
  justify-content: center;
  min-height: 100%;
  padding: 40px 0;
  width: 100%;
  z-index: -1;
}
.c-ytb.-active {
  display: flex;
  z-index: 5000;
}
.c-ytb__main {
  position: relative;
  width: 85%;
}
@media (min-width: 769px) {
  .c-ytb__main {
    width: 840px;
  }
}
.c-ytb__content {
  padding-top: 56.25%;
  position: relative;
}
.c-ytb iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.c-ytb__close {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 30px;
}
@media (min-width: 769px) {
  .c-ytb__close {
    right: 25px;
    top: 25px;
    transition: transform 0.2s ease-out;
    width: 60px;
  }
  .c-ytb__close:hover {
    transform: scale(0.95);
  }
}

.c-visible_nrw {
  display: block;
}
@media (min-width: 769px) {
  .c-visible_nrw {
    display: none;
  }
}
.c-visible_nrw.-inline {
  display: inline;
}
@media (min-width: 769px) {
  .c-visible_nrw.-inline {
    display: none;
  }
}

@media (max-width: 768px) {
  .c-visible_wide {
    display: none;
  }
}

.c-visible_tokyosa {
  display: none;
}
[data-type=tokyosa] .c-visible_tokyosa {
  display: block;
}

.c-visible_tokyosp {
  display: none;
}
[data-type=tokyosp] .c-visible_tokyosp {
  display: block;
}