.taraflex__main {
  overflow: hidden;
}

.js-reveal .view-in {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(32px);
}

.js-reveal .view-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-reveal .view-in--quick {
  transition-delay: 0.15s;
}

.js-reveal .view-in--delay {
  transition-delay: 0.3s;
}

.js-reveal .view-in--late {
  transition-delay: 0.45s;
}

.js-reveal .view-in--visual {
  transform: translateX(80px);
}

.js-reveal .view-in--visual.is-visible {
  transform: translateX(0);
}

.js-reveal .view-in--number {
  transform: translateY(48px) scale(0.82);
}

.js-reveal .view-in--number.is-visible {
  transform: translateY(0) scale(1);
}

.js-reveal .view-in--title {
  transform: translateY(24px) scaleX(0.94);
  transform-origin: center;
}

.js-reveal .view-in--title.is-visible {
  transform: translateY(0) scaleX(1);
}

.js-reveal .view-in--media {
  transform: translateY(32px) scale(0.96);
}

.js-reveal .view-in--media.is-visible {
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal .view-in {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

/* Header */
.header {
  position: absolute;
  top: 32px;
  left: 42px;
  z-index: 2;
}

.header__logo {
  display: inline-block;
}

.header__logo-img {
  width: 434px;
}

/* Main visual */
.mv {
  position: relative;
}

.mv__visual {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background-image: url("../images/bg_mvs.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (min-width: 1661px) {
  .mv__visual {
    background-image: url("../images/bg_mvs-pc.webp");
  }
}

.mv__inner {
  position: relative;
  padding: 180px 20px 234px;
}

.mv__content {
  position: relative;
  z-index: 3;
}

.mv__ttl {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.mv__ttl-row {
  display: block;
}

@media screen and (min-width: 769px) {
  .mv__ttl-row:nth-child(2) {
    margin-top: 7px;
  }
}

.mv__ttl-row:first-child,
.mv__ttl-em,
.mv__ttl-end {
  text-shadow: 0 0 30px #030055;
}

.mv__ttl-em {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0;
  font-size: 103px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.mv__ttl-em::after {
  content: "";
  position: absolute;
  top: 75%;
  left: 68%;
  z-index: -1;
  width: 386px;
  height: 143px;
  background: url("../images/bg_heading.webp") no-repeat center / 100% 100%;
  transform: translate(-50%, -50%);
}

.mv__ttl-end {
  position: relative;
  z-index: 1;
  margin-left: 13px;
}

.mv__desc {
  margin-top: 63px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 42px;
}

.mv__txt {
  margin: 0;
}

.mv__txt + .mv__txt {
  margin-top: 42px;
}

.mv__photo {
  position: absolute;
  right: -73px;
  bottom: 0;
  z-index: 2;
  width: 577px;
  pointer-events: none;
}

.mv__img {
  width: 100%;
}

.mv__feature {
  position: absolute;
  left: 50%;
  bottom: -151px;
  z-index: 4;
  width: calc(100% - 40px);
  max-width: 1211px;
  margin: 0;
  transform: translateX(-50%);
}

/* Feature */
.feature__inner {
  padding: 37px 101px 63px;
  color: var(--white);
  background: url("../images/bg_intro01.webp") no-repeat center top / cover;
}

.feature__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.feature__logo {
  width: 437px;
}

.feature__ttl {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.feature__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 37px;
  margin-top: 38px;
}

.feature__item {
  min-width: 300px;
}

.feature__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 107px;
  padding: 0 40px 0 151px;
  color: var(--blue02);
  background-color: var(--white);
}

.feature__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  background: var(--red01)
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.34" height="6.849" viewBox="0 0 13.34 6.849"><g transform="translate(-0.612 -7.981)"><path d="M0,0,5.924,4.783,12.1,0" transform="translate(1.241 8.772)" fill="none" stroke="%23fff" stroke-width="2"/></g></svg>')
    no-repeat center / 13px auto;
  transition: background-position 0.3s;
}

@media screen and (min-width: 1025px) {
  .feature__item:hover .feature__link::after {
    background-position: center calc(50% + 4px);
  }
}

.feature__item--blue .feature__link::after {
  background-color: #1268fb;
}

.feature__item--lime .feature__link::after {
  background-color: #a8cc00;
}

.feature__img {
  position: absolute;
  bottom: 0;
  left: 21px;
  width: 123px;
}

.feature__item--blue .feature__link {
  padding-left: 167px;
}

.feature__item--blue .feature__img {
  bottom: -1px;
  left: -25px;
  width: 187px;
}

.feature__item--lime .feature__link {
  padding-left: 151px;
}

.feature__item--lime .feature__img {
  left: -31px;
  width: 191px;
}

.feature__num {
  position: absolute;
  top: 4px;
  right: 108px;
  z-index: 0;
  color: rgba(192, 11, 13, 0.17);
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 93px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 112px;
}

.feature__item--red .feature__num {
  top: -23px;
  right: 114px;
}

.feature__item--blue .feature__num {
  top: -22px;
  right: 95px;
  color: rgba(10, 63, 255, 0.17);
}

.feature__item--lime .feature__num {
  top: -23px;
  right: 104px;
  color: rgba(168, 204, 0, 0.17);
}

.feature__name {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.04em;
}

.feature__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.0665em;
  line-height: 23px;
}

.feature__label--blue {
  color: #1268fb;
  letter-spacing: 0;
  margin-top: -5px;
}

.feature__label--lime {
  color: #8dac00;
  margin-top: -5px;
}

/* Nishida */
.nishida {
  position: relative;
  padding: 251px 0 205px;
  color: var(--white);
}

.nishida::before,
.nishida::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.nishida::before {
  background: linear-gradient(
    306.218deg,
    #831e1f 42.003%,
    #f86969 90.628%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 170.328px),
    0 100%
  );
}

.nishida::after {
  opacity: 0.597;
  mix-blend-mode: overlay;
  background: url("../images/bg_sec.webp") no-repeat center / cover;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 170.328px),
    0 100%
  );
}

