@charset "UTF-8"; /**/
header {
    width: 100%;
    height: 100px;
    background-color: #dadada;
    /* margin-bottom: 20px; */
    border-bottom: 1px solid black;
}

header p {
    font-size: 20px;
    color: black;
    width: 100%;
    text-align: center;
    line-height: 100px;
}

.wrapper {
    -webkit-font-smoothing: antialiased;
}

.content {
    background-position: top center;
    background-repeat: repeat-y;
    background-size: auto;
}

.unit-wrapper {
    background-position: top center;
    background-repeat: repeat-y;
    background-size: auto;
}

.unit-base {
    width: 100%;
    margin: 0 auto 0 auto;
    padding-bottom: 50px;
    max-width: 1760px;
}

.unit-margin-0 .unit-base {
    padding-bottom: 0;
}

.unit-margin-1 .unit-base {
}

.unit-base-full {
    max-width: initial;
}

.hover-button {
    transition: filter 0.7s ease;
    filter: brightness(1.0);
}

.hover-effect-on:hover {
    transition: filter 0.1s ease;
    filter: brightness(1.5);
}

a {
    color: inherit;
}

.container .comment {
    opacity: 0.4;
    line-height: 1.6;
    font-size: 12px;
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 120px 150px 120px;
}

.container .comment dt.comment-list {
    float: left;
    /* padding-right: 10px; */
    padding-bottom: 10px;
}

.container .comment dd.comment-list {
    padding-left: 35px;
    padding-bottom: 10px;
}

