@charset "UTF-8";
/* CSS Document */

html {
    font-size: 0px;
    line-height: 0px;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%!important;
}

/* ベース */
body {
    width: 100%;
}
html body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-family: "YuGothicPr6NM", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	font-family: "NotoSansCJKjp", sans-serif;
    font-weight: 400;
    color: #3D3D33;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
}
@media (max-width: 991px) {
html {
    font-size: 55%!important;
}
}
@media (max-width: 575px) {
html {
    font-size: 60%!important;
}
html body {
    line-height: 25px;
    line-height: 2.5rem;
}
}
main{
	overflow: hidden;
}
/* ベース */

/*font関係*/
.gothic-1 {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.gothic-2 {
    font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.mincho {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*font関係*/

/*a関係*/
a {
    outline: none;
}
a:hover {
    outline: none;
    text-decoration: none;
}
a:active {
    outline: none;
}
a:link {
    outline: none;
    text-decoration: none;
}
a:visited {
    outline: none;
    text-decoration: none;
}
/*a関係*/

/*reset関係*/
.zero {
    margin: 0px;
    padding: 0px;
}
.resetjumbo {
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
}
.resetnav {
    display: inline-block;
    list-style: none;
    font-size: 0px;
}
/*reset関係*/