.nishida__deco {
  position: absolute;
  top: -249px;
  left: -196px;
  z-index: -1;
  width: 303px;
  height: 303px;
  pointer-events: none;
}

.nishida__inner {
  position: relative;
  z-index: 2;
}

.nishida__header {
  position: relative;
  display: flex;
  justify-content: center;
}

.nishida__num {
  position: absolute;
  top: -116px;
  left: -109px;
  color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 285px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 198px;
  -webkit-text-stroke: 3px #fff;
}

.nishida__ttl-box {
  position: relative;
  text-align: center;
}

.nishida__ttl-box::after {
  content: "";
  position: absolute;
  top: calc(51% - -1px);
  left: calc(51% - -1px);
  z-index: 0;
  width: 1108px;
  aspect-ratio: 2214 / 391;
  background: url("../images/bg_title_nishida.webp") no-repeat center / 100% 100%;
  transform: translate(-50%, -50%);
}

.nishida__ttl {
  position: relative;
  z-index: 1;
  color: #C00B0D;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 85px;
}

.nishida__list {
  display: grid;
  grid-template-columns: 515fr 535fr;
  gap: 36px;
  margin-top: 48px;
}

.nishida__item-ttl {
  margin-bottom: 23px;
  padding-left: 20px;
  border-left: 6px solid currentcolor;
  font-family: "Lato", sans-serif;
  font-size: 35px;
  letter-spacing: 0.04em;
  line-height: 40px;
  font-weight: 700;
}

.nishida__item-sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -1px;
  letter-spacing: 0.04em;
  font-size: 20px;
  font-weight: 700;
}

.nishida__movie {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1070 / 578;
  background-color: #052360;
  border: 0;
}

.nishida__banner {
  display: block;
  background-color: var(--blue02);
}

.nishida__bnr-img {
  width: 100%;
}

.nishida__desc {
  margin: 43px auto 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0.04em;
  text-align: center;
}

.nishida__highlight {
  padding: 1px 7px;
  background-color: #ff9600;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* Bluteon */
.bluteon {
  position: relative;
  margin-top: -254px;
  padding: 186px 0 283px;
  color: var(--white);
  background-color: #1268fb;
}

.bluteon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(
    37.623deg,
    #1268fb 56.549%,
    #609bff 93.035%
  );
  pointer-events: none;
}

.bluteon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.597;
  mix-blend-mode: overlay;
  background: url("../images/bg_sec.webp") no-repeat center / cover;
  pointer-events: none;
}

.bluteon__deco {
  position: absolute;
  top: -269px;
  right: -180px;
  z-index: -1;
  width: 303px;
  height: 303px;
  pointer-events: none;
}

.bluteon__inner {
  position: relative;
  z-index: 2;
}

.bluteon__header {
  position: relative;
  display: flex;
  justify-content: center;
}

.bluteon__num {
  position: absolute;
  top: -114px;
  right: -65px;
  color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 285px;
  font-style: italic;
  font-weight: 700;
  line-height: 198px;
  -webkit-text-stroke: 3px #fff;
}

.bluteon__num-txt {
  display: block;
}

.bluteon__ttl-box {
  position: relative;
  text-align: center;
}

.bluteon__ttl-box::after {
  content: "";
  position: absolute;
  top: calc(54% - -1px);
  left: calc(51% - -2px);
  z-index: 0;
  width: 1106px;
  aspect-ratio: 1106 / 195;
  background: url("../images/bg_title_bluteon.webp") no-repeat center / 100% 100%;
  transform: translate(-50%, -50%);
}

.bluteon__ttl {
  position: relative;
  z-index: 1;
  color: #0666ff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 85px;
}

.bluteon__award {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.bluteon__award-img {
  width: 440px;
}

.bluteon__lead {
  position: relative;
  display: table;
  margin: 24px auto 0;
  padding: 0 39px;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.04em;
  text-align: center;
}

.bluteon__note {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.04em;
}

.bluteon__lead::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 12px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.993" height="97.729" viewBox="0 0 11.993 97.729"><path id="Path_387808" data-name="Path 387808" d="M5383.685-16927h-10.993v95.729h10.993" transform="translate(-5371.692 16928)" fill="none" stroke="%23fff" stroke-width="2"/></svg>') no-repeat center / 100% 100%;
}

.bluteon__lead::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  width: 12px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.993" height="97.729" viewBox="0 0 11.993 97.729"><path id="Path_387808" data-name="Path 387808" d="M5383.685-16927h-10.993v95.729h10.993" transform="translate(-5371.692 16928)" fill="none" stroke="%23fff" stroke-width="2"/></svg>') no-repeat center / 100% 100%;
  transform: scaleX(-1);
}

.bluteon__list {
  display: grid;
  grid-template-columns: 515fr 535fr;
  gap: 36px;
  margin-top: 40px;
}

