@charset "UTF-8";

html{
    font-size: 100%;
}

body{
    color: #4a4a4a;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.07em;
}

img{
    max-width: 100%;
}

a{
    text-decoration: none;
    color: #4a4a4a;
}

li{
    list-style: none;
}

.wrapper{
    max-width: 1200px;
    padding: 0 4%;
    margin: 0 auto;
}

/* title */

.title{
    margin: 50px 0;
    padding: 10px 0;
}

h3{
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 35px;
  color: #FF8A65;
}

h3 span{
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

h3 em{
  font-style: normal;
  font-weight: 700;
}

.title h3{
  text-transform: capitalize;
}

.title h3:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #FF8A65;
}

.title h3 span{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}

.title h3{
  text-align:center;
}

.title h3:before {
  left:50%; margin-left:-30px;
}


/* header */

#header{
    font-size: 16px;
    max-width: 1300px;
    margin: 10px auto;
    padding: 0 4%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .logo{
    display: flex;
    align-items: center;
}

#header .logo img{
    max-width: 150px;
}

#header nav{
    margin: 0 0 0 auto;
}

#header nav ul{
    display: flex;
}

#header nav ul li{
    margin: 0 0 0 30px;
}

#header nav ul a:hover{
    padding-bottom: 6px;
    border-bottom: solid 1px #8BC34A;
    color: #8BC34A;
}


/* mainvisual */

#mainvisual{
    position: relative;
}

#mainvisual img{
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 665px;
    object-fit: cover;
}

#mainvisual .text{
    position: absolute;
    color: #fafcfa;
    left: 50px;
    top: 260px;
}

#mainvisual .fadein1{
    margin-bottom: 10px;
    font-size: 47px;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.7s ease-out, transform 1s ease-out;
}

#mainvisual .fadein2{
    margin-bottom: 10px;
    font-size: 47px;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.7s ease-out, transform 1.5s ease-out;
}

#mainvisual .fadein3{
    margin-top: 8px;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.7s ease-out, transform 2s ease-out;
}

#mainvisual .google{
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.7s ease-out, transform 2.5s ease-out;
}

#mainvisual .google img{
    margin-top: 50px;
    height: 65px;
    width: 220px;
}

#mainvisual .scroll{
    position: absolute;
    color: #fafcfa;
    writing-mode: vertical-lr;
    right: 80px;
    bottom: 130px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s ease-out, transform 2.5s ease-out;
}

#mainvisual .visible{
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}

.arrow{
    position: absolute;
    right: 23px;
    line-height: 1px;
    width: 7px;
    height: 110px;
    border-left: 2px solid #fafcfa;
    border-bottom: 4px solid #fafcfa;
    transform: skewY(135deg);
}

.hidden{
    opacity: 1;
    transform: translateY(0)    
}


/* about */

#about{
    text-align: center;
    padding: 0 2.8%;
}

#about .text{
    margin-bottom: 90px;
}

#about p{
    margin-bottom: 20px;
}


/* feature */

#feature{
    margin-bottom: 90px;
    background-image: url(../img/background1.png);
    background-repeat: repeat-x;
    background-position-y: 330px;
    background-size: 1200px;
}

#feature img{
    max-width: 350px;
    padding: 30px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s ease-out, transform 1s ease-out;
}

#feature .text{
    padding: 0 50px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s ease-out, transform 1.4s ease-out;
}

#feature .visible{
  opacity: 1;
  transform: translateY(0);
}

#feature .text span{
    font-size: 33px;
    padding-right: 10px;
}

#feature dt{
    margin-bottom: 20px;
}

#feature dt,
#feature dd{
    max-width: 450px;
}

#feature .feature1{
    color: #8BC34A;
}

#feature .feature2{
    color: #F7FAF7;
    background-image: url(../img/background2.png);
    background-repeat: repeat-x;
    background-position-y: 160px;
    background-size: 1100px;
}

#feature .feature3{
    color: #8BC34A;
}

#feature .feature1,.feature2,.feature3{
    display: flex;
    align-items: center;
    justify-content: center
}


/* compatible */

#compatible{
    font-size: 18px;
    margin: 0 auto 160px auto;
    align-items: center;
    text-align: center;
    max-width: 1000px;
    padding: 0 4%;
}

#compatible .text{
    justify-content: space-between;
    display: flex;
    color: #8BC34A;
}

#compatible .text1,
#compatible .text2,
#compatible .text3{
    width: 200px;
}

