/* ---------------------------------- */
/* shared.css                         */
/* ---------------------------------- */
/*
 *  TABLE OF CONTENTS
 *
 *  @BASE
   *  @WRAP
     *  @PAGE
       *  @HEADER
       *  @CONTENTS
       *  @PAGETOP
       *  @FOOTER
 *
 */
/* =================================
   @BASE
================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
/* font-family: 'Noto Sans JP', sans-serif;  400 900 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;900&display=swap");
/* font-family: 'Noto Sans TC', sans-serif; 400 900 */
::selection {
  color: #ff4dc2;
  background: #ffffff;
}

html {
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
  vertical-align: baseline;
  font-size: 10px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin: 0;
}

body.tw {
  font-family: "Noto Sans TC", sans-serif;
}

img,
picture {
  width: 100%;
}

a {
  display: block;
}

/* eng */
.en .kv--h1 {
  width: 32.1%;
  top: 19%;
  right: 8.3%;
}

.en .kv--h2 {
  top: 39%;
  right: 4.9%;
}

.en .kv--h2 span {
  padding: 0 0.1em;
  margin-bottom: 10px;
}

.en .kv--btn {
  top: 79%;
}

.en .spec--inner {
  padding: 85px 0 120px;
}

@media only screen and (max-width: 767px) {
  .en .kv--h1 {
    width: 40%;
    top: 45.1%;
    right: 55.3%;
  }
  .en .kv--h2 {
    top: 63%;
    right: 8%;
  }
  .en .kv--btn {
    top: 102.6%;
  }
  .en .kv--inner {
    margin-bottom: 20vw;
  }
  .en .spec--inner {
    padding: 11.333vw 3vw 16vw;
  }
}

/* tw */
.tw .kv--h1 {
  width: 30.8%;
  top: 10%;
  right: 9.3%;
}

.tw .kv--h2 {
  top: 46%;
  right: 5.9%;
}

@media only screen and (max-width: 767px) {
  .tw .kv--h1 {
    width: 50%;
    top: 41.1%;
    right: 46.3%;
  }
  .tw .kv--h2 {
    top: 63%;
    right: 5%;
  }
  .tw .kv--h2 span {
    font-size: 8.2vw;
  }
  .tw .kv--btn {
    top: 89.6%;
  }
  .tw .kv--inner {
    margin-bottom: 0;
  }
}

/* =================================
   @PAGE
================================= */
.wrapper {
  background: url("../image/bg.png") repeat;
  background-size: 1400px;
  text-align: center;
}

/* =================================
   @HEADER
================================= */
header {
  position: relative;
  width: 100%;
  z-index: 100;
}

.header--inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  display: flex;
  justify-content: space-between;
  background-color: #000;
}

.header--logo.spi {
  margin: 30px 0 0 40px;
  width: 252px;
}

.header--logo.swi {
  width: 100px;
}

.header--logo.spi.num {
  width: 135px;
}

.header--box {
  display: flex;
}

@media only screen and (max-width: 1400px) {
  .header--logo.spi {
    width: 18vw;
  }
  .header--logo.swi {
    width: 7.143vw;
  }
  .header--logo.spi.num {
    width: 9.643vw;
  }
}

