@charset "utf-8";

/* COMMON
---------------------------------------------------------------------------- */	
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Raleway&display=swap);

*{
    min-height:0;
    min-width : 0;
}

body{
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color:#333;
}
.mac body{
    font-size: 15px;
}
a{
    text-decoration:underline; 
    color: #333;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover{ text-decoration: none; }
a>img{ 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a>img:hover{ opacity:0.7; }
button{
    border:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

@media screen and (max-width:768px){
    body{
        font-size: 14px;
    }
}

/* 分類：幅調整モジュール
----------------------------------------------------------------------------- */
.w5{ width:5% !important; }
.w10{ width:10% !important; }
.w15{ width:15% !important; }
.w20{ width:20% !important; }
.w25{ width:25% !important; }
.w30{ width:30% !important; }
.w35{ width:35% !important; }
.w40{ width:40% !important; }
.w45{ width:45% !important; }
.w50{ width:50% !important; }
.w55{ width:55% !important; }
.w60{ width:60% !important; }
.w65{ width:65% !important; }
.w70{ width:70% !important; }
.w75{ width:75% !important; }
.w80{ width:80% !important; }
.w85{ width:85% !important; }
.w90{ width:90% !important; }
.w95{ width:95% !important; }
.w100{ width:100% !important; }

/* 年齢認証
----------------------------------------------------------------------------- */
.enter{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height:100vh;
    background-color:#fff;
    z-index: 99999;
}
.enter-inner{
    position:absolute;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    margin:auto;
    width:100%;
    max-width: 600px;
    height:100%;
    max-height: 600px;
    padding:30px;
}
.enter-ttl{
    text-align: center;
    font-size:20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.enter-ttl i{
    display: block;
    margin-bottom: 10px;
    color:#ffd700;
    font-size: 40px;
}
.enter-txt{
    font-size:14px;
    color:#888;
    margin-bottom: 30px;
    text-align: center;
}
.enter-q{
    text-align: center;
    font-size:18px;
    font-weight: bold;
    margin-bottom:30px;
    color:#dc143c;
}
.enter form{
    text-align: center;
}
.enter form a,
.enter form button{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin:0 15px 15px;
    min-width:200px;
    padding:10px 15px;
    border-radius:5px;
}
.enter form a span,
.enter form button span{
    display: block;
    margin-bottom: 5px;
    font-size:18px;
    font-weight: bold;
}
.enter form a{
    background-color:#ccc;
}
.enter form a:hover{
    opacity: 0.7;
}
.enter form button{
    background-color:#ff6347;
    color:#fff;
}
.enter form button:hover{
    background-color:#fff;
    color:#ff6347;
    border:1px solid #ff6347;
}

/* header
---------------------------------------------------------------------------- */
.header{
    height:60px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.header a{
    text-decoration: none;
}

/* LOGO */
.header-logo{
    display: table-cell;
    vertical-align: middle;
    width:calc(100% - 100px);
    padding:0 20px;
    font-size:14px;
    font-weight: bold;
}
.header-logo img{
    width:60px;
    vertical-align: middle;
    margin-right: 10px;
}

/* MENU */
.header-menu{
    display:table-cell;
    vertical-align: middle;
    text-align: right;
    padding:0 10px;
}

.header-menu-nav{
    display: inline-block;
}

.header-menu-cart,
.header-menu-login,
.header-menu-nav-btn,
.header-menu-nav-sp{
    font-size:25px;
    display: inline-block;
    background-color:transparent;
    height:60px;
    line-height: 60px;
    padding:0 10px;
    position: relative;
}
.header-menu-cart span,
.header-menu-login span{
    position:absolute;
    display: inline-block;
    font-size:11px;
    top:60px;
    left:-5px;
    width:60px;
    height:25px;
    line-height: 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    top:50px;
    opacity: 0;
}
.header-menu-cart:hover span,
.header-menu-login:hover span{
    top:61px;
    opacity: 1;
    background-color: #e61283;
    color:#fff;
}
.header-menu-cart-num{
    display: inline-block;
    width:20px;
    height:20px;
    line-height: 20px;
    border-radius: 10px;
    background-color:#e61283;
    color:#fff;
    position: absolute;
    top:7px;
    right: -3px;
    font-size:10px;
    text-align: center;
}

.header-menu-nav:hover .header-menu-nav-btn{
    color:#e61283;
}

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

/* ドロップナビ
---------------------------------------------------------------------------- */
.header-menu-nav-drop{
    display: none;
    border-top:1px solid #ddd;
    position:absolute;
    top:61px;
    width:100%;
    z-index: 9999;
    left:0;
    box-shadow: 0px 4px 6px -3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 4px 6px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 6px -3px rgba(0,0,0,0.25);
    padding:25px;
    background: #fff;
    text-align: left;
}
.header-menu-nav-drop.is-open{
    display: block;
}

.header-menu-nav-drop-inner .list-link{
    margin-bottom: 20px;
}
.header-menu-nav-drop-ttl{
    font-size:16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.header-menu-nav-drop-inner .col .col-3{
    border-right: 1px solid #ddd;
    padding:0 15px;
}
.header-menu-nav-drop-inner .col .col-3:last-child{
    border-right: none;
}

.header-menu-nav-drop-inner .col .col-3 a{
    font-size:14px;
    display: block;
    padding:5px;
}
.header-menu-nav-drop-inner .col .col-3 a:hover{
    color: #e61283;
}

@media screen and (max-width:768px){
    .header-menu-nav-drop{
        padding:10px;
    }
    .header-menu-nav-drop-inner .list-link{
        margin-bottom: 10px;
    }
    .header-menu-nav-drop-ttl{
        font-size:15px;
    }

    .header-menu-nav-drop-inner .col .col-3{
        border-right: none;
    }
    .header-menu-nav-drop-inner .col .col-3 a{
        font-size:14px;
        padding:5px 10px;
    }
    .header-menu-nav-drop-inner .col .col-3 a:hover{
        color: #e61283;
    }
    
}

/* wrap
---------------------------------------------------------------------------- */
.wrap{
    display: table;
    width:100%;
    table-layout: fixed;
}
@media screen and (max-width:768px){
    .wrap{
        display: block;
        width: 100%;
    }
}

/* main
---------------------------------------------------------------------------- */
.main{
    display: table-cell;
    width: 100%;
    vertical-align: top;
}
@media screen and (max-width:768px){
    .main{
        display: block;
        width:100%;
    }
}

/* side
---------------------------------------------------------------------------- */
.side{
    display: table-cell;
    width:250px;
    border-right:1px solid #ddd;
    vertical-align: top;
}
@media screen and (max-width:768px){
    .side{
        width:200px;
        position:fixed;
        right:-200px;
        top:0;
        z-index:99999;
        background-color:#fff;
        height:100vh;
        border-right: none;
        border-left:1px solid #ddd;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }
    .side-inner{
        height: 100%;
        overflow:scroll;
    }
    .side.is-open{
        right:0;
    }
    .side-btn{
        position:fixed;
        bottom:10px;
        right:10px;
        z-index:999999;
    }
    .side-btn button{
        width:60px;
        height:60px;
        border-radius: 30px;
        font-size:20px;
        background-color:#e61283;
        color:#fff;
        box-shadow:0px 0px 6px 0 rgba(0,0,0,0.4);
    }
}

/* サイドバーメニューリスト */
.side-list{
    border-bottom:1px solid #eee;
}
.side-list ul li{
    position: relative;
}
.side-list ul > li > a,
.side-list ul > li > p{
    display: block;
    text-decoration:none;
    padding:5px 10px 5px 25px;
    font-size:12px;
    cursor: pointer;
}
.side-list ul > li > a:hover{
    background-color: #fafad2;
}
.side-list-ttl{
    font-weight:bold;
    padding:10px;
    background-color:#fafafa;
    font-size:14px;
}
.side-list-sub{
    font-weight:bold;
    padding:5px 10px;
    font-size:13px;
}

.side-list ul > li > p{
    position: relative;
}
.side-list ul > li > p:hover{
    box-shadow:0px 0px 8px 0px rgba(132,132,132,0.5);
}

/* カテゴリーオープン */
.side-list-open{
    position:absolute;
    left:250px;
    top:0;
    z-index: 9999;
    background: #fff;
    width:800px;
    padding:15px 15px 5px;
    box-shadow:0px 0px 8px 0px rgba(132,132,132,0.5);
    display:none;
}
.side-list ul > li:hover .side-list-open{
    display: block;
}
.side-list-open ol{
    
}
.side-list-open ol li{
    font-size:13px;
    display: inline-block;
    float:left;
    width:calc(25% - 10px);
    margin:0 10px 10px 0;
    border-bottom:1px dotted #ccc;
}
.side-list-open ol li:nth-child(4n){
    margin-right: 0;
}
.side-list-open ol li a{
    display:block;
    text-decoration: none;
    padding:2px 5px;
}
.side-list-open ol li a:hover{
    background-color: #fafad2;
}

/* サイドバナー */
.side-bnr{
    
}
.side-bnr li{
    padding:15px;
}

/* mv
---------------------------------------------------------------------------- */
.mv{
    
}

.mv-ttl{
    
}

@media screen and (max-width:768px){
    .mv-ttl{
        
    }
}

@media screen and (max-width:768px){
    .mv-img{
        
    }
}

/* topicPath
---------------------------------------------------------------------------- */
.topicpath{
    padding:5px 10px;
    background-color: #fafafa;
}
.topicpath ol{

}
.topicpath ol li{
    display:inline-block;
    margin-right:5px;
    font-size: 13px;
}
.topicpath ol li a::after{
    font-family: "Font Awesome 5 Free";
    content:"\f054";
    display:inline-block;
    font-weight: 900;
    margin-left:10px;
    font-size: 11px;
}

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


/* footer
---------------------------------------------------------------------------- */
.footer{
    color:#fff;
    background-color: #48505b;
}

/* sitemap */
.footer-sitemap{
    padding:25px 0;
}
.footer-sitemap ul{
    margin:0 0 20px;
}
.footer-sitemap ul li h2{
    font-weight: bold;
    font-size:15px;
    margin-bottom:5px;
}
.footer-sitemap ul li a{
    color:#fff;
    font-size:13px;
}

/* copyright */
.footer-copy{
    background-color: #211e22;
    padding:20px 0;
    text-align: center;
    font-size:13px;
}
.footer-copy a{
    color:#fff;
    padding:0 10px;
}
.footer-copy ul li{
    display:inline-block;
}
.footer-copy ul li::after{
    content:"｜";
}
.footer-copy ul li:last-child::after{
    content:"";
}

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

    /* sitemap */
    .footer-sitemap{
        padding:20px 20px 10px;
    }
    .footer-sitemap ul li h2{
        font-size:14px;
    }
    .footer-sitemap ul li a{
        font-size:12px;
    }

    /* copyright */
    .footer-copy{
        padding:10px;
        font-size:10px;
    }
    .footer-copy a{
        font-size: 11px;
        padding:0 5px;
    }
}
