<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    common.css
*
*
------------------------------------------------------------------------------------------ */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

body{
    font-family: 'ヒラギノ明朝 W4 JIS2004', "YuMincho","Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif !important;
    color: #000;
    font-size : 15px;
    background-color:#fff;
    background-position: center;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    position: relative;
    z-index: 1;
}

body, html{
    width: 100%;
    height: 100%;
}

a, li, p, div, button{ outline: none !important; }
a{ color: #000; text-decoration: none;}

.indent_half_top{ position: relative; margin-left: -.5em !important;}
.indent_half{ position: relative; margin-left: -.5em;}

img{ height: auto; backface-visibility: hidden; -webkit-backface-visibility: hidden;}
a img{ transition: opacity .15s ease 0s;}
a img:hover{ transition: opacity .15s ease .05s; opacity: .7;}


a[target="_blank"]::after{
    margin: 0 3px 0 1px;
    font-family:'Hobonichi-Icons'!important;
    content: "\e914";
    font-size: 85%;
    position: relative;
    top: -3px;
}

a.ico_none[target="_blank"]::after{
    display: none;
}

.is_pc #foot_share .line{ display: none;}


/* -------------------- font-face  --------------------*/
.ff_w2{ font-family: 'ヒラギノ明朝 W2 JIS2004' !important; }
.ff_w3{ font-family: 'ヒラギノ明朝 W3 JIS2004' !important; }
.ff_w4{ font-family: 'ヒラギノ明朝 W4 JIS2004' !important; }
.ff_w5{ font-family: 'ヒラギノ明朝 W5 JIS2004' !important; }
.ff_w6{ font-family: 'ヒラギノ明朝 W6 JIS2004' !important; }
.ff_w7{ font-family: 'ヒラギノ明朝 W7 JIS2004' !important; }
.ff_w8{ font-family: 'ヒラギノ明朝 W8 JIS2004' !important; }


@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
    overflow: auto !important;
}

br.sp{ display: none;}
img.sp{ display: none;}
.switch_sp{ display: none;}

/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    margin: 110px 0 0 0;
    border-top: 1px solid #9c9c9c;
}

#foot_share{
    width: 500px;
    height: 40px;
    margin: 35px auto;
    position: relative;
}

#foot_share ul{
    float: right;
    position: relative;
}

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

#foot_share li{
    margin: 0 0 0 65px;
    display: inline-block;
}

#foot_share li img{
    width: 40px;
    height: auto;
}

#foot_share h4{
    height: 40px;
    font-size: 14px;
    letter-spacing: .075em;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

#foot_staff{
    padding: 40px 0 0 0;
    background-color: #d2cdd2;
    overflow: hidden;
}

#foot_staff .section_inner{
    width: 500px;
    margin: 0 auto;
}

#foot_staff h4{
    font-size: 14px;
    letter-spacing: .075em;
    line-height: 2.076em;
}

#foot_staff p{
    font-size: 13px;
    line-height: 2.076em;
    letter-spacing: .075em;
}

#foot_staff .logo_hobo{
    margin: 35px 0 -40px 0;
}

#foot_staff .logo_hobo img{
    width: 162px;
}

#foot_staff .copyright{
    font-size: 11px;
    margin: 35px 0 105px 0;
}

/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    min-width: 900px;
    height: 100%;
    display: none;
    visibility: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_inner{
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    text-align: center;
    position: relative;
    top: 0;
    z-index: 2;
}

#modal_data{
    padding: 60px 60px 20px 60px;
    display: inline-block;
}

#modal_data img{
    width: 320px;
    height: auto;
}

#modal .overlay{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#modal .btn_close{
    width: 42px;
    height: 42px;
    background-image:url(../images/parts_modal_close.png);
    background-repeat: no-repeat;
    background-size: 42px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease;
}

#modal .btn_close:hover{
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
}

#modal_data{
    margin: 0 0 45px 0;
    text-align: center;
}



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




/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
    z-index: 10;
    overflow-x: hidden;
    font-size: 15px;
}

body, html{
    width: 100%;
    min-width: 100%;
}

br{ display: none;}
br.sp{ display: inherit;}
img.pc{ display: none;}
.switch_pc{ display: none;}

#wrap{
    overflow: hidden;
}

/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    margin: 40px 0 0 0;
    border-top: 1px solid #9c9c9c;
}

#foot_share{
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    position: relative;
}

.is_pc #foot_share{
    padding: 0;
}

#foot_share ul{
    margin: 0 0 30px 0;
    position: relative;
    letter-spacing: -.40em;
    text-align: center;
}

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

#foot_share li{
    width: 25%;
    display: inline-block;
    letter-spacing: normal;
}

.is_pc #foot_share li{
    width: 33.333%;
}

#foot_share li img{
    width: 40px;
    height: auto;
}

#foot_share h4{
    margin: 25px 0;
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: .075em;
}

.is_pc #foot_share h4{
    padding: 0 30px;
}

#foot_staff{
    padding: 40px 0 0 0;
    background-color: #d2cdd2;
    overflow: hidden;
}

#foot_staff .section_inner{
    padding: 0 30px;
    margin: 0 auto;
}

#foot_staff h4{
    font-size: 14px;
    letter-spacing: .075em;
    line-height: 2.076em;
}

#foot_staff p{
    font-size: 13px;
    line-height: 2.076em;
    letter-spacing: .075em;
}

#foot_staff .logo_hobo{
    margin: 35px 0 -20px 0;
}

#foot_staff .logo_hobo img{
    width: 162px;
}

#foot_staff .copyright{
    font-size: 11px;
    margin: 25px 0 35px 0;
}


/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    height: 100%;
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_inner{
    margin: 0 20px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    background-color: #fff;
    text-align: left;
    position: relative;
    top: 0;
    z-index: 2;
}

#modal_data{
    padding: 40px;
}

.on_modal #modal_data{
    padding: 40px 20px;
}

#modal_data img{
    width: 100%;
    max-width: 280px;
    height: auto;
}

#modal .overlay{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#modal .btn_close{
    width: 30px;
    height: 30px;
    background-image:url(../images/parts_modal_close.png);
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease;
}

#modal .btn_close:hover{
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
}

#modal_data{
    text-align: center;
}



} /* ----- max-width: 640px ----- */</pre></body></html>