@charset "UTF-8";

@font-face {font-family: "adineue_pro";
    src: url("../font/adineue_pro.eot");
    src: url("../font/adineue_pro.eot?#iefix") format("embedded-opentype"), url("../font/adineue_pro.woff") format("woff");
}

@font-face {font-family: "adineue_probold";
    src: url("../font/adineue_probold.eot");
    src: url("../font/adineue_probold.eot?#iefix") format("embedded-opentype"), url("../font/adineue_probold.woff") format("woff");
}

@font-face {font-family: "Adihausdin";
    src: url("../font/Adihausdin.eot");
    src: url("../font/Adihausdin?#iefix") format("embedded-opentype"), url("../font/Adihausdin.woff") format("woff");
}

/*
font-family: "Adihausdin";
font-family: "adineue_pro";
font-family: "adineue_probold";
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
*/

::selection {background:#f74d40;color:#fff;}
::-moz-selection {background:#f74d40;color:#fff;}



/*------------------------------------------------
					common
------------------------------------------------*/
body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.row {
	text-align:center;
	width:100%;
    max-width:1000px;
	box-sizing:border-box;
	margin:0 auto;
}


.din {font-family: "Adihausdin";text-transform: uppercase}
.pro {font-family: "adineue_pro";text-transform: uppercase}
.probold {font-family: "adineue_probold";text-transform: uppercase}

.title {
    text-align: center;
}
.title h2 {
    color:#585858;
    font-size:24px;
    margin:0 auto 20px;
}
.title h3 {
    font-size:60px;
}


* {box-sizing: border-box;}



/*------------------------------------------------
					header
------------------------------------------------*/
header {
    background:#000;
    display:flex;
    justify-content: space-between;
    padding:10px;
    
}
header img {
    width:80px;
}


.scroll-title {display:none;}


/*------------------------------------------------
					visual
------------------------------------------------*/
#visual {
    background:url('../img/bg/start.jpg') center top no-repeat;
    background-size:cover;
    text-align: center;
    padding-bottom: 50px;
}
#visual img{
    padding:20px 20px; 
}
#visual h2 {
    padding-top:460px;
    font-size:44px;
    text-transform: none;
}
#visual p {
    font-size:16px;
    margin:30px 0;
}
#visual .btn {
    color:#fff;
    background:#000;
    width:60%;
    margin:0 auto 0;
    padding:10px 0;
    font-size:20px;
    border:2px solid transparent;
}
#visual .btn:hover {
    border:2px solid #000;
    background:#fff;
    color:#000;
}

#visual .catch, #visual #scrolldown {display:none;}

/*------------------------------------------------
					visual2
------------------------------------------------*/
#visual2 {
    background:url('../img/bg/start.jpg') center top no-repeat;
    background-size:cover;
    text-align: center;
    padding-bottom: 50px;
}
#visual2 h2 {
    padding-top:460px;
    font-size:44px;
    text-transform: none;
}
#visual2 p {
    font-size:16px;
    margin:30px 0;
}
#visual2 .btn {
    color:#fff;
    background:#000;
    width:60%;
    margin:0 auto 0;
    padding:10px 0;
    font-size:20px;
    border:2px solid transparent;
}
#visual2 .btn:hover {
    border:2px solid #000;
    background:#fff;
    color:#000;
}

#visual2 .catch2, #visual2 #scrolldown {display:none;}

/*------------------------------------------------
					visual3
------------------------------------------------*/
#visual3 {
    background:url('../img/bg/start.jpg') center top no-repeat;
    background-size:cover;
    text-align: center;
    padding-bottom: 50px;
}
#visual3 h2 {
    padding-top:460px;
    font-size:44px;
    text-transform: none;
}
#visual3 p {
    font-size:16px;
    margin:30px 0;
}
#visual3 .btn {
    color:#fff;
    background:#000;
    width:60%;
    margin:0 auto 0;
    padding:10px 0;
    font-size:20px;
    border:2px solid transparent;
}
#visual3 .btn:hover {
    border:2px solid #000;
    background:#fff;
    color:#000;
}

