@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/* 基本スタイル */
:root {
  --primary-color: #ff0a64;
  --text-color: #4d4d4d;
  --background-color: #ffdcd6;
  --section-padding: 4.4rem 0;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 0.732vw;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 0.976vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.5445vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  color: var(--text-color);
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  background-image: url(../images/bg_main.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

#top {
  display: inline;
  height: 0;
  width: 0;
  visibility: hidden;
}

.container {
  position: relative;
  max-width: 90.2rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

/* 共通コンテンツ */
.main-bg {
  padding-bottom: 7rem;
}

.section {
  padding: var(--section-padding);
}

.section-title {
  margin-bottom: 3.2rem;
  text-align: center;
}

.section-title .section-title-main {
  display: block;
  line-height: 1;
}

.section-title .section-title-main img {
  height: 5rem;
}

.section-title .section-title-sub {
  display: block;
  margin-top: 1.2rem;
  line-height: 1;
}

.section-title .section-title-sub img {
  height: 2.1rem;
}

/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 2.1rem 0;
  transition: background-color 0.3s ease-in-out;
}

.header.on-bg {
  background-color: var(--primary-color);
}

.header.active {
  background-color: var(--primary-color);
}

.header-container {
  margin: 0 auto;
  padding-left: 10rem;
  padding-right: 10rem;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  line-height: 1;
}

.logo img {
  max-width: 15.6rem;
  height: auto;
}

.nav-list {
  display: flex;
  gap: 4.45rem;
}

.nav-item {
}

.nav-item a {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
}

.nav-item a img {
  display: block;
}

.nav-item.-top a img {
  height: 1.88rem;
}

.nav-item.-lineup a img {
  height: 1.92rem;
}

.nav-item.-voice a img {
  height: 1.49rem;
}

.nav-item.-qa a img {
  height: 1.88rem;
}

.nav-item.-shop a img {
  height: 1.98rem;
}

.nav-item.-link a img {
  height: 1.54rem;
}

.nav-copy {
  display: none;
}

/* ハンバーガーメニュー */
.hamburger-menu {
  display: none;
  width: 3rem;
  height: 2.4rem;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}

.hamburger-menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background-color: #ffffff;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 0;
}

.hamburger-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-menu span:nth-child(3) {
  bottom: 0;
}

/* ハンバーガーメニュー アクティブ状態 */
.hamburger-menu.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/* ヒーローセクション */
.hero {
  position: relative;
  overflow: hidden;
}

.hero-bg {
  aspect-ratio: 1920/785;
  width: 100%;
}

.hero-bg > img {
}

.hero-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 46.9791vw;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.hero-container > img {
  width: 21.25vw;
}

/* CONCEPTセクション */
.concept {
  padding: 13.2rem 0 5rem;
}

.concept-content {
  display: flex;
  justify-content: space-between;
  margin-inline: -1.6rem;
}

.concept-content-text {
  flex: 1;
}

.concept-content-text img {
  height: 2.05rem;
}

.concept-content-text img + img {
  margin-top: 2.4rem;
}

.concept-content-img {
  position: relative;
  width: 53rem;
}

.concept-content-img > img {
  position: absolute;
}

.concept-content-img > img.concept-content-img01 {
  top: -3rem;
  left: 0;
  width: 23.2rem;
}

.concept-content-img > img.concept-content-img02 {
  top: -6rem;
  right: -4.6rem;
  width: 39.5rem;
  z-index: 1;
}

.concept-content-img > img.concept-content-img03 {
  bottom: -3rem;
  left: 4.5rem;
  width: 26.7rem;
}

.concept-content-img > img.concept-content-img04 {
  bottom: -7rem;
  right: -4rem;
  width: 22rem;
}

/* LINE UPセクション */
.lineup {
  padding: 6.8rem 0 4rem;
  overflow-x: hidden;
}

.lineup .section-title .section-title-main img {
  height: 5.3rem;
}

.lineup .section-title .section-title-sub img {
  height: 2rem;
}

