@charset "UTF-8";
/****************************************************************************
****    変数
****************************************************************************/
/****************************************************************************
****    TOP
****************************************************************************/
section.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}

#video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.mv-catch_area {
  position: absolute;
  bottom: 12%;
  left: 6%;
  z-index: 5;
}

h1.mv-catch_en {
  font-size: clamp(40px, 4.5vw, 110px);
  line-height: 1;
}

p.mv-catch_jp {
  font-size: 24px;
  margin-top: 14px;
}

section.concept-sec {
  padding: 180px 0 120px;
  position: relative;
}
section.concept-sec::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/concept-sec_bg.png);
}

.concept-title_bg {
  font-size: clamp(96px, 14.5vw, 280px);
  position: absolute;
  top: 0;
  right: 0;
  filter: blur(10px);
  color: #8f8f8f;
}

p.concept-title_sub {
  font-size: clamp(14px, 4.5vw, 28px);
  margin-top: 16px;
  font-weight: bold;
}

h3.concept-top_message {
  margin-top: 100px;
  font-size: clamp(24px, 4.5vw, 40px);
  font-weight: bold;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7137254902));
}

p.concept-text {
  margin-top: 70px;
  font-size: 20px;
  line-height: 3;
}

.concept-slide_wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 120px;
}

.concept-slide_area {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slideLoop 180s linear infinite;
  will-change: transform;
}

.concept-slide_area img {
  height: 370px;
  width: auto;
  flex-shrink: 0;
}

@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
section.about-sec {
  margin-top: 100px;
}

.sec-title_about {
  max-width: 1600px;
  margin: 0 auto 90px;
  padding-left: 5%;
}

h3.about-top_message {
  margin-top: 100px;
  font-size: clamp(24px, 4.5vw, 40px);
  font-weight: bold;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7137254902));
}

p.about-text {
  margin-top: 50px;
  font-size: 16px;
  line-height: 2.2;
}

.about-list_area {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 70px;
}

.about-list_wrap {
  height: 210px;
  position: relative;
  transition: 0.4s;
}
.about-list_wrap::after {
  display: block;
  content: "";
  background-image: url(../images/about-list_arrow.png);
  background-size: cover;
  width: 68px;
  height: 68px;
  bottom: 30px;
  right: 30px;
  position: absolute;
  transition: 0.4s;
}
.about-list_wrap:hover::after {
  right: 20px;
}
.about-list_wrap:hover {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7137254902));
}

.about-list01 {
  background-image: url(../images/about-list01_bg.png);
  background-size: cover;
}

.about-list02 {
  background-image: url(../images/about-list02_bg.png);
  background-size: cover;
}

.about-list03 {
  background-image: url(../images/about-list03_bg.png);
  background-size: cover;
}

.about-list04 {
  background-image: url(../images/about-list04_bg.png);
  background-size: cover;
}

h3.about-list_title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 20px;
  font-weight: bold;
}

section.products-sec {
  padding: 120px 0 380px;
  position: relative;
}
section.products-sec::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/products-sec_bg.png);
  background-position: bottom center;
  bottom: 0;
  top: unset;
}

.products-list_container {
  margin-top: 100px;
  gap: 100px;
  row-gap: 70px;
  align-items: center;
}

.products-item_area {
  padding: 100px 32px 60px;
  min-height: 565px;
  border-radius: 20px;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7254901961));
  background-color: rgba(255, 255, 255, 0.1215686275);
}

.products-item_img {
  max-width: 360px;
}
.products-item_img img {
  width: 100%;
}

p.products-item_text {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 600;
}

ul.products-item_list {
  max-width: 510px;
  width: 100%;
}

