@charset "UTF-8";

/*---------

以下PC対応

---------------------*/
@media screen and (min-width: 481px){

html {
  font-size:62.5%;
}
body {
    font-size:1.4rem;
    text-align:center;
background-image: url(../img/back-factory_2.jpg);
 background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}

/*----------head------------*/
#header_logo{
      display: flex;
  justify-content: center;
  align-items: center;
    width: auto;
    height: 100px;
    background-color: #FFF;
}

#header_logo a{
    font-size: 4rem;
    text-decoration: none;
    color: #333;
    font-family: "Sorts Mill Goudy";
}

/*----------movie------------*/
#top_box{
    overflow: hidden;
    position: relative;
    align-items: center; 
    margin: 0 auto;
    width: 100%;
    height: 60vh;
    background-color: #fff;
}

.space{
    height: 60px;
    background-color: #fff;
    
}


#top_box .top_text{
    display: block;
    width: 80vw;
    max-width: 300pt;
    position: absolute;
     top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    font-size: min(18pt, 5vw);
    font-weight:bold;
    color:white;
    z-index: 2;
    background:rgba(255,255,255,0.20);
}

#top_box .top_text h2{
    padding:7rem;
    /*border-bottom: 0.05rem solid white;*/
    /*border-top: 0.05rem solid white;*/
}

#top_box img{
    display: block;
    position: absolute;
     top: 90%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    width: 60px;
    height: 50px;
}


#top_box video{
    filter: grayscale(20%);
    position:relative;
    align-items: center;
    width: 120vmax;
 filter: brightness(70%); /* フィルター */
  transition: 0.3s; /* トランジション */
}

#top_box video:hover{
    filter: grayscale(20%);
    position:relative;
    align-items: center;
    width: 120vmax;
  filter: brightness(120%); /* フィルターを変更 */
}


/*----------contact------------*/
.contact_box{
    justify-content: center;
    align-items: center;
    width: auto;
    height: 150px;
    /*background-color: #333;*/
}

.contact h2{
    padding-top: 35px;
    padding-bottom: 30px;
    font-size: 2.4rem;
    text-decoration: none;
    color: #FFF;
    font-family: "Sorts Mill Goudy";
}

.click{
    margin:0 auto;
    width: 150px;
    height: 20px;
    color: #FFF;
    border: solid 1px #FFF;
}

.click a{
    text-decoration: none;
    color: #FFF;
}

/*----------ABOUT US------------*/
.futures_container{
    width: 100%;
    background-color:#fff; 
}

.box-title{
    height:10vmin;
    width: auto;
    margin: auto;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-size: 2rem;
    line-height: 14vmin;
}

#futures_box{
    display: flex;
    margin:  0 auto;  
    width: 960px;
    height: 100%;
    /*background-color: coral;*/
    text-align: center;
    padding-bottom: 2vmin;
    padding-top: 2vmin;
}

.futures_contents-box{
        margin:  0 auto;
        width: 100%;
}

.futures_graphic img{
    width: 320px;
    height: 180px;
    margin-bottom: 1vmin;
}

.futures_point{
    display: inline-block;
    width: 320px;
    height: 100px;
    /*background-color: #545454;*/
    font-size: 3rem;
    text-decoration: none;
    /*color: #333;*/
    font-family: "Sorts Mill Goudy";
 display: table-cell; /* IE8から使用可能 */
 vertical-align: middle;
    margin-bottom: 1vmin;
}
    
.futures_detail{
    display: inline-block;
    width: 240px;
    height: 90px;
    margin:  0 auto;  
    font-size: 1.5rem;
    text-align: left;
    margin-top: 1vmin;
}


/*----------photo------------*/



.photo{
    margin: 0 auto;
    background-color:#fff;
}

.fadein{
    opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}


.fadein.scrollin{
	opacity : 1;
	transform : translate(0, 0);
}


.photo_box{
    margin: 0 auto;
    width: 960px;
    display: grid;
    /*grid-gap: 10px;*/
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 320px 320px 320px;
            padding-bottom: 4vmin;
       padding-top: 2vmin;
}

.photo_box img{
    object-fit: cover; /* 画像縦横比維持埋！ */
    padding: 5px;;
}

.photo-1{
    grid-column: 1 / 3;
    grid-row: 1 / 1;
    overflow: hidden;
    background-color: #fff;
} 

.photo-1 img{
object-position: 100% 100%;
    width:640px;
    height:320px;
}

.photo-2{
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    background: #ddd;
    overflow: hidden;
    background-color: #fff;
}

.photo-2 img{
    width:320px;
    height:640px;
}

.photo-3{
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    overflow: hidden;
    background-color: #fff;
}

.photo-3 img{
    object-position: 50% 50%;
    width:640px;
    height:320px;
}

.photo-3_2{
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    overflow: hidden;
    background-color: #fff;
}

.photo-3_2 img{
    object-position: 50% 50%;
    width:640px;
    height:320px;
}


.photo-4{
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    overflow: hidden;
    background-color: #fff;
}

.photo-4 img{
    width:100%;
    height:320px;
}

