/*! Writen  by SCSS */
.main_image {
  line-height: 0; }
  .main_image img {
    width: 100%; }

.sec_main_logo {
  width: 97.57%;
  line-height: 0;
  margin-inline: auto;
  margin-bottom: 20px;
  display: none; }

.sec_head {
  font-size: clamp(30px, 8.16vw, 40px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 0.5em;
  margin-bottom: 0.75em; }
  .sec_head .en {
    font-weight: 900; }
    .sec_head .en span:nth-child(odd) {
      color: #e50012; }
    .sec_head .en span:nth-child(even) {
      color: #005bab; }
  .sec_head .jp {
    font-size: 0.5em; }

.box_head {
  font-size: clamp(24px, 6.12vw, 30px);
  font-weight: 700;
  line-height: 1;
  text-align: center; }

.bloc + .bloc {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #000; }
.bloc .item_modal + .item_modal {
  margin-top: 60px; }

.a_modal_ttl {
  text-align: center;
  font-size: clamp(12px, 3.26vw, 16px);
  font-weight: 600;
  margin-bottom: 0.3em; }

.item_modal .item_image {
  cursor: pointer; }
  .item_modal .item_image.min {
    max-width: 220px;
    margin: 0 auto; }
  .item_modal .item_image img {
    transition: all 0.2s ease-in-out 0s; }
  .item_modal .item_image figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: clamp(12px, 3.26vw, 16px); }
  .item_modal .item_image .img_cap {
    position: relative;
    overflow: hidden; }
    .item_modal .item_image .img_cap .m_ico {
      width: 40px;
      padding: 10px;
      bottom: 0;
      right: 0;
      position: absolute;
      filter: drop-shadow(0 0 2px #000);
      background: rgba(0, 0, 0, 0.4);
      line-height: 0; }
  .item_modal .item_image:hover img:not(.m_ico_img) {
    transform: scale(1.2); }

.modal_content {
  pointer-events: none; }
  .modal_content .min_img {
    max-width: 220px;
    margin: 0 auto; }

/*# sourceMappingURL=artist.css.map */
