@charset "utf-8";

/* CSS Document */
@media screen and (min-width: 737px) {
    *{
        margin: 0;
        padding: 0;
        scroll-margin-top: 110px;
    }
    body{
        font-family:'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', sans-serif;
    }
    img{
        display: block;
    }
    .sp{display: none;}

    a{
        text-decoration: none;
        color: #666666;
    }
    
    li{
        list-style-type: none;
        font-size: 1em;
    }
    main{
      clear: both;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /*.icon{
        width: 10%;
        height: 35px;
        margin: 0 auto;
    }*/
  
     /* #headercolor{
        background-color:  rgba(249, 249, 249, 0.9);
        overflow: hidden;
        width: 100%;
        margin: 0;

      }
    */
    header{
        background-color:  rgba(249, 249, 249, 0.9);
        margin: 0 auto;
        width: 100%;
       /* overflow: hidden;*/
        position: fixed;
        top:0px;
        left: 0px;
       z-index: 999;
    }
    #logo{
        float: left;
        margin: 5px 30px;
        padding: 10px;
    
    }

   /* #global-nav{
      float: right;
      margin: 30px;
      padding: 5px;
    }   

    nav li{
       float: left;
        margin-left: 10px;
        font-weight: bold;
    }
    nav li a {
        color: #89cce6;
        transition: all ease .3s;
      }
    
      nav li a:hover {
        color: #a8f29b;
      }*/
    
      .gnavi__wrap {
        width: 95%;
        margin: 0 auto;
    }
    .gnavi__lists {
        display: flex;
        width: 63%;
        height: 80px;
        background-color: #cee7f1;
        position: relative;
        transition: all .3s;
        float: right;
        }
        
       .gnavi__list {
        width: 20%;
        height: 80px;
        text-align: center;
        background-color: #cee7f1;
        position: relative;
        transition: all .3s;
    }
    .gnavi__list:hover {
        background-color: #89cce6;
    }
    .gnavi__list:not(:first-child)::before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .3s;
    }
    .gnavi__list:hover::before {
        background-color:  #89cce6;
    }
    .gnavi__list a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #fff;
        font-size: 13px;
        letter-spacing: 0.2em;
       font-weight: 600;
        transition: all .3s;
        float: left;
    }
    .gnavi__list:hover a {
        color: #fff;
    }
 
    .dropdown__lists {
        transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
        transform-origin: center top;/*変形を適応する基準をtopとする*/
        transition: all 0.5s;/*表示の変化を0.5秒に指定*/
        width: 100%;
        position: absolute;
        top: 80px;
        left: 0;
    }
  
    .gnavi__list:hover .dropdown__lists {
        display: block;/*Gナビメニューにホバーしたら表示*/
    }
    .dropdown__list {
        background-color:  #cee7f1;
        height: 80px;
        transition: all .3s;
        position: relative;
    }
    .dropdown__list:not(:first-child)::before{
        content: "";
        width: 100%;
        height: 1px;
        background-color:  #89cce6;
        position: absolute;
        top: 0;
        left: 0;
    }
    .dropdown__list:hover {
        background-color:  #89cce6;
    }
    .dropdown__list a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-decoration: none;
        position: relative;
    }
    .dropdown__list a::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(135deg);
        position: absolute;
        right: 15px;
        top: calc(50% - 5px);
    }

    #rakuten{
        width: 30%;
        height: 10px;
    }
 
    .gnavi__list:hover .dropdown__lists {
        transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
    


 
      }
      section h2{
        text-align: center;
        font-size: 1.8em;
        line-height: 200%;
        color:#89cce6;
        letter-spacing: 0.35em;
        margin-bottom: 70px;
        margin-top: 80px;
       }
       
        section h2 span{
          display: block;
          font-size: 0.45em;
          line-height: 100%;
          margin-top: -5px;
          letter-spacing: 1em;
        }
         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;
          
        }
        .scroll_up.on {
          transform: translateY(0);
          opacity: 3.5;
             
        }

      

     
        #conceptmessage .container {
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
          justify-content: space-between;
          padding-right: 200px;
          text-align: center;
          line-height: 2em;
          padding-right: 10%;
         }
         #conceptmessage .container section h3 {
          text-align: center;
          color: #666666;
          font-size: 2em;
          font-weight: bold;
          margin-bottom: 1em;
          margin-right: 55px;
        }
      
        #conceptmessage section:first-of-type {
          box-sizing: border-box;
          width: calc(50% - 50px);
          padding: 0px 75px 0px calc(10% - 100px);
          margin: 55px 0 0;
        }
        
        #conceptmessage .container section li img{
          padding-left: 13vw;
          width: 100%;
        
      }

      #conceptmessage2 .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        padding-right: 150px;
        text-align: center;
        line-height: 2.5em;
        margin-bottom: 50px;
        color: #666666;
  
       }
       #conceptmessage2 .container section h3 {
        text-align: center;
        color: #666666;
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 1em;
        margin-right: 55px;
      }
    
      #conceptmessage2 section:first-of-type {
        box-sizing: border-box;
        width: calc(50% - 50px);
        padding: 0px 75px 0px calc(10% - 100px);
        margin: 55px 0 0;
      
    }

    
    #conceptmessage3 .container {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
      padding-right: 158px;
      text-align: center;
      line-height: 3em;
      margin-bottom: 50px;
      color: #666666;

     }
     #conceptmessage3 .container section h3 {
      text-align: center;
      color: #666666;
      font-size: 2em;
      font-weight: bold;
      margin-bottom: 1em;
      margin-right: 55px;
    }
  
    #conceptmessage3 section:first-of-type {
      box-sizing: border-box;
      width: calc(50% - 50px);
      padding: 0px 75px 0px calc(10% - 100px);
      margin: 55px 0 0;
    }
    
    #conceptmessage3 .container section li img{
      padding-left: 13vw;
      width: 100%;}


      #conceptmessage4 .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        padding-right: 250px;
        text-align: center;
        line-height: 3em;
        margin-bottom: 50px;
        color: #666666;
  
       }
       #conceptmessage4 .container section h3 {
        text-align: center;
        color: #666666;
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 1em;
        margin-right: 55px;
      }
    
      #conceptmessage4 section:first-of-type {
        box-sizing: border-box;
        width: calc(50% - 50px);
        padding: 0px 75px 0px calc(10% - 100px);
        margin: 55px 0 0;
      }
      
      #conceptmessage4 .container section li img{
        padding-left: 13vw;
        width: 90%;
        margin-top: -39px;
      }
  
      #category h2{
        text-align: center;
        font-size: 1.8em;
        line-height: 200%;
        color:#89cce6;
        letter-spacing: 0.35em;
        margin-bottom: 50px;
        margin-top: 80px;
       }

  

       #concept2 h2{
        text-align: center;
        font-size: 1.8em;
        line-height: 200%;
        color:#89cce6;
        letter-spacing: 0.35em;
        margin-bottom: 70px;
        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;
      }
      #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;
        
        }
    

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

      
      #sandtimer:hover{
      opacity: 0.5;
    }

    #sandtimertop img{
      display: block;
      padding-left: 2.2%;
      padding-top: 80px;
      width: 95.3%;
      height: 535px;
    }

    #sandtimertop2 img{
      display: block;
      padding-left: 7%;
      padding-top: 80px;
      width: 85%;
      height: 535px;
    }
    
      #item02 img{
        display: block;
        width: 40%;
        padding-top: 0px;
        padding-left: 30%;
        padding-bottom: 50px;

      
      }
       
      #item02s img{
        display: block;
        width: 40%;
        padding-top: 0px;
        padding-left: 33%;
      
      }
      #item03 img{
        display: block;
        width: 40%;
        padding-top: 0px;
        padding-left: 30%;

      
      }

      #item03s img{
        display: block;
        width: 40%;
        padding-top: 0px;
        padding-left: 29%;
      
      }
      #item04 img{
        display: block;
        width: 40%;
        padding-top: 0px;
        padding-left: 30%;
       
        padding-bottom: 50px;
      }        
        
      
        #item05 img{
          display: block;
          width: 90%;
          padding-top: 0px;
          padding-bottom: 50px;
          padding-left: 6px;
      
        }
        #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: 29.7%;
        
        
      
        
        }
        #item09 img{
        display: block;
          width: 40%;
          padding-top: 0px;
          padding-left: 26.5%;
        }
      
    
        #sensu {
          background-image: url("../images/casensu2.jpg");
          background-position: inherit;
          background-repeat: no-repeat;
          background-size: cover;
          color: #6666;
          width: 300px;
          height: 300px;
          box-sizing: border-box;
          text-align: center;
          font-size: 1.3em;
          padding-top: 0px;
          transition: 0.6s;
          line-height: 0%;
        }
      #sensu:hover{
        opacity: 0.5;
      }
      #hat {
        
        background-image: url("../images/cahat3.jpg");
        background-position: inherit;
        background-repeat: no-repeat;
        background-size: cover;
        color: #6666;
        width: 300px;
        height: 300px;
        box-sizing: border-box;
        text-align: center;
        font-size: 1.3em;
        padding-top: 0px;
        transition: 0.6s;
        line-height: 0%;
      }
     
      #hat:hover{
        opacity: 0.5;
      }
      #bag {
        
        background-image: url("../images/cabag4.jpg");
        background-position: inherit;
        background-repeat: no-repeat;
        background-size: cover;
        color: #6666;
        width: 300px;
        height: 300px;
        box-sizing: border-box;
        text-align: center;
        font-size: 1.3em;
        padding-top: 0px;
        transition: 0.6s;
        line-height: 0%;
      }
     
      #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;
      }
      
