@charset "utf-8";

body{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 14px;
    line-height: 1.7;
    color#333;
}
a{
	text-decoration: none;
	color: #333333;
}
a:hover{
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
}
img{
	vertical-align: bottom;
    width: 100%;
    height: 100%;
}
figure{
	margin: 0;
}
figcaption{
	padding: 0;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.style-s .main{
    width: 100%;
}
.style-d{
    overflow: hidden;
}
.style-d #main{
    width: calc(100% - 400px);
    padding-left: 400px;
}
.style-d #main .inner{
    max-width: 1280px;
    margin: 0 auto;
}
.style-d #side{
    width: 300px;
    float: left;
}
.inner{
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.wrapper{
    width: 100%;
    padding: 0 40px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    background: #EFEFEF;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
/* page-top
------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
.column{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
/*================================
    heder
=================================*/
header{
    padding: 90px 0 30px 0;
}
.logo{
    font-size: 30px;
    color: #393332;
}
.nav_box{
    text-align: right
}
.nav_box nav{
    font-size: 0;
}
.nav_box ul{
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}
.nav_box li{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 20px;
}
.nav_box li:first-child{
    padding-left: 0;
}
.btn_beginner a{
    background: #333;
    color: #fff;
    padding: 10px 25px;
    font-weight: bold;
}
.btn_ogin a,
.btn_cart a{
    display: block;
}
.sp_nav{
    display: none;
}
/*================================
    footer
=================================*/
footer{
    padding: 20px 0;
    color: #a7a7a8;
}
/*================================
    keyvisual
=================================*/
#keyvisual li{
    position: relative;
}
/*================================
    スライダー
=================================*/
.slick-list{
    margin: 0 -10px;
}
.slick-slide {
    margin: 0px 10px;
}
.slick-next,
.slick-prev {
    width: 42px;
    height: 64px;
    margin-top: -32px;
}
.slick-next{
    right: 0;
    z-index: 1;
}
.slick-prev{
    left: 0;
    z-index: 1;
}
.slick-next:before {
    width: 42px;
    height: 64px;
    display: block;
    content: '';
    background: url(/common/img/pc/slide/ico_arrow_right.png) no-repeat;
}
.slick-prev:before {
    width: 42px;
    height: 64px;
    display: block;
    content: '';
    background: url(/common/img/pc/slide/ico_arrow_left.png) no-repeat;
}
/*================================
    main
=================================*/
.contents-style{
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}
.title_box{
    margin-bottom: 20px;
}
.link_abs{
    position: absolute;
    top: 8px;
    right: 0;
    color: #000;
    padding-left: 25px;
}
.link_abs:before{
    content: "";
    width: 15px;
    height: 21px;
    background: #B4B4B5;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.link_abs:hover::before{
    width: 20px;
}
h2.share-title{
    font-size: 24px;
}
.img-box{
    position: relative;
}
.link_cover{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
/*-- list-box
--------------------*/
.list-box > ul{
    margin: -10px;
    overflow: hidden;
}
.list-box > ul > li{
    position: relative;
    float: left;
    margin: 10px;
    width: calc((100% - 60px) / 3);
}
.list-box figcaption{
    padding: 20px 0 10px 0;
}
.list-box li:hover .img-box{
    opacity: 0.4;
}
.list-box.slick ul{
    margin: 0;
}
.list-box.slick .list-box_cont{
    position: relative;
    margin: 0;
}
/*-- list-box02
--------------------*/
.list-box02 > ul > li{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.list-box02 li:last-child{
    margin-bottom: 0;
}
.list-box02 figure{
    overflow: hidden;
}
.list-box02 .img-box{
    width: 33%;
    max-width: 413px;
    float: left;
}
.list-box02 figcaption{
    float: left;
    margin-left: 5%;
    width: 62%;
}
.list-box02 .list-title{
    margin-bottom: 20px;
}
.list-box02 .link-btn{
    margin-top: 20px;
    text-align: right;
}
/*-- list_inf_list
--------------------*/
.list_inf_list{
    display: table;
    overflow: hidden;
    margin-bottom: 15px;
}
.list_inf_list li{
    display: table-cell;
    vertical-align: middle;
}
.list_inf_list li:first-child{
    margin-left: 0;
}
.tag{
    border-radius: 20px;
    padding-left: 20px;
}
.tag a{
    color: #fff;
    background: #000;
    padding: 0px 15px;
    border-radius: 20px;
    display: block;
    box-sizing: border-box;
    font-size: 12px;
}
.price{
    font-size: 18px;
    font-weight: bold;
}
/*-- tag_box
--------------------*/
.tag_box{
    margin-top: 20px;
}
.tag_box h2{
    margin-bottom: 20px;
}
.tag_list{
    overflow: hidden;
    margin: -5px;
}
.tag_list li{
    float: left;
    margin: 5px;
    border-radius: 20px;
}
.tag_list a{
    border-radius: 20px;
    border: 1px solid #333;
    text-align: center;
    padding: 0px 10px;
    box-sizing: border-box;
    width: 100%;
}
.tag_list li:hover a{
    color: #fff;
    background: #333;
}
/*-- table_list
--------------------*/
.table_list li{
    border-bottom: 1px solid #ccc;
}
.table_list li:first-child{
    border-top: 1px solid #ccc;
}
.table_list dl{
    display: table;
    width: 100%;
    font-size: 18px;
}
.table_list dt{
    display: table-cell;
    padding: 10px 20px;
    width: 200px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #ddd;
}
.table_list dd{
    display: table-cell;
    padding: 10px 20px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}
/*================================
    side
=================================*/
#side .inner{
    overflow: visible;
}
.side_list_box{
    margin-top: 90px;
}
.side_title{
    font-size: 18px;
    margin-bottom: 10px;
}
#top_list{
    margin-top: 0;
}
#top_list li{
    position: relative;
}
#top_list li a::before{
    content: "";
    width: 15px;
    height: 21px;
    background: #393332;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