#visual3 .catch3, #visual3 #scrolldown {display:none;}


/*------------------------------------------------
					visual4
------------------------------------------------*/
#visual4 {
    background:url('../img/bg/start.jpg') center top no-repeat;
    background-size:cover;
    text-align: center;
    padding-bottom: 50px;
}
#visual4 h2 {
    padding-top:460px;
    font-size:44px;
    text-transform: none;
}
#visual4 p {
    font-size:16px;
    margin:30px 0;
}
#visual4 .btn {
    color:#fff;
    background:#000;
    width:60%;
    margin:0 auto 0;
    padding:10px 0;
    font-size:20px;
    border:2px solid transparent;
}
#visual4 .btn:hover {
    border:2px solid #000;
    background:#fff;
    color:#000;
}

#visual4 .catch4, #visual4 #scrolldown {display:none;}


/*------------------------------------------------
					about
------------------------------------------------*/
#about {
    display:flex;
}
#about div{
}
#about .left {
    background:url('../img/step_bg.jpg') center center no-repeat;
    text-align: center;
    background-size:cover;
    width:40%;
    padding:10px;
}
#about .right {
    padding:20px 20px;
    background:#000;
    color:#fff;
    align-items: center;
    width:60%;
}
#about .right h2 {
    font-size:12px;
    text-align: center;
}
#about .left h2 {
    font-size:20px;
    text-align: center;
    padding:17px;
}
#about .right p {
    padding:10px 0 0 0;
    font-size:8px;
    line-height: 10px;
}

/*------------------------------------------------
					about2
------------------------------------------------*/
#about2 {
    display:flex;
}
#about2 div {
}
#about2 .right {
    background:url('../img/step_bg.jpg') center center no-repeat;
    text-align: center;
    background-size:cover;
    width:40%;
    padding:10px;   
}
#about2 .right video {
    width:140px;
    height:100px;
}
#about2 .left {
    padding:20px 20px;
    background:#FFF;
    color:#000;
    width:60%;
}
#about2 .right h2 {
    font-size:15px;
    text-align: center;
    padding:17px;
}
#about2 .left h2 {
    font-size:12px;
    text-align: center;
}
#about2 .left p {
    padding:10px 0 0 0;
    font-size:8px;
    line-height: 10px;
}

/*------------------------------------------------
					about3
------------------------------------------------*/
#about3 {
    display:flex;
}
#about3 .left {
    background-color:#000;
    text-align: center;
    background-size:cover;
    width:30%;
}

#about3 .right {
    padding:10px 20px;
    background:#000;
    color:#fff;
    align-items: center;
    width:70%;
}
#about3 .right h2 {
    font-size:12px;
    text-align: center;
}
#about3 .left h2 {
    font-size:12px;
    text-align: center;
}
#about3 .right p {
    padding:0 0;
    font-size:8px;
    line-height: 10px;
}
#about3 .left h4 {
    padding:0 0;
    font-size:8px;
    line-height: 10px;
    color:#fff;
}
#about3 .left iframe {
    width:140px;
    height:100px;
}
#about3 .left video {
    width:140px;
    height:100px;
}

/*------------------------------------------------
					about4
------------------------------------------------*/
#about4 {
    display:flex;
}
#about4 .left {
    background-color:#FFF;
    text-align: center;
    background-size:cover;
    width:30%;
}

#about4 .right {
    padding: 10px 20px;
    background:#FFF;
    color:#000;
    align-items: center;
    width:70%;
}
#about4 .right h2 {
    font-size:12px;
    text-align: center;
}
#about4 .left h2 {
    font-size:12px;
    text-align: center;
}
#about4 .right p {
    padding:0 0;
    font-size:8px;
    line-height: 10px;
}
#about4 .left h4 {
    padding:0 0;
    font-size:8px;
    line-height: 10px;
}
#about4 .left video {
    width:140px;
    height:100px;
}

