@charset "UTF-8";
.is-view-pc {
  display: none;
}

@media screen and (min-width:760px) {
  .is-view-sp {
    display: none;
  }
  .is-view-pc {
    display: block;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
.bg {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -99;
  max-width: 1200px;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg:after {
  content: "";
  background: url(../img/bg_dot.png) repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.bg img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100vh;
}
@media screen and (min-width:640px) {
  .bg img {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 6%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0.8) 94%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 6%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0.8) 94%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen and (min-width:760px) {
  .bg {
    top: -100px;
    left: 50%;
    width: 100%;
    height: auto;
  }
  .bg img {
    width: 100%;
    height: auto;
  }
}

.kv-area {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  background: url("../img/gradius_kv.webp") no-repeat, #000000;
  background-size: 115% auto;
  background-position: 50% 0;
}
@media screen and (min-width:760px) {
  .kv-area {
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 5%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.8) 95%, rgb(0, 0, 0) 100%), url("../img/gradius_kv.webp") no-repeat, #000000;
    background-size: 100% auto;
    background-position: 50% 6%;
  }
}
@media screen and (min-width: 972px) {
  .kv-area {
    background-size: 972px auto;
  }
}
.kv-area h1 {
  padding: 10px 10px 0 0;
  text-align: center;
}
.kv-area h1 img {
  width: 70%;
  max-width: 553px;
  height: auto;
}
@media screen and (min-width:760px) {
  .kv-area h1 {
    padding: 37px 35px 0 0;
    text-align: right;
  }
  .kv-area h1 img {
    width: 55%;
  }
}
.kv-area .logo-40th {
  padding-top: clamp(
          6.25rem,
          8.482rem + -11.16vw,
          3.125rem
  );
  position: relative;
  left: 15px;
  width: 30%;
  height: auto;
  max-width: 156px;
}
.kv-area .logo-40th img {
  width: 100%;
  height: auto;
}
@media screen and (min-width:760px) {
  .kv-area .logo-40th {
    position: absolute;
    top: 0;
    padding: 0;
  }
}
.kv-area .catch-copy {
  margin: 0 auto;
  font-size: clamp(
          1rem,
          0.375rem + 3.13vw,
          1.875rem
  );
  font-weight: 600;
  line-height: 1.4;
  text-shadow: 0 0 10px #00123e, 0 0 10px #002178, 0 0 10px #002178, 0 0 10px #002178, 0 0 10px #002178, 0 0 10px #002178, 0 0 10px #002178, 0 0 10px #002178;
  width: 96%;
  max-width: 900px;
}
@media screen and (min-width:760px) {
  .kv-area .catch-copy {
    margin: 0 30px;
    padding-top: clamp(
          15.625rem,
          9.152rem + 32.37vw,
          24.6875rem
  );
  }
  .kv-area .catch-copy .big {
    font-size: 120%;
  }
}

.logo-area {
  padding: 0 10px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 834px;
  background: linear-gradient(to top, rgba(63, 70, 85, 0.9) 0%, rgba(32, 50, 99, 0.9) 50%, rgba(0, 0, 0, 0.8) 100%);
  backdrop-filter: blur(0.2px);
  mask-image: linear-gradient(to top, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%), linear-gradient(to left, rgb(0, 0, 0) 94%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  mask-composite: intersect;
}
.logo-area img {
  display: block;
  width: 100%;
  height: auto;
}
.logo-area .logo-area-big {
  flex: 1;
  max-width: 243px;
}
.logo-area .logo-area-big img {
  width: 100%;
  height: auto;
}
.logo-area .logo-area-small {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 1.5;
}
.logo-area .logo-area-small figure {
  padding: 3px;
  display: flex;
  justify-content: center;
  width: 31%;
}
@media screen and (min-width:760px) {
  .logo-area {
    padding: 24px 34px 0;
  }
  .logo-area > figure {
    width: 33%;
  }
}

.blue-band {
  padding: 10px 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  border-top: 3px rgba(64, 109, 243, 0.8) solid;
  border-bottom: 3px rgba(64, 109, 243, 0.8) solid;
  background-color: rgb(0, 0, 89);
}
@media screen and (min-width:760px) {
  .blue-band {
    background-color: rgba(0, 0, 89, 0.8);
  }
}
.blue-band .blur-band-in {
  position: relative;
  margin: 0 auto;
  padding: 10px 0 0;
  border-top: 1px rgba(64, 109, 243, 0.8) solid;
  border-bottom: 1px rgba(64, 109, 243, 0.8) solid;
}
@media screen and (min-width:760px) {
  .blue-band .blur-band-in {
    padding: 10px 0 0;
  }
}
.blue-band .blue-band-contents {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 90px;
  width: 90%;
  max-width: 1200px;
}
@media screen and (min-width:760px) {
  .blue-band .blue-band-contents {
    padding-bottom: 0;
    min-height: 170px;
  }
}
.blue-band .text-platform {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 757px;
}
@media screen and (min-width:760px) {
  .blue-band .text-platform {
    width: 64%;
  }
}
.blue-band .text {
  padding-bottom: clamp(
          0.625rem,
          0.402rem + 1.12vw,
          0.9375rem
  );
  font-size: clamp(
          0.875rem,
          0.563rem + 1.56vw,
          1.3125rem
  );
  line-height: 1.4;
  border-bottom: 1px solid #406df3;
  max-width: 770px;
}
@media screen and (min-width:760px) {
  .blue-band .text {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.blue-band .platform {
  margin: 0 auto;
  padding-top: clamp(
          0.625rem,
          0.402rem + 1.12vw,
          0.9375rem
  );
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 700px;
}
.blue-band .platform li {
  padding: 0 5px;
}
.blue-band .platform img {
  width: 100%;
  height: auto;
}

.btn-buy {
  position: absolute;
  top: 63%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  height: auto;
  box-sizing: border-box;
  transition: 0.5s;
}
.btn-buy .img {
  display: block;
  width: 100%;
  max-width: 240px;
}
.btn-buy .img img {
  width: 100%;
  height: auto;
}
.btn-buy .date {
  margin-bottom: 5px;
  font-size: clamp(
          1.5rem,
          0.786rem + 3.57vw,
          2.5rem
  );
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}
.btn-buy .date .small {
  font-size: 75%;
}
.btn-buy a {
  transition: all 0.5s;
}
.btn-buy a:hover {
  transform: translateY(10px);
}
@media screen and (min-width:760px) {
  .btn-buy {
    right: -30px;
    left: auto;
    top: 0;
    bottom: -50px;
    width: 40%;
  }
  .btn-buy .img {
    max-width: 280px;
  }
  .btn-buy .date {
    width: 100%;
    font-size: 34px;
  }
}
@media screen and (min-width:1040px) {
  .btn-buy {
    right: 0;
  }
  .btn-buy .date {
    font-size: 40px;
    line-height: 1;
  }
}

.movie-area {
  padding-top: 18%;
  background-color: rgba(0, 0, 0, 0.7);
}
.movie-area .movie-area-in {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 10px 10px 0;
  padding-bottom: clamp(
          1.25rem,
          -0.089rem + 6.7vw,
          3.125rem
  );
  display: flex;
  align-items: center;
  max-width: 760px;
}
@media screen and (min-width:760px) {
  .movie-area {
    padding-top: 0;
  }
  .movie-area .movie-area-in {
    flex-wrap: nowrap;
    padding-top: 50px;
  }
}
.movie-area .movie-container {
  padding: 2px;
  background: linear-gradient(0deg, #f1d143 10%, #84c7e7 90%);
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 450px;
}
.movie-area a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.movie-area a.is-player {
  background-color: #000000;
}
.movie-area a.is-player:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 40px);
  width: 68px;
  height: 68px;
  content: "";
  vertical-align: middle;
  z-index: 1;
  margin: auto;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
}
.movie-area a.is-player:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 13px);
  content: "";
  vertical-align: middle;
  z-index: 1;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  margin: auto;
  background: url(../img/movie_tri.png) 0% 0%/contain no-repeat;
}
.movie-area a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: all 0.5s;
}
.movie-area a:hover img {
  opacity: 1;
}
.movie-area .movie-text {
  padding-top: 10px;
  margin-left: clamp(
          0.625rem,
          0.179rem + 2.23vw,
          1.25rem
  );
  font-size: clamp(
          1.125rem,
          0.857rem + 1.34vw,
          1.5rem
  );
  line-height: 1.6;
  width: 100%;
  height: auto;
  text-align: center;
}
.movie-area .movie-text span {
  display: block;
  font-size: 66%;
  color: #e0ac2d;
}
@media screen and (min-width:760px) {
  .movie-area .movie-text {
    width: calc(100% - 360px);
    text-align: left;
  }
}

