@charset "UTF-8";
.narrow {
    max-width: 880px;
}

.grade-stop1 {
    stop-color: #333;
    stop-opacity: 0.92;
}
@media screen and (max-width: 896px) {
    .grade-stop1 {
        stop-opacity: 1;
        stop-color: hsl(0, 0%, 100%);
    }
}

.grade-stop2 {
    stop-color: #333;
}
@media screen and (max-width: 896px) {
    .grade-stop2 {
        stop-color: hsl(0, 0%, 95%);
    }
}

@media screen and (min-width: 1080px) {
    .head-content {
        box-shadow: none;
    }
}

.head-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500;
}
@media screen and (min-width: 897px) {
    .head-wrap {
        background: linear-gradient(hsla(0, 0%, 0%, 0.2), hsla(0, 0%, 0%, 0.1));
        border: none;
    }
}
@media screen and (max-width: 896px) {
    .head-wrap {
        box-shadow: none;
        position: relative;
    }
}

@media screen and (min-width: 897px) {
    .head-title {
        filter: drop-shadow(0 0 3px hsla(0, 0%, 100%, 0.65));
    }
}

.svg-name,
.svg-eng {
    fill: #fff;
}

@media screen and (max-width: 896px) {
    .svg-name,
    .svg-eng {
        fill: inherit;
    }
}
#search #cse-search-box .search-input {
    border: 1px solid hsl(0, 0%, 50%);
    border: 1px solid #eee;
    background: hsla(0, 0%, 100%, 0.2);
}
#search #cse-search-box :-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.8);
}
#search #cse-search-box ::placeholder {
    color: hsla(0, 0%, 100%, 0.8);
}

