@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: '秀英角ゴシック銀 L', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #15351a;
    font-size : 16px;
    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: #15351a; text-decoration: none; -webkit-tap-highlight-color:rgba(0,0,0,0);}

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

.current,
.current a,
.disabled,
.disabled a,
.overlay,
#gnav{
    -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: .8;}

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

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


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

/* -------------------- font-face  --------------------*/
.ff_b{ font-family: '秀英角ゴシック銀 B' !important;}
.ff_min{ font-family: 'リュウミン M-KL', serif !important;}
.ff_min-r{ font-family: 'リュウミン R-KL', serif !important;}


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

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


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

#wrap{
    display: inherit !important;
}

#contents{
    min-width: 1000px;
    padding: 80px 0 0 0;
    background-color: #fff;
    overflow: hidden;
}

#contents_inner{
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
    background-color: #fff;
} 


/* --------------------------------------------------
*
    header
*
-------------------------------------------------- */
header{
    width: 100%;
    min-width: 1000px;
    height: 80px;
    background-color: #15351a;
    position: fixed;
    left: 0;
    z-index: 1000;
}

#home header{
    opacity: 0;
    transform: translateY(-25px);
    transition: opacity .15s ease, transform .15s ease;
}

#home header.fix{
    opacity: 1 !important;
    transform: translateY(0);
    position: fixed;
    top: 0;
}

header.sub{ height: 115px;}

#header_inner{
    min-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

header #gnav{ position: relative;}

header h1{
    height: 80px;
    position: absolute;
    left: 50px;
    z-index: 2;
}

header h1 img{
    width: calc(431px * .6);
    background-color: #15351a;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

header.sub h1{
    width: 36%;
    min-width: 360px;
    max-width: 431px;
    height: 115px;
    left: 2%;
}

header.sub h1 img{
    width: 100%;
}

header #nav_wrap{
    height: auto !important;
    display: inherit !important;
    opacity: 1 !important;
}

header .common_nav{
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
}

header .common_nav ul{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .common_nav li{
    height: 100%;
    height: 80px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
}

header .common_nav li a{
    height: 80px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    transition: opacity .15s ease;
}

header .common_nav li a:hover,
header .common_nav li a.touch{
    opacity: .7;
}

header .common_nav li img{
    width: auto;
    height: calc(3 * ((100vw - 1000px) / 600) + 17px);
    background-color: #15351a;
    max-height: 20px;
    min-height: 18px;
    vertical-align: middle;
    opacity: 1 !important;
}


header.sub #gnav_inner{
    width: 100%;
    min-width: 1000px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
}

header.sub .common_nav{
    width: 20%;
    min-width: 220px;
    max-width: 260px;
    height: 115px;
    position: static !important;
}

header.sub .common_nav ul{
    height: 115px;
    flex-wrap: wrap;
}

header.sub .common_nav li{
    width: 100%;
    height: 25%;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    box-sizing: border-box;
}

header.sub .common_nav li a{
    width: 100%;
    height: 100%;
    padding: 0 0 0 25px;
    box-sizing: border-box;
}

header.sub .common_nav li:last-child{ border-bottom: none;}

header.sub .common_nav li img{
    width: auto;
    height: 18px;
    background-color: #15351a;
    vertical-align: middle;
}

header .content_nav{
    width: 35%;
    max-width: 640px;
    min-width: 380px;
    height: 115px;
}

header .content_nav ul{
    height: 115px;
    display: flex;
    flex-wrap: wrap;
}

header .content_nav li{
    width: calc(100% / 3);
    height: 50%;
    display: flex;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    box-sizing: border-box;
}

header .content_nav li.b_none{ border-bottom: none;}

header .content_nav li a{
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity .15s ease;
}

header .content_nav li a:hover,
header .content_nav li a.touch{
    opacity: .7;
}

header .content_nav li img{
    width: auto;
    height: calc(10 * ((100vw - 1120px) / 480) + 12px);
    background-color: #15351a;
    max-height: 23px;
    min-height: 18px;
    vertical-align: middle;
    opacity: 1 !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    min-width: 1000px;
    background-color: rgba(255, 255, 255, .8);
}

footer .inner{
    width: 1000px;
    padding: 40px 25px;
    margin: 0 auto;
    box-sizing: border-box;
}

footer .info,
footer .staff{
    display: flex;
    justify-content: space-between;
}

footer .col_l,
footer .col_r{
    width: 50%;
    box-sizing: border-box;
}

footer .col_r{ padding: 0 0 0 35px;}

footer .col_l h4 img{
    width: calc(714px / 2);
}

footer dt,
footer dd .notes{
    font-family: '秀英角ゴシック銀 B' !important;
    font-size: 13px;
    letter-spacing: .2em;
    display: block;
}

footer dt{
    margin: 0 0 5px 0;
}

footer dd .notes{ margin: 0 0 0 0; letter-spacing: .1em !important;}

footer dd{
    margin: 0 0 2em 0;
    font-size: 17px;
    letter-spacing: .2em;
    line-height: 1.352em;
} 

footer .foot_credit{
    display: flex;
    justify-content: space-between;
}

footer .foot_credit div{
    width: 50%;
}

footer .foot_credit{
    padding: 0 0 40px 0;
}

footer .foot_credit dl{
    font-size: 14px;
}

footer .foot_credit h4{
    margin: 0 0 1.5em 0;
    font-size: 14px;
    font-family: '秀英角ゴシック銀 B' !important;
    line-height: 1.428em;
}
footer .foot_credit dt{
    letter-spacing: .05em;
    font-family: '秀英角ゴシック銀 B' !important;
}

footer .foot_credit dd{
    font-size: 14px;
    margin: 0 0 1.5em 0;
    letter-spacing: .05em;
    line-height: 1.428em;
}

footer .pagetop{
    margin: 0 0 10px 20px;
    display: inline-block;
    cursor: pointer;
}

footer .pagetop img{
    width: calc(490px / 2);
    cursor: pointer;
}

.is_pc footer .pagetop:hover img,
.is_sp footer .pagetop.touch img{
    opacity: .7;
}

footer #btm_banner{
    padding: 25px 0 35px 0;
}

footer #btm_banner ul{
    display: flex;
    justify-content: space-between;
}

footer #btm_banner li{
    width: 50%;
}

footer #btm_banner li:last-child{
    padding: 0 0 0 70px;
}

footer #btm_banner li .img{
    overflow: hidden;
    line-height: 0;
    position: relative;
}

footer #btm_banner li .img:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .45);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity .15s ease;
}

footer #btm_banner li a:hover .img:after{
    opacity: 1;
}

footer #btm_banner li img{
    width: calc(271px / 2);
    opacity: 1 !important;
}

footer #btm_banner li a{
    display: flex;
}

footer #btm_banner li h5{
    padding: 35px 0 0 45px;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 1.55em;
    transition: color .15s ease;
    position: relative;
    white-space: nowrap;
}

footer #btm_banner li h5 .s{
    font-size: 15px;
}

footer #btm_banner li a:hover h5{
    color: #d00400;
}

footer #btm_banner li h5 .ico{
    position: absolute;
    top: 38px;
    left: 20px;
}

footer #btm_banner li h5 .ico .arrow_right{ width: 20px; height: 20px; fill: #15351a; transition: fill .15s ease;}
footer #btm_banner li a:hover .ico .arrow_right{ fill: #d00400;}

#foot_share{
    padding: 30px 0 35px 0;
    border-top: 3px solid #15351a;
    display: flex;
    justify-content: space-between;
}

#foot_share ul{
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

#foot_share ul li{
    margin: 0 20px;
}

#foot_share li img{
    width: auto;
    height: calc(145px / 2);
}

#foot_policy{
    text-align: center;
}

#foot_policy ul{
    display: flex;
    justify-content: center;
}

#foot_policy li{
    font-size: 10px;
    letter-spacing: .2em;
}

#foot_policy li a{
    transition: color .15s ease;
}

#foot_policy li a:hover{
    color: #d00400;
}

#foot_policy li:after{
    content: '／';
    margin: 0 1em;
}

#foot_policy li:last-child:after{ display: none;}

.copyright{
    margin: 10px 0 0 0;
    text-align: center;
}

.copyright img{
    width: calc(407px / 2);
}



#bg{
    width: 100%;
    height: 100vh;
    min-width: 1000px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#bg p{ visibility: hidden; }
#bg p.on{ visibility: visible; }

#bg .b01{
    width: 100%;
    height: 100vh;
    min-width: 1000px;
    background-image:url(../images/pic_bg_yodogawa.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
}

#bg .b02{
    width: 100%;
    height: 100vh;
    min-width: 1000px;
    background-image:url(../images/pic_bg_foot.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
}



} /* ----- 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 !important;}
img.pc{ display: none !important;}
.switch_pc{ display: none !important;}


#contents{
    padding: 40px 0 0 0;
    background-color: #fff;
    overflow: hidden;
}

#contents_inner{
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
} 


/* --------------------------------------------------
*
    header
*
-------------------------------------------------- */
.on #wrap{ display: none;}

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

#home header{
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s ease, opacity .2s ease;
}

#home header.fix{
    opacity: 1;
    visibility: visible;
}

.on header{
    min-height: 100vh;
    visibility: visible !important;
    opacity: 1 !important;
}

#home header h1{
    transform: translateY(-25px);
    transition: transform .2s ease;
}

.on header h1,
#home header.fix h1{
    transform: translateY(0) !important;
}

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

