@import url("https://fonts.googleapis.com/css2?family=Michroma&family=Noto+Sans+JP:wght@100..900&display=swap");
body,
html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body:not(#frontPage) {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  body:not(#frontPage) {
    padding-top: 16vw;
  }
}

#page {
  overflow: clip;
}

#miraiCmsSet {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  color: #0A0A0D;
}
#miraiCmsSet .spView {
  display: none;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet {
    font-size: 3.6vw;
  }
  #miraiCmsSet .spView {
    display: inherit;
  }
  #miraiCmsSet .pcView {
    display: none;
  }
}
#miraiCmsSet a {
  color: #0A0A0D;
  text-decoration: none;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
}
#miraiCmsSet img {
  max-width: 100%;
  height: auto;
}
#miraiCmsSet .movieWrap {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  background-color: #EEEEEE;
}
#miraiCmsSet .movieWrap iframe, #miraiCmsSet .movieWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#miraiCmsSet .mainWrap {
  max-width: 1280px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet .mainWrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
#miraiCmsSet .commonTitle {
  font-family: "Michroma", "vdl-logog", sans-serif;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 0.1em;
}
#miraiCmsSet .commonButton a {
  font-family: "Michroma", "vdl-logog", sans-serif;
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  background: #BF0009 url(../img/arrow-white-btn.png) no-repeat right 1em center/auto 1em;
  line-height: 50px;
  padding: 0 80px 0 60px;
  font-weight: normal;
  transition: all 0.8s;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet .commonButton a {
    font-size: 4.6vw;
    line-height: 11vw;
    padding: 0 14vw 0 8vw;
  }
}
#miraiCmsSet .commonButton a:hover {
  animation: linkArrow 1s;
  filter: brightness(180%);
}
#miraiCmsSet .commonButton a.backButton {
  background: #BF0009 url(../img/arrow-white-back.png) no-repeat left 1em center/auto 1em;
  padding: 0 60px 0 80px;
}
#miraiCmsSet .commonButton a.backButton:hover {
  animation: backArrow 1s;
  filter: brightness(180%);
}
#miraiCmsSet .postLink figure, #miraiCmsSet .postLink h3, #miraiCmsSet .postLink time, #miraiCmsSet .postLink p, #miraiCmsSet .postLink div {
  transition: all 0.4s ease-in-out;
}
#miraiCmsSet .postLink:hover figure {
  opacity: 0.7;
}
#miraiCmsSet .postLink:hover h3, #miraiCmsSet .postLink:hover time, #miraiCmsSet .postLink:hover p, #miraiCmsSet .postLink:hover div {
  color: #BF0009;
}
#miraiCmsSet .crossBack {
  background-color: #BF0009;
  background-image: linear-gradient(90deg, #D1474D 0.08vw, transparent 0.08vw), linear-gradient(#D1474D 0.08vw, transparent 0.08vw);
  background-position: -0.08vw center;
  background-size: 5.5555% 5.5555vw;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet .crossBack {
    background-image: linear-gradient(90deg, #D1474D 1px, transparent 1px), linear-gradient(#D1474D 1px, transparent 1px);
    background-size: 9.0909% 9.0909vw;
  }
}
#miraiCmsSet header {
  background-color: #BF0009;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 44px;
  padding: 0 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet header {
    height: 16vw;
    padding: 0 4vw;
    gap: 4vw;
  }
}
#miraiCmsSet header #headLogo {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet header #headLogo img {
    height: 5vw;
  }
}
#miraiCmsSet header #headMenu {
  display: flex;
  gap: 46px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1320px) {
  #miraiCmsSet header #headMenu {
    position: fixed;
    background-color: #BF0009;
    top: 100px;
    left: 0;
    height: 80px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #miraiCmsSet header #headMenu {
    top: 0;
    height: 100%;
    flex-direction: column;
    align-items: center;
    gap: 6vw;
    padding: 8vw 20vw;
  }
}
#miraiCmsSet header #headMenu a {
  color: #FFFFFF;
  position: relative;
}
#miraiCmsSet header #headMenu a:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
#miraiCmsSet header #headMenu a:hover:after {
  animation: linkUnderline 0.5s;
}
#miraiCmsSet header #headSocial {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet header #headSocial {
    gap: 4vw;
  }
}
#miraiCmsSet header #headSocial a img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet header #headSocial a img {
    width: 6vw;
    height: auto;
  }
}
#miraiCmsSet header #headSocial a:hover img {
  animation: linkRotation 1s;
}
#miraiCmsSet header #menuCheck {
  display: none;
}
#miraiCmsSet header #menuButton {
  display: none;
}
@media screen and (max-width: 1320px) {
  #miraiCmsSet header #menuButton {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
  }
  #miraiCmsSet header #menuButton span, #miraiCmsSet header #menuButton:before, #miraiCmsSet header #menuButton:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
  }
  #miraiCmsSet header #menuButton span {
    top: calc(50% - 1px);
  }
  #miraiCmsSet header #menuButton:before {
    top: calc(15% - 1px);
  }
  #miraiCmsSet header #menuButton:after {
    top: calc(85% - 1px);
  }
}
@media screen and (max-width: 767px) {
  #miraiCmsSet header #menuButton {
    width: 6vw;
    height: 6vw;
  }
  #miraiCmsSet header #menuButton span, #miraiCmsSet header #menuButton:before, #miraiCmsSet header #menuButton:after {
    height: 0.6vw;
    border-radius: 2vw;
  }
  #miraiCmsSet header #menuButton span {
    top: calc(50% - 0.3vw);
  }
  #miraiCmsSet header #menuButton:before {
    top: calc(15% - 0.3vw);
  }
  #miraiCmsSet header #menuButton:after {
    top: calc(85% - 0.3vw);
  }
}
@media screen and (max-width: 1320px) {
  #miraiCmsSet header #menuCheck:not(:checked) ~ #headMenu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
#miraiCmsSet header #menuCheck:checked ~ #menuButton span {
  transform: rotate(360deg);
  opacity: 0;
}
#miraiCmsSet header #menuCheck:checked ~ #menuButton:before {
  transform: rotate(210deg);
  top: calc(50% - 1px);
}
#miraiCmsSet header #menuCheck:checked ~ #menuButton:after {
  transform: rotate(150deg);
  top: calc(50% - 1px);
}
@media screen and (max-width: 767px) {
  #miraiCmsSet header #menuCheck:checked ~ #menuButton:before {
    top: calc(50% - 0.3vw);
  }
  #miraiCmsSet header #menuCheck:checked ~ #menuButton:after {
    top: calc(50% - 0.3vw);
  }
}
#miraiCmsSet footer {
  background-color: #BF0009;
}
#miraiCmsSet footer #footCont {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet footer #footCont {
    justify-content: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
