@charset "utf-8";

@media screen and (max-width: 736px) {
    *{
        margin: 0;
        padding: 0;
    }
    .pc{display: none;}
    body{
        font-family:  YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    }
    
    img{
        display: block;
        width: 76%;
    padding-left: 12%;
    margin-top: -5px;
        
    }
    
    .amazon{
        width: 80%;
        margin: 0 auto;
        height: 40px;
      
    }
    .rakuten{
        width: 80%;
        margin: 0 auto;
        height: 70px;
      
    }
    .icon{
        width: 30%;
        margin: 0 auto;
        height: 40px;
      
    }
    
    a{
        text-decoration: none;
        color: #89cce6;
    }
    p{
        text-decoration: none;
        font-size: 0.8rem;
        color: #333;
    }
    li{
        list-style-type: none;
        font-size: 0.7em;
        text-align: center;
    }
    header{
        width: 100%;
        height: 50px;
        background-color: #fff;
        position: fixed;
        top:0;
        left: 0;
        z-index: 999; 
  
    }
    #logo{
        width: 30%;
    margin: 5px;
    float: left;
  
    }

    #logo img{
      display: block;
      width: 74%;
      height: auto;
      margin-left: 113%;
    
        }
    main section{
        margin: 20px 10px;
      }
    #nav-toggle{
      width: 30px;
      height: 20px;
      position: fixed;
      top: 15px;
      right: 5%;
      z-index: 1000;
      transform: none;
    
    }
    #global-nav{
        background-color: rgba(249, 249, 249, 0.9);
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 990;
        /*visibility: hidden;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #89cce6;
        font-size: 2em;
        font-weight: bold;
        text-align: center;
        transform: translateY(-215vh);
        transition: 0.8s;
    }
    #global-nav a{
        display: block;
        padding: 10px 0;
    }


   .open #global-nav{
        transform: translateY(0);

    }

    #nav-toggle div{
        position: relative;
        width: 100%;
        height: 100%;
    }
    #nav-toggle span{
        display:block;
        width: 100%;
        height: 3px;
        background-color: #89cce6;
        position: absolute;
        left: 0;
        transition: all .6s ease;
    }
    #nav-toggle span:nth-child(1){
    top: 0;
    
    }
    #nav-toggle span:nth-child(2){
        top: 10px;
        }
    #nav-toggle span:nth-child(3){
        top: 20px;
        }
    
    .open #nav-toggle span:nth-last-child(1){
        transform: rotate(45deg);
        top: 10px;
    }
    .open #nav-toggle span:nth-last-child(2){
        opacity: 0;
    }
    .open #nav-toggle span:nth-last-child(3){
        transform: rotate(-45deg);
        top: 10px;
    } 
#nav li{
    margin-left: 10px;
    font-weight: bold;
}   
#slide img {
  width: 100%;
  height: auto;
  padding-left: 3px;
  padding-top: 58px;

   
  }

  main section{
    margin: 0 auto;
  }

 section h2{
  text-align: center;
  font-size: 1.5em;
  line-height: 200%;
  color: #89cce6;
  letter-spacing: 0.35em;
  margin-bottom: 70px;
  margin-top: 60px;
 }
 
  section h2 span{
    display: block;
    font-size: 0.45em;
    line-height: 100%;
    margin-top: -5px;
    letter-spacing: 0.4em;
  }
   section h2::before{
     content: "";
     display: block;
     background-color:#89cce6;
     width: 100px;
     height: 5px;
     margin: auto;
     
   }

     .scroll_up {
      transition: 2s ease-in-out;
      transform: translateY(30px);
      opacity: 0;
      width: 75%;
      padding-left: 16vw;
    }
    .scroll_up.on {
      transform: translateY(0);
    opacity: 1.5;
    margin-top: 10px;
    width: 75%;
    padding-left: 16vw;
    }


    .scroll_up2 {
      transition: 2s ease-in-out;
      transform: translateY(30px);
      width: 75%;
      opacity: 0;
      padding-left: 11vw;
      padding-bottom: 18px;
  
    }
    .scroll_up2.on {
      transform: translateY(0);
    opacity: 1.5;
    margin-top: 10px;
    width: 75%;
    padding-left: 11vw;
    }



    #conceptmessage .container div img {
         display: block;
         width: 61%;
         padding-left: 41px;
       
}


#conceptmessage2 .container section li img {
  padding-left: 19vw;
  width: 50%;
  margin-top: -49px;
}


#conceptmessage2 img {
  width: 50%;
    height: auto;
    padding-left: 24vw;
}
#conceptmessage2 h1 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
  text-align: center;
  color: #666;

  }
  #conceptmessage2 ul {
    color: #666;
    text-align: center;
    padding-top: 26px;
    font-size: 0.7em;
   
    margin-bottom: 1em;
    }

 


    #conceptmessage3 h1 {
      display: block;
      width: 100%;
      height: auto;
      margin-top: 30px;
      text-align: center;
      color: #666;
      }
      #conceptmessage3 ul {
        color: #666;
        text-align: center;
        padding-top: 26px;
        font-size: 0.7em;
       
        margin-bottom: 1em;
        }
    
  #conceptmessage3 img {
    display: block;
    width: 76%;
    height: auto;
    margin-top: 0px;
    }




#conceptmessage .container section h3 {
    text-align: center;
    color: #666666;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
  }
  
#conceptmessage .container section li {
  text-align: center;
  color: #666666;
  margin-bottom: 0.7em;
  width: 80%;
  padding-left: 12%;

 
}

#conceptmessage4 img {
  width: 51%;
    height: auto;
    padding-left: 24vw;
}


#conceptmessage4 h1 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
  text-align: center;
  color: #666;
  }

#conceptmessage4 ul {
  color: #666;
  text-align: center;
  padding-top: 26px;
  font-size: 0.7em;
 
  margin-bottom: 1em;
  }

  






#concept2 h2{
  text-align: center;
  font-size: 1.3em;
  line-height: 200%;
  color:#89cce6;
  letter-spacing: 0.35em;
  margin-top: 15px;
 }

 #concept2 h2 span{
  display: block;
  font-size: 0.6em;
  line-height: 100%;
  margin-top: -5px;
  letter-spacing: 1em;
}

#concept3 h2{
  text-align: center;
  font-size: 1.8em;
  line-height: 200%;
  color:#89cce6;
  letter-spacing: 0.35em;
  margin-bottom: 70px;
  margin-top: 100px;
 }

 #concept3 h2 span{
  display: block;
  font-size: 0.6em;
  line-height: 100%;
  margin-top: -5px;
  letter-spacing: 1em;
}

#concept3 h3{
  text-align: center;
  font-size: 1.8em;
  line-height: 200%;
  color:#89cce6;
  letter-spacing: 0.35em;
  margin-bottom: 70px;
  margin-top: 100px;
 }

 #concept3 h3 span{
  display: block;
  font-size: 0.5em;
  line-height: 100%;
  margin-top: -100px;
  margin-bottom: 100px;
  width: 80%;
  padding-left: 10%;
}
#concept4 h3{
  text-align: center;
  font-size: 1.8em;
  line-height: 200%;
  color:#89cce6;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
  margin-top: 100px;
 }

 #concept4 h3 span{
  display: block;
  font-size: 0.5em;
  line-height: 140%;
  margin-top: -100px;
  margin-bottom: 100px;
}




#item{
  display: flex;
  width: 85%;
  margin: 0 auto;
  height: 80%;
  justify-content: center;
  margin-top: 50px;
  
  }

   
  #item02 img{
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-left: 0%;

  
  }
  #item03 img{
    display: block;
    width: 75%;
    padding-top: 0px;
    padding-left: 6.8%;
    margin-bottom: -10px;

  }
    #item04 img{
      display: block;
      width: 75%;
      padding-top: 0px;
      padding-left: 6.8%;
  }

  #item05 img{
    display: block;
    width: 60%;
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 96px;

  }
  #item06 img{
    display: block;
    width: 45%;
    padding-top: 0px;
    padding-left: 22%;

  
  }
  #item07 img{
    display: block;
    width: 60%;
    padding-top: 0px;
    padding-left: 20%;
    padding-bottom: 50px;
  

  
  }

  #item08 img{
    display: block;
    width: 40%;
    padding-top: 0px;
    padding-left: 24.6%;
  

  
  }
  #item09 img{
  display: block;
    width: 40%;
    padding-top: 0px;
    padding-left: 24.6%;
  }
  #item10 img{
    display: block;
    width: 76%;
    padding-top: 3px;
    padding-left: 6%;
  }
  #item11 img{
    display: block;
    width: 76%;
    padding-top: 0px;
    padding-left: 6%;
  }

  #item12 img{
    display: block;
    width: 76%;
    padding-top: 0px;
    padding-left: 6%;

  }


#sandtimer {
  background-image: url("../images/casand.jpg");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  color: #6666;
  width: 150px;
    height: 150px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1em;
  padding-top: 0px;
  transition: 0.6s;
  line-height: 0%;
  margin-right: 15vw;
  
}

#sandtimer:hover{
opacity: 0.5;
}

#sandtimertop img{
  width: 100%;
  height: 250px;
  padding-left: 0px;
  position: relative;
  top: 35px;
  margin-bottom: 50px;

}

  #sensu {
    background-image: url("../images/casensu.jpg");
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    color: #6666;
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1em;
    padding-top: 0px;
    transition: 0.6s;
    line-height: 0%;
  }
#sensu:hover{
  opacity: 0.5;
}
#hat {
  
  background-image: url("../images/cahat.jpg");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  color: #6666;
  width: 150px;
    height: 150px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1em;
  padding-top: 0px;
  transition: 0.6s;
  line-height: -1%;
  margin-right: 15vw;
}

#hat:hover{
  opacity: 0.5;
}
#bag {
  
  background-image: url("../images/cabag.jpg");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  color: #6666;
  width: 150px;
    height: 150px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1em;
  padding-top: 0px;
  transition: 0.6s;
  line-height: -1%;
}

#bag:hover{
  opacity: 0.5;
}
.timing01 {transition-delay: .3s;}
.timing02 {transition-delay: .7s;}
.timing03 {transition-delay: 1.0s;}
.timing04 {transition-delay: 1.5s;}

#item ul{
  display: flex;
  justify-content: center;
}

#item02 li{
  display: flex;
  justify-content: center;
  padding-left: 5vw;
}
#nextmore{
  margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    color: #89cce6;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.8em;
    margin-top: 50px;
    font-weight: bold;

}   

#shop li{
  text-align: center;
  font-size: 0.8em;
  line-height: 30px;
  color: #6666;
  letter-spacing: 0.6em;
  
 }

 .scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 2.0s ease-in-out;
  transform: translateX(-100px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(-50px);
}
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 1.5s ease-in-out;
  /*transform: translateX(80px);*/
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(30px);
}
 #amazon {
  background-image: url("../images/shopa_amazon1.jpg");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  color: #6666;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.3em;
  padding-top: 0px;
  transition: 0.6s;
  line-height: 0%;
}