/* ----------------------------canvas---------------------------  */
.canvas {
    position: relative;
}
@media screen and (max-width: 896px) {
    .canvas {
        flex-direction: column;
    }
}
.canvas_slide {
    width: 100%;
    z-index: 75;
}
@media screen and (max-width: 896px) {
    .canvas_slide {
        margin-top: 0;
        position: relative;
        width: 100vw;
    }
}
.canvas_slide .loader {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    animation: load 1s linear 2s 1;
    animation-fill-mode: forwards;
}
.canvas_slide .loader.loaded {
    display: none;
}
@keyframes load {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.canvas_slide .swiper-slide {
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.canvas_slide .swiper-slide::before {
    content: "";
    display: block;
    padding-top: 38%;
}
.canvas_slide .swiper-slide .slide-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.canvas_slide .swiper-slide .slide-inner p {
    position: absolute;
    z-index: 500;
    bottom: 2em;
    left: 2em;
    display: none;
}
@media screen and (max-width: 480px) {
    .canvas_slide .swiper-slide .slide-inner.slide-1 {
        background-image: url(/img/top/slide/lr-slide980.jpg) !important;
    }
}
@media screen and (max-width: 480px) {
    .canvas_slide .swiper-slide .slide-inner.slide-2 {
        background-image: url(/img/top/slide/lr-slide980-2.jpg) !important;
    }
}
@media screen and (max-width: 480px) {
    .canvas_slide .swiper-slide .slide-inner.slide-6 {
        background-image: url(/img/top/slide/lr-slide980-6.jpg) !important;
    }
}
@media screen and (max-width: 480px) {
    .canvas_slide .swiper-slide .slide-inner.slide-3 {
        background-image: url(/img/top/slide/lr-slide980-3.jpg) !important;
    }
}
@media screen and (max-width: 480px) {
    .canvas_slide .swiper-slide .slide-inner.slide-7 {
        background-image: url(/img/top/slide/lr-slide980-7.jpg) !important;
    }
}
@media screen and (max-width: 480px) {
    .canvas_slide .swiper-slide .slide-inner.slide-8 {
        background-image: url(/img/top/slide/lr-slide980-8.jpg) !important;
    }
}
.canvas_slide .swiper-slide.swiper-slide-active .slide-inner img, .canvas_slide .swiper-slide.swiper-slide-duplicate-active .slide-inner img, .canvas_slide .swiper-slide.swiper-slide-prev .slide-inner img {
    vertical-align: bottom;
}
.canvas_slide .swiper-slide.swiper-slide-active .slide-inner .to-r, .canvas_slide .swiper-slide.swiper-slide-duplicate-active .slide-inner .to-r, .canvas_slide .swiper-slide.swiper-slide-prev .slide-inner .to-r {
    animation: zoomRight 11s linear 0s 1;
}
.canvas_slide .swiper-slide.swiper-slide-active .slide-inner .to-l, .canvas_slide .swiper-slide.swiper-slide-duplicate-active .slide-inner .to-l, .canvas_slide .swiper-slide.swiper-slide-prev .slide-inner .to-l {
    animation: zoomLeft 11s linear 0s 1;
}
.canvas_slide .swiper-slide.swiper-slide-active .slide-inner .to-z, .canvas_slide .swiper-slide.swiper-slide-duplicate-active .slide-inner .to-z, .canvas_slide .swiper-slide.swiper-slide-prev .slide-inner .to-z {
    animation: zoomUp 11s linear 0s 1;
}
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes zoomRight {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05) translateX(-2%);
    }
}
@keyframes zoomLeft {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05) translateX(2%);
    }
}
.canvas_slide .swiper-pagination-bullet-active {
    background: hsl(65, 51%, 65%);
}
.canvas_catch {
    color: #fff;
    font-size: 2.4em;
    font-family: "Noto Serif JP", serif;
    text-shadow: 1px 1px 4px #333;
    position: absolute;
    top: calc(50% - 1.7em);
    left: 0;
    width: 100%;
    z-index: 100;
}
@media screen and (max-width: 1080px) {
    .canvas_catch {
        font-size: 1.8em;
    }
}
@media screen and (max-width: 896px) {
    .canvas_catch {
        font-size: 1.6em;
    }
}
@media screen and (max-width: 480px) {
    .canvas_catch {
        font-size: inherit;
    }
}
.canvas_catch .catch-honbun {
    background: linear-gradient(90deg, hsla(0, 0%, 0%, 0.3), transparent 60%);
    margin: 0;
    padding: 0.2em 0.4em;
}
@media screen and (max-width: 480px) {
    .canvas_catch .catch-honbun {
        background: hsla(0, 0%, 0%, 0.3);
        text-align: center;
    }
}
.canvas_catch .catch-honbun .br1::after,
.canvas_catch .catch-honbun .br2::after {
    content: "\a";
    white-space: pre;
}
@media screen and (max-width: 896px) {
    .canvas_catch .catch-honbun .br2::after {
        content: none;
    }
}
.canvas_catch .catch-lead {
    display: inline-block;
    display: none;
    font-size: 1.2rem;
    padding: 0 0.6em;
    text-shadow: none;
}
.canvas_catch .small {
    font-size: 96%;
}
.canvas_txt {
    letter-spacing: -4px;
    line-height: 1.1;
    position: absolute;
    top: 1em;
    right: 0;
    z-index: 100;
}
@media screen and (max-width: 896px) {
    .canvas_txt {
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
    }
}
.canvas_txt span {
    display: inline-block;
}
.canvas_txt span.catch-wrap {
    background-color: hsla(0, 0%, 100%, 0.98);
    padding-left: 0.3em;
    padding-bottom: 0.1em;
}
@media screen and (max-width: 896px) {
    .canvas_txt span.catch-wrap {
        background: hsla(0, 0%, 0%, 0.35);
        display: block;
        padding: 0.7vh 20%;
    }
}
.canvas_txt span.catch {
    width: 34em;
    height: 0;
    padding-top: 2.7603960396em;
    position: relative;
}
@media screen and (max-width: 896px) {
    .canvas_txt span.catch {
        width: 60vw;
        padding-top: 4.8712871287vw;
    }
}
.canvas_txt span.catch-eng-wrap {
    position: absolute;
    top: 2.8em;
    right: -2em;
    transform: rotate(-3deg);
}
@media screen and (max-width: 896px) {
    .canvas_txt span.catch-eng-wrap {
        padding: 0.3vh 0;
        top: 4.8712871287vw;
        right: 8vw;
    }
}
.canvas_txt span.catch-eng {
    width: 19vw;
    height: 0;
    padding-top: 3.0899653979vw;
    position: relative;
}
@media screen and (max-width: 896px) {
    .canvas_txt span.catch-eng {
        width: 42vw;
        padding-top: 6.830449827vw;
    }
}
.canvas_txt span svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.canvas_lead {
    flex-grow: 1;
    padding: 7em 0 0 2em;
    position: relative;
    text-align: justify;
    width: 24%;
    z-index: 50;
}
@media screen and (max-width: 896px) {
    .canvas_lead {
        box-shadow: 0 1px 3px -1px hsla(0, 0%, 80%, 0.4);
        margin: -2.4vh auto 0;
        padding: 3vh 5vw;
        width: 80%;
        z-index: 80;
    }
}
@media screen and (max-width: 480px) {
    .canvas_lead {
        width: 90%;
    }
}
.canvas_lead-title {
    text-align: center;
}
.canvas_lead h4 {
    position: relative;
    display: inline-block;
    font-size: 100%;
    line-height: 1.5;
    margin: 0 auto 2.4vh;
    padding: 0 25%;
    text-align: center;
}
.canvas_lead h4::before, .canvas_lead h4::after {
    background: transparent;
    border: 1px solid #777;
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    height: 1em;
    width: 4px;
    transform: none;
}
.canvas_lead h4::before {
    border-width: 1px 0 1px 1px;
}
.canvas_lead h4::after {
    border-width: 1px 1px 1px 0;
    left: auto;
    right: 0;
}
.canvas_lead p:last-child {
    margin-top: 1.6em;
}
.canvas_lead-p {
    font-size: 95%;
}
@media screen and (max-width: 896px) {
    .canvas_lead-p {
        font-size: 100%;
    }
}
.canvas_lead-button-box {
    display: flex;
    font-size: 90%;
    line-height: 1.3;
    justify-content: space-around;
    align-items: flex-start;
}
@media screen and (max-width: 896px) {
    .canvas_lead-button-box {
        justify-content: center;
    }
}
.canvas_lead-button-box a {
    color: inherit;
    display: inline-block;
    font-size: calc(10px + 0.4vh);
    flex: 0 1 30%;
}
@media screen and (max-width: 896px) {
    .canvas_lead-button-box a {
        flex: 0 1 35%;
    }
}
.canvas_lead-button-box a img {
    display: block;
    margin: 0 auto 0.2em;
    max-width: 60%;
}
@media screen and (max-width: 896px) {
    .canvas_lead-button-box a img {
        max-width: 45%;
    }
}
.canvas_lead-button-box a:not(:first-child) {
    margin-left: 0.1vw;
}
.canvas_lead::after {
    background-color: hsl(0, 0%, 98%);
    background-color: hsl(0, 0%, 100%);
    background-image: url(/img/clover.svg);
    background-position: 6em 6em;
    background-repeat: no-repeat;
    border-radius: 3px;
    border-top-width: 0;
    content: "";
    height: 100vh;
    position: absolute;
    top: 0;
    right: -2em;
    left: -2em;
    z-index: -1;
}
@media screen and (max-width: 896px) {
    .canvas_lead::after {
        background-color: #fff;
        background-position: left 45vw top 6vh;
        border: none;
        height: auto;
        bottom: 0;
        right: 0;
        left: 0;
    }
}

