.c_bread {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  padding: 16px 0;
  list-style: none;
  font-size: 12px;
  color: #1a1a1a
}

.c_bread li {
  display: flex;
  align-items: center
}

.c_bread li:after {
  content: ">";
  margin-left: 8px
}

.c_bread li:last-child:after {
  display: none
}

.c_bread .link {
  color: #0068b7;
  text-decoration: none
}

.c_bread .link:hover {
  text-decoration: underline
}

.anchor_block {
  margin: 24px 0 40px
}

.anchor_block .columns-wrap--1-1 .columns {
  gap: 16px
}

@media screen and (max-width: 599px) {
  .anchor_block .columns-wrap--1-1 .columns {
    flex-direction: column
  }
}

.anchor_block .columns-wrap--1-1 .mt-be-column {
  flex: 1
}

.btn_anchor_link {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background-color: #f5f5f5;
  color: #1a1a1a;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  transition: background-color .2s
}

.btn_anchor_link:hover {
  background-color: #e8e8e8
}

.btn_child_link_wrap {
  text-align: center;
  margin: 40px 0
}

.btn_child_link {
  display: inline-block;
  padding: 14px 40px;
  background-color: #fff;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #1a1a1a;
  transition: background-color .2s, color .2s
}

.btn_child_link:hover {
  background-color: #1a1a1a;
  color: #fff
}

.h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 16px 0 32px;
  font-family: Noto Sans JP, sans-serif
}

@media screen and (max-width: 599px) {
  .h1 {
    font-size: 22px
  }
}

.h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e0e0e0;
  font-family: Noto Sans JP, sans-serif
}

@media screen and (max-width: 599px) {
  .h2 {
    font-size: 18px
  }
}

.c-mainread {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  font-family: Noto Sans JP, sans-serif
}

.c-mainread.-green {
  color: #3aaa35
}

.c-mainread.-blue {
  color: #0068b7
}

.c-mainread.-purple {
  color: #7b2d8b
}

.mb40 {
  margin-bottom: 40px
}

.u-ta_c {
  text-align: center
}

.p-csrMainRead__heading {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 32px
}

.c-section {
  margin-bottom: 64px
}

.splide-group.poster_slide {
  margin: 0 0 48px
}

.splide-group.poster_slide .main-slider {
  margin-bottom: 12px
}

.splide-group.poster_slide .main-slider .splide__slide img {
  width: 100%;
  height: auto;
  display: block
}

.splide-group.poster_slide .thumb-slider .splide__slide {
  cursor: pointer;
  opacity: .5;
  transition: opacity .2s
}

.splide-group.poster_slide .thumb-slider .splide__slide.is-active {
  opacity: 1
}

.splide-group.poster_slide .thumb-slider .splide__slide img {
  width: 100%;
  height: auto;
  display: block
}

.columns-wrap--1-1-1 .columns {
  display: flex;
  gap: 24px;
  margin-bottom: 24px
}

@media screen and (max-width: 768px) {
  .columns-wrap--1-1-1 .columns {
    flex-wrap: wrap
  }
}

@media screen and (max-width: 599px) {
  .columns-wrap--1-1-1 .columns {
    flex-direction: column
  }
}

.columns-wrap--1-1-1 .mt-be-column {
  flex: 1;
  min-width: 0
}

@media screen and (max-width: 768px) {
  .columns-wrap--1-1-1 .mt-be-column {
    flex: 0 0 calc(50% - 12px)
  }
}

@media screen and (max-width: 599px) {
  .columns-wrap--1-1-1 .mt-be-column {
    flex: 0 0 100%
  }
}

.columns-wrap--1-1-1 .mt-be-column iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block
}

.columns-wrap--1-1-1 .mt-be-column p {
  margin-top: 8px;
  font-size: 13px;
  color: #1a1a1a
}

br.is-sp {
  display: none
}

@media (max-width: 599px) {
  br.is-sp {
    display: block
  }
}

@media (max-width: 599px) {
  br.is-pc {
    display: none
  }
}

a[target=_blank]:after {
  display: none !important
}

.lp_fv {
  position: relative;
  width: 100%
}

.lp_fv:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c9c9c9;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1
}

.lp_fv__inner {
  position: relative;
  width: 100%;
  height: 100%
}

