/* デフォルト
--------------------------------------------------*/
html {
  min-height: 100%;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5px;
  background-color: #000;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, th {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body {
  animation: fadeIn 2s ease-in-out 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  vertical-align: bottom;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
.clear {
  clear: both;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
/* 背景
--------------------------------------------------*/
.back_section {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 1000px;
}
.main_pic_pc {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  min-height: 1000px;
  background-image: url(../image/main_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}
.main_pic_pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.ojf {
  font-family: 'object-fit: cover;';
}
.main_back {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  min-height: 1000px;
  background-image: url(../image/main_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.back {
  opacity: 0;
}
.main_pic_tb {
  display: none;
}
@media screen and (max-width: 1200px) {
  .main_pic_01 {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 700px) {
  .main_pic_tb {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    min-height: 1000px;
    background-image: url(../image/main_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
  }
  .main_pic_tb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
/* メインビジュアル
--------------------------------------------------*/
.main_section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 1000px;
  color: #fff;
  overflow: hidden;
  z-index: 5;
}
.main_title {
  position: absolute;
  top: 50%;
  left: 20%;
  margin-left: -250px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50%;
  min-width: 700px;
  max-width: 800px;
  text-align: center;
}
.main_title img {
  width: 100%;
  height: auto;
}
.anniversary_icon {
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  width: 20%;
  min-width: 280px;
  max-width: 320px;
  height: auto;
}
.anniversary_icon img {
  width: 100%;
  height: auto;
}
.ziz_logo {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 10%;
  max-width: 60px;
}
.ziz_logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .main_section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 1000px;
    color: #fff;
    overflow: hidden;
  }
  .main_title {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 20px;
    margin-left: 10px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: auto;
    min-width: inherit;
    max-width: inherit;
    text-align: left;
  }
  .main_title img {
    width: auto;
    height: 100%;
  }
  .main_title p {
    display: none;
  }
  .anniversary_icon {
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px;
    width: auto;
    min-width: 280px;
    max-width: 340px;
    height: 24%;
    text-align: right;
  }
  .anniversary_icon img {
    width: auto;
    height: 100%;
  }
  .ziz_logo {
    position: absolute;
    top: 30px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: auto;
    width: 10%;
    max-width: 60px;
    min-width: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .main_section {
    position: relative;
    width: 100%;
    height: auto;
    min-height: inherit;
    color: #fff;
    overflow: hidden;
  }
  .main_pic_sp {
    position: relative;
    width: 100%;
    height: auto;
  }
  .main_pic_sp img {
    width: 100%;
    height: auto;
  }
  .ziz_logo {
    position: absolute;
    top: 2.73%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: auto;
    width: 10%;
    max-width: 60px;
    min-width: 40px;
    text-align: center;
  }
}
/* 発売日
--------------------------------------------------*/
.release_date {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
  overflow: hidden;
  z-index: 10;
}
.anniversary_icon_sp {
  display: none;
}
.date {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 100px auto 0;
  text-align: center;
  z-index: 10;
}
.date img {
  width: 100%;
  height: auto;
}
.release {
  position: relative;
  width: 82%;
  max-width: 500px;
  margin: auto;
  text-align: center;
  z-index: 10;
}
.release img {
  width: 100%;
  height: auto;
}
.present_ban {
  position: relative;
  width: 100%;
  height: auto;
  margin: 40px auto 0;
  z-index: 5;
}
.present_ban_pic {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: auto;
}
.present_ban_pic img {
  width: 100%;
  height: auto;
}
.present_bg {
  position: absolute;
  top: -156px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 1000px) {
  .present_ban_pic {
    position: relative;
    width: 90%;
    max-width: 760px;
    height: auto;
    margin: auto;
  }
}
@media screen and (max-width: 700px) {
  .release_date {
    position: relative;
    width: 100%;
    margin: -80px auto 0;
    text-align: center;
    overflow: hidden;
  }
  .anniversary_icon_sp {
    position: relative;
    width: 42%;
    max-width: 230px;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
  }
  .anniversary_icon_sp img {
    width: 100%;
    height: auto;
  }
  .date {
    margin: 30px auto 0;
  }
  .present_ban_pic {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: auto;
    margin: auto;
  }
  .present_bg {
    display: none;
  }
}
/* 購入ボタン
--------------------------------------------------*/
.btn_list {
  position: relative;
  width: 90%;
  margin: 60px auto 0;
  text-align: center;
  font-size: 0;
}
.btn_list li {
  display: inline-block;
  list-style-type: none;
  padding: 0 10px 20px;
}
.btn_list {
  display: block;
}
.btn_list img {
  width: 100%;
  max-width: 220px;
  height: auto;
}
/* 購入ボタンエフェクト
--------------------------------------------------*/
.button {
  display: inline-block;
  position: relative;
  width: 250px;
  margin: 0;
  padding: .5em 0;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(#c1c7d9, #5d6476);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(#1dc2ff, #00547f);
  opacity: 0;
  z-index: -1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.button:hover::before {
  opacity: 1;
}
.button span {
  position: relative;
  padding: 0 9px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button span::after {
  position: absolute;
  width: 18px;
  height: 16px;
  top: 50%;
  right: 0;
  content: '';
  margin-top: -8px;
  background-image: url(../image/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button:hover span {
  padding: 0 18px 0 0;
}
.button:hover span::after {
  right: -9px;
  opacity: 1;
}
/* ムービー
--------------------------------------------------*/
.movie_section {
  position: relative;
  width: 100%;
  margin: -50px auto 0;
  padding: 340px 0;
  overflow: hidden;
}
.movie_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 143%;
  max-width: 1590px;
  height: auto;
  pointer-events: none;
}
.movie_bg img {
  width: 100%;
  height: auto;
}
.movie {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.movie_btn {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
}
.movie_btn img {
  width: 100%;
  height: auto;
}
.movie_pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_btn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 5;
}
.movie_btn a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.movie_play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 5;
}
.movie_btn + .movie_play img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.movie_btn:hover + .movie_play img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media screen and (max-width: 1000px) {
  .movie_section {
    position: relative;
    width: 100%;
    margin: -3% auto 0;
    padding: 34% 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 700px) {
  .movie:hover .movie_play img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* アニメーション
---------------------------------------------------- */
.animation_pic_01 {
  background-image: url(../image/movie_pic_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.animation_pic_02 {
  background-image: url(../image/movie_pic_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.animation_pic_03 {
  background-image: url(../image/movie_pic_03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.animation_pic_04 {
  background-image: url(../image/movie_pic_04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.animation_pic_05 {
  background-image: url(../image/movie_pic_05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_anime01 {
  pointer-events: none;
  animation: bg_anime 10s ease-in-out -10s infinite;
}
.bg_anime02 {
  pointer-events: none;
  animation: bg_anime 10s ease-in-out -8s infinite;
}
.bg_anime03 {
  pointer-events: none;
  animation: bg_anime 10s ease-in-out -6s infinite;
}
.bg_anime04 {
  pointer-events: none;
  animation: bg_anime 10s ease-in-out -4s infinite;
}
.bg_anime05 {
  pointer-events: none;
  animation: bg_anime 10s ease-in-out -2s infinite;
}
@keyframes bg_anime {
  0% {
    opacity: 1;
    z-index: 5;
  }
  20% {
    opacity: 0;
    z-index: 5;
  }
  40% {
    opacity: 0;
    z-index: 1;
  }
  60% {
    opacity: 0;
    z-index: 2;
  }
  80% {
    opacity: 0;
    z-index: 3;
  }
  81% {
    opacity: 1;
    z-index: 4;
  }
  100% {
    opacity: 1;
    z-index: 4;
  }
}
/* 案内
--------------------------------------------------*/
.about_section {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
  z-index: 5;
}
.about {
  position: relative;
  width: 100%;
  margin: -300px auto 0;
  text-align: center;
  overflow: hidden;
}
.about_lead {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 300px auto 0;
}
.about_lead img {
  width: 100%;
  height: auto;
}
.about_bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
  display: block;
}
.about_title {
  position: relative;
  width: 82%;
  max-width: 500px;
  height: auto;
  margin: auto;
}
.about_title img {
  width: 100%;
  height: auto;
}
.about_text {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: auto;
}
.about_text p {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .about_text p {
    text-align: left;
  }
  .about_text p br {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about_bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    pointer-events: none;
  }
  .about_bg img {
    width: 100%;
    height: auto;
  }
}
/* ギャラリー
--------------------------------------------------*/
.gallery_section {
  position: relative;
  width: 100%;
  padding: 340px 0;
  overflow: hidden;
}
.gallery {
  position: relative;
  width: 95%;
  max-width: 1412px;
  margin: auto;
  font-size: 0;
  text-align: center;
  list-style: none;
}
.gallery_bg_top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 200%;
  max-width: 2000px;
  height: auto;
  pointer-events: none;
}
.gallery_bg_top img {
  width: 100%;
  height: auto;
}
.gallery_bg_middle {
  display: none;
}
.gallery_bg_bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 140%;
  max-width: 2000px;
  height: auto;
  pointer-events: none;
}
.gallery_bg_bottom img {
  width: 100%;
  height: auto;
}
.gallery li {
  display: inline-block;
  width: 20%;
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
}
.gallery li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .gallery li {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .gallery_section {
    position: relative;
    width: 100%;
    margin: -3% auto 0;
    padding: 34% 0;
    overflow: hidden;
  }
  .gallery_bg_middle {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200%;
    max-width: 2000px;
    height: auto;
    pointer-events: none;
  }
  .gallery_bg_middle img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .gallery li {
    width: 33.33%;
  }
}
@media screen and (max-width: 600px) {
  .gallery li {
    width: 50%;
  }
}
/* 特典
--------------------------------------------------*/
.present_section {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 220px 0 0;
  text-align: center;
  overflow: hidden;
  z-index: 10;
}
.rpg_logo {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.rpg_logo img {
  width: 100%;
  height: auto;
}
.taimanin_rpgx {
  position: relative;
  width: 70%;
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.taimanin_rpgx img {
  width: 100%;
  height: auto;
}
.ticket {
  position: relative;
  margin-top: -330px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 200%;
  max-width: 2000px;
  height: auto;
  pointer-events: none;
}
.ticket img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .ticket {
    margin-top: -33%;
  }
}
@media screen and (max-width: 800px) {
  .present_section {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .ticket {
    position: relative;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    max-width: inherit;
    height: auto;
    pointer-events: none;
  }
}
/* インフォ
--------------------------------------------------*/
.info_section {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 220px 0 0;
  text-align: center;
}
.jacket {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.jacket img {
  width: 100%;
  height: auto;
}
.info_list {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  font-size: 0;
}
.info_list li {
  display: inline-block;
  list-style-type: none;
  padding: 0 5px;
}
@media screen and (max-width: 800px) {
  .info_section {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .info_list li {
    width: 100%;
    padding: 0;
  }
}
/* ソーシャル
--------------------------------------------------*/
.btn_share {
  position: relative;
  width: 100%;
  margin: 220px auto 0;
  text-align: center;
  font-size: 0;
}
.btn_share li {
  display: inline-block;
  list-style-type: none;
}
@media screen and (max-width: 800px) {
  .btn_share {
    margin: 120px auto 0;
  }
}
/* パンクズリスト
--------------------------------------------------*/
.navi {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
ol.breadcrumbs {
  margin: 0;
  text-align: center;
  font-size: 0;
  list-style: none;
}
ol.breadcrumbs li {
  display: inline-block;
  margin: 0.4em 0.6em 0.4em;
  line-height: 1em;
}
.space {
  background: url(../image/breadcrumbs.png) right;
  background-repeat: no-repeat;
  background-size: contain;
}
li.breadcrumbs a {
  margin-right: 2em;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
li.breadcrumbs a:hover {
  color: #fff;
}
li.breadcrumbs a::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
li.breadcrumbs a:hover::after {
  width: 100%;
}
/* ツールチップ
--------------------------------------------------*/
.tooltip {}
.tooltip li {
  display: list-item;
  list-style-type: none;
  border: solid #C2C1CA;
  border-width: 0 0 1px;
}
.tooltip li:first-child {
  border: solid #C2C1CA;
  border-width: 0 0 1px;
}
.tooltip li p {
  padding-left: 1.5em;
  line-height: 1.2em;
  background-image: url(../image/arrow_b.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.tooltip li a {
  display: block;
  padding: 1em 1.2em 0.8em 1em;
}
/* フッター
--------------------------------------------------*/
.footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #3E4052;
  text-align: center;
}
ul.icon {
  font-size: 0;
  list-style: none;
}
li.icon {
  display: inline-block;
  width: 22%;
  max-width: 150px;
  vertical-align: middle;
}
li.border {
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #fff;
  vertical-align: middle;
  list-style: none;
}
li.icon img {
  width: 40%;
  min-width: 32px;
  max-width: 38px;
  height: auto;
}
.link {
  font-size: 0;
  list-style: none;
}
.link li {
  display: inline-block;
  margin: 0 0.8em 0.8em;
  line-height: 1em;
}
.link li a {
  padding-left: 1.3em;
  background-image: url(../image/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.copyright img {
  width: 60%;
  min-width: 280px;
  max-width: 300px;
}
.copyright img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  li.border {
    display: none;
  }
}
/* ボタン
--------------------------------------------------*/
ul.btn_shop, ul.btn_series {
  display: none;
  max-width: 532px;
  margin: -6px auto;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  font-size: 0;
}
ul.btn_shop_sp, ul.btn_series_sp {
  display: block;
  max-width: 532px;
  margin: -6px auto;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  font-size: 0;
}
li.btn_shop, li.btn_series {
  list-style: none;
  display: inline-block;
  width: 50%;
  min-width: 220px;
}
li.btn_shop img, li.btn_series img {
  width: 93%;
  min-width: 200px;
  max-width: 250px;
  padding: 6px 8px;
}
/* モーダル
--------------------------------------------------*/
.package, .download {
  position: relative;
  width: 100%;
  max-width: 1200px;
  background: #fff;
  text-align: center;
}
.close_modal {
  position: absolute;
  top: 28px;
  right: 28px;
}
.close_modal img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.top_modal {
  margin: auto;
}
.top_modal img {
  width: 100%;
  max-width: 460px;
}
.official {
  margin: 0 1px 0 3px;
  padding: 0 5%;
}
.official_bana {
  position: relative;
  width: 70%;
  min-width: 380px;
  max-width: 620px;
  margin: auto;
}
.official_modal {
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
}
.official_bana img:not(.tokuten_icon) {
  width: 100%;
  height: auto;
}
.border_modal {
  height: 20px;
  margin-bottom: 2px;
  border: solid #C2C1CA;
  border-width: 1px 0 0;
}
.list_modal {
  margin-left: 4px;
  padding: 0 5%;
}
.shop_modal {
  float: left;
  width: 33.3%;
  margin-left: -1px;
  margin-bottom: 20px;
}
.shop_modal a {
  display: block;
  width: 100%;
}
.shop_modal p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bana {
  position: relative;
  width: 70%;
  max-width: 200px;
  margin: auto;
}
.bana img:not(.tokuten_icon) {
  width: 100%;
  height: auto;
}
.tokuten_icon {
  position: absolute;
  top: -12px;
  left: -20px;
  width: 80px;
}
.comingsoon {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 80px;
}
.border_modal {
  height: 20px;
  margin-bottom: 10px;
  border: solid #C2C1CA;
  border-width: 1px 1px 0;
}
.bottom_modal {
  width: 200px;
  margin: auto;
}
.bottom_modal img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .official {
    margin: 0 1px 0 3px;
    padding: 0 5%;
  }
  .bana {
    position: relative;
    width: 70%;
    max-width: 200px;
    margin: auto;
  }
  .list_modal {
    margin-left: 3px;
    padding: 0 5%;
  }
  .shop_modal {
    float: left;
    width: 50%;
    margin-left: -1px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .close_modal {
    position: absolute;
    top: 18px;
    right: 18px;
  }
  .official {
    margin: 0;
    padding: 0 5%;
  }
  .official_modal {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .official_modal a {
    display: block;
    width: 100%;
  }
  .official_modal p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .official_bana {
    position: relative;
    width: 100%;
    min-width: 180px;
    max-width: 180px;
    margin: auto;
  }
  .official_bana img:not(.tokuten_icon) {
    width: 100%;
    height: auto;
  }
  .border_modal {
    height: 20px;
    margin-bottom: 2px;
    border: solid #C2C1CA;
    border-width: 1px 0 0;
  }
  .list_modal {
    margin: 0;
    padding: 0 5%;
  }
  .shop_modal, .series_modal {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .bana {
    position: relative;
    width: 70%;
    max-width: 180px;
    margin: auto;
  }
  .bana img:not(.tokuten_icon) {
    width: 100%;
    height: auto;
  }
  .bottom_modal {
    width: 180px;
    margin: auto;
  }
  .bottom_modal img {
    width: 100%;
    height: auto;
  }
}
/* ポップアップ
--------------------------------------------------*/
.mfp-close {
  z-index: 1047;
  position: fixed;
  top: 28px;
  right: 28px;
  width: 30px;
  height: 30px;
  background-image: url(../image/close_icon.png);
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.mfp-bottom-bar {
  display: none;
}
@media screen and (max-width: 500px) {
  .mfp-close {
    top: 18px;
    right: 18px;
  }
}
/* テキスト
--------------------------------------------------*/
.text10 {
  font-size: 10px;
  line-height: 1.6em;
}
.text12 {
  font-size: 12px;
  line-height: 1.6em;
}
.text13 {
  font-size: 13px;
  line-height: 1.6em;
}
.text14 {
  font-size: 14px;
  line-height: 1.6em;
}
.text16 {
  font-size: 16px;
  line-height: 1.8em;
}
.text22 {
  font-size: 19px;
  line-height: 1.4em;
}
.text40 {
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.purple {
  color: #D21A6C;
}
@media screen and (max-width: 700px) {
  .text16 {
    font-size: 14px;
    line-height: 1.8em;
  }
}
/* リンク
--------------------------------------------------*/
a, a:link, a:active, a:visited {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}
.tooltip a, .tooltip a:link, .tooltip a:active, .tooltip a:visited {
  color: #000;
  font-style: normal;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tooltip a:hover, .tooltip a:active {
  color: #00BFFF;
  background-color: #000;
}
a:hover, a:active {
  border: none;
  outline: none;
}
a:focus, *:focus {
  outline: none;
}
.opacity {
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  transform: perspective(0);
}
a.opacity:hover {
  opacity: 0.6;
}
/* ページ内リンク
--------------------------------------------------*/
span.link {
  position: relative;
  top: 220px;
  display: block;
}
@media screen and (max-width: 800px) {
  span.link {
    top: 120px;
  }
}
/* スペース調整
--------------------------------------------------*/
.pt6 {
  padding-top: 6px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 400px) {
  .br::before {
    content: "\A";
    white-space: pre;
  }
}
/* フェードインエフェクト
--------------------------------------------------*/
.fadein {
  opacity: 0;
  -webkit-transform: scale(0.8, 08);
  transform: scale(0.8, 0.8);
  transition: opacity 0.5s ease, transform 1s ease;
  will-change: opacity;
}
.fadein.active {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}