@charset "utf-8";

@font-face {
    font-family: kokoro;
    src: url(../fonts/Kokoro.woff) format('woff');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: katyoufugetsu;
    src: url(../fonts/katyou.woff) format('woff');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: rgb(83, 83, 83);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

body{
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
}

.relative {
    position: relative;
}

.color_wh {
    color: rgb(255, 255, 255);
}

.color_red {
    color: rgb(106, 0, 0);
}

.bg_wh {
    background-color: rgb(255, 255, 255);
}

.bg_red {
    background-color: rgb(106, 0, 0);
}

.font_kokoro {
    font-family: kokoro, serif;
}

.font_katyou {
    font-family: katyoufugetsu;
}

.noto_sans_black {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 900;
}

.noto_sans_bold {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
}

.noto_sans_thin {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
}

.inner {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width:1200px) {
    .inner {
        width: 90%;
        margin: 0 auto;
    }
}