.heading-text-box {
    margin-bottom: 56px;
}

.content-prepare-box {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.content-blink-box {
    height: 600px;
    padding: 0;
}

.content-text-box {
    margin: 40px 0;
}

.content-text-box2 {
    margin: 10px 0;
    color: #fff;
        text-align: center;
        width: 80%;
        max-width: 1000px;
        min-width: 800px;
        margin: 0 auto 24px;
        font-size: 20px;
}

.image-face-frame {
        position: absolute;
        top: 50px;
        left: -50%;
        right: -30px;
        /* right: 0; */
        /* height: 100%; */
        width: 200%;
}

#fromVideo
{
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	height:100%;
}

.content-area {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    /* padding-inline:30px  */
}

.clipped-image-area {
    position: relative;
	width:600px;
	height:180px;
    margin: 0 auto;
}

#clipped {
    position: absolute;
    top: 0;
    left: 0;
	width:600px;
	height:180px;
}

.ready-text-box
{
    position: absolute;
    top: 0;
    left: 0;
	width:600px;
	height:180px;
    margin: 0 auto;
}

.ready-text {
    font-size: 2.0rem;
    color: #fff;
}

.ready-num-text {
    font-size: 8.5rem;
    line-height: 8.5rem;
    color: #fff;
}

#camera
{
    display: none;
	position:absolute;
	top:0px;
	left:0;
    width:10px;
    height:10px;
	z-index:-5;
}

.time-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -76px;
    left: 500px;
    width: 68px;
    height: 76px;
    background-image: url("./../images/point_circle.jpg");
    background-size: 68px 76px;
}

.time-point {
    color: #fff;
    font-size: 1.0em;
}

.time-bar-box {
    font-size: 2.25rem;
    /* width: 730px; */
    margin: 80px 35px 0;
    padding: 0;
}

.time-bar-value-box {
    width: 730px;
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
}

.time-bar-area {
    position: relative;
    width: 730px;
    height: 36px;
}

.time-bar-back {
    position: relative;
    top: 0;
    left: 0;
    width: 730px;
    height: 22px;
    border: 2px solid #000;
    border-radius: 14px;
    background-color: #023CA7;
}

.time-bar-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 22px;
    border-radius: 13px;
    background-color: #F5012F;
}

.result-area {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.result-header {
    text-align: center;
    margin-bottom: 40px;
}

.result-header h2 {
    color: #2c3e50;
    font-size: 32px;
    margin-bottom: 10px;
}

.result-header p {
    color: #7f8c8d;
    font-size: 18px;
}

.result-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.product-image {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.result-boxes {
    width: 100%;
    max-width: 600px;
}

.result-box {
    display: none;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.result-box:hover {
    transform: translateY(-5px);
}

.result-emoji {
    font-size: 48px;
    margin-bottom: 15px;
    text-align: center;
}

.result-message {
    text-align: center;
}

.result-message h3 {
    color: #2c3e50;
    font-size: 24px;
    margin-bottom: 5px;
}

.result-message p {
    color: #7f8c8d;
    margin: 5px 0;
    line-height: 1.4;
}

.result-message .highlight {
    color: #e74c3c;
    font-weight: bold;
    font-size: 18px;
}

.blink-score-legend {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
}

.blink-score-legend h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 20px;
}

.legend-items {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.legend-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.legend-item .emoji {
    font-size: 32px;
    margin-bottom: 5px;
}

.legend-item .range {
    color: #7f8c8d;
    font-size: 14px;
}

.action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn {
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.retry-btn {
    background: #95a5a6;
    color: white;
}

.info-btn {
    background: #3498db;
    color: white;
}

.cta-btn {
    background: #F5012F;
    color: white;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.result-icon-image-box {
    width: 120px;
    height: 120px;
}

.result-icon-emoji {
    font-size: 5.0rem;
}

.result-icon-sample-emoji {
    font-size: 2.5rem;
}

.icon-score-table-box {
    margin-bottom: 20px;
}

.icon-score-text {
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    color :#023CA7;
    margin-bottom: 5px 
}
.icon-score-sample-text {
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    color :#023CA7;
    margin-bottom: 5px 
}

.result-button-area-pc {
    display: block;
}

.result-button-area-sp {
    display: none;
}

    .time-bar-box {
        font-size: 2.25rem;
        width: 730px;
        margin: 80px auto;
        padding: 0;
    }

        .time-bar-front {
        position: absolute;
        top: 1px;
        left: 1px;
        width: 500px;
        height: 23px;
        border-radius: 13px;
        background-color: #F5012F;
    }