/***********************************************/
/*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 {
  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;
  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: 35.78125vw;
  z-index: 10;
  display: none;
}
@media print, screen and (min-width: 641px) {
  .pagetop {
    width: 17.6153846154vw;
    bottom: 8vw;
  }
}
@media print, screen and (min-width: 1301px) {
  .pagetop {
    width: 229px;
    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 .header-content {
  position: relative;
  background-image: url("../img-sp/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 256.09375vw;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  header .header-content {
    background-image: url("../img-pc/header-bg.png");
    height: 65.8461538462vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content {
    height: 856px;
  }
}
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;
    width: 7.5384615385vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .logo-nintendo {
    width: 98px;
    max-width: 98px;
  }
}
header .header-content .logo-columbia {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 2.1875vw 2.8125vw;
}
@media print, screen and (min-width: 641px) {
  header .header-content .logo-columbia {
    display: block;
    position: absolute;
    top: 0.7692307692vw;
    left: auto;
    right: 1.8461538462vw;
    width: 3.7692307692vw;
    padding: 0;
    background-color: transparent;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .logo-columbia {
    top: 10px;
    right: 24px;
    width: 49px;
  }
}
header .header-content .logo-columbia picture {
  display: block;
  width: 47.03125vw;
  margin-left: auto;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  header .header-content .logo-columbia picture {
    width: 100%;
  }
}
header .header-content .title {
  position: absolute;
  top: 24.21875vw;
  left: 4.6875vw;
  width: 91.09375vw;
}
@media print, screen and (min-width: 641px) {
  header .header-content .title {
    top: 3.7692307692vw;
    left: 23.8461538462vw;
    width: 50.8461538462vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .title {
    top: 49px;
    left: 310px;
    width: 661px;
  }
}
header .header-content .chatch-01 {
  position: absolute;
  width: 95.78125vw;
  top: 206.25vw;
  left: 2.5vw;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  header .header-content .chatch-01 {
    top: 1.2307692308vw;
    left: 8.3076923077vw;
    width: 85.6923076923vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .chatch-01 {
    top: 16px;
    left: 108px;
    width: 1114px;
  }
}
header .header-content .chatch-02 {
  position: absolute;
  width: 54.6875vw;
  top: 148.75vw;
  left: 4.0625vw;
}
@media print, screen and (min-width: 641px) {
  header .header-content .chatch-02 {
    top: 43.5384615385vw;
    left: 3.6923076923vw;
    width: 22.6923076923vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .chatch-02 {
    top: 566px;
    left: 48px;
    width: 295px;
  }
}
header .header-content .info {
  display: none;
}
@media print, screen and (min-width: 641px) {
  header .header-content .info {
    position: absolute;
    display: block;
    top: 8.9230769231vw;
    left: 83.2307692308vw;
    width: 15.0769230769vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .info {
    top: 116px;
    left: 1082px;
    text-align: center;
    width: 196px;
  }
}
@media print, screen and (min-width: 641px) {
  header .header-content .info-day {
    margin: 0 auto;
    width: 15.0769230769vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .info-day {
    width: 196px;
  }
}
@media print, screen and (min-width: 641px) {
  header .header-content .info-package {
    margin: 0 auto;
    width: 14.4615384615vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .info-package {
    width: 188px;
  }
}
@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: 0.9230769231vw auto 0;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .info-btn-buy {
    width: 160px;
    margin: 12px auto 0;
  }
}
header .header-content .movie {
  position: absolute;
  top: 207.8125vw;
  left: 0vw;
}
@media print, screen and (min-width: 641px) {
  header .header-content .movie {
    top: 52.8461538462vw;
    left: 63.2307692308vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .movie {
    top: 687px;
    left: 822px;
  }
}
header .header-content .movie-list {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 2.34375vw;
  padding: 3.125vw 3.125vw;
}
@media print, screen and (min-width: 641px) {
  header .header-content .movie-list {
    padding: 0;
    justify-content: flex-start;
    gap: 0px;
  }
}
@media print, screen and (min-width: 641px) {
  header .header-content .movie-list li {
    width: 17.4615384615vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .movie-list li {
    width: 227px;
  }
}
header .header-content .campaign {
  position: absolute;
  top: 679px;
  left: 640px;
}
header .header-content .news {
  position: absolute;
  top: 221.875vw;
  left: 0;
  font-size: 3.75vw;
  width: 100vw;
  padding: 3.75vw 0;
}
@media print, screen and (min-width: 641px) {
  header .header-content .news {
    top: 54vw;
    left: 0;
    background-color: transparent;
    width: 100%;
    font-size: 1.3846153846vw;
    padding: 0.7692307692vw 0 0 2.1538461538vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .news {
    top: 702px;
    left: 0;
    width: 100%;
    font-size: 1.8rem;
    padding: 10px 0 0 28px;
  }
}
header .header-content .news-inner {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 3.125vw;
}
@media print, screen and (min-width: 641px) {
  header .header-content .news-inner {
    padding: 0.9230769231vw;
    margin: 0;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .news-inner {
    padding: 12px;
  }
}
header .header-content .news-title {
  flex: 0 0 auto;
  width: 96.40625vw;
  margin-bottom: 0.75em;
}
@media print, screen and (min-width: 641px) {
  header .header-content .news-title {
    width: 94.7692307692vw;
    margin-bottom: 0.25em;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .news-title {
    width: 1232px;
  }
}
header .header-content .news-list {
  overflow-y: auto;
  text-align: left;
  padding: 0 0 0 0.25em;
  height: 4em;
}
@media print, screen and (min-width: 641px) {
  header .header-content .news-list {
    padding: 0 1em 0 5em;
    height: 7.5384615385vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .news-list {
    height: 98px;
  }
}
header .header-content .news-list dl {
  display: grid;
  grid-template-columns: 7em 1fr;
  flex-wrap: wrap;
}
header .header-content .news-list dt {
  display: flex;
  align-items: center;
  align-self: start;
  width: 7em;
  font-weight: normal;
  color: #ffffff;
}
header .header-content .news-list dt::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #ff7e00;
  margin-right: 0.5em;
}
header .header-content .news-list dt i {
  color: #fff000;
  font-style: normal;
}
header .header-content .news-list dd {
  color: #ffffff;
}
header .header-content .coming-soon {
  position: absolute;
  top: 194.53125vw;
  left: 3.28125vw;
  width: 56.71875vw;
}
@media print, screen and (min-width: 641px) {
  header .header-content .coming-soon {
    top: 44.6153846154vw;
    left: 66.3076923077vw;
    width: 17.6153846154vw;
  }
}
@media print, screen and (min-width: 1301px) {
  header .header-content .coming-soon {
    top: 580px;
    left: 862px;
    width: 229px;
  }
}
header .header-content .coming-soon picture {
  width: 100%;
}
header .header-content .coming-soon picture img {
  width: 100%;
  height: auto;
}

.header-nav {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100vw;
  background-color: #ef92b8;
}
@media print, screen and (min-width: 641px) {
  .header-nav {
    position: relative;
    width: 100%;
  }
}
.header-nav-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 10vw;
}
@media print, screen and (min-width: 641px) {
  .header-nav-btn {
    display: none;
  }
}
.header-nav-btn .nav-btn {
  width: 37.65625vw;
}
.header-nav-menu {
  background-image: url("../img-sp/nav-menu-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5.625vw 0 5.625vw 23.59375vw;
}
@media print, screen and (max-width: 640px) {
  .header-nav-menu {
    display: none;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.6s;
  }
}
@media print, screen and (min-width: 641px) {
  .header-nav-menu {
    display: block;
    padding: 0;
  }
}
@media print, screen and (min-width: 1301px) {
  .header-nav-menu {
    padding: 0;
  }
}
.header-nav-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.96875vw 4.0625vw;
  align-items: center;
}
@media print, screen and (min-width: 641px) {
  .header-nav-menu ul {
    gap: 0;
    justify-content: center;
  }
}
.header-nav-menu ul li {
  width: 34.0625vw;
}
@media print, screen and (min-width: 641px) {
  .header-nav-menu ul li {
    width: 24.2307692308vw;
  }
}
@media print, screen and (min-width: 1301px) {
  .header-nav-menu ul li {
    width: 315px;
  }
}
.header-nav-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 40;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  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 {
    transform: translateY(0%);
    opacity: 1;
    display: block;
  }
  #nav-menu.active .header-nav-bg {
    opacity: 0.9;
    visibility: visible;
  }
}

/***********************************************/
/* FOOTER */
/***********************************************/
.overview {
  position: relative;
  background-color: #4266ff;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .overview {
    display: none;
  }
}
.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: 78.125vw;
  left: 5vw;
  width: 44.0625vw;
}
@media print, screen and (min-width: 641px) {
  .overview-btn {
    top: 45.3846153846vw;
    left: 63.0769230769vw;
    width: 20.3076923077vw;
  }
}
@media print, screen and (min-width: 1301px) {
  .overview-btn {
    top: 590px;
    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: #4266ff;
  padding: 2.1875vw 0 10vw;
}
@media print, screen and (min-width: 641px) {
  footer#footer {
    padding: 1.0769230769vw 3.5384615385vw;
  }
}
@media print, screen and (min-width: 1301px) {
  footer#footer {
    padding: 14px 46px 14px;
  }
}
footer#footer .footer {
  color: #ffffff;
}
@media print, screen and (min-width: 641px) {
  footer#footer .footer {
    display: flex;
    justify-content: flex-end;
  }
}
footer#footer .footer-logo {
  width: 53.125vw;
  margin: 2.8125vw auto;
}
@media print, screen and (min-width: 641px) {
  footer#footer .footer-logo {
    display: none;
    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: 0;
  }
}
@media print, screen and (min-width: 1301px) {
  footer#footer .copyright {
    font-size: 1.2rem;
  }
}

/***********************************************/
/* 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;
}
@media print, screen and (min-width: 641px) {
  .content section {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */