@charset "utf-8";
/* CSS Document */


/* ##### 共通指定 ##### */

.comtit01 {
    background: #6B6B6B;
    padding: 10px 2%;
    color: #fff;
}

.comtit01 .tit {
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 120%;
}

.comtit02 {
    border: 1px solid #6B6B6B;
    background: #fff;
    padding: 10px 2%;
    color: #fff;
}

.comtit02 .tit {
    font-size: 24px;
    text-align: center;
    color: #6B6B6B;
    font-weight: bold;
    margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
    .comtit01 .tit {
        font-size: 20px;
    }

    .comtit02 .tit {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .comtit01 {
        padding: 5px 2%;
    }

    .comtit02 {
        padding: 5px 2%;
    }
}

/* ##### header ##### */

.header01in {
    padding-bottom: 0px;
}

header .header01 .sns-list {
    max-width: 240px;
    margin-right: 0;
    margin-left: auto;
}

header .header01 .sns-list .item {
    width: 65px;
    height: 65px;
    background: rgb(163, 201, 229);
    border-radius: 50%;
}

header .header01 .sns-list .item a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 115%;
    text-align: center;
}

header .header01 .sns-list .item .pix {
    max-width: 40px;
}

header .header01 .sns-list .item03 .pix {
    max-width: 30px;
    margin-top: auto;
    margin-bottom: -1px;
}

header .header01 #gnav li {
    background: rgb(241, 242, 242);
    color: #fff;
    padding: 10px 0 8px 0;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -1px;
    width: 25%;
    text-align: center;
    margin-right: 1px;
    margin-left: 1px;
    position: relative;
    /* border-bottom: 4px solid rgb(163, 201, 229, 0.5); */
}

header .header01 #gnav li::after{
    content: '';
    height: 4px;
    /* width: 100%; */
    position: absolute;
    left: 0;
    right:0;
    bottom: -6px;
    /* background: linear-gradient(to right, #ed8034 0%,#ed8034 33%,#feb123 33%,#feb123 66%,#2184cd 66%,#2184cd 100%); */
    background-color: rgb(163, 201, 229, 0.5);
  }

header .header01 #gnav li:last-of-type {
    border-right: none;
}

/* header .header01 #gnav li div {

} */

header .header01 #gnav li a {
    color: rgb(109, 110, 113);
    font-weight: normal;
}


/*ヘッダー固定時サイズ*/

header.fixed {
    padding-top: 10px;
}


header .header01 .logo {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

header .header01 .sns-list {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

header .header01 .sns-list .item,
header.fixed .header01 .sns-list .item a,
header .header01 .sns-list .item .pix {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}


header.fixed .header01 .logo {
    width: 220px;
}

header.fixed .header01 .sns-list {
    max-width: 240px;
}

header.fixed .header01 .sns-list .item {
    width: 45px;
    height: 45px;

}

header.fixed .header01 .sns-list .item .pix {
    max-width: 25px;
}

header.fixed .header01 .sns-list .item a {
    font-size: 12px;
}

header.fixed .header01 .sns-list .item03 .pix {
    max-width: 20px;
}

header.fixed #gnav {
    padding: 10px 0;
}

header #shop-list-title {
    text-align: center;
    font-size: 15.5pt;
    color: rgb(163, 201, 229);
    margin-top: 5px;
    margin-bottom: 5px;
}


@media only screen and (max-width: 1024px) {
    .header01in {
        max-width: initial;
    }
    header .header01 #gnav li {
        width: 100%;
        background: none;
        border-right: none;
        color: #000;
        padding: 0;
    }

    header .header01 .sns-list .item {
        width: 55px;
        height: 55px;
    }

    header .header01 .sns-list .item .pix {
        max-width: 30px;
    }

    header .header01 .sns-list .item03 .pix {
        max-width: 25px;
    }

    header .header01 #gnav li a {
        color: #000;
    }

    header .header01 .logo {
        width: 45%;
        max-width: 350px;
    }

    header .header01 .sns-list {
        width: 45%;
    }

}

