/* 基本設定 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    background-color: #FFFFFF;
    color: #101828;
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    max-width: 393px;
    margin: 0 auto;
}

/* Hero Section */
.hero-section {
    width: 100%;
    height: 1021px;
    position: relative;
    background: linear-gradient(107.03deg, rgba(0, 211, 242, 1) 0%, rgba(43, 127, 255, 1) 50%, rgba(152, 16, 250, 1) 100%);
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-blur-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(128px);
    background: rgba(255, 255, 255, 0.1);
}

.hero-blur-1 {
    width: 256px;
    height: 256px;
    top: 80px;
    left: 40px;
}

.hero-blur-2 {
    width: 500px;
    height: 500px;
    top: 392px;
    left: -53px;
    background: rgba(255, 255, 255, 0.05);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 15px;
    padding-top: 50px;
}

.hero-heading {
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: center;
    width: 100%;
    max-width: 361px;
    margin: 0 auto;
    margin-top: 62px;
}

.hero-heading span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0.3691px;
    color: #FFFFFF;
    text-align: center;
}

.hero-heading span:first-child {
    margin-bottom: 0;
}

.hero-description {
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: center;
    width: 100%;
    max-width: 361px;
    margin: 24px auto 0;
}

.hero-description span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.4492px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.hero-description span:first-child {
    margin-bottom: 28px;
}

.hero-features {
    display: flex;
    gap: 12px;
    justify-content: center;
    width: 100%;
    max-width: 364px;
    margin: 24px auto 0;
}

