@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    appetizer.css
*
*
------------------------------------------------------------------------------------------ */

.line{ display: inline-block !important;}

@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#head{
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 2;
}

#head h1{
    max-width: 1120px;
    min-width: 1000px;
    margin: 0 auto;
    opacity: 1 !important;
}

#head h1 img{
    width: 450px;
    opacity: 1 !important;
}

/* --------------------------------------------------
*
    #header
*
-------------------------------------------------- */
#header{
    width: 100%;    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100% !important;
}

#header.on{
    height: 100%;
}

#header_inner{
    width: 100%;
    height: 100% !important;
    min-width: 1000px;
    margin: 0 auto;
    position: relative;
}

#gnav{
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    display: none;
    opacity: 0;
    box-sizing: border-box;
    color: #000;
    letter-spacing: .1em;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

#gnav_inner{
    width: 100%;
    height: 100% !important;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    display: table !important;
}

#nav_wrap{
    padding: 40px 0;
    display: table-cell;
    vertical-align: middle;
}

#gnav ul{
    position: relative;
}

#gnav li{
    width: 100%;
    position: relative;
}

#gnav li:last-child{
    margin: 0;
}

#gnav li a{
    color: #fff;
    transition: opacity .15s ease 0s;
}

.is_sp #gnav li a.touch,
.is_pc #gnav li a:hover{
    opacity: .6;
    transition: opacity .15s ease .1s;
}

#gnav_lineup{
    margin: 0 0 40px 0;
    font-size: 15px;
    color: #fff;
}

#gnav_lineup h3{
    font-size: 13px;
    margin: 0 0 25px 0;
    padding: 0 0 2px 0;
    color: #ccc;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}

#gnav_lineup ul{
    margin: 0 0 40px 0;
}

#gnav_lineup li{
    margin: 0 0 25px 0;
}

#common_nav{
    max-width: 320px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    border-top: 1px dashed #888;
    font-size: 13px;
}

#common_nav li{
    margin: 0 0 20px 0;
}

/*
    .gnav_ico
*/
#header .gnav_ico_wrap{
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
    position: relative;
}

#header .gnav_ico{
    width: 58px;
    height: 54px;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    text-align: right;
    display: block;
    top: 17px;
    right: 25px;
    cursor: pointer;
    z-index: 100;
}

#header .gnav_ico span{
    border-radius: 3px;
}

#header .gnav_ico span.top{
    width: 30px;
    border-top: 2px solid #fff;
    position: absolute;
    top: 16px;
    right: 14px;
}

#header .gnav_ico span.mid{
    content: '';
    display: block;
    width: 30px;
    border-top: 2px solid #fff;
    position: absolute;
    top: 26px;
    right: 14px;
}

#header .gnav_ico span.btm{
    content: '';
    display: block;
    width: 30px;
    border-top: 2px solid #fff;
    position: absolute;
    top: 36px;
    right: 14px;
}

#header .gnav_ico.on span{
    border-color: #fff;
}

/* open */
#header .gnav_ico.on span.top{
    top: 26px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: top .17s ease, -webkit-transform .13s ease-out .23s, transform .13s ease-out .23s;
}

#header .gnav_ico.on span.btm{
    top: 26px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: top .17s ease, -webkit-transform .13s ease-out .23s, transform .13s ease-out .23s;
}

#header .gnav_ico.on span.mid{
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: opacity .15s ease .05s, right .15s ease 0s;
    right: 5px;
}

/* close */
#header .gnav_ico span.top{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top .17s ease .13s, -webkit-transform .13s ease-in, transform .13s ease-in;
}

#header .gnav_ico span.btm{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top .17s ease .13s, -webkit-transform .13s ease-in, transform .13s ease-in;
}

#header .gnav_ico span.mid{
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    transition: opacity .15s ease .2s, right .15s ease .23s;
}

#header .overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background-color: #000;
    opacity: .8;
    top: 0;
    left: 0;
    z-index: 1;
}



/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    padding: 65px 0 0 0;
    background-color: #fff;
    overflow: hidden;
}

#footer:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#footer .foot_inner{
    max-width: 1000px;
    min-width: 1000px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

#footer li img{
    width: 40px;
}

#footer li{
    margin: 0 20px;
    display: inline-block;
}

#footer #foot_hobo_nav li{
    margin: 0 15px;
}

#footer #foot_hobo_nav li a{
    transition: opacity .15s ease .0s;
}

.is_pc #footer #foot_hobo_nav li a:hover,
.is_sp #footer #foot_hobo_nav li a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#footer #foot_share{
    float: left;
    overflow: hidden;
}

#footer #foot_hobo_nav{
    padding: 12px 0 0 0;
    float: right;
    overflow: hidden;
}

#footer .copyright{
    margin: 120px 0 65px 0;
    text-align: center;
    clear: both;
}

#footer .copyright img{
    width: 202px;
}


} /* ----- min-width : 641px ----- */




/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
#head{
    height: 50px;
    margin: 0 0 0 0;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 2;
}

