@charset "UTF-8";

/* =========================================================
  蜈ｱ騾壹さ繝ｳ繝昴・繝阪Φ繝・
========================================================= */

main {
  row-gap: 8rem;
}

.sub__background img {
  opacity: .4;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 9999px;
  background: var(--color-main);
  color: #fff !important;
  font-size: var(--fz-14);
  font-weight: 500;
  transition: opacity 0.2s;
  text-decoration: none;
  justify-content: space-between;
  width: 100%;
  max-width: 220px;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 9999px;
  background: white;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  font-size: var(--fz-14);
  font-weight: 500;
  transition: .2s;
  text-decoration: none;
  justify-content: space-between;
  width: 100%;
  max-width: 240px;
  margin-top: 6rem;
}

.btn-back.mini {
  max-width: 200px;
}

.btn-back:before {
  content: "";
  display: inline-block;
  background: url('../../img/common/arrow_black.svg') no-repeat;
  background-size: 100% auto;
  width: 11px;
  height: 11px;
  transform: rotate(180deg);
  transition: .2s;
}

.btn-back img {
  width: 11px;
  height: auto;
  transform: rotate(180deg);
}

.latest__splink {
  position: absolute;
  right: 0;
  bottom: 0;
}

.btn-more:link {
  color: white;
}

.btn-more:hover {
  opacity: 0.75;
}

.btn-read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 28px;
  border-radius: 9999px;
  background: var(--color-main);
  color: #fff;
  font-size: var(--fz-14);
  font-weight: 500;
  transition: opacity 0.2s;
  text-decoration: none;
}

.btn-read:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  main {
    row-gap: 4rem;
  }

  /* 
  .btn-more {
    font-size: var(--fz-12);
  } */
}

@media screen and (min-width: 769px) {
  .btn-back:hover {
    opacity: 1;
    background: var(--color-main);
    color: white;
    border-color: transparent;
  }


  .btn-back:hover:before {
    content: "";
    display: inline-block;
    background: url('../../img/top/arrow_right.svg') no-repeat;
    background-size: 100% auto;
    width: 11px;
    height: 11px;
    transform: rotate(180deg);
  }
}


/* =========================================================
  HERO
========================================================= */

.hero {
  width: 100%;
  /* overflow: hidden; */
  padding: 0px 20px;
}

.hero__wrap {
  display: flex;
  /* min-height: calc(100vh - 70px); */
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin-top: 30px;
  gap: clamp(30px, 3.1vw, 60px);
  position: relative;
}

.hero__overlay-img {}


/* =========================================================
  hero left: feature
========================================================= */

.js-autoplay-toggle {
  position: absolute;
  /* bottom: 50px; */
  right: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 0;
  gap: 10px;
  font-size: clamp(13px, calc(14 * var(--vw)), 14px);
  top: 20px;
  border: 0;
  border-radius: 2px;
  /* width: 28px; */
  /* height: 28px; */
  overflow: hidden;
  cursor: pointer;
}

@media(max-width:1024px) {
  .js-autoplay-toggle {
    right: 230px;
    top: 70px;
  }
}

@media(max-width:767px) {
  .js-autoplay-toggle {
    right: 10px;
    bottom: unset;
    top: 10px;
  }
}

.js-autoplay-toggle span {
  background-color: var(--color-main);
  color: white;
  /* border-radius: 2px; */
  padding: 5px;
  font-size: 20px;
}

.hero__feature {
  position: relative;
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 30px;
}

.slider {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 30px;
}

.hero__slider {
  display: flex;
  gap: 30px;
  /* max-height: 550px; */
  margin-left: -30px;
  /* height: clamp(400px, 45vw, 650px); */
  /* margin-top: 40px; */
}

@media (max-width:1024px) {
  .hero__slider {
    margin-top: 50px;
  }
}

@media (max-width:767px) {
  .hero__slider {
    margin-top: 00px;
  }
}

.hero__mainBox {
  /* position: relative; */
  /* flex: 1; */
  /* display: flex; */
  /* flex-direction: column; */
  /* overflow-y: scroll; */
  /* max-height: 550px; */
  /* height: 640px; */
  padding-left: 30px;
  /* padding-bottom: 100px; */
  /* height: 30vw !important; */
}

@media (max-width:1660px) {
  .hero__mainBox {
    padding-left: 0px;
  }

  .hero__slider {
    margin-left: 0;
  }
}

.hero__mainBox {}

/* article link: badge + title as one clickable group */
.hero__articleLink {
  position: relative;
  display: flex;
  background-color: white;
  border-radius: 6px;
  padding: 27px 70px 27px 40px;
  color: black;
  gap: clamp(20px, calc(40 * var(--vw)), 40px);
  filter: drop-shadow(0px 0px 2px 1);
  box-shadow: 0px 0px 5px 1px rgba(190, 190, 190, 0.45);
  align-items: center;
}

@media(max-width:767px) {
  .hero__articleLink {
    padding: 20px;
  }
}

.hero__articleLink:hover {
  opacity: 0.8;
}

/* "New" badge */
.hero__badge {
  display: inline-flex;
  align-items: center;
  padding: 0px 5px;
  color: var(--color-main);
  font-size: clamp(20px, 1.8vw, var(--fz-28));
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  border-radius: 2px;
  line-height: 1;
  background-image: linear-gradient(#ffffff, #ffffff 49%, #f18e3f 50% 100%);
  height: fit-content;
  min-width: fit-content;
}

/* article title */
.hero__articleHead {
  /* flex: 1; */
  min-width: 0;
  font-size: clamp(18px, 1.8vw, var(--fz-28));
  font-weight: 500;
  /* white-space: nowrap; */
  border-radius: 6px;
  line-height: 1.3;
  display: flex;
  width: calc(100% - 110px);
}

.hero__img {
  flex: 1;
  /* overflow: hidden; */
  max-height: 550px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
}

.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

img.hero__overlay-img {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

/* content overlay at bottom */
.hero__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); */
}

.hero__date {
  display: inline-block;
  font-size: var(--fz-12);
  color: white;
  margin-bottom: 10px;
  font-family: var(--font-en);
  background-color: #1A1A1A;
  padding: 5px 10px;
}

.hero__title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
  /* font-size: var(--fz-34); */
}

.hero__title span {
  display: inline-block;
  width: fit-content;
  padding: 10px 10px;
  background: #fff;
  /* font-size: clamp(1.6rem, 1.5vw, 2.2rem); */
  font-weight: 450;
  line-height: 1;
  font-size: clamp(16px, 1.8vw, var(--fz-34));
}

.hero__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: 30px;
}

@media(max-width:767px) {
  .hero__tags {
    margin-left: 0px;
  }
}

.hero__tag {
  font-size: var(--fz-12);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: opacity 0.2s;
}

.hero__tag:hover {
  opacity: 0.7;
}

.hero__tagSep {
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--fz-12);
}


/* =========================================================
  hero thumbnails column
========================================================= */

.hero__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  /* background: rgba(0, 0, 0, 0.5); */
  width: 180px;
  flex-shrink: 0;
  justify-content: flex-start;
  overflow-y: auto;
  height: 550px;
}

@media (max-width:767px) {
  .hero__thumbs {
    display: none;
  }
}

@media (max-width:1300px) {}

div#heroThumbs-track {
  max-height: 435px;
  margin-top: 40px;
}

.splide__arrows {
  display: flex;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  max-height: 515px;
  z-index: -1;
}

@media (max-width:1300px) {
  .splide__arrows {
    /* height: 515px; */
  }
}

.splide__arrows.splide__arrows--ttb .splide__arrow {
  opacity: 1;
}

.hero__thumbBtn {
  display: block;
  width: 100%;
  padding: 0;
  border: 2px solid transparent;
  background: transparent;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  transition: .3s;
  opacity: 0.6;
  border: none !important;
}

.hero__thumbBtn.is-active,
.hero__thumbBtn:hover {
  border-color: #fff;
  opacity: 1;
}

.hero__thumbBtn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* aspect-ratio: 16/9; */
}


/* =========================================================
  hero right: TODAY panel
========================================================= */

.hero__today {
  max-width: 360px;
  width: 100%;
  flex-shrink: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 20px 30px 40px 30px;
  gap: 16px;
  border-radius: 6px;
}

.hero__today .article__outline__tag {
  font-size: clamp(1.2rem, calc(13 * var(--vw)), 1.3rem);
}

.hero__today .latest__date {
  font-size: clamp(1.4rem, calc(16 * var(--vw)), 1.6rem);
}

/* tagline */
.hero__todayTagline {
  text-align: center;
  font-size: var(--fz-15);
  /* color: #555; */
  letter-spacing: 0.05em;
}

/* hgroup: tagline + header 繧偵∪縺ｨ繧√ｋ繝ｩ繝・ヱ繝ｼ */
.hero__todayGroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* h2: nj_today.svg 繧貞・蛹・☆繧九・繝・ム繝ｼ隕句・縺・*/
.hero__todayHeader {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.hero__todayLogo {
  width: 100%;
  height: auto;
  display: block;
  max-width: 280px;
}

/* body: dl > dt(image) + dd(content) */
.hero__todayBody {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
}

/* dl 縺ｮ譏守､ｺ繧ｯ繝ｩ繧ｹ */
.hero__todayInner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  align-items: center;
  width: 100%;
}

@media(max-width:1024px) {
  .hero__todayInner {
    /* display: flex; */
    flex-direction: row;
    /* gap: 30px; */
    align-items: flex-start;
  }
}

