@charset "UTF-8";
/* CSS Document */

.mobile {
	display:none;
}

.pc {
	display:block;
}

.t-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.t-items li {
    width: 32%;
    margin-bottom: 40px;
}

.t-items li > a {
    display: inline-block;
    border: 1px solid #e5e5e5;
}

.more-btn {
    display: block;
    background: #000;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    max-width: 165px;
    margin: 0 auto;
    text-align: center;
}

#wrapper {
    max-width: 980px;
    margin: 0 auto;
}

header {
    margin-bottom: 25px;
}

header #header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #66696d;
}

header #header > p {
    width:120px;
    text-align: center;
}

header #header > p img {
    width: 80px;
    height: auto;
}

header #header > div {
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

header #header > div #search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: url("../images/curve_upper.png") no-repeat right top;
    width: 400px;
    padding-left: 110px;
    padding-top: 7px;
}

header #header > div #search form {
    width: 255px;
    position: relative;
}

header #header > div #search form input[type="text"] {
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    padding: 0.8em 3.5em 0.8em 1em;
}

header #header > div #search form input[type="image"] {
    position: absolute;
    left: 89%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

header #header > div #search + ul {
    width: 100%;
    text-align: right;
    background: url("../images/curve_under.png") no-repeat left top;
    padding-top: 25px;
}

header #header > div #search + ul li {
    display: inline-block;
    margin-left: 40px;
}

header #header > div #search + ul li a {
    color: #53565a
}

header #header > div #search + ul li a:hover {
    text-decoration: underline;
}


header #header > div h1 {
    color: #FFF;
    font-size: 14px;
    padding-left: 90px;
}

header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 20px;
}

header nav + div {
    text-align: center;
    background: #edece7;
    padding: 10px;
}

header nav ul li {
    width: 7.1%;
}

section {
    margin-bottom: 80px;
}

section:last-child {
    margin-bottom: 100px;
}

section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 35px;
}

#bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}

#bnr li {
    width: 30.6%;
    border: 1px solid #e5e5e5;
}

#bnr-slider {
    width: 890px;
    margin: 0 auto;
}

#bnr-slider li {
    margin: 0 5px;
}

#recommend li {
    text-align: center;
}

#recommend li dl {
    margin: 15px 0 25px;
}

#recommend li dl dt {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

#top5 li {
    position: relative;
}

#top5 li span {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    display: block;
    width:44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 25px;
    background: #e5e5e5;
}

#top5 li div {
    margin-top: 15px;
}

#top5 li div dl {
    float: left;
    width: 100%;
}

#top5 li div dl dt {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

#top5 li div a {
    float: right;
    margin-top: 20px;
}

#top5.t-items li:nth-child(-n+2) {
   width: 47%;
}

#top5.t-items li:nth-child(-n+2) div dl {
   width: calc(100% - 165px);
}

#products li {
    margin-bottom: 20px;
}

#products li a span {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
    background: #52575a;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
}


footer {
    padding-bottom: 50px;
}

footer, footer a {
    color: #FFF;
    font-size: 10px;
}

footer a:hover {
    text-decoration: underline;
}

footer div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer > div {
    padding: 50px 5% 80px;
    background: #53565b;
}

footer > div div:first-child {
    width: 28%;
}

footer > div div:first-child dl dt {
    font-size: 12px;
    margin-bottom: 20px;
}

footer > div div:first-child dl dd a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #b3b3b3;
    color: #fff;
    position: relative;
    font-size: 12px;
}

footer > div div:first-child dl dd a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12%;
    margin-top: -3px;
}

footer > div div:first-child dl dd span {
    display: block;
    margin-top: 20px;
}

footer > div div:last-child {
    width: 68%;
}

footer > div div:last-child dl {
    width: 26.3%;
}

footer > div div:last-child dl dt {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #acacb4;
}

footer > div div:last-child dl dd {
    margin-bottom: 4px;
}

