@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: 'こぶりなゴシック W3 JIS2004', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #231815;
    font-size : 16px;
    letter-spacing: .08em;
    background-color:#fff;
    background-position: center;
    background-attachment: fixed;
    -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: #0058aa; text-decoration: none;}
.is_pc a:hover,
.is_pc a.touch{ color: #e11c56;}

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

.current,
.current a,
.disabled,
.disabled a,
.overlay,
#gnav,
a, img{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

img{ height: auto; backface-visibility: hidden; -webkit-backface-visibility: hidden;}
a img{ transition: opacity .15s ease;}
.is_sp a img.touch,
.is_pc a img:hover{ transition: opacity .15s ease; 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;
}

.cart_btn{ text-indent: -9999px; font-size: 0;}

body.soon .section_detail .btn_cart{ display: none;}

.modal_detail{
    display: none;
}

#section_product .btn_cart{
    opacity: 0;
}

/* -------------------- font-face  --------------------*/
.ff_min{ font-family: "游明朝","YuMincho","Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif !important;}


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

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

#wrap{
    min-width: 1000px;
    margin: 0 auto;
}

#wrap.t01,
#wrap.t02{
    border: none;
}

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

#main_visual,
#contents_area,
#footer{ height: auto !important; display: block !important; overflow: hidden;}


/* --------------------------------------------------
*
    #header
*
-------------------------------------------------- */
#header{
}



/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    min-width: 1000px;
    padding: 45px 0 75px 0;
    text-align: center;
    background-color: #0058aa;
}

.t02 #footer{
    background-color: #e51c56;
}

#footer .staff{
    min-width: 600px;
    display: inline-block;
    text-align: left;
}

#footer .staff h5,
#footer .staff p{
    font-size: 14px;
    line-height: 1.714em;
    color: #fff;
}

#footer .modal_open{
    margin: 25px 0 0 0;
}

#footer .modal_open a{
    color: #fff;
    position: relative;
    transition: color .15s ease, opacity .15s ease;
}

#footer .modal_open .s{
    font-family: 'こぶりなゴシック W6 JIS2004';
    font-size: 70%;
}

#footer .modal_open a{
    padding-right: 30px;
}

#footer .modal_open a:before{
    content: '';
    width: 21px;
    height: 25px;
    display: block;
    background-image:url(../images/parts_arrow_right_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    position: absolute;
    top: -4px;
    right: 0;
    transition: opacity .15s ease;
}

#footer .modal_open a:after{
    content: '';
    width: 21px;
    height: 25px;
    display: block;
    opacity: 0;
    background-image:url(../images/parts_arrow_right_on.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    position: absolute;
    top: -4px;
    right: 0;
    transition: opacity .15s ease;
}

.is_pc #footer .modal_open a:hover,
.is_sp #footer .modal_open a.touch{
    color: #e11c56;
}


.is_pc #footer .modal_open a:hover:after,
.is_sp #footer .modal_open a.touch:after{
    opacity: 1;
}

.is_pc #footer .modal_open a:hover:before,
.is_sp #footer .modal_open a.touch:before{
    opacity: 0;
}


#footer .btn_banner_towel{
    margin: 80px 0 100px 0;
}

#footer .foot_share{
    margin: 0 0 50px 0;
}

#footer .foot_share img{
    width: auto;
    height: 21px;
    transition: opacity .15s ease;
}

#footer .foot_share li{
    margin: 0 23px;
    display: inline-block;
}

#footer .foot_share li a{
    display: block;
    height: 21px;
    position: relative;
}

#footer .foot_share li a:after{
    content: '';
    width: 100%;
    height: 21px;
    display: block;
    opacity: 0;
    background-size: auto 21px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .15s ease;
}

