body.item header li.nav-item::after {
    display: block;
}

/* ==============================
  ページタイトル
============================== */
.page-title-wrap  {
    padding:  5.21% 0 4.95%;
}
.page-title-wrap h1 {
    width: 11.89%;
    margin: 0 auto;
}
.page-title-wrap h1 span.jp {
    display: block;
    width: 40.82%;
    margin: 0.7em auto 0;
}
.page-title-wrap p {
    width: 34.93%;
    margin: 4.54% auto 0;
}
.page-title-wrap p.small {
    width: 62.15%;
    margin: 2.33% auto 0;
}
.page-title-wrap p.small .page-title-text-small01 {
    width: 63.17%;
}
.page-title-wrap p.small .page-title-text-small02 {
    margin-top: 1.74%;
}
@media print, screen and (max-width: 768px) {
    .page-title-wrap  {
        padding: 34.74vw 0 15.62vw;
    }
    .page-title-wrap h1 {
        width: 22.4vw;
    }
    .page-title-wrap h1 span.jp {
        width: 15.49vw;
        margin: 5.05vw auto 0;
        line-height: 1;
    }
    .page-title-wrap p {
        width: 85.12vw;
        margin: 9.7vw auto 0;
    }
    .page-title-wrap p.small {
        width: 85.12vw;
        margin: 6.56vw auto 0;
    }
    .page-title-wrap p.small span + span {
        margin-top: 3.94vw !important;
    }
    .page-title-wrap p.small .page-title-text-small01 {
        width: 50.35vw;
    }
    .page-title-wrap p.small .page-title-text-small02 {
        width: 43.77vw;
    }
    .page-title-wrap p.small .page-title-text-small03 {
        width: 84.08vw;
    }
    .page-title-wrap p.small .page-title-text-small04 {
        width: 64.5vw;
    }
}


/* ==============================
  共通
============================== */
section {
    display: flex;
    flex-direction: column;
}
section .text-wrap {
    flex-direction: column;
    margin: 3.88% 0 0;
    width: 100%;
    max-width: 100%;
}
section .text-wrap .title {
    width: 100%;
    max-width: 100%;
}
section .text-wrap .title h2 {
    font-size: min(2.56vw, 3.5rem);
    line-height: 1;
}
section .text-wrap .title + p {
    margin-top: 1.58%;
    font-size: min(1.17vw, 1.6rem);
    line-height: 2.1;
}
@media print, screen and (max-width: 768px) {
    .gallery-wrap-inner section {
        width: 85.3vw;
        margin: 0 auto;
    }
    .gallery-wrap-inner section + section {
        border-top: 1px solid #ccc;
        margin-top: 18.86vw;
        padding-top: 17.65vw;
    }
    section .image-wrap {
        order: 2;
        margin-top: 6.12vw;
    }
    section .text-wrap {
        order: 1;
        margin: 0;
    }
    section .text-wrap .title {
    }
    section .text-wrap .title h2 {
        font-size: 6.66vw;
        margin: 0 auto;
    }
    section .text-wrap .title + p {
        margin-top: 5.3vw;
        font-size: 3.2vw;
    }
}

section .list-wrap {
    margin-top: 4.18%;
}
section .list-wrap ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
section .list-wrap ul li {
    width: 17.48%;
}
section .list-wrap ul li + li {
    margin-left: 1.38%;
}
@media print, screen and (max-width: 768px) {
    section .list-wrap {
        order: 3;
        margin-top: 6.12vw;
    }
    section .list-wrap ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    section .list-wrap ul li {
        width: 40.96vw;
    }
    section .list-wrap ul li + li {
        margin-left: 0;
    }
    section .list-wrap ul li:nth-of-type(n+3) {
        margin-top: 3.29vw;
    }
}

/* ==============================
  ドレス
============================== */
/*  width / 996(section) */
#dress .text-wrap .title h2 {
    width: 9.67%;
}
@media print, screen and (max-width: 768px) {
    /*  width / 375(アートボードサイズ) */
    #dress .text-wrap .title h2 {
        width: 17.62vw;
    }
}

/* ==============================
  写真
============================== */
#photo .text-wrap .title h2 {
    width: 7.35%;
}
@media print, screen and (max-width: 768px) {
    #photo .text-wrap .title h2 {
        width: 13.57vw;
    }
}

/* ==============================
  映像
============================== */
#movie .text-wrap .title h2 {
    width: 7.18%;
}
@media print, screen and (max-width: 768px) {
    #movie .text-wrap .title h2 {
        width: 13.25vw;
    }
}

/* ==============================
  ヘアメイク
============================== */
#hair_makeup .text-wrap .title h2 {
    width: 17.38%;
}
@media print, screen and (max-width: 768px) {
    #hair_makeup .text-wrap .title h2 {
        width: 31.55vw;
    }
}
