/* main */
.main {
    margin-top:60px;
}

.mainImg__pc {
    display: none;
}

.mainImg__sp {
    display: block;
    margin: 0 auto;
    width: 100vw;
}

/* .mainpc */
@media screen and (min-width:769px) {
    .main {
        margin-top: 85px;
    }

    .mainImg__pc {
        width: 100vw;
        display: block;
        margin: 0 auto;
    }

    .mainImg__sp {
        display: none;
    }
}
/* .fv */
@media screen and (min-width:769px) {
    .fv {
        position: relative;
        background: #FFF;
    }
}

/* about */
#about {
    background-color: #F4D176;
    padding-top: 95px;
    padding-bottom: 30px;
    margin-top: -65px;
}

.section__inner{
    margin: 0 auto;
    max-width: 375px;
}

.section__topic--about {
    text-align: center;
    color: #FFF;
}

.section__topic--about-small {
    text-align: center;
    color: #FFF;
}

.about__content {
    border-radius: 15px;
    border: 2px solid #000;
    background: #FFF;
    margin: 25px 4.7% 0;
    padding: 38px 0;
}

.about__txt {
    text-align: center;
    font-family: "M PLUS 1";
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.75;
}

.btn--about {
    color: #000;
    background-color: #FFF;
    margin:25px auto 0;
}

.btn--about::after{
    content:'';
    display: inline-block;
    width: 25px;
    height: 100%;
    position: absolute;
    margin-left: 100%;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* .aboutpc */
@media screen and (min-width:769px) {
    #about {
        padding: 140px 11% 80px;
        margin-top: -85px;
    }

    .section__inner {
        max-width: 1100px;
    }

    .section__inner--about {
        background-image: url(..//images/background-white-1.svg),url(../images/background-white-2.svg);
        background-repeat: no-repeat,no-repeat;
        background-size: auto, 16% auto;
        background-position: 2% 78%,100% 24%; 
    }

    .section__topic--about {
        font-size: 8rem;
        text-align: start;
    }

    .section__topic--about-small {
        font-size: 2.4rem;
        text-align: start;
    }

    .about__content {
        padding: 49px;
        margin: 30px 20% 0;
        border: 3px solid #000;
    }

    .about__txt {
    font-size: 1.6rem;
    }

    .btn {
        width: 200px;
        height: 48px;
    }

    .btn--about {
        font-size: 1.6rem;
    }

    .btn--about::after {
        margin-left: 100%;
    }

}

/* next */
#next {
    padding: 30px 0;
    background-image: url(../images/next-img.jpg);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position:  0% 50%;
}

.section__topic--next {
    text-align: center;
    color: #fff;
}

.section__topic--next-small {
    text-align: center;
    color: #fff;
}

.next__content {
    margin-top: 52px;
}

.next__content {
    border-radius: 15px;
    border: 2px solid #000;
    background: rgba(255, 255, 255, 0.70);
    margin: 25px 4.7% 0;
    padding: 30px 0;
    text-align: center;
    font-size: 1.1rem;
    font-family: "M PLUS 1";
}

.title {
    font-size: 1.4rem;
    font-weight: 500;
}

.next__content--shita {
    margin-top: 14px;
}

.btn--next {
    color: #000;
    background-color: #FFF;
    margin:30px auto 0;
}

.btn--next::after{
    content:'';
    display: inline-block;
    width: 25px;
    height: 100%;
    position: absolute;
    margin-left: 170px;
    background-image: url(../images/arrow-gray.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}




/* nextpc */
    @media screen and (min-width:769px) {
        #next {
            padding: 80px 11%;
            background-size: 110%;
            background-position:  0% 45%;
        }
    
        .section__topic--next {
            font-size: 80px;
            text-align: start;
        }
    
        .section__topic--next-small {
            font-size:24px;
            text-align: start;
        }

        .next__content {
            margin: 30px 25%;
            font-size: 1.6rem;
            border: 3px solid black;
        }

        .title {
            font-size: 2rem;
        }

        .btn--next {
            font-size: 1.6rem;
        }
        
        .btn--next::after {
            background-image: url(../images/arrow.svg);
            margin-left: 100%;
        }
    }

/* history */
.section__topic--history {
    text-align: center;
    color: #000;
}

.section__topic--history-small {
    text-align: center;
    color: #000;
}

#history {
    padding: 30px 0;
    position: relative;
    background-color: #FFF;
}

.history__txt {
    max-width: 191px;
}

