@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* 作品ギャラリー- */
.gallery {
  /* 美術専攻- */
}
.gallery img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.gallery #main {
  position: relative;
  overflow: hidden;
  margin-bottom: 23.1rem;
}
@media screen and (max-width: 520px) {
  .gallery #main {
    margin-bottom: 10rem;
  }
}
.gallery #main .lead-txt {
  text-align: center;
  color: #f9f9ef;
  margin-bottom: 6.5rem;
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  .gallery #main .lead-txt {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 6.5rem;
  }
}
.gallery #main .main-loop {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .gallery #main .main-loop {
    height: 18rem;
  }
}
.gallery #main .main-loop .loop-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-right: 3rem;
  will-change: transform;
  animation: scroll-left 60s infinite linear both;
  backface-visibility: hidden;
}
@media screen and (max-width: 520px) {
  .gallery #main .main-loop .loop-slide {
    margin-right: 1rem;
  }
}
.gallery #main .main-loop .loop-slide li {
  width: 31.2rem;
  aspect-ratio: 312/367;
  margin-right: 3rem;
  border-radius: 3%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 520px) {
  .gallery #main .main-loop .loop-slide li {
    width: auto;
    height: 18rem;
    margin-right: 1rem;
  }
}
.gallery #main .main-loop .loop-slide li:last-of-type {
  margin-right: 0;
}
.gallery #main .main-loop .loop-slide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .list {
  margin-bottom: 15.6rem;
}
@media screen and (max-width: 520px) {
  .gallery .list {
    margin-bottom: 8rem;
  }
}
.gallery .list .inner .gallery-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 18.6rem 1.3%;
}
@media screen and (max-width: 520px) {
  .gallery .list .inner .gallery-list {
    gap: 8rem 2%;
  }
}
.gallery .list .inner .gallery-list li {
  position: relative;
  width: 24%;
}
@media screen and (max-width: 520px) {
  .gallery .list .inner .gallery-list li {
    width: 49%;
  }
}
.gallery .list .inner .gallery-list li .img-box {
  aspect-ratio: 1;
  background-color: #fff;
}
.gallery .list .inner .gallery-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery .list .inner .gallery-list li p {
  color: #66161c;
  margin-top: 1.4em;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  .gallery .list .inner .gallery-list li p {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.075em;
    font-weight: 400;
  }
}
.gallery .list .inner .gallery-list li:after {
  content: "";
  display: block;
  width: 110%;
  height: 1px;
  background-color: #66161c;
  position: absolute;
  inset: auto 50% -9.3rem auto;
  transform: translateX(50%);
}
@media screen and (max-width: 520px) {
  .gallery .list .inner .gallery-list li:after {
    inset: auto 50% -4rem auto;
  }
}
.gallery .major_view_more {
  position: relative;
  padding-top: 7rem;
  margin-top: -7rem;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .gallery .major_view_more {
    padding-top: 13rem;
    margin-top: -13rem;
  }
}
.gallery .major_view_more .inner {
  position: relative;
  z-index: 2;
}
.gallery .major_view_more .deco {
  position: absolute;
}
.gallery .major_view_more .deco.bara01 {
  top: 0;
  left: -10rem;
  width: 33rem;
}
@media screen and (max-width: 520px) {
  .gallery .major_view_more .deco.bara01 {
    left: -5rem;
    width: 18rem;
  }
}
.gallery.-art-major .major_view_more {
  margin-bottom: 15.6rem;
}
@media screen and (max-width: 520px) {
  .gallery.-art-major .major_view_more {
    margin-bottom: 8rem;
  }
}