.p-top {
  display: block;
  position: relative;
}
.p-top__header {
  display: block;
  position: relative;
}
.p-top__inner {
  display: block;
  position: relative;
}

.p-hero {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero__kv {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-hero__kv-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0s linear 1s, transform 0s linear 1s;
}
.p-hero__kv-item.is-current {
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s var(--ease_out), transform 3s var(--ease_out);
}
.p-hero__mv {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__mv {
    min-height: 29rem;
  }
}
.p-hero__mv img, .p-hero__mv source {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-intro {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-intro {
    padding-left: calc(var(--sideW) + 4rem);
  }
}
.p-intro__deco {
  width: 10.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-intro__deco {
    width: 5.5rem;
  }
}
.p-intro__deco.--deco1 {
  top: 22.5rem;
  left: -11rem;
}
@media screen and (max-width: 960px) {
  .p-intro__deco.--deco1 {
    top: calc(100% + 4rem);
    left: 48%;
  }
}
.p-intro__deco.--deco2 {
  top: 9rem;
  left: calc(100% + 5rem);
}
@media screen and (max-width: 960px) {
  .p-intro__deco.--deco2 {
    top: calc(100% - 0.5rem);
    left: 78%;
  }
}
.p-intro__container {
  width: 100%;
  max-width: 83rem;
  display: block;
  position: relative;
  padding: 3.4rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-intro__container {
    padding: 2rem 0;
  }
}
.p-intro__lead {
  width: 62rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-intro__lead {
    width: 31rem;
  }
}
.p-intro__lead img {
  width: 100%;
}
.p-intro__official {
  width: 100%;
  max-width: 79rem;
  display: block;
  position: relative;
  margin: 4rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-intro__official {
    width: 90%;
    max-width: 34rem;
    margin: 1.8rem auto 0;
  }
}

.p-intro_official {
  min-height: 12rem;
  display: block;
  position: relative;
  padding: 2rem 3rem;
  color: var(--color-black);
  background: var(--color-orange);
  border-radius: 1rem;
}
@media screen and (min-width: 961px) {
  .p-intro_official {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-intro_official {
    min-height: auto;
    padding: 1.5rem 1.7rem 1.5rem 7.8rem;
  }
}
.p-intro_official::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid var(--color-orange-dark);
  border-radius: 1rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-intro_official::after {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-intro_official:hover::after {
    opacity: 1;
  }
}
.p-intro_official__icon {
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 2.5rem;
  background: var(--color-orange-dark);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-intro_official__icon {
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    top: 3rem;
    left: 1.5rem;
  }
}
.p-intro_official__icon-img {
  width: 2rem;
  display: block;
  position: relative;
  fill: var(--color-white);
}
.p-intro_official__text {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-family: var(--font-cap);
}
@media screen and (max-width: 960px) {
  .p-intro_official__text {
    font-size: 1.5rem;
    letter-spacing: 0.02rem;
  }
}
.p-intro_official__btn {
  width: 17rem;
  min-height: 4.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 1rem 2rem;
  background: var(--color-white);
  border-radius: 20rem;
}
@media screen and (min-width: 961px) {
  .p-intro_official__btn {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-intro_official__btn {
    width: 10.5rem;
    margin-top: 0.8rem;
    padding: 0.3rem 1.2rem;
    min-height: 2.7rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-intro_official__btn {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-intro_official:hover .p-intro_official__btn {
    background: var(--color-orange-dark);
  }
}
.p-intro_official__btn-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  font-family: var(--font-cap);
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 960px) {
  .p-intro_official__btn-text {
    font-size: 1.2rem;
  }
}
.p-intro_official__btn-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translate(50%, -50%);
  color: var(--color-white);
  background: var(--color-orange-dark);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-intro_official__btn-icon {
    width: 1.3rem;
    height: 1.3rem;
    right: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-intro_official__btn-icon {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-intro_official:hover .p-intro_official__btn-icon {
    color: var(--color-orange-dark);
    background: var(--color-white);
  }
}
.p-intro_official__btn-arrow {
  width: 1rem;
  display: block;
  position: relative;
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .p-intro_official__btn-arrow {
    width: 0.8rem;
  }
}

.p-top_news {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_news {
    padding-left: var(--sideW);
  }
}
.p-top_news__container {
  width: calc(100% - 12rem);
  display: block;
  position: relative;
  padding: 4rem 0;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top_news__container {
    display: grid;
    grid-template-columns: 15rem 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top_news__container {
    width: calc(100% - 4rem);
    padding: 3.5rem 0;
  }
}
.p-top_news__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top_news__header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 2rem;
  }
}
.p-top_news__title {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top_news__title {
    flex: 1 1 0;
    min-width: 0;
  }
}
.p-top_news__title-main {
  display: block;
  position: relative;
  font-size: 4.4rem;
  line-height: 1;
  font-family: var(--font-en);
  color: var(--color-orange-dark);
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .p-top_news__title-main {
    font-size: 3rem;
    letter-spacing: -0.1rem;
  }
}
.p-top_news__title-sub {
  display: block;
  position: relative;
  margin-top: 0.6rem;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: var(--font-cap);
}
@media screen and (max-width: 960px) {
  .p-top_news__title-sub {
    margin-top: 0.4rem;
    font-size: 1rem;
  }
}
.p-top_news__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-right: 3.2rem;
}
@media screen and (min-width: 961px) {
  .p-top_news__more {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top_news__more {
    margin-bottom: 1.5rem;
    padding-right: 2.5rem;
  }
}
.p-top_news__more::before {
  content: "";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  display: block;
  position: absolute;
  top: -1rem;
  left: -1rem;
  background: var(--color-orange);
  border-radius: 1rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_news__more::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-top_news__more:hover::before {
    opacity: 0.5;
  }
}
.p-top_news__more-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  font-family: var(--font-cap);
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 960px) {
  .p-top_news__more-text {
    font-size: 1.3rem;
  }
}
.p-top_news__more-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: var(--color-orange-dark);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-top_news__more-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-top_news__more-arrow {
  width: 1rem;
  display: block;
  position: relative;
  fill: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-top_news__more-arrow {
    width: 0.8rem;
  }
}
.p-top_news__inner {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_news__inner {
    padding-top: 0.2em;
  }
}

.p-top_goods {
  display: block;
  position: relative;
  margin-top: 7rem;
}
@media screen and (min-width: 961px) {
  .p-top_goods {
    padding-left: var(--sideW);
  }
}
@media screen and (max-width: 960px) {
  .p-top_goods {
    margin-top: 2.4rem;
  }
}
.p-top_goods__deco {
  width: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-top_goods__deco {
    width: 5rem;
  }
}
.p-top_goods__deco.--deco1 {
  width: 17rem;
  top: 7rem;
  left: 68%;
}
@media screen and (max-width: 960px) {
  .p-top_goods__deco.--deco1 {
    width: 8.5rem;
    top: 1rem;
  }
}
.p-top_goods__deco.--deco2 {
  width: 12rem;
  top: -1rem;
  left: 94.5%;
}
@media screen and (max-width: 960px) {
  .p-top_goods__deco.--deco2 {
    width: 6rem;
    top: 7rem;
  }
}
.p-top_goods__container {
  width: calc(100% - 12rem);
  display: block;
  position: relative;
  padding: 4rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_goods__container {
    width: calc(100% - 4rem);
    padding: 3.5rem 0;
  }
}
.p-top_goods__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-top_goods__header {
    margin-bottom: 3rem;
  }
}
.p-top_goods__title {
  display: block;
  position: relative;
}
.p-top_goods__title-main {
  display: block;
  position: relative;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: 900;
  font-family: var(--font-en);
  color: var(--color-orange-dark);
}
@media screen and (max-width: 960px) {
  .p-top_goods__title-main {
    font-size: 3.3rem;
  }
}
.p-top_goods__title-sub {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 2.3rem;
  font-weight: 400;
  font-family: var(--font-cap);
}
@media screen and (max-width: 960px) {
  .p-top_goods__title-sub {
    margin-top: 0.4rem;
    font-size: 1.1rem;
  }
}
.p-top_goods__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-top: 3rem;
  padding-right: 3.2rem;
}
.p-top_goods__more-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  font-family: var(--font-cap);
  letter-spacing: -0.05rem;
}
.p-top_goods__more-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: var(--color-orange-dark);
  border-radius: 50%;
}
.p-top_goods__more-arrow {
  width: 1rem;
  display: block;
  position: relative;
  fill: var(--color-white);
}
.p-top_goods__inner {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_goods__inner {
    padding-top: 0.2em;
  }
}