.photo-5{
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    overflow: hidden;
    background-color: #fff;
}

.photo-5 img{
    width:320px;
    height:320px;
}

.photo-6{
    grid-column: 2 / 5;
    grid-row: 4 / 5;
    background: #ddd;
    overflow: hidden;
    background-color: #fff;
}

.photo-6 img{
    width:640px;
    height:320px;
}

/*----------product------------*/
.product{
    margin:  0 auto;
    width: 100%;
    background-color: #fff;
}

#product_wrap{
    width: 960px;
    margin: auto;
    display: flex;
    flex-wrap:wrap;
        padding-bottom: 4vmin;
            padding-top: 2vmin;
    /*background-color: brown;*/
        border-bottom: 1px solid;
}


.product_contents-box{
    width: 320px;
    /*background: #498716;*/
}

.product_contents-box img{
    margin-top: 20px;
    width: 280px;
    height: 200px;
    /*background-color: aqua*/
}

.product_head{
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    /*font-weight: 600;*/
    font-size:18px;
    
}


/*----------
.product_text{
    text-align: left;
    margin-left: 20px;
    font-size: 14px;
}
------------*/

/*----------profile------------*/
.profile{
    margin: auto;
    width: 100%;
    height: 600px;
    background-color: #fff;
}


.profile_box{
    margin: auto;
    width: 960px;
    height: 480px;
    /*background-color: #216;*/
    margin-bottom: 5vmin;
}

.profile_map{
    float: left;
    margin-left: auto;
    width: 420px;
    height: 400px;
    margin-left: 40px;
    /*margin-right: 20px;*/
    margin-top: 40px;
    margin-bottom: 40px;
    /*background-color: #347;*/
}

.profile_photo{
    float: right;
    margin-right: auto;
    width: 420px;
    height: 250px;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 40px;
    /*background-color: #123;*/
}

.profile_sheet{
    float: right;
    margin-right: auto;
    width: 420px;
    height: 150px;
    margin-left: 20px;
    margin-right: 40px;
    /*background-color: #333334;*/
    text-decoration: none;
}

.profile_sheet ul{
    text-align: left;
    margin-top:18px;
    margin-right: 40px;
    /*background-color: #333334;*/
    text-decoration: none;
    list-style: none;
}

.company{
    font-weight: bold;
    margin-bottom: 6px;
}

/*----------copyright------------*/
#copyright{
    width: auto;
    height: 210px;
    background-color: #333;  
    color: #FFF;
}


.copyright-box{

    display: flex;
    margin:auto;
    text-align: left;
    width: 960px;
}

.copyright_company{
        width: 50%;
    font-family: "Sorts Mill Goudy";
    
}

.copyright_name{
                padding-top: 50px;
    font-size: 2.5rem;
}

.copyright_copy{
    padding-top: 60px;
    font-size: 1.3rem;
}

.copyright_company_2{
   padding-top: 30px;
    text-align: right;
}

.logo{
    width: 25%;
    height: 25%;
    margin-right: 13%;
}

.copyright_company_img_2 a img{
    padding-top: 3%;
    width: 50%;
    height: 50%;
}

}






/*--------------------

以下モバイル対応

----------------------*/





@media screen and (max-width: 480px){ 
    
@charset "UTF-8";

html {
  font-size:62.5%;
}
body {
    font-size:1.4rem;
    text-align:center;
background-image: url(../img/back-factory_2.jpg);
 background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}



/*----------head------------*/
#header_logo{
      display: flex;
  justify-content: center;
  align-items: center;
    width: auto;
    height: 100px;
    background-color: #FFF;
}

#header_logo a{
    font-size: 1.7rem;
    text-decoration: none;
    color: #333;
    font-family: "Sorts Mill Goudy";
}

/*----------movie------------*/
#top_box{
    overflow: hidden;
    position: relative;
    align-items: center; 
    margin: 0 auto;
    width: 100%;
    height: 40vh;
    background-color: #fff;
}

.space{
    height: 60px;
    background-color: #fff;
}


#top_box .top_text{
    display: block;
    width: 80vw;
    max-width: 600pt;
    position: absolute;
     top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;

    font-size: min(24pt, 5vw);
    font-weight:bold;
    color:white;
    z-index: 2;

}

#top_box .top_text h2{
    padding:1rem;
    border-bottom: 0.05rem solid white;
    border-top: 0.05rem solid white;
}

#top_box img{
    display: block;
    position: absolute;
     top: 90%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    width: 10%;
    height: 10%;
}


#top_box video{
    filter: grayscale(20%);
    position:relative;
    align-items: center;
    width: 120vmax;
 filter: brightness(70%); /* フィルター */
  transition: 0.3s; /* トランジション */
}

#top_box video:hover{
    filter: grayscale(20%);
    position:relative;
    align-items: center;
    width: 120vmax;
  filter: brightness(120%); /* フィルターを変更 */
}


/*----------contact------------*/
.contact_box{
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30vw;
    /*background-color: #333;*/
}

.contact h2{
    padding-top: 5vw;
    padding-bottom: 3vw;
    font-size: 2rem;
    text-decoration: none;
    color: #FFF;
    font-family: "Sorts Mill Goudy";
}