@media(max-width:480px) {
  .hero__todayInner {
    /* display: flex; */
    /* flex-direction: row; */
    /* gap: 30px; */
    /* align-items: flex-start; */
    flex-direction: column;
    align-items: center;
  }
}

/* article image (dt) */
.hero__todayImgWrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0;
  /* max-width: 320px; */
  border-radius: 6px;
}

@media(max-width:1024px) {
  .hero__todayImgWrap {
    width: 50%;
  }
}

@media(max-width:480px) {
  .hero__todayImgWrap {
    width: 100%;
    /* display: flex; */
  }
}

.hero__todayImgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 9;
}

/* content area (dd) */
.hero__todayContWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin-bottom: 1.5rem;
  width: 100%;
}

@media(max-width:1024px) {
  .hero__todayContWrap {
    padding-top: 0;
  }
}

/* outer div 繝ｩ繝・ヱ繝ｼ・医ち繧､繝医Ν繝悶Ο繝・け蜈ｨ菴難ｼ・*/
div.hero__todayTitle {
  display: flex;
  flex-direction: column;
}

/* h3: 險倅ｺ九ち繧､繝医Ν繝・く繧ｹ繝・*/
h3.hero__todayTitle {
  font-size: clamp(1.6rem, calc(18 * var(--vw)), 1.8rem);
  font-weight: 500;
  /* color: var(--color-main); */
  line-height: 1.6;
  max-height: 54px;
  overflow: hidden;
}

#todayImage .splide__pagination,
#todayImage-02 .splide__pagination,
.todayIndexImage .splide__pagination {
  bottom: 15px;
  gap: 0px;
}

#todayImage .splide__pagination__page.is-active,
#todayImage-02 .splide__pagination__page.is-active,
.todayIndexImage .splide__pagination__page.is-active {
  transform: scale(1);
  background: var(--color-main);
}

#todayImage .splide__pagination__page,
#todayImage-02 .splide__pagination__page,
.todayIndexImage .splide__pagination__page {
  background: white;
  opacity: 1;
  height: 10px;
  width: 10px;
}

/* .splide__slide {
  aspect-ratio: 16/9;
} */

#todayImage .splide__slide a,
#todayImage-02 .splide__slide a,
.todayIndexImage .splide__slide a {
  aspect-ratio: 16/9;
  pointer-events: none;
}

.hero__todayText {
  font-size: var(--fz-14);
  /* color: #555; */
  line-height: 1.8;
  max-height: 155px;
  overflow: hidden;
}

.hero__todayCat {
  display: inline-flex;
  align-items: center;
  padding: 4px 16px;
  border: 1px solid #999;
  border-radius: 9999px;
  font-size: var(--fz-12);
  color: #333;
  text-decoration: none;
  width: fit-content;
  transition: 0.2s;
}

.hero__todayCat:hover {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}

/* buttons */
.hero__todayBtns {
  display: flex;
  flex-direction: column;
  /* border-top: 1px solid #e0e0e0; */
  margin-top: auto;
  gap: 10px;
}

.hero__todayDetail {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  font-size: var(--fz-15);
  color: var(--color-main);
  border-bottom: 1px solid #e0e0e0;
  text-decoration: none;
  transition: background 0.2s;
}

.hero__todayDetail:hover {
  background: #f5f5f5;
}

.hero__todayMore {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background: var(--color-main);
  color: #fff;
  font-size: var(--fz-14);
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}

.hero__todayMore:hover {
  opacity: 0.8;
}


/* =========================================================
  MARQUEE
========================================================= */

.marquee {
  overflow: hidden;
  margin-top: -30px;
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 150s linear infinite;
}

.marquee__track.is-paused {
  animation-play-state: paused;
}

.marquee__inner {
  display: flex;
  flex-shrink: 0;
}

.marquee__inner span {
  font-family: var(--font-en);
  font-size: clamp(80px, 12.6vw, var(--fz-270));
  font-weight: 400;
  color: #7CCBE0;
  opacity: 1;
  padding: 0 40px;
  white-space: nowrap;
  letter-spacing: -0.02em;
  line-height: 1;
  animation: textColorAnimation 10s ease-in-out infinite;
}

@keyframes textColorAnimation {
  0% {
    color: rgb(55 163 115);
  }

  50% {
    color: rgb(173 217 114);
  }

  100% {
    color: rgb(55 163 115);
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


/* =========================================================
  PICKUP
========================================================= */

.pickup_Lineart {
  position: absolute;
  /* inset: 0; */
  width: 1920px;
  height: auto;
  transform: scale(1.30);
  bottom: -8%;
}

.pickup {
  width: 100%;
  padding: 60px 20px 120px 20px;
}

.pickup__inner {
  width: 100%;
  margin-inline: auto;
  max-width: 1600px;
}


/* large items */

.pickup__largeWrap {
  display: flex;
  gap: clamp(10px, calc(24 * var(--vw)), 24px);
}

.pickup__largeItem {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* width: calc(50% - 12px); */
  /* min-height: 320px; */
  padding: 28px 28px 28px 32px;
  background: #ececec;
  border-radius: 10px;
  /* color: var(--color-main); */
  /* text-decoration: none; */
  transition: opacity 0.2s;
  overflow: hidden;
  background-color: #ffffffde;
  gap: clamp(20px, calc(40 * var(--vw)), 40px);
  flex: 1;
}

.pickup__largeItem:hover {
  opacity: 0.85;
}

.pickup__largeContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
  padding-right: 0;
}

.pickup__label {
  font-size: var(--fz-12);
  color: black;
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.pickup__txt {
  /* margin-top: 0; */
}

.pickup__title {
  font-family: var(--font-en);
  font-size: clamp(3.2rem, calc(52 * var(--vw)), 5.2rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  /* color: var(--color-main); */
}

.pickup__desc {
  margin-top: 16px;
  font-size: var(--fz-15);
  /* color: #555; */
  line-height: 1.7;
}

@media (max-width:480px) {
  .pickup__desc {
    width: 85%;
  }
}

.pickup__img {
  width: 260px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  align-self: stretch;
  aspect-ratio: 1/1;
  height: 100%;
}

.pickup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pickup__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(20px, calc(32 * var(--vw)), 32px);
  height: clamp(20px, calc(32 * var(--vw)), 32px);
  background: var(--color-main);
  color: #fff;
  border-radius: 50%;
  font-size: var(--fz-18);
  margin-top: 0;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.pickup__arrow img {
  width: 50%;
  height: auto;
}


/* small category items */

.pickup__smallWrap {
  display: flex;
  gap: 24px;
  margin-top: clamp(10px, calc(24 * var(--vw)), 24px);
}

.pickup__smallItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  min-height: 120px;
  padding: 20px 24px;
  background: #ececec;
  border-radius: 10px;
  color: var(--color-main);
  text-decoration: none;
  transition: opacity 0.2s;
  background-color: white;
  position: relative;
}

.pickup__smallItem:hover {
  opacity: 0.85;
}

.pickup__smallLogo {
  flex: 1;
  min-width: 0;
  padding-right: 16px;
}

.pickup__smallLogo img {
  width: clamp(115px, calc(280 * var(--vw)), 280px);
  max-height: 65px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.pickup__arrow.alt {
  margin-top: 0;
  /* width: 32px; */
  /* height: 32px; */
  /* font-size: var(--fz-14); */
  flex-shrink: 0;
  bottom: auto;
  right: clamp(10px, calc(25 * var(--vw)), 25px);
}


/* =========================================================
  LATEST CONTENT
========================================================= */

.latest {
  width: 100%;
  padding:
    clamp(40px, calc(80 * var(--vw)), 80px) 0px clamp(50px, calc(100 * var(--vw)), 100px) 0px;
  /* background: #f5f5f5; */
}

.latest__inner {
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.latest__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(20px, calc(40 * var(--vw)), 40px);
  width: 100%;
  max-width: calc(1600px - -40px);
  padding: 0px 20px;
}

.latest__label {
  font-family: var(--font-en);
  font-size: var(--fz-18);
  font-weight: 400;
  color: #F2853B;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.latest__heading {
  font-size: clamp(2.4rem, calc(48 * var(--vw)), 4.8rem);
  font-weight: 500;
  /* color: var(--color-main); */
  line-height: 1.2;
}


/* list */

.latest__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

.latest__item {
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  transition: .3s;
}

@media(max-width:767px) {
  .latest__item {
    padding: 20px;
  }
}

.latest__item:hover {
  background-color: white;
}

.latest__item:last-child {
  border-bottom: 1px solid #ddd;
}

.latest__wrap {
  display: flex;
  width: 100%;
  max-width: 1600px;
  align-items: center;
  gap: clamp(20px, calc(32 * var(--vw)), 32px);
  position: relative;
}

@media(max-width:1024px) {
  .latest__wrap {
    /* gap: 30px; */
  }
}

@media(max-width:767px) {
  .latest__wrap {
    /* gap: 30px; */
    flex-direction: column;
    align-items: flex-start;
  }
}


.latest__link {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 0;
  text-decoration: none;
  /* color: var(--color-main); */
  transition: opacity 0.2s;
  color: var(--color-main);
  /* width: clamp(380px, 22.5vw, 480px); */
  /* aspect-ratio: 16 / 9; */
  /* max-height: 65px; */
  /* max-height: 65px; */
  /* height: 65px; */
}

.latest__title .latest__link {
  height: clamp(63px, calc(80 * var(--vw)), 80px);
}

@media(max-width:767px) {
  .latest__link {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
}

.latest__link-thumb {}

.latest__link:hover {
  opacity: 0.75;
}

.latest__img {
  /* width: 180px; */
  /* height: 120px; */
  flex-shrink: 0;
  border-radius: 6px;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
}

.latest__img img {
  width: clamp(300px, 22.5vw, 480px);
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
  border-radius: 6px;
}

@media(max-width:767px) {
  .latest__img img {
    width: 100%;
  }
}

.latest__body {
  flex: 1;
  min-width: 0;
  /* padding-right: 50px; */
}

.latest__date {
  font-size: clamp(1.5rem, calc(18 * var(--vw)), 1.8rem);
  color: #888;
  font-family: var(--font-en);
  /* margin-bottom: clamp(15px, calc(20 * var(--vw)), 20px); */
  line-height: 1;
}

.latest__title {
  font-size: clamp(1.8rem, calc(28 * var(--vw)), 2.8rem);
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-main);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.latest__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: clamp(0px, 2.2vw, 40px);
}

.latest__series {
  font-size: var(--fz-12);
  color: #666;
}

.latest__catLink {
  font-size: var(--fz-12);
  color: #666;
  text-decoration: underline;
  transition: color 0.2s;
}

.latest__catLink:hover {
  color: var(--color-main);
}

.latest__icon {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  /* background: var(--icon-bg, #ccc); */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media(max-width:1024px) {
  .latest__icon {
    width: 60px;
    height: 60px;
    z-index: -1;
    position: relative;
  }
}

.latest__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}

@media screen and (min-width: 769px) {
  .latest__meta a:hover {
    opacity: 1;
  }
}


/* =========================================================
  SERIES CONTENT
========================================================= */

.series {
  width: 100%;
  padding: clamp(40px, calc(80 * var(--vw)), 80px) 0px;
  /* background: #fff; */
  position: relative;
}

@media(max-width:767px) {
  .series {
    padding: 20px;
  }
}

.series__inner {
  display: flex;
  min-height: 480px;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  justify-content: space-between;
}

.series__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 8.4vw;
  max-width: clamp(500px, calc(840 * var(--vw)), 840px);
  max-height: clamp(570px, calc(720 * var(--vw)), 720px);
  flex-shrink: 0;
  background: #fff;
  position: relative;
  z-index: 1;
  /* left: 0; */
  /* top: 0; */
  margin-top: 120px;
  width: 100%;
}

@media(max-width:1280px) {
  .series__left {
    padding: 20px;
  }
}

@media(max-width:767px) {
  .series__left {
    /* padding: 20px; */
    /* width: 100%; */
  }
}

.series__label {
  font-family: var(--font-en);
  font-size: var(--fz-18);
  font-weight: 600;
  color: #FF7700;
  /* letter-spacing: 0.1em; */
}

.series__heading {
  font-size: clamp(2.4rem, calc(48 * var(--vw)), 4.8rem);
  font-weight: 500;
  color: #1A1A1A;
  line-height: 1.3;
}

.series__text {
  font-size: clamp(1.3rem, calc(16 * var(--vw)), 1.6rem);
  color: #555;
  line-height: 2;
  margin: clamp(15px, calc(30 * var(--vw)), 30px) 0px;
  font-weight: 400;
}

.series__right {
  flex: 1;
  min-width: 0;
  position: absolute;
  /* overflow: hidden; */
  z-index: 0;
  /* aspect-ratio: 16/9; */
  right: 0;
  width: 100%;
  max-width: clamp(430px, calc(1240 * var(--vw)), 1240px);
}

@media(max-width:1280px) {
  .series__right {
    /* width: 50%; */
  }
}

.series__imgWrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.series__imgWrap img.series_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
}

.series__imgOverlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 30, 60, 0.45);
}

