/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2025 | 13:59:04 */
/* テキストアニメーション */
.js-text-split span{
  display: inline-block;font-size: 1.2em;font-weight:bold;
/* transition: opacity 0.6s ease-out; */
}
/*  */
.animation .swl-fz {
    position: relative;
    display: inline-block;
    opacity: 0;
    overflow: hidden;
    font-size: 100px;
}
.animation .bgextend {
    position: relative;
	text-shadow: none;
	padding:0.3em;
}
.animation .bgextend span {
    display: inline-block;
    opacity: 0;
    transform: translateX(-20px);
	color:#333;
}
@media (max-width: 640px) {
.animation .bgextend {
        font-size: 3.7vw;
        margin-bottom: 10px !important;
        line-height: 1;
}
}
/* 地球と幾何学模様 */
[data-partsid="142"]{
height: 100vh;
}
.p-mainVisual {
  position: relative;
  width: 100%;height:70vh;
  background-color: #e6e6e6; /* 背景色 */
  overflow: hidden;
  z-index: 6;
}
/* 地球の画像 */
.p-mainVisual__imgLayer {
  position: absolute;
  top: 70%;
  right: 60px;left: auto;　
  transform: translate(-50%, -50%);
  width: 300px;  /* 画像サイズ調整 */
  height: auto;
  z-index: 1;
  animation: floating 6s ease-in-out infinite; /* ゆったりとした立体的な浮遊感 */
}
.eight-copy{
  position: absolute;
  top: 50%;
}
/* キャンバス */
#spaceCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
}
/* 立体的な動きを演出するアニメーション */
@keyframes floating {
  0% { transform: translate(-50%, -50%) translateY(0px); }
  50% { transform: translate(-50%, -50%) translateY(-10px); }
  100% { transform: translate(-50%, -50%) translateY(0px); }
}
@media (max-width: 960px) {
.p-mainVisual {
    height: 40vh;
}
.eight-copy{
 width:100%;
}
}
html[lang="en-US"] .ja-none {
    display: none;
}
html[lang="ja"] .en-none {
    display: none;
}

