@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  line-height: 1.6;
}
body.ov {
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-y: scroll;
}
html.noscroll {
  height: 100%;
}

.page-wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  min-height: 100vh;
  background-color: #a95743;
  background-image: linear-gradient(rgba(104, 31, 25, 0.22), rgba(104, 31, 25, 0.22)), url(../img/bg-pattern.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: 130px auto;
  background-blend-mode: multiply, normal;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
}

.page-bg {
  display: none;
}
.page-bg-01, .page-bg-02 {
  display: none;
}
.page-bg-title {
  display: none;
}

@media screen and (min-width: 551px) {
  .page-bg {
    display: block;
    z-index: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/page-bg-01.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 550px) {
  #cvs-wrap,
  #cvs {
    display: none;
  }
}
@media screen and (min-width: 1301px) {
  .content-wrap {
    margin-left: 1.8%;
    width: clamp(550px, 36vw, 650px);
  }
  .page-bg {
    display: none;
  }
  .page-bg-01, .page-bg-02 {
    display: block;
    z-index: 0;
    position: fixed;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page-bg-01 {
    left: 0;
    width: 2%;
    background-image: url(../img/page-bg-02.webp);
  }
  .page-bg-02 {
    right: 0;
    width: calc(100% - clamp(550px, 36vw, 650px) - 1.8%);
    background-image: url(../img/page-bg-03.webp);
    background-position: 52% top;
  }
  .page-bg-title {
    display: block;
    z-index: 0;
    position: fixed;
    right: 0;
    width: clamp(240px, 64vh, 520px);
    height: auto;
  }
  .page-bg-title img {
    display: block;
    width: 100%;
    height: auto;
  }
  .page-bg-title.bottom-fixed {
    bottom: 50px;
    top: auto;
  }
}
@media screen and (min-width: 1601px) {
  .content-wrap {
    margin-left: 1.8%;
  }
  .page-bg-01 {
    left: 0;
    width: 1.8%;
  }
  .page-bg-02 {
    right: 0;
    width: calc(100% - clamp(550px, 36vw, 650px) - 1.8%);
  }
}
.front-header {
  position: relative;
  width: 100%;
}
.front-header__bottom {
  background: url(../img/roadshowbg.webp) no-repeat;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 2rem 0;
}
.front-header-image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1301px) {
  .front-header-image {
    display: none;
  }
}
.front-header-title {
  margin: -10% auto 1.5rem;
  padding: 0 0 0 5.5%;
}
.front-header-title img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1301px) {
  .front-header-title {
    width: 95%;
    margin: 0 0 0 auto;
    padding: 1rem 0 1.5rem;
  }
}
.front-header-subtitle {
  margin: 1rem auto 2rem;
  padding: 0 7%;
}
.front-header-subtitle img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}
.front-header-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.front-header-btns li {
  width: 100%;
}
.front-header-btns li a {
  display: block;
  position: relative;
  width: 100%;
}
.front-header-btns li a img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.front-header-btns li a img.btn-overlay:hover {
  opacity: 0;
}
.front-header-btns li a img.btn-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.front-header-btns li a:hover img.btn-bg {
  opacity: 1;
}
@media screen and (min-width: 551px) {
  .front-header-btns {
    padding: 0 2% 0;
  }
}
.front-header-yoyaku {
  width: 85%;
  margin: 2rem auto 0;
}
.front-header-yoyaku picture,
.front-header-yoyaku img {
  display: block;
  width: 100%;
  height: auto;
}
.front-header-yoyaku a {
  display: block;
  position: relative;
  font-size: 0;
  border: 1px solid #2f76e5;
  border-radius: 50vh;
  background-color: rgba(0, 22, 51, 0.6);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}
