/*===========================================================================
    共通CSS
===========================================================================*/

/*font
--------------------*/
html{
    /*position: relative;*/
    height: 100%;
    font-size: 16px;
    color: #343434;
}
main { font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","MS Pゴシック",sans-serif; }
html.sp {
    overflow: scroll;
}
/*bold*/
h1,h2,h3,h4,h5,h6
{
    font-weight: bold;
}

/*for IE bold*/
.ie h1,.ie h2,.ie h3,.ie h4,.ie h5,.ie h6,
.ie dt,.ie th,.ie b
{
    font-weight: bold;
}


body {
    position: relative;
    overflow-x:hidden;
    width: 100%;
    min-height: 100%;
    height: auto;
    -webkit-text-size-adjust: 100%;
}
.ie body {
    padding-right: 0!important;
}
.win.firefox body {
    padding-right: 0!important;
}
.remodal-is-locked {
    overflow: hidden;
}
.remodal-is-locked body {
    overflow: hidden;
}
img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    image-rendering:auto;
}
.chrome img {image-rendering: -webkit-optimize-contrast;}


/*text-indent*/
.txt-indent01 {
    text-indent: -1em;
    padding-left: 1em;
}
.txt-indent015 {
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.txt-indent02em {
    text-indent: -2em;
    padding-left: 2em;
}
.txt-indent02 {
    padding-left: 3em;
    text-indent: -4em;
}
.txt-indent03 {
    padding-left: 2em;
    text-indent: -2.8em;
}
.txt-indent05 {
    padding-left: 5em;
    text-indent: -5em;
}

/*text-align*/
.txt-center {text-align: center!important;}
.txt-left {text-align: left!important;}
.txt-right {text-align: right!important;}

/*margin*/
.mt1em{margin-top: 1em!important;}
.mtb1em{margin: 1em 0!important;}
.mt2em{margin-top: 2em!important;}
.mt3em{margin-top: 3em!important;}

.mb0{margin-bottom: 0!important;}
.mb1em{margin-bottom: 1em!important;}
.mb2em{margin-bottom: 2em!important;}
.mb3em{margin-bottom: 3em!important;}


.mt0{margin-top: 0!important;}
.mt8{margin-top: 8px!important;}
.mt10{margin-top: 10px!important;}
.mt20{margin-top: 20px!important;}
.mt40{margin-top: 40px!important;}
.mt50{margin-top: 50px!important;}
.mt80{margin-top: 80px!important;}
.mt100{margin-top: 100px!important;}

.pl1em{padding-left: 1em!important;}

/*width*/
.w10per{width: 10%;}
.w20per{width: 20%;}
.w30per{width: 30%;}
.w40per{width: 40%;}
.w50per{width: 50%;}
.w60per{width: 60%;}
.w70per{width: 70%;}
.w80per{width: 80%;}
.w90per{width: 90%;}
.w100per{width: 100%;}

b{font-weight: bold;}
sup{vertical-align: super;}

/*linker*/
a {
    transition: opacity 200ms linear;
    text-decoration: none;
}
a:hover {
    opacity: .6;
    text-decoration: none;
}
a img {
    opacity: 1;
    transition: opacity 200ms linear;
}
/*
a:hover img {
    opacity: .6;
}
*/
small {
    font-size: .7em;
}

.ts-hover {
    cursor: pointer;
    transition: opacity .2s linear;
}
.ts-hover:hover {
    opacity: .6;
}

.sp .ts-hover {
    opacity: 1;
}

.border-none{border: none!important;}


/*box-sizing
--------------------*/
main *, main *:before, main *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.disp-table {
    display: table;
    width: 100%;
    height: 100%;
}
.disp-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}


/*clearFix
--------------------*/
.clearfix:after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
}

/*float
--------------------*/
.left{float: left;}
.right{float: right;}


/* PC/SP Item */
.pc-obj {display: block;}
.sp-obj {display: none;}
.pc-mode .sp-obj {display: none!important;}
.sp-obj2 {display: none;}



/*-----------------------------
    768px以下
-----------------------------*/
@media screen and (max-width: 768px) {

    .pc-obj {display: none!important;}
    .sp-obj {display: block;}
    .pc-mode .sp-obj {display: block!important;}

}



/*-----------------------------
	580px以下
-----------------------------*/
@media screen and (max-width: 580px) {
    .sp-obj2 {display: block;}

    /*font
    --------------------*/
    html{
        font-size: 14px;
    }



}