#head h1{
    display: inline-block;
    opacity: 1 !important;
    position: relative;
    z-index: 10000;
}

.on #head h1{
    z-index: 0;
}

#head h1 img{
    width: auto; height: 35px;
    opacity: 1 !important;
}

.is_sp #head h1 img.touch,
.is_pc #head h1 img:hover{
    opacity: .7 !important;
}

.head .sp{ display: block !important;}
/* --------------------------------------------------
*
    #header
*
-------------------------------------------------- */
#header{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#header.on{
    height: 100%;
    min-height: 100vh;
}

.is_sp #header.on{
    height: 100vh;
}

#header_inner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.on #header_inner{
    height: 100% !important;
    min-height: 100vh;
}

#gnav{
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    box-sizing: border-box;
    color: #000;
    letter-spacing: .1em;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

#gnav_inner{
    width: 100%;
    height: 100% !important;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    display: table !important;
}

#nav_wrap{
    padding: 40px;
    display: table-cell;
    vertical-align: middle;
}

#gnav ul{
    position: relative;
}

#gnav li{
    width: 100%;
    position: relative;
}

#gnav li:last-child{
    margin: 0;
}

#gnav li a{
    color: #fff;
    transition: opacity .15s ease 0s;
}

.is_sp #gnav li a.touch,
.is_pc #gnav li a:hover{
    opacity: .6;
    transition: opacity .15s ease .1s;
}

#gnav_lineup{
    margin: 0 0 40px 0;
    font-size: 14px;
    color: #fff;
}

#gnav_lineup h3{
    font-size: 12px;
    margin: 0 0 25px 0;
    padding: 0 0 2px 0;
    color: #ccc;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}

#gnav_lineup ul{
    margin: 0 0 40px 0;
}

#gnav_lineup li{
    margin: 0 0 25px 0;
}

#common_nav{
    max-width: 320px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    border-top: 1px dashed #888;
    font-size: 12px;
}

#common_nav li{
    margin: 0 0 20px 0;
}


/*
    .gnav_ico
*/
#header .gnav_ico{
    width: 50px;
    height: 50px;
    position: fixed;
    background-color: rgba(255, 255, 255, .1);
    text-align: right;
    display: block;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 100;
}

#header .gnav_ico span{
    border-radius: 3px;
}

#header .gnav_ico span.top{
    width: 22px;
    border-top: 2px solid #fff;
    position: absolute;
    top: 16px;
    right: 14px;
}

#header .gnav_ico span.mid{
    content: '';
    display: block;
    width: 22px;
    border-top: 2px solid #fff;
    position: absolute;
    top: 23px;
    right: 14px;
}

#header .gnav_ico span.btm{
    content: '';
    display: block;
    width: 22px;
    border-top: 2px solid #fff;
    position: absolute;
    top: 30px;
    right: 14px;
}

#header .gnav_ico.on span{
    border-color: #fff;
}

/* open */
#header .gnav_ico.on span.top{
    top: 23px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: top .17s ease, -webkit-transform .13s ease-out .23s, transform .13s ease-out .23s;
}

#header .gnav_ico.on span.btm{
    top: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: top .17s ease, -webkit-transform .13s ease-out .23s, transform .13s ease-out .23s;
}

#header .gnav_ico.on span.mid{
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: opacity .15s ease .05s, right .15s ease 0s;
    right: 5px;
}

/* close */
#header .gnav_ico span.top{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top .17s ease .13s, -webkit-transform .13s ease-in, transform .13s ease-in;
}

#header .gnav_ico span.btm{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: top .17s ease .13s, -webkit-transform .13s ease-in, transform .13s ease-in;
}

#header .gnav_ico span.mid{
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    transition: opacity .15s ease .2s, right .15s ease .23s;
}

#header .overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background-color: #000;
    opacity: .8;
    top: 0;
    left: 0;
    z-index: 1;
}

.is_sp #header .overlay{
    height: 100vh;
}


/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    padding: 40px 0 0 0;
    background-color: #fff;
    overflow: hidden;
}

#footer:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#footer li img{
    width: 40px;
}

#footer ul{
    width: 100%;
    letter-spacing: -.40em;
    text-align: center;
}

#footer li{
    margin: 0 18px;
    display: inline-block;
    letter-spacing: normal;
}

#footer #foot_hobo_nav li{
    margin: 0 0 25px 0;
    display: block;
}

#footer #foot_hobo_nav li a{
    transition: opacity .15s ease .0s;
}

.is_pc #footer #foot_hobo_nav li a:hover,
.is_sp #footer #foot_hobo_nav li a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#footer #foot_share{
    margin: 0 0 35px 0;
    overflow: hidden;
}

#footer #foot_hobo_nav{
    margin: 0 0 20px 0;
    padding: 12px 0 0 0;
    overflow: hidden;
}

#footer .copyright{
    margin: 0 0 20px 0;
    text-align: center;
    clear: both;
}

#footer .copyright img{
    width: 202px;
}


} /* ----- max-width: 640px ----- */
