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


.loading{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.0rem;
z-index: 200;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.loading.active{
    opacity: 1;
    visibility: visible;
}
@keyframes flashing{
50%{
    opacity: .5;
}
}
.loading_text{
    animation: .5s flashing infinite ;
}/* loading */

/* animation */
.animationtarget{
opacity: 0;
transition: 1s;
transform: translateY(50px);
}
.animationtarget.fromright{
    transform: translateX(50px);
}
.animationtarget.fromleft{
    transform: translateX(-50px);
} 
.brnds_list img{
    display: block;
    width: 100%;
    height: auto;
}
.brnds_list .animationtarget:first-child{
    transform: translateX(200%);
    transition: 0.5s;
} 
.brnds_list .animationtarget:nth-child(2){
    transform: translateX(150%);
    transition: 0.5s;
}
.brnds_list .animationtarget:nth-child(3){
    transform: translateX(100%);
    transition: 0.5s;
}
/* animation_sp */
@media (max-width:428px){
.brnds_list .animationtarget:first-child{
    transform: translateX(50px);
    transition: 0.5s;
    } 
.brnds_list .animationtarget:nth-child(2){
    transform: translateX(-50px);
    transition: 0.5s;
    }
.brnds_list .animationtarget:nth-child(3){
    transform: translateX(50px);
    transition: 0.5s;
    }
} /* animation_sp */

.brnds_list .animationtarget.show{
    opacity: 1;
    transform: translateX(0);
}
.animationtarget.show{
    opacity: 1;
    transform: none;
}/* animation */

/* mv pc */
.mv{
    overflow: hidden;
    padding-bottom: 200px;
}
.mv video{
    width: 100%;
}/* mv pc */

/* about */
.about h2{
    font-size: 4.6rem;
    font-family:'EB Garamond', serif;
    margin-bottom: 40px;
    font-weight: 200;
}
.about__jptext{
line-height: 2.8;
margin-bottom: 40px;
}
.about__egtext{
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 60px;
}/* about */

/* production */
.production{
    padding:200px 0;
    display: flex;
}
.production__pic{
    width: 55vw;
}
.production_image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* production_　pc */
.production__sp_pic{
    display: none;
}
.production__body{
    width: 45vw;
    background-color:  #000;
    color: #fff;
    padding: 80px 7vw 100px;
}
.production h2{
    color: #fff;
    font-size: 4.0rem;
    margin-bottom: 40px;
    font-family:'EB Garamond', serif;
    font-weight: 200;
}
.number_text_production{
    display: flex;
    align-items: center;
    justify-content:center;
    margin-bottom: 20px;
    font-size: 2.0rem;
}
.number_text_production::before {
    content: "";
    border-top: 1px solid #fff;
    width: 13px;
    margin-right: 10px;
}
.number_text_production::after{
    content: "";
    border-top: 1px solid #fff;
    width: 13px;
    margin-left: 10px;
}
.number_text_sevice{
    display: flex;
    align-items: center;
    justify-content:left;
    margin-bottom: 20px;
    font-size: 2.0rem;
}
.number_text_sevice::before {
    content: "";
    border-top: 1px solid #263B60;
    content: "";
    width: 13px;
    margin-right: 10px;
}
.number_text_sevice::after{
    content: "";
    border-top: 1px solid #263B60;
    content: "";
    width: 13px;
    margin-left: 10px;
}
.number_text_brands{
    display: flex;
    align-items: center;
    justify-content:center;
    margin-bottom: 20px;
    font-size: 2.0rem;
}
.number_text_brands::before {
    content: "";
    border-top: 1px solid #263B60;
    content: "";
    width: 13px;
    margin-right: 10px;
}
.number_text_brands::after{
    content: "";
    border-top: 1px solid #263B60;
    content: "";
    width: 13px;
    margin-left: 10px;
}
.production__jptext{
    line-height: 2.0;
    margin-bottom: 30px;
    text-align: left;
}
.production__egtext{
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 60px;
    text-align: left;
}/* production */

/* service */
.service{
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 200px;
}
.service_pic{
    width: 55vw;
}
.service__sp_pic{
    display: none;
}
.service_body{
    width: 45vw;
    padding: 0 7vw;
    text-align: left;
}
.service h2{
    font-size: 4.0rem;
    margin-bottom: 40px;
    font-family:'EB Garamond', serif;
    font-weight: 200;
    text-align: left;
}
.service_jptext{
    line-height: 2.0;
    margin-bottom: 30px;
    text-align: left;
}
.service_egtext{
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 60px; 
    text-align: left;
}/* service */

/* brands */
.brands{
    background-color: #F3F3F3;
    padding: 115px 0 180px;
}
.brands h2{
    font-size: 4.0rem;
    margin-bottom: 70px;
    font-family:'EB Garamond', serif;
    font-weight: 200;
}
.brnds_list{
    display: flex;
    justify-content: space-between;
}
.brands li{
    width: 33%;
}
.brands h3{
    font-size: 2.2rem;
    font-family: 'EB Garamond', serif;
    font-weight: 200;
    padding: 50px 0 80px;
}/* brands */

/* company_recruit */
.company_recruit{
    background-color: #000;
    padding-bottom: 160px;
}
.company_recruit h2{
    font-size: 4.0rem;
    margin-bottom: 40px;
    font-family:'EB Garamond', serif;
    font-weight: 200;
    padding: 160px 0 115px;
    color: #fff;
}
.company_recruit_inner{
    display: flex;
    justify-content: space-around;
}
.company{
    background-color: #fff;
    width: 42%;
    padding: 110px 20px;
}
.recruit{
    background-color: #fff;
    width: 42%;
    padding: 110px 20px;
}
.company_recruit_title{
    font-size: 4.0rem;
    margin-bottom: 40px;
    font-family: 'EB Garamond', serif;
    font-weight: 200;
}/* company_recruit */

/* contact */
.contact{
    display: flex;
    width: 112rem;
    height: 48rem;
    margin: 200px auto;
    background-image: url(../images/top/contact.jpg);
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: left;
}
.contact h2{
    font-size: 4.0rem;
    margin-bottom: 60px;
    font-family:'EB Garamond', serif;
    font-weight: 200;
    padding: 80px 0 0 80px;
}
.contact_text{
    padding: 0 0 60px 80px;
    line-height: 2.5;
}
.contact_link{
    padding: 0 0 0 80px;
}
.contact_btn{
    position: relative;
}
.contact_btn::before{
   content: '';
   display: block;
   width: 133%;
   height: 1px;
   background-color: #333;
   position: absolute;
   left:0px;
   top: 25px;
   transition: all.3s;
}
.contact_btn::after{
    content: '';
    display: block;
    width: 10%;
    height: 1px;
    background-color: #333;
    position: absolute;
    right: 0px;
    top: 25px;
    transform: translate(34px, -4px) rotate(40deg);
    transition: all.3s;
}
.contact_btn:hover::before{
    left: 20%;
}
.contact_btn:hover::after{
    right: -17%;
}/* contact */


/* tablet*/
@media(max-width:768px){
.mv{
    padding: 80px 0 100px;
}
.production{
 padding: 100px 0;
}
.production__body{
    width: 100%;
    padding: 60px 0 80px;
}
.production h2{
    margin-bottom: 60px;
}
.production__jptext{
padding: 0 80px;
}
.production__egtext{
    padding: 0 80px;
}
.production__pic{
    display: none;
}
.production__sp_pic{
    display: block;
    width: 100%;
    margin-bottom: 60px;
}
.service{
    padding-bottom: 100px;
}
.service_body{
    width:100%;
   padding: 0;
   text-align: center;
}
.number_text_sevice{
    justify-content: center;
}
.service h2{
    text-align: center;
    margin-bottom: 60px;
}
.service_pic{
    display: none;
}
.service__sp_pic{
    display: block;
    margin-bottom: 60px;
}
.service_jptext{
    padding: 0 80px;
}
.service_egtext{
    padding: 0 80px;
}
.brands{
    padding: 60px 0 80px;
}
.brands h3{
    padding: 40px 0 60px;
    font-size: 2.0rem;
}
.company_recruit_title{
    margin-bottom: 60px;
}
.company_recruit{
    padding-bottom: 80px;
}
.company_recruit h2{
    margin-bottom: 0;
    padding: 100px 0 60px;
}
.company{
    width: 48%;
    padding: 70px 20px;
}
.recruit{
    width: 48%;
    padding: 70px 20px;
}
.contact{
    margin: 0 auto;
    width: 83rem;
    background-size: contain;
}
.contact_btn::after{
    right: 9px;
    top: 26px;
}
.contact_btn:hover::before{
    left: 20%;
}
.contact_btn:hover::after{
    right: -10%;
}
.contact p{
    font-size: 1.3rem;
}
}

/* sp*/

@media(max-width:480px){
    .mv{
        padding: 0 0 80px;
    }

    .about{
        padding: 0 18px;
    }
    .about h2{
        font-size: 2.4rem;
    }
    .about__jptext{
        line-height: 2.6;
        font-size: 1.4rem;
    }
    .about__egtext{
     margin-bottom: 40px;
    }
    .production{
        padding: 80px 0;
    }
    .numtext{
        margin-bottom: 25px;
        font-size: 1.6rem;
    }
    .production h2{
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    .production__body{
        padding: 30px 0 50px 0;
    }
    .production__jptext{
        font-size: 1.4rem;
        margin-bottom: 40px;
        padding: 0 18px;
    }
    .production__egtext{
       margin-bottom:40px;
       padding: 0 18px;
    }
    .service{
       padding-bottom: 80px;
    }
    .service h2{
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    .service_body{
        padding: 0;
        text-align: center;
    }
    .service_jptext{
        font-size: 1.4rem;
        padding: 0 18px;
        margin-bottom: 40px;
    }
    .service_egtext{
        font-size: 1.4rem;
        padding: 0 18px;
        margin-bottom: 40px;
    }
    .brands{
        padding: 30px 18px 80px ;
    }
    .brands h2{
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    .brnds_list{
        display: block;
    }
    .brands li{
        width: 100%;
    }
    .brands li:nth-child(3){
        padding-bottom: 10px;
    }
  
    .brands h3{
        font-size: 1.6rem;
        padding: 30px 0;
    }
    .company{
    padding: 30px 20px;
    }
    .recruit{
        padding: 30px 20px;
    }
    .company_recruit{
        padding-bottom: 50px;
    }
    .company_recruit h2{
        font-size: 2.4rem;
        padding: 30px 0;
    }
    .company_recruit_title{
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .btn_b_sp{
        background-color: #000;
        color: #fff;
        display: inline-block;
        padding: 10px;
        width: 90%;
        height: 40px;
        font-size: 1.3rem;
    }
    .contact{
    display: flex;
    width: 100%;
    height: 48rem;
    margin: 80px auto;
    background-image: url(../images/top/contact_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: left;
    }
    .contact h2 {
        font-size: 2.4rem;
        margin-bottom: 0;
        font-family: 'EB Garamond', serif;
        font-weight: 200;
        padding: 40px 18px;
    }
    .contact_text{
        padding: 0 18px 20px;
    }
    .contact_link{
        padding: 0 0 0 18px;
    }
    .contact_btn::before {
        width: 130%;
        height: 1px;
        left: 0px;
        top: 25px;
        transition: all.3s;
}
.contact_btn::after {
    width: 11%;
    height: 1px;
    right: 10px;
    top: 26px;
    transform: translate(34px, -4px) rotate(40deg);
    transition: all.3s;
}
}