@charset "UTF-8";
/* =================================
ページ固有
================================= */
#container .article .article-content {
  gap: 6rem;
}
#container .article .box {
  display: grid;
  gap: 3rem;
}
#container .article .box.video .box-header .title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#container .article .box.video .box-header .title .date {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: var(--mypage-color-basic--blue);
  padding: 0 0.5em;
  color: #fff;
  font-size: 4.6rem;
  line-height: 60px;
  font-weight: 700;
  text-shadow: 4px 4px 0 #040000;
  transform: skewX(-15deg) translate(9px, 0);
}
#container .article .box.video .box-header .title .ep {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fffa00;
  padding: 0 0.5em;
  color: #040000;
  font-size: 3.4rem;
  line-height: 48px;
  font-weight: 700;
  transform: skewX(-15deg) translate(9px, 0);
}
#container .article .box.video .box-header .title .sub {
  padding: 0 0.5em;
  color: var(--mypage-color-basic--blue);
  font-size: 4rem;
  font-weight: 900;
  line-height: 48px;
  transform: skewX(-15deg) translate(9px, 0);
}
#container .article .box.video .box-content .mov-inner {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#container .article .box.video .box-content iframe {
  width: 100%;
  height: 100%;
}
#container .article .box.story .box-header .title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#container .article .box.story .box-header .title .ep {
  background-color: #ee008c;
  padding: 0 0.8em;
  color: #fff;
  font-size: 3.4rem;
  line-height: 64px;
  font-weight: 900;
  transform: skewX(-15deg) translate(9px, 0);
}
#container .article .box.story .box-header .title .sub {
  padding: 0 0.5em;
  color: var(--mypage-color-basic--blue);
  font-size: 4rem;
  font-weight: 900;
  line-height: 48px;
  transform: skewX(-15deg) translate(9px, 0);
}
#container .article .box.story .box-content {
  display: grid;
  gap: 3rem;
}
#container .article .box.story .box-content .screens {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 2rem;
}
#container .article .box.jobfes .photo a {
  display: block;
}
#container .article .box.jobfes .photo a span {
  aspect-ratio: 1000/500;
}
#container .article .box.backnumber {
  gap: 2rem;
}
#container .article .box.backnumber .box-header .title {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--mypage-color-basic--blue);
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  transform: skew(-15deg);
}
#container .article .box.backnumber .box-content .stories {
  display: grid;
  grid-template: auto/repeat(4, 1fr);
  gap: 2rem;
}
#container .article .box.backnumber .box-content .stories .story {
  position: relative;
  box-shadow: 4px 4px 0 var(--mypage-color-basic--blue);
  background-color: var(--mypage-color-basic--gray);
}
#container .article .box.backnumber .box-content .stories .story .lazy,
#container .article .box.backnumber .box-content .stories .story .lazy-done {
  box-shadow: 0 0 0 2px var(--mypage-color-basic--blue) inset;
}
#container .article .box.backnumber .box-content .stories .story .enum {
  display: block;
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--mypage-color-basic--blue);
  width: fit-content;
  padding: 0 0.5em;
}
#container .article .box.backnumber .box-content .stories .story .enum .text {
  color: var(--mypage-color-basic--yellow);
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 2px 2px 0 #000;
  transform: skew(-15deg);
}
#container .article .backstory {
  display: flex;
  justify-content: flex-end;
}
#container .article .backstory .button {
  display: block;
  width: 440px;
  background: linear-gradient(110deg, #0050ff 50%, #1243d7 50%);
  box-shadow: 0 0 0 4px var(--mypage-color-basic--blue);
  border-radius: 2px;
  margin: 0;
}
#container .article .backstory .button img {
  width: 100%;
  height: auto;
  aspect-ratio: 446/92;
}
#container .article * + .text {
  margin-top: 2rem;
}
#container .article .text {
  color: var(--mypage-color-basic--blue);
}
#container .article .photo {
  background-color: var(--mypage-color-basic--gray);
}
#container .article .photo span:not(.enum) {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16/9;
}
@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;
    margin-top: 0.2em;
    font-size: 2.6rem;
    line-height: 1.3;
    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: auto 1fr auto/auto;
  background-color: #0e225e;
  box-shadow: 0 0 0 2px #fff inset;
  width: 80vw;
  max-width: 980px;
  max-height: calc(100svh - 8rem);
  margin: auto;
  padding: 0 3rem;
}
.lightbox .lb-inner {
  display: contents;
}
.lightbox .lightbox-header {
  border-bottom: 1px solid #fff;
}
.lightbox .lightbox-header .title {
  display: grid;
  grid-template: auto/110px 1fr auto;
  align-items: center;
}
.lightbox .lightbox-header .title .icon {
  display: block;
  width: 150px;
  height: 116px;
  transform: translate(-60px, -20px);
}
.lightbox .lightbox-header .title .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lightbox .lightbox-header .title .text {
  display: grid;
  grid-template: auto/1fr auto;
  grid-template-areas: 'sub date' 'ep date';
  align-items: flex-end;
}
.lightbox .lightbox-header .title .text .sub {
  grid-area: sub;
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  transform: skew(-15deg);
}
.lightbox .lightbox-header .title .text .ep {
  grid-area: ep;
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--mypage-color-basic--yellow);
  font-size: 3.8rem;
  line-height: 1.2;
  transform: skew(-15deg);
}
.lightbox .lightbox-header .title .text .date {
  grid-area: date;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 3.2rem;
  transform: skew(-15deg);
}
.lightbox .lightbox-content {
  display: grid;
  gap: 2rem;
  align-content: flex-start;
  padding: 2rem 0;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.333) transparent;
}
.lightbox .lightbox-content .text {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
.lightbox .lightbox-content .screens {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 2rem;
}
.lightbox .lightbox-content .screens .photo {
  display: block;
  aspect-ratio: 3/2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lightbox .lightbox-content .screens .photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.lightbox .lightbox-footer {
  display: flex;
  justify-content: flex-end;
  padding: 2rem 0;
}
.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;
}
.screens.ura1 .photo:nth-of-type(1) {
  background-image: url("../story/img/ep1/photo-ura1.jpg");
}
.screens.ura1 .photo:nth-of-type(2) {
  background-image: url("../story/img/ep1/photo-ura2.jpg");
}
.screens.ura2 .photo:nth-of-type(1) {
  background-image: url("../story/img/ep2/photo-ura1.jpg");
}
.screens.ura2 .photo:nth-of-type(2) {
  background-image: url("../story/img/ep2/photo-ura2.jpg");
}
.screens.ura3 .photo:nth-of-type(1) {
  background-image: url("../story/img/ep3/photo-ura1.jpg");
}
.screens.ura3 .photo:nth-of-type(2) {
  background-image: url("../story/img/ep3/photo-ura2.jpg");
}
.screens.ura4 .photo:nth-of-type(1) {
  background-image: url("../story/img/ep4/photo-ura1.jpg");
}
.screens.ura4 .photo:nth-of-type(2) {
  background-image: url("../story/img/ep4/photo-ura2.jpg");
}
.screens.ura4 .photo:nth-of-type(3) {
  background-image: url("../story/img/ep4/photo-ura3.jpg");
}
.screens.ura5 .photo:nth-of-type(1) {
  background-image: url("../story/img/ep5/photo-ura1.jpg");
}
.screens.ura5 .photo:nth-of-type(2) {
  background-image: url("../story/img/ep5/photo-ura2.jpg");
}
.screens.ura6 .photo:nth-of-type(1) {
  background-image: url("../story/img/ep6/photo-ura1.jpg");
}
.screens.ura6 .photo:nth-of-type(2) {
  background-image: url("../story/img/ep6/photo-ura2.jpg");
}
.screens.ura6 .photo:nth-of-type(3) {
  background-image: url("../story/img/ep6/photo-ura3.jpg");
}
.screens.ura7 .photo:nth-of-type(1) {
  background-image: url("../story/img/ep7/photo-ura1.jpg");
}
.screens.ura7 .photo:nth-of-type(2) {
  background-image: url("../story/img/ep7/photo-ura2.jpg");
}
.screens.ura8 .photo:nth-of-type(1) {
  background-image: url("../story/img/ep8/photo-ura1.jpg");
}
.screens.ura8 .photo:nth-of-type(2) {
  background-image: url("../story/img/ep8/photo-ura2.jpg");
}
.screens.ura8 .photo:nth-of-type(3) {
  background-image: url("../story/img/ep8/photo-ura3.jpg");
}
@media all and (max-width: 991px) {
  .lightbox {
    width: calc(100vw - 4rem);
    padding: 0 1.6rem;
  }
  .lightbox .lightbox-header .title {
    grid-template: auto/75px 1fr auto;
  }
  .lightbox .lightbox-header .title .icon {
    width: 90px;
    height: 70px;
    transform: translate(-24px, -14px);
  }
  .lightbox .lightbox-header .title .text .sub {
    font-size: 2.6rem;
  }
  .lightbox .lightbox-header .title .text .ep {
    font-size: 1.8rem;
  }
  .lightbox .lightbox-header .title .text .date {
    font-size: 1.6rem;
  }
  .lightbox .lightbox-content {
    gap: 2rem;
    padding: 1rem 0;
  }
  .lightbox .lightbox-content .text {
    font-size: 2rem;
  }
  .lightbox .lightbox-content .screens {
    grid-template: auto/1fr;
    gap: 1rem;
  }
  .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;
}