.movie-40th {
  padding-top: clamp(
          0.625rem,
          -0.268rem + 4.46vw,
          1.875rem
  );
  padding-bottom: clamp(
          1.875rem,
          -0.357rem + 11.16vw,
          5rem
  );
}
.movie-40th > h3 {
  text-align: center;
  font-size: clamp(
          1.125rem,
          0.768rem + 1.79vw,
          1.625rem
  );
}
.movie-40th > h3 > p {
  position: relative;
  display: inline-block;
}
.movie-40th > h3 > p:before {
  content: "";
  display: block;
  position: absolute;
  left: -25%;
  top: 50%;
  width: 20%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.movie-40th > h3 > p:after {
  content: "";
  display: block;
  position: absolute;
  right: -25%;
  top: 50%;
  width: 20%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.movie-40th a.is-player:before {
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
}
.movie-40th a.is-player:after {
  left: calc(50% - 4px);
  width: 20px;
  height: 20px;
}
.movie-40th ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 92%;
  max-width: 1200px;
}
.movie-40th ul li {
  margin-top: 3%;
  width: 48%;
}
.movie-40th ul li a {
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
}
.movie-40th ul li a:hover {
  box-shadow: 0 0 20px rgb(0, 65, 255);
}
.movie-40th ul li.comingsoon a {
  pointer-events: none;
}
.movie-40th ul li > p {
  display: flex;
  justify-content: center;
  margin-top: 4px;
  text-align: center;
}
@media screen and (min-width:760px) {
  .movie-40th ul {
    justify-content: space-between;
  }
  .movie-40th ul li {
    width: 32%;
  }
}

.news-area {
  padding: 80px 0 30px;
  background-color: rgba(12, 65, 60, 0.5);
}
@media screen and (min-width:760px) {
  .news-area {
    padding: 50px 0 30px;
  }
}
.news-area .news {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 96%;
  max-width: 800px;
  background: rgba(25, 25, 25, 0.6509803922);
  padding: 10px 10px 10px 20px;
  box-shadow: 0 0 6px rgba(0, 108, 255, 0.8), 0 0 6px rgba(23, 255, 0, 0.8), 0 0 6px rgba(0, 108, 255, 0.8), 0 0 6px rgba(23, 108, 255, 0.31);
}
.news-area .news > ul {
  overflow-y: scroll;
  overflow-x: hidden;
  border-left: 1px solid rgba(204, 204, 204, 0.3);
  width: 100%;
  height: 100px;
  scrollbar-width: thin;
  scrollbar-color: rgba(204, 204, 204, 0.3) transparent;
}
.news-area .news > ul:-webkit-scrollbar {
  width: 10px;
}
.news-area .news > ul:-webkit-scrollbar-thumb {
  background-color: rgba(204, 204, 204, 0.3);
  border-radius: 10px;
}
.news-area .news > ul:-webkit-scrollbar-track {
  background: transparent;
}
.news-area .news li {
  margin-left: 15px;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
.news-area .news li .day {
  font-size: 12px;
  line-height: 1.8;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
}
.news-area .news li > p:nth-of-type(2) {
  font-size: 13px;
  line-height: 1.4;
  width: 100%;
}
@media screen and (min-width:1040px) {
  .news-area .news li .day {
    padding-left: 4px;
    width: 15%;
  }
  .news-area .news li > p:nth-of-type(2) {
    padding-left: 10px;
    width: 85%;
  }
}
.news-area .news a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 95%;
  height: 100%;
  transition: all 0.5s;
}
.news-area .news a:hover {
  color: rgba(255, 255, 255, 0.3);
}
.news-area .news-ttl {
  padding-right: 20px;
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 0 6px rgba(0, 108, 255, 0.8), 0 0 6px rgba(23, 255, 0, 0.8), 0 0 6px rgba(0, 108, 255, 0.8), 0 0 6px rgba(23, 108, 255, 0.31);
}

.title-area, .mode-area, .order-area, .store-bonus {
  position: relative;
  padding-bottom: clamp(
          2.5rem,
          0.714rem + 8.93vw,
          5rem
  );
}
.title-area img, .mode-area img, .order-area img, .store-bonus img {
  width: 100%;
  height: auto;
}
.title-area a, .title-area .is-modal_open, .mode-area a, .mode-area .is-modal_open, .order-area a, .order-area .is-modal_open, .store-bonus a, .store-bonus .is-modal_open {
  transition: all 0.5s;
}
.title-area a:hover, .title-area .is-modal_open:hover, .mode-area a:hover, .mode-area .is-modal_open:hover, .order-area a:hover, .order-area .is-modal_open:hover, .store-bonus a:hover, .store-bonus .is-modal_open:hover {
  opacity: 0.6;
}
.title-area .title-area-in, .title-area .mode-area-in, .mode-area .title-area-in, .mode-area .mode-area-in, .order-area .title-area-in, .order-area .mode-area-in, .store-bonus .title-area-in, .store-bonus .mode-area-in {
  margin: 0 auto;
  max-width: 1200px;
}
.title-area .title-text, .mode-area .title-text, .order-area .title-text, .store-bonus .title-text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: clamp(
          1.5rem,
          0.875rem + 3.13vw,
          2.375rem
  );
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding-top: clamp(
          1.875rem,
          0.536rem + 6.7vw,
          3.75rem
  );
  padding-bottom: clamp(
          0.9375rem,
          0.268rem + 3.35vw,
          1.875rem
  );
}
.title-area .title-text > p, .mode-area .title-text > p, .order-area .title-text > p, .store-bonus .title-text > p {
  margin: 0 auto;
  width: 96%;
}