#header_inner h1{
    width: 100%;
    height: 45px;
    padding: 13px 0 0 20px;
    box-sizing: border-box;
    background-color: #15351a;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#header_inner h1 img{
    width: 150px;
}

#gnav{ display: none !important;}
.on #gnav{ display: block !important;}

#nav_wrap{
    width: 100%;
    opacity: 1 !important;
    position: relative;
    top: 45px;
    left: 0;
    z-index: 10;
    display: flex !important;
    flex-direction: column;
}

#gnav .common_nav{
    text-align: left;
}

#gnav .common_nav ul{
    border-bottom: 2px solid #15351a;
}

#gnav .common_nav li{
    border-top: 2px solid #15351a;
}

#gnav .common_nav li a{
    display: block;
    padding: 10px 15px;
    transition: opacity .15s ease;
    line-height: 0;
}

.is_pc #gnav .common_nav li a:hover,
.is_sp #gnav .common_nav li a.touch{
    opacity: .7;
}

#gnav .common_nav img{
    width: auto;
    height: 20px;
    opacity: 1 !important;
}



#gnav .content_nav{
    text-align: left;
}

#gnav .content_nav li{
    border-top: 2px solid #fff;
}

#gnav .content_nav li a{
    display: block;
    padding: 15px 20px;
    transition: opacity .15s ease;
    background-color: #15351a;
    line-height: 0;
}

.is_pc #gnav .content_nav li a:hover,
.is_sp #gnav .content_nav li a.touch{
    opacity: .7;
}

#gnav .content_nav img{
    width: auto;
    height: 15px;
    line-height: 0;
    opacity: 1 !important;
}


/*
    .gnav_ico
*/
header .gnav_ico{
    width: 65px;
    height: 65px;
    position: fixed;
    text-align: right;
    display: block;
    top: 5px;
    right: 0;
    cursor: pointer;
    z-index: 100;
    transition: transform .1s ease .0s;
}

header .gnav_ico span{
    border-radius: 0;
}

header .gnav_ico span.top{
    width: 25px;
    border-top: 2px solid #fff;
    position: absolute;
    top: 9px;
    right: 15px;
}

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

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

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

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

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

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

