@charset "utf-8";

/* common */
input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
}

html {
    scroll-behavior: smooth;
}

/* title */
#sec_title {
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-img {
    background: no-repeat center top / cover url(../image/about/about_title_bg.png);
}

@media screen and (max-width: 768px) {
    #sec_title {
        width: 100%;
        height: 278px;
    }

    #sec_title .title img {
        width: 75%;
        margin: 0 auto;
    }
}

/* 冒頭の商品3点 */
.item {
    padding: 30px 0 30px;
}

.imgarea {
    max-width: 932px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    top: -60px;
}

.imgarea .is-anim {
    text-align: center;
    margin: 0 5px;
}

.imgarea .is-anim img {
    display: inline-block;
    margin-top: 10px;
}

.imgarea .is-anim a {
    color: #000;
}


@media screen and (max-width: 768px) {

    .item {
        width: 100%;

    }

    .imgarea {
        width: 95%;
        margin: 1em auto 0;
        position: relative;
        top: -70px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .imgarea li {
        width: 40%;
        margin: 15px
    }
}

@media screen and (max-width: 580px) {
    .imgarea {
        display: block;
    }

    .imgarea li {
        width: 100%;
        margin: 15px;
    }

    .imgarea .is-anim {
        text-align: center;
        margin: 0;
        width: 100%;
    }
}


/* 各セクションのタイトル・幅など*/

main .sp {
    display: none;
}

main .pc {
    display: block;
}


main #sec_reco,
main #sec_attention,
main #sec_product {
    width: 550px;
    margin: 0 auto;
}

main .ttl-img {
    display: block;
    margin: 120px auto 60px;
}

main .sub-ttl {
    font-size: 21px;
    color: #fff;
    text-align: center;
    background-color: #9a741f;
    font-weight: 600;
    padding: 10px 0;
    line-height: 1.3;
}

main .sub-ttl span {
    font-size: 0.7em;
    display: block;
    font-weight: normal;
}

main .sub-ttl_02 {
    color: #9a741f;
    text-align: center;
    width: fit-content;
    margin: auto;
    font-size: 20px;
    border-bottom: 1.5px #9a741f solid;
}

main section p {
    line-height: 1.7;
    margin: 30px 0;
    letter-spacing: 2px;
}

main section .small {
    text-align: right;
}


main .sample img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    main .ttl-img {
        max-width: 75%;

    }

    main section {
        width: 90%;
        margin: 0 auto;
    }

    main .sp {
        display: block;
    }

    main .pc {
        display: none;
    }

    main #sec_reco,
    main #sec_attention,
    main #sec_product {
        width: 90%;
        margin: 0 auto;
    }

}

/* sec_reco */

#sec_reco .img-flex,
#sec_product .img-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 45px 0;
}

#sec_reco .img-flex div,
#sec_product .img-flex div {
    text-align: center;
    line-height: 0.5;
}

#sec_reco .scenery div {
    margin: 0 0 30px 0;
}

#sec_reco .ttl-img {
    margin: 0px auto 60px;
}

@media screen and (max-width: 768px) {

    #sec_reco .img-flex div:nth-child(1),
    #sec_product .img-flex div:nth-child(1),
    #sec_reco .scenery div {
        margin: 0 0 30px 0;
    }

}

/* sec_product */
.bg-color {
    background-color: #fffbef;
    padding: 60px 0 30px;
    border-bottom: double 7px #9a741f;
}

#sec_product .ttl-img {
    display: block;
    margin: 60px auto 60px;
}

#sec_product p {
    margin: 0 auto;
}

#sec_product .text {
    margin: 0 0 60px 0;
}

main #sec_product .sub-ttl {
    margin: 100px 0 30px;
}

@media screen and (max-width: 768px) {
    #sec_product .text {
        margin: 0 0 30px 0;
    }


}

/* sec_attention */
#sec_attention ul li {
    list-style-type: square;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
    #sec_attention ul {
        width: 90%;
        margin: 0 auto;
    }
}