@charset "UTF-8";
/* その場で */
.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
/* CSS Document */
header {
  position: relative;
  height: 7vh;
}

header h1 {
  position: fixed;
  top: 50px;
  left: 5%;
  font-size: 2.0rem;
  font-weight: 400;
  z-index: 100;
}

#header-logo-menu {
  width: 50%;
  color: #fff;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background:#FFF;
  transition: all 0.6s;
}

#g-nav ul li a img{
  width: 20px!important;
  height: 20px!important;
}

#g-nav.panelactive {
  top: 0;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 1.4rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 38px;
  right: 3%;
  cursor: pointer;
  width: 80px;
  height: 50px;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  background-color: #333;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#photo {
  width: 100%;
  height: 75vh;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}

#photo img {
  width: 400px;
  height: 300px;
  position: absolute;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: -12%;
  left: 0;
  right: 0;
}

.section-top h1 {
  position: fixed;
  margin: auto 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 400;
  transform: translate(-50%, -50%);
  top: 48%;
  left: 5%;
  color: #707070;
  font-size: 1.2rem;
}

.section-top_pic {
  display: block;
  width: 30vw;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 50px 0 0;
}
.top-style{
  max-width: 1000px;
  margin-top: 50px;
}
.top-style ul {
  width: 100%;
  margin-top: 80px;
}
.top-style ul li {
  list-style: none;
  width: 100%;
  height: auto;
  margin-bottom: 10%;
}
.top-style li a {
  display: block;
}
.top-style img {
  display: block;
  width: 100%;
  height: 20%;
  object-fit: cover;
}
.section-top_1 {
  width: calc(734 / 800 * 80%);
  display: block;
  margin-right: calc(100 / 800 * 80%);
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.section-top_2 {
  width: calc(763 / 1140 * 80%);
  display: block;
  margin-left: calc(150 / 1140 * 80%);
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.section-top_3 {
  width: calc(635 / 1140 * 100%);
  display: block;
  margin-right: calc(120 / 1140 * 100%);
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.section-top_4 {
  width: calc(876 / 1140 * 80%);
  display: block;
  margin-left: calc(250 / 1140 * 80%);
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.sns-nav {
  display: block;
  position: fixed;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.sns-nav li{
  list-style: none;
}
.sns-nav li a img{
  display: block;
  list-style: none;
  white-space: nowrap;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
}
.sns-nav_insta{
  margin-bottom: 20px;
}

.pagetitle{
  margin: 100px 0 80px;
  text-align: center;
  font-weight: 400;
  font-size: 2.6rem;
}
/*CV*/
.about{
  margin-bottom: 40px;
}
.about-flex {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  width: 80%;
  justify-content: center;
  list-style: none;
}
.about-statement{
  display: block;
}
.about-txt{
  width: 45%;
  margin-left: 50px;
  margin-bottom: 60px;
}
.about-txt h3{
  display: none;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.about-txt p{
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.about-txt p span{
  font-size: 1.4rem;
}
.about-statement_bg{
  background-color:  rgba(0,0,0,5%);
  width: 100%;
  padding: 60px 0;
}
.about-statement{
  width: 68%;
  margin: 0 auto;
}
.about-statement h3{
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #707070;
  font-style: italic;
}
.about-statement p{
  font-weight: 400;
  letter-spacing: 0.05rem;
  font-style: italic;
  color: #707070;
  margin-bottom: 20px;
}
.about-statement_name{
  text-align: right;
}
.cv-brd{
  border: 0.5px solid #333;
  margin: 40px 0 20px;
}
.cv-ttl{
  font-weight: 400;
  padding: 20px 0 10px;
  color: #707070;
}
/*works　なかみ*/
.works-inside h3{
  margin: 80px 0 10px 0;
  font-size: 3rem;
  font-weight: 400;
  text-align: right;
  line-height: 1.0;
}
#age,#material,#size{
  text-align: right;
  font-weight: 400;
}
#backlink-archive {
  margin: 0px;
  font-weight: 400;
  text-align: left;
}
#backlink-archive:hover {
  text-decoration: underline !important;
}  
#link-related {
  margin: 0px;
  font-weight: 400;
  text-align: left;
}
#link-related:hover {
  text-decoration: underline !important;
}  
.section-exhibition h4{
  text-align: right;
  font-weight: 400;
  font-size: 2.0rem;
}
.section-exhibition p{
  text-align: right;
  font-weight: 400;
}
.works-inside ul li{
  list-style: none;
}
#works-inside-img{
  margin: 0px 0 25px 0;
  /*width: 45vw!important;*/
  height: auto!important;
}
.section-works-img p{
  font-weight: 200;
  font-size: 10px;
}
.btn-back{
  border:1px solid #333;
  padding: 5px 10px;
  margin-top: 50px!important;
}
.section-works-img{
  margin: 50px 0;
}
.section-exhibition{
  margin: 50px 0;
}
/* レスポンシブ*/

@media (max-width: 799px){
  .sns-nav,.section-top h1{
    display: none;
  }}
  /*cv*/
  .about-txt {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 60px;
}
.about-flex img{
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}
#works-inside-img{
  margin: 40px 0 0px 0;
  width: 100%!important;
  height: auto!important;
}
#works-inside-img2{
  margin: 40px 0 0px 0;
  width: 70%!important;
  height: auto!important;
}
@media (max-width:599px){
  header {
    position: relative;
    height: 0vh;
  }
  
  header h1 {
    position: fixed;
    top: 20px;
    left: 15px;
    font-size: 2.0rem;
    font-weight: 400;
    z-index: 100;
  }

  /*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: -15px;
  cursor: pointer;
  width: 80px;
  height: 50px;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  background-color: #333;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
#photo img {
  /*width: 400px;
  height: 300px;*/
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: -12%;
  left: 0;
  right: 0;
}

}