.hero-feature-card {
    width: 113px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.hero-feature-card:last-child {
    width: 113px;
    height: 118px;
}

.hero-feature-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-feature-card p {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.1504px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin: 0;
}

.hero-images {
    display: flex;
    gap: 0;
    position: relative;
    width: 100%;
    max-width: 408px;
    margin: 0 auto;
    margin-top: 24px;
    justify-content: center;
}

.hero-image-card {
    border-radius: 16px;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

.hero-image-1 {
    width: 224px;
    height: 373px;
    margin-right: -23px;
    z-index: 1;
}

.hero-image-2 {
    width: 224px;
    height: 373px;
    margin-top: 4px;
    position: relative;
}

.hero-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-badges {
    position: absolute;
    left: -144px;
    top: 370px;
    display: flex;
    gap: 0;
    width: 335px;
}

.hero-badge-small {
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1504px;
    color: #155DFC;
    white-space: nowrap;
}

.badge-1 {
    margin-right: 33px;
}

.hero-cta-button {
    width: 364px;
    height: 72px;
    background-color: #FFFFFF;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 24px auto 0;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    padding: 13px 48px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    color: inherit;
}

.line-icon-left {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 13px;
    top: 12px;
    object-fit: contain;
}

.hero-cta-button span {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 3px;
    color: #4CC764;
    text-align: center;
    white-space: pre-wrap;
}

.line-icon-right {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 24px;
    top: 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 15L12.5 10L7.5 5' stroke='%234CC764' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-badge-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 391px;
    padding: 0 2px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-badge-bottom p {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-align: center;
    white-space: pre-wrap;
}

/* Christmas Campaign Section */
.campaign-section {
    width: 100%;
    min-height: 1461px;
    position: relative;
    background: linear-gradient(105.06deg, rgba(254, 242, 242, 1) 0%, rgba(253, 242, 248, 1) 50%, rgba(250, 245, 255, 1) 100%);
    overflow: hidden;
    padding: 64px 16px;
}

.campaign-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.campaign-emoji {
    position: absolute;
    font-size: 60px;
    opacity: 0.2;
    line-height: 60px;
}

.campaign-emoji-1 {
    top: 40px;
    left: 40px;
}

.campaign-emoji-2 {
    top: 80px;
    left: 253px;
}

.campaign-emoji-3 {
    top: 1714px;
    left: 98px;
}

.campaign-emoji-4 {
    top: 1674px;
    left: 202px;
}

.campaign-emoji-small {
    position: absolute;
    font-size: 36px;
    opacity: 0.1;
    line-height: 40px;
}

.campaign-emoji-small-1 {
    top: 907px;
    left: 40px;
}

.campaign-emoji-small-2 {
    top: 605px;
    left: 318px;
}

.campaign-emoji-tiny {
    position: absolute;
    font-size: 24px;
    opacity: 0.3;
    line-height: 32px;
}

.campaign-emoji-tiny-1 {
    top: -2px;
    left: 98px;
}

.campaign-emoji-tiny-2 {
    top: 32px;
    left: 295px;
}

.campaign-emoji-tiny-3 {
    top: 78px;
    left: 197px;
}

.campaign-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 361px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.campaign-badge {
    width: 100%;
    height: 72px;
    background: linear-gradient(90deg, rgba(251, 44, 54, 1) 0%, rgba(173, 70, 255, 1) 50%, rgba(246, 51, 154, 1) 100%);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 12px 32px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    position: relative;
}

.campaign-badge-icon-left,
.campaign-badge-icon-right {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.campaign-badge span {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.3125px;
    color: #FFFFFF;
    text-align: center;
    white-space: pre-wrap;
}

.campaign-card {
    width: 100%;
    background-color: #FFFFFF;
    border: 3.63px solid #FFC9C9;
    border-radius: 24px;
    padding: 4px;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.campaign-header {
    width: 100%;
    background: linear-gradient(90deg, rgba(251, 44, 54, 1) 0%, rgba(173, 70, 255, 1) 50%, rgba(246, 51, 154, 1) 100%);
    border-radius: 20px 20px 0 0;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.campaign-header h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.3955px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.campaign-header p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4492px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin: 0;
}

.campaign-prize-card {
    width: calc(100% - 64px);
    max-width: 290px;
    background: linear-gradient(140.51deg, rgba(253, 199, 0, 1) 0%, rgba(255, 137, 4, 1) 100%);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 32px auto;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.prize-icon {
    font-size: 36px;
    line-height: 60px;
    text-align: center;
}

.prize-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.3691px;
    color: #FFFFFF;
    text-align: center;
}

.prize-amount {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.2637px;
    color: #FFFFFF;
    text-align: center;
}

.prize-label {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4492px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.campaign-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 0 32px 32px;
}

.campaign-detail-card {
    width: 100%;
    border: 1.815px solid;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.detail-1 {
    background: linear-gradient(147.1deg, rgba(254, 242, 242, 1) 0%, rgba(253, 242, 248, 1) 100%);
    border-color: #FFC9C9;
}

.detail-2 {
    background: linear-gradient(147.1deg, rgba(250, 245, 255, 1) 0%, rgba(253, 242, 248, 1) 100%);
    border-color: #E9D4FF;
}

.detail-3 {
    background: linear-gradient(147.1deg, rgba(239, 246, 255, 1) 0%, rgba(250, 245, 255, 1) 100%);
    border-color: #BEDBFF;
}

.detail-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.detail-1 .detail-icon {
    background-color: #FFE2E2;
}

.detail-2 .detail-icon {
    background-color: #F3E8FF;
}

.detail-3 .detail-icon {
    background-color: #DBEAFE;
}

.detail-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.detail-number {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.0703px;
    text-align: center;
}

.detail-1 .detail-number {
    color: #E7000B;
}

.detail-2 .detail-number {
    color: #9810FA;
}

.detail-3 .detail-number {
    color: #155DFC;
}

.detail-label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3125px;
    color: #364153;
    text-align: center;
}

.campaign-cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 0 32px 32px;
}

.campaign-button {
    width: 100%;
    height: 79px;
    background: linear-gradient(90deg, rgba(251, 44, 54, 1) 0%, rgba(173, 70, 255, 1) 50%, rgba(246, 51, 154, 1) 100%);
    border-radius: 9999px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    padding: 0 24px;
    text-decoration: none;
    color: inherit;
}

.campaign-button-icon-left,
.campaign-button-icon-right {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.campaign-button span {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-align: center;
    white-space: pre-wrap;
}

.campaign-notes {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.campaign-notes p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.1504px;
    color: #6A7282;
    text-align: center;
    margin: 0;
}

/* Statistics Section */
.statistics-section {
    width: 100%;
    background-color: #FFFFFF;
    padding: 36px 16px;
}

.statistics-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    max-width: 361px;
    margin: 0 auto;
}

.statistics-header {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.statistics-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #FFE2E2;
    border-radius: 9999px;
    padding: 12px 24px;
    width: fit-content;
    margin: 0 auto;
}

.statistics-badge-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.statistics-badge span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3125px;
    color: #E7000B;
    text-align: center;
}

.statistics-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.3691px;
    color: #101828;
    text-align: center;
    margin: 24px 0 0;
}

.statistics-intro,
.statistics-intro-2 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.4492px;
    color: #4A5565;
    text-align: center;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.statistics-intro span,
.statistics-intro-2 span {
    display: block;
}

.statistics-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.statistics-card {
    width: 100%;
    background-color: #FFFFFF;
    border: 1.815px solid #F3F4F6;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.statistics-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.statistics-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.statistics-icon-1 {
    background: linear-gradient(135deg, rgba(251, 44, 54, 1) 0%, rgba(255, 105, 0, 1) 100%);
}

.statistics-icon-2 {
    background: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgba(240, 177, 0, 1) 100%);
}

.statistics-icon-3 {
    background: linear-gradient(135deg, rgba(173, 70, 255, 1) 0%, rgba(246, 51, 154, 1) 100%);
}

.statistics-number {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.3691px;
    background: linear-gradient(90deg, rgba(16, 24, 40, 1) 0%, rgba(54, 65, 83, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 8px;
}

.statistics-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4492px;
    color: #101828;
    margin: 0;
}

.statistics-card-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    letter-spacing: -0.1504px;
    color: #4A5565;
    margin: 0;
    white-space: pre-wrap;
}

.statistics-warning {
    width: 100%;
    background: linear-gradient(90deg, rgba(254, 242, 242, 1) 0%, rgba(254, 242, 242, 1) 50%, rgba(255, 247, 237, 1) 100%);
    border-left: 3.63px solid #FB2C36;
    border-radius: 16px;
    padding: 46px 33px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.statistics-warning-badge {
    width: 100%;
    background-color: #FFE2E2;
    border-radius: 10px;
    padding: 8px 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.4492px;
    color: #82181A;
    text-align: center;
}

.statistics-warning-text,
.statistics-warning-text-2 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.4395px;
    color: #9F0712;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.statistics-warning-text span,
.statistics-warning-text-2 span {
    display: block;
}

/* Feature Highlight Section */
.feature-highlight-section {
    width: 100%;
    background-color: #FFFFFF;
    padding: 64px 16px;
}

.feature-highlight-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 361px;
    margin: 0 auto;
}

.feature-highlight-badge {
    display: inline-block;
    background-color: #FB2C36;
    border-radius: 9999px;
    padding: 12px 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFFFFF;
    text-align: center;
}

.feature-highlight-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.3691px;
    color: #101828;
    text-align: center;
    margin: 0;
}

