@charset "utf-8";

/* hero */

.hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: -1;
}

.hero-content {
    width: 100%;
    height: 100vh;
    position: relative;
}

.bg-text {
    position: fixed;
    top: 35%;
    left: 10%;
    transform: translateY(-50%);
    font-size: 180px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.4);
    text-align: left;
    line-height: 0.95;
    letter-spacing: 0.02em;
    z-index: -2;
    pointer-events: none;
    white-space: pre-line;
}

.sub-text {
    position: fixed;
    top: 70%;
    left: 10%;
    font-size: 40px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    z-index: -2;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sub-text .number {
    font-size: 70px;
    font-weight: 900;
}

.hero_app-icon {
    position: fixed;
/*Originalアイコンの設定（Windows版限定アイコンから戻す時にはこれ！）
    top: 18%;
*/
    top: 10%;
    right: 15%;
    z-index: -2;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.hero_app-icon img {
/*Originalアイコンの設定（Windows版限定アイコンから戻す時にはこれ！）
    width: 140px;
    height: 140px;
    opacity: 1;
*/
    width: 210px;
    height: 266px;
}

.hero_app-icon .platform {
    font-size: 25px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
}

.kanji-container {
    position: fixed;
    left: 50%;
    top: 100vh;
    z-index: -2;
    pointer-events: none;
    font-size: 300px;
    font-weight: normal;
    will-change: transform, opacity;
    transform-origin: center center;
    color: #ffffff;        /* SVGでピョンピョン・・・currentColor の基準になる色 */
}


/* SVGでピョンピョン・・・中に入るSVGを「文字サイズ」に合わせて拡大縮小 */
.kanji-container svg {
    width: 1em;
    height: 1em;
    display: block;
    fill: currentColor;    /* SVG内の fill="currentColor" に効く これが無いとＳＶＧに色が付かない */
}

.bottom-cta {
    position: fixed;
    bottom: 50px;
    left: 10%;
    z-index: -2;
    pointer-events: auto;
}

/* .bottom-cta a {
    display: inline-block;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    background: var(--color-yellow);
    color: var(--color-black);
    font-weight: 900;
    border-radius: 50px;
    transition: all 0.3s ease;
    transition: all 0.3s;
    white-space: nowrap;
}

.bottom-cta a:hover {
    transform: scale(1.1,1.1);
} */

/* タブレット対応 */
@media (max-width: 1024px) {
    .bg-text { font-size: 120px; top: 35%; line-height: 0.95; }
    .sub-text { font-size: 30px; top: 65%; }
    .sub-text .number { font-size: 50px; }
/*Originalアイコンの設定（Windows版限定アイコンから戻す時にはこれ！）
    .hero_app-icon { top: 15%; right: 10%; }
    .hero_app-icon img { width: 80px; height: 80px; }
*/
    .hero_app-icon { top: 12%; right: 10%; }
    .hero_app-icon img { width: 120px; height: 152px; }
    .hero_app-icon .platform { font-size: 16px; }
    .kanji-container { font-size: 280px; }
    .bottom-cta { left: 5%; bottom: 40px; }
//    .bottom-cta a { font-size: 20px; padding: 16px 38px; }	/* heroセクションのCTAボタンがレスポンシブで高さを変更しない */
}

/* スマートフォン対応 */
@media (max-width: 768px) {
    .bg-text { font-size: 80px; top: 25%; left: 5%; line-height: 0.95; }
    .sub-text { font-size: 20px; top: 55%; left: 5%; gap: 10px; flex-direction: column; align-items: flex-start; }
    .sub-text .number { font-size: 40px; }
/*Originalアイコンの設定（Windows版限定アイコンから戻す時にはこれ！）
    .hero_app-icon { top: 15%; right: 5%; }
    .hero_app-icon img { width: 60px; height: 60px; }
*/
    .hero_app-icon { top: 12%; right: 5%; }
    .hero_app-icon img { width: 90px; height: 114px; }
    .hero_app-icon .platform { font-size: 14px; }
    .kanji-container { font-size: 200px; }
    .bottom-cta { left: 5%; bottom: 30px; }
//    .bottom-cta a { font-size: 18px; padding: 14px 32px; }	/* heroセクションのCTAボタンがレスポンシブで高さを変更しない */
}

/* 小さいスマートフォン対応 */
@media (max-width: 480px) {
    .bg-text { font-size: 60px; top: 20%; line-height: 0.95; }
    .sub-text { font-size: 16px; top: 50%; }
    .sub-text .number { font-size: 32px; }
/*Originalアイコンの設定（Windows版限定アイコンから戻す時にはこれ！）
    .hero_app-icon { top: 12%; right: 5%; }
    .hero_app-icon img { width: 50px; height: 50px; }
*/
    .hero_app-icon { top: 8%; right: 5%; }
    .hero_app-icon img { width: 75px; height: 95px; }
    .hero_app-icon .platform { font-size: 12px; }
    .kanji-container { font-size: 150px; }
    .bottom-cta { left: 5%; bottom: 25px; }
//    .bottom-cta a { font-size: 16px; padding: 12px 28px; }	/* heroセクションのCTAボタンがレスポンシブで高さを変更しない */
}