#top_list li a:hover::before{
    width: 20px;
}
#top_list li a{
    padding-left: 30px;
}
.side_list_box .side_list > li{
    margin-top: 10px;
}
.side_list_box .side_list > li:hover,
.side_list_box .side_list > li .ctg_list li:hover{
    background: #ddd;
}
.side_list_box .side_list > li:hover .ctg_list{
    display: block;
}
.side_list_box .side_list > li:first-child{
    margin-top: 0;
}
.side_list_box .side_list .open_list_nav{
    cursor: pointer;
    padding-left: 30px;
}
.side_list_box .side_list .open_list_nav::before{
    content: "";
    width: 15px;
    height: 21px;
    background: #B4B4B5;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.side_list_box .side_list > li > a{
    padding-left: 30px;
}
.side_list_box .side_list > li > a::before{
    content: "";
    width: 15px;
    height: 21px;
    background: #B4B4B5;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.side_list_box .side_list > li > a:hover::before,
.side_list_box .side_list .open_list_nav:hover::before{
    width: 20px;
}
.side_list li{
    position: relative;
}
.open_list{
    position: relative;
}
.side_list.open_list li span{
    position: relative;
}
.ctg_list{
    display: none;
    position: absolute;
    top: 0;
    right: -230px;
    background: #fff;
    padding: 20px;
    width: 240px;
    box-sizing: border-box;
    z-index: 1;
}
.ctg_list.active{
    display: block;
}
.ctg_list li{
    margin-top: 10px;
}
.ctg_list li:first-child{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}
.ctg_list li a{
    display: block;
    width: 100%;
    height: 100%;
}
/*===============================================
●tablet.css 画面の横幅が1200pxまで
===============================================*/
@media screen and (max-width: 1200px){
    .list-box > ul > li {
        margin: 10px;
        width: calc((100% - 40px) / 2);
    }

}
/*===============================================
●tablet.css 画面の横幅が750pxまで
===============================================*/
@media screen and (max-width: 750px){
    .wrapper{
        width: 100%;
        padding: 0;
        overflow: visible;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .style-d #main{
        width: 100%;
        padding-left: 0;
    }
    .contents-style {
        margin-top: 150px;
        position: relative;
    }
    h2.share-title {
        font-size: 38px;
    }
    .title_box{
        position: static;
    }
    .link_abs {
        position: relative;
        top: 0;
        left: 40px;
        margin-top: 30px;
        font-size: 26px;
        padding: 9px 0 9px 55px;
        display: inline-block;
    }
    .link_abs:before {
        width: 34px;
        height: 57px;
    }
    #side{
        display: none;
    }
    p.product_name {
        font-size: 28px;
    }
/*-- list-box
--------------------*/
    .list-box > ul{
        margin: 0;
    }
    .list-box > ul > li {
        float: none;
        margin: 0;
        width: 100%;
    }
    .list-box figcaption {
        padding: 32px 0;
    }
    .list_inf_list .days{
        font-size: 22px;
    }
    .tag {
        padding-left: 15px;
    }
    .tag a {
        color: #fff;
        background: #000;
        padding: 0px 28px;
        border-radius: 20px;
        display: block;
        box-sizing: border-box;
        font-size: 20px;
    }
    h3.list-title{
        font-size: 28px;
        margin-top: 20px;
    }
    .products_box figcaption{
        padding: 20px 0 26px;
    }
    .price {
        font-size: 32px;
    }
/*-- list-box02
--------------------*/
    .list-box02 > ul {
        margin: 0;
    }
    .list-box02 > ul > li {
        margin: 10px 0 42px;
        padding-bottom: 27px;
        float: none;
        width: 100%;
    }
    .list-box02 .img-box {
        width: 37%;
        max-width: 100%;
        max-width: 240px;
    }
    .list-box02 figcaption {
        width: 59%;
        margin-left: 4%;
    }
    .list-box02 .list_inf_list {
        display: block;
    }
    .list-box02 .list_inf_list .days{
        display: block;
        line-height: 45px;
        margin-bottom: 8px;
    }
    .list-box02 .list_inf_list li {
        display: inline-block;
    }
    .list-box02 .list_inf_list li:nth-child(2){
        padding-left: 0;
    }
    .list-box02 li.tag{
        padding-left: 8px;
    }
    .list-box02 .text {
        display: none;
    }
    .list-box02 .list-title {
        margin: 28px 0;
    }
    .list-box02 .link-btn {
        margin-top: 24px;
        text-align: right;
        font-size: 28px;
    }
/*-- tag_box
--------------------*/
.tag_box {
    margin-top: 20px;
    padding: 0 40px;
}
/*-- スライダー
--------------------*/
    .list-box.slick {
        min-width: 1170px;
    }
    .list-box .slick-slide {
        margin: 0px 25px;
        width: 560px !important;
        min-width: 560px;
    }
    .list-box .slick-next {
        right: 500px;
    }
    .slick-dots {
        bottom: -52px;
    }
    .slick-dots li button:before {
        font-size: 20px;
    }
/*================================
    heder
=================================*/
    header{
        padding: 0;
        border-bottom: 2px solid #c1bebf;
        box-sizing: border-box;
    }
    header .inner{
        padding: 25px 25px 20px 30px;
    }
    .logo {
        float: left;
        display: inline-block;
        margin-left: 95px;
        font-size: 44px;
    }
    .nav_box {
        float: right;
        display: inline-block;
        padding-top: 4px;
    }
    .nav_box li {
        padding-left: 10px;
    }
    .nav_box .btn_beginner {
        display: none;
    }
    .nav_box .btn_ogin{
        padding-left: 0;
    }
    .btn_ogin a,
    .btn_cart a{
        display: block;
    }
    .sp_nav{
        display: block;
    }
    .drawer {
        display: block;
    }
    .drawer--left.drawer-open .drawer-nav {
        width: 100%;
        background: #efefef;
    }
    .drawer-hamburger{
        position: absolute;
        top: 45px;
        left: 30px !important;
        padding: 0;
        width: 47px;
        height: 32px;
    }
    .drawer-hamburger-icon {
        position: relative;
        display: block;
        margin-top: 0px;
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        height: 4px;
    }
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        position: absolute;
        top: -14px;
        left: 0;
        content: ' ';
    }
    .drawer-hamburger-icon:after {
        top: 15px;
    }
    .drawer--left.drawer-open .drawer-hamburger {
        position: fixed;
    }
    .drawer--left.drawer-open .drawer-hamburger.none{
        display: none;
    }
    .drawer-open .drawer-overlay {
        display: block;
    }
    .nav_title{
        height: 145px;
        box-sizing: border-box;
        position: relative;
        border-bottom: 2px solid #c1bebf;
    }
    .nav_title h1{
        position: absolute;
        top: 25px;
        left: 140px;
        font-size: 44px;
    }
    .nav_cont a,
    .nav_inf a,
    .sbu_ctg a{
        border-left: 25px solid #3a3532;
        display: block;
        padding: 34px;
        font-size: 30px;
        font-weight: bold;
        box-sizing: border-box;
    }
    .share_nav h2{
        padding: 34px;
        font-size: 30px;
        font-weight: bold;
        border-bottom: 2px solid #ccc8c7;
    }
    .nav_inf a,
    .sbu_ctg a{
        border-left: 25px solid #b4b4b6;
    }
    .nav_cont ul li,
    .share_nav > ul > li,
    .sbu_ctg li{
        border-bottom: 2px solid #ccc8c7;
    }
    .nav_sub_cont > ul > li{
        background: url(/common/img/sp/ico/ico_nav_aroow.png) no-repeat;
        background-position: center right 40px;
        cursor: pointer;
    }
    .nav_sub_cont > ul > li span{
        border-left: 25px solid #b4b4b6;
        display: block;
        padding: 34px;
        font-size: 30px;
        font-weight: bold;
        box-sizing: border-box;
    }
    .nav_inf{
        padding-bottom: 40px;
    }
    .sbu_ctg{
        background: #efefef;
        display: none;
        position: absolute;
        top: 145px;
        width: 100%;
        margin-bottom: 100px;
        height: 2000px;
    }
    .nav_sub_cont > ul > li.active .sbu_ctg{
        display: block;
        left: 0;
        animation-duration: 0.5s;
        animation-name: slidein;
    }
    @keyframes slidein {
        from {
            left: 750px;
        }
        to {
            left: 0;
        }
    }
    .nav_sub_cont > ul > li.slideout .sbu_ctg{
        display: block;
        left: 750px;
        animation-duration: 0.5s;
        animation-name: slideout;
    }
    @keyframes slideout {
        from {
            left: 0;
        }
        to {
            left: 750px;
        }
    }
    .sub_ctg_close {
        position: fixed;
        z-index: 104;
        top: 0;
        display: block;
        box-sizing: content-box;
        width: 2rem;
        padding: 0;
        padding-top: 18px;
        padding-right: .75rem;
        padding-bottom: 30px;
        padding-left: .75rem;
        -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        border: 0;
        outline: 0;
        background-color: transparent;
    }
    .sub_ctg_close{
        display: none;
        position: absolute;
        top: 45px;
        left: 30px !important;
        padding: 0;
        width: 54px;
        height: 38px;
    }
    .sub_ctg_close.sub_ctg_open{
        display: block;
    }
    .sub_ctg_open .drawer-hamburger-icon {
        background-color: transparent;
    }
    .sub_ctg_open .drawer-hamburger-icon:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .sub_ctg_open .drawer-hamburger-icon:before,
    .sub_ctg_open .drawer-hamburger-icon:after {
        top: 0;
    }
/*================================
    footer
=================================*/
    footer{
        margin-top: 60px;
        padding-bottom: 60px;
    }
    footer .inner{
        padding: 0 40px;
    }
    .copy{
        text-align: right;
        font-size: 18px;
    }
}