.feature-highlight-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.feature-highlight-card {
    width: 100%;
    background-color: #FFFFFF;
    border: 1.815px solid #E5E7EB;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.feature-highlight-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-1 {
    background: linear-gradient(135deg, rgba(251, 44, 54, 1) 0%, rgba(255, 105, 0, 1) 100%);
}

.feature-icon-2 {
    background: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgba(240, 177, 0, 1) 100%);
}

.feature-icon-3 {
    background: linear-gradient(135deg, rgba(173, 70, 255, 1) 0%, rgba(246, 51, 154, 1) 100%);
}

.feature-icon-4 {
    background: linear-gradient(135deg, rgba(246, 51, 154, 1) 0%, rgba(251, 44, 54, 1) 100%);
}

.feature-highlight-card h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.4492px;
    color: #101828;
    margin: 0 0 8px;
}

.feature-highlight-card p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.4492px;
    color: #4A5565;
    margin: 0;
}

/* Detailed Feature Comparison Section */
.detailed-comparison-section {
    width: 100%;
    background-color: #FFFFFF;
    padding: 64px 16px;
}

.detailed-comparison-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.detailed-comparison-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(255, 137, 4, 1) 0%, rgba(240, 177, 0, 1) 100%);
    border-radius: 9999px;
    padding: 12px 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFFFFF;
    text-align: center;
}

