
/* ==============================
  ページタイトル
============================== */
.page-title-wrap h1 {
    margin: 0 auto;
}
.page-title-wrap h1 span.jp {
    display: block;
    margin: 0.7em auto 0;
}
.page-title-wrap p {
    margin: 4.54% auto 0;
}
.page-title-wrap p span {
    display: block;
    line-height: 1;
    margin: 0 auto;
    font-size: min(1.9vw, 2.6rem);
}
.page-title-wrap p span + span {
    margin-top: 1.5em;
}
@media print, screen and (max-width: 768px) {
    .page-title-wrap h1 span.jp {
        margin: 5.05vw auto 0;
        line-height: 1;
    }
    .page-title-wrap p span + span {
        margin-top: 4.88vw;
    }
}

/* ==============================
  ギャラリー　外枠
============================== */
.gallery-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5.71% 0 8.06%;
}
@media print, screen and (max-width: 768px) {
    .gallery-wrap {
        padding: 16.57vw 0 17.46vw;
    }
}


/* ==============================
  サイド
============================== */
.side_menu-wrap {
    width: 27.08%;
    max-width: 370px;
    margin: 0;
}
.side_menu-wrap ul {
    display: flex;
    flex-direction: column;
    margin-left: 19.7%;
}
.side_menu-wrap ul li {
    width: 100%;
    font-size: min(1.46vw, 2rem);
    line-height: 1;
    padding-left: 1em;
    box-sizing: border-box;
    opacity: 0.6;
    border-left: 3px solid #FFF;
}
.side_menu-wrap ul li.active {
    border-color: #32adc6;
    opacity: 1;
}
.side_menu-wrap ul li + li {
    margin-top: 1.5em;
}
.side_menu-wrap ul li a img {
    width: auto;
    height: 1em;
}
@media print, screen and (max-width: 768px) {
    .side_menu-wrap {
        display: none;
    }
}

/* ==============================
  ギャラリー内
============================== */
.gallery-wrap-inner {
    width: 72.91%;
    max-width: 996px;
    margin: 0 auto;
}
section + section {
    margin-top: 8.97%;
}
@media print, screen and (max-width: 768px) {
    .gallery-wrap-inner {
        width: 100%;
        max-width: 100%;
    }
    section + section {
        margin-top: 20.13vw;
    }
}

/* ==============================
  ギャラリー共通
============================== */
/* スライドギャラリー */
section .swiper-pagination {
    position: relative;
    margin: 3.24% 0 5.88%;
}
section .swiper-pagination .swiper-pagination-bullet {
    font-size: min(1.61vw, 2.2rem);
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    border-radius: 50%;
    opacity: 1;
}
section .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3e3a39;
}
@media print, screen and (max-width: 768px) {
    section .swiper-pagination {
        margin: 6.53vw 0 10.98vw;
        line-height: 1;
        font-size: 1.48vw;
    }
    section .swiper-pagination .swiper-pagination-bullet {
        width: 1.48vw;
        height: 1.48vw;
    }
}

/* テキスト */
section .text-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 96.31%;
    max-width: 931px;
}
@media print, screen and (max-width: 768px) {
    section .text-wrap {
        width: 85.33vw;
        max-width: 85.33vw;
        margin: 0 auto;
        flex-direction: column;
    }
}

/* 青文字タイトル */
section .text-wrap .title {
    width: 40.7%;
    max-width: 379px;
}
section .text-wrap .title h2 {
    font-size: min(2.63vw, 3.6rem);
    line-height: 1.7;
    overflow: hidden;
}
section .text-wrap .title h2::after {
    display: none;
}
section .text-wrap .title h2 span {
    line-height: inherit;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
}
section .text-wrap .title h2 img {
    vertical-align: top;
}
@media print, screen and (max-width: 768px) {
    section .text-wrap .title {
        width: 100%;
        max-width: 100%;
    }
    section .text-wrap .title h2 {
        font-size: 8.53vw;
        line-height: 1.5;
    }
}

/* 黒文字タイトル・テキスト */
section .text-wrap .text-box {
    width: 66.27%;
    max-width: 617px;
}
section .text-wrap .text-box h3 {
    font-size: min(1.61vw, 2.2rem);
    line-height: 1.7;
    color: #3E3A39;
    letter-spacing: -0.04em;
    font-weight: 500;
}
section .text-wrap .text-box h3 span {
    display: block;
    overflow: hidden;
}
section .text-wrap .text-box h3 span img {
    vertical-align: top;
}
section .text-wrap .text-box p {
    font-size: min(1.09vw, 1.5rem);
    line-height: 2;
}
@media print, screen and (max-width: 768px) {
    section .text-wrap .text-box {
        width: 100%;
        max-width: 100%;
    }
    section .text-wrap .text-box h3 {
        font-size: 3.73vw;
    }
    section .text-wrap .text-box p {
        font-size: 3.2vw;
        margin-top: 2.333vw;
    }
}