#footer .foot_share li.tw a:after{ background-image:url(../images/parts_share_tw_on.png);}
#footer .foot_share li.fb a:after{ background-image:url(../images/parts_share_fb_on.png);}
#footer .foot_share li.mail a:after{ background-image:url(../images/parts_share_mail_on.png);}
#footer .foot_share li.home a:after{ background-image:url(../images/parts_share_home_on.png);}
#footer .foot_share li.store a:after{ background-image:url(../images/parts_share_store_top_on.png);}


.is_pc #footer .foot_share a:hover:after,
.is_sp #footer .foot_share a.touch:after{
    opacity: 1;
}

.is_pc #footer .foot_share a:hover img,
.is_sp #footer .foot_share a.touch img{
    opacity: 0;
}

#footer .copyright{
    margin: 0 0 10px 0;
}

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


.btn_pagetop{
    width: 48px;
    height: 48px;
    opacity: 0;
    position: fixed;
    bottom: 5px;
    right: 0;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 0);
    transition: opacity .15s ease, bottom .15s ease, visibility 0s ease .15s;
    visibility: hidden;
    z-index: 0;
}

.btn_pagetop a{
    width: 48px;
    height: 48px;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    background-image:url(../images/btn_pagetop.png);
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .15s ease;
    position: relative;
    right: 15px;
}

.btn_pagetop.on{
    opacity: 1;
    visibility: visible;
    bottom: 15px;
    z-index: 1;
    transition: opacity .15s ease .15s, bottom .15s ease .15s, visibility 0s ease .0s;
}

.btn_pagetop a:after{
    content: '';
    width: 48px;
    height: 48px;
    display: block;
    opacity: 0;
    background-image:url(../images/btn_pagetop_on.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .15s ease;
}

.btn_pagetop:hover a:after{
    opacity: 1;
}


/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    min-width: 1000px;
    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;
    display: inline-block;
}

#modal_data img{
    width: 100%;
    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;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease;
}

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



/* --------------------------------------------------
*
    .m_profile
*
-------------------------------------------------- */
.m_profile{
    text-align: left;
}

.m_profile h3{
    margin: 0 0 35px 0;
    font-size: 21px;
    font-family: '秀英丸ゴシック B';
    letter-spacing: .12em;
}

.m_profile h3 .ruby{
    margin: 0 0 5px 0;
    font-family: 'こぶりなゴシック W6 JIS2004';
    display: block;
    font-size: 12px;
    letter-spacing: .08em;
}

.m_profile p{
    margin: 0 0 20px 0;
    font-family: 'こぶりなゴシック W6 JIS2004';
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 1.75em;
}

.is_pc .m_profile a:hover,
.is_sp .m_profile a.touch{
    padding: 0 0 2px 0;
    border-bottom: 1px solid #e11c56;
}

/* --------------------------------------------------
*
    .m_item
*
-------------------------------------------------- */
.m_item{
    text-align: left;
}

.m_item li{
    margin: 0 0 90px 0;
}

.m_item li:last-child{
    margin: 0;
}

.m_item h3{
    margin: 0 0 20px 0;
    font-size: 16px;
    font-family: '秀英丸ゴシック B';
    letter-spacing: .12em;
}

.m_item h3 .color{
    margin: 10px 0 0 0;
    font-size: 20px;
    font-family: '秀英丸ゴシック B';
    letter-spacing: .12em;
    display: block;
}

.m_item p{
    font-family: 'こぶりなゴシック W6 JIS2004';
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 2em;
}

.is_pc .m_item a:hover,
.is_sp .m_item a.touch{
    padding: 0 0 2px 0;
    border-bottom: 1px solid #0058aa;
}



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




/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 480px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
/* --------------------------------------------------
*
    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 !important;}
img.pc{ display: none !important;}
.switch_pc{ display: none !important;}

#wrap{
    background-color: #fff;
    overflow-x: hidden;
}


/* --------------------------------------------------
*
    #gnav
*
-------------------------------------------------- */
#mv{
    margin: 0 auto;
    padding: 5px 0 0 0;
    position: relative;
    text-align: center;
}

#mv .logo_hobo{
    margin: 0 0 10px 0;
    z-index: 1;
}

