@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  min-height: 100%;
  background-color: #fef4e0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
-webkit-text-size-adjust: 100%;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
scrollbar-width: none;
overscroll-behavior: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

#container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(../img/common/body_bk.png);
}

#header {
  position: fixed;
  width: 100%;
  height: 74px;
  top: 0;
  left: 0;
  background-image: url(../img/common/nav_bk.png);
  z-index: 90;
}

#header .inner {
  width: 900px;
  height: 65px;
  margin: 0 auto;
  padding: 0 0 0 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

#header .inner h1 a {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(../img/common/Nintendo_switch_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#header .inner h1 a:hover {
  opacity: 0.5;
}

#header .inner #gnav {
  width: 572px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

#header .inner #gnav .item {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#header .inner #gnav .item.item_00 {
  width: 26px;
  height: 23px;
  background-image: url(../img/common/nav_home.png);
}

#header .inner #gnav .item.item_01 {
  width: 58px;
  height: 39px;
  background-image: url(../img/common/nav_01.png);
}

#header .inner #gnav .item.item_02 {
  width: 71px;
  height: 35px;
  background-image: url(../img/common/nav_02.png);
}

#header .inner #gnav .item.item_03 {
  width: 86px;
  height: 36px;
  background-image: url(../img/common/nav_03.png);
}

#header .inner #gnav .item.item_04 {
  width: 74px;
  height: 35px;
  background-image: url(../img/common/nav_04.png);
  background-position: 0 100%;
}

#header .inner #gnav .item.item_05 {
  width: 59px;
  height: 36px;
  background-image: url(../img/common/nav_05.png);
}

#header .inner h2 a {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(../img/common/iMel_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#header .inner h2 a:hover {
  opacity: 0.5;
}

#header .inner #gnav a {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#header .inner #gnav a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#header .inner #gnav span {
  opacity: 0.2;
}

#header .inner .sns {
  width: 112px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

#header .inner .sns .item {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#header .inner .sns .item.item_01 {
  width: 47px;
  height: 25px;
  background-image: url(../img/common/nav_azarashi.png);
}

#header .inner .sns .item.item_02 {
  width: 35px;
  height: 25px;
  background-image: url(../img/common/nav_tw.png);
}

#header .inner .sns a {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#header .inner .sns a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#header .inner .sns span {
  opacity: 0.2;
}

#footer {
  width: 100%;
  position: relative;
  margin-top: 80px;
  padding: 32px 0 32px;
  background-color: #976655;
  z-index: 10;
	border-top: solid 2px #4d1c18;
}

#footer .inner {
  width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#footer .inner .logo {
  display: flex;
  align-items: center;
  width: 30%;
}

#footer .inner .logo li {
  margin-right: 10%;
}

#footer .inner .copy {
  margin-top: 10px;
  width: 70%;
}

#footer .inner .copy li {
  margin-bottom: 0.8em;
  color: #fff;
  font-size: 0.8rem;
}

#footer .inner a {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#footer .inner a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#footer .brand_logo {
  display: block;
  width: 128px;
  height: 66px;
  margin: 0 auto;
  background-image: url(../img/common/footer_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#footer .brand_logo:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#footer p {
  margin-top: 25px;
  text-align: center;
  color: #fef4e0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.19px;
}

#footer .page_top {
  display: block;
  position: absolute;
  width: 81px;
  height: 82px;
  top: -40px;
  left: 50%;
  margin-left: 510px;
  background-image: url(../img/common/btn_pagetop.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#footer .page_top:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

@media screen and (max-width: 1280px) {
  #footer {
    margin-top: 120px;
  }
  #footer .page_top {
    left: auto;
    right: 15px;
  }
}

.subpage_content {
  min-height: 1016px;
  padding-top: 125px;
  background-image: url(../img/common/subpage_bk.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.subpage_content .header h2 {
  width: 980px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron {
  position: relative;
  width: 100%;
  height: 780px;
  background-image: url(../img/home/jumbo_bk.png);
  background-position: 50% 0;
  border-bottom: 2px solid #4d1c18;
  overflow: hidden;
}

#jumbotron .character,
#jumbotron .cover {
  position: absolute;
  width: 100%;
  height: 780px;
  top: 0;
  left: 0;
  background-image: url(../img/home/jumbo_character.png);
  background-position: 50% 0;
  z-index: 1;
}

#jumbotron .cover {
  background-image: url(../img/home/jumbo_cover.png);
  z-index: 2;
}

#jumbotron .inner {
  position: relative;
  width: 505px;
  margin: 0 auto;
  padding: 200px 0 0 475px;
  z-index: 5;
}