#miraiCmsSet footer #footCont #footLogo {
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet footer #footCont #footLogo {
    margin-right: unset;
    text-align: center;
  }
  #miraiCmsSet footer #footCont #footLogo img {
    width: 60%;
  }
}
#miraiCmsSet footer #footCont #footMenu {
  display: flex;
  gap: 46px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet footer #footCont #footMenu {
    display: none;
  }
}
#miraiCmsSet footer #footCont #footMenu a {
  color: #FFFFFF;
  position: relative;
}
#miraiCmsSet footer #footCont #footMenu a:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
#miraiCmsSet footer #footCont #footMenu a:hover:after {
  animation: linkUnderline 0.5s;
}
#miraiCmsSet footer #footSocial {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet footer #footSocial {
    gap: 2em;
    margin-bottom: 1em;
  }
}
#miraiCmsSet footer #footSocial a img {
  height: 40px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet footer #footSocial a img {
    height: 10vw;
  }
}
#miraiCmsSet footer #footSocial a:hover img {
  animation: linkRotation 1s;
}
#miraiCmsSet footer #footSocial #footLink {
  margin-left: auto;
}
#miraiCmsSet footer #footSocial #footLink a:hover img {
  animation: none !important;
}
#miraiCmsSet footer #footSocial #footLink a img {
  height: 50px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet footer #footSocial #footLink a img {
    height: 12vw;
  }
}
#miraiCmsSet footer #copyRight {
  text-align: center;
  font-size: 18px;
  line-height: 3;
  color: #FFFFFF;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet footer #copyRight {
    font-size: 3vw;
  }
}
#miraiCmsSet #footBanner {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #footBanner {
    padding: 10vw 0;
  }
}
#miraiCmsSet #footBanner #footBannerSlide {
  position: relative;
}
#miraiCmsSet #footBanner #footBannerSlide #footBannerSlidePrev,
#miraiCmsSet #footBanner #footBannerSlide #footBannerSlideNext {
  top: 64px;
  width: 50px;
  z-index: 10;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #footBanner #footBannerSlide #footBannerSlidePrev,
  #miraiCmsSet #footBanner #footBannerSlide #footBannerSlideNext {
    top: 8vw;
    width: 12vw;
  }
}
#miraiCmsSet #footBanner #footBannerSlide #footBannerSlidePrev.swiper-button-disabled,
#miraiCmsSet #footBanner #footBannerSlide #footBannerSlideNext.swiper-button-disabled {
  opacity: 0.5;
}
#miraiCmsSet #footBanner #footBannerSlide #footBannerSlidePrev {
  left: -25px;
}
#miraiCmsSet #footBanner #footBannerSlide #footBannerSlideNext {
  right: -25px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #footBanner #footBannerSlide article {
    width: 60% !important;
  }
}
#miraiCmsSet #footBanner #footBannerSlide article figure {
  margin-bottom: 1rem;
  aspect-ratio: 16/9;
}
#miraiCmsSet #footBanner #footBannerSlide article figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#miraiCmsSet #footBanner #footBannerSlide article h3 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #footBanner #footBannerSlide article h3 {
    font-size: 4vw;
  }
}
#miraiCmsSet #topSection h1 {
  margin: 0;
}
#miraiCmsSet #topSection img {
  width: 100%;
  display: block;
}
#miraiCmsSet #mainSection {
  position: relative;
}
#miraiCmsSet #mainSection #mainBack {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}
#miraiCmsSet #mainSection #mainBack > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: url(../img/mainBack.png) no-repeat center center/cover;
}
#miraiCmsSet #topPickup {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topPickup {
    padding: 6vw 0;
  }
}
#miraiCmsSet #topPickup h2 {
  font-family: "Michroma", sans-serif;
  font-size: 60px;
  letter-spacing: 10px;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topPickup h2 {
    font-size: 8vw;
    letter-spacing: 0.1em;
    margin-bottom: 5vw;
  }
}
#miraiCmsSet #topPickup #topPickupSlide {
  display: flex;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topPickup #topPickupSlide {
    display: block;
  }
}
#miraiCmsSet #topPickup #topPickupSlide > div:nth-child(1) {
  width: 14.287%;
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  align-items: self-start;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topPickup #topPickupSlide > div:nth-child(1) {
    width: calc(100% + 10vw);
    justify-content: space-between;
    position: absolute;
    z-index: 10;
    height: 0;
  }
}
#miraiCmsSet #topPickup #topPickupSlide > div:nth-child(1) > div {
  width: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topPickup #topPickupSlide > div:nth-child(1) > div {
    width: 12vw;
    position: relative;
    top: 9vw;
    left: -5vw;
  }
}
#miraiCmsSet #topPickup #topPickupSlide > div:nth-child(1) > div.swiper-button-disabled {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topPickup #topPickupSlide > div:nth-child(2) article {
    width: 60% !important;
  }
}
#miraiCmsSet #topPickup #topPickupSlide > div:nth-child(2) article figure {
  margin-bottom: 1rem;
  aspect-ratio: 16/9;
  background-color: #CCCCCC;
}
#miraiCmsSet #topPickup #topPickupSlide > div:nth-child(2) article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#miraiCmsSet #topPickup #topPickupSlide > div:nth-child(2) article h3 {
  font-size: 18px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topPickup #topPickupSlide > div:nth-child(2) article h3 {
    font-size: 4vw;
  }
}
#miraiCmsSet #topConcept {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topConcept {
    padding: 6vw 0;
  }
}
#miraiCmsSet #topConcept .mainWrap {
  position: relative;
}
#miraiCmsSet #topConcept .mainWrap h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topConcept .mainWrap h2 {
    font-size: 5.8vw;
    white-space: nowrap;
    margin-bottom: 5vw;
  }
}
#miraiCmsSet #topConcept .mainWrap p {
  font-size: 18px;
  margin: 1.5em;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topConcept .mainWrap p {
    font-size: 3.8vw;
  }
}
#miraiCmsSet #topConcept .mainWrap > div {
  position: absolute;
  right: 40px;
  bottom: -20px;
  width: 260px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topConcept .mainWrap > div {
    position: static;
    width: 60%;
    margin: 8vw auto 0;
  }
}
#miraiCmsSet #topLatest {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topLatest {
    padding: 6vw 0;
  }
}
#miraiCmsSet #topLatest h2 {
  position: relative;
  margin-bottom: -1.5em;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topLatest h2 {
    position: static;
    font-size: 8vw;
    margin-bottom: 0;
  }
}
#miraiCmsSet #topLatest #topLatestList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 4.4642%;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topLatest #topLatestList {
    grid-template-columns: repeat(2, 1fr);
    gap: 5VW 4.4642%;
  }
}
#miraiCmsSet #topLatest #topLatestList > article > a {
  display: block;
}
#miraiCmsSet #topLatest #topLatestList > article > a figure {
  margin-bottom: 1.5rem;
  aspect-ratio: 85/42;
}
#miraiCmsSet #topLatest #topLatestList > article > a figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#miraiCmsSet #topLatest #topLatestList > article > a > div time {
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topLatest #topLatestList > article > a > div time {
    font-size: 3vw;
    margin-bottom: 0.2rem;
  }
}
#miraiCmsSet #topLatest #topLatestList > article > a > div h3 {
  font-size: 18px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topLatest #topLatestList > article > a > div h3 {
    font-size: 4vw;
  }
}
#miraiCmsSet #topLatest #topLatestList > article > a > div .postTag {
  display: none;
}
#miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) {
  grid-column: 1/span 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) {
    grid-column: 1/span 2;
  }
}
#miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) > a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: stretch;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) > a {
    justify-content: space-between;
  }
}
#miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) > a {
  gap: 4.4642%;
}
#miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) > a > figure {
  width: 57.145%;
  flex-shrink: 0;
  margin-bottom: 0;
  aspect-ratio: 16/9;
}
#miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) > a > figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) > a > div time {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) > a > div time {
    margin-bottom: 0.2rem;
  }
}
#miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) > a > div h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) > a > div h3 {
    font-size: 4vw;
  }
}
#miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) > a > div .postTag {
  display: flex;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) > a > div .postTag {
    display: none;
  }
}
#miraiCmsSet #topLatest #topLatestList > article:nth-of-type(1) > a > div .postTag a {
  padding: 0 2.5rem;
  line-height: 2.4;
  display: block;
}
#miraiCmsSet #topLatest .commonButton {
  margin-top: 60px;
  text-align: center;
}
#miraiCmsSet #topMovie {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topMovie {
    padding: 10vw 0;
  }
}
#miraiCmsSet #topMovie h2 {
  margin-bottom: 40px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topMovie h2 {
    font-size: 8vw;
  }
}
#miraiCmsSet #topMovie #topMovieSlide {
  display: flex;
  justify-content: stretch;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topMovie #topMovieSlide {
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  #miraiCmsSet #topMovie #topMovieSlide > .commonButton {
    margin-top: 10vw;
  }
  #miraiCmsSet #topMovie #topMovieSlide > .commonButton a {
    margin: 0 auto;
  }
}
#miraiCmsSet #topMovie #topMovieSlide .slideHead {
  width: 28.5714%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topMovie #topMovieSlide .slideHead {
    width: 100%;
    position: unset;
    margin-bottom: 5vw;
  }
  #miraiCmsSet #topMovie #topMovieSlide .slideHead .commonTitle {
    margin-bottom: 0;
  }
}
#miraiCmsSet #topMovie #topMovieSlide .slideHead > div {
  display: flex;
  gap: 10px;
  align-items: self-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topMovie #topMovieSlide .slideHead > div {
    display: none;
  }
}
#miraiCmsSet #topMovie #topMovieSlide .slideHead > div div {
  width: 50px;
  cursor: pointer;
}
#miraiCmsSet #topMovie #topMovieSlide .slideHead > div div.swiper-button-disabled {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topMovie #topMovieSlide .slideHead .commonButton {
    display: none;
  }
}
#miraiCmsSet #topMovie #topMovieSlide .commonButton a {
  background-color: #FFFFFF;
  color: #BF0009;
  background-image: url(../img/arrow-red-btn.png);
  padding: 0 55px 0 35px;
}
#miraiCmsSet #topMovie #topMovieSlide .slideBody {
  width: 71.4286%;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topMovie #topMovieSlide .slideBody {
    width: 100%;
    position: relative;
  }
}
#miraiCmsSet #topMovie #topMovieSlide .slideBody .swiper {
  position: relative;
}
#miraiCmsSet #topMovie #topMovieSlide .slideBody article a {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#miraiCmsSet #topMovie #topMovieSlide .slideBody article a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/play.png) no-repeat center center/12% auto;
}
#miraiCmsSet #topMovie #topMovieSlide .slideBody article a:hover {
  filter: brightness(120%);
}
#miraiCmsSet #topMovie #topMovieSlide .slideBody #movieSlidePagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
#miraiCmsSet #topMovie #topMovieSlide .slideBody #movieSlidePagination .swiper-pagination-bullet {
  background-color: #FFFFFF;
  width: 15px;
  height: 15px;
  opacity: 1;
}
#miraiCmsSet #topMovie #topMovieSlide .slideBody #movieSlidePagination .swiper-pagination-bullet-active {
  background-color: #1A1A1A;
}
#miraiCmsSet #topMovie #topMovieSlide .movieSlideButton {
  display: none;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topMovie #topMovieSlide .movieSlideButton {
    width: calc(100% + 10vw);
    position: absolute;
    top: 0;
    left: -5vw;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    height: 0;
  }
  #miraiCmsSet #topMovie #topMovieSlide .movieSlideButton > div {
    position: relative;
    width: 12vw;
    top: 20vw;
  }
  #miraiCmsSet #topMovie #topMovieSlide .movieSlideButton > div img {
    width: 100%;
    cursor: pointer;
    position: absolute;
  }
}
#miraiCmsSet #topSeries {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topSeries {
    padding: 10vw 0;
  }
}
#miraiCmsSet #topSeries h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topSeries h2 {
    font-size: 8vw;
  }
}
#miraiCmsSet #topSeries #topSeriesArticle {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2.381%;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topSeries #topSeriesArticle {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 2.381%;
  }
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topSeries #topSeriesArticle article > a {
    flex-direction: column;
    gap: 5vw;
  }
}
#miraiCmsSet #topSeries #topSeriesArticle article > a figure {
  margin-bottom: 10px;
  aspect-ratio: 85/42;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topSeries #topSeriesArticle article > a figure {
    margin-bottom: 0.5rem;
  }
}
#miraiCmsSet #topSeries #topSeriesArticle article > a figure span {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-color: #BF0009;
  color: #fff;
  font-size: 18px;
  width: 100px;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topSeries #topSeriesArticle article > a figure span {
    font-size: 3.8vw;
    width: auto;
    padding: 0 1.5em;
    line-height: 2.4;
  }
}
#miraiCmsSet #topSeries #topSeriesArticle article > a > div {
  width: 590px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topSeries #topSeriesArticle article > a > div {
    width: 100%;
  }
}
#miraiCmsSet #topSeries #topSeriesArticle article > a > div time {
  margin-bottom: 1rem;
}
#miraiCmsSet #topSeries #topSeriesArticle article > a > div h3 {
  font-size: 24px;
  margin-bottom: 1em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topSeries #topSeriesArticle article > a > div h3 {
    font-size: 5vw;
    margin-bottom: 0.8rem;
  }
}
#miraiCmsSet #topSeries #topSeriesArticle article > a > div p {
  font-size: 18px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topSeries #topSeriesArticle article > a > div p {
    font-size: 4vw;
  }
}
#miraiCmsSet #topSeries .commonButton {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topSeries .commonButton {
    margin-top: 10vw;
  }
}
#miraiCmsSet #topRanking {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topRanking {
    padding: 6vw 0;
  }
}
#miraiCmsSet #topRanking h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topRanking h2 {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
}
#miraiCmsSet #topRanking #topRankingList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.381%;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topRanking #topRankingList {
    grid-template-columns: repeat(2, 1fr);
  }
}
#miraiCmsSet #topRanking #topRankingList article a div {
  font-size: 32px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topRanking #topRankingList article a div {
    font-size: 6vw;
  }
}
#miraiCmsSet #topRanking #topRankingList article a figure {
  margin-bottom: 20px;
  aspect-ratio: 85/42;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topRanking #topRankingList article a figure {
    margin-bottom: 1rem;
  }
}
#miraiCmsSet #topRanking #topRankingList article a figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#miraiCmsSet #topRanking #topRankingList article a h3 {
  font-size: 18px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topRanking #topRankingList article a h3 {
    font-size: 4vw;
  }
}
#miraiCmsSet #topCategory {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topCategory {
    padding: 10vw 0;
  }
}
#miraiCmsSet #topCategory h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topCategory h2 {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
}
#miraiCmsSet #topCategory #topCategoryList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 2.381%;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topCategory #topCategoryList {
    grid-template-columns: repeat(2, 1fr);
  }
}
#miraiCmsSet #topCategory #topCategoryList article {
  background-color: #FFFFFF;
}
#miraiCmsSet #topCategory #topCategoryList article figure {
  aspect-ratio: 85/42;
}
#miraiCmsSet #topCategory #topCategoryList article figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#miraiCmsSet #topCategory #topCategoryList article h3 {
  text-align: center;
  font-size: 15px;
  line-height: 50px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #topCategory #topCategoryList article h3 {
    font-size: 4vw;
    line-height: 2.4;
  }
}
#miraiCmsSet #pageHead {
  height: 200px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #pageHead {
    height: 36vw;
  }
}
#miraiCmsSet #pageHead h1 {
  font-size: 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #pageHead h1 {
    font-size: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
