@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");
html.is-hidden {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.ttl-font {
  font-family: "Shippori Mincho", "Noto Serif JP", serif !important;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #222222;
  font-size: 1.3rem;
  line-height: 2.4;
}
body > * {
  position: relative;
  z-index: 1;
}

@media (hover: hover) {
  .c-hover-opacity {
    transition: 0.5s;
    cursor: pointer;
  }
  .c-hover-opacity:hover {
    opacity: 0.7;
  }
}

.c-btn-primary {
  width: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: auto 5rem;
  background: linear-gradient(88deg, #222 23.1%, #555 86.68%, #888 102.57%);
  padding-left: 2.5rem;
  font-size: 1.3rem;
  font-weight: normal;
  color: #fff;
  border-radius: 0.4rem;
  padding-block: 1rem;
}
@media screen and (max-width: 767px), print {
  .c-btn-primary {
    font-size: 1.1rem;
    padding-left: 1.5rem !important;
    grid-template-columns: auto 4rem !important;
    letter-spacing: 0.03em;
    min-height: 5rem;
    padding-block: 0;
  }
}
.c-btn-primary__arrow {
  width: 5rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid white;
}
@media screen and (max-width: 767px), print {
  .c-btn-primary__arrow {
    width: 4rem;
    height: calc(100% - 1.2rem);
  }
}
.c-btn-primary__arrow img,
.c-btn-primary__arrow svg {
  width: 1.2rem;
}
@media screen and (max-width: 767px), print {
  .c-btn-primary__arrow img,
  .c-btn-primary__arrow svg {
    width: 0.9rem;
  }
}
.c-btn-primary__arrow img path,
.c-btn-primary__arrow img line,
.c-btn-primary__arrow svg path,
.c-btn-primary__arrow svg line {
  stroke: #fff;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.c-modal * {
  color: #fff;
}
.c-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222;
}
.c-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  background: #111111;
  border-radius: 0.4rem;
  padding: 2rem;
  border: 1px solid #fff;
}
.c-modal__close {
  position: absolute;
  top: 2rem;
  right: 3rem;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  color: #fff;
  gap: 2rem;
  font-weight: 400;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px), print {
  .c-modal__close {
    right: 2rem;
  }
  .c-modal__close--scroll {
    position: static;
    padding-bottom: 5rem;
  }
  .c-modal__close--bottom {
    margin-inline: auto;
    padding-bottom: 0;
    margin-top: 2.4rem;
  }
}
@media (hover: hover) {
  .c-modal__close {
    transition: 0.3s;
  }
  .c-modal__close:hover {
    opacity: 0.8;
  }
}
.c-modal__close span {
  position: relative;
  width: 2.6rem;
  height: 2.6rem;
}
.c-modal__close span::before,
.c-modal__close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #fff;
}
.c-modal__close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__body {
  padding-inline: 11rem;
  padding-block: 5rem;
  height: 100%;
}
@media screen and (max-width: 767px), print {
  .c-modal__body {
    padding-inline: 0;
    padding-block: 5rem;
  }
}
.c-modal__body--scroll {
  display: grid;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding-block: 14rem;
}
@media screen and (max-width: 767px), print {
  .c-modal__body--scroll {
    padding-top: 0;
    padding-bottom: 6rem;
  }
}
.c-modal__body--scroll::-webkit-scrollbar {
  width: 0.1rem;
}
.c-modal__body--scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 9999px;
}
.c-modal__body--youtube {
  display: grid;
  align-items: center;
}
.c-modal__body iframe {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px), print {
  .c-modal__body iframe {
    aspect-ratio: 16/9;
    height: auto;
  }
}

.bg-melody {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  pointer-events: none;
}
.bg-melody__img {
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 100%);
  -webkit-mask-size: 100% 0;
  mask-size: 100% 0;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .bg-melody__img {
    position: absolute;
    top: calc(50vh + 10rem);
    height: calc(50vh + 389rem);
    left: 50%;
    transform: translateX(-50%) translateX(-1rem);
  }
}
@media screen and (max-width: 767px), print {
  .bg-melody__img {
    transform: translateY(56rem);
    height: 403rem;
    width: 100%;
    top: 0;
    left: 0;
  }
}

.cvArea {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99;
}
.cvArea__link {
  position: absolute;
  bottom: 2rem;
  width: 46rem;
  left: 50%;
  transform: translateX(-50%);
  margin-inline: auto;
  height: 4.6rem;
  padding-left: 2.4rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  background: white;
  border-radius: 0.4rem;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.14);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.is-cvDisp .cvArea__link--bottom {
  opacity: 1;
  pointer-events: auto;
}

.is-cvDispTop .cvArea__link--bottom {
  opacity: 0;
  pointer-events: none;
}

.cvArea__link--top {
  top: 2rem;
}
.is-cvDispTop .cvArea__link--top {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 767px), print {
  .cvArea__link {
    max-width: calc(100% - 3rem);
    bottom: 2rem;
  }
}
.cvArea__link p {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px), print {
  .cvArea__link p {
    font-size: 1.1rem;
    gap: 1.8rem;
  }
  .cvArea__link p a {
    letter-spacing: normal;
  }
}
@media (hover: hover) {
  .cvArea__link p a {
    transition: 0.3s;
  }
  .cvArea__link p a:hover {
    color: #ac801a;
  }
}
.cvArea__link .btn {
  width: 10.6rem;
  height: 3.2rem;
  background: #222;
  color: #fff;
  border-radius: 0.4rem;
  border: 1px solid #dcdcdc;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .cvArea__link .btn {
    width: 7.8rem;
    font-size: 1.3rem;
  }
}

