@charset "UTF-8";
/* ========================================
  reset
======================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
}

abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

em, strong {
  font-style: normal;
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: bottom;
}

:focus {
  outline: none;
}

a:link, a:visited {
  outline: none;
}

a:hover, a:active {
  outline: none;
}

/* ============================================
  foundation
======================================== */
html {
  font-size: 62.5%;
}

body {
  background: #fceed7;
  color: #57250f;
  font-size: 1.4em;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic', Helvetica, sans-serif;
  line-height: 1.5;
}

em {
  color: #ce181e;
}

img {
  max-width: 100%;
}

div {
  box-sizing: border-box;
}

/* ============================================
  parts
======================================== */
section p {
  margin: 0 auto;
  width: 80%;
  text-align: left;
}

.pic__col1 {
  margin: 2rem auto;
  width: 80%;
}

.index.wrap-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*clearfix */
.clearfix, footer.is-sp .ft_top, footer.is-sp .ft_bottom .ft_link {
  *zoom: 1;
}
.clearfix:after, footer.is-sp .ft_top:after, footer.is-sp .ft_bottom .ft_link:after {
  content: "";
  display: table;
  clear: both;
}

/* BACKGROUND */
.bg-br {
  background: url(../img/bg_01_base.png) repeat 0 0;
  background-size: 57px 57px;
  box-shadow: 0px 10px 5px -5px #441d0c inset;
}
.blog_v02 .bg-br.special {
  background-image: url(../img/bg_01_base_v02.png);
}

.bg-paper {
  background: url(../img/bg_04_info.png) no-repeat 0 0/100% auto;
  margin-top: -3rem;
}

/* RIBBON*/
.ribbon {
  margin: 5rem auto 1rem;
  width: 95%;
  text-align: center;
}

/*img UNIT*/
.pic__unit {
  display: table;
  margin: 0 auto;
  width: 95%;
}
.pic__unit > div {
  display: table-cell;
  vertical-align: middle;
}
.pic__unit .unit-img {
  margin-right: 2rem;
  vertical-align: top;
  width: 43%;
}
.pic__unit .unit-img img {
  display: inline-block;
  float: left;
}
.pic__unit .unit-img a {
  display: inline-block;
  float: left;
}
.pic__unit p {
  width: auto;
  font-weight: bold;
  font-size: 0.8rem;
}

/*----- MAIN VISUAL -----*/
.mv {
  background: url(../img/mv.png) no-repeat 0 0;
  background-size: 100% auto;
  height: 122%;
  padding: 2% 5% 0;
}
.mv__logo-3ds {
  text-align: right;
}
.mv__logo-3ds img {
  width: 130px;
}
.mv__title {
  text-align: left;
  width: 70%;
}
.mv__subttl {
  margin-top: 68%;
  position: relative;
  text-align: center;
}
.mv__lead {
  right: 11%;
  position: absolute;
  top: 54%;
  width: 57%;
}
.mv__lead span {
  display: block;
  text-align: left;
  margin-top: 5px;
  font-size: 0.8rem;
}

/*----- DOWNLOAD -----*/
.dl {
  margin: 1rem 0 -0.5rem;
  width: 100%;
}
.dl img {
  width: 100%;
}