.series__imgOverlay img {
  width: 20%;
  max-width: 205px;
}

.series__logoText {
  font-family: var(--font-en);
  font-size: clamp(2.4rem, 4vw, 5.6rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
}

.series__credit {
  font-size: var(--fz-12);
  color: rgba(255, 255, 255, 0.6);
  margin-top: 12px;
}


/* =========================================================
  movie
========================================================= */

.movieSection {
  /* background: #000; */
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: end;
  /* width: 1920px; */
  /* padding-left: 100px !important; */
}

.movieSection__inner {
  display: flex;
  align-items: center;
  gap: 80px;
}

.movieSlider {
  width: 100%;
  flex-shrink: 0;
  padding-bottom: 70px;
  /* width: calc(100% - 120px); */
  /* padding-right: 10%; */
  margin-left: clamp(20px, calc(150 * var(--vw)), 150px);
}

@media(max-width:767px) {
  .movieSlider {
    margin-left: 20px;
  }
}

.movieSlider .splide__track {
  /* overflow: visible; */
  border-radius: 6px;
}

.movieSlider__cards {
  display: flex;
  gap: 8px;
  /* width: 30vw; */
  /* height: 30vw; */
}

.movieCard {
  position: relative;
  flex: 1;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  /* width: 300px; */
  /* height: auto; */
  /* aspect-ratio: 16/9; */
  /* width: 30vw; */
  /* height: 100%; */
}

.movieCard__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  height: 100%;
}

/* @media(max-width:1024px) {
    .movieCard__img {
      max-width: 380px;
    }
  }

  @media(max-width:480px) {
    .movieCard__img {
      max-width: 300px;
    }
  } */

