@charset "UTF-8";
/* ===== トップページのみ：ヘッダーを黒・文字白・ロゴ白・ハンバーガー白＆左 ===== */
header {
  background: #000;
}
/* ヘッダーは最上部で非表示になるため、出現時はロゴを表示する */
header > .logo {
  display: block;
}
header nav li,
header nav a,
header .menu-list a {
  color: #fff;
}
.menu-btn {
  left: 10px;
  right: auto;
  background: transparent;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  background-color: #fff;
}
/* メニューを開いた時（白背景）はXを暗色にして視認性確保 */
#menu-btn-check:checked ~ .menu-btn span:before,
#menu-btn-check:checked ~ .menu-btn span:after {
  background-color: #333;
}
section.top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #000;
}
section.top .galaxia {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 44vw;
}
section.top .galaxia .overflow {
  display: none;
}
section.top .galaxia video {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
section.top .cover {
  display: none;
}
section.top .cover h1 {
  height: 100%;
  margin: 0;
}
section.top .cover .galaxia-text {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  transform: scale(1.01);
  filter: invert(1);
}
section.top .anime {
  width: 30%;
  background-color: white;
  display: none;
}
section.top h2 {
  width: 80%;
  position: absolute;
  top: 70%;
  left: 10%;
  font-size: 30px;
  color: #fff;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
}
section.top h2 .catch-lead {
  display: block;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.25em;
}
section.top h2 .catch-main {
  display: block;
}
section.top h2 .accent {
  font-size: 1.45em;
  font-weight: 800;
  background: linear-gradient(90deg, #5b8cff 0%, #9b6bff 60%, #c77dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-right: 0.04em;
}

@keyframes video {
  0% {
    transform: scale(0.8) translate(0%, 3%);
  }
  35% {
    transform: scale(0.8) translate(0%, 3%);
  }
  35% {
    transform: scale(1) translate(0%, 20%);
  }
  100% {
    transform: scale(1) translate(0%, 20%);
  }
}
.logo-section {
  padding: 0px 0 50px 0;
}

/**********************
アニメーション
***********************/
.anime {
  position: relative;
}

.loadidng-item {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  top: 47%;
  left: 0%;
  box-sizing: border-box;
  animation: loadingAnime 13s infinite ease-in, bggradient 3s ease infinite;
  overflow: hidden;
  background: radial-gradient(at 0% 0%, black, transparent), radial-gradient(at 100% 0%, white, transparent), radial-gradient(at 100% 100%, white, transparent), radial-gradient(at 0% 100%, black, transparent);
  animation-delay: -1.56s;
}
.loadidng-item a {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 3px white;
  width: 260px;
  height: 260px;
  background-image: url("../../images/home/vamos.webp");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  animation: appear 13s infinite ease-in;
  background-color: white;
  animation-delay: -1.56s;
}
.loadidng-item:hover {
  border-radius: 0% !important;
  animation: loadingAnime2 0.8125s forwards ease-in, bggradient 3s ease infinite !important;
}
.loadidng-item:hover a {
  opacity: 1;
  animation: none;
  animation-delay: 0;
}

@keyframes appear2 {
  0% {
    opacity: 0 !important;
  }
  50% {
    opacity: 0 !important;
  }
  100% {
    opacity: 1 !important;
  }
}
@keyframes appear {
  0% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingAnime {
  0% {
    transform: translate(0%, -50%) rotate(0deg);
    border-radius: 0%;
    background: white;
  }
  12% {
    transform: translate(0%, -50%) rotate(90deg);
    border-radius: 50%;
    background: radial-gradient(at 0% 0%, black, transparent), radial-gradient(at 100% 0%, white, transparent), radial-gradient(at 100% 100%, white, transparent), radial-gradient(at 0% 100%, black, transparent);
  }
  25% {
    transform: translate(0%, -50%) rotate(180deg);
    border-radius: 50%;
  }
  37% {
    transform: translate(0%, -50%) rotate(270deg);
    border-radius: 50%;
  }
  49% {
    background: radial-gradient(at 0% 0%, black, transparent), radial-gradient(at 100% 0%, white, transparent), radial-gradient(at 100% 100%, white, transparent), radial-gradient(at 0% 100%, black, transparent);
  }
  50% {
    transform: translate(0%, -50%) rotate(360deg);
    border-radius: 0%;
    background: white;
  }
  100% {
    transform: translate(0%, -50%) rotate(360deg);
    border-radius: 0%;
    background: white;
  }
}
@keyframes loadingAnime2 {
  0% {
    transform: translate(0%, -50%) rotate(340deg);
    border-radius: 50%;
  }
  100% {
    transform: translate(0%, -50%) rotate(360deg);
    border-radius: 0%;
  }
}
@keyframes bggradient {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media screen and (max-width: 900px) {
  .loadidng-item {
    width: 200px;
    height: 200px;
  }
  section.top h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 700px) {
  section.top h2 {
    font-size: 20px;
    top: auto;
    bottom: 9%;
    line-height: 1.35;
  }
  section.top h2 .accent {
    font-size: 1.3em;
  }
  section.top {
    flex-wrap: wrap;
  }
  section.top .galaxia {
    margin-top: 30px;
    width: 100%;
    height: 64vw;
  }
  section.top .anime {
    width: 100%;
    margin-top: 10%;
  }
  .loadidng-item {
    position: static;
    margin: 0 auto;
    margin-top: 30%;
    width: 200px;
    height: 200px;
  }
  .logo-section {
    padding: 0px 0 50px 0;
    overflow: hidden;
  }
  /*****************
  無限ループアニメーション
      *******************/
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 50s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: 300vw;
  }
  .scroll-infinity__item > img {
    width: 100%;
  }
  .see-all {
    display: block;
  }
  .see-all a {
    margin: 50px auto;
  }
}

/* ===== News 見出しフィード（トップページ） ===== */
.news-feed-section .news-feed {
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  border-top: 1px solid #d6d7d1;
}
.news-feed-section .news-row {
  border-bottom: 1px solid #d6d7d1;
}
.news-feed-section .news-row a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 14px;
  color: #1a1a1a;
  text-decoration: none;
  transition: background 0.25s ease, padding-left 0.25s ease;
}
.news-feed-section .news-row a:hover {
  background: #ffffff;
  padding-left: 24px;
}
.news-feed-section .news-date {
  flex-shrink: 0;
  width: 90px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #777;
  font-variant-numeric: tabular-nums;
}
.news-feed-section .news-tags {
  flex-shrink: 0;
}
.news-feed-section .news-tag {
  display: inline-block;
  box-sizing: border-box;
  min-width: 92px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background: #2e2e2e;
  border-radius: 6px;
  padding: 3px 10px;
  margin-right: 4px;
}
.news-feed-section .news-title {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-feed-section .news-thumb {
  flex-shrink: 0;
  width: 0;
  height: 54px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.news-feed-section .news-row a:hover .news-thumb {
  width: 92px;
  opacity: 1;
}
.news-feed-section .news-arrow {
  flex-shrink: 0;
  font-size: 18px;
  color: #999;
  transition: transform 0.25s ease, color 0.25s ease;
}
.news-feed-section .news-row a:hover .news-arrow {
  transform: translateX(5px);
  color: #1a1a1a;
}
@media screen and (max-width: 700px) {
  .news-feed-section .news-row a {
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 16px 6px;
  }
  .news-feed-section .news-row a:hover {
    padding-left: 6px;
  }
  .news-feed-section .news-date {
    width: auto;
    font-size: 12px;
  }
  .news-feed-section .news-title {
    flex-basis: 100%;
    white-space: normal;
    font-size: 14px;
    line-height: 1.5;
  }
  .news-feed-section .news-thumb,
  .news-feed-section .news-row a:hover .news-thumb {
    display: none;
  }
}
/* ===== Published ロゴ：3段それぞれを同速でゆっくり流す ===== */
.logo-section .logo-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.logo-section .logo-row {
  overflow: hidden;
}
.logo-section .logo-track {
  display: flex;
  width: max-content;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: logoScroll 80s linear infinite;
}
.logo-section .logo-track li {
  flex-shrink: 0;
}
.logo-section .logo-track img {
  height: 60px;
  width: auto;
  max-width: none;
  display: block;
}
.logo-section .logo-rows:hover .logo-track {
  animation-play-state: paused;
}
@keyframes logoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}
/*# sourceMappingURL=home.css.map */
/* ===== Smart（オウンドメディア）セクション：トップページ ===== */
.smart-section { background: #ffffff; }
.smart-grid {
  width: 820px;
  max-width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 24px;
  text-align: left;
}
.smart-card { display: flex; flex-direction: column; }
.smart-card__thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 4px;
  overflow: hidden;
  background: #ddd;
}
.smart-card__thumb > span {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: rgba(255,255,255,.85); font-weight: 800; font-size: 12px; letter-spacing: .1em;
}
.smart-card__meta { margin: 14px 0 8px; font-size: 12px; font-weight: 700; color: #5a5a66; }
.smart-card__meta .cat {
  background: linear-gradient(90deg, #5b8cff, #9b6bff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.smart-card__title {
  font-size: 15px; font-weight: 800; line-height: 1.6;
  border-left: 3px solid #14141a; padding-left: 12px; margin: 0 0 16px; flex: 1;
}
.smart-card:hover .smart-card__title { border-left-color: #9b6bff; }
.smart-card__foot { margin-top: auto; border-top: 1px solid #14141a; position: relative; height: 38px; }
.smart-card__arrow {
  position: absolute; right: 0; top: 0; width: 46px; height: 38px;
  background: #14141a; color: #fff; display: grid; place-items: center; font-size: 16px;
  transition: background .2s;
}
.smart-card:hover .smart-card__arrow { background: linear-gradient(90deg, #5b8cff, #9b6bff); }
.smart-section .thumb-g1 { background: linear-gradient(135deg, #5b8cff, #9b6bff); }
.smart-section .thumb-g2 { background: linear-gradient(135deg, #11998e, #38ef7d); }
.smart-section .thumb-g3 { background: linear-gradient(135deg, #f7971e, #ffd200); }
.smart-section .thumb-g4 { background: linear-gradient(135deg, #ee5a6f, #f29263); }
@media screen and (max-width: 900px) {
  .smart-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
}
@media screen and (max-width: 560px) {
  .smart-grid { grid-template-columns: 1fr; }
}

/* News見出しを画像ワードマークに差し替え */
.h2-plus .h2-img {
  width: auto;
  height: 40px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .h2-plus .h2-img { height: 26px; }
}

/* About us 見出しを画像ワードマークに差し替え */
.hover .content0 h2 .h2-img-about {
  width: auto;
  height: 30px;
  display: inline-block;
  margin: 0 0 4px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .hover .content0 h2 .h2-img-about { height: 22px; }
}

/* Service 見出しを画像ワードマークに差し替え */
.hover .content0 .h2-img-service {
  width: auto;
  height: 30px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .hover .content0 .h2-img-service { height: 22px; }
}

/* ===== News（スマホ）：3件まで＋スクロールでふわっと出現 ===== */
@media screen and (max-width: 768px) {
  .news-feed-section .news-row:nth-child(n+4) { display: none; }
  .news-feed-section .news-row {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .55s ease, transform .55s ease;
  }
  .news-feed-section .news-row.in-view {
    opacity: 1;
    transform: none;
  }
}

/* Smartセクションの「もっと見る」ボタンを一行に */
.smart-section .see-all a {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  padding: 15px 44px 15px 26px;
  margin-left: auto;
  margin-right: auto;
}

/* トップのみ：ヘッダーは最上部で非表示、スクロールで固定出現、上部で再び非表示 */
.gx-fixed-header { transform: translateY(-100%); }
.gx-fixed-header.is-shown { transform: translateY(0); }
.gx-header-spacer { height: 0; }