#jumbotron .inner .copy {
  width: 431px;
  height: 54px;
  margin: 0 auto 20px;
  background-image: url(../img/home/jumbo_copy.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner h1 {
  width: 521px;
  height: 134px;
  margin: 0 auto 0;
  background-image: url(../img/home/jumbo_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner h2.date {
  width: 379px;
  height: 64px;
  margin: 32px auto 0;
  background-image: url(../img/home/jumbo_date.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner h2.onsale {
  width: 379px;
  height: 64px;
  margin: 32px auto 0;
  background-image: url(../img/home/jumbo_onsale.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner .staff {
  width: 293px;
  height: 69px;
  margin: 35px auto 0;
  background-image: url(../img/home/jumbo_staff.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner .dl_bt {
  width: 162px;
  height: 63px;
  margin: 20px auto 0;
  background-image: url(../img/home/badge_my-nintendo-store.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  display: block;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#jumbotron .inner .dl_bt:hover {
  opacity: 0.5;
}

#banners {
  width: 976px;
  margin: 50px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

#banners .item {
  display: block;
  width: 976px;
  height: 110px;
  margin-bottom: 22px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  box-shadow: 0 2px 1px rgba(229, 193, 157, 0.5);
}

#banners .item:hover {
  opacity: 0.5;
  box-shadow: 0 0 1px rgba(229, 193, 157, 0.5);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#banners .item.item_01 {
  width: 976px;
  height: 110px;
  background-image: url(../img/home/banner_01.png);
}

#banners .item.item_02 {
  width: 475px;
  height: 110px;
  background-image: url(../img/home/banner_02.png);
}

#banners .item.item_03 {
  width: 475px;
  height: 110px;
  background-image: url(../img/home/banner_03.png);
}

#banners .item.item_04 {
  width: 475px;
  height: 110px;
  background-image: url(../img/home/banner_04.png);
}

#banners .item.item_05 {
  width: 475px;
  height: 110px;
  background-image: url(../img/home/banner_05.png);
}

#banners .item.item_06 {
  width: 475px;
  height: 110px;
  background-image: url(../img/home/banner_06.png);
}

#information {
  width: 978px;
  margin: 0 auto 0;
  padding-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

#information .inner {
  width: 670px;
}

#information .inner .post {
  position: relative;
  width: 470px;
  min-height: 128px;
  margin-bottom: 20px;
  padding: 27px 25px 0 175px;
  box-shadow: 0 2px 0px rgba(95, 47, 42, 1);
  border-radius: 10px;
  border: 1px solid #5f2f2a;
  background-color: #ffffff;
}

#information .inner .post .thumbnail00 {
  display: block;
  position: absolute;
  width: 115px;
  height: 115px;
  top: 17px;
  left: 25px;
  border-radius: 8px;
  border: 1px solid #784843;
  background-image: url(../img/home/news_img_00.png);
  background-color: #ea9751;
  background-size: cover;
  background-position: 50% 50%;
}

#information .inner .post .thumbnail01 {
  display: block;
  position: absolute;
  width: 115px;
  height: 115px;
  top: 17px;
  left: 25px;
  box-shadow: 0 2px 0px rgba(95, 47, 42, 1);
  border-radius: 8px;
  background-image: url(../img/home/news_img_01.png);
  background-color: #ea9751;
  background-size: cover;
  background-position: 50% 50%;
}

#information .inner .post .thumbnail02 {
  display: block;
  position: absolute;
  width: 115px;
  height: 115px;
  top: 17px;
  left: 25px;
  box-shadow: 0 2px 2px rgba(214, 196, 179, 0.5);
  border-radius: 8px;
  background-image: url(../img/home/news_img_02.png);
  background-color: #ea9751;
  background-size: cover;
  background-position: 50% 50%;
}

#information .inner .post .thumbnail03 {
  display: block;
  position: absolute;
  width: 115px;
  height: 115px;
  top: 17px;
  left: 25px;
  box-shadow: 0 2px 2px rgba(214, 196, 179, 0.5);
  border-radius: 8px;
  background-image: url(../img/home/news_img_03.png);
  background-color: #ea9751;
  background-size: cover;
  background-position: 50% 50%;
}

