@charset "utf-8";
.content-wrapper {
    width: 100% !important;
}

.content-wrapper .scroll-indicator {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    color: rgb(77, 194, 190);
    background-color: currentColor;
    width: 1px;
    height: 40px;
}

.content-wrapper .scroll-indicator:before,
.content-wrapper .scroll-indicator:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: currentColor;
    width: 1px;
    height: 20px;
    transform-origin: center bottom;
}

.content-wrapper .scroll-indicator:before {
    transform: rotate(45deg);
}

.content-wrapper .scroll-indicator:after {
    transform: rotate(-45deg);
}

.width-state--regular {
    width: 90%;
}

.introduction-kanaya {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50vh;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
}

.introduction-kanaya--inner {
    margin: auto;
    display: block;
    height: auto;
}

.introduction-kanaya-copy {
    line-height: 2.1;
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.5rem;
}

.msie .introduction-kanaya,
.edge .introduction-kanaya {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.msie .introduction-kanaya--inner {
    margin: 250px 0;
}

.edge .introduction-kanaya--inner {
    margin: 250px 0;
    height: 500px;
}

@media screen and (min-width: 768px) {
    .introduction-kanaya {
        min-height: 100vh;
        font-size: 1.6rem;
    }
    .tbcenter {
        text-align: center;
    }
    .introduction-kanaya-copy {
        line-height: 2.2;
        font-family: 'Zen Old Mincho', serif;
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1024px) {
    .introduction-kanaya-copy {
        line-height: 2.75;
    }
    .introduction-kanaya--inner {
        min-width: 24em;
    }
    .pcleft {
        text-align: left;
    }
    .pcvertical {
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
}

.scene {
    margin-bottom: 200px;
    margin: auto;
}

.scene-box {
    margin: auto;
}

.scene-box__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 60px;
    position: relative;
    top: -5rem;
}

.scene-box__item {
    padding: 15px 5px 0px;
    list-style: none;
    width: 48%;
}

.scene-box__figure {
    position: relative;
    margin-bottom: 10px;
}

.scene-box__figure img {
    width: 100%;
    display: block;
}

.scene-box__figcaption {
    position: absolute;
    /*
    top: 30px;
    right: 30px;
    */
    top: -20px;
    right: 10px;
    color: #fff;
    font-size: 2rem;
}

.scene-box__figcaption .ja {
    margin-bottom: 10px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 1rem;
    color: #FFF;
}

.scene-box__figcaption .en {
    font-size: 1.2rem;
}

@media screen and (min-width: 374px) {}

@media screen and (min-width: 541px) {}

@media screen and (min-width: 768px) {
    .scene-box__figure {
        position: relative;
        margin-bottom: 0;
    }
    .scene-box__figcaption {
        right: 30px;
        top: 5px;
    }
    .scene-box__figcaption .ja {
        font-size: 2.3rem;
        color: #FFF;
    }
}

@media screen and (min-width: 1024px) {
    .scene-box__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
        position: relative;
        top: -3rem;
        width: 85%;
        margin-left: 7%;
    }
    .scene-box__item {
        width: calc(33.333333%);
        padding: 0px;
    }
    .scene-box__item:nth-child(1),
    .scene-box__item:nth-child(2) {
        width: calc(50%);
    }
    .scene-box__figcaption {}
    .scene-box__figure img {
        position: relative;
        filter: brightness(0.75);
        transition: all 0.5s ease;
    }
    .scene-box__figure:before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.5s ease;
    }
    a:hover .scene-box__figure img {
        filter: brightness(1.1);
    }
    .scene-box__figcaption .ja {
        margin-bottom: 10px;
    }
    .scene-box__figcaption .en {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 1280px) {
    .scene-box__figcaption {}
}

.no-deco {
    text-decoration: none;
}

ul:last-child,
ol:last-child {
    padding: 25px;
}

.top {
    width: 100%;
    position: relative;
    text-align: center;
}

.top h1 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 13vh;
    font-size: 100%;
    font-weight: normal;
}

.top h1:after {
    display: none;
}

.top h1 img {
    max-width: 100%;
    width: 160px;
    vertical-align: bottom;
    border: 0;
}

@media screen and (min-width: 768px) {
    .top h1 img {
        width: 350px;
    }
}