
/*
--- 
---------------------------------------------------------------------------*/
body {
    /*padding-top: 62px;*/
    padding-top: 0;
    background-color: #761110;
}
/*html.is-loading body {
    overflow: hidden;
}*/

/*
--- common
---------------------------------------------------------------------------*/
h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
}
h3.en {
    font-size: 145px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #761010;
    position: relative;
}
h3.en + h2 {
    margin-top: 30px;
}

h3.en > span.clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #b51f1f;
    clip-path: polygon(0 66%, 100% 66%, 100% 130%, 0% 130%);
}

.serif {
    font-family: "Noto Serif JP", serif;
}


@media screen and (max-width: 1023px) {
    h3.en {
        font-size: 100px;
    }
}
@media screen and (max-width: 767px) {
    h3.en {
        font-size: 60px;
    }
}
@media screen and (max-width: 560px) {
    h3.en {
        font-size: 48px;
    }
}
/* section setting */
/*section {
    min-height: calc(100vh - 62px);
}*/
.section-wrapper section {
    background-color: #fff;
    padding: 100px 0;
    position: relative;
    z-index: 0;
}
.section-wrapper section.set-bgi {
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.section-wrapper section.set-bgi::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.section-wrapper section.no-bgi {
    background-color: transparent;
}

a.btn-a {
    width: 100%;
    height: auto;
    border: solid 1px #fff;
    margin-top: 30px;
}

@media screen and (max-width: 1023px) {
    
}

@media screen and (max-width: 767px) {
    .section-wrapper section {
        padding: 50px 0;
    }
}

@media screen and (max-width: 560px) {

}
/*
--- main
---------------------------------------------------------------------------*/
/* test */
.contents_wrapper {
    overflow: unset;
}
div#first-view {
    position: sticky;
    top: 0;
    z-index: -1;
    height: 100vh;
}
.main-visual-inner {
    position: relative;
    height: 100%;
}
.main-visual-inner::before {
    content: '';
    display: block;
    /*padding-bottom: 56.25%;*/
    opacity: 0;
    transition: opacity 0.5s 0s;
    inset: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

html.is-loading .main-visual-inner {
    /*--loadingDuration: 1.5s;
    --loadingDelay: 1.8s;*/
    mask-image: url("../images/anniversary/anniversary-125mark_mask.svg"),url("../images/anniversary/anniversary-ciacle_mask.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    transition: mask-size 1s;
}

html.is-loading .main-visual-inner::before {
    /*animation: loadingBeforeAnime 1.5s 1.8s both*/
    opacity: 1;
}

@media (max-width: 767px) {
    html.is-loading .main-visual-inner {
        mask-size:0vw 0vw,0vw 0vw;
        animation: loadingAnimeSp 1.5s 1.8s both
    }
}
@keyframes loadingAnimeSp {
    0% {
        mask-size: 0vw 0vw,0vw 0vw;
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
    }
    50% {
        mask-size: 61.53847vw 61.53847vw,0vw 0vw
    }
    100% {
        mask-size: 128.20513vw 128.20513vw,307.69231vw 307.69231vw
    }
}

@media (min-width: 768px) {
    html.is-loading .main-visual-inner {
        mask-size:0vw 0vw,0vw 0vw;
        animation: loadingAnimePc 1.5s 1.8s both
    }

}
@keyframes loadingAnimePc {
    0% {
        mask-size: 0vw 0vw,0vw 0vw;
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }
    30% {
        mask-size: 30vw 30vw, 0vw 0vw;
    }
    50% {
        mask-size: 30vw 30vw, 0vw 0vw;
    }
    100% {
        mask-size: 90vw 90vw, 130vw 130vw;
    }
}
.main-visual-slider {
    height: 100%;
    overflow: hidden;
}
.slider-img {
    height: 100vh;
    position: relative;
}
.slider-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transform-origin: center;
}

@keyframes slideZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation img {
  animation: slideZoom 12s linear 0s normal both;
}

@media screen and (max-width: 1023px) {
    
}

@media screen and (max-width: 767px) {
    
}

@media screen and (max-width: 560px) {

}


/*
--- 創立125周年まで
---------------------------------------------------------------------------*/
section#count-down {
    color: #fff;
    max-height: 740px;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
section#count-down h2 {
    font-size: 28px;
    font-weight: bold;
}
/* count down timer - js count down */
div#countdown {
    display: flex;
    justify-content: center;
    font-family: "Noto Serif JP", serif;
    margin-top: 10px;
}
.cd-item span {
    display: block;
    text-align: center;
    padding-left: 25px;
}
span.cd-num {
    min-width: 125px;
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    position: relative;
}
.cd-item:first-of-type span.cd-num {
    padding-left: 0;
}
span.cd-num[data-d]:first-letter {
    color: red;
}
.cd-item:not(:first-of-type) span.cd-num::before {
    content: ':';
    position: absolute;
    left: 0;
    top: auto;
    bottom: 5px;
}
span.cd-label {
    font-size: 21px;
}
/* --- */
.anniversary-date {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    margin-top: 10px;
}
.anniversary-text {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-top: 10px;
}
.anniversary-text p {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
}
.timer-anniversary-logo-wrap {
    text-align: center;
    margin: 20px 0;
}