#information .inner .post .thumbnail04 {
  display: block;
  position: absolute;
  width: 115px;
  height: 115px;
  top: 17px;
  left: 25px;
  box-shadow: 0 2px 2px rgba(214, 196, 179, 0.5);
  border-radius: 8px;
  background-image: url(../img/home/news_img_04.png);
  background-color: #ea9751;
  background-size: cover;
  background-position: 50% 50%;
}

#information .inner .post .thumbnail05 {
  display: block;
  position: absolute;
  width: 115px;
  height: 115px;
  top: 17px;
  left: 25px;
  box-shadow:0 2px 0px rgba(229, 193, 157, 0.8);
  border-radius: 8px;
  background-image: url(../img/home/news_img_05.png);
  background-color: #ea9751;
  background-size: cover;
  background-position: 50% 50%;
}

#information .inner .post .date {
  display: block;
  width: 120px;
  height: 12px;
  padding: 4px 0;
  border-radius: 10px;
  background-color: #976655;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 0.24px;
  text-align: center;
}

#information .inner .post h3 {
  padding-top: 10px;
}

#information .inner .post h3 a, #information .inner .post h3 span {
  display: block;
  color: #784843;
  font-size: 22px;
  line-height: 28px;
  text-decoration: underline;
  letter-spacing: 0.44px;
}

#information .inner .post h3 a {
  -webkit-transition: 0.3s ease opacity;
  -moz-transition: 0.3s ease opacity;
  -o-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#information .inner .post h3 a:hover {
  opacity: 0.5;
}

#information .inner .post p {
  padding-top: 10px;
  color: #514f4c;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
}

#information .inner .toggle_after_wrap {
  display: none;
}

#information .inner .toggle_after_wrap .post {
  opacity: 0;
}

#information .inner #info_toggle {
  display: block;
  width: 670px;
  height: 16px;
  padding: 8px 0;
  border-radius: 10px;
  background-color: #976655;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.32px;
  text-align: center;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  box-shadow: 0 2px 0px rgba(77, 28, 24, 1);
	border: 1px solid #5f2f2a;
  cursor: pointer;
}

#information .inner #info_toggle:hover {
  opacity: 0.5;
  box-shadow: 0 2px 0px rgba(77, 28, 24, 1);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#information .twitter {
  width: 280px;
  height: 600px;
  box-shadow: 0 2px 0px rgba(95, 47, 42, 1);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #5f2f2a;
}

#story .header h2 {
  height: 60px;
  background-image: url(../img/story/title.png);
}

#story .inner {
  width: 980px;
  margin: 80px auto 0;
}

#story .inner .text {
  display: block;
  width: 980px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#story .inner .text.text_01 {
  height: 62px;
  background-image: url(../img/story/text_01.png);
}

#story .inner .text.text_02 {
  height: 35px;
  margin-top: 36px;
  background-image: url(../img/story/text_02.png);
}

#story .inner .text.text_03 {
  height: 200px;
  margin-top: 36px;
  background-image: url(../img/story/text_03.png);
}

#story .inner .text.text_04 {
  height: 42px;
  margin-top: 36px;
  background-image: url(../img/story/text_04.png);
}

#story .inner .text.text_05 {
  height: 63px;
  margin-top: 36px;
  background-image: url(../img/story/text_05.png);
}

#story .inner .text.text_06 {
  height: 27px;
  margin-top: 36px;
  background-image: url(../img/story/text_06.png);
}

#story .inner .text.text_07 {
  height: 40px;
  margin-top: 36px;
  background-image: url(../img/story/text_07.png);
}

#story .inner .text.text_08 {
  height: 165px;
  margin-top: 36px;
  background-image: url(../img/story/text_08.png);
}

#concept .header h2 {
  height: 50px;
  background-image: url(../img/concept/title.png);
}

#concept .inner {
  width: 980px;
  margin: 80px auto 0;
}

#concept .inner .item {
  position: relative;
  width: 770px;
  margin: 0 auto 80px;
}

#concept .inner .item h3 {
  margin-bottom: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#concept .inner .item p {
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#concept .inner .item.item_01 h3 {
  height: 35px;
  background-image: url(../img/concept/concept_01_h1.png);
}