.top--bg {
  width: 100%;
  background: url("../image/naname.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 4%;
  left: 0;
  height: 33.2vw;
}

@media only screen and (max-width: 767px) {
  .header--logo.spi {
    margin: 4vw 0 0 4vw;
    width: 33.6vw;
  }
  .header--logo.swi {
    width: 13.333vw;
  }
  .header--logo.spi.num {
    width: 18vw;
  }
  .top--bg {
    width: 200%;
    height: 60.2vw;
    top: 0;
  }
}

/* ===== kv ===== */
.kv_sp {
  opacity: 0.5;
}

.kv--inner {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1400px;
}

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

.kv--h1 {
  position: absolute;
  width: 34.7%;
  top: 11.1%;
  right: 4.3%;
  z-index: 10;
  z-index: 200;
}

.kv--h2 {
  width: 39.5%;
  position: absolute;
  top: 43%;
  right: 2.9%;
  z-index: 10;
  display: inline;
  transform: rotate(-15deg);
  z-index: 200;
}

.kv--h2 span {
  background-color: #000;
  font-size: 56.5px;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  white-space: nowrap;
}

@media only screen and (max-width: 1400px) {
  .kv--h2 span {
    font-size: 4.036vw;
  }
}

.kv--h2 span:first-child::before {
  display: inline;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #c20000;
  position: absolute;
  left: -20px;
}

.kv--h2 span:last-child::after {
  display: inline;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #c20000;
  position: absolute;
  right: -20px;
}

.kv--btn {
  display: flex;
  position: absolute;
  justify-content: flex-start;
  align-items: center;
  top: 76.6%;
  right: 1.3%;
  width: 45%;
  z-index: 200;
}

.kv--btn__btn {
  width: 88.6%;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .wrapper {
    overflow: hidden;
    position: relative;
  }
  .kv--h1 {
    width: 49.067vw;
    top: 81.7vw;
    right: 50.367vw;
  }
  .kv--h2 {
    width: 89.933vw;
    top: 112.567vw;
    right: 2.467vw;
  }
  .kv--h2 span {
    font-size: 9vw;
    margin-bottom: 4vw;
  }
  .kv--h2 span:first-child::before {
    width: 2vw;
    left: -4vw;
  }
  .kv--h2 span:last-child::after {
    width: 2vw;
    right: -4vw;
  }
  .kv--btn {
    top: 170vw;
    left: 10vw;
    width: 90vw;
  }
  .kv {
    padding-top: 4.933vw;
  }
}

/* ===== \ kv ===== */
/* =================================
   @MAIN
================================= */
/* ===== spec ===== */
.about {
  width: 100%;
  margin: 0 auto 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
  padding: 68px 0;
}

.about--bg {
  width: 893px;
  position: absolute;
  top: 0;
  left: 50%;
}

.about--text {
  font-size: 24px;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  border-left: #940000 solid 10px;
  line-height: 2;
  font-weight: 900;
  position: relative;
}

.about--text > p {
  padding-left: 20px;
  text-align: left;
}

.txt_pink {
  color: #ff4ec2;
}

@media only screen and (max-width: 767px) {
  .about {
    width: 100%;
    margin: 5.333vw auto 0;
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding: 6vw 3vw;
    box-sizing: border-box;
  }
  .about--bg {
    width: 119.067vw;
    position: absolute;
    top: 0;
    left: 45%;
  }
  .about--text {
    font-size: 3.467vw;
    width: 100%;
    border-width: 1.333vw;
    box-sizing: border-box;
  }
  .about--text > p {
    padding-left: 2.667vw;
  }
}

/* ===== \ spec ===== */
.kuma01 {
  position: absolute;
  width: 173px;
  top: -61px;
  left: 50%;
  transform: translateX(70%);
  z-index: 100;
}

.kuma02 {
  position: absolute;
  width: 121px;
  left: 50%;
  transform: translateX(149%);
  bottom: -27px;
  z-index: 100;
}

.spec {
  position: relative;
}

.spec--wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.spec--bg {
  position: absolute;
  width: 1446px;
  left: 50%;
  top: -10px;
  transform: translateX(-60.1%);
}

.spec--inner {
  position: relative;
  padding: 115px 0;
  width: 770px;
  margin: 0 auto;
  color: #000;
}

.spec--header {
  width: 117px;
  margin: 0 auto;
  padding-left: 14px;
  transform: translateX(-50px);
}

.spec--header.store {
  width: 145px;
  margin: 0 auto;
  padding-left: 14px;
}

.spec--list {
  text-align: left;
  margin-top: 35px;
}

.spec--list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.spec--list .tag {
  background-color: #000;
  color: #fff;
  width: 130px;
  margin-right: 12px;
  text-align: center;
}

.spec--thumb {
  font-size: 0;
  border: 20px solid #000;
  margin-top: 30px;
  position: relative;
}

.spec--thumb:before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../image/plus.png);
  background-size: contain;
  right: 10px;
  top: 10px;
}

@media only screen and (max-width: 767px) {
  .spec--thumb:before {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
  }
  .spec--header.store {
    width: 18.905vw;
    margin: 0 auto;
    padding-left: 1.825vw;
  }
}