#amazon:hover{
opacity: 0.5;
}

#rakuten {
  background-image: url("../images/shopa_rakuten2.jpg");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  color: #6666;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.3em;
  padding-top: 0px;
  transition: 0.6s;
  line-height: 0%;
}

#rakuten:hover{
opacity: 0.5;
}
#shop{
  margin-top: 10px;
}
#shop ul{
  display: flex;
  justify-content: center;
}
#shopimg{
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

#news{
  width: 80%;
  margin: auto;
  font-size: 1.2em;
  text-align: center;
}

#news ul span{
  color: #89cce6;
  font-weight: bold;
  margin-right: 28px;
}

#news h2{
  text-align: center;
  font-size: 1.3em;
  line-height: 170%;
  color:#89cce6;
  letter-spacing: 0.8em;
  
}
 

#news section h2 span{
  display: block;
  font-size: 0.45em;
  line-height: 100%;
  margin-top: -5px;
  letter-spacing: 0.4em;
}
 #news section h2::before{
   content: "";
   display: block;
   background-color:#89cce6;
   width: 100px;
   height: 5px;
   margin: auto;
   
 }


 #info1 {
  background-image: url("../images/info1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 150px;
  height: 200px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.7em;
  padding-top: 39%;
  transition: 0.6s;
  line-height: 100%;
  
}

