@charset "UTF-8";
/*===========================================================================*/
/*  function  */
/*===========================================================================*/
/*===========================================================================*/
/*  mixin  */
/*===========================================================================*/
html {
  font-family: "Meiryo", sans-serif !important;
}

body {
  font-family: "Meiryo", sans-serif !important;
  position: relative;
  background: none !important;
  text-align: left !important;
  line-height: 1.15 !important;
}

#wrapper {
  text-align: left !important;
}

main {
  overflow: hidden;
}

/*===========================================================================*/
/*  MV  */
/*===========================================================================*/
.top-mv__inner {
  display: flex;
}
.top-mv__contents {
  position: relative;
  width: 100%;
  padding-bottom: clamp(18rem, 6.5440547476px + 23.0966638152vw, 45rem);
  padding-right: clamp(1.2rem, 0.4362703165px + 1.5397775877vw, 3rem);
  padding-left: clamp(1.2rem, 0.4362703165px + 1.5397775877vw, 3rem);
}
@media (max-width: 750px) {
  .top-mv__contents {
    padding-bottom: clamp(32rem, 240px + 21.3333333333vw, 40rem);
  }
}
.top-mv__contents.left {
  background: url(../../images/top/mv_bg01_pc.jpg) center/cover no-repeat;
  text-align: right;
  padding-top: clamp(0.88rem, 0.3199315654px + 1.129170231vw, 2.2rem);
}
@media (max-width: 750px) {
  .top-mv__contents.left {
    padding-top: clamp(8rem, 45.7142857143px + 9.1428571429vw, 11.4285714286rem);
    background: url(../../images/top/mv_bg01_sp.jpg) center/cover no-repeat;
  }
}
.top-mv__contents.left .top-mv__txt {
  clip-path: inset(0 100% 0 0);
  animation: text-clip-in 0.5s ease-in-out forwards;
  animation-delay: 3s; /* 画面フル表示のアニメーション後に動き出す */
}
.top-mv__contents.left .top-mv__txt img {
  max-width: clamp(14.56rem, 5.2934131737px + 18.6826347305vw, 36.4rem);
}
@media (max-width: 750px) {
  .top-mv__contents.left .top-mv__txt img {
    max-width: clamp(17.2rem, 98.2857142857px + 19.6571428571vw, 24.5714285714rem);
  }
}
.top-mv__contents.left .top-mv__item {
  position: absolute;
  right: clamp(1.2rem, 0.4362703165px + 1.5397775877vw, 3rem);
  bottom: clamp(1.68rem, 0.6107784431px + 2.1556886228vw, 4.2rem);
  opacity: 0;
  transform: translateY(10px);
  animation: item-fade-in 0.5s ease-in-out forwards;
  animation-delay: 3.8s; /* テキストのアニメーション後に動き出す */
}
@media (max-width: 750px) {
  .top-mv__contents.left .top-mv__item {
    bottom: clamp(6rem, 34.2857142857px + 6.8571428571vw, 8.5714285714rem);
  }
}
.top-mv__contents.left .top-mv__item img {
  max-width: clamp(13.6rem, 4.9443969204px + 17.4508126604vw, 34rem);
}
@media (max-width: 750px) {
  .top-mv__contents.left .top-mv__item img {
    max-width: clamp(12.8rem, 73.1428571429px + 14.6285714286vw, 18.2857142857rem);
  }
}
.top-mv__contents.right {
  background: url(../../images/top/mv_bg02_pc.jpg) center/cover no-repeat;
  padding-top: clamp(4.4rem, 1.5996578272px + 5.6458511548vw, 11rem);
}
@media (max-width: 750px) {
  .top-mv__contents.right {
    padding-top: clamp(12rem, 68.5714285714px + 13.7142857143vw, 17.1428571429rem);
    background: url(../../images/top/mv_bg02_sp.jpg) center/cover no-repeat;
  }
}
.top-mv__contents.right .top-mv__txt {
  position: relative;
  z-index: 10;
  clip-path: inset(0 0 0 100%);
  animation: text-clip-in 0.5s ease-in-out forwards;
  animation-delay: 3s; /* 画面フル表示のアニメーション後に動き出す */
}
.top-mv__contents.right .top-mv__txt img {
  max-width: clamp(16.08rem, 5.8460222412px + 20.6330196749vw, 40.2rem);
}
@media (max-width: 750px) {
  .top-mv__contents.right .top-mv__txt img {
    max-width: clamp(17.2rem, 98.2857142857px + 19.6571428571vw, 24.5714285714rem);
  }
}
.top-mv__contents.right .top-mv__item {
  position: absolute;
  left: clamp(1.2rem, 0.4362703165px + 1.5397775877vw, 3rem);
  bottom: clamp(1.68rem, 0.6107784431px + 2.1556886228vw, 4.2rem);
  opacity: 0;
  transform: translateY(10px);
  animation: item-fade-in 0.5s ease-in-out forwards;
  animation-delay: 3.8s; /* テキストのアニメーション後に動き出す */
}
@media (max-width: 750px) {
  .top-mv__contents.right .top-mv__item {
    bottom: clamp(6rem, 34.2857142857px + 6.8571428571vw, 8.5714285714rem);
  }
}
.top-mv__contents.right .top-mv__item img {
  max-width: clamp(13.84rem, 5.0316509837px + 17.7587681779vw, 34.6rem);
}
@media (max-width: 750px) {
  .top-mv__contents.right .top-mv__item img {
    max-width: clamp(13rem, 74.2857142857px + 14.8571428571vw, 18.5714285714rem);
  }
}
.top-mv__overlay {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  clip-path: inset(0 0 0 0);
  animation: overlay-clip-up 0.3s ease-in-out forwards;
  animation-delay: 2.5s; /* ロゴフェードインの後に動き出す */
}
.top-mv__overlay__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  opacity: 0;
  transform: translateY(-10px);
  animation: logo-fade-in 1s ease-out forwards;
  animation-delay: 0.6s;
}
@media (max-width: 750px) {
  .top-mv__overlay__logo {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.top-mv__overlay__logo .cartender {
  max-width: 30rem;
}
@media (max-width: 750px) {
  .top-mv__overlay__logo .cartender {
    max-width: 24rem;
  }
}
.top-mv__overlay__logo .miyabi {
  max-width: 20rem;
}
@media (max-width: 750px) {
  .top-mv__overlay__logo .miyabi {
    max-width: 13rem;
  }
}

@keyframes text-clip-in {
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes item-fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes logo-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes overlay-clip-up {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
  }
}
/*===========================================================================*/
/*  News  */
/*===========================================================================*/
.top-news {
  position: relative;
  padding-top: clamp(5.04rem, 1.8323353293px + 6.4670658683vw, 12.6rem);
  padding-bottom: clamp(3.2rem, 1.1633875107px + 4.1060735672vw, 8rem);
}
@media (max-width: 750px) {
  .top-news {
    padding: 7.8rem 0;
  }
}
.top-news .c-sideHead {
  top: clamp(4rem, 1.4542343884px + 5.1325919589vw, 10rem);
}
.top-news__inner {
  display: flex;
  justify-content: flex-end;
}
.top-news__content {
  position: relative;
  background-color: #ececec;
  width: 80%;
  padding-top: clamp(3.84rem, 1.3960650128px + 4.9272882806vw, 9.6rem);
  padding-bottom: clamp(3.44rem, 1.250641574px + 4.4140290847vw, 8.6rem);
  padding-left: clamp(10.24rem, 3.7228400342px + 13.1394354149vw, 25.6rem);
}
@media (max-width: 750px) {
  .top-news__content {
    background-color: unset;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
  }
}
.top-news__content::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 100%;
  aspect-ratio: 0.5/1;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media (max-width: 750px) {
  .top-news__content::before {
    content: none;
    display: none;
  }
}
.top-news__list li {
  display: flex;
  align-items: center;
  font-size: clamp(1.4rem, 9.502994012px + 0.5988023952vw, 2.1rem);
  line-height: 2;
}
@media (max-width: 750px) {
  .top-news__list li {
    font-size: clamp(1.2rem, 8px + 1.0666666667vw, 1.6rem);
  }
}
.top-news__list li a {
  display: flex;
  align-items: flex-start;
  transition: all 0.5s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}
.top-news__list li a:hover {
  text-decoration: underline;
}
.top-news__list li time {
  margin-right: 1.6rem;
}

/*===========================================================================*/
/*  Products  */
/*===========================================================================*/
.top-products {
  position: relative;
  padding-bottom: 10rem;
}
@media (max-width: 750px) {
  .top-products {
    padding-bottom: 4rem;
  }
}
.top-products .c-sideHead {
  top: clamp(32rem, 11.6338751069px + 41.0607356715vw, 80rem);
  z-index: 20;
}
.top-products__inner {
  max-width: 192rem;
  margin: 0 auto;
}
.top-products__left {
  position: relative;
  margin-bottom: 7rem;
  background: url(../../images/top/products_bg01_pc.png) center left/contain no-repeat;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s ease-out;
}
@media (max-width: 750px) {
  .top-products__left {
    background-size: 100% 100%;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 570px) {
  .top-products__left {
    background-image: url(../../images/top/products_bg01_sp.png);
  }
}
.top-products__left.is-animated {
  clip-path: inset(0 0 0 0);
}
.top-products__left.is-animated .top-products__img {
  opacity: 1;
}
.top-products__left .top-products__container {
  padding-left: clamp(19.2rem, 6.9803250642px + 24.6364414029vw, 48rem);
}
@media (max-width: 750px) {
  .top-products__left .top-products__container {
    padding-left: clamp(1.6rem, 0px + 4.2666666667vw, 3.2rem);
  }
}
.top-products__left .top-products__logo {
  max-width: clamp(17.88rem, 6.500427716px + 22.9426860565vw, 44.7rem);
}
.top-products__left .top-products__lead {
  margin-left: clamp(19.2rem, 6.9803250642px + 24.6364414029vw, 48rem);
}
@media (max-width: 750px) {
  .top-products__left .top-products__lead {
    margin-right: clamp(2.4rem, 8px + 4.2666666667vw, 4rem);
    margin-left: clamp(1.6rem, 0px + 4.2666666667vw, 3.2rem);
  }
}
.top-products__left .top-products__img {
  opacity: 0;
  transition: opacity 0.4s ease 0.8s;
  margin-left: clamp(19.2rem, 6.9803250642px + 24.6364414029vw, 48rem);
}
@media (max-width: 750px) {
  .top-products__left .top-products__img {
    margin-left: clamp(1.6rem, 0px + 4.2666666667vw, 3.2rem);
  }
}
.top-products__right {
  position: relative;
  background: url(../../images/top/products_bg02_pc.png) center right/contain no-repeat;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s ease-out;
}
@media (max-width: 750px) {
  .top-products__right {
    background-size: 100% 100%;
  }
}
@media (max-width: 570px) {
  .top-products__right {
    background-image: url(../../images/top/products_bg02_sp.png);
  }
}
.top-products__right.is-animated {
  clip-path: inset(0 0 0 0);
}
.top-products__right.is-animated .top-products__img {
  opacity: 1;
}
.top-products__right .top-products__container {
  padding-right: clamp(21.44rem, 7.7946963216px + 27.5106928999vw, 53.6rem);
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .top-products__right .top-products__container {
    padding-right: clamp(3.2rem, 4px + 7.4666666667vw, 6rem);
  }
}
.top-products__right .top-products__logo {
  max-width: clamp(10.68rem, 3.8828058169px + 13.7040205304vw, 26.7rem);
}
.top-products__right .top-products__lead {
  margin-right: clamp(21.44rem, 7.7946963216px + 27.5106928999vw, 53.6rem);
  padding-left: 0.8rem;
  text-align: right;
}
@media (max-width: 750px) {
  .top-products__right .top-products__lead {
    margin-right: clamp(3.2rem, 4px + 7.4666666667vw, 6rem);
  }
}
.top-products__right .top-products__img {
  opacity: 0;
  transition: opacity 0.4s ease 0.8s;
  margin-right: clamp(21.44rem, 7.7946963216px + 27.5106928999vw, 53.6rem);
  text-align: right;
}
@media (max-width: 750px) {
  .top-products__right .top-products__img {
    margin-right: clamp(3.2rem, 4px + 7.4666666667vw, 6rem);
  }
}
.top-products__contents {
  padding-top: clamp(1.92rem, 0.6980325064px + 2.4636441403vw, 4.8rem);
  padding-bottom: clamp(1.92rem, 0.6980325064px + 2.4636441403vw, 4.8rem);
}
@media (max-width: 750px) {
  .top-products__contents {
    padding: 1.2rem 0;
  }
}
.top-products__container {
  display: flex;
  align-items: center;
  gap: clamp(4rem, 1.4542343884px + 5.1325919589vw, 10rem);
  background-color: #fff;
  padding-top: clamp(0.8rem, 2.8605645851px + 0.6843455945vw, 1.6rem);
  padding-bottom: clamp(0.8rem, 2.8605645851px + 0.6843455945vw, 1.6rem);
  margin-bottom: clamp(0.8rem, -5.4910179641px + 1.7964071856vw, 2.9rem);
}
@media (max-width: 750px) {
  .top-products__container {
    gap: clamp(1.2rem, -16px + 7.4666666667vw, 4rem);
  }
}
.top-products__lead {
  color: #fff;
  font-size: clamp(1.4rem, 9.502994012px + 0.5988023952vw, 2.1rem);
  line-height: 2;
  margin-bottom: clamp(1.2rem, -5.9880239521px + 2.3952095808vw, 4rem);
}
@media (max-width: 750px) {
  .top-products__lead {
    font-size: 1.2rem;
  }
}
.top-products__img img {
  width: clamp(24rem, -68.3661248931px + 41.0607356715vw, 72rem);
}

/*===========================================================================*/
/*  Global Network  */
/*===========================================================================*/
.top-gw {
  position: relative;
  background-image: url(../../images/top/gw_bg.png);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 0% center;
}
@media (max-width: 750px) {
  .top-gw {
    background-size: cover;
  }
}
.top-gw .c-sideHead {
  top: clamp(24rem, 8.7254063302px + 30.7955517536vw, 60rem);
  z-index: 10;
}
.top-gw__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(7.2rem, 2.6176218991px + 9.2386655261vw, 18rem);
  width: fit-content;
  margin: 0 auto;
  padding-top: clamp(16.8rem, 6.1077844311px + 21.5568862275vw, 42rem);
  padding-bottom: clamp(16.8rem, 6.1077844311px + 21.5568862275vw, 42rem);
  position: relative;
  z-index: 10;
}
.top-gw__contents {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3.5rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s ease-out;
}
.top-gw__contents.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.top-gw__contents.top .top-gw__logo {
  width: clamp(17.88rem, 6.500427716px + 22.9426860565vw, 44.7rem);
  margin-bottom: clamp(1.12rem, 0.4071856287px + 1.4371257485vw, 2.8rem);
}
.top-gw__contents.bottom .top-gw__logo {
  width: clamp(10.76rem, 3.9118905047px + 13.8066723695vw, 26.9rem);
  margin-bottom: clamp(1.12rem, 0.4071856287px + 1.4371257485vw, 2.8rem);
}
.top-gw__img img {
  width: clamp(12.48rem, 4.5372112917px + 16.0136869119vw, 31.2rem);
}

/*===========================================================================*/
/*  Vision  */
/*===========================================================================*/
.top-vision {
  position: relative;
}
.top-vision .c-sideHead {
  top: clamp(20rem, 7.2711719418px + 25.6629597947vw, 50rem);
  z-index: 10;
}
.top-vision__inner {
  display: flex;
  justify-content: center;
  max-width: 192rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .top-vision__inner {
    display: block;
  }
}
.top-vision__contents {
  width: 100%;
}
.top-vision__contents.left {
  background: url(../../images/top/vision_bg01.png) center/cover no-repeat;
  padding-top: clamp(9.48rem, 3.4465355004px + 12.1642429427vw, 23.7rem);
  padding-bottom: clamp(8.24rem, 2.99572284px + 10.5731394354vw, 20.6rem);
}
.top-vision__contents.left .top-vision__main {
  margin-left: auto;
}
@media (min-width: 751px) {
  .top-vision__contents.left .top-vision__main {
    padding-right: clamp(3.08rem, 1.119760479px + 3.9520958084vw, 7.7rem);
  }
}
.top-vision__contents.left .top-vision__logo {
  margin-bottom: clamp(1.76rem, 0.6398631309px + 2.2583404619vw, 4.4rem);
}
.top-vision__contents.left .top-vision__logo img {
  width: clamp(4.88rem, 1.7741659538px + 6.2617621899vw, 12.2rem);
}
.top-vision__contents.right {
  background: url(../../images/top/vision_bg02.png) center/cover no-repeat;
  padding-top: clamp(9.48rem, 3.4465355004px + 12.1642429427vw, 23.7rem);
  padding-bottom: clamp(8.24rem, 2.99572284px + 10.5731394354vw, 20.6rem);
}
.top-vision__contents.right .top-vision__main {
  position: relative;
  z-index: 10;
}
@media (min-width: 751px) {
  .top-vision__contents.right .top-vision__main {
    padding-left: clamp(3.08rem, 1.119760479px + 3.9520958084vw, 7.7rem);
  }
}
.top-vision__contents.right .top-vision__logo {
  margin-bottom: clamp(0.6rem, 0.2181351583px + 0.7698887938vw, 1.5rem);
}
.top-vision__contents.right .top-vision__logo img {
  width: clamp(5.12rem, 1.8614200171px + 6.5697177074vw, 12.8rem);
}
.top-vision__contents.right .top-vision__txt {
  color: #fff;
}
.top-vision__main {
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s ease-out;
}
@media (min-width: 751px) {
  .top-vision__main {
    width: fit-content;
  }
}
.top-vision__main.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.top-vision__title {
  color: #c70000;
  font-size: clamp(2.4rem, 16.9332763045px + 0.9409751925vw, 3.5rem);
  font-weight: 700;
  margin-bottom: clamp(2.48rem, 0.9016253208px + 3.1822070145vw, 6.2rem);
}
.top-vision__title span {
  font-size: clamp(1.6rem, 11.502994012px + 0.5988023952vw, 2.3rem);
  font-weight: 400;
}
.top-vision__txt {
  font-size: clamp(1.4rem, 9.502994012px + 0.5988023952vw, 2.1rem);
  line-height: 1.66;
}

/*===========================================================================*/
/*  Video  */
/*===========================================================================*/
.top-video {
  position: relative;
  padding-top: clamp(5.6rem, 2.0359281437px + 7.1856287425vw, 14rem);
  padding-bottom: clamp(35rem, 221.5141146279px + 17.1086398631vw, 55rem);
}
@media (max-width: 750px) {
  .top-video {
    padding-top: 6.5rem;
    padding-bottom: 20rem;
  }
}
.top-video__inner {
  position: relative;
  text-align: center;
}
.top-video__wrapper {
  max-width: 106rem;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.top-video__wrapper:not(:last-child) {
  margin-bottom: 6.4rem;
}
@media (max-width: 750px) {
  .top-video__wrapper:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
.top-video__wrapper iframe {
  width: 100%;
  height: 100%;
}
.top-video__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 35vh;
  object-fit: fill;
  z-index: 10;
}
@media (max-width: 750px) {
  .top-video__bg {
    height: 18rem;
  }
}

.top__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.6rem, 5.0786997434px + 1.4542343884vw, 3.3rem);
  font-weight: 700;
  font-style: italic;
  padding-top: clamp(1.4rem, 6.9332763045px + 0.9409751925vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 7.2908468777px + 1.0265183918vw, 2.7rem);
  padding-left: clamp(2rem, 12.2908468777px + 1.0265183918vw, 3.2rem);
  padding-right: clamp(2rem, 12.2908468777px + 1.0265183918vw, 3.2rem);
  max-width: clamp(14rem, 64.1933276305px + 10.0940975192vw, 25.8rem);
  border: 3px solid #000;
}
@media (max-width: 750px) {
  .top__button {
    font-size: 1.4rem;
    padding-top: clamp(1rem, 6px + 1.0666666667vw, 1.4rem);
    padding-bottom: clamp(1.1rem, 7px + 1.0666666667vw, 1.5rem);
    padding-left: clamp(1.4rem, 8px + 1.6vw, 2rem);
    padding-right: clamp(1.4rem, 8px + 1.6vw, 2rem);
  }
}

.top-oil {
  position: fixed;
  top: 0;
  right: -28px;
  opacity: 0;
  will-change: opacity;
  animation: fadeIn 1.2s ease 1.25s forwards;
  animation-delay: 4.2s;
  z-index: 5;
}
.top-oil__content {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.top-oil__content.is-hidden {
  opacity: 0;
}
.top-oil img {
  max-width: clamp(20rem, 15.622754491px + 24.5508982036vw, 48.7rem);
}
@media (max-width: 750px) {
  .top-oil img {
    max-width: clamp(7.3rem, 41.7142857143px + 8.3428571429vw, 10.4285714286rem);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