/*------------------------------------------------
					topic1
------------------------------------------------*/
#topic1 {
    background-color:#000;
    text-align: center;
    width:100%;
    padding:20px;
}
#topic1 h2 {
    font-size:15px;
    text-align: center;
    color:#fff;
}
#topic1 h4 {
    font-size:8px;
    text-align: center;
    color:#fff;
    padding:10px;
    text-decoration:underline;
}

/*------------------------------------------------
					topic2
------------------------------------------------*/
#topic2 {
    background-color:#FFF;
    text-align: center;
    width:100%;
    padding:20px;
}
#topic2 h2 {
    font-size:15px;
    text-align: center;
    color:#000;
}
#topic2 h4 {
    font-size:8px;
    text-align: center;
    color:#000;
    padding:10px;
    text-decoration:underline;
}

/*------------------------------------------------
					product
------------------------------------------------*/


.product {
    background:linear-gradient(90deg, #fff 143px, #f74d40 143px);
    text-align: center;
    position:relative;
}
.product h2 {
    text-align: left;
    padding:40px 0 20px;
    color:#f74d40;
    font-size:60px;
    letter-spacing: 9px;
/*
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
*/
}
.product h2 .white {
    color:#fff;
}
.product h2 .bk {
    color:#000;
    display:block;
}

.product ul {
    padding:20px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.product ul li {
    width:48%;
}

.product ul figure {
    position:relative;
}
.product ul figure img {width:100%;}
.product ul figure figcaption {
    position:absolute;
    bottom:-5px;
    left:0;
    color:#000;
    font-size:30px;
}
.product ul .text {
    padding:20px 0 40px;
}
.product ul h3 {
    color:#000;
    font-size:22px;
    margin:0 auto 10px;
}
.product ul .pay {
    color:#000;
    font-size:16px;
    font-weight: bold;
}


.product li a {
    position: relative;
}
.product li a .overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.7);
    color:#000;
    font-weight: bold;
    font-size:30px;
    padding:114% 0 0;
}



/*effects*/
.effect span {
    display:block;
    margin:10px 0 0;
	position: relative;
	display: inline-block;
	outline: none;
	color: #000;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 12px 10px 10px;
}

.effect span::before,
.effect span::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85);
}

.effect span::after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.effect span:hover::before,
.effect span:hover::after,
.effect span:focus::before,
.effect span:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.effect span:hover::after,
.effect span:focus::after {
	top: 0%;
	opacity: 1;
}




/*------------------------------------------------
					feature
------------------------------------------------*/
#feature {
    margin-top: 70px;
}

#feature .title {
    position:relative;
}
#feature .title:after {
    position:absolute;
    content:'';
    width:1px;
    height:100px;
    background:#000;
    z-index: 9999
}

#feature li:first-child {
    margin-top:50px;
}
#feature .right {
    padding:20px;
}
#feature h4 {
    font-size:60px;
    letter-spacing: 5px;
    border:5px solid #000;
    display:inline-block;
    width:100px;
    height:100px;
    text-align: center;
    padding-top:14px;
}
#feature h5 {
    padding:30px 0 40px;
    font-size:20px;
    line-height: 30px;
}
#feature p {
    line-height: 24px;
    font-size:16px;
}




/*------------------------------------------------
					comments
------------------------------------------------*/
#comments {
    margin:170px 0 0;
}

#comments .title {
    background:#000;
    color:#fff;
    padding:100px 0;
    position: relative;
}
#comments .title:before {
    position:absolute;
    content:'';
    background:#000;
    width:1px;
    height:100px;
    top:-100px;
}
#comments .title:after {
    position:absolute;
    content:'';
    background:#fff;
    width:1px;
    height:60px;
    top:0px;
}
#comments .title h2 {
    color:#ddd;
}
#comments .title h3 {
    font-size:50px;
}




#comments .wrapper {
    margin-bottom: 50px;
}
#comments .owl-theme .owl-nav {
    position:absolute;
    bottom:0;
}

#comments .owl-carousel .owl-nav button.owl-prev, #comments .owl-carousel .owl-nav button.owl-next  {
    background:#000;
    color:#fff;
    border-radius: 0;
    margin:0;
    width:40px;
    height:40px;
    font-size:30px;
}