.p-about {
  display: block;
  position: relative;
  margin-top: 14.5rem;
}
@media screen and (min-width: 961px) {
  .p-about {
    padding-left: var(--sideW);
  }
}
@media screen and (max-width: 960px) {
  .p-about {
    margin-top: 2rem;
  }
}
.p-about__deco {
  width: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-about__deco {
    width: 5rem;
  }
}
.p-about__deco.--deco1 {
  width: 17rem;
  top: -2.5rem;
  left: 45%;
}
@media screen and (max-width: 960px) {
  .p-about__deco.--deco1 {
    width: 8.5rem;
    top: 2.5rem;
    left: 87%;
  }
}
.p-about__deco.--deco2 {
  width: 17rem;
  top: calc(100% + 3.5rem);
  left: 38%;
}
@media screen and (max-width: 960px) {
  .p-about__deco.--deco2 {
    width: 8.5rem;
    left: 92%;
    top: calc(100% + 1rem);
  }
}
.p-about__deco.--deco3 {
  width: 12rem;
  top: calc(100% - 7.8rem);
  left: 3.5%;
}
@media screen and (max-width: 960px) {
  .p-about__deco.--deco3 {
    width: 6rem;
    left: -0.5rem;
    top: calc(100% - 8.5rem);
  }
}
.p-about__container {
  width: calc(100% - 12rem);
  display: block;
  position: relative;
  padding: 4rem 0;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-about__container {
    display: grid;
    grid-template-columns: 1fr 49.5rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-about__container {
    width: calc(100% - 4rem);
    padding: 3.5rem 0;
  }
}
.p-about__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-about__header {
    margin-bottom: 2rem;
  }
}
.p-about__title {
  display: block;
  position: relative;
}
.p-about__title-main {
  display: block;
  position: relative;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: 900;
  font-family: var(--font-en);
  color: var(--color-orange-dark);
}
@media screen and (max-width: 960px) {
  .p-about__title-main {
    font-size: 3.3rem;
  }
}
.p-about__title-sub {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  font-size: 2.3rem;
  font-weight: 400;
  font-family: var(--font-cap);
}
@media screen and (max-width: 960px) {
  .p-about__title-sub {
    font-size: 1.2rem;
  }
}
.p-about__lead {
  display: block;
  position: relative;
  margin-top: 4.2rem;
  font-size: 2rem;
  line-height: 2.2;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-about__lead {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-about__inner {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-about__inner {
    padding-top: 1.2rem;
  }
}
.p-about__img {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about__img {
    width: 85%;
    max-width: 25rem;
    margin: 0 auto;
  }
}

.p-access {
  display: block;
  position: relative;
  margin-top: 20rem;
  background: var(--color-bg-access);
}
@media screen and (min-width: 961px) {
  .p-access {
    padding-left: var(--sideW);
  }
}
@media screen and (max-width: 960px) {
  .p-access {
    margin-top: 6.5rem;
  }
}
.p-access__container {
  width: calc(100% - 12rem);
  display: block;
  position: relative;
  padding: 5.5rem 0 13.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-access__container {
    width: calc(100% - 4rem);
    padding: 4.5rem 0;
  }
}
.p-access__header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
.p-access__title {
  display: block;
  position: relative;
}
.p-access__title-main {
  display: block;
  position: relative;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  font-family: var(--font-en);
  color: var(--color-orange-dark);
}
@media screen and (max-width: 960px) {
  .p-access__title-main {
    font-size: 3rem;
  }
}
.p-access__title-sub {
  display: block;
  position: relative;
  margin-top: 0.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: var(--font-cap);
}
@media screen and (max-width: 960px) {
  .p-access__title-sub {
    font-size: 1rem;
  }
}
.p-access__inner {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-access__inner {
    display: grid;
    grid-template-columns: 50rem 1fr;
    gap: 2.5rem;
  }
}
.p-access__map {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-access__map {
    margin-bottom: 2.5rem;
  }
}
.p-access__map iframe {
  height: 34rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-access__map iframe {
    height: 23rem;
  }
}
.p-access__content {
  display: block;
  position: relative;
}
.p-access__data {
  display: block;
  position: relative;
}
.p-access__data + .p-access__data {
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-access__data + .p-access__data {
    margin-top: 2rem;
  }
}
.p-access__data-cap {
  display: block;
  position: relative;
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-orange-dark);
}
.p-access__data-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-access__data-text {
    font-size: 1.5rem;
  }
}
.p-access__data-text small {
  font-size: 0.9em;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-access__data-text small {
    font-size: 0.8em;
  }
}
.p-access__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-top: 9rem;
  margin-left: auto;
  padding-right: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-access__more {
    margin-top: 4rem;
  }
}
.p-access__more::before {
  content: "";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  display: block;
  position: absolute;
  top: -1rem;
  left: -1rem;
  background: var(--color-orange);
  border-radius: 1rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-access__more::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-access__more:hover::before {
    opacity: 0.5;
  }
}
.p-access__more-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  font-family: var(--font-cap);
  letter-spacing: -0.05rem;
}
.p-access__more-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: var(--color-orange-dark);
  border-radius: 50%;
}
.p-access__more-arrow {
  width: 1rem;
  display: block;
  position: relative;
  fill: var(--color-white);
}