
/* 共通 */

body{
    color: #333333;
    font-family: "Hiragino Mincho Pro", serif;
}

body ul{
    list-style: none;
}

body a{
    text-decoration: none;
    color: #333333;
}

.section__title{
    font-size: 36px;
    margin-bottom: 60px;
    font-family: "GFS Didot", serif;
}

.section__title::before{
    content: "";
    height: 20px;
    width: 20px;
    background-color: #BD6856;
    position: relative;
    display: block;
    left: calc(50% - 110px);
    top: 24px;
}

.products .section__title{
    margin-left: 40px;
}

.products .section__title::before{
    left: -40px;
    top: 30px;
}

.news .section__title{
    margin-left: 40px;
}

.news .section__title::before{
    left: -40px;
    top: 30px;
}

.more__link{
    margin-top: 88px;
    text-align: end;
    font-size: 20px;
}

.more__link a{
    display: block;
    width: 280px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin-left: auto;
    border: 1px solid #333333;
}

.sp__only{
    display: none;
}



/* header */

.header__inner{
    max-width: 95%;
    margin: 0 auto;
}

.header__wrapper{
    background-image: url(img/mv.pc.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
}

.header__content{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    align-items: center;
    font-family: "GFS Didot", serif;
}

.header__name{
    font-size: 36px;
    font-weight: bold;
}

.header__link{
    display: flex;
    gap: 30px;
}

.header__link a{
    justify-content: space-between;
    gap: 15px;
}

.header__sns{
    display: flex;
    gap: 20px;
}

.header__text{
    font-size: 50px;
    position: absolute;
    top: 50%;
}



/* features */

.features{
    max-width: 1115px;
    margin: 0 auto;
}

.features__wrapper{
    margin-top: 150px;
}

.features__wrapper .section__title{
    text-align: center;
}

.features__content{
    display: flex;
    gap: 40px;
}

.features__content img{
    max-width: 100%;
}

.features__topic{
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
}



/* products */

.products{
    max-width: 980px;
    margin: 0 auto;
}

.products__wrapper{
    margin-top: 180px;
}

.products__content ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 40px;
}

.products__content img{
    max-width: 100%;
}

.products__content-title{
    font-size: 24px;
    text-align: center;
    margin: 16px 0 10px 0;
}

.products__content-price{
    text-align: right;
    margin-top: 16px;
}


/* craft */

.craft{
    margin-top: 87px;
    background-color: #E7DDD3;
}

.craft__wrapper{
    padding: 110px 0;
}

.craft__wrapper img{
    width: 50%;
}