.lp_fv__img {
  display: block;
  width: 100%;
  height: 60vw;
  max-height: 700px;
  min-height: 320px;
  object-fit: cover;
  object-position: center
}

.lp_fv__content {
  position: absolute;
  top: 25%;
  left: 5%;
  transform: translateY(-60%);
  z-index: 2
}

@media (max-width: 599px) {
  .lp_fv__content {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    text-align: center
  }
}

.lp_fv__title {
  font-family: Noto Sans JP, sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  letter-spacing: .05em;
  margin: 0;
  white-space: nowrap
}

@media (max-width: 599px) {
  .lp_fv__title {
    white-space: normal;
    font-size: 30px;
    text-align: left
  }
}

.lp_fv__anchors {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0;
  z-index: 3;
  width: min(90%, 1185px);
  margin-inline: auto
}

@media (max-width: 599px) {
  .lp_fv__anchors {
    bottom: -120px;
    flex-wrap: wrap
  }
}

.lp_fv__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  padding: 0 72px;
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  height: 114px;
  flex: 1 1 50%;
  transition: none
}

.lp_fv__anchor--video {
  background-image: linear-gradient(-85.3714deg, #f3a200 1.169%, #f70 99.9%)
}

.lp_fv__anchor--poster {
  background-image: linear-gradient(90deg, #12977f, #17a888)
}

@media (max-width: 599px) {
  .lp_fv__anchor {
    flex: 1 1 100%;
    padding: 0 32px;
    font-size: 16px;
    letter-spacing: 8px;
    gap: 12px;
    height: 80px
  }
}

.lp_fv__anchor-icon,
.lp_fv__anchor-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px
}

.lp_fv__anchor-icon {
  width: 40px;
  height: 40px
}

@media (max-width: 599px) {
  .lp_fv__anchor-icon {
    width: 30px;
    height: 30px
  }
}

.lp_fv__anchor-icon img {
  display: block;
  width: 32px;
  height: 32px
}

.lp_fv__anchor-label {
  flex: 0 0 auto;
  text-align: left;
  letter-spacing: inherit
}

.lp_fv__anchor-arrow {
  position: absolute;
  margin-left: auto;
  width: 34px;
  height: 34px;
  background-color: #fff3;
  mix-blend-mode: normal;
  opacity: 1;
  overflow: hidden;
  right: 30px
}

@media (max-width: 599px) {
  .lp_fv__anchor-arrow {
    width: 30px;
    height: 30px
  }
}

.lp_fv__anchor:hover .lp_fv__arrow-img--current {
  opacity: 0;
  transform: translate(-50%, 20%)
}

.lp_fv__anchor:hover .lp_fv__arrow-img--next {
  opacity: 1;
  transform: translate(-50%, -50%)
}

.lp_fv__arrow-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, opacity .25s ease
}

.lp_fv__arrow-img--current {
  opacity: 1;
  transform: translate(-50%, -50%)
}

.lp_fv__arrow-img--next {
  opacity: 0;
  transform: translate(-50%, -80%)
}

.lp_section {
  padding: 140px 0 0
}

@media (max-width: 599px) {
  .lp_section {
    padding: 56px 0 0
  }
}

.lp_section--video {
  padding-top: 96px;
  padding-bottom: 0
}

@media (max-width: 599px) {
  .lp_section--video {
    padding-top: 72px
  }
}

.lp_section__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px
}

.lp_section__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 44px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: .15em;
  margin: 0 0 40px
}

@media (max-width: 599px) {
  .lp_section__heading {
    gap: 10px;
    margin-bottom: 28px;
    font-size: 30px
  }
}

.lp_section__heading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  flex-shrink: 0
}

.lp_section__heading-icon svg,
.lp_section__heading-icon img {
  display: block;
  width: 37px;
  height: 33px;
  fill: #fff;
  position: relative;
  top: 3px
}

@media (max-width: 599px) {
  .lp_section__heading-icon {
    width: 32px;
    height: 32px
  }

  .lp_section__heading-icon svg,
  .lp_section__heading-icon img {
    width: 18px;
    height: 18px
  }
}

.lp_video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f6f6f6
}

@media (max-width: 599px) {
  .lp_video-grid {
    grid-template-columns: 1fr
  }
}

.lp_video-card {
  position: relative;
  overflow: hidden
}

.lp_video-card__bg {
  position: absolute;
  top: -8%;
  right: -8%;
  bottom: -8%;
  left: -8%;
  z-index: -1;
  filter: blur(18px)
}