svg.timer-anniversary-logo {
    width: 260px;
}
polygon.svgpolygon-1 {
    opacity: 0;
    transform: translateX(-200px);
    transition: opacity 0.6s linear 1.7s, transform 0.6s linear 1.5s;
}
.timer-anniversary-logo-wrap.aos-animate polygon.svgpolygon-1 {
    opacity: 1;
    transform: translateX(0)
}
.svgpolygon-text-1 {
    fill: #fff;
    opacity: 0;
    transition: all 0.3s linear 2.0s;
}
.timer-anniversary-logo-wrap.aos-animate .svgpolygon-text-1 {
    opacity: 1;
}
path.svgpath-2 {
    opacity: 0;
    transition: all 1s linear 1.5s;
}
.timer-anniversary-logo-wrap.aos-animate path.svgpath-2 {
    opacity: 1;
}
path.svgpath-3 {/* 5の上 */
    stroke-dasharray: 553.2;
    stroke-dashoffset: 553.2;
    transition: all 1s linear 0.5s;
}
.timer-anniversary-logo-wrap.aos-animate path.svgpath-3 {
    stroke-dashoffset: 0;
}
path.svgpath-4 {/* 1 */
    stroke-dasharray: 510;
    stroke-dashoffset: 510;
    transition: all 1s linear;
}
.timer-anniversary-logo-wrap.aos-animate path.svgpath-4 {
    stroke-dashoffset: 0;
}
path.svgpath-5 {/* 2,5の下 */
    stroke-dasharray: 1260;
    stroke-dashoffset: 1260;
    transition: all 1.3s linear 0.2s;
}
.timer-anniversary-logo-wrap.aos-animate path.svgpath-5 {
    stroke-dashoffset: 0;
}

@media screen and (max-width: 1023px) {
    
}

@media screen and (max-width: 767px) {
    span.cd-num {
        min-width: 100px;
        font-size: 64px;
    }
}

@media screen and (max-width: 560px) {
    span.cd-num {
        min-width: 80px;
        font-size: 40px;
    }
    span.cd-label {
        font-size: 16px;
    }
    .anniversary-text p {
        font-size: 24px;
    }
}


/*
--- Message - ご挨拶
---------------------------------------------------------------------------*/

section#message .overbox {
    padding: 0 10px 100px;
    position: relative;
    z-index: 1;
}
section#message .overbox::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 96px;
    width: 100%;
    height: 400px;
    background-color: #e5dacf;
}
/*section#message .overbox h3.en {
    mix-blend-mode: overlay;
}*/
.message-block {
    display: flex;
    max-width: 1120px;
    margin: 60px auto 10px;
    gap: 50px;
}
.message-box {
    padding: 0 20px 10px;
    position: relative;
    width: calc(100% - 34px);
}

.message-box h5 {
    font-size: 32px;
    font-weight: 400;
    color: #761010;
    padding-right: 90px;
}
.message {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    writing-mode: vertical-rl;
    font-size: 20px;
    
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: self-start;
    overflow: hidden;
}
.message span {
    display: block;
    background-color: #fff;
    padding: 8px 3px;
    border: solid 1px #dddddd;
    position: relative;
    transform: translateY(-100%);
    transition: transform 0.4s ease-out;
}
.message span:nth-of-type(1) {
    transition-delay: 0.4s;
}
.message span:nth-of-type(2) {
    transition-delay: 0.8s;
}
.message-box.aos-animate .message span {
    transform: translateY(0%);
}
.message span::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: #000;
    /*transition: transform 0.5s ease-out;*/
    
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    transform: scale(1, 1);
}
.message-box.aos-animate .message span:nth-of-type(1)::before {
    animation: zoom 0.8s ease 0.8s forwards;
}
.message-box.aos-animate .message span:nth-of-type(2)::before {
    animation: zoom 0.8s ease 1.2s forwards;
}
@keyframes zoom {
    0% {
        transform: scale(1, 1);
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -o-transform-origin: bottom;
        transform-origin: bottom;
    }
    40% {
        transform: scale(1, 1);
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -o-transform-origin: bottom;
        transform-origin: bottom;
    }
    100% {
        transform: scale(1, 0);
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -o-transform-origin: bottom;
        transform-origin: bottom;
    }
}