.detailed-comparison-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3333333333333333em;
    color: #101828;
    text-align: center;
    margin: 0;
}

.detailed-comparison-table {
    width: 100%;
    overflow-x: auto;
}

.detailed-comparison-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E5E7EB;
}

.detailed-comparison-table th {
    background-color: #F9FAFB;
    padding: 16px 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    color: #101828;
    text-align: center;
    border: 1px solid #E5E7EB;
}

.detailed-comparison-table td {
    padding: 16px 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #101828;
    text-align: center;
    border: 1px solid #E5E7EB;
}

.comparison-check {
    color: #00A63E;
    font-weight: 700;
    font-size: 20px;
}

.comparison-cross {
    color: #FB2C36;
    font-weight: 700;
    font-size: 20px;
}

.comparison-price {
    font-weight: 600;
    color: #101828;
}

.detailed-comparison-button {
    width: 100%;
    max-width: 200px;
    height: 48px;
    background-color: #155DFC;
    border-radius: 9999px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFFFFF;
    cursor: pointer;
}

/* Victim Voices Section */
.victim-voices-section {
    width: 100%;
    background-color: #FFFFFF;
    padding: 36px 16px;
}

.victim-voices-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 361px;
    margin: 0 auto;
}

.victim-voices-header {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.victim-voices-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: transparent;
    border: 1.815px solid #FF8A00;
    border-radius: 9999px;
    padding: 12px 24px;
    width: fit-content;
    margin: 0 auto;
}

.victim-voices-badge-icon {
    width: 20px;
    height: 20px;
    background-color: #155DFC;
    border-radius: 4px;
    flex-shrink: 0;
}

.victim-voices-badge span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3125px;
    color: #E7000B;
    text-align: center;
}

.victim-voices-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.3691px;
    color: #101828;
    text-align: center;
    margin: 24px 0 0;
}

.victim-voices-intro,
.victim-voices-intro-2 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.4492px;
    color: #4A5565;
    text-align: center;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.victim-voices-intro span,
.victim-voices-intro-2 span {
    display: block;
}

.victim-voices-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.victim-voice-card {
    width: 100%;
    background-color: #FFFFFF;
    border: 1.815px solid #E5E7EB;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.victim-voice-quote {
    position: absolute;
    top: 24px;
    right: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1em;
    color: #155DFC;
    opacity: 0.3;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.victim-voice-label {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #E7000B;
    background-color: #FFF5F5;
    padding: 12px 16px 12px 20px;
    margin: 56px 0 16px;
    border-radius: 8px;
    border-left: 6px solid #E7000B;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.victim-voice-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3125px;
    color: #4A5565;
    margin: 0;
    white-space: pre-wrap;
    text-align: left;
}

.victim-text-red {
    color: #E7000B;
    font-weight: 700;
}

.victim-text-blue {
    color: #2563EB;
    font-weight: 500;
}

.victim-voices-insight {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 30px 20px;
    background-color: #FFF8F0;
    border: 1px solid #FFE0B2;
    border-radius: 15px;
    margin-top: 50px;
}

.victim-insight-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.4492px;
    color: #101828;
    text-align: center;
    margin: 0 0 16px 0;
}

.victim-insight-title span {
    font-weight: 700;
    color: #E7000B;
}

.victim-insight-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    letter-spacing: -0.1504px;
    color: #4A5565;
    margin: 0 0 16px 0;
    text-align: left;
    padding: 0;
}

.victim-insight-source {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -0.1504px;
    color: #999999;
    text-align: left;
    margin: 0 0 16px 0;
    padding: 0;
}

