@charset "UTF-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background-color: #000;
  box-sizing: border-box;
}

#kv {
  position: relative;
}
#kv h1 {
  margin: 0;
  padding: 0;
}
#kv h1 img {
  width: 100%;
}
#kv .logo_nintendo {
  margin: 0;
  padding: 0;
  width: 10vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#kv .logo_nintendo a {
  display: block;
}
#kv .logo_nintendo img {
  width: 100%;
}

#products {
  margin-top: -8.78vw;
  position: relative;
  background: url(../img/products_bg.webp) no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding: 0 0 10vw 0;
}
#products .wrap {
  width: 90vw;
  margin: 0 auto;
}
#products .wrap h2 {
  margin: 0 0 2.44vw 0;
  padding: 0;
  width: 56vw;
}
#products .wrap h2 img {
  width: 100%;
}
#products .wrap .column {
  width: 90vw;
  margin: 0 auto;
  padding: 0;
}
#products .wrap .column .p-image {
  margin: 0 0 4vw 0;
  padding: 0;
}
#products .wrap .column .p-image img {
  width: 100%;
}
#products .wrap .column .p-text {
  margin: 0;
  padding: 0;
}
#products .wrap .column .p-text p {
  width: 60vw;
  margin: 0 auto;
}
#products .wrap .column .p-text p img {
  width: 100%;
}
#products .wrap .column .p-text .btn_ex {
  width: 40vw;
  margin: 4vw auto 0;
}
#products .wrap .column .p-text .btn_ex img {
  width: 100%;
}
#products .splide {
  position: relative;
}
#products .splide__arrow svg {
  display: none;
}
#products .splide__slide.is-active .splide__arrow {
  opacity: 0.5;
}
#products {
  /* 矢印の共通設定 */
}
#products .splide__arrow {
  width: 3.9vw;
  height: 5.84vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: transparent;
  opacity: 1;
  z-index: 1000;
}
#products .splide__arrow:disabled {
  opacity: 0.3;
  pointer-events: none;
}
#products {
  /* 左矢印 */
}
#products .splide__arrow--prev {
  position: absolute;
  bottom: 75vw;
  left: -2vw;
  background-image: url("../img/arrow-prev.webp");
}
#products {
  /* 右矢印 */
}
#products .splide__arrow--next {
  position: absolute;
  bottom: 75vw;
  right: -2vw;
  background-image: url("../img/arrow-next.webp");
}

#story {
  margin: 0;
  padding: 0;
}
#story h2 {
  margin: 0;
  padding: 0;
}
#story h2 img {
  width: 100%;
}

#movie {
  position: relative;
  height: 56vw;
  background: #000 url(../img/6-beautyshots.webp) no-repeat;
  background-size: 100%;
  background-position: top;
}
#movie .wrap {
  width: 90vw;
  margin: 0 auto;
  padding-top: 12vw;
}
#movie .wrap .youtube {
  position: relative;
  width: 100%;
  padding-top: 52.25%;
}
#movie .wrap .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#screenshot {
  position: relative;
  background: #000 url(../img/6-screenshots-2.webp) no-repeat;
  background-size: 100%;
  background-position: top center;
}
#screenshot .wrap {
  padding-top: 9.08vw;
}
#screenshot .wrap h2 {
  width: 30vw;
  margin: 0 auto 3.9vw;
  padding: 0;
}
#screenshot .wrap h2 img {
  width: 100%;
}
#screenshot .wrap .ss-gallery ul {
  width: 90vw;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#screenshot .wrap .ss-gallery ul li {
  width: 44vw;
  margin: 0 0 2.4vw 0;
  padding: 0;
  list-style: none;
}
#screenshot .wrap .ss-gallery ul li a {
  display: block;
  position: relative;
}
#screenshot .wrap .ss-gallery ul li a img {
  width: 100%;
}
#screenshot .wrap .ss-gallery ul li a::after {
  content: "";
  display: inline-block;
  width: 4.28vw;
  height: 4.28vw;
  background-image: url("../img/icon_plus.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 1vw;
  right: 1vw;
}