li.products-list_wrap {
  padding: 40px 24px;
  border-bottom: solid 1px #fff;
  position: relative;
}
li.products-list_wrap:last-child {
  border-bottom: none;
}
li.products-list_wrap::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/about-list_arrow.png);
  background-size: cover;
  width: 68px;
  height: 68px;
  bottom: 30px;
  right: 30px;
  top: unset;
  left: unset;
  position: absolute;
  transition: 0.4s;
}
li.products-list_wrap:hover {
  background-color: rgba(255, 255, 255, 0.1215686275);
}
li.products-list_wrap:hover::before {
  right: 20px;
}

a.products-list_head {
  font-size: 24px;
  font-weight: bold;
}

section.information-sec {
  position: relative;
  padding-bottom: 80px;
}
section.information-sec::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/information-sec_bg.png);
}

ul#slick-slider_info {
  margin-top: 90px;
}

.slick-item_wrap {
  margin: 0 24px;
  justify-content: center;
  gap: 32px;
  padding: 50px;
  border: solid 1px rgba(255, 255, 255, 0.4823529412);
  background: rgba(0, 0, 0, 0.2549019608);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.info-slide_img {
  max-width: 320px;
}
.info-slide_img img {
  width: 100%;
}

.info-slide_text {
  max-width: 500px;
}

h3.info-title_head {
  font-size: 20px;
  font-weight: bold;
}

p.info-text_lead {
  margin-top: 30px;
  font-size: 16px;
}

.category-tag_area {
  margin-top: 30px;
  gap: 10px;
  flex-wrap: wrap;
}

.category-list_tag {
  padding: 10px;
  border: solid 1px rgba(255, 255, 255, 0.4549019608);
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.0862745098);
  line-height: 1;
}

.viewmore-arrow {
  font-size: 20px;
  position: relative;
  display: inline-block;
  margin-top: 36px;
}
.viewmore-arrow::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/viewmore-arrow.png);
  width: 48px;
  height: 27px;
  right: -62px;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
  transition: 0.4s;
  z-index: 5;
}
.viewmore-arrow:hover::before {
  right: -74px;
}

.info-btn {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
}

.btn-inner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: 0.4s;
}

.btn-inner img {
  width: 48px;
  height: auto;
  transition: 0.4s;
}

.btn-inner:hover img {
  transform: translateX(12px);
}

section.column-sec {
  margin-top: 120px;
}

.column-list_container {
  justify-content: space-between;
  gap: 90px;
  row-gap: 60px;
}

.column-category_area {
  max-width: 220px;
}

li.column-category_link {
  font-size: 14px;
  font-weight: 600;
}

ul.column-list_area {
  max-width: 760px;
}

li.column-list_wrap {
  margin-bottom: 60px;
  gap: 40px;
}

.column-thumnail {
  max-width: 280px;
}
.column-thumnail img {
  width: 100%;
}

.category-text_wrap {
  max-width: 440px;
}

.category-top_tag {
  gap: 10px;
}
.category-top_tag span {
  font-size: 14px;
  color: #7d7d7d;
}

h3.column-title_head {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}

p.column-text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

/****************************************************************************
****    レスポンシブ
****************************************************************************/

