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 {
  background-color: #1e0317;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 180%;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

#container {
  width: 100%;
  max-width: 1920px;
  min-width: 1060px;
  margin: 0 auto;
  overflow-x: hidden;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}

#header .inner {
  position: relative;
  width: 1060px;
  height: 62px;
  margin: 0 auto;
  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;
}

#header .inner .platform,
#header .inner .brand {
  width: 50%;
  height: 62px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

#header .inner .platform a,
#header .inner .brand a {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#header .inner .platform a:hover,
#header .inner .brand a:hover {
  opacity: 0.5;
}

#header .inner .platform a.ns,
#header .inner .brand a.ns {
  width: 62px;
  height: 62px;
  margin-right: 25px;
  background-image: url(../img/header_logo_01.png);
}

#header .inner .platform a.ps4,
#header .inner .brand a.ps4 {
  width: 123px;
  height: 26px;
  margin-right: 25px;
  background-image: url(../img/header_logo_02.png);
}

#header .inner .platform a.st,
#header .inner .brand a.st {
  width: 113px;
  height: 34px;
  background-image: url(../img/header_logo_03.png);
}

#header .inner .platform a.pq,
#header .inner .brand a.pq {
  width: 109px;
  height: 33px;
  margin-right: 25px;
  background-image: url(../img/header_logo_04.png);
}

#header .inner .platform a.asw,
#header .inner .brand a.asw {
  width: 56px;
  height: 62px;
  background-image: url(../img/header_logo_05.png);
}

#header .inner .platform {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#header .inner .brand {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#header .inner .bgm,
#header .inner .language {
  position: absolute;
  width: 115px;
  height: 13px;
  padding-bottom: 7px;
  top: 78px;
  text-align: center;
  font-size: 13px;
  line-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
  z-index: 15;
}

#header .inner .bgm:hover .drop,
#header .inner .language:hover .drop {
  display: block;
}

#header .inner .bgm:before,
#header .inner .language:before {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 0;
  left: 3px;
  background-image: url(../img/header_lang.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#header .inner .bgm:after,
#header .inner .language:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 4px;
  right: 3px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #221e1f transparent transparent transparent;
  content: "";
}

#header .inner .bgm .drop,
#header .inner .language .drop {
  position: absolute;
  display: none;
  top: 21px;
  left: 0;
  width: 115px;
  padding: 6px 0;
  background-color: rgba(0, 0, 0, 0.9);
}

#header .inner .bgm .drop li,
#header .inner .language .drop li {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

#header .inner .bgm .drop li:hover,
#header .inner .language .drop li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#header .inner .bgm {
  width: 150px;
  right: 130px;
}

#header .inner .bgm:before {
  width: 13px;
  height: 13px;
  background-image: url(../img/header_bgm_off.png);
}

#header .inner .bgm.on:before {
  width: 13px;
  height: 13px;
  background-image: url(../img/header_bgm_on.png);
}

#header .inner .bgm .drop {
  width: 150px;
}

#header .inner .language {
  right: 0;
}

#jumbotron {
  position: relative;
  width: 100%;
  height: 1505px;
}

#jumbotron .inner {
  position: relative;
  width: 1060px;
  margin: 0 auto;
  z-index: 10;
}

