@charset "UTF-8";
/*
# =================================================================
# アーティスト詳細
# =================================================================*/
#artists main {
  margin: 30px 0 0 0;
  padding: 0;
}
#artists .mainInfo .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#artists .mainInfo .inner.type3 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
}
#artists .mainInfo .inner .info {
  width: calc(100% - 790px);
  padding: 200px 50px 0 0;
}
#artists .mainInfo .inner .info h2 {
  margin: 0 0 70px 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
}
#artists .mainInfo .inner .info h2 span {
  margin: 20px 0 0 0;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.4;
  display: block;
}
#artists .mainInfo .inner .info .boxProfile {
  margin: 0 0 50px 0;
}
#artists .mainInfo .inner .info .boxProfile h3 {
  margin: 0 0 30px 0;
  padding: 0 0 0 28px;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  position: relative;
}
#artists .mainInfo .inner .info .boxProfile h3::before {
  content: '';
  width: 19px;
  height: 19px;
  background: url(../../img/common/iconLogo.svg) no-repeat left top / 19px;
  position: absolute;
  top: 0;
  left: 0;
}
#artists .mainInfo .inner .info .boxProfile p {
  margin: 0 0 60px 0;
  font-size: 17px;
  line-height: 2;
}
#artists .mainInfo .inner .info .boxProfile .boxSns a {
  width: 85px;
  margin: 0 8px 0 0;
  padding: 13px 12px;
  border: 1px solid #000;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  letter-spacing: .02em;
  display: inline-block;
}
#artists .mainInfo .inner .info .boxProfile .boxSns a:nth-last-of-type(1) {
  margin: 0;
}
#artists .mainInfo .inner .img {
  width: 790px;
}
#artists .mainInfo .inner .img img {
  width: 100%;
  height: auto;
  display: block;
}
#artists .mainInfo .inner.type3 .boxWorks {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#artists .mainInfo .inner.type3 .boxWorks .link {
  width: 370px;
  padding: 80px 0 80px 70px;
  border-right: 1px solid #000;
}
#artists .mainInfo .inner.type3 .boxWorks .link h3 {
  margin: 0 0 40px 0;
  font-family: "Inter", sans-serif;
  font-size: 55px;
  font-weight: 300;
  letter-spacing: .04em;
}
#artists .mainInfo .inner.type3 .boxWorks .link a {
  margin: 0 0 20px 0;
  padding: 0 0 0 13px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 25px;
  display: inline-block;
  position: relative;
}
#artists .mainInfo .inner.type3 .boxWorks .link a::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
#artists .mainInfo .inner.type3 .boxWorks .txt {
  width: calc(100% - 370px);
  padding: 80px 20px 80px 90px;
}
#artists .mainInfo .inner.type3 .boxWorks .txt p {
  font-size: 17px;
  line-height: 2;
}
#artists .works {
  padding: 190px 0 100px 0;
  border-bottom: 1px solid #000;
}
#artists .works .inner .navi {
  width: 380px;
  margin: -90px 0 100px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#artists .works .inner .navi a {
  width: 180px;
  padding: 35px 20px;
  border: 1px solid #000;
  border-radius: 50%;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
  transition: .3s ease-in-out;
}
#artists .works .inner .navi a:hover {
  border: 1px solid #ff5500;
  background: #ff5500;
  color: #fff;
}
#artists .works .inner .navi a.current {
  background: #000;
  color: #fff;
  cursor: auto;
}
#artists .works .inner .navi a.current:hover {
  border: 1px solid #000;
}
#artists .artists {
  padding: 190px 0 140px 0;
}
#artists .artists .inner .ttl {
  margin: 0 0 80px 0;
}

