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

anim

**********/
/*** loading ***/
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000002; /* 真っ黒（slate-950） */
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 1s ease, visibility 1s;
  transition: opacity 1s ease, visibility 1s;
}

#loading-screen.loaded {
  opacity: 0;
  visibility: hidden;
}

/* Loading文字とメーターのコンテナ */
.loading-content {
  position: relative;
  z-index: 10001;
  text-align: center;
  opacity: 0;
  -webkit-animation: fadeInContent 1s ease forwards 0.5s;
          animation: fadeInContent 1s ease forwards 0.5s;
}

@-webkit-keyframes fadeInContent {
  to {
    opacity: 1;
  }
}

@keyframes fadeInContent {
  to {
    opacity: 1;
  }
}
.loading-text {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  color: #fff;
}

/* ロード状況を示すメーター */
.loading-bar-container {
  width: 200px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
  overflow: hidden;
}

.loading-bar-fill {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

/*** cmn ***/
.cmn_ttl_blc01.anim {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.cmn_ttl_blc01.anim.visible {
  opacity: 1;
}

.cmn_btn_blc01.anim {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.cmn_btn_blc01.anim.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.cmn_btn_blc02.anim {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.cmn_btn_blc02.anim.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

main {
  /*** MV ***/
}
main .bg_blc.anim {
  opacity: 0;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
main .bg_blc.anim .bg01 {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transform: translate(-130px, 0);
          transform: translate(-130px, 0);
  -webkit-filter: blur(1.6rem);
          filter: blur(1.6rem);
}
main .bg_blc.anim .bg02 {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transform: translate(130px, 0);
          transform: translate(130px, 0);
  -webkit-filter: blur(1.6rem);
          filter: blur(1.6rem);
}
main .bg_blc.anim .bg03 {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  width: 100vw;
  left: calc(50% - 50vw);
}
main .bg_blc.anim.visible {
  opacity: 1;
}
main .bg_blc.anim.visible .bg01 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
main .bg_blc.anim.visible .bg02 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
main .bg_blc.anim.visible .bg03 {
  width: 25vw;
  left: calc(50% - 12.5vw);
}
main .logo01.anim {
  opacity: 0;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: blur(1.6rem);
          filter: blur(1.6rem);
}
main .logo01.anim.visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}
main .txt01.anim {
  opacity: 0;
  -webkit-transition: all 1.8s ease-in-out;
  transition: all 1.8s ease-in-out;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
main .txt01.anim.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
main {
  /*** ABOUT ***/
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim:nth-child(2n-1):after, main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim:nth-child(2n):after {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim .about_cont_img_box01 .img {
  overflow: hidden;
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim .about_cont_img_box01 .img img {
  -webkit-filter: blur(1.5rem);
          filter: blur(1.5rem);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim:nth-child(2n-1) .about_cont_txt_box01 .about_ttl_box01 {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
  opacity: 0;
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim:nth-child(2n-1) .about_cont_txt_box01 .txt_box01 {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
  opacity: 0;
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim:nth-child(2n) .about_cont_txt_box01 .about_ttl_box01 {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
  opacity: 0;
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim:nth-child(2n) .about_cont_txt_box01 .txt_box01 {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
  opacity: 0;
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim.visible:nth-child(2n-1):after, main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim.visible:nth-child(2n):after {
  opacity: 1;
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim.visible .about_cont_img_box01 .img img {
  -webkit-filter: blur(0);
          filter: blur(0);
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim.visible:nth-child(2n-1) .about_cont_txt_box01 .about_ttl_box01 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim.visible:nth-child(2n-1) .about_cont_txt_box01 .txt_box01 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim.visible:nth-child(2n) .about_cont_txt_box01 .about_ttl_box01 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01.anim.visible:nth-child(2n) .about_cont_txt_box01 .txt_box01 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
main {
  /*** BRAND ***/
}
main #brand .cont_blc01 .brand_list01.anim .brand_item01 {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
main #brand .cont_blc01 .brand_list01.anim .brand_item01:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  main #brand .cont_blc01 .brand_list01.anim .brand_item01:nth-child(2) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
main #brand .cont_blc01 .brand_list01.anim .brand_item01:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  main #brand .cont_blc01 .brand_list01.anim .brand_item01:nth-child(3) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
main #brand .cont_blc01 .brand_list01.anim.visible .brand_item01 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
main {
  /*** NEWS ***/
}
main #news .cont_blc01 .news_list01.anim .news_item01 {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  --delya_time: 0.2s;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
main #news .cont_blc01 .news_list01.anim .news_item01:nth-child(2) {
  -webkit-transition-delay: calc(1 * var(--delya_time));
          transition-delay: calc(1 * var(--delya_time));
}
@media screen and (max-width: 768px) {
  main #news .cont_blc01 .news_list01.anim .news_item01:nth-child(2) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
main #news .cont_blc01 .news_list01.anim .news_item01:nth-child(3) {
  -webkit-transition-delay: calc(2 * var(--delya_time));
          transition-delay: calc(2 * var(--delya_time));
}
@media screen and (max-width: 768px) {
  main #news .cont_blc01 .news_list01.anim .news_item01:nth-child(3) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
main #news .cont_blc01 .news_list01.anim .news_item01:nth-child(4) {
  -webkit-transition-delay: calc(3 * var(--delya_time));
          transition-delay: calc(3 * var(--delya_time));
}
@media screen and (max-width: 768px) {
  main #news .cont_blc01 .news_list01.anim .news_item01:nth-child(4) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
main #news .cont_blc01 .news_list01.anim .news_item01:nth-child(5) {
  -webkit-transition-delay: calc(4 * var(--delya_time));
          transition-delay: calc(4 * var(--delya_time));
}
@media screen and (max-width: 768px) {
  main #news .cont_blc01 .news_list01.anim .news_item01:nth-child(5) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
main #news .cont_blc01 .news_list01.anim .news_item01:nth-child(6) {
  -webkit-transition-delay: calc(5 * var(--delya_time));
          transition-delay: calc(5 * var(--delya_time));
}
@media screen and (max-width: 768px) {
  main #news .cont_blc01 .news_list01.anim .news_item01:nth-child(6) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media screen and (max-width: 600px) {
  main #news .cont_blc01 .news_list01.anim .news_item01 .eyecatch {
    max-width: 288px;
    margin-inline: auto;
    margin-bottom: 18px;
  }
}
main #news .cont_blc01 .news_list01.anim.visible .news_item01 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
main {
  /*** CONTACT ***/
}
main #contact.anim {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}
main #contact.anim.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/**********

hamon

**********/
main {
  width: 100%;
}
main #mv,
main #about,
main #brand,
main #news,
main #contact {
  position: relative;
}
main #mv .hamon01, main #mv .hamon02,
main #about .hamon01,
main #about .hamon02,
main #brand .hamon01,
main #brand .hamon02,
main #news .hamon01,
main #news .hamon02,
main #contact .hamon01,
main #contact .hamon02 {
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
}
main #mv {
  position: relative;
}
main #mv .hamon01 {
  left: calc(50% + 630px);
  top: 770px;
  z-index: 0;
}
@media screen and (max-width: 1290px) {
  main #mv .hamon01 {
    left: auto;
    right: -50px;
  }
}
main #mv .hamon02 {
  left: calc(50% - 810px);
  top: 120px;
  z-index: 0;
}
@media screen and (max-width: 1290px) {
  main #mv .hamon02 {
    left: 50px;
  }
}
main #brand .hamon01 {
  left: calc(50% - 800px);
  top: -110px;
  z-index: 0;
}
@media screen and (max-width: 1290px) {
  main #brand .hamon01 {
    left: -30px;
  }
}
main #news .hamon01 {
  left: calc(50% + 510px);
  top: -70px;
  z-index: 0;
}
@media screen and (max-width: 1290px) {
  main #news .hamon01 {
    left: auto;
    right: -50px;
  }
}
main #contact .hamon01 {
  left: calc(50% + 750px);
  bottom: 700px;
  z-index: -1;
}
@media screen and (max-width: 1290px) {
  main #contact .hamon01 {
    left: auto;
    right: 80px;
  }
}
main #contact .hamon02 {
  left: calc(50% - 760px);
  top: -190px;
  z-index: -1;
}
@media screen and (max-width: 1290px) {
  main #contact .hamon02 {
    left: -50px;
  }
}