.victim-insight-conclusion {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.4492px;
    color: #101828;
    text-align: center;
    margin: 0 0 16px 0;
    padding: 0;
}

.victim-voices-comparison {
    width: 100%;
    overflow-x: auto;
    margin-top: 8px;
    border-radius: 14px;
    padding: 0;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.victim-comparison-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-radius: 14px;
    overflow: hidden;
    margin: 0;
    background: #FFFFFF;
}

/* 列の幅設定 */
.victim-comparison-table .col-label {
    width: 20%;
    background: #FFFFFF;
    font-weight: 700;
    font-size: 12px;
}

.victim-comparison-table .col-line {
    width: 40%;
}

.victim-comparison-table .col-phone {
    width: 40%;
}

.victim-comparison-table th {
    padding: 12px 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.3125px;
    text-align: center;
    border: 1px solid #E0E0E0;
    vertical-align: middle;
}

.victim-comparison-table th.col-label {
    text-align: left;
    padding-left: 12px;
    background-color: #F9FAFB;
    color: #101828;
    font-weight: 700;
}

.victim-comparison-table th.col-line.victim-comparison-highlight {
    background-color: #DCEDC8;
    color: #2E7D32;
    padding: 12px 10px;
}

.victim-comparison-table th.col-phone {
    background-color: #E0E0E0;
    color: #616161;
    padding: 12px 10px;
}

.victim-comparison-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
}

.victim-comparison-emoji {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
}

.victim-comparison-header span:not(.victim-comparison-emoji) {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.3125px;
}

.victim-comparison-table td {
    padding: 12px 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.3125px;
    color: #101828;
    text-align: center;
    border: 1px solid #E0E0E0;
    vertical-align: middle;
}

.victim-comparison-table td.col-label {
    text-align: left;
    padding-left: 12px;
    font-weight: 700;
    font-size: 12px;
    background-color: #FFFFFF;
    color: #101828;
}

.victim-comparison-table td.col-line.victim-comparison-highlight {
    background-color: #E8F5E9;
}

.victim-comparison-table td.col-phone {
    background-color: #F5F5F5;
    color: #101828;
}

.victim-comparison-table .row-item td {
    min-height: 50px;
}

.txt-green {
    color: #2E7D32;
    font-weight: 700;
    font-size: 13px;
}

.txt-small {
    font-size: 11px;
    display: block;
    margin-top: 4px;
    color: #666666;
    font-weight: 400;
    line-height: 16px;
}

/* Solution Section */
.solution-section {
    width: 100%;
    background-color: #FFFFFF;
    padding: 40px 16px;
}

.solution-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 361px;
    margin: 0 auto;
}

.solution-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    text-align: center;
}

.solution-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #E3F2FD;
    border-radius: 9999px;
    padding: 8px 20px;
    width: fit-content;
    margin: 0 auto;
}

.solution-badge-icon {
    font-size: 16px;
}

.solution-badge span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1976D2;
}

.solution-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #101828;
    margin: 0;
}

.solution-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1976D2;
    margin: 0;
}

.solution-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4A5565;
    margin: 0;
}

.solution-visual {
    width: 100%;
    margin: 24px 0;
}

.solution-hero-image {
    width: 100%;
    height: auto;
    background-color: transparent;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-hero-img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
    object-fit: cover;
}

.solution-testimonials {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin-top: 32px;
}

.solution-testimonial-card {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.testimonial-avatar-placeholder {
    font-size: 24px;
}

.testimonial-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.testimonial-label {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #E7000B;
    background-color: #FFF5F5;
    padding: 12px 16px 12px 20px;
    margin: 16px 0;
    border-radius: 8px;
    border-left: 6px solid #E7000B;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.testimonial-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4A5565;
    margin: 0;
    white-space: pre-wrap;
}

.solution-howto {
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 211, 242, 1) 0%, rgba(43, 127, 255, 1) 50%, rgba(152, 16, 250, 1) 100%);
    border-radius: 16px;
    padding: 40px 24px;
    margin-top: 32px;
}

.howto-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 32px 0;
}

.howto-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

.howto-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 12px;
    backdrop-filter: blur(10px);
}

