@charset "utf-8";

.collabo-header__bottom{
    background: #ffa1dc;    
}

.collabo-message__ttl {
	background: #ffa1dc;
}

.life-event{
    background-size: auto auto;
    background-color: rgb(255 210 232);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(255 222 238) 2px, rgb(255 222 238) 4px);
}

.life-worries{
    background-color: #ffecf8;
}

.life-cta {
    background-color: #ffa1dc;
}

.collabo-follower__item{
    border: solid 2px #ff478c;
}

.life-cta__ttl{
    color: #fff !important;
}

.life-cta__ttl span::before,
.life-cta__ttl span::after{
    color: #fff !important;
}

.character-img {
    display: block;
    width: 240px;
    margin: 40px auto 0;
}

@media screen and (max-width: 480px) {
    .character-img {
        width: 180px;
    }
}

@media screen and (max-width: 480px) {
.life-cta__catch img{
    width: 60%;
}
}