/*
# =================================================================
# アーティスト実績詳細
# =================================================================*/
#works main {
  padding: 0;
}
#works .mainInfo {
  border-bottom: 1px solid #000;
}
#works .mainInfo .inner {
  padding: 0 0 100px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#works .mainInfo .inner .ttl {
  width: 100%;
}
#works .mainInfo .inner .ttl span {
  margin: 0 0 13px 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 700;
  display: block;
}
#works .mainInfo .inner .ttl span time {
  padding: 0 0 0 20px;
  font-family: "Noto Sans JP", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Meiryo", "sans-serif";
  font-size: 13px;
  font-weight: 500;
}
#works .mainInfo .inner .ttl h2 {
  margin: 0 0 65px 0;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: .02em;
}
#works .mainInfo .inner .charge {
  width: calc(100% - 270px);
  display: flex;
  flex-wrap: wrap;
}
#works .mainInfo .inner .charge h3 {
  margin: 28px 25px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
#works .mainInfo .inner .charge .icon {
  width: 70px;
  margin: 0 10px 0 0;
  text-align: center;
}
#works .mainInfo .inner .charge .icon:nth-last-of-type(1) {
  margin: 0;
}
#works .mainInfo .inner .charge .icon img {
  max-width: 100%;
  height: 70px;
  margin: 0 auto 8px auto;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}
#works .mainInfo .inner .charge .icon span {
  font-weight: 500;
}
#works .mainInfo .inner .pankuzu {
  width: 280px;
  bottom: 120px;
}
#works .boxWorks {
  padding: 160px 0;
}
#works .boxWorks .inner .contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 150px;
  background: #cecece;
}
#works .boxWorks .inner .contents img {
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 0 auto 40px auto;
}
#works .boxWorks .inner .contents p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
#works .boxWorks .inner .contents p:nth-last-of-type(1) {
  margin: 0;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1330px) {
  /* アーティスト詳細 */
  #artists .mainInfo .inner .info {
    width: 45%;
  }
  #artists .mainInfo .inner .img {
    width: 55%;
    padding: 100px 0 0 0;
  }
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
  /* アーティスト詳細 */
  #artists .mainInfo .inner .info {
    width: 50%;
  }
  #artists .mainInfo .inner .img {
    width: 50%;
    padding: 180px 0 0 0;
  }
  #artists .mainInfo .inner.type3 .boxWorks .link {
    width: 33%;
  }
  #artists .mainInfo .inner.type3 .boxWorks .txt {
    width: 67%;
  }
  /* アーティスト実績詳細 */
  #works .boxWorks .inner .contents {
    padding: 150px 100px;
  }
}

/* tablet */
@media screen and (max-width: 768px) {
  /* アーティスト詳細 */
  #artists .mainInfo .inner {
    display: block;
  }
  #artists .mainInfo .inner .img {
    width: 100%;
    margin: 0 0 60px 0;
    padding: 80px 0 0 0;
  }
  #artists .mainInfo .inner .info {
    width: 100%;
    padding: 0;
  }
  #artists .mainInfo .inner.type3 .boxWorks {
    display: block;
  }
  #artists .mainInfo .inner.type3 .boxWorks .link {
    width: 100%;
    padding: 50px;
    border-right: none;
    border-bottom: 1px solid #000;
  }
  #artists .mainInfo .inner.type3 .boxWorks .txt {
    width: 100%;
    padding: 50px;
  }
  #artists .works {
    padding: 120px 0 100px 0;
  }
  #artists .works .inner .ttl {
    margin: 0 0 50px 0;
  }
  #artists .works .inner .navi {
    margin: 0 0 100px 0;
  }
  #artists .artists .inner .ttl h2 {
    font-size: 38px;
    letter-spacing: .02em;
  }
  #artists .artists {
    padding: 120px 0 100px 0;
  }
  /* アーティスト実績詳細 */
  #works .mainInfo .inner {
    padding: 0 0 130px 0;
  }
  #works .mainInfo .inner .ttl h2 {
    margin: 0 0 50px 0;
  }
  #works .mainInfo .inner .charge {
    width: 100%;
  }
  #works .mainInfo .inner .pankuzu {
    bottom: 70px;
  }
  #works .boxWorks {
    padding: 120px 0;
  }
  #works .boxWorks .inner .contents {
    padding: 80px 50px;
  }
}