.movieCard__overlay {
  position: absolute;
  inset: 0;
  padding: clamp(20px, calc(40 * var(--vw)), 40px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(to top,
      rgba(0, 0, 0, .65),
      rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
}

.movieCard__title {
  font-size: clamp(25px, calc(32 * var(--vw)), 32px);
  line-height: 1.4;
  /* font-weight: 700; */
}

.movieCard__arrow {
  position: absolute;
  right: clamp(20px, calc(40 * var(--vw)), 40px);
  bottom: clamp(20px, calc(40 * var(--vw)), 40px);
  width: clamp(30px, calc(48 * var(--vw)), 48px);
  height: clamp(30px, calc(48 * var(--vw)), 48px);
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.movieSection__content {
  flex: 1;
}

.movieSection__heading {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 700;
}

.movieSlider {
  position: relative;
}

.movieSlider .splide__arrows {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 2px;
  height: unset;
}

.movieSlider .splide__arrow {
  position: static;
  width: 40px;
  height: 40px;
  transform: none;
  border-radius: 0;
  opacity: 1;
}


/* =========================================================
  Responsive
========================================================= */

@media screen and (max-width: 1200px) {

  .hero__today {
    width: 280px;
    padding: 15px;
    height: 100%;
  }

  h3.hero__todayTitle {
    height: 55px;
    overflow: hidden;
  }

  .hero__todayText {
    /* height: 100px; */
    /* overflow: hidden; */
  }

  .hero__todayBtns {
    margin-top: 10px;
  }

  .pickup__inner {
    /* width: min(100% - 40px, 1600px); */
  }

  .pickup__largeWrap {
    flex-direction: column;
    /* gap: 10px; */
  }

  .pickup__largeItem {
    width: 100%;
  }

  .pickup__smallWrap {
    flex-wrap: wrap;
  }

  .pickup__smallItem {
    width: calc(50% - 12px);
    flex: none;
    min-height: unset;
  }

}

@media screen and (max-width: 1024px) {
  .hero__wrap {
    flex-direction: column;
    min-height: auto;
  }

  .hero__feature {
    /* min-height: 70vh; */
  }

  .hero__today {
    width: 100%;
    flex-direction: column;
    /* flex-wrap: wrap; */
    border-left: none;
    border-top: 1px solid #e8e8e8;
    max-width: unset;
    padding: 20px;
    gap: 30px;
  }

  .hero__todayTop {
    flex: 1;
    border-bottom: none;
    border-right: 1px solid #e8e8e8;
  }

  .hero__todayBody {
    flex: 1;
  }

  .hero__todayMore {
    width: 100%;
  }

  .series__left {
    padding: 20px;
    /* width: 360px; */
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {

  body {
    padding-top: 60px;
  }

  .hero__thumbs {
    width: 90px;
  }

  .hero__thumbBtn img {
    height: 60px;
  }

  .hero__title span {
    /* font-size: var(--fz-16); */
  }

  .pickup {
    padding: 0;
  }

  .pickup__inner {
    width: min(100% - 32px, 1600px);
  }

  .pickup__largeItem {
    /* flex-direction: column; */
    /* min-height: auto; */
    padding: 20px;
  }

  .pickup__largeContent {
    /* padding-right: 0; */
  }

  .pickup__img {
    /* width: 100%; */
    /* height: 200px; */
    /* margin-top: 20px; */
    width: 50%;
  }

  .pickup__smallWrap {
    gap: 12px;
  }

  .pickup__smallItem {
    width: 48.2%;
    padding: 10px;
    border-radius: 4px;
  }

  .latest {
    /* padding: 60px 0 80px; */
  }

  .latest__inner {
    /* width: min(100% - 40px, 1200px); */
  }

  .latest__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .latest__img {
    /* width: 120px; */
    /* height: 90px; */
    width: 100%;
    /* height: auto; */
  }

  .latest__title {
    /* font-size: var(--fz-14); */
  }

  .series__inner {
    flex-direction: column;
  }

  .series__left {
    width: 100%;
    padding: 20px;
    gap: 16px;
    order: 2;
    margin-top: 0;
    max-width: unset;
    max-height: unset;
  }

  .series__right {
    /* min-height: 280px; */
    position: relative;
    order: 1;
    width: 100%;
    max-width: unset;
    max-height: unset;
  }

  .media__item {
    aspect-ratio: 3/4;
  }
}

.lity-container {
  padding: 15px;
}


/* =========================================================
  新着コンテンツ
========================================================= */

.content__wrap.latest {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: transparent;
  padding: 0;
}

.content__wrap.latest .latest__wrap {
  flex-direction: column;
  row-gap: 3rem;
}

.latest__wrap {
  max-width: 890px;
  width: 74.1666%;
}

.latest__wrap__cat {
  width: 100%;
}

.latest__wrap .accordion_one {
  width: 100%;
  background-color: var(--color-bg);
  border-radius: 8px;
}

.latest__wrap .accordion_header {
  background: var(--color-main);
  padding: 1rem;
  position: relative;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
}

.latest__wrap .accordion_header.close {
  border-radius: 8px;
}

.latest__wrap .accordion_header .ic-arw {
  position: absolute;
  display: flex;
  width: 60px;
  height: 53px;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.latest__wrap .accordion_header.close .ic-arw {
  transform: rotate(180deg);
}

.latest__wrap .accordion_header .ic-arw:before,
.latest__wrap .accordion_header .ic-arw::after {
  content: "";
  position: absolute;
  /* top: 0; */
  left: calc(50% - 1px);
  width: 3px;
  height: 18px;
  background-color: var(--color-bg);
  transform-origin: 50% 1px;
}

.latest__wrap .accordion_header .ic-arw::before {
  transform: rotate(45deg);
}

.latest__wrap .accordion_header .ic-arw:after {
  transform: rotate(-45deg);
}

.latest__wrap .accordion_header h3 {
  color: white;
  text-align: center;
  font-family: var(--font-en);
  font-size: var(--fz-20);
  font-weight: 700;
  letter-spacing: .1rem;
}

.latest__wrap .accordion_inner {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.latest__wrap .cont__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  background-color: var(--color-bg-gray-50);
  padding: 2rem;
  border-radius: .8rem;
}

.latest__wrap .cont__list__item a {
  display: block;
  background-color: white;
  border: 1px solid var(--color-border);
  font-size: var(--fz-16);
  /* font-size: clamp(1.4rem, calc(16 * var(--vw)), 1.6em); */
  line-height: 1.4;
  letter-spacing: .03rem;
}

.latest__wrap .cont__list__item a.is-active {
  background-color: var(--color-main);
  color: white;
  border-color: transparent;
  pointer-events: none;
}

.latest__wrap .item__01 a {
  padding: .4rem 1.8rem;
  border-radius: 2rem;
}

.latest__wrap .item__02 img {
  width: 54px;
  height: 54px;
  margin-right: 1rem;
  margin-left: -1px;
}

.latest__wrap .item__02 a {
  display: inline-flex;
  align-items: center;
  padding: 0 1.8rem 0 0;
  border-radius: 3rem;
}

.latest__wrap .item__all {
  text-align: center;
}

.latest__wrap .item__all a {
  padding: .4rem 1.8rem;
  border-radius: 2rem;
  display: inline-block;
}


.latest__wrap__cont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 4rem;
}

.latest__wrap__cont .is-no-article {
  font-size: clamp(1.3rem, calc(32 * var(--vw)), 1.6rem);
  font-weight: 400;
  margin: 3rem auto 0;
  text-align: center;
}

.latest__wrap__cont article {
  width: calc(100% / 3);
  padding: 1.5rem 1.2rem;
  transition: .3s ease-in-out;
  position: relative;
  margin: 2rem 0;
}

.latest__wrap__cont .latest__cont {
  display: flex;
  flex-direction: column;
}

.latest__cont__itemArea {
  height: 100%;
}

.latest__wrap__cont article:not(:nth-of-type(3n)) {
  border-right: 1px solid #ddd;
}

.latest__wrap__cont article:after {
  display: block;
  content: "";
  border-bottom: 1px solid #ddd;
  position: absolute;
  bottom: -2rem;
  width: 100%;
}

.latest__wrap__cont article img {
  max-width: 100%;
}

.latest__wrap .latest__link-thumb {
  margin-bottom: 2rem
}

.latest__wrap .latest__date {
  font-size: clamp(1.3rem, calc(14 * var(--vw)), 1.4rem);
  margin-bottom: 8px;
}

.latest__wrap .latest__meta {
  margin: 1.5rem 0;
  gap: 5px;
}

.latest__wrap .cat__tag {
  font-size: var(--fz-12);
  padding: 2px 10px;
  line-height: 1.8;
}

.latest__wrap .latest__title {
  font-size: clamp(1.9rem, calc(20 * var(--vw)), 2rem);
  font-size: var(--fz-20);
  margin-bottom: 1.5rem;
}

.latest__wrap .latest__title .latest__link {
  height: auto;
}

.latest__txt {
  font-size: var(--fz-13);
  margin-bottom: 1.5rem;
  font-weight: 400;
  /* height: 100px; */
  height: 80px;
  overflow: hidden;
}

.latest__wrap__cont .article__outline__tag {
  font-size: var(--fz-12);
  margin-bottom: 1.5rem;
}

.latest__wrap .btn-area {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
}

.latest__wrap .latest__icon {
  position: relative;
  width: calc(100% - 104px);
  height: auto;
  border-radius: 0;
}

.latest__wrap .latest__icon a {
  margin: 0 auto 0 0;
}

.latest__wrap .latest__icon img {
  width: 70px;
  height: 70px
}

.latest__wrap .btn-more {
  font-size: var(--fz-11);
  max-width: 104px;
  padding: 4px 10px;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz-16);
  column-gap: 1rem;
}

.pagenation a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-main);
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.pagenation a.current {
  background-color: var(--color-main);
  color: white;
  pointer-events: none;
}

.pagenation a.arw-prev,
.pagenation a.arw-next {
  border-style: none;
  position: relative;
}

.pagenation a.arw-prev:after,
.pagenation a.arw-next:after {
  content: "";
  display: inline-block;
  background: url('../../img/common/arrow_black.svg');
  width: 12px;
  height: 12px;
}

.pagenation a.arw-prev:after {
  transform: rotate(180deg);
}

.today__wrap {
  max-width: 280px;
  width: 23.3333%
}

.today__wrap .hero__today {
  max-width: 280px;
  width: auto;
  padding: 2rem;
}

.today__wrap .hero__todayCont__wrap {
  margin-bottom: 1.5rem;
}

.today__wrap .hero__todayCont__wrap:first-of-type {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-border);
}

.today__wrap h3.hero__todayTitle {
  max-height: 55px;
}

.today__wrap .latest__meta {
  margin: 0;
  gap: 6px;
}

.today__wrap .cat__tag {
  font-size: var(--fz-12);
  padding: 2px 10px;
}

/* .content__wrap.latest .today__wrap .hero__todayCont__wrap:first-of-type {
  padding-bottom: 0;
  border-style: none;
} */

.today__wrap .hero__today .hero__todayText {
  font-size: var(--fz-13);
  max-height: 165px;
  font-weight: 400;
}

.today__wrap .btn__common {
  font-size: clamp(1.2rem, calc(14 * var(--vw)), 1.4rem);
}

@media screen and (max-width: 1200px) {
  .today__wrap .hero__todayBtns {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .content__wrap.latest .hero__todayInner {
    flex-direction: column;
  }

  .content__wrap.latest .hero__todayImgWrap {
    width: 100%;
  }

  .content__wrap.latest {
    flex-direction: column;
    row-gap: 6rem;
  }

  .content__wrap.latest .latest__wrap {
    row-gap: 2rem;
    align-items: center;
  }

  .latest__wrap {
    width: 100%;
    max-width: initial;
  }

  .today__wrap,
  .today__wrap .hero__today {
    width: 100%;
    max-width: initial;
  }

  .today__wrap .hero__wrap__wrap {
    display: flex;
    column-gap: 2rem;
  }

  .today__wrap .hero__todayCont__wrap:first-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-style: none;
  }

  .today__wrap .hero__todayCont__wrap {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .latest__wrap .accordion_header h3 {
    font-size: var(--fz-16);
  }

  .latest__wrap .accordion_header .ic-arw {
    height: 46px;
  }

  .latest__wrap .accordion_header .ic-arw:before,
  .latest__wrap .accordion_header .ic-arw::after {
    height: 15px;
  }

  .latest__wrap .accordion_inner {
    padding: min(1.5rem, 4%);
    row-gap: 1.5rem;
  }

  .latest__wrap .cont__list__item a {
    font-size: var(--fz-13);
  }

  .latest__wrap .item__01 a {
    padding: .4rem 1rem;
  }

  .latest__wrap .item__02 a {
    padding: 0 1rem 0 0;
  }

  .latest__wrap .item__02 img {
    margin-right: .6rem;
    width: 45px;
    height: 45px;
  }

  .latest__wrap .item__all a {
    padding: .4rem 1rem;
  }

  .latest__wrap .cont__list {
    padding: min(1.5rem, 4%);
    gap: 1rem;
  }

  .content__wrap.latest .latest__wrap {
    row-gap: 4rem;
  }

  .latest__wrap__cont article {
    width: calc(100% / 2);
    margin: 2rem 0;
  }

  .latest__wrap__cont article:not(:nth-of-type(3n)) {
    border-style: none;
  }

  .latest__wrap__cont article:nth-of-type(odd) {
    border-right: 1px solid #ddd;
  }

  .latest__wrap__cont article:nth-last-of-type(1),
  .latest__wrap__cont article:nth-last-of-type(2),
  .latest__wrap__cont article:nth-last-of-type(3) {
    margin: 2rem 0;
  }

  .latest__wrap .latest__title {
    font-size: var(--fz-16);
  }

  .today__wrap .hero__todayCont__wrap:first-of-type {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

  .content__wrap.latest .hero__todayInner {
    flex-direction: column;
    gap: 15px;
  }

  .content__wrap.latest .hero__todayImgWrap {
    width: 100%;
  }

  .today__wrap .hero__wrap__wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .latest__wrap__cont article {
    width: 100%;
  }

  .latest__wrap__cont article:nth-of-type(odd) {
    border-style: none;
  }

  .latest__wrap__cont article:after {
    left: 0;
  }
}

@media screen and (min-width: 769px) {
  .latest__wrap .cont__list__item a:hover {
    opacity: 1;
    background: var(--color-main);
    color: white;
    border-color: transparent;
  }

  .latest__wrap__cont article:hover {
    background-color: var(--color-bg);
  }

  .pagenation a:not(.current, .arw-prev, .arw-prev a,
  .arw-next, .arw-next a):hover {
    background-color: var(--color-main);
    color: white;
    opacity: 1;
  }
}


/* =========================================================
  記事（Today以外）
========================================================= */

.heading__group {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 1rem;
}

.article__outline {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.article__outline .latest__date {
  /* margin-bottom: 0; */
  margin-right: 1.2rem;
}

.article__outline .latest__meta {
  margin-top: 0;
  gap: 7px;
}

.article__outline__cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: .8rem;
}

.article__outline__cat .cat__tag {
  font-size: clamp(1.2rem, calc(28 * var(--vw)), 1.4rem);
  padding: 3px 12px;
}

.article__outline__tag {
  font-size: var(--fz-14);
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 1.8rem;
}

.heading__group figure {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}

.heading__group img {
  width: 100px;
  height: 100px;
}

.article__mv {
  margin-bottom: 3rem;
}

.article__mv img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}

/***** ▼別パターン▼ ******/
.article__movie {
  max-width: 1200px;
  margin: 0 auto 3rem;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.article__movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/***** ▲別パターン▲ ******/

.article__detail__wrap {
  display: flex;
  position: relative;
}

.article__detail__nav {
  width: 25%;
  max-width: 300px;
  position: sticky;
  height: 100%;
  top: 2rem;
}

.nav__index {
  background-color: var(--color-main);
  color: white;
  text-align: center;
  font-family: var(--font-en);
  font-size: var(--fz-18);
  letter-spacing: .1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding: 0.7rem;
}

.nav__list {
  font-size: var(--fz-16);
  line-height: 1.6;
}

.nav__list li:not(:last-child) {
  margin-bottom: 1rem
}

.nav__list li a {
  display: flex;
}

.nav__list li .ic-anchor {
  position: relative;
  display: inline-block;
  vertical-align: 3px;
  width: 16px;
  height: 16px;
  margin-right: .4rem;
}

.nav__list li .ic-anchor:before,
.nav__list li .ic-anchor:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 2px;
  height: 7px;
  border-radius: 9999px;
  background-color: var(--color-main);
  transform-origin: 50% calc(100% - 0px);
}

.nav__list li .ic-anchor:before {
  transform: rotate(45deg);
}

.nav__list li .ic-anchor:after {
  transform: rotate(-45deg);
}

.nav__list li .head-anchor {
  width: calc(100% - 17px);
  display: inline-block;
}

main section.article__detail {
  padding: 0;
  width: calc(100% - 25%);
  padding-left: 3rem;
  margin-left: 3rem;
  border-left: 1px solid var(--color-border);
}

main section.article__detail .inner {
  margin: -4rem 0 0 0;
}

.article__detail .intro {
  margin: 4rem 0;
  background-color: var(--color-bg-gray-50);
  border: 1px solid var(--color-border);
  padding: 2rem;
}

.article__detail .intro p {
  margin-bottom: 0;
}

/* .article__detail .participant {
  background-color: var(--color-bg-gray-50);
  border: 1px solid var(--color-border);
  padding: 2rem;
} */

.article__detail .participant__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.article__detail .participant__list.list-type-01 {
  flex-direction: column;
}

.article__detail .participant__list__item {
  width: calc((100% - 2rem) / 2);
  display: flex;
  gap: 1rem;
}

.article__detail .participant__list.list-type-01 .participant__list__item {
  width: 100%;
}

.movie__mp4 {
  margin-bottom: 2rem;
}


.article__detail .participant__list__item figure {
  width: 100px;
  height: auto
}

.article__detail .participant__list__item .txt-cont {
  width: calc(100% - 110px);
}

.article__detail .participant__list__item .txt-cont .belonging {
  font-size: var(--fz-12);
}

.article__detail .participant__list__item .txt-cont .name {
  font-weight: 600;
  margin-bottom: .5rem;
  line-height: 1.2;
}

.article__detail .participant__list__item .txt-cont .en {
  font-size: var(--fz-12);
  margin-left: .5rem;
  color: #888;
}

.article__detail .participant__list__item .txt-cont .introduction {
  font-size: clamp(1.2rem, calc(28 * var(--vw)), 1.3rem);
  margin-bottom: 0;
  line-height: 1.6;
}

.article__detail .participant__img__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.article__detail .participant__img__item {
  width: calc((100% - 1rem) / 2);
}

.article__detail .participant__img__item figure {
  margin-bottom: 0;
}

.article__detail h3 {
  background: var(--color-bg-gray-50);
  font-size: clamp(1.8rem, calc(22 * var(--vw)), 2.2rem);
  border-left: 5px solid var(--color-main);
  padding: 0.8rem 1rem;
  margin: 4rem 0 2rem;
  font-weight: 600;
}

.article__detail p {
  font-size: var(--fz-16);
  font-weight: 400;
  margin-bottom: 2rem;
}

.article__detail .article-link,
.today__cont__txt .article-link {
  text-decoration: underline;
  transition: .3s ease-in-out;
}

.article__detail figure {
  margin-bottom: 2rem;
}

.article__detail .flx {
  display: flex;
  column-gap: 2rem;
}

.article__detail .flx figure {
  width: calc((100% - 2rem) / 2);
}

.article__detail figure img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 8px;
}

.article__detail figure figcaption {
  font-size: clamp(1.2rem, calc(26 * var(--vw)), 1.3rem);
  margin-top: .7rem;
}

.article__detail .time-stamp {
  border: 1px solid var(--color-border);
  padding: 2rem;
}

.article__detail .time-stamp p {
  margin-bottom: 0;
}

.article__detail .time-stamp p span {
  margin-right: 1rem;
}

.article__detail .time-stamp a {
  display: inline-block;
  margin-right: 1rem;
  font-weight: 500;
}

.article__detail .summary {
  background-color: var(--color-bg-gray-50);
  border: 1px solid var(--color-border);
  padding: 2rem;
  line-height: 1.8;
  margin: 4rem 0 0;
}

.article__detail .summary p {
  margin-bottom: 0;
}

.today__cont__txt .source__block,
.article__detail .source__block {
  margin-top: 6rem;
  border-top: 1px solid var(--color-border);
  padding-top: 1.5rem;
}

.source__block .source__block__head {
  font-size: clamp(1.3rem, calc(32 * var(--vw)), 1.6rem);
  font-weight: 600;
  margin-bottom: .6rem;
}

.source__block p {
  margin-bottom: 0;
}

.source__block .source__block__link {
  font-size: var(--fz-12);
  font-weight: 400;
  margin-bottom: .5rem;
}


/***** 各アイコンによるスタイル調整 *****/
.field-01 .article__outline,
.field-02 .article__outline,
.field-03 .article__outline,
.field-04 .article__outline,
.field-05 .article__outline {
  width: 80%;
}

/** もっと快適なAI社会を **/
/* .field-01 .article__outline__tag {
  color: var(--field01-clr);
}

.field-01 .nav__index {
  background-color: var(--field01-clr);
}

.field-01 .nav__list li .ic-anchor:before,
.field-01 .nav__list li .ic-anchor:after {
  background-color: var(--field01-clr);
}

.field-01 .article__detail .participant {
  background-color: var(--field01-bg);
  border: 1px solid var(--field01-bdr);
}

.field-01 .article__detail h3 {
  border-left: 5px solid var(--field01-clr);
  background: var(--field01-bg);
  color: var(--field01-clr);
}

.field-01 .article__detail .summary {
  color: var(--field01-clr);
  background-color: var(--field01-bg);
  border: 1px solid var(--field01-bdr);
} */

/** もっと持続可能なインフラとエネルギーを **/
/* .field-02 .article__outline__tag {
  color: var(--field02-clr);
}

.field-02 .nav__index {
  background-color: var(--field02-clr);
}

.field-02 .nav__list li .ic-anchor:before,
.field-02 .nav__list li .ic-anchor:after {
  background-color: var(--field02-clr);
}

.field-02 .article__detail .participant {
  background-color: var(--field02-bg);
  border: 1px solid var(--field02-bdr);
}

.field-02 .article__detail h3 {
  border-left: 5px solid var(--field02-clr);
  background: var(--field02-bg);
  color: var(--field02-clr);
}

.field-02 .article__detail .summary {
  color: var(--field02-clr);
  background-color: var(--field02-bg);
  border: 1px solid var(--field02-bdr);
} */

/** もっと効率的な生産を **/
/* .field-03 .article__outline__tag {
  color: var(--field03-clr);
}

.field-03 .nav__index {
  background-color: var(--field03-clr);
}

.field-03 .nav__list li .ic-anchor:before,
.field-03 .nav__list li .ic-anchor:after {
  background-color: var(--field03-clr);
}

.field-03 .article__detail .participant {
  background-color: var(--field03-bg);
  border: 1px solid var(--field03-bdr);
}

.field-03 .article__detail h3 {
  border-left: 5px solid var(--field03-clr);
  background: var(--field03-bg);
  color: var(--field03-clr);
}

.field-03 .article__detail .summary {
  color: var(--field03-clr);
  background-color: var(--field03-bg);
  border: 1px solid var(--field03-bdr);
} */

/** もっと豊かな毎日を **/
/* .field-04 .article__outline__tag {
  color: var(--field04-clr);
}

.field-04 .nav__index {
  background-color: var(--field04-clr);
}

.field-04 .nav__list li .ic-anchor:before,
.field-04 .nav__list li .ic-anchor:after {
  background-color: var(--field04-clr);
}

.field-04 .article__detail .participant {
  background-color: var(--field04-bg);
  border: 1px solid var(--field04-bdr);
}

.field-04 .article__detail h3 {
  border-left: 5px solid var(--field04-clr);
  background: var(--field04-bg);
  color: var(--field04-clr);
}

.field-04 .article__detail .summary {
  color: var(--field04-clr);
  background-color: var(--field04-bg);
  border: 1px solid var(--field04-bdr);
} */

/** もっと移動手段に革新を **/
/* .field-05 .article__outline__tag {
  color: var(--field05-clr);
}

.field-05 .nav__index {
  background-color: var(--field05-clr);
}

.field-05 .nav__list li .ic-anchor:before,
.field-05 .nav__list li .ic-anchor:after {
  background-color: var(--field05-clr);
}

.field-05 .article__detail .participant {
  background-color: var(--field05-bg);
  border: 1px solid var(--field05-bdr);
}

.field-05 .article__detail h3 {
  border-left: 5px solid var(--field05-clr);
  background: var(--field05-bg);
  color: var(--field05-clr);
}

.field-05 .article__detail .summary {
  color: var(--field05-clr);
  background-color: var(--field05-bg);
  border: 1px solid var(--field05-bdr);
} */

@media screen and (max-width: 1024px) {
  .article__detail__wrap {
    flex-direction: column;
    row-gap: 4rem;
  }

  .article__detail__nav {
    width: 100%;
    position: relative;
    max-width: initial;
    background: var(--color-bg-gray-50);
  }

  /* .field-01 .article__detail__nav {
    background: var(--field01-bg);
  }

  .field-02 .article__detail__nav {
    background: var(--field02-bg);
  }

  .field-03 .article__detail__nav {
    background: var(--field03-bg);
  }

  .field-04 .article__detail__nav {
    background: var(--field04-bg);
  }

  .field-05 .article__detail__nav {
    background: var(--field05-bg);
  } */

  .nav__index {
    margin-bottom: 0;
  }

  .nav__list {
    padding: 2rem;
  }

  .article__mv {
    margin-bottom: 1rem;
  }

  main section.article__detail {
    border-style: none;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }

  main section.article__detail .inner {
    margin: 0;
  }

  .article__detail .intro {
    margin: 2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .article__outline__cat .cat__tag {
    font-size: var(--fz-10);
    padding: 2px 10px;
  }

  .article__outline .latest__date {
    font-size: var(--fz-12);
  }

  .heading__group img {
    width: 70px;
    height: 70px;
  }

  .article__outline__tag {
    font-size: var(--fz-11);
  }

  .article__detail__wrap {
    row-gap: 2rem;
  }

  .nav__list {
    font-size: var(--fz-13);
  }

  .article__detail .participant {
    padding: 1rem;
  }

  .article__detail .participant__list {
    flex-direction: column;
  }

  .article__detail .participant__list__item {
    width: 100%;
    gap: 1rem;
  }

  .article__detail .participant__list__item figure {
    width: 70px;
  }

  .article__detail .participant__list__item .txt-cont {
    width: calc(100% - 80px);
  }

  .article__detail .participant__list__item .txt-cont .introduction {
    font-size: var(--fz-11);
  }

  .article__detail .participant__img__list {
    flex-direction: column;
  }

  .article__detail .participant__img__item {
    width: 100%;
  }

  .article__detail p {
    font-size: var(--fz-13);
  }

  .article__detail .flx {
    flex-direction: column;
    row-gap: 2rem;
  }

  .article__detail .flx figure {
    width: 100%;
  }

  .article__detail .intro,
  .article__detail .summary {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .article__detail .article-link:hover,
  .today__cont__txt .article-link:hover {
    text-decoration: none;
  }
}


/* =========================================================
  Nidec Journal Today
========================================================= */
body.today {
  padding-top: 174px;
}

body.today .content__area {
  row-gap: 6rem;
}

.today__menu {
  background: var(--color-main);
  padding: 0 2rem;
}

.today__menu__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}

.header__logo__today img {
  width: 200px;
  height: auto;
}

.header__today__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 72%;
  max-width: 820px;
}

.today__list__item {
  background: white;
  color: var(--color-main);
  font-weight: 500;
  width: calc((100% - 9.756%) / 5);
  font-size: var(--fz-14);
  text-align: center;
  border-radius: 2rem;
  border: 1px solid #FFF;
}

.today__list__item a {
  display: block;
  line-height: 1.4;
  transition: .3s ease-in-out;
  padding: .6rem;
}

.today__main__wrap {
  display: flex;
  justify-content: space-between;
}

.today__main__wrap .hero__todayImgWrap,
.today__main__wrap .today__cont__txt {
  width: calc((100% - 3.3333%) / 2);
}

.today__main__wrap figure img {
  max-width: 100%;
  border-radius: 8px;
}

.today__cont__txt p {
  font-size: var(--fz-16);
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.today__source {
  font-size: var(--fz-12);
  font-weight: 400;
}

.today__cont__txt .source__block {
  margin-top: 2.5rem;
}

.today-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.today__list__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25%;
  max-width: 1200px;
  width: 100%;
}

.grid-sizer,
.today__list__card {
  width: calc((100% - 72px) / 4);
  margin-bottom: 2rem;
}

.gutter-sizer {
  width: 24px;
}

.today__list__card {
  width: calc((100% - 3.75%) / 4);
  background: white;
  padding: 1.5rem;
  border-radius: 6px;
}

.today__link-thumb {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  border-radius: 6px;
}

.today__list__card .latest__date {
  margin-bottom: 0;
  font-size: clamp(1.3rem, calc(14 * var(--vw)), 1.4rem);
  font-size: var(--fz-14);
}

.today__list__card .latest__txt {
  margin-bottom: 0;
}

.today__list__card .article__outline__tag {
  font-size: clamp(1.2rem, calc(13 * var(--vw)), 1.3rem);
}

.today__list__card .latest__meta {
  /* margin: 1rem 0 1.5rem; */
  margin-top: 0;
  gap: 6px;
}

.today__list__card .cat__tag {
  font-size: var(--fz-12);
  padding: 2px 10px;
  line-height: 1.8;
}

.today__list__card .btn-area {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
}

.today__list__card .latest__icon {
  position: relative;
  width: calc(100% - 104px);
  height: auto;
  border-radius: 0;
  justify-content: flex-start;
}

.today__list__card .latest__icon img {
  width: 70px;
  height: 70px;
}

.today__list__card .btn-more {
  font-size: var(--fz-11);
  max-width: 104px;
  padding: 4px 10px;
}

.today .btn-back {
  margin-top: 0;
}

.today .hero__todayContWrap {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  body.today {
    padding-top: 215px;
  }

  .header__today__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: .8rem;
  }

  .today__list__item {
    width: calc((100% - 1.6rem) / 3);
  }

  .today__list__item a {
    padding: .6rem .4rem;
  }

  .today__list__card {
    width: calc((100% - 2.5%) / 3);
  }

  .today__list__card .hero__todayInner {
    flex-direction: column;
  }

  .today__list__card .hero__todayImgWrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .today__menu {
    padding: 0 4%;
  }

  .header__logo__today img {
    width: 130px;
    margin: 0 auto;
  }

  .today__menu__inner {
    flex-direction: column;
    row-gap: 2rem;
  }

  .header__today__list {
    width: 100%;
  }

  .today__list__item {
    font-size: var(--fz-12);
  }

  .today__list__card {
    width: calc((100% - 1.5%) / 2);
  }

  .today__main__wrap {
    flex-direction: column;
    row-gap: 2rem;
  }

  .today__main__wrap .hero__todayImgWrap,
  .today__main__wrap .today__cont__txt {
    width: 100%;
  }

  .today__txt {
    font-size: var(--fz-13);
  }
}

@media screen and (max-width: 767px) {
  body.today {
    padding-top: 212px;
  }
}

@media screen and (max-width: 500px) {
  .today__list__wrap {
    flex-direction: column;
  }

  .today__list__card {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {

  .today__list__item:hover {
    background: transparent;
    color: white;
  }
}


/* =========================================================
  動画ライブラリ
========================================================= */
.content__wrap.movie {
  margin-bottom: 6rem;
}

.movie__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.movie__list__item {
  width: calc((100% - 6rem) / 3);
}

.movie__list figure {
  border-radius: 6px;
}

.movie__list .youtube-link:after {
  top: 50%;
  transform: translateY(-50%);
}

.movie__list h3 {
  font-size: clamp(1.8rem, calc(24 * var(--vw)), 2.4rem);
  font-weight: 600;
  margin: 2rem 0 1rem
}

.movie__list p {
  font-size: var(--fz-16);
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .movie__list {
    gap: 3rem 2rem;
  }

  .movie__list p {
    font-size: var(--fz-13);
  }

  .movie__list__item {
    width: calc((100% - 2rem) / 2);
  }
}

@media screen and (max-width: 480px) {
  .movie__list {
    flex-direction: column;
  }

  .movie__list__item {
    width: 100%;
  }
}


/* =========================================================
  キーワード検索
========================================================= */

.search .content__area {
  row-gap: 6rem;
}

.search .content__search {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

.search .search-wrap {
  width: calc(100% - 146px);
  display: flex;
  align-items: center;
}

.search .site-search {
  border: 1px solid var(--color-border);
  border-radius: 6px 0 0 6px;
  width: 78.5%;
  height: 50px;
  width: calc(100% - 80px);
  padding: .8rem;
  font-size: var(--fz-16);
  background: white;
}

.search .search-btn {
  background: var(--color-main);
  color: white;
  font-weight: 600;
  font-size: var(--fz-16);
  letter-spacing: .06rem;
  cursor: pointer;
  transition: .3s ease-in-out;
  width: 80px;
  height: 50px;
  border-style: none;
  line-height: 2;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.today .hero__todayInner,
.search .hero__todayInner {
  height: 100%;
}

.today .hero__todayContWrap,
.search .hero__todayContWrap {
  margin-bottom: 0;
  height: 100%;
  justify-content: space-between;
}

.today .hero__todayContWrap__cont,
.search .hero__todayContWrap__cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.search .search-head {
  font-size: var(--fz-18);
}

.search .latest__wrap {
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .search .search-head {
    font-size: var(--fz-16);
  }

  .search .search-wrap {
    width: calc(100% - 132px);
  }

  .search .site-search {
    height: 40px;
  }

  .search .search-btn {
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .search .content__search {
    flex-direction: column;
  }

  .search .search-head {
    display: none;
  }

  .search .search-wrap {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .search .search-btn:hover {
    opacity: .8;
  }
}


/***** 検索システムに合わせて調整 *****/
#pagination .ais-Pagination-list {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: var(--fz-16);
      column-gap: 1rem;
    }

    #pagination .ais-Pagination-link {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--color-main);
      width: 38px;
      height: 38px;
      border-radius: 50%;
    }

    #pagination .current .ais-Pagination-link {
      background: var(--color-main);
      color: white;
      border-style: transparent;
      pointer-events: none;
    }

    #pagination .arw-prev .ais-Pagination-link,
    #pagination .arw-next .ais-Pagination-link {
      border-style: none;
      position: relative;
    }

    #pagination .arw-prev .ais-Pagination-link:after,
    #pagination .arw-next .ais-Pagination-link:after {
      content: "";
      display: inline-block;
      background: url('../img/common/arrow_black.svg');
      width: 12px;
      height: 12px;
    }

    #pagination .arw-prev .ais-Pagination-link:after {
      transform: rotate(180deg);
    }

    #pagination .ais-Pagination-item--selected .ais-Pagination-link {
      font-weight: bold;
    }
    #pagination .ais-Pagination-item--disabled {
      display: none;
    }
    /* Algoliaのhitsラッパーをflexコンテナとして扱う */
    #hits .ais-Hits-list {
      display: flex;
      flex-wrap: wrap;
      gap: 1.25%;
      max-width: 1200px;
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    #hits .ais-Hits-item {
      width: calc((100% - 3.75%) / 4);
      background: white;
      padding: 1.5rem;
      border-radius: 6px;
      margin-bottom: 2rem;
    }
    /* 入力ボックス内のバツ印を消す */
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
      appearance: none;
    }
    input[type="search"]::-ms-clear,
    input[type="search"]::-ms-reveal {
      display: none;
      width: 0;
      height: 0;
    }
    /* sub.cssの `.latest__wrap .cont__list__item a.is-active { pointer-events: none; }` により
       選択中のタグが再クリックできなくなるのを防ぐ */
    #tag-filter-list .tag-filter-btn.is-active {
      pointer-events: auto;
    }
    /* クリック直後（マウスが乗ったまま）でも、sub.cssの:hoverスタイルが当たらないようにする。
       選択中(.is-active)の場合は本来の選択スタイルを優先させるため対象から除外する */
    #tag-filter-list .tag-filter-btn.no-hover:not(.is-active):hover {
      background-color: white;
      color: inherit;
      border-color: var(--color-border);
    }

    #tag-filter-list .tag-filter-btn.no-hover:not(.is-active):hover {
      background-color: white;
      color: inherit;
      border-color: var(--color-border);
    }

    #searchbox {
      width: calc(100% - 146px);
    }

    #searchbox .search-wrap {
      width: 100%;
    }

    #searchbox .ais-SearchBox-form {
      width: 100%;
      display: flex;
      margin-bottom: 0;
    }

    .ais-SearchBox-submitIcon {
      fill: white;
      width: 20px;
      height: 20px;
      stroke-width: 3px;
      stroke: currentColor;
      padding: 2px; 
      overflow: visible;    
    }

    #hits {
      margin-bottom: 6rem;
    }

    #hits .today__list__card {
      width: 100%;
      background: transparent;
      margin-bottom: 0;
      padding: 0;
      height: 100%;
    }

    #hits .ais-Hits.ais-Hits--empty p {
      font-size: clamp(1.3rem, calc(32 * var(--vw)), 1.6rem);
      font-weight: 400;
      margin: 0 auto ;
      text-align: center;
    }

    /* Splideは.mount()するまで visibility:hidden になる仕様のため、検索結果が
    再描画されるたびに一瞬非表示→表示の点滅が起きていた。検索結果内では
    マウント前から見えるようにして、この点滅を防ぐ（Splide自体は変更しない）。 */
    #hits .todayIndexImage.splide {
      visibility: visible;
    }

    @media screen and (max-width: 1024px) {
      #hits .ais-Hits-item {
        width: calc((100% - 2.5%) / 3);
      }
    }

    @media screen and (max-width: 767px) {
      #hits .ais-Hits-item {
        width: calc((100% - 1.5%) / 2);
      }
    }

    @media screen and (max-width: 500px) {
            #hits .ais-Hits-item {
        width: 100%;
      }
    }

    @media screen and (max-width: 480px) {
      #searchbox {
        width: 100%;
      }
      
      .search .search-wrap {
        width: 100%;
      }
    }


