.register-memorio-section {
    max-width: 600px;
    margin: 4rem auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    padding: 3rem 2rem;
    color: #3d2c24;
    font-family: "Noto Sans JP", sans-serif;
}

.register-memorio-title {
    text-align: center;
    font-size: 17px;
    margin-bottom: 0.8rem;
}

.register-memorio-lead {
    text-align: center;
    font-size: 0.95rem;
    color: #6b5d54;
    margin-bottom: 2rem;
}

.register-memorio-group {
    margin-bottom: 1.5rem;
}

.register-memorio-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
}

.register-memorio-group span {
    color: #d66;
}

.register-memorio-group input,
.register-memorio-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.95rem;
}

.register-memorio-btn {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #b89a67, #9e8251);
    color: #fff;
    border: none;
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 9999px;
    cursor: pointer;
    transition: 0.3s;
}

.register-memorio-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.register-memorio-error ul {
    background: #fff0f0;
    border: 1px solid #f5b6b6;
    color: #a33;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.movie-summary {
    background: #fffaf8;
    border-bottom: 1px solid #eee;
    padding: 2rem 1.5rem;
}

.movie-summary-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.movie-summary-thumb {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.movie-summary-info {
    width: 100%;
    max-width: 400px;
}

.movie-summary-title {
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #3d2c24;
}

.movie-summary-desc {
    font-size: 0.95rem;
    color: #6b5d54;
    line-height: 1.6;
}

.password-field {
    display: flex;
    align-items: center;
    position: relative;
}

.password-field input {
    width: 100%;
    padding-right: 2.5rem;
}

.toggle-pass {
    position: absolute;
    right: 0.6rem;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: #666;
}