#jumbotron .inner h1 {
  position: absolute;
  top: 954px;
  left: 154px;
  width: 789px;
  height: 468px;
  background-image: url(../img/jumbo_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner .copy_01 {
  position: absolute;
  top: 155px;
  right: 15px;
  width: 656px;
  height: 333px;
  background-image: url(../img/jumbo_catch_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner .copy_02 {
  position: absolute;
  top: 783px;
  left: 15px;
  width: 805px;
  height: 229px;
  background-image: url(../img/jumbo_catch_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .visual {
  position: absolute;
  width: 100%;
  height: 2400px;
  top: -500px;
  left: 0;
  background-image: url(../img/jumbo_visual.jpg);
  background-position: 50% 0;
  z-index: 1;
}

#jumbotron .particle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#information {
  position: relative;
  width: 100%;
  height: 1756px;
  margin-top: -147px;
  overflow: hidden;
}

#information .character {
  position: absolute;
  width: 629px;
  height: 1002px;
  left: 50%;
  bottom: 0;
  margin: 0 0 -23px 20px;
  background-image: url(../img/special_character.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 6;
}

#information .bk {
  position: absolute;
  width: 100%;
  height: 1756px;
  top: 0;
  left: 0;
  background-image: url(../img/special_bk.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 5;
}

#intro {
  position: relative;
  z-index: 6;
}

#intro .inner {
  padding-top: 82px;
}

#intro .inner .copy {
  width: 100%;
  height: 90px;
  margin-bottom: 32px;
  background-image: url(../img/info_text_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#intro .inner .date {
  width: 100%;
  height: 86px;
  background-image: url(../img/info_text_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#special {
  position: relative;
  z-index: 6;
}

#special .inner {
  width: 1060px;
  margin: 0 auto;
  padding-top: 60px;
}

#special .inner .item {
  position: relative;
  width: 100%;
  height: 277px;
  margin-bottom: 40px;
  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: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

#special .inner .item .num {
  display: block;
  width: 86px;
  height: 100px;
  background-repeat: no-repeat;
  font-size: 0;
}

#special .inner .item .line {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}

#special .inner .item .text {
  width: 700px;
  padding-left: 18px;
}

#special .inner .item .text h2 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  font-size: 0;
}

#special .inner .item .text .body {
  width: 100%;
  margin-top: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  font-size: 0;
}

#special .inner .item .text .tip {
  width: 100%;
  margin-top: 18px;
  background-repeat: no-repeat;
  background-position: 3px 0;
  background-size: contain;
  font-size: 0;
}

#special .inner .item .img {
  position: absolute;
}

#special .inner .item.item_01 .num {
  background-image: url(../img/special_01_num.png);
  background-size: 64px 85px;
  background-position: 4px 0;
}

#special .inner .item.item_01 h2 {
  height: 34px;
  background-image: url(../img/special_01_title.png);
}

#special .inner .item.item_01 .body {
  height: 82px;
  background-image: url(../img/special_01_text.png);
}

#special .inner .item.item_01 .tip {
  height: 57px;
  background-image: url(../img/special_01_tip.png);
}

#special .inner .item.item_01 .img_01 {
  width: 403px;
  height: 305px;
  top: -10px;
  right: 0;
  background-image: url(../img/special_01_img.png);
}

#special .inner .item.item_02 .num {
  background-image: url(../img/special_02_num.png);
  background-size: 74px 84px;
  background-position: 2px 0;
}

#special .inner .item.item_02 h2 {
  height: 34px;
  background-image: url(../img/special_02_title.png);
}

#special .inner .item.item_02 .body {
  height: 145px;
  background-image: url(../img/special_02_text.png);
}

#special .inner .item.item_02 .tip {
  height: 57px;
  background-image: url(../img/special_02_tip.png);
}

#special .inner .item.item_02 .img_01 {
  width: 386px;
  height: 293px;
  top: 297px;
  left: 3px;
  background-image: url(../img/special_02_img_01.png);
}

#special .inner .item.item_02 .img_02 {
  width: 386px;
  height: 270px;
  top: 599px;
  left: 3px;
  background-image: url(../img/special_02_img_02.png);
}

#special .inner .item.item_02 .img_03 {
  width: 380px;
  height: 270px;
  top: 599px;
  left: 398px;
  background-image: url(../img/special_02_img_03.png);
}

#special .inner .item.item_03 {
  margin-top: 635px;
  height: 130px;
}

#special .inner .item.item_03 .num {
  background-image: url(../img/special_03_num.png);
  background-size: 74px 84px;
  background-position: 2px 0;
}

#special .inner .item.item_03 h2 {
  height: 34px;
  background-image: url(../img/special_03_title_r.png);
}

#special .inner .item.item_03 .body {
  height: 52px;
  background-image: url(../img/special_03_text_r.png);
}

#shop {
  width: 100%;
  height: 999px;
  background-image: url(../img/shop_bk.jpg);
}

#shop .header {
  width: 990px;
  margin: 0 auto;
  padding: 35px 0 0;
}