.history__content {
    display: flex;
    justify-content: space-between;
    max-width: 306px;
    align-items: center;
    margin: 25px 9.2%;
}

.history__img {
    width: 90px;
}

.txt {
    font-family: "M PLUS 1";
    font-size: 1.1rem;
}

.txt--big {
    font-size: 1.3rem;
}

.btn--history {
    color: #000;
    background-color: #F4D176;
    margin:25px auto 0;
}

.pcbr {
    display: none;
}

.btn--history::after{
    content:'';
    display: inline-block;
    width: 25px;
    height: 100%;
    position: absolute;
    margin-left: 170px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* historypc */
@media screen and (min-width:769px) {
    #history {
        padding: 55px 11% 80px;
    }

    .section__inner--history {
        background-image: url(..//images/background-yellow-1.svg),url(../images/background-yellow-2.svg);
        background-repeat: no-repeat,no-repeat;
        background-position: 3% 57%, 97% 94%;
    }

    .section__topic--history {
        font-size: 80px;
        text-align: start;
    }

    .section__topic--history-small {
        font-size:24px;
        text-align: start;
    }

    .history__img {
        width: 350px;
    }

    .history__content {
        max-width: 753px;
        margin: 30px auto;
    }

    .history__txt {
        border-radius: 15px;
        border: 3px solid #000;
        max-width: 300px;
        width: 39.8%;
        aspect-ratio: 1;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 48px 0;
    }

    .txt__1, .txt__2 {
        font-size: 1.6rem;
    }


    .txt--big {
        font-size: 2rem;
        font-weight: 500;
    }

    .sp {
        display: none;
    }

    .pcbr {
        display: block;
    }

    .pc {
        line-height: 3;
    }

    .spbr {
        display: none;
    }

    .btn--history {
        font-size: 1.6rem;
    }

    .btn--history::after {
        margin-left: 100%;
    }

}


/* goods */
#goods {
    height:auto;
    background-image: url(../images/goods-sp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.section__topic--goods {
    text-align: center;
    color: #fff;
}

.section__topic--goods-small {
    text-align: center;
    color: #fff;
}

.goods__content {
    margin: 30px 4.5%;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.40);
}

.goods__txt {
    color: #000;
    text-align: center;
    font-family: "M PLUS 1";
    font-size: 1.1rem;
    line-height: 1.75;
}

.btn--goods {
    color: #fff;
    background-color: #000;
    margin:30px auto 0;
    border: 1px solid #fff;
}

.btn--goods::after{
    content:'';
    display: inline-block;
    width: 25px;
    height: 100%;
    position: absolute;
    margin-left: 170px;
    background-image: url(../images/arrow-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* goodspc */
@media screen and (min-width:769px) {
        #goods {
            background-image: url(../images/goods.jpg);
            padding: 80px 11%;
        }
    
        .section__topic--goods {
            font-size: 8rem;
            text-align: start;
        }
    
        .section__topic--goods-small {
            font-size:2.4rem;
            text-align: start;
        }

        .goods__content {
            margin: 167px auto;
            width: 34vw;
        }

        .goods__txt {
            font-size: 1.6rem;
        }

        .btn--goods {
            font-size: 1.6rem;
            border: 3px solid #fff;
        }

        .btn--goods::after {
            background-image: url(../images/arrow-white-thic.svg);
            margin-left: 106%;
        }
    } 

/* contact */
#contact {
    padding: 70px 15.7%;
    background-color: #F4D176;
}

.contact__content {
    background-color: #FFF;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 16px 8%;
    text-align: center;
    margin: 0 auto;
    max-width: 375px;
}

.contact__txt {
    color: #000;
    font-family: "M PLUS 1";
    font-size: 1.3rem;
    font-weight: 500;
}

.contact__btn {
    margin-top: 15px;
    align-items: center;
}

.contactBtn__x {
    margin-right: 18px;
    width: 27px;
}

.contactBtn__instagram {
    width: 29px;
}

/* contactpc */
@media screen and (min-width:769px) {
    #contact {
        padding: 100px 30%;
    }

    .contact__content {
        border-radius: 20px;
        border: 3px solid #000;
        padding: 28px 5%;
        text-align: center;
        margin: 0 auto;
        max-width: 573px;
    }

    .contact__txt {
        font-size: 2rem;
    }

    .contactBtn__x  {
        width: 29px;
        margin: 0 20px 0 0;
    }

    .contact__btn {
        margin-top: 10px;
    }

    .contactBtn__instagram {
        width: 32px;
        margin: 0;
    }
}