@charset "UTF-8";

@media screen and (min-width: 769px) {
/* 共通用のスタイル記述 */
.inner {
	width:1020px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: 0px;
    position: absolute;
    width: 100%;
    margin: 80px auto 0px;
    padding: 0px 0px 0px 0px;
    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_top{
    text-align: center;
}

#top-head .logo {
    text-align: center;
    display: none;
}
.logo a:hover{
    opacity: 0.5;
}
#global-nav ul {
    margin: 100px 0px 0px 0px;
    list-style: none;
    position: static;
    text-align: center;
}
#global-nav ul li {
    float: none;
    display: inline;
}
#global-nav ul li a {
    margin: 0px 24px 0px 24px;
	padding: 0px 0px 4px 0px;
	opacity: 0.5 ;
    font-size: 21px;
	letter-spacing:0.05em;
}
#global-nav ul li a:hover{
	padding: 0px 0px 4px 0px;
	opacity: 1.0 ;
}
#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: 4px;
    width: 100%;
    background: #111;
    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: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

}




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





@media screen and (max-width: 768px) {
/* 共通用のスタイル記述 */
.inner {
	width:1020px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: 0px;
    position: absolute;
    width: 100%;
    margin: 50px auto 0px;
    padding: 0px 0px 0px 0px;
    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_top{
    text-align: center;
}

#top-head .logo {
    text-align: center;
    display: none;
}
.logo a:hover{
    opacity: 0.5;
}
#global-nav ul {
    margin: 36px 0px 0px 0px;
    list-style: none;
    position: static;
    text-align: center;
}
#global-nav ul li {
    float: none;
    display: inline;
}
#global-nav ul li a {
    margin: 0px 24px 0px 24px;
	padding: 0px 0px 4px 0px;
	opacity: 0.5 ;
    font-size: 21px;
    font-weight: bold;
	letter-spacing:0.05em;
}
#global-nav ul li a:hover{
	padding: 0px 0px 4px 0px;
	opacity: 1.0 ;
}
#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: 2px;
    width: 100%;
    background: #111;
    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: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* スマホ用記述 */
#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: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head .logo_top{
    text-align: center;
    display: none;
}
    #top-head.fixed .logo,
    #top-head .logo {
        display:block;
        position: absolute;
        left: 5%;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
.logo a:hover{
    opacity: 0.7;
}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background-color: rgba(0,0,0,0.8);
        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 {
        margin: 0px 0px 0px 0px;
        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: #fff;
        padding: 24px 0;
    }
    #nav-toggle {
        display: block;
    }
#global-nav ul li a {
    margin: 0px 0px 0px 0px !important;
    border-bottom: solid 1px #999999;
	opacity: 1.0 ;
    font-size: 18px;
    font-weight: normal;
	letter-spacing:0.05em;
}
#global-nav ul li a:hover{
    color:#cccccc !important;
    border-bottom: solid 1px #999999;
}
#global-nav ul li.yet {
    width: 100%;
    display: block;
    color: #fff;
    padding: 24px 0;
    margin: 0px 0px 0px 0px !important;
    border-bottom: solid 1px #999999;
	opacity: 0.3 ;
}


    /* #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) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        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);
    }

}
