/* Sass Document */
.l-body--home {
  width: 100%;
  /* display: none; */
  position: relative;
}

.l-footer {
  background-image: url(../img/index/bg_top-footer.jpg);
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    background-image: url(../img/common/bg_footer_sp.jpg);
  }
}

.mainvisual-scroll-area {
  height: 0;
}
@media screen and (max-width: 767.98px) {
  .mainvisual-scroll-area {
    height: auto;
    pointer-events: none;
    aspect-ratio: 780/1076;
  }
}

.p-bnr-area img {
  width: 100%;
  height: auto;
}
.p-bnr-area.--upper li + li {
  margin-top: 38px;
}
.p-bnr-area.--bottom {
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-bnr-area.--bottom {
    margin-top: 8rem;
  }
}
.p-bnr-area.--bottom li + li {
  margin-top: 20px;
}
.p-bnr-area a {
  transition: 0.3s opacity;
  display: block;
}
@media (any-hover) {
  .p-bnr-area a:hover {
    opacity: 0.7;
  }
}

.l-main__inner {
  padding: 42px 40px 146px;
}
@media screen and (max-width: 767.98px) {
  .l-main__inner {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
    padding-bottom: 7.3rem;
    background-color: #fff;
  }
}

.l-main {
  width: 780px;
  margin-left: auto;
  margin-right: 80px;
}
@media screen and (max-width: 767.98px) {
  .l-main {
    width: auto;
    margin: 0;
    padding: 0;
  }
}

.p-logo-content {
  width: 50%;
  position: absolute;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 750px;
}
@media screen and (max-width: 767.98px) {
  .p-logo-content {
    background-color: #fff;
    align-items: flex-start;
    min-height: 568px;
  }
}
.p-logo-content .p-mvlogo {
  width: clamp(85px, 6vw, 114px);
  opacity: 0;
  transition: 0.8s 1s opacity;
  padding-bottom: 130px;
}
.p-logo-content .p-mvlogo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .p-logo-content .p-mvlogo {
    width: 16vw;
    height: calc(100vh - 16rem);
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
}
.p-logo-content .p-mvlogo.is-show {
  opacity: 1;
}

.p-mainvisual {
  height: 100dvh;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
}
@media screen and (max-width: 767.98px) {
  .p-mainvisual {
    background-color: transparent;
  }
}
.p-mainvisual.is-pc-hidden {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s 0.8s;
}

.p-mainvisual-scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding-bottom: 170px;
  transform: translateX(-50%);
  font-size: 1.3rem;
  font-weight: 700;
  color: #d4152d;
  text-decoration: none;
  opacity: 0;
  transition: 0.8s 1.2s opacity;
}
@media screen and (max-width: 767.98px) {
  .p-mainvisual-scroll {
    padding-bottom: 15rem;
  }
}
.p-mainvisual-scroll.is-show {
  opacity: 1;
}
.p-mainvisual-scroll::before, .p-mainvisual-scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 150px;
  background-color: #b5b5b6;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-mainvisual-scroll::before, .p-mainvisual-scroll::after {
    height: 13rem;
  }
}
.p-mainvisual-scroll::after {
  background-color: #d4152d;
  animation: barDown 2s infinite;
  transform-origin: top center;
}

@keyframes barDown {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.p-mainvisual__image {
  width: 50%;
  left: 50%;
  position: absolute;
  height: 100dvh;
  transition: 1s;
}
.p-mainvisual__image.is-open::before {
  animation: open 1s forwards;
}
.p-mainvisual__image.is-slide {
  left: 0;
  width: calc(100% - 860px);
  min-width: 420px;
  height: 100dvh;
  aspect-ratio: 780/1076;
}
@media screen and (max-width: 767.98px) {
  .p-mainvisual__image.is-slide {
    height: auto;
  }
}
.p-mainvisual__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  height: 100%;
  background-color: #fff;
  transform-origin: left center;
}
.p-mainvisual__image .js-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