.lp_video-card__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.lp_video-card__bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--video-color-overlay, rgba(90, 180, 214, .62))
}

.lp_video-card__link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  padding: 5% 5% 0
}

@media (max-width: 599px) {
  .lp_video-card__link {
    padding: 3% 2.5% 0
  }
}

.lp_video-card__link:hover .lp_video-card__media img {
  transform: scale(1.04)
}

.lp_video-card__link:hover .lp_video-card__btn .lp_fv__arrow-img--current {
  opacity: 0;
  transform: translate(50%, -50%)
}

.lp_video-card__link:hover .lp_video-card__btn .lp_fv__arrow-img--next {
  opacity: 1;
  transform: translate(-50%, -50%)
}

.lp_video-card__media {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0
}

.lp_video-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform .4s ease
}

.lp_video-card__body {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  top: -35px;
  position: relative
}

@media (max-width: 599px) {
  .lp_video-card__body {
    padding: 14px 16px;
    gap: 12px;
    top: -30px
  }
}

.lp_video-card__caption {
  width: 70%;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0
}

@media (max-width: 599px) {
  .lp_video-card__caption {
    font-size: .82rem;
    width: 90%
  }
}

.lp_video-card__caption b {
  font-weight: 500;
  width: 60%;
  font-size: 26px;
  background-color: #fff
}

@media (max-width: 599px) {
  .lp_video-card__caption b {
    font-size: 18px
  }
}

.lp_video-card__btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  bottom: 0;
  right: 20px;
  background: #ffffff4d
}

.lp_video-card__btn .lp_fv__arrow-img--next {
  transform: translate(-150%, -50%)
}

.lp_video-card__btn .lp_fv__arrow-img {
  width: 37px;
  height: 12px
}

@media (max-width: 599px) {
  .lp_video-card__btn {
    width: 38px;
    height: 38px;
    bottom: -10px;
    right: 10px
  }

  .lp_video-card__btn .lp_fv__arrow-img {
    width: 18px;
    height: 6px
  }
}

.lp_poster-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.lp_poster-card+.lp_poster-card {
  border-top: 1px solid #e0e0e0
}

.lp_poster-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative
}

.lp_poster-card__link:hover .lp_poster-card__media>img {
  transform: scale(1.04)
}

.lp_poster-card__link:hover .lp_poster-card__btn .lp_fv__arrow-img--current {
  opacity: 0;
  transform: translate(50%, -50%)
}

.lp_poster-card__link:hover .lp_poster-card__btn .lp_fv__arrow-img--next {
  opacity: 1;
  transform: translate(-50%, -50%)
}

.lp_poster-card__media {
  align-self: 18/6;
  position: relative;
  overflow: hidden
}

.lp_poster-card__media>img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/6;
  object-fit: cover;
  transition: transform .4s ease
}

@media (max-width: 599px) {
  .lp_poster-card__media>img {
    aspect-ratio: 16/9
  }
}

.lp_poster-card__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 75px 28px;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .6) 100%)
}

@media (max-width: 599px) {
  .lp_poster-card__overlay {
    padding: 16px;
    gap: 12px
  }
}

.lp_poster-card__caption {
  flex: 1 1 auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0
}

@media (max-width: 599px) {
  .lp_poster-card__caption {
    font-size: .82rem
  }
}

.lp_poster-card__caption b {
  font-weight: 500;
  font-size: 34px;
  background-color: #fff
}

@media (max-width: 599px) {
  .lp_poster-card__caption b {
    font-size: 18px
  }
}

.lp_poster-card__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background-color: var(--poster-color, #2a8c6e)
}

.lp_poster-card__btn .lp_fv__arrow-img--next {
  transform: translate(-150%, -50%)
}

.lp_poster-card__btn .lp_fv__arrow-img {
  width: 37px;
  height: 12px
}

@media (max-width: 599px) {
  .lp_poster-card__btn {
    width: 40px;
    height: 40px
  }

  .lp_poster-card__btn .lp_fv__arrow-img {
    width: 18px;
    height: 6px
  }
}

@media screen and (min-width: 768px) {

  .lp_fv a:hover,
  .lp_video-card a:hover,
  .lp_poster-card a:hover {
    opacity: 1 !important
  }
}