#miraiCmsSet #postArchives {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postArchives {
    padding: 10vw 0;
  }
}
#miraiCmsSet #postArchives .postList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 4.4642%;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postArchives .postList {
    grid-template-columns: repeat(2, 1fr);
    gap: 5VW 4.4642%;
  }
}
#miraiCmsSet #postArchives .postList > article > a {
  display: block;
}
#miraiCmsSet #postArchives .postList > article > a figure {
  margin-bottom: 1.5rem;
  aspect-ratio: 85/42;
  background-color: #CCC;
}
#miraiCmsSet #postArchives .postList > article > a figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#miraiCmsSet #postArchives .postList > article > a > div time {
  margin-bottom: 0.5rem;
  display: block;
}
#miraiCmsSet #postArchives .postList > article > a > div h3 {
  font-size: 18px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postArchives .postList > article > a > div h3 {
    font-size: 4vw;
  }
}
#miraiCmsSet #postArchives .commonButton {
  margin-top: 70px;
  text-align: center;
}
#miraiCmsSet #postArchives #seriesList section {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postArchives #seriesList section {
    margin-top: 10vw;
  }
}
#miraiCmsSet #postArchives #seriesList section:nth-of-type(1) {
  margin-top: 0;
}
#miraiCmsSet #postArchives #seriesList section h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postArchives #seriesList section h2 {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
}
#miraiCmsSet #postArchives #seriesList section > p {
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postArchives #seriesList section > p {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
#miraiCmsSet #postArchives #seriesList section .postList article:nth-of-type(n+4) {
  display: none;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postArchives #seriesList section .postList article:nth-of-type(n+4) {
    display: inherit;
  }
}
#miraiCmsSet #postSingle {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postSingle {
    margin-bottom: 10vw;
  }
}
#miraiCmsSet #postSingle #articlePost #articlePostHead {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postSingle #articlePost #articlePostHead {
    margin-bottom: 4vw;
  }
}
#miraiCmsSet #postSingle #articlePost #articlePostHead h1 {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postSingle #articlePost #articlePostHead h1 {
    font-size: 6vw;
  }
}
#miraiCmsSet #postSingle #articlePost #articlePostHead time {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postSingle #articlePost #articlePostHead time {
    margin-bottom: 5vw;
  }
}
#miraiCmsSet #postSingle #articlePost #articlePostHead > div {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postSingle #articlePost #articlePostHead > div {
    margin-bottom: 4vw;
  }
}
#miraiCmsSet #postSingle #articlePost #articlePostHead figure {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postSingle #articlePost #articlePostHead figure {
    margin-bottom: 4vw;
  }
}
#miraiCmsSet #postSingle #articlePost #articlePostHead figure img {
  width: 100%;
}
#miraiCmsSet #postSingle #articlePost #articlePostHead .postOutline {
  background-color: rgb(240, 240, 240);
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postSingle #articlePost #articlePostHead .postOutline {
    padding: 3vw 5vw;
  }
}
#miraiCmsSet #postSingle #articlePost #articlePostHead .postOutline h2 {
  font-weight: bold;
  font-size: 28px;
  border-bottom: 1px solid rgb(120, 120, 120);
  line-height: 3;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postSingle #articlePost #articlePostHead .postOutline h2 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#miraiCmsSet #postSingle #articlePost #articlePostHead .postOutline div {
  margin: 1.2em 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #postSingle #articlePost #articlePostHead .postOutline div {
    font-size: 3.6vw;
  }
}
#miraiCmsSet #postSingle #articlePost .commonButton {
  margin-top: 70px;
  text-align: center;
}
#miraiCmsSet .breadCumb {
  padding: 40px 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet .breadCumb {
    padding: 2vw 0;
    font-size: 3vw;
  }
}
#miraiCmsSet .breadCumb a {
  color: #B1B1B1;
  position: relative;
  display: inline-block;
  margin-right: 1.3em;
}
#miraiCmsSet .breadCumb a:after {
  content: ">";
  position: absolute;
  right: -1em;
  pointer-events: none;
}
#miraiCmsSet .postTag {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 2rem;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet .postTag {
    font-size: 3vw;
    gap: 1rem;
  }
}
#miraiCmsSet .postTag a {
  background-color: black;
  color: white;
  padding: 0 2.5rem;
  line-height: 2.4;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet .postTag a {
    padding: 0 1.5em;
  }
}
#miraiCmsSet .postTag a:hover {
  opacity: 0.5;
}
#miraiCmsSet .paginate {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding-top: 60px;
  font-family: "Michroma", "vdl-logog", sans-serif;
}
#miraiCmsSet .paginate li * {
  font-size: 16px;
  text-align: center;
  display: block;
  width: 2.4em;
  line-height: 2;
  border: 1px solid #BF0009;
  color: #BF0009;
}
#miraiCmsSet .paginate li a {
  background-color: #BF0009;
  color: white;
  transition: all 0.4s ease-in-out;
}
#miraiCmsSet .paginate li a:hover {
  opacity: 0.7;
}
#miraiCmsSet #recommendPosts {
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #recommendPosts {
    padding: 6vw 0;
  }
}
#miraiCmsSet #recommendPosts h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #recommendPosts h2 {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
}
#miraiCmsSet #recommendPosts #recommendPostsList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.381%;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #recommendPosts #recommendPostsList {
    grid-template-columns: repeat(2, 1fr);
  }
}
#miraiCmsSet #recommendPosts #recommendPostsList article a figure {
  margin-bottom: 20px;
  aspect-ratio: 85/42;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #recommendPosts #recommendPostsList article a figure {
    margin-bottom: 1rem;
  }
}
#miraiCmsSet #recommendPosts #recommendPostsList article a figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#miraiCmsSet #recommendPosts #recommendPostsList article a h3 {
  font-size: 18px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #miraiCmsSet #recommendPosts #recommendPostsList article a h3 {
    font-size: 4vw;
  }
}
@keyframes linkUnderline {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 0;
    left: 100%;
  }
  50.1% {
    left: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@keyframes linkRotation {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(20deg);
  }
  92% {
    transform: rotate(-10deg);
  }
  96% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes linkArrow {
  0% {
    background-position: right 1em center;
  }
  80% {
    background-position: right 2em center;
  }
  90% {
    background-position: right 0.5em center;
  }
  100% {
    background-position: right 1em center;
  }
}
@keyframes backArrow {
  0% {
    background-position: left 1em center;
  }
  80% {
    background-position: left 2em center;
  }
  90% {
    background-position: left 0.5em center;
  }
  100% {
    background-position: left 1em center;
  }
}

/*# sourceMappingURL=style.css.map */