/* 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: #fff;
    opacity: 1;
    top: 45px;
    left: 0;
    z-index: 1;
}


.is_sp header .overlay{
    height: 100vh;
    min-height: 100vh;
}


/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
body.on footer{ display: none;}
footer{
    overflow: hidden;
    background-color: rgba(255, 255, 255, .8);
}

footer .inner{
    padding: 25px;
    margin: 0 auto;
    box-sizing: border-box;
}

footer .col_l,
footer .col_r{
    box-sizing: border-box;
}

footer .col_l h4{
    margin: 0 0 20px 0;
}

footer .col_l h4 img{
    width: calc(220 / 320 * 100vw);
    max-width: 320px;
}

footer dt,
footer dd .notes{
    font-family: '秀英角ゴシック銀 B' !important;
    font-size: 11px;
    letter-spacing: .2em;
    display: block;
}

footer dt{
    margin: 0 0 5px 0;
}

footer dd .notes{ margin: 0 0 0 0; letter-spacing: .1em !important;}

footer dd{
    margin: 0 0 2em 0;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.352em;
} 

footer .foot_credit{
}

footer .foot_credit{
    padding: 0 0 20px 0;
}

footer .foot_credit dl{
    font-size: 12px;
}

footer .foot_credit h4{
    margin: 0 0 1.5em 0;
    font-size: 12px;
    font-family: '秀英角ゴシック銀 B' !important;
    line-height: 1.454em;
}

footer .foot_credit dt{
    line-height: 1em;
    letter-spacing: .05em;
    font-family: '秀英角ゴシック銀 B' !important;
}

footer .foot_credit dd{
    font-size: 12px;
    margin: 0 0 2em 0;
    letter-spacing: .05em;
    line-height: 1.454em;
}

footer .pagetop{
    margin: 0 0 5px 0;
    display: inline-block;
    cursor: pointer;
}

footer .pagetop img{
    width: 191px;
    cursor: pointer;
}

.is_pc footer .pagetop:hover img,
.is_sp footer .pagetop.touch img{
    opacity: .7;
}


footer #btm_banner{
    padding: 0 0 5px 0;
}

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

footer #btm_banner li .img{
    line-height: 0;
    position: relative;
}

footer #btm_banner li .img:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .45);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity .15s ease;
}

footer #btm_banner li a:hover .img:after{
    opacity: 1;
}

footer #btm_banner li img{
    width: calc(86 / 320 * 100vw);
    max-width: 100px;
    opacity: 1 !important;
}

footer #btm_banner li a{
    display: flex;
}

footer #btm_banner li h5{
    padding: 35px 0 0 30px;
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 1.55em;
    transition: color .15s ease;
    position: relative;
    white-space: nowrap;
}

footer #btm_banner li h5 .s{
    font-size: 10px;
    letter-spacing: 0;
}

footer #btm_banner li a:hover h5{
    color: #d00400;
}

footer #btm_banner li h5 .ico{
    position: absolute;
    top: 37px;
    left: 10px;
}

footer #btm_banner li h5 .ico .arrow_right{ width: 15px; height: 15px; fill: #15351a; transition: fill .15s ease;}
footer #btm_banner li a:hover .ico .arrow_right{ fill: #d00400;}

#foot_share{
    padding: 30px 0 35px 0;
    border-top: 3px solid #15351a;
}

#foot_share .sns{
    margin: 0 0 25px 0;
}

#foot_share ul{
    padding: 0 10px;
    display: flex;
    justify-content: center;
}

#foot_share ul li{
    margin: 0 14px;
}

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

#foot_policy{
    margin: 0 0 20px 0;
    text-align: center;
}

#foot_policy ul{
    justify-content: center;
}

#foot_policy li{
    margin: 0 0 10px 0;
    font-size: 10px;
    letter-spacing: .2em;
}

#foot_policy li a{
    transition: color .15s ease;
}

#foot_policy li a:hover{
    color: #d00400;
}

#foot_policy li:last-child:after{ display: none;}

.copyright{
    margin: 25px 0 0 0;
    text-align: center;
}

.copyright img{
    width: calc(170 / 320 * 100vw);
    max-width: 240px;
}


#bg{
    width: 100%;
    height: 100vh;
    min-width: 1000px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#bg p{ visibility: hidden; }
#bg p.on{ visibility: visible; }

#bg .b01{
    width: 100%;
    height: 100vh;
    background-image:url(../images/pic_bg_yodogawa.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
}

#bg .b02{
    width: 100%;
    height: 100vh;
    background-image:url(../images/pic_bg_foot.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
}



} /* ----- 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;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 : 641px){
.slick-dotted.slick-slider{ margin: 0;}

.slick-dots{
    text-align: center;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: inherit !important;
    bottom: 0;
    z-index: 3;
}

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

.slick-dots li,
.slick-dots li button{
    width: 10px;
    height: 10px;
    display: 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: #808080;
    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: #333;
    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: 15px;
    z-index: 3;
}

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

.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: #808080;
    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: #333;
    opacity: 1;
}

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




/* ------------------------------------------------------------
*
*
    modal window
*
*
------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
body.modal{
    overflow: hidden !important;
}

/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_wrap{
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 50;
    cursor: pointer;
}

#modal_inner{
    width: 100%;
    min-width: 1000px;
    height: 100%;
    display: table;
    opacity: 0;
    text-align: center;
    position: relative;
    z-index: 40;
}

#modal_data{
    width: 100%;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 auto;
    box-sizing: border-box;
    cursor: default;
}

#modal .overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#modal .btn_close{
    width: 62px;
    height: 62px;
    background-color: #15351a;
    background-image:url(../images/modal/parts_close.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
    transform: scale(1);
    transition: transform .1s ease .0s;
    -webkit-transform: scale(1);
    -webkit-transition: transform .1s ease .0s;
}

.is_pc #modal .btn_close:hover,
.is_sp #modal .btn_close.touch{
    transform: scale(.9);
    transition: transform .15s ease .05s;
    -webkit-transform: scale(.9);
    -webkit-transition: transform .15s ease .05s;
}


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




@media screen and (max-width : 640px){
body.modal{
    overflow: hidden;
}

body.modal.only_sp{
    position: fixed;
    height: 100%;
}

/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_wrap{
    width: 100%;
    height: 100vh !important;
    min-height: 100vh !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 50;
    cursor: pointer;
}

.is_sp #modal_wrap{
    padding-bottom: 16vh;
}

#modal_inner{
    width: 100%;
    height: 100vh !important;
    display: table;
    opacity: 0;
    text-align: center;
    position: relative;
    z-index: 40;
}

#modal_data{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    padding: 4vw 0;
    box-sizing: border-box;
    cursor: default;
}

#modal .overlay{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
}

#modal .btn_close{
    width: 42px;
    height: 42px;
    background-color: #15351a;
    background-image:url(../images/modal/parts_close.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
    transform: scale(1);
    transition: transform .1s ease .0s;
    -webkit-transform: scale(1);
    -webkit-transition: transform .1s ease .0s;
}

#modal .btn_close.on:after{
    opacity: 1;
    transition: opacity .25s ease;
}


.is_sp #modal .btn_close{ right: 1.6vw;}

.is_pc #modal .btn_close:hover,
.is_sp #modal .btn_close.touch{
    transform: scale(.9);
    transition: transform .15s ease .05s;
    -webkit-transform: scale(.9);
    -webkit-transition: transform .15s ease .05s;
}


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