#shop .header h2 {
  width: 165px;
  height: 53px;
  margin: 0 auto 5px;
  background-image: url(../img/shop_h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#shop .header p {
  width: 284px;
  height: 15px;
  margin: 0 auto;
  background-image: url(../img/shop_tip.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#shop .inner {
  position: relative;
  width: 990px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

#shop .inner .item {
  width: 330px;
  padding-top: 25px;
}

#shop .inner .item h3 {
  width: 100%;
  margin-bottom: 10px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#shop .inner .item .img {
  display: block;
  width: 256px;
  height: 240px;
  margin: 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  box-shadow: 0 0 10px rgba(163, 0, 11, 0.6);
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

#shop .inner .item .img:hover {
  opacity: 0.5;
}

#shop .inner .item .btn {
  display: block;
  width: 248px;
  height: 54px;
  margin: 10px auto 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#shop .inner .item span.btn {
  opacity: 0.5;
  background-image: url(../img/shop_btn_cn.png);
}

#shop .inner .item a.btn {
  background-image: url(../img/shop_btn.png);
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#shop .inner .item a.btn:hover {
  opacity: 0.5;
}

#shop .inner .item_01 h3 {
  background-image: url(../img/shop_name_01.png);
  height: 74px;
}

#shop .inner .item_01 .img {
  background-image: url(../img/shop_img_01.png);
}

#shop .inner .item_02 h3 {
  background-image: url(../img/shop_name_02.png);
  height: 74px;
}

#shop .inner .item_02 .img {
  background-image: url(../img/shop_img_02.png);
}

#shop .inner .item_03 h3 {
  background-image: url(../img/shop_name_03.png);
  height: 75px;
}

#shop .inner .item_03 .img {
  background-image: url(../img/shop_img_03.png);
}

#shop .inner .item_04 h3 {
  background-image: url(../img/shop_name_04.png);
  height: 74px;
}

#shop .inner .item_04 .img {
  background-image: url(../img/shop_img_04.png);
}

#shop .inner .item_05 h3 {
  background-image: url(../img/shop_name_05.png);
  height: 74px;
}

#shop .inner .item_05 .img {
  background-image: url(../img/shop_img_05.png);
}

#soldout {
  display: block;
  position: absolute;
  width: 1060px;
  height: 1242px;
  top: 28px;
  left: 50%;
  margin-left: -530px;
  background-image: url(../img/special_soldout.png);
  background-size: 941px 273px;
  background-repeat: no-repeat;
  background-position: 40px 222px;
  background-color: rgba(67, 0, 3, 0.6);
  z-index: 5;
  font-size: 0;
}

#detail {
  position: relative;
  height: 1234px;
  overflow: hidden;
}

#detail .movie {
  position: relative;
  width: 100%;
  height: 598px;
  overflow: hidden;
  background-color: #430003;
}

#detail .movie #movie_thumbnail {
  position: absolute;
  width: 1920px;
  height: 1080px;
  top: -240px;
  left: 50%;
  margin-left: -960px;
  opacity: 0.8;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#detail .movie .play {
  display: block;
  position: absolute;
  width: 152px;
  height: 152px;
  top: 50%;
  left: 50%;
  margin: -72px 0 0 60px;
  background-image: url(../img/detail_movie_play.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
  opacity: 0.5;
}

#detail .movie .play:hover {
  opacity: 1;
}

#detail .character {
  position: absolute;
  width: 769px;
  height: 1222px;
  right: 50%;
  bottom: 0;
  margin: 0 -72px -38px 0;
  background-image: url(../img/detail_character.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 6;
}

#detail .inner {
  position: relative;
  width: 100%;
  height: 636px;
  background-image: url(../img/detail_bk.png);
}

#detail .inner h2 {
  position: absolute;
  width: 485px;
  height: 275px;
  top: -106px;
  left: 50%;
  margin-left: 50px;
  background-image: url(../img/detail_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 10;
}

#detail .inner .spec {
  display: block;
  position: relative;
  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;
  width: 1060px;
  margin: 0 auto;
  padding: 195px 0 0 417px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

#detail .inner .spec dt {
  width: 183px;
  height: 22px;
  margin-bottom: 22px;
}

