@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　design
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl::before{
	background-image:url(../image/bg_ttl.jpg);		
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.pic .caption{
  display: block;
  font-size: 1.2rem;
  text-align: right;  
}

img.shadow{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);  
}

/* sec01
-----------------------------------------------------------------*/
.sec01{
  padding: 80px 0 90px;  
}

/* intro */
.sec01 .intro{
  display: flex;
  margin-bottom: 110px;  
}
.sec01 .intro .pic{
  width: 51%;  
}
.sec01 .intro .pic .caption{
  padding-right: 15px;  
}
.sec01 .intro .txt-area{
  max-width: 570px;
  width: 49%;
  padding-left: 4%;  
}
.sec01 .intro .txt-area h2{
  margin-bottom: 60px;
  text-align: center;  
}
.sec01 .intro .txt-area h2 img{
  display: inline-block;
  transform: translateY(-20px);  
}
.sec01 .intro .txt-area .txt-lead{
  margin-bottom: 20px;
  font-size: 3.8rem;
  line-height: 1.4;
  font-weight: 500;
}
.sec01 .intro .txt-area .txt{
  font-size: 1.6rem;
  line-height: 2.4;
}

/* material */
.sec01 .material{
  margin-bottom: 65px;  
}
.sec01 .material .l-01{
  margin-bottom: 70px;
}
.sec01 .material .l-01 p.pic{
  max-width: 477px;
  width: 39.75%;   
}
.sec01 .material .l-01 .txt-area{
  width: 55%;  
}
.sec01 .material h3{
  font-size: 7.2rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .1em;
  font-family: "EB Garamond", serif;
  color: rgba(210,166,22,.7);
}
.sec01 .material .txt-lead{
  margin-bottom: 20px;
  font-size: 2.2rem;  
}
.sec01 .material .txt{
  font-size: 1.5rem;
  line-height: 2;  
}
.sec01 .material .l-02{
  flex-direction: row-reverse;
}
.sec01 .material .l-02 .pic{
  width: 37.08%;
  text-align: right;  
}
.sec01 .material .l-02 .txt-area{
  width: 59.17%;  
}