#comments .owl-carousel .owl-nav button.owl-next {
    margin-left:5px;
}

#comments .right {
    background:#f74d40;
    color:#fff;
    padding:40px 20px;
}
#comments .right h2 {
    font-size:26px;
}
#comments .right h3 {
    font-size:20px;
    padding:30px 0;
    line-height: 26px;
}
#comments .right h4 {
    font-size:60px;
    font-weight: normal;
    position: relative;
}
#comments .right h4:after {
    position: absolute;
    background:#fff;
    width:50px;
    height:10px;
    content:'';
    left:0;
    bottom:-40px;
}
#comments .right h4 span {
    font-size:30px;
}

#comments .right h4.eng {
    line-height: 40px;
    font-size:40px;
}
#comments .right h4.eng span {
    font-size:16px;
    display: block;
}

#comments .right p {
    margin:74px 0 0;
    line-height: 24px;
    font-size:16px;
}




/*------------------------------------------------
					item
------------------------------------------------*/
#item {
}

#item.product {
    background:linear-gradient(180deg, #fff 30%, #f74d40 30%);
}
#item h2 {
    letter-spacing: 0;
    text-align: center;
    color:#000;
}
#item ul figure figcaption {
    color:#f74d40;
    left:-2px;
}
#item.product ul h3,
#item.product ul .pay {
    color:#fff;
}
#item .effect span {
    color:#fff;
}
#item .effect span::before, #item .effect span::after {
    background:#fff;
}



/*------------------------------------------------
					movie
------------------------------------------------*/
.movie {
    background:linear-gradient(90deg, #efefef 50%, #fff 50%);
}
.movie .row {
    max-width:1200px;
    width:100%;
    margin:0 auto;
    text-align: center;
    padding:20px;
}

.movie h2 {
    font-size:40px;
}

.movie p {
    font-size:16px;
}

.movie iframe {
    position:absolute;
    height:100%;
    left:0;
    width:100%;
}
.movie .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    margin:30px auto 0;
}



/*------------------------------------------------
					footer
------------------------------------------------*/
.last {
    background:linear-gradient(180deg, #f74d40 45%, #fff 45%);
    padding:0
}
.last .wrapper {
    padding:0 20px;
}


footer {
    display:block;
    text-align: center;
    margin:50px auto 20px;
}
footer a {
    color:#000;
    display:inline-block
}
footer span {
    display:block;
    font-size:14px;
    margin:20px 0 0;
}


/*scroll top*/
#scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:9999;
	background: #f74d40;
}
#scroll-top span {
    color: #fff;
    margin: 0;
    position: relative;
    top: 14px;
    left:12px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#scroll-top:hover span {
    color: #fff;
    top: 5px;
}





/*------------------------------------------------
					responsive
------------------------------------------------*/
@media screen and (min-width: 360px) {
    
    #visual h2 {font-size:50px;}
    
    #visual2 h2 {font-size:50px;}

    #visual3 h2 {font-size:50px;}

    #visual4 h2 {font-size:50px;}

    .product h2 {padding:20px 0 20px 20px;}
    
}

