@font-face { font-family: "GT"; src: url('GT-America-Standard-Light.otf'); }
@media all {
    html, body {
        cursor: url(arrow.png), auto;
        margin: 0;
        border: 0;
        padding: 0;
        height: 100%;
        width: 200%;
        /*display: flex;*/
        background-color: #f4f4f4;
    }

    .content {
        margin: 0;
        border: 0;
        padding: 0;
        height: 100%;
        width: 200%;
    }

    a, p, div {
        text-decoration: none;
        font-family: "GT", "Helvetica Neue", Helvetica, Arial, sans-serif;
        /*font-size: 18px;*/
        /*font-weight: 300;*/
        /*line-height: 50px;*/
        color: black;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
    }

    ::selection {
        background: yellow;
    }

    ::-moz-selection {
        background: yellow;
    }

    ::-webkit-scrollbar, body::-webkit-scrollbar {
        display: none;
        width: 0;
        background: transparent;
    }

    .navi {
        position: fixed;
        width: 100vw;
        /*z-index: 9999999;*/
    }

    /*.navi a{*/
    /*    font-size: 4.8vw;*/
    /*    !*position: absolute;*!*/
    /*    !*margin-left: 2.5vw;*!*/
    /*}*/
    .naviTitle {
        position: fixed;
        font-size: 4.8vw;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-perspective: 1000;
    }

    #naviTitle {
        margin: 2.5vw 2.5vw 4vw 3vw;

    }

    #naviCont {
        margin: 2.5vw 2.5vw 4vw 34vw;
    }

    #naviIll, #naviIllCover {
        margin: 2.5vw 2.5vw 4vw 54vw;
    }

    #naviPho {
        margin: 2.5vw 2.5vw 4vw 82vw;
    }

    #naviPho {
        margin: 2.5vw 2.5vw 4vw 82vw;
    }

    #bookTitle, #bookTitle1 {
        opacity: 0;
        transition: opacity 0.5s;
        position: fixed;
        background-color: white;
        padding: 10px 15px;
        white-space: nowrap;
        width: auto;
        top: 80%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 4.8vw;
    }

    .partTable {
        filter: blur(50px);
        -webkit-filter: blur(50px);
        width: 100%;
        bottom: 0;
        position: fixed;
    }

    #partBookCover {
        position: fixed;
        bottom: 30%;
        left: 30vw;
        width: 40vw;
        height: 40vw;
    }

    #videoTable, #videoTable1, .imgTable, .imgTable1 {
        width: 100%;
        height: auto;
        bottom: 0;
        position: fixed;
    }

    #videoTable1 {
        left: 100vw;
    }

    .detail {
        /*display: none;*/
    }

    .imgDetail {
        display: none;
        position: fixed;
        cursor: url(scroll.png), auto;
        /*display: inline-flex;*/
        top: 5%;
        width: 100vw;
        height: 80%;
        object-fit: contain;
        scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: mandatory; /* IE/Edge */
        -webkit-scroll-snap-type: x mandatory; /* Safari */
        -webkit-overflow-scrolling: touch; /* important for iOS */
        overflow-x: scroll;
        overflow-y: hidden;
        font-size: 0;
        white-space: nowrap;
        align-items: center;
    }

    .titleDetail, #textStart {
        display: none;
        transition: opacity 0.5s;
        position: fixed;
        background-color: white;
        padding: 10px 15px;
        white-space: nowrap;
        width: auto;
        top: 80%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 4.8vw;
    }

    #textLoading {
        transition: opacity 0.5s;
        position: fixed;
        background-color: white;
        padding: 10px 15px;
        white-space: nowrap;
        width: auto;
        top: 80%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 4.8vw;
    }

    /*.infoDetail{*/
    /*    position: fixed;*/
    /*    height: 50%;*/
    /*    top: 50%;*/
    /*    width: 100vw;*/
    /*}*/
    .titleDetail {
        cursor: url(back.png), auto;
    }

    .imgSwipeView {
        display: contents;
        object-fit: contain;
        scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: mandatory; /* IE/Edge */
        -webkit-scroll-snap-type: x mandatory; /* Safari */
        -webkit-overflow-scrolling: touch; /* important for iOS */
        overflow-x: scroll;
        overflow-y: hidden;
        font-size: 0;
        white-space: nowrap;
        align-items: center;
    }

    .articleImg {
        scroll-snap-align: center;
        max-width: 90vw;
        padding: 5vw;
        max-height: 50vh;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .firstImg {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    #partCover, #partCover1 {
        width: 100%;
        height: 100%;
        position: fixed;
        display: none;
        cursor: url(back.png), auto;
        /*background-color: #22df80;  */
    }

    #partContact, #partContact1 {
        display: none;
        position: fixed;
        left: 50%;
        max-width: 90vw;
        max-height: 80%;
        top: 50%;
        transform: translate(-50%, -50%);
        /*background-color: white;*/
    }

    #partContact1 {
        opacity: 0;
    }

    .links {
        cursor: url(link.png), auto;
    }

    #partOnloadCover {
        width: 100%;
        height: 100%;
        position: fixed;
        /*z-index: 9999999999999999;*/
    }
}
@media (max-width: 300px){
    #videoTable, #videoTable1, .imgTable, .imgTable1{
        height: 90%;
        width: auto;
        margin-left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        position: fixed;
    }
    #videoTable1{
        left: 150vw;
    }
    #bookTitle, #bookTitle1,.titleDetail, #textStart,#textLoading {
        padding: 1vw;
    }
}
@media (min-aspect-ratio: 3/5) and (min-width: 300px){
    #videoTable, #videoTable1, .imgTable, .imgTable1{
        height: 100%;
        width: auto;
        margin-left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        position: fixed;
    }
    .articleImg {
        max-height: 55vh;
    }
}