/* =========================================================
  シリーズコンテンツ
========================================================= */

.content__wrap.series-contents {
  background: transparent;
  display: block;
  padding: 0;
}

.content__wrap.series-contents h3,
.content__wrap.series-contents h3 {
  text-align: center;
  font-size: clamp(3rem, calc(42 * var(--vw)), 4.2rem);
  margin-bottom: 4rem;
  font-weight: 500;
}

.nj__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}

.nj__cont figure {
  width: 56.6666%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  padding: 2rem;
}

.nj__cont figure img {
  width: 456px;
  height: auto;
}

.nj__cont p {
  width: 40.1666%;
  font-size: clamp(1.3rem, calc(32 * var(--vw)), 1.6rem);
  font-weight: 400;
}

.series__cont__item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--color-border);
}

.series__cont__item figure {
  width: 36.6666%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  padding: 2rem;
}

.series__cont__item figure img {
  width: clamp(200px, calc(720 * var(--vw)), 360px);
  height: auto;
}

.series__cont__item .cont__txt {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}

.series__cont__item .cont__txt p {
  font-size: clamp(1.3rem, calc(32 * var(--vw)), 1.6rem);
  font-weight: 400;
}

.series__cont__item .cont__txt .btn-more {
  margin: 0 0 0 auto;
}

