.header,
.header-logo {
  opacity: 0;
}
.intro-start .header,
.intro-start .header-logo {
  opacity: 1;
  -webkit-transition: opacity 0.6s 1.6s;
  transition: opacity 0.6s 1.6s;
}

.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  opacity: 0;
}
.intro-start .hero {
  opacity: 1;
  -webkit-transition: opacity 2s 0.2s;
  transition: opacity 2s 0.2s;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 100vh;
  }
}
.hero .swiper {
  width: 100%;
  height: 100%;
}
.hero .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.hero .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
}
.hero .swiper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.hero .swiper .swiper-slide img {
  display: block;
  width: calc(100% + 50px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 10s linear;
  transition: -webkit-transform 10s linear;
  transition: transform 10s linear;
  transition: transform 10s linear, -webkit-transform 10s linear;
}
.hero .swiper .swiper-slide.is-first-slide img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.hero .swiper .swiper-slide-next img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.hero .swiper .swiper-slide-prev img,
.hero .swiper .swiper-slide-active img {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.hero__content {
  position: absolute;
  top: 26.125%;
  right: 17px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 102px;
  grid-template-rows: 1fr 102px;
  width: 14px;
  height: 382px;
}
@media screen and (min-width: 768px) {
  .hero__content {
    right: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__content {
    top: auto;
    right: 40px;
    bottom: 40px;
    width: 59.8611111111%;
    height: 14px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 102px;
    grid-template-columns: 1fr 102px;
  }
  .hero__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hero__content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

.swiper__textWrapper {
  position: relative;
  width: 14px;
  height: 251px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .swiper__textWrapper {
    width: 251px;
    height: 14px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.swiper__text {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: inherit;
  z-index: auto;
}
.swiper__text span {
  display: block;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.swiper__category {
  position: relative;
}

.swiper-text__line {
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1024px) {
  .swiper-text__line {
    width: 10px;
    height: 1px;
  }
}
.swiper__text[data-index="0"] .swiper-text__line {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media screen and (min-width: 1024px) {
  .swiper__text[data-index="0"] .swiper-text__line {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.swiper-progress {
  position: relative;
  top: -7px;
  right: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 102px;
  height: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .swiper-progress {
    top: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.swiper-progress span {
  display: block;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
}

@-webkit-keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.swiper-progress-current {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
}
.swiper-progress-current .fade-out {
  -webkit-animation: fadeOut 0.57s;
          animation: fadeOut 0.57s;
}
.swiper-progress-current .fade-in {
  -webkit-animation: fadeIn 0.57s;
          animation: fadeIn 0.57s;
}

.prev-number {
  position: absolute;
  top: 0;
}

.swiper-progress-bar {
  width: 54px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.swiper-progress-bar span {
  width: 0%;
  height: 100%;
  background-color: #fff;
}

.hero__lead {
  position: absolute;
  left: 20px;
  bottom: 35px;
  width: 331px;
  height: auto;
  z-index: 5;
  opacity: 0;
}
.intro-start .hero__lead {
  opacity: 1;
  -webkit-transition: opacity 0.6s 1.6s;
  transition: opacity 0.6s 1.6s;
}
@media screen and (min-width: 768px) {
  .hero__lead {
    left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__lead {
    left: 40px;
    bottom: 40px;
  }
}
.hero__lead p {
  padding-top: 13px;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
}

.homeInner {
  display: -ms-grid;
  display: grid;
  row-gap: 100px;
  padding: 80px 0 60px;
}
@media screen and (min-width: 768px) {
  .homeInner {
    padding: 175px 40px 70px;
    row-gap: 0;
  }
}

.section__title {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.link-to-onlinestore {
  display: inline-block;
  width: 123px;
  height: 30px;
  padding: 7px 0 8px;
  border: solid 0.8px #555;
  border-radius: 20px;
  margin: 0 auto;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.link-to-onlinestore__inner {
  position: relative;
  width: 100%;
  height: 15px;
  overflow: hidden;
  text-align: center;
}
.link-to-onlinestore__inner span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.link-to-onlinestore__inner span:first-of-type {
  top: 0;
}
.link-to-onlinestore__inner span:last-of-type {
  top: 100%;
}
.link-to-onlinestore:hover .link-to-onlinestore__inner span:first-of-type {
  top: -100%;
}
.link-to-onlinestore:hover .link-to-onlinestore__inner span:last-of-type {
  top: 0;
}

.about {
  display: -ms-grid;
  display: grid;
  row-gap: 46px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .about {
    width: 25.3676470588%;
    padding: 0 0 233px;
    margin-left: 55.1388888889%;
  }
}

.about__heading .text {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  .about__heading .text {
    font-size: 6rem;
  }
}
.about__heading .text--thin {
  font-weight: 300;
}

.about__text {
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.3rem;
  line-height: 2.23;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 1.4rem;
    line-height: 2.28;
  }
}

.about__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.featureItem {
  width: 100vw;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .featureItem {
    width: 100%;
    padding: 0 0 190px;
  }
}

.featureItem__content {
  margin-top: 38px;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .featureItem__content {
    position: relative;
    margin-top: 40px;
  }
}

.featureItem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .featureItem__list {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    overflow-x: hidden;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.featureItem__list::-webkit-scrollbar {
  display: none;
}

.featureItem__list .featureItem-list__item {
  width: 275px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .featureItem__list .featureItem-list__item {
    width: 32.7941176471%;
    height: auto;
  }
}
.featureItem__list .featureItem-list__item a {
  display: block;
}

.featureItem-listItem__img {
  width: 275px;
  height: 370px;
}
@media screen and (min-width: 768px) {
  .featureItem-listItem__img {
    width: 100%;
    height: auto;
  }
}
.featureItem-listItem__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.featureItem-listItem__detail {
  display: -ms-grid;
  display: grid;
  row-gap: 6px;
  margin-top: 20px;
}
.featureItem-listItem__detail p {
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .featureItem-listItem__detail p {
    font-size: 1.4rem;
  }
}
.featureItem-listItem__detail .brand {
  font-family: "neue-haas-unica", sans-serif;
}

.featureItem__linkWrapper {
  padding: 50px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .featureItem__linkWrapper {
    position: absolute;
    top: -65px;
    right: 0;
    padding: 0;
  }
}

.featureItem__link {
  display: block;
}

.play-area {
  width: 100vw;
  height: 460px;
  margin: -15px 0 -5px 0;
}
@media screen and (min-width: 768px) {
  .play-area {
    height: 500px;
    margin: -62px calc(50% - 50vw) 110px;
  }
}

.play-area__bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 460px;
}
@media screen and (min-width: 768px) {
  .play-area__bg {
    height: 500px;
  }
}

.play-area__itemWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.play-area__item {
  position: absolute;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 350;
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .play-area__item {
    font-size: 1.6rem;
  }
}
.play-area__item:nth-child(1) {
  top: 89px;
  left: 11.5384615385%;
}
@media screen and (min-width: 768px) {
  .play-area__item:nth-child(1) {
    top: 112px;
    left: 13.5416666667%;
  }
}
.play-area__item:nth-child(2) {
  top: 174px;
  left: 44.1025641026%;
}
@media screen and (min-width: 768px) {
  .play-area__item:nth-child(2) {
    top: 172px;
    left: 54.7222222222%;
  }
}
.play-area__item:nth-child(3) {
  bottom: 180px;
  left: 20.7692307692%;
}
@media screen and (min-width: 768px) {
  .play-area__item:nth-child(3) {
    bottom: 210px;
    left: 31.8055555556%;
  }
}
.play-area__item:nth-child(4) {
  bottom: 95px;
  left: 26.9230769231%;
}
@media screen and (min-width: 768px) {
  .play-area__item:nth-child(4) {
    bottom: 136px;
    left: 69.7222222222%;
  }
}

.journal {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .journal {
    padding: 0 0 247px;
  }
}

.journal__content {
  margin-top: 41px;
}

.journal__list {
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .journal__list {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 50px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

@media screen and (min-width: 768px) {
  .journal-list__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .journal-list__item:nth-child(2) {
    grid-column: 3/-1;
  }
  .journal-list__item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .journal-list__item:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .journal-list__item:nth-child(5) {
    grid-column: 3/-1;
  }
  .journal-list__item:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .journal-list__item:has(.journal__title:hover) .journal-listItem__img img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
}

.journal-listItem__img {
  aspect-ratio: 350/232;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .journal-listItem__img--vertical {
    aspect-ratio: 445/580;
  }
  .journal-listItem__img--horizontal {
    aspect-ratio: 903/580;
  }
}
.journal-listItem__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.journal-listItem__img--vertical:has(+ .journal-listItem__img--horizontal) {
  display: none;
}
.journal-listItem__img--vertical:has(+ .journal-listItem__img--horizontal) + .journal-listItem__img--horizontal {
  display: block;
}
@media screen and (min-width: 768px) {
  .journal-listItem__img--vertical:has(+ .journal-listItem__img--horizontal) + .journal-listItem__img--horizontal {
    display: none;
  }
  .journal-list__item:nth-child(1) .journal-listItem__img--vertical:has(+ .journal-listItem__img--horizontal) + .journal-listItem__img--horizontal, .journal-list__item:nth-child(6) .journal-listItem__img--vertical:has(+ .journal-listItem__img--horizontal) + .journal-listItem__img--horizontal {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .journal-listItem__img--vertical:has(+ .journal-listItem__img--horizontal) {
    display: block;
  }
  .journal-list__item:nth-child(1) .journal-listItem__img--vertical:has(+ .journal-listItem__img--horizontal), .journal-list__item:nth-child(6) .journal-listItem__img--vertical:has(+ .journal-listItem__img--horizontal) {
    display: none;
  }
}

.journal-listItem__detail {
  display: -ms-grid;
  display: grid;
  row-gap: 2px;
  padding-top: 20px;
}

.journal__title {
  display: inline-block;
}
.journal__title p {
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.3rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .journal__title p {
    font-size: 1.4rem;
  }
}

.journal__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 35px 0 0 auto;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .journal__link {
    margin-top: -26px;
  }
}

.news {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 262px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news__content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .news__content {
    width: 74.7794117647%;
    margin-top: 0;
  }
}

.news__list {
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .news__list {
    row-gap: 35px;
  }
}

.news-list__item {
  padding-top: 30px;
  border-top: 1px solid #e3e3e3;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    padding-top: 35px;
  }
}
.news-list__item:last-of-type {
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (min-width: 768px) {
  .news-list__item:last-of-type {
    padding-bottom: 36px;
  }
}

.news-listItem__link {
  display: block;
}

@media screen and (min-width: 768px) {
  .news-listItem__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 127px 1fr;
    grid-template-columns: 127px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news-date {
  display: inline-block;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.news-title {
  margin-top: 5px;
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.3rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news-title {
    margin-top: 0;
  }
}

.news__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 36px 0 0 auto;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.online {
  height: calc(100svh - 148px);
  max-height: 570px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .online {
    height: calc(100vh - 168px);
    padding: 0;
  }
}

.online__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/online/online_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  .online__inner {
    background-image: url(../img/top/online/online_bg_pc.jpg);
    background-position: bottom -75px center;
  }
}
.online__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
}
.online__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
@media screen and (min-width: 768px) {
  .online__link:hover .online__inner::before {
    opacity: 1;
  }
}

.online__button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .online__button {
    -webkit-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
  }
  .online__link:hover .online__button {
    color: #555;
    background-color: #fff;
  }
  .online__link:hover .online__button span:first-of-type {
    top: -100%;
  }
  .online__link:hover .online__button span:last-of-type {
    top: 0;
  }
}
.online__button .link-to-onlinestore__inner {
  position: absolute;
}