footer > div div:last-child dl dd:last-child {
    margin-bottom: 0;
}

footer > ul {
    text-align: right;
    margin-top: 20px;
}

footer > ul li {
    display: inline-block;
    margin-left: 40px;
}

footer > ul li a {
    color: #53565a;
    font-size: 12px;
}







@media only screen and (max-width: 768px) {
    .mobile {
        display:none;
    }

    .pc {
        display:block;
    }

    .t-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .t-items li {
        width: 32%;
        margin-bottom: 40px;
    }

    .t-items li > a {
        display: inline-block;
        border: 1px solid #e5e5e5;
    }

    .more-btn {
        display: block;
        background: #000;
        color: #FFF;
        font-weight: bold;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width: 100%;
        max-width: 165px;
        margin: 0 auto;
        text-align: center;
    }

    #wrapper {
        max-width: 980px;
        margin: 0 auto;
    }

    header {
        margin-bottom: 25px;
    }

    header #header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background: #66696d;
    }

    header #header > p {
        width:120px;
        text-align: center;
    }

    header #header > div {
        width: calc(100% - 120px);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    header #header > div #search {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background: url("../images/curve_upper.png") no-repeat right top;
        width: 400px;
        padding-left: 110px;
        padding-top: 7px;
    }

    header #header > div #search form {
        width: 255px;
        position: relative;
    }

    header #header > div #search form input[type="text"] {
        display: block;
        width: 100%;
        border: 1px solid #e5e5e5;
        font-size: 12px;
        padding: 0.8em 3.5em 0.8em 1em;
    }

    header #header > div #search form input[type="image"] {
        position: absolute;
        left: 89%;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }

    header #header > div #search + ul {
        width: 100%;
        text-align: right;
        background: url("../images/curve_under.png") no-repeat left top;
        padding-top: 25px;
    }

    header #header > div #search + ul li {
        display: inline-block;
        margin-left: 40px;
    }

    header #header > div #search + ul li a {
        color: #53565a
    }

    header #header > div #search + ul li a:hover {
        text-decoration: underline;
    }


    header #header > div h1 {
        color: #FFF;
        font-size: 14px;
        padding-left: 90px;
    }

    header nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px 0 20px;
    }

    header nav + div {
        text-align: center;
        background: #edece7;
        padding: 10px;
    }

    header nav ul li {
        width: 7.1%;
    }

    section {
        margin-bottom: 80px;
        padding: 0 2%;
    }
    
    section:first-child {
        padding: 0;
    }

    section:last-child {
        margin-bottom: 100px;
    }

    section h2 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 35px;
    }

    #bnr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 2% 0;
    }

    #bnr li {
        width: 30.6%;
        border: 1px solid #e5e5e5;
    }

    #bnr-slider {
        width: 660px;
        margin: 0 auto;
    }

    #bnr-slider li {
        margin: 0 5px;
    }

    #recommend li {
        text-align: center;
    }

    #recommend li dl {
        margin: 15px 0 25px;
    }

    #recommend li dl dt {
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 5px;
    }

    #top5 li {
        position: relative;
    }

    #top5 li span {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        display: block;
        width:44px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        font-size: 25px;
        background: #e5e5e5;
    }

    #top5 li div {
        margin-top: 15px;
    }

    #top5 li div dl {
        float: left;
        width: 100%;
    }

    #top5 li div dl dt {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 5px;
    }

    #top5 li div a {
        float: right;
        margin-top: 20px;
    }

    #top5.t-items li:nth-child(-n+2) {
       width: 47%;
    }

    #top5.t-items li:nth-child(-n+2) div dl {
       width: calc(100% - 165px);
    }

    #products li {
        margin-bottom: 20px;
    }

    #products li a span {
        display: block;
        width: 100%;
        text-align: center;
        color: #FFF;
        background: #52575a;
        font-size: 20px;
        height: 45px;
        line-height: 45px;
    }

    footer {
        padding-bottom: 50px;
    }

    footer, footer a {
        color: #FFF;
        font-size: 10px;
    }

    footer a:hover {
        text-decoration: underline;
    }

    footer div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer > div {
        padding: 50px 5% 80px;
        background: #53565b;
    }

    footer > div div:first-child {
        width: 28%;
    }

    footer > div div:first-child dl dt {
        font-size: 12px;
        margin-bottom: 20px;
    }

    footer > div div:first-child dl dd a {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #b3b3b3;
        color: #fff;
        position: relative;
        font-size: 12px;
    }

    footer > div div:first-child dl dd a::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 12%;
        margin-top: -3px;
    }

    footer > div div:first-child dl dd span {
        display: block;
        margin-top: 20px;
    }

    footer > div div:last-child {
        width: 68%;
    }

    footer > div div:last-child dl {
        width: 26.3%;
    }

    footer > div div:last-child dl dt {
        margin-bottom: 8px;
        font-size: 12px;
        font-weight: bold;
        color: #acacb4;
    }

    footer > div div:last-child dl dd {
        margin-bottom: 4px;
    }

    footer > div div:last-child dl dd:last-child {
        margin-bottom: 0;
    }

    footer > ul {
        text-align: right;
        margin-top: 20px;
    }

    footer > ul li {
        display: inline-block;
        margin-left: 40px;
    }

    footer > ul li a {
        color: #53565a;
        font-size: 12px;
    }







}