.other__cont {
  display: flex;
  justify-content: center;
  column-gap: 3.3333%;
}

.other__cont__item {
  width: 48.3333%;
  background: white;
  padding: clamp(1.5rem, 2.5%, 2rem);
  border-radius: 8px;
}

.other__cont__item figure {
  margin-bottom: 2rem;
}

.other__cont__item img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}

.other__cont__item h4 {
  font-size: clamp(3.2rem, calc(42 * var(--vw)), 4.2rem);
  margin-bottom: 1.5rem;
}

.other__cont__item .cont__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2rem;
  min-height: 210px;
}

.other__cont__item .item-txt {
  font-size: clamp(1.3rem, calc(32 * var(--vw)), 1.6rem);
  font-weight: 400;
}

.other__cont__item .btn-wrap {
  text-align: right;
}

@media screen and (max-width: 767px) {

  .content__wrap.series-contents h3,
  .content__wrap.series-contents h3 {
    margin-bottom: 2rem;
  }

  .nj__cont {
    flex-direction: column;
    row-gap: 2rem;
  }

  .nj__cont figure {
    width: 100%;
  }

  .nj__cont figure img {
    width: 90%;
  }

  .nj__cont p {
    width: 100%;
  }

  .series__cont__item {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 0;
    border-style: none;
    row-gap: 1.5rem;
  }

  .series__cont__item figure {
    width: 100%;
  }

  .series__cont__item figure img {
    width: 90%;
  }

  .series__cont__item .cont__txt {
    width: 100%;
  }

  .series__cont__item .cont__txt p {
    margin-bottom: 1.5rem;
  }

  .series__cont__item .cont__txt .btn-more {
    margin: 0 auto;
  }

  .other__cont {
    flex-direction: column;
    row-gap: 2rem;
  }

  .other__cont__item {
    width: 100%;
  }

  .other__cont__item .cont__txt {
    min-height: auto;
  }

  .other__cont__item .btn-wrap {
    text-align: center;
  }
}