.glass {
  position: absolute;
  width: 38px;
  height: 38px;
  bottom: 24px;
  right: 1px;
  background: rgba(162, 162, 162, 0.5);
}

.glass::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
}

.glass::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 6px;
  top: calc(50% + 6px);
  left: calc(50% + 2px);
  border-top: solid 2px #fff;
  transform: rotate(45deg);
}

.title-area {
  background: linear-gradient(0deg, rgba(45, 54, 54, 0.65) 0%, rgba(51, 51, 89, 0.65) 100%);
}
.title-area .title-img img {
  display: block;
  filter: drop-shadow(0 0 2px #0c97b6);
}
.title-area .corner-box {
  margin-top: 10px;
}
.title-area .corner-box a {
  position: relative;
  display: inline-block;
  background-color: #001d24;
  width: 100%;
  height: auto;
  background: linear-gradient(-135deg, transparent 10px, #060708 0);
  filter: drop-shadow(0 0 2px #0c97b6);
  text-decoration: none;
  line-height: 1;
}
.title-area .corner-box a::before {
  position: absolute;
  top: calc(50% - 0.3333rem);
  right: 0.5rem;
  content: "▶";
  color: #0c97b6;
  font-size: 12px;
}
.title-area .corner-box .small {
  font-size: 10px;
}
@media screen and (min-width:760px) {
  .title-area .corner-box .small {
    font-size: 11px;
  }
}
.title-area .salamander3 {
  margin: 3% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 96%;
  max-width: 990px;
}
.title-area .salamander3 .title-img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.title-area .salamander3 .title-detail {
  padding-top: clamp(
          0.625rem,
          0.179rem + 2.23vw,
          1.25rem
  );
  width: 100%;
  max-width: 300px;
}
.title-area .salamander3 .corner-box {
  max-width: 350px;
}
.title-area .salamander3 .corner-box a {
  padding: 10px 25px;
  font-size: clamp(
          1.25rem,
          1.071rem + 0.89vw,
          1.5rem
  );
  text-align: center;
}

.title-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 96%;
  max-width: 860px;
}
.title-list li {
  padding-top: clamp(
          2.5rem,
          1.607rem + 4.46vw,
          3.75rem
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 49%;
}
.title-list .corner-box {
  display: inline-block;
  width: 90%;
  max-width: 210px;
}
.title-list .corner-box a {
  display: block;
  padding: 10px 20px 10px 10px;
  font-size: 12px;
  text-align: center;
}
.title-list.en .corner-box a {
  display: flex;
  min-height: 44px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width:760px) {
  .title-list li {
    width: 32%;
    max-width: 250px;
  }
  .title-list .corner-box a {
    padding: 10px 20px 10px 15px;
  }
}

.version-list-area {
  margin-top: clamp(
          1.875rem,
          0.536rem + 6.7vw,
          3.75rem
  );
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width:760px) {
  .version-list-area {
    padding: 30px 50px;
  }
}

.version-list {
  width: 100%;
  height: auto;
}
.version-list tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0c97b6;
}

.version-list-heading td {
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
.version-list-heading td:first-of-type {
  text-align: center;
  flex: 1;
}
.version-list-heading td:nth-of-type(2) {
  flex: 2;
  text-align: center;
}

.version-list-img {
  display: flex;
  padding-bottom: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40%;
  max-width: 330px;
  height: auto;
}
.version-list-img img {
  display: block;
  width: 90%;
  max-width: 150px;
  height: auto;
}
.version-list-img > p {
  width: 100%;
  text-align: center;
}
@media screen and (min-width:760px) {
  .version-list-img {
    padding-bottom: 0;
    flex-direction: row;
    width: 30%;
  }
  .version-list-img img {
    width: 50%;
  }
  .version-list-img > p {
    margin: 0 15px;
    width: 50%;
    min-width: 100px;
    text-align: left;
    line-height: 1.3;
  }
}

.version-list-title {
  padding: 10px;
  flex: 1;
  font-size: 12px;
  line-height: 1.4;
}

.version-list-recording {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 60%;
}
.version-list-recording > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 4px 2px;
  background-color: #001d24;
  background: linear-gradient(-135deg, transparent 8px, #060708 0);
  filter: drop-shadow(0 0 1px #0c97b6) drop-shadow(0 0 1px #0c97b6);
  width: 130px;
  min-width: 90px;
  height: 30px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}
.version-list-recording > p.small {
  font-size: 10px;
}
.version-list-recording > p.rare {
  filter: drop-shadow(0 0 1px #b60c34) drop-shadow(0 0 1px #b60c34);
}
.version-list-recording > p.am {
  position: relative;
}
.version-list-recording > p.am + .kome {
  position: relative;
  bottom: 0;
  font-size: 16px;
  color: #b60c34;
}
.version-list-recording > p.new {
  position: relative;
  background: linear-gradient(-135deg, transparent 8px, #278c03 0);
  filter: none;
}
.version-list-recording > p.new + .kome {
  position: relative;
  bottom: 0;
  font-size: 16px;
  color: #278c03;
}
@media screen and (min-width:760px) {
  .version-list-recording {
    width: 67%;
  }
}

.supply-text {
  margin-top: 10px;
}
.supply-text li {
  position: relative;
  padding-left: 2rem;
  font-size: 14px;
  line-height: 1.7;
}
.supply-text li:nth-of-type(1):before {
  content: "※1";
  position: absolute;
  left: 0;
  color: #b60c34;
}
.supply-text li:nth-of-type(2):before {
  content: "※2";
  position: absolute;
  left: 0;
  color: #4ce217;
}

.mode-area {
  padding-bottom: clamp(
          2.5rem,
          0.714rem + 8.93vw,
          5rem
  );
  background: rgba(0, 0, 0, 0.7);
}

.mode-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 96%;
  max-width: 850px;
  height: auto;
}
.mode-list li {
  margin-top: 40px;
  width: 48%;
  font-size: 16px;
  line-height: 1.2;
  color: #ffe400;
}
.mode-list a {
  position: relative;
  display: block;
}
.mode-list a img {
  border: 1px solid #ffffff;
}
.mode-list a:nth-of-type(n+2) {
  display: none;
}
.mode-list .glass {
  bottom: 2px;
}
@media screen and (min-width:760px) {
  .mode-list li {
    margin-top: clamp(
          1.25rem,
          0.58rem + 3.35vw,
          2.1875rem
  );
    width: 32%;
  }
}

.mode-title {
  text-align: center;
}

.limited-edition-area {
  padding-bottom: clamp(
          0.9375rem,
          0.268rem + 3.35vw,
          1.875rem
  );
  background: linear-gradient(0deg, rgba(169, 20, 77, 0.6) 0%, rgba(172, 7, 29, 0.6) 50%, rgba(85, 44, 140, 0.6) 100%);
}
.limited-edition-area img {
  width: 100%;
  height: auto;
}

.limited-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: clamp(
          1.125rem,
          0.232rem + 4.46vw,
          2.375rem
  );
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding-top: clamp(
          1.875rem,
          0.536rem + 6.7vw,
          3.75rem
  );
  padding-bottom: clamp(
          0.9375rem,
          0.268rem + 3.35vw,
          1.875rem
  );
  text-shadow: 0 0 10px #006cff, 0 0 10px #006cff, 0 0 10px #006cff, 0 0 10px #006cff;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.limited-title > p {
  text-align: center;
}

.limited-area-in {
  margin: 0 auto;
  max-width: 1200px;
}

.limited-text {
  margin: 0 auto;
  padding-top: clamp(
          1.25rem,
          0.357rem + 4.46vw,
          2.5rem
  );
  padding-bottom: clamp(
          1.25rem,
          0.357rem + 4.46vw,
          2.5rem
  );
  font-size: clamp(
          0.875rem,
          0.518rem + 1.79vw,
          1.375rem
  );
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 0 10px #ff0000, 0 0 10px #ff0000, 0 0 10px #ff0000, 0 0 10px #ff0000;
  width: 96%;
}

.poster-attention {
  position: relative;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.4;
  padding-left: 1rem;
}
.poster-attention:before {
  position: absolute;
  left: 0;
  content: "※";
}

/* konamistyle */
.limited-detail-konamistyle {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
.limited-detail-konamistyle > div:nth-of-type(1) {
  aspect-ratio: 1200/1900;
}
.limited-detail-konamistyle .plus {
  padding: 20px;
  text-align: center;
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.limited-detail-konamistyle .poster {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.limited-detail-konamistyle .poster > p {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.limited-detail-konamistyle .poster-detail {
  display: flex;
  width: 48%;
  flex-direction: column;
  align-items: center;
  aspect-ratio: 600/848;
}
.limited-detail-konamistyle .poster-detail .poster-title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width:640px) {
  .limited-detail-konamistyle {
    width: 96%;
    flex-direction: row;
  }
  .limited-detail-konamistyle .poster-area {
    display: flex;
    align-items: center;
  }
}

/* premium box */
.limited-detail {
  display: flex;
  flex-direction: column;
}
.limited-detail .detail-img, .limited-detail .detail-text {
  margin: 0 auto 20px;
  display: block;
  width: 96%;
}
.limited-detail .detail-img {
  aspect-ratio: 1200/1900;
}
.limited-detail .detail-text {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
}
.limited-detail .detail-text > h3:not(:first-of-type) {
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(173, 108, 108, 0.6);
}
.limited-detail .detail-text .small {
  font-size: 14px;
}
.limited-detail .detail-text > p {
  margin-top: 10px;
}
.limited-detail .detail-text > ul li {
  padding: 16px 8px;
  line-height: 1.5;
}
.limited-detail .detail-text > ul li:not(:last-of-type) {
  border-bottom: 1px solid #725e31;
}
.limited-detail .detail-text > ul p {
  position: relative;
  font-size: 16px;
  padding: 0 0 4px 12px;
  color: #dcad45;
}
.limited-detail .detail-text > ul p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 18px;
  background-color: #dcad45;
}
@media screen and (min-width:760px) {
  .limited-detail {
    flex-direction: row;
    justify-content: space-between;
  }
  .limited-detail .detail-img {
    width: 40%;
  }
  .limited-detail .detail-text {
    width: 55%;
  }
}

.order-area {
  background: linear-gradient(0deg, rgba(45, 54, 54, 0.65) 0%, rgba(51, 51, 89, 0.65) 100%);
}

.order-area-in {
  margin: 3% auto 0;
  width: 96%;
  max-width: 1000px;
}

.store-block {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:640px) {
  .store-block {
    flex-direction: row;
  }
}

.store-ttl {
  margin: 10px auto;
  width: 90%;
  height: auto;
  text-align: left;
  border-bottom: 2px solid #ffffff;
}
@media screen and (min-width:640px) {
  .store-ttl {
    margin: 0 0 10px 0;
    padding-right: 25px;
    width: 180px;
    border-bottom: none;
    border-right: 2px solid #ffffff;
    text-align: right;
  }
}

.store-main {
  margin-bottom: 10px;
  padding-left: 10px;
  transition: all 0.5s;
  width: calc(100% - 180px);
  height: auto;
}

.order-btn {
  width: 100%;
  text-align: center;
}
.order-btn a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px;
  background: linear-gradient(0deg, rgba(20, 92, 169, 0.8) 0%, rgba(85, 44, 140, 0.8) 100%);
  text-decoration: none;
  width: 100%;
  min-width: 250px;
  max-width: 400px;
  height: auto;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  border: 2px solid #808080;
}
@media screen and (min-width:760px) {
  .order-btn {
    text-align: left;
  }
}

.platformSelect {
  width: 100%;
}
@media screen and (min-width:640px) {
  .platformSelect {
    width: calc(100% - 180px);
  }
}

.tabBtn {
  display: flex;
  flex-wrap: wrap;
}

.tabLabel {
  margin: 0 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 45%;
  height: auto;
  border: 1px solid #ffffff;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.tabLabel.active {
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.tabLabel:hover {
  opacity: 0.7;
}
@media screen and (min-width:760px) {
  .tabLabel {
    width: 23%;
  }
}

.shop-list {
  width: 100%;
}
@media screen and (min-width:640px) {
  .shop-list {
    width: calc(100% - 180px);
  }
}

.tabArea {
  display: none;
  width: 100%;
}

.order-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.order-list li {
  margin: 0 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 45%;
  height: auto;
  border: 1px solid #ffffff;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.order-list li:hover {
  opacity: 0.7;
}
.order-list li.active {
  color: #000;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width:760px) {
  .order-list li {
    width: 23%;
  }
}

.order-item {
  width: 100%;
}
@media screen and (min-width:640px) {
  .order-item {
    margin-left: 15px;
    width: calc(100% - 195px);
  }
}

.order-item-list li {
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
.order-item-list li.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
}
.order-item-list .img {
  width: 90%;
  height: 300px;
  text-align: center;
}
.order-item-list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 8px #006cff);
}
.order-item-list li#pkg .img {
  padding: 20px;
  width: 50%;
  height: auto;
}
.order-item-list li#pkg .img img {
  height: auto;
}
.order-item-list .store-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
}
.order-item-list .store-link > p {
  text-shadow: 0 0 10px #000000, 0 0 10px #000000, 0 0 10px #000000;
  width: 100%;
  min-width: 250px;
}
@media screen and (min-width:760px) {
  .order-item-list li.active {
    flex-direction: row;
  }
  .order-item-list .img {
    margin-left: 15px;
    width: 30%;
    height: auto;
  }
  .order-item-list .img img {
    height: auto;
  }
  .order-item-list .store-link {
    justify-content: flex-start;
    margin-left: 30px;
    width: 68%;
    height: auto;
  }
  .order-item-list li#dl .img, .order-item-list #limited .img, .order-item-list li#konamistyle .img {
    width: 50%;
    height: auto;
  }
  .order-item-list li#dl .img img, .order-item-list #limited .img img, .order-item-list li#konamistyle .img img {
    height: auto;
  }
  .order-item-list li#dl .store-link, .order-item-list #limited .store-link, .order-item-list li#konamistyle .store-link {
    width: 50%;
  }
  .order-item-list li#pkg .img img {
    object-fit: contain;
  }
}
.order-item-list .comingsoon a {
  background: linear-gradient(0deg, rgba(105, 105, 105, 0.8) 0%, rgba(155, 155, 155, 0.8) 100%);
  pointer-events: none;
}
.order-item-list .comingsoon .text {
  padding-top: 3px;
  text-align: center;
  font-size: 14px;
}