@keyframes open {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
.p-fixed-image {
  position: fixed;
  height: 100dvh;
  width: calc(100% - 860px);
  min-width: 420px;
}
@media screen and (max-width: 767.98px) {
  .p-fixed-image {
    min-width: inherit;
    width: 100%;
    height: auto;
    aspect-ratio: 780/1076;
  }
}
.p-fixed-image .p-scroll-line {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .p-fixed-image .p-scroll-line {
    display: block;
    position: absolute;
    background-color: #b5b5b6;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    height: 12.8rem;
  }
  .p-fixed-image .p-scroll-line::after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #b5b5b6;
    left: 0;
    width: 1px;
  }
  .p-fixed-image .p-scroll-line::after {
    background-color: #d4152d;
    animation: barDown 2s infinite;
    transform-origin: top center;
  }
}
.p-fixed-image .js-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.p-home-shop-menu {
  padding-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-home-shop-menu {
    padding-top: 7.1rem;
  }
}

.p-shop-nav {
  margin-top: 47px;
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav {
    margin-top: 2.4rem;
  }
}

.p-shop-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__list {
    gap: 1rem;
  }
}

.p-shop-nav__item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__item {
    width: calc(50% - 0.5rem);
  }
}

.p-shop-nav__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
  min-height: 80px;
  padding-left: 66px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__link {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding-left: 0;
    min-height: 7.2rem;
  }
}
.p-shop-nav__link .u-jp {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__link .u-jp {
    display: block;
    font-size: 1.92rem;
  }
}
.p-shop-nav__link .u-en {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-shop-nav__link .u-en {
    display: block;
    font-size: 1.15rem;
  }
}

.p-visual-area {
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-visual-area {
    margin-top: 7rem;
  }
}

.p-visual__list {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  gap: 20px;
}
.p-visual__list .p-visual__item {
  border-radius: 10px;
  overflow: hidden;
  width: 339px;
  aspect-ratio: 339/230px;
}
@media screen and (max-width: 767.98px) {
  .p-visual__list .p-visual__item {
    width: 100%;
  }
}
.p-visual__list .p-visual__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-visual__list .p-item-01 {
  grid-row: 1/3;
  grid-column: 1;
  aspect-ratio: 339/480px;
}
.p-visual__list .p-item-02 {
  grid-row: 1;
  grid-column: 2;
}
.p-visual__list .p-item-03 {
  grid-row: 2;
  grid-column: 2;
}
.p-visual__list .p-item-04 {
  grid-row: 3;
  grid-column: 1;
}
.p-visual__list .p-item-05 {
  grid-row: 3;
  grid-column: 2;
}
.p-visual__list figure {
  margin: 0;
  width: 100%;
  height: 100%;
}