#nextmore{
  margin: 0 auto;
  padding-left: 34%;
  padding-top: 100px;
}   

#nextmore p{
  display: block;
  text-decoration: none;
  transition: ease all .6s;
  line-height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  width: 500px;
  height: 58px;
  background: #89cce6;
  position: relative;
  letter-spacing: 0.55em;
}

#nextmore p a {
  color: #fff;
  transition: all ease .6s;
}
#nextmore 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;
}
#nextmore p a:hover::before{
  width: 500px;
  height: 52px;
}
#nextmore 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;

}

.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 2s ease-in-out;
 transform: translateX(-200px);
  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: 2s ease-in-out;
  transform: translateX(200px);
  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(50px);
}
#news{
  width: 80%;
  margin: auto;
  font-size: 1.2em;
  text-align: center;
}

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

}

#news h2{
  text-align: center;
  font-size: 1.5em;
  line-height: 170%;
  color:#89cce6;
  letter-spacing: 0.8em;
  margin-bottom: 100px;
  margin-top: 100px;
}
 

#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;
   
 }

 #conceptmessage .container section li img{
  padding-left: 13vw;
  width: 100%;

} 

#conceptmessage2 .container section li img {
  padding-left: 10vw;
  width: 80%;
  margin-top: -49px;
}
#conceptmessage3 .container section li img {
  padding-left: 4vw;
  width: 127%;
  margin-top: -52px;
}


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

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

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

