@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: "Hiragino Mincho ProN", "YuMincho","Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif !important;
    color: #000;
    font-size : 15px;
    letter-spacing: .075em;
    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: #142350;}

.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;}

.is_sp a img.touch,
.is_pc 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;
}

a.bdb{
    display: inline-block;
    position: relative;
}

a.bdb:before{
    content: '';
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #000;
    position: absolute;
    left: 0;
    bottom: 2px;
    transition: opacity .15s ease 0s, bottom .15s ease .0s;
}

.is_pc a.bdb:hover:before,
.is_sp a.bdb.touch:before{
    width: 100%;
    opacity: 0;
    transition: opacity .15s ease .05s, bottom .15s ease .05s;
    bottom: -1px;
}

.is_pc #foot_share .line{ display: none;}
.fixed{ position: fixed !important;}

.ib{ display: inline-block;}

/* -------------------- font-face  --------------------*/
.ff_w2{ font-weight: 200; }
.ff_w3{ font-weight: 300; }
.ff_w4{ font-weight: 400; }
.ff_w5{ font-weight: 500; }
.ff_w6{ font-weight: 600; }
.ff_w7{ font-weight: 700; }
.ff_w8{ font-weight: 800; }


@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;}


#header h1{ display: none !important;}
#head .season img{ width: auto !important; height: 13px;}
#gnav_lineup{
    display: none !important;
}

/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    min-width: 1000px;
    margin: 20px 0 0 0;
    border-top: 1px solid #9c9c9c;
    display: block !important;
}

#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: #71A9CA;
    overflow: hidden;
    color: #fff;
}

#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 -30px 0;
}

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

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

.foot_container {
    display:-ms-flexbox;
    display: flex;   
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.footer__links-store {
    padding-top: 1.5em;
    text-align: right;
}

.footer__links-store li {
    line-height: 1.6;
}

.footer__links-store li:nth-child(3) {
    margin-bottom: 1em;
}

.footer__links-store li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

    
} /* ----- 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 !important;}

#wrap{
    overflow: hidden;
}


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

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

#head .season img{ width: auto !important; height: 11px;}

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

#header.on{
    width: 100%;
}

#gnav{
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: none;
    opacity: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    letter-spacing: .1em;
    position: relative;
    top: 0;
    right: 0;
    z-index: 10;
}

#gnav_inner{
    height: 100% !important;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    display: block !important;
}

#gnav_inner ul{
    background-color: #fff;
    position: relative;
}

#gnav_inner li{
    width: 100%;
    position: relative;
    font-size: 14px;
}

#gnav_inner .logo{ margin: 23px 0 10px 0 ;text-align: center;}
#gnav_inner .logo img{ width: 220px;}
#gnav_inner .season{ text-align: center;}
#gnav_inner .season img{ width: auto !important; height: 9px !important;}

#header h1{ display: none !important;}

#gnav li a{
    transition: opacity .15s ease 0s;
    text-decoration: none;
}

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

#gnav .common_nav{
    width: 100%;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #ddd;
    font-size: 0;
    letter-spacing: -.40em;
    display: none;
}

#gnav .common_nav li{
    width: 33.333%;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
}

#gnav .common_nav li .dl{ display: none;}

#gnav .common_nav li a{
    height: 40px;
    line-height: 40px;
    display: block;
    position: relative;
    color: #000;
    white-space: nowrap;
    font-size: 13px;
    text-decoration: none;
}

#gnav .common_nav li a img{
    width: 84px;
}

#gnav_lineup{
    margin: 0 auto 20px auto;
    clear: both;
    text-align: center;
}

#gnav_lineup h2{
    margin: 10px 0 10px 0;
    line-height: 0;
}

#gnav_lineup h2 img{ width: auto; height: 19px;}

#gnav_lineup .sub{
    margin: 0 0 10px 0;
    padding: 0 15px;
    font-size: 11px;
    display: inline-block;
    position: relative;
}

#gnav_lineup .sub.ti{
    padding-right: 10px;
}

#gnav_lineup .sub:before{
    content: '';
    width: 10px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

#gnav_lineup .sub:after{
    content: '';
    width: 10px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}

#gnav_lineup ul{
    clear: both;
    padding: 0 10px;
    font-size: 0;
    letter-spacing: -.40em;
    text-align: left;
}

#gnav_lineup li{
    width: 50%;
    padding: 0 5px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-align: center;
    position: relative;
}

#gnav_lineup li .img{
    margin: 0 0 10px 0;
}

#gnav_lineup li h3{
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 1.642em;
    letter-spacing: 0;
}

#gnav_lineup li img{
    width: 100%;
    max-width: 180px;
    height: auto;
    opacity: 1 !important;
}

#gnav_lineup li{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180px;
    transition: opacity .15s ease 0s;
}

#gnav_lineup li.blank{ display: none !important;}

.is_sp #gnav_lineup li.touch,
.is_pc #gnav_lineup li:hover{ transition: opacity .15s ease .1s; opacity: .7;}


/*
    .gnav_ico
*/
#header .gnav_ico{
    width: 50px;
    height: 50px;
    position: fixed;
    background-color: #fff;
    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 #333;
    position: absolute;
    top: 16px;
    right: 14px;
}

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

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

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

