/*******************************

art daruma CSS

**********************************/

.sec_ttl {
  margin-bottom: 50px;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  .sec_ttl .ja {
    font-size: 2rem;
    line-height: 1.4;
  }
  .sec_ttl .en {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.inner p.note {
  width: 100%;
  margin-bottom: 10px;
}

/* artist
------------------------- */

.artist {
  width: 100%;
  margin: 0 auto 50px;
}

.artist .inner {
}

.artist .article_wr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.artist article {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.artist article img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.artist article .txt {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(100%);
  transition: 0.3s;
}

@media all and (max-width: 900px) {
  .artist article .txt {
    height: auto;
    padding: 10px;
    transform: translateY(0);
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.artist article:hover .txt {
  transform: translateY(0);
}
.artist article .daruma_title {
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
  white-space: break-spaces;
  padding-bottom: 10px;
}
.artist article .artist_name {
  text-align: center;
}

.modal-video {
}

.modal-video .inner {
  background-color: #e9e9e9;
  padding: 40px;
  text-align: center;
}
.modal-video .content-wr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* max-height: 60vh;
  overflow-y: auto; */
}
.modal-video .inner {
  max-width: 1200px;
}

.modal-video .inner .left {
  width: 50%;
  position: relative;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
}
.modal-video .inner .left img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-in;
}
.modal-video .inner .left img.select {
  opacity: 1;
}
.modal-video .inner .right {
  width: 45%;
  max-height: 60vh;
  overflow-y: auto;
}
.modal-video .ttl {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.4;
}
.modal-video .auther {
  font-size: 1.7rem;
  margin-bottom: 15px;
  line-height: 1;
}
.modal-video .auther span {
  font-size: 1.3rem;
}
.modal-video .caption {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.modal-video .caption span {
  font-size: 1.2rem;
}
.modal-video .right-img-wr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 10px);
  margin: 0 auto;
}
.modal-video .right-img-wr div {
  width: 32%;
  cursor: pointer;
  transition: 0.3s ease-in;
  margin-right: 2%;
  margin-bottom: 10px;
}
.modal-video .right-img-wr div:nth-of-type(3n) {
  margin-right: 0;
}
.modal-video .right-img-wr div:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.modal-video .right-img-wr div.select {
  box-shadow: 0 0 10px rgba(178, 0, 0, 0.9);
  transition: 0.3s ease-in-out;
}
@media all and (max-width: 900px) {
  .artist .article_wr {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
  .modal-video .content-wr {
    max-height: 60vh;
    overflow-y: auto;
    display: block;
  }
  .modal-video .inner .left {
    width: 80%;
    padding-top: 80%;
    margin: 0 auto 20px;
  }

  .modal-video .inner .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    overflow-y: visible;
  }

  .modal-video .ttl {
    order: 2;
  }
  .modal-video .auther {
    order: 3;
  }
  .modal-video .caption {
    order: 4;
  }
  .modal-video .right-img-wr {
    order: 1;
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media all and (max-width: 600px) {
  .artist .article_wr {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
  .artist article {
    width: 100%;
  }
  .modal-video .inner {
    padding: 25px;
    margin: 0 auto;
  }
  .modal-video .content-wr {
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: visible;
  }
  .modal-video .inner .left {
    margin-bottom: 20px;
    width: 100%;
    padding-top: 100%;
  }
  .modal-video .right-img-wr {
    order: 1;
    margin: 0 auto 30px;
    width: 95%;
  }
  .modal-video .inner .right {
  }
  .modal-video .ttl {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .modal-video .close-btn {
    right: inherit;
    left: 15px;
  }
}

/* student
------------------------- */

.student {
  width: 100%;
  margin: 0 auto 50px;
  padding-top: 100px;
}
.student .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.student .img-wr.js-switch {
  width: 25%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.student .fade {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: 0.3s linear;
}
.student .off_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.student .fade:hover {
  opacity: 0;
}

@media all and (max-width: 900px) {
  .student .inner .img-wr {
    width: 20%;
  }
  .student .inner .fade:hover {
    opacity: 1;
  }
  .student .inner .img-wr.select .fade {
    opacity: 0;
  }
}
@media all and (max-width: 600px) {
  .student .inner .img-wr {
    width: 50%;
  }
}

/* insta
------------------------- */
.insta {
  padding-top: 100px;
}
.insta .txt {
  margin-bottom: 20px;
}

.insta .txt p:not(.note) {
  font-size: 2rem;
  display: inline-block;
  margin-right: 30px;
}

.insta .txt .note {
  font-size: 1.3rem;
  display: inline-block;
}

.insta .txt .note .page_link {
  display: inline-block;
  color: #b20000;
  font-size: 1.3rem;
}
.insta .txt .note .page_link::before {
  content: "〉〉";
  letter-spacing: -0.5em;
  margin-right: 0.5em;
}
.insta .txt .note .page_link:hover {
  opacity: 0.7;
}
