@charset "utf-8";

/**/

.pc-only{
    display: block;
}
.sp-only{
    display: none;
}

.svg_black img{
    filter: brightness(0);
}
.svg_white img{
    filter: brightness(0) invert(1);
}

header nav ul, .group_nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
header nav ul li ul.sub-menu {
  display: none;
  /*サブメニューは最初は非表示にしておく*/
  position: absolute;
  /*絶対配置にしておかないとうまくいかない*/
  bottom: 90%;
  left: 58% !important;
}
#globalNavi ul li{
    width: 85px !important;
}
#globalNavi ul li.middle-menu{
  width: 85px !important;    
}
#globalNavi ul li.width-menu{
  width: 170px !important;    
}
#globalNavi ul li .sub-menu li {
  width: 200px !important;
  height: 30px;
}
/* SP のメニュー　*/
.slicknav_menu img{
    height: 15px;
    width: auto;
}

/* 上部固定　*/
.nav-up{
    width: 100%;
    position: fixed;
    background: #fff;
    height: 35px;
    z-index: 99;
    top: 0;
}
.nav-up ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;   
    width: 80%;
    margin: auto;
}
.nav-up ul li{
    width: 100px;
    text-align: right;
    line-height: 35px;
}
.nav-up ul li a{
    font-family: times, serif;    
}

/* SNS */
ul#login-nav li{
    text-align: center;
}
ul#login-nav li img{
    margin: 10px;
    height: 30px;
    width: auto;
}
/* twitterグロナビ　サブメニュー　*/
.sub-menu{
  display: none;
  position: absolute;
  top: -5px;
  right: 30px;
  width: 200px;
  background: white;
  padding: 0;
}
.sub-menu li{
    text-align: left !important;
}
.sub-menu img{
    vertical-align: middle;
}
.sub-menu a{
    display: block;
    padding-left: 15px;
}
.menu-item-has-children {
  position: relative;
}
/* 子を持つ親メニューにマウスオーバーしたとき、サブメニューを表示する */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* TOPページスライド */
.home #wrap{
    overflow-y: hidden;
    height: 100vh;
}
.home #container{
    width: 80%;
    height: calc(100vh - 10%);
    margin: auto;
    overflow: hidden;
}
.top-slide{
    z-index: -1;
}
.top-slide img{
    padding: 2% 0 5%;
    width: auto !important;
    height: 100vh;
    object-fit: cover;
    object-position: center top;
}


/*次のページ、前のページ関連*/
.single-navi-f{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-navi{
    margin-bottom: 35px;
}

/* EVENT */
.tribe-event-time{
    font-family: 'Hammersmith One', "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}


/*STORE*/
.shop #contents{
    padding: 2% 15% 0%;
}
.store-f{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    box-sizing: border-box;
}
.store-box{
    width: calc(100% / 4);    
    padding: 0 5px;
}
.store-box img{
    height: auto;
    width: 100%;
    max-height: 250px;
}
.store-title{
    line-height: 1.4;
}
.store-cat{
    font-size: 90%;
    padding: 3px 0;
}
.store-price{
    line-height: 1.5;
}
/* 会員限定商品 */
.item-memberonly{
    display: none;
}
footer{
    background-color: #fff;
    z-index: 100;
    }  
/* 250527 応募フォーム用応急処置　*/
.post{
    margin-bottom: 100px;
}

/*アスペクト比 4:3以下に適用*/
@media screen and (min-aspect-ratio: 4/3) {
    article{
        padding: 1% 3% 15%;}
}

@media only screen and (max-width: 1440px) {
#globalNavi ul li{
    width: 55px !important;
}
ul#login-nav li img{
    margin: 5px;
    height: 25px;
    width: auto;
}    
    article{
        padding: 1% 3% 15%;
    }
    #contents{
        padding: 5% 21% 5%;
    }    
}
@media only screen and (max-width: 1024px) {
#globalNavi ul li.width-menu{
  width: 150px !important;            
}    
ul#login-nav li img{
    margin: 5px;
    height: 20px;
    width: auto;
}      
    article{
        padding: 1% 3% 130px;
    }
.top-slide img{
    object-position: 60% top;
}    
}

/* SP */
@media only screen and (max-width: 767px) {
.pc-only{
    display: none;
}
.sp-only{
    display: block;
}    
/* SP背景固定外し　*/
.bg-sp{
    width: 100%;
    height: 210px;
    object-fit: contain;
    overflow: hidden;
    padding-top: 10px;
}   
/* 上部固定　*/
.nav-up ul{
    justify-content: flex-start;   
    width: 95%;
}    
.nav-up ul li{
    width: auto;
    text-align: left;
    padding-right: 20px;
}    
#globalNavi ul li{
    width: 60px !important;
    margin-bottom: 10px;
    }    
    #contents{
        padding: 1% 5% 0% !important;}
    article{
        padding: 1% 3% 130px;
    }

.store-box{
    width: calc(100% / 3);    
}    
}

@media only screen and (max-width: 600px) {
.nav-up{
    width: 80%;
    background: none;
    z-index: 100;
}    
#container{
    padding-top: 30px;
    }
.slicknav_btn .slicknav_open{
    z-index: 999;
    }
.slicknav_nav{
    top:70px;
    width: 100%;
    height:calc(100% - 70px);
    position: fixed;
    overflow-y: scroll;  
    -webkit-overflow-scrolling: touch;
    margin-bottom: 100px;
    }
.home #wrap{
    overflow-y: unset;
    height: auto;
}
.home #container{
    width: 95%;
    height: auto;
    margin: auto;
}
.top-slide-f{
    position:fixed;
    width: 95%;
}
.top-slide img{
    padding: 0;
    height: unset;
    object-fit: contain;
    object-position: center top;
}
.news_area_inner{
    margin: 0 0 10px;    
}

.home article{
        padding: 1% 3% 5%;
    }
.store-box{
    width: calc(100% / 2);    
    font-size: 90%;
}
.single-navi{
    margin-bottom: 65px;
}
    #container #contents, #container #side{
        position: unset;
        margin-bottom: 2em;
    }
footer{
    background-color: #fff;
    z-index: 100;
    padding-top: 10px;
    }    
}

@media only screen and (max-width: 400px) {
    #contents{
        padding: 1% 5% 1% !important;
    }    
}