@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 {
    position: relative;
    width: 100%;
    margin-top: 100vh;
    padding: 100px 0;
    background-image: linear-gradient(to right bottom, #000000, #383838, #000000);
    overflow: hidden;
}

.sec_02 h4 {
    display: block;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
    color: #fff;
    font-size: min(6vw, 24px);
    text-align: center;
}

.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 .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;
}

.access_Box {
    align-items: center;
    gap: 5vw;
}

.min_Txt {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 0.5em;
    font-size: min(4.5vw, 22px);
    line-height: 1.5;
}

.min_Txt>* {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.min_Txt small {
    font-size: 50%;
}

.min_Txt span {
    margin-bottom: -0.4em;
    font-size: 60%;
    writing-mode: vertical-rl;
}

.min_Txt em {
    margin-bottom: -0.5em;
    font-size: 250%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 0;
    letter-spacing: 0.1em;
}

.min_Txt::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0));
}

/* 個別設定 */
.box01 {
    margin-top: 80px;
}

.box02 {
    margin-top: 20px;
}

.box03 {
    margin-top: 150px;
}

.box04 {
    margin-top: 100px;
}

.box05 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.box06 {
    margin-top: 100px;
}

.box01>* {
    width: calc((100% - 5vw) / 2);
}

.box02>* {
    width: calc((100% - 5vw) / 2);
}

.box02 figure {
    padding: 0 5%;
    box-sizing: border-box;
}

.box03 figure {
    width: 65%;
}

.box03 .min_Txt {
    width: calc(35% - 5vw);
}

.box04 figure {
    width: 55%;
}

.box04 .min_Txt {
    width: calc(45% - 5vw);
}

.box05 {
    justify-content: flex-end;
}

.box05 .min_Txt {
    width: calc((100% - 5vw) / 2);
}

.box05 figure {
    width: calc(((100% - 5vw) / 2) - 10%);
}

.box06 {
    align-items: flex-end;
    gap: 7vw;
}

.box06>figure:first-child {
    width: 35%;
    margin-bottom: -50px;
}

.box06>figure:last-child {
    width: calc(100% - (35% + 7vw));
}

.access_Area p {
    margin-bottom: 1em;
    font-size: 22px;
}

.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 .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: 60px 0;
    }


    .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;
    }

    .access_Box {
        flex-direction: column;
        gap: 10px;
    }

    .access_Box figure {
        order: 1;
    }

    .min_Txt {
        /* flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        gap: 0.5em;
        font-size: min(5vw, 22px);
        line-height: 1.5; */
        order: 2;
    }

    /* .min_Txt>* {
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    } */

    /* .min_Txt small {
        font-size: 50%;
    }

    .min_Txt span {
        margin-bottom: -0.4em;
        font-size: 60%;
        writing-mode: vertical-rl;
    }

    .min_Txt em {
        margin-bottom: -0.5em;
        font-size: 250%;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 0;
        letter-spacing: 0.1em;
    }

    .min_Txt::after {
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0));
    } */
    .min_Txt span {
        writing-mode: horizontal-tb;
    }

    /* 個別設定 */
    .box01 {
        margin-top: 80px;
    }

    .box02 {
        margin-top: 80px;
    }

    .box03 {
        margin-top: 80px;
    }

    .box04 {
        margin-top: 80px;
    }

    .box05 {
        margin-top: 80px;
        margin-bottom: 100px;
    }

    .box06 {
        margin-top: 4%;
    }

    .box01>*,
    .box02>*,
    .box03>*,
    .box04>*,
    .box05>*,
    .box06>* {
        width: 100%;
    }

    .box02 figure {
        padding: 0;
    }

    .box03 figure {
        width: 100%;
    }

    .box03 .min_Txt {
        width: 100%;
    }

    .box04 figure {
        width: 100%;
        margin-bottom: 20px;
    }

    .box04 .min_Txt {
        width: 100%;
    }

    .box05 {
        justify-content: flex-end;
    }

    .box05 .min_Txt {
        width: 100%;
    }

    .box05 figure {
        width: 100%;
        margin-bottom: 20px;
    }

    .box06 {
        flex-direction: row;
        align-items: flex-end;
        gap: 10px;
    }

    .box06>figure:first-child {
        width: calc((100% - 10px) / 2);
        margin-bottom: 0;
    }

    .box06>figure:last-child {
        width: calc((100% - 10px) / 2);
    }

    .access_Area p {
        font-size: 18px;
    }
}