/* 波紋を発生させる固定地点 */
.hamon01, .hamon02 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/* 波紋コンテナのスタイル */
.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  z-index: 0;
}

/* 各リングのスタイル */
.ripple-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  /* 線の太さを維持 (0.3px) */
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 0;
  will-change: width, height, opacity, filter;
  /* 2.5秒かけて広がる */
  -webkit-animation: ring-animation 2.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: ring-animation 2.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

/* widthとheightを大きくするアニメーション */
@-webkit-keyframes ring-animation {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  20% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    /* JavaScriptから渡される変数 --size を使用し、未設定時は600pxにする */
    width: var(--size, 600px);
    height: var(--size, 600px);
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
@keyframes ring-animation {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  20% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    /* JavaScriptから渡される変数 --size を使用し、未設定時は600pxにする */
    width: var(--size, 600px);
    height: var(--size, 600px);
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
/* 画面幅変更時はアニメーションを無効 */
.is-resize *, .is-resize *::before, .is-resize *::after {
  -webkit-transition-duration: 0.01ms !important;
          transition-duration: 0.01ms !important;
  -webkit-animation-duration: 0.01ms !important;
          animation-duration: 0.01ms !important;
  -webkit-transition-delay: 0.01ms !important;
          transition-delay: 0.01ms !important;
}