.spec--thumb:first-child {
  margin-top: 70px;
}

.spec--thumb:nth-child(2) {
  margin-bottom: 50px;
}

.fs20 {
  font-size: 20px;
  font-weight: 900;
}

.fs18 {
  margin-top: 30px;
  font-size: 18px;
  text-align: left;
}

.spec--inner.pb0 {
  padding-bottom: 0;
}

.spec--inner.pt0 {
  padding-top: 0;
}

.spec--store {
  background-image: url(../image/store_bg.png);
  background-size: cover;
  width: 690px;
  height: 40px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  margin: 0 auto;
}

.spec--store:not(:first-child) {
  margin-top: 80px;
}

.spec--store.mt40 {
  margin-top: 40px;
}

.spec--store__tit {
  font-size: 26px;
  font-weight: 900;
  margin-top: 40px;
}

.spec--store__box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.spec--store__box.space {
  justify-content: flex-start;
  margin-left: 40px;
}

.spec--store__box.mb50 {
  margin-bottom: 50px;
}

.spec--store__link {
  height: 60px;
  display: flex;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  padding-right: 5px;
  border-right: 10px solid #980000;
  line-height: 1.2;
}

.spec--store__link.mini {
  font-size: 20px;
}

.spec--store__link:hover {
  opacity: 1;
  border-right: 10px solid #000;
}

.spec--store__link:hover span {
  background-color: #980000;
}

.spec--store__link span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 200px;
  background-color: #000;
}

.spec--store__link:not(:first-child) {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .kuma01 {
    top: -8.133vw;
    width: 23.067vw;
  }
  .kuma02 {
    width: 16.133vw;
    bottom: -4vw;
  }
  .spec--bg {
    width: 192.8vw;
    top: -1.333vw;
    transform: translateX(-60.1%);
  }
  .spec--inner {
    padding: 11.333vw 3vw;
    width: 100vw;
    box-sizing: border-box;
  }
  .spec--header {
    width: 15.933vw;
    padding-left: 1.867vw;
  }
  .spec--list {
    margin-top: 4.667vw;
  }
  .spec--list li {
    margin-bottom: 1.333vw;
  }
  .spec--list .tag {
    width: 17.333vw;
    margin-right: 1.6vw;
  }
  .fs20 {
    font-size: 2.667vw;
  }
  .fs18 {
    margin-top: 4vw;
    font-size: 2.4vw;
  }
  .spec--thumb {
    font-size: 0;
    border: 2.667vw solid #000;
    margin-top: 4vw;
  }
  .spec--thumb:first-child {
    margin-top: 9.333vw;
  }
  .spec--thumb:nth-child(2) {
    margin-bottom: 6.667vw;
  }
  .spec--inner.pb0 {
    padding-bottom: 0;
  }
  .spec--inner.pt0 {
    padding-top: 0;
  }
  .spec--store {
    background-image: url(../image/store_bg.png);
    background-size: cover;
    width: 89.961vw;
    height: 5.215vw;
    margin-top: 5.215vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.868vw;
    font-weight: 900;
    color: #fff;
    margin: 0 auto;
  }
  .spec--store:not(:first-child) {
    margin-top: 10.43vw;
  }
  .spec--store.mt40 {
    margin-top: 5.215vw;
  }
  .spec--store__tit {
    font-size: 3.39vw;
    font-weight: 900;
    margin-top: 5.215vw;
  }
  .spec--store__box {
    display: flex;
    justify-content: center;
    margin-top: 3.911vw;
  }
  .spec--store__box.space {
    justify-content: flex-start;
    margin-left: 1.672vw;
  }
  .spec--store__box.mb50 {
    margin-bottom: 6.519vw;
  }
  .spec--store__link {
    height: 7.823vw;
    display: flex;
    font-size: 3.129vw;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    position: relative;
    padding-right: 0.652vw;
    border-right: 1.8vw solid #980000;
    line-height: 1.2;
  }
  .spec--store__link.mini {
    font-size: 2.608vw;
  }
  .spec--store__link:hover {
    opacity: 1;
    border-right: 10px solid #000;
  }
  .spec--store__link:hover span {
    background-color: #980000;
  }
  .spec--store__link span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 26.076vw;
    background-color: #000;
  }
  .spec--store__link:not(:first-child) {
    margin-left: 2.608vw;
  }
}