@media all and (min-width:768px) and (max-width:1024px) {
    
    #visual {
        background:url('../img/bg/start.jpg') center 50% no-repeat;
        background-size:cover;
        text-align: center;
        padding-bottom: 250px;
    }
    #visual h2 {padding-top:100%;font-size:6em;}
    #visual p {font-size:2em;line-height: 40px;}
    
    #visual2 {
        background:url('../img/bg/start.jpg') center 50% no-repeat;
        background-size:cover;
        text-align: center;
        padding-bottom: 250px;
    }
    #visual2 h2 {padding-top:100%;font-size:6em;}
    #visual2 p {font-size:2em;line-height: 40px;}
    
    #visual3 {
        background:url('../img/bg/start.jpg') center 50% no-repeat;
        background-size:cover;
        text-align: center;
        padding-bottom: 250px;
    }
    #visual3 h2 {padding-top:100%;font-size:6em;}
    #visual3 p {font-size:2em;line-height: 40px;}
    
    #visual4 {
        background:url('../img/bg/start.jpg') center 50% no-repeat;
        background-size:cover;
        text-align: center;
        padding-bottom: 250px;
    }
    #visual4 h2 {padding-top:100%;font-size:6em;}
    #visual4 p {font-size:2em;line-height: 40px;}

    .product {
        background:linear-gradient(90deg, #fff 294px, #f74d40 200px);
    }
    
    
    .product h2 {font-size:150px;padding:50px 0 20px 20px;}
    .product ul figure figcaption {font-size:70px;bottom:-10px;}
    
    #feature img {width:100%;}
    
    #comments .title h3 {font-size:60px;}
    
    #item h2 {font-size:60px;}
    
    
    .movie {
    padding:50px 20px;
    margin:0 auto 50px;
    background:linear-gradient(90deg, #efefef 50%, #fff 50%);}
    
}

@media screen and (min-width: 1025px) {
    .scroll-title {display:block;}
    
    
    .title h2 {font-size:40px;}
    .title h3 {font-size:100px;}
    
    
    
    header {padding:10px 100px;position:absolute;width:100%;}
    
    #visual {
        background:url('../img/bg/start.jpg') center 50% no-repeat;
        background-size:cover;
        text-align: center;
        padding-bottom:0;
        height:100vh;
    }
    #visual img{
        padding:20px 20px; 
    }
    #visual .vitext {text-align:left;left:100px;position:absolute;bottom:5%;}
    #visual .vitext h2 {font-size:100px;padding:0;}
    #visual .vitext p {font-size:20px;line-height: 30px;}
    #visual .btn {width:55%;display: inline-block;text-align: center;}
    
    /*english catch*/
    #visual .catch, #visual #scrolldown {display:block;}
    #visual .catch {
        writing-mode:vertical-rl;
        text-align: left;
        text-transform: none;
        position: absolute;
        right:100px;
        top:25%;
        font-size:14px;
    }
    #visual .catch:before {
        content:'';
        position: absolute;
        background:#000;
        width:1px;
        height:100px;
        top:-110px;
    }
    
    #visual2 {
        background:url('../img/bg/start.jpg') center 50% no-repeat;
        background-size:cover;
        text-align: center;
        padding-bottom:0;
        height:100vh;
    }
    #visual2 .vitext2 {text-align:left;left:100px;position:relative;bottom:5%;}
    #visual2 .vitext2 h2 {font-size:100px;}
    #visual2 .vitext2 p {font-size:20px;line-height: 30px;}
    #visual2 .btn {width:13.75%;display: inline-block;text-align: center;}
    
    #visual3 {
        background:url('../img/bg/start.jpg') center 50% no-repeat;
        background-size:cover;
        text-align: center;
        padding-bottom:0;
        height:100vh;
    }
    #visual3 .vitext3 {text-align:left;left:100px;position:relative;bottom:5%;}
    #visual3 .vitext3 h2 {font-size:100px;}
    #visual3 .vitext3 p {font-size:20px;line-height: 30px;}
    #visual3 .btn {width:13.75%;display: inline-block;text-align: center;}

    #visual4 {
        background:url('../img/bg/start.jpg') center 50% no-repeat;
        background-size:cover;
        text-align: center;
        padding-bottom:0;
        height:100vh;
    }
    #visual4 .vitext4 {text-align:left;left:100px;position:relative;bottom:5%;}
    #visual4 .vitext4 h2 {font-size:100px;}
    #visual4 .vitext4 p {font-size:20px;line-height: 30px;}
    #visual4 .btn {width:13.75%;display: inline-block;text-align: center;}

    
    /*scrolldown efftcs*/
    #scrolldown {
        position: absolute;
        bottom:24%;
        right:52%;
        z-index: 2;
        transform: translate(-50%, -50%);
    }
    .scroll-title {
        display: block;
        color: #f74d40;
        font-size:14px;
        font-weight:bold;
        writing-mode: vertical-rl;
        position: absolute;
        bottom:-3%;
        left:47%;
        transform: translate(-50%, -50%);
    }
    #scrollwrap::before {
        -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
        -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
        -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
        animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;

        position: absolute;
        top: 135px;
        left: 50%;
        margin-left: -1px;
        width: 1px;
        height: 100px;
        background: #f74d40;
        content: ' ';
    }
    @-webkit-keyframes elasticus {
        0% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
        50% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        50.1% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        100% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
    }
    @-moz-keyframes elasticus {
        0% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
        50% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        50.1% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        100% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
    }
    @-o-keyframes elasticus {
        0% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
        50% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        50.1% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        100% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
    }
    @keyframes elasticus {
        0% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
        50% {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        50.1% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        100% {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            -moz-transform-origin: 0% 100%;
            -o-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
        }
    }
    
    
    #about {
        display:flex;
        align-items: center;
        background:#000;
    }
    #about div {
    }
    #about .left {
        margin:auto;
        padding:50px;
        width:50%;
    }
    #about .right {
        padding:0 50px;
        width:50%;
    }
    #about .right h2 {
        padding:20px 0 30px 0;
    }
    #about .left h2 {font-size:100px;text-align: center;padding 20px}
    #about .right h2 {
        padding:14px 0;
        font-size:30px;
    }
    #about .right p {
        padding:14px 0;
        font-size:16px;
        line-height: 24px;
    }

    #about2 {
        display:flex;
        align-items: center;
        background:#FFF;
    }
    #about2 div {
    }
    
    #about2 .right {
        margin:auto;
        padding:50px;
        width:50%;
    }
    #about2 .left {
        padding:0 0 0 50px;
        width:50%;
    }
    #about2 .left h2 {
        padding:20px 0 30px 0;
    }
    #about2 .right h2 {font-size:100px;text-align: center;padding 20px}    
    
    #about2 .left h2 {
        padding:14px 0;
        font-size:30px;
    }

    #about2 .left p {
        padding:14px 0;
        font-size:16px;
        line-height: 24px;
    }
    #about2 .right video {
        width:280px;
        height:190px;
    }
    #about3 {
        display:flex;
        align-items: center;
        background:#000;
    }
    #about3 .left {
        padding:30px;
        width:30%;
    }
    #about3 .right {
        padding:0 50px;
        width:70%;
    }
    #about3 .right h2 {
        padding:20px 0 30px 0;
    }
    #about3 .left h2 {font-size:100px;text-align: center;padding:20px;}    
    #about3 .left h4 {font-size:16px;text-align: center;padding:20px; color:"#FFF";}
    #about3 .left video {
        width:280px;
        height:190px;
    }

    #about3 .right p {
        padding:14px 0;
        font-size:16px;
        line-height: 24px;
    }
    #about3 .left iframe {
        width:280px;
        height:190px;
    }
    #about4 {
        display:flex;
        align-items: center;
        background:#FFF;
    }
    #about4 .left {
        padding:30px;
        width:30%;
    }
    #about4 .right {
        padding:0 50px;
        width:70%;
    }
    #about4 .right h2 {
        padding:20px 0 30px 0;
    }
    #about4 .left h2 {font-size:100px;text-align: center;padding 20px}     
    
    #about4 .right p {
        padding:14px 0;
        font-size:16px;
        line-height: 24px;
    }
    #about4 .left h4 {
        padding:14px 0;
        font-size:16px;
        line-height: 24px;
    }
    #about4 .left video {
        width:280px;
        height:190px;
    }
    #topic1 {
        align-items: left;
        background:#000;
        padding:20px 20px 20px 100px;
    }
    #topic1 h2 {
        padding:20px 0 30px 0;
    }
    #topic1 h2 {font-size:100px;text-align: left;padding 20px}
    #topic1 h4 {font-size:30px;text-align: left;padding 20px ;text-decoration: underline;}
    
    #topic2 {
        align-items: left;
        background:#FFF;
        padding:20px 20px 20px 100px;
    }
    #topic2 h2 {
        padding:20px 0 30px 0;
    }
    #topic2 h2 {font-size:100px;text-align: left;padding 20px}
    #topic2 h4 {font-size:30px;text-align: left;padding 20px ;text-decoration: underline;}
    
    .product {
        padding:50px 100px;
        margin:150px 0;
        background:linear-gradient(90deg, #fff 640px, #f74d40 640px);
    }
    
    .product ul {flex-wrap:nowrap;}
    .product ul li {width:24%;}
    .product ul figure figcaption {font-size:50px;bottom:-10px;left:-2px;}
    
    .product ul .women figure figcaption {color:#f74d40;}
    .product ul .women h3, .product ul .women .pay, .women .effect span {color:#fff;}
    .women .effect span::before, .women .effect span::after {background:#fff;}
    .product h2 {font-size:250px;padding-left:30px;}
    
    
    #feature ul {
        position:relative;
    }
    #feature ul img {max-width:60%;}
    #feature .floating .right {
        position: absolute;
        width:46%;
        top:0%;
        right:0;
    }
    #feature h5 {font-size:34px;line-height: 40px;}
    #feature p {line-height: 30px;}
    
    #feature .floating.left li:first-child {
        text-align: right;
    }
    #feature .floating.left .right {
        left:0;
        width:40%;
        padding:0 20px;
    }
    
    #feature .box {
        display:flex;
        justify-content: space-between;
    }
    #feature .box ul {
        width:33%;
    }
    #feature .box ul img {max-width:100%;}
    #feature .box ul .right {text-align: center;}
    
    
    #comments .wrapper {
        position: relative;
    }
    #comments .wrapper .left {
        width:60%;
    }
    #comments .wrapper .right {
        width:56%;
        position:absolute;
        right:0;
        top:30%;
        padding:50px;
        z-index: 99;
    }
    #comments .title {padding:100px 0 150px;}
    #comments .wrapper.box1 {
        margin-top:-80px;
    }
    
    #comments .wrapper.box2 {
        margin:350px 0 70px;
    }
    #comments .wrapper.box2 .left {
        float:right;
    }
    #comments .wrapper.box2 .right {
        left:0;
        top:-124px;
    }
    #comments .wrapper.box2 .right h4.eng span {
        display:inline;
    }
    #comments .wrapper.box3 .right {
        top:10%;
    }
    
    
    
    .movie {
        margin:200px auto 50px;
        padding:50px 0 0;
        background:linear-gradient(180deg, #efefef 50%, #fff 50%);
    }
    .movie .row {padding:0;}
    .movie h2 {font-size:60px;}
    
    
    #item.product {
        background:linear-gradient(180deg, #fff 300px, #f74d40 300px);
        margin:0;
    }
    #item h2 {
        font-size:100px;
    }
    
    
    .last .wrapper {
        padding:0 100px;
    }
    

}