#yoyakutokuten {
  padding: 6vw 0 0 0;
}
#yoyakutokuten h2 {
  width: 26vw;
  margin: 0 auto 3.71vw;
  padding: 0;
}
#yoyakutokuten h2 img {
  width: 100%;
}
#yoyakutokuten .tokutenshops {
  width: 90vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
}
#yoyakutokuten .tokutenshops .box {
  width: 44vw;
  margin: 0 1.757vw 3vw 0;
  border-radius: 1.2vw 1.2vw 1vw 1vw;
  background-color: #fff;
}
#yoyakutokuten .tokutenshops .box:nth-of-type(2n) {
  margin: 0 0 3vw 0;
}
#yoyakutokuten .tokutenshops .box .wrap h3 {
  background-color: #4d224f;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0.878vw 0;
  border-radius: 1vw 1vw 0 0;
}
#yoyakutokuten .tokutenshops .box .wrap .inner {
  padding: 3vw;
}
#yoyakutokuten .tokutenshops .box .wrap .inner .ph {
  margin: 0 0 3vw 0;
}
#yoyakutokuten .tokutenshops .box .wrap .inner .ph a {
  display: block;
  position: relative;
}
#yoyakutokuten .tokutenshops .box .wrap .inner .ph a::after {
  content: "";
  display: inline-block;
  width: 4.28vw;
  height: 4.28vw;
  background-image: url("../img/icon_plus.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 1vw;
  right: 1vw;
}
#yoyakutokuten .tokutenshops .box .wrap .inner .ph img {
  width: 100%;
}
#yoyakutokuten .tokutenshops .box .wrap .inner dl.text {
  margin: 0 0 1.46vw 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 2vw;
}
#yoyakutokuten .tokutenshops .box .wrap .inner dl.text dt {
  width: 25%;
  margin: 0;
  padding: 0.2vw 0;
  font-weight: 700;
  color: #4d224f;
}
#yoyakutokuten .tokutenshops .box .wrap .inner dl.text dt.long {
  width: 100%;
}
#yoyakutokuten .tokutenshops .box .wrap .inner dl.text dd {
  width: 75%;
  margin: 0;
  padding: 0.2vw 0;
}
#yoyakutokuten .tokutenshops .box .wrap .inner ul.ex_link {
  margin: 0;
  padding: 0;
}
#yoyakutokuten .tokutenshops .box .wrap .inner ul.ex_link li {
  list-style: none;
  margin: 0 0 1.5vw 0;
  padding: 0;
}
#yoyakutokuten .tokutenshops .box .wrap .inner ul.ex_link li a {
  display: block;
  background-color: #bc3f9e;
  padding: 1vw 0;
  border-radius: 1vw;
}
#yoyakutokuten .tokutenshops .box .wrap .inner ul.ex_link li a img {
  width: 100%;
  display: block;
}

#product_information {
  position: relative;
}
#product_information img {
  width: 100%;
}