.front-header-yoyaku a:hover {
  filter: brightness(1.2);
  filter: drop-shadow(0 0 5px #1494d2);
  border: 1px solid #6ea6ff;
}
.front-header-yoyaku a:hover:after {
  right: 2%;
}
.layer1 .front-header {
  display: flex;
  padding: 1rem;
  align-items: center;
  background: url(../img/roadshowbg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 58%;
}
.layer1 .front-header-title {
  width: 30%;
  margin: 0% auto 0px;
  padding: 0;
}
.layer1 .front-header-subtitle {
  width: 78%;
  margin: 0 auto 0px;
  padding: 0 15% 0 2%;
}
@media screen and (min-width: 551px) {
  .layer1 .front-header-subtitle {
    width: 68%;
    padding: 0 5% 0 5%;
  }
}

.footer {
  position: relative;
  padding: 20px 0;
  background-color: rgba(0, 93, 173, 0.8);
}
.footer-sns {
  margin-bottom: 10px;
  letter-spacing: -0.8em;
  text-align: center;
}
.footer-sns li {
  display: inline-block;
  margin-right: 10px;
  letter-spacing: normal;
}
.footer-sns li:last-child {
  margin-right: 0;
}
.footer-sns li a {
  display: block;
}
.footer-sns li a img {
  display: block;
  width: 45px;
  height: auto;
}
.footer-copy {
  color: #fff;
  font-size: 80%;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .footer-copy {
    font-size: 85%;
  }
}

.menu-btn {
  z-index: 10;
  position: fixed;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 1301px) {
  .menu-btn {
    top: 7px;
    right: 7px;
  }
}
@media screen and (min-width: 768px) {
  .menu-btn {
    opacity: 1;
    pointer-events: auto;
  }
}

.front .menu-btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.front .menu-btn.show {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .front .menu-btn {
    opacity: 1;
    pointer-events: auto;
  }
}

.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  padding: 0;
}
.hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #005dad;
  border-radius: 2px;
  margin: 4px 0;
  transition: 0.3s ease;
}
.hamburger.active {
  background: transparent;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
  background: #fff;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
  background: #fff;
}
@media screen and (max-width: 1301px) {
  .hamburger {
    width: 40px;
    height: 40px;
  }
  .hamburger span {
    width: 24px;
    height: 2.4px;
    margin: 3.4px 0;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  .hamburger {
    background: rgba(255, 255, 255, 0.85);
  }
}

.menu {
  z-index: 5;
  position: fixed;
  top: 0;
  right: 0;
  width: 90%;
  max-width: 440px;
  height: 100vh;
  background-color: rgba(0, 93, 173, 0.91);
  background: linear-gradient(10deg, rgba(0, 132, 189, 0.91) 0%, rgba(0, 93, 173, 0.91) 100%);
  transform: translateX(100%);
  transition: transform 0.4s ease;
  pointer-events: none;
  opacity: 0;
}
.menu.open {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.menu-wrap {
  padding: 70px 30px 0;
}
.menu-list {
  margin-bottom: 20px;
}
.menu-list li {
  margin-bottom: 10px;
}
.menu-list li a {
  color: #fff;
  font-size: 150%;
  font-weight: 500;
  text-decoration: none;
}
.menu-list li a small {
  display: block;
  font-size: 50%;
}
.menu-sns {
  margin-bottom: 10px;
  letter-spacing: -0.8em;
  text-align: center;
}
.menu-sns li {
  display: inline-block;
  margin-right: 10px;
  letter-spacing: normal;
}
.menu-sns li:last-child {
  margin-right: 0;
}
.menu-sns li a {
  display: block;
}
.menu-sns li a img {
  display: block;
  width: 45px;
  height: auto;
}
.menu-overlay {
  display: none;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-overlay.on {
  display: block;
}

.page-list {
  margin-bottom: 20px;
}
.page-list li a {
  display: block;
}
.page-list li a img {
  display: block;
  width: clamp(250px, 85%, 290px);
  height: auto;
  margin: 0 auto;
}

.loading {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #021130;
  background: #0275c5;
  background: linear-gradient(-45deg, rgb(2, 117, 197) 0%, rgb(2, 17, 48) 100%);
}
.loading-wrap {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 440px;
  height: 100%;
}
@media screen and (orientation: landscape) {
  .loading-wrap {
    margin: 0 auto;
    width: 40%;
  }
}
.loading-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.loading-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.loading-title {
  display: block;
  margin: 5% auto 0;
  width: 90%;
  height: auto;
}
.loading-bar {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #b0cbf5;
  overflow: hidden;
}
.loading-bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #005dad;
  animation: loadingProgress 1s ease-out forwards;
}

@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
@keyframes loadingProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}

.sec-title {
  margin-bottom: 25px;
  color: #eaf9ff;
  font-size: 180%;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 2px 8px rgba(74, 25, 20, 0.35);
}
.sec-title::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 42px;
  height: 2px;
  background: rgba(234, 249, 255, 0.9);
}
.sec-title.sec-title-white {
  color: #fff;
}
.sec-title small {
  display: block;
  font-size: 50%;
  font-weight: 300;
}
.sec-title-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.sec-title-serif small {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.title-headline {
  font-weight: 600;
  color: #005dad;
  line-height: 1.35;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  margin-bottom: 16px;
  font-size: 1.2rem;
}

.list-whats-new {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px rgba(0, 93, 173, 0.5);
  margin-bottom: 5px;
}
.list-whats-new a {
  width: 100%;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 480px) {
  .list-whats-new a {
    padding: 12px 18px;
  }
}
.list-whats-new dt {
  width: calc(20% - 8px);
  font-weight: 600;
  line-height: 1;
  color: #000;
}
.list-whats-new dt span {
  font-size: 75%;
  font-weight: normal;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .list-whats-new dt {
    width: calc(15% - 8px);
  }
}
.list-whats-new dd {
  width: calc(80% - 18px);
  font-size: 85%;
  line-height: 1.3;
  border-left: solid 2px rgba(0, 93, 173, 0.5);
  padding-left: 10px;
  color: #005dad;
}
@media screen and (min-width: 480px) {
  .list-whats-new dd {
    width: calc(85% - 24px);
    padding-left: 16px;
  }
}
.list-info {
  margin-bottom: 24px;
  overflow: hidden;
  font-size: 85%;
  background-color: rgba(0, 0, 0, 0.28);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.list-info li {
  display: grid;
  grid-template-columns: 5.5em minmax(0, 1fr);
  align-items: baseline;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.list-info li:last-child {
  border-bottom: 0;
}
.list-info li:nth-child(2) {
  font-size: 108%;
  font-weight: 600;
}
.list-info li span {
  margin-right: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 82%;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.list-info li span::after {
  content: none;
}
@media screen and (min-width: 480px) {
  .list-info {
    font-size: 95%;
  }
}
@media screen and (max-width: 479px) {
  .list-info li {
    padding: 8px 10px;
  }
}

.box-info {
  margin-bottom: 16px;
  padding: 16px;
  background-color: rgba(23, 32, 43, 0.64);
}
.box-info:has(.title-box-info-bonus) {
  margin-top: 24px;
  padding: 18px 16px;
  background-color: color-mix(in srgb, var(--edition-color) 20%, rgba(8, 10, 15, 0.88));
}
@media screen and (max-width: 479px) {
  .box-info {
    padding: 13px 12px;
  }
  .box-info:has(.title-box-info-bonus) {
    margin-top: 14px;
    padding: 12px 8px;
  }
  .box-info:has(.title-box-info-bonus) .title-box-info-bonus {
    margin-bottom: 8px;
  }
  .box-info:has(.title-box-info-bonus) .list-box-info {
    padding-left: 1.35em;
  }
  .box-info:has(.title-box-info-bonus) .list-box-info > li {
    margin-bottom: 6px;
  }
  .box-info:has(.title-box-info-bonus) .glid2 {
    gap: 4px;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .box-info:has(.title-box-info-bonus) .glid2 > li {
    padding: 6px;
  }
}

.title-box-info-disc,
.title-box-info-bonus {
  margin-bottom: 10px;
  padding: 5px 10px 5px 2em;
  font-size: 95%;
  background-position: 9px center;
  background-size: 1em auto;
  background-repeat: no-repeat;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.title-box-info-disc:not(:first-child),
.title-box-info-bonus:not(:first-child) {
  margin-top: 18px;
}
@media screen and (min-width: 480px) {
  .title-box-info-disc,
  .title-box-info-bonus {
    font-size: 100%;
  }
}

.title-box-info-disc {
  background-image: url(../img/disc-ico.png);
  color: var(--media-accent);
}

.title-box-info-bonus {
  background-image: url(../img/bonus-ico.png);
  color: #fff;
  border-bottom-color: color-mix(in srgb, var(--edition-color) 65%, transparent);
}

.sentense-box-info {
  margin-bottom: 12px;
  padding-left: 10px;
  font-size: 85%;
  line-height: 1.7;
}
@media screen and (min-width: 480px) {
  .sentense-box-info {
    font-size: 95%;
  }
}

.list-box-info {
  list-style-type: decimal;
  padding-left: 2.2em;
  font-size: 85%;
  line-height: 1.7;
}
.list-box-info small {
  font-size: 80%;
  color: rgba(255, 255, 255, 0.74);
}
.list-box-info li {
  margin-bottom: 8px;
  padding-left: 0.2em;
}
.list-box-info li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .list-box-info {
    font-size: 95%;
  }
}

.image-box-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
.image-box-info small {
  display: block;
  font-size: 70%;
}
.image-box-info img {
  display: block;
  width: 100%;
  height: auto;
}

.glid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  gap: 8px;
  align-items: stretch;
}
.glid2 > li {
  margin-bottom: 0;
  padding: 10px;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.24);
}
.glid2 small {
  display: block;
  font-size: 80%;
}

.list-attention {
  margin: 24px 0 20px;
  padding: 12px 14px;
  font-size: 0.75rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  background-color: rgba(0, 0, 0, 0.7);
}
.list-attention li {
  margin-bottom: 4px;
  padding-left: 0.9rem;
  text-indent: -0.9rem;
}
.list-attention li:last-child {
  margin-bottom: 0;
}
.list-attention li::before {
  content: "※";
}
@media screen and (min-width: 480px) {
  .list-attention {
    font-size: 85%;
  }
}
@media screen and (max-width: 479px) {
  .list-attention {
    margin-top: 18px;
    padding: 10px;
  }
}

ul.list-default {
  list-style-type: disc;
  padding-left: 2em;
}
ul.list-default li {
  margin-bottom: 4px;
}

.btn-story {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 93, 173, 0.85);
  transition: all 0.3s ease;
  margin: 0 auto;
  width: 80%;
  max-width: 335px;
  font-size: 85%;
  font-weight: 500;
  line-height: 45px;
}

.btn-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 10px;
}
.btn-info:first-child {
  margin-bottom: 8px;
}
.btn-info:last-child {
  margin-bottom: 0;
}
.btn-info li {
  min-width: 0;
}
.btn-info li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  padding: 11px 3px 10px;
  overflow: visible;
  box-sizing: border-box;
  color: #f7f1e6;
  text-align: center;
  text-decoration: none;
  background-color: #24272d;
  border: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  border-radius: 2px;
}
.btn-info li a.btn-info-deluxe {
  background-color: #005dad;
}
.btn-info li a.btn-info-standard {
  color: #f7f1e6;
  background-color: #40444b;
}
.btn-info li a.btn-info-deluxe:not(.selected):hover {
  background-color: #0275c5;
}
.btn-info li a.btn-info-standard:not(.selected):hover {
  background-color: #515761;
}
.btn-info li a.btn-info-deluxe.selected {
  color: #f7f1e6;
  background-color: #005dad;
}
.btn-info li a.btn-info-standard.selected {
  color: #f7f1e6;
  background-color: #40444b;
}
.btn-info li a:focus-visible {
  z-index: 2;
  outline: 3px solid #fff4c9;
  outline-offset: 2px;
}
.btn-info:first-child li a.selected {
  z-index: 1;
  border-radius: 2px 2px 0 0;
  transform: translateY(8px);
}
.btn-info:last-child li a.selected {
  z-index: 1;
  border-radius: 0 0 2px 2px;
  transform: translateY(-8px);
}
.btn-info-edition {
  font-size: clamp(12px, 3.5vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.btn-info-format {
  display: block;
  width: calc(100% - 8px);
  padding: 3px 1px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: clamp(10px, 2.8vw, 14px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  border-radius: 2px;
  white-space: nowrap;
}
.btn-info-format-bluray {
  color: #021130;
  background-color: #91b8e6;
}
.btn-info-format-dvd {
  color: #4f1529;
  background-color: #e88eaa;
}
@media screen and (max-width: 430px) {
  .btn-info {
    gap: 4px;
  }
  .btn-info:first-child li a.selected {
    transform: translateY(9px);
  }
  .btn-info:last-child li a.selected {
    transform: translateY(-9px);
  }
}

.block-info {
  color: #fff;
  margin-bottom: 20px;
  padding: 26px 20px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border-top: 3px solid #005dad;
}
@media screen and (max-width: 479px) {
  .block-info {
    padding: 20px 12px 16px;
  }
}

.btn-info:first-child:has(.btn-info-deluxe.selected) + .block-info {
  border-top-color: #005dad;
}

.btn-info:first-child:has(.btn-info-standard.selected) + .block-info {
  border-top-color: #40444b;
}

.btn-collectors {
  display: block;
  padding: 15px;
  color: #000;
  background-color: #fff;
  font-size: 80%;
  text-align: right;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.btn-collectors img {
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .btn-collectors {
    font-size: 90%;
  }
}

.front-bottom-btns-wrap {
  margin-top: 30px;
  padding: 30px 0;
  position: relative;
  background-color: rgba(0, 93, 173, 0.85);
}
.front-bottom-btns-title {
  font-size: 90%;
  text-align: center;
}
.front-bottom-btns-title span {
  display: inline-block;
  position: relative;
  color: #fff;
}
.front-bottom-btns-title span::before, .front-bottom-btns-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.front-bottom-btns-title span::before {
  left: -50px;
}
.front-bottom-btns-title span::after {
  right: -50px;
}
@media screen and (min-width: 480px) {
  .front-bottom-btns-title {
    font-size: 100%;
  }
  .front-bottom-btns-title span::before, .front-bottom-btns-title span::after {
    width: 70px;
  }
  .front-bottom-btns-title span::before {
    left: -80px;
  }
  .front-bottom-btns-title span::after {
    right: -80px;
  }
}
.front-bottom-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.front-bottom-btns li a {
  display: block;
  position: relative;
  width: 100%;
}
.front-bottom-btns li a img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
  filter: drop-shadow(2px 2px 4px rgba(0, 93, 173, 0.3));
}
.front-bottom-btns li a img.btn-overlay:hover {
  opacity: 0;
}
.front-bottom-btns li a img.btn-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.front-bottom-btns li a:hover img.btn-bg {
  opacity: 1;
}

.btn-page-sec {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 93, 173, 0.85);
  transition: all 0.3s ease;
  margin: 0 auto;
  width: 80%;
  max-width: 300px;
  font-size: 85%;
  font-weight: 500;
  line-height: 45px;
}
.btn-page-sec span {
  display: inline-block;
  position: relative;
  padding-right: 2em;
}
.btn-page-sec span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2em;
  height: 1em;
  background-image: url("../img/link-ico.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.btn-back {
  margin: 0 auto;
  width: 50%;
  max-width: 240px;
  font-size: 80%;
  font-weight: 500;
  line-height: 36px;
  border: solid 3px;
  display: block;
  color: #005dad;
  text-align: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.btn-more {
  font-size: 80%;
  text-align: center;
  text-decoration: none;
  background-color: #005dad;
  color: #fff;
  display: block;
  padding: 8px 24px;
  border-radius: 5px;
  margin: 1rem auto 0 auto;
  width: 50%;
  max-width: 200px;
}

.infotab {
  display: inline-block;
  padding: 8px 16px;
  background: #005dad;
  color: #fff;
  line-height: 1.3;
}

.modaal-gallery-label {
  font-size: 90%;
}

.modaal-container img {
  width: 600px !important;
  max-width: 600px !important;
  height: auto !important;
  max-height: initial !important;
}
@media screen and (max-width: 768px) {
  .modaal-container img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: initial !important;
  }
}

.modaal-gallery-label {
  white-space: pre;
}

.modaal-image-desc {
  white-space: pre-line;
}

.modaal-container img {
  pointer-events: none;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none;
  -webkit-touch-callout: none; /* iOSの長押しメニューも防止 */
}

.wrap {
  margin: 0 2%;
}

.front-whats-new {
  padding: 50px 0 30px;
}

.block-whats-new {
  padding: 30px 20px;
}
.front-header-image {
  width: 100%;
  aspect-ratio: 2127/3000;
  background-image: url(../img/mv.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1301px) {
  .front-header-image {
    display: none;
    background-image: none;
  }
}
@media screen and (max-width: 479px) {
  .front-whats-new .wrap {
    margin: 0 1%;
  }
  .block-whats-new {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.front-story {
  padding: 30px 0;
  background-image: url(../img/story-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-story {
  margin-bottom: 30px;
  padding: 0 4%;
}
.title-story img {
  display: block;
  width: 100%;
  height: auto;
}

.sentence-story {
  margin-bottom: 20px;
  padding: 0 4%;
}
.sentence-story:last-of-type {
  margin: 30px 0;
}
.sentence-story img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 479px) {
  .front-story .wrap {
    margin: 0;
  }
  .title-story,
  .sentence-story {
    padding-right: 2%;
    padding-left: 2%;
  }
}
.front-info .sec-title {
  margin-bottom: 20px;
  padding: 40px 0 20px;
}

section.sec-info {
  display: none;
  position: relative;
  --edition-color: #005dad;
  --media-accent: #91b8e6;
}
section.sec-info[data-block=info-02] {
  --edition-color: #40444b;
  --media-accent: #91b8e6;
}
section.sec-info[data-block=info-03] {
  --edition-color: #005dad;
  --media-accent: #e88eaa;
}
section.sec-info[data-block=info-04] {
  --edition-color: #40444b;
  --media-accent: #e88eaa;
}
section.sec-info.selected {
  display: block;
}

.jkimg {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto 20px;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .jkimg {
    gap: 8px;
  }
}
.jkimg a {
  line-height: 0;
  font-size: 0;
  display: block;
  transition: all 0.2s 0s ease;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none;
  -webkit-touch-callout: none; /* iOSの長押しメニューも防止 */
}
.jkimg a:hover {
  filter: brightness(1.15);
}
.jkimg img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none;
  -webkit-touch-callout: none; /* iOSの長押しメニューも防止 */
}
.jkimg-front {
  position: relative;
}
.jkimg-front:before {
  content: "FRONT";
}
.jkimg-front:after {
  position: absolute;
  content: "";
  background: url(../img/jk_seal_f.webp) no-repeat;
  background-size: contain;
  width: 45%;
  aspect-ratio: 1/1;
  right: 0px;
  bottom: 0px;
}
.jkimg-back {
  position: relative;
}
.jkimg-back:before {
  content: "BACK";
}
.jkimg-back:after {
  position: absolute;
  content: "";
  background: url(../img/jk_seal_b.webp) no-repeat;
  background-size: contain;
  width: 45%;
  aspect-ratio: 1/1;
  right: 0px;
  bottom: 0px;
}
.jkimg-front, .jkimg-back {
  padding-top: 22px;
}
.jkimg-front::before, .jkimg-back::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: var(--media-accent);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.image-info {
  display: block;
  margin: 0 auto 22px;
  width: min(58%, 300px);
  height: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 479px) {
  .image-info {
    margin-bottom: 18px;
  }
}

.title-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding-bottom: 12px;
  font-size: 150%;
  font-weight: 600;
  line-height: 1.25;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.title-info::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 32%;
  height: 2px;
  background-color: var(--media-accent);
}
.title-info-edition {
  display: block;
}
.title-info-media {
  display: inline-block;
  padding: 6px 14px;
  color: #173948;
  font-family: Arial, sans-serif;
  font-size: 52%;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  border-radius: 2px;
}
.title-info-media-bluray {
  background-color: #91b8e6;
}
.title-info-media-dvd {
  color: #4f1529;
  background-color: #e88eaa;
}
@media screen and (min-width: 480px) {
  .title-info {
    font-size: 180%;
  }
}
@media screen and (max-width: 479px) {
  .title-info {
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 8px;
  }
}

.front-cast {
  padding: 50px 0 30px;
  background-image: url(../img/cast-bg.webp);
  background-position: 0 center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sentence-cast {
  margin-bottom: 30px;
  padding: 0 4%;
}
.sentence-cast img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 6px rgba(0, 93, 173, 0.2)) drop-shadow(0px 0px 4px rgba(0, 93, 173, 0.4));
}

@media screen and (max-width: 479px) {
  .front-cast .wrap {
    margin: 0;
  }
  .sentence-cast {
    padding-right: 2%;
    padding-left: 2%;
  }
}
.page-header {
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 550px) {
  .page-header {
    padding: 30px 0;
  }
}
.page-header-title img {
  display: block;
  width: clamp(380px, 85%, 420px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(2px 2px 3px #000);
}

.main {
  position: relative;
  flex-grow: 1;
}

.page-main {
  margin: 0 0 40px 0;
  padding: 30px 20px 40px;
  position: relative;
}
.page-main.news {
  background-color: rgba(255, 255, 255, 0.8);
}
.page-main-head {
  margin-bottom: 1em;
  font-size: 95%;
  color: #fff;
}
.page-main-head a {
  color: #ffbb02;
  text-decoration: none;
  font-weight: 600;
}
.page-main-head:last-child {
  margin-bottom: 2em;
}
.page-main-head-attention {
  display: inline-block;
  position: relative;
  padding-left: 1.2rem;
  font-size: 80%;
}
.page-main-head-attention::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.page-main-bottom {
  color: #fff;
}

.page-sec {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  border: solid 1px rgba(0, 93, 173, 0.5);
}
.page-sec:last-child {
  margin-bottom: 0;
}
.page-sec-title {
  margin-bottom: 10px;
  font-size: 120%;
  color: #378bb0;
  font-weight: 400;
  border-left: solid 3px #378bb0;
  padding-left: 10px;
}
.page-sec-image {
  margin: 0 auto 1em;
  width: 70%;
}
@media screen and (max-width: 550px) {
  .page-sec-image {
    width: 80%;
  }
}
.page-sec-image {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  padding: 10px;
  background: #fff;
}
.page-sec-image img {
  display: block;
  width: 100%;
  height: auto;
}
.page-sec-sentense {
  margin-bottom: 1em;
  font-size: 90%;
  font-weight: bold;
}

#cvs-wrap {
  position: fixed;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  overflow: hidden !important;
  z-index: 1;
}

#cvs {
  display: block;
  width: 2000px;
  max-width: 2000px;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

.pt0 {
  padding-top: 0;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.small90 {
  font-size: 0.9rem;
}

.small80 {
  font-size: 0.8rem;
}

.small70 {
  font-size: 0.7rem;
}

.small50 {
  font-size: 0.5rem;
}

strong {
  font-weight: 500;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

@media screen and (max-width: 550px) {
  .sp-tal {
    text-align: left;
  }
}
.article-txt {
  font-size: 0.85rem;
}
.article-txt p {
  margin-bottom: 1.6rem;
}