@charset "utf-8";
/* CSS Document */

.sectionmovie {
	background: url("../images/contents/original-dolls/bg-pink.png") left / 600px repeat;
}
@media only screen and (max-width:768px){
	.sectionmovie { background-size: 400px; }
}

/*.sectionCampaign {
    background: #f7f5ed;
    .big2 {
        font-size: 2.8rem;
        @media (width <= 768px) {
            font-size: 2.0rem;
        }
    }
    .buttonLink2 {
        width: 350px;
        @media (width <= 768px) {
            width: 100%;
        }
    }
}*/


.section57th {
    background: #f7f5ed;
 }  
@media (width <= 768px) {
	
	.flexBox2 {
        display: flex;
		flex-direction: column;
    }
	.flexBox2 > div:nth-of-type(1){
        order: 2;
		margin-bottom: 0;
    }
	.flexBox2 > div:nth-of-type(2){
        order: 1;
		margin-bottom: 25px;
    }

}


.voice-list {
    margin-bottom: 50px;
    ul {
        li {
            margin-bottom: 25px;
            @media (width <= 768px) {
                margin-bottom: 45px;
            }
            &:last-child {
                margin-bottom: 0;
            }
            .voice-box {
                display: flex;
                gap: 20px;
                @media (width <= 768px) {
                    display: block;
                }
                .voice-box-icon {
                    width: 160px;
                    display: flex;
                    align-items: flex-end;
                    @media (width <= 768px) {
                        width: 200px;
                        margin: 0 auto 00px auto;
                        display: block;
                    }
                }
                .voice-box-block {
                    width: calc(100% - 160px);
                    @media (width <= 768px) {
                        width: 100%;
                    }
                }
                .voice-box-block {
                    border-radius: 10px;
                    width: calc(100% - 285px);
                    margin-left: 10px;
                    padding: 40px;
                    position: relative;
                    @media (width <= 768px) {
                        width: 100%;
                        margin-left: 0;
                        margin-top:25px;
                        padding: 30px;
                    }
                    .voice-box-title {
                        margin-bottom: 20px;
                        padding-bottom: 10px;
                        font-size: 2.0rem;
                        font-weight: bold;
                        line-height: 1;
                        @media (width <= 768px) {
                            line-height: 1.5;
                        }
                    }
                    .voice-box-text {
                        font-size: 1.5rem;
                    }
                    > div {
                        position: relative;
                        z-index: 2;
                    }
                    &::before {
                        clip-path: polygon(100% 0, 0 50%, 100% 100%);
                        content: "";
                        bottom: 65px;
                        left: -25px;
                        width: 25px;
                        height: 30px;
                        position: absolute;
                        z-index: 1;
                        display: block;
                    }
                    @media (width <= 768px) {
                        &::before {
                            transform: rotate(90deg);
                            top: -25px;
                            left: calc(50% - 12px);
                        }
                        .voice-box-title {
                            font-size: 2.0rem;
                        }
                    }
                }
            }
            .voice-box_type1 {
                .voice-box-block {
                    --color: #e55289;
                    --color-thin: #fbe9f0;
                    background: var(--color-thin);
                    .voice-box-title {
                        border-bottom: 1px solid var(--color);
                        color: var(--color);
                    }
                    &::before {
                        background: var(--color-thin);
                    }
                }
            }
            .voice-box_type2 {
                .voice-box-block {
                    --color: #1b91a5;
                    --color-thin: #d8f4f9;
                    background: var(--color-thin);
                    .voice-box-title {
                        border-bottom: 1px solid var(--color);
                        color: var(--color);
                    }
                    &::before {
                        background: var(--color-thin);
                    }
                }
            }
            .voice-box_type3 {
                .voice-box-block {
                    --color: #669900;
                    --color-thin: #e8ffca;
                    background: var(--color-thin);
                    .voice-box-title {
                        border-bottom: 1px solid var(--color);
                        color: var(--color);
                    }
                    &::before {
                        background: var(--color-thin);
                    }
                }
            }
        }
    }
}