@charset "UTF-8";
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * artists.scss
 */
#artists {
  /* #header */
  /*--------------------------------------------------
   index
  --------------------------------------------------*/
  /* PC
  --------------------------------------------------*/
  /* #artistsIndex */
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
  /*--------------------------------------------------
   detail
  --------------------------------------------------*/
  /* PC
  --------------------------------------------------*/
  /* #artistsDetail */
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
}
#artists .gNav > ul > li.artists a,
#artists .gNav > ul > li.artists .label {
  border-bottom-color: #ffe73f;
}
#artists #artistsIndex .lead {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
#artists #artistsIndex .listBlock .list {
  zoom: 1;
  margin: 0 auto;
}
#artists #artistsIndex .listBlock .list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#artists #artistsIndex .listBlock .list .item {
  float: left;
  width: 320px;
  padding: 40px 20px 0 0;
}
#artists #artistsIndex .listBlock .list .item:first-child, #artists #artistsIndex .listBlock .list .item:nth-child(2), #artists #artistsIndex .listBlock .list .item:nth-child(3) {
  padding-top: 0;
}
#artists #artistsIndex .listBlock .list .item:nth-child(3n) {
  padding-right: 0;
}
#artists #artistsIndex .listBlock .list .item:nth-child(3n+1) {
  clear: left;
}
#artists #artistsIndex .listBlock .list .item a {
  display: table;
  width: 100%;
  color: #000000;
  text-decoration: none;
}
#artists #artistsIndex .listBlock .list .item a .image {
  display: table-cell;
  width: 120px;
  vertical-align: top;
}
#artists #artistsIndex .listBlock .list .item a .image .inner {
  position: relative;
}
#artists #artistsIndex .listBlock .list .item a .image .thumbnail {
  padding-bottom: 100%;
}
#artists #artistsIndex .listBlock .list .item a .image .detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 231, 63, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#artists #artistsIndex .listBlock .list .item a .image .detail span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -15px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#artists #artistsIndex .listBlock .list .item a .image .detail span:after {
  content: '';
  display: block;
  height: 10px;
  margin-top: 7px;
  background: url(../imgs/arw-02_2_black.svg) no-repeat center center;
}
#artists #artistsIndex .listBlock .list .item a .text {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
#artists #artistsIndex .listBlock .list .item a .text .name {
  font-weight: bold;
  line-height: 1.3;
}
#artists #artistsIndex .listBlock .list .item a .text .from {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.24;
}
#artists #artistsIndex .listBlock .list .item a .text .work {
  overflow: hidden;
  width: 190px;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: bold;
  line-height: 1.24;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.noTouch #artists #artistsIndex .listBlock .list .item:hover .image .detail {
  opacity: 1;
}
@media only screen and (max-width: 1095px) {
  #artists #artistsIndex .listBlock .list {
    width: 660px;
  }
  #artists #artistsIndex .listBlock .list .item:nth-child(3) {
    padding-top: 40px;
  }
  #artists #artistsIndex .listBlock .list .item:nth-child(3n) {
    padding-right: 20px;
  }
  #artists #artistsIndex .listBlock .list .item:nth-child(3n+1) {
    clear: none;
  }
  #artists #artistsIndex .listBlock .list .item:nth-child(even) {
    padding-right: 0;
  }
  #artists #artistsIndex .listBlock .list .item:nth-child(odd) {
    clear: left;
  }
}
#artists #artistsIndex .btn01 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #artists {
    /* #artistsIndex */
  }
  #artists #artistsIndex .lead {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.6;
  }
  #artists #artistsIndex .listBlock .list {
    width: auto;
    max-width: 526px;
    padding-left: 20px;
  }
  #artists #artistsIndex .listBlock .list .item {
    width: 50%;
    padding: 30px 0 0 !important;
    margin-left: 20px;
  }
  #artists #artistsIndex .listBlock .list .item:first-child, #artists #artistsIndex .listBlock .list .item:nth-child(2) {
    padding-top: 0 !important;
  }
  #artists #artistsIndex .listBlock .list .item:nth-child(odd) {
    margin-left: -20px;
  }
  #artists #artistsIndex .listBlock .list .item a {
    display: block;
  }
  #artists #artistsIndex .listBlock .list .item a .image {
    display: block;
    width: auto;
  }
  #artists #artistsIndex .listBlock .list .item a .image .detail {
    display: none;
  }
  #artists #artistsIndex .listBlock .list .item a .text {
    display: block;
    margin-top: 10px;
    padding-left: 0;
  }
  #artists #artistsIndex .listBlock .list .item a .text .name {
    font-size: 17px;
    line-height: 1.42;
  }
  #artists #artistsIndex .listBlock .list .item a .text .from {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.34;
  }
  #artists #artistsIndex .listBlock .list .item a .text .work {
    width: 100%;
    font-size: 12px;
    line-height: 1.34;
  }
  #artists #artistsIndex .btn01 {
    margin-top: 30px;
  }
}
#artists #artistsDetail .title01 span {
  display: inline-block;
  padding: 0 30px;
  font-size: 26px;
  vertical-align: middle;
}
#artists #artistsDetail .title01 .from {
  margin-top: 10px;
  font-size: 20px;
  font-weight: normal;
}
#artists #artistsDetail .body {
  max-width: 880px;
  margin: 0 auto;
}
#artists #artistsDetail #profileArea {
  zoom: 1;
  margin: 40px auto;
}
#artists #artistsDetail #profileArea:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#artists #artistsDetail #profileArea .image {
  float: right;
  width: 300px;
  margin-left: -300px;
}
#artists #artistsDetail #profileArea .image .thumbnail {
  padding-bottom: 100%;
}
#artists #artistsDetail #profileArea .image .caption {
  margin-top: 15px;
  font-family: "UniversLT-Condensed", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.34;
  text-align: center;
  letter-spacing: 0.04em;
}
#artists #artistsDetail #profileArea .text {
  float: left;
  padding-right: 340px;
  font-size: 20px;
  line-height: 1.7;
}
#artists #artistsDetail #profileArea .text .site {
  margin-top: 30px;
}
#artists #artistsDetail #profileArea .text .site dt {
  font-size: 13px;
  font-weight: bold;
}
#artists #artistsDetail #profileArea .text .site dd {
  font-size: 16px;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#artists #artistsDetail #exhibitionArea .image {
  margin: 40px 0 10px;
}
#artists #artistsDetail #exhibitionArea .image:first-child {
  margin-top: 0;
}
#artists #artistsDetail #exhibitionArea .image .img img {
  width: 100%;
  height: auto;
}
#artists #artistsDetail #exhibitionArea .image .credit {
  margin-top: 15px;
  font-family: "UniversLT-Condensed", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.34;
  text-align: right;
}
#artists #artistsDetail #exhibitionArea .title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.34;
}
#artists #artistsDetail #exhibitionArea .title .no {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1;
}
#artists #artistsDetail #exhibitionArea .text {
  font-size: 20px;
  line-height: 1.7;
}
#artists #artistsDetail #exhibitionArea .info {
  zoom: 1;
  margin-top: 40px;
}
#artists #artistsDetail #exhibitionArea .info:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#artists #artistsDetail #exhibitionArea .info .tableCol {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-right: 330px;
}
#artists #artistsDetail #exhibitionArea .info .tableCol table {
  width: 100%;
  border-top: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
}
#artists #artistsDetail #exhibitionArea .info .tableCol table th,
#artists #artistsDetail #exhibitionArea .info .tableCol table td {
  padding: 32px 0 31px;
  border-top: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
  vertical-align: middle;
}
#artists #artistsDetail #exhibitionArea .info .tableCol table th {
  width: 130px;
  padding-right: 20px;
  font-weight: bold;
}
#artists #artistsDetail #exhibitionArea .info .mapCol {
  float: right;
  width: 290px;
  margin-left: -290px;
}
#artists #artistsDetail #exhibitionArea .info .mapCol .map {
  position: relative;
  padding-bottom: 68.97%;
}
#artists #artistsDetail #exhibitionArea .info .mapCol .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#artists #artistsDetail #exhibitionArea .info .mapCol .links {
  margin-top: 20px;
}
#artists #artistsDetail #exhibitionArea .info .mapCol .links li + li {
  margin-top: 20px;
}
#artists #artistsDetail #exhibitionArea .info .mapCol .links .btn02 {
  text-align: left;
}
#artists #artistsDetail #exhibitionArea .info .mapCol .links .btn02 a {
  letter-spacing: 0;
}
#artists #artistsDetail #worksArea {
  padding-bottom: 0;
}
#artists #artistsDetail #worksArea .slideBlock01 .item .image .thumbnail {
  background-color: transparent;
}
#artists #artistsDetail #worksArea .slideBlock01 .item .image .thumbnail .img {
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
#artists #artistsDetail #worksArea .btn01 {
  margin-top: 60px;
}
#artists #artistsDetail #worksArea .btn01 a:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#artists #artistsDetail + #bottomNav {
  position: static;
}
#artists #artistsDetail + #bottomNav .linkBack {
  top: 25px;
}
@media only screen and (max-width: 767px) {
  #artists {
    /* #artistsDetail */
  }
  #artists #artistsDetail {
    padding-top: 55px;
  }
  #artists #artistsDetail .title01 span {
    display: block;
    margin-top: 5px;
    padding: 0;
    font-size: 15px;
  }
  #artists #artistsDetail .title01 .from {
    margin-top: 10px;
    font-size: 12px;
  }
  #artists #artistsDetail #profileArea {
    zoom: 1;
    margin-top: 20px;
  }
  #artists #artistsDetail #profileArea:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  #artists #artistsDetail #profileArea .image {
    float: none;
    width: 250px;
    margin: 0 auto 20px;
  }
  #artists #artistsDetail #profileArea .image .caption {
    margin-top: 10px;
    font-size: 12px;
  }
  #artists #artistsDetail #profileArea .text {
    float: none;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.67;
  }
  #artists #artistsDetail #profileArea .text .site {
    margin-top: 20px;
    text-align: center;
  }
  #artists #artistsDetail #profileArea .text .site dt {
    font-size: 12px;
  }
  #artists #artistsDetail #profileArea .text .site dd {
    margin-top: 5px;
    font-size: 13px;
  }
  #artists #artistsDetail #exhibitionArea .image {
    margin: 20px 0 5px;
  }
  #artists #artistsDetail #exhibitionArea .image .credit {
    margin-top: 5px;
    font-size: 12px;
  }
  #artists #artistsDetail #exhibitionArea .title {
    margin-bottom: 15px;
    font-size: 21px;
  }
  #artists #artistsDetail #exhibitionArea .title .no {
    margin-bottom: 5px;
    font-size: 15px;
  }
  #artists #artistsDetail #exhibitionArea .text {
    font-size: 15px;
    line-height: 1.67;
  }
  #artists #artistsDetail #exhibitionArea .info {
    margin-top: 20px;
  }
  #artists #artistsDetail #exhibitionArea .info .tableCol {
    float: none;
    width: auto;
    padding-right: 0;
  }
  #artists #artistsDetail #exhibitionArea .info .tableCol table {
    font-size: 15px;
    line-height: 1.6;
  }
  #artists #artistsDetail #exhibitionArea .info .tableCol table th,
  #artists #artistsDetail #exhibitionArea .info .tableCol table td {
    padding: 15px 0 15px;
  }
  #artists #artistsDetail #exhibitionArea .info .tableCol table th {
    width: 6em;
    padding-right: 20px;
    vertical-align: top;
  }
  #artists #artistsDetail #exhibitionArea .info .mapCol {
    float: none;
    width: auto;
    margin-top: 45px;
    margin-left: 0;
  }
  #artists #artistsDetail #exhibitionArea .info .mapCol .links li + li {
    margin-top: 10px;
  }
  #artists #artistsDetail #worksArea .btn01 {
    margin-top: 30px;
  }
  #artists #artistsDetail + #bottomNav {
    position: static;
  }
  #artists #artistsDetail + #bottomNav .linkBack {
    top: 25px;
  }
}
