/* --------------------------------

Primary style

-------------------------------- */
@import "https://fonts.googleapis.com/earlyaccess/notosansjp.css";
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 50.0%;
}
html,body {
    margin: 0;
    width: 100%;
    height: 100%;
}
body {
    font-size: 1.6rem;
    font-family: "Slabo 27px", serif;
    color: #ffffff;
    background-color: #000000;
}
body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}
@media only screen and (min-width: 920px) {
    body::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
    .video-wrap {
        /*scss*/
        background-image: url('../../img/lp/world/none.jpg');
        background-size: cover;
        bottom: 0px;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        right: 0px;
        width: auto;
        z-index: -10;
    }
}
    @media(min-width:992px) {
        .video-wrap {
            background-image: none;
        }
    }

a {
    color: #006699;
}
a:hover{
    color: #FFF;
    text-decoration: none!important;
}
p.navTop a {
    color: #FFFFFF;
    text-decoration: underline;
    line-height: 223%;
}

/* --------------------------------
Main Components
-------------------------------- */
@media only screen and (min-width: 920px) {
    .cd-section {
        height: 100vh;
    }

    #content {
        width: 100%;
        overflow: hidden;
        height: 100%;
        background-image: url('../../img/lp/world/bg2.png');
        background-repeat: repeat;
        position: relative;
        background-position: center center;
    }

    .world {
        width: 100%;
        overflow: hidden;
        height: 100%;
        background-image: url('../../img/lp/world/world.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    h1 {
        font-size: 35px;
        width: 100%;
        color: #FFF;
        font-weight: lighter;
        display: block;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        text-align: center;
        letter-spacing: 0.3em;
        line-height: 270%;
        font-family: "Noto Sans JP",sans-serif;
        margin: 50px auto 50px;
    }

    .world p {
        font-size: 19px;
        width: 65%;
        margin-top: 25px;
        margin-right: auto;
        margin-left: auto;
        color: #FFF;
        font-weight: 300;
        display: block;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        text-align: justify;
        line-height: 170%;
        font-family: "Noto Sans JP",sans-serif;
    }

    .world p strong {
        font-weight: 500;
    }

    .logo {
        margin: 50px auto;
        width: 30%;
    }
    .attention{
        position: absolute;
        left: 5px;
        bottom: 5px;
        font-size: 13px!important;
    }
}