@media screen and (min-width: 1441px) {
    .pchide {display:none;}
    
    
    #about .right {padding:0 100px 0 50px}
    #about2 .left {padding:0 50px 0 100px}
    #about3 .right {padding:0 50px 0 100px}
    #about4 .right {padding:0 50px 0 100px}

    .product h2 {padding-left:100px;}
    
    
    #feature .floating .right {width:42%;top:20%;right:50px;}
    #comments .wrapper.box3 .right {top:16%;}
    #feature h5 {font-size:40px;line-height: 50px;}
    #feature p {font-size:20px;}
    #feature .box {padding:0 70px;}
    #feature .box ul img {width:100%;}
    #feature .floating.left .right {left:50px;width:38%;}
    
    
    
    #comments .title {padding:110px 0 160px;}
    #comments .title h3 {font-size:100px;}
    #comments .wrapper .right {width:48%;top:40%;}
    #comments .right h2, #comments .right h3 {font-size:30px;}
    #comments .right p {font-size:20px;line-height: 32px;}
    #comments .right h4.eng {font-size:60px;line-height: normal;}
    #comments .wrapper.box2 {margin: 300px 0px 70px;}
    
    
    #item ul figure figcaption {font-size:70px;left:-4px;}
    .product ul h3 {font-size:32px;margin-top:14px;}
    .product ul .pay, .effect span {font-size:22px;}
}



























