.txt-vertical .int,
.txt-vertical .txt-latin {
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .d__flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .d__flex.jus {
        justify-content: space-between;
    }
    .txt-vertical-pc {
        cursor: vertical-text;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: upright;
        word-wrap: break-word;
    }
    .txt-vertical-pc .int {
        writing-mode: lr-tb;
        -o-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        -moz-writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        display: inline-block;
        text-align: center;
        line-height: 1.5em;
    }

}
.ob-img {
    background-size: cover;
    background-position: center center;
    position: relative;
}
.ob-img img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (min-width: 768px) {
    .ob-img img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
}
#key {
    margin-left: 0;
}
#key .ob-img {
    height: 115vw;
}
@media screen and (min-width: 768px) {    
    #key .ob-img {
        height: 670px;
    }
}
.ttl__c {
    font-size: 7vw;
    position: relative;
}
@media screen and (min-width: 768px) {
    .ttl__c {
        font-size: 35px;
        position: relative;
    }
}

#sec1 {
    position: relative;
}
#sec1 .wrap {
    padding-top: 25vw;
    padding-bottom: 25vw;
}
#sec1 .deco-1 {
    position: absolute;
    width: 100vw;
    top: -43vw;
    right: 30vw;
    left: auto;
}
#sec1 .deco-2 {
    position: absolute;
    width: 100vw;
    bottom: -41vw;
    left: 0;
}
#sec1 .box {
    box-sizing: border-box;
    padding: 10vw 5vw;
    color: #fff;
    background: url("../img/scene/sec1_box_bg.png");
    position: relative;
    z-index: 2;
}
#sec1 .box h2 {
    font-size: 6vw;
    line-height: 2;
    margin-bottom: 7vw;
    letter-spacing: 0.2em;
    font-weight: 300;
}
#sec1 .box h2 span {
    font-size: 9.2vw;
}
#sec1 .box h2 span small {
    font-size: 6vw;
}
#sec1 .box .text p + p {
    margin-top: 7vw;
}
#sec1 .slider__s {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
#sec1 .slider__s li {
    width: 132vw;
}
@media screen and (min-width: 768px) {
    #sec1 {
        margin-bottom: 0;
    }
    #sec1 .wrap {
        padding-top: 210px;
        padding-bottom: 284px;
    }
    #sec1 .deco-1 {
        width: 1138px;
        top: -478px;
        right: calc(50% - 149px);
        left: auto;
    }
    #sec1 .deco-2 {
        width: 888px;
        bottom: -510px;
        left: calc(50% - 150px);
    }
    #sec1 .box {
        margin-left: -157px;
        width: 797px;
        padding: 92px 90px 105px 95px;
    }
    #sec1 .box h2 {
        font-size: 30px;
        line-height: 74px;
        margin-bottom: 35px;
        padding-left: 8px;
        letter-spacing: 10px;
    }
    #sec1 .box h2 span {
        font-size: 46px;
        letter-spacing: 13px;
        
    }
    #sec1 .box h2 span small {
        font-size: 30px;
    }
    #sec1 .box .text p + p {
        margin-top: 34px;
    }
    #sec1 .slider__s {
        height: 1055px;
        top: 50px;
    }
    #sec1 .slider__s li {
    width: auto;
}
}
#sec2 {
    position: relative;
}
#sec2 .wrap {
    padding-top: 10vw;
    padding-bottom: 65vw;
}
#sec2 h2 {
    letter-spacing: 2px;
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
    height: 103vw;
    margin: 0 auto;
    width: 15vw;
    line-height: 15vw;
}
#sec2 h2::before {
    content: "";
    background: url("../img/scene/sec2_icon.png") no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 20px;
    position: absolute;
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
}
#sec2 .text {
    position: relative;
    z-index: 2;
    margin-left: auto;
    font-weight: 300;
}
#sec2 .photo {
    position: relative;
    z-index: 2;
    height: 90vw;
    margin-bottom: 5vw;
}
#sec2 .photo__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
}
#sec2 .photo__bg img {
    object-position: 50% 50%;
}
@media screen and (min-width: 768px) {
    #sec2 {
        margin-bottom: 0;
    }
    #sec2 .wrap {
        padding-top: 239px;
        padding-bottom: 149px;
    }
    #sec2 h2 {
        line-height: 38px;
        letter-spacing: 12px;
        position: absolute;
        top: 188px;
        right: 79px;
        z-index: 2;
        height: 640px;
        width: 38px;
    }
    #sec2 h2::before {
        width: 27px;
        height: 20px;
        top: -40px;
    }
    #sec2 .text {
        height: 520px;
        width: 484px;
        margin-left: auto;
        margin-right: 174px;
    }
    #sec2 .photo {
        height: 909px;
        position: absolute;
        top: 0;
        right: calc(50% + 13vw);
        width: 39vw;
    }
    #sec2 .photo__bg {
        position: absolute;
        top: 0;
        left: calc(50% - 23vw);
        width: 74vw;
        right: 0;
    }
    #sec2 .photo__bg img {
        object-position: 100% 50%;
    }
}
#sec3 {
    position: relative;
    padding-bottom: 35vw;
}
#sec3::after {
    content: "";
    background: url("../img/scene/bg_shadow.png") repeat-x bottom center;
    height: 2268px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
    z-index: -1;
}
#sec3 .set1 {
    padding-top: 25vw;
    margin-bottom: 20vw;
}
#sec3 .set1 .deco-1 {
    position: absolute;
    top: -27vw;
    left: 34vw;
    width: 100vw;
}
#sec3 .set1 .photo__group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-left: -7vw;
    margin-right: -7vw;
    margin-bottom: 5vw;
}
#sec3 .set1 .photo__group .photo-3, #sec3 .set1 .photo__group .photo-1 {
    margin-top: 10vw;
    width: 33vw;
    height: 53vw;
}
#sec3 .set1 .photo__group .photo-3 {
    width: 33vw;
    height: 50vw;
}
#sec3 .set1 .photo__group .photo-2 {
    width: 32vw;
    height: 43vw;
}
#sec3 .set1 .ttl__c {
    width: 49vw;
    height: 50vw;
    margin: 0 auto 9vw;
}
#sec3 .set1 .ttl__c span {
    display: block;
    padding: 5vw 4vw 0;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.29);
    font-weight: 300;
}
#sec3 .set1 .ttl__c span:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.29);
}
#sec3 .set1 .text {
    margin-bottom: 10vw;
}
#sec3 .set1 .text p + p {
    margin-top: 13px;
}
#sec3 .set2 {
    position: relative;
}
#sec3 .set2 .box {
    padding: 0;
    flex-direction: row-reverse;
    position: relative;
    z-index: 2;
}
#sec3 .set2 .box .photo {
    height: 75vw;
}
#sec3 .set2 .box .info {
    padding-top: 8vw;
}
#sec3 .set2 .box .info h3 {
    font-size: 5vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    letter-spacing: 0.25em;
    font-weight: 300;
}
#sec3 .set2 .deco-2 {
    width: 140vw;
    position: absolute;
    bottom: -40vw;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
    #sec3 {
        padding-bottom: 375px;
    }
    #sec3::after {
        height: 2268px;
        left: 0;
        bottom: 0;
        right: 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
    }
    #sec3 .set1 {
        padding-top: 221px;
        margin-bottom: 139px;
    }
    #sec3 .set1 .deco-1 {
        top: -166px;
        left: calc(50% - 117px);
        width: 1313px;
    }
    #sec3 .set1 .photo__group {
        margin-left: -64px;
        margin-right: -66px;
        margin-bottom: -96px;
    }
    #sec3 .set1 .photo__group .photo-3, #sec3 .set1 .photo__group .photo-1 {
        margin-top: 71px;
        width: 345px;
        height: 532px;
    }
    #sec3 .set1 .photo__group .photo-3 {
        width: 341px;
        height: 531px;
    }
    #sec3 .set1 .photo__group .photo-2 {
        width: 418px;
        height: 411px;
    }
    #sec3 .set1 .ttl__c {
        width: 253px;
        height: 248px;
        margin: 0 auto 65px;
    }
    #sec3 .set1 .ttl__c span {
        padding: 39px 23px 0;
        letter-spacing: 13px;
    }
    #sec3 .set1 .text {
        text-align: center;
        margin-bottom: 48px;
    }
    #sec3 .set1 .text p + p {
        margin-top: 20px;
    }
    #sec3 .set2 {
        margin-bottom: 0;
    }
    #sec3 .set2 .box {
        padding: 0 50px 0 60px;
        flex-direction: row-reverse;
    }
    #sec3 .set2 .box .photo {
        width: 467px;
        height: 379px;
    }
    #sec3 .set2 .box .info {
        width: 374px;
        padding-top: 57px;
        padding-left: 7px;
    }
    #sec3 .set2 .box .info h3 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 26px;
        margin-bottom: 28px;
        letter-spacing: 8px;
    }
    #sec3 .set2 .deco-2 {
        width: 1317px;
        top: auto;
        bottom: -367px;
        left: 56%;
    }
}
#sec4 {
    position: relative;
    z-index: 2;
    padding-top: 10vw;
    padding-bottom: 20vw;
}
#sec4 .box {
    margin-left: auto;
    position: relative;
}
#sec4 .box h2 {
    width: 15vw;
    height: 50vw;
    text-align: center;
    margin: 0 auto 5vw;
    line-height: 15vw;
    letter-spacing: 0.3em;
    font-weight: 300;
}
#sec4 .box .photo__group {
    position: relative;
    margin-bottom: 6vw;
}
#sec4 .box .photo__group .ob-img {
    height: 50vw;
}
#sec4 .box .photo__group li + li {
    margin-top: 16px;
}
#sec4 .box .text {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    #sec4 {
        padding-top: 80px;
        padding-bottom: 143px;
    }
    #sec4 .box {
        width: 366px;
        margin-left: auto;
    }
    #sec4 .box h2 {
        width: 40px;
        height: 312px;
        text-align: center;
        margin: 0 auto;
        line-height: 1;
        letter-spacing: 14px;
    }
    #sec4 .box .photo__group {
        width: 602px;
        position: absolute;
        right: 441px;
        top: 0;
    }
    #sec4 .box .photo__group .ob-img {
        height: 323px;
    }
    #sec4 .box .photo__group li + li {
        margin-top: 16px;
    }
    #sec4 .box .text {
        margin-bottom: 0;
    }
}
#sec5 {
    padding-top: 24vw;
    position: relative;
    margin-bottom: 15vw;
}
#sec5 h2 {
    height: 33vw;
    width: 15vw;
    position: relative;
    margin: 0 auto;
    line-height: 15vw;
    letter-spacing: 0.3em;
}
#sec5 h2::after,
#sec5 h2::before {
    content: "";
    background: url(../img/scene/sec2_icon.png) no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 20px;
    position: absolute;
    top: -11vw;
    left: 50%;
    transform: translateX(-50%);
}
#sec5 h2::after {
    width: 1px;
    height: 20vw;
    top: 73%;
    transform: translateX(-50%);
    z-index: 2;
    border-right: 1px solid #fff;
}
#sec5 .photo {
    height: 71vw;
}
#sec5 .wrap {
    padding-top: 10vw;
}
#sec5 .text {margin-bottom: 10vw;}
#sec5 .photo__group {
    position: relative;
    z-index: 2;
}
#sec5 .photo__group .photo-1 {
    margin-left: auto;
    width: 54vw;
    height: 65vw;
    margin-bottom: 5vw;
}
#sec5 .photo__group .photo-2 {
    height: 60vw;
    width: 86vw;
}
#sec5 .deco-1 {
    position: absolute;
    top: -14vw;
    left: 52%;
    transform: translateX(-50%);
    width: 142vw;
}
#sec5 .deco-2 {
    width: 48vw;
    position: absolute;
    top: 15vw;
    left: -3vw;
    z-index: -1;
}
#sec5 .deco-3 {
    width: 48vw;
    position: absolute;
    top: 18vw;
    right: -3vw;
    z-index: -1;
}
@media screen and (min-width: 768px) {
    #sec5 {
        padding-top: 202px;
        margin-bottom: 233px;
    }
    #sec5 h2 {
        height: 214px;
        width: 40px;
        margin: 0 auto;
        line-height: 1;
        padding-top: 47px;
    }
    #sec5 h2::before {
        width: 27px;
        height: 20px;
        top: 0;
    }
    #sec5 h2::after {
        height: 116px;
        bottom: -57px;
        top: auto;
    }
    #sec5 .photo {
        height: 552px;
    }
    #sec5 .wrap {
        padding-top: 108px;
    }
    #sec5 .text {
        width: 392px;
        height: 365px;
        margin-bottom: 0;
    }
    #sec5 .text .int {
        line-height: 1;
        margin-bottom: 6px;
    }
    #sec5 .photo__group {
        position: absolute;
        top: -181px;
        right: 39px;
        z-index: 2;
        width: 469px;
    }
    #sec5 .photo__group .photo-1 {
        margin-left: auto;
        width: 338px;
        height: 414px;
        margin-bottom: 22px;
    }
    #sec5 .photo__group .photo-2 {
        width: 437px;
        height: 326px;
    }
    #sec5 .deco-1 {
        top: 21px;
        left: 55%;
        transform: translateX(-50%);
        width: 1061px;
    }
    #sec5 .deco-2 {
        width: 538px;
        top: 84px;
        left: 6px;
    }
    #sec5 .deco-3 {
        width: 562px;
        top: 109px;
        right: -81px;
    }
    footer .ft-info {
        padding-left: 0;
    }
}


 
@media screen and (min-width: 768px) and (max-width: 1299px) {
    #sec5 .deco-3 {
        right: -92px;
    }
    #sec5 .deco-2 {
        left: -50px;
    }
    
    #sec2 h2 {
        right: 15vw;
    }
    #sec2 .text {
        margin-right: 22vw;
    }
    #sec2 .photo {
        right: calc(50% + 19vw);
        width: 32vw;
    }
}