/* =================================
   @FOOTER
================================= */
footer {
  background-color: #000;
  position: relative;
}

.footer--inner {
  padding: 37px 0 40px;
}

.footer--banner {
  width: 158px;
  margin: 0 auto;
}

.footer--esrb {
  width: auto;
  height: 228px;
  margin: 40px auto 0;
}

.footer--esrb img {
  height: 100%;
  width: auto;
}

.footer--inner > p {
  margin: 30px auto 0;
}

.mfp-close {
  width: 50px !important;
  top: -50px !important;
}

@media only screen and (max-width: 767px) {
  .mfp-close {
    width: 10vw !important;
    top: -11vw !important;
  }
}

.mfp-content {
  max-width: 70% !important;
}

@media only screen and (max-width: 767px) {
  .mfp-content {
    max-width: 95% !important;
  }
}

.mfp-figure:after {
  display: none;
}

a {
  transition: 300ms;
}

a:hover {
  opacity: 0.7;
}

.spec--store__wrapper {
  display: flex;
  justify-content: space-between;
  width: 690px;
  margin: 30px auto 0;
}

.spec--store__wrapper.mt50 {
  margin-top: 50px;
}

.spec--store__inner {
  width: 322px;
  text-align: left;
}

.spec--store__inner.nowi {
  width: 100%;
}

.spec--store__inner:nth-child(2) {
  border-left: 2px solid #000;
  padding-left: 24px;
}

.spec--store__head {
  font-size: 18px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
  display: inline-block;
  text-align: left;
}

.spec--store__head.mt50 {
  margin: 50px 0 0;
}

.spec--store__thumb {
  width: 322px;
  margin-top: 25px;
}

.spec--store__thumb.mt0 {
  margin-top: 0;
}

.spec--store__name {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
}

.spec--store__name.mt0 {
  margin-top: 0;
}

.spec--store__btn {
  font-size: 20px;
  color: #fff;
  width: 322px;
  height: 60px;
  margin: 30px auto 0;
  border: 1px solid #fff;
  border-right: 10px solid #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spec--store__btn:hover {
  opacity: 1;
  border-color: #980000;
  background-color: #000;
}

.spec--store__item {
  width: 690px;
  text-align: left;
}

.spec--store__item:not(:first-child) {
  margin-top: 80px;
}

.spec--store__list {
  font-size: 20px;
}

.spec--store__text {
  font-size: 18px;
  margin-top: 20px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .spec--store__wrapper {
    display: flex;
    justify-content: space-between;
    width: 89.961vw;
    margin: 30px auto 0;
  }
  .spec--store__wrapper.mt50 {
    margin-top: 6.519vw;
  }
  .spec--store__inner {
    width: 41.982vw;
    text-align: left;
  }
  .spec--store__inner.nowi {
    width: 100%;
  }
  .spec--store__inner:nth-child(2) {
    border-left: 2px solid #000;
    padding-left: 3.129vw;
  }
  .spec--store__head {
    font-size: 2.347vw;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 0 2.608vw;
    display: inline-block;
    text-align: left;
  }
  .spec--store__head.mt50 {
    margin: 6.519vw 0 0;
  }
  .spec--store__thumb {
    width: 41.982vw;
    margin-top: 3.259vw;
  }
  .spec--store__name {
    font-size: 2.868vw;
    font-weight: bold;
    margin-top: 2.608vw;
    line-height: 1.5;
  }
  .spec--store__name.mt0 {
    margin-top: 0;
  }
  .spec--store__btn {
    font-size: 2.608vw;
    color: #fff;
    width: 41.982vw;
    height: 7.823vw;
    margin: 30px auto 0;
    border: 1px solid #fff;
    border-right: 10px solid #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spec--store__item {
    width: 89.961vw;
    text-align: left;
  }
  .spec--store__item:not(:first-child) {
    margin-top: 10.43vw;
  }
  .spec--store__list {
    font-size: 2.608vw;
  }
  .spec--store__text {
    font-size: 2.347vw;
    margin-top: 2.608vw;
    text-align: left;
  }
}
