@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: '太ミンA101', "游明朝","YuMincho","Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif !important;
    color: #000;
    font-size : 14px;
    letter-spacing: 0;
    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: #973689; text-decoration: none;}
a:hover{ color: #0d386e; text-decoration: none;}

.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{ -webkit-transition: opacity .15s ease 0s; transition: opacity .15s ease 0s;}
a img:hover{ -webkit-transition: opacity .15s ease .1s; transition: opacity .15s ease .1s; opacity: .7;}

img.btn{ opacity: 1 !important;}
/* .cart_btn{ text-indent: -9999px; font-size: 0;} */

.profile_detail{ clear: both; 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  --------------------*/


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

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

/* --------------------------------------------------
*
    #local_nav
*
-------------------------------------------------- */
#local_nav{
    clear: both;
    margin: 0 0 30px 0;
    padding: 0 15px;
    text-align: right;
}

#local_nav li{
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: top;
}

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

#local_nav li.profile{
    float: left;
}

/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    padding: 44px 0 0 0;
    background-image:url(../../../images/line02.jpg);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: center top;
}

#home #footer{
    padding: 0;
    background: none;
}

#foot_share{
    padding: 30px;
    text-align: center;
}

#foot_share li{
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
}

#foot_share li.facebook{
    padding: 60px 0 0 0;
    float: right;
}

#footer .copyright{
    margin: 0 0 15px 0;
    clear: both;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

.foot_links {
    text-align: center;
}
.foot_links li {
    display: inline-block;
}
.foot_links li + li:before {
    content: '／';
    padding: 0 5px;
}
.foot_links li a {
    font-size: 11px;
    color: #000;
    -webkit-transition: .16s;
    transition: .16s;
}
.foot_links li a:hover {
    opacity: .5;
}

/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    min-width: 900px;
    height: 100%;
    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)";
    -webkit-box-shadow: #ccc 0 0 5px;
            box-shadow: #ccc 0 0 5px;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 2;
}

#modal_data{
    min-width: 640px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px;
    display: inline-block;
}

#modal_data img{
    width: 100%;
    height: auto;
}

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

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

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


} /* ----- 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_area
*
-------------------------------------------------- */
#contents_area{
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    padding: 30px 0 15px 0;
    text-align: center;
    background-image:url(../../../images/line02.jpg);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: center top;
}

#home #footer{
    padding: 0 0 15px 0;
    background: none;
}

#foot_share{
    padding: 30px 0;
}

#foot_share ul{
    letter-spacing: -.40em;
    font-size: 0;
}

#foot_share li{
    width: 33.333%;
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: normal;
}

#foot_share li img{
    width: 95%;
    max-width: 120px;
}


#foot_share li.facebook{
    width: 100%;
    display: block;
    padding: 30px 0 0 0;
}

.foot_links {
    text-align: center;
}
.foot_links li {
    font-size: 13px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.foot_links li + li:before {
    padding: 0 5px;
}
.foot_links li a {
    font-size: 11px;
    color: #000;
    -webkit-transition: .16s;
    transition: .16s;
}
.foot_links li a:hover {
    opacity: .5;
}

#footer .copyright{
    clear: both;
    font-size: 11px;
    text-align: center;
}


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

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

#modal_data{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 45px 15px;
    display: inline-block;
}

#modal_data img{
    width: 100%;
    height: auto;
}

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

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

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


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