.lineup-content {
  position: relative;
  padding: 6rem 5.6rem;
  border-radius: 1.4rem;
  background-color: #ffffff;
}

.lineup-section {
  margin-bottom: 4.8rem;
}

.lineup-section .lineup-content-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  border-radius: 0.9rem;
  background-color: var(--primary-color);
  margin-bottom: 3.2rem;
}

.lineup-section .lineup-content-section-title img {
  height: 2.4rem;
}

.point-box01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
  padding-block: 3.2rem;
  border-bottom: solid 2px var(--primary-color);
}

.anime-point01-cover {
  position: relative;
  display: block;
  width: 17.3rem;
  height: 12.3rem;
}

.anime-point01-cover img {
  position: absolute;
  top: -43.4%;
  left: -13%;
  max-width: none;
  width: 125%;
}

.anime-point02-cover {
  position: relative;
  display: block;
  width: 17.3rem;
  height: 12.3rem;
}

.anime-point02-cover img {
  position: absolute;
  top: -33%;
  left: -5%;
  max-width: none;
  width: 120%;
}

.point-box01 p {
  width: 34.5rem;
  font-size: 3rem;
  font-weight: 700;
  color: #ff1664;
}

.point-flex-box {
  display: flex;
  gap: 4.2rem;
  margin-top: 4rem;
}

.point-flex-box.-small {
  padding-inline: 6rem;
  gap: 5.6rem;
}

.point-flex-box-item {
  flex: 1;
  text-align: center;
}

.point-flex-box-item-img {
  margin-bottom: 1.6rem;
}

.point-flex-box.-small .point-flex-box-item-img {
  margin-bottom: 2.4rem;
}

.point-flex-box.-small .point-flex-box-item-img {
  width: 13.8rem;
}

.point-flex-box-item-title {
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  color: #ff1664;
  margin-bottom: 2.4rem;
}

.point-flex-box-item-desc {
  text-align: center;
}

.project-flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 3rem;
}

.project-flex-box .project-flex-box-item {
  flex-basis: calc(50% - 2rem);
}

.project-flex-box-item .lineup-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24rem;
}

.project-flex-box-item p {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
}

.lineup-item-label {
  max-width: 10rem;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  line-height: 1;
  border-radius: 0.7rem;
  color: #ffffff;
  background-color: var(--primary-color);
  text-align: center;
  padding: 0.4rem 0 0.6rem;
  margin-top: 2.7rem;
  margin-bottom: 0.8rem;
}