#concept .inner .item.item_01 p {
  background-image: url(../img/concept/concept_text.png);
  background-size: 769px 205px;
}

#concept .inner .item.item_01 p.text_01 {
  height: 25px;
  background-position: 0 0;
  margin-bottom: 20px;
}

#concept .inner .item.item_01 p.text_02 {
  height: 25px;
  background-position: 0 -36px;
  margin-bottom: 20px;
}

#concept .inner .item.item_01 p.text_03 {
  height: 25px;
  background-position: 0 -72px;
  margin-bottom: 20px;
}

#concept .inner .item.item_01 p.text_04 {
  height: 25px;
  background-position: 0 -108px;
  margin-bottom: 20px;
}

#concept .inner .item.item_01 p.text_05 {
  height: 25px;
  background-position: 0 -144px;
  margin-bottom: 20px;
}

#concept .inner .item.item_01 p.text_06 {
  height: 25px;
  background-position: 0 -180px;
}




#concept .inner .item.item_02 .num {
  background-image: url(../img/concept/concept_02_num.png);
}

#concept .inner .item.item_02 h3 {
  height: 35px;
  background-image: url(../img/concept/concept_02_h1.png);
}

#concept .inner .item.item_02 p {
  height: 171px;
  background-image: url(../img/concept/concept_02_text.png);
}

#character .header h2 {
  height: 52px;
  background-image: url(../img/character/title.png);
}

#character .inner {
  position: relative;
  width: 980px;
  height: 1050px;
  margin: 25px auto 0;
  padding-top: 75px;
}

#character .inner .character {
    position: absolute;
    width: 578px;
    height: 1084px;
    top: 0;
    right: -18px;
    background-image: url(../img/character/character.png);
    z-index: 0;
}

#character .inner .character img{
  display    : block;
  position   : absolute;
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 21s ease infinite;
}

#character .inner .character img:nth-of-type(1) { animation-delay: 0s }
#character .inner .character img:nth-of-type(2) { animation-delay: 7s }
#character .inner .character img:nth-of-type(3) { animation-delay: 14s }

@keyframes slideAnime{
   0% { opacity: 0 }
  10% { opacity: 1 }
  30% { opacity: 1 }
  40% { opacity: 0 }
 100% { opacity: 0 }
}

#character .inner .profile_01 {
  width: 415px;
}

#character .inner .profile_01 .copy {
  height: 34px;
  background-image: url(../img/character/copy.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character .inner .profile_01 h3 {
  height: 50px;
  margin-top: 4px;
  background-image: url(../img/character/name.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character .inner .profile_01 .name_en {
  display: block;
  height: 25px;
  margin-top: 7px;
  background-image: url(../img/character/name_en.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character .inner .profile_01 .cv {
  display: block;
  width: 123px;
  height: 21px;
  margin: 14px auto 0;
  background-image: url(../img/character/cv.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character .inner .profile_02 {
  width: 447px;
  height: 28px;
  margin: 20px 0 0 23px;
  background-image: url(../img/character/prof_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character .inner .profile_03 {
  height: 101px;
  padding: 22px 0 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

#character .inner .profile_03 dt, #character .inner .profile_03 dd {
  display: block;
}

#character .inner .profile_03 .dt_01 {
  width: 220px;
  height: 114px;
  background-image: url(../img/character/prof_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character .inner .profile_03 .dd_01 {
  display: none;
}

#character .inner .profile_03 .dt_02 {
  width: 159px;
  height: 26px;
  margin-left: 25px;
  background-image: url(../img/character/voice_h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character .inner .profile_03 .dd_02 {
  width: 250px;
  margin-left: 25px;
}

#character .inner .profile_03 .dd_02 span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  background-image: url(../img/character/voice_btn.png);
  background-size: 80px 40px;
  background-position: 0 0;
  font-size: 0;
}

#character .inner .profile_03 .dd_02 span.hscene {
  background-position: -40px 0;
}

#character .inner .profile_03 .dd_02 span {
  cursor: pointer;
}

#character .inner .profile_03 .dd_02 span:hover {
  opacity: 0.5;
  box-shadow: 0 0 1px rgba(229, 193, 157, 0.5);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#character .inner .profile_04 {
  height: 40px;
  margin-top: 25px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

#character .inner .profile_04 dt, #character .inner .profile_04 dd {
  display: block;
}

#character .inner .profile_04 .dt_01 {
  width: 159px;
  height: 26px;
  margin-left: 25px;
  background-image: url(../img/character/voice_h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character .inner .profile_04 .dd_cs {
  width: 250px;
  margin-left: 15px;
  margin-top: -20px;
}

#character .inner .profile_04 .dd_cs span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  background-image: url(../img/character/voice_btn_cs.png);
  background-size: 80px 40px;
  background-position: 0 0;
  font-size: 0;
  opacity: 0.6;
}

#character .inner .profile_04 .dd_cs span.hscene {
  background-position: -40px 0;
}

#character .inner .profile_04 .dd_01 {
  width: 250px;
  margin-left: 15px;
  margin-top: -20px;
}

#character .inner .profile_04 .dd_01 span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  background-image: url(../img/character/voice_btn.png);
  background-size: 80px 40px;
  background-position: 0 0;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#character .inner .profile_04 .dd_01 span.hscene {
  background-position: -40px 0;
}

#character .inner .profile_04 .dd_01 style.hscene_cs {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  background-image: url(../img/character/voice_btn_cs.png);
  background-size: 80px 40px;
  background-position: -40px 0;
  font-size: 0;
  opacity: 0.6;
}

#character .inner .profile_04 .dd_01 span {
  cursor: pointer;
}

#character .inner .profile_04 .dd_01 span:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#character .inner .cg {
  position: relative;
  width: 430px;
  padding: 10px 0 0 0;
  margin-left: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  z-index: 10;
}

#character .inner .cg li {
  display: block;
  width: 208px;
  height: 117px;
  margin-top: 10px;
  /*box-shadow: 0 2px 0px rgba(229, 193, 157, 0.8);*/
  border-radius: 6px;
  border: 1px solid #4d1c18;
  background-color: #f4e2c8;
  background-size: cover;
  background-position: 50% 50%;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#character .inner .cg li.open {
  cursor: pointer;
}

