@charset "UTF-8";
/* CSS Document */

h1{
    font-weight: 900;
    font-size: 8em;
    -webkit-text-shadow: 0 .3rem .9rem rgba(0,0,0,.4);
    text-shadow: 0 0.3rem 0.9rem rgba(0,0,0,.4);
    letter-spacing: -3px;
    color: #fff;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.fp-tableCell h2 img {
    height: 24px;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
.section.active .fp-tableCell h2 img {
    opacity: 1;
    animation: fadein 2s ease-in-out 0.5s both;
}
@keyframes fadein{
    0%{
        opacity: 0;
        transform: translateY(15%);
    }
    100%{
        opacity: 1; 
        transform: translateY(0%);
    }
}
#section4 .fp-tableCell h2 img {
    height: 58px;
}
.intro {
    position: relative;
    top: -5%;
}
.intro p {
    color: #fff;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    width: calc(100% - 30px);
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0px;
    padding: 0 15px;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
.section.active .intro p{
    opacity: 1;
    animation: fadein02 2s ease-in-out 1.5s both;
}
@keyframes fadein02{
    0%{
        opacity: 0;
        transform: translateY(15%);
    }
    100%{
        opacity: 1; 
        transform: translateY(0%);
    }
}
.button-purchase{
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
.section.active .button-purchase{
    opacity: 1;
    animation: fadein03 2s ease-in-out 2.5s both;
}
@keyframes fadein03{
    0%{
        opacity: 0;
        transform: translateY(15%);
    }
    100%{
        opacity: 1; 
        transform: translateY(0%);
    }
}
#section1 h1{
    -webkit-text-shadow: none;
    text-shadow: none;
}
#section1 h3 {
    font-family: arial,helvetica;
    -webkit-text-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 24px;
    margin: 20px auto 10px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 900;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
#section1.section.active h3{
    opacity: 1;
    animation: fadein04 2s ease-in-out 1.5s both;
}
@keyframes fadein04{
    0%{
        opacity: 0;
        transform: translateY(15%);
    }
    100%{
        opacity: 1; 
        transform: translateY(0%);
    }
}
#slide1-1 h1{
    color: #444;
}
/*
* Setting the backgrounds for each section / slide
*/
#section2 .fp-bg:before{
    content: '';
    position: absolute;
    display: block;
    background: rgba(173, 173, 173, 0.2);
    top:0;
    bottom:0;
    height: 100%;
    width: 100%;
}
.fp-bg{
    background-size: cover;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}
#section1 .fp-bg{
    background-image: url('../img/parallax-1-1.jpg');
    background-position: center 60%;
}
#slide1-1 h1 {
    color: #fff;
}
#slide1-1 p {
    color: #fff;
}
.sekkei {
    position: absolute;
    bottom: 115px;
    left: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    transform: translateX(-50%);
    width: 100%;
}
#section2 .fp-bg{
    background-image: url('../img/parallax-2.jpg');
    background-position: center 60%;
}
#section2 h1{
    color: #fff;
}
#section3 .fp-bg{
    background-image: url('../img/parallax-3.jpg');
    background-position: center 60%;
}
#section4 .fp-bg {
    background-image: url('../img/parallax-4.jpg');
    background-position: center 60%;
}
video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
video {
    mix-blend-mode: normal;
    opacity: 0.8;
}
}
#section4 .videofilter {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.documentation a{
    font-size: 13px;
    margin: 20px 0;
    padding: 0;
    color: #222;
}

/*
* Configurations
*/
.actions{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.6);
    padding: 13px;
    color: white;
    font-size: 13px;
}
.actions-option{
    margin: 0 0 15px 0;
    position: relative;
}
.actions select{
    display: block;
    margin: 5px 0 0 0;
    padding: 3px;
}
.actions-option:last-child{
    margin:0;
}
.actions-title{
    display: block;
    font-size: 30px;
    padding: 10px 0;
}
.note{
    display: none;
    position: absolute;
    z-index: 99;
    color: #fff;
    font-size: 14px;
    left: 112%;
    bottom: -17px;
    width: 400px;
    background: rgba(0,0,0,0.3);
    padding: 20px;
}
.note-title{
    margin-bottom: 10px;
    display: block;
}
.note li{
    padding: 2px 0;
    list-style: disc;
    margin-left: 26px;
}
.actions-compatible{
    cursor: pointer;
}
.actions-compatible:hover .note{
    display: block;
}
#actions{
    top: 153px;
    left: 30px;
    z-index: 99999;
}
#actions li{
    background: rgba(255,255,255,0.6);
    padding: 7px 12px;
    margin: 2px;
    color: #000;
    display: inline-block;
    cursor: pointer;
}
#actions li:hover,
#actions .active{
    color: #fff;
    background: #81A140;
}
@media (orientation: landscape) and (max-width: 767px){
.sekkei {
    position: absolute;
    bottom: 24px;
    left: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    transform: translateX(-50%);
}
}
@media screen and (min-width:768px){
#section1 h3{
    font-size:40px;
    margin: 20px auto;
}
.fp-tableCell h2 img {
    height: 55px;
}
#section4 .fp-tableCell h2 img {
    height: 150px;
}
.intro {
    position: relative;
    top: -5%;
}
.intro p {
    width: 100%;
    margin: 20px auto;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 2px;
    padding: 0;
}
.sekkei {
    position: absolute;
    bottom: 145px;
    left: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    transform: translateX(-50%);
}
}
@media screen and (min-width:960px){
.intro {
    position: relative;
    top: auto;
}
.sekkei {
    position: absolute;
    bottom: 110px;
    left: auto;
    right: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    transform: translateX(0%);
    width: auto;
}
}