#info1:hover{
opacity: 0.5;
}



#oem {
  background-image: url("../images/oem.png");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 150px;
  height: 200px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.7em;
  padding-top: 39%;
  transition: 0.6s;
  line-height: 100%;
}

#oem:hover{
opacity: 0.5;
}
#info ul{
  display: flex;
  justify-content: center;
  width: 100%;

}




#infojs h2{
  text-align: center;
  font-size: 0.9em;
  line-height: 115%;
  color: #89cce6;
  letter-spacing: 0.5em;
  margin-bottom: 100px;
  margin-top: 50px;
  width: 80%;
  padding-left: 10%;
}

#infojs a{
    color: coral;
   
}


#contact form{
  background-color: #cee7f1;
  padding: 40px 0px;
  width: 477px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;


}

#contact form dt{
  color:  #ffffff;
  font-weight: bold;
  float: left;
  width: 160px;
  clear: both;
  font-size: 0.9em;
  text-align: left;
}

#contact form dd{
  float: right;
  width: 370px;
}
#contact form dt span{
  color: coral;
  display: inline-block;
  padding: 0 10px;
  margin-left: 8px;
  font-size: 0.7em;
}

#contact form input[type="text"],
#contact form select,
#contact form textarea {
  padding: 5px;
  margin-bottom: 30px;
  border: solid 1px #e1d5d7;
}
 
