/***********************************************/
/*RESET*/
/***********************************************/
@import "destyle.css";
/***********************************************/
/*BREAKPOINT*/
/***********************************************/
@media print, screen and (min-width: 641px) {
  .only_sp {
    display: none !important;
  }
}

.only_pc {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .only_pc {
    display: block !important;
  }
}

/***********************************************/
/*BASE*/
/***********************************************/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  height: 100%;
}
@media print, screen and (min-width: 641px) {
  html {
    font-size: 62.5%;
  }
}
html.backfixed {
  overflow: hidden;
  height: 100vh;
}

body {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  width: 100%;
  min-height: 100%;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #000000;
  background-color: #ffffff;
}
@media print, screen and (min-width: 641px) {
  body {
    font-size: 1.6rem;
  }
}

#wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  #wrapper {
    max-width: 1300px;
  }
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 3.125vw;
  width: 29.84375vw;
  z-index: 100;
  display: none;
}
@media print, screen and (min-width: 641px) {
  .pagetop {
    width: 16.6153846154vw;
    bottom: 8vw;
  }
}
@media print, screen and (min-width: 1301px) {
  .pagetop {
    width: 216px;
    bottom: 132px;
  }
}

/***********************************************/
/* LINK */
/***********************************************/
/* IMAGE LINK */
.link_alpha:hover {
  opacity: 0.7;
}

a {
  color: #0000ff;
  text-decoration: none;
}
a.no-line {
  outline: none;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
}