.active {
  display: block;
}

.tabArea:not(.active) {
  display: none;
}

.store-bonus {
  background-color: rgba(0, 0, 0, 0.6);
}
.store-bonus > ul {
  margin: 5px auto 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 96%;
  max-width: 1200px;
}
.store-bonus > ul > li {
  margin-top: clamp(
          0.625rem,
          -0.268rem + 4.46vw,
          1.875rem
  );
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  overflow-y: hidden;
  background: linear-gradient(35deg, rgba(57, 49, 14, 0.4) 10%, rgba(43, 68, 131, 0.5) 90%);
}
@media screen and (min-width:640px) {
  .store-bonus > ul > li {
    width: 49%;
  }
}
@media screen and (min-width:760px) {
  .store-bonus > ul > li {
    width: 32%;
  }
}
.store-bonus .benefit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  padding: clamp(
          0.625rem,
          0.179rem + 2.23vw,
          1.25rem
  );
  padding-bottom: clamp(
          1.875rem,
          1.429rem + 2.23vw,
          2.5rem
  );
}
.store-bonus .benefit .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.store-bonus .benefit .img > a {
  position: relative;
  display: block;
  max-width: 250px;
  width: 100%;
  height: auto;
  aspect-ratio: 250/250;
}
.store-bonus .benefit .img > p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-top: 10px;
  font-size: clamp(
          0.6875rem,
          0.554rem + 0.67vw,
          0.875rem
  );
  line-height: 1.3;
  background: rgba(0, 10, 255, 0.3);
  padding: 5px;
  width: 100%;
}
.store-bonus .benefit .buy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.store-bonus .benefit .buy > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.store-bonus .benefit .buy > ul li {
  width: 100%;
}
@media screen and (min-width:1040px) {
  .store-bonus .benefit .buy > ul li {
    width: 49%;
  }
}
.store-bonus .benefit .buy .select-wrapper {
  position: relative;
  width: 90%;
  margin-top: 10px;
}
.store-bonus .benefit .buy .select-wrapper:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: translateY(-60%) rotate(135deg);
  -moz-transform: translateY(-60%) rotate(135deg);
  -ms-transform: translateY(-60%) rotate(135deg);
  transform: translateY(-60%) rotate(135deg);
}
.store-bonus .benefit .buy .select-wrapper > select {
  width: 100%;
  background: rgba(44, 51, 188, 0.5);
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  border: 1px solid rgba(76, 90, 233, 0.6);
  border-radius: 0;
  appearance: none;
}
.store-bonus .benefit .buy .select-wrapper > select:focus-visible {
  outline: none;
  border: 1px solid rgb(76, 90, 233);
}
.store-bonus .benefit .buy .select-wrapper > select option {
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 15px 0;
}
.store-bonus .benefit .buy .select-wrapper > select option:hover {
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 10px 0;
}
.store-bonus .benefit .buy .select-wrapper > select option:checked {
  background: #000000;
  color: #fff;
}
.store-bonus .button-wrapper {
  width: 90%;
}
.store-bonus .buy-button {
  position: relative;
  margin-top: 10px;
  display: block;
  width: 100%;
  background: rgba(44, 51, 188, 0.5);
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  border: 1px solid rgba(76, 90, 233, 0.6);
  border-radius: 0;
  transition: background-color 0.3s;
  text-decoration: none;
  font-family: Arial sans-serif;
}
.store-bonus .buy-button:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background-color: transparent;
  transform: rotate(45deg);
}
.store-bonus .buy-button:hover {
  background-color: #005ccd;
  opacity: 1;
}
.store-bonus .konamistyle li:first-of-type,
.store-bonus .steam li:first-of-type {
  width: 100%;
}
.store-bonus .konamistyle li:first-of-type a,
.store-bonus .steam li:first-of-type a {
  font-size: 12px;
}
@media screen and (min-width:760px) {
  .store-bonus .konamistyle li:first-of-type a,
.store-bonus .steam li:first-of-type a {
    font-size: 16px;
  }
}
.store-bonus .glass {
  bottom: 0;
  right: 0;
}
.store-bonus h3 {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 18px;
  text-shadow: 0 0 10px #006cff, 0 0 10px #006cff, 0 0 10px #006cff, 0 0 10px #006cff;
}
.store-bonus h3 .small {
  display: inline-block;
  font-size: 14px;
}
.store-bonus .platform {
  margin-top: 20px;
  padding-bottom: 3px;
  position: relative;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 13px;
  line-height: 1.4;
}
.store-bonus .order-btn a {
  margin-top: clamp(
          0.3125rem,
          0.089rem + 1.12vw,
          0.625rem
  );
  padding: clamp(
          0.25rem,
          0.071rem + 0.89vw,
          0.5rem
  );
  min-width: auto;
  font-size: 16px;
}

