@charset "UTF-8";

/* ===================
article header
===================== */

.article__header {
    height: auto;
    position: relative;
}

.mainVisual {
    margin: 0 auto;
    width: 100%;
}

.chatchcopy__img {
    width: 100%;
    position: absolute;
    top:70%;
    left:0;
}

/* article header pc */
@media screen and (min-width:769px) {

    .article__header {
        text-align: right;
        padding-right: 6%;
        background-image: url(../images/topPC_mainBG.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .mainVisual {
        margin: 35px auto 0;
        width: 81%;
    }

    .chatchcopy__img {
        width: 80%;
        left:2%;
        top:45%;
    }
   

}/* article header pc */

/* ===================
lead
===================== */

.top__lead {
    padding: 30px 5% 20px;
    background-image: url(../images/topSP_leadBG.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.top__lead::after {
    content: '';
    display: block;
    width: 216px;
    height: 113px;
    position: absolute;
    background-image: url(../images/topSP_leadCloud.png);
    left: 0px;
    bottom: -70px;
    background-size: contain;
    background-repeat: no-repeat;
}

.top__leadTitle {
    margin-top: 20px;
    font-family: "Zen Maru Gothic";
    font-size: 1.8rem;
    font-weight: 600;
}

.top__leadTitle::after{
    content: '';
    display: inline-block;
    margin:0 0 3px 2px;
    width: 59px;
    height: 2px;
    background-color:var(--primary-brown,#5D321B);
    vertical-align: middle;
}

.top__leadTxt {
    margin: 14px 4% 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
}

.top__leadIllustimg {
    display: block;
    margin: 27px auto 20px;
    max-width: 300px;
    position: relative;

}

.top__leadImgGroup {
    position: relative;
}

.top__leadImgGroup::after {
    content: '';
    display: block;
    width: 86px;
    height: 85px;
    position: absolute;
    background-image: url(../images/topSP_leadring.png);
    right: -7px;
    bottom: 250px;
    background-size: contain;
    background-repeat: no-repeat;
}

.top__leadIllustimg {
    position: relative;
}



/* lead pc */
@media screen and (min-width:769px) {

    .top__lead {
        background-image: none;
        display: flex;
        padding: 0;
        position: relative;
    }

    .top__lead::after {
        content: '';
        display: block;
        /* width: 783px; */
        width: 100%;
        height: 704px;
        position: absolute;
        background-image: url(../images/topPC_leadBG.png);
        background-position: left;
        top: -120px;
        background-repeat: no-repeat;
        z-index: -10;
    }

    .top__leadTopic {
        margin: 60px 0 0 10%;
        width: 36%;
    }
    
    .top__leadTitle {
        margin-top: 0;
        font-size: 2.4rem;
    }

    .top__leadTxt {
        margin: 20px 0 0;
        font-size: 1.6rem;
    }
    
    .top__leadIllust {
        max-width: 500px;
    }

    .top__leadIllustimg {
        margin: 27px 0 0;
        width: 90%;
        max-width: none;
    }

    .top__leadImgGroup{
        width: 52%;
        position: relative;
    }

    .top__leadImg{
        width: 100%;
    }

    .top__leadImgGroup::after{
        content: '';
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
        background-image: url(../images/topPC_leadBGring.png);
        top: 50px;
        left: 0px;
        background-size: contain;
        background-repeat: no-repeat;
    }

}/* lead pc */

/* ===================
hiroba info
===================== */

.hiroba__close {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
}

.hiroba__group {
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background-image: url(../images/topSP_hirobaBG.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}

.hiroba__item {
    text-align: center;
}

.hiroba__btn {
    display: flex;
    width: 250px;
    padding: 48px 10px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 70px;
    background-color:var(--primary-wPink,#F58B9A);
    transition: 0.4s;
}

.btn--tsuzuki {
    background-color:var(--primary-wGreen,#7FD1B0);
}

.btn--kawawa {
    background-color:var(--primary-wOrange,#F7C07C);
}

.hiroba__btn:hover {
    opacity: 0.5;
}

.hiroba__title {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px #C53347;
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 600;
}

.title--tsuzuki {
    text-shadow: 0px 4px 4px #21885F;
}

.title--kawawa {
    text-shadow: 0px 4px 4px #C87B1E;
}

.hiroba__station {
    display: flex;
    padding: 10px 5%;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.95);

    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
}

.hiroba__station::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 25px;
    background-image: url(../images/topPC_hirobaTrainIcon.svg);
    background-size: contain;
    background-position: center;
}

.hiroba__open {
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: start;
}

.hiroba__phone {
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: start;
    align-items: center;
}

.hiroba__phone::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 23px;
    background-image: url(../images/topPC_hirobaPhoneIcon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 9px;
}

.hiroba__leadtxt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    font-family: "Zen Maru Gothic";
    font-size: 1.4rem;
    font-weight: 600;
}

.hiroba__leadtxt::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/top_purattoFingerIcon.svg);
    background-size: contain;
    background-position: bottom;
    margin-left: 12px;
}

.leadtxt--tsuzuki::after{
    background-image: url(../images/top_tsuzukiFingerIcon.svg);
}

.leadtxt--kawawa::after{
    background-image: url(../images/top_kawawaFingerIcon.svg);
}

.hiroba__weekend {
    margin: 0 auto;
    display: block;
    padding: 20px 0px;
    background-color: #FFF;
    position: relative;
}

.hiroba__weekend::after {
    content: '';
    display: block;
    width: 110px;
    height: 106px;
    position: absolute;
    background-image: url(../images/topSP_supportBG.png);
    right: 10px;
    bottom: -84px;
    background-size: contain;
    background-repeat: no-repeat;
}

.weekend__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.weekend__titleImg {
    width: 50%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.weekend__txt {
    text-align: center;
    margin-top: 16px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
}

/* hiroba info pc */

@media screen and (min-width:769px) {

    .hiroba__group {
        display: flex;
        padding: 30px 0 50px 0;
        flex-direction:row;
        justify-content: center;
        align-items: center;
        gap: 2%;
        background-image: none;
        position: relative;
    }

    .hiroba__group::after {
        content: '';
        display: block;
        width: 802px;
        height: 1115px;
        position: absolute;
        background-image: url(../images/topPC_hirobaBG.png);
        right: 0;
        bottom: -100px;
        background-position: right;
        background-repeat: no-repeat;
        z-index: -10;
    }

    .hiroba__close {
        font-size: 2.4rem;
        font-weight: 600;
    }

    .hiroba__item {
        width: 340px;
    }

    .hiroba__btn {
        width: 100%;
    }

    .hiroba__title {
        font-size: 3rem;
    }
    
    .hiroba__station {
        font-size: 2.4rem;
    }

    .hiroba__open {
        font-size: 2.4rem;
    }

    .hiroba__phone {
        font-size: 2.8rem;
    }

    .hiroba__phone::before {
        width: 32px;
        height: 30px;
    }

    .hiroba__leadtxt {
        font-size: 1.8em;
    }

    .hiroba__leadtxt::after {
        width: 39px;
        height: 39px;
    }

    .hiroba__weekend {
        margin: 60px auto 80px;
        display: flex;
        justify-content: center;
        border-radius: 40px;
        width: 73%;
        max-width: 1300px;
        padding: 40px 7%;
        gap: 8%;
        align-items: center;
    }

    .hiroba__weekend::after {
        width: 250px;
        height: 100%;
        right: -60px;
        bottom: -280px;
    }

    .weekend__titleImg {
        width: 100%;
        max-width: none;
        display: block;
        margin: 0 auto;
    }

    .weekend__txt {
        font-size: 2.4rem;
        font-weight: 400;
    }

}/* hiroba info pc */

/* ===================
support
===================== */

.support__group {
    margin: 0 auto;
    padding: 60px 0;
    width: 96%;
    border-radius: 30px;
    background-color: #FFF;
}

.support__txt {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
}

.txt--3 {
    font-size: 1.2rem;
}

.support__item a {
    width: 100%;
    padding: 20px 15%;
    font-size: 1.6rem;
}

.btn--supportPuratto::before {
    content: '';
    display: inline-block;
    width: 69px;
    height: 59px;
    background-image: url(../images/topSP_supportBtnPurattoN.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -17.5px;
    bottom: -19.449px;
}

.btn--supportTsuzuki::after {
    content: '';
    display: inline-block;
    width: 69px;
    height: 53px;
    background-image: url(../images/topSP_supportBtntsuzukiN.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -18.5px;
    bottom: -19.449px;
}

.txt--1 {
    margin-bottom: 30px;
}

.support__item {
    margin: 24px auto;
    max-width: 288px;
}

.txt--2 {
    margin-top: 30px;
}

.txt--3 {
    margin-top: 10px;
}

/* support pc */

@media screen and (min-width:769px) {

    .support__group {
        margin: 32px auto 100px;
        padding: 96px 0;
        width: 90%;
        max-width: 1300px;
    }

    .support__txt {
        font-size: 3.2rem;
    }

    .txt--1 {
        margin-bottom: 72px;
    }
    
    .support__item {
        margin-top: 0;
    }
    
    .txt--2 {
        margin-top: 72px;
    }
    
    .txt--3 {
        margin-top: 72px;
        font-size: 2.4rem;
    }

    .support__hiroba {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 7%;
    }

    .support__item a {
        height: 149px;
        padding: 35px 0;
        font-size: 2.4rem;
    }
    
    .support__item {
        width: 30%;
        margin: 0;
    }

    .btn--supportPuratto::before {
        width: 157px;
        height: 104px;
        left: -90.5px;
        bottom: -33.449px;
    }
    
    .btn--supportTsuzuki::after {
        width: 156px;
        height: 97px;
        right: -77.5px;
        bottom: -35.449px;
    }

}/* support pc */

/* ===================
refresh
===================== */

.topic--refresh {
    margin: 4px auto 40px;
}

.title--white {
    margin-top: -20px;
}

.refresh__group {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 375px;
}

.refresh__item {
    width: 144px;
}

.refresh__icon:nth-of-type(1) {
    margin-bottom:-10px;
}

.refresh__icon:nth-of-type(2) {
    margin-bottom:-10px;
}

.refresh__illust, .refresh__illustImg {
    width: 100%;
}

.refresh__txt {
    margin: 28px 0 10px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
}

.refresh__newstxt {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
}

.refresh__calender {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 300px;
}

.btn--news {
    margin-top: 60px;
}

.section--refresh {
    position: relative;
}

.section--refresh::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 820px;
    background-image: url(../images/topSP_eventBG.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 300px;
    left: 0px;
    z-index: -10;
}

.refresh__drive {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
}


/* refresh pc */

@media screen and (min-width:769px) {

    .title--white {
        margin-top: -50px;
    }

    .topic--refresh {
        margin: 0 auto;
    }

    .refresh__calender {
        margin-bottom: 80px;
        width: 76%;
        height: 723px;
    }

    .refresh__group {
        flex-wrap: nowrap;
        max-width: 50%;
        gap: -6px;
    }
    
    .refresh__item {
        width: 185px;
    }

    .refresh__icon:nth-of-type(1) {
        margin-bottom:0;
    }
    
    .refresh__icon:nth-of-type(2) {
        margin-bottom:0;
    }

    .refresh__item:nth-of-type(n+2) {
        margin-left: -16px;
    }

    .refresh__txt {
        margin: 20px 0 0;
        font-size: 2rem;
    }

    .refresh__news {
        padding: 0 0 60px;
        position: relative;
    }

    .refresh__news::before {
        content: '';
        display: block;
        width: 390.883px;
        height: 246.147px;
        position: absolute;
        background-image: url(../images/topPC_eventCloud.png);
        top: 30px;
        left: 0px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .refresh__newstxt {
        margin: 0 0 8px;
        font-size: 2rem;
    }

    .section--refresh::after {
        height: 1220px;
        background-image: url(../images/topPC_eventBG.png);
        top: 280px;
        z-index: -10;
        background-size: 100%;
    }
    
    .refresh__drive {
        margin-top: 40px;
    }
    
}