#amazon {
  background-image: url("../images/shopa_amazon1.jpg");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  color: #6666;
  width: 200px;
  height: 200px;
  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: 200px;
  height: 200px;
  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 ul{
  display: flex;
  justify-content: center;
}


#info h2{
  text-align: center;
    font-size: 1.8em;
    line-height: 170%;
    color: #89cce6;
    letter-spacing: 0.8em;
    margin-bottom: 100px;
    margin-top: 200px;
}
 
#info1 {
  background-image: url("../images/info1.png");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 500px;
  height: 411px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.3em;
  padding-top: 39%;
  transition: 0.6s;
  line-height: 100%;
}



#info1:hover{
opacity: 0.5;
}

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

#oem:hover{
opacity: 0.5;
}
#info ul{
  display: flex;
  justify-content: center;
}
#cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  width: 22%;
    height: 300px;
    border: 1px solid lightgray;
    text-align: center;
}

.card:nth-child(2 ) {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.card:nth-child(4) {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.picture img {
  width: 90%;
  height: 200px;
  padding-left: 25px;
   }



.description {
  width: 100%;
  height: 145px;
  padding-right: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}

.description p {
  font-size: 13px;
  color: dimgray;

}

#infojs h2{
  text-align: center;
    font-size: 1em;
    line-height: 150%;
    color: #89cce6;
    letter-spacing: 0.5em;
    margin-bottom: 100px;
    margin-top: 50px;
}

#infojs a{
    color: coral;
   
}


#contact form{
  background-color: #cee7f1;
  padding: 40px 110px;
  width: 750px;
  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: 31%;
    padding-top: 100px;
}   

#back p{
  display: block;
  text-decoration: none;
  transition: ease all .6s;
  line-height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  width: 500px;
  height: 58px;
  background: #89cce6;
  position: relative;
  letter-spacing: 0.55em;
}

#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: 52px;
}
#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;

}

#footerlogo2{
  float: right;

}


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