/* ----- SPECIAL -----*/
.special {
  padding-top: 45px;
}
.special h4 {
  position: relative;
}
.special h4 > img {
  margin: 0 auto;
  width: 90%;
}
.blog_v02 .special h4 > img {
  margin-top: -40px;
  margin-bottom: -40px;
}
.special h4 .update {
  position: absolute;
  right: 20px;
  top: -25px;
  width: 85px;
}
.special__ttl {
  color: #fff;
  width: 90%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 11%;
}
.special__ttl a {
  color: #fff;
  text-decoration: none;
}
.special__ttl:before {
  content: "";
  width: 100%;
  height: 13%;
  position: absolute;
  background: url(../img/title_top.png) no-repeat 0 0/100% auto;
  top: 0;
  left: 0;
}
.special__ttl:after {
  content: "";
  width: 100%;
  height: 10%;
  position: absolute;
  background: url(../img/title_bottom.png) no-repeat 0 0/100% auto;
  bottom: 0;
  left: 0;
}
.special__ttl h5 {
  display: table;
  padding: 12% 1% 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.special__ttl h5 .ttl_num {
  font-size: 1.3rem;
  padding-bottom: 10px;
  text-align: center;
}
.special__ttl h5 .ttl_num img {
  vertical-align: middle;
  margin: -10px 10px 0;
}
.special__ttl h5 .ttl_name {
  font-size: 1.6rem;
  text-align: center;
}
.special__ttl .btn {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px auto 0;
  width: 100%;
  text-align: center;
}
.special__ttl .btn span {
  color: #fff;
  text-decoration: none;
  background: url(../img/ico_special.png) no-repeat 0 50%/12px auto;
  padding-left: 15px;
}

.movie {
  box-shadow: none;
  padding: 14px 0 12px;
}
.movie__wrap {
  background: url(../img/bg_02_movie.png) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0 auto;
  max-width: 357px;
  padding-top: 25px;
}
.movie__inner {
  min-height: 287px;
}
.movie__inner h3 {
  margin: 0 auto;
  width: 209px;
}
.movie__inner .movie {
  box-sizing: border-box;
  margin: 44px auto;
  height: 167px;
  overflow: hidden;
  width: 277px;
}
.movie__inner .movie iframe {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

/* ----- POWER UP -----*/
.powerup {
  padding-top: 43px;
  text-align: center;
}
.powerup h3 {
  margin: 0 auto;
  width: 85%;
}
.powerup .link-01 {
  margin: 2rem auto 0;
  width: 80%;
}

/* ----- JOB -----*/
.job {
  text-align: center;
}
.job .ribbon {
  position: relative;
  z-index: 2;
}

.slick_container {
  width: 100%;
  margin: -55px auto 0;
  position: relative;
  z-index: 0;
}

/*上書き修正*/
.slick-prev, .slick-next {
  width: 45px;
  height: 45px;
}

.slick-prev:before, .slick-next:before {
  content: "";
}

.slick-prev {
  position: absolute;
  width: 45px;
  left: 5px;
  top: 44%;
}

.slick-next {
  position: absolute;
  width: 45px;
  right: 5px;
  top: 44%;
}

/* ----- EQUIPMENT -----*/
.equip h5 {
  margin: 2rem auto;
  width: 70%;
}

/*img-select*/
.select__current-img {
  margin: 2rem auto;
  max-width: 287px;
}
.select__img_list {
  margin: 0 auto 2rem;
  max-width: 353px;
  width: 95%;
}
.select__img_list li {
  background: url(../img/thum_bg.png) no-repeat 0 0;
  background-size: 100% auto;
  cursor: pointer;
  display: inline-block;
  margin: 10px 1%;
  max-width: 56px;
  width: calc(83% / 5 );
}
.select__img_list li.current {
  background: url(../img/thum_bg_on.png) no-repeat 0 0;
  background-size: 100% auto;
}

/* ----- amiibo -----*/
.amiibo {
  background: url(../img/bg_03_amiibo.png) repeat 0 0;
  padding: 2rem 0;
  text-align: center;
}
.amiibo h4 {
  width: 90%;
  margin: 0 auto;
}

/* ----- ジェムリンゴ -----*/
.gem {
  padding: 4rem 0 8rem;
  text-align: center;
}
.gem h4 {
  margin: 0 auto 2rem;
  width: 70%;
}
.gem .apple {
  margin: 0 auto 1rem;
  width: 98px;
}
.gem .baloon {
  background: url(../img/bg_05_baloon.png) no-repeat 50% 0;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 5rem 0 3rem;
  width: 90%;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  position: relative;
}
.gem .baloon h5 {
  margin: 0 auto 1rem;
  width: 80%;
}
.gem .baloon .item {
  margin: 0 auto 1.5rem;
  width: 70%;
}

/* ----- INFORMATION -----*/
.info {
  padding-top: 43px;
  padding-bottom: 20px;
}
.info .link-01 {
  margin: 10px 0;
}

/* ----- BANNER -----*/
.banner {
  background: url(../img/banner_bg.png) no-repeat 50% 0;
  padding-top: 35px;
  padding-bottom: 60px;

}
.banner h3{
  width: 90%;
  margin: 0 auto 1.5rem;
}
.banner .banner__inner{
  width: 100%;
  position: relative;
}
.banner .banner__inner.kirby25thbbr {
  margin-top: 25px;
}
.banner .banner__inner .btn{
  width: 38%;
  position: absolute;
  bottom: -30px;
  right: 40px;
}

.banner__inner .banner_txt{
  border-top: #57250F 1px  solid;
  width: 90%;
  margin: 1.5rem auto 0 auto;
  text-align: center;
  padding: 1.5rem 0 0 0;
}
.banner__inner .banner_txt a{
  color: #57250F;
}
.banner__inner .banner_txt a:hover{
  color: #773619;
}
.banner__inner .banner_txt a::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../img/footer_ico.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.banner__inner .banner_txt a span{
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
}

/* ----- TWITTER -----*/
.word {
  bottom: 0;
  position: fixed;
  height: 80vh;
  left: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 1000;
  margin-bottom: -65vh;
  width: 100%;
}
.word__wrap {
  background: url(../img/bg_07_tw.png) no-repeat 50% 0;
  background-size: 100% auto;
  margin: 0 auto;
  padding-top: 15.2%;
  width: calc(90vw + 10px);
}
.word__wrap__container {
  background: #fff;
  border-top: 0;
  margin: 0 auto;
  padding: 10px 2rem 0;
  overflow-y: auto;
  width: calc(100% - 4px);
  height: calc(81vh - 59px);
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.word__wrap__container .announce {
  background: #57250f;
  color: #fff;
  width: 100%;
  font-weight: bold;
  margin: 2rem auto;
  position: relative;
  padding: 7px;
  text-align: center;
}
.word__wrap__container .announce:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #57250f transparent transparent transparent;
}
.word__wrap__container h4 {
  margin: 0 auto 10px;
  text-align: center;
  width: 280px;
}
.word__wrap__twitter {
  height: 55vh;
  overflow-y: auto;
  width: 100%;
  margin: 0 auto;
}
.word__wrap__close {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 62px;
  width: calc(100% - 4px);
  margin: 0 auto;
  text-align: center;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 0 2rem 0;
}
.word__wrap__close .close_btn {
  background: #ddd;
  width: 30%;
  color: #707070;
  margin: 6px auto 0;
  font-size: 1.3rem;
  height: 43px;
  vertical-align: middle;
  padding-top: 14px;
  text-align: center;
}

/*Twitter Widget*/
.timeline-Footer {
  display: none !important;
}

#disable-layer {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}

iframe[data-tweet-id="857096920308875265"] {
  margin-bottom: 70px !important;
}

/* ----- FOOTER -----*/
footer.is-sp {
  background: #381301;
  width: 100%;
  position: relative;
  z-index: 999;
  overflow: hidden;
  padding-bottom: 15vh;
}
footer.is-sp .ft_top {
  background: url(../img/bg_01_base.png) repeat 0 0;
  background-size: 57px 57px;
  box-shadow: 0px 10px 5px -5px #441d0c;
  padding: 5% 10%;
}
footer.is-sp .ft_top .sns {
  float: left;
  width: 130px;
}
footer.is-sp .ft_top .sns li {
  float: left;
  width: 46px;
  margin-right: 18px;
}
footer.is-sp .ft_top .pagetop {
  float: right;
  padding-top: 2%;
}
footer.is-sp .ft_bottom {
  background: #381301;
  color: #fff;
  padding-top: 18px;
}
footer.is-sp .ft_bottom .ft_link {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 360px) {
  footer.is-sp .ft_bottom .ft_link {
    width: 300px;
    font-size: 12px;
  }
}
footer.is-sp .ft_bottom .ft_link li {
  float: left;
  margin-bottom: 20px;
}
footer.is-sp .ft_bottom .ft_link li:first-child {
  padding-right: 26px;
  position: relative;
}
footer.is-sp .ft_bottom .ft_link li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  height: 100%;
  width: 1px;
  border: 1px solid #fff;
}
footer.is-sp .ft_bottom .ft_link li a {
  color: #fff;
  text-decoration: none;
}
footer.is-sp .ft_bottom .copyright {
  text-align: center;
  padding-bottom: 20px;
}

#colorbox-cont {
  width: 100%;
  background: #fff;
  text-align: center;
  overflow: hidden;
  padding-bottom: 30px;
}
#colorbox-cont .close {
  width: 80%;
  margin: 0 auto;
}
#colorbox-cont .cbox-mv {
  width: 100%;
  margin: 0 auto;
}
#colorbox-cont .inner {
  background: #fff;
  overflow: scroll;
  width: 100% x;
  margin: -5px auto 0;
}
#colorbox-cont .inner h5 {
  padding-top: 20px;
}
#colorbox-cont .inner .detail {
  margin: 3rem auto;
}
#colorbox-cont .inner .box {
  width: 90%;
  margin: 0 auto;
  border-top: 2px solid #dddddd;
  padding: 10px 20px 20px;
  text-align: left;
  font-size: 1.4rem;
  color: #333;
  line-height: 2;
}
#colorbox-cont .inner .box a {
  color: #d94097;
  text-decoration: underline;
}
#colorbox-cont .inner .box h5 {
  color: #000;
  text-align: left;
}
#colorbox-cont .inner .box .notice {
  margin-top: 20px;
}
#colorbox-cont .inner .box img {
  vertical-align: middle;
}

#cboxClose {
  display: none;
}

/*===== for 3DS =====*/
#is-3ds .caution {
  font-size: 1.5rem;
  width: 90%;
  margin: 2rem auto 0;
  border: 2px solid #57250f;
  text-align: center;
  padding: 10px;
}

.topic {
  color: #ff0000;
  font-weight: bold;
  margin: 15px auto 0;
  line-height: 1.5;
  width: 90%;
  font-size: 1rem;
}