.products-area {
  padding-top: clamp(
          2.5rem,
          0.714rem + 8.93vw,
          5rem
  );
  padding-bottom: clamp(
          2.5rem,
          0.714rem + 8.93vw,
          5rem
  );
  background: rgba(0, 0, 0, 0.8);
}

.products-area-in {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 750px;
}
.products-area-in img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.products-area-in figure {
  width: 96%;
  text-align: center;
}
@media screen and (min-width:640px) {
  .products-area-in {
    flex-direction: row;
  }
  .products-area-in figure {
    margin-right: 20px;
    text-align: right;
  }
}

.products-detail {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 430px;
  font-size: 13px;
  line-height: 1.6;
}
.products-detail dt {
  margin: 0 10px 10px 0;
  width: 120px;
  text-align: right;
}
.products-detail dd {
  margin: 0 10px 10px 0;
  padding-left: 10px;
  width: calc(100% - 140px);
  border-left: 2px solid #b1b1b1;
}

.contents-modal .modal-main {
  position: relative;
  border: 3px #a0a0a0 solid;
  background: #000;
}
.contents-modal .modal-main.is-active {
  display: block;
}

.contents-modal,
#modal-game,
#modal-bonus,
#sample-innner li,
#sample-innner-bonus li {
  display: none;
}