#character .inner .cg li.open:hover {
  opacity: 0.5;
  box-shadow: 0 0 1px rgba(229, 193, 157, 0.5);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#character .inner .cg li.item_cs {
  opacity: 0.6;
}

#character .inner .cg li.item_00 {
  background-image: url(../img/character/thumbnail_00.png);
}

#character .inner .cg li.item_01 {
  background-image: url(../img/character/thumbnail_01.png);
}

#character .inner .cg li.item_02 {
  background-image: url(../img/character/thumbnail_02.png);
}

#character .inner .cg li.item_03 {
  background-image: url(../img/character/thumbnail_03.png);
}

#character .inner .cg li.item_04 {
  background-image: url(../img/character/thumbnail_04.png);
}

#character .inner .cg li.item_05 {
  background-image: url(../img/character/thumbnail_05.png);
}

#character .inner .cg li.item_06 {
  background-image: url(../img/character/thumbnail_06.png);
}

#character .inner .text {
  width: 533px;
  height: 257px;
  margin: 30px 0 0 12px;
  background-image: url(../img/character/text.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character .inner .serif {
  position: absolute;
  width: 86px;
  height: 297px;
  top: 38px;
  right: 15px;
  background-image: url(../img/character/serif.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
	z-index: 10;
}

#product .header h2 {
  height: 51px;
  background-image: url(../img/product/title.png);
}

#product .inner {
  width: 890px;
  margin: 45px auto 0;
  padding-left: 90px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

#product .inner .product_box h3 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 0;
}

#product .inner .product_box dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

#product .inner .product_box dt {
  width: 95px;
  height: 18px;
  margin-top: 25px;
  padding-top: 3px;
  border-radius: 11px;
  border: solid 1px #652a25;
  background-color: #976655;
  color: #fff;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
}

#product .inner .product_box dd {
  margin-top: 25px;
  padding-left: 20px;
  color: #471612;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: 1.2px;
  text-shadow: #fff 1px 0 5px, #fff 1px 0 10px;
}

#product .inner .product_box dd span {
  color: #ea9751;
  font-size: 14px;
  font-weight: bold;
}

#product .inner .product_box dd + dd {
  margin-top: 0;
  padding-left: 115px;
}

#product .inner .tips {
  margin-top: 40px;
  color: #ec6e65;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1.2px;
}

#product .inner .product_box_01 {
  width: 890px;
}

