/* ------------------------------- */
/* base */
/* ------------------------------- */
html{
  font-size: 62.5%;
  background-color: #ffffff;
}
body{
  font-size: 1.6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 180%;
}
a{
  text-decoration: none ;
  color: inherit;
}
.nav:hover{
  color: lightgrey;
}
h1{
  font-family: 'Fira Sans', sans-serif;
  font-size: 22px;
  font-weight: 100;
  padding-bottom: 9px;
}
#Works{
  padding-top: 100px;
  margin-top: -100px;
}


.scroll-fade{
  opacity: 0; 
  transition: all 2s/*処理にかかる時間*/;
}
.scroll-up{
  opacity: 0; transform: translateY(30px)/*スクロールアップする距離*/; 
  transition: all 1.5s/*処理にかかる時間*/;
}
.scroll-up.done, .scroll-fade.done{
  opacity : 1; 
  transform : translate(0, 0);
}
.load-fade {
  opacity : 0; 
  transition : all 2s/*処理にかかる時間*/;
}
.load-up{
  opacity: 0; 
  transform: translateY(30px)/*スクロールアップする距離*/; 
  transition: all 1.5s/*処理にかかる時間*/;
}
.load-up.done, .load-fade.done{
  opacity : 1; 
  transform : translate(0, 0);
}


@media screen and (max-width: 768px){
  body{
    font-size: 12px;
  }
  h1{
  padding-bottom: 5px;
  }
}


/* ------------ */
/* botton */
/* ------------ */
button{
  background: #EBEBEB;
  columns: #333333;;
  border:none;
  position:relative;
  height:25px;
  font-size:12px;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  width: 188px;
}
button:hover{
  background:#fff;
  color:#cacaca;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:0.5px;
  width:0;
  background: #cacaca;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
}
.index-botton-div{
    width: 188px;
    transform: translate(420px,-35px);
}



@media screen and (max-width: 768px){
  button{
    width: 100%;
  }
  .index-botton-div{
    transform: translate(0px,0px);
    margin: 0 auto;
  }
}

/* ------------ */
/* footer */
/* ------------ */
.contact-wrapper{
  padding-top: 40px;
}
.email{
  padding-left: 7px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1;
  font-size: 18px;
  transition: .4s;
}
.email:hover{
  color: lightgrey;
}
.contact-info{
  font-family: 'Fira Sans', sans-serif;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1;
  font-size: 18px;
}
.footer-wrapper{
  width: 320px;
  margin: 0 auto;
  height: 130px;
}
.small-wrapper{
  text-align: center;
  padding-top: 20px;
}


.botton4{
  margin: 0 auto;
  width: 188px;
}

small{
  font-family: 'Fira Sans', sans-serif;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1;
  font-size: 12px;
}
footer{
  border-top: solid #DDDDDD 1px;
  width: 100%;
}
#wrapper {
  width:100%;
  overflow:hidden;
}


@media screen and (max-width: 768px){
  .email{
    font-size: 15px;
  }
  .contact-info{
    font-size: 15px;
  }
  .footer-wrapper{
    width: 260px;
  }
  .contact-wrappe{
    width: 265px;
  }
  footer{
    border-top: solid #DDDDDD 1px;
  }
}


