@charset "UTF-8";

.hero {
    position: relative;
    width: 100%;
}

.hero h2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: min(6vw, 50px);
    font-family: "Noto Serif JP", "游明朝", "Cormorant Garamond", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.hero h2 small {
    font-size: 70%;
}

.hero figure {
    width: 100%;
    height: 100%;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cap_Txt {
    position: absolute;
    bottom: 5px;
    color: #000;
    font-size: 10px;
    letter-spacing: .1em;
}

.cap_R {
    right: 5px;
}

.cap_L {
    left: 5px;
}

.cap_W {
    color: #fff;
}

.cap_ShaB {
    text-shadow: 0 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000, 2px 0 2px #000, -2px 0 2px #000;
}

.sec_01 {
    width: 100%;
    height: 100vh;
}

.sec_01.pos_f {
    position: fixed;
    top: 0;
    left: 0;
}

.sec_01>div {
    position: relative;
    width: 100%;
    height: 100%;
}

.sec_01 .copy_Area {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.sec_01 .copy_Area h3 {
    margin-bottom: 2em;
    color: #e2ba79;
    font-size: min(5vw, 26px);
}

.sec_01 .copy_Area p {
    font-size: 16px;
    line-height: 3.5;
}

.sec_01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_02 {
    width: 100%;
    margin-top: 100vh;
    padding-top: 80px;
    overflow: hidden;
}

.sec_02.bg_Wht {
    color: #000;
}

.sec_02 h4 {
    color: #fff;
    text-align: center;
}

.sec_02.bg_Wht h4 {
    display: block;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
    color: #000;
    font-size: min(6vw, 24px);
}

.sec_02 h4::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    background-color: #fff;
    transform: translateX(-50%);
}

.sec_02.bg_Wht h4::after {
    background-color: #000;
}

.sec_02 .txt_Area {
    position: relative;
    gap: 3em;
    z-index: 3;
}

.sec_02 .txt_Area>* {
    width: calc((100% - 3em) / 2);
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sec_02 .txt_Area h5 {
    font-size: 20px;
    line-height: 1.8;
}

.sec_02 .txt_Area p {
    font-size: 16px;
    line-height: 2;
}

.ot_img01 {
    margin-top: -8%;
}

.sec_03 {
    position: relative;
    width: 100%;
    background-image: linear-gradient(to bottom, #fff, #888);
    overflow: hidden;
}

.sec_03>div {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0 2%;
    color: #000;
    box-sizing: border-box;
}

.sec_03>div::before,
.sec_03>div::after {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
}

.sec_03>div::before {
    top: 0;
    left: 0;
    height: 100%;
}

.sec_03>div::after {
    top: 50%;
    right: 0;
    height: 70%;
    transform: translateY(-50%);
}

.sec_03>div span {
    display: block;
    width: 4em;
    color: #7a6a56;
    font-size: min(3vw, 50px);
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sec_03 .year_List {
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.sec_03 .year_List:not(:first-child) {
    margin-top: 80px;
}

.sec_03 .year_List:nth-child(odd)>span:last-child {
    opacity: 0;
}

.sec_03 .year_List:nth-child(even)>span:first-child {
    opacity: 0;
}

.sec_03 .year_Detail {
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
}

.sec_03 .year_Detail>* {
    width: calc((100% - 50px) / 2);
}

.sec_03 .year_Detail h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-size: min(4.5vw, 20px);
    line-height: 1.5;
}

.sec_03 .year_Detail h5 strong {
    display: block;
    width: calc(100% - (1em + 10px));
}

.sec_03 .year_Detail h5::before {
    display: block;
    content: '';
    width: 1em;
    height: 1em;
    background: url(../img/onetime/list.svg) no-repeat center center;
    background-size: cover;
}

.sec_03 .year_Detail p {
    margin-top: 2em;
    font-size: 16px;
    line-height: 2;
}

.sec_03 .year_Last {
    color: #fff;
}

.sec_03 .year_Last span {
    color: #604c3f;
}

.sec_03 .year_Last .year_Detail h5::before {
    display: block;
    content: '';
    width: 1em;
    height: 1em;
    background: url(../img/onetime/list03.svg) no-repeat center center;
    background-size: cover;
}


.sec_04 {
    position: relative;
    width: 100%;
    padding: 200px 0 0;
    background-image: linear-gradient(to bottom, #888, #000);
    overflow: hidden;
}

.sec_04 h4 {
    color: #e2ba79;
    font-size: min(8vw, 50px);
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}

.sec_04>p {
    margin-top: 5em;
    margin-bottom: 5em;
    color: #e2ba79;
    font-size: min(5vw, 24px);
    line-height: 2;
    text-align: center;
}

.sec_04 .year_List {
    justify-content: center;
    align-self: flex-start;
    gap: 50px;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.sec_04 .year_List>* {
    width: calc((100% - 50px) / 2);
}

.sec_04 .year_List h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    color: #e2ba79;
    font-size: min(5vw, 20px);
}

.sec_04 .year_List h5::before {
    display: block;
    content: '';
    width: 1em;
    height: 1em;
    background: url(../img/onetime/list02.svg) no-repeat center center;
    background-size: cover;
}

.sec_04 .year_List h5 strong {
    display: block;
    width: calc(100% - (1em + 10px));
}

.sec_04 .year_List p {
    margin-top: 2em;
    font-size: 16px;
    line-height: 2;
}

.img2025_02 {
    width: 70%;
    margin: 20px 0 0 auto;
}

.img2025_03 {
    width: 80%;
    margin: 20px auto 0 0;
}

.sec_05 {
    position: relative;
    background-color: #000;
}

.sec_05 p {
    display: block;
    padding-top: 30vh;
    font-size: 16px;
    line-height: 3;
    text-align: center;
}

.bg_Wht {
    background-color: #fff;
}

.bg_Wht .notes {
    color: #000;
}

footer {
    position: relative;
}

/*-----------------------------
tab〜
-----------------------------*/
@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 956px) {}

/*-----------------------------
tabのみ
-----------------------------*/
/*@media only screen and (max-width: 1024px) and (min-width: 768px) {
.teiki { width: 60%;}
}*/

/*-----------------------------
sp
-----------------------------*/
@media only screen and (max-width: 768px) {
    .hero {
        height: 40vh;
    }

    .sec_01 {
        height: 100vh;
    }

    /* .sec_01.pos_f {
        position: fixed;
        top: 0;
        left: 0;
    }

    .sec_01>div {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .sec_01 .copy_Area {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .sec_01 .copy_Area h3 {
        margin-bottom: 2em;
        color: #e2ba79;
        font-size: min(5vw, 26px);
    } */

    .sec_01 .copy_Area p {
        font-size: 14px;
        line-height: 2;
    }

    .sec_01 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sec_02 {
        margin-top: 150vh;
        padding-top: 60px;
    }

    /* .sec_02.bg_Wht {
        color: #000;
    }

    .sec_02 h4 {
        color: #fff;
        text-align: center;
    } */

    /* 
    .sec_02.bg_Wht h4 {
        display: block;
        position: relative;
        margin-bottom: 50px;
        padding-bottom: 20px;
        color: #000;
        font-size: min(4vw, 24px);
    }

    .sec_02 h4::after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 30px;
        height: 1px;
        background-color: #fff;
        transform: translateX(-50%);
    }

    .sec_02.bg_Wht h4::after {
        background-color: #000;
    } */

    .sec_02 .txt_Area {
        position: relative;
        flex-direction: column;
        gap: 1em;
    }

    .sec_02 .txt_Area>* {
        width: 100%;
    }

    .sec_02 .txt_Area h5 {
        font-size: 18px;
    }

    .sec_02 .txt_Area p {
        font-size: 14px;
        line-height: 2;
    }

    .sec_03 {
        margin-top: -1px;
    }

    /* .sec_03 {
position: relative;
background-image: linear-gradient(to bottom, #fff, #888);
} */

    .sec_03>div {
        /* position: relative;
        width: 90%;
        margin: 0 auto; */
        padding: 0;
        /* color: #000;
        box-sizing: border-box; */
    }

    .sec_03>div::before,
    .sec_03>div::after {
        content: none;
    }

    /* .sec_03>div::before,
    .sec_03>div::after {
        display: block;
        position: absolute;
        content: '';
        width: 1px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
    }

    .sec_03>div::before {
        top: 0;
        left: 0;
        height: 100%;
    }

    .sec_03>div::after {
        top: 50%;
        right: 0;
        height: 70%;
        transform: translateY(-50%);
    } */

    /* .sec_03>div span {
        display: block;
        width: 4em;
        color: #7a6a56;
        font-size: min(8vw, 50px);
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    } */
    .sec_03>div span {
        width: 100%;
        font-size: min(8vw, 50px);
    }

    .sec_03 .year_List {
        flex-direction: column;
        gap: 10px;
    }

    .sec_03 .year_List:not(:first-child) {
        margin-top: 50px;
    }

    /* .sec_03 .year_List:nth-child(odd)>span:last-child {
        opacity: 0;
    } */

    .sec_03 .year_List:nth-child(even)>span:first-child {
        opacity: 1;
    }

    .sec_03 .year_List:nth-child(even)>span:last-child {
        opacity: 0;
    }

    .sec_03 .year_List:nth-child(even) .year_Detail {
        flex-direction: column-reverse;
    }

    .sec_03 .year_Detail {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .sec_03 .year_Detail>* {
        width: 100%;
    }

    .sec_03 .year_Detail h5 {
        margin-top: 10px;
    }

    /* .sec_03 .year_Detail h5 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        font-size: min(6vw, 20px);
    } */

    /* .sec_03 .year_Detail h5::before {
        display: block;
        content: '';
        width: 1em;
        height: 1em;
        background: url(../img/onetime/list.svg) no-repeat center center;
        background-size: cover;
    } */

    .sec_03 .year_Detail p {
        margin-top: 1em;
        font-size: 14px;
    }

    .sec_04 {
        margin-top: -1px;
        padding: 100px 0 0;
    }

    /* .sec_04 h4 {
        color: #e2ba79;
        font-size: min(8vw, 50px);
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
    }

    .sec_04>p {
        margin-top: 5em;
        margin-bottom: 5em;
        color: #e2ba79;
        font-size: min(6vw, 24px);
        line-height: 2;
        text-align: center;
    } */
    .sec_04>p {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .sec_04 .year_List {
        flex-direction: column;
        gap: 20px;
    }

    .sec_04 .year_List>* {
        width: 100%;
    }

    .sec_04 .year_List h5 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        color: #e2ba79;
        font-size: min(6vw, 20px);
    }

    .sec_04 .year_List h5::before {
        display: block;
        content: '';
        width: 1em;
        height: 1em;
        background: url(../img/onetime/list02.svg) no-repeat center center;
        background-size: cover;
    }

    .sec_04 .year_List p {
        margin-top: 2em;
        font-size: 14px;
    }

    .img2025_02 {
        width: 100%;
        margin: 20px auto 0;
    }

    .img2025_03 {
        width: 100%;
        margin: 20px auto 0;
    }

    /* 
    .sec_05 {
        position: relative;
        background-color: #000;
    } */

    .sec_05 p {
        padding-top: 20vh;
        font-size: 14px;
    }
}