.photo {
    position: relative;
}
.photo::before {
    content: '';
    display: block;
    padding-bottom: 125%;
}
.photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.profile {
    background-color: #fff;
}
.profile > a {
    padding-top: 10px;
    display: block;
    padding-left: 50px;
    color: #333;
    font-size: 14px;
}
.profile span.name {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 10px;
    
    writing-mode: vertical-lr;
    font-size: 22px;
    color: #fff;
    
    background-color: #761010;
    display: block;
    padding: 20px 10px;
}
.profile span.post {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 75px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-right: 15px;
    border-bottom: 2px solid #761010;
    position: relative;
    z-index: 0;
}
.profile span.post::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 35px);
    height: calc(100% + 10px);
    top: -10px;
    left: -20px;
    background-color: #eee;
    transform-origin: right;
    transform: scale(0, 1);
    transition: transform 0.3s ease-out;
}
.profile > a:hover span.post::before {
    transform-origin: left;
    transform: scale(1, 1);
}
.profile span.post::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
}

/* remodal */
.remodalTeacher {
    padding-top: 50px;
}
.remodal-teacher-photo {
    width: 100%;
    max-width: 240px;
    float: right;
    padding-left: 20px;
    background-color: #fff;
}
.remodalTeacher__container h3 {
    color: #761010;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1023px) {
    section#message .overbox::before {
        top: 60px;
        height: calc(100% - 350px);
    }
    
    section#message .overbox {
        padding-bottom: 50px;
    }
    .message-block {
        gap: 30px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 890px) {
    .message-block {
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
    .message-box {
        width: calc(50% - 25px);
        max-width: 340px;
    }
}

@media screen and (max-width: 767px) {
    .message-block {
        gap: 20px;
        margin-top: 20px;
    }
    section#message .overbox::before {
        top: 40px;
    }
    .message-box {
        width: 100%;
        max-width: 400px;
    }
    .photo::before {
        padding-bottom: 110%;
    }
}

@media screen and (max-width: 560px) {
    section#message .overbox::before {
        top: 30px;
    }
    .message-box {
        max-width: 320px;
    }
    .message-box h5 {
        font-size: 26px;
    }
    /* remodal */
    .remodal-teacher-photo {
        float: none;
        margin: 0 auto 30px;
        padding-left: 0;
    }
}


/*
--- Project
---------------------------------------------------------------------------*/
section#project {
    padding: 0 100px 100px 0;
}

.project-block-wrap {
    display: flex;
    align-items: self-start;
    /*background-color: #761010;*/
    color: #fff;
    position: relative;
    z-index: 0;
    transition: opacity 0.6s ease-out;
}
body.sidemode section#project > .project-block-wrap {
    opacity: 0;
}

.project-block-wrap::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: calc(100% - 80px);
    left: 0;
    top: 0;
    background-color: #761010;
}

.project-image-block {
    width: 63%;
    padding-top: 50px;
}
.project-image-block h4 {
    font-size: 24px;
    font-weight: 300;
    padding-left: 50px;
    position: relative;
}
.project-image-block h4 span {
    background-color: #761010;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    line-height: 1.3;
}
.project-image-block h4::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 0;
}
.project-image {
    margin-top: 20px;
}
.project-image img {
    width: 100%;
}

.project-text-block {
    width: 37%;
    min-width: 330px;
    text-align: center;
    padding: 30px 10px;
    background-color: #761010;
}
.project-text {
    max-width: 300px;
    display: inline-block;
}
.project-text-block h3.en {
    font-size: 84px;
    opacity: 0.3;
    color: #fff;
}
.project-text-block h2 {
    font-size: 52px;
    font-weight: 600;
    color: #761010;
    background-color: #fff;
    line-height: 1.1;
    padding: 10px 10px 20px;
}
.project-text-block h2 + p {
    margin-top: 30px;
    text-align: left;
}

@media screen and (max-width: 1023px) {
    section#project {
        padding: 0 50px 50px 0;
    }
    .project-block-wrap::before {
        height: 100%;
    }
    .project-image-block h4 {
        padding-left: 20px;
    }
    .project-image-block h4 span {
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    section#project {
        padding: 0;
    }
    .project-block-wrap {
        flex-direction: column;
    }
    .project-text-block {
        width: 100%;
        padding-top: 20px;
    }
    .project-text-block h3.en {
        font-size: 72px;
    }
    .project-text-block h2 {
        font-size: 48px;
    }
    .project-text-block h3.en + h2 {
        margin-top: 20px;
    }
    .project-image-block {
        width: 100%;
        padding-top: 30px;
    }
    .project-image {
        margin-top: 0;
    }
}