/* 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 .17s, transform .13s ease-out .17s;
}

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

#header .gnav_ico.on span.mid{
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: opacity 0s ease .17s;
}

/* 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 0s ease .13s;
}

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



/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    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: #71A9CA;
    overflow: hidden;
    color: #fff;
}

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

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

#foot_staff p{
    font-size: 12px;
    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;
}

.foot_container {
    display:-ms-flexbox;
    display: flex;   
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.footer__links-store {
    padding-top: 1.5em;
    text-align: left;
    padding-bottom: 50px;
}

.footer__links-store li {
    line-height: 1.6;
}

.footer__links-store li:nth-child(3) {
    margin-bottom: 1em;
}

.footer__links-store li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

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


/* ------------------------------------------------------------
*
    .img_slider
     -> Setting jQuery Plugin slick.min.js
*
------------------------------------------------------------ */
.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:''}.slick-next:before,[dir=rtl] .slick-prev:before{content:'';}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:''}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'';text-align:center;opacity:.25;color:#000}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;min-height:1px}[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block; width: 900px;}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.img_slider{ opacity: 0;}

#sec_product #cart a.cart_btn {
    text-decoration: none;
}

@media screen and (min-width : 641px){
.slick-dotted.slick-slider{ margin: 0;}

.slick-dots{
    width: 100% !important;
    min-width: 900px;
    display: table !important;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: inherit !important;
    bottom: -18px;
    z-index: 3;
}

.slick-dots li{
    margin: 0 8px;
}

.slick-dots li,
.slick-dots li button{
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 0;
    border-radius: 10px;
    outline: none;
    position: relative;
}

button::-moz-focus-inner {
    border: 0;
}

.slick-dots li button:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #c9caca;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.is_sp .slick-dots li.touch button:before,
.is_pc .slick-dots li:hover button:before,
.slick-dots li.slick-active button:before{
    box-sizing: border-box;
    border: 1px solid #000;
    background-color: #fff;
    opacity: 1;
}

}


/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
.slick-dotted.slick-slider{ margin: 0;}

.slick-dots{
    width: 100% !important;
    display: table !important;
    text-align: center;
    vertical-align: middle;
    position: absolute !important;
    left: 0;
    top: inherit !important;
    bottom: -18px !important;
    z-index: 3;
}

.slick-dots li{
    margin: 0 6px;
}

.slick-dots li,
.slick-dots li button{
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 0;
    border-radius: 8px;
    outline: none;
    position: relative;
}

button::-moz-focus-inner {
    border: 0;
}

.slick-dots li button:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #c9caca;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.is_sp .slick-dots li.touch button:before,
.is_pc .slick-dots li:hover button:before,
.slick-dots li.slick-active button:before{
    box-sizing: border-box;
    border: 1px solid #000;
    background-color: #fff;
    opacity: 1;
}

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