body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
    width: 100vw;
    margin: 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    cursor: pointer;
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #c2b8de;
    height: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site {
    position: absolute;
    left: 10px;
    max-width: 23%;
}
.logo {
    max-width: 40%;
}
.site .site-img {
    display: block;
    max-height: 30px;
}
.logo img {
    display: block;
    max-height: 50px;
}
.share-wrapper,
.share,
.share svg {
    height: 25px;
}
.share-wrapper {
    position: absolute;
    right: 15px;
}
.share,
.share svg {
    width: 25px;
}
.share {
    display: inline-block;
    background: no-repeat center center / contain;
    cursor: pointer;
}
.share:not(:first-of-type) {
    margin-left: 5px;
}
.share svg {
    fill: #c31753;
    -webkit-transition: fill .2s ease;
    -o-transition: fill .2s ease;
    transition: fill .2s ease;
}
.share:hover svg {
    fill: #663373;
}
#main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 50px;
    background-color: #c2b8de;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#intro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: url(../img/bg-new.jpg) no-repeat center / 100% 100%;
    text-align: center;
    padding: 10px 10px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.intro-logo {
    max-height: 20vh;
    margin: 0 auto;
}
.intro-text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    max-width: 1200px;
    margin: 3vh auto 0;
}
.intro-btn {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    border: 3px solid #fff;
    padding: 0 30px;
    line-height: 30px;
    margin-top: 3vh;
    border-radius: 50px;
    text-shadow: -5px 5px 18px rgb(0 0 0 / 60%);
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.intro-btn:hover {
    background-color: #693272;
}
.glo {
    position: absolute;
    bottom: 60px;
    right: 3vw;
}
.glo img {
    margin-left: auto;
    max-width: 23vw;
    max-height: 12vh;
}
.disclaimer {
    font-size: 8px;
    color: #fff;
    margin-top: 1em;
}
.hashtag {
    position: absolute;
    bottom: 2vh;
    z-index: 2;
    max-height: 12px;
}
.hashtag,
.scroll {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.scroll {
    position: fixed;
    bottom: 10vh;
    left: auto;
    right: auto;
    z-index: 2;
    height: 50px;
}
.hashtag.visible,
.scroll.visible {
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
#main,
#fullpage,
.fp-section.fp-table,
.fp-slide.fp-table,
.fp-tableCell {
    height: calc(100vh - 50px) !important;
}
#fullpage {
    width: 100% !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
.section {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.section.active {
    z-index: 1;
}
.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.col .img-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 10px;
}
#fullpage.animate .section.active .col .img,
#fullpage.animate .section.active .col .title,
#fullpage.animate .section.active .desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#fullpage.animate .section.active .col .title,
#fullpage.animate .section.active .link .more,
#fullpage.animate .section.active .link .arrow,
#fullpage.animate .section.active .desc {
    -webkit-transition: all 1s 1.5s ease;
    -o-transition: all 1s 1.5s ease;
    transition: all 1s 1.5s ease;
}
.col .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    background: no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.col.left .img {
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
    background-position-x: right;
}
.col.right .img {
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh);
    background-position-x: left;
}
.col .title,
.desc {
    z-index: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.desc {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 1.25em;
    opacity: 0;
    max-width: 75%;
}
.desc strong {
    display: block;
    margin-bottom: .5em;
}
#slide_1 .col.left .title,
#slide_1 .col.right .title,
#slide_3 .col.left .title {
    max-height: 15vw;
}
#slide_3 .col.right .title {
    max-height: 7.5vw;
}
#slide_2 .col .title,
#slide_4 .col .title {
    max-height: 21vw;
}
.col.left .title {
    margin-right: auto;
    -webkit-transform: translateX(-100vh);
    -ms-transform: translateX(-100vh);
    transform: translateX(-100vh);
}
.col.right .title {
    margin-left: auto;
    -webkit-transform: translateX(100vh);
    -ms-transform: translateX(100vh);
    transform: translateX(100vh);
}
.link {
    position: absolute;
    top: 72.5%;
    left: 15%;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.link .more,
.link .arrow {
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.link .more {
    max-width: 20vw;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.link .arrow {
    max-width: 15vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.link .arrow img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.link:hover .arrow img {
    margin-left: 2vw;
}
.section.active .more,
.section.active .arrow {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
@media only screen and (min-width: 576px) {
    .site {
        left: 20px;
    }
    .share-wrapper {
        right: 20px;
    }
    .col .img-wrapper {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 768px) {
    body {
        font-size: 20px;
    }
    #header {
        height: 70px;
    }
    .site .site-img {
        max-height: 40px;
    }
    .share,
    .share svg {
        width: 30px;
        height: 30px;
    }
    .share:not(:first-of-type) {
        margin-left: 10px;
    }
    #main,
    #fullpage,
    .fp-section.fp-table,
    .fp-slide.fp-table,
    .fp-tableCell {
        height: calc(100vh - 70px) !important;
    }
    #main {
        margin-top: 70px;
    }
    .hashtag {
        max-height: 16px;
    }
    #intro {
        padding: 45px;
    }
    .intro-text {
        font-size: 18px;
    }
    .intro-btn {
        font-size: 22px;
        padding: 0 60px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 1024px) {
    .site {
        left: 50px;
    }
    .site .site-img,
    .logo img {
        max-height: none;
    }
    .share-wrapper {
        right: 50px;
    }
    .hashtag {
        max-height: inherit;
    }
    .intro-logo {
        max-height: 50vh;
    }
    .col .img-wrapper {
        padding: 0 50px;
    }
}
@media only screen and (min-width: 1200px) {
    body {
        font-size: 22px;
    }
    .col.right .title {
        font-size: 1.75em;
    }
    .col .img-wrapper {
        padding: 0 5vw;
    }
}
@media only screen and (min-width: 1600px) {
    .intro-logo {
        max-height: 40vh;
    }
    .col.right .title {
        font-size: 2.25em;
    }
}
@media only screen and (orientation: portrait) {
    #main {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .intro-logo {
        max-height: none;
    }
	.desc {
		bottom: 50px;
	}
}