@charset "UTF-8";

body {
    line-height   : 1.6;
    letter-spacing: 1.2px;
    font-family   : "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-style    : normal;
    font-weight   : 500;
    color         : #000;
    margin        : 0;
    padding: 0;
}

body.-fix {
    height    : 100vh;
    overflow-y: hidden
}

header {
    background-color: #fff;
}

header::after,
main::after,
footer::after {
    display: none
}

header *::after,
main *::after,
footer *::after {
    display: none
}

header img,
main img,
footer img {
    width         : 100%;
    height        : auto;
    vertical-align: middle;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}


.bold {
    font-weight: bold
}

button img {
    display: block;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
}

/* SP */
@media only print,
screen and (max-width: 767px) {

    img[src*="pc"],
    .pc {
        display: none !important;
    }

    img[src*="sp"],
    .sp {
        display  : block !important;
        max-width: 100%;
    }

    .header {
        display           : -webkit-box;
        display           : -ms-flexbox;
        display           : flex;
        -webkit-box-pack  : justify;
        -ms-flex-pack     : justify;
        justify-content   : space-around;
        -webkit-box-align : center;
        -ms-flex-align    : center;
        align-items       : center;
        z-index           : 2147483645;
        -webkit-transition: 1s ease 0s;
        transition        : 1s ease 0s;
        height            : 50px;
    }

    .header-img {
        width: 70px;
    }

    .swiper-slide img {
        height: auto;
        width: 100%;
    }

    .footer-logo {
        background-color: #000;
    }

    .footer-img {
        width  : 60%;
        margin : 0 auto;
        padding: 30px 0;
    }
}

/* PC */
@media only print,
screen and (min-width: 768px) {

    img[src*="pc"],
    .pc {
        display     : block !important;
        margin-left : auto;
        margin-right: auto;
    }

    img[src*="sp"],
    .sp {
        display: none !important;
    }

    .header {
        display           : -webkit-box;
        display           : -ms-flexbox;
        display           : flex;
        -webkit-box-pack  : justify;
        -ms-flex-pack     : justify;
        justify-content   : center;
        -webkit-box-align : center;
        -ms-flex-align    : center;
        align-items       : center;
        z-index           : 2147483645;
        -webkit-transition: 1s ease 0s;
        transition        : 1s ease 0s;
        height            : 90px;
    }
    .mv {
        padding-top: 60px;
    }
    .mv-flex {
        display: flex;
        justify-content: space-evenly;
    }
    .mv-flex li {
        padding: 0 20px;
    }
    ul{
    padding-left:0;
    }
    li{
    list-style:none;
    }

    .mv-img,
    .luxe-img {
        width: 50%;
        margin: 0 auto;
    }

    .footer-logo {
        background-color: #000;
    }

    .footer-img {
        width  : 16%;
        margin : 0 auto;
        padding: 30px 0 60px 0;
    }
}
