@charset "UTF-8";
main#contents {
  overflow: clip;
}
main#contents #articleHead {
  display: none;
}
main#contents #hero {
  min-height: 100vh;
  padding-bottom: 40px;
}
main#contents #hero .heroCopy {
  position: sticky;
  left: 0;
  top: 256px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
main#contents #hero .heroCopy img {
  width: 90%;
  max-width: 872px;
}
main#contents #hero .heroSlick {
  margin-top: 88px;
  padding-bottom: 32px;
  position: relative;
  z-index: 4;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0) 100%);
}
main#contents #hero .heroSlick .slick-track {
  margin: 12px;
  margin-bottom: 16px;
}
main#contents #hero .heroSlick .slick-slide {
  padding: 0 1.3vw;
}
main#contents #hero .heroSlick .slick-slide a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  aspect-ratio: 380/512;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  position: relative;
}
main#contents #hero .heroSlick .slick-slide a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main#contents #hero .heroSlick .slick-slide a.historyCard1:hover .aCardImg {
  transform: scale(1.05);
}
main#contents #hero .heroSlick .slick-slide a.historyCard {
  display: block;
}
main#contents #hero .heroSlick .slick-slide a.historyCard .layer-bg,
main#contents #hero .heroSlick .slick-slide a.historyCard .layer-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#contents #hero .heroSlick .slick-slide a.historyCard .layer-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main#contents #hero .heroSlick .slick-slide a.historyCard .layer-frame {
  background: url("/brand-hub/assets/images/top/history_frame.svg") no-repeat center top;
  background-size: cover;
}
main#contents #hero .heroSlick .slick-slide a.historyCard .layer-text {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
main#contents #hero .heroSlick .slick-slide a.historyCard .layer-text p {
  display: block;
  font-size: 20px;
  font-family: var(--font-gothic);
  color: var(--color-main);
  background-color: var(--color-white);
  padding: 4px 7px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
}
main#contents #hero .heroSlick .slick-slide a.historyCard .layer-text p span {
  color: var(--color-red);
}
main#contents #hero .heroSlick .heroControl {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 10px;
  position: relative;
  margin: 28px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