/* architect */
.sec01 .architect{
  display: flex;
  padding: 50px 5%;
  background: #011015;  
}
.sec01 .architect .pic{
  margin-right: 40px;  
}
.sec01 .architect .txt-area h3{
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #fc0;  
}
.sec01 .architect .txt-area .occupation{
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.sec01 .architect .txt-area .name{
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 20px;    
}
.sec01 .architect .txt-area .name .ja{
  margin-right: 20px;
  font-size: 2.2rem;
}
.sec01 .architect .txt-area .name .en{
 font-size: 1.2rem; 
}
.sec01 .architect .txt-area .txt{
  font-size: 1.5rem;  
}


/* sec02
-----------------------------------------------------------------*/
.sec02{
  padding: 90px 0 230px;  
}
.sec02 .intro{
  position: relative;  
  margin-bottom: 120px;
  padding-left: 31.25vw;
}
.sec02 .intro .txt-area h2{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 31.25vw;
  padding: 0 5vw 0 20px;
  text-align: right;
}
.sec02 .intro .txt-area .txt-lead{
  font-size: 3.8rem;
  line-height: 2;  
}
.sec02 .intro .pic{
  margin-bottom: 60px;
}
.sec02 .intro .pic .caption{
  padding-right: 15px; 
}
.sec02 .layout-box h3{
  font-size: 7.2rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .1em;
  font-family: "EB Garamond", serif;
  color: rgba(210,166,22,.7);  
}
.sec02 .layout-box .txt-lead{
  margin-bottom: 20px;
  font-size: 2.2rem;  
}
.sec02 .layout-box .txt{
  font-size: 1.5rem;
  line-height: 2;  
}
.sec02 .l-01{
  flex-direction: row-reverse;
  margin-bottom: 90px;  
}
.sec02 .l-01 .pic{
  max-width: 470px;
  width: 39.17%;  
}
.sec02 .l-01 .txt-area{
  width: 55%;  
}
.sec02 .l-02{
  justify-content: flex-end;
  margin-bottom: 100px;  
}
.sec02 .l-02 .pic{
  width: calc((100% - 1200px)/2 + 760px);  
}
.sec02 .l-02 .txt-area{
  width: 440px;
  padding-right: 4%;
}

.sec02 .l-03{
  flex-direction: row-reverse;
}
.sec02 .l-03 .pic{
  max-width: 672px;
  width: 56%;
}
.sec02 .l-03 .pic .caption{
  margin-top: 5px;
  text-align: center;  
}
.sec02 .l-03 .txt-area{
  width: 41.25%;  
}
.sec02 .l-03 .txt-area .notes{
  margin-top: 20px;
  font-size: 1.2rem;  
}

/* sec03
-----------------------------------------------------------------*/
.sec03{
  position: relative;
}
.sec03 .pic{
  position: relative;
  padding-left: 36.35%;
}
.sec03 .pic .caption{
  position: absolute;
  right: 15px;
  bottom: 10px;  
}
.sec03 h2{
  position: absolute;
  left: 4.38vw;
  top: 6.56vw;
  width: 52.14vw;  
}















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

  
  .pic .caption{
    font-size: 1rem;
  }
  main section .inner{
    padding: 0 25px; 
  }

/* sec01
-----------------------------------------------------------------*/
  .sec01{
    padding: 50px 0 65px;  
  }

/* intro */
  .sec01 .intro{
    display: block;
    margin-bottom: 60px;  
  }
  .sec01 .intro .pic{
    margin-bottom: 35px;
    width: 100%;  
  }
  .sec01 .intro .pic .caption{
    padding-right: 10px;  
  }
  .sec01 .intro .txt-area{
    max-width: none;
    width: 100%;
    padding: 0 25px;  
  }
  .sec01 .intro .txt-area h2{
    width: 76.8vw;
    margin: 0 auto 25px;
  }
  .sec01 .intro .txt-area h2 img{
    transform: none;  
  }
  .sec01 .intro .txt-area .txt-lead{
    font-size: 2.8rem;
  }
  .sec01 .intro .txt-area .txt{
    font-size: 1.4rem;
    line-height: 2;
    text-align: justify;
  }

/* material */
  .sec01 .material{
    margin-bottom: 70px;  
  }
  .sec01 .material .l-01{
    display: block;
    margin-bottom: 40px;
  }
  .sec01 .material .l-01 p.pic{
    max-width: none;
    width: 100%; 
  }
  .sec01 .material .l-01 .txt-area{
    width: 100%;
    margin-bottom: 35px; 
  }
  .sec01 .material h3{
    font-size: 4.5rem;
  }
  .sec01 .material .txt-lead{
    margin-bottom: 15px;
    font-size: 1.7rem;  
  }
  .sec01 .material .txt{
    font-size: 1.3rem;
    text-align: justify; 
  }
  .sec01 .material .l-02{
    display: block;
  }
  .sec01 .material .l-02 .pic{
    width: 100%;
    text-align: left;  
  }
  .sec01 .material .l-02 .txt-area{
    width: 100%;
    margin-bottom: 15px;
  }

/* architect */
  .sec01 .architect{
    display: block;
    padding: 25px;
  }
  .sec01 .architect .pic{
    margin: 0 0 15px;  
  }
  .sec01 .architect .txt-area h3{
    margin-bottom: 5px;
  }
  .sec01 .architect .txt-area .occupation{
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .sec01 .architect .txt-area .name{
    margin-bottom: 15px;    
  }
  .sec01 .architect .txt-area .name .ja{
    margin-right: 15px;
  }
  .sec01 .architect .txt-area .name .en{
   font-size: 1.1rem; 
  }
  .sec01 .architect .txt-area .txt{
    font-size: 1.3rem; 
    text-align: justify;  
  }


/* sec02
-----------------------------------------------------------------*/
  .sec02{
    padding: 0 0 60px;  
  }
  .sec02 .intro{
    margin-bottom: 50px;
    padding-left: 0;
  }
  .sec02 .intro .txt-area h2{
    position: static;
    width: 76.8vw;
    margin: 0 auto 25px;
    padding: 0;
    text-align: left;
  }
  .sec02 .intro .txt-area .txt-lead{
    padding: 0 25px;
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .sec02 .intro .pic{
    margin-bottom: 30px;
  }
  .sec02 .intro .pic .caption{
    padding-right: 15px; 
  }
  .sec02 .layout-box h3{
    font-size: 4.5rem; 
  }
  .sec02 .layout-box .txt-lead{
    margin-bottom: 15px;
    font-size: 1.7rem;   
  }
  .sec02 .layout-box .txt{
    font-size: 1.3rem;
    text-align: justify; 
  }
  .sec02 .l-01{
    display: block;
    margin-bottom: 40px;  
  }
  .sec02 .l-01 .pic{
    max-width: none;
    width: 100%; 
  }
  .sec02 .l-01 .txt-area{
    width: 100%;
    margin-bottom: 30px; 
  }
  .sec02 .l-02{
    display: block;
    margin-bottom: 40px; 
    padding: 0 25px;
  }
  .sec02 .l-02 .pic{
    width: 100%; 
  }
  .sec02 .l-02 .txt-area{
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  
  .sec02 .l-03{
    display: block;
  }
  .sec02 .l-03 .pic{
    max-width: none;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .sec02 .l-03 .pic .caption{
    margin-top: 5px;
    text-align: center;  
  }
  .sec02 .l-03 .txt-area{
     width: 100%; 
     margin-bottom: 25px;
  }
  .sec02 .l-03 .notes{
    margin-top: 10px;
    font-size: 1rem;  
  }

/* sec03
-----------------------------------------------------------------*/
  .sec03 .pic{
    padding-left: 0;
  }
  .sec03 .pic .caption{
    position: absolute;
    right: 15px;
    bottom: 10px;  
  }
  .sec03 h2{
    position: static;
    width: 100%;
    padding: 0 30px;
    margin-bottom: 15px;
    text-align: center;  
  }


}