.font-en-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
}
.font-en-semibold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.fixed-noise01 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.fixed-noise01-el {
  position: fixed;
  top: 0;
  right: 0;
  width: 40rem;
}
@media screen and (max-width: 767px), print {
  .fixed-noise01-el {
    width: 35rem;
  }
}

.fixed-noise02 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.fixed-noise02-el {
  position: fixed;
  top: 0;
  left: 0;
  width: 65rem;
}
@media screen and (max-width: 767px), print {
  .fixed-noise02-el {
    top: auto;
    bottom: 0;
    width: 30rem;
  }
}

.s-mv {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 40vw;
}
@media screen and (max-width: 767px), print {
  .s-mv {
    height: auto;
    display: grid;
    gap: 3.5rem;
  }
}
.s-mv__img {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .s-mv__img {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateX(-46rem) translateY(-50%);
    width: 33.6rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-mv__img {
    width: 10.2rem;
    left: 0;
    top: 83rem;
  }
}
.s-mv__logo {
  display: block;
}
@media screen and (min-width: 768px), print {
  .s-mv__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateX(3rem);
    width: 37rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-mv__logo {
    margin-inline: auto;
    width: 32rem;
  }
}
.s-mv__txt {
  width: 13rem;
}
.s-mv__txt img,
.s-mv__txt svg {
  opacity: 0;
}
@media screen and (min-width: 768px), print {
  .s-mv__txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateX(39rem) translateY(-6rem);
  }
}
@media screen and (max-width: 767px), print {
  .s-mv__txt {
    width: 4.6rem;
    display: block;
    margin-inline: auto;
    order: -1;
    padding-top: 9.4rem;
  }
}
.s-mv__try {
  position: absolute;
  text-align: center;
  color: #fff;
  background: url(./images/cv-bg.png) no-repeat center center/contain;
  line-height: 1.5;
}
.s-mv__try-inner {
  width: 27rem;
  height: 27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
}
@media screen and (max-width: 767px), print {
  .s-mv__try-inner {
    width: 13.8rem;
    height: 13.8rem;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .s-mv__try {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px), print {
  .s-mv__try {
    top: 0;
    left: 0;
  }
}
.s-mv__try img,
.s-mv__try svg {
  width: 16rem;
}
@media screen and (max-width: 767px), print {
  .s-mv__try img,
  .s-mv__try svg {
    width: 6.9rem;
  }
}
.s-mv .js-mv-other {
  opacity: 0;
}

.s-about {
  z-index: 2;
  overflow-x: clip;
}
@media screen and (max-width: 767px), print {
  .s-about {
    margin-top: 7rem;
  }
}
.s-about__firstSec {
  position: relative;
  z-index: 1;
  height: 79rem;
}
@media screen and (max-width: 767px), print {
  .s-about__firstSec {
    height: 93rem;
  }
}
.s-about__secondSec {
  position: relative;
  height: 134rem;
}
@media screen and (max-width: 767px), print {
  .s-about__secondSec {
    height: 134rem;
  }
}
.s-about__thirdSec {
  position: relative;
  height: 94.5rem;
}
.s-about__imgArea-el {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .s-about__imgArea-el {
    top: 0;
    left: calc(50% + 30rem);
    width: 24rem;
  }
}
@media screen and (min-width: 768px), print {
  .s-about__imgArea-el01 {
    width: 24rem;
    left: calc(50% + 29rem);
    top: 3rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__imgArea-el01 {
    top: 0rem;
    left: auto;
    right: 0;
    width: 14.8rem;
  }
}
.s-about__imgArea-el02 {
  width: 35.8rem;
  top: 13rem;
  left: calc(50% - 17rem);
}
@media screen and (max-width: 767px), print {
  .s-about__imgArea-el02 {
    width: 20.7rem;
    top: 31rem;
    left: 50%;
    transform: translateX(-50%) translateX(7rem);
  }
}
@media screen and (min-width: 768px), print {
  .s-about__imgArea-el03 {
    width: 33rem;
    top: 57rem;
    left: calc(50% - 46rem);
  }
}
@media screen and (max-width: 767px), print {
  .s-about__imgArea-el03 {
    top: 56.7rem;
    left: 2rem;
    width: 16.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .s-about__imgArea-el04 {
    top: 12.6rem;
    left: calc(50% + 12.4rem);
    width: 50rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__imgArea-el04 {
    top: 3rem;
    width: 32.5rem;
    left: 0;
  }
}
@media screen and (min-width: 768px), print {
  .s-about__imgArea-el05 {
    top: 53.6rem;
    left: calc(50% - 54.6rem);
    width: 50rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__imgArea-el05 {
    width: 29rem;
    right: 1rem;
    top: 54.7rem;
  }
}
@media screen and (min-width: 768px), print {
  .s-about__imgArea-el06 {
    top: 71rem;
    left: calc(50% + 10rem);
    width: 21rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__imgArea-el06 {
    top: 95rem;
    left: 4rem;
    width: 11.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .s-about__imgArea-el07 {
    top: 71rem;
    left: calc(50% + 35rem);
    width: 21rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__imgArea-el07 {
    top: 95rem;
    left: 18rem;
    width: 11.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .s-about__imgArea-el08 {
    top: 7.3rem;
    left: calc(50% + 16rem);
    width: 41rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__imgArea-el08 {
    top: 5rem;
    width: 24.6rem;
    right: 0;
  }
}
@media screen and (min-width: 768px), print {
  .s-about__imgArea-el09 {
    top: 22.2rem;
    left: calc(50% - 63rem);
    width: 20rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__imgArea-el09 {
    top: 10.9rem;
    width: 10.6rem;
    left: 0;
  }
}
.s-about__imgArea-el10 {
  text-align: right;
}
.s-about__imgArea-el10 figcaption {
  margin-top: 0.2rem;
  text-align: right;
  font-size: 1rem;
}
@media screen and (min-width: 768px), print {
  .s-about__imgArea-el10 {
    top: 53.5rem;
    left: calc(50% - 31rem);
    width: 42rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__imgArea-el10 {
    top: 53.2rem;
    left: 7.4rem;
    width: 28rem;
  }
}
.s-about__txt {
  display: grid;
  gap: 2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px), print {
  .s-about__txt {
    font-size: 1.4rem;
  }
}
.s-about__txt01 {
  display: flex;
  justify-content: center;
}
.s-about__txt01 p {
  width: -moz-fit-content;
  width: fit-content;
  color: #222222;
  writing-mode: tb-rl;
  letter-spacing: 0.2em;
  line-height: 2.5;
}
@media screen and (max-width: 767px), print {
  .s-about__txt01 p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.s-about__txt02 {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .s-about__txt02 {
    left: calc(50% - 45rem);
    top: 15rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__txt02 {
    left: 3rem;
    top: 22.3rem;
  }
}
.s-about__txt02 h3 svg,
.s-about__txt02 h3 img {
  width: 16.4rem;
}
@media screen and (max-width: 767px), print {
  .s-about__txt02 h3 svg,
  .s-about__txt02 h3 img {
    width: 16.4rem;
  }
}
.s-about__txt02 p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px), print {
  .s-about__txt02 p {
    margin-top: 1rem;
  }
}
.s-about__txt03 {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .s-about__txt03 {
    left: calc(50% + 29rem);
    top: 54rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__txt03 {
    top: 168.6rem;
    left: 11rem;
    z-index: 100;
  }
}
.s-about__txt04 {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .s-about__txt04 {
    left: calc(50% - 37rem);
    top: 19.4rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__txt04 {
    top: 30rem;
    left: 6.8rem;
  }
}
.s-about__txt05 {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .s-about__txt05 {
    left: calc(50% + 11rem);
    top: 107rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__txt05 {
    top: 119.4rem;
    left: 4rem;
  }
}
.s-about__txt06 {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .s-about__txt06 {
    left: calc(50% - 28rem);
    top: 23.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__txt06 {
    top: 355rem;
    left: 5.4rem;
    z-index: 100;
  }
}
.s-about__txt07 {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .s-about__txt07 {
    left: calc(50% + 22rem);
    top: 62.7rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-about__txt07 {
    top: 77rem;
    left: calc(50% - 12.4rem);
    font-size: 1.6rem;
    text-align: center;
    white-space: nowrap;
  }
}
.s-about__txt07 strong {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
}

.s-daily {
  position: relative;
}
.s-daily__cvTrigger {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  height: 1px;
}
.s-daily__img {
  position: relative;
  z-index: 1;
  width: 106rem;
  margin-inline: auto;
  margin-top: -5rem;
}
@media screen and (max-width: 767px), print {
  .s-daily__img {
    width: 33rem;
    margin-top: 0;
  }
}
.s-daily__img-caption {
  text-align: right;
  font-size: 1rem;
  color: #fff;
  margin-top: 0.3rem;
}
.s-daily__mainImg {
  margin-top: -38rem;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .s-daily__mainImg {
    margin-top: -14rem;
  }
}
.s-daily__mainImg-el {
  display: block;
}
@media screen and (min-width: 768px), print {
  .s-daily__mainImg-el {
    height: 100rem;
  }
}
.s-daily__mainImg-el img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.s-daily__mainImg-caption {
  z-index: 1;
  position: absolute;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 768px), print {
  .s-daily__mainImg-caption {
    left: 50%;
    transform: translateX(-50%) translateX(42rem);
    top: 47.5rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-daily__mainImg-caption {
    right: 3rem;
    top: 17rem;
  }
}
.s-daily__mainImg-caption h3 {
  font-size: 4rem;
  font-weight: lighter;
  line-height: 1;
}
@media screen and (max-width: 767px), print {
  .s-daily__mainImg-caption h3 {
    font-size: 2rem;
  }
}
.s-daily__mainImg-caption p {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px), print {
  .s-daily__mainImg-caption p {
    font-size: 1.3rem;
  }
}
.s-daily__ttl {
  position: absolute;
  bottom: 26.6rem;
  left: calc(50% - 39rem);
  color: white;
  font-weight: normal;
  width: 20rem;
}
@media screen and (max-width: 767px), print {
  .s-daily__ttl {
    bottom: 13rem;
    left: 50%;
    transform: translateX(-50%);
    width: 16rem;
  }
}

.s-introduce {
  height: 400vh;
}
.s-introduce__boxArea,
.s-introduce__trigger {
  position: sticky;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.s-introduce__txtArea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-introduce__txtWrap {
  width: 50%;
  transform: translateY(-3rem);
}
.s-introduce__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
.s-introduce__box:nth-of-type(n + 2) {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  will-change: clip-path;
}
.s-introduce__en {
  font-size: 1.4rem;
  text-align: right;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.s-introduce__ttl {
  font-weight: normal;
  margin-top: 4rem;
}
.s-introduce__ttl img,
.s-introduce__ttl svg {
  width: 16rem;
}
.s-introduce__txt {
  font-size: 1.3rem;
  margin-top: 1rem;
}

.s-echo {
  padding-top: 12rem;
  padding-bottom: 8.6rem;
  overflow: clip;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .s-echo {
    padding-top: 9rem;
    padding-bottom: 0;
  }
}
.s-echo__bgImg {
  width: 98rem;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 3rem;
  transform: translateX(-50%) translateX(25rem);
}
@media screen and (max-width: 767px), print {
  .s-echo__bgImg {
    width: 36rem;
    top: -1rem;
    transform: translateX(-50%);
  }
}
.s-echo__ttl {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.s-echo__ttl img,
.s-echo__ttl svg {
  width: 31rem;
}
@media screen and (max-width: 767px), print {
  .s-echo__ttl img,
  .s-echo__ttl svg {
    width: 18rem;
  }
}
.s-echo__txt {
  font-size: 1.3rem;
  margin-top: 1rem;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px), print {
  .s-echo__txt {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 2rem;
  }
}
.s-echo__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  width: 114rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px), print {
  .s-echo__content {
    grid-template-columns: 1fr;
    width: 100%;
    padding-inline: 4.5rem;
    margin-top: 2.6rem;
    gap: 5rem;
  }
}
.s-echo__content-item {
  counter-increment: item;
}
@media screen and (min-width: 768px), print {
  .s-echo__content-item:nth-of-type(2) {
    margin-top: 7.7rem;
  }
  .s-echo__content-item:nth-of-type(3) {
    margin-top: 15.4rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-echo__content-item-img {
    display: block;
    padding-inline: 2rem;
  }
}
.s-echo__content-item-ttl {
  position: relative;
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 767px), print {
  .s-echo__content-item-ttl {
    margin-top: 3rem;
  }
}
.s-echo__content-item-ttl .svg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7.2rem;
}
@media screen and (max-width: 767px), print {
  .s-echo__content-item-ttl .svg {
    bottom: inherit;
    top: 0;
  }
}
.s-echo__content-item-txt {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.7;
}
.s-echo__content-item-link {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-top: 0.4rem;
  border-bottom: 1px solid #222;
}
.s-echo-modal__mainttl {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 4.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px), print {
  .s-echo-modal__mainttl {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.s-echo-modal__items {
  display: grid;
  gap: 4.8rem;
}
@media screen and (min-width: 768px), print {
  .s-echo-modal__item:nth-of-type(even) .s-echo-modal__figure img {
    order: 2;
  }
  .s-echo-modal__item:nth-of-type(even) .s-echo-modal__figure .s-echo-modal__content {
    order: 1;
  }
}
.s-echo-modal__figure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
@media screen and (max-width: 767px), print {
  .s-echo-modal__figure {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px), print {
  .s-echo-modal__img {
    order: 2;
  }
}
@media screen and (max-width: 767px), print {
  .s-echo-modal__content {
    order: 1;
  }
}
.s-echo-modal__ttl {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 767px), print {
  .s-echo-modal__ttl {
    font-size: 1.8rem;
  }
}
.s-echo-modal__subttl {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 1rem;
}
.s-echo-modal__txt {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  display: grid;
  gap: 1.5rem;
  line-height: 1.8;
  letter-spacing: normal;
}
.s-echo-modal__bottom {
  display: grid;
  margin-top: 6rem;
}
.s-echo-modal__bottom-item {
  padding-block: 3rem;
  border-top: 1px solid #888888;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: normal;
}
.s-echo-modal__bottom-item:last-of-type {
  padding-bottom: 0;
}
.s-echo-modal__bottom-ttl {
  font-size: 1.5rem;
  font-weight: lighter;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px), print {
  .s-echo-modal__bottom-ttl {
    letter-spacing: 0.1em;
  }
}
.s-echo-modal__bottom-txt {
  font-size: 1.3rem;
  margin-top: 1rem;
  letter-spacing: normal;
}

.noise-bg {
  position: relative;
}
.noise-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 8rem);
  background: url(./images/noise-bg.png) no-repeat center center/100% 100%;
  z-index: -1;
}
@media screen and (max-width: 767px), print {
  .noise-bg::after {
    height: 100%;
  }
}

.s-voice {
  padding-top: 17rem;
  padding-bottom: 15rem;
  overflow: clip;
}
@media screen and (max-width: 767px), print {
  .s-voice {
    padding-top: 10rem;
    width: 100%;
    padding-bottom: 9rem;
  }
}
.s-voice.js-inveiw-intro {
  opacity: 1;
}
.s-voice__inner {
  align-items: start;
  max-width: 102rem;
  margin-inline: auto;
}
.s-voice__ttlWrap {
  position: relative;
}
.s-voice__ttl {
  font-size: 3.2rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .s-voice__ttl {
    text-align: center;
    font-size: 2rem;
  }
}
.s-voice__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateY(-1rem);
  width: 57.8rem;
}
@media screen and (max-width: 767px), print {
  .s-voice__en {
    left: 50%;
    transform: translate(-50%, -50%) translateX(2rem) translateY(-0.5rem);
    width: 30rem;
    opacity: 0.7;
  }
}
.s-voice__swiper {
  max-width: 105.2rem;
  margin-inline: auto;
  overflow: initial;
  margin-top: 3rem;
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
.s-voice__swiper-control {
  margin-top: 7rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.8rem 1fr 1.8rem;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  gap: 1.3rem;
}
@media screen and (max-width: 767px), print {
  .s-voice__swiper-control {
    margin-top: 2.6rem;
  }
}
.s-voice__swiper-control > * {
  position: static;
}
.s-voice__swiper-control .swiper-prev,
.s-voice__swiper-control .swiper-next {
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 2rem;
}
.s-voice__swiper-control .swiper-prev::after,
.s-voice__swiper-control .swiper-next::after {
  display: none;
}
.s-voice__swiper-control .swiper-prev.swiper-button-disabled,
.s-voice__swiper-control .swiper-next.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}
.s-voice__swiper-control .swiper-next {
  transform: rotate(180deg);
}
.s-voice__swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.s-voice__content.js-inveiw-intro-items {
  opacity: 1;
}
.s-voice__content-item {
  padding-inline: 1.6rem;
}
@media screen and (max-width: 767px), print {
  .s-voice__content-item {
    padding-inline: 1.2rem;
  }
}
.s-voice__content-item-header {
  margin-bottom: 1rem;
  text-align: center;
}
.s-voice__content-item-header--modal {
  text-align: center;
  margin-bottom: 2rem;
}
.s-voice__content-item-ttl {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3;
}
.s-voice__content-item-furigana {
  font-size: 1.3rem;
}
.s-voice__content-item-img {
  padding-bottom: 2.7rem;
  position: relative;
}
.s-voice__content-item-img--modal {
  max-width: 50rem;
  margin-inline: auto;
}
.s-voice__content-item-img figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-size: 1rem;
  letter-spacing: 0;
  color: #707070;
}
.s-voice__content-item-img--modal figcaption {
  width: 100%;
  text-align: center;
}
.s-voice__content-item-plays {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  color: #464646;
  margin-top: -2.5rem;
}
.s-voice__content-item-achieve {
  font-size: 1.3rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-top: 0.7rem;
}
.s-voice__content-item-achieve--modal {
  display: grid;
  gap: 1.2rem;
  line-height: 1.7;
}
.s-voice__content-item-continuation {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.6rem;
  font-size: 1.1rem;
  border-bottom: 1px solid #464646;
  padding-bottom: 0.3rem;
  cursor: pointer;
}
.s-voice__content-item-box--modal {
  max-width: 60rem;
  margin-inline: auto;
}
.s-voice__imgArea {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.middle-bg {
  width: 100%;
  margin-inline: auto;
  display: block;
}
.middle-bg__wrap {
  position: relative;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px), print {
  .middle-bg__wrap {
    padding-bottom: 7rem;
  }
}
.middle-bg__try {
  position: absolute;
  text-align: center;
  color: #fff;
  background: url(./images/cv-bg.png) no-repeat center center/contain;
  line-height: 1.5;
  bottom: 0;
  right: 0;
}
.middle-bg__try-inner {
  width: 27rem;
  height: 27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
}
@media screen and (max-width: 767px), print {
  .middle-bg__try-inner {
    width: 13.8rem;
    height: 13.8rem;
    padding-top: 1rem;
  }
}
.middle-bg__try img,
.middle-bg__try svg {
  width: 16rem;
}
@media screen and (max-width: 767px), print {
  .middle-bg__try img,
  .middle-bg__try svg {
    width: 6.9rem;
  }
}

.s-share {
  padding-top: 4.4rem;
  width: 102rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px), print {
  .s-share {
    padding-top: 2rem;
    width: 100%;
    padding-inline: 2rem;
    padding-bottom: 3rem;
  }
}
.s-share__inner {
  align-items: start;
}
.s-share__ttlWrap {
  position: relative;
}
.s-share__ttl {
  font-size: 3.2rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
@media screen and (max-width: 767px), print {
  .s-share__ttl {
    font-size: 2rem;
    margin-inline: auto;
  }
}
.s-share__en {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateY(-1rem);
  width: 57rem;
}
@media screen and (max-width: 767px), print {
  .s-share__en {
    width: 29rem;
  }
}
.s-share__description {
  position: relative;
  z-index: 1;
  margin-top: -8.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px), print {
  .s-share__description {
    margin-top: 0;
    margin-top: 1.5rem;
  }
}
.s-share__tags {
  margin-top: 1.5rem;
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px), print {
  .s-share__tags {
    margin-top: 0.5rem;
  }
}
.s-share__tag {
  font-size: 1.3rem;
  color: #464646;
}
.s-share__post-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px), print {
  .s-share__post-list {
    margin-top: 2rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem 2.4rem;
  }
}
.s-share__post-account {
  display: inline-grid;
  grid-template-columns: 1.4rem auto;
  align-items: center;
  gap: 0.4rem;
  color: #ac801a;
  margin-top: 1.6rem;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px), print {
  .s-share__post-account {
    margin-top: 2rem;
    letter-spacing: normal;
    font-weight: lighter;
  }
}
.s-share__post-account-icon {
  width: 1.2rem;
  height: 1.2rem;
}
.s-share__post-account-img {
  border-radius: 0.5rem;
  overflow: hidden;
}
.s-share__post-text {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px), print {
  .s-share__post-text {
    font-size: 1.1rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.s-share .vsm-tile .ecbn-selection-title,
.s-share .vsm-tile .section-text,
.s-share .vsm-tile .hashtag-list,
.s-share .vsm-tile .instalist__btn {
  display: none !important;
}
.s-share .ecbn-selection-caption {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.s-share .ecbn-selection-caption::after {
  display: none;
}
.s-share .ecbn-selection-description {
  font-size: 1.4rem !important;
  margin-top: 1.8rem !important;
  padding-bottom: 3rem !important;
  display: none !important;
}

.s-lineup-link {
  padding-top: 14.4rem;
  margin-bottom: 5.7rem;
}
@media screen and (max-width: 767px), print {
  .s-lineup-link {
    margin-top: 6rem;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 6.4rem;
  }
}
.s-lineup-link__inner {
  width: 112rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px), print {
  .s-lineup-link__inner {
    width: 100%;
    padding-inline: 2rem;
  }
}
.s-lineup-link__ttlWrap {
  position: relative;
}
.s-lineup-link__ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
.s-lineup-link__ttl h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px), print {
  .s-lineup-link__ttl h2 {
    font-size: 2rem;
  }
}
.s-lineup-link__ttl p {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 767px), print {
  .s-lineup-link__ttl p {
    font-size: 1.5rem;
  }
}
.s-lineup-link__en {
  position: absolute;
  width: 62rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5rem;
}
@media screen and (max-width: 767px), print {
  .s-lineup-link__en {
    width: 29rem;
    bottom: -1rem;
    filter: blur(0.5rem);
  }
}
.s-lineup-link__items {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px), print {
  .s-lineup-link__items {
    grid-template-columns: 1fr;
  }
}
.s-lineup-link__item {
  position: relative;
}
@media (hover: hover) {
  .s-lineup-link__item:hover .s-lineup-link__img {
    transform: scale(1.05);
  }
  .s-lineup-link__item:hover .s-lineup-link__figure::after {
    background: #ac801a;
  }
}
.s-lineup-link__figure {
  position: relative;
  height: 12rem;
  overflow: hidden;
}
.s-lineup-link__figure::after {
  content: "";
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  transition: background 0.5s ease-in-out;
}
.s-lineup-link__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.s-lineup-link__caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
  height: 100%;
  color: #fff;
  font-size: 1.3rem;
  height: 1.6rem;
}
@media screen and (max-width: 768px), print {
  .s-lineup-link__caption {
    transform: translateY(-50%) translateY(-2.3rem);
  }
}
.s-lineup-link__caption img,
.s-lineup-link__caption svg {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px), print {
  .s-lineup-link__caption--spAdjust {
    height: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .s-lineup-link__caption--2line {
    height: 4rem;
    transform: translateY(-50%) translateY(0.7rem);
  }
}
@media screen and (max-width: 767px), print {
  .s-lineup-link__caption--2line {
    height: 1.8rem;
    transform: translateY(-50%) translateY(-2.8rem);
  }
}
@media screen and (min-width: 768px), print {
  .s-lineup-link__caption--2line-mini-pc {
    height: 3rem;
    transform: translateY(-50%) translateY(0.7rem);
  }
}
@media screen and (max-width: 767px), print {
  .s-lineup-link__caption--2line-mini-sp {
    height: 3.3rem;
    transform: translateY(-50%) translateY(-0.8rem);
  }
}
.s-lineup-link__catch {
  text-align: center;
  line-height: 1.6;
  margin-top: 1.3rem;
  font-weight: 600;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px), print {
  .s-lineup-link__catch {
    position: absolute;
    z-index: 1;
    color: white;
    text-align: left;
    padding-left: 3rem;
    margin-top: 0;
    bottom: 2.4rem;
    font-size: 1.1rem;
  }
  .s-lineup-link__catch--2line-mini-sp {
    bottom: 1.3rem;
  }
  .s-lineup-link__catch--3line-sp {
    bottom: 1rem;
  }
}

.s-lineup-primary {
  z-index: 2;
  position: relative;
  overflow: clip;
}
@media screen and (min-width: 768px), print {
  .s-lineup-primary {
    opacity: 1 !important;
    transform: none !important;
  }
}
.s-lineup-primary__figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  display: flex;
  background: #000;
}
@media screen and (max-width: 767px), print {
  .s-lineup-primary__figure {
    position: static;
  }
}
.s-lineup-primary__figure-el img {
  width: 100%;
  height: 100vh;
  min-height: 50vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: sticky;
  top: 0;
  --move-x: 20;
  -o-object-position: calc(50% + var(--move-x) * 1vw) center;
  object-position: calc(50% + var(--move-x) * 1vw) center;
}
@media screen and (max-width: 767px), print {
  .s-lineup-primary__figure-el img {
    height: 26rem;
    -o-object-position: center center;
    object-position: center center;
  }
}
.s-lineup-primary__hgroup {
  position: relative;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 767px), print {
  .s-lineup-primary__hgroup {
    display: none;
  }
}
.s-lineup-primary__hgroup-content {
  position: absolute;
  bottom: 13rem;
  left: 13rem;
}
@media screen and (max-width: 767px), print {
  .s-lineup-primary__hgroup-content {
    position: static;
  }
}
.s-lineup-primary__hgroup-content * {
  color: #fff;
}
.s-lineup-primary__hgroup-content--gl {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.s-lineup-primary__hgroup-title {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.s-lineup-primary__hgroup-title small {
  font-size: 3.2rem;
}
.s-lineup-primary__hgroup-text {
  position: relative;
  padding-bottom: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.s-lineup-primary__hgroup-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5rem;
  height: 1px;
  background-color: #fff;
}
.s-lineup-primary__hgroup-title {
  font-weight: normal;
}
@media screen and (max-width: 767px), print {
  .s-lineup-primary__anchor {
    margin-top: -34rem;
    padding-top: 34rem;
    display: block;
  }
}
.s-lineup-primary__content {
  padding-block: 10.3rem;
  position: relative;
  width: 50%;
  margin-left: auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
@media screen and (max-width: 767px), print {
  .s-lineup-primary__content {
    padding-top: 4rem;
    padding-bottom: 6rem;
    width: 100%;
    min-height: auto;
    background: none;
  }
}
.s-lineup-primary__content-hgroup {
  line-height: 1.3;
}
.s-lineup-primary__content-hgroup-en {
  font-size: 3.2rem;
  font-weight: normal;
  color: #ac801a;
  margin-bottom: 1.5rem;
  display: block;
}
@media screen and (max-width: 767px), print {
  .s-lineup-primary__content-hgroup-en {
    margin-bottom: 1rem;
  }
  .s-lineup-primary__content-hgroup-en small {
    font-size: 2.6rem;
  }
}
.s-lineup-primary__content-hgroup-title {
  font-weight: normal;
  padding-bottom: 1.5rem;
  position: relative;
  line-height: 1.8;
}
.s-lineup-primary__content-hgroup-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5rem;
  height: 1px;
  background-color: #707070;
}
.s-lineup-primary__content-text {
  margin-top: 2.2rem;
  font-size: 1.3rem;
  line-height: 1.7;
  width: 36rem;
}
@media screen and (max-width: 767px), print {
  .s-lineup-primary__content-text {
    width: 34rem;
  }
}
.s-lineup-primary__content-price {
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
}
.s-lineup-primary__content-price-label {
  width: 3.7rem;
  height: 3.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5b5b5b;
  font-size: 1rem;
  margin-right: 1.2rem;
}
.s-lineup-primary__content-price-title {
  font-weight: normal;
  font-size: 1.4rem;
  margin-right: 1rem;
  line-height: 1.5;
}
.s-lineup-primary__content-movie {
  margin-top: 4rem;
  width: 36rem;
}
@media screen and (max-width: 767px), print {
  .s-lineup-primary__content-movie {
    margin-top: 2rem;
    width: 34rem;
  }
}
.s-lineup-primary__content-movie-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.s-lineup-primary__content-movie-trigger {
  position: relative;
  cursor: pointer;
}
.s-lineup-primary__content-movie-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.3rem;
  height: 4.3rem;
  background: #dcdcdc;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0 100%);
  clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px), print {
  .s-lineup-primary__content-movie-trigger::after {
    width: 3.3rem;
    height: 3.3rem;
  }
}
.s-lineup-primary__content-links {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 767px), print {
  .s-lineup-primary__content-links {
    margin-top: 2.3rem;
    gap: 0.8rem;
  }
}
.s-lineup-primary__content-link {
  width: 100%;
}
@media screen and (max-width: 767px), print {
  .s-lineup-primary__content-link {
    width: calc(100% - 4rem);
    margin-inline: auto;
  }
}

.s-other {
  margin-top: 12rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px), print {
  .s-other {
    margin-top: 0;
    padding-inline: 2rem;
    padding-bottom: 2rem;
  }
}
.s-other__items {
  display: grid;
  grid-template-columns: repeat(2, 43rem);
  gap: 13rem;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .s-other__items {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
.s-other__hgroup {
  text-align: center;
  line-height: 1.5;
  color: #ac801a;
  margin-bottom: 2rem;
}
.s-other__title {
  font-size: 3.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px), print {
  .s-other__title {
    font-size: 2.6rem;
  }
}
.s-other__kana {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px), print {
  .s-other__kana {
    font-size: 1.3rem;
  }
}
.s-other__img {
  margin-bottom: 2.4rem;
}
.s-other__catch,
.s-other__subCatch,
.s-other__text,
.s-other__link {
  width: calc(100% - 7rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px), print {
  .s-other__catch,
  .s-other__subCatch,
  .s-other__text,
  .s-other__link {
    width: calc(100% - 2rem);
  }
}
.s-other__catch {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: normal;
  padding-bottom: 1rem;
  position: relative;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px), print {
  .s-other__catch {
    font-size: 1.6rem;
  }
}
.s-other__catch::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5rem;
  height: 1px;
  background-color: #707070;
}
.s-other__subCatch {
  font-weight: 400;
  font-size: 1.3rem;
  margin-top: 1rem;
  color: #ac801a;
}
@media screen and (max-width: 767px), print {
  .s-other__subCatch {
    font-size: 1.3rem;
  }
}
.s-other__text {
  font-size: 1.3rem;
  line-height: 2;
  margin-top: 1rem;
}
@media screen and (max-width: 767px), print {
  .s-other__text {
    font-size: 1.1rem;
  }
}
.s-other__link {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px), print {
  .s-other__link {
    width: calc(100% - 4rem);
  }
}

.s-column {
  padding-bottom: 10rem;
  padding-top: 18rem;
  background: url(./images/noise-bg.png) no-repeat center top/cover;
}
@media screen and (max-width: 767px), print {
  .s-column {
    padding-top: 14rem;
    padding-bottom: 5rem;
    background: url(./images/noise-bg.png) no-repeat center top/190% auto;
  }
}
.s-column__inner {
  align-items: start;
  width: 102rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px), print {
  .s-column__inner {
    width: 100%;
    padding-inline: 3rem;
  }
}
.s-column__ttlWrap {
  position: relative;
}
.s-column__ttl {
  font-size: 3.2rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
@media screen and (max-width: 767px), print {
  .s-column__ttl {
    font-size: 2.4rem;
  }
}
.s-column__en {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-9rem) translateY(-3rem);
  width: 83rem;
}
@media screen and (max-width: 767px), print {
  .s-column__en {
    transform: translateY(-50%) translateX(2rem) translateY(-3rem);
    width: 34rem;
  }
}
.s-column__en img,
.s-column__en svg {
  width: 100%;
}
.s-column__content {
  position: relative;
  z-index: 1;
  width: 70.4rem;
  margin-left: auto;
  margin-top: -9rem;
  display: grid;
  gap: 4.2rem;
}
@media screen and (max-width: 767px), print {
  .s-column__content {
    margin-top: 2.4rem;
    width: 100%;
  }
}
.s-column__content-item {
  display: grid;
  grid-template-columns: 27rem auto;
  gap: 4.4rem;
  align-items: center;
}
@media (hover: hover) {
  .s-column__content-item img {
    transition: 0.5s;
  }
  .s-column__content-item:hover img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px), print {
  .s-column__content-item {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.s-column__content-img {
  overflow: hidden;
}
.s-column__content-title {
  line-height: 1.5;
  font-weight: normal;
  font-size: 1.8rem;
}
.s-column__content-text {
  line-height: 1.5;
  margin-top: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.s-column__content-link {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  border-bottom: 1px solid #555555;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px), print {
  .s-column__content-link {
    letter-spacing: 0.2em;
    margin-top: 1rem;
  }
}

.s-store {
  padding-top: 20rem;
  padding-bottom: 27rem;
}
@media screen and (max-width: 767px), print {
  .s-store {
    padding-top: 12.4rem;
    padding-bottom: 3.8rem;
  }
}
.s-store__inner {
  align-items: start;
  width: 102rem;
  margin-inline: auto;
  padding-left: 13rem;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .s-store__inner {
    width: auto;
    padding-left: 0;
  }
}
.s-store__ttlWrap {
  position: relative;
}
.s-store__ttl {
  font-size: 3.2rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  color: white;
}
@media screen and (max-width: 767px), print {
  .s-store__ttl {
    font-size: 2.2rem;
    text-align: center;
  }
}
.s-store__en {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-15rem) translateY(-5rem);
  width: 67rem;
}
@media screen and (max-width: 767px), print {
  .s-store__en {
    width: 28rem;
    left: 50%;
    transform: translateX(-50%) translateY(-9rem);
    opacity: 0.7;
  }
}
.s-store__try {
  position: absolute;
  width: 24rem;
  height: 24rem;
  display: flex;
  top: -9rem;
  right: 6rem;
  border-radius: 9999px;
  z-index: 1;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
}
@media (hover: hover) {
  .s-store__try {
    transition: 0.5s;
  }
  .s-store__try:hover {
    background: rgba(255, 255, 255, 0.1215686275) !important;
  }
}
@media screen and (max-width: 767px), print {
  .s-store__try {
    position: static;
    width: 14rem;
    height: 14rem;
    margin-inline: auto;
    margin-top: 3rem;
    padding-top: 2rem;
  }
}
.s-store__try-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.s-store__try img,
.s-store__try svg {
  max-width: 15.7rem;
}
@media screen and (max-width: 767px), print {
  .s-store__try img,
  .s-store__try svg {
    max-width: 10.7rem;
  }
}
.s-store__link {
  background: none !important;
  border: 1px solid white;
}
@media screen and (max-width: 767px), print {
  .s-store__link {
    margin-top: 1rem;
  }
}
.s-store__desc {
  color: white;
  margin-top: 1rem;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px), print {
  .s-store__desc {
    padding-inline: 3.5rem;
    text-align: center;
    font-size: 1.3rem;
    margin-top: 2.5rem;
    line-height: 2.2;
  }
}
.s-store__links {
  margin-top: 4.5rem;
  width: 36rem;
  display: grid;
  gap: 1.4rem;
}
.s-store__links .info {
  line-height: 20px;
  font-size: 1rem;
  display: block;
}
.s-store__company {
  color: white;
  margin-top: 2rem;
}
.s-store__company a {
  color: white;
  font-size: 1rem;
}
@media screen and (max-width: 767px), print {
  .s-store__links {
    margin-inline: auto;
    width: 30rem;
    margin-top: 2.7rem;
  }
  .s-store__company {
    margin-inline: auto;
    width: 30rem;
    text-align: center;
  }
}
@media (hover: hover) {
  .s-store__links a {
    transition: 0.5s;
  }
  .s-store__links a:hover {
    background: rgba(255, 255, 255, 0.1215686275) !important;
  }
}
.l-footer {
  position: relative;
  padding-bottom: 6.6rem;
  background: url(./images/footer-bg.jpg) no-repeat center bottom/cover;
  overflow: clip;
}
@media screen and (max-width: 767px), print {
  .l-footer {
    padding-bottom: 13.6rem;
    background: url(./images/footer-bg-sp.jpg) no-repeat center bottom/cover;
  }
}
.l-footer__melody {
  position: absolute;
  top: 45rem;
  left: 50%;
  transform: translateX(-50%);
  width: 443rem;
  --mask-position: 0%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent calc(var(--mask-position) - 8%), rgba(0, 0, 0, 0.3) calc(var(--mask-position) - 6%), black calc(var(--mask-position) - 4%), black 100%);
  mask-image: linear-gradient(to right, transparent 0%, transparent calc(var(--mask-position) - 8%), rgba(0, 0, 0, 0.3) calc(var(--mask-position) - 6%), black calc(var(--mask-position) - 4%), black 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0% 0;
  mask-position: 0% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px), print {
  .l-footer__melody {
    width: 100%;
    top: 80rem;
  }
}
.l-footer__txt {
  width: 7.3rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px), print {
  .l-footer__txt {
    width: 4.2rem;
  }
}
.l-footer__logo {
  margin-top: 15rem;
  width: 12rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px), print {
  .l-footer__logo {
    margin-top: 8rem;
  }
}
.l-footer__cr {
  text-align: center;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px), print {
  .l-footer__cr {
    color: #fff;
  }
}

.js-inveiw-intro {
  opacity: 0.05;
  transform: translateY(-2rem);
  transition:
    opacity 1.5s ease,
    transform 1.5s ease;
}
.js-inveiw-intro.is-visible {
  opacity: 1 !important;
  transform: translateY(0);
}

.js-inveiw-intro-items > * {
  opacity: 0;
  transform: translateY(-2rem);
  transition:
    opacity 1.5s ease,
    transform 1.5s ease;
}
.js-inveiw-intro-items > *.is-visible {
  opacity: 1 !important;
  transform: translateY(0);
}

@media (min-width: 721px) {
  .ecbn-selection-preview-new div.noProductsMsg {
    height: 25px !important;
  }
  .ecbn-selection-preview-caption {
    height: 30rem !important;
  }
}
@media (max-width: 720px) {
  .ecbn-selection-preview-new div.noProductsMsg {
    height: auto !important;
  }
} /*# sourceMappingURL=style.css.map */