#menu {
    background: transparent;
    border: none;
}
@media screen and (min-width: 1080px) {
    #menu {
        background: hsl(77, 17%, 92%);
        margin-top: -3.2em;
    }
}
#menu .main-menu {
    position: relative;
    z-index: 100;
}
@media screen and (min-width: 1080px) {
    #menu .main-menu {
        box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
    }
}
#menu .main-menu > li {
    background: linear-gradient(180deg, #fff 40%, hsl(40, 3%, 90%));
    background: linear-gradient(180deg, hsl(43, 83%, 89%) 50%, hsl(43, 77%, 85%));
    border-top: 4px solid hsl(43, 75%, 75%);
}
@media screen and (max-width: 480px) {
    #menu .main-menu > li {
        background: linear-gradient(180deg, hsl(43, 83%, 82%) 40%, hsl(43, 75%, 75%));
        border: none;
    }
}
#menu .main-menu > li:last-child::after, #menu .main-menu > li:first-child::before {
    content: none;
}

#main {
    display: block;
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.board,
.top-category,
.news,
.topics,
.top-banner {
    padding: 2.4em 0;
    padding: 5vh 0;
}
.board-header,
.top-category-header,
.news-header,
.topics-header,
.top-banner-header {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1em;
}
@media screen and (max-width: 896px) {
    .board-header,
    .top-category-header,
    .news-header,
    .topics-header,
    .top-banner-header {
        font-size: 1.8em;
    }
}
@media screen and (max-width: 480px) {
    .board-header,
    .top-category-header,
    .news-header,
    .topics-header,
    .top-banner-header {
        font-size: 1.3em;
    }
}

