@charset "UTF-8";
/*
@mixin pc {
  @media (max-width: ($pc)) {
    @content;
  }
}*/
/* 作品詳細
 *========================================================= */
div.pager ul li.page-link {
  padding-top: 10px;
}

#areaContents {
  height: 100%;
}

#areaDoc {
  width: 90%;
  min-height: 550px;
  margin: 0 auto;
  padding: 70px 5% 30px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #areaDoc {
    width: 100%;
    min-height: 0px;
    padding: 10px 0 10px;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #blockPict {
    width: 100%;
    background-color: #eee;
  }
}
#blockPict.no-pict {
  text-align: right;
}
@media (max-width: 768px) {
  #blockPict.no-pict {
    display: none;
  }
}
#blockPict p {
  width: 40%;
  max-width: 400px;
  min-width: 320px;
  margin: 0 auto;
}
#blockPict p img {
  width: 100%;
  height: 400px;
  object-position: top right;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
@media (max-width: 768px) {
  #blockPict p img {
    object-position: center center;
  }
}
@media (max-width: 660px) {
  #blockPict p img {
    height: 300px;
  }
}
#blockPict p.no-image {
  width: 300px;
  height: 300px;
  font-size: 1.1rem;
  color: #999;
}

/* テキストデータブロック */
#blockData {
  width: 55%;
  min-width: 300px;
  max-width: 900px;
  padding: 0 2% 0 7%;
  line-height: 2.2em;
  box-sizing: border-box;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  #blockData {
    width: 100%;
    padding: 40px 8% 0;
  }
}
#blockData h3 {
  /*作品名*/
  width: auto;
  min-height: 32px;
  margin-bottom: 20px;
  position: relative;
  left: -2px;
  box-sizing: border-box;
  font-size: 2.3rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media (max-width: 768px) {
  #blockData h3 {
    font-size: 1.9rem;
  }
}
#blockData h4#artist_name {
  /*作家名、制没年*/
  margin-bottom: 10px;
  font-size: 0.85rem;
  font-weight: normal;
  line-height: 1.6rem;
}
#blockData h4#artist_name strong {
  /*作家名*/
  margin-right: 12px;
  font-size: 1.2rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#blockData table {
  margin-top: 30px;
}
#blockData table th {
  padding: 2px 12px 2px 0px;
  color: #444;
  font-size: 0.73rem;
  font-weight: normal;
  white-space: nowrap;
  background: url("../img/comma_gray.png") right 10px no-repeat;
}
#blockData table td {
  padding: 2px 0 2px 13px;
  font-size: 0.85rem;
}
#blockData p.kaisetsu {
  font-size: 0.85rem;
  margin-top: 20px;
}

ul.det-pager {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  ul.det-pager {
    width: 150px;
    white-space: nowrap;
    padding-top: 20px;
    justify-content: space-between;
    position: static;
  }
}
ul.det-pager button {
  width: 40px;
  height: 60px;
}
@media (max-width: 768px) {
  ul.det-pager button {
    width: auto;
    height: 40px;
  }
}
@media (max-width: 768px) {
  ul.det-pager button svg {
    height: 15px;
    stroke-width: 8px;
    display: inline-block;
    position: relative;
    top: -2px;
  }
}
ul.det-pager button span {
  font-size: 0.8rem;
  display: none;
}
@media (max-width: 768px) {
  ul.det-pager button span {
    display: inline-block;
  }
}

.wrap-bottom {
  display: none;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .wrap-bottom {
    display: block;
  }
}
