@charset "UTF-8";
/* =================================
ページ固有
================================= */
#container .article {
  padding: 0;
}
#container .article .diagram {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../chart/img/chart.jpg?5");
  background-size: cover;
}
#container .article .buttons .button {
  position: absolute;
}
#container .article .buttons .button.sz-l {
  width: 276px;
  height: 316px;
}
#container .article .buttons .button.sz-m {
  width: 276px;
  height: 162px;
}
#container .article .buttons .button a {
  display: block;
  width: 100%;
  height: 100%;
}
#container .article .buttons .button a img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#container .article .buttons .button.tsubasa {
  left: 406px;
  top: 381px;
}
#container .article .buttons .button.episode1 {
  left: 56px;
  top: 81px;
}
#container .article .buttons .button.episode2 {
  left: 406px;
  top: 81px;
}
#container .article .buttons .button.episode3 {
  left: 756px;
  top: 81px;
}
#container .article .buttons .button.episode4 {
  left: 46px;
  top: 460px;
}
#container .article .buttons .button.episode5 {
  left: 766px;
  top: 460px;
}
#container .article .buttons .button.episode6 {
  left: 56px;
  top: 873px;
}
#container .article .buttons .button.episode7 {
  left: 406px;
  top: 873px;
}
#container .article .buttons .button.episode8 {
  left: 756px;
  top: 873px;
}
@media all and (max-width: 991px) {
  #container .article .article-content {
    gap: 4rem;
  }
  #container .article .box {
    gap: 1rem;
  }
  #container .article .box.video .box-header .title .date {
    font-size: 2.4rem;
    line-height: 44px;
    transform: skewX(-15deg) translate(4px, 0);
  }
  #container .article .box.video .box-header .title .ep {
    font-size: 1.6rem;
    transform: skewX(-15deg) translate(4px, 0);
    line-height: 32px;
  }
  #container .article .box.video .box-header .title .sub {
    flex-basis: 100%;
    padding: 0;
    font-size: 2.6rem;
    line-height: 44px;
    transform: skewX(-15deg) translate(4px, 0);
  }
  #container .article .box.story .box-header .title .ep {
    font-size: 2.6rem;
    line-height: 44px;
    transform: skewX(-15deg) translate(4px, 0);
  }
  #container .article .box.story .box-header .title .sub {
    flex-basis: 100%;
    padding: 0;
    font-size: 2.6rem;
    line-height: 44px;
    transform: skewX(-15deg) translate(4px, 0);
  }
  #container .article .box.story .box-content {
    gap: 2rem;
  }
  #container .article .box.story .box-content .screens {
    display: grid;
    grid-template: auto/1fr;
    gap: 1rem;
  }
  #container .article .box.backnumber .box-header .title {
    font-size: 2.4rem;
  }
  #container .article .box.backnumber .box-content .stories {
    grid-template: auto/1fr 1fr;
    gap: 1rem;
  }
  #container .article .box.backnumber .box-content .stories .story .enum .text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #container .article .backstory {
    justify-content: center;
  }
  #container .article .backstory .button {
    width: 260px;
  }
}
/* lightbox
-------------------------*/
.lbox-done {
  animation: zoomIn 800ms;
}
.lightbox {
  display: grid;
  grid-template: 1fr auto/auto;
  background-color: #0e225e;
  background: linear-gradient(90deg, #1648bd 0%, rgba(92,196,243,0.98) 28.85%, #8dc8ed 50%, #5cc4f3 70.19%, #1648bd 100%);
  box-shadow: 0 0 0 2px #fff;
  width: 80vw;
  max-width: 800px;
  max-height: calc(100svh - 8rem);
  margin: auto;
}
.lightbox .lb-inner {
  display: contents;
}
.lightbox .lightbox-content {
  display: grid;
  gap: 0;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.333) transparent;
  display: grid;
  box-sizing: content-box;
}
.lightbox .lightbox-content:has(.tsubasa) {
  grid-template: auto/auto 1fr;
  grid-template-areas: 'tsubasa meta';
}
.lightbox .lightbox-content:not(:has(.tsubasa)) {
  grid-template: auto 1fr/auto 1fr;
  grid-template-areas: 'figure meta' 'button meta';
}
.lightbox .lightbox-content .box.tsubasa {
  grid-area: tsubasa;
  position: relative;
  padding: 2rem 3rem;
  padding-right: 0;
  box-sizing: border-box;
}
.lightbox .lightbox-content .box.tsubasa .photo {
  position: relative;
  z-index: 1;
  width: 310px;
  height: auto;
  aspect-ratio: 310/380;
  background-color: var(--mypage-color-basic--blue);
  background-image: url("../chart/img/cast1.jpg");
  background-position: center;
  background-size: cover;
}
.lightbox .lightbox-content .box.tsubasa .photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.lightbox .lightbox-content .box.tsubasa::after {
  content: '';
  position: relative;
  z-index: 0;
  display: block;
  width: calc(100% + 5rem);
  height: 24px;
  background-color: var(--mypage-color-basic--yellow);
  transform: skew(-15deg) translate(-4rem, -1rem);
  box-shadow: 4px 4px 0 #042da9;
}
.lightbox .lightbox-content .box.figure {
  grid-area: figure;
  position: relative;
  display: grid;
  align-content: flex-start;
  gap: 3rem;
  padding: 2rem 3rem;
  padding-right: 0;
}
.lightbox .lightbox-content .box.figure .photo {
  position: relative;
  z-index: 1;
  width: 310px;
  height: auto;
  aspect-ratio: 16/9;
  background-color: var(--mypage-color-basic--blue);
  background-position: center;
  background-size: cover;
}
.lightbox .lightbox-content .box.figure .photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.lightbox .lightbox-content .box.meta {
  grid-area: meta;
  display: grid;
  gap: 2rem;
  padding: 2rem 3rem;
}
.lightbox .lightbox-content .box.meta .name .cast {
  display: block;
  width: 100%;
  background-color: var(--mypage-color-basic--blue);
  box-shadow: 4px 4px 0 #042da9;
  padding: 0 0 0 5rem;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  transform: skew(-15deg) translateX(-5rem);
}
.lightbox .lightbox-content .box.meta .name .cast .age {
  font-size: 2rem;
}
.lightbox .lightbox-content .box.meta .name .actor {
  display: block;
  width: fit-content;
  background-color: #fff;
  box-shadow: 4px 4px 0 #042da9;
  padding: 0 5rem;
  color: var(--mypage-color-basic--blue);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  transform: skew(-15deg) translateX(-5rem);
}
.lightbox .lightbox-content .box.meta .title .ja {
  display: block;
  width: 100%;
  background-color: var(--mypage-color-basic--yellow);
  box-shadow: 4px 4px 0 #042da9;
  padding: 0 0 0 5rem;
  color: var(--mypage-color-basic--blue);
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  transform: skew(-15deg) translateX(-5rem);
}
.lightbox .lightbox-content .box.meta .title .ja .age {
  font-size: 2rem;
}
.lightbox .lightbox-content .box.meta .title .ep {
  display: block;
  width: fit-content;
  background-color: var(--mypage-color-basic--pink);
  box-shadow: 4px 4px 0 #042da9;
  padding: 0 5rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  transform: skew(-15deg) translateX(-5rem);
}
.lightbox .lightbox-content .box.meta .textarea {
  padding: 2rem;
  background-color: #fff;
  background-image: linear-gradient(to right, #e5f2fe 1px, transparent 1px), linear-gradient(to bottom, #e5f2fe 1px, transparent 1px);
  background-size: 30px 30px;
  background-position: center;
}
.lightbox .lightbox-content .box.button {
  grid-area: button;
  padding-left: 3rem;
}
.lightbox .lightbox-content .box.button button {
  display: block;
  box-shadow: 0 0 0 3px var(--mypage-color-basic--blue);
  border-radius: 2px;
  aspect-ratio: 247/90;
  width: 240px;
  margin: auto;
  padding: 0;
  cursor: pointer;
}
.lightbox .lightbox-content .box.button button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lightbox .lightbox-content .text {
  color: #000;
  font-size: 2rem;
  line-height: 1.5;
}
.lightbox .lightbox-content .text + .text {
  margin-top: 1em;
}
.lightbox .lightbox-content .text .blue {
  color: var(--mypage-color-basic--blue);
}
.lightbox .lightbox-footer {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 3rem;
  background-color: #042da9;
}
.lightbox .lightbox-footer .close {
  display: flex;
  gap: 2rem;
  align-items: center;
  cursor: pointer;
  appearance: none;
}
.lightbox .lightbox-footer .close .text {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  pointer-events: none;
}
.lightbox .lightbox-footer .close .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  pointer-events: none;
}
.lightbox .lightbox-footer .close .icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.figure .photo.ep1 {
  background-image: url("../chart/img/photo-ep1.jpg");
}
.figure .photo.ep2 {
  background-image: url("../chart/img/photo-ep2.jpg");
}
.figure .photo.ep3 {
  background-image: url("../chart/img/photo-ep3.jpg");
}
.figure .photo.ep4 {
  background-image: url("../chart/img/photo-ep4.jpg");
}
.figure .photo.ep5 {
  background-image: url("../chart/img/photo-ep5.jpg");
}
.figure .photo.ep6 {
  background-image: url("../chart/img/photo-ep6.jpg");
}
.figure .photo.ep7 {
  background-image: url("../chart/img/photo-ep7.jpg");
}
.figure .photo.ep8 {
  background-image: url("../chart/img/photo-ep8.jpg");
}
@media all and (max-width: 991px) {
  .lightbox {
    width: calc(100vw - 4rem);
  }
  .lightbox .lightbox-content {
    gap: 0;
    padding: 3rem;
  }
  .lightbox .lightbox-content:has(.tsubasa) {
    grid-template: auto/auto;
    grid-template-areas: 'tsubasa' 'meta';
  }
  .lightbox .lightbox-content:not(:has(.tsubasa)) {
    grid-template: auto/auto;
    grid-template-areas: 'figure' 'meta' 'button';
  }
  .lightbox .lightbox-content .box.tsubasa {
    padding: 0;
  }
  .lightbox .lightbox-content .box.tsubasa .photo {
    z-index: 0;
    width: 100%;
  }
  .lightbox .lightbox-content .box.tsubasa::after {
    display: none;
  }
  .lightbox .lightbox-content .box.figure {
    gap: 2rem;
    padding: 0;
  }
  .lightbox .lightbox-content .box.figure .photo {
    z-index: 0;
    width: 100%;
  }
  .lightbox .lightbox-content .box.meta {
    display: grid;
    gap: 1rem;
    padding: 0;
  }
  .lightbox .lightbox-content .box.meta .name .cast {
    width: 100%;
    font-size: 2.6rem;
  }
  .lightbox .lightbox-content .box.meta .name .cast .age {
    font-size: 1.4rem;
  }
  .lightbox .lightbox-content .box.meta .name .actor {
    font-size: 2.4rem;
  }
  .lightbox .lightbox-content .box.meta .title .ja {
    width: 100%;
    font-size: 2.6rem;
  }
  .lightbox .lightbox-content .box.meta .title .ja .age {
    font-size: 2rem;
  }
  .lightbox .lightbox-content .box.meta .title .ep {
    font-size: 2.4rem;
  }
  .lightbox .lightbox-content .box.meta .textarea .text {
    font-size: 1.8rem;
  }
  .lightbox .lightbox-content .box.button {
    padding: 2rem 0 0;
  }
  .lightbox .lightbox-footer {
    padding: 1rem 0;
  }
  .lightbox .lightbox-footer .close {
    gap: 1rem;
  }
  .lightbox .lightbox-footer .close .text {
    font-size: 3.2rem;
  }
  .lightbox .lightbox-footer .close .icon {
    width: 40px;
  }
}
@media print {
  div.lbox-done,
  div.tbs-v8-lightbox,
  div.tbs-v8-overlay {
    display: none;
  }
}
body.tbs-v8-overlay-on div.tbs-v8-overlay {
  background-color: #000 !important;
}
.tbs-v8-lbinner {
  display: flex !important;
  height: 100%;
  align-items: center;
}
