@charset "UTF-8";

/* タイトルテキスト（縦書き） */
.title-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin: 0;
    line-height: 1;
}

.title-text .title-main {
    font-size: 28px;
    letter-spacing: .3em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.title-text .title-sub {
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: .2em;
    color: rgba(255, 255, 255, 0.7);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 英語テキスト */
.en-text {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #aaa;
    font-style: italic;
}

/* セクションタイトル */
.section-title-jp {
    font-size: 14px;
    line-height: 2;
    color: #888;
    letter-spacing: .15em;
}

/* 英語サブテキスト */
.cate_text_en {
    margin-top: 30px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    color: #aaa;
    font-style: italic;
}

/* ===== PC ===== */
@media print,
screen and (min-width: 1000px) {
    .sabo-wrap {
        width: 100%;
        margin: 0 auto;
        clear: both;
        overflow: visible;
    }

    .sabo-wrap .sabo-intro {
        width: calc(100% - 100px);
        max-width: 1000px;
        margin: 100px auto;
        padding: 0;
        text-align: center;
    }

    .sabo-wrap .sabo-intro .titleArea h3 {
        margin-bottom: 40px;
        font-size: 12px;
    }

    .sabo-wrap .sabo-intro .titleArea .cate_text {
        font-size: 14px;
        line-height: 2;
    }

    .sabo-wrap .sabo-main-inner {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .unit {
        margin-top: 150px;
        margin-bottom: 150px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .saboArea1 .photoArea {
        order: 2;
    }

    .unit .photoArea {
        width: 60%;
        margin: 0 auto;
        position: relative;
    }

    .unit .photoArea img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 2枚並び */
    .unit .photo-pair {
        display: flex;
        gap: 10px;
    }

    .unit .photo-pair .photo-left,
    .unit .photo-pair .photo-right {
        width: 50%;
    }

    .unit .photo-pair img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .unit .txtArea {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .unit .txtArea .txtBox {
        width: 350px;
    }

    .unit .txtArea .txtBox h3 {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 2;
        color: #888;
        letter-spacing: .1em;
    }

    .unit .txtArea .txtBox h4 {
        margin: 0 auto 50px auto;
        font-size: 20px;
        letter-spacing: .1em;
    }

    .unit .txtArea .txtBox h5 {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 2;
        color: #888;
        text-align: justify;
    }
}

/* ===== SP ===== */
@media screen and (max-width: 999px) {
    .sabo-wrap {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 100px;
        clear: both;
        overflow: visible;
    }

    .sabo-wrap .sabo-intro {
        width: calc(100% - 20%);
        margin: 50px auto;
        padding: 0;
        text-align: center;
    }

    .sabo-wrap .sabo-intro h3 {
        font-size: 11px;
    }

    .sabo-wrap .sabo-intro .cate_text {
        width: 100%;
        margin-top: 30px;
        font-size: 12px;
        line-height: 2;
        text-align: justify;
    }

    .sabo-wrap .sabo-main-inner {
        width: calc(100% - 20%);
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .title-text {
        font-size: 22px;
    }

    .unit {
        margin-top: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .unit .photoArea {
        width: 100%;
        margin: 0 auto;
        position: relative;
        order: 2;
    }

    .unit .photoArea img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 2枚並び SP */
    .unit .photo-pair {
        display: flex;
        gap: 8px;
    }

    .unit .photo-pair .photo-left,
    .unit .photo-pair .photo-right {
        width: 50%;
    }

    .unit .photo-pair img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .unit .txtArea {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .unit .txtArea .txtBox {
        width: 100%;
    }

    .unit .txtArea .txtBox h3 {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 2;
        color: #888;
        letter-spacing: .1em;
    }

    .unit .txtArea .txtBox h4 {
        margin: 0 auto 30px auto;
        font-size: 18px;
        letter-spacing: .1em;
    }

    .unit .txtArea .txtBox h5 {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 2;
        color: #888;
        text-align: justify;
    }

    .cate_text_en {
        text-align: justify;
    }
}