.craft__inner{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.craft__content{
    margin: 70px 0;
}

.craft__content p{
    font-size: 32px;
    margin-bottom: 24px;
}



/* news */

.news{
    margin: 80px 0;
}

.news__wrapper{
    max-width: 1200px;
    margin: 0 auto;
}

.news__inner{
    display: flex;
    gap: 60px;
}

.news__content img{
    width: 100%;
}

.news__container{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.news__content-title{
    font-size: 24px;
}

.news__wrapper .more__link{
    text-align: center;
}



/* gallery */

.gallery .section__title{
    text-align: center;
}

.gallery .more__link{
    max-width: 95%;
    margin: 0 auto;
}

.swiper {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.swiper-slide {
    padding: 0 5px;
}

.swiper-slide img {
    width: 100%;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #e5e5e5;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #bd6856;
}



/* contact */

.contact{
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.contact__radio{
    display: flex;
    gap: 40px;
    justify-content: center;
}

.contact__input{
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
    align-items: center;
}

.contact__content{
    margin-top: 60px;
}

.contact__inner-info{
    display: flex;
    gap: 10px;
}

.contact__inner input{
    border: 1px solid;
    width: 360px;
    height: 40px;
}

.tag{
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
}

.contact__inner .textarea{
    height: 180px;
}

.contact .more__link a{
    text-align: center;
    margin: 0 auto;
}

input[type="checkbox"] {
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #000000;
    vertical-align: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
}
input[type="checkbox"]:checked {
    background-color: #bd6856;
    border: 1px solid #BD6856;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 2px;
    left: 6px;
    transform: rotate(45deg);
    width: 9px;
    height: 14px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: "";
}


/* footer */

footer{
    background-color: #887260;
    color: #E7DDD3;
}

.footer__wrapper{
    max-width: 95%;
    margin: 0 auto;
}

.footer__inner{
    display: flex;
    margin-top: 60px;
}

.footer__content{
    width: 50%;
    margin-top: 60px;
}

.footer__link ul{
    display: flex;
    gap: 38px;
    margin-top: 40px;
}

.footer__link a{
    color: #E7DDD3;
}

.footer__sns{
    margin-top: 30px;
}

.footer__address{
    width: 50%;
    display: flex;
    margin-top: 60px;
    align-items: flex-end;
    gap: 40px;
    justify-content: end;
}

.footer__address p{
    line-height: 24px;
}

.footer__content p{
    font-size: 36px;
}

.company__name{
    padding: 30px 0 15px 0;
}





/* sp */

@media screen and (max-width: 959px) {

    .more__link a{
        margin: 0 auto;
        background-color: #FFF;
        width: 200px;
        height: 50px;
        line-height: 48px;
        font-size: 14px;
    }

    .section__title{
        text-align: center;
        font-size: 24px;
    }

    .section__title::before{
    left: calc(50% - 66px);
    top: 16px;
    height: 10px;
    width: 10px;
}

    .sp__only{
        display: block;
    }



    /* header */

    .header__wrapper{
        background-image: url(img/mv.sp.jpg);
        background-size: cover;
        height: 520px;
        background-position: center;
        position: relative;
    }

    .header__text{
        font-size: 24px;
    }

    .header__content nav{
        display: none;
    }

    .header__sns{
        display: none;
    }



/* features */

    .features{
        max-width: 91.47%;
        margin: 0 auto;
    }

    .features__content{
        flex-direction: column;
    }

    .features__wrapper{
    margin-top: 80px;
    }



/* products */

    .products{
        max-width: 80%;
        margin: 0 auto;
    }

    .products__wrapper {
    margin-top: 80px;
    }

    .products__content ul{
        grid-template-columns: repeat(1, 1fr);
    }

    .products__content li:nth-child(n+4){
        display: none;
    }

    .products .section__title::before {
    left: 56px;
    top: 16px;
    }



/* craft */

    .craft__inner{
        flex-direction: column-reverse;
    }

    .craft__wrapper{
        padding: 0;
    }

    .craft__wrapper img{
        width: 100%;
    }

    .craft__inner{
        gap: 0;
    }

    .craft__content{
        max-width: 92%;
        margin:0 auto;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .craft__content p{
        font-size: 18px;
        font-weight: bold;
    }

    .craft__content span{
        line-height: 36px;
    }



/* news */

    .news{
        margin:40px 0 80px 0;
    }

    .news__wrapper{
        max-width: 91.47%;
        margin: 0 auto;
    }

    .news__inner{
        flex-direction: column;
    }

    .news__container{
        display: block;
        margin: 10px 0;
    }

    .news__content-title{
        margin-bottom: 10px;
    }

    .news__wrapper .more__link{
        margin-top: 40px;
    }

    .news .section__title::before {
    left: 100px;
    top: 16px;
    }


    /* Gallery */

    .swiper-backface-hidden .swiper-slide {
        max-width: 320px;
    }

    .swiper-slide {
        padding: 0px 30px;
    }



/* contact */

    .contact{
        background-color: rgb(231 221 211 / 0.4);
        margin-top: 40px;
    }

    .contact .section__title{
        padding-top: 40px;
    }

    .contact__wrapper{
        max-width: 91.47%;
        margin: 0 auto;
    }

    .contact__radio{
        display: block;
        text-align: start;
        line-height: 34px;
    }

    .contact__radio input{
        margin-right: 12px;
    }

    input[type="radio"] {
        transform: scale(1.85);
    }

    input[type="text"] {
        background-color: #fff;
        width: 345px;
    }

    .contact__content {
        margin-top: 20px;
        padding-bottom: 40px;
    }

    .contact__inner-info{
        margin-bottom: 10px;
    }

    .contact__input{
        flex-direction: column;
    }

    .contact__inner input{
        border: 0;
    }

    .contact__inner .textarea{
        height: 150px;
    }

    .contact .more__link{
        margin-top: 30px;
    }


/* footer */

    .footer__inner{
        flex-direction: column-reverse;
        margin: 0;
    }

    .footer__link ul{
        flex-direction: column;
        gap: 20px;
    }

    .footer__address{
        width: 100%;
        align-items: start;
    }

    .footer__address{
        flex-direction: column-reverse;
    }

    .footer__address iframe{
        width: 100%;
    }

}