/***********************************************/
/* ACTION */
/***********************************************/
/***********************************************/
/* HEADER */
/***********************************************/
header {
  position: relative;
}
header .language {
  position: relative;
  z-index: 60;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  header .language {
    background-color: #ff9000;
    height: 4.3076923077vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .language {
    height: 56px;
  }
}
header .language-btn {
  position: fixed;
  top: 1.875vw;
  right: 3.125vw;
  cursor: pointer;
  width: 6.25vw;
  height: 6.25vw;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  header .language-btn {
    position: absolute;
    top: 0.6153846154vw;
    right: 1.9230769231vw;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .language-btn {
    top: 8px;
    right: 25px;
    width: 40px;
    height: 40px;
  }
}
header .language-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: fixed;
  top: 10vw;
  right: 3.125vw;
}
@media print, screen and (min-width: 641px) {
  header .language-menu {
    position: absolute;
    top: 4.3076923077vw;
    right: 1.9230769231vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .language-menu {
    top: 56px;
    right: 25px;
  }
}
header .language-menu ul {
  background-color: #000000;
  color: #ffffff;
  min-width: 35vw;
  font-size: 4.0625vw;
}
@media print, screen and (min-width: 641px) {
  header .language-menu ul {
    min-width: 8.0769230769vw;
    font-size: 1.0769230769vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .language-menu ul {
    min-width: 105px;
    font-size: 1.4rem;
  }
}
header .language-menu li {
  position: relative;
}
header .language-menu li a {
  display: block;
  color: inherit;
  width: 100%;
  padding: 1.25vw 3.125vw;
}
@media print, screen and (min-width: 641px) {
  header .language-menu li a {
    padding: 0.3076923077vw 0.7692307692vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .language-menu li a {
    padding: 2px 10px;
  }
}
header .language-menu li:first-child a {
  padding-top: 2.5vw;
}
@media print, screen and (min-width: 641px) {
  header .language-menu li:first-child a {
    padding-top: 0.4615384615vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .language-menu li:first-child a {
    padding-top: 6px;
  }
}
header .language-menu li:last-child a {
  padding-bottom: 2.5vw;
}
@media print, screen and (min-width: 641px) {
  header .language-menu li:last-child a {
    padding-bottom: 0.4615384615vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .language-menu li:last-child a {
    padding-bottom: 6px;
  }
}
header .language-menu li:not(:has(a)) {
  padding: 1.25vw 3.125vw;
}
@media print, screen and (min-width: 641px) {
  header .language-menu li:not(:has(a)) {
    padding: 0.3076923077vw 0.7692307692vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .language-menu li:not(:has(a)) {
    padding: 2px 10px;
  }
}
header .language-menu li.select:after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #ff9d00;
  position: absolute;
  right: 3.125vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 641px) {
  header .language-menu li.select:after {
    right: 0.7692307692vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .language-menu li.select:after {
    right: 10px;
  }
}
header .language.active .language-menu {
  opacity: 1;
  visibility: visible;
}
header .header-content {
  position: relative;
  background-image: url("../img-sp/header-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
  aspect-ratio: 640/1424;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  header .header-content {
    background-image: url("../img-pc/header-bg.png");
    aspect-ratio: 1300/874;
  }
}
header .header-content .logo-nintendo {
  position: relative;
  top: 0;
  left: 0;
  width: 20.15625vw;
  z-index: 60;
}
@media print, screen and (min-width: 641px) {
  header .header-content .logo-nintendo {
    position: absolute;
    top: 1.2307692308vw;
    left: 2.4615384615vw;
    width: 7vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .logo-nintendo {
    top: 16px;
    left: 32px;
    width: 91px;
    max-width: 91px;
  }
}
header .header-content .title {
  position: absolute;
  top: 78.125vw;
  left: 1.875vw;
  width: 94.21875vw;
}
@media print, screen and (min-width: 641px) {
  header .header-content .title {
    top: 31.3846153846vw;
    left: 2vw;
    width: 38.6923076923vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .title {
    top: 408px;
    left: 26px;
    width: 503px;
  }
}
header .header-content .chatch-01 {
  position: absolute;
  width: 96.25vw;
  top: 178.59375vw;
  left: 2.5vw;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  header .header-content .chatch-01 {
    top: 1.6923076923vw;
    left: 10.7692307692vw;
    width: 82.3076923077vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .chatch-01 {
    top: 22px;
    left: 140px;
    width: 1070px;
  }
}
header .header-content .chatch-02 {
  position: absolute;
  width: 57.8125vw;
  top: 149.0625vw;
  left: 4.0625vw;
}
@media print, screen and (min-width: 641px) {
  header .header-content .chatch-02 {
    top: 43.0769230769vw;
    left: 3.6923076923vw;
    width: 27.1538461538vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .chatch-02 {
    top: 560px;
    left: 48px;
    width: 353px;
  }
}
header .header-content .info {
  display: none;
}
@media print, screen and (min-width: 641px) {
  header .header-content .info {
    position: absolute;
    display: block;
    top: 12.6153846154vw;
    left: 81.5384615385vw;
    width: 17.4615384615vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .info {
    top: 164px;
    left: 1060px;
    text-align: center;
    width: 227px;
  }
}
@media print, screen and (min-width: 641px) {
  header .header-content .info-day {
    margin: 0 auto;
    width: 17.4615384615vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .info-day {
    width: 227px;
  }
}
@media print, screen and (min-width: 641px) {
  header .header-content .info-package {
    margin: -0.6153846154vw auto 0;
    width: 14.2307692308vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .info-package {
    margin: -8px auto 0;
    width: 185px;
  }
}
@media print, screen and (min-width: 641px) {
  header .header-content .info-spec {
    margin: 0 auto;
    width: 12.3846153846vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .info-spec {
    width: 161px;
  }
}
@media print, screen and (min-width: 641px) {
  header .header-content .info-btn-buy {
    width: 12.3076923077vw;
    margin: 1.5384615385vw auto 0;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .info-btn-buy {
    width: 160px;
    margin: 20px auto 0;
  }
}
header .header-content .movie {
  position: absolute;
  bottom: 6.25vw;
  right: 0;
}
@media print, screen and (max-width: 640px) {
  header .header-content .movie {
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  header .header-content .movie {
    bottom: 1.3846153846vw;
    right: 4.6153846154vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .movie {
    bottom: 18px;
    right: 60px;
  }
}
header .header-content .movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 9.375vw;
     -moz-column-gap: 9.375vw;
          column-gap: 9.375vw;
}
@media print, screen and (min-width: 641px) {
  header .header-content .movie-list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 3.4615384615vw;
       -moz-column-gap: 3.4615384615vw;
            column-gap: 3.4615384615vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .movie-list {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}
header .header-content .movie-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 37.8125vw;
}
@media print, screen and (min-width: 641px) {
  header .header-content .movie-list li {
    width: 14.7692307692vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .movie-list li {
    width: 192px;
  }
}
header .header-content .news {
  position: absolute;
  left: 0;
  bottom: 4.6875vw;
  font-size: 2.5vw;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  header .header-content .news {
    bottom: 0;
    font-size: 1.2307692308vw;
    padding: 0.9230769231vw 2.7692307692vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .news {
    font-size: 1.6rem;
    padding: 12px 36px;
  }
}
header .header-content .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../img-sp/top-news-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 94.53125vw;
  height: 20vw;
  margin: 0 auto;
  padding: 2.5vw;
  gap: 2.5vw;
}
@media print, screen and (min-width: 641px) {
  header .header-content .news-inner {
    width: 52.1538461538vw;
    height: 9.8461538462vw;
    padding: 1.2307692308vw;
    margin: 0;
    background-image: url("../img-pc/top-news-bg.png");
    gap: 1.2307692308vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .news-inner {
    width: 678px;
    height: 128px;
    padding: 16px;
    gap: 16px;
  }
}
header .header-content .news-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10.15625vw;
}
@media print, screen and (min-width: 641px) {
  header .header-content .news-title {
    width: 5vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .news-title {
    width: 65px;
  }
}
header .header-content .news-list {
  overflow-y: auto;
  text-align: left;
  padding: 1.5625vw 0;
}
@media print, screen and (min-width: 641px) {
  header .header-content .news-list {
    padding: 0.7692307692vw 0;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .news-list {
    padding: 10px 0;
  }
}
header .header-content .news-list dl {
  display: grid;
  grid-template-columns: 7em 1fr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .header-content .news-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: start;
  width: 7em;
  font-weight: normal;
  color: #450101;
}
header .header-content .news-list dt::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #ff9d00;
  margin-right: 0.25em;
}
header .header-content .news-list dt i {
  color: #ff9d00;
  font-style: normal;
}
header .header-content .news-list dd {
  color: #450101;
}

.header-nav {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .header-nav {
    position: relative;
  }
}
.header-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 10vw;
  background-color: #ff9000;
}
@media print, screen and (min-width: 641px) {
  .header-nav-btn {
    display: none;
  }
}
.header-nav-btn .nav-btn {
  width: 27.96875vw;
  margin-top: 1.25vw;
  margin-right: 10.9375vw;
}
.header-nav-menu {
  width: 100%;
  background-image: url("../../img-sp/nav-menu-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.125vw 0.78125vw 0.78125vw 4.6875vw;
}
@media print, screen and (max-width: 640px) {
  .header-nav-menu {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media print, screen and (min-width: 641px) {
  .header-nav-menu {
    background-image: url("../../img-pc/nav-menu-bg.png");
    display: block;
    padding: 0;
    height: 10vw;
  }
}
@media print, screen and (min-width: 1301px) {
  .header-nav-menu {
    height: 130px;
  }
}
.header-nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 640px) {
  .header-nav-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0vw 1.875vw;
  }
}
@media print, screen and (min-width: 641px) {
  .header-nav-menu ul {
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-nav-menu ul li {
  width: 37.34375vw;
}
@media print, screen and (max-width: 640px) {
  .header-nav-menu ul li {
    margin-top: -0.625vw;
  }
}
@media print, screen and (min-width: 641px) {
  .header-nav-menu ul li {
    width: 20.3076923077vw;
    margin-left: -0.6153846154vw;
  }
}
@media print, screen and (min-width: 1301px) {
  .header-nav-menu ul li {
    width: 264px;
    margin-left: -8px;
  }
}
.header-nav-menu ul li:first-child {
  margin-left: auto;
}
@media print, screen and (min-width: 641px) {
  .header-nav-menu ul li:first-child {
    margin-left: 0.7692307692vw;
  }
}
@media print, screen and (min-width: 1301px) {
  .header-nav-menu ul li:first-child {
    margin-left: 10px;
  }
}
@media print, screen and (max-width: 640px) {
  .header-nav-menu ul li:last-child {
    margin-left: auto;
    margin-right: 3.125vw;
  }
}
@media print, screen and (min-width: 641px) {
  .header-nav-menu ul li:nth-child(odd) {
    padding-top: 3.0769230769vw;
  }
}
@media print, screen and (min-width: 1301px) {
  .header-nav-menu ul li:nth-child(odd) {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 641px) {
  .header-nav-menu ul li:nth-child(even) {
    padding-top: 1.0769230769vw;
  }
}
@media print, screen and (min-width: 1301px) {
  .header-nav-menu ul li:nth-child(even) {
    padding-top: 14px;
  }
}
.header-nav-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 40;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .header-nav-bg {
    display: none;
  }
}

@media print, screen and (max-width: 640px) {
  #nav-menu.active .header-nav-menu {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  #nav-menu.active .header-nav-bg {
    opacity: 0.9;
    visibility: visible;
  }
}

/***********************************************/
/* FOOTER */
/***********************************************/
.overview {
  position: relative;
  background-color: #ffe400;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .overview {
    padding: 5vw 0 10.7692307692vw;
    background-color: #b4d787;
  }
}
@media print, screen and (min-width: 1301px) {
  .overview {
    padding: 65px 0 140px;
  }
}
.overview figure {
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .overview figure {
    width: 70.9230769231vw;
  }
}
@media print, screen and (min-width: 1301px) {
  .overview figure {
    width: 922px;
  }
}
.overview-btn {
  position: absolute;
  top: 72.1875vw;
  left: 7.1875vw;
  width: 40.78125vw;
}
@media print, screen and (min-width: 641px) {
  .overview-btn {
    top: 43.8461538462vw;
    left: 63.0769230769vw;
    width: 20.3076923077vw;
  }
}
@media print, screen and (min-width: 1301px) {
  .overview-btn {
    top: 570px;
    left: 820px;
    width: 264px;
  }
}

footer .kome {
  font-size: 2.5vw;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  footer .kome {
    color: #fff;
    text-align: right;
    font-size: 0.9230769231vw;
  }
}
@media print, screen and (min-width: 1301px) {
  footer .kome {
    font-size: 1.2rem;
  }
}
footer#footer {
  background-color: #ffffff;
  padding: 2.1875vw 0 10vw;
}
@media print, screen and (min-width: 641px) {
  footer#footer {
    background-color: #ffe400;
    padding: 1.0769230769vw 3.5384615385vw;
  }
}
@media print, screen and (min-width: 1301px) {
  footer#footer {
    padding: 14px 46px 14px;
  }
}
footer#footer .footer {
  color: #000;
}
@media print, screen and (min-width: 641px) {
  footer#footer .footer {
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer#footer .footer-logo {
  width: 53.125vw;
  margin: 2.8125vw auto;
}
@media print, screen and (min-width: 641px) {
  footer#footer .footer-logo {
    width: 23.1538461538vw;
    margin: 0;
  }
}
@media print, screen and (min-width: 1301px) {
  footer#footer .footer-logo {
    width: 301px;
  }
}
footer#footer .copyright {
  text-align: center;
  font-size: 2.5vw;
  margin: 1em;
}
@media print, screen and (min-width: 641px) {
  footer#footer .copyright {
    text-align: right;
    font-size: 0.9230769231vw;
    margin: 1em 0;
  }
}
@media print, screen and (min-width: 1301px) {
  footer#footer .copyright {
    font-size: 1.2rem;
  }
}
footer#footer .copyright .instagram {
  margin-top: 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  footer#footer .copyright .instagram {
    margin-top: 0.7692307692vw;
  }
}
@media print, screen and (min-width: 1301px) {
  footer#footer .copyright .instagram {
    margin-top: 10px;
  }
}
footer#footer .copyright .instagram img {
  width: 6.25vw;
}
@media print, screen and (min-width: 641px) {
  footer#footer .copyright .instagram img {
    width: 3.0769230769vw;
  }
}
@media print, screen and (min-width: 1301px) {
  footer#footer .copyright .instagram img {
    width: 40px;
  }
}

/***********************************************/
/* MAIN */
/***********************************************/
main {
  background-image: url("../../img-sp/page-bg.png");
  background-repeat: repeat-y;
  background-size: contain;
}
@media print, screen and (min-width: 641px) {
  main {
    background-image: url("../../img-pc/page-bg.png");
  }
}

.content {
  position: relative;
  z-index: 1;
}
.content section {
  margin-bottom: 9.2307692308vw;
}
@media print, screen and (min-width: 641px) {
  .content section {
    text-align: center;
    margin-bottom: 7.6923076923vw;
  }
}
@media print, screen and (min-width: 1301px) {
  .content section {
    margin-bottom: 100px;
  }
}
.content section:last-of-type {
  margin-bottom: 0;
}