@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap);* {
    box-sizing: border-box;
    padding: 0
}

*,body {
    margin: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}

:root {
    --primary: #0047ab;
    --secondary: #d10000;
    --accent: gold;
    --dark: #1a1a2e;
    --light: #f8f9fa
}

.float-animation {
    animation: float 3s ease-in-out infinite
}

.btn-glow {
    animation: glow 1.5s infinite alternate;
    box-shadow: 0 0 5px gold
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px gold
    }

    to {
        box-shadow: 0 0 20px gold
    }
}

.notification-badge {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100
}

.dark body {
    background-color: #1a1a2e;
    color: #f8f9fa
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #0047ab;
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: #003380
}

@media (max-width: 767px) {
    .notification-badge {
        right:15px
    }
}

@media print {
    .notification-badge {
        display: none
    }
}

#root {
    min-height: 100vh
}

.landing-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.landing-container {
    align-items: center;
    display: flex;
    font-family: Hiragino Sans,Yu Gothic,Meiryo,sans-serif;
    justify-content: center;
    min-height: 100vh
}

.landing-container .container {
    animation: slideInUp .6s ease-out;
    background: #b4ea5e;
    border-radius: 20px;
    box-shadow: 0 10px 30px #836f6f33;
    max-width: 400px;
    padding: 20px;
    position: relative;
    width: 100%
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.landing-container .decorative-border {
    background: #fff;
    border: 3px solid #b4ea5e;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 25px;
    position: relative
}

.landing-container .decorative-border:after,.landing-container .decorative-border:before {
    background: repeating-linear-gradient(90deg,#b4ea5e 0,#b4ea5e 8px,#0000 0,#0000 16px);
    content: "";
    height: 2px;
    position: absolute;
    top: 10px;
    width: 100px
}

.landing-container .decorative-border:before {
    left: 15px
}

.landing-container .decorative-border:after {
    bottom: 10px;
    right: 15px;
    top: auto
}

.landing-container .profile-section {
    margin-bottom: 25px;
    text-align: center
}

.landing-container .profile-image {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Ccircle cx='40' cy='40' r='40' fill='%23ddd'/%3E%3Ccircle cx='40' cy='30' r='12' fill='%23999'/%3E%3Cpath d='M20 65q20-15 40 0' fill='%23999'/%3E%3C/svg%3E") 50%/cover;
    border: 3px solid #b4ea5e;
    border-radius: 50%;
    height: 80px;
    margin: 0 auto 15px;
    width: 80px
}

.landing-container .name {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px
}

.landing-container .description {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px
}

.landing-container .highlight-text {
    color: #e74c3c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.landing-container .cta-section {
    margin: 25px 0;
    text-align: center
}

.landing-container .cta-title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px
}

.landing-container .cta-subtitle {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.landing-container .notice-box {
    background: #fff9c4;
    border: 1px solid #f1c40f;
    border-radius: 8px;
    color: #333;
    font-size: 12px;
    line-height: 1.4;
    margin: 20px 0;
    padding: 12px
}

.landing-container .notice-label {
    color: #e74c3c;
    font-weight: 700
}

.landing-container .arrow {
    margin: 20px 0;
    position: relative;
    text-align: center
}

.landing-container .arrow:before {
    border-left: 25px solid #0000;
    border-right: 25px solid #0000;
    border-top: 35px solid #e74c3c;
    content: "";
    display: inline-block;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,.2));
    height: 0;
    width: 0
}

.landing-container .line-button {
    align-items: center;
    animation: pulse 3s infinite;
    background: #06c755;
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 15px #06c7554d;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    padding: 15px 30px;
    text-decoration: none;
    transition: all .3s ease;
    width: 100%
}

.landing-container .line-button:hover {
    animation-play-state: paused;
    background: #05b050;
    box-shadow: 0 6px 20px #06c75566;
    transform: translateY(-2px)
}

.landing-container .line-icon {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    color: #06c755;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    width: 24px
}

.landing-container .footer {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 30px;
    text-align: center
}

.landing-container .footer a {
    color: #e74c3c;
    text-decoration: none
}

.landing-container .footer a:hover {
    text-decoration: underline
}