@media screen and (max-width: 560px) {

}



/*
---　沿革 - History
---------------------------------------------------------------------------*/
section#history {
    
}
.history-block-wrapper {
    position: relative;
}
.history-title-block {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 15%;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 380px;
    height: 100vh;
    padding: 20px;
    background-color: #fff;
    border-left: solid 1px #ccb59f;
    border-right: solid 1px #ccb59f;
    text-align: center;
    pointer-events: none;
    
    --progress: 0;
    --line-width: 60vw;      /* 既存の width と同値 */
    --line-offset: 120px;    /* 既存の translateX(-120px) と同値 */
    --dot-size: 20px;        /* 既存の after の直径 */
}
.history-title-block::before {
    content: '';
    position: absolute;
    /*width: 60vw;*/
    width: var(--line-width);
    height: 4px;
    left: 100%;
    top: 50%;
    /*transform: translate(-120px, -50%);*/
    transform: translate(calc(-1 * var(--line-offset)), -50%);
    background-color: #cccccc;
}
.history-title-block::after {
    content: '';
    position: absolute;
    /*width: 20px;
    height: 20px;*/
    width: var(--dot-size);
    height: var(--dot-size);
    /*right: -10px;*/
    
    /* ラインの始点 = 100% - line-offset
     そこから 進捗 * line-width を足して配置
     ドットの中心をライン上に乗せるため 1/2 分戻す */
    left: calc(
        (100% - var(--line-offset)) +
        (var(--line-width) * var(--progress)) -
        (var(--dot-size) / 2)
    );
    top: 50%;
    transform: translateY(-50%);
    will-change: transform, left;
    background-color: #761010;
    border-radius: 50%;
}
.his-logo-mark {
    text-align: center;
}
.his-logo-mark svg.logo_mark {
    fill: #761010;
    width: 68px;
}
.history-title-block h4 {
    font-size: 68px;
    color: #761010;
    font-weight: 500;
}
.history-title-block h2 {
    font-size: 32px;
}
.history-title-block a.btn-a {
    pointer-events: auto;
}
/* history slider */
.history-block {
    height: 700px;
    background-color: #f7f7f7;
}

/***********************/
.history-block-wrapper{
    position: sticky;
    top: 0;
    height: 100vh; /* JSが必要に応じて上書きします */
    overflow: hidden;
}