.contents-modal span {
  display: inline-block;
}

.contents-modal.is-active,
#modal-game.is-active,
#modal-bonus.is-active,
#sample-innner li.is-active,
#sample-innner-bonus li.is-active {
  display: block;
}

#sample-select li,
#sample-select-mode li {
  border: 1px #0c97b6 solid;
}

#sample-select li.is-active,
#sample-select-mode li.is-active {
  border: 1px #fff solid;
}

.contents-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  overflow-y: auto; /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}

.contents-modal .modal-posi {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
  z-index: 1100;
}

.contents-modal .modal-main {
  position: relative;
  border: 3px #a0a0a0 solid;
  background: #000;
}

.contents-modal .modal-main .innner {
  width: 100%;
}

.contents-modal .modal-main .innner ul {
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 435px;
  overflow: hidden;
}

.contents-modal .modal-main .innner iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50vw;
  max-height: 435px;
}

.contents-modal .modal-main .innner img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}

.contents-modal .modal-main .select {
  width: 100%;
  padding: 3% 8% 1%;
  background: -moz-linear-gradient(left, #031363, #213292 50%, #031363);
  background: -webkit-linear-gradient(left, #031363, #213292 50%, #031363);
  background: linear-gradient(to right, #031363, #213292 50%, #031363);
  position: relative;
}

.contents-modal .modal-main .select ul {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.contents-modal .modal-main .select li {
  width: 31.3333%;
  height: 14vw;
  margin: 0 1% 3%;
  background: #000;
  position: relative;
  overflow: hidden;
}

.contents-modal .modal-main .select li p {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.contents-modal .modal-main .select img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: auto;
}

.contents-modal .modal-main .select .is-movie {
  position: relative;
}

.contents-modal .modal-main .select .is-movie:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/icon_play.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.contents-modal .modal-main .select .is-movie:after {
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .contents-modal .modal-posi {
    padding-bottom: 100px;
  }
  .contents-modal .modal-main .select {
    padding: 20px;
  }
  .contents-modal .modal-main .select li {
    width: 14.66%;
    height: 8.5vw;
    max-height: 70px;
    margin: 0 1%;
  }
  .contents-modal .modal-main .select li img {
    transition: 0.2s;
  }
  .contents-modal .modal-main .select li:hover img {
    height: 110%;
  }
}
/* info */
.contents-modal .game-info {
  width: 100%;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 20px;
  background: #2c2c2c;
  position: relative;
}

.contents-modal .game-info li {
  display: none;
}

.contents-modal .game-info li.is-active {
  display: block;
}

.contents-modal .game-info .ttl span {
  display: inline-block;
}

.contents-modal .game-info .ttl .name,
.contents-modal .game-info .ttl .release,
.contents-modal .game-info .ttl .tag {
  display: inline-block;
}

.contents-modal .game-info .ttl .name {
  font-size: 20px;
  line-height: 24px;
}

.contents-modal .game-info .ttl .name span {
  font-size: 13px;
}

.contents-modal .game-info .ttl .release {
  font-size: 12px;
  margin-left: 2px;
}

.contents-modal .game-info .ttl .tag {
  margin-left: 5px;
  padding: 5px 8px;
  font-size: 10px;
  line-height: 1;
  color: #bfbfbf;
  border-radius: 20px;
  background: #535353;
}

.contents-modal .game-info .copy {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4;
}

.contents-modal .game-info h3 {
  margin: 20px 0 5px 0;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid #6775bd;
}

.contents-modal .game-info .story {
  font-size: 14px;
  line-height: 1.6;
}

.contents-modal .game-info .note {
  margin-top: 10px;
  color: #bfbfbf;
}

.contents-modal .game-info .bonus-ttl {
  color: #f8b551;
}

.contents-modal .game-info .bonus-text {
  padding-left: 1em;
}

@media screen and (min-width: 751px) {
  .contents-modal .game-info .ttl .tag {
    position: absolute;
    top: 14px;
  }
}
.common-back_home {
  position: fixed;
  right: 3%;
  bottom: -1px;
  z-index: 500;
  opacity: 0;
  transition: 0.3s;
}
.common-back_home a {
  text-decoration: none;
}
.common-back_home p {
  position: relative;
  padding: 15px 13px;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #5a5a5a;
}
@media screen and (min-width:760px) {
  .common-back_home p {
    padding: 18px 18px 22px;
    font-size: 15px;
  }
}

.pre-order-attention {
  margin-top: 20px;
  text-align: left;
}

#lightcase-content .lightcase-contentInner img {
  filter: drop-shadow(0 4px 15px #006cff);
}

.guideline-btn {
  margin: 20px auto;
  width: 90%;
  max-width: 600px;
}
.guideline-btn a {
  display: block;
  border: 1px rgba(64, 109, 243, 0.8) solid;
  background-color: rgba(0, 0, 89, 0.8);
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 0 10px #006cff, 0 0 10px #006cff, 0 0 10px #006cff, 0 0 10px #006cff;
  font-size: clamp(
          0.8125rem,
          0.411rem + 2.01vw,
          1.375rem
  );
  line-height: 1.2;
  text-align: center;
  border-radius: 100px;
  transition: all 0.5s;
}
.guideline-btn a:hover {
  filter: drop-shadow(0 0 10px #006cff);
}

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