@charset "UTF-8";
/* mobile */
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", "source-han-sans-japanese", sans-serif;
}

@keyframes slideCover {
  0% {
    transform-origin: top left;
    transform: scaleX(0);
  }
  48% {
    transform: scaleX(1);
  }
  52% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1) translate(100%);
  }
}
/* ------------------------------------

loading

------------------------------------ */
.page-top .l-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20000000;
  pointer-events: none;
  text-align: center;
  background: linear-gradient(180deg, #EA3611 0%, #EB9845 100%);
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.page-top .l-loading.active {
  animation: loading 0.3s ease-out forwards;
}
@media (max-width: 767px) {
  .page-top .l-loading.active {
    animation: loading 0.25s ease-out forwards;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
    z-index: 20000000;
    clip-path: inset(0 0 0 0);
  }
  99% {
    opacity: 1;
    z-index: 20000000;
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.page-top .l-loading__container {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/730;
}
@media (max-width: 767px) {
  .page-top .l-loading__container {
    aspect-ratio: 390/670;
  }
}
.page-top .l-loading__text {
  position: absolute;
  z-index: 100;
  margin: auto;
  width: 38.542vw;
  height: fit-content;
}
@media (min-width: 768px) {
  .page-top .l-loading__text {
    inset: 0;
    top: -2.5vw;
  }
}
@media (max-width: 767px) {
  .page-top .l-loading__text {
    top: 69.7435897436dvw;
    left: 0;
    right: 0;
    width: 80.7692307692dvw;
  }
}

.page-top .l-header,
.page-top .side-fixed-btn,
.page-top .fixed-btn {
  opacity: 0;
  transition-duration: 0.7s;
}
.page-top .l-header.visible,
.page-top .side-fixed-btn.visible,
.page-top .fixed-btn.visible {
  opacity: 1;
}

.mv {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .mv__wrap {
    position: relative;
  }
}

.mv-bg-left {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.7s;
  translate: -15% 0;
}
@media (max-width: 767px) {
  .mv-bg-left {
    translate: 0 -15%;
  }
}
.mv-bg-left.active {
  opacity: 1;
  translate: 0 0;
}

.mv-bg-right {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.7s;
  translate: 15% 0;
}
@media (max-width: 767px) {
  .mv-bg-right {
    translate: 0 15%;
  }
}
.mv-bg-right.active {
  opacity: 1;
  translate: 0 0;
}

.mv-en {
  position: absolute;
  opacity: 0;
  transition: 0.7s;
}
.mv-en.active {
  opacity: 1;
}
.mv-en--01 {
  top: -0.625vw;
  left: 0;
  width: 82.152vw;
}
@media (max-width: 767px) {
  .mv-en--01 {
    width: 100vw;
    top: 0;
    mix-blend-mode: multiply;
  }
}
.mv-en--02 {
  left: 0;
  width: 51.8vw;
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .mv-en--02 {
    bottom: 0;
    bottom: -0.625vw;
  }
}
@media (max-width: 767px) {
  .mv-en--02 {
    top: 71.7948717949dvw;
    left: 0;
    width: 11.2820512821dvw;
  }
}
.mv-en--03 {
  top: 0;
  right: 0;
  width: 4.45vw;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .mv-en--03 {
    top: 40.2564102564dvw;
    width: 11.2820512821dvw;
  }
}

.mv-photo {
  position: relative;
  z-index: 4;
  opacity: 0;
  transition: 0.7s;
}
.mv-photo.active {
  opacity: 1;
}

.mv-txt {
  position: absolute;
  margin: auto;
  width: 38.542vw;
  height: fit-content;
}
@media (min-width: 768px) {
  .mv-txt {
    inset: 0;
    top: -2.5vw;
  }
}
@media (max-width: 767px) {
  .mv-txt {
    top: 69.7435897436dvw;
    left: 0;
    right: 0;
    width: 80.7692307692dvw;
  }
}

.mv-news {
  transition: 0.7s;
}
@media (min-width: 768px) {
  .mv-news {
    opacity: 0;
    position: absolute;
    z-index: 5;
    left: 20px;
    bottom: 17px;
  }
}
.mv-news.active {
  opacity: 1;
}
.mv-news a {
  display: block;
  background-color: rgba(255, 255, 255, 0.89);
  box-sizing: border-box;
  padding: 12px 21px 13px;
}
@media (min-width: 768px) {
  .mv-news a {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .mv-news a {
    padding: 4.6153846154dvw 5.1282051282dvw;
  }
}
.mv-news div {
  display: block;
  margin-bottom: -3px;
}
@media (max-width: 767px) {
  .mv-news div {
    margin-bottom: -0.7692307692dvw;
  }
}
.mv-news span {
  margin-right: 5px;
  font-size: 2.7rem;
  font-weight: bold;
  font-family: "poppins", sans-serif;
  color: #EA3611;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .mv-news span {
    margin-right: 1.2820512821dvw;
    font-size: 27px;
    font-size: 6.9230769231dvw;
  }
}
.mv-news time {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mv-news time {
    font-size: 12px;
    font-size: 3.0769230769dvw;
  }
}
.mv-news p {
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4666666667;
}
@media (max-width: 767px) {
  .mv-news p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}

.full {
  margin-bottom: 36px;
  padding: 84px 20px 102px;
  color: #fff;
  overflow: hidden;
  position: relative;
  background-color: #EA3611;
  background-image: url("../images/top/full.svg");
  background-size: 113px 928px;
  background-repeat: no-repeat;
  background-position: top 40px left calc(50% + 640px);
}
@media (min-width: 768px) {
  .full {
    min-height: 1022px;
  }
}
@media (max-width: 767px) {
  .full {
    margin-bottom: 9.2307692308dvw;
    padding: 11.2820512821dvw 5.1282051282dvw;
    background-image: url("../images/top/sp/full.svg");
    background-position: top 6.1538461538dvw right 2.5641025641dvw;
    background-size: 24.6153846154dvw auto;
  }
}
@media (min-width: 768px) {
  .full__wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.full__wrap p {
  text-align: left;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .full__wrap p {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    line-height: 1.6;
  }
}
.full__wrap p span {
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .full__wrap p span {
    font-size: 36px;
    font-size: 9.2307692308dvw;
    line-height: 1.3888888889;
    white-space: nowrap;
  }
}
.full__wrap p:not(:last-child) {
  margin-bottom: 0.5em;
}

.special-movie {
  margin-bottom: 50px;
  min-height: 746px;
  background: url("../images/top/bg_movie.jpg") center top no-repeat;
  background-size: 1526px auto;
  padding-top: 66px;
}
@media (max-width: 767px) {
  .special-movie {
    min-height: 132.8205128205dvw;
    padding-top: 33.3333333333dvw;
    margin-bottom: 15.3846153846dvw;
    background: url("../images/top/sp/bg_movie.jpg") center top/contain no-repeat;
  }
}
.special-movie__wrap {
  position: relative;
  background-color: #fff;
  max-width: 922px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .special-movie__wrap {
    width: 89.7435897436dvw;
  }
}
.special-movie__ttl {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 31.128%;
}
@media (max-width: 767px) {
  .special-movie__ttl {
    width: 38.9743589744dvw;
  }
}
a:hover .special-movie__ttl {
  opacity: 1;
}

.message {
  padding: 249px 20px 126px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .message {
    margin-bottom: -10.2564102564dvw;
    padding: 17.1794871795dvw 5.1282051282dvw 31.7948717949dvw;
  }
}
.message::before, .message::after {
  z-index: -1;
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/cmn/bg_meteor.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.message::before {
  top: 0;
  right: calc(50% - 665px);
  width: 1726px;
  height: 535px;
}
@media (max-width: 767px) {
  .message::before {
    right: 5.1282051282dvw;
    width: 168.4615384615dvw;
    height: 52.0512820513dvw;
  }
}
.message::after {
  bottom: -96px;
  left: calc(50% - 412px);
  width: 1654px;
  height: 592px;
  transform: scale(-1, -1);
}
@media (max-width: 767px) {
  .message::after {
    bottom: 0;
    left: -19.7435897436dvw;
    width: 229.2307692308dvw;
    height: 71.0256410256dvw;
  }
}
.message__wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 767px) {
  .message__wrap {
    row-gap: 6.1538461538dvw;
    grid-template-columns: 1fr;
  }
}
.message__img {
  position: relative;
  overflow: hidden;
  margin: 0 9.6%;
}
@media (max-width: 767px) {
  .message__img {
    margin: 0 auto;
    width: 63.3333333333dvw;
  }
}
.message__img::before, .message__img::after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
.message__img::before {
  transition: 0.1s;
  transition-delay: 0.4s;
}
.message__img::after {
  transform: scaleX(0);
  transform-origin: top left;
  background: #EA3611;
}
.message__img.visible::before {
  background: none;
}
.message__img.visible::after {
  animation: slideCover 0.8s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
}
.message__txt {
  align-self: center;
}
.message__ttl {
  margin-bottom: 17px;
  line-height: 1;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .message__ttl {
    margin-bottom: 4.358974359dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.message__ttl span {
  margin-bottom: -3px;
  display: block;
  font-size: 8.8rem;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .message__ttl span {
    margin-bottom: -0.7692307692dvw;
    font-size: 54px;
    font-size: 13.8461538462dvw;
  }
}
.message__catch {
  margin-bottom: 0.2em;
  font-size: 6.1rem;
  font-weight: 900;
  line-height: 1.1666666667;
}
@media (max-width: 767px) {
  .message__catch {
    font-size: 37px;
    font-size: 9.4871794872dvw;
    line-height: 1.2702702703;
  }
}
.message__catch::first-letter {
  color: #FF8106;
}
.message__catch span {
  color: #EA3611;
}
.message__btn {
  margin-top: 20px;
}

.growth {
  margin-bottom: 96px;
  padding: 54px 20px 0;
  background: linear-gradient(180deg, #EA3611 0%, #FFBF4A 100%);
}
@media (max-width: 767px) {
  .growth {
    margin-bottom: 15.3846153846dvw;
    padding: 17.4358974359dvw 5.1282051282dvw;
  }
}
.growth__wrap {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (min-width: 768px) {
  .growth__wrap {
    width: 1200px;
  }
}
@media (max-width: 767px) {
  .growth__wrap {
    grid-template-columns: 1fr;
    row-gap: 13.8461538462dvw;
  }
}
.growth__txt {
  color: #fff;
}
@media (min-width: 768px) {
  .growth__txt {
    width: 750px;
    padding-top: 60px;
  }
}
.growth__ttl {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .growth__ttl {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .growth__ttl {
    margin-bottom: 2.8205128205dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.growth__ttl span {
  margin-bottom: -13px;
  display: block;
  font-size: 8.8rem;
  font-family: "poppins", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .growth__ttl span {
    margin-bottom: -1.5384615385dvw;
    font-size: 54px;
    font-size: 13.8461538462dvw;
  }
}
.growth__catch {
  margin-bottom: 12px;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 767px) {
  .growth__catch {
    margin-bottom: 3.5897435897dvw;
    font-size: 33px;
    font-size: 8.4615384615dvw;
    line-height: 1.303030303;
  }
}
.growth__btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .growth__btn {
    margin-top: 7.6923076923dvw;
  }
}
@media (min-width: 768px) {
  .growth__img {
    width: 588px;
    margin-right: -137px;
  }
}
@media (max-width: 767px) {
  .growth__img {
    margin-right: -5.1282051282dvw;
  }
}

.whats {
  margin: 0 20px 46px;
}
@media (max-width: 767px) {
  .whats {
    margin: 0 5.1282051282dvw 8.4615384615dvw;
  }
}
.whats__wrap {
  background: linear-gradient(90deg, #EA3611 0%, #fff 50%, #EA3611 100%);
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .whats__wrap {
    padding: 84px 20px 68px;
  }
}
@media (max-width: 767px) {
  .whats__wrap {
    display: grid;
    place-content: center;
    min-height: 100dvw;
    background: linear-gradient(0deg, #EA3611 0%, #fff 50%, #EA3611 100%);
  }
}
.whats__ttl {
  text-align: center;
  font-size: 8rem;
  font-weight: bold;
  font-family: "poppins", sans-serif;
  line-height: 1;
  margin-bottom: -7px;
}
@media (max-width: 767px) {
  .whats__ttl {
    margin-bottom: 1.7948717949dvw;
    font-size: 54px;
    font-size: 13.8461538462dvw;
  }
}
.whats p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .whats p {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    line-height: 1.5555555556;
  }
}
.whats__btn {
  width: fit-content;
  margin: 22px auto 0;
}
@media (max-width: 767px) {
  .whats__btn {
    margin: 4.6153846154dvw auto 0;
  }
}

.company {
  margin: 0 20px 71px;
}
@media (max-width: 767px) {
  .company {
    margin: 0 5.1282051282dvw 12.8205128205dvw;
  }
}

.company-list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.34%;
}
@media (min-width: 768px) {
  .company-list {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .company-list {
    gap: 7.6923076923dvw;
    grid-template-columns: 1fr;
  }
}
.company-list__item {
  border-radius: 14px;
}
@media (max-width: 767px) {
  .company-list__item {
    border-radius: 3.5897435897dvw;
  }
}
.company-list a {
  text-align: center;
  padding: 25px 25px 38px;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  border: 2px solid #161616;
  transition: 0.3s;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .company-list a {
    padding: 6.6666666667dvw 5.641025641dvw 8.9743589744dvw;
    border: 0.5128205128dvw solid #161616;
    border-radius: 3.5897435897dvw;
  }
}
.company-list a::before {
  position: absolute;
  right: 17px;
  bottom: 17px;
  display: block;
  margin: auto;
  width: 8px;
  height: 10px;
  background-color: #161616;
  content: "";
  transition: 0.3s;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 767px) {
  .company-list a::before {
    right: 3.3333333333dvw;
    bottom: 3.3333333333dvw;
    width: 2.0512820513dvw;
    height: 2.5641025641dvw;
  }
}
.company-list a:hover {
  border-color: #EA3611;
}
.company-list a:hover:before {
  background-color: #EA3611;
}
.company-list figure {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .company-list figure {
    margin-bottom: 5.1282051282dvw;
  }
}
.company-list figure::before, .company-list figure::after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
.company-list figure::before {
  transition: 0.1s;
  transition-delay: 0.4s;
}
.company-list figure::after {
  transform: scaleX(0);
  transform-origin: top left;
  background: #EA3611;
}
.company-list figure.visible::before {
  background: none;
}
.company-list figure.visible::after {
  animation: slideCover 0.8s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
}
.company-list__ttl {
  margin-bottom: 0.7em;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .company-list__ttl {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.company-list__ttl span {
  margin-bottom: -9px;
  display: block;
  font-size: 5.8rem;
  font-weight: bold;
  font-family: "poppins", sans-serif;
  line-height: 1;
  color: #EA3611;
}
@media (max-width: 767px) {
  .company-list__ttl span {
    margin-bottom: -1.0256410256dvw;
    font-size: 47px;
    font-size: 12.0512820513dvw;
  }
}
.company-list p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .company-list p {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    line-height: 1.5555555556;
  }
}

.number {
  margin-bottom: 83px;
}
@media (max-width: 767px) {
  .number {
    font-size: 70px;
    font-size: 17.9487179487dvw;
    margin-bottom: 18vw;
  }
}

.number-img {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: center;
  column-gap: 60px;
}
@media (max-width: 767px) {
  .number-img {
    margin: 0 auto 6.1538461538dvw;
    grid-template-columns: 1fr;
    width: 78.9743589744dvw;
  }
}
.number-img__item {
  transition: 0.6s;
  opacity: 0;
}
@media (max-width: 767px) {
  .number-img__item:nth-of-type(1) {
    display: none;
  }
}
.number-img__item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.number-img__item:nth-of-type(3) {
  transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .number-img__item:nth-of-type(3) {
    display: none;
  }
}
.visible .number-img__item {
  opacity: 1;
}
@media (min-width: 768px) {
  .number-img img {
    max-height: 226px;
    width: auto;
  }
}

.number-txt {
  text-align: center;
}
.number-txt__ttl {
  font-size: 3.6rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .number-txt__ttl {
    margin-bottom: 2.5641025641dvw;
    font-size: 27px;
    font-size: 6.9230769231dvw;
    line-height: 1.2962962963;
  }
}
.number-txt__ttl b {
  color: #EA3611;
}
.number-txt__ttl span {
  margin-bottom: -14px;
  display: block;
  font-size: 8rem;
  font-weight: bold;
  font-family: "poppins", sans-serif;
  line-height: 1;
  color: #EA3611;
}
@media (max-width: 767px) {
  .number-txt__ttl span {
    margin-bottom: 1.0256410256dvw;
    font-size: 54px;
    font-size: 13.8461538462dvw;
  }
}
.number-txt p {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5238095238;
}
@media (max-width: 767px) {
  .number-txt p {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    line-height: 1.5555555556;
  }
}
.number-txt__btn {
  width: fit-content;
  margin: 22px auto 0;
}
@media (max-width: 767px) {
  .number-txt__btn {
    margin: 5.1282051282dvw auto 0;
  }
}

.other {
  margin-bottom: 127px;
  background-color: #FFBF4A;
  padding: 66px 20px;
}
@media (max-width: 767px) {
  .other {
    margin-bottom: 22.5641025641dvw;
    padding: 15.3846153846dvw 5.1282051282dvw;
  }
}

.other-list {
  display: flex;
  flex-flow: wrap;
  gap: 40px;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .other-list {
    max-width: 1035px;
  }
}
@media (max-width: 767px) {
  .other-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.1282051282dvw;
  }
}
@media (min-width: 768px) {
  .other-list li {
    width: calc((100% - 40px) / 2);
  }
}
.other-list a {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-height: 172px;
  padding: 20px 10px 10px;
  box-sizing: border-box;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 767px) {
  .other-list a {
    min-height: 32.5641025641dvw;
    padding: 5.5vw 2.5vw 3vw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.other-list a span {
  margin-bottom: -9px;
  display: block;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "poppins", sans-serif;
  line-height: 1;
  color: #EA3611;
}
@media (max-width: 767px) {
  .other-list a span {
    margin-bottom: -1.0256410256dvw;
    font-size: 43px;
    font-size: 11.0256410256dvw;
  }
}
.other-list a::before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: block;
  width: 8px;
  height: 10px;
  background-color: #161616;
  content: "";
  transition: 0.3s;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 767px) {
  .other-list a::before {
    right: 2.0512820513dvw;
    bottom: 2.0512820513dvw;
    width: 2.0512820513dvw;
    height: 2.5641025641dvw;
  }
}
.other-list a:hover {
  opacity: 1;
  background-color: #161616;
  color: #fff;
}
.other-list a:hover::before {
  background-color: #fff;
}

.talk {
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  .talk {
    margin: 0px 5.1282051282dvw 21.7948717949dvw;
  }
}

@media (min-width: 768px) {
  .talk-list {
    margin: 0 auto;
    display: grid;
    row-gap: 84px;
  }
}
.talk-list__item {
  position: relative;
}
@media (min-width: 768px) {
  .talk-list__item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talk-list__item:nth-of-type(odd) .talk-list__img {
    margin: 0 35px 0 -50px;
  }
  .talk-list__item:nth-of-type(even) {
    flex-flow: row-reverse;
  }
  .talk-list__item:nth-of-type(even) .talk-list__img {
    margin: 0 -50px 0 -64px;
  }
}
@media (max-width: 767px) {
  .talk-list__item:not(:last-child) {
    margin-bottom: 18.7179487179dvw;
  }
}
.talk-list__img {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .talk-list__img {
    width: 660px;
  }
}
@media (max-width: 767px) {
  .talk-list__img {
    margin-bottom: 7.6923076923dvw;
  }
}
.talk-list__img::before, .talk-list__img::after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
.talk-list__img::before {
  transition: 0.1s;
  transition-delay: 0.4s;
}
.visible .talk-list__img::before {
  background: none;
}
.talk-list__img::after {
  transform: scaleX(0);
  transform-origin: top left;
  background: #EA3611;
}
.visible .talk-list__img::after {
  animation: slideCover 0.8s cubic-bezier(0.43, 0.05, 0.17, 1) forwards;
}
.talk-list__img .p-item {
  aspect-ratio: 660/384;
}
.talk-list__img .p-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.talk-list__txt {
  font-weight: 400;
}
@media (min-width: 768px) {
  .talk-list__txt {
    padding-left: 17px;
  }
}
@media (max-width: 767px) {
  .talk-list__txt p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.talk-list__ttl {
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .talk-list__ttl {
    margin-bottom: 3.0769230769dvw;
  }
}
.talk-list__ttl span {
  margin-bottom: -14px;
  display: block;
  font-size: 8rem;
  font-weight: bold;
  font-family: "poppins", sans-serif;
  line-height: 1;
  color: #EA3611;
}
@media (min-width: 768px) {
  .talk-list__ttl span {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .talk-list__ttl span {
    margin-bottom: -1.0256410256dvw;
    font-size: 54px;
    font-size: 13.8461538462dvw;
    line-height: 0.9444444444;
  }
}
.talk-list__catch {
  margin-bottom: 12px;
  font-size: 3.9rem;
  font-weight: 900;
  line-height: 1.3846153846;
}
@media (max-width: 767px) {
  .talk-list__catch {
    margin-bottom: 4.358974359dvw;
    font-size: 33px;
    font-size: 8.4615384615dvw;
    line-height: 1.303030303;
  }
}
.talk-list__btn {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .talk-list__btn {
    margin-top: 5.1282051282dvw;
  }
}

.news {
  background-color: #ededed;
  padding: 90px 20px 97px;
}
@media (max-width: 767px) {
  .news {
    padding: 16.6666666667dvw 5.1282051282dvw 15.1282051282dvw;
  }
}
.news__ttl {
  margin-bottom: 27px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .news__ttl {
    margin-bottom: 6vw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.news__ttl span {
  margin-bottom: -10px;
  display: block;
  font-size: 8rem;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  color: #EA3611;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .news__ttl span {
    margin-bottom: 0;
    font-size: 60px;
    font-size: 15.3846153846dvw;
  }
}
.news__btn {
  width: fit-content;
  margin: 38px auto 0;
}
@media (max-width: 767px) {
  .news__btn {
    margin-top: 9.2307692308dvw;
  }
}

.news-list {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news-list {
    max-width: 1167px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: min(2.75vw, 33px);
  }
}
.news-list__img {
  margin-bottom: 16px;
  aspect-ratio: 378/276;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .news-list__img {
    margin-bottom: 4.1025641026dvw;
  }
}
.news-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list__ttl {
  margin: 0 12px 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-list__ttl p {
  display: inline;
  padding: 0 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent 0%, #fff 0%);
  line-height: 1.5909090909;
  font-size: 2.2rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .news-list__ttl p {
    line-height: 1.6;
    font-size: 20px;
    font-size: 5.1282051282dvw;
  }
}
.news-list__tag {
  margin-bottom: 12px;
  display: flex;
  flex-flow: wrap;
  gap: 0.5em 1em;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .news-list__tag {
    margin-bottom: 2.5641025641dvw;
    gap: 1.7948717949dvw;
  }
}
.news-list__tag li {
  color: #EA3611;
  line-height: 1;
}
@media (max-width: 767px) {
  .news-list__tag li {
    font-size: 13px;
    font-size: 3.3333333333dvw;
  }
}
.news-list__txt p {
  margin-bottom: 1em;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-list__txt p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.news-list__txt time {
  line-height: 1;
  display: block;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .news-list__txt time {
    font-size: 14px;
    font-size: 3.5897435897dvw;
  }
}
.news-list .slick-dots {
  margin-top: 6.6666666667dvw !important;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 3.8461538462dvw;
}
.news-list .slick-dots li,
.news-list .slick-dots button {
  margin: 0;
  border-radius: 50%;
  width: 2.5641025641dvw;
  height: 2.5641025641dvw;
}

/* ------------------------------------

side_movie

------------------------------------ */
.side_movie {
  z-index: 9999;
  position: fixed;
  bottom: 3%;
  left: 56px;
  width: 268px;
  height: 158px;
  background: #151515;
  padding: 4px;
  transition: opacity 0.8s ease-out;
}
@media screen and (max-width: 760px) {
  .side_movie {
    bottom: 22vw;
    left: 4.4vw;
    width: 39vw;
    height: 23vw;
    padding: 2px;
  }
}
.side_movie .mv_inner {
  width: 260px;
  height: 150px;
}
@media screen and (max-width: 760px) {
  .side_movie .mv_inner {
    width: calc(39vw - 4px);
    height: calc(23vw - 4px);
  }
}
.side_movie .btn {
  z-index: 9999;
  position: absolute;
  top: -6px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #161616;
  cursor: pointer;
  padding: 3px 0 0 7.5px;
}
@media screen and (max-width: 760px) {
  .side_movie .btn {
    top: -15px;
    left: -15px;
  }
}
.side_movie.active {
  display: none;
}

.movie_pop {
  display: none;
}

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