.howto-step-icon {
    font-size: 40px;
    margin-bottom: 8px;
}

.howto-step-label {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
}

.howto-step-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}

.solution-cta {
    width: 100%;
    background-color: #FFFFFF;
    padding: 32px 24px;
    border-radius: 16px;
    margin-top: 32px;
    text-align: center;
}

.solution-cta-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
    margin: 0 0 24px 0;
}

.solution-cta-button {
    width: 100%;
    background-color: #4CC764;
    border: none;
    border-radius: 12px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    color: inherit;
}

.solution-cta-button:hover {
    background-color: #3FB055;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(76, 199, 100, 0.4);
}

.solution-cta-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.solution-cta-button span {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    flex: 1;
    text-align: center;
}

.solution-cta-arrow {
    font-size: 20px;
    color: #FFFFFF;
    flex-shrink: 0;
}

/* Comparison Section */
.comparison-section {
    width: 100%;
    background-color: #F9FAFB;
    padding: 40px 16px;
}

.comparison-container {
    width: 100%;
    max-width: 361px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.comparison-header {
    text-align: center;
}

.comparison-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    border-radius: 9999px;
    background-color: #F3E8FF;
    margin-bottom: 16px;
}

.comparison-badge span {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #7C3AED;
}

.comparison-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #101828;
    margin: 0;
}

.comparison-table-wrapper {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Inter', sans-serif;
}

.comparison-table thead th {
    padding: 16px 8px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #E5E7EB;
    background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
    color: #FFFFFF;
}

.comparison-col-feature {
    width: 30%;
}

.comparison-col-aigokun,
.comparison-col-competitor {
    width: 23%;
}

.comparison-table tbody td {
    padding: 18px 8px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #E5E7EB;
}

.comparison-feature {
    text-align: left;
    padding-left: 12px;
    font-weight: 500;
    color: #111827;
}

.comparison-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 6px;
    object-fit: contain;
}

.comparison-icon-check {
    background-color: #ECFDF3;
}

.comparison-icon-triangle {
    background-color: #F3F4F6;
}

.comparison-icon-cross {
    background-color: #FEE2E2;
}

.comparison-price {
    font-weight: 600;
    color: #111827;
}

.comparison-table tbody tr:nth-child(odd) {
    background-color: #F9FAFB;
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #FFFFFF;
}

/* Plans Section */
/* FAQ Section */
/* Pricing Plans Section */
.pricing-plans-section {
    width: 100%;
    background-color: #1F2937;
    padding: 64px 16px;
}

.pricing-plans-container {
    max-width: 361px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pricing-plans-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.pricing-plans-disclaimer {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #9CA3AF;
    text-align: center;
    margin: 0;
}

.pricing-plans-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 8px;
}

.pricing-plan-card {
    border-radius: 16px;
    padding: 24px;
    position: relative;
}

.pricing-plan-free {
    background-color: #FFFFFF;
    border: none;
}

.pricing-plan-standard {
    background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
    border: none;
}

.pricing-plan-popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #FB923C 0%, #EC4899 100%);
    border-radius: 9999px;
    padding: 6px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.popular-badge-icon {
    font-size: 16px;
}

.pricing-plan-popular-badge span:last-child {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.pricing-plan-name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 16px 0;
}

.pricing-plan-free .pricing-plan-name {
    color: #374151;
    font-weight: 600;
}

.pricing-plan-standard .pricing-plan-name {
    color: #FFFFFF;
}

.pricing-plan-price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 24px;
}