/* mobile L */
@media screen and (max-width: 480px) {
  /* アーティスト詳細 */
  #artists .mainInfo .inner .info h2 {
    margin: 0 0 50px 0;
    font-size: 8vw;
  }
  #artists .mainInfo .inner .info h2 span {
    font-size: 4.2vw
  }
  #artists .mainInfo .inner .info .boxProfile h3 {
    margin: 0 0 20px 0;
  }
  #artists .mainInfo .inner .info .boxProfile p {
    margin: 0 0 30px 0;
    font-size: 3.6vw;
  }
  #artists .mainInfo .inner.type3 .boxWorks .link {
    padding: 42px 5% 33px 5%;
  }
  #artists .mainInfo .inner.type3 .boxWorks .link h3 {
    margin: 0 0 30px 0;
    font-size: 14.6vw;
  }
  #artists .mainInfo .inner.type3 .boxWorks .link a {
    font-size: 5.2vw;
  }
  #artists .mainInfo .inner.type3 .boxWorks .link a::before {
    top: 7px;
  }
  #artists .mainInfo .inner.type3 .boxWorks .txt {
    padding: 40px 5%;
  }
  #artists .mainInfo .inner.type3 .boxWorks .txt p {
    font-size: 3.6vw;
    letter-spacing: .02em;
  }
  #artists .works {
    padding: 90px 0;
  }
  #artists .works .inner .ttl {
    margin: 0 0 35px 0;
    padding: 0;
  }
  #artists .works .inner .navi {
    width: 100%;
    margin: 0 0 90px 0;
  }
  #artists .works .inner .navi a {
    width: 47%;
    padding: 28px 20px;
    font-size: 5.7vw;
  }
  #artists .artists {
    padding: 90px 0 50px 0;
  }
  #artists .artists .inner .ttl {
    margin: 0 0 60px 0;
    padding: 0;
  }
  #artists .artists .inner .ttl h2 {
    font-size: 8.6vw;
  }
  /* アーティスト実績詳細 */
  #works main {
    padding: 50px 0 0 0;
  }
  #works .mainInfo .inner .ttl {
    margin: 0;
    padding: 0;
  }
  #works .mainInfo .inner .ttl span {
    margin: 0 0 8px 0;
    font-size: 5.2vw;
  }
  #works .mainInfo .inner .ttl span time {
    font-size: 3.3vw;
  }
  #works .mainInfo .inner .ttl h2 {
    font-size: 7vw;
  }
  #works .mainInfo .inner .charge {
    /*display: block;*/
    justify-content: space-between;
  }
  #works .mainInfo .inner .charge h3 {
    width: 100%;
    margin: 0 0 25px 0;
    font-size: 4.2vw;
  }
  #works .mainInfo .inner .charge .icon {
    width: 50%;
    margin: 0 0 20px 0;
  }
  #works .mainInfo .inner .charge .icon:nth-last-of-type(1),
  #works .mainInfo .inner .charge .icon:nth-last-of-type(2) {
    margin: 0;
  }
  #works .mainInfo .inner .charge .icon img {
    max-width: 70px;
  }
  #works .mainInfo .inner .charge .icon span {
    font-size: 4.2vw;
  }
  #works .boxWorks {
    padding: 80px 0;
  }
  #works .boxWorks .inner .contents {
    padding: 80px 20px;
  }
  #works .boxWorks .inner .contents img {
    margin: 0 auto 20px auto;
  }
  #works .boxWorks .inner .contents p {
    font-size: 3.7vw;
  }
}

/* mobile M */
@media screen and (max-width: 375px) {
}

/* mobile S */
@media screen and (max-width: 320px) {
}