.landing-container .side-decorations {
    background: repeating-linear-gradient(180deg,#7cbf91 0,#7cbf91 6px,#0000 0,#0000 12px);
    height: 100px;
    left: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.landing-container .side-decorations.right {
    left: auto;
    right: -10px
}

@media (max-width: 480px) {
    .landing-container .container {
        padding:15px
    }

    .landing-container .decorative-border {
        padding: 20px
    }
}

.doumai-landing * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.doumai-landing {
    background: linear-gradient(135deg,#00b894,#00cec9);
    font-family: Noto Sans JP,sans-serif;
    min-height: 100vh;
    overflow-x: hidden
}

.doumai-landing .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px
}

.doumai-landing .hero {
    background: url(../images/bgc.476f4d8ef90f55465997.jpg) no-repeat;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    text-align: center
}

.doumai-landing .hero:before {
    animation: float 20s ease-in-out infinite;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath fill='rgba(255,255,255,0.05)' d='m0 0 1000 300v700L0 700z'/%3E%3Cpath fill='rgba(255,255,255,0.03)' d='M0 200 1000 0v500L0 800z'/%3E%3C/svg%3E");
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@keyframes float {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

.doumai-landing .hero-content {
    position: relative;
    z-index: 2
}

.doumai-landing .badge {
    animation: pulse 2s infinite;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #fff3;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 8px 24px
}

@keyframes pulse {
    0%,to {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

.doumai-landing .hero h1 {
    animation: slideInFromTop 1s ease-out;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px #0000004d
}

@keyframes slideInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.doumai-landing .hero-subtitle {
    animation: slideInFromBottom 1s ease-out .3s both;
    color: #ffffffe6;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 40px
}

@keyframes slideInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.doumai-landing .cta-button {
    animation: slideInFromBottom 1s ease-out .6s both;
    background: linear-gradient(45deg,#e17055,#fdcb6e);
    border: none;
    border-radius: 50px;
    box-shadow: 0 10px 30px #e170554d;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 18px 50px;
    text-decoration: none;
    transition: all .3s ease
}

.doumai-landing .cta-button:hover {
    box-shadow: 0 15px 40px #e1705566;
    transform: translateY(-3px)
}

.doumai-landing .profile-section {
    background: #fff;
    padding: 80px 0;
    position: relative
}

.doumai-landing .profile-content {
    grid-gap: 60px;
    align-items: center;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 2fr
}

.doumai-landing .profile-image {
    position: relative
}

.doumai-landing .profile-image:before {
    background: linear-gradient(135deg,#00b894,#00cec9);
    border-radius: 20px;
    bottom: 20px;
    content: "";
    left: -20px;
    position: absolute;
    right: 20px;
    top: -20px;
    z-index: -1
}

.doumai-landing .profile-image img {
    border-radius: 20px;
    box-shadow: 0 20px 40px #0000001a;
    width: 100%
}

.doumai-landing .profile-info h2 {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(135deg,#00b894,#00cec9);
    -webkit-background-clip: text;
    background-clip: text;
    color: #333;
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 20px
}

.doumai-landing .profile-stats {
    grid-gap: 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2,1fr);
    margin: 30px 0
}

.doumai-landing .stat-item {
    background: linear-gradient(135deg,#00b8941a,#00cec91a);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: transform .3s ease
}

.doumai-landing .stat-item:hover {
    transform: translateY(-5px)
}

.doumai-landing .stat-number {
    color: #00b894;
    display: block;
    font-size: 2rem;
    font-weight: 900
}

.doumai-landing .stat-label {
    color: #666;
    font-size: .9rem;
    font-weight: 700
}

.doumai-landing .profile-description {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px
}

.doumai-landing .highlight {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(135deg,#00b894,#00cec9);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 700
}

.doumai-landing .portfolio-section {
    background: #fff;
    padding: 80px 0
}

.doumai-landing .portfolio-grid {
    grid-gap: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    margin-top: 40px
}

.doumai-landing .portfolio-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px #0000001a;
    padding: 30px;
    transition: transform .3s ease
}

.doumai-landing .portfolio-card:hover {
    transform: translateY(-10px)
}

.doumai-landing .portfolio-card h4 {
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px
}

.doumai-landing .return-rate {
    background: linear-gradient(45deg,#00b894,#00cec9);
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 8px 20px
}

.doumai-landing .return-rate.negative {
    background: linear-gradient(45deg,#d63031,#e17055)
}

.doumai-landing .features-section {
    background: #f8f9fa;
    padding: 80px 0
}

.doumai-landing .section-title {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(135deg,#00b894,#00cec9);
    -webkit-background-clip: text;
    background-clip: text;
    color: #333;
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 50px;
    text-align: center
}

.doumai-landing .features-grid {
    grid-gap: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    margin-top: 40px
}

.doumai-landing .feature-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px #0000001a;
    overflow: hidden;
    padding: 40px 30px;
    position: relative;
    text-align: center;
    transition: all .3s ease
}

.doumai-landing .feature-card:before {
    background: linear-gradient(45deg,#0000,#00b8941a,#0000);
    content: "";
    height: 200%;
    left: -50%;
    opacity: 0;
    position: absolute;
    top: -50%;
    transform: rotate(45deg);
    transition: all .5s ease;
    width: 200%
}

.doumai-landing .feature-card:hover {
    box-shadow: 0 20px 40px #00000026;
    transform: translateY(-10px)
}

.doumai-landing .feature-card:hover:before {
    animation: shimmer 1.5s ease-in-out;
    opacity: 1
}

.doumai-landing .feature-icon {
    font-size: 3rem;
    margin-bottom: 20px
}

.doumai-landing .feature-card h3 {
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px
}

.doumai-landing .feature-card p {
    color: #666;
    line-height: 1.6
}

.doumai-landing .testimonials-section {
    background: #fff;
    padding: 80px 0
}

.doumai-landing .testimonials-grid {
    grid-gap: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    margin-top: 40px
}

.doumai-landing .testimonial-card {
    background: #f8f9fa;
    border-radius: 20px;
    box-shadow: 0 10px 30px #0000001a;
    padding: 30px
}

.doumai-landing .testimonial-content {
    color: #555;
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 20px
}

.doumai-landing .testimonial-author {
    align-items: center;
    display: flex;
    gap: 15px
}

.doumai-landing .author-avatar {
    align-items: center;
    background: linear-gradient(135deg,#00b894,#00cec9);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    width: 50px
}

.doumai-landing .author-info h5 {
    color: #333;
    font-weight: 700;
    margin-bottom: 5px
}

.doumai-landing .author-info span {
    color: #666;
    font-size: .9rem
}

.doumai-landing .faq-section {
    background: #f8f9fa;
    padding: 80px 0
}

.doumai-landing .faq-container {
    margin: 0 auto;
    max-width: 800px
}

.doumai-landing .faq-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px #0000001a;
    margin-bottom: 20px;
    overflow: hidden
}

.doumai-landing .faq-question {
    align-items: center;
    color: #333;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    padding: 25px 30px;
    transition: background .3s ease
}

.doumai-landing .faq-question:hover {
    background: #f8f9fa
}

.doumai-landing .faq-answer {
    color: #666;
    line-height: 1.8;
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all .3s ease
}

.doumai-landing .faq-answer.active {
    max-height: 500px;
    padding: 25px 30px
}

.doumai-landing .faq-toggle {
    transition: transform .3s ease
}

.doumai-landing .faq-toggle.active {
    transform: rotate(180deg)
}

.doumai-landing .success-section {
    background: linear-gradient(135deg,#00b894,#00cec9);
    color: #fff;
    padding: 80px 0;
    text-align: center
}

.doumai-landing .success-stats {
    grid-gap: 40px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    margin-top: 40px
}

.doumai-landing .success-stat {
    text-align: center
}

.doumai-landing .success-number {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 10px
}

.doumai-landing .success-label {
    font-size: 1.1rem;
    opacity: .9
}

.doumai-landing .cta-section {
    background: linear-gradient(135deg,#e17055,#fdcb6e);
    color: #fff;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    text-align: center
}

.doumai-landing .cta-section:before {
    animation: rotate 20s linear infinite;
    background: radial-gradient(circle,#ffffff1a 1px,#0000 0);
    background-size: 50px 50px;
    content: "";
    height: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.doumai-landing .cta-content {
    position: relative;
    z-index: 2
}

.doumai-landing .cta-section h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 20px
}

.doumai-landing .cta-section p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: .9
}

.doumai-landing .urgency-text {
    animation: blink 2s infinite;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #fff3;
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 10px 30px
}

@keyframes blink {
    0%,50% {
        opacity: 1
    }

    51%,to {
        opacity: .7
    }
}

@media (max-width: 768px) {
    .doumai-landing .hero h1 {
        font-size:2.5rem
    }

    .doumai-landing .profile-content {
        gap: 40px;
        grid-template-columns: 1fr;
        text-align: center
    }

    .doumai-landing .features-grid,.doumai-landing .profile-stats,.doumai-landing .testimonials-grid {
        grid-template-columns: 1fr
    }

    .doumai-landing .success-stats {
        grid-template-columns: repeat(2,1fr)
    }
}

.doumai-landing .floating-button-container {
    animation: bounce 2s infinite;
    bottom: 30px;
    left: 50%;
    position: fixed;
    transform: translateX(-50%);
    z-index: 1000
}

@keyframes bounce {
    0%,20%,50%,80%,to {
        transform: translateX(-50%) translateY(0)
    }

    40% {
        transform: translateX(-50%) translateY(-10px)
    }

    60% {
        transform: translateX(-50%) translateY(-5px)
    }
}

.doumai-landing .floating-button {
    align-items: center;
    background: #05c705;
    border: none;
    border-radius: 25px;
    box-shadow: 0 10px 30px #e170554d;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: .9rem;
    font-weight: 700;
    gap: 10px;
    line-height: 1.3;
    padding: 15px 25px;
    transition: all .3s ease
}

.doumai-landing .floating-button:hover {
    box-shadow: 0 15px 40px #e1705566;
    transform: translateY(-3px)
}

.doumai-landing .floating-button .icon {
    font-size: 1.2rem
}

@media (max-width: 768px) {
    .doumai-landing .floating-button-container {
        bottom:20px;
        left: 50%;
        transform: translateX(-50%)
    }

    .doumai-landing .floating-button {
        font-size: .8rem;
        max-width: 200px;
        padding: 12px 20px
    }
}

@media (max-width: 480px) {
    .doumai-landing .floating-button {
        font-size:.75rem;
        max-width: 180px;
        padding: 10px 15px
    }

    .doumai-landing .floating-button .icon {
        font-size: 1rem
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg)
    }

    to {
        transform: translateX(100%) translateY(100%) rotate(45deg)
    }
}
