@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    index
------------------------------ */
#sec_fv {
  background: url("../img/index/fv_pc@2x.png") no-repeat center/cover;
  height: calc(100vh - 100px);
}
@media screen and (max-width: 767px) {
  #sec_fv {
    background-image: url("../img/index/fv_sp@2x.png");
    height: calc(100dvh - 60px);
  }
}
#sec_fv .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #sec_fv .wrap {
    align-items: flex-end;
    padding-bottom: 15vw;
  }
}
#sec_fv .ttl span {
  display: inline-block;
  background: #fff;
  font-size: 3.6rem;
  line-height: 1.4;
  padding: 0.2em 0.5em;
}
#sec_fv .ttl span:last-child {
  margin-top: 0.5em;
  margin-left: 3em;
}
@media screen and (max-width: 767px) {
  #sec_fv .ttl span {
    font-size: 2.4rem;
  }
}

#sec_exhibition {
  padding: 15rem 0 12rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #sec_exhibition {
    padding: 8rem 0;
  }
}
#sec_exhibition .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
#sec_exhibition .list li a {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#sec_exhibition .list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  #sec_exhibition .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
}

#sec_present {
  background: linear-gradient(30deg, #e0cadf 20%, #d9d9db 80%);
  color: #fff;
  padding: 15rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #sec_present {
    padding: 8rem 0;
  }
}
#sec_present .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sec_present .flex {
    flex-direction: column;
  }
}
#sec_present .flex .left {
  flex: 0 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_present .flex .left {
    order: 2;
    margin-top: 5rem;
    padding: 0 10vw;
  }
}
#sec_present .flex .left .en {
  position: absolute;
  left: 1rem;
  top: 0;
  transform: translateY(-70%);
  font-size: 5rem;
  line-height: 1;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #sec_present .flex .left .en {
    left: 12vw;
    font-size: 4rem;
  }
}
#sec_present .flex .right {
  flex: 0 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_present .flex .right {
    display: contents;
  }
}
#sec_present .flex .right .ttl strong {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: normal;
}
#sec_present .flex .right .ttl .en {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 0.8em;
}
#sec_present .flex .right .sttl {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_present .flex .right .sttl {
    margin-top: 3rem;
  }
}
#sec_present .flex .right .sttl span {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: normal;
  position: relative;
}
#sec_present .flex .right .sttl span::before, #sec_present .flex .right .sttl span::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 1px;
  height: 1.2em;
  transform: translateY(-50%) skew(25deg);
  margin: 0 0.5em;
  background: #fff;
}
#sec_present .flex .right .sttl span::after {
  left: 100%;
  transform: translateY(-50%) skew(-25deg);
}
@media screen and (max-width: 767px) {
  #sec_present .flex .right .sttl span {
    font-size: 2.2rem;
  }
}
#sec_present .flex .right .txt {
  font-size: 1.9rem;
  line-height: 1.6;
  margin: 0.5em 0;
}
#sec_present .flex .right .btn_arrow {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_present .flex .right .btn_arrow {
    order: 3;
  }
}

#sec_new {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #sec_new {
    padding: 8rem 0;
  }
}
#sec_new .slider {
  margin: -1.5rem 0;
}
#sec_new .slider .slide {
  padding: 1.5rem;
}
#sec_new .slider .slide a {
  display: block;
  width: 27rem;
  height: 46rem;
}
@media screen and (min-width: 768px) {
  #sec_new .slider .slide a {
    transition: transform 0.3s ease;
  }
  #sec_new .slider .slide a:hover {
    opacity: 1;
    transform: scale(1.05);
  }
}
#sec_new .slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#sec_new .btn_arrow {
  margin-top: 4rem;
  text-align: center;
}

#sec_plan {
  background: #f2f0f4;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #sec_plan {
    padding: 6rem 0;
  }
}
#sec_plan .flex {
  display: flex;
  justify-content: center;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  #sec_plan .flex {
    flex-direction: column;
    gap: 3rem;
  }
}
#sec_plan .flex .item {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  #sec_plan .flex .item {
    width: 100%;
  }
}
#sec_plan .flex .item .img {
  padding-right: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  position: relative;
}
#sec_plan .flex .item .img img {
  position: relative;
  z-index: 1;
}
#sec_plan .flex .item .img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border-radius: 3rem;
  background: #f5e7ea;
}
#sec_plan .flex .item .ttl {
  color: #ae9abb;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 500;
}
#sec_plan .flex .item .txt {
  color: #ae9abb;
  margin-top: 1em;
}
#sec_plan .flex .item._02 .img::before {
  background: #d0cbd9;
}
#sec_plan .btn_arrow {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_plan .btn_arrow {
    margin-top: 3rem;
  }
}

#sec_voice {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #sec_voice {
    padding: 8rem 0;
  }
  #sec_voice .ttl_index {
    text-align: center;
  }
}
#sec_voice .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_voice .grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
#sec_voice .grid .item {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #sec_voice .grid .item {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
}
#sec_voice .grid .item .img {
  height: 26.3rem;
}
@media screen and (max-width: 767px) {
  #sec_voice .grid .item .img {
    height: 19rem;
  }
}
#sec_voice .grid .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec_voice .grid .item .inner {
  padding: 2rem;
}
#sec_voice .grid .item .inner .ttl {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  #sec_voice .grid .item .inner .ttl {
    -webkit-line-clamp: 3;
  }
}
#sec_voice .grid .item .inner .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  #sec_voice .grid .item .inner .txt {
    -webkit-line-clamp: 3;
  }
}

#sec_insta {
  background: #f1e6e5;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #sec_insta {
    padding: 8rem 0;
  }
}
#sec_insta .btn_arrow a {
  width: 22rem;
}

#sec_info {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #sec_info {
    padding: 8rem 0;
  }
}
#sec_info .list {
  border-top: 1px solid #d0cbd9;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_info .list {
    margin-bottom: 3rem;
  }
}
#sec_info .list .item {
  border-bottom: 1px solid #d0cbd9;
}
#sec_info .list .item a {
  display: flex;
  align-items: center;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_info .list .item a {
    flex-wrap: wrap;
    padding: 3rem 0;
  }
}
#sec_info .list .item .date {
  flex: 0 0 auto;
  width: 6em;
}
#sec_info .list .item .arrow {
  flex: 0 0 auto;
  width: 5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_info .list .item .arrow {
    width: 2em;
  }
}
#sec_info .list .item .arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(45deg);
  width: 1.2em;
  height: 5px;
  border-right: 1px solid #d0cbd9;
  border-bottom: 1px solid #d0cbd9;
}
#sec_info .list .item .ttl {
  flex: 1 1 auto;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  #sec_info .list .item .ttl {
    -webkit-line-clamp: 2;
    margin-top: 0.5em;
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */