@charset "UTF-8";

/* ---------------------------------------------------

	Layout - All Page Common

--------------------------- */
* {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
	}
html,body { height: 100%; }
body {
    background-color: rgba(247, 247, 247, 1);
    color: rgba(0, 0, 0, 1);
    cursor: default;
    display: block;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 500;
    height: 100%;
    line-height: 1.75;
    overflow-x: hidden;
    position: relative;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
	}
a {
	color: rgba(10, 20, 45, 1);
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
a:link {}
a:visited {}
img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    vertical-align: bottom;
    outline: none;
	}
img:hover { outline: none; }
ul { list-style: none; }
h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    margin: 0;
	}
input,select,textarea { font-size: 16px; }
button { cursor: pointer; }
address { font-style: initial; }
.ff-nsj { font-family: 'Noto Sans JP', sans-serif; }
.ff-rbt { font-family: 'Roboto', sans-serif; }
.ff-scm { font-family: 'Sacramento', cursive; }
.ff-zas { font-family: 'Zen Antique Soft', serif; }
.ff-zkg { font-family: 'Zen Kaku Gothic Antique', sans-serif; }
.ff-lbv { font-family: "Libre Baskerville", serif;  }
/* ------------------------ */
@media (min-width: 751px) {
a { transition: 0.4s ease; }
a:hover {}
}
/* ------------------------ */
@media (max-width: 750px) {
}
@media (min-width: 751px) { .sp { display: none; } }
@media (max-width: 750px) { .pc { display: none; } }