@media only screen and (max-width: 599px) {
    header .header01 .logo {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 15px auto;
    }

    header .header01 .sns-list {
        width: 100%;
        max-width: 200px;
        margin: 0 auto 20px auto;
    }

    header .header01 .sns-list .item {
        width: 40px;
        height: 40px;
    }

    header .header01 .sns-list .item .pix {
        max-width: 23px;
    }

    header .header01 .sns-list .item a {
        font-size: 12px;
    }

    header .header01 .sns-list .item03 .pix {
        max-width: 20px;
    }
}


/* ##### footer ##### */
footer .flexb {
    justify-content: center;
    align-items: center;
}

footer .foot-nav {
    margin-bottom: 30px;
}

footer .foot-nav li {
    width: 14.2%;
    position: relative;
    padding: 5px 0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
    border-right: 1px solid rgb(109, 110, 113);
}

footer .foot-nav li a{
    color: rgb(109, 110, 113);
    letter-spacing: 0.5px;
    font-weight: normal;
}

footer .foot-nav li:last-of-type {
    border-right: none;
}

footer .copy {
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 1;
    color: rgb(109, 110, 113);
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}

@media only screen and (max-width: 599px) {
    footer .foot-nav li {
        width: 50%;
        padding: 5px 2%;
    }

    footer .foot-nav li:nth-child(odd) {
        border-left: 1px solid rgb(109, 110, 113);
    }

    footer .foot-nav li:last-of-type {
        border-right: 1px solid rgb(109, 110, 113);
    }
}

/* ##### 01index ##### */

/*　slide　*/

.home-slide {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}

.home-slide .flexslider {
    margin-bottom: 60px;
}

@media only screen and (max-width: 599px) {
    .home-slide .text .txt {
        font-size: 12px;
    }
}


/*　news　*/
.home-news {
    margin-bottom: 40px;
}

.home-news .inn {
    background: #3D3D3D;
    padding: 1px;
}

.home-news .list {
    /* height: 120px; */
    background: #fff;
    padding: 20px 2%;
    overflow: auto;
}

.home-news .list .item:last-of-type {
    margin-bottom: 0;
}

.home-news .tit .txt {
    color: #fff;
}

@media only screen and (max-width: 599px) {
    .home-news .list {
        margin: 0;
        padding: 10px 2%;
        height: 65px;
    }

    .home-news .list .txt {
        margin: 0;
    }
}

.home-spec .box01 .list01 .item01 {
    width: 48%;
    margin: 0px auto 20px auto;
    border: 1px solid #3D3D3D;
    border-radius: 10px;
    overflow: hidden;
    max-width: 380px;
}

.home-spec .box01 .list01 .item01 .in {
    padding: 30px 2%;
}

.home-spec .box02 .list01 .item01 {
    width: 23%;
    margin: 0px auto 20px auto;
}

.home-spec .box02 .list01 .item01 .pix {
    max-width: 70px;
    margin: 0 auto 10px auto;
}

.home-spec .box03 .list01 .item01 {
    width: 23%;
    margin: 0px auto 20px auto;
    border: 1px solid #3D3D3D;
    border-radius: 15px;
}

.home-spec .box03 .list01 .item01 .in {
    padding: 15px 2%;
}

@media only screen and (max-width: 599px) {

    .home-spec .box01 .list01 .item01 {
        width: 46%;
    }

    .home-spec .box01 .list01 .item01 .in {
        padding: 20px 2%;
    }

    .home-spec .box02 .list01 .item01 .pix {
        max-width: 60px;
        margin: 0 auto 5px auto;
    }

    .home-spec .box02 .list01 .item01 .txt01 {
        font-size: 11px;
    }

    .home-spec .box03 .list01 .item01 {
        width: 46%;
    }

    .home-spec .box03 .list01 .item01 .in {
        padding: 10px 2%;
    }

}


.home-brand .box01 .item01 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 599px) {
    .home-brand .box01 .item01 .txt01 {
        font-size: 10px;

    }

    .home-brand .box01 .item01 {
        margin-top: 0;
        margin-bottom: 10px;
    }
}