#mv .logo_hobo img{
    width: 40%;
    height: auto;
}

#mv h1{
    margin: 0 0 12px 0;
    padding: 0 20px;
    z-index: 1;
}

#mv h1 img{
    width: 100%;
    height: auto;
}

#gnav{
    font-family: 'こぶりなゴシック W6 JIS2004';
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    letter-spacing: .06em;
}

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

#gnav ul{
    width: 100%;
    display: table;
}

#gnav li{
    width: 33.333%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    line-height: 1em;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #0058a6;
    transition: background .15s ease;
}

.is_pc #gnav li:hover,
.is_sp #gnav li.touch{
    background-color: #e11c56;
}

#gnav li:last-child{
    border: none;
}

#gnav li a{
    height: 100%;
    padding: 6px 5px;
    display: block;
    font-size: 9px;
    color: #fff;
    position: relative;
    transition: color .15s ease;
    letter-spacing: 0 !important;
}

#gnav .profile a{
    position: relative;
    transition: color .15s ease;
}

#gnav .profile .s{
    font-family: 'こぶりなゴシック W6 JIS2004';
    font-size: 70%;
}




/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    padding: 30px 15px;
    text-align: center;
    background-color: #0058aa;
}

.t02 #footer{
    background-color: #e51c56;
}

#footer .staff{
    text-align: left;
}

#footer .staff h5,
#footer .staff p{
    font-size: 13px;
    line-height: 1.8em;
    color: #fff;
}

#footer .modal_open{
    margin: 20px 0 0 0;
}

#footer .modal_open a{
    color: #fff;
    position: relative;
    transition: color .15s ease, opacity .15s ease;
}

#footer .modal_open .s{
    font-family: 'こぶりなゴシック W6 JIS2004';
    font-size: 70%;
}

#footer .modal_open a{
    padding-right: 26px;
}

#footer .modal_open a:before{
    content: '';
    width: 21px;
    height: 25px;
    display: block;
    background-image:url(../images/parts_arrow_right_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    position: absolute;
    top: -6px;
    right: 0;
    transition: opacity .15s ease;
}

#footer .modal_open a:after{
    content: '';
    width: 21px;
    height: 25px;
    display: block;
    opacity: 0;
    background-image:url(../images/parts_arrow_right_on.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    position: absolute;
    top: -6px;
    right: 0;
    transition: opacity .15s ease;
}

.is_pc #footer .modal_open a:hover,
.is_sp #footer .modal_open a.touch{
    color: #e11c56;
}


.is_pc #footer .modal_open a:hover:after,
.is_sp #footer .modal_open a.touch:after{
    opacity: 1;
}

.is_pc #footer .modal_open a:hover:before,
.is_sp #footer .modal_open a.touch:before{
    opacity: 0;
}


#footer .btn_banner_towel{
    margin: 20px 0 35px 0;
}

#footer .btn_banner_towel img{
    width: 100%;
    height: auto;
}

#footer .foot_share{
    margin: 0 0 30px 0;
    text-align: center;
}

#footer .foot_share img{
    width: auto;
    height: 21px;
    transition: opacity .15s ease;
}

#footer .foot_share ul{
    display: inline-block;
    text-align: left;
}

#footer .foot_share li{
    margin: 0 40px 35px 40px;
    display: block;
}

#footer .foot_share li a{
    display: block;
    height: 21px;
    position: relative;
}

#footer .foot_share li a:after{
    content: '';
    width: 100%;
    height: 21px;
    display: block;
    opacity: 0;
    background-size: auto 21px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .15s ease;
}

#footer .foot_share li.tw a:after{ background-image:url(../images/parts_share_tw_on.png);}
#footer .foot_share li.fb a:after{ background-image:url(../images/parts_share_fb_on.png);}
#footer .foot_share li.mail a:after{ background-image:url(../images/parts_share_mail_on.png);}
#footer .foot_share li.home a:after{ background-image:url(../images/parts_share_home_on.png);}
#footer .foot_share li.store a:after{ background-image:url(../images/parts_share_store_top_on.png);}


