@charset "UTF-8";
.main {
  overflow: hidden;
}
.main .vira__items {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #A5A5A5;
  display: grid;
  grid-template-columns: 9rem auto;
  gap: 1rem;
}
@media screen and (max-width: 780px) {
  .main .vira__items {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
  }
}
.main .vira__item-image--02 {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 780px) {
  .main .vira__item-image--02 {
    grid-column: 1/2;
  }
}
.main .vira__item-image--02 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.main .vira__item-image img {
  mix-blend-mode: multiply;
}
.main .vira__item-text {
  place-content: center;
}
.main .vira__item-title {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (max-width: 780px) {
  .main .vira__item-title {
    align-items: baseline;
    flex-direction: row;
  }
}
.main .vira__item-title--en {
  display: block;
  font-size: 0.35rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 780px) {
  .main .vira__item-title--en {
    font-size: 0.2rem;
  }
}
.main .vira__item-title--ja {
  display: block;
  letter-spacing: 0.5em;
  line-height: 1.4;
  font-size: 0.2rem;
}
@media screen and (max-width: 780px) {
  .main .vira__item-title--ja {
    letter-spacing: 0.4em;
    font-size: inherit;
  }
}
.main .vira__item-catch {
  margin-top: 0.5rem;
  font-size: 0.45rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .main .vira__item-catch {
    font-size: 0.18rem;
    margin-top: 0.3rem;
  }
}
.main .vira__item-desc {
  margin-top: 0.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .main .vira__item-desc {
    font-size: inherit;
    margin-top: 0.3rem;
  }
}
.main .infinitypool {
  margin-top: 1.6rem;
}
@media screen and (max-width: 780px) {
  .main .infinitypool {
    margin-top: 0.8rem;
  }
}
.main .infinitypool__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
  align-items: flex-end;
  margin-top: 0.5rem;
}
@media screen and (max-width: 780px) {
  .main .infinitypool__items {
    margin-top: 0.1rem;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 0.1rem;
  }
}
@media screen and (max-width: 780px) {
  .main .infinitypool__item-text {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.main .infinitypool__item-title {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (max-width: 780px) {
  .main .infinitypool__item-title {
    flex-direction: row;
    align-items: baseline;
    margin-top: 0.35rem;
  }
}
.main .infinitypool__item-title--en {
  display: block;
  font-size: 0.35rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 780px) {
  .main .infinitypool__item-title--en {
    font-size: 0.2rem;
  }
}
.main .infinitypool__item-title--ja {
  display: block;
  letter-spacing: 0.5em;
  line-height: 1.4;
  font-size: 0.2rem;
}
@media screen and (max-width: 780px) {
  .main .infinitypool__item-title--ja {
    letter-spacing: 0.4em;
    font-size: inherit;
  }
}
.main .infinitypool__item-catch {
  margin-top: 0.4rem;
  font-size: 0.45rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .main .infinitypool__item-catch {
    font-size: 0.18rem;
    margin-top: 0.3rem;
  }
}
.main .infinitypool__item-desc {
  margin-top: 0.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .main .infinitypool__item-desc {
    font-size: inherit;
    margin-top: 0.3rem;
  }
}
.main .plan {
  margin-top: 1.5rem;
}
@media screen and (max-width: 780px) {
  .main .plan {
    margin-top: 0.8rem;
  }
}
.main .plan__items {
  background-color: #FFF;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: 62.4% 1fr;
  margin-top: 1rem;
}
@media screen and (max-width: 780px) {
  .main .plan__items {
    margin-top: 0.35rem;
    grid-template-columns: 1fr;
  }
}
.main .plan__item--02 {
  padding: 0.5rem;
  align-items: center;
  place-content: center;
}
@media screen and (max-width: 780px) {
  .main .plan__item--02 {
    padding: 0.3rem 0.2rem;
    display: block;
  }
}
.main .plan__item-title {
  display: block;
  line-height: 1;
  font-size: 0.77rem;
  letter-spacing: 0;
}
@media screen and (min-width: 781px) {
  .main .plan__item-title {
    color: #D8CFCB;
  }
}
@media screen and (max-width: 780px) {
  .main .plan__item-title {
    font-size: 0.2rem;
  }
}
.main .plan__item-title span {
  font-size: 0.27rem;
}
@media screen and (max-width: 780px) {
  .main .plan__item-title span {
    font-size: 0.22rem;
  }
}
.main .plan__item-catch {
  margin-top: 0.35rem;
  font-size: 0.2rem;
  letter-spacing: 0.1em;
  line-height: 2;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .main .plan__item-catch {
    font-size: inherit;
    font-size: 0.12rem;
    margin-top: 0.35rem;
  }
}
.main .plan__item-icon {
  display: block;
  text-align: center;
}
.main .plan__item-icons {
  display: grid;
  grid-template-columns: repeat(2, 2.4rem);
  justify-content: center;
  gap: 0.2rem;
  margin-top: 0.7rem;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .main .plan__item-icons {
    width: auto;
    margin: 0.3rem 0 0;
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 780px) {
  .main .plan__item-icon {
    display: grid;
    grid-template-columns: 0.4rem auto;
    gap: 0.1rem;
    place-content: center;
  }
}
.main .plan__item-icon img {
  width: 1.2rem;
  aspect-ratio: 1.2/0.75;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 780px) {
  .main .plan__item-icon img {
    margin: auto;
    aspect-ratio: 1/0.85;
  }
}
.main .plan__item-icon figcaption {
  font-size: 0.24rem;
  display: block;
  padding-top: 0.2rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .main .plan__item-icon figcaption {
    font-size: 0.1rem;
    padding: 0;
    line-height: 1.7;
  }
}
.main .plan__item-icon figcaption span {
  font-size: 0.14rem;
  line-height: 1.2;
  display: inline-block;
  margin-top: 0.05rem;
}
@media screen and (max-width: 780px) {
  .main .plan__item-icon figcaption span {
    font-size: 0.08rem;
    margin: 0;
  }
}
@media screen and (max-width: 780px) {
  .main .plan__item-icon:nth-child(2) {
    gap: 0;
  }
}
@media screen and (min-width: 781px) {
  .main .plan__item-icon:nth-child(2) figcaption {
    font-size: 0.21rem;
  }
}/*# sourceMappingURL=unique.css.map */