@media (min-aspect-ratio: 1/1) and (min-width: 400px) {
    .partTable{
        height: 100%;
    }
    #videoTable, #videoTable1, .imgTable, .imgTable1{
        height: 90%;
        width: auto;
        margin-left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        position: fixed;
    }
    #videoTable1{
        left: 150vw;
    }
    #partBookCover{
        bottom: 25%;
        left: 40vw;
        width: 20vw;
        height: 20vw;
    }
    .naviTitle{
        position: fixed;
        font-size: 22px;
        /*margin: 2.5vw 2.5vw 4vw 2.6vw;*/
    }
    #naviTitle{
        margin: 10px 0 0 15px;
    }
    #naviCont{
        margin: 10px 0 0 0;
        right: 227px;
    }
    #naviIll, #naviIllCover{
        margin: 10px 0 0 0;
        right: 95px
    }
    #naviPho{
        margin: 10px 0 0 0;
        right: 15px
    }
    #bookTitle, #bookTitle1{
        font-size: 22px;
    }
    .titleDetail,#textLoading,#textStart{
        padding: 10px 15px;
        top: 80%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 22px;
    }
    .articleImg {
        max-height: 60vh;
    }
    #partContact, #partContact1{
        max-width: 90vw;
        max-height: 70%;
    }
}


@keyframes to-pho {
    from {
        left: 100vw;
    }
    to {
        left: 0;
    }
}
@keyframes out-pho {
    from {
        left: 0;
    }
    to {
        left: -100vw;
    }
}
@keyframes to-ill {
    from {
        left: -100vw;
    }
    to {
        left: 0;
    }
}
@keyframes out-ill {
    from {
        left: 0;
    }
    to {
        left: 100vw;
    }
}
@keyframes blur-on {
    from {
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    to {
        filter: blur(50px);
        -webkit-filter: blur(50px);
    }
}
@keyframes blur-off {
    from {
        filter: blur(50px);
        -webkit-filter: blur(50px);
    }
    to {
        filter: blur(0);
        -webkit-filter: blur(0);
    }
}