@media only screen and (min-width: 920px) {
    .cd-section h1 {
        font-size: 4.2rem;
    }
    .cd-block {
      position: fixed;
      width: 100%;
      min-height: 100vh;
      top: 0;
      left: 0;
      height: 100vh;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
      visibility: hidden;
    }
    .cd-section:first-of-type .cd-block {
      visibility: visible;
    }
    .cd-block > * {
      visibility: visible;
    }
    .cd-half-block {
        height: 100vh !important;
        width: 50%;
        position: absolute;
        top: 0;
    }
    .cd-half-block p {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        padding: 0 10%;
        font-size: 1.6rem;
        line-height: 160%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .cd-half-block p span {
        font-size: 2.7rem;
        line-height: 170%;
        margin-top: 24px;
        display: block;
        margin-bottom: 16px;
    }
    .cd-section:nth-of-type(even) .cd-half-block:first-of-type, .cd-section:nth-of-type(odd) .cd-half-block:nth-of-type(2) {
        left: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .cd-section:nth-of-type(odd) .cd-half-block:first-of-type, .cd-section:nth-of-type(even) .cd-half-block:nth-of-type(2) {
        right: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .title {
        margin: 0px 0px 32px;
        padding: 8px 16px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        background-color: #EECA20;
        font-size: 130%;
        color: #333;
    }
    .title:hover {
        margin: 0px 0px 24px;
        padding: 8px 16px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        background-color: #D7AA11;
    }

    .space16 {
        margin-top: 32px;
        display: block;
        text-align: center;
        background-color: #333;
        color: #FFF;
        padding: 5px 16px;
        width: 280px;
        float: right;
    }
    .space16:hover{
        background-color: #5F5F5F;
    }
    .cd-vertical-nav {
        display: block;
    }
}

.cd-block, .cd-half-block {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-block {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.cd-section:first-of-type .cd-block {
    visibility: visible;
    height: 100vh;
    background-color: #263b40;
}

.cd-half-block {
    background: #ffffff;
    color: #263b40;
}
.cd-half-block:nth-of-type(1) {
    height: 60vh;
    background-color: #263b40;
    background-position: center center;
    background-repeat: no-repeat;
}
.cd-half-block p {
    line-height: 1.8;
}
.cd-section:nth-of-type(2) .cd-half-block:first-of-type {
    background-image: url('../../img/lp/world/img-1.jpg');
    background-size: cover;
}
.cd-section:nth-of-type(3) .cd-half-block:first-of-type {
    background-image: url('../../img/lp/world/img-2.jpg');
    background-size: cover;
}
.cd-section:nth-of-type(4) .cd-half-block:first-of-type {
    background-image: url('../../img/lp/world/img-3.jpg');
    background-size: cover;
}
.cd-section:nth-of-type(5) .cd-half-block:first-of-type {
    background-image: url('../../img/lp/world/img-4.jpg');
    background-size: cover;
}
.cd-section:nth-of-type(6) .cd-half-block:first-of-type {
    background-image: url('../../img/lp/world/img-5.jpg');
    background-size: cover;
}

.cd-vertical-nav {
    position: fixed;
    z-index: 1;
    right: 2%;
    bottom: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.cd-vertical-nav a {
    display: block;
    height: 40px;
    width: 40px;
    /* image replace */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url('../../img/lp/world/cd-icon-arrow.svg') no-repeat center center;
    -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
    transition: opacity 0.2s 0s, visibility 0.2s 0s;
}
.cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (max-width: 919px) {
    .cd-half-block:nth-of-type(1) {
        height: 40vh;
        background-color: #263b40;
        background-position: center center;
        background-repeat: no-repeat;
    }

    #content {
        width: 100%;
        overflow: hidden;
        height: 100%;
        background-image: url('../../img/lp/world/none.jpg');
        background-repeat: no-repeat;
        position: relative;
        background-size: cover;
        background-position: center center;
    }

    .video-wrap {
        /*scss*/
        background-image: url('../../img/lp/world/none.jpg');
        background-size: cover;
        height: auto;
        position: absolute;
        background-position: center center;
        width: auto;
    }
    video{
        display: none;
    }

    h1 {
        font-size: 18px;
        width: 96%;
        color: #FFF;
        font-weight: lighter;
        display: block;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        text-align: center;
        letter-spacing: 0.1em;
        line-height: 270%;
        font-family: "Noto Sans JP",sans-serif;
        margin: 12px auto 12px;
    }

    .world p {
        font-size: 15px;
        width: 96%;
        margin-top: 8px;
        margin-right: auto;
        margin-left: auto;
        color: #FFF;
        font-weight: 300;
        display: block;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        text-align: justify;
        line-height: 140%;
        font-family: "Noto Sans JP",sans-serif;
    }
    .world p strong {
        font-weight: 500;
    }

    .logo {
        margin: 24px auto;
        width: 80%;
    }
    .cd-half-block p {
        font-size: 15px;
        line-height: 130%;
        font-family: "Noto Sans JP",sans-serif;
        font-weight: 300;
        text-align: justify;
    }

    .cd-half-block p span {
        font-size: 2.0rem;
        line-height: 170%;
        margin-top: 24px;
        display: block;
        margin-bottom: 16px;
    }

    .cd-half-block:nth-of-type(2) {
        padding: 8px 8px 24px;
    }

    .title {
        margin: 0px auto 16px;
        padding: 12px 16px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        background-color: #EECA20;
        font-size: 120%;
        color: #333;
        width: 90%;
        display: block;
        text-align: center;
    }
    .title:hover {
        margin: 0px auto 16px;
        padding: 12px 16px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        background-color: #D7AA11;
    }

    .space16 {
        margin-top: 16px;
        display: block;
        text-align: center;
        background-color: #333;
        color: #FFF;
        padding: 8px 16px;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}