.pricing-plan-price {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.pricing-plan-free .pricing-plan-price {
    color: #374151;
}

.pricing-plan-standard .pricing-plan-price {
    color: #FFFFFF;
}

.pricing-plan-period {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.pricing-plan-free .pricing-plan-period {
    color: #9CA3AF;
}

.pricing-plan-standard .pricing-plan-period {
    color: #FFFFFF;
}

.pricing-plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pricing-plan-feature {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.feature-check {
    color: #22C55E;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-cross {
    color: #EF4444;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.pricing-plan-feature span:last-child {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.pricing-plan-free .pricing-plan-feature span:last-child {
    color: #6B7280;
}

.pricing-plan-standard .pricing-plan-feature span:last-child {
    color: #FFFFFF;
}

.pricing-plans-campaign-note {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
    margin: 8px 0 0 0;
}

.faq-section {
    width: 100%;
    background-color: #FFFFFF;
    padding: 40px 16px;
}

.faq-container {
    width: 100%;
    max-width: 361px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 24px;
}

.faq-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    border-radius: 9999px;
    background-color: #E5ECFF;
    margin-bottom: 12px;
    font-size: 13px;
    color: #3B82F6;
}

.faq-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 8px 0;
}

.faq-lead {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #6B7280;
    margin: 0;
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.faq-item {
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 16px 16px;
    border: none;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #111827;
}

.faq-icon {
    font-size: 18px;
    color: #9CA3AF;
}

.faq-answer {
    padding: 0 16px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #4B5563;
}

.faq-contact-note {
    margin-top: 24px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #6B7280;
    text-align: center;
}

.faq-contact-link {
    display: block;
    margin-top: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #2563EB;
    text-align: center;
    text-decoration: underline;
}

/* Story Section */
.story-section {
    width: 100%;
    padding: 0 0 40px;
}

.story-gradient {
    width: 100%;
    background: linear-gradient(180deg, #4F46E5 0%, #7C3AED 40%, #EC4899 100%);
    padding: 40px 16px 48px;
}

.story-content {
    width: 100%;
    max-width: 361px;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
}

.story-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px 0;
}

.story-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    white-space: pre-wrap;
    text-align: left;
}

.story-highlight {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin: 24px 0 24px 0;
}

.story-icons {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 24px;
}

.story-icon-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    line-height: 16px;
}

.story-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 8px;
}

.story-cta-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 16px 0;
}

.story-cta-button {
    width: 100%;
    border: none;
    border-radius: 12px;
    background-color: #22C55E;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.story-cta-line-icon {
    width: 24px;
    height: 24px;
    background-image: url('/static/images/line-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.story-cta-button span {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.story-cta-arrow {
    font-size: 14px;
    color: #FFFFFF;
}

/* Footer Dark */
.footer-dark {
    width: 100%;
    background-color: #020617;
    padding: 32px 16px 40px;
}

.footer-dark-inner {
    width: 100%;
    max-width: 361px;
    margin: 0 auto;
    color: #E5E7EB;
}

.footer-brand-name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 4px 0;
}

.footer-brand-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #9CA3AF;
    margin: 0 0 20px 0;
}

.footer-columns {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 24px;
}

.footer-column h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 13px;
    margin: 0 0 8px 0;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #9CA3AF;
    margin-bottom: 4px;
}

.footer-copy p {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #6B7280;
    margin: 0;
    text-align: left;
}

/* CTA/Download Section */
.cta-download-section {
    width: 100%;
    min-height: 600px;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 211, 242, 1) 0%, rgba(43, 127, 255, 1) 50%, rgba(152, 16, 250, 1) 100%);
    overflow: hidden;
    padding: 64px 16px;
}

.cta-download-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cta-download-blur-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(128px);
    background: rgba(255, 255, 255, 0.1);
}

.cta-download-blur-1 {
    width: 256px;
    height: 256px;
    top: 40px;
    left: 40px;
}

.cta-download-blur-2 {
    width: 384px;
    height: 384px;
    top: 308px;
    left: -31px;
    background: rgba(255, 255, 255, 0.05);
}

.cta-download-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.cta-download-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3333333333333333em;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.cta-download-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.cta-download-button {
    width: 100%;
    height: 72px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    color: #FFFFFF;
    cursor: pointer;
}

.cta-button-icon {
    font-size: 24px;
}

.cta-button-download {
    background-color: #4CC764;
    border: none;
}

/* FAQ Section */
.faq-section {
    width: 100%;
    background-color: #FFFFFF;
    padding: 64px 16px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    width: 100%;
}

