@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap');

/* font-family: 'Noto Serif JP', serif; */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

/* font-family: 'Noto Sans JP', sans-serif; */


/* Reset CSS
************************************************/

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: block;
    vertical-align: bottom;
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Meiryo', 'メイリオ', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-text-size-adjust: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0.1px;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix {
    display: block;
}

.clearfix {
    zoom: 100%;
}

a {
    text-decoration: none;
    outline: 0;
    transition: all .3s ease;
    color: #000000;
}

a.btn:hover {
    opacity: 1;
}

a:visited {}

a:focus {}

a:hover,
a:active {}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
}

address {
    margin-bottom: 30px;
}

abbr[title] {
    cursor: help;
}

b,
strong {
    font-weight: 600;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark,
ins {
    text-decoration: none;
}

p {
    line-height: 1.6em;
    margin: 0;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: 100%;
    font-style: italic;
    font-weight: 300;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: 500;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 500;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

ul {
    list-style-type: none;
}

ol {}

li>ul,
li>ol {
    margin: 0 0 0 0px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

a {}

a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}

a img {
    transition: all .3s ease;
}

.wrap a:hover img {
    /*
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	*/
    /*
	transform:scale(1.1);
	*/
}

figure {
    margin: 0;
    line-height: 0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

button,
input {
    /* line-height: normal; */
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:focus,
input[type="text"]:focus,
select:focus {
    outline: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table,
th,
td {
    border: none;
}

table {
    font-size: 100%;
    border-collapse: collapse;
}

caption,
th,
td {
    font-size: 100%;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }
}