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


.eachTextAnime{
    opacity: 0;
}
.eachTextAnime.appeartext{
    opacity: 1;
}
.eachTextAnime.appeartext span{ display: inline-block; animation:1s text_anime_on  ease-out both; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

.sp_br{
    display: none;
}

/*section_about*/
.section_about{
    padding-top:130px;
}
.about_key_visial{
    height: 80vh;
    background-image: url(../images/about/key_visial.jpg);
    background-position: center;
    background-size:cover ;
    background-repeat: no-repeat;
    position: relative;
}
.about_key_visial_filter{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(0,0,0, 0.3);  
    height: 100%;
    width: 100%;
}
.about_key_visial_title{
    color: #fff;
    font-weight: 200;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 40%;
    left: 10%;
}
.section_about h1{
    font-family: 'EB Garamond', serif;
    font-size: 4.8rem;
    margin-bottom: 40px;
    font-weight:200;
}
.section_about p{
    font-size: 2.8rem;
    padding-left: 25px;
}
/*section_concept*/
.section_concept{
    padding: 200px 0 80px 0;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.brand_concept{
    font-size: 2.8rem;
    font-family: 'EB Garamond', serif;
    font-weight:200;
    margin-bottom: 100px;
}
.section_concept h2{
    font-size: 4.8rem;
    font-family: 'EB Garamond', serif;
    font-weight:200;
    margin-bottom: 40px;
}
.sub_title{
    font-size: 2.0rem;
    margin-bottom: 100px;
}
.jp_text{
    line-height: 2.8;
    margin-bottom: 70px;
}
.eg_text{
    font-size: 1.3rem;
    line-height: 1.8;
}/*section_concept*/

/*section_phylosophy*/

.section_phylosophy{
    background-color: #000;
    padding: 60px 0 100px 0;
}
.section_phylosophy h2{
color: #fff;
font-size: 2.8rem;
font-family: 'EB Garamond', serif;
font-weight:200;
padding-bottom: 120px;
}
.philosophy_point_ttl{
    color: #fff;
    font-size: 2.0rem;
    font-family: 'EB Garamond', serif;
    font-weight:200;
    padding-bottom: 20px;
}
.philosophy_point_lead{
    color: #fff;
    font-size: 2.0rem;
    margin-bottom: 60px;
}
.philosophy_point_jp_txt{
    color: #fff;
    line-height: 2.4;
    margin-bottom: 40px;
    text-align: left;
}
.philosophy_point_eg_lead{
    color: #fff;
    font-size: 1.3rem;
    text-align: left;
}
.philosophy_point_eg_txt{
    color: #fff;
    line-height: 2.0;
    text-align: left;
    font-size: 1.3rem;
}
.section_phylosophy_inner{
    display: flex;
    justify-content: space-around;
}
.section_phylosophy_list{
width: 30%;
position: relative;
}
.section_phylosophy_list::before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    margin-right: -20px;
}
.section_phylosophy_list_last::before{
    display: none;
}/*section_phylosophy*/

/*section_ceo*/
.section_ceo{
    padding: 200px 0;
}
.section_ceo h2{
    margin-bottom: 100px;
    font-size: 2.8rem;
    font-family: 'EB Garamond', serif;
    font-weight:200;
}
.section_ceo_inner{
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}
.ceo_pic{
    width: 50%;
}
.ceo_content{
  width: 50%;
  margin-left: 10%;
  text-align: left;
}
.ceo_jp_text{
    line-height: 2.6;
    text-align: left;
    margin-bottom:30px;
    font-size: 1.4rem;
}
.ceo_eg_text{
    font-size: 1.3rem;
    line-height: 2.3;
    text-align: left;
    margin-bottom: 20px;
}
.ceo_name_plate_area{
    max-width: 220px;
    width: 100%;
    margin-left: auto;
}/*section_ceo*/

/*banner_link*/
.bannerlink{
    padding-bottom: 200px;
}
.bannerlink img{
    vertical-align: bottom;
}
.img_bannerlink_unit{
    display: flex;
    justify-content:space-between;
    overflow: hidden;
  background: #000;
}
.img_bannerlink_unit li{
  width: 33.333%;
  overflow: hidden;
  height: 25vw;
  position: relative;
}
.bannerlink_txt{
    position: absolute;
    left: 50%;
    z-index: 2;
    color: #000;
    transform: translateX(-50%);
    bottom: 20px;
    line-height: 2.0;
    color: #fff;
    width: 100%;
}
.img_bannerlink_unit h2{
    position: absolute;
    left: 50%;
    z-index: 2;
    color: #000;
    transform: translateX(-50%);
    bottom: 45px;
    line-height: 2.0;
    color: #fff;
    width: 100%;
}
.img_banner_box{
  width: 100%;
  height: 25vw;
  transition-duration: .3s;
}
@media(min-width:1200px){
    .img_banner_box:hover{
        transition-duration: .3s;
        transform: scale(1.2);
        opacity: .6;
      }
}/*banner_link*/

@media(max-width:1024px){
    .section_ceo_inner{
        display: block;
        margin: 0 auto;
    }
    .ceo_pic{
        width: 100%;
    }
    .ceo_content{
        width: 90%;
       margin: 0 auto;
       text-align: left;
    }
}
/*tablet*/
@media(max-width:768px){
.about_key_visial_title{
    bottom: 20%;
    left: 5%;
}    
.section_about{
    padding-top: 80px;
}
.about_key_visial{
    height: 50vh;
    position: relative;
}
.about_key_visial_filter{
    height: 100%;
}
.section_concept{
 padding: 100px 0 ;
}
.brand_concept{
    margin-bottom: 80px;
}
.sub_title{
    margin-bottom: 80px;
}
.jp_text {
    margin-bottom: 40px;
}
.section_phylosophy{
    padding: 60px 0 80px 0;
}
.section_phylosophy h2{
    padding-bottom: 60px;
    border-bottom: 1px solid #fff;
}
.philosophy_point_ttl{
    padding: 30px 0 20px 0;
}
.section_phylosophy_inner{
display: block;
}
.section_phylosophy_list{
    width: 100%;
    padding: 0 70px;
}
.philosophy_point_lead{
    margin-bottom: 40px;
}
.philosophy_point_eg_txt{
    padding-bottom: 60px;
    border-bottom: 1px solid #fff;
}
.section_ceo{
    padding: 100px 0;
}
.section_ceo h2{
    margin-bottom: 80px;
}
.section_ceo_inner{
    display: block;
    margin: auto 80px;
    padding: 0;
}
.ceo_pic{
 width: 100%;
}
.ceo_content{
    width: 100%;
    margin-left: 0;
    padding-top: 80px;
}
.ceo_eg_text{
    margin-bottom: 60px;
}
.bannerlink{
    padding-bottom: 100px;
}
.img_bannerlink_unit h2{
    font-size: 1.4rem;
    bottom: 30px;
}
.bannerlink_txt {
    font-size: 1.4rem;
    bottom: 10px;
}
}/*tablet*/

/*sp*/
@media(max-width:480px){
    .pc_br{
        display: none;
    }
    .sp_br{
        display: block;
    }
    .section_about{
        padding-top: 60px;
    }
    .about_key_visial{
        height: 60vh;
    }
    .section_about h1{
        font-size: 3.2rem;
        margin-bottom: 20px;
    }
    .section_about p{
        font-size: 2.0rem;
        padding-left: 0;
    }
    .section_concept{
        padding: 80px 18px;
        width: 100%;
    }
    .brand_concept{
        font-size: 2.0rem;
        margin-bottom: 40px;
    }
    .section_concept h2{
        font-size: 3.2rem;
        margin-bottom: 15px;
    }
    .sub_title{
        font-size: 1.6rem;
        margin-bottom: 40px;
    }
    .jp_text{
        line-height: 3.0;
        font-size: 1.4rem;
        margin-bottom: 40px;
    }
    .eg_text{
        line-height: 2.0;
    }
    .section_phylosophy{
        padding: 60px 0 70px;
    }
    .section_phylosophy h2{
        font-size: 2.0rem;
    }
    .section_phylosophy_inner{
        padding: 0 18px;
    }
    .section_phylosophy_list{
        padding: 0;
    }
    .philosophy_point_ttl{
        font-size: 1.4rem;
    }
    .philosophy_point_lead{
        font-size: 1.6rem;
        line-height:2.0
    }
    .philosophy_point_jp_txt{
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .philosophy_point_eg_txt{
        font-size: 1.3rem;
        padding-bottom: 40px;
    }
    .section_ceo{
        padding: 70px 0 0;
    }
    .section_ceo h2{
        font-size: 2.0rem;
        margin-bottom: 60px;
    }
    .section_ceo_inner{
        margin: 0;
        padding: 0;
    }
    .ceo_content{
        padding:60px 18px 70px
    }
    .ceo_eg_text{
     margin-bottom: 20px;
    }
    .ceo_name_plate_area{
        max-width:150px
    }
    .bannerlink{
       padding-bottom: 80px;
    }
    .img_bannerlink_unit{
        display: block;
    }
    .el_img_banner_link {
        position: relative;
        display: block;
    }
    .el_img_banner_link ::before{
        position: relative;
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 3;
        opacity: 0.2;
    }
    .img_banner_box{
        height: 60vw;
    }
    .img_bannerlink_unit li{
        width: 100%;
        height: 60vw;
    }
    .img_bannerlink_unit h2 {
        bottom: 45px;
        z-index: 3;
    }
    .bannerlink_txt{
        bottom: 15px;
        z-index: 3;
    }
}