.bluteon__movie {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1070 / 584;
  background-color: #052360;
  border: 0;
}

.bluteon__banner {
  display: block;
  background-color: var(--blue02);
}

.bluteon__bnr-img {
  width: 100%;
}

.bluteon__desc {
  margin: 40px auto 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 37px;
  text-align: center;
}

.bluteon__highlight {
  padding: 1px 7px;
  background-color: #ff9600;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* Hisamitsu */
.hisamitsu {
  position: relative;
  margin-top: -253.415px;
  padding: 117px 0 196px;
  color: var(--white);
}

.hisamitsu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    139.625deg,
    #c0e50c 6.261%,
    #91af00 43.55%
  );
  clip-path: polygon(0 0, 100% 183.3px, 100% 100%, 0 100%);
  pointer-events: none;
}

.hisamitsu::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.597;
  mix-blend-mode: overlay;
  background: url("../images/bg_sec.webp") no-repeat center / cover;
  clip-path: polygon(0 0, 100% 183.3px, 100% 100%, 0 100%);
  pointer-events: none;
}

.hisamitsu__deco {
  position: absolute;
  top: -310px;
  left: -180px;
  z-index: -1;
  width: 303px;
  height: 303px;
  pointer-events: none;
}

.hisamitsu__inner {
  position: relative;
  z-index: 2;
}

.hisamitsu__header {
  position: relative;
  display: flex;
  justify-content: center;
}

.hisamitsu__num {
  position: absolute;
  top: -151px;
  left: -109px;
  color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 285px;
  font-style: italic;
  font-weight: 700;
  line-height: 198px;
  -webkit-text-stroke: 3px #fff;
}

.hisamitsu__num-txt {
  display: block;
}

.hisamitsu__ttl-box {
  position: relative;
  text-align: center;
}

.hisamitsu__ttl-box::after {
  content: "";
  position: absolute;
  top: 53%;
  left: 50%;
  z-index: 0;
  width: 954px;
  aspect-ratio: 1909 / 388;
  background: url("../images/bg_title_hisamitsu.webp") no-repeat center / 100% 100%;
  transform: translate(-50%, -50%);
}

.hisamitsu__ttl {
  position: relative;
  z-index: 1;
  color: #8dac00;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 85px;
}

.hisamitsu__award {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.hisamitsu__award-img {
  width: 440px;
}

.hisamitsu__lead {
  position: relative;
  display: table;
  margin: 24px auto 0;
  padding: 0 43px;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.04em;
  text-align: center;
  text-shadow: 0 0 20px #7b8d00;
}

.hisamitsu__lead::before {
  content: "";
  position: absolute;
  top: 1px;
  height: 72px;
  left: 4px;
  width: 12px;
  background: url("../images/ico_bracket_hisamitsu.svg") no-repeat center / 100% 100%;
}

.hisamitsu__lead::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 4px;
  height: 72px;
  width: 12px;
  background: url("../images/ico_bracket_hisamitsu.svg") no-repeat center / 100% 100%;
  transform: scaleX(-1);
}

.hisamitsu__list {
  display: grid;
  grid-template-columns: 515fr 535fr;
  gap: 36px;
  margin-top: 40px;
}

.hisamitsu__movie {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1070 / 580;
  background-color: #052360;
  border: 0;
}

.hisamitsu__banner {
  display: block;
  background-color: var(--blue02);
}

.hisamitsu__bnr-img {
  width: 100%;
}

.hisamitsu__desc {
  margin: 43px auto 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 37px;
  text-align: center;
}

