@charset "UTF-8";
/***********************************************/
/*RESET*/
/***********************************************/
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

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

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  width: 100%;
  min-height: 100%;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
  color: #000000;
  background-color: #ffffff;
}

#wrapper {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 189px;
  z-index: 888;
  display: none;
}

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

a {
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
}

/***********************************************/
/* ACTION */
/***********************************************/
/***********************************************/
/* HEADER */
/***********************************************/
header#header {
  display: flex;
  align-items: center;
  background-color: #fffdec;
  height: 96px;
}
header#header .logo-nintendo {
  margin-right: 13px;
}
header#header .logo-title {
  margin-left: 10px;
  margin-right: 17px;
}
header#header nav ul {
  display: flex;
  gap: 6px;
}
header#header nav ul li {
  flex: 0 1 auto;
}

.language {
  position: relative;
  z-index: 60;
  width: 100%;
  height: 45px;
  background-color: #ff9000;
}
.language-btn {
  position: absolute;
  cursor: pointer;
  line-height: 1;
  top: 4px;
  right: 16px;
  width: 140px;
  height: 38px;
}
.language-menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  position: absolute;
  top: 45px;
  right: 20px;
}
.language-menu ul {
  background-color: #fffbe0;
  color: #ffffff;
  min-width: 132px;
  font-size: 1.8rem;
  line-height: 1em;
  border: solid 1px #7d7d7d;
  padding: 12px 12px;
}
.language-menu li {
  position: relative;
}
.language-menu li a {
  display: block;
  color: #000;
  width: 100%;
  margin: 0 0 12px;
}
.language-menu li:last-child a {
  margin: 0;
}
.language-menu li.select::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #ff9d00;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.language.active .language-menu {
  opacity: 1;
  visibility: visible;
}

/***********************************************/
/* FOOTER */
/***********************************************/
footer#footer .footer {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  background-color: #fed23b;
  height: 220px;
  padding: 12px 26px 0;
  text-align: right;
}
footer#footer .copyright {
  font-size: 1rem;
}

/***********************************************/
/* TOP */
/***********************************************/
#home main {
  height: 2865px;
  background-image: url("../images/top_body-bg.jpg");
  background-repeat: no-repeat;
  position: relative;
}
#home .title {
  position: absolute;
  top: 10px;
  left: 350px;
}
#home .catch-01 {
  position: absolute;
  top: 528px;
  left: 486px;
}
#home .catch-02 {
  position: absolute;
  top: 703px;
  left: 625px;
}
#home .info {
  position: absolute;
  top: 19px;
  left: 1057px;
  text-align: center;
  width: 244px;
}
#home .info-day {
  position: relative;
}
#home .info-package {
  margin-top: -30px;
}
#home .info-spec {
  margin: -28px 3px 0 0;
}
#home .info-btn-buy {
  margin-top: 5px;
}
#home .news {
  position: absolute;
  top: 574px;
  right: 40px;
  background-image: url("../images/top_news-bg.png");
  width: 396px;
  height: 120px;
  font-size: 1.4rem;
}
#home .news-list {
  position: absolute;
  top: 35px;
  left: 33px;
  width: 344px;
  height: 69px;
  overflow-y: auto;
  text-align: left;
}
#home .news-list dt {
  float: left;
  margin-bottom: 3px;
  color: #7f1e1e;
}
#home .news-list dd {
  margin: 0 0 3px 7.5em;
  color: #795353;
}
#home .movie {
  position: absolute;
  top: 537px;
  left: 33px;
  background-image: url("../images/top_movie-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 377px;
  height: 144px;
  padding: 11px 32px;
}
#home .movie li {
  display: inline-block;
  margin-top: -9px;
}
#home .text-01 {
  position: absolute;
  top: 1352px;
  left: 62px;
}
#home .trial {
  position: absolute;
  top: 622px;
  left: 416px;
  width: 449px;
  height: 59px;
}
#home .sumally {
  position: absolute;
  left: 66px;
  top: 1712px;
  display: flex;
  gap: 100px;
}
#home .sumally-inner {
  flex: 0 0 auto;
  text-align: center;
}
#home .sumally-inner-2 {
  position: relative;
}
#home .sumally-inner-2 .sumally-link {
  position: absolute;
  top: 775px;
  left: 119px;
}
#home .sumally .sumally-link {
  margin-top: 30px;
  margin-bottom: 40px;
}
#home .update {
  position: absolute;
  top: 463px;
  left: 17px;
}

/***********************************************/
/* MAIN */
/***********************************************/
body#medal main {
  background-image: url("../images/medal-bg.jpg");
}

body#party main {
  background-image: url("../images/party-bg.jpg");
}

body#challenge main {
  background-image: url("../images/challenge-bg.jpg");
}

body#obake main {
  background-image: url("../images/obake-bg.jpg");
}

body#howto main {
  background-image: url("../images/howto_bg.png");
}

body#update main {
  background-image: url("../images/update-bg.png");
  overflow: hidden;
}
body#update .update-title {
  text-align: center;
  margin: 26px 0;
}
body#update .update-info {
  background-color: #ffffff;
  margin: 0 80px 150px;
  padding: 72px 32px;
}
body#update .update-info-block-title {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  background-color: #cb1159;
}
body#update .update-info-block .catch {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #b80303;
  text-align: center;
  border-bottom: 1px solid #cb1159;
  padding: 0.8em 0;
}
body#update .update-info-block p {
  font-size: 22px;
  color: #555555;
  text-align: center;
  padding: 1em 0;
}
body#update .update-info-block .sub {
  margin: 20px 0 64px;
}
body#update .update-info-block .sub_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #cb1159;
  text-align: center;
  border: solid 2px #cb1159;
  padding: 0.2em;
}
body#update .update-info-block .sub figure {
  margin: 48px 0;
  text-align: center;
}
body#update .update-info-block .sub-block {
  width: 720px;
  margin: 20px auto;
}
body#update .update-info-block .sub-block p {
  text-align: left;
}
body#update .update-info-block .sub-block p a {
  color: #cb1159;
}
body#update .update-info-block .sub-block ul li {
  display: inline-flex;
  font-size: 18px;
  color: #555555;
  margin-top: 0.5em;
}
body#update .update-info-block .sub-block ul li::before {
  content: "※";
  vertical-align: top;
}

body#feature main {
  background-image: url("../images/feature-bg.png");
}/*# sourceMappingURL=style.css.map */