/* ------------------------------- */
/* index */
/* ------------------------------- */
.nav{
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 1;
  transition: .3s;
}
.header-inner{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.nav-wrapper{
  display: flex;
  padding-right: 50px;
}
.nav-padding{
  margin-left: 40px;
}
.home-wrapper{
  padding-left: 50px;
}

.fv-logo{
  width: 425px;
}
.index-fv-wrapper{
  width: 900px;
  padding-top: 170px;
  margin: 0 auto;
  padding-bottom: 375px;
}


.works-img{
  width: 900px;
}
.works-wrapper{
  margin: 0 auto;
  width: 900px;
  padding-bottom: 70px;
}
figure.hover-parent{
  width: 900px;
  height: 420px;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
figcaption{
  width: 900px;
  height: 420px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  color: #fff;
  align-items: center;
  text-align: center;
  padding-top: 190px;
  transition:all 1s ease;
}
figcaption:hover{
  opacity: 1;
}
.figcaption-text1{
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 10px;
}
.figcaption-text2{
  font-size: 12px;
  line-height: 1;
}


.aboutme-wrapper{
  width: 900px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.aboutme-img{
  width: 347px;
}
.aboutme-inner{
  display: flex;
  justify-content: space-between;
}
.aboutme-text-wrapper{
  width: 480px;
}
.aboutme-text{
  font-size: 14px;
  letter-spacing: 0;
}


@media screen and (max-width: 768px){
  .nav-wrapper{
    padding-right: 20px;
  }
  .home-wrapper{
    padding-left: 20px;
  }
  
  .fv-logo{
    width: 295px;
    margin: 0 auto;
  }
  .works-img{
    width: 100%;
  }
  .fv-logo-wrapper{
    width: 295px;
    margin: 0 auto;
  }
  figure.hover-parent{
    width: 100%;
    height: 100%;
    z-index: 20;
    margin-bottom: 30px;
  }
  figcaption{
    display: none;
  }
  .hover-mask{
    z-index: 20;
  }
  .index-fv-wrapper{
    padding-bottom: 125px;
    width: 100%;
  }
  .aboutme-img{
    width: 280px;
  }
  .aboutme-wrapper{
    width: auto;
    padding: 0 20px;
  }
  .works-wrapper{
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 70px;
  }
  .aboutme-text-wrapper{
    width: 418px;
  }
  .aboutme-text{
    font-size: 12px;
    padding-left: 10px;
  }
  .index-botton-div{
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 480px){
  .aboutme-text-wrapper{
    width: 100%;
  }
  .aboutme-wrapper{
    width: auto;
    padding: 0 20px;
    margin: 0 auto;
  }
  .aboutme-inner{
    display: block;
  }
  .aboutme-img{
    width: 100%;
  }
  .aboutme-text{
    padding-left: 0px;
  }
}


/* ------------------------------- */
/* about */
/* ------------------------------- */
.about-fv{
  width: 572px;
}
.about-fv-wrapper{
  width: 572px;
  margin: 0 auto;
  padding: 80px 0;
}

h2{
  font-family: 'Fira Sans', sans-serif;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0;
  font-size: 30px;
  padding-bottom: 10px;
}
.about-name{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  font-size: 12px;
  padding-bottom: 30px;
}
.about-wrapper{
  display: flex;
  justify-content: space-between;
}
.profile-img{
  width: 280px;
}
.profile-text{
  width: 557px;
  letter-spacing: 0;
}
.about_section1{
  width: 900px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.about_section2{
  width: 900px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.about_section2-text{
  width: 557px;
  letter-spacing: 0;
}
.about_section2-wrapper{
  display: flex;
  justify-content: space-between;
}
.sp-br{
  display: none;
}
.Career-year{
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  font-size: 18px;
  padding-top: 20px;
}
.Career-text{
  line-height: 140%;
  padding-top: 20px;
  text-align: right;
  font-weight: 300;
}
.Career-text-info{
  font-size: 12px;
  text-align: right;
  font-weight: 300;
}
.Career-inner{
  width: 900px;
}
.Career-wrapper{
  display: flex;
  justify-content: space-between;
  border-bottom: solid .5px #333333;
  padding-bottom: 5px;
}
.botton1{
  margin: 0 auto;
  width: 188px;
  padding-bottom: 120px;
}


@media screen and (max-width: 768px){
  .about-fv-wrapper{
    padding: 75px 0;
    width: 295px;
  }
  .about-fv{
    width: 295px;
  }
  h2{
    padding-bottom: 5px;
  }
  .about-name{
    padding-bottom: 10px;
  }
  .profile-text{
    font-size: 12px;
    width: 418px;
    padding-left: 20px;
  }
  .profile-img{
    width: 280px;
  }
  .about_section1{
    width: auto;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about_section2{
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 60px;
  }
  .about_section2-wrapper{
    display: block;
    width: 100%;
  }
  .about_section2-text{
    width: 100%;
  }
  .Career-year{
    font-size: 14px;
  }
  .Career-text{
    font-size: 12px;
    text-align: right;
  }
  .Career-text-info{
    font-size: 9px;
  }
  .Career-inner{
    width: auto;
  }
  .botton1-padding{
    padding-top: 40px;
  }
  .botton1{
    padding-bottom: 100px;
  }
}



@media screen and (max-width: 480px){
  .about-wrapper{
    display: block;
    width: auto;
  }
  .profile-text{
    width: auto;
    padding-left: 0;
  }
  .profile-img{
    padding-bottom: 10px;
    width: 100%;
  }
  .about_section1{
    width: auto;
  }
  .about_section2-text{
    font-size: 12px;
  }
  .sp-br{
    display: initial;
  }
}
@media screen and (max-width: 320px){
  .about_section1{
    width: auto;
  }
  
}
/* ------------------------------- */
/* Light Lounge */
/* ------------------------------- */
.fv{
  width: 900px;
}
.fv-wrapper{
  width: 900px;
  margin: 0 auto;
  padding-top: 100px;
}
.botton2{
  margin: 0 auto;
  width: 188px;
  padding-bottom: 115px;
}


.section1{
  width: 900px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.section1-text{
  padding-bottom: 20px;
}
.overview-wrapper{
  width: 900px;
  height: 100px;
  background-color: #D8D7DC;
  border: solid .5px #333333;
}
.overview-wrapper-sp{
  display: none;
}
.overview-text-wrapper-pc{
  padding-top: 7px;
  padding-left: 20px;
}
.overview-text-sp{
  display: none;
}


.section2{
  width: 900px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.process-img{
  width: 900px;
}


.section3{
  width: 900px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.section3-img{
  width: 900px;
  padding-bottom: 10px;
}


.concept-wrapper{
  width: 400px;
  height: 50px;
  background-color: #D8D7DC;
  margin: 0 auto;
}
.concept-title{
  font-size: 25px;
  line-height: 1;
  padding-left: 19px;
  padding-top: 13px;
}
.concept-text{
  padding-top: 20px;
}


.design-text{
  letter-spacing: 5%;
  padding-bottom: 20px;
}
.design-img1{
  width: 302px;
}
.design-img2{
  width: 302px;
}
.design-img3{
  width: 90px;
}
.design-img4{
  width: 90px;
}
.design-img-wrapper{
  display: flex;
  justify-content: space-between;
}
.img2-padding{
  padding-bottom: 40px;
}
.img4-padding{
  padding-bottom: 40px;
}


.botton3{
  padding-bottom: 10px;
}


@media screen and (max-width: 768px){
  .fv{
    width: 100%;
  }
  .fv-wrapper{
    width: auto;
    margin: 0 20px;
  }
  .botton2{
    padding-bottom: 85px;
  }
  .section1{
    padding-bottom: 100px;
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
  }
  .overview-wrapper{
    width: auto;
    height: 96px;
  }
  .overview-text-wrapper-pc{
    padding-top: 15px;
  }
  .section2{
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 100px;
  }
  .process-img{
    width: 100%;
  }
  .section3{
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 100px;
  }
  .section3-img{
    width: 100%;
    padding-bottom: 5px;
  }
  .concept-title{
    font-size: 15px;
    padding: 13px 43px;
  }
  .concept-wrapper{
    width: 309px;
    height: 41px;
    margin-top: 15px;
  }
  .design-img-wrapper{
    width: auto;
  }
  .design-img1{
    width: 245px;
  }
  .design-img2{
    width: 245px;
  }
  .design-img3{
    width: 74px;
  }
  .design-img4{
    width: 74px;
  }
  .img2-padding{
    padding-bottom: 30px;
  }
  .img4-padding{
    padding-bottom: 30px;
  }
  .design-text{
    padding-bottom: 10px;
  }
}


@media screen and (max-width: 480px){
  .overview-text-sp{
    display: grid;
    padding-left: 20px;
    padding-bottom: 7px;
    line-height: 1;
    letter-spacing: 5%;
  }
  .overview-text-sp-padding{
    padding-left: 104px;
  }
  .overview-text-pc{
    display: none;
  }
  .overview-wrapper-sp{
    display: initial;
    height: 113px;
  }
  .overview-wrapper-pc{
    display: none;
  }
  .design-img1{
    width: 113px;
  }
  .design-img2{
    width: 113px;
  }
  .design-img3{
    width: 34px;
  }
  .design-img4{
    width: 34px;
  }
  .img2-padding{
    padding-bottom: 15px;
  }
  .img4-padding{
    padding-bottom: 15px;
  }
}

/* ------------------------------- */
/* Gelateria */
/* ------------------------------- */
.concept-wrapper-gelateria{
  width: 504px;
  height: 50px;
  background-color: #D8D7DC;
  margin: 0 auto;
}
.design-gelateria-img1{
  width: 499px;
}
.design-gelateria-img2{
  width: 117px;
}
.design-gelateria-img3{
  width: 117px;
}
.design-img-wrapper-gelateria{
  display: flex;
  justify-content: space-between;
}


@media screen and (max-width: 768px){
  .concept-wrapper-gelateria{
    width: 309px;
    height: 41px;
    margin-top: 15px;
  }
  .concept-text-gelateria{
    padding: 13px 11px;
  }
  .design-img-wrapper-gelateria{
    width: auto;
  }
  .design-gelateria-img1{
    width: 345px;
  }
}


@media screen and (max-width: 480px){
  .design-gelateria-img1{
    width: 185px;
  }
  .design-gelateria-img2{
    width: 45px;
  }
  .design-gelateria-img3{
    width: 45px;
  }
}

/* ------------------------------- */
/* banner */
/* ------------------------------- */
.fv-text{
  font-family: 'Fira Sans', sans-serif;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0;
  font-size: 15px;
  padding-top: 10px;
  width: 125px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.section-design{
  width: 900px;
  margin: 0 auto;
}
.h1-padding{
  padding-bottom: 2px;
}
.design-subtitle{
  font-family: 'Fira Sans', sans-serif;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 5%;
  font-size: 15px;
  padding-bottom: 30px;
}
.section-design-img{
  width: 900px;
  padding-bottom: 10px;
}
.section-design-text{
  padding-bottom: 60px;
  letter-spacing: 0;
}
.section-design-text-padding{
  padding-bottom: 120px;
}


@media screen and (max-width: 768px){
  .overview-wrapper-small{
    height: 94px;
  }
  .section-design{
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-design-img{
    width: 100%;
  }
  .section-design-text{
    padding-bottom: 50px;
  }
  .section-design-text-padding{
    padding-bottom: 100px;
  }
  .design-subtitle{
    padding-bottom: 20px;
  }
}
/* ------------------------------- */
/* logo */
/* ------------------------------- */
.section3-text-padding{
  padding-bottom: 60px;
}
@media screen and (max-width: 768px){
  .section3-text-padding{
    padding-bottom: 50px;
  }
}


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


/* ------------------------------- */
/* new about */
/* ------------------------------- */
.about-title1{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 300;
}
.about-title2{
  padding-top: 30px;
}
.about-text-eng{
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
}

/* ------------------------------- */
/* skills */
/* ------------------------------- */
.skills-list{
  list-style: none;
}
.skills{
  border: 1px #666 solid;
  display: inline-block;
  margin: 6px 3px 0px 3px;
  padding: 0px 6px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 200;
  font-size: 1.4rem;
}
.tool-top{
  padding-top: 48px;
}