#footer {
  padding: 5vw 0;
}
#footer ul.f-logo {
  margin: 0 0 4vw 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer ul.f-logo li {
  list-style: none;
  width: 18.75vw;
  margin: 0 4vw;
  padding: 0;
}
#footer ul.f-logo li#logo_shs {
  width: 29.1vw;
}
#footer ul.f-logo li a {
  display: block;
}
#footer ul.f-logo li img {
  width: 100%;
}
#footer .copyright {
  font-size: 2vw;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin: 0 0 4vw 0;
}
#footer ul.f-sns {
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer ul.f-sns li {
  list-style: none;
  width: 8vw;
  margin: 0 4vw;
  padding: 0;
}
#footer ul.f-sns li#icon_youtube {
  width: 10vw;
}
#footer ul.f-sns li a {
  display: block;
}
#footer ul.f-sns li img {
  width: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  a {
    transition: 0.5s;
  }
  a:hover {
    filter: brightness(2);
  }
  #kv .logo_nintendo {
    width: 6.25vw;
  }
  #products {
    position: relative;
    height: 50vw;
    background: url(../img/products_bg.webp) no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding: 0 0 0 0;
  }
  #products .wrap h2 {
    width: 40vw;
  }
  #products .wrap h2 img {
    width: 100%;
  }
  #products .wrap .column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    width: 90vw;
    margin: 0 auto;
  }
  #products .wrap .column .p-image {
    width: 59.96vw;
  }
  #products .wrap .column .p-image img {
    width: 100%;
  }
  #products .wrap .column .p-text {
    width: 25.39vw;
  }
  #products .wrap .column .p-text p {
    padding: 0;
    margin: 0 0 2.44vw 0;
    width: 25.09vw;
  }
  #products .wrap .column .p-text p img {
    width: 100%;
  }
  #products .wrap .column .p-text .btn_ex {
    width: 24.9vw;
    margin: 0;
  }
  #products .wrap .column .p-text .btn_ex img {
    width: 100%;
  }
  #products .splide {
    position: relative;
  }
  #products .splide__arrow svg {
    display: none;
  }
  #products .splide__slide.is-active .splide__arrow {
    opacity: 0.5;
  }
  #products {
    /* 矢印の共通設定 */
  }
  #products .splide__arrow {
    width: 1.95vw;
    height: 2.92vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: transparent;
    opacity: 1;
  }
  #products .splide__arrow:disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  #products {
    /* 左矢印 */
  }
  #products .splide__arrow--prev {
    position: absolute;
    bottom: -1vw;
    right: auto;
    left: 24.4vw;
    background-image: url("../img/arrow-prev.webp");
  }
  #products {
    /* 右矢印 */
  }
  #products .splide__arrow--next {
    position: absolute;
    bottom: -1vw;
    right: auto;
    left: 33.59vw;
    background-image: url("../img/arrow-next.webp");
  }
  #story h2 {
    margin: 0;
    padding: 0;
  }
  #story img {
    width: 100%;
  }
  #movie {
    position: relative;
    height: 56.25vw;
    background: #000 url(../img/6-beautyshots.webp) no-repeat;
    background-size: 100%;
    background-position: top;
  }
  #movie .wrap {
    width: 69.33vw;
    margin: 0 auto;
    padding-top: 20vw;
  }
  #movie .wrap .youtube {
    position: relative;
    width: 100%;
    padding-top: 52.25%;
  }
  #movie .wrap .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #screenshot {
    position: relative;
    height: 56.2vw;
    background: #000 url(../img/6-screenshots-2.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
  }
  #screenshot .wrap {
    padding-top: 9.08vw;
  }
  #screenshot .wrap h2 {
    width: 20.7vw;
    margin: 0 auto 3.9vw;
    padding: 0;
  }
  #screenshot .wrap h2 img {
    width: 100%;
  }
  #screenshot .wrap .ss-gallery ul {
    width: 69.33vw;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #screenshot .wrap .ss-gallery ul li {
    width: 22.16vw;
    margin: 0 0 1.46vw 0;
    padding: 0;
    list-style: none;
  }
  #screenshot .wrap .ss-gallery ul li a {
    display: block;
    position: relative;
  }
  #screenshot .wrap .ss-gallery ul li a img {
    width: 100%;
  }
  #screenshot .wrap .ss-gallery ul li a::after {
    content: "";
    display: inline-block;
    width: 2.14vw;
    height: 2.14vw;
    background-image: url("../img/icon_plus.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0.5vw;
    right: 0.5vw;
  }
  #yoyakutokuten {
    padding: 0 0 0 0;
  }
  #yoyakutokuten h2 {
    width: 17.87vw;
    margin: 0 auto 3.71vw;
    padding: 0;
  }
  #yoyakutokuten h2 img {
    width: 100%;
  }
  #yoyakutokuten .tokutenshops {
    width: 69.33vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-self: stretch;
  }
  #yoyakutokuten .tokutenshops .box {
    width: 21.77vw;
    margin: 0 1.757vw 1.757vw 0;
    border-radius: 0.6vw 0.6vw 0.5vw 0.5vw;
    background-color: #fff;
  }
  #yoyakutokuten .tokutenshops .box:nth-of-type(2n) {
    margin: 0 1.757vw 1.757vw 0;
  }
  #yoyakutokuten .tokutenshops .box:nth-of-type(3n) {
    margin: 0 0 1.757vw 0;
  }
  #yoyakutokuten .tokutenshops .box .wrap h3 {
    background-color: #4d224f;
    color: #fff;
    font-size: 1.5625vw;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0.878vw 0;
    border-radius: 0.5vw 0.5vw 0 0;
  }
  #yoyakutokuten .tokutenshops .box .wrap .inner {
    padding: 1.46vw;
  }
  #yoyakutokuten .tokutenshops .box .wrap .inner .ph {
    margin: 0 0 1.46vw 0;
  }
  #yoyakutokuten .tokutenshops .box .wrap .inner .ph a::after {
    content: "";
    display: inline-block;
    width: 2.14vw;
    height: 2.14vw;
    background-image: url("../img/icon_plus.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0.5vw;
    right: 0.5vw;
  }
  #yoyakutokuten .tokutenshops .box .wrap .inner .ph img {
    width: 100%;
  }
  #yoyakutokuten .tokutenshops .box .wrap .inner dl.text {
    margin: 0 0 1.46vw 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0.97vw;
  }
  #yoyakutokuten .tokutenshops .box .wrap .inner dl.text dt {
    width: 25%;
    margin: 0;
    padding: 0.2vw 0;
    font-weight: 700;
    color: #4d224f;
  }
  #yoyakutokuten .tokutenshops .box .wrap .inner dl.text dt.long {
    width: 100%;
  }
  #yoyakutokuten .tokutenshops .box .wrap .inner dl.text dd {
    width: 75%;
    margin: 0;
    padding: 0.2vw 0;
  }
  #yoyakutokuten .tokutenshops .box .wrap .inner ul.ex_link {
    margin: 0;
    padding: 0;
  }
  #yoyakutokuten .tokutenshops .box .wrap .inner ul.ex_link li {
    list-style: none;
    margin: 0 0 0.488vw 0;
    padding: 0;
  }
  #yoyakutokuten .tokutenshops .box .wrap .inner ul.ex_link li a {
    display: block;
    background-color: transparent;
    padding: 0 0;
    border-radius: 0;
  }
  #yoyakutokuten .tokutenshops .box .wrap .inner ul.ex_link li a img {
    width: 100%;
  }
  #product_information {
    position: relative;
  }
  #footer {
    padding: 4.394vw 0;
  }
  #footer ul.f-logo {
    margin: 0 0 1.953vw 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer ul.f-logo li {
    list-style: none;
    width: 9.375vw;
    margin: 0 2vw;
    padding: 0;
  }
  #footer ul.f-logo li#logo_shs {
    width: 14.55vw;
  }
  #footer ul.f-logo li a {
    display: block;
  }
  #footer ul.f-logo li img {
    width: 100%;
  }
  #footer .copyright {
    font-size: 0.976vw;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    margin: 0 0 2vw 0;
  }
  #footer ul.f-sns {
    margin: 0 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer ul.f-sns li {
    list-style: none;
    width: 2vw;
    margin: 0 1vw;
    padding: 0;
  }
  #footer ul.f-sns li#icon_youtube {
    width: 3vw;
  }
  #footer ul.f-sns li a {
    display: block;
  }
  #footer ul.f-sns li img {
    width: 100%;
  }
}
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */