/* ========================================
   style-mobile.css
   GLOBIS学び放題ランディングページ - モバイル専用スタイル
   ======================================== */

/* ========================================
   モバイルメニュー
   ======================================== */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}
.mobile-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: var(--GLOBIS-Blue);
    border-radius: 0 0 16px 16px;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.mobile-menu.active .mobile-menu__overlay {
    transform: translateY(0);
}
.mobile-menu__content {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}
.mobile-menu.active .mobile-menu__content {
    opacity: 1;
    transform: translateY(0);
}
.mobile-menu__header {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.mobile-menu__logo {
    width: 218px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu__logo-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.mobile-menu__nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.mobile-menu__link {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid #C4C7CC;
    transition: color 0.2s ease;
    box-sizing: border-box;
}
.mobile-menu__link:hover {
    color: #cccccc;
}
.mobile-menu__link:last-child {
    border-bottom: none;
}
.mobile-menu__cta {
    width: 100%;
    height: 64px;
    padding: 8px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu__button {
    background-color: var(--GLOBIS-Orange);
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.64px;
    text-decoration: none;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}
.mobile-menu__button:hover {
    background-color: #FFCB8C;
}
.mobile-menu__close {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.mobile-menu__close::before,
.mobile-menu__close::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
}

.mobile-menu__close::before {
    transform: rotate(45deg);
}

.mobile-menu__close::after {
    transform: rotate(-45deg);
}

.mobile-menu__close svg {
    display: none;
}

/* ========================================
   ヘッダー
   ======================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    z-index: 1000;
    display: flex;
    align-items: center;
    background: transparent;
    transition: background 0.2s ease;
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.8);
}

.header__bg {
    display: none;
}
.header__container {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 56px;
}
.header__logo {
    height: 36px;
}
.header__logo-img {
    height: 36px;
    width: 184px;
    background-image: url('../assets/_logo/gloho_logo_Primary_White.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s;
}

.header__logo-img.active {
    background-image: url('../assets/_logo/gloho_logo_Primary_Blue.svg');
}

.header__nav {
    display: none;
}
.header__cta {
    margin-left: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 17px;
}
.header__button {
    display: none;
}
.header__menu {
    width: 14px;
    height: 12px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUgxM00xIDZIMTNNMSAxMUgxMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__menu.active {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUgxM00xIDZIMTNNMSAxMUgxMyIgc3Ryb2tlPSIjMTg0N0M3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
}

/* ========================================
   グローバル設定・背景
   ======================================== */

body.main-bg::before {
    height: calc(787px + 80px + 40px) !important; /* heroセクションのみ */
}

.hero {
    background: transparent;
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.hero__container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-left: 5%;
     padding-right: 5%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.hero__row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.hero__visual {
    display: none;
}

.hero__phone-img {
    display: none;
}

.hero__info {
    width: 375px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero__catch {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
}

.hero__lead {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
}

.hero__title {
    margin: 0;
    padding: 0;
}

.hero__logo-svg--desktop {
    display: none;
}

.hero__logo-svg--mobile {
    display: block;
    width: 331px;
    height: 156px;
    max-width: 100%;
    margin: 0;
}

/* モバイル用iPhone画像 */
.hero__mobile-iphone {
    display: block;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.hero__mobile-iphone-img {
    width: min(100%, 430px);
    height: auto;
    aspect-ratio: 430/242;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../assets/_common/iPhone15_yoko_0220.webp');
    display: block;
    margin: 0 auto;
}

.hero__badges {
    display: none;
}

.hero__badges-img {
    display: none;
}

/* モバイル用統計画像 */
.hero__mobile-stats {
    display: block;
    width: 100%;
    padding-top: 0px;
   
}

.hero__mobile-stats-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    border: 2px solid #ffffff;

    box-shadow: 0px 0px 10px rgba(18, 16, 151, 0.566);
}

/* キャンペーン モバイル版設定*/
.cmp_note {
    margin: 0 auto;
    display: flex;
justify-content: left;
align-items: center;
gap: 10px;
}

.cmp_note p{
    font-weight: 500;
    padding: 4px 0;
    border-bottom: 1px solid #ffffff;
    width: auto;

    justify-content: center;
}

.campaign_price {
    width: 100%;
    text-align: center;
  

}

.campaign_price_total {
    font-family: 'Red Hat Display', 'Helvetoca neue', sans serif;
    letter-spacing: 0.05em;
    font-size: 20px;
    color: #1847c7;
    font-weight: 500;
    margin-top: -16px;
}

.coupon_code {
    padding: 16px 16px;;
    background-color: #E6EBF5;
    margin-bottom: 16px;
    color: #1847c7;
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.code {
    font-family: 'Red Hat Display', 'Helvetica neuw', sans serif;
    font-size: 24px;
    font-weight: 500;
    background-color: #ffffff;
    width: 100%;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #1847c7;
    width: 100%;
    letter-spacing: 0.1em;
}

.campaign_info {
    width: 100%;
    color: #333333;
    margin-top: 24px;
    margin-bottom:16px;

}

.text_block {
    margin-bottom: 16px;

    font-size: 14px;
}

.bold {
    font-weight: 600;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

.info_link {
    color: #1847c7;

}


/* 従来の統計スタイルは非表示 */
.hero__stats-row,
.hero__stat-item,
.hero__stat-value,
.hero__stat-label,
.hero__stats-summary,
.hero__stats-note {
    display: none;
}

.hero__cta-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.hero__cta-btn {
    height: 64px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.64px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(18, 16, 151, 0.566);
}

.hero__cta-btn--main {
    background-color: #ff981a;
    color: #ffffff;
}

.hero__cta-btn--main:hover,
.hero__cta-btn--main:focus {
    background-color: #FFCB8C;
}

.hero__cta-btn--sub {
    background-color: #1847c7;
    color: #ffffff;
}

.hero__cta-btn--sub:hover,
.hero__cta-btn--sub:focus {
    background-color: #6F87C7;
}

/* ========================================
   セクションヘッダー
   ======================================== */
.section-header {
    margin-bottom: 32px;
}
.section-header__subtitle {
    color: var(--GLOBIS-Blue);
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.64px;
    margin-bottom: 24px;
}
.section-header__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.12px;
    margin-bottom: 0;
}
.section-header__description {
    color: var(--GLOBIS-Blue);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.56px;
    margin-top: 32px;
}

/* ========================================
   カテゴリ
   ======================================== */
.categories {
    padding: 40px 0;
    background: #ffffff;
}
.categories__container {
    width: 375px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}
.categories__content {
    display: flex;
    flex-direction: column;
    gap: 56px;
}
.categories__list {
    display: none !important;
}
.categories__videos {
    display: none !important;
}
.categories__mobile-content {
    display: flex !important;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    height: auto;
}
.categories__category-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.categories__category-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: var(--GLOBIS-Blue);
    margin: 0;
}
.categories__video-scroll {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    width: 100vw;
    padding-left: 24px;
    padding-right: calc(100vw - 328px - 24px);
}
.categories__video-scroll::-webkit-scrollbar {
    display: none;
}
.categories__video-card {
    flex-shrink: 0;
    width: 328px;
    height: 184.5px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    scroll-snap-align: start;
}
.categories__video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.categories__video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74.55px;
    height: 74.55px;
    border-radius: 46.59px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categories__more-card {
    flex-shrink: 0;
    width: 328px;
    height: 184.5px;
    background: linear-gradient(to left, #6fa6ed 0%, #1847c7 100%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    scroll-snap-align: start;
    text-decoration: none;
}
.categories__more-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.categories__more-text::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../assets/_common/ExternalLink.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px;
    vertical-align: middle;
}
.categories__more-icon {
    width: 40px;
    height: 40px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIwSDI4TTIwIDEyVjI4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.categories__indicator {
    height: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.categories__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #C4C7CC;
}
.categories__dot--active {
    background-color: var(--GLOBIS-Blue);
}
.categories__show-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 0;
    margin: 16px auto 0;
    text-decoration: none;
    color: var(--GLOBIS-Blue);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.8px;
    position: relative;
}

.categories__show-all::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--GLOBIS-Blue);
}
.categories__show-all-icon {
    width: 16.5px;
    height: 15px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMUwxNCA3LjVMOCAxNCIgc3Ryb2tlPSIjMTg0N0M3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

/* ========================================
   プラン
   ======================================== */
.plans {
    padding: 40px 0;
    background: #ffffff;
}
.plans__container {
    width: 375px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}
.plans__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.plans__main-card {
    background-color: var(--GLOBIS-Blue);
    border-radius: 8px;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
}
.plans__description {
    width: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: left;
    margin: 0 auto;
}
.plans__main-title {
    font-family: 'Red hat Display', 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin: 0;
}
.plans__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.56px;
    color: #ffffff;
    margin: 0;
}

.plans__text_note {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.64px;
    color: #ffffff;
    margin-top: -16px;
}

.plans__cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.plan-card {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid var(--GLOBIS-Blue);
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
}
.plan-card__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size:20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: var(--GLOBIS-Blue);
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;

}
.plan-card__content {
    padding: 0 16px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.plan-card__note {
    font-family: 'Red hat Display', 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #333333;
    text-align: center;
    margin: 0;
    margin-bottom: -16px;
}
.plan-card__price {
    font-family: 'Red Hat Display', 'Helvetica neue', sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.75px;
    color: var(--GLOBIS-Blue);
    text-align: center;
    margin: 0 auto;
}

.plan-card__price_yen {
    font-size: 40px;
    font-weight: 600;
    padding-right: 2px;
}

.plan-card__divider {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}
.plan-card__total {
    font-family: 'Red hat Display', 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    text-align: center;
    margin: 0;
}
.plan-card__button {
    background-color: var(--GLOBIS-Orange);
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 16px;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.56px;
    cursor: pointer;
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.plan-card__button:hover,
.plan-card__button:focus {
    background-color: #FFCB8C;
}

/* ========================================
   ボイス
   ======================================== */
.voice {
    padding: 40px 0;
    background: #ffffff;
}
.voice__container {
    width: 375px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.voice__carousel {
    display: none;
}
.voice__mobile-content {
    display: none;
}
.voice__mobile-carousel {
    display: block;
    width: calc(100% + 48px);
    margin-left: -24px;
    overflow: hidden;
}
.voice__mobile-carousel-container {
    position: relative;
    width: 100%;
}
.voice__mobile-carousel-track {
    display: flex;
    transition: none;
    transform: none;
}
.voice__mobile-slide {
    width: 328px;
    flex-shrink: 0;
    margin-right: 8px;
}
.voice__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}
.voice__note {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.15px;
    color: #333333;
    text-align: left;
    margin: 0;
    width: 327px;
}
.voice__mobile-card {
    background-color: #E6EBF5;
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 328px;
    margin: 0;
    box-sizing: border-box;
    min-height: 525px;
}
.voice__mobile-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: var(--GLOBIS-Blue);
    margin: 0 0 16px 0;
    text-align: center;
    width: 280px;
}
.voice__mobile-rankings {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
    width: 280px;
    align-items: center;
}
.voice__mobile-ranking {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    width: 100%;
}
.voice__mobile-rank {
    background: linear-gradient(to left, #6fa6ed, #1847c7);
    color: var(--GLOBIS-White);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.56px;
    padding: 6px 16px;
    border-radius: 4px;
    text-align: center;
    width: fit-content;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.voice__mobile-rank-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.56px;
    color: var(--GLOBIS-Blue);
    text-align: center;
    padding: 9px 8px;
    background-color: transparent;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}
.voice__mobile-image {
    margin-top: 0;
    width: 280px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.voice__mobile-image-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.voice__mobile-image-placeholder {
    width: 100%;
    height: 200px;
    background-color: #BDBDBD;
    border-radius: 8px;
}

/* ========================================
   フッター（モバイル固有のオーバーライド）
   ======================================== */
.footer__container {
    width: 375px;
    padding: 0 24px;
    box-sizing: border-box;
}

.footer__nav {
    gap: 16px 24px;
    width: 100%;
}

.footer__link {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    white-space: nowrap;
}

.footer__copyright {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

/* ========================================
   ビデオモーダル（モバイル固有のオーバーライド）
   ======================================== */
.video-modal__overlay {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;
}

.video-modal__close {
    top: -45px;
    right: 10px;
    font-size: 28px;
    touch-action: manipulation;
}

.video-modal__close:active {
    color: var(--GLOBIS-Orange);
}

.video-modal__video {
    background-color: #000;
}

/* スマホ専用の追加スタイル */
@media (max-width: 767px) {
    .video-modal__overlay {
        padding: 5px;
    }
    .video-modal__container {
        border-radius: 4px;
    }
    .video-modal__close {
        top: -35px;
        right: 5px;
        font-size: 24px;
        width: 36px;
        height: 36px;
    }
    .video-modal__video {
        border-radius: 4px;
    }
}

/* ========================================
   ビジネス機能（モバイル固有）
   ======================================== */
.business-features {
    padding: 40px 24px;
}

.business-features__container {
    flex-direction: column;
    gap: 32px;
    text-align: center;
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.business-features__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.business-features__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.96px;
    text-align: left;
    width: 100%;
}

.business-features__description {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.64px;
    text-align: left;
    width: 100%;
}

.business-features__list {
    gap: 8px;
    width: 100%;
}

.business-features__item {
    padding: 32px 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.64px;
    height: 40px;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
}

.business-features__icon {
    width: 24px;
    height: 24px;
}

/* ========================================
   アプリ
   ======================================== */
.app {
    padding: 40px 0;
    background-image: url('../assets/_common/blue_texture_low-04.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.app__container {
    width: 375px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.app__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}
.app__main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}
.app__text {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}
.app__description {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.56px;
    color: var(--GLOBIS-Blue);
    margin: 0;
    text-align: left;
    width: 100%;
}
.app__features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.app__feature {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}
.app__feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.app__feature-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.64px;
    color: var(--GLOBIS-Blue);
    text-align: left;
    margin: 0;
}
.app__download {
    display: flex;
    gap: 12px;
    width: 100%;
    align-items: flex-start;
}
.app__store-btn:first-child {
    width: 149px;
    height: 50px;
    object-fit: contain;
}
.app__store-btn:last-child {
    width: 165px;
    height: 53px;
    object-fit: contain;
}
.app__visual {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app__phone-img {
    width: 100%;
    height: auto;
    aspect-ratio: 430/242;
    object-fit: cover;
    display: block;
}

/* 全セクションのH2タイトル共通スタイル */
.section-title {
    font-weight: 500;
    color: var(--GLOBIS-Blue);
}