.p-home-news {
  padding-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-home-news {
    padding-top: 7rem;
  }
}
.p-home-news .p-btn-wrapper {
  max-width: 220px;
  margin: 39px auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-home-news .p-btn-wrapper {
    max-width: 15.8rem;
    margin-top: 2.8rem;
  }
}
.p-home-news .p-btn-wrapper .c-btn {
  font-size: 1.6rem;
  min-height: 60px;
  position: relative;
  display: block;
  letter-spacing: 0.1em;
  padding-left: 43px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-home-news .p-btn-wrapper .c-btn {
    font-size: 1.15rem;
    min-height: 4.4rem;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (any-hover: hover) {
  .p-home-news .p-btn-wrapper .c-btn:hover::after {
    border-color: #d4152d;
  }
}
.p-home-news .p-btn-wrapper .c-btn::after {
  content: "";
  position: absolute;
  top: 53%;
  right: 24px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s border-color;
}
@media screen and (max-width: 767.98px) {
  .p-home-news .p-btn-wrapper .c-btn::after {
    right: 1.8rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.l-news__list {
  margin-top: 44px;
}
@media screen and (max-width: 767.98px) {
  .l-news__list {
    margin-top: 2.5rem;
  }
}

.l-news__item + .l-news__item {
  margin-top: 20px;
}

.l-news__inner {
  display: flex;
  padding: 8px;
  gap: 0 35px;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .l-news__inner {
    padding: 1.4rem 1rem;
    gap: 0 1.1rem;
  }
}

.l-news__body {
  padding: 15px 20px 15px 0;
  flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .l-news__body {
    padding: 0;
  }
}

.l-news__thumb {
  aspect-ratio: 290/180;
  width: 290px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .l-news__thumb {
    width: 13.9rem;
  }
}

.l-news__ttl {
  margin-top: 17px;
}
@media screen and (max-width: 767.98px) {
  .l-news__ttl {
    margin-top: 0.8rem;
  }
}

.l-category {
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .l-category {
    margin-top: 0.7rem;
  }
}

.p-song {
  margin-top: 94px;
}
@media screen and (max-width: 767.98px) {
  .p-song {
    margin-top: 3.6rem;
  }
}
.p-song .p-song__content {
  margin-top: 35px;
  position: relative;
}
.p-song .p-song__content iframe {
  width: 100%;
  height: 394px;
}
@media screen and (max-width: 767.98px) {
  .p-song .p-song__content iframe {
    height: 48.1vw;
  }
}
.p-song .p-song__content #play {
  bottom: 20px;
  right: 84px;
}
@media screen and (max-width: 767.98px) {
  .p-song .p-song__content #play {
    bottom: 1rem;
    right: 4.3rem;
  }
}
.p-song .p-song__content #play::after {
  position: absolute;
  width: 14px;
  height: 16px;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: #d4152d;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.71 16.99"><title>arrow</title><polygon class="cls-1" points="14.71 8.49 0 0 0 16.99 14.71 8.49"/></svg>');
  display: block;
  mask-size: 100% 100%;
}
@media screen and (max-width: 767.98px) {
  .p-song .p-song__content #play::after {
    width: 0.6rem;
    height: 0.7rem;
  }
}
.p-song .p-song__content #play.is-on {
  background-color: rgba(212, 21, 45, 0.8);
}
.p-song .p-song__content #play.is-on::after {
  background-color: #fff;
}
.p-song .p-song__content #stop {
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-song .p-song__content #stop {
    bottom: 1rem;
    right: 1rem;
  }
}
.p-song .p-song__content #stop::after {
  position: absolute;
  width: 13px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: #d4152d;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.44 12.89"><title>arrow</title><rect class="cls-1" y="0" width="4.97" height="12.89"/><rect class="cls-1" x="8.47" y="0" width="4.97" height="12.89"/></svg>');
  display: block;
  mask-size: 100% 100%;
}
@media screen and (max-width: 767.98px) {
  .p-song .p-song__content #stop::after {
    width: 0.6rem;
  }
}
.p-song .p-song__content #stop.is-on {
  background-color: rgba(212, 21, 45, 0.8);
}
.p-song .p-song__content #stop.is-on::after {
  background-color: #fff;
}
.p-song .p-song__content #play,
.p-song .p-song__content #stop {
  z-index: 10;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767.98px) {
  .p-song .p-song__content #play,
  .p-song .p-song__content #stop {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.p-song .p-song__content .p-btn-vol {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .p-song .p-song__content .p-btn-vol {
    right: 0.7rem;
    top: 0.5rem;
  }
}
.p-song .p-song__content .p-btn-vol #mute {
  position: absolute;
  top: 3px;
  margin: 0;
  padding: 0;
  border: none;
  right: 26px;
  width: 21px;
}
.p-song .p-song__content .p-btn-vol #mute img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 767.98px) {
  .p-song .p-song__content .p-btn-vol #mute {
    width: 1.8rem;
    right: 2.5rem;
  }
}
.p-song .p-song__content .p-btn-vol #mute.is-mute::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 31px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(299deg);
}
@media screen and (max-width: 767.98px) {
  .p-song .p-song__content .p-btn-vol #mute.is-mute::before {
    height: 3.1rem;
  }
}
.p-song .p-song__content .p-btn-vol p {
  position: absolute;
  color: #fff;
  font-size: 1.4rem;
  left: -20px;
}
@media screen and (max-width: 767.98px) {
  .p-song .p-song__content .p-btn-vol p {
    font-size: 0.9rem;
    top: 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-song .p-song__content {
    margin-top: 2rem;
  }
}
.p-song #songs {
  width: 100%;
}