/* =========================================================
  Future Journey
========================================================= */

.content__wrap.future-journey {
  background-color: transparent;
  padding: 0;
  max-width: initial;
  width: calc(100% + 40px);
  margin: 0 -20px;
  flex-direction: column;
  row-gap: 14rem;
}

.topMassage {
  width: 100%;
  /* padding: clamp(40px, calc(80 * var(--vw)), 80px) 0px; */
  position: relative;
}

.topMassage__inner {
  /* display: flex;
  /* min-height: 480px; */
  /* max-width: 1920px; */
  /*margin: 0 auto;
  width: 100%;
  position: relative;
  justify-content: space-between;
  align-items: center; */
}

.topMassage .txt__cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* gap: 20px; */
  padding: 12.1875% 12.1875% 12.1875% 18.75%;
  max-width: clamp(500px, calc(1144 * var(--vw)), 1144px);
  max-height: clamp(570px, calc(695 * var(--vw)), 695px);
  flex-shrink: 0;
  background: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
}

.topMassage .txt__cont__inner {
  max-width: clamp(300px, 35vw, 500px);
}

.topMassage .txt__cont__heading {
  /* font-size: clamp(3.2rem, calc(84 * var(--vw)), 4.2rem); */
  font-size: clamp(2.2rem, calc(64 * var(--vw)), 3.2rem);
  font-weight: 500;
  color: #1A1A1A;
  line-height: 1.3;
  /* font-family: var(--font-en); */
  margin-bottom: 6rem;
}