/* ----------------------------board---------------------------  */
.board {
    background: hsl(77, 18%, 92%);
}
.board-inner {
    background: #fff;
    border: 1px solid hsl(0, 0%, 90%);
    border: 1em solid hsl(162, 51%, 54%);
    border-radius: 0.6em;
    display: flex;
    align-items: center;
    padding: 1em 2em;
    position: relative;
    z-index: 60;
}
@media screen and (max-width: 896px) {
    .board-inner {
        border-radius: 3px;
        flex-direction: column;
        margin: 0 4vw;
        padding-left: 1em;
        padding-right: 1em;
    }
}
.board-header {
    white-space: nowrap;
}
.board-header i.fa {
    display: block;
    font-size: 1.5em;
    margin: auto !important;
    text-align: center;
}
.board-header img {
    display: block;
    margin: 0 auto 0.4em;
    width: 2em;
}
.board-title {
    font-size: 1.45em !important;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 1.6em;
    position: relative;
}
@media screen and (max-width: 480px) {
    .board-title {
        font-size: 1.3em !important;
    }
}
.board-content {
    font-family: "UDDigiKyokasho R JIS2004";
    margin: 0.6em 0 0 2em;
    max-width: 100%;
    flex: 1;
}
@media screen and (max-width: 896px) {
    .board-content {
        margin-left: 0;
    }
}
.board-content img {
    border: 1px solid #eee;
    box-shadow: 0 0 3px hsl(0, 0%, 88%);
}
@media screen and (max-width: 896px) {
    .board-img {
        max-width: 40%;
    }
}
.board-txt p {
    margin-bottom: 1em;
}
.board-date {
    font-size: 0.85em;
    margin-top: -1.2em;
    opacity: 0.7;
    text-align: right;
}
.board img {
    line-height: 1;
}
.board .alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
.board .alignright {
    float: right;
    margin: 0 0 1em 1em;
}
.board .aligncenter {
    display: inline-block;
    margin: 0 auto 1em;
}

.top-category-header,
.news-header {
    position: relative;
    text-shadow: 0 0 2px #fff;
    text-shadow: 1px 1px 1px #fff;
    z-index: 10;
}
@media screen and (max-width: 1080px) {
    .top-category > .container,
    .news > .container {
        padding: 0 1em;
    }
}