#compatible .text1{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s ease-out, transform 1s ease-out;
}

#compatible .text2{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s ease-out, transform 1.5s ease-out;
}

#compatible .text3{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s ease-out, transform 2s ease-out;
}

#compatible .visible{
  opacity: 1;
  transform: translateY(0);
}

#compatible .text dt{
    width: 140px;
    padding: 10px;
    color: #F7FAF7;
    background-color: #9CCC65;
    letter-spacing: 0.3rem;
    margin: 0 auto 20px auto;
}

#compatible .line{
    width: 1px;
    background-color: #9CCC65;
    height: auto;
}


/* dl */

#dl{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 90px;
}

#dl span{
    font-size: 32px;
    color: #FF8A65;
    padding: 0 5px;
}

#dl p{
    margin-bottom: 30px;
}

#dl img{
    margin: 70px auto 0 auto;
    height: 65px;
    width: 220px;
}


/* footer */

#footer{
    padding-top: 30px;
    font-weight: 500;
    text-align: center;
    background-color: #8BC34A;
}

#footer .text{
    margin-bottom: 20px;
}

#footer .text a{
    font-size: 16px;
    color: #fafcfa;
    border-right: solid 1px #fafafa;
    padding: 0 20px;
}

#footer .text a:last-child{
    border-right: none;
    margin-right: 50px;
}

#footer p{
    color: #fff;
    font-size: 15px;
    padding-bottom: 10px;
}


/* contact */

#contact{
    padding: 0 43px 43px 43px;
}

#contact h1{
    text-align: center;
    margin: 20px 0 30px 0;
    font-weight: normal;
}

#contact dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#contact dt{
    width: 25%;
}

#contact dt label{
    padding-left: 10px;
    border-left: solid 4px #FF8A65;
}

#contact dd{
    width: 75%;
    margin-bottom: 10px;
}

#contact dd input,
#contact dd textarea{
  width: 100%;
  border: solid 1px #8c8c8c;
  background-color: #fff;
  padding: 10px;
}

#contact dd textarea{
  height: 10rem;
}

#contact .button{
  text-align: center;
}

#contact .button input{
  width: 200px;
  background-color: #FF8A65;
  color: #fff;
  padding: 15px 0;
  border: solid 1px #FF8A65;
}

#contact .button input:hover{
  background: #fff;
  color: #FF8A65;
}


/* policy */

#policy{
    margin-bottom: 60px;
}

#policy h4{
    font-size: 24px;
    color: #8BC34A;
    padding: 10px 0;
    border-bottom: solid 1px #8BC34A;
}

#policy .first{
    margin-bottom: 30px;
}

#policy .text{
    margin-bottom: 38px;
}

#policy p{
    padding: 15px;
}

#policy ul{
    margin-left: 50px;
}

#policy li{
    list-style-type:square;
    padding: 5px 0;
}


@media screen and (min-width:700px){

    .br{
        display: none;
    }
}


@media screen and (max-width:700px){

    /* title */

    .title h3{
        font-size: 30px;
    }

    /* header */

    #header nav{
        display: none;
    }


    /* mainvisual */

    #mainvisual .scroll{
        right: 40px;
        bottom: 100px;
    }

    #mainvisual .text{
        font-size: 15px;
        top: 150px;       
    }

    #mainvisual .fadein1,
    #mainvisual .fadein2{
        font-size: 42px;
        line-height: 1.3;
    }

    #mainvisual .fadein3{
        line-height: 1.5;
    }

    /* about */

    #about{
        font-size: 16px;
    }


    /* feature */

    #feature .feature1,
    #feature .feature3{
        flex-direction: column;
    }

    #feature .feature2{
        flex-direction: column-reverse;
        background-position: 0;
        background-size: 2900px;
        padding: 90px 0 100px 0;
    }

    #feature{
        font-size: 18px;
        background-position-y: 145px;
        background-size: 2200px;
    }

    #feature .feature3 {
        padding-bottom: 60px;
    }


    /* compatible */

    #compatible{
        font-size: 14px;
    }

    #compatible .text dt{
        width: 120px;
    }


    /* dl */

    #dl{
        font-size: 20px;
    }


    /* footer */

    #footer .text a{
    font-size: 14px;
    }


    /* contact */

    #contact dl{
        flex-direction: column;
    }

    #contact dt,
    #contact dd{
        width: 100%;
    }

    #contact dt{
        margin-bottom: 18px;
    }

    #contact dd{
        margin-bottom:40px;
    }
}