.topMassage .txt__cont__item {
  font-size: clamp(1.3rem, calc(32 * var(--vw)), 1.6rem);
  line-height: 2;
  /* margin: clamp(15px, calc(30 * var(--vw)), 30px) 0px; */
  font-weight: 400;
}

.topMassage .movie__cont {
  flex: 1;
  min-width: 0;
  position: absolute;
  /* overflow: hidden; */
  z-index: 2;
  aspect-ratio: 16 / 9;
  right: 0;
  width: 100%;
  max-width: clamp(430px, calc(920 * var(--vw)), 920px);
  top: 50%;
  transform: translateY(-50%);
}

.topMassage .movie__imgWrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.topMassage .youtube-link:after {
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
}

.topMassage .movieCard {
  border-radius: 0;
}

/***** ▼別パターン▼ ******/
.topMassage.message-02 {
  padding: 0 20px;
}

.topMassage.message-02 h3 {
  font-size: clamp(1.8rem, calc(52 * var(--vw)), 2.6rem);
  margin: 0 auto 4rem;
  max-width: 1200px;
}

.topMassage.message-02 .topMassage__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.topMassage.message-02 iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}

.topMassage.message-03 h3 {
  margin-bottom: 0;
  line-height: 1.6;
}

.topMassage.message-03 .movie__cont {
  width: 50%;
}

.topMassage.message-03 iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.topMassage.message-03 .txt__cont {
  padding: 15.5% 12.1875% 15.5% 18.75%;
}

@media screen and (max-width: 767px) {
  .topMassage.message-02 {
    padding: 0 4%;
  }
}

/***** ▲別パターン▲ ******/

.topMassageTxt {
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}

.topMassageTxt__inner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem 3.3333%;
  max-width: 1200px;
}

.topMassageTxt__inner:nth-of-type(even) {
  flex-direction: row-reverse;
}

.topMassageTxt__inner figure {
  width: 50%;
}

.topMassageTxt__inner figure img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
}

.topMassageTxt__inner .topMassageTxt__cont {
  width: 46.6666%;
}

.topMassageTxt__inner .topMassageTxt__cont h3 {
  font-size: clamp(1.8rem, calc(52 * var(--vw)), 2.6rem);
  margin-bottom: 4rem;
}

.topMassageTxt__inner .topMassageTxt__cont p {
  font-size: clamp(1.3rem, calc(32 * var(--vw)), 1.6rem);
  font-weight: 400;
  margin-bottom: 1rem;
}

.topMassageTxt__inner .topMassageTxt__cont p:last-of-type {
  margin-bottom: 0;
}

.bnr__action {
  padding: 0 20px;
}

.bnr__action__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.bnr__action figure {
  width: 43.8333%;
  min-width: 450px;
  min-width: 615px;
}

.bnr__action figure img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px 0 0 8px;
}

.bnr__action__cont {
  background: white;
  padding: clamp(2rem, calc(35 * var(--vw)), 3.5rem);
  width: 56.1666%;
  border-radius: 0 8px 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bnr__action__cont h3 {
  font-size: clamp(3.2rem, calc(42 * var(--vw)), 4.2rem);
  margin-bottom: 1rem;
}

.bnr__action__cont .txt {
  font-size: clamp(1.3rem, calc(32 * var(--vw)), 1.6rem);
  font-weight: 400;
  margin-bottom: 2rem;
}

.bnr__action__cont .btn-wrap {
  text-align: right;
}

@media (max-width:1660px) {
  .topMassage .txt__cont {
    max-width: initial;
    padding: 12.1875%;
  }
}

@media screen and (max-width: 1024px) {
  .content__wrap.future-journey {
    row-gap: 6rem;
  }

  .topMassage .youtube-link img {
    max-width: initial;
  }

  .topMassage .movie__cont {
    left: 0;
    margin: auto;
    width: 80%;
    top: 0;
    max-width: initial;
  }

  .topMassage .youtube-link:after {
    width: 70px;
    height: 70px;
  }

  .topMassage .txt__cont {
    max-width: initial;
    padding: 27% 4% 4%;
    margin-top: 22%;
  }

  .topMassage .txt__cont__inner {
    max-width: initial;
  }

  .topMassage .txt__cont__heading {
    margin-bottom: 2rem;
  }

  .topMassageTxt {
    row-gap: 6rem;
  }

  .topMassageTxt__inner,
  .topMassageTxt__inner:nth-of-type(even) {
    flex-direction: column;
  }

  .topMassageTxt__inner figure {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .topMassageTxt__inner .topMassageTxt__cont {
    width: 100%;
  }

  .topMassageTxt__inner .topMassageTxt__cont h3 {
    margin-bottom: 1.5rem;
  }

  .bnr__action__inner {
    flex-direction: column;
  }

  .bnr__action figure {
    width: 100%;
    min-width: initial;
  }

  .bnr__action figure img {
    border-radius: 8px 8px 0 0;
  }

  .bnr__action__cont {
    width: 100%;
    padding: 4%;
    border-radius: 0 0 8px 8px;
  }

  .bnr__action__cont .btn-wrap {
    text-align: center;
  }
}

.movie__mp4 {
  position: relative;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
}

.movie__mp4 video {
  display: block;
  width: 100%;
  height: auto;
}

.movie__thumbnail {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.movie__thumbnail img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.movie__play img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .topMassageTxt {
    padding: 0 4%;
  }
}


/* =========================================================
  404page
========================================================= */

.content__wrap.page404 {
  flex-direction: column;
  align-items: center;
  /* max-width: 600px; */
}

.page404 h3 {
  font-size: clamp(1.8rem, calc(44 * var(--vw)), 2.2rem);
  margin-bottom: 2rem;
}

.page404 p {
  font-size: clamp(1.3rem, calc(32 * var(--vw)), 1.6rem);
  margin-bottom: 3rem;
  font-weight: 400;
}

.content__wrap.page404 .btn-more .txt {
  text-align: center;
  display: block;
  margin: 0 auto;
}


/* =========================================================
  公開時スタイル
========================================================= */

.series__cont__item .cont__txt .btn-more.is-soon {
  font-family: var(--font-en);
  text-align: center;
  display: block;
  background: #c3c3c3;
  pointer-events: none;
}

.latest__wrap .item__01 a.is-soon,
.latest__wrap .item__02 a.is-soon {
  opacity: .5;
  pointer-events: none;
}

/***** 新着コンテンツ一覧 CATEGORY初期状態は閉じておく用スタイル ******/
.latest__wrap .accordion_header {
  border-radius: 8px;
}

.search .latest__wrap .accordion_header.close.open {
  border-radius: 8px;
}

.latest__wrap .accordion_header.open {
  border-radius: 8px 8px 0 0;
}

.latest__wrap .accordion_header.close {
  border-radius: 8px 8px 0 0;
}

.latest__wrap .accordion_header .ic-arw {
  transform: rotate(180deg);
}
.latest__wrap .accordion_header.close .ic-arw {
  transform: rotate(0deg);
}

/***** Todayナビ ******/
.today__list__item.is-active {
  background: transparent;
  color: white;
  pointer-events: none;
}