#contact form input[type="text"] {
  min-width: 250px;
}
 
#contact form textarea {
  width: 68%;
  height: 8em;
}
 
#contact form input[type="submit"] {
  background-color: coral;
  color: #fff;
  padding: 15px;
  width: 270px;
  box-sizing: border-box;
  margin: 0 150px;
  text-align: center;
  display: block;
  clear: both;
  font-size: 1.3em;
}
 
#contact form input[type="submit"]:hover {
  transition: all ease 0.3s;
  background-color: #fff;
  color: #cee7f1;
}

#back{
  margin: 0 auto;
  padding-left: 39%;
  padding-top: 45px;

}   

#back p{
  display: block;
    text-decoration: none;
    transition: ease all .6s;
    line-height: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    width: 35%;
    height: 40px;
    background: #89cce6;
    position: relative;
    float: left;
}

#back p a {
  color: #fff;
  transition: all ease .6s;
}
#back p a::before{
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  background-color: coral;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  transition: ease-out all .6s;
}
#back p a:hover::before{
  width: 100%;
  height: 40px;
}
#back p a span{
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 15px;
  z-index: 1;
  transition: ease all .6s;
}
p a:hover span{
color: #89cce6;

}

#footercolor li{
  text-align: start;
  color: #fff;
  width: 98%;
  margin: 0;}

#footerlogo1{
float: right;

}
#footerlogo1 img{
  width: 20px;
  height: auto;
  padding-top: 4px;
  }

#footerlogo2{
float: right;

}


footer{
background-color: #cee7f1;
color: #fff;
text-align: center;
padding: 25px;
margin-top: 100px;
}

}