@media only screen and (max-width: 640px) {
    .mobile {
		display:block;
	}

	.pc {
		display:none;
	}
    
    .t-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .t-items li {
        width: 100%;
        margin-bottom: 25px;
    }

    .t-items li > a {
        display: inline-block;
        border: 1px solid #e5e5e5;
    }

    .more-btn {
        display: block;
        background: #000;
        color: #FFF;
        font-weight: bold;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        width: 100%;
        max-width: 165px;
        margin: 0 auto;
        text-align: center;
    }

    #wrapper {
        max-width: 980px;
        margin: 0 auto;
    }

    header {
        margin-bottom: 15px;
        position: relative;
    }

    header #header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background: #66696d url("../images/head_sp.png") no-repeat 120% top;
        padding: 0.3em 0 0.3em 35px;
        height: 46px;
    }

    header #header > p {
        width:110px;
        text-align: center;
    }

    header #header > div {
        width: calc(100% - 110px);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    header #header > div #search {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background: none;
        width: 60px;
        padding-left: 0;
        padding-top: 0;
        margin-right: 20px
    }

    header #header > div #search form {
        width: 255px;
        position: relative;
        display: none;
    }

    header #header > div #search form input[type="text"] {
        display: block;
        width: 100%;
        border: 1px solid #e5e5e5;
        font-size: 12px;
        padding: 0.8em 3.5em 0.8em 1em;
    }

    header #header > div #search form input[type="image"] {
        position: absolute;
        left: 89%;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }

    header #header > div #search + ul {
        display: none;
    }

    header #header > div h1 {
        color: #FFF;
        font-size: 11px;
        padding-left: 0;
    }
    
    header nav {
        position: absolute;
        top: 46px;
        transform: translate(-100%);
        transition: 0.3s ease-out;
        z-index: 100;
        background: #FFF;
        height: calc(100vh - 46px);
        padding-top: 35px; 
    }
    
    header nav.open {
        transform: translate(0);
        transition: 0.3s ease-out;
    } 

    header nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px 5% 20px;
        align-items: center;
    }

    header nav + div {
        text-align: center;
        background: #edece7;
        padding: 10px;
        font-size: 12px;
    }

    header nav ul li {
        width: 25%;
        text-align: center;
        margin-bottom: 30px;
    }

    section {
        margin-bottom: 50px;
        padding: 0 2%;
    }
    
    section:first-child {
        padding: 0;
    }

    section:last-child {
        margin-bottom: 60px;
    }

    section h2 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }

    #bnr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 2% 0;
    }

    #bnr li {
        width: 100%;
        border: 1px solid #e5e5e5;
        margin-bottom: 15px;
    }
    
    #bnr li:last-child {
        margin-bottom: 0;
    }

    #bnr-slider {
        width: 85%;
        margin: 0 auto;
    }

    #bnr-slider li {
        margin-right: 0;
    }

    #recommend li {
        text-align: center;
        width: 49%;
    }

    #recommend li dl {
        margin: 10px 0 15px;
    }

    #recommend li dl dt {
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 5px;
    }

    #top5 li {
        position: relative;
        width: 49%;
    }

    #top5 li span {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        display: block;
        width:40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 22px;
        background: #e5e5e5;
    }

    #top5 li div {
        margin-top: 10px;
    }

    #top5 li div dl {
        float: none;
        width: 100%;
        text-align: center;
    }

    #top5 li div dl dt {
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 5px;
    }

    #top5 li div a {
        float: none;
        margin: 15px auto 0;
    }

    #top5.t-items li:nth-child(-n+3) {
       width: 100%;
    }

    #top5.t-items li:nth-child(-n+3) div dl {
       width: 100%;
    }

    #products li {
        margin-bottom: 15px;
        width: 49%;
    }

    #products li a span {
        display: block;
        width: 100%;
        text-align: center;
        color: #FFF;
        background: #52575a;
        font-size: 20px;
        height: 45px;
        line-height: 45px;
    }

    footer {
        padding-bottom: 20px;
    }

    footer, footer a {
        color: #FFF;
        font-size: 10px;
    }

    footer a:hover {
        text-decoration: underline;
    }

    footer div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer > div {
        padding: 25px 12% 25px;
        background: #53565b;
    }

    footer > div div:first-child {
        width: 100%;
        text-align: center;
    }
    
    footer > div div:first-child dl {
        width: 100%;
    }

    footer > div div:first-child dl dt {
        font-size: 12px;
        margin-bottom: 20px;
    }

    footer > div div:first-child dl dd a {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #b3b3b3;
        color: #fff;
        position: relative;
        font-size: 12px;
    }

    footer > div div:first-child dl dd a::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 12%;
        margin-top: -3px;
    }

    footer > div div:first-child dl dd span {
        display: block;
        margin-top: 20px;
    }

    footer > div div:last-child {
       display: none;
    }

    footer > div div:last-child dl {
        width: 26.3%;
    }

    footer > div div:last-child dl dt {
        margin-bottom: 8px;
        font-size: 12px;
        font-weight: bold;
        color: #acacb4;
    }

    footer > div div:last-child dl dd {
        margin-bottom: 4px;
    }

    footer > div div:last-child dl dd:last-child {
        margin-bottom: 0;
    }

    footer > ul {
        text-align: center;
        margin-top: 20px;
    }

    footer > ul li {
        display: inline-block;
        margin: 0 8px 10px;
    }

    footer > ul li a {
        color: #53565a;
        font-size: 12px;
    }
    
    .menu-trigger {
        display: inline-block;
        width: 25px;
        height: 20px;
        vertical-align: middle;
        cursor: pointer;
        position: absolute;
        top: 12px;
        left: 12px;
        z-index: 100;
    }
    
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all .3s;
    }
    
    .menu-trigger.active span {
        background-color: #fff;
    }
    
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }
    
    .menu-trigger span:nth-of-type(2) {
        top: 9px;
    }
    
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
    }
    
    header nav form {
        position: relative;
    }

    header nav form input[type="text"] {
        display: block;
        width: 95%;
        margin: 0 auto;
        border: 1px solid #e5e5e5;
        font-size: 12px;
        padding: 0.8em 3.5em 0.8em 1em;
    }

    header nav form input[type="image"] {
        position: absolute;
        left: 89%;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    
    
    
    
    
    
    
    
    
    
    
    
}
