@charset "UTF-8";

/*================================================================
# section01
================================================================ */
.prologue .row {
    padding: 4rem 6vw;
}

.prologue .row .left {
    display: flex;
}

.prologue .row .right {
    margin: 4rem 0 0;
    display: flex;
    flex-direction: column-reverse;
}

.prologue .row .heading02 {
    margin: 0 auto;
}

.prologue .row .heading02 .title-en {
    margin: 0;
}

.prologue .row .heading02 .title-en span {
    position: relative;
}

.prologue .row .heading02 .title-en span:before {
    width: calc(100vw);
    height: 1px;
    margin: auto;
    opacity: 0.7;
    background-color: var(--gold);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: calc(100% + 1.6rem);
}

.prologue .heading02 .title-option {
    font-size: 2rem;
}

.prologue .heading02 .title-jp {
    margin: 0;
    font-size: 1.8rem;
}

.prologue .img01 {
    width: 64%;
}

.prologue .text02 {
    margin: -4rem 4rem 0 0;
    position: relative;
    font-size: 1.4rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    z-index: 2;
    text-orientation: upright;
}

.prologue .text02 span {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
}

.section01 .img01 img {
    height: 48rem;
    object-fit: cover;
}

.section02 .img01 img {
    height: 48rem;
    object-fit: cover;
}

/*================================================================
# section05
================================================================ */
.section05 .layout01 {
    margin: 4rem 0 0;
}

.section05 .layout01 .row .left .img01 img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.section05 .layout01 .row .right {
    margin: 4rem 0 0;
}

.section05 .heading02 .title-option {
    margin: 1.6rem 0 0;
    font-size: 1.6rem;
}

.section05 .heading02 .title-en {
    margin: 1.6rem 0 0;
}

.section05 .heading02 .title-en span {
    position: relative;
}

.section05 .heading02 .title-en span:before {
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: var(--gold);
    position: absolute;
    content: "";
    top: 0;
    right: calc(100% + 1.6rem);
    bottom: 0;
}

.section05 .heading02 .title-jp {
    margin: 0;
    font-size: 2rem;
}

.section05 .text02 {
    margin: 2.4rem 0 0;
    font-size: 1.3rem;
}