.project-flex-box-item ul {
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.project-flex-box-item ul li {
  list-style-type: disc;
}

.lineup-section.-product {
  margin-bottom: 0;
}

.project-flex-box-item p,
.project-flex-box-item ul {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.project-flex-box .project-flex-box-item:nth-child(1) img {
  display: block;
  width: 30rem;
  margin: 0 auto;
}

.lineup-item-note {
  margin-top: 3.2rem;
  text-align: center;
}

/* VOICEセクション */
.voice {
  padding: 4.8rem 0 4rem;
}

.voice .section-title {
  margin-bottom: 4rem;
}

.voice-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.voice-item {
  flex: 1;
}

.voice-item img {
  width: 100%;
  height: auto;
}

/* Q&Aセクション */
.faq {
  padding: 4.8rem 0 4rem;
}

.faq-content {
  padding: 4.8rem 5.6rem 4rem;
  border-radius: 1.9rem;
  background-color: #ffffff;
}

.faq-item {
  letter-spacing: 0.03em;
}

.faq-item + .faq-item {
  margin-top: 4rem;
}

.faq-question {
  position: relative;
}

.faq-question h3 {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.16;
}

.faq-question h3 img {
  width: 4rem;
}

.faq-answer {
  position: relative;
  padding: 0.8rem 1.6rem 0.8rem 6.4rem;
}

.faq-answer p {
  position: relative;
  padding-left: 2.4rem;
}

.faq-answer p img {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 2.1rem;
}

/* SHOPセクション */
.shop {
  /* LINKの復帰にて削除 */
  padding-bottom: 11.4rem;
}

.shop .section-title {
}

.shop-content {
  background-color: #ffffff;
  border: solid 3px var(--primary-color);
  border-radius: 2rem;
  padding: 3.6rem 0;
  text-align: center;
}

.shop-content h3 {
  display: inline-block;
  font-size: 2rem;
  color: var(--primary-color);
  border: solid 2px var(--primary-color);
  border-radius: 0.8rem;
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.shop-item-list {
  display: flex;
  justify-content: center;
  gap: 5.6rem;
}

.shop-item {
}

.shop-item a {
  display: block;
  font-weight: bold;
  font-size: 2.2rem;
  color: white;
  background-color: var(--primary-color);
  border: solid 2px var(--primary-color);
  width: auto;
  min-width: 15.2rem;
  padding: 0.4rem 0.5rem 0.8rem;
  border-radius: 2rem;
  transition: all 0.3s ease;
}

.shop-item a:hover {
  color: var(--primary-color);
  background-color: #ffcde3;
}

/* LINKセクション */
.link {
  padding-bottom: 11.4rem;
}

.link-content {
  display: flex;
  justify-content: center;
  gap: 5.6rem;
}

.link-content-item {
  max-width: 40rem;
}

.link-content-item a {
}

@media screen and (min-width: 768px) {
  .link-content-item a:hover {
    opacity: 0.7;
  }
}

.link-content-item span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ff1664;
  text-align: center;
  margin-top: 2rem;
  line-height: 1;
}

/* フッター */
.footer {
  background-color: var(--primary-color);
  color: white;
  padding: 4.8rem 0 2.4rem;
}

.footer-content {
}

.footer-contact {
  text-align: center;
}

.footer-contact-title {
  display: inline-block;
  font-size: 2rem;
  border: solid 2px #ffffff;
  border-radius: 0.8rem;
  padding: 0 1.65rem;
  margin-bottom: 2rem;
}

.footer-contact-text {
  font-size: 1.6rem;
  letter-spacing: 0.11em;
  line-height: 1.56;
}

.footer-logo {
  margin-top: 4rem;
  text-align: center;
}

.footer-logo a:hover {
  opacity: 0.8;
}

.footer-logo img {
  max-width: 24rem;
}

.footer-bottom {
  margin-top: 2.6rem;
  text-align: center;
}

/* ユーティリティクラス */
.letter-spacing-m005 {
  letter-spacing: -0.05em !important;
}

.letter-spacing-m001 {
  letter-spacing: -0.01em !important;
}

.letter-spacing-003 {
  letter-spacing: 0.03em !important;
}

.letter-spacing-005 {
  letter-spacing: 0.05em !important;
}

.letter-spacing-007 {
  letter-spacing: 0.07em !important;
}

.letter-spacing-013 {
  letter-spacing: 0.13em !important;
}

.u-hide_pc {
  display: none;
}

.u-hide_tab {
  display: none;
}

.u-hide_sp {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .letter-spacing-000-sp {
    letter-spacing: 0em !important;
  }

  .letter-spacing-005-sp {
    letter-spacing: 0.05em !important;
  }

  .letter-spacing-019-sp {
    letter-spacing: 0.19em !important;
  }

  .u-hide_pc {
    display: inline-block;
  }

  .u-hide_sp {
    display: none;
  }
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .header-container {
    padding-left: 1.6rem;
    padding-right: 3.2rem;
  }

  .hero {
  }

  .hero-bg {
    aspect-ratio: 1024/625;
  }

  .hero-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 86rem;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }

  .hero-container > img {
    width: 31rem;
  }

  .concept {
    padding-bottom: 8rem;
  }

  .concept-content {
    margin: 0;
  }

  .u-hide_pc {
    display: inline-block;
  }

  .u-hide_tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* 基本設定 */
  .section {
    padding: 6rem 0;
  }

  .container {
    width: 100%;
    padding: 0 2.4rem;
  }

  .section-title {
    margin-bottom: 2.4rem;
  }

  .section-title .section-title-main {
  }

  .section-title .section-title-main img {
    height: 2.5rem;
  }

  .section-title .section-title-sub {
    margin-top: 0.2rem;
  }

  .section-title .section-title-sub img {
    height: 1.4rem;
  }

  /* ヘッダー */
  .header {
    padding: 1.6rem 0;
  }

  .header-container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .logo {
    display: flex;
    align-items: center;
  }

  .logo img {
    max-width: 10rem;
  }

  /* ナビゲーション */
  .nav {
    position: fixed;
    top: 5.6rem;
    right: -100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 5.6rem);
    background-color: var(--primary-color);
    z-index: 1000;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
  }

  .nav.active {
    right: 0;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 4rem 3.2rem;
    gap: 0;
  }

  .nav-item {
    margin: 1.6rem 0;
  }

  .nav-item a {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.15em;
  }

  .nav-copy {
    display: block;
    font-size: 1.2rem;
    color: #ffffff;
    margin-top: auto;
    padding: 4rem 3.2rem;
  }

  /* ハンバーガーメニュー表示 */
  .hamburger-menu {
    display: block;
  }

  /* モバイルメニュー表示時の背景固定 */
  body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }

  /* ヒーローセクション */
  .hero {
  }

  .hero-container {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8rem;
  }

  .hero-container > img {
    width: 21.7rem;
  }

  /* CONCEPTセクション */
  .concept {
    padding: 2.8rem 0;
  }

  .concept-content {
    flex-direction: column;
  }

  .concept-content-text {
    text-align: center;
  }

  .concept-content-text img {
    display: block;
    height: 1.5rem;
    margin: 0 auto;
  }

  .concept-content-text img + img {
    margin-top: 1.8rem;
  }

  .concept-content-img {
    width: 100%;
    height: 29.3rem;
    margin-top: 2rem;
  }

  .concept-content-img > img {
  }

  .concept-content-img > img.concept-content-img01 {
    top: 1rem;
    left: 0;
    width: 16.6rem;
  }

  .concept-content-img > img.concept-content-img02 {
    top: 0;
    right: -0.3rem;
    width: 22rem;
  }

  .concept-content-img > img.concept-content-img03 {
    bottom: 0.1rem;
    left: -0.4rem;
    width: 18.8rem;
  }

  .concept-content-img > img.concept-content-img04 {
    bottom: -0.3rem;
    right: 2rem;
    width: 16.8rem;
    z-index: -1;
  }

  /* LINE UPセクション */
  .lineup {
    padding: 6rem 0 2.4rem;
    overflow-x: visible;
  }

  .lineup .section-title .section-title-main img {
    height: 2.5rem;
  }

  .lineup .section-title .section-title-sub img {
    height: 1.4rem;
  }

  .lineup-section {
    margin-bottom: 4rem;
  }

  .lineup-content {
    padding: 2.7rem 2.1rem;
  }

  .lineup-section .lineup-content-section-title {
    min-height: 4.8rem;
  }

  .lineup-section .lineup-content-section-title img {
    height: 1.8rem;
  }

  .point-box01 {
    flex-direction: column;
    gap: 1.2rem;
    padding-block: 2.8rem;
  }

  .anime-point01-cover {
  }

  .anime-point01-cover img {
  }

  .anime-point02-cover {
  }

  .anime-point02-cover img {
  }

  .point-box01 p {
    font-size: 1.9rem;
    text-align: center;
  }

  .point-flex-box {
    flex-direction: column;
    gap: 0.8rem;
  }

  .point-flex-box.-small {
    gap: 4rem;
  }

  .point-flex-box-item {
  }

  .point-flex-box-item-img {
  }

  .point-flex-box.-small .point-flex-box-item-img {
    margin-bottom: 1.6rem;
  }

  .point-flex-box-item-title {
    font-size: 1.8rem;
  }

  .point-flex-box-item-desc {
  }

  .project-flex-box {
    flex-direction: column;
  }

  .project-flex-box .project-flex-box-item {
  }

  .project-flex-box-item .lineup-item-img {
  }

  .project-flex-box-item p {
  }

  .lineup-item-label {
    max-width: 8.8rem;
    font-size: 1.6rem;
    display: block;
    margin: 0 auto 1.8rem;
  }

  .project-flex-box-item ul {
  }

  .project-flex-box-item ul li {
  }

  .lineup-section.-product {
  }

  .project-flex-box-item p,
  .project-flex-box-item ul {
    margin-bottom: 2.7rem;
  }

  .project-flex-box .project-flex-box-item:nth-child(1) img {
    width: 19.8rem;
    gap: 0;
  }

  .lineup-item-note {
    margin-top: 0;
    text-align: left;
  }

  /* VOICEセクション */
  .voice {
    padding: 2.4rem 0;
  }

  .voice .section-title {
    margin-bottom: 3.2rem;
  }

  .voice-content {
    gap: 2.4rem;
  }

  .voice-item {
    flex-basis: 100%;
    margin-bottom: 0;
  }

  .voice-item img {
    display: block;
    width: 28rem;
    margin: 0 auto;
  }

  /* Q&Aセクション */
  .faq {
    padding: 2.4rem 0;
  }

  .faq .section-title {
    margin-bottom: 3rem;
  }

  .faq-content {
    padding: 2.4rem 1.6rem 1.6rem;
  }

  .faq-item {
    font-size: 1.6rem;
  }

  .faq-item + .faq-item {
    margin-top: 3rem;
  }

  .faq-question {
    padding-left: 0;
    margin-bottom: 0.8rem;
  }

  .faq-question h3 {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1.16;
  }

  .faq-question h3 img {
    width: 3.6rem;
  }

  .faq-answer {
    padding: 0.8rem;
  }

  .faq-answer p {
    font-size: 1.6rem;
    padding-left: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }

  .faq-answer p img {
    width: 1.8rem;
  }

  /* SHOPセクション */
  /* LINKの復帰にて削除 */
  .shop {
    padding: 2.4rem 0 4.8rem;
  }

  .shop-content {
    padding: 4rem 0;
    border-width: 2px;
    border-radius: 2rem;
  }

  .shop-content h3 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0 1.4rem;
    margin-bottom: 2.4rem;
    border-radius: 0.6rem;
  }

  .shop-item-list {
    flex-direction: column;
    gap: 2.4rem;
  }

  .shop-item a {
    font-size: 2rem;
    width: 15.2rem;
    padding: 0.4rem 1.5rem 0.5rem;
    margin-inline: auto;
    border-radius: 1.6rem;
  }

  /* LINKセクション */
  .link {
    padding: 2.4rem 0 4.8rem;
  }

  .link .section-title .section-title-sub {
    margin-top: 0.8rem;
  }

  .link-content {
    flex-direction: column;
    gap: 1.6rem;
  }

  .link-content-item {
  }

  .link-content-item a {
  }

  .link-content-item span {
    margin-top: 1.6rem;
  }

  /* フッター */
  .footer {
    padding: 2.7rem 0 2.4rem;
  }

  .footer .container {
    padding: 0 2rem;
  }

  .footer-contact-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .footer-contact-text {
    letter-spacing: 0.06em;
  }

  .footer-logo {
    margin-top: 4rem;
  }

  .footer-logo img {
    max-width: 24rem;
  }

  .footer-bottom {
    margin-top: 2rem;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}

