@media screen and (min-width: 760px), print {
  html {
    font-size: -webkit-calc(100vw / (1200 / 10));
    font-size: -moz-calc(100vw / (1200 / 10));
    font-size: calc(100vw / (1200 / 10));
  }
}
@media screen and (min-width: 1200px), print {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 759.98px) {
  html {
    font-size: -webkit-calc(100vw / (760 / 10));
    font-size: -moz-calc(100vw / (760 / 10));
    font-size: calc(100vw / (760 / 10));
  }
}
body {
  min-width: 320px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media screen and (min-width: 760px), print {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 759.98px) {
  body {
    font-size: 2.8rem;
  }
}
.wovn-app--ja {
  display: initial;
}
html[lang="en"] .wovn-app--ja {
  display: none;
}
.wovn-app--en {
  display: none;
}
html[lang="en"] .wovn-app--en {
  display: initial;
}
.img--pc_low,
.img--tab,
.img--sp {
  display: none !important;
}
@media screen and (max-width: 759.98px) {
  .img--pc {
    display: none !important;
  }
  .img--sp {
    display: initial !important;
  }
}
html[lang="en"] .wovn-app--ja.img--pc,
html[lang="en"] .wovn-app--ja.img--pc_low,
html[lang="en"] .wovn-app--ja.img--tab,
html[lang="en"] .wovn-app--ja.img--sp {
  display: none !important;
}
html[lang="ja"] .wovn-app--en.img--pc,
html[lang="ja"] .wovn-app--en.img--pc_low,
html[lang="ja"] .wovn-app--en.img--tab,
html[lang="ja"] .wovn-app--en.img--sp {
  display: none !important;
}
html[lang="en"] .link--ja {
  display: none !important;
}
html[lang="ja"] .link--en {
  display: none !important;
}
html[lang="en"] [wovn-wait] {
  visibility: hidden;
}
.mario-banner {
  -webkit-border-radius: 0.8rem;
     -moz-border-radius: 0.8rem;
          border-radius: 0.8rem;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(60,60,60,0.25);
     -moz-box-shadow: 4px 4px 0px 0px rgba(60,60,60,0.25);
          box-shadow: 4px 4px 0px 0px rgba(60,60,60,0.25);
}
@media screen and (max-width: 979.98px) {
  .mario-banner {
    -webkit-border-radius: 1.8rem;
       -moz-border-radius: 1.8rem;
            border-radius: 1.8rem;
  }
}
[data-device="desktop"] .mario-banner {
  background: #fff;
}
.mario-banner a {
  display: block;
}
[data-device="desktop"] .mario-banner a {
  -webkit-transition: opacity 150ms linear;
     -moz-transition: opacity 150ms linear;
       -o-transition: opacity 150ms linear;
          transition: opacity 150ms linear;
}
[data-device="desktop"] .mario-banner a:hover {
  opacity: 0.85;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mario-banner img {
  display: block;
  width: 100%;
}
.js-wovnLangChange {
  display: none;
}
.mario-button {
  --background: #ffd200;
  --border: rgba(255,255,255,0.25);
  --rivet: #f08100;
  --rivet-highlight: rgba(255,255,255,0.5);
  --rivet-shadow: rgba(60,60,60,0.5);
  --color: #5c1801;
  position: relative;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
}
.mario-button.is-open,
.mario-button.is-active,
.mario-button.js-active,
.mario-button.is-current,
.j-history-filter-type.is-current .mario-button {
  --background: #ac4605;
  --border: rgba(255,255,255,0.1);
  --rivet: #743208;
  --rivet-highlight: rgba(255,255,255,0.25);
  --rivet-shadow: rgba(60,60,60,0.75);
  --color: #fff;
}
[data-device="desktop"] .mario-button:hover,
[data-device="desktop"] a:hover .mario-button {
  --background: #ac4605;
  --border: rgba(255,255,255,0.1);
  --rivet: #743208;
  --rivet-highlight: rgba(255,255,255,0.25);
  --rivet-shadow: rgba(60,60,60,0.75);
  --color: #fff;
}
.mario-button__container {
  display: block;
  background-color: var(--background);
  color: var(--color);
  font-weight: bold;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(60,60,60,0.25);
     -moz-box-shadow: 4px 4px 0px 0px rgba(60,60,60,0.25);
          box-shadow: 4px 4px 0px 0px rgba(60,60,60,0.25);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  overflow: hidden;
  line-height: 1;
  padding: 1px;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mario-button__container svg {
  fill: var(--color);
}
[data-device="desktop"] .mario-button.is-hover .mario-button__container {
  -webkit-animation: jump 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) both;
     -moz-animation: jump 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) both;
       -o-animation: jump 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) both;
          animation: jump 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) both;
}
.mario-button__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px var(--border);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  position: relative;
}
.mario-button__corner {
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  height: 6px;
}
.mario-button__corner i {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.mario-button__corner i:before,
.mario-button__corner i:after {
  background-color: var(--rivet);
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 1px 1px 0px 0px var(--rivet-highlight), 1px 1px 0px 0px var(--rivet-shadow) inset;
     -moz-box-shadow: 1px 1px 0px 0px var(--rivet-highlight), 1px 1px 0px 0px var(--rivet-shadow) inset;
          box-shadow: 1px 1px 0px 0px var(--rivet-highlight), 1px 1px 0px 0px var(--rivet-shadow) inset;
  position: absolute;
}
.mario-button__corner i:before {
  left: 0;
}
.mario-button__corner i:after {
  right: 0;
}
.mario-button__corner:first-of-type {
  top: 1px;
}
.mario-button__corner:first-of-type i:before,
.mario-button__corner:first-of-type i:after {
  top: 0;
}
.mario-button__corner:last-of-type {
  bottom: 1px;
}
.mario-button__corner:last-of-type i:before,
.mario-button__corner:last-of-type i:after {
  bottom: 0;
}
.mario-button__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}
.mario-button__content svg {
  display: block;
}
@media screen and (min-width: 980px), print {
  .mario-button__content svg.ncommon-u-hide-pc {
    display: none;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .mario-button__content svg.ncommon-u-hide-tab {
    display: none;
  }
}
@media screen and (max-width: 759.98px) {
  .mario-button__content svg.ncommon-u-hide-sp {
    display: none;
  }
}
@media screen and (max-width: 759.98px) {
  .mario-button__content svg.local-themepark__buttonText {
    height: 7rem;
  }
}
.mario-button__arrow {
  margin-left: 0.5em;
}
.mario-button--white {
  --background: #f9f9f9;
  --border: #fff;
  --rivet: #cbcbcb;
  --rivet-highlight: #fff;
  --rivet-shadow: rgba(60,60,60,0.25);
  --color: #373737;
}
.mario-button--white svg {
  fill: #e60012;
}
.mario-button--white .mario-button__arrow {
  color: #e60012;
}
.is-active .mario-button--white,
.is-open .mario-button--white,
.mario-button--white.js-active {
  --background: #f9f9f9;
  --border: #fff;
  --rivet: #cbcbcb;
  --rivet-highlight: #fff;
  --rivet-shadow: rgba(60,60,60,0.25);
  --color: #373737;
}
@media screen and (min-width: 760px), print {
  [data-device="desktop"] .mario-button--white:hover,
  [data-device="desktop"] a:hover .mario-button--white {
    --background: #f9f9f9;
    --border: #fff;
    --rivet: #cbcbcb;
    --rivet-highlight: #fff;
    --rivet-shadow: rgba(60,60,60,0.25);
    --color: #373737;
  }
}
.mario-button--xLarge {
  width: 600px;
  height: 60px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--xLarge {
    width: 335px;
  }
}
.mario-button--xLarge .mario-button__container {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--xLarge .mario-button__container {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
.mario-button--xLarge .mario-button__inner {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--xLarge .mario-button__inner {
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
  }
}
.mario-button--xLarge .mario-button__corner i:before,
.mario-button--xLarge .mario-button__corner i:after {
  width: 6px;
  height: 6px;
}
.mario-button--xlarge {
  width: 440px;
  height: 60px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--xlarge {
    width: 335px;
  }
}
.mario-button--xlarge .mario-button__container {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--xlarge .mario-button__container {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
.mario-button--xlarge .mario-button__inner {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--xlarge .mario-button__inner {
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
  }
}
.mario-button--xlarge .mario-button__corner i:before,
.mario-button--xlarge .mario-button__corner i:after {
  width: 6px;
  height: 6px;
}
.mario-button--large {
  width: 280px;
  height: 60px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--large {
    width: 335px;
  }
}
.mario-button--large .mario-button__container {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--large .mario-button__container {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
.mario-button--large .mario-button__inner {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--large .mario-button__inner {
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
  }
}
.mario-button--large .mario-button__corner i:before,
.mario-button--large .mario-button__corner i:after {
  width: 6px;
  height: 6px;
}
.mario-button--medium {
  width: 280px;
  height: 46px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--medium {
    width: 250px;
    height: 40px;
  }
}
.mario-button--medium .mario-button__container {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--medium .mario-button__container {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
}
.mario-button--medium .mario-button__inner {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--medium .mario-button__inner {
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
  }
}
.mario-button--medium .mario-button__corner i:before,
.mario-button--medium .mario-button__corner i:after {
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--medium .mario-button__corner i:before,
  .mario-button--medium .mario-button__corner i:after {
    width: 5px;
    height: 5px;
  }
}
.mario-button--small {
  width: 141px;
  height: 38px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--small {
    width: 104px;
    height: 28px;
  }
}
.mario-button--xSmall {
  width: 60px;
  height: 30px;
}
@media screen and (max-width: 759.98px) {
  .mario-button--xSmall {
    width: 50px;
    height: 28px;
  }
}
@-moz-keyframes jump {
  0% {
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
  30% {
    -moz-transform: translate3d(0, -25%, 0);
         transform: translate3d(0, -25%, 0);
  }
  70% {
    -moz-transform: translate3d(0, 0%, 0);
         transform: translate3d(0, 0%, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0%, 0);
         transform: translate3d(0, 0%, 0);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  70% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
}
@-o-keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(0, -25%, 0);
  }
  70% {
    transform: translate3d(0, 0%, 0);
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(0, -25%, 0);
       -moz-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  70% {
    -webkit-transform: translate3d(0, 0%, 0);
       -moz-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
       -moz-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
}
@font-face {
  font-family: "ncommonJp-old";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "ncommonJp-old";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
body {
  font-family: heisei-kaku-gothic-std, "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ncommonJp-old", sans-serif !important;
}
html:not(.alps-os-android) body {
  font-family: heisei-kaku-gothic-std, "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ncommonJp-old", sans-serif !important;
}
html[lang="en"] body {
  font-family: 'roboto', sans-serif !important;
}
.mario-font-avantGarde {
  font-weight: bold;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}
.mario-footer {
  position: relative;
  background: url("../../common/img/common/bg-01-red.png") #e60012;
  -webkit-box-shadow: 0 -0.5rem 1.5rem 0 rgba(0,0,0,0.2);
     -moz-box-shadow: 0 -0.5rem 1.5rem 0 rgba(0,0,0,0.2);
          box-shadow: 0 -0.5rem 1.5rem 0 rgba(0,0,0,0.2);
}
@media screen and (min-width: 980px), print {
  .mario-footer {
    padding: 3.6rem 3.3rem 2rem;
  }
}
@media screen and (min-width: 980px) and (max-width: 1300px) {
  .mario-footer {
    padding-top: 2rem;
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-footer {
    padding: 0 4rem 4rem;
    height: auto;
    -moz-background-size: 50% auto;
      -o-background-size: 50% auto;
         background-size: 50% auto;
    -webkit-box-shadow: 0 -0.5rem 1.5rem 0 rgba(0,0,0,0.2);
       -moz-box-shadow: 0 -0.5rem 1.5rem 0 rgba(0,0,0,0.2);
            box-shadow: 0 -0.5rem 1.5rem 0 rgba(0,0,0,0.2);
  }
}
.mario-footer .mario-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 979.98px) {
  .mario-footer .mario-nav-wrap {
    display: none;
  }
}
@media screen and (max-width: 759.98px) {
  html[lang="en"] .mario-footer {
    padding: 0 4rem 4rem;
  }
}
.mario-footer__inner {
  position: relative;
}
@media screen and (min-width: 980px), print {
  .mario-footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-footer__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mario-footer__side {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 980px), print {
  .mario-footer__side {
    max-width: 15%;
  }
}
@media screen and (min-width: 980px), print {
  .mario-footer__side:not(:last-child) {
    margin-right: 2rem;
    margin-left: 0.4rem;
  }
}
@media screen and (min-width: 980px), print {
  .mario-footer__side:not(:first-child) {
    margin-left: 2rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 980px), print {
  .mario-footer__logo {
    margin-top: -6.600000000000001rem;
    width: 17rem;
    height: 10rem;
  }
  html[lang="en"] .mario-footer__logo {
    margin-top: -0.2rem;
    height: 7rem;
  }
}
@media screen and (min-width: 980px) and (max-width: 1300px) {
  .mario-footer__logo {
    margin-top: -3.2rem;
    width: 15rem;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-footer__logo {
    position: absolute;
    margin-top: -2rem;
    width: 16.5rem;
    height: 10rem;
  }
  html[lang="en"] .mario-footer__logo {
    margin-top: 3.5rem;
    height: 8rem;
  }
}
.mario-footer__logo img {
  width: 100%;
}
.mario-footer__logo a {
  display: block;
  -webkit-transition: -webkit-transform 0.1s linear;
     -moz-transition: -moz-transform 0.1s linear;
       -o-transition: -o-transform 0.1s linear;
          transition: transform 0.1s linear;
}
[data-device="desktop"] .mario-footer__logo a:hover {
  -webkit-transform: scale(1.15);
     -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: -webkit-transform 0.3s 0s cubic-bezier(0.32, 2.03, 0.6, 1.93);
     -moz-transition: -moz-transform 0.3s 0s cubic-bezier(0.32, 2.03, 0.6, 1.93);
       -o-transition: -o-transform 0.3s 0s cubic-bezier(0.32, 2.03, 0.6, 1.93);
          transition: transform 0.3s 0s cubic-bezier(0.32, 2.03, 0.6, 1.93);
}
@media screen and (min-width: 980px) and (min-width: 1300px) {
  html[lang="en"] .mario-footer__logo {
    margin-top: -1rem;
  }
}
.mario-footerLink {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 980px), print {
  .mario-footerLink {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .mario-footerLink {
    padding-top: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 759.98px) {
  .mario-footerLink {
    padding-top: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.mario-footerLink .nc3-a-icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
@media screen and (max-width: 759.98px) {
  .mario-footerLink .nc3-a-icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 4px;
  }
}
.mario-footerLink .nc3-a-icon svg {
  fill: #fff;
}
@media screen and (min-width: 980px), print {
  .mario-footerLink .mario-footerBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .mario-footerLink .mario-footerBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 759.98px) {
  .mario-footerLink .mario-footerBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-footerLink .mario-footerBox a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 980px), print {
  .mario-footerLink .mario-footerBox a + a {
    margin-left: 20px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .mario-footerLink .mario-footerBox a + a {
    margin-left: 24px;
  }
}
@media screen and (max-width: 759.98px) {
  .mario-footerLink .mario-footerBox a + a {
    margin-top: 9px;
  }
}
.mario-footerLink a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 979.98px) {
  .mario-footerLink a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mario-footerLink .mario-footerLink__text {
  line-height: 1;
}
.mario-footerLink .mario-footerLink__text span {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 759.98px) {
  .mario-footerLink .mario-footerLink__text span {
    font-size: 10px;
  }
}
@media screen and (min-width: 980px), print {
  .mario-footerLink .mario-footerLink__text .wovn-app--ja img {
    height: 11px;
    -webkit-transition: 0.1s;
       -moz-transition: 0.1s;
         -o-transition: 0.1s;
            transition: 0.1s;
  }
  .mario-footerLink .mario-footerLink__text .wovn-app--ja img:hover {
    opacity: 0.8;
  }
  .mario-footerLink .mario-footerLink__text .wovn-app--en img {
    height: 11px;
    -webkit-transition: 0.1s;
       -moz-transition: 0.1s;
         -o-transition: 0.1s;
            transition: 0.1s;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
         -o-transform: translateY(2px);
            transform: translateY(2px);
  }
  .mario-footerLink .mario-footerLink__text .wovn-app--en img:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .mario-footerLink .mario-footerLink__text .wovn-app--ja img {
    height: 12px;
  }
  .mario-footerLink .mario-footerLink__text .wovn-app--en img {
    height: 13px;
  }
}
@media screen and (max-width: 759.98px) {
  .mario-footerLink .mario-footerLink__text .wovn-app--ja img {
    height: 10px;
  }
  .mario-footerLink .mario-footerLink__text .wovn-app--en img {
    height: 11px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1540px) {
  .mario-footerLink {
    padding-top: 15px;
  }
}
@media screen and (min-width: 980px), print {
  html[lang="en"] .mario-footerLink {
    padding-top: 15px;
    margin-left: 2px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  html[lang="en"] .mario-footerLink {
    padding-top: 13.100000000000001rem;
  }
  html[lang="en"] .mario-footerLink .nc3-a-icon {
    -webkit-transform: translateY(-1px);
       -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
         -o-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
@media screen and (max-width: 759.98px) {
  html[lang="en"] .mario-footerLink {
    padding-top: 14.100000000000001rem;
  }
  html[lang="en"] .mario-footerLink .nc3-a-icon {
    width: 7px;
    height: 7px;
    -webkit-transform: translateY(-1px);
       -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
         -o-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  html[lang="en"] .mario-footerLink .mario-footerBox a + a {
    margin-top: 1.5rem;
  }
}
html[lang="en"] .mario-footerLink .wovn-app--en {
  display: block;
}
@media screen and (max-width: 979.98px) {
  html[lang="en"] .mario-footerLink .wovn-app--en {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mario-footer__rights {
  display: block;
  text-align: right;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 980px), print {
  .mario-footer__rights {
    font-size: 1.2rem;
    margin-right: 1.35rem;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .mario-footer__rights {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 1;
    font-size: 2rem;
  }
}
@media screen and (max-width: 759.98px) {
  .mario-footer__rights {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 1;
    font-size: 11px;
  }
}
.local-languages_mario {
  max-width: 1120px;
  padding: 0 8rem;
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 759.98px) {
  .local-languages_mario {
    padding: 0;
  }
}
.local-languages_mario .local-language {
  position: relative;
  display: inline-block;
  width: 154px;
}
@media screen and (min-width: 980px), print {
  .local-languages_mario .local-language:hover .wovn-languages {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0) scale(1);
       -moz-transform: translate3d(0, 100%, 0) scale(1);
            transform: translate3d(0, 100%, 0) scale(1);
  }
  .local-languages_mario .local-language:hover .local-language_toggleIcon svg {
    -webkit-transform: translateY(0) rotate(180deg);
       -moz-transform: translateY(0) rotate(180deg);
        -ms-transform: translateY(0) rotate(180deg);
         -o-transform: translateY(0) rotate(180deg);
            transform: translateY(0) rotate(180deg);
  }
}
@media screen and (max-width: 979.98px) {
  .local-languages_mario .local-language .wovn-languages.js-opened {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0) scale(1);
       -moz-transform: translate3d(0, 100%, 0) scale(1);
            transform: translate3d(0, 100%, 0) scale(1);
  }
  .local-languages_mario .local-language .local-language-selector.js-active .local-language_toggleIcon svg {
    -webkit-transform: translateY(0) rotate(180deg);
       -moz-transform: translateY(0) rotate(180deg);
        -ms-transform: translateY(0) rotate(180deg);
         -o-transform: translateY(0) rotate(180deg);
            transform: translateY(0) rotate(180deg);
  }
}
.local-languages_mario .local-language button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  outline: none;
  margin: 0;
  background-color: #fff;
  border: 1px solid #dcdbdb;
  width: 100%;
  padding: 14px 0 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.local-languages_mario .local-language button.local-language-selector {
  gap: 20px;
  padding-left: 11px;
  color: #6d6c6c;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.local-languages_mario .local-language .local-language_toggleIcon {
  color: #dcdbdb;
  vertical-align: middle;
}
.local-languages_mario .local-language .wovn-languages {
  position: absolute;
  top: -167px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-transform: translate3d(0, -webkit-calc(100% + 5px), 0);
     -moz-transform: translate3d(0, -moz-calc(100% + 5px), 0);
          transform: translate3d(0, calc(100% + 5px), 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 150ms, opacity cubic-bezier(0.77, 0, 0.175, 1) 150ms, visibility cubic-bezier(0.77, 0, 0.175, 1) 150ms;
     -moz-transition: -moz-transform cubic-bezier(0.77, 0, 0.175, 1) 150ms, opacity cubic-bezier(0.77, 0, 0.175, 1) 150ms, visibility cubic-bezier(0.77, 0, 0.175, 1) 150ms;
       -o-transition: -o-transform cubic-bezier(0.77, 0, 0.175, 1) 150ms, opacity cubic-bezier(0.77, 0, 0.175, 1) 150ms, visibility cubic-bezier(0.77, 0, 0.175, 1) 150ms;
          transition: transform cubic-bezier(0.77, 0, 0.175, 1) 150ms, opacity cubic-bezier(0.77, 0, 0.175, 1) 150ms, visibility cubic-bezier(0.77, 0, 0.175, 1) 150ms;
  z-index: 1;
}
.local-languages_mario .local-language .wovn-languages .wovn-switch {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  background-image: -webkit-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 4px);
  background-image: -moz-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 4px);
  background-image: -o-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 4px);
  background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left bottom;
  -moz-background-size: 5px 1px;
    -o-background-size: 5px 1px;
       background-size: 5px 1px;
  border-bottom: none;
  color: #373737;
  padding: 15px 0;
}
.local-languages_mario .local-language .wovn-languages .wovn-switch:hover {
  background-color: #f5f5f5;
}
.local-languages_mario .local-language .wovn-languages .wovn-switch:first-child {
  -webkit-border-top-left-radius: 2px;
     -moz-border-radius-topleft: 2px;
          border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
     -moz-border-radius-topright: 2px;
          border-top-right-radius: 2px;
  margin-bottom: -0.3px;
}
.local-languages_mario .local-language .wovn-languages .wovn-switch:last-child {
  border-top: none;
}
.local-languages_mario .local-language .wovn-languages .selected {
  color: #e60012;
  background-color: #f5f5f5;
}
.local-languages_mario--history {
  padding: 0;
  margin: 0px auto 44px auto;
}
.local-languages_mario--history svg {
  width: initial;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: initial;
}
@media screen and (max-width: 759.98px) {
  .local-languages_mario--history {
    margin: 18px 0 16px;
    padding: 0 8rem;
  }
}
.local-languages_mario--characters {
  position: absolute;
  bottom: -125px;
  padding: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .local-languages_mario--characters {
    right: 8rem;
  }
}
@media screen and (max-width: 979.98px) {
  .local-languages_mario--characters {
    bottom: -172px;
    -webkit-box-shadow: 0px -15px 15px -15px rgba(0,0,0,0.4) inset;
       -moz-box-shadow: 0px -15px 15px -15px rgba(0,0,0,0.4) inset;
            box-shadow: 0px -15px 15px -15px rgba(0,0,0,0.4) inset;
    padding-bottom: 50px;
    right: 8rem;
  }
}
@media screen and (max-width: 759.98px) {
  .local-languages_mario--characters {
    padding-bottom: 40px;
    bottom: -35px;
    width: 100%;
    right: initial;
  }
}
.local-languages_mario--goods {
  position: absolute;
  bottom: -125px;
  padding: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .local-languages_mario--goods {
    right: 8rem;
  }
}
@media screen and (max-width: 979.98px) {
  .local-languages_mario--goods {
    bottom: -172px;
    -webkit-box-shadow: 0px -15px 15px -15px rgba(0,0,0,0.4) inset;
       -moz-box-shadow: 0px -15px 15px -15px rgba(0,0,0,0.4) inset;
            box-shadow: 0px -15px 15px -15px rgba(0,0,0,0.4) inset;
    padding-bottom: 50px;
    right: 8rem;
  }
}
@media screen and (max-width: 759.98px) {
  .local-languages_mario--goods {
    padding-bottom: 40px;
    bottom: -35px;
    width: 100%;
    right: initial;
  }
}
.local-languages_mario--lineup {
  margin: 0 auto 5px auto;
}
.local-languages_mario--lineup svg {
  width: initial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 759.98px) {
  .local-languages_mario--lineup {
    margin-bottom: 0;
  }
}
.local-languages_historyWrapper.has-bgColor {
  background-color: #f9f9f9;
}
.local-languages_historyWrapper .local-languages_mario--archivesDetail {
  padding-bottom: 23px;
  margin: 0 auto;
}
html[lang="en"] .wovn-link--ja {
  display: none !important;
}
html[lang="ja"] .wovn-link--en {
  display: none !important;
}
.mario-header {
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 980px), print {
  .mario-header {
    padding: 1.8rem 3.3rem 6.800000000000001rem;
  }
  html[lang="en"] .mario-header {
    padding: 1.5rem 3.3rem 6.800000000000001rem;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-header {
    padding: 2rem 4rem 2.8rem;
  }
}
.mario-header .mario-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px), print {
  .mario-header__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 980px), print {
  .mario-header__side {
    max-width: 15%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 980px), print {
  .mario-header__side:not(:last-child) {
    margin-right: 2rem;
    margin-left: 0.4rem;
  }
}
@media screen and (min-width: 980px), print {
  .mario-header__side:not(:first-child) {
    margin-left: 2rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 980px), print {
  .mario-header__logo {
    z-index: 1;
    width: 17rem;
    height: 10rem;
  }
  html[lang="en"] .mario-header__logo {
    padding-top: 1.1rem;
  }
}
@media screen and (min-width: 980px) and (max-width: 1300px) {
  .mario-header__logo {
    width: 15rem;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-header__logo {
    width: 18.2rem;
    height: 11.100000000000001rem;
  }
  html[lang="en"] .mario-header__logo {
    padding-top: 9px;
  }
}
@media screen and (max-width: 759.98px) {
  .mario-header__logo {
    height: 11.07rem;
  }
  html[lang="en"] .mario-header__logo {
    padding-top: 6px;
  }
}
.mario-header__logo a {
  display: block;
}
.mario-header__logo img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 980px), print {
  .mario-contentsInner {
    max-width: 1120px;
    padding-right: 8rem;
    padding-left: 8rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-contentsInner {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 980px), print {
  .mario-contentsInner--noLimit {
    width: 70vw;
    max-width: unset;
  }
}
.mario-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 100ms linear;
     -moz-transition: all 100ms linear;
       -o-transition: all 100ms linear;
          transition: all 100ms linear;
  -webkit-transition-delay: 200ms;
     -moz-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}
.mario-modal * {
  pointer-events: none;
}
.mario-modal.js-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 100ms linear;
     -moz-transition: all 100ms linear;
       -o-transition: all 100ms linear;
          transition: all 100ms linear;
  -webkit-transition-delay: 0ms;
     -moz-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
}
.mario-modal.js-visible * {
  pointer-events: auto;
}
.mario-modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.mario-modal__container {
  position: relative;
  height: 100%;
}
.mario-modal__content {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 980px), print {
  .mario-modal__content.js-slideIn {
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: -moz-transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: -o-transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (max-width: 979.98px) {
  .mario-modal__content.js-slideIn {
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: -moz-transform 150ms cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: -o-transform 150ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: transform 150ms cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (min-width: 980px), print {
  .mario-modal__content.js-slideOut {
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: -moz-transform 800ms cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: -o-transform 800ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: transform 800ms cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (max-width: 979.98px) {
  .mario-modal__content.js-slideOut {
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: -moz-transform 250ms cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: -o-transform 250ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: transform 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
}
.mario-modal__content.js-fadeReady {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.7);
     -moz-transform: translate3d(0, 0, 0) scale(0.7);
          transform: translate3d(0, 0, 0) scale(0.7);
}
.mario-modal__content.js-fadeIn {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
     -moz-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 200ms;
     -moz-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}
.mario-modal__content.js-fadeOut {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.7);
     -moz-transform: translate3d(0, 0, 0) scale(0.7);
          transform: translate3d(0, 0, 0) scale(0.7);
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
     -moz-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
       -o-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0ms;
     -moz-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
}
.mario-modal__contentClose {
  position: absolute;
  cursor: pointer;
  line-height: 0;
  background: transparent;
  height: 46px;
}
@media screen and (max-width: 759.98px) {
  .mario-modal__contentClose {
    width: 10vw;
  }
}
.mario-modal__neighbour {
  position: absolute;
  cursor: pointer;
  line-height: 0;
}
@media screen and (min-width: 980px), print {
  .mario-nav-wrap.js-fixed .mario-nav {
    position: relative !important;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-nav-wrap[data-njs="sticky"] {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.mario-nav {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 980px), print {
  .mario-nav {
    -webkit-box-shadow: 4px 4px 0px 0px rgba(60,60,60,0.25);
       -moz-box-shadow: 4px 4px 0px 0px rgba(60,60,60,0.25);
            box-shadow: 4px 4px 0px 0px rgba(60,60,60,0.25);
  }
}
@media screen and (max-width: 979.98px) {
  .mario-nav {
    position: absolute;
    top: 2rem !important;
    right: 2rem;
    z-index: 10000;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(60,60,60,0.25);
       -moz-box-shadow: 4px 4px 0px 0px rgba(60,60,60,0.25);
            box-shadow: 4px 4px 0px 0px rgba(60,60,60,0.25);
    width: 10rem;
    height: 10rem;
    -webkit-transition: width 400ms cubic-bezier(0.77, 0, 0.175, 1) 150ms, height 150ms cubic-bezier(0.77, 0, 0.175, 1) !important;
       -moz-transition: width 400ms cubic-bezier(0.77, 0, 0.175, 1) 150ms, height 150ms cubic-bezier(0.77, 0, 0.175, 1) !important;
         -o-transition: width 400ms cubic-bezier(0.77, 0, 0.175, 1) 150ms, height 150ms cubic-bezier(0.77, 0, 0.175, 1) !important;
            transition: width 400ms cubic-bezier(0.77, 0, 0.175, 1) 150ms, height 150ms cubic-bezier(0.77, 0, 0.175, 1) !important;
  }
  .js-static .mario-nav[data-njs="sticky__inner"] {
    -webkit-transition: width 400ms cubic-bezier(0.77, 0, 0.175, 1) 150ms, height 150ms cubic-bezier(0.77, 0, 0.175, 1) !important;
       -moz-transition: width 400ms cubic-bezier(0.77, 0, 0.175, 1) 150ms, height 150ms cubic-bezier(0.77, 0, 0.175, 1) !important;
         -o-transition: width 400ms cubic-bezier(0.77, 0, 0.175, 1) 150ms, height 150ms cubic-bezier(0.77, 0, 0.175, 1) !important;
            transition: width 400ms cubic-bezier(0.77, 0, 0.175, 1) 150ms, height 150ms cubic-bezier(0.77, 0, 0.175, 1) !important;
  }
  .mario-nav.js-opened {
    width: -webkit-calc(100vw - 2rem * 2);
    width: -moz-calc(100vw - 2rem * 2);
    width: calc(100vw - 2rem * 2);
    height: 90.9rem;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    -webkit-transition: width 150ms cubic-bezier(0.77, 0, 0.175, 1), height 400ms cubic-bezier(0.77, 0, 0.175, 1) 150ms !important;
       -moz-transition: width 150ms cubic-bezier(0.77, 0, 0.175, 1), height 400ms cubic-bezier(0.77, 0, 0.175, 1) 150ms !important;
         -o-transition: width 150ms cubic-bezier(0.77, 0, 0.175, 1), height 400ms cubic-bezier(0.77, 0, 0.175, 1) 150ms !important;
            transition: width 150ms cubic-bezier(0.77, 0, 0.175, 1), height 400ms cubic-bezier(0.77, 0, 0.175, 1) 150ms !important;
  }
}
@media screen and (min-width: 980px), print {
  .mario-nav.mario-nav-move {
    background-color: #ffd200;
    margin-right: 10px;
    border: 1px solid #ffc600;
  }
}
.mario-nav__deco {
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 979.98px) {
  .mario-nav__deco {
    display: none;
  }
}
.mario-nav__deco:before,
.mario-nav__deco:after {
  content: '';
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #f08200;
  -webkit-box-shadow: 0.2rem 0.1rem 0 rgba(7,1,2,0.16) inset;
     -moz-box-shadow: 0.2rem 0.1rem 0 rgba(7,1,2,0.16) inset;
          box-shadow: 0.2rem 0.1rem 0 rgba(7,1,2,0.16) inset;
  z-index: 1;
}
.mario-nav__deco:before {
  top: 0.3rem;
}
.mario-nav__deco:after {
  bottom: 0.3rem;
}
.mario-nav__deco--left {
  left: 3px;
}
.mario-nav__deco--left:before,
.mario-nav__deco--left:after {
  left: 0;
}
.mario-nav__deco--right {
  right: 3px;
}
.mario-nav__deco--right:before,
.mario-nav__deco--right:after {
  right: 0;
}
@media screen and (min-width: 980px), print {
  .mario-nav__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-nav__body {
    padding: 0 4.600000000000001rem;
    opacity: 0;
    -webkit-transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
       -moz-transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
         -o-transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
            transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
  }
}
.mario-nav.js-opened .mario-nav__body {
  opacity: 1;
}
@media screen and (max-width: 979.98px) {
  .mario-nav__menuBt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffd900;
    -webkit-box-shadow: 0px 0px 0 1px #ffdd3f inset;
       -moz-box-shadow: 0px 0px 0 1px #ffdd3f inset;
            box-shadow: 0px 0px 0 1px #ffdd3f inset;
    border: solid 2px #ffc600;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .mario-nav.js-opened .mario-nav__menuBt {
    top: auto;
    right: 4.600000000000001rem;
    left: 4.600000000000001rem;
    bottom: 3.2rem;
    height: 8rem;
    -webkit-box-shadow: 0.5rem 0.5rem 0 0 rgba(29,30,30,0.2);
       -moz-box-shadow: 0.5rem 0.5rem 0 0 rgba(29,30,30,0.2);
            box-shadow: 0.5rem 0.5rem 0 0 rgba(29,30,30,0.2);
  }
  .mario-nav__menuBtDeco {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .mario-nav__menuBtDeco:before,
  .mario-nav__menuBtDeco:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #f08200;
    -webkit-box-shadow: 2px 2px 0 rgba(189,102,0,0.14) inset, 1px 1px 0 #ffe89a;
       -moz-box-shadow: 2px 2px 0 rgba(189,102,0,0.14) inset, 1px 1px 0 #ffe89a;
            box-shadow: 2px 2px 0 rgba(189,102,0,0.14) inset, 1px 1px 0 #ffe89a;
  }
  .mario-nav__menuBtDeco:before {
    top: 2px;
  }
  .mario-nav__menuBtDeco:after {
    bottom: 2px;
  }
  .mario-nav.js-opened .mario-nav__menuBtDeco:before,
  .mario-nav.js-opened .mario-nav__menuBtDeco:after {
    width: 5px;
    height: 5px;
  }
  .mario-nav__menuBtDeco--left {
    left: 2px;
  }
  .mario-nav__menuBtDeco--left:before,
  .mario-nav__menuBtDeco--left:after {
    left: 0;
  }
  .mario-nav__menuBtDeco--right {
    right: 2px;
  }
  .mario-nav__menuBtDeco--right:before,
  .mario-nav__menuBtDeco--right:after {
    right: 0;
  }
  .mario-nav__menuBtLine {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    width: 5.4rem;
    height: 2px;
    background-color: #5c1801;
    -webkit-transition: opacity 100ms linear 400ms;
       -moz-transition: opacity 100ms linear 400ms;
         -o-transition: opacity 100ms linear 400ms;
            transition: opacity 100ms linear 400ms;
  }
  .mario-nav__menuBtLine:nth-child(1) {
    top: 2rem;
  }
  .mario-nav__menuBtLine:nth-child(2) {
    top: 3.2rem;
  }
  .mario-nav__menuBtLine:nth-child(3) {
    top: 4.4rem;
  }
  .mario-nav.js-opened .mario-nav__menuBtLine {
    opacity: 0;
    -webkit-transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .mario-nav__menuBtText {
    color: rgba(0,0,0,0);
    overflow: hidden;
    margin: 0 0 0 auto;
    font-weight: bold;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    -webkit-transition: opacity 100ms linear 400ms;
       -moz-transition: opacity 100ms linear 400ms;
         -o-transition: opacity 100ms linear 400ms;
            transition: opacity 100ms linear 400ms;
  }
  .mario-nav.js-opened .mario-nav__menuBtText {
    opacity: 0;
    -webkit-transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .mario-nav__menuBtClose {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-weight: bold;
    color: #5c1801;
    opacity: 0;
    -webkit-transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: opacity 150ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .mario-nav.js-opened .mario-nav__menuBtClose {
    opacity: 1;
    -webkit-transition: opacity 100ms linear 300ms;
       -moz-transition: opacity 100ms linear 300ms;
         -o-transition: opacity 100ms linear 300ms;
            transition: opacity 100ms linear 300ms;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-nav__menuBtCloseIcon {
    margin-right: 1.2rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.mario-nav__item {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 979.98px) {
  .mario-nav__item:not(:last-child) {
    border-bottom: 1px solid #dadada;
  }
}
.mario-nav__item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 980px), print {
  .mario-nav__item > a {
    width: 18rem;
    height: 6.600000000000001rem;
    border: 1px solid #ffdd3f;
    border-right: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-nav__item > a {
    height: 13rem;
  }
}
.mario-nav__item:first-child > a {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}
.mario-nav__item:last-child > a {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}
@media screen and (min-width: 980px), print {
  .mario-nav__item--character > a .mario-nav__text {
    padding-right: 5px;
  }
  .mario-nav__item--goods > a .mario-nav__text {
    padding-right: 5px;
  }
}
.mario-nav__item.is-current a {
  pointer-events: none;
}
.mario-nav__item.is-child a {
  pointer-events: auto;
}
@media screen and (min-width: 980px), print {
  .mario-nav__item:not(:last-child) {
    position: relative;
  }
}
@media screen and (min-width: 980px), print {
  .mario-nav__item:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #f3bd01;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
  }
}
.mario-nav__item__wrap--2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 980px), print {
  .mario-nav__item__wrap--2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #ffc600;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
}
@media screen and (min-width: 980px), print {
  .mario-nav__item__wrap--2col.ncommon-u-hide-pc {
    display: none;
  }
}
@media screen and (min-width: 980px), print {
  .mario-nav__item__wrap--2col .mario-nav__item {
    position: relative;
    background-color: #ffd200;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    padding-right: 0;
  }
}
@media screen and (min-width: 980px), print {
  .mario-nav__item__wrap--2col .mario-nav__item > a {
    position: relative;
    width: auto;
    padding: 0 2rem 0 4rem;
    height: 3.2rem;
    border: 1px solid #ffdd3f;
  }
}
@media screen and (min-width: 980px), print {
  .mario-nav__item__wrap--2col .mario-nav__item .mario-nav__arrow {
    position: absolute;
    left: 1.8rem;
  }
}
@media screen and (min-width: 980px), print {
  .mario-nav__item__wrap--2col .mario-nav__item .mario-nav__text.wovn-app--en {
    height: 1.2rem;
  }
}
.mario-nav__item__wrap--2col .mario-nav__item:first-child > a {
  border-bottom: 1px solid #f3bd01;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}
@media screen and (max-width: 979.98px) {
  .mario-nav__item__wrap--2col .mario-nav__item:first-child > a {
    border-bottom: none;
  }
}
.mario-nav__item__wrap--2col .mario-nav__item:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}
@media screen and (max-width: 979.98px) {
  .mario-nav__item__wrap--2col .mario-nav__item {
    width: 50%;
    position: relative;
    border-bottom: none;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-nav__item__wrap--2col .mario-nav__item:first-child {
    padding-right: 4rem;
    margin-right: 4rem;
  }
  .mario-nav__item__wrap--2col .mario-nav__item:first-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #dadada;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
@media screen and (min-width: 980px), print {
  .mario-nav__item__wrap--2col .mario-nav__item:after {
    display: none;
  }
}
.mario-nav__icon {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 980px), print {
  .mario-nav__icon {
    margin-right: 0.5rem;
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 980px) and (max-width: 1300px) {
  .mario-nav__icon {
    margin-right: 0.5rem;
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-nav__icon {
    margin-right: 3.2rem;
    width: 6.4rem;
    height: 6.4rem;
  }
}
.mario-nav__icon svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 980px), print {
  .link--en .mario-nav__icon {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px), print {
  .mario-nav__item--history .mario-nav__icon {
    width: 3.6rem;
    height: 4.600000000000001rem;
    margin-top: -0.2rem;
  }
}
@media screen and (min-width: 980px), print {
  .mario-nav__item--character .mario-nav__icon {
    width: 3.8rem;
  }
}
.mario-nav__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
     -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -o-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
          transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
}
@media screen and (min-width: 980px), print {
  .mario-nav__text {
    height: 1.4rem;
    color: #5c1801;
  }
}
@media screen and (min-width: 980px) and (max-width: 1300px) {
  .mario-nav__text {
    height: 1.4rem;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-nav__text {
    height: 3rem;
    color: #373737;
  }
}
@media screen and (min-width: 980px), print {
  .mario-nav__text.wovn-app--en {
    height: 1.3rem;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-nav__text.wovn-app--en {
    height: 2.5rem;
  }
}
.mario-nav__text svg {
  display: block;
  height: 100%;
}
a:hover .mario-nav__text,
.mario-nav__item.is-current .mario-nav__text {
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #e60012;
}
@media screen and (min-width: 980px), print {
  .mario-nav__item--goods:after {
    display: none !important;
  }
}
.mario-nav__arrow {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 980px), print {
  .mario-nav__arrow {
    width: 1.4rem;
    height: 1.2rem;
    line-height: 1;
    padding-right: 0.7rem;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-nav__arrow {
    margin-left: auto;
    width: 3.2rem;
    height: 3rem;
  }
}
@media screen and (min-width: 980px), print {
  .mario-pageHeader {
    padding-bottom: 6.800000000000001rem;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-pageHeader {
    padding-bottom: 4.2rem;
  }
}
.mario-pageHeader__title {
  text-align: center;
}
@media screen and (min-width: 980px), print {
  .mario-pageHeader__title {
    height: 8rem;
  }
  html[lang="en"] .mario-pageHeader__title {
    height: 4.600000000000001rem;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-pageHeader__title {
    height: 9.200000000000001rem;
  }
  html[lang="en"] .mario-pageHeader__title {
    height: 5rem;
    margin-top: 26px;
  }
}
@media screen and (min-width: 980px), print {
  html[lang="en"] .mario-pageHeader__title--twoLines {
    height: 8.4rem;
  }
}
@media screen and (max-width: 979.98px) {
  html[lang="en"] .mario-pageHeader__title--twoLines {
    height: 9rem;
  }
}
.mario-pageHeader__title img {
  display: table;
  margin: auto;
  height: 100%;
}
.mario-pageTop {
  display: table;
  margin-left: auto;
}
@media screen and (min-width: 980px), print {
  .mario-pageTop {
    margin-top: -5.5rem;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-pageTop {
    position: absolute;
    top: -2rem;
    right: 0;
  }
}
.mario-pageTop:hover {
  cursor: pointer;
}
[data-device="desktop"] .mario-pageTop.js-ptn1:hover .mario-pageTop__inner {
  -webkit-animation: block-jump 0.4s steps(3) forwards;
     -moz-animation: block-jump 0.4s steps(3) forwards;
       -o-animation: block-jump 0.4s steps(3) forwards;
          animation: block-jump 0.4s steps(3) forwards;
}
[data-device="desktop"] .mario-pageTop.js-ptn1:hover .mario-pageTop__inner:before {
  -webkit-animation: block-change 0.05s steps(1) forwards;
     -moz-animation: block-change 0.05s steps(1) forwards;
       -o-animation: block-change 0.05s steps(1) forwards;
          animation: block-change 0.05s steps(1) forwards;
}
[data-device="desktop"] .mario-pageTop.js-ptn1:hover .mario-pageTop__elem--01 {
  -webkit-animation: coin-change 0.3s steps(4) forwards infinite, coin-jump 0.6s steps(6);
     -moz-animation: coin-change 0.3s steps(4) forwards infinite, coin-jump 0.6s steps(6);
       -o-animation: coin-change 0.3s steps(4) forwards infinite, coin-jump 0.6s steps(6);
          animation: coin-change 0.3s steps(4) forwards infinite, coin-jump 0.6s steps(6);
}
[data-device="desktop"] .mario-pageTop.js-ptn1.is-clicked.mario-pageTop__inner {
  background-position: -7.5rem 0;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
[data-device="desktop"] .mario-pageTop.js-ptn1.is-clicked.mario-pageTop__elem--01 {
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
[data-device="desktop"] .mario-pageTop.js-ptn2:hover .mario-pageTop__inner,
[data-device="desktop"] .mario-pageTop.js-ptn3:hover .mario-pageTop__inner {
  -webkit-animation: block-jump 0.2s steps(3) forwards;
     -moz-animation: block-jump 0.2s steps(3) forwards;
       -o-animation: block-jump 0.2s steps(3) forwards;
          animation: block-jump 0.2s steps(3) forwards;
}
[data-device="desktop"] .mario-pageTop.js-ptn2:hover .mario-pageTop__inner:before,
[data-device="desktop"] .mario-pageTop.js-ptn3:hover .mario-pageTop__inner:before {
  -webkit-animation: block-change 0.05s steps(1) forwards;
     -moz-animation: block-change 0.05s steps(1) forwards;
       -o-animation: block-change 0.05s steps(1) forwards;
          animation: block-change 0.05s steps(1) forwards;
}
[data-device="desktop"] .mario-pageTop.js-ptn2:hover .mario-pageTop__elem--02,
[data-device="desktop"] .mario-pageTop.js-ptn3:hover .mario-pageTop__elem--02,
[data-device="desktop"] .mario-pageTop.js-ptn2:hover .mario-pageTop__elem--03,
[data-device="desktop"] .mario-pageTop.js-ptn3:hover .mario-pageTop__elem--03 {
  -webkit-animation: plant-grow 0.6s steps(8) forwards;
     -moz-animation: plant-grow 0.6s steps(8) forwards;
       -o-animation: plant-grow 0.6s steps(8) forwards;
          animation: plant-grow 0.6s steps(8) forwards;
}
[data-device="desktop"] .mario-pageTop.js-ptn2:hover .mario-pageTop__elem--02:after,
[data-device="desktop"] .mario-pageTop.js-ptn3:hover .mario-pageTop__elem--02:after,
[data-device="desktop"] .mario-pageTop.js-ptn2:hover .mario-pageTop__elem--03:after,
[data-device="desktop"] .mario-pageTop.js-ptn3:hover .mario-pageTop__elem--03:after {
  -webkit-animation: character-show 0.05s 0.6s steps(1) forwards, character-climb 0.4s 0.6s steps(1) 3, character-up 1.5s 0.6s steps(12) forwards;
     -moz-animation: character-show 0.05s 0.6s steps(1) forwards, character-climb 0.4s 0.6s steps(1) 3, character-up 1.5s 0.6s steps(12) forwards;
       -o-animation: character-show 0.05s 0.6s steps(1) forwards, character-climb 0.4s 0.6s steps(1) 3, character-up 1.5s 0.6s steps(12) forwards;
          animation: character-show 0.05s 0.6s steps(1) forwards, character-climb 0.4s 0.6s steps(1) 3, character-up 1.5s 0.6s steps(12) forwards;
}
[data-device="desktop"] [data-device="desktop"] .mario-pageTop.js-ptn2.is-clicked .mario-pageTop__inner,
[data-device="desktop"] [data-device="desktop"] .mario-pageTop.js-ptn3.is-clicked .mario-pageTop__inner {
  background-position: -7.5rem 0;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
[data-device="desktop"] .mario-pageTop.js-ptn2.is-clicked .mario-pageTop__elem--02,
[data-device="desktop"] .mario-pageTop.js-ptn3.is-clicked .mario-pageTop__elem--02,
[data-device="desktop"] .mario-pageTop.js-ptn2.is-clicked .mario-pageTop__elem--03,
[data-device="desktop"] .mario-pageTop.js-ptn3.is-clicked .mario-pageTop__elem--03 {
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
[data-device="desktop"] .mario-pageTop.js-ptn2.is-clicked .mario-pageTop__elem--02:after,
[data-device="desktop"] .mario-pageTop.js-ptn3.is-clicked .mario-pageTop__elem--02:after,
[data-device="desktop"] .mario-pageTop.js-ptn2.is-clicked .mario-pageTop__elem--03:after,
[data-device="desktop"] .mario-pageTop.js-ptn3.is-clicked .mario-pageTop__elem--03:after {
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
.mario-pageTop.js-ptn2 .mario-pageTop__elem--02 {
  opacity: 1;
}
.mario-pageTop.js-ptn3 .mario-pageTop__elem--03 {
  opacity: 1;
}
.mario-pageTop__inner {
  position: relative;
}
@media screen and (min-width: 980px), print {
  .mario-pageTop__inner {
    width: 6.9rem;
    height: 6.9rem;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-pageTop__inner {
    width: 8.4rem;
    height: 8.4rem;
  }
}
@media screen and (min-width: 980px), print {
  .mario-pageTop__inner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    background: url("../img/common/anim-block.svg") no-repeat 0 0;
    -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
         background-size: auto 100%;
  }
}
@media screen and (max-width: 979.98px) {
  .mario-pageTop__inner.mario-pageTop__inner--pc {
    display: none !important;
  }
}
@media screen and (min-width: 980px), print {
  .mario-pageTop__inner.mario-pageTop__inner--sp {
    display: none !important;
  }
}
.mario-pageTop__inner.mario-pageTop__inner--sp .mario-button {
  height: 100%;
}
.mario-pageTop__inner.mario-pageTop__inner--sp .mario-pageTop__arrow {
  width: 40%;
}
.mario-pageTop__elem--01,
.mario-pageTop__elem--02,
.mario-pageTop__elem--03 {
  z-index: 0;
}
@media screen and (max-width: 979.98px) {
  .mario-pageTop__elem--01,
  .mario-pageTop__elem--02,
  .mario-pageTop__elem--03 {
    display: none;
  }
}
@media screen and (min-width: 980px), print {
  .mario-pageTop__elem--01 {
    position: absolute;
    top: -2rem;
    left: 1.7rem;
    width: 3rem;
    height: 4.2rem;
    opacity: 0;
    background: url("../img/common/anim-coin.svg") no-repeat 0 0;
    -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
         background-size: auto 100%;
    pointer-events: none;
  }
}
@media screen and (min-width: 980px), print {
  .mario-pageTop__elem--02,
  .mario-pageTop__elem--03 {
    position: absolute;
    top: 0;
    left: 0.9rem;
    width: 4.5rem;
    height: 0;
    opacity: 0;
    background: url("../img/common/anim-plant.svg") no-repeat center 0;
    -moz-background-size: 100% auto;
      -o-background-size: 100% auto;
         background-size: 100% auto;
  }
}
@media screen and (min-width: 980px), print {
  .mario-pageTop__elem--02:after,
  .mario-pageTop__elem--03:after {
    position: absolute;
    bottom: 0;
    left: -1.5rem;
    width: 4.2rem;
    height: 5rem;
    opacity: 0;
    background-repeat: no-repeat;
    -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
         background-size: auto 100%;
    background-position: 0 0;
    content: "";
    pointer-events: none;
  }
}
@media screen and (min-width: 980px), print {
  .mario-pageTop__elem--02:after {
    background-image: url("../img/common/anim-mario.svg");
  }
}
@media screen and (min-width: 980px), print {
  .mario-pageTop__elem--03:after {
    background-image: url("../img/common/anim-luigi.svg");
  }
}
@-moz-keyframes block-change {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -8.1rem 0;
  }
}
@-webkit-keyframes block-change {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -8.1rem 0;
  }
}
@-o-keyframes block-change {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -8.1rem 0;
  }
}
@keyframes block-change {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -8.1rem 0;
  }
}
@-moz-keyframes block-jump {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-20px);
         transform: translateY(-20px);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@-webkit-keyframes block-jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-o-keyframes block-jump {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
  }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}
@keyframes block-jump {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes coin-change {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -15rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes coin-change {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -15rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-o-keyframes coin-change {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -15rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes coin-change {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -15rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-moz-keyframes coin-jump {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  1% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    opacity: 1;
    -moz-transform: translateY(-120px);
         transform: translateY(-120px);
  }
  99% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@-webkit-keyframes coin-jump {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  99% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-o-keyframes coin-jump {
  0% {
    opacity: 0;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  1% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  50% {
    opacity: 1;
    -o-transform: translateY(-120px);
       transform: translateY(-120px);
  }
  99% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}
@keyframes coin-jump {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-120px);
       -moz-transform: translateY(-120px);
         -o-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  99% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes plant-grow {
  0% {
    height: 0;
  }
  100% {
    top: -30rem;
    height: 30rem;
  }
}
@-webkit-keyframes plant-grow {
  0% {
    height: 0;
  }
  100% {
    top: -30rem;
    height: 30rem;
  }
}
@-o-keyframes plant-grow {
  0% {
    height: 0;
  }
  100% {
    top: -30rem;
    height: 30rem;
  }
}
@keyframes plant-grow {
  0% {
    height: 0;
  }
  100% {
    top: -30rem;
    height: 30rem;
  }
}
@-moz-keyframes character-climb {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -6rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes character-climb {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -6rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-o-keyframes character-climb {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -6rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes character-climb {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -6rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-moz-keyframes character-up {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 26.5rem;
  }
}
@-webkit-keyframes character-up {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 26.5rem;
  }
}
@-o-keyframes character-up {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 26.5rem;
  }
}
@keyframes character-up {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 26.5rem;
  }
}
@-moz-keyframes character-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes character-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes character-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes character-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 979.98px) and (min-width: 760px) and (max-width: 979.98px) {
  .mario-nav__menuBtLine {
    height: 3px;
  }
}
@media screen and (max-width: 979.98px) and (max-width: 979.98px) {
  .mario-nav__menuBtText {
    width: 7rem;
    color: #5c1801;
    font-weight: bold;
    position: absolute;
    margin: auto;
    bottom: 1.2rem;
    left: 0;
    right: 0;
    font-size: 1.8rem;
    background: none;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 979.98px) and (max-width: 979.98px) {
  .mario-nav__menuBtClose {
    font-size: 2.8rem;
    letter-spacing: normal;
  }
}