.fontfamily-id-1 {
    -webkit-font-smoothing: antialiased;
    font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.fontfamily-id-2 {
    -webkit-font-smoothing: antialiased;
    font-family: "Mplus 1p", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.fontfamily-id-3 {
    -webkit-font-smoothing: antialiased;
    font-family: "Rounded Mplus 1c", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.fontfamily-id-4 {
    -webkit-font-smoothing: antialiased;
    font-family: "Hannari",Georgia,"游明朝", "Yu Mincho",YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
}

.fontfamily-id-5 {
    -webkit-font-smoothing: antialiased;
    font-family: "Kokoro",Georgia,"游明朝", "Yu Mincho",YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
}

.fontfamily-id-6 {
    -webkit-font-smoothing: antialiased;
    font-family: "Sawarabi Mincho",Georgia,"游明朝", "Yu Mincho",YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
}

.fontfamily-id-7 {
    -webkit-font-smoothing: antialiased;
    font-family: "Sawarabi Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.fontfamily-id-8 {
    -webkit-font-smoothing: antialiased;
    font-family: "Nikukyu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.fontfamily-id-9 {
    -webkit-font-smoothing: antialiased;
    font-family: "Nico Moji", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
    #size-detect {
        font-family: "sp";
    }

    header {
        background-color: #ffc2c2;
        position: static;
        height: 60px;
        /* 追加170705 */
    }

    header p {
        line-height: 60px;
    }

    /* .container {
        padding-top: 60px;
    } */
    header .sp-text {
        display: block;
    }

    header .tab-normal-text {
        display: none;
    }

    header .tab-large-text {
        display: none;
    }

    header .pc-small-text {
        display: none;
    }

    header .pc-normal-text {
        display: none;
    }

    header .pc-large-text {
        display: none;
    }

    .container .comment {
        padding: 0 14px 120px 14px;
        font-size: 9px;
    }

    .container .comment dt.comment-list {
        padding-right: 0px;
    }

    .container .comment dd.comment-list {
        padding-left: 30px;
        padding-bottom: 10px;
    }

    br.br-sp {
        display: inline;
    }

    br.br-tab-normal {
        display: none;
    }

    br.br-tab-large {
        display: none;
    }

    br.br-pc-small {
        display: none;
    }

    br.br-pc-normal {
        display: none;
    }

    br.br-pc-large {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #size-detect {
        font-family: "tab-normal";
    }

    header {
        background-color: #ffe6c2;
        position: static;
    }

    /* .container {
        padding-top: 100px;
    } */
    header .sp-text {
        display: none;
    }

    header .tab-normal-text {
        display: block;
    }

    header .tab-large-text {
        display: none;
    }

    header .pc-small-text {
        display: none;
    }

    header .pc-normal-text {
        display: none;
    }

    header .pc-large-text {
        display: none;
    }

    .container .comment {
        max-width: 1760px;
        padding: 0 40px 120px 40px;
    }

    br.br-sp {
        display: none;
    }

    br.br-tab-normal {
        display: inline;
    }

    br.br-tab-large {
        display: none;
    }

    br.br-pc-small {
        display: none;
    }

    br.br-pc-normal {
        display: none;
    }

    br.br-pc-large {
        display: none;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    #size-detect {
        font-family: "tab-large";
    }

    header {
        background-color: #fbffc2;
        position: static;
    }

    /* .container {
        padding-top: 100px;
    } */
    header .sp-text {
        display: none;
    }

    header .tab-normal-text {
        display: none;
    }

    header .tab-large-text {
        display: block;
    }

    header .pc-small-text {
        display: none;
    }

    header .pc-normal-text {
        display: none;
    }

    header .pc-large-text {
        display: none;
    }

    .container .comment {
        max-width: 1760px;
        padding: 0 80px 120px 80px;
    }

    br.br-sp {
        display: none;
    }

    br.br-tab-normal {
        display: none;
    }

    br.br-tab-large {
        display: inline;
    }

    br.br-pc-small {
        display: none;
    }

    br.br-pc-normal {
        display: none;
    }

    br.br-pc-large {
        display: none;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1519px) {
    #size-detect {
        font-family: "pc-small";
    }

    header {
        background-color: #ceffc2;
    }

    header .sp-text {
        display: none;
    }

    header .tab-normal-text {
        display: none;
    }

    header .tab-large-text {
        display: none;
    }

    header .pc-small-text {
        display: block;
    }

    header .pc-normal-text {
        display: none;
    }

    header .pc-large-text {
        display: none;
    }

    br.br-sp {
        display: none;
    }

    br.br-tab-normal {
        display: none;
    }

    br.br-tab-large {
        display: none;
    }

    br.br-pc-small {
        display: inline;
    }

    br.br-pc-normal {
        display: none;
    }

    br.br-pc-large {
        display: none;
    }
}

@media screen and (max-width: 1759px) and (min-width: 1520px) {
    #size-detect {
        font-family: "pc-normal";
    }

    header {
        background-color: #c2fff9;
        width: 240px;
        height: 100%;
        margin: 0;
        border-bottom: initial;
        border-right: solid 1px black;
        position: fixed;
    }

    .container {
    }

    .no-header {
        margin-left: 0;
    }

    header .sp-text {
        display: none;
    }

    header .tab-normal-text {
        display: none;
    }

    header .tab-large-text {
        display: none;
    }

    header .pc-small-text {
        display: none;
    }

    header .pc-normal-text {
        display: block;
    }

    header .pc-large-text {
        display: none;
    }

    br.br-sp {
        display: none;
    }

    br.br-tab-normal {
        display: none;
    }

    br.br-tab-large {
        display: none;
    }

    br.br-pc-small {
        display: none;
    }

    br.br-pc-normal {
        display: inline;
    }

    br.br-pc-large {
        display: none;
    }
}

@media screen and (min-width: 1760px) {
    #size-detect {
        font-family: "pc-large";
    }

    header {
        background-color: #c2ccff;
        width: 240px;
        height: 100%;
        margin: 0;
        border-bottom: initial;
        border-right: solid 1px black;
        position: fixed;
    }

    .container {
    }

    .no-header {
        margin-left: 0;
    }

    header .sp-text {
        display: none;
    }

    header .tab-normal-text {
        display: none;
    }

    header .tab-large-text {
        display: none;
    }

    header .pc-small-text {
        display: none;
    }

    header .pc-normal-text {
        display: none;
    }

    header .pc-large-text {
        display: block;
    }

    br.br-sp {
        display: none;
    }

    br.br-tab-normal {
        display: none;
    }

    br.br-tab-large {
        display: none;
    }

    br.br-pc-small {
        display: none;
    }

    br.br-pc-normal {
        display: none;
    }

    br.br-pc-large {
        display: inline;
    }
}