.faq-badge {
    display: inline-block;
    background: linear-gradient(90deg, rgba(246, 51, 154, 1) 0%, rgba(251, 44, 54, 1) 100%);
    border-radius: 9999px;
    padding: 12px 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 24px;
}

.faq-header h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3333333333333333em;
    color: #101828;
    margin: 0;
}

.faq-tabs {
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: center;
    margin-bottom: 24px;
}

.faq-tab {
    padding: 12px 24px;
    background-color: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: #101828;
    cursor: pointer;
}

.faq-tab.active {
    background-color: #155DFC;
    border-color: #155DFC;
    color: #FFFFFF;
}

.faq-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    width: 100%;
    border: 1.82px solid #E5E7EB;
    border-radius: 14px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background-color: #FFFFFF;
    border: none;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.faq-question span:first-child {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.01953125em;
    color: #101828;
    flex: 1;
}

.faq-icon {
    font-size: 24px;
    color: #155DFC;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.faq-icon.rotate {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 24px 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 24px 20px;
    background-color: #EFF6FF;
    border-top: 1.82px solid #DBEAFE;
}

.faq-answer p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.01953125em;
    color: #364153;
}

/* Pricing Detail Section */
.pricing-detail-section {
    width: 100%;
    background-color: #FFFFFF;
    padding: 64px 16px;
}

.pricing-detail-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.pricing-detail-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(255, 137, 4, 1) 0%, rgba(240, 177, 0, 1) 100%);
    border-radius: 9999px;
    padding: 12px 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFFFFF;
    text-align: center;
}

.pricing-detail-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3333333333333333em;
    color: #101828;
    text-align: center;
    margin: 0;
}

.pricing-detail-card {
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 211, 242, 1) 0%, rgba(43, 127, 255, 1) 50%, rgba(152, 16, 250, 1) 100%);
    border-radius: 24px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: relative;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.pricing-detail-banner {
    position: absolute;
    top: -16px;
    right: 32px;
    background: linear-gradient(90deg, rgba(255, 137, 4, 1) 0%, rgba(246, 51, 154, 1) 100%);
    border-radius: 9999px;
    padding: 10px 25px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4285714285714286em;
    color: #FFFFFF;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.pricing-detail-amount {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-top: 16px;
}

.pricing-detail-yen {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1em;
    color: #FFFFFF;
}

.pricing-detail-price {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 1em;
    color: #FFFFFF;
}

.pricing-detail-unit {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1em;
    color: #FFFFFF;
}

.pricing-detail-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 16px;
}

.pricing-detail-features p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    color: #FFFFFF;
    margin: 0;
}

.pricing-detail-cta {
    width: 100%;
    height: 72px;
    background-color: #4CC764;
    border-radius: 9999px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 16px;
}

.pricing-detail-note {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin: 0;
}

/* Footer Section */
.footer-section {
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 211, 242, 1) 0%, rgba(43, 127, 255, 1) 50%, rgba(152, 16, 250, 1) 100%);
    padding: 64px 16px 0;
}

.footer-heart-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding-bottom: 48px;
}

.footer-heart-icon {
    font-size: 48px;
    margin-bottom: 8px;
}

.footer-heart-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3333333333333333em;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.footer-heart-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin: 0;
}

.footer-heart-features {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 16px;
}

.footer-heart-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.footer-heart-feature-icon {
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.footer-heart-feature p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.footer-heart-cta {
    width: 100%;
    max-width: 300px;
    height: 72px;
    background-color: #4CC764;
    border-radius: 9999px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 16px;
}

.footer-links-section {
    width: 100%;
    background-color: #101828;
    padding: 48px 16px 32px;
}

.footer-links-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    align-items: center;
}

.footer-link-item {
    width: 100%;
    text-align: center;
}

.footer-link-item a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #D1D5DC;
    text-decoration: none;
}

.footer-copyright {
    padding-top: 32px;
    border-top: 1px solid #1E2939;
    text-align: center;
    margin-top: 32px;
}

.footer-copyright p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #6A7282;
    margin: 0;
}