.history-slider-wrapper{
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
    box-sizing: content-box;
    padding-left: 200px;
    padding-right: 30vw;
    will-change: transform;
}
.history-slide {
    width: 375px;
    height: 270px;
    position: relative;
    will-change: transform; /* パフォーマンスヒント */
    overflow: hidden;
}
.history-slide {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.history-slide:nth-of-type(even) {
    align-items: flex-end;
}
.history-slide.v-c {
    align-items: center;
}

.hs-inner {
    transform: scale(0.5);
    transition: transform 0.6s ease-out;
}
.history-slide img {
    width: 100%;
    height: auto;
    display: block;
    /*transform: scale(0.5);*/
    opacity: 0;
    transition: opacity 0.5s ease-out 0.1s;
}
.hs-inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.history-slide.image-l .hs-inner::after {
    background-color: #fff;
}
.history-slide.image-m .hs-inner::after {
    background-color: #72151a;
}
.history-slide.image-s .hs-inner::after {
    background-color: #ccb59f;
}
.history-slide.al-ctr {
    align-items: center !important;
}

.history-slide.image-l img {width: 375px;}
.history-slide.image-m img {width: 270px;}
.history-slide.image-s img {width: 180px;}

.history-slide.in_view .hs-inner {
    transform: scale(1);
}
.history-slide.in_view img {
    opacity: 1;
}

@media screen and (max-width: 1023px) {
    .history-title-block {
        left: 10%;
        width: 320px;
        padding: 20px 15px;
    
        /*--progress: 0;*/
        /*--line-width: 60vw;*/
        --line-offset: 92px;
        /*--dot-size: 20px;*/
    }
    .history-title-block::before {
        /*transform: translate(-92px, -50%);*/
    }
    .his-logo-mark svg.logo_mark {
        width: 60px;
    }
    .history-title-block h4 {
        font-size: 60px;
    }
    .history-title-block h2 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .history-title-block {
        left: 5%;
        width: 280px;
        padding: 20px 10px;
    
        /*--progress: 0;*/
        /*--line-width: 60vw;*/
        --line-offset: 62px;
        /*--dot-size: 20px;*/
    }
    .history-title-block::before {
        /*transform: translate(-62px, -50%);*/
    }
    
    .history-slide {
        width: 300px;
        height: 200px;
        /*align-items: flex-end;*/
    }
    .history-slide:nth-of-type(even) {
        /*align-items: flex-start;*/
    }
    .history-slide.image-l img {width: 300px;}
    .history-slide.image-m img {width: 220px;}
    .history-slide.image-s img {width: 160px;}
    
}

@media screen and (max-width: 560px) {
    
    .history-title-block {
        width: 290px;
        background-color: rgba(255, 255, 255, 0.7);
        left: 50%;
        transform: translate(-50%, 0) !important;
        
        --line-width: 45vw;
        --line-offset: 100px;
        --dot-size: 15px;
    }
    .history-title-block::before {
        top: 53%;
        left: 90%;
        /*width: 40vw;*/
        /*transform: translate(-100px, -50%);*/
    }
    .history-title-block::after {
        /*width: 15px;
        height: 15px;*/
        top: 53%;
        left: calc(
            (90% - var(--line-offset)) +
            (var(--line-width) * var(--progress)) -
            (var(--dot-size))
        );
        /*right: -5px;*/
    }
    
    .history-slide {
        width: 270px;
        height: 200px;
        /*align-items: flex-end;*/
    }
    .history-slide.image-l img {width: 270px;}
    .history-slide.image-m img {width: 200px;}
    .history-slide.image-s img {width: 140px;}
}



/*
---　お知らせ・イベント - News & Event
---------------------------------------------------------------------------*/
section#news-event {
    padding-bottom: 0;
}
section#news-event .overbox {
    padding: 0 10px 100px;
    position: relative;
    z-index: 1;
    /*transition: opacity 0.6s ease-out;*/
}
/*
section#news-event.aos-animate > .overbox {
    opacity: 1;
}*/
section#news-event .overbox::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 96px);
    background-color: #f5f0ec;
}
/*section#news-event .overbox h3.en {
    mix-blend-mode: overlay;
}*/
.news-block-wrapper {
    max-width: 900px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.news-block {
    width: calc(100% / 3 - 20px);
}
.news-block a {
    display: block;
    padding: 15px;
    background-color: #fff;
    border: solid 1px #cccccc;
    color: inherit;
}
.news-image {
    position: relative;
}
.news-image::before {
    content: '';
    display: block;
    padding-bottom: 66%;
}
.news-image .cat-tip {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #761010;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}
.news-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-date {
    margin-top: 10px;
    font-size: 14px;
}
.news-title {
    margin-top: 10px;
}
@media screen and (max-width: 1023px) {
    section#news-event .overbox::before{
        height: calc(100% - 66px);
    }
}

@media screen and (max-width: 767px) {
    section#news-event .overbox {
        padding-bottom: 80px;
    }
    section#news-event .overbox::before{
        height: calc(100% - 36px);
    }
    .news-block-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }
    .news-block {
        width: 100%;
        max-width: 450px;
    }
}

@media screen and (max-width: 560px) {
    section#news-event .overbox {
        padding: 0 15px 80px;
    }
    .news-block-wrapper {
        gap: 20px;
    }
    section#news-event .overbox::before{
        height: calc(100% - 33px);
    }
}



/*
--- ご寄付のお願い
---------------------------------------------------------------------------*/
section#kifu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-wrapper section#kifu.set-bgi::before {
    background-color: rgba(0, 0, 0, 0.5);
}
section#kifu .section-inner {
    max-width: 750px;
}
section#kifu h2 {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
}
.kifu-lead {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    padding: 10px;
}
.kifu-lead p {
    /*text-align: left;*/
}
.kifu-lead p + p {
    margin-top: 1em;
}

@media screen and (max-width: 1023px) {
    section#kifu h2{
        font-size: 44px;
    }
}

@media screen and (max-width: 767px) {
    
}

@media screen and (max-width: 560px) {
    section#kifu h2{
        font-size: 32px;
    }
    .kifu-lead p {
        font-size: 12px;
    }
}

@media screen and (max-width: 465px) {
    .kifu-lead {
        padding: 10px 0;
    }
    .kifu-lead p {
        font-size: 10px;
    }
}


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


@media screen and (max-width: 1023px) {
    
}

@media screen and (max-width: 767px) {
    
}

@media screen and (max-width: 560px) {

}