.lp_modal--poster .lp_modal__carousel-main {
  position: relative;
  background: #fff;
  overflow: hidden
}

@media (max-width: 599px) {
  .lp_modal--poster .lp_modal__carousel-main {
    position: sticky;
    top: 0;
    z-index: 1
  }
}

.lp_modal--poster .lp_modal__carousel-main img {
  display: block;
  width: 100%;
  object-fit: contain;
  transition: opacity .3s ease
}

.lp_modal--poster .lp_modal__carousel-main img.is-fading {
  opacity: 0
}

.lp_modal--poster .lp_modal__carousel-main.is-loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid rgba(0, 0, 0, .12);
  border-top-color: #555;
  border-radius: 50%;
  animation: carouselSpin .7s linear infinite;
  pointer-events: none
}

.lp_modal--poster .lp_modal__carousel-thumbs {
  padding: 10px 16px;
  background: #eee
}

.lp_modal--poster .lp_modal__carousel-thumbs[hidden] {
  display: none
}

.lp_modal--poster .lp_modal__carousel-track {
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 auto;
  padding: 10px 0
}

.lp_modal--poster .lp_modal__carousel-item {
  flex: 1 1 calc(25% - 6px);
  max-width: 24.5%
}

@media (max-width: 599px) {
  .lp_modal--poster .lp_modal__carousel-item {
    flex: 1 1 calc(50% - 4px);
    max-width: 50%
  }
}

.lp_modal--poster .lp_modal__carousel-thumb {
  display: block;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  background: none;
  transition: border-color .2s ease
}

.lp_modal--poster .lp_modal__carousel-thumb img {
  display: block;
  width: 100%;
  height: auto
}

.lp_modal--poster .lp_modal__carousel-thumb.is-active,
.lp_modal--poster .lp_modal__carousel-thumb:hover {
  border-color: #333
}

body.is-modal-open {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0px)
}

.lp_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  will-change: opacity;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease, visibility .3s ease
}

.lp_modal[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.lp_modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000080
}

.lp_modal__dialog {
  position: relative;
  z-index: 1;
  background: #fff;
  width: min(90%, 960px);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 24px 64px #00000059;
  will-change: transform;
  transform: translateY(0);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1)
}

@media (max-width: 599px) {
  .lp_modal__dialog {
    height: 85svh
  }
}

.lp_modal[aria-hidden=true] .lp_modal__dialog {
  transform: translateY(24px)
}

.lp_modal__close {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #0000008c;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease
}

.lp_modal__close:hover {
  background: #000c
}

.lp_modal__close svg {
  width: 28px;
  height: 28px;
  fill: currentColor
}

@media (max-width: 599px) {
  .lp_modal__close {
    top: -20px;
    right: -10px;
    width: 36px;
    height: 36px
  }

  .lp_modal__close svg {
    width: 18px;
    height: 18px
  }
}

.lp_modal__scroll {
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none
}

.lp_modal__scroll::-webkit-scrollbar {
  display: none
}

.lp_modal__thumb {
  position: relative;
  overflow: hidden;
  background: #000
}

.lp_modal__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover
}

.lp_modal__play-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none
}

@media (min-width: 768px) {
  .lp_modal__play-link:hover .lp_modal__play-icon {
    transform: scale(1.1);
    background: #000000bf
  }
}

.lp_modal__play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #0000008c;
  transition: transform .2s ease, background .2s ease
}

.lp_modal__play-icon svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  margin-left: 4px
}

@media (max-width: 599px) {
  .lp_modal__play-icon {
    width: 48px;
    height: 48px
  }

  .lp_modal__play-icon svg {
    width: 24px;
    height: 24px
  }
}

.lp_modal__content {
  padding: 28px 28px 40px
}

@media (max-width: 599px) {
  .lp_modal__content {
    padding: 20px 16px 32px
  }
}

.lp_modal__title {
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0 0 16px
}

@media (max-width: 599px) {
  .lp_modal__title {
    font-size: 20px
  }
}

.lp_modal__desc {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.9
}

@media (max-width: 599px) {
  .lp_modal__desc {
    font-size: 15px
  }
}

.lp_modal__desc p {
  margin: 0 0 1em
}

.lp_modal__desc p:last-child {
  margin-bottom: 0
}

@keyframes carouselSpin {
  to {
    transform: rotate(360deg)
  }
}