.is_pc #footer .foot_share a:hover:after,
.is_sp #footer .foot_share a.touch:after{
    opacity: 1;
}

.is_pc #footer .foot_share a:hover img,
.is_sp #footer .foot_share a.touch img{
    opacity: 0;
}

#footer .copyright img{
    width: 180px;
    height: auto;
}


.btn_pagetop{
    width: 32px;
    height: 32px;
    opacity: 0;
    position: fixed;
    bottom: 5px;
    right: 0;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 0);
    transition: opacity .15s ease, bottom .15s ease, visibility 0s ease .15s;
    visibility: hidden;
    z-index: 0;
}

.btn_pagetop a{
    width: 32px;
    height: 32px;
    display: block;
    background-image:url(../images/btn_pagetop.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate3d(0, 0, 0);
    transition: opacity .15s ease;
    position: relative;
    right: 10px;
}

.btn_pagetop.on{
    opacity: 1;
    visibility: visible;
    bottom: 15px;
    z-index: 1;
    transition: opacity .15s ease .15s, bottom .15s ease .15s, visibility 0s ease .0s;
}

.btn_pagetop a:after{
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    opacity: 0;
    background-image:url(../images/btn_pagetop_on.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .15s ease;
}

.btn_pagetop:hover a:after{
    opacity: 1;
}


/* --------------------------------------------------
*
    #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: 0;
}

#modal_data img{
    width: 100%;
    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;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease;
}

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

#modal_data{
    text-align: center;
}



/* --------------------------------------------------
*
    .m_profile
*
-------------------------------------------------- */
.m_profile{
    padding: 40px 15px 40px 15px;
    text-align: left;
}

.m_profile h3{
    margin: 0 0 25px 0;
    font-size: 21px;
    font-family: '秀英丸ゴシック B';
    letter-spacing: .12em;
}

.m_profile h3 .ruby{
    margin: 0 0 5px 0;
    font-family: 'こぶりなゴシック W6 JIS2004';
    display: block;
    font-size: 12px;
    letter-spacing: .08em;
}

.m_profile p{
    margin: 0 0 20px 0;
    font-family: 'こぶりなゴシック W6 JIS2004';
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.75em;
}

.is_pc .m_profile a:hover,
.is_sp .m_profile a.touch{
    padding: 0 0 2px 0;
    border-bottom: 1px solid #0058aa;
}

/* --------------------------------------------------
*
    .m_item
*
-------------------------------------------------- */
.m_item{
    padding: 30px 15px 65px 15px;
    text-align: left;
}

.m_item li{
    margin: 0 0 30px 0;
}

.m_item li:last-child{
    margin: 0;
}

.m_item h3{
    margin: 0 0 10px 0;
    font-size: 15px;
    font-family: '秀英丸ゴシック B';
    letter-spacing: .05em;
    line-height: 1.8em;
}

.m_item h3 .color{
    font-size: 18px;
    font-family: '秀英丸ゴシック B';
    letter-spacing: .05em;
    display: block;
}

.m_item p{
    font-family: 'こぶりなゴシック W6 JIS2004';
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 2em;
}

.is_pc .m_item a:hover,
.is_sp .m_item a.touch{
    padding: 0 0 2px 0;
    border-bottom: 1px solid #0058aa;
}



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




/* ------------------------------------------------------------
*
    .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;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.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;}

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

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

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

.slick-dots li,
.slick-dots li button{
    width: 12px;
    height: 12px;
    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: 12px;
    height: 12px;
    border-radius: 12px;
    border: 1px solid #0058a6;
    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{
    background-color: #0058a6;
    opacity: 1;
}

}


/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 480px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
.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: 10px !important;
    z-index: 3;
}

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

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

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

.slick-dots li button:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 1px solid #0058a6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    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{
    background-color: #0058a6;
    opacity: 1;
}

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