main#contents #hero .heroSlick .heroControl.hidden {
  display: none;
}
main#contents #hero .heroSlick .heroControl a {
  cursor: pointer;
}
main#contents #hero .heroSlick .heroControl .slick_pause {
  width: 102px;
  height: 40px;
  border: 1px solid #DCDCDC;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--color-black);
  padding-left: 20px;
}
main#contents #hero .heroSlick .heroControl .slick_pause::before {
  content: "";
  background: url("/brand-hub/assets/images/common/icon_player_pause.svg") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 8px;
  top: 9px;
}
main#contents #hero .heroSlick .heroControl .slick_pause::after {
  content: "一時停止";
}
main#contents #hero .heroSlick .heroControl .slick_pause.paused::before {
  content: "";
  background: url("/brand-hub/assets/images/common/icon_player_play.svg") no-repeat center center;
}
main#contents #hero .heroSlick .heroControl .slick_pause.paused::after {
  content: "自動再生";
}
main#contents #hero .heroSlick .heroControl .slide-arrow {
  cursor: pointer;
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #CCC;
  top: -9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main#contents #hero .heroSlick .heroControl .slide-arrow::after {
  content: "";
  background: url("/brand-hub/assets/images/common/icon_slick_arrow.svg") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
}
main#contents #hero .heroSlick .heroControl .slide-arrow.prev-arrow {
  left: -92px;
}
main#contents #hero .heroSlick .heroControl .slide-arrow.next-arrow {
  right: -92px;
}
main#contents #hero .heroSlick .heroControl .slide-arrow.next-arrow::after {
  transform: rotate(180deg);
}
main#contents #hero .heroSlick .heroControl .slick-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
main#contents #hero .heroSlick .heroControl .slick-num .now-count {
  font-size: 20px;
  font-family: var(--font-inter);
  color: var(--color-main);
  min-width: 26px;
  line-height: 100%;
  display: inline-block;
}
main#contents #hero .heroSlick .heroControl .slick-num .all-count {
  font-family: var(--font-inter);
  min-width: 26px;
  font-size: 12px;
  color: #85878F;
  line-height: 100%;
  display: inline-block;
  position: relative;
}
main#contents #hero .heroSlick .heroControl .slick-num .all-count::before {
  content: "";
  width: 22px;
  height: 1px;
  background-color: #DCDCDC;
  position: absolute;
  top: 50%;
  left: -27px;
  transform: translateY(-50%);
}
main#contents #hero #energy {
  height: 320px;
}
@media screen and (min-width: 768px) {
  main#contents #hero .heroSlick .fadeUp1 {
    transition-delay: 0.2s;
  }
  main#contents #hero .heroSlick .fadeUp2 {
    transition-delay: 0.4s;
  }
  main#contents #hero .heroSlick .fadeUp3 {
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 767px) {
  main#contents #hero .heroCopy {
    top: 144px;
    padding-bottom: 24px;
  }
  main#contents #hero .heroSlick {
    margin-top: 88px;
    margin-bottom: 60px;
  }
  main#contents #hero .heroSlick .slick-slide {
    padding: 0 2vw;
    transform: translateX(-12px);
  }
  main#contents #hero .heroSlick .heroControl {
    margin-top: 14px;
  }
  main#contents #hero .heroSlick .heroControl.hidden {
    display: flex;
  }
  main#contents #hero .heroSlick .heroControl .slide-arrow {
    width: 44px;
    height: 44px;
    top: -7px;
  }
  main#contents #hero .heroSlick .heroControl .slide-arrow.prev-arrow {
    left: -68px;
  }
  main#contents #hero .heroSlick .heroControl .slide-arrow.next-arrow {
    right: -68px;
  }
  main#contents #hero .heroSlick .heroControl .slick_pause {
    width: 92px;
    height: 32px;
  }
  main#contents #hero .heroSlick .heroControl .slick_pause::before {
    left: 5px;
    top: 5px;
  }
  main#contents #hero .heroSlick .fadeUp3 {
    transition-delay: 0.2s;
  }
  main#contents #hero .heroSlick .fadeUp1 {
    transition-delay: 0.4s;
  }
  main#contents #hero .heroSlick .fadeUp2 {
    transition-delay: 0.6s;
  }
  main#contents #hero #energy {
    height: 120px;
  }
}
main#contents #about {
  padding-bottom: 120px;
}
main#contents #about .aboutCard {
  width: 100%;
  height: 100vh;
  display: flex;
  background-color: var(--color-white);
  position: sticky;
  top: 0;
}
main#contents #about .aboutCard .cardVisual {
  width: 50%;
  height: 100%;
}
main#contents #about .aboutCard .cardVisual.cardVisualLeft img {
  -o-object-position: 17% center;
     object-position: 17% center;
}
main#contents #about .aboutCard .cardVisual.cardVisualRight img {
  -o-object-position: 83% center;
     object-position: 83% center;
}
main#contents #about .aboutCard .cardBody {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px 1.5vw 40px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 300;
  font-size: 22.8px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: var(--color-main);
}
main#contents #about .aboutCard .cardBody span {
  display: inline-block;
}
main#contents #about .aboutCard .aboutLogo1 {
  margin-top: 20px;
  width: 100%;
  max-width: 438px;
}
main#contents #about .aboutCard .aboutLogo2 {
  margin-top: 80px;
  width: 66.21%;
  max-width: 290px;
}
main#contents #about .aboutBody {
  position: relative;
  background-color: var(--color-white);
}
main#contents #about .aboutBody .aboutMain {
  position: relative;
  background-color: var(--color-white);
  padding-top: 300px;
}
main#contents #about .aboutBody .aboutMain .aboutMovie {
  width: 100%;
  min-height: 100vh;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url("/brand-hub/assets/images/top/movie_bg.webp") no-repeat center center;
  background-size: cover;
  color: var(--color-white);
  position: relative;
}
main#contents #about .aboutBody .aboutMain .aboutMovie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 86, 169, 0.4) 40%, rgba(138, 38, 165, 0.4) 75%, rgba(238, 36, 59, 0.4) 100%), rgba(0, 0, 0, 0.45);
}
main#contents #about .aboutBody .aboutMain .aboutMovie h2 {
  position: relative;
  font-family: var(--font-inter);
  font-size: 88px;
  font-weight: 100;
  line-height: 100%;
  margin-bottom: 52px;
}
main#contents #about .aboutBody .aboutMain .aboutMovie .aboutMovieTitle {
  position: relative;
  font-size: 16px;
  font-weight: 200;
  margin-top: 40px;
}
main#contents #about .aboutBody .aboutMain .aboutMovie .movieBox {
  position: relative;
  width: 700px;
}
main#contents #about .aboutBody .aboutMagazine {
  position: relative;
  background-color: var(--color-white);
}
main#contents #about .aboutBody .aboutMagazine .aboutMagazineHead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 120px 0 24px;
  gap: 24px;
}
main#contents #about .aboutBody .aboutMagazine .aboutMagazineHead h2 {
  font-family: var(--font-inter);
  color: var(--color-main);
  font-size: 160px;
  font-weight: 100;
  line-height: 100%;
}
main#contents #about .aboutBody .aboutMagazine .aboutMagazineHead p {
  font-family: var(--font-mincho);
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
main#contents #about .aboutBody .aboutMagazine .inner {
  padding-top: 0;
}
main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard {
  position: sticky;
  top: 0;
  padding: 56px;
  max-width: 1360px;
  margin: 60px auto 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  background-size: cover;
}
main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(45deg, rgba(0, 86, 169, 0.4) 40%, rgba(138, 38, 165, 0.4) 75%, rgba(238, 36, 59, 0.4) 100%), rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard .cardVisual {
  position: relative;
  width: 40%;
  height: auto;
  aspect-ratio: 1/1;
}
main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard .cardBody {
  position: relative;
  width: 50%;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard .cardBody date {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 100;
  line-height: 1.6;
}
main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard .cardBody p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
}
main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard .cardBody .detail {
  font-size: 14px;
  font-weight: 100;
  display: flex;
  align-items: center;
  gap: 8px;
}
main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard .cardBody .detail::after {
  content: "";
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("/brand-hub/assets/images/top/icon_magazine_arrow.svg") no-repeat center center;
  background-size: contain;
}
main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard:hover .cardBody .detail {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  main#contents #about .aboutCard {
    height: auto;
    flex-direction: column;
  }
  main#contents #about .aboutCard .cardVisual {
    height: 40vh;
    width: 100%;
    aspect-ratio: 375/250;
  }
  main#contents #about .aboutCard .cardBody {
    width: 100%;
    height: 60vh;
    font-size: 15px;
    padding: 20px 6vw;
  }
  main#contents #about .aboutCard .aboutLogo1 {
    width: 90%;
  }
  main#contents #about .aboutCard .aboutLogo2 {
    width: 59.59%;
    margin-top: 40px;
  }
  main#contents #about .aboutBody .aboutMain {
    padding-top: 0px;
  }
  main#contents #about .aboutBody .aboutMain .aboutMovie {
    height: auto;
    aspect-ratio: 375/431;
  }
  main#contents #about .aboutBody .aboutMain .aboutMovie h2 {
    font-size: 48px;
    margin-bottom: 24px;
  }
  main#contents #about .aboutBody .aboutMain .aboutMovie .aboutMovieTitle {
    font-size: 12px;
    margin-top: 24px;
  }
  main#contents #about .aboutBody .aboutMain .aboutMovie .movieBox {
    width: 90%;
  }
  main#contents #about .aboutBody .aboutMagazine .aboutMagazineHead {
    padding-top: 68px;
    padding-bottom: 20px;
    gap: 8px;
  }
  main#contents #about .aboutBody .aboutMagazine .aboutMagazineHead h2 {
    font-size: 75px;
    font-weight: 200;
  }
  main#contents #about .aboutBody .aboutMagazine .aboutMagazineHead p {
    font-size: 15px;
    letter-spacing: -0.05em;
  }
  main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard {
    margin: 12px 2vw 0;
    padding: 20px;
    flex-direction: column;
    gap: 28px;
  }
  main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard .cardVisual {
    width: 100%;
  }
  main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard .cardBody {
    width: 100%;
    height: auto;
    gap: 24px;
  }
  main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard .cardBody date {
    font-size: 12px;
  }
  main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard .cardBody p {
    font-size: 17px;
  }
  main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard .cardBody .detail {
    font-size: 12px;
    justify-content: flex-end;
  }
  main#contents #about .aboutBody .aboutMagazine .aboutMagazineCard .cardBody .detail::after {
    width: 14px;
  }
}