/* 選ばれる3つの理由セクション - 参考画像を完全再現 */
.points-section {
    background: #ffffff;
    padding: 40px 15px;
}

.points-section-title {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    color: #d32f2f;
    font-family: var(--font-accent);
    letter-spacing: 1px;
    margin-bottom: 30px;
}

/* POINTカード */
.point-card-new {
    background: #ffffff;
    border: 3px solid #d32f2f;
    border-radius: 16px;
    padding: 20px 15px;
    margin: 0 auto 25px;
    max-width: 500px;
    box-shadow: 0 4px 16px rgba(211, 47, 47, 0.15);
}

/* POINTバッジ */
.point-badge-new {
    display: inline-block;
    background: linear-gradient(135deg, #d32f2f 0%, #e53935 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    padding: 8px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
}

/* POINTタイトル */
.point-title-new {
    font-size: 18px;
    font-weight: 900;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
}

/* スケジュールボックス - POINT 01用 */
.schedule-box-new {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
}

.schedule-title-new {
    font-size: 18px;
    font-weight: 900;
    color: #d32f2f;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.schedule-columns {
    display: flex;
    gap: 10px;
}

.schedule-column-new {
    flex: 1;
}

.schedule-item-new {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 8px;
    font-size: 12px;
}

.schedule-time-new {
    display: block;
    font-weight: 700;
    color: #d32f2f;
    margin-bottom: 4px;
    font-size: 11px;
}

.schedule-content-new {
    display: block;
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
}

.schedule-break {
    background: #fff3f3;
}

/* 企画数ボックス - POINT 02用 */
.plan-count-box {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
    border: 3px solid #d32f2f;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 15px;
}

.plan-count-number {
    font-size: 48px;
    font-weight: 900;
    color: #d32f2f;
    line-height: 1;
    margin-bottom: 5px;
}

.plan-count-text {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

/* ギータプロフィールボックス - POINT 02用 */
.giita-profile-box {
    background: #ffffff;
    border: 3px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.giita-profile-photo {
    width: 100%;
    max-width: 100%;
    margin-bottom: -1px;
}

.giita-profile-photo img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
    display: block;
}

.giita-profile-info {
    background: linear-gradient(135deg, #ffcdd2 0%, #ef9a9a 100%);
    border-radius: 0 0 8px 8px;
    padding: 15px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.giita-name {
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 3px;
    line-height: 1.2;
}

.giita-reading {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
}

.giita-details {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.6;
}

.giita-details p {
    margin: 2px 0;
}

.giita-experience {
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
    margin-top: 8px;
    line-height: 1.5;
}

/* 黄色ハイライトメッセージ */
.yellow-highlight-messages {
    margin: 20px 0;
    text-align: left;
}

.yellow-highlight-text {
    display: inline-block;
    background: linear-gradient(transparent 60%, #ffeb3b 60%);
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    line-height: 1.8;
    margin: 0 0 2px 0;
    padding: 0 2px;
}

/* インライン黄色ハイライト */
.yellow-highlight-inline {
    background: linear-gradient(transparent 60%, #ffeb3b 60%);
    font-weight: 700;
    padding: 0 2px;
}

/* 説明テキスト */
.point-description {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 15px;
    text-align: left;
}

/* 引用スタイル */
.point-quote {
    color: #d32f2f;
    font-weight: 700;
}

/* 強調テキスト */
.point-emphasis {
    font-weight: 700;
    margin-top: 20px;
}

/* サポートボックス - POINT 03用 */
.support-box {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
    border: 3px solid #d32f2f;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.support-title {
    font-size: 20px;
    font-weight: 900;
    color: #d32f2f;
    margin-bottom: 10px;
}

.support-text {
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
}

/* Achievers タイトル - POINT 03用 */
.achievers-title-box {
    text-align: center;
    margin: 20px 0;
}

.achievers-title {
    font-size: 48px;
    font-weight: 900;
    color: #d32f2f;
    margin-bottom: 5px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
}

.achievers-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 0;
}

.achievers-description {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

/* YouTube動画ボックス */
.youtube-slider-container {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}

.youtube-video-box {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.youtube-link {
    display: block;
    position: relative;
    text-decoration: none;
}

.youtube-thumbnail {
    width: 100%;
    height: auto;
    display: block;
}

.youtube-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    background: rgba(255, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.youtube-play-overlay i {
    font-size: 22px;
    color: #ffffff;
}

.youtube-link:hover .youtube-play-overlay {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgba(255, 0, 0, 0.75);
}

/* スライダーボタン - 非表示 */
.slider-btn {
    display: none;
}

/* スワイプヒント */
.swipe-hint-left,
.swipe-hint-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 80px;
    pointer-events: none;
    z-index: 5;
}

.swipe-hint-left {
    left: 0;
}

.swipe-hint-right {
    right: 0;
}

.swipe-hint-left::before,
.swipe-hint-right::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 235, 59, 0.8);
    border-radius: 50%;
    transform: translateY(-50%);
    animation: swipeHintPulse 2s ease-in-out infinite;
}

.swipe-hint-left::before {
    left: 10px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: translateY(-50%) rotate(-45deg);
}

.swipe-hint-right::before {
    right: 10px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: translateY(-50%) rotate(45deg);
}

.swipe-hint-left::after,
.swipe-hint-right::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 3px;
    background: rgba(255, 235, 59, 0.8);
    transform: translateY(-50%);
    animation: swipeHintMove 2s ease-in-out infinite;
}

.swipe-hint-left::after {
    left: 5px;
    animation-name: swipeHintMoveLeft;
}

.swipe-hint-right::after {
    right: 5px;
    animation-name: swipeHintMoveRight;
}

@keyframes swipeHintPulse {
    0%, 100% {
        opacity: 0;
    }
    20%, 80% {
        opacity: 1;
    }
}

@keyframes swipeHintMoveLeft {
    0%, 100% {
        opacity: 0;
        transform: translateY(-50%) translateX(20px);
    }
    20% {
        opacity: 1;
        transform: translateY(-50%) translateX(20px);
    }
    80% {
        opacity: 1;
        transform: translateY(-50%) translateX(-10px);
    }
}

@keyframes swipeHintMoveRight {
    0%, 100% {
        opacity: 0;
        transform: translateY(-50%) translateX(-20px);
    }
    20% {
        opacity: 1;
        transform: translateY(-50%) translateX(-20px);
    }
    80% {
        opacity: 1;
        transform: translateY(-50%) translateX(10px);
    }
}

/* インジケーター */
.slider-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: #d32f2f;
    width: 30px;
    border-radius: 6px;
}

.indicator:hover {
    background: #ffcdd2;
}

/* CTAボタン - Achievers用 */
.cta-achievers {
    display: block;
    width: 100%;
    padding: 18px 20px;
    background: linear-gradient(135deg, #d32f2f 0%, #e53935 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(211, 47, 47, 0.3);
    transition: all 0.3s ease;
    line-height: 1.4;
}

.cta-achievers:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(211, 47, 47, 0.5);
}

/* CTAボタン - POINT用 */
.cta-point {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 16px 20px;
    background: linear-gradient(135deg, #d32f2f 0%, #e53935 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(211, 47, 47, 0.3);
    transition: all 0.3s ease;
}

.cta-point:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(211, 47, 47, 0.4);
}

/* レスポンシブ - PC用 */
@media (min-width: 768px) {
    .points-section-title {
        font-size: 36px;
    }
    
    .point-card-new {
        padding: 30px 25px;
        max-width: 700px;
    }
    
    .point-title-new {
        font-size: 22px;
    }
    
    .schedule-item-new {
        font-size: 14px;
        padding: 12px;
    }
    
    .plan-count-number {
        font-size: 64px;
    }
    
    .point-description {
        font-size: 16px;
    }
}
