@charset "UTF-8";
/* ============================================
  メディアクエリ・ホバー mixin（編集不要）
  768px、1200px
============================================ */
.header {
  padding: 14px 16px 9px;
  background-color: var(--color-bg);
}
.header__inner {
  text-align: center;
  max-width: var(--width-main);
  margin-inline: auto;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .header__logo {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header__inner {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.header .vodList {
  max-width: 33.3333vw;
  padding: 0;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .header .vodList {
    max-width: 40rem;
  }
}
@media (max-width: 768px) {
  .header .vodList {
    max-width: 380px;
    margin-inline: auto;
  }
}
.header .vodList__title {
  display: none;
}
.header .vodList__list {
  grid-template-columns: 1fr;
}

.bnrArea__inner {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.mainContents {
  padding: 9rem 1rem 10rem;
}
@media (max-width: 768px) {
  .mainContents {
    padding: 8rem 1rem;
  }
}

.story .mainContents__inner {
  max-width: var(--width-main);
}
.story__oa {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 26px;
  line-height: 1.2;
  letter-spacing: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.story__num {
  color: var(--color-black);
  padding-bottom: 0.2em;
  font-size: 4.6rem;
}
@media (max-width: 768px) {
  .story__num {
    padding-bottom: 0;
  }
}
.story__num span:not(.story__episodeLabel) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  translate: 0 5px;
  font-size: 2.3rem;
}
.story__num .img {
  width: 150px;
}
.story__episodeLabel {
  font-size: 3rem;
}
.story__day {
  padding-bottom: 1rem;
  font-size: 2.2rem;
  border-bottom: 2px dashed var(--color-main);
}
@media (max-width: 768px) {
  .story__day {
    padding: 0 10px 6px;
    margin-top: 3vw;
    font-size: 4.5vw;
  }
}
.story__day span:not(.story__note) {
  font-size: 1.68em;
}
.story__note {
  display: inline;
  padding-top: 0.5em;
  padding-left: 1em;
  font-size: 0.8em;
}
.story__img {
  margin-top: 42px;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .story__img {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.story__img--g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.2rem 3.12%;
  margin-top: 4.2rem;
  margin-bottom: 4.2rem;
}
@media (max-width: 768px) {
  .story__img--g {
    grid-template-columns: 1fr;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.story__title {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  margin-top: 1.5em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.story__title::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100vh;
  background-color: var(--color-main);
}
.story__text {
  margin-top: 0.5em;
  line-height: 2;
}
.story .backnumber {
  max-width: var(--width-narrow);
  margin: 10rem auto 0;
  padding: 5rem 0;
  border-top: 1px solid var(--color-main);
}
@media (max-width: 768px) {
  .story .backnumber {
    margin-top: 50px;
    padding: 24px 12px;
  }
}
.story .backnumber__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.8rem;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .story .backnumber__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
  }
}
.story .backnumber__list li {
  background-color: var(--color-main);
}
.story .backnumber__list a {
  color: #fff;
  text-decoration: none;
}
@media (any-hover: hover) {
  .story .backnumber__list a {
    transition: all 0.3s ease-in;
  }
  .story .backnumber__list a:hover {
    filter: brightness(1.1);
  }
}
.story .backnumber__list img {
  aspect-ratio: 210/140;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.story .backnumber__text {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .story .backnumber__text {
    -moz-column-gap: 4px;
         column-gap: 4px;
    padding: 8px 6px;
    font-size: 1.4rem;
  }
}

.topicsList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.topicsList::before, .topicsList::after {
  content: "";
  order: 1;
  display: block;
  width: 304px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .topicsList .article {
    width: calc(50% - 24px);
  }
}
@media (max-width: 768px) {
  .topicsList .article {
    width: 100%;
  }
}
.topicsList .topArticle {
  width: 100%;
}
.topicsList .topArticle__inner {
  display: grid;
  grid-template-columns: 430px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 100%;
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .topicsList .topArticle__inner {
    grid-template-columns: 1fr;
    padding: 8px;
  }
}
.topicsList .topArticle__img {
  align-self: flex-start;
}
.topicsList .topArticle__img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.topicsList .topArticle__category {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 22px;
  border: 1px solid var(--color-main);
  border-radius: 100vh;
  color: var(--color-main);
  font-size: 1.4rem;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media (max-width: 768px) {
  .topicsList .topArticle__category {
    margin-top: 1rem;
  }
}
.topicsList .topArticle__textArea {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto 1fr;
}
.topicsList .topArticle__title {
  padding: 22px 0 8px;
  border-bottom: 2px dashed var(--color-main);
  color: var(--color-main);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
@media (max-width: 768px) {
  .topicsList .topArticle__title {
    padding: 16px 0 8px;
    font-size: 1.8rem;
  }
}
.topicsList .topArticle__text {
  margin-top: 8px;
  color: #000;
  line-height: 2;
}
.topicsList .topArticle__day {
  align-self: flex-end;
  color: #000;
  font-size: 1.6rem;
  text-align: right;
}
@media (max-width: 768px) {
  .topicsList .topArticle__day {
    padding-right: 12px;
  }
}
.topicsList .topArticle a {
  text-decoration: none;
}
@media (any-hover: hover) {
  .topicsList .topArticle a {
    transition: all 0.3s ease-in;
  }
  .topicsList .topArticle a:hover {
    filter: brightness(1.1);
  }
}
.topicsList .topArticleList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .topicsList .topArticleList {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.credit {
  padding: 1rem 0;
}
.credit__img {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.credit__img--col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .credit__img--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.credit__title {
  margin-top: 1.5em;
  padding: 0.75em 1em;
  border-left: 8px solid var(--color-third);
  background-color: var(--color-main);
  border-radius: 0 8px 8px 0;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: normal;
}
@media (max-width: 768px) {
  .credit__title {
    font-size: 2rem;
  }
}
.credit__title + .credit__text {
  margin-top: 3rem;
}
.credit__subtitle {
  padding: 4rem 0 1rem;
  border-bottom: 2px dashed var(--color-main);
  color: var(--color-main);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
.credit__text {
  margin-top: 2rem;
}
.credit--music {
  margin-top: 8rem;
}

.caststaff .castList {
  --cast-gap: 8.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px var(--cast-gap);
  align-items: center;
  margin-top: 40px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .caststaff .castList {
    --cast-gap: 4rem;
    margin-top: 30px;
    font-size: 5vw;
  }
}
.caststaff .castList.second {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .caststaff .castList.second {
    font-size: 4.4vw;
  }
}
.caststaff .castList__part {
  position: relative;
  text-align: right;
}
.caststaff .castList__part::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + var(--cast-gap) / 2);
  translate: -50% -50%;
  width: 1em;
  height: 1px;
  background-color: var(--color-black);
  rotate: -45deg;
}
.caststaff .castList__actor {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 768px) {
  .caststaff .castList__actor {
    display: block;
  }
}
.caststaff .castList__actor span {
  padding-left: 0.5em;
  font-size: 0.7em;
}
@media (max-width: 768px) {
  .caststaff .castList__actor span {
    display: block;
    padding-left: 0;
  }
}
.caststaff hr {
  display: block;
  width: 4px;
  height: 4px;
  margin: 30px auto 0;
  border-radius: 100vmax;
  border: 0;
  background-color: #fff;
}
.caststaff .staffList {
  position: relative;
  line-height: 2;
}
@media (max-width: 768px) {
  .caststaff .staffList {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
.caststaff .staffList__part {
  margin-top: 2em;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .caststaff .staffList__part:first-of-type {
    padding-top: 0;
  }
}
.caststaff .staffList__name {
  margin-top: 8px;
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .caststaff .staffList__name {
    font-size: 1.8rem;
  }
}
.caststaff .staffList__name span {
  font-size: 0.8em;
}
.caststaff .staffList__name ul {
  --staff-gap: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: var(--staff-gap);
       column-gap: var(--staff-gap);
}
@media (max-width: 768px) {
  .caststaff .staffList__name ul {
    display: block;
  }
}
.caststaff .staffList__name ul li + li {
  position: relative;
}
.caststaff .staffList__name ul li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(var(--staff-gap) / -2);
  translate: -50% -50%;
  width: 0.8em;
  height: 1px;
  background-color: var(--color-black);
  rotate: -45deg;
}
@media (max-width: 768px) {
  .caststaff .staffList__name ul li + li::before {
    content: none;
  }
}

.goods .itemBox {
  margin-top: 80px;
  padding: 38px 32px 56px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .goods .itemBox {
    padding: 32px 16px;
  }
}
.goods .itemBox__title {
  padding: 24px 90px;
  border-radius: 20px;
  background: url(../img/character.png) no-repeat right 35px center/65px auto;
  background-color: #20becb;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  .goods .itemBox__title {
    padding: 16px 8px;
    background-image: none;
  }
}
.goods .itemBox__name {
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .goods .itemBox__name {
    font-size: 1.8rem;
  }
}
.goods .itemBox__price {
  margin-top: 8px;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .goods .itemBox__price {
    font-size: 1.8rem;
  }
}
.goods .itemBox__price span {
  font-size: 0.7em;
}
.goods .itemBox__text {
  margin-top: 20px;
  color: var(--color-black);
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .goods .itemBox__text {
    margin-top: 14px;
  }
}
.goods .itemImg {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .goods .itemImg {
    display: block;
  }
}
.goods .itemImg__box + .itemImg__box {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px dotted #707070;
}
@media (max-width: 768px) {
  .goods .itemImg__box + .itemImg__box {
    margin-top: 24px;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
.goods .itemImg__btn {
  display: grid;
  grid-template-columns: auto;
  row-gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}
.goods .itemImg__btn .moreBtn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  margin-top: 0;
}
.goods__heading {
  margin-top: 60px;
  padding: 8px 20px;
  border-radius: 0 3px 3px 0;
  border-left: 4px solid var(--color-main);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  background-color: #081e51;
}
@media (max-width: 768px) {
  .goods__heading {
    margin-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 1.8rem;
  }
}
.goods__text {
  margin-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 2.2rem;
  line-height: 1.62;
}
@media (max-width: 768px) {
  .goods__text {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8rem;
  }
}
.goods__text.small {
  font-size: 1.6rem;
}

.quiz .c-point {
  color: #c72828;
}
.quiz .mainContents__inner {
  color: #2b2b2b;
  background-color: #f8f8f8;
}
.quiz .articleArea {
  padding: 0 50px 50px;
}
@media (max-width: 768px) {
  .quiz .articleArea {
    padding-inline: 16px;
  }
}
.quiz__catch {
  margin-top: 24px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .quiz__catch {
    font-size: 4vw;
  }
}
.quiz .entryBtn {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .quiz .entryBtn {
    margin-top: 40px;
  }
}
.quiz .entryBtn.closed .on {
  display: none;
}
.quiz .entryBtn.open .off {
  display: none;
}
.quiz .entryBtn a {
  position: relative;
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding: 36px 0;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #c72828;
  box-shadow: 0 0 0 8px #c72828;
}
@media (max-width: 768px) {
  .quiz .entryBtn a {
    padding: 24px 0;
    box-shadow: 0 0 0 4px #c72828;
    font-size: 5vw;
  }
}
.quiz .entryBtn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 768px) {
  .quiz .entryBtn a::before {
    width: 30px;
  }
}
.quiz .entryBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 41px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #c72828;
}
@media (max-width: 768px) {
  .quiz .entryBtn a::after {
    right: 8px;
    width: 12px;
    height: 20px;
  }
}
.quiz .entryBtn span {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding: 49px 0;
  border-radius: 18px;
  font-size: 2rem;
  text-align: center;
  background-color: #ddd;
}
@media (max-width: 768px) {
  .quiz .entryBtn span {
    padding: 34px 0;
    font-size: 5vw;
  }
}
.quiz__kikan {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  padding: 0 12px 6px;
  color: #c72828;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 8px solid #c72828;
}
@media (max-width: 768px) {
  .quiz__kikan {
    margin-top: 24px;
    font-size: 5vw;
    line-height: 1.4;
  }
}
.quiz__list {
  list-style: upper-alpha;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 2rem;
}/*# sourceMappingURL=page.css.map */