#product .inner .product_box_01 h3 {
  height: 21px;
  background-image: url(../img/product/h2_01.png);
}

#product .inner .product_box_01 dd {
  width: 750px;
}

#product .inner .product_box_02 {
  width: 890px;
  margin-top: 30px;
}

#product .inner .product_box_02 h3 {
  height: 21px;
  background-image: url(../img/product/h2_02.png);
}

#product .inner .product_box_02 dd {
  width: 750px;
}

#product .inner .product_box_03 {
  width: 890px;
  margin-top: 30px;
}

#product .inner .product_box_03 h3 {
  height: 21px;
  background-image: url(../img/product/h2_03.png);
}

#product .inner .product_box_03 dd {
  width: 750px;
}

#tw_campaign .header h2 {
  height: 73px;
  background-image: url(../img/promotion/tw_campaign/title.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#tw_campaign .inner {
  width: 880px;
  height: auto;
  margin: 20px auto 0;
  text-align: center;
  color: #663b33;
}

#tw_campaign .inner h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

#tw_campaign .inner .item_01 {
  margin: 0 0 30px;
  text-align: center;
}

#tw_campaign .inner .item_02 {
  width: 880px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  text-shadow: 0 0 10px #fff,0 0 5px #fff,0 0 2px #fff,0 0 1px #fff;
}

#tw_campaign .inner .item_02 b{
  font-size: 20px;
  font-weight: bold;
  color: #ff5991;
}

#tw_campaign .inner .item_03 {
  width: 550px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  text-shadow: 0 0 10px #fff,0 0 5px #fff,0 0 2px #fff,0 0 1px #fff;
}

#tw_campaign .inner .item_04 {
  width: 550px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-shadow: 0 0 10px #fff,0 0 5px #fff,0 0 2px #fff,0 0 1px #fff;
}

#tw_campaign .inner .item_04 b {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

#tw_campaign .inner .item_04 .attention {
  font-size: 16px;
  line-height: 26px;
  color: #ff5991;
}

#tw_campaign .inner .item_04 a.tw-button{
  width: 280px;
  height: 47px;
  background-color: #2196f3;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #ffffff;
  border-radius: 8px;
  margin: 10px auto 0 auto;
  text-shadow: 0 0 0 #2196f3;
}

#tw_campaign .inner .item_04 a.tw-button{
  display: block;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#tw_campaign .inner .item_04 a.tw-button:hover{
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#special .header h2 {
  height: 56px;
  background-image: url(../img/special/title.png);
}

#special .inner {
  width: 980px;
  margin: 80px auto 0;
}

#special .inner .trial{
  position:relative;
  padding-top:0px;
  padding-bottom:0px;
}

#special .inner .trial .trial_item.item_00 {
  margin: 0 0 20px;
  text-align: center;
}

#special .inner .trial .trial_item.item_01 {
  margin: 0 0 20px;
  text-align: center;
}

#special .inner .trial .trial_item.item_02 {
  margin: 0 0 30px;
  text-align: center;
}

#special .inner .trial dd {
  margin-top: 25px;
  color: #784843;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1.2px;
}

#special .inner .trial span {
  color: #ea9751;
  font-size: 14px;
  font-weight: bold;
}

#special .inner .trial .trial_item.item_03 {
  margin: 0 auto 20px;
  text-align: center;
　position; relative
  z-index: 30;
}

#special .inner .trial .trial_item.item_03 img {
  width: 200px;
  height: 40px;
  margin: 0 5px 10px 5px;
}

#special .inner .trial .trial_item.item_03 a {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#special .inner .trial .trial_item.item_03 a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#special .inner .trial .trial_item.download table {
  background-color: #fff;
  width: 880px;
  margin: 0 auto 100px;
  position: relative;
  border-top: 1px dotted #d3c9bd;
}

#special .inner .trial .trial_item.download td {
  border-bottom: 1px dotted #d3c9bd;
  padding: 15px 5px 15px 80px;
  color:#9d6661;
  font-size: 96%;
}

#special .inner .trial .trial_item.download a {
  text-decoration: underline;
  color:#ea9751;
}

#special .inner .trial .trial_item.download a:hover {
  color:#ff7f7f;
}

#special .inner .banner{
  position:relative;
  padding-top:0px;
  padding-bottom:0px;
}

#special .inner .banner .banner_item.item_00 {
  margin: 0 0 20px;
  text-align: center;
}