#detail .inner .spec dt .wrapper {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#detail .inner .spec dt .wrapper .title {
  display: block;
  width: 183px;
  height: 22px;
  padding-top: 2px;
  background-color: #e60012;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
}

#detail .inner .spec dd {
  width: 427px;
  margin-bottom: 22px;
}

#detail .inner .spec dd .wrapper {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#detail .inner .spec dd .wrapper .text,
#detail .inner .spec dd .wrapper .tip {
  display: block;
  width: 427px;
  padding-top: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
}

#detail .inner .spec dd .wrapper .text.price,
#detail .inner .spec dd .wrapper .tip.price {
  position: relative;
  padding-top: 0;
  line-height: 24px;
  left: -0.5em;
}

#detail .inner .spec dd .wrapper .tip {
  margin-top: 13px;
  color: #f2da02;
  font-size: 12px;
  line-height: 20px;
}

#products {
  width: 100%;
  height: 738px;
  overflow: hidden;
  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;
}

#products .title {
  position: relative;
  width: 50%;
  height: 738px;
}

#products .title .inner {
  position: absolute;
  width: 530px;
  height: 738px;
  top: 0;
}

#products .title .inner h2 {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  /*@include transition(0.2s ease opacity);
				&.end:hover{
					opacity: 0.5 !important;
				}*/
}

#products .title.title_01 {
  background-image: url(../img/products_bk_01.jpg);
  background-position: 100% 0;
}

#products .title.title_01 .inner {
  right: 0;
}

#products .title.title_01 .inner h2 {
  height: 258px;
  background-image: url(../img/products_h2_01.png);
  bottom: 30px;
}

#products .title.title_02 {
  background-image: url(../img/products_bk_02.jpg);
  background-position: 0 0;
}

#products .title.title_02 .inner {
  left: 0;
}

#products .title.title_02 .inner h2 {
  height: 322px;
  left: 10px;
  background-image: url(../img/products_h2_02.png);
  bottom: 19px;
}

#footer {
  width: 100%;
  background-color: #1e0317;
}

#twitter {
  padding: 45px 0 0;
}

#twitter .inner {
  width: 1060px;
  margin: 0 auto;
  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;
}

#twitter .inner .banner a {
  display: block;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#twitter .inner .banner a:hover {
  opacity: 0.5;
}

#twitter .inner .banner a .img {
  display: block;
  width: 307px;
  height: 250px;
  margin-bottom: 5px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#twitter .inner .banner a .title {
  display: block;
  color: #9a9a9a;
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
}

#twitter .inner .banner.banner_01 a .img {
  background-image: url(../img/footer_banner_01.png);
}

#twitter .inner .banner.banner_02 a .img {
  background-image: url(../img/footer_banner_02.png);
}

#twitter .inner .tl {
  width: 307px;
}

#copyright {
  padding: 35px 0;
}

#copyright .inner {
  width: 1060px;
  margin: 0 auto;
  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-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

#copyright .inner a {
  position: relative;
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#copyright .inner a:hover {
  opacity: 0.5;
}

#copyright .inner p {
  position: relative;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 625px;
  height: 139px;
  top: 7px;
  background-image: url(../img/footer_text.png);
  background-size: 625px 58px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#copyright .inner .wt {
  width: 226px;
  height: 139px;
  background-image: url(../img/footer_logo_01.png);
}

#copyright .inner .tw {
  width: 34px;
  height: 34px;
  margin-right: 7px;
  top: -27px;
  background-image: url(../img/footer_sns_01.png);
}

#copyright .inner .fb {
  width: 26px;
  height: 37px;
  margin-right: 20px;
  top: -27px;
  background-image: url(../img/footer_sns_02.png);
}

#copyright .inner .asw {
  width: 62px;
  height: 68px;
  top: -27px;
  background-image: url(../img/footer_logo_02.png);
}

#loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e60012;
  z-index: 100;
}

#loading .inner {
  position: absolute;
  width: 520px;
  height: 308px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#loading .inner .logo {
  width: 520px;
  height: 308px;
  background-image: url(../img/loading.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#loading .cover {
  position: absolute;
  width: 525px;
  height: 525px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#loading .cover_01 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#loading .cover_01 .line {
  width: 1%;
  height: 35px;
  margin-top: 35px;
  background-color: #e60012;
}