.click{
    margin:0 auto;
    width: 200px;
    height: 8vw;
    color: #FFF;
    border: solid 1px #FFF;
}

.click a{
        text-decoration: none;
font-size:0px;
}
    
 .click a:before {
     text-decoration: none;
     font-size:1.5rem;
     content:'TOUCH HERE';
     color: #FFF;
     line-height: 8vw;
    }

/*----------ABOUT US------------*/
.futures_container{
    width: 100%;
    background-color:#fff; 
}

.box-title{
    height: 30vw;
    width: auto;
    margin: auto;
    justify-content: center;
    align-items: center;
     line-height: 30vw;
    background-color:#fff; 
}
    

#futures_box{
    margin:  0 auto;  
    width: 100%;
    height: 100%;
    text-align: center;
    padding-bottom: 60px;
    

}

.futures_contents-box{
    margin:  0 auto;
    width: 100%;
}

.futures_graphic img{
    width: 95%;
    height: 95%;
}
    
.futures_graphic {
    height: 50vmin;
   display: table;
    
    
}

.futures_point{
    display: inline-block;
    width: 240px;
    margin-bottom: 4vmin;
    margin-top: 4vmin;
    /*background-color: #545454;*/
    font-size: 3rem;
    text-decoration: none;
    /*color: #333;*/
    font-family: "Sorts Mill Goudy";
    vertical-align: middle;
    text-align: center;
}

.futures_detail{
    margin-top: 2rem;
    display: inline-block;
    width: 240px;
    height: 20vmin;
    margin:  0 auto;  
    margin-bottom: 50px;
    font-size: 1.5rem;
    text-align: left;
    border-bottom: 1px solid;
    border-color: #111;
}


/*----------photo------------*/



.photo{
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.fadein{
    opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}


.fadein.scrollin{
	opacity : 1;
	transform : translate(0, 0);
}


.photo_box{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #fff;

}

.photo_box img{
    object-fit: cover; /* 画像縦横比維持埋！ */
    padding: 5px;
}

.photo-1{

} 

.photo-1 img{
    width:100%;
    height:30vh;
}

.photo-2{
    display:none;
}

.photo-2 img{
    width:100%;
    height:30vh;
}

.photo-3{

}

.photo-3 img{
    width:100%;
    height:30vh;
}

.photo-3_2{
    overflow: hidden;
    background-color: #fff;
}

.photo-3_2 img{
    width:100%;
    height:30vh;
}


.photo-4{

}

.photo-4 img{
    display:none;
    width:100%;
    height:30vh;
}

.photo-5{
    overflow: hidden;
    background-color: #fff;
}

.photo-5 img{
    width:100%;
    height:30vh;
}

.photo-6{
    display:none;
}

.photo-6 img{
    width:100%;
    height:30vh;
}

/*----------product------------*/
.product{
    margin:  0 auto;
    width: 100%;
    background-color: #fff;
}

#product_wrap{
    width: 95%;
    margin: auto;
    display: flex;
    flex-wrap:wrap;
    border-bottom: 1px solid; 80%;
    /*background-color: brown;*/
}


.product_contents-box{
    width: 100%;
    height:75vw;
    /*background: #498716;*/
    margin-bottom: 50px;

}

.product_contents-box img{
    width: 80%;
    height: 80%;
    overflow: hidden;
    object-fit: cover; /* 画像縦横比維持埋！ */
    /*background-color: aqua*/

}

.product_head{
    width: 80%;
    text-align: left;
    margin-left: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
    /*font-weight: 600;*/
    font-size: 2rem;
}


/*----------
.product_text{
    text-align: left;
    margin-left: 20px;
    font-size: 14px;
}
------------*/

/*----------profile------------*/
.profile{
    margin: auto;
    width: 100%;
    height: 300w;
    background-color:#fff;
    
}


.profile_box{
    margin: auto;
    width: 80%;
    /*background-color: #216;*/
}


.profile_map iframe {
    width: 100%; 
}
    

.profile_photo{
    margin-top: 10vw;
    overflow: hidden;
}


.profile_sheet ul{
    margin-top:18px;
    /*background-color: #333334;*/
    text-decoration: none;
    list-style: none;
    text-align: left;
}

.company{
    font-weight: bold;
    margin-bottom: 6px;
}

/*----------copyright------------*/
#copyright{
    width: 100%;
    height: 45vw;
    background-color: #333;  
    color: #FFF;
    text-align: center;
}


.copyright-box{
    display: flex;
    width: 90%;
    margin: auto;
}

.copyright_company{
    font-family: "Sorts Mill Goudy";
    width: 50%;
}

.copyright_name{
    text-align: left;
    padding-top: 5vw;
    font-size: 1rem;
}

.copyright_copy{
    text-align: left;
    padding-top: 2vw;
    font-size: 1rem;
}

.copyright_company_2{
    padding-top: 3vw;
    width: 50%;
}

.logo{
    width: 80%;
    height: 80%;
}

.copyright_company_img_2 a img{
    padding-top: 10%;
    width:80%;
    height: 80%;
}

}