/* Animation */

.fade-item {
  opacity: 0;
  transform: translateY(50px);
  transition: 1.4s;
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.ornament.fade-item {
  transform: translateY(0px);
  transition: 1.8s;
}

@media screen and (min-width: 1025px) {
  .swaying-item-pc {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .swaying-item-tb {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
}

@media screen and (max-width: 768px) {
  .stop-swaying-item-sp {
    animation: none;
  }

  .swaying-item-sp {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
}

.delay1 {
  animation-delay: 0.2s;
}

.delay2 {
  animation-delay: 0.4s;
}

.delay3 {
  animation-delay: 0.6s;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(10%);
  }
}

/* ユーティリティ */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .mb0_sp {
    margin-bottom: 0 !important;
  }

  .mb1_sp {
    margin-bottom: 1rem !important;
  }

  .mb2_sp {
    margin-bottom: 2.4rem !important;
  }
}

.hero-logo-svg {
  width: 100%;
  height: auto;
  max-width: 21.25vw;
  opacity: 0;
  animation: svgFadeIn 2s ease-out forwards;
}

@keyframes logoBlurToSharp {
  0% {
    filter: blur(40px);
    opacity: 0;
    transform: scale(1.1);
  }

  30% {
    opacity: 0.3;
  }

  60% {
    filter: blur(20px);
    opacity: 0.7;
  }

  100% {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes svgFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Concept Text Slide Animation - Elegant and Slow */
.concept-text-slide {
  opacity: 0;
  transform: translateX(-40px) scale(0.95);
  filter: blur(5px);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.concept-text-slide.slide-in {
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: blur(0px);
}

/* Individual delays for each text - More elegant spacing */
.concept-text-1.slide-in {
  transition-delay: 0s;
}

.concept-text-2.slide-in {
  transition-delay: 0.05s;
}

.concept-text-3.slide-in {
  transition-delay: 0.1s;
}

.concept-text-4.slide-in {
  transition-delay: 0.15s;
}

.concept-text-5.slide-in {
  transition-delay: 0.2s;
}

.concept-text-6.slide-in {
  transition-delay: 0.25s;
}

.concept-text-7.slide-in {
  transition-delay: 0.3s;
}

.concept-text-8.slide-in {
  transition-delay: 0.35s;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .hero-logo-blur {
    animation-delay: 0.3s;
  }

  .hero-logo-svg {
    max-width: 23rem;
    animation-delay: 0.1s;
  }
}

/* Concept Image Fade-in Animation from Bottom */
.concept-img-fade {
  opacity: 0;
  transform: translateY(60px) scale(0.9);
  /* filter: blur(3px); */
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.concept-img-fade.fade-in-up {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
}

/* Individual delays for each image */
.concept-img-1.fade-in-up {
  transition-delay: 0s;
}

.concept-img-2.fade-in-up {
  transition-delay: 0s;
}

.concept-img-3.fade-in-up {
  transition-delay: 0s;
}

.concept-img-4.fade-in-up {
  transition-delay: 0s;
}

/* 1024px以下ではアニメーションを無効化 */
@media screen and (max-width: 1024px) {
  /* テキストスライドアニメーションを無効化 */
  .concept-text-slide {
    opacity: 1 !important;
    transform: translateX(0) scale(1) !important;
    filter: blur(0px) !important;
    transition: none !important;
  }

  .concept-text-slide.slide-in {
    opacity: 1 !important;
    transform: translateX(0) scale(1) !important;
    filter: blur(0px) !important;
    transition: none !important;
  }

  /* すべてのテキストアニメーション遅延を無効化 */
  .concept-text-1.slide-in,
  .concept-text-2.slide-in,
  .concept-text-3.slide-in,
  .concept-text-4.slide-in,
  .concept-text-5.slide-in,
  .concept-text-6.slide-in,
  .concept-text-7.slide-in,
  .concept-text-8.slide-in {
    transition-delay: 0s !important;
    transition: none !important;
  }

  /* 画像フェードアニメーションを無効化 */
  .concept-img-fade {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
    filter: blur(0px) !important;
    transition: none !important;
  }

  .concept-img-fade.fade-in-up {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
    filter: blur(0px) !important;
    transition: none !important;
  }

  /* すべての画像アニメーション遅延を無効化 */
  .concept-img-1.fade-in-up,
  .concept-img-2.fade-in-up,
  .concept-img-3.fade-in-up,
  .concept-img-4.fade-in-up {
    transition-delay: 0s !important;
    transition: none !important;
  }
}
