@charset "UTF-8";
:root {
  --color-red: #ff5148;
  --color-yellow: #fce800;
  --color-green: #0583a3;
  --font-color-gray: #484848;
  --inner-width: 1180px;
}

* {
  font-feature-settings: "palt";
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (max-width: 768px) {
  html {
    font-size: 2.326vw;
  }
}

body {
  font-family: "Noto Sans JP", YakuHanJP, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
  font-weight: var(--fw-nomal);
  font-size: 1.6rem;
  line-height: 1.87;
  letter-spacing: 0.1em;
  background-color: #2f2526;
  color: #fff;
}

/*----- header -----*/
.header {
  background-color: #121a25;
}
.header__poster img {
  width: 100%;
}
.header__broadcast {
  margin: 0;
  padding: 1.6rem;
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
  background-color: #121a25;
}
@media (max-width: 768px) {
  .header__broadcast {
    padding: 0 0 0 1.6rem;
    text-align: left;
  }
}
.header__broadcast span {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .header__broadcast span {
    font-size: 1.3rem;
  }
}
.header__broadcast-em {
  font-style: normal;
  font-size: 1.4em;
  font-weight: 700;
}
.header__broadcast-network {
  display: block;
  font-size: 1.2rem;
}
.header__broadcast-time {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header__broadcast-time {
    font-size: 1.6rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.6rem 0;
}
@media (max-width: 768px) {
  .header__inner {
    padding: 1.2rem 1.6rem;
  }
}
.header__left {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .header__left {
    gap: 0;
  }
}
.header__dodora {
  margin: 0;
  width: 9rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .header__dodora {
    margin: -1rem 0 0 -1.7rem;
    width: 44px;
  }
}
.header__dodora img {
  width: 100%;
  height: auto;
}
.header__logo {
  margin: 0;
}
.header__logo a {
  height: 14.8rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 444/148;
}
@media (max-width: 768px) {
  .header__logo a {
    height: auto;
    width: 43vw;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
}

/*-----navArea-----*/
.navArea {
  background-image: linear-gradient(180deg, rgb(204, 183, 198) 50%, rgb(165, 144, 165));
}
.navArea__inner {
  max-width: var(--inner-width);
  padding: 0 2rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
}
@media (max-width: 768px) {
  .navArea__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.navArea__item {
  background-color: transparent;
  transition: background-color 0.2s ease;
  border-right: 1px solid #fff;
  height: 100%;
  align-content: center;
}
.navArea__item:first-child {
  border-left: 1px solid #fff;
}
.navArea__item .current {
  background-color: #fff;
}
.navArea__item .current .navArea__link {
  color: #05193e;
  font-weight: bold;
}
@media (max-width: 768px) {
  .navArea__item {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .navArea__item:last-child {
    grid-column: 1/-1;
  }
}
.navArea__link {
  display: grid;
  place-content: center;
  height: 100%;
  padding: 1em 0;
  color: #05193e;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  .navArea__link {
    transition: all 0.3s ease-in;
  }
  .navArea__link:hover {
    color: #8a6a8a;
  }
}
@media (max-width: 768px) {
  .navArea__link {
    padding: 1em 0.3em;
    font-size: 1.8rem;
  }
}

.snsNav {
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 1000px;
  margin: 30px auto 0;
}
.snsNav__title {
  font-size: 2.4rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .snsNav__title {
    font-size: 1.6rem;
  }
}
.snsNav__inner {
  display: grid;
  grid-template-columns: repeat(3, 35px);
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-left: 24px;
}
@media (max-width: 768px) {
  .snsNav__inner {
    grid-template-columns: repeat(3, 25px);
    -moz-column-gap: 14px;
         column-gap: 14px;
    margin-left: 12px;
  }
}

.vodList {
  background-image: url(../img/story_bg2.webp);
  background-size: cover;
  background-position: center;
}
.vodList__inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.vodList__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 5.7rem;
  padding: 7rem 0;
}
@media (max-width: 768px) {
  .vodList__inner {
    grid-template-columns: repeat(1, 1fr);
    padding: 5rem 2rem;
  }
}
.vodList__link {
  display: block;
  box-shadow: 0 0 3px #000;
}

.article {
  overflow: hidden;
  margin-top: 50px;
  border-radius: 30px;
  border: 10px solid #61a8a5;
}
@media (max-width: 768px) {
  .article {
    margin-top: 40px;
    border-radius: 20px;
    border-width: 3px;
  }
}
.article__inner {
  padding: 50px 75px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .article__inner {
    padding: 20px 10px;
  }
}
.article__day {
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
  color: var(--color-green);
  text-align: right;
}
.article__title {
  margin-top: 34px;
  margin-bottom: 20px;
  color: var(--color-red);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.42;
}
@media (max-width: 768px) {
  .article__title {
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.textArea > :last-child {
  margin-bottom: 0 !important;
}
.textArea .heading1 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px 36px;
  border-radius: 20px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.42;
  background-color: #11c1b9;
}
@media (max-width: 768px) {
  .textArea .heading1 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 1.8rem;
  }
}
.textArea .heading1 rt {
  font-size: 1rem;
}
.textArea .heading2 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #0fc1b9;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.42;
}
@media (max-width: 768px) {
  .textArea .heading2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.textArea .heading3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.42;
}
@media (max-width: 768px) {
  .textArea .heading3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.textArea .heading-short {
  max-width: 300px;
  margin: 40px auto 20px;
  padding: 20px 36px;
  border-radius: 20px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.42;
  text-align: center;
  background-color: #11c1b9;
}
@media (max-width: 768px) {
  .textArea .heading-short {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 1.8rem;
  }
}
.textArea .text {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.87;
}
@media (max-width: 768px) {
  .textArea .text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.textArea .img {
  max-width: 80%;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .textArea .img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.textArea .img2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 80%;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .textArea .img2 {
    gap: 10px;
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.textArea .movieWrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .textArea .movieWrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.textArea .c-black {
  color: #000;
}
.textArea .c-red {
  color: var(--color-red);
}

/*----- common class -----*/
.highlight {
  display: inline;
  padding: 0;
  color: #fff;
}
.highlight-main {
  background: linear-gradient(transparent 50%, var(--bg-brown) 50%) !important;
}
.highlight-red {
  background: linear-gradient(transparent 50%, var(--bg-red) 50%) !important;
}
.highlight-blue {
  background: linear-gradient(transparent 50%, var(--bg-blue) 50%) !important;
}
.highlight-green {
  background: linear-gradient(transparent 50%, var(--bg-green) 50%) !important;
}
.highlight-pink {
  background: linear-gradient(transparent 50%, var(--bg-pink) 50%) !important;
}

.bg-red {
  background-color: var(--bg-red);
}

.bg-blue {
  background-color: var(--bg-blue);
}

.fc-keycolor {
  color: var(--text-brown);
}

.fc-red,
.fl-red::first-letter {
  color: var(--text-red);
}

.fc-blue,
.fl-blue::first-letter {
  color: var(--text-blue);
}

.fc-green {
  color: var(--bg-green);
}

.fc-pink {
  color: var(--text-pink);
}

.fc-orange {
  color: var(--text-orange);
}

.fw-b {
  font-weight: bold;
}

.fz-l {
  font-size: 1.1em;
}

.ta-c,
.align-center {
  text-align: center;
}

.centering {
  display: grid;
  place-content: center;
}

.sprite {
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.disabled {
  pointer-events: none;
  filter: grayscale(1) brightness(0.8) !important;
}

.movieWrap {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #fff;
}
.movieWrap iframe,
.movieWrap img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

.hover {
  display: block;
}
@media (any-hover: hover) {
  .hover {
    transition: all 0.3s ease-in;
  }
}

.db-sp {
  display: none;
}

@media (max-width: 768px) {
  .db-pc {
    display: none !important;
  }
  .db-sp {
    display: block !important;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

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

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 1.5% !important;
  }
  .mt15 {
    margin-top: 2.3% !important;
  }
  .mt20 {
    margin-top: 3.1% !important;
  }
  .mt25 {
    margin-top: 3.9% !important;
  }
  .mt30 {
    margin-top: 4.6% !important;
  }
  .mt35 {
    margin-top: 5.4% !important;
  }
  .mt40 {
    margin-top: 6.2% !important;
  }
  .mt45 {
    margin-top: 7% !important;
  }
  .mt50 {
    margin-top: 7.8% !important;
  }
  .mt60 {
    margin-top: 9.3% !important;
  }
  .mt64 {
    margin-top: 10% !important;
  }
  .mt70 {
    margin-top: 10.9% !important;
  }
  .mt80 {
    margin-top: 12.5% !important;
  }
  .mb10 {
    margin-bottom: 1.5% !important;
  }
  .mb15 {
    margin-bottom: 2.3% !important;
  }
  .mb20 {
    margin-bottom: 3.1% !important;
  }
  .mb25 {
    margin-bottom: 3.9% !important;
  }
  .mb30 {
    margin-bottom: 4.6% !important;
  }
  .mb35 {
    margin-bottom: 5.4% !important;
  }
  .mb40 {
    margin-bottom: 6.2% !important;
  }
  .mb45 {
    margin-bottom: 7% !important;
  }
  .mb50 {
    margin-bottom: 7.8% !important;
  }
  .mb60 {
    margin-bottom: 9.3% !important;
  }
  .mb64 {
    margin-bottom: 10% !important;
  }
  .mb70 {
    margin-bottom: 10.9% !important;
  }
  .mb80 {
    margin-bottom: 12.5% !important;
  }
}
/*----- main -----*/
@media (max-width: 768px) {
  .main {
    padding-top: 5rem;
  }
}

.moreBtn {
  max-width: 360px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .moreBtn {
    max-width: 300px;
  }
}
.moreBtn a {
  font-size: 1.8rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.2em;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  text-decoration: none;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  .moreBtn a {
    font-size: 1.4rem;
  }
}
.moreBtn a::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: -50%;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-top: 5px solid #ff0000;
  border-bottom: 5px solid #0c499b;
  transition-property: transform opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transform: translateX(50%) skew(15deg);
}
.moreBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 12px;
  height: 10px;
  opacity: 1;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #000;
  transition: translate 0.3s ease;
}
.moreBtn a:hover::before {
  background-color: #fff;
  color: #000;
  transform: translateX(50%) skew(0);
}
.moreBtn a:hover::before::after {
  background-color: #000;
}

/*----- section -----*/
.section {
  padding-right: 16px;
  padding-left: 16px;
}
.section__title {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section__title::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -130%;
  width: 637px;
  height: 296px;
  background: url(../img/title_bg.webp) no-repeat;
  background-size: cover;
  z-index: -3;
}
@media (max-width: 768px) {
  .section__title::before {
    top: -10%;
    left: -90%;
    width: 350px;
    height: 162px;
  }
}

/*----- present -----*/
.present {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1B2231;
}
@media (max-width: 768px) {
  .present {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.present figure {
  max-width: 800px;
  margin: 0 auto;
}

/*----- story -----*/
.story {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../img/story_bg2.webp);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (max-width: 768px) {
  .story {
    padding: 0;
  }
}
.story .section {
  padding-right: 16px;
  padding-left: 16px;
}
.story .section__title {
  width: 292px;
  height: 127px;
}
@media (max-width: 768px) {
  .story .section__title {
    width: 40%;
  }
}
.story__inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background: url(../img/top/story_bg.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .story__inner {
    padding: 34px 24px;
    border-radius: 0;
  }
}
.story__img {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .story__img {
    margin-top: 30px;
  }
}
.story__oa {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .story__oa {
    display: block;
    margin-top: 10px;
  }
}
.story__oa span {
  font-size: 1.33em;
}
.story__num {
  position: relative;
  min-width: 14rem;
  padding-left: 0.5em;
  padding-bottom: 0.2em;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
@media (max-width: 768px) {
  .story__num {
    width: 100%;
    padding-left: 15px;
    font-size: 2.5rem;
  }
}
.story__num span {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .story__num span {
    font-size: 1.6rem;
  }
}
.story__num::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 80px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .story__num::before {
    width: 100%;
    height: 1.5em;
  }
}
.story__day {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .story__day {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.story__textBox {
  margin-left: 6rem;
}
@media (max-width: 768px) {
  .story__textBox {
    margin-left: 0;
  }
}
.story__text {
  margin-top: 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .story__text {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.story .moreBtn {
  margin-top: 42px;
}
@media (max-width: 768px) {
  .story .moreBtn {
    margin-top: 24px;
  }
}

/*----- news -----*/
.news {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .news {
    padding-top: 60px;
  }
}
.news .section {
  padding-right: 16px;
  padding-left: 16px;
}
.news .section__title {
  width: 263px;
  height: 114px;
}
@media (max-width: 768px) {
  .news .section__title {
    width: 40%;
  }
}
.news__inner {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.news__item {
  background-image: linear-gradient(0deg, rgb(233, 225, 235), rgb(255, 255, 255) 50%);
}
.news__item a {
  text-decoration: none;
}
.news__body {
  color: #000;
}
.news .articleList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  max-width: 1200px;
  margin: 14rem auto 0;
}
@media (max-width: 768px) {
  .news .articleList {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.news .articleList__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.news .topicsBox {
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  overflow: hidden;
}
.news .topicsBox a {
  display: block;
  text-decoration: none;
  color: #000;
  height: 100%;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .news .topicsBox a {
    transition: all 0.3s ease-in;
  }
  .news .topicsBox a:hover {
    opacity: 0.8;
  }
}
.news .topicsBox__category {
  display: inline-block;
  text-align: center;
  width: 7em;
  background: #E2D5DE;
  padding: 4px 12px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
.news .topicsBox__img {
  margin: 0;
}
.news .topicsBox__img img {
  width: 100%;
  height: auto;
  display: block;
}
.news .topicsBox__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
.news .topicsBox__text {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #444;
  margin: 0;
}
.news .topicsBox__day {
  font-size: 1.2rem;
  color: #999;
  margin: 0;
  text-align: right;
}
.news .topicsBox {
  /*-- 1件目：横長フィーチャーカード --*/
}
.news .topicsBox--featured {
  grid-column: 1/-1;
  box-shadow: 0 0 22px 5px rgba(255, 0, 0, 0.7);
  background-image: linear-gradient(0deg, rgb(233, 225, 235), rgb(243, 239, 244) 25%, rgb(255, 255, 255));
}
.news .topicsBox--featured a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  align-items: center;
}
@media (max-width: 768px) {
  .news .topicsBox--featured a {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }
}
.news .topicsBox--featured .topicsBox__img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news .topicsBox--featured .topicsBox__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .topicsBox--featured .topicsBox__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news .topicsBox--featured .topicsBox__title {
  font-size: 2rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .news .topicsBox--featured .topicsBox__title {
    font-size: 1.6rem;
  }
}
.news .topicsBox {
  /*-- 2〜4件目：縦カード --*/
}
.news .topicsBox--card a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}
.news .topicsBox--card .topicsBox__img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news .topicsBox--card .topicsBox__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .topicsBox--card .topicsBox__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.news .topicsBox--card .topicsBox__title {
  font-size: 1.4rem;
  flex: 1;
}
.news .moreBtn {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .news .moreBtn {
    margin-top: 40px;
  }
}

.bg01 {
  background: url(../img/bg01.webp);
  background-size: cover;
}

/*----- intro -----*/
.intro {
  padding-top: 100px;
  padding-bottom: 100px;
}
.intro .section {
  padding-right: 16px;
  padding-left: 16px;
}
.intro .section__title {
  width: 414px;
  height: 84px;
}
@media (max-width: 768px) {
  .intro .section__title {
    width: 60%;
  }
}
.intro .section__title::before {
  top: -100%;
  left: -70%;
}
@media (max-width: 768px) {
  .intro .section__title::before {
    top: -50%;
    left: -60%;
  }
}
.intro__inner {
  display: flex;
  margin-top: 120px;
  justify-content: center;
}
@media (max-width: 768px) {
  .intro__inner {
    display: block;
    margin-top: 60px;
  }
}
.intro__thumb {
  max-width: 580px;
}
.intro__text {
  margin-top: 50px;
  margin-left: 40px;
  font-weight: 600;
  line-height: 3;
}
@media (max-width: 768px) {
  .intro__text {
    margin-top: 30px;
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.intro .moreBtn {
  margin-top: 60px;
}

/*----- topics -----*/
.topics {
  padding: 6rem 0;
  background-color: #000;
}
.topics__inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .topics__inner {
    padding: 0 2rem;
  }
}
.topics__heading {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  margin: 0 0 3.2rem;
  color: #fff;
}
.topics__heading-ja {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .topics__heading-ja {
    font-size: 2rem;
  }
}
.topics__heading-en {
  font-size: 1.4rem;
  color: #999;
}
@media (max-width: 768px) {
  .topics__heading-en {
    font-size: 1.2rem;
  }
}
.topics__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  list-style: none;
  margin: 0 0 3.2rem;
  padding: 0;
}
@media (max-width: 768px) {
  .topics__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.topics__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.topics__link:hover {
  opacity: 0.8;
}
.topics__thumb {
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 1.2rem;
}
.topics__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics__body {
  color: #fff;
}
.topics__date {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  color: #999;
}
.topics__title {
  margin: 0 0 1.2rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .topics__title {
    font-size: 1.3rem;
  }
}
.topics__more {
  font-size: 1.2rem;
  color: #c0a86e;
  text-decoration: underline;
}
.topics__btn-wrap {
  text-align: center;
}
.topics__btn {
  display: inline-block;
  padding: 1.2rem 4rem;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  border: 0.1rem solid #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.topics__btn:hover {
  background-color: #fff;
  color: #000;
}

/*----- goods-banner -----*/
.goods-banner__inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .goods-banner__inner {
    padding: 0 2rem;
  }
}
.goods-banner__link {
  display: block;
  transition: opacity 0.2s ease;
}
.goods-banner__link:hover {
  opacity: 0.8;
}
.goods-banner__img {
  display: block;
  width: 100%;
  height: auto;
}

/*----- vod -----*/
.vod {
  background: url(../img/vod_bg.webp);
  background-size: cover;
}
.vod .section__inner {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .vod .section__inner {
    padding-bottom: 20px;
  }
}
.vod__link img {
  max-width: 600px;
  margin-top: 90px;
  border: 3px solid #000;
}
@media (max-width: 768px) {
  .vod__link img {
    max-width: 60%;
    margin: 50px auto;
  }
}

/*----- official-sns -----*/
.official-sns {
  padding: 6rem 0;
  background-color: #000;
}
.official-sns__inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .official-sns__inner {
    padding: 0 2rem;
  }
}
.official-sns__heading {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  margin: 0 0 3.2rem;
  color: #fff;
}
.official-sns__heading-ja {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .official-sns__heading-ja {
    font-size: 2rem;
  }
}
.official-sns__heading-en {
  font-size: 1.4rem;
  color: #999;
}
@media (max-width: 768px) {
  .official-sns__heading-en {
    font-size: 1.2rem;
  }
}
.official-sns__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .official-sns__list {
    gap: 1.6rem;
  }
}
.official-sns__link {
  display: block;
  transition: opacity 0.2s ease;
}
.official-sns__link:hover {
  opacity: 0.7;
}
.official-sns__img {
  display: block;
  width: 6rem;
  height: auto;
}
@media (max-width: 768px) {
  .official-sns__img {
    width: 4.8rem;
  }
}/*# sourceMappingURL=index.css.map */