/* ===== Coming Soon Toast ===== */
#coming-soon-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  background: rgba(10, 5, 20, 0.92);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 24px 48px;
  border-radius: 8px;
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: bold;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
}
#coming-soon-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (min-width: 1201px) {
  .sp_part {
    display: none;
  }
}
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  section.concept-sec {
    padding: 100px 0 100px;
  }
  p.concept-title_sub {
    font-size: clamp(14px, 4.5vw, 28px);
    margin-top: 16px;
    font-weight: bold;
  }
  h3.concept-top_message {
    margin-top: 70px;
  }
  p.concept-text {
    margin-top: 50px;
  }
  .concept-slide_wrapper {
    margin-top: 70px;
  }
  section.about-sec {
    margin-top: 60px;
  }
  .sec-title_about {
    margin: 0 auto 50px;
  }
  h3.about-top_message {
    margin-top: 60px;
  }
  .about-list_area {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 50px;
  }
  section.products-sec {
    padding: 70px 0 120px;
  }
  .products-list_container {
    margin-top: 40px;
    gap: 50px;
    row-gap: 40px;
  }
  .products-item_area {
    padding: 60px 32px 60px;
  }
  .products-item_img {
    max-width: 240px;
     margin: 0 auto;
   }
  p.products-item_text {
    margin-top: 50px;
    font-size: 16px;
  }
  li.products-list_wrap {
    padding: 24px 16px;
  }
  li.products-list_wrap:last-child {
    border-bottom: none;
  }
  li.products-list_wrap::before {
    width: 48px;
    height: 48px;
    bottom: 20px;
    right: 30px;
    top: unset;
    left: unset;
  }
  a.products-list_head {
    font-size: 20px;
  }
  section.information-sec {
    position: relative;
    padding-bottom: 80px;
  }
  section.information-sec::before {
    content: "";
    display: block;
    background-size: cover;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background-image: url(../images/information-sec_bg.png);
  }
  ul#slick-slider_info {
    margin-top: 50px;
  }
  .slick-item_wrap {
    margin: 0 24px;
    gap: 24px;
    padding: 32px;
  }
  .info-slide_img {
    max-width: 280px;
  }
  .info-slide_text {
    max-width: 500px;
  }
  h3.info-title_head {
    font-size: 20px;
  }
  p.info-text_lead {
    margin-top: 20px;
    font-size: 16px;
  }
  .category-tag_area {
    margin-top: 20px;
  }
  .category-list_tag {
    padding: 10px;
    font-size: 12px;
  }
  .viewmore-arrow {
    font-size: 16px;
    margin-top: 24px;
  }
  .info-btn {
    margin: 40px auto 0;
  }
  section.column-sec {
    margin-top: 70px;
  }
  .column-list_container {
    gap: 50px;
    row-gap: 40px;
  }
  .column-category_area {
    max-width: 220px;
  }
  li.column-category_link {
    font-size: 14px;
  }
  li.column-list_wrap {
    margin-bottom: 40px;
    gap: 40px;
  }
  .category-text_wrap {
    max-width: 440px;
  }
  .category-top_tag {
    gap: 10px;
  }
  .category-top_tag span {
    font-size: 12px;
  }
  h3.column-title_head {
    margin-top: 20px;
    font-size: 20px;
  }
  p.column-text {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  body {
    transition: 0.4s;
  }
  .pc_part {
    display: none;
  }
  section.main-visual {
    width: 100%;
    height: 100vh;
    height: 100svh;
  }
  .mv-catch_area {
    position: absolute;
    bottom: 12%;
    left: 6%;
    z-index: 5;
  }
  h1.mv-catch_en {
    font-size: clamp(40px, 4.5vw, 110px);
  }
  p.mv-catch_jp {
    font-size: 20px;
    margin-top: 14px;
  }
  section.concept-sec {
    padding: 90px 0 70px;
  }
  .concept-title_bg {
    font-size: clamp(76px, 14.5vw, 280px);
  }
  p.concept-title_sub {
    font-size: clamp(14px, 4.5vw, 28px);
    margin-top: 12px;
  }
  h3.concept-top_message {
    margin-top: 50px;
    font-size: clamp(24px, 4.5vw, 40px);
  }
  p.concept-text {
    margin-top: 50px;
    font-size: 18px;
    line-height: 2.2;
  }
  .concept-slide_wrapper {
    margin-top: 50px;
  }
  .concept-slide_area img {
    height: 250px;
  }
  section.about-sec {
    margin-top: 50px;
  }
  .sec-title_about {
    margin: 0 auto 90px;
    padding-left: 5%;
  }
  h3.about-top_message {
    margin-top: 50px;
    font-size: clamp(24px, 4.5vw, 40px);
  }
  p.about-text {
    margin-top: 50px;
    font-size: 16px;
    line-height: 2.2;
  }
  .about-list_area {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }
  .about-list_wrap {
    height: 180px;
  }
  .about-list_wrap::after {
    width: 48px;
    height: 48px;
    bottom: 20px;
    right: 14px;
  }
  .about-list_wrap:hover::after {
    right: 8px;
  }
  h3.about-list_title {
    bottom: 30px;
    left: 20px;
    font-size: 18px;
  }
  section.products-sec {
    padding: 50px 0 60px !important;
  }
  .products-list_container {
    margin-top: 50px;
    display: block;
  }
  .products-item_area {
    padding: 30px 16px 30px;
    min-height: 280px;
    width: 100% !important;
  }
  p.products-item_text {
    margin-top: 14px;
    font-size: 12px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  ul.products-item_list {
    margin-top: 40px;
  }
  li.products-list_wrap {
    padding: 24px 16px;
  }
  li.products-list_wrap::before {
    width: 48px !important;
    height: 48px !important;
    background-position: center center;
    bottom: 18px;
    right: 20px;
  }
  li.products-list_wrap:hover::before {
    right: 10px;
  }
  a.products-list_head {
    font-size: 18px;
  }
  section.information-sec {
    padding-bottom: 60px;
  }
  ul#slick-slider_info {
    margin-top: 60px;
  }
  .slick-item_wrap {
    margin: 0 18px;
    justify-content: center;
    gap: 24px;
    padding: 24px;
    display: block;
  }
  .info-slide_img {
    max-width: 320px;
    margin: 0 auto;
  }
  .info-slide_text {
    max-width: 320px;
    margin-top: 24px;
  }
  h3.info-title_head {
    font-size: 18px;
  }
  p.info-text_lead {
    margin-top: 20px;
    font-size: 14px;
  }
  .category-tag_area {
    margin-top: 20px;
    gap: 8px;
  }
  .category-list_tag {
    padding: 6px;
    font-size: 12px;
  }
  .info-btn {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
  }
  section.column-sec {
    margin-top: 70px;
  }
  .column-list_container {
    flex-direction: column-reverse;
  }
  .column-category_area {
    max-width: 100%;
    width: 100%;
    display: none;
  }
  li.column-category_link {
    font-size: 14px;
    font-weight: 600;
  }
  ul.column-list_area {
    max-width: 760px;
  }
  li.column-list_wrap {
    margin-bottom: 40px;
    display: block;
  }
  .column-thumnail {
    max-width: 480px;
  }
  .category-text_wrap {
    max-width: 440px;
    margin-top: 16px;
  }
  .category-top_tag {
    gap: 8px;
  }
  .category-top_tag span {
    font-size: 12px;
  }
  h3.column-title_head {
    margin-top: 16px;
    font-size: 18px;
  }
  p.column-text {
    margin-top: 16px;
    font-size: 14px;
  }

  /* ===== 製品紹介 - スマホ対応 (幅固定を解除) ===== */
  .products-item_area {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .products-item_text {
    margin-top: 40px !important;
  }
  /* ===== お知らせ・Column 画像 - スマホで全幅表示 ===== */
  .info-slide_img {
    max-width: 320px;
    width: auto;
  }
  .column-thumnail {
    max-width: 100%;
    width: 100%;
  }
  /* ===== お問い合わせフォーム - スマホ対応 ===== */
  .contact-form_wrap {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .wpcf7-form {
    width: 100%;
    box-sizing: border-box;
  }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/****************************************************************************
****    グリッチアニメーション
****************************************************************************/

/* ノイズバー */
.glitch-noise-bar {
  position: fixed;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(100, 50, 160, 0.15);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
}
.glitch-noise-bar.flash {
  animation: noiseFlash 0.08s steps(1) forwards;
}
@keyframes noiseFlash {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}

/* 文字分割ユニット */
.char {
  display: inline-block;
  position: relative;
}
.glitch-line { display: block; }

/* Phase 1: グリッチ（深紫 x ゴールド） */
.char.glitch-hard {
  animation: hardGlitch 0.35s steps(1) forwards;
}
@keyframes hardGlitch {
  0%  { color: inherit; text-shadow: none; transform: translate(0,0) skewX(0deg); opacity: 1; }
  5%  { color: #d4a855; text-shadow: -4px 0 #7B3FA0, 4px 0 #d4a855; transform: translate(6px,-2px) skewX(-8deg); opacity: 1; }
  10% { color: #7B3FA0; text-shadow: 5px 0 #d4a855, -3px 0 #9B6FD0; transform: translate(-8px,3px) skewX(12deg); opacity: 0.7; }
  15% { color: #fff; text-shadow: -6px 0 #d4a855, 6px 0 #7B3FA0, 0 0 20px #4A1A78; transform: translate(4px,-4px) skewX(-5deg); opacity: 1; }
  20% { color: #8B5FC0; text-shadow: 3px 2px #d4a855, -3px -2px #7B3FA0; transform: translate(-3px,5px) skewX(15deg); opacity: 0.4; }
  25% { color: #d4a855; text-shadow: -8px 0 #7B3FA0, 8px 0 #d4a855; transform: translate(10px,-1px) skewX(-20deg); opacity: 1; }
  30% { opacity: 0; transform: translate(0,0); }
  32% { color: #7B3FA0; text-shadow: 4px 0 #d4a855, -4px 0 #9B6FD0, 0 0 30px rgba(75,30,120,0.8); transform: translate(-5px,2px) skewX(8deg); opacity: 1; }
  38% { color: #fff; text-shadow: -3px 0 #d4a855, 3px 0 #7B3FA0; transform: translate(7px,-3px) skewX(-10deg); opacity: 0.6; }
  42% { opacity: 0; }
  44% { color: #4A1A78; text-shadow: 6px 0 #d4a855, -6px 0 #9B6FD0, 0 0 40px #4A1A78; transform: translate(-2px,1px) skewX(5deg); opacity: 1; }
  50% { color: #8B5FC0; text-shadow: -2px 0 #d4a855, 2px 0 #7B3FA0, 0 0 25px rgba(100,50,160,0.6); transform: translate(0,0) skewX(0deg); opacity: 1; }
  100% { color: #8B5FC0; text-shadow: 0 0 25px rgba(100,50,160,0.5), 0 0 50px rgba(75,30,120,0.15); transform: translate(0,0) skewX(0deg); opacity: 1; }
}

/* Phase 2: 紫 → 元の色に戻る */
.char.settle {
  animation: settleColor 0.8s cubic-bezier(0.25,1,0.5,1) forwards;
}
@keyframes settleColor {
  0%   { color: #8B5FC0; text-shadow: 0 0 25px rgba(100,50,160,0.5), 0 0 50px rgba(75,30,120,0.15); }
  30%  { color: #B090D0; text-shadow: 0 0 15px rgba(100,50,160,0.3); }
  60%  { color: #D0C0E0; text-shadow: 0 0 8px rgba(100,50,160,0.1); }
  100% { color: #fff; text-shadow: none; }
}

/* グリッチ後テキスト配置補正 */
h3.concept-top_message,
h3.about-top_message {
  text-align: left;
}

/* ===== お問い合わせ グリッド - スマホ縦並び ===== */
.contact-list_container {
  grid-template-columns: 1fr !important;
  gap: 30px !important;
}
.contact-list_phone,
.contact-list_form {
  width: 100% !important;
}
.contact-top_en {
  font-size: clamp(28px, 8vw, 40px) !important;
}
p.contact-phone_num {
  font-size: clamp(24px, 7vw, 36px) !important;
}

@media screen and (max-width: 480px) {
  .concept-text br,
  .about-text br {
    display: none;
  }
}