@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: 'TBUD丸ゴシック R', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #000;
    font-size : 15px;
    background-color:#333;
    background-image:url(../images/parts_bg_b.png);
    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, img{ outline: none !important; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a{ color: #4CACE2; text-decoration: none;}

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

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

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

img.s_a_100{ width: auto !important; height: 100% !important;}
img.s_100_a{ width: 100% !important; height: auto !important;}
.fixed{ position: fixed !important;}
.ib{ display: inline-block;}
.disabled,
.disabled a{ cursor: default !important;}

.color_r{ color: #ec5a0c;}

/* -------------------- font-face  --------------------*/
.ff_b{ font-family:'TBUD丸ゴシック B' !important; font-weight: bold; }
.ff_h{ font-family:'TBUD丸ゴシック H' !important; font-weight: bold; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important;}
.ff_min{ font-family: '秀英明朝 M' !important;}


/* -------------------- layout  --------------------*/
.c_anim{ opacity: 0;}


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

/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
}

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

#wrap{
    min-width: 720px;
    position: relative;
}

#wrap:before{
    content: '';
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-image:url(../images/parts_bg_c.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

#contents_area{
    width: 720px;
    min-width: 720px;
    height: 100%;
    min-height: 100%;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


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




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

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

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

#wrap{
    padding: 0 0 0 0;
    overflow: hidden;
}

.is_sp #wrap{
    min-height: 100vh;
}

#home #wrap{
    padding: 0;
}

#contents_area{
    padding: 0;
    background-color: #fff;
}

#contents_area:after{
    content: '';
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: block;
    background-position: center top;
    background-size: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    z-index: -1;
}


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