﻿.w-100{
   width: 100%; 
}

.mb-0 {
    margin-bottom: 0;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-17 {
    margin-bottom: 17px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-41{
    margin-bottom: 41px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mg-auto {
    margin: 0 auto;
}
@media (max-width: 520px) {
    .mb-sp5{
        margin-bottom: 5px;
    }
    .mb-sp10{
        margin-bottom: 10px;
    }
    .mb-sp15{
        margin-bottom: 15px;
    }
    .mb-sp20{
        margin-bottom: 20px;
    }
    .mb-sp25{
        margin-bottom: 25px;
    }
    .mb-sp30{
        margin-bottom: 30px;
    }
    .mb-sp40{
        margin-bottom: 40px;
    }
    .mb-sp50{
        margin-bottom: 50px;
    }
}
h1,h2,h3,h4,h5{
    margin: 0;
}
.p-homeSection__title {
    display: block;
    margin-bottom: 2rem;
    font-family: var(--font-en);
    font-size: 2rem;
    text-align: center;
}
.btn__vmore_top{
    display: none;
}
@media screen and (min-width: 768px) {
    .p-homeSection__title {
        font-size: 3rem;
    }
}
.main__newRelease{
    padding: 20px 0 20px;
}
.date__detail{
    padding: 2px 20px 3px;
    background-color: #1C3040;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
}
.title__h1_content{
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.title_h2_detail,
.main__newRelease h2{
    font-weight: 600;
    font-size: 24px;
}

.title_h3_detail,
.main__newRelease h3{
    font-weight: 600;
    font-size: 22px;
}

.main__newRelease h2,
.main__newRelease h3{
    margin-bottom: 15px;
}

.main__newRelease img + p,
.main__newRelease div:has(img) + p{
    margin-top: 15px;
}


.main__newRelease .btn__bottom{
    height: 42px;
    max-width: 210px;
    background-color: #1C3040;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 30px;
}
.btn__bottom:hover{
    opacity: 0.8;
}
.main__newRelease p{
    margin-bottom: 20px;
    margin-top: 5px;
    line-height: 1.6;
}

/*==========================================*/


@media (max-width: 767px) {
    .date__detail{
        font-size: 12px;
    }
    .title__h1_content{
        font-size: 24px;
    }
    .title_h2_detail,
    .main__newRelease h2{
        font-size: 20px;
    }
    .title_h3_detail,
    .main__newRelease h3{
        font-size: 19px;
    }
    
    .main__newRelease p{
        margin-bottom: 15px;
    }
}
@media (max-width: 480px) {
    .main__newRelease{
        padding-top: 10px;
        font-size: 13px;
    }
    .date__detail{
        font-size: 10px;
    }
    .title__h1_content{
        font-size: 16px;
        padding-bottom: 7px;
        border-bottom: 1px solid #000000;
        margin: 12px 0 10px;
    }
    .title_h2_detail,
    .main__newRelease h2{
        font-size: 15px;
    }
    
    .title_h3_detail,
    .main__newRelease h3{
        font-size: 14px;
    }
    .main__newRelease h2,
    .main__newRelease h3{
        margin-bottom: 10px;
    }

    .main__newRelease .btn__bottom{
        height: 35px;
        font-size: 12px;
        max-width: 190px;
    }
}