.hisamitsu__highlight {
  padding: 1px 7px;
  background-color: #ff9600;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media screen and (min-width: 1201px) and (max-width: 1240px) {
  .mv__inner {
    padding-top: 165px;
    padding-bottom: 225px;
  }

  .mv__ttl {
    font-size: 56px;
  }

  .mv__ttl-em {
    font-size: 96px;
  }

  .mv__ttl-em::after {
    width: 360px;
    height: 133px;
  }

  .mv__desc {
    margin-top: 58px;
    font-size: 19px;
    line-height: 40px;
  }

  .mv__txt + .mv__txt {
    margin-top: 38px;
  }

  .mv__photo {
    right: -65px;
    width: 550px;
  }

  .mv__feature {
    bottom: -145px;
  }

  .feature__inner {
    padding-right: 80px;
    padding-left: 80px;
  }

  .feature__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }

  .feature__item {
    min-width: 0;
  }

  .feature__link {
    padding-left: 130px;
  }

  .feature__item--blue .feature__link {
    padding-left: 160px;
  }

  .feature__item--lime .feature__link {
    padding-left: 155px;
  }

  .feature__link::after {
    width: 34px;
    background-size: 12px auto;
  }

  .feature__num {
    right: auto;
    left: 32%;
  }

  .feature__item--red .feature__num {
    left: 29%;
  }

  .feature__item--blue .feature__num {
    left: 35%;
  }

  .feature__item--lime .feature__num {
    left: 32%;
  }

  .nishida {
    padding: 235px 0 190px;
  }

  .nishida::before,
  .nishida::after {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 160px),
      0 100%
    );
  }

  .nishida__deco {
    top: -225px;
    left: -170px;
    width: 275px;
    height: 275px;
  }

  .nishida__num {
    top: -175px;
    left: -95px;
    font-size: 265px;
    line-height: 318px;
  }

  .nishida__ttl-box::after {
    width: 1020px;
  }

  .nishida__ttl {
    font-size: 35px;
    line-height: 80px;
  }

  .nishida__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin-top: 45px;
  }

  .nishida__item {
    min-width: 0;
  }

  .nishida__item-ttl {
    font-size: 33px;
  }

  .nishida__item-sub {
    font-size: 18px;
  }

  .nishida__desc {
    margin-top: 40px;
    font-size: 17px;
    line-height: 35px;
  }

  .bluteon__list,
  .hisamitsu__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bluteon__item,
  .hisamitsu__item {
    min-width: 0;
  }

  .bluteon {
    margin-top: -230px;
    padding: 170px 0 250px;
  }

  .bluteon__deco {
    top: -245px;
    right: -160px;
    width: 275px;
    height: 275px;
  }

  .bluteon__num {
    top: -170px;
    right: -55px;
    font-size: 265px;
    line-height: 318px;
  }

  .bluteon__ttl-box::after {
    width: 1000px;
  }

  .bluteon__ttl {
    font-size: 37px;
    line-height: 80px;
  }

  .hisamitsu {
    margin-top: -230px;
    padding: 105px 0 180px;
  }

  .hisamitsu::before,
  .hisamitsu::after {
    clip-path: polygon(0 0, 100% 165px, 100% 100%, 0 100%);
  }

  .hisamitsu__deco {
    top: -280px;
    left: -160px;
    width: 275px;
    height: 275px;
  }

  .hisamitsu__num {
    top: -200px;
    left: -95px;
    font-size: 265px;
    line-height: 318px;
  }

  .hisamitsu__ttl-box::after {
    width: 900px;
  }

  .hisamitsu__ttl {
    font-size: 37px;
    line-height: 80px;
  }

  .bluteon__award,
  .hisamitsu__award {
    margin-top: 32px;
  }

  .bluteon__award-img,
  .hisamitsu__award-img {
    width: 400px;
  }

  .bluteon__lead,
  .hisamitsu__lead {
    margin-top: 22px;
    font-size: 22px;
    line-height: 33px;
  }

  .bluteon__note {
    font-size: 18px;
    line-height: 27px;
  }

  .bluteon__list,
  .hisamitsu__list {
    gap: 32px;
    margin-top: 36px;
  }

  .bluteon__desc,
  .hisamitsu__desc {
    margin-top: 36px;
    font-size: 17px;
    line-height: 35px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .mv__inner {
    padding-top: 150px;
    padding-bottom: 210px;
  }

  .mv__ttl {
    font-size: 52px;
  }

  .mv__ttl-em {
    font-size: 88px;
  }

  .mv__ttl-em::after {
    width: 330px;
    height: 122px;
  }

  .mv__ttl-end {
    margin-left: 10px;
  }

  .mv__desc {
    margin-top: 52px;
    font-size: 18px;
    line-height: 38px;
  }

  .mv__txt + .mv__txt {
    margin-top: 36px;
  }

  .mv__photo {
    right: -50px;
    width: 500px;
  }

  .mv__feature {
    bottom: -135px;
  }

  .feature__inner {
    padding-right: 45px;
    padding-left: 45px;
  }

  .feature__header {
    gap: 20px;
  }

  .feature__logo {
    width: 380px;
  }

  .feature__ttl {
    font-size: 27px;
  }

  .feature__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }

  .feature__item {
    min-width: 0;
  }

  .feature__link {
    padding: 0 30px 0 110px;
  }

  .feature__item--blue .feature__link {
    padding-left: 130px;
  }

  .feature__item--lime .feature__link {
    padding-left: 125px;
  }

  .feature__link::after {
    width: 33px;
    background-size: 11px auto;
  }

  .feature__img {
    left: 5px;
    width: 110px;
  }

  .feature__item--blue .feature__img {
    left: -20px;
    width: 160px;
  }

  .feature__item--lime .feature__img {
    left: -24px;
    width: 156px;
  }

  .feature__num {
    right: auto;
    left: 32%;
    font-size: 80px;
  }

  .feature__item--red .feature__num {
    left: 29%;
  }

  .feature__item--blue .feature__num {
    left: 35%;
  }

  .feature__item--lime .feature__num {
    left: 32%;
  }

  .nishida {
    padding: 220px 0 180px;
  }

  .nishida::before,
  .nishida::after {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 145px),
      0 100%
    );
  }

  .nishida__deco {
    top: -215px;
    left: -155px;
    width: 260px;
    height: 260px;
  }

  .nishida__num {
    top: -160px;
    left: -78px;
    font-size: 245px;
    line-height: 294px;
  }

  .nishida__ttl-box::after {
    width: 940px;
  }

  .nishida__ttl {
    font-size: 33px;
    line-height: 75px;
  }

  .nishida__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 40px;
  }

  .nishida__item {
    min-width: 0;
  }

  .nishida__item-ttl {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .nishida__item-sub {
    font-size: 18px;
  }

  .nishida__desc {
    margin-top: 38px;
    font-size: 17px;
    line-height: 34px;
  }

  .bluteon__list,
  .hisamitsu__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bluteon__item,
  .hisamitsu__item {
    min-width: 0;
  }

  .bluteon {
    margin-top: -205px;
    padding: 155px 0 225px;
  }

  .bluteon__deco {
    top: -220px;
    right: -140px;
    width: 260px;
    height: 260px;
  }

  .bluteon__num {
    top: -155px;
    right: -48px;
    font-size: 245px;
    line-height: 294px;
  }

  .bluteon__ttl-box::after {
    width: 920px;
  }

  .bluteon__ttl {
    font-size: 34px;
    line-height: 75px;
  }

  .hisamitsu {
    margin-top: -205px;
    padding: 95px 0 165px;
  }

  .hisamitsu::before,
  .hisamitsu::after {
    clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 100%);
  }

  .hisamitsu__deco {
    top: -245px;
    left: -145px;
    width: 260px;
    height: 260px;
  }

  .hisamitsu__num {
    top: -180px;
    left: -78px;
    font-size: 245px;
    line-height: 294px;
  }

  .hisamitsu__ttl-box::after {
    width: 840px;
  }

  .hisamitsu__ttl {
    font-size: 34px;
    line-height: 75px;
  }

  .bluteon__award,
  .hisamitsu__award {
    margin-top: 30px;
  }

  .bluteon__award-img,
  .hisamitsu__award-img {
    width: 370px;
  }

  .bluteon__lead,
  .hisamitsu__lead {
    margin-top: 21px;
    font-size: 20px;
    line-height: 31px;
  }

  .bluteon__note {
    font-size: 17px;
    line-height: 25px;
  }

  .bluteon__list,
  .hisamitsu__list {
    gap: 28px;
    margin-top: 34px;
  }

  .bluteon__desc,
  .hisamitsu__desc {
    margin-top: 34px;
    font-size: 17px;
    line-height: 34px;
  }
}