#special .inner .banner .banner_item.item_01 {
  margin: 0 0 20px;
}

#special .inner .banner .banner_item.item_02 {
  margin: 0 0 20px;
}

#special .inner .banner .banner_item h4 {
    height: 19px;
    margin: 0 auto 20px;
    overflow: hidden;
    text-indent: -10000px;
}

#special .inner .banner .banner_item h4.twitter_topics1 {
    background: url("../img/special/h2_01.png") no-repeat scroll 0 0;
	width: 112px;
}

#special .inner .banner .banner_item h4.twitter_topics2 {
    background: url("../img/special/h2_02.png") no-repeat scroll 0 0;
	width: 140px;
}

#special .inner .banner ul.twitter_list1 {
    margin: 0 auto;
    position: relative;
    width: 446px;
}

#special .inner .banner ul.twitter_list1 li {
    border: 1px solid #784843;
    display: block;
    float: left;
    height: 200px;
    margin: 0 10px 20px;
    width: 200px;
}

#special .inner .banner ul.twitter_list1 li img {
    display: block;
    height: 200px;
    width: 200px;
}

#special .inner .banner ul.twitter_list2 {
    margin: 0 auto;
    position: relative;
    width: 644px;
}

#special .inner .banner ul.twitter_list2 li {
    border: 1px solid #784843;
    display: block;
    float: left;
    height: 215px;
    margin: 0 0 20px;
    width: 644px;
}

#special .inner .banner ul.twitter_list2 li img {
    display: block;
    height: 215px;
    width: 644px;
}


#special .inner h4.trial_topics{
    height: 20px;
	width: 48px;
    margin: 0 auto 20px;
    overflow: hidden;
    text-indent: -10000px;
    background: url("../img/special/h2_03.png") no-repeat scroll 0 0;
	opacity: 0;
}

#special .inner div.trial_item{
	width: 872px;
	height: 490px;
	position: relative;
	margin:0 auto 30px;
}

#special .inner div.trial p{
    color: #514f4c;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.24px;
	text-align: center;
	opacity: 0;
}

#special .inner div.trial p.attention{
	color: #784843;
	margin: 0 0 30px;
}

#special .inner div.trial a.dl_bt{
	width: 149px;
	height: 25px;
    margin: 0 auto 60px;
	display: block
		
}

#special .inner div.trial a.dl_bt img{
	opacity: 0;
}

#modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(151, 102, 85, 0.8);
  z-index: 99;
}

#modal .inner {
  position: absolute;
  width: 960px;
  height: 540px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 5px;
  border: 8px solid rgba(254, 244, 224, 0.5);
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#modal .inner div {
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

#modal .inner div.ss_01 {
  background-image: url(../img/character/eventcg_01.png);
}

#modal .inner div.ss_02 {
  background-image: url(../img/character/eventcg_02.png);
}

#modal .inner div.ss_03 {
  background-image: url(../img/character/eventcg_03.png);
}

#modal .inner div.ss_04 {
  background-image: url(../img/character/eventcg_04.png);
}

#modal .inner div.ss_05 {
  background-image: url(../img/character/eventcg_05.png);
}

#modal .inner div.ss_06 {
  background-image: url(../img/character/eventcg_06.png);
}

#modal .close {
  display: block;
  position: fixed;
  width: 26px;
  height: 26px;
  top: 30px;
  right: 30px;
  background-image: url(../img/common/modal_close.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#modal .close:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e0d1cc;
  z-index: 100;
}

#loading .inner {
  position: absolute;
  width: 502px;
  height: 207px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#loading .inner .logo {
  width: 521px;
  height: 134px;
  background-image: url(../img/home/jumbo_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}

/*
@include display-flex;
@include flex-direction(row);
@include flex-wrap(wrap);
@include justify-content(space-between);
@include align-items(flex-start);
@include align-content(flex-start);
}
li{
display: block;
width: 340px;
height: 150px;
margin-bottom: 32px;
a,span{
display: block;
@include transition(0.3s ease all);
box-shadow: 0 2px 10px rgba(71,71,71,0.1);
cursor: pointer;
&:hover{
opacity: 0.7;
@include transform(translateY(-5px));
box-shadow: 0 7px 20px rgba(71,71,71,0.12);
}
}
*/

/*# sourceMappingURL=style.css.map */