
#container img {
    height: auto;
}
.page-top{
    padding-top: 192px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
#view,#story,#style{
    overflow: hidden;
}
.page-heading .en{
    font-size: 28px;
    font-weight: 300;
    margin-bottom: .8em;
    line-height: 1.5;
    letter-spacing: .075em;
}
.page-heading .jp{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
}
.page-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 60px;
}
.page-wrap.al{
    align-items: center;
}
.page-wrap + .page-wrap{
    margin-top: 120px;
}
.page-item.fit{
    width: 100%;
}
.page-item.half{
    width: 50%;
}
.page-item.half-gap{
    width: calc(50% - 60px);
}
.page-item.thumb{
    width: calc(50% - 120px);
}
.page-thumbs{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
    visibility: visible !important;
}
.page-thumbs .img-wrapper img{
    opacity: 0;
    filter: blur(20px);
}
.page-thumbs .img-wrapper:first-child img{
    transition: 1.2s .4s ;
}
.page-thumbs .img-wrapper:nth-of-type(2) img{
    transition: 1.2s .6s;
}
.page-thumbs .img-wrapper:nth-of-type(3) img{
    transition: 1.2s .8s;
}
.page-thumbs .img-wrapper:nth-of-type(4) img{
    transition: 1.2s 1s;
}
.page-thumbs.wow-finished .img-wrapper img{
    opacity: 1;
    filter: blur(0);
}
.page-view-img{
    margin: 0 auto;
    padding: 40px 0 32px;
    max-width: 785px;
    width: 100%;
}
.style-wrap{
    margin: 0 auto;
    max-width: 635px;
}
.style-wrap + .style-wrap{
    margin-top: 100px;
}
.style-heading{
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-bottom: 1px solid #707070;
    padding-bottom: 32px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.5;
}
.style-heading .en{
    color: #906C4D;
}
.style-box{
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #707070;
}
.story-wrap{
    background: rgba(144, 108, 77, 0.05);
    padding: 40px 24px 48px;
}
.story-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:  48px;
}
#container .story-grid img{
    height: auto;
}
.story-title{
    font-size: 16px;
    margin-bottom: 1em;
}
.page-wrap .tertiary-heading {
    line-height: 1.5;
}

@media screen and (max-width: 1100px) {
    .page-top{
        padding-top: 0;
    }
    .page-wrap {
        gap: 40px 32px;
    }
    .page-item.thumb {
        width: calc(50% - 32px);
    }
}
@media screen and (max-width: 767px) {
    .page-wrap{
        gap: 20px;
    }
    .page-wrap + .page-wrap{
        margin-top: 60px;
    }
    .page-top{
        padding-top: 0;
    }
    .page-wrap.dl-reverse{
        flex-direction: column-reverse;
    }
    .page-item.half{
        width: 100%;
    }
    .page-item.half-gap{
        width: 100%;
    }
    .page-item.thumb{
        width: 100%;
    }
    .page-heading .en{
        font-size: 22px;
    }
    .page-heading .jp{
        font-size: 20px;
    }
    .page-wrap .tertiary-heading {
        font-size: 18px;
    }
    .page-thumbs{
        display: grid;
        gap: 4px;
    }
    .style-heading {
        padding-bottom: 16px;
        margin-bottom: 24px;
        font-size: 14px;
    }
    .text-right.style-cap{
        text-align: center;
        font-size: 10px;
    }
    .story-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .story-wrap{
        padding: 32px 16px 16px;
    }
    .story-cap{
        font-size: 10px;
    }
    .sp-order-01{
        order: 1;
    }
    .sp-order-02{
        order: 2;
    }
    .sp-order-03{
        order: 3;
    }
    .page-view-img {
        padding: 0;
    }
    .page-view-img .caption{
        font-size: 10px;
        margin-top: .8em;
    }
    .style-wrap + .style-wrap {
        margin-top: 32px;
    }
    .page-thumbs .img-wrapper .caption{
        font-size: 10px;
    }
}