@media screen and (min-width: 961px) and (max-width: 1024px) {
  .mv__inner {
    padding-top: 140px;
    padding-bottom: 195px;
  }

  .mv__ttl {
    font-size: 48px;
  }

  .mv__ttl-em {
    font-size: 80px;
  }

  .mv__ttl-em::after {
    width: 300px;
    height: 111px;
  }

  .mv__ttl-end {
    margin-left: 8px;
  }

  .mv__desc {
    margin-top: 46px;
    font-size: 17px;
    line-height: 36px;
  }

  .mv__txt + .mv__txt {
    margin-top: 32px;
  }

  .mv__photo {
    right: -40px;
    width: 450px;
  }

  .mv__feature {
    bottom: -125px;
  }

  .feature__inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .feature__header {
    gap: 16px;
  }

  .feature__logo {
    width: 330px;
  }

  .feature__ttl {
    font-size: 24px;
  }

  .feature__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .feature__item {
    min-width: 0;
  }

  .feature__link {
    padding: 0 32px 0 100px;
  }

  .feature__item--blue .feature__link {
    padding-left: 125px;
  }

  .feature__item--lime .feature__link {
    padding-left: 120px;
  }

  .feature__link::after {
    width: 32px;
    background-size: 11px auto;
  }

  .feature__img {
    left: 13px;
    width: 92px;
  }

  .feature__item--blue .feature__img {
    left: -19px;
    width: 140px;
  }

  .feature__item--lime .feature__img {
    left: -22px;
    width: 144px;
  }

  .feature__num {
    right: auto;
    left: 32%;
    font-size: 72px;
  }

  .feature__item--red .feature__num {
    left: 29%;
  }

  .feature__item--blue .feature__num {
    left: 35%;
  }

  .feature__item--lime .feature__num {
    left: 32%;
  }

  .feature__name {
    font-size: 13px;
    line-height: 20px;
  }

  .feature__label {
    line-height: 20px;
  }

  .nishida {
    padding: 205px 0 165px;
  }

  .nishida::before,
  .nishida::after {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 135px),
      0 100%
    );
  }

  .nishida__deco {
    top: -200px;
    left: -140px;
    width: 235px;
    height: 235px;
  }

  .nishida__num {
    top: -145px;
    left: -58px;
    font-size: 220px;
    line-height: 264px;
    -webkit-text-stroke-width: 2px;
  }

  .nishida__ttl-box::after {
    width: 860px;
  }

  .nishida__ttl {
    font-size: 30px;
    line-height: 68px;
  }

  .nishida__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }

  .nishida__item {
    min-width: 0;
  }

  .nishida__item-ttl {
    margin-bottom: 18px;
    padding-left: 18px;
    font-size: 27px;
    line-height: 33px;
  }

  .nishida__item-sub {
    font-size: 16px;
  }

  .nishida__desc {
    margin-top: 35px;
    font-size: 16px;
    line-height: 32px;
  }

  .bluteon__list,
  .hisamitsu__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bluteon__item,
  .hisamitsu__item {
    min-width: 0;
  }

  .bluteon {
    margin-top: -185px;
    padding: 140px 0 200px;
  }

  .bluteon__deco {
    top: -200px;
    right: -120px;
    width: 235px;
    height: 235px;
  }

  .bluteon__num {
    top: -140px;
    right: -38px;
    font-size: 220px;
    line-height: 264px;
    -webkit-text-stroke-width: 2px;
  }

  .bluteon__ttl-box::after {
    width: 840px;
  }

  .bluteon__ttl {
    font-size: 31px;
    line-height: 68px;
  }

  .hisamitsu {
    margin-top: -185px;
    padding: 85px 0 150px;
  }

  .hisamitsu::before,
  .hisamitsu::after {
    clip-path: polygon(0 0, 100% 135px, 100% 100%, 0 100%);
  }

  .hisamitsu__deco {
    top: -220px;
    left: -125px;
    width: 235px;
    height: 235px;
  }

  .hisamitsu__num {
    top: -160px;
    left: -58px;
    font-size: 220px;
    line-height: 264px;
    -webkit-text-stroke-width: 2px;
  }

  .hisamitsu__ttl-box::after {
    width: 770px;
  }

  .hisamitsu__ttl {
    font-size: 31px;
    line-height: 68px;
  }

  .bluteon__award,
  .hisamitsu__award {
    margin-top: 28px;
  }

  .bluteon__award-img,
  .hisamitsu__award-img {
    width: 340px;
  }

  .bluteon__lead,
  .hisamitsu__lead {
    margin-top: 20px;
    font-size: 19px;
    line-height: 29px;
  }

  .bluteon__note {
    font-size: 16px;
    line-height: 24px;
  }

  .bluteon__list,
  .hisamitsu__list {
    gap: 22px;
    margin-top: 30px;
  }

  .bluteon__desc,
  .hisamitsu__desc {
    margin-top: 32px;
    font-size: 16px;
    line-height: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .mv__inner {
    padding-top: 120px;
    padding-bottom: 175px;
  }

  .mv__ttl {
    font-size: 40px;
  }

  .mv__ttl-em {
    font-size: 68px;
  }

  .mv__ttl-em::after {
    width: 255px;
    height: 94px;
  }

  .mv__ttl-end {
    margin-left: 6px;
  }

  .mv__desc {
    margin-top: 38px;
    font-size: 16px;
    line-height: 32px;
  }

  .mv__txt + .mv__txt {
    margin-top: 28px;
  }

  .mv__photo {
    right: -25px;
    width: 380px;
  }

  .mv__feature {
    bottom: -110px;
  }

  .feature__inner {
    padding: 28px 20px 40px;
  }

  .feature__header {
    gap: 12px;
  }

  .feature__logo {
    width: 300px;
  }

  .feature__ttl {
    font-size: 20px;
    white-space: nowrap;
  }

  .feature__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
  }

  .feature__item {
    min-width: 0;
  }

  .feature__link {
    padding: 0 28px 0 82px;
    min-height: 90px;
  }

  .feature__item--blue .feature__link {
    padding-left: 96px;
  }

  .feature__item--lime .feature__link {
    padding-left: 92px;
  }

  .feature__link::after {
    width: 28px;
    background-size: 10px auto;
  }

  .feature__img {
    left: 8px;
    width: 76px;
  }

  .feature__item--blue .feature__img {
    left: -16px;
    width: 116px;
  }

  .feature__item--lime .feature__img {
    left: -18px;
    width: 120px;
  }

  .feature__num {
    right: auto;
    left: 32%;
    font-size: 58px;
  }

  .feature__item--red .feature__num {
    left: 29%;
  }

  .feature__item--blue .feature__num {
    left: 35%;
  }

  .feature__item--lime .feature__num {
    left: 32%;
  }

  .feature__name {
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
  }

  .feature__label {
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
  }

  .nishida {
    padding: 190px 0 150px;
  }

  .nishida::before,
  .nishida::after {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 125px),
      0 100%
    );
  }

  .nishida__deco {
    top: -185px;
    left: -115px;
    width: 210px;
    height: 210px;
  }

  .nishida__num {
    top: -125px;
    left: -20px;
    font-size: 190px;
    line-height: 228px;
    -webkit-text-stroke-width: 2px;
  }

  .nishida__ttl-box::after {
    width: 720px;
  }

  .nishida__ttl {
    font-size: 26px;
    line-height: 60px;
  }

  .nishida__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
  }

  .nishida__item {
    min-width: 0;
  }

  .nishida__item-ttl {
    margin-bottom: 18px;
    padding-left: 15px;
    border-left-width: 4px;
    font-size: 24px;
    line-height: 30px;
  }

  .nishida__item-sub {
    font-size: 14px;
  }

  .nishida__desc {
    margin-top: 32px;
    font-size: 15px;
    line-height: 30px;
  }

  .bluteon__list,
  .hisamitsu__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bluteon__item,
  .hisamitsu__item {
    min-width: 0;
  }

  .bluteon {
    margin-top: -155px;
    padding: 120px 0 170px;
  }

  .bluteon__deco {
    top: -180px;
    right: -110px;
    width: 210px;
    height: 210px;
  }

  .bluteon__num {
    top: -130px;
    right: -30px;
    font-size: 190px;
    line-height: 228px;
    -webkit-text-stroke-width: 2px;
  }

  .bluteon__ttl-box::after {
    width: 700px;
  }

  .bluteon__ttl {
    font-size: 28px;
    line-height: 60px;
  }

  .hisamitsu {
    margin-top: -155px;
    padding: 75px 0 120px;
  }

  .hisamitsu::before,
  .hisamitsu::after {
    clip-path: polygon(0 0, 100% 125px, 100% 100%, 0 100%);
  }

  .hisamitsu__deco {
    top: -190px;
    left: -100px;
    width: 210px;
    height: 210px;
  }

  .hisamitsu__num {
    top: -140px;
    left: -20px;
    font-size: 190px;
    line-height: 228px;
    -webkit-text-stroke-width: 2px;
  }

  .hisamitsu__ttl-box::after {
    width: 650px;
  }

  .hisamitsu__ttl {
    font-size: 28px;
    line-height: 60px;
  }

  .bluteon__award,
  .hisamitsu__award {
    margin-top: 25px;
  }

  .bluteon__award-img,
  .hisamitsu__award-img {
    width: 320px;
  }

  .bluteon__lead,
  .hisamitsu__lead {
    margin-top: 18px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 28px;
  }

  .bluteon__note {
    font-size: 15px;
    line-height: 23px;
  }

  .bluteon__list,
  .hisamitsu__list {
    gap: 18px;
    margin-top: 28px;
  }

  .bluteon__desc,
  .hisamitsu__desc {
    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

/* SP */
@media (max-width: 768px) {
  .nishida__movie,
  .nishida__banner,
  .bluteon__movie,
  .bluteon__banner,
  .hisamitsu__movie,
  .hisamitsu__banner {
    width: calc(100% - 2px);
    height: auto;
    aspect-ratio: 345 / 194;
    margin: 0 auto;
  }

  .nishida__bnr-img,
  .bluteon__bnr-img,
  .hisamitsu__bnr-img {
    height: 100%;
    object-fit: cover;
  }

  /* Header */
  .header {
    top: 21px;
    left: 15px;
  }

  .header__logo-img {
    width: 250px;
  }

  /* Main visual */
  .mv__visual {
    background-image: url("../images/bg_mvs-sp.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  .mv__visual::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 16, 85, 0) 3.1%,
      rgba(0, 5, 31, 0.918) 21.1%,
      rgba(0, 5, 31, 0.918) 100%
    );
    background-repeat: no-repeat;
    background-position: 0 248px;
    background-size: 100% calc(100% - 248px);
  }

  .mv__inner {
    width: calc(100% - 28px);
    max-width: none;
    padding: 20px 0 410px;
  }

  .mv__content {
    margin-top: 186px;
  }

  .mv__ttl {
    font-size: 30px;
    line-height: 40px;
  }

  .mv__ttl-end {
    margin-left: 5px;
  }

  .mv__ttl-em {
    padding: 0;
    font-size: 61px;
    line-height: 67px;
  }

  .mv__ttl-em::after {
    top: 86%;
    left: 73%;
    width: 220px;
    height: 82px;
  }

  .mv__desc {
    margin-top: 55px;
    font-size: 16px;
    line-height: 32px;
  }

  .mv__txt + .mv__txt {
    margin-top: 32px;
  }

  .mv__photo {
    top: 4px;
    right: -100px;
    bottom: auto;
    z-index: 1;
    width: 309px;
  }

  /* Feature */
  .mv__feature {
    bottom: -80px;
    width: calc(100% - 32px);
  }

  .feature__inner {
    padding: 31px 23px 33px;
  }

  .feature__header {
    flex-direction: column;
    gap: 13px;
  }

  .feature__logo {
    width: 270px;
  }

  .feature__ttl {
    font-size: 22px;
    line-height: 1;
  }

  .feature__list {
    grid-template-columns: 1fr;
    gap: 19px;
    margin-top: 36px;
  }

  .feature__link,
  .feature__item--blue .feature__link,
  .feature__item--lime .feature__link {
    min-height: 70px;
    padding: 0 35px 0 143px;
  }

  .feature__item--lime .feature__link {
    padding: 13px 35px 12px 143px;
  }

  .feature__link::after {
    width: 30px;
    background-size: 10px auto;
  }

  .feature__img {
    left: 4px;
    width: 88px;
  }

  .feature__item--blue .feature__img {
    left: -18px;
    width: 134px;
  }

  .feature__item--lime .feature__img {
    left: -13px;
    width: 143px;
  }

  .feature__num,
  .feature__item--red .feature__num,
  .feature__item--blue .feature__num,
  .feature__item--lime .feature__num {
    top: -15px;
    left: 74px;
    font-size: 72px;
    line-height: 1;
  }

  .feature__name {
    font-size: 13px;
    line-height: 18px;
  }

  .feature__label {
    font-size: 12px;
    line-height: 18px;
  }

  /* Nishida */
  .nishida {
    padding: 159px 0 112px;
  }

  .nishida::before {
    background: linear-gradient(
      342.138deg,
      #831e1f 46.555%,
      #f86969 88.326%
    );
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 54.949px),
      0 100%
    );
  }

  .nishida::after {
    background: url("../images/bg_sec-sp.webp") no-repeat center / cover;
    opacity: 1;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 54.949px),
      0 100%
    );
  }

  .nishida__deco {
    width: 158px;
    height: 158px;
    top: -142px;
    left: -73px;
  }

  .nishida__inner {
    width: calc(100% - 28px);
    padding: 0;
  }

  .nishida__header {
    justify-content: flex-start;
  }

  .nishida__num {
    top: -85px;
    left: -31px;
    font-size: 119px;
    line-height: 149px;
    -webkit-text-stroke-width: 2px;
  }

  .nishida__ttl-box {
    width: 100%;
  }

  .nishida__ttl-box::after {
    top: calc(53% - 1px);
    left: calc(51% - 1px);
    width: 373px;
    aspect-ratio: 747 / 370;
    background: url("../images/bg_title_nishida-sp.webp") no-repeat center / 100% 100%;
  }

  .nishida__ttl {
    font-size: 28px;
    line-height: 45px;
    white-space: nowrap;
  }

  .nishida__list {
    grid-template-columns: 1fr;
    gap: 41px;
    margin-top: 40px;
  }

  .nishida__item-ttl {
    margin-bottom: 25px;
    padding-left: 21px;
    border-left-width: 4px;
    font-size: 26px;
    line-height: 29px;
  }

  .nishida__item-sub {
    margin-top: 6px;
    font-size: 15px;
    line-height: 18px;
  }

  .nishida__desc {
    margin-top: 26px;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
  }

  .nishida__txt:nth-child(2) {
    margin-left: -5px;
  }

  .nishida__highlight {
    padding: 1px 11px 1px 7px;
  }

  .nishida__highlight .sp375,
  .hisamitsu__highlight .sp375 {
    display: none;
  }

  /* Bluteon */
  .bluteon {
    margin-top: -107px;
    padding: 91px 0 204px;
  }

  .bluteon::before {
    background: linear-gradient(
      11.754deg,
      #1268fb 54.307%,
      #609bff 93.708%
    );
  }

  .bluteon::after {
    opacity: 1;
    background: url("../images/bg_sec01-sp.webp") no-repeat center / cover;
  }

  .bluteon__deco {
    right: -53px;
    top: -162px;
    width: 158px;
    height: 158px;
  }

  .bluteon__inner {
    width: calc(100% - 28px);
    padding: 0;
  }

  .bluteon__header {
    justify-content: flex-start;
  }

  .bluteon__num {
    top: -110px;
    right: -10px;
    font-size: 119px;
    line-height: 149px;
    -webkit-text-stroke-width: 2px;
  }

  .bluteon__ttl-box {
    width: 100%;
  }

  .bluteon__ttl-box::after {
    top: 51%;
    left: 51%;
    width: 398px;
    aspect-ratio: 398 / 142;
    background: url("../images/bg_title_bluteon-sp.webp") no-repeat center / 100% 100%;
  }

  .bluteon__ttl {
    font-size: 28px;
    line-height: 45px;
  }

  .bluteon__award {
    margin-top: 29px;
  }

  .bluteon__lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 24px;
    padding: 0 13px;
  }

  .bluteon__note {
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
  }

  .bluteon__lead::before {
    background-image: url("../images/ico_bracket_bluteon-left.svg");
  }

  .bluteon__lead::after {
    background-image: url("../images/ico_bracket_bluteon-right.svg");
    transform: none;
  }

  .bluteon__list {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 25px;
  }

  .bluteon__desc {
    margin-top: 26px;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
  }

  .bluteon__txt:nth-child(2) {
    margin-left: -6px;
  }

  .bluteon__highlight {
    padding: 1px 3px 1px 7px;
  }

  /* Hisamitsu */
  .hisamitsu {
    margin-top: -134px;
    padding: 35px 0 167px;
  }

  .hisamitsu::before {
    background: linear-gradient(
      167.837deg,
      #c0e50c 5.5%,
      #91af00 46.51%
    );
    clip-path: polygon(0 0, 100% 59.654px, 100% 100%, 0 100%);
  }

  .hisamitsu::after {
    opacity: 1;
    background: url("../images/bg_sec01-sp.webp") no-repeat center / cover;
    clip-path: polygon(0 0, 100% 59.654px, 100% 100%, 0 100%);
  }

  .hisamitsu__deco {
    width: 158px;
    height: 158px;    
    top: -161px;
    left: -67px;
  }

  .hisamitsu__inner {
    width: calc(100% - 28px);
    padding: 0;
  }

  .hisamitsu__header {
    justify-content: flex-start;
  }

  .hisamitsu__num {
    top: -110px;
    left: -31px;
    font-size: 119px;
    line-height: 149px;
    -webkit-text-stroke-width: 2px;
  }

  .hisamitsu__ttl-box {
    width: 100%;
  }

  .hisamitsu__ttl-box::after {
    top: 53%;
    left: 50%;
    width: 360px;
    aspect-ratio: 360 / 142.5;
    background: url("../images/bg_title_hisamitsu-sp.webp") no-repeat center / 100% 100%;
  }

  .hisamitsu__ttl {
    font-size: 28px;
    line-height: 45px;
  }

  .hisamitsu__award {
    margin-top: 30px;
  }

  .hisamitsu__lead {
    margin-top: 27px;
    padding: 0 33px;
    font-size: 16px;
    line-height: 24px;
  }

  .hisamitsu__lead::before,
  .hisamitsu__lead::after {
    bottom: 0;
    height: auto;
  }

  .hisamitsu__lead::before {
    background-image: url("../images/ico_bracket_hisamitsu-left.svg");
  }

  .hisamitsu__lead::after {
    background-image: url("../images/ico_bracket_hisamitsu-right.svg");
    transform: none;
  }

  .hisamitsu__list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 26px;
  }

  .hisamitsu__desc {
    margin-top: 26px;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
  }

  .hisamitsu__txt:nth-child(2) {
    margin-left: -5px;
  }

  .hisamitsu__highlight {
    padding: 1px 15px 1px 5px;
  }
}

@media (min-width: 768px) {
  .nishida__ttl,
  .bluteon__ttl,
  .hisamitsu__ttl {
    white-space: nowrap;
  }

  .nishida__movie,
  .nishida__banner {
    height: clamp(191px, calc(27.58vw - 20.96px), 289px);
  }

  .bluteon__movie,
  .bluteon__banner {
    height: clamp(192px, calc(27.81vw - 21.14px), 292px);
  }

  .hisamitsu__movie,
  .hisamitsu__banner {
    height: clamp(191px, calc(27.62vw - 20.99px), 290px);
  }

  .nishida__bnr-img,
  .bluteon__bnr-img,
  .hisamitsu__bnr-img {
    height: 100%;
    object-fit: cover;
  }
}