/* ----------------------------category---------------------------  */
.top-category {
    position: relative;
    z-index: 60;
}
.top-category a {
    color: inherit;
}
.top-category dl {
    margin-bottom: 1em;
}
.top-category dl > dt {
    font-size: 1.2em;
    margin-bottom: 0.4em;
    position: relative;
}
@media screen and (max-width: 480px) {
    .top-category dl > dt {
        font-size: 1.05em;
        display: flex;
        justify-content: space-between;
    }
    .top-category dl > dt::after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: 1;
        position: absolute;
        right: 0;
        top: calc(50% - 0.5em);
        transform: rotate(90deg);
    }
}
.top-category dl > dd {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 480px) {
    .top-category dl > dd {
        display: none;
    }
}
.top-category dl > dd ul {
    margin: 0;
    padding-left: 2.4em;
    display: flex;
    flex-wrap: wrap;
}
.top-category dl > dd ul li {
    margin: 0 0.5em 0.5em 0;
}
.top-category dl.open dt::after {
    transform: rotate(-90deg);
}
.top-category dl.open dd {
    display: block;
}

/* ----------------------------news---------------------------  */
.news {
    background: #fff;
}
.news-toarchive {
    background: url(../img/ya.gif) no-repeat left center;
    display: none;
    font-size: 85%;
    float: right;
    margin-top: 7px;
    padding-left: 9px;
    text-align: right;
    width: 35px;
}
.news-list {
    height: 32em;
    overflow-y: auto;
    clear: both;
}
.news-list > li {
    border-bottom: 1px solid hsl(0, 0%, 88%);
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.7);
    padding: 0.8em;
    padding-left: 0.2em;
}
.news-list > li .news-anc {
    color: inherit;
    display: inline-block;
    padding-left: 0.2em;
    padding-right: 2em;
    position: relative;
    width: 100%;
}
.news-list > li .news-anc::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 0;
    top: calc(50% - 0.5em);
}
.news-list > li .news-date {
    font-size: 0.8em;
    line-height: 1;
    margin-left: 0.2rem;
    opacity: 0.7;
    padding: 0.5em 0;
}
.news-list > li .news-cat {
    background: #777;
    border-radius: 3px;
    color: #fff;
    font-size: 0.8em;
    margin-left: 0.8em;
    padding: 0.1em 0.6em;
    line-height: 1;
}

.topics a {
    color: inherit;
    transition: all 0.3s ease-out;
}
.topics a:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.7;
}
.topics ul.topics-list {
    background: #f6f6f6;
    display: flex;
    font-size: 0.85em;
    padding: 2.6em 3.6em;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 24em;
    overflow-y: auto;
}
@media screen and (max-width: 480px) {
    .topics ul.topics-list {
        display: block;
    }
}
.topics ul.topics-list li {
    margin-bottom: 2em;
    width: 45%;
}
@media screen and (max-width: 480px) {
    .topics ul.topics-list li {
        width: auto;
    }
}
.topics-anc {
    display: flex;
    align-items: center;
}
.topics-anc img {
    box-shadow: 0 0 4px -1px hsl(0, 0%, 76%);
    margin-right: 1.6em;
}
.topics-title {
    flex: 1;
}
.topics-date {
    color: #4b4b4b;
    font-size: 0.85em;
    text-align: right;
}

/* New 点滅 */
.new-mark {
    color: hsl(1, 83%, 63%);
    font-weight: bold;
    font-size: 0.8em;
    margin-left: 0.4em;
}

.blink {
    animation: blink 1s ease-in-out infinite alternate;
}

@keyframes blink {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
.top-banner {
    background: hsl(77, 18%, 92%);
    text-align: center;
}
.top-banner .title-separete {
    margin-bottom: 0.8rem;
}
.top-banner a img {
    box-shadow: 0 0 4px -1px hsl(0, 0%, 76%);
    margin: 0 2em;
}
@media screen and (max-width: 480px) {
    .top-banner a img {
        display: block;
        margin: 0 auto 0.8em;
    }
}
@media screen and (max-width: 480px) {
    .top-banner a:last-child img {
        margin-right: auto;
        margin-bottom: 0;
    }
}