@charset "utf-8";



/* ====================
main
====================*/

/* article__header */
.mainImg__pc {
    display: none;
}
.section--concept{
    background-color: #E8EFFF;
}

/* article header pc */
@media screen and (min-width:769px) {
    .mainImg__pc {
        display: block;
        width: 100%;
    }
    .mainImg__sp {
        display: none;
    }
}

/* ====================
concept
====================*/
.concept__header {
    display: block;
    width: 100%;
    height: auto;
    background-color: #E8EFFF;
    padding-top: 108px;
}

.section--concept .concept__txt {
    margin: 32px 12% 0;
    font-size: 1.6rem;
    font-weight: 400;

}

.concept__txt--topic {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}

.concept__txt--topic span{
    font-size: 1.4rem;
}

.concept__txt--topic .txt__topic--small {
   font-size: 1.4rem;
}

.concept__txt--p {
    margin-top: 20px;
}

.concept__coldProcess {
    background-color: #FFF9EA;
    margin-top: 60px;
    padding: 38px 5.3% 30px;
    border: solid 1px #444556;
    
}

.concept__coldProcess .concept__txt--topic .coldProcess--small{
    color: #1E377E;
    font-size: 1.4rem;
}

.concept__coldProcess--img {
    margin-top: 38px;
}

.concept__coldProcess .concept__txt--p {
    margin-top: 35px;
}

.concept__free--img{
    padding-top: 30px;
    padding-bottom: 80px;
    margin-bottom: 0;
}

.section .section--lineUp {
    padding-top: 80px;
}

.concept__txt--topic .topic--five {
    font-size: 3rem;
}

/* concept pc */
@media screen and (min-width:769px) {
    .section--concept .concept__txt {
        margin-top: 60px;
        padding-bottom: 100px;
    }
    .concept__headerDiv {
        position: relative;
    }

    .concept__header img {
        width: 70%;
        margin-left: 30%;
    }   
    
    .concept__txt--introduction {
        width: 580px;
        margin-left: var(--contentPadding);
    }
    .concept__txt--topic {
        font-size: 3rem;
    }

    .concept__txt--topic span {
        font-size: 1.6rem;
    }

    .spBr {
        display: none;
    }

    .concept__txt--p {
        font-size: 1.6rem;
        line-height: 1.8; 
    }
    
    .concept__txt--topic.coldProcess {
        margin-top: 30px;
    }

    .container__coldProcess {
        display: flex;
        justify-content: space-between;
    }

    .concept__coldProcess--img {
        width: 100%;
        margin-right: 30px;
    }

    .concept__coldProcess {
        padding: 0 3% 50px 3%;
    }

    .concept__txt--topic .topic--five {
        font-size: 4rem;
    }

    .container__free {
        display: flex;
        justify-content: space-between;
    }

    .container__free .concept__txt--p {
        width: 50%;
        margin-right: 30px;
    }
    .container__free .concept__free--img {
        width: 50%;
    }


}/* pc 769px */

/* ====================
lineUp
====================*/
/* lineUp__header */

.section--lineUp {
    background-color: var(--primary-white);
}

.lineUp__header--line {
    width: 100%;
    height: auto;
    background-color: var(--primary-white);
    background-image: url(../images/lineup__header--line.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-top: 10%;
    background-position: right;
}

.lineUp__header {
    padding-top: 80px;
    background-image: url(../images/sp_yuragi-back.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.section--lineUp .section__topics {
    width: 30%;
    border-bottom: solid 1px #1E377E;
    padding-bottom: 3px;
    color: #1E377E;
    font-size: 1.6rem;
}

.lineUp__logo {
    width: 135px;
    text-align: center;
    margin: 50px auto;
}

.section--lineUp .lineUp__txt {
    margin: 32px 12% 0;
    font-size: 1.6rem;
    font-weight: 400;

}

.lineUp__header--btnDiv {
    display: flex;
    justify-content: flex-end;
    margin: 16px 12%;
}

.btn {
    display: block;
    transition: 0.4s;
    position: relative;
}

.btn::after {
    display: block;
    content: '';
    width: 7px;
    height: 12px;
    background-image: url(../images/btn-arrow-bk.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.btn:hover {
    opacity: 0.5;
}


.lineUp__header--btn {
    width: 160px;
    padding: 10px 56px;
    background: var(--primary-yellow);
    border-radius: 28px;
    border: solid 1px var(--primary-black);
    color: var(--primary-black);
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
}

/* lineUp__item */
.lineUp__item {
    margin: 64px var(--contentPadding);
}

.lineUp__item--btn {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-radius: 4px;
    box-shadow: 1px 0 5px 1px #999 inset;
    color: var(--primary-black);
    line-height: 1;
    margin: 30px auto 0;
    max-width: 344px;
}

.lineUp__item .btn::after {
    top: 50%;
}

.yellow1 {
    background-image: url(../images/yuragiLine--yellow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.purple2 {
    background-image: url(../images/yuragiLine--purple.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.white3 {
    background-image: url(../images/yuragiLine--white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.pink4 {
    background-image: url(../images/yuragiLine--pink.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.green5 {
    background-image: url(../images/yuragiLine--green.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.brown6 {
    background-image: url(../images/yuragiLine--brown.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.blue7 {
    background-image: url(../images/yuragiLine--blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.color__number {
    font-family: 'Noto Sans JP';
    font-size: 1.2rem;
    margin-left: 20px;
}

.color__name {
    font-family: Lusitana;
    font-size: 2.4rem;
    font-style: normal;
    padding-right: 30px;
}

/* lineUp pc */
@media screen and (min-width:769px) {
    .section--lineUp .section__topics {
        font-size: 2.2rem;
    }
    
    .lineUp__logo {
        width: 22%;
    }
    .lineUp__header {
        padding-top: 80px;
        background-image: url(../images/sp_yuragi-back.png);
        background-size: 70% auto;
        background-position: right;
        background-repeat: no-repeat;
    }
    
    .section--lineUp .lineUp__txt {
        font-size: 2rem;
        line-height: 1.8;
        text-align: center;
    }
    .lineUp__header--btnDiv {
        margin: 16px 25%;
    }
    
    .lineUp__item {
        max-width: 800px;
        gap: 0 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 100px;
    }
    
    .lineUp__item .btn {
        width: 344px;
    }

    .lineUp__item--btn {
        padding: 14px 0;
    }

    .lineUp__item .btn::after {
        top: 70%;
    }
}/* pc 769px */

