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





.section-top {
  background-image: url( "../imgs/main_v.png");
  height: 100vh;
    
/*  padding: 133px 0px;*/
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
}
  .section-goods {
  margin-bottom: 160px;
}
  .h2_works {
/*
    display: flex;
    justify-content: flex-end;
*/
    text-align:right;
    font-size: 130px;
   margin: 100px auto 120px;
   padding: 0 24px;
  }
  .title_img{
  width:auto;
}
  .section-goods h3 {
  font-size: 24px;
  padding: 20px 0 10px 0;
  
}
.section-goods  p {
 font-size: 16px;
  

}
.goods_image {
  display: block;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  max-width: 500px;
  max-height: 500px;
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 70%);
}

.section-goods ul {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  
}
  .section-goods ul li {
  text-align: left;
  margin-bottom: 80px;

    max-width: 480px;
}
  .section-goods ul li h3 {
color: #333333;   
} 
  .section-goods ul li p {
color: #333333;   
     font-family: "Futura  'TsukuARdGothic-Regular',sans-serif,Hiragino Sans, Hiragino Kaku Gothic ProN , Meiryo, sans-serif";;
    margin-bottom: 10px ;
    font-weight: 600;
}
  .section-about {
    display: flex;
  }
  .section-about h3 {
    font-size: 32px;
    font-family: 'TsukuARdGothic-Regular',sans-serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  }
  .h2_about {
    display: flex;
    text-align: left;
    font-size: 130px;
   margin: 0px auto 60px;
    padding-right: 0 24px;
    justify-content: flex-start;
  }
  .about_lead {
  color: #fff;
  background-image: url("../imgs/about_lead.png");
  background-size: 200%;
  background-size: cover;
  background-position: center;
    background-repeat: repeat;
  }
  .about_lead p{
    padding: 0 100px 0 100px;
    margin-bottom: 60px;
    text-align: left;
  }
  .about_picture{
  }
  .about_picture__img{
    width: 50vw;
    height: 100%;
  }
  .btn.bgskew {
    margin-bottom: 0px;
  }
  

.goods_image{
	transition: 0.5s;
}
.goods_image:hover {
	transform: scale(1.07, 1.07);
}
.btn{
	transition: 0.5s;
}
.btn:hover {
	transform: scale(1.1, 1.1);
}
 

@media (max-width:960px) {
  .section-top {
     background-image: url(../imgs/main_v.png);
    background-position: 70% 40%;
    background-color: #292B2E;
    height: 100vh;
    padding: 133px 0px;
    background-size: 200%;
    background-repeat: no-repeat;
}
  .h2_works {
/*
    display: flex;
    justify-content: flex-end;
*/
    text-align:right;
    font-size: 60px;
   margin: 100px auto 100px;
   padding: 0 ;
  }
.title_img{
  width: 60%;
}
  .section-goods h3 {
  font-size: 24px;
  padding: 20px 0 10px 0;
  
}
.section-goods  p {
 font-size: 16px;

}
.goods_image {
  display: block;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  max-width: 500px;
  max-height: 500px;
}

.section-goods ul {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  
}
  .section-goods ul li {
  text-align: left;
  margin-bottom: 80px;

}
  .section-goods ul li h3 {
    
color: #333333;   
} 
  .section-goods ul li p {
color: #333333;  
       font-family: 'TsukuARdGothic-Regular',sans-serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    margin: 0;
}
  .section-about {
    display: block;
  }
  .section-about h3 {
    font-size: 24px;
    font-family: 'TsukuARdGothic-Regular',sans-serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  }
  .h2_about {
    color: #FFFFFF;
    display: flex;
    text-align: left;
    font-size: 60px;
   margin: 0px auto 0px;
   padding: 60px 0;
    justify-content: flex-start;
  }
  .about_lead {
  color: #fff;
  background-image: url("../imgs/about_lead.png");
  background-size: 200%;
  background-size: cover;
  background-position: center;
    background-repeat: repeat;
  }
  .about_lead p{
    padding: 0 24px 0 24px;
    margin-bottom: 60px;
    text-align: left;
    line-height: 32px;
  }
  .about_picture{
 position: relative;
  }
  .about_picture__img{
    width: 100%;
    height: 100%;
  }
  
  }

/*========= Loading ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
/*   background-image: url("../imgs/BG.png");*/
 background-color:#1A1A1A;
  background-size: cover;
  background-repeat: no-repeat; 

  /* 湯気で白を作る*/
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  margin: 0 auto;
  font-family: 'Futura','Arial','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo h1 {
  font-size: 36px;
  margin: 0 auto;
  font-family: 'Futura','Arial','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}



/*========= レイアウトのためのCSS ===============*/

#load_ntainer{
    width:100%;
    height: 100vh;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*
a{
    color: #333;
}
*/

a:hover{
     text-decoration: none;   
}







  
  