@charset "UTF-8";
/* CSS Document */
a {
  text-decoration: none;
  outline: none;
  color: #000;
}
section#about {
  position: fixed;
  z-index: 4;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: #ffff66;  /*黄色です*/
  display: none;
  overflow: auto;
}
section#about > a.close {
  position: fixed;
  z-index: 3;
  top: 25px;
  right: 25px;
}
section#about > div {
  position: relative;
  z-index: 2;
}
.content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.sns-link img {
  width: 20px;
  object-fit: contain;
  object-position: center;
}
.sns-link {
  margin-bottom: 155px;
  display: flex;
  justify-content: flex-end;
  grid-gap: 30px;
}
.name-wrapper h1 {
  font-size: 40px;
  font-weight: 400;
  writing-mode: vertical-rl;
  margin-top: 35px;
}
.name-wrapper p {
  font-size: 20px;
  font-weight: 400;
  writing-mode: vertical-rl;
  margin-left: 10px;
}
.profession {
  margin-left: 10px;
}
.name-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100px;
  min-height: 100px;
}
.wrapper {
  padding: 0 30px 0 0;
  margin-bottom: 190px;
}
.br-sp {
  display: block;
}
.br-sp-2 {
  display: block;
}
.wrapper p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
}
.wrapper h3 {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
.text-wrapper {
  margin-right: 20px;
}
.bio-info1 {
  margin-bottom: 30px;
}
.bio-info2 {
  margin-bottom: 118px;
  text-align: right;
}
.bio-info3 {
  margin-bottom: 115px;
  text-align: right;
}
.bio-info4 {
  text-align: right;
}
.bio-info6 {
  font-size: 11px;
  text-align: right;
  margin-top: 45px;
  line-height: 18px;
}
.br-sp {
  display: none;
}
.CV {
  padding: 0 30px;
  margin-bottom: 260px;
}
.Solo-exhibitions, .Group-exhibitions, .Supervisor, .media-text {
  margin-bottom: 150px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}
.item-name {
  margin-bottom: 18px;
}
.margin-20px {
  font-size: 14px;
  line-height: 23px;
}
.margin-20px span {
  font-size: 11px;
}
.Group-exhibitions {
  margin-bottom: 150px;
}
.Supervisor {
  margin-bottom: 155px;
}
.media-detail {
  margin-bottom: 5px;
}
small {
  position: relative;
  bottom: 46px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
@media screen and (min-width:0px) {
  .content-wrapper {
    margin-top: 300px;
    padding: 0 30px;
  }
  .name-wrapper h1 {
    margin-right: 0px;
    font-size: 30px;
  }
  
  .name-wrapper p {
    margin-bottom: 160px;
    margin-left: 10px;
  }
}

/* スマホ版ではスペースを削除 */
@media (max-width: 767px) {
    .text-container {
        white-space: nowrap;
    }
  .media-text {
    margin-bottom: 80px;
  }
  small {
    bottom: 130px;
  }
  .cv {
    margin-bottom: 300px;
  }
}

@media screen and (min-width:720px) {
  .content-wrapper {
    margin-top: 450px;
    padding: 0 80px;
  }
  .wrapper {
    padding: 0 80px;
  }
  .sns-link img {
    width: 30px;
  }
  .sns-link {
    grid-gap: 60px;
  }
  .CV {
    padding: 0 80px;
  }
  .name-wrapper h1 {
    font-size: 40px;
    margin-left: 155px;
    margin-top: 45px;
  }
  .br-sp {
    display: block;
  }
  .br-sp-2 {
    display: none;
  }
  .bio-info6 {
    font-size: 12px;
  }
  .margin-20px span {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (min-width:1236px) {
  .content-wrapper {
    padding-right: 200px;
  }
  .name-wrapper h1 {
    font-size: 48px;
    margin-left: 285px;
  }
  .name-wrapper p {
    font-size: 32px;
    margin-left: 18px;
    margin-bottom: 210px;
  }
  .text-wrapper {
    margin-right: 150px;
  }
  .wrapper {
    margin-bottom: 250px;
    padding: 0 200px;
  }
  .wrapper h3 {
    margin-bottom: 5px;
  }
  .br-sp {
    display: block;
  }
  .br-sp-2 {
    display: none;
  }
  .bio-info1 {
    margin-bottom: 30px;
  }
  .bio-info2 {
    margin-bottom: 80px;
  }
  .bio-info3 {
    margin-bottom: 180px;
  }
  .bio-info4 {
    margin-bottom: 0px;
  }
  .bio-info5 {
    margin-bottom: 0px;
  }
  .bio-info6 {
    font-size: 12px;
    text-align: right;
    margin-top: 20px;
    line-height: 23px;
  }
  .item-name {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .CV {
    padding: 0 200px;
    margin-bottom: 360px;
  }
  .margin-20px {
    margin-bottom: 3px;
  }
  .margin-20px span {
    font-size: 11px;
    line-height: 6px;
  }
  .Solo-exhibitions, .Group-exhibitions, .Supervisor, .media-text {
    margin-bottom: 180px;
  }
}