#loading .cover_02 {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

#loading .cover_02 .line {
  width: 1%;
  height: 35px;
  margin-bottom: 35px;
  background-color: #e60012;
}

#effect {
  display: none;
  position: fixed;
  width: 100vw;
  height: 300vh;
  top: -100vh;
  left: 0;
  z-index: 150;
}

#effect .borders {
  -webkit-transform: skewY(-45deg);
  -moz-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  -o-transform: skewY(-45deg);
  transform: skewY(-45deg);
}

#effect .borders_top {
  position: absolute;
  width: 100%;
  height: 300vh;
  top: 0;
  left: 0;
  z-index: 101;
}

#effect .borders_top .border {
  width: 100%;
  height: 5vh;
  margin: 5vh auto 0 0;
  background-color: #000;
}

#effect .borders_bottom {
  position: absolute;
  width: 100%;
  height: 300vh;
  top: 0;
  right: 0;
  z-index: 101;
}

#effect .borders_bottom .border {
  width: 100%;
  height: 5vh;
  margin: 0 0 5vh auto;
  background-color: #000;
}

#effect .progress {
  position: fixed;
  width: 100%;
  height: 1px;
  top: 50%;
  right: 0;
  z-index: 105;
}

#effect .progress .bar {
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #e70015;
}

#content_change .now {
  display: none;
}

#content_change .left {
  position: fixed;
  display: block;
  width: 172px;
  height: 173px;
  left: 0;
  bottom: 0;
  background-image: url(../img/cnav_left.png);
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 50;
  -webkit-transition: 0.2s ease left;
  -moz-transition: 0.2s ease left;
  -o-transition: 0.2s ease left;
  transition: 0.2s ease left;
}

#content_change .left:hover {
  left: -10px;
}

#content_change .right {
  position: fixed;
  display: block;
  width: 172px;
  height: 173px;
  right: 0;
  bottom: 0;
  background-image: url(../img/cnav_right.png);
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 50;
  -webkit-transition: 0.2s ease right;
  -moz-transition: 0.2s ease right;
  -o-transition: 0.2s ease right;
  transition: 0.2s ease right;
}

#content_change .right:hover {
  right: -10px;
}

#modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(20, 4, 5, 0.9);
  z-index: 90;
}

#modal .inner .img {
  position: absolute;
  height: 600px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 4px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#modal .inner .shop_item_01 {
  width: 424px;
  background-image: url(../img/shop_zoom_01.png);
}

#modal .inner .shop_item_02 {
  width: 428px;
  background-image: url(../img/shop_zoom_02.png);
}

#modal .inner .shop_item_03 {
  width: 424px;
  background-image: url(../img/shop_zoom_03.png);
}

#modal .inner .shop_item_04 {
  width: 858px;
  background-image: url(../img/shop_zoom_04.png);
}

#modal .inner .shop_item_05 {
  width: 850px;
  background-image: url(../img/shop_zoom_05.png);
}

#modal .close {
  position: absolute;
  display: block;
  width: 52px;
  height: 52px;
  right: 25px;
  top: 25px;
  background-image: url(../img/modal_close.png);
  cursor: pointer;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#modal .close:hover {
  opacity: 0.5;
}

#movie_modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(20, 4, 5, 0.9);
  z-index: 90;
}

#movie_modal .inner {
  position: absolute;
  width: 800px;
  height: 450px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#movie_modal .close {
  position: absolute;
  display: block;
  width: 52px;
  height: 52px;
  right: 25px;
  top: 25px;
  background-image: url(../img/modal_close.png);
  cursor: pointer;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#movie_modal .close:hover {
  opacity: 0.5;
}

/*

			@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);
			.btns{
				width: 100%;
				height: 120px;
				text-align: center;
				.btn{
					display: inline-block;
					margin: 0 25px;
					@include bgs;
					@include transition(0.2s ease opacity);
					&:hover{
						opacity: 0.5;
					}


*/

/*# sourceMappingURL=style.css.map */