@charset "utf-8";


/*------------------基本情報----------------*/

html {
    font-size: 16px;

}

body {
    font-family: 'Dancing Script', cursive;
    line-height: 1.8;
    color: #333;
    background: url(../image/haikeiphoto2.png);
    background-size: contain;
    position: relative;
    filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}

.container {
    max-width: 960px;
    margin: auto;
}

.wrap {
    width: 880px;
    margin: auto;
    position: relative;
}


.header-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.logo {
    position: absolute;
    width: 190px;
    top: 10px;
    left: 10px;
}



/*---------シチュエーション画像--------*/


.situation-img img {
    width: 90%;
    margin-top: 80px;
    margin-left: 50px;
    margin-bottom: 50px;
}


.item {
    margin-left: 70px;
    margin-bottom: 100px;
}


.situ-item {
    width: 44%;
    margin-left: 1%;
    margin-right: 2.7%;
    margin-bottom: 15px;
    float: left;
}

.situ-item img {
    width: 100%;

}

.situ-item:nth-child(2n) {
    margin-right: 0;
}


.situ-item:last-child {
    margin-bottom: 110px;
}


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

    .container {
        width: 100%;
    }

    .wrap {
        width: 100%;
        margin: auto;
        position: relative;
    }


    .logo {
        width: 70px;
        top: 3px;
        left: 3px;
    }


    .situation-img img {
        width: 80%;
        margin-top: 40px;
        margin-left: 50px;
        margin-bottom: 6px;
    }


    .item {
        margin-left: 75px;
    }


    .situ-item {
        width: 60%;
        margin-left: 10%;
        margin-right: 1%;
    }

    .situ-item:last-child {
        margin-bottom: 70px;
    }

    .situ-item img {
        width: 100%;
    }

}


/*-------------区切り線-------------*/

.line {
    clear: both;
}

.line img {
    width: 80%;
    display: block;
    margin: 0px 60px 20px 100px;
}



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

    .line img {
        width: 70%;
        display: block;
        margin: 0px 55px 0px 65px;

    }
}



/*-------------商品画像-------------*/

.product-img img {
    width: 90%;
    margin-top: 100px;
    margin-left: 50px;
    margin-bottom: 50px;
}

.product-item {
    width: 20%;
    float: left;
    margin-left: 1.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.product-item:nth-child(4n) {
    margin-right: 0;
}

.product-photo img {
    width: 95%;
    display: inline-block;
}

.product-photo {
    position: relative;
}


.product-photo:hover::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 180px;
    height: 170px;
    box-shadow: 0 4px 10px rgba(240, 128, 128, 0.5);
    transform: rotate(2deg);
    /* 回転させる */
    background: rgba(240, 128, 128, 0.5);
    z-index: -1;
}

.products {
    margin-left: 70px;

}

.product {
    margin-bottom: 100px;
}

.product-item a {
    color: #782121ff;
    font-weight: bold;
    text-decoration: none;
}

.product-name a:hover {
    border-bottom: solid #782121ff 0.7px;
}

.product-name {
    font-family: sans-serif;
    text-align: center;
}

.money {
    color: #782121ff;
    font-weight: bold;
    text-align: center;
}

.clear {
    clear: both;
}

.more {
    text-align: right;
    font-weight: bold;
}

.more a {
    color: #782121ff;
}



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

    .product-img img {
        width: 80%;
        margin-top: 70px;
        margin-left: 40px;
        margin-bottom: 20px;
    }

    .product-item {
        width: 37%;
        float: left;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .products {
        margin-left: 75px;

    }

    .product {
        margin-bottom: 100px;
    }


    .product-photo img {
        width: 95%;
        display: inline-block;
    }

    .product-photo {
        position: relative;
    }

    .product-name {
        font-family: sans-serif;
        font-size: 15px;
        text-align: center;
        white-space: nowrap;
    }

    .money {
        font-size: 12px;
        color: #782121ff;
        font-weight: bold;
        text-align: center;
    }

    .clear {
        clear: both;
    }

    .more {
        margin-right: 60px;
        font-weight: bold;
    }

}


/*-------------ボタン-------------*/




.top {
    position: fixed;
    bottom: 310px;
    right: 15px;

}


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

    .top {
        position: fixed;
        bottom: 430px;
        right: 90px;

    }

    .top img {
        width: 90%;
    }
}


/*-------------フッター-------------*/


footer {
    margin-top: 40px;
    background: #782121 url(../image/footerkyara.png) no-repeat right bottom;
    padding: 20px 0 0 0;
    font-family: 'Italianno', cursive;
}


footer h2 {
    color: #D90452;
    font-size: 35px;
    text-align: center;
}

.footer-item ol {
    list-style: none;
    text-align: center;
    font-size: 16px;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
}

.footer-nav a:hover {
    opacity: 0.5;
}

.footer-nav i {
    padding-right: 5px;
}

.copyright {

    color: #fff;
    margin-top: 30px;
    margin-left: 100px;
}

/*フッターのメニューの動きここから*/

.footer-img {
    display: flex;
    flex-wrap: wrap;
    margin-left: 50px;
    padding-bottom: 40px;
}

.footer-item {
    flex: 0 0 270px;

}

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

    .footer-img {
        margin-left: 30px;
        margin-bottom: 50px;
    }

    .footer-item {
        flex: 0 0 120px;
        white-space: nowrap;
    }

    .footer-item h2 {
        font-size: 30px;
    }

    .nav {
        font-size: 15px;
    }

    .footer-item:first-child {
        padding-right: 15px;
    }

    footer {
        margin-top: 10px;
        padding: 40px 0 0 0;
        background: #782121 url(../image/footerkyara-sp.png) no-repeat right bottom;
        background-size: 25em;
        font-family: 'Italianno', cursive;

    }

    .copyright {
        color: #fff;
        margin-top: 10px;
        margin-left: 100px;
    }

}

/*フッターのメニューの動きここまで*/
/*
@media screen and (max-width:479px) {

    footer {
        background: #782121 url(../image/footerkyara-sp.png) no-repeat right bottom;
        background-size: 25em;
        font-family: 'Italianno', cursive;

    }

    .footer-img {
        margin-bottom: 1em;
        margin-left: 45px;

    }

    .footer-item {
        width: 20%;

    }


    footer h2 {
        color: #D90452;
        font-size: 30px;
        text-align: center;
    }


    .footer-item ol {
        list-style: none;
        white-space: nowrap;
        font-size: 14px;
        text-align: center;
    }

    .nav {
        padding-left: 20px;
    }

    .footer-nav a {
        color: #fff;
        text-decoration: none;
        font-family: 'Noto Serif JP', serif;
    }

    .footer-nav i {
        padding-right: 5px;
    }


    .copyright {

        color: #fff;
        margin-top: 35px;
        margin-left: 110px;
    }


}
