@charset "UTF-8";

@media screen and (min-width: 0px) {
/* 共通用のスタイル記述 */
.inner {
	width:100%;
	width:1120px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 17px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #000;
    font-weight: 500;
	letter-spacing:0.1em;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
.logo a:hover{
    opacity: 0.5;
}
#global-nav ul:nth-child(1) {
    list-style: none;
    position: absolute;
    right: 150px;
    top: 14px;
    font-size: 15px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 160px;
    top: 14px;
    font-size: 15px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    margin: 0px 0px 0px 24px;
	padding: 0px 0px 4px 0px;
	opacity: 1.0 ;
}
#global-nav ul li a:hover{
	padding: 0px 0px 4px 0px;
	opacity: 0.5 ;
}
#global-nav ul li a.current{
	opacity: 1.0 !important;
    color:#000;
}
#global-nav ul li.yet{
    margin: 0px 0px 0px 48px;
	padding: 0px 0px 0px 0px;
	opacity: 0.2 ;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 18px;
    height: 48px;
    background: #fff;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul  {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 7px;
    font-size: 15px;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    margin: 0px 0px 0px 48px;
	padding: 0px 0px 4px 0px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 5%;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 6px;
}
#nav-toggle span:nth-child(2) {
    top: 20px;
}

}




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
ここから下、スマホ用
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */





@media screen and (max-width: 768px) {
/* スマホ用記述 */

#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #ffffff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
        border-bottom: solid 1px #111;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 5%;
        top: 14px;
        color: #333;
        font-size: 26px;
    }
.logo a:hover{
    opacity: 0.7;
}
.logo img{
    width:113px;
    height:30px;
}

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background-color: rgba(255,255,255,0.9);
        width: 100%;
        text-align: center;
        padding: 0px 0px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }






    #global-nav ul:nth-child(1) {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a{
        width: 100%;
        display: block;
        color: #111;
        padding: 20px 0 20px;
    }
    #nav-toggle {
        display: block;
    }
#global-nav ul li a {
    margin: 0px 0px 0px 0px !important;
    border-top: solid 1px #111;
	opacity: 1.0 ;
}
#global-nav ul li a:hover{
    color:#cccccc !important;
    border-top: solid 1px #111;
}

.shopsgroup_sp{
    width: 100%;
    display: block;
    color: #111;
    padding: 0px 0 20px;
}
.shopsgroup_sp a{
    margin: 0 8px;
}
.snsgroup_sp{
    width: 100%;
    display: block;
    color: #111;
    padding: 20px 0;
    border-top: solid 1px #111;
}


    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav-toggle span:nth-child(2) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

}
