@charset "UTF-8";
.p-home__top {
  overflow-x: hidden;
}

.p-home__top-slideshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-home__top-slideshow {
    padding-bottom: 8.8rem;
    margin-top: -2rem;
  }
}

.p-home__top-slideshow-list {
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.p-home__top-slideshow-item {
  width: 100vw;
  aspect-ratio: 1/0.615;
  margin-right: 1.7rem;
}
@media screen and (min-width: 992px) {
  .p-home__top-slideshow-item {
    margin-right: 2.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 38.0952380952vw;
  }
}

.p-home__top-slideshow-item-img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-home__top-phrase {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 6%;
  padding-bottom: 6rem;
  padding-left: 6%;
  position: relative;
  top: 16rem;
  z-index: 1;
  margin: -14rem auto 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-home__top-phrase {
    margin: -8rem auto 0;
    padding-right: 0;
    padding-bottom: 8.8rem;
    padding-left: 0;
  }
}

.p-home__top-phrase-title {
  display: block;
  font-family: "Kumar One Outline", system-ui;
  font-size: 54px;
  font-size: 14.4vw;
  color: lightyellow;
  line-height: 1.2;
  padding-bottom: 2rem;
  text-shadow: 0 0 10px var(--color1), 0 0 20px var(--color2), 0 0 40px var(--color3), 0 0 80px var(--color4);
  -webkit-filter: saturate(60%);
          filter: saturate(60%);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-animation: flicker steps(100) var(--interval) 1s infinite;
          animation: flicker steps(100) var(--interval) 1s infinite;
  will-change: filter, color;
  --interval: 1s;
  --color1: yellow;
  --color2: orange;
  --color3: brown;
  --color4: purple;
}
@media screen and (min-width: 992px) {
  .p-home__top-phrase-title {
    font-size: 9rem;
    padding-bottom: 1rem;
  }
}

.p-home__top-phrase-subtitle {
  display: block;
  margin-top: -1rem;
  padding-bottom: 4rem;
  font-family: Train One;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-filter: saturate(60%);
          filter: saturate(60%);
  transform: rotate(-5deg);
  -webkit-animation: flicker steps(100) var(--interval) 1s infinite;
          animation: flicker steps(100) var(--interval) 1s infinite;
  will-change: filter, color;
  font-size: 24px;
  font-size: 6.4vw;
}
.p-home__top-phrase-subtitle > span:nth-child(1) {
  color: #eaeaea;
  text-shadow: 0 0 10px var(--color1), 0 0 20px var(--color2), 0 0 40px var(--color3), 0 0 80px var(--color4);
  --color1: yellow;
  --color2: lime;
  --color3: green;
  --color4: darkgreen;
}
.p-home__top-phrase-subtitle > span:nth-child(2) {
  color: #eaeaea;
  text-shadow: 0 0 10px var(--color1), 0 0 20px var(--color2), 0 0 40px var(--color3), 0 0 80px var(--color4);
  --color1: yellow;
  --color2: lime;
  --color3: green;
  --color4: darkgreen;
}
@media screen and (min-width: 992px) {
  .p-home__top-phrase-subtitle {
    font-size: 4.8rem;
  }
}

.p-home__top-phrase-arrows {
  position: relative;
  left: 0.4rem;
  width: 64px;
  height: 75px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (min-width: 992px) {
  .p-home__top-phrase-arrows {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-home__top-phrase-arrows > path {
  fill: transparent;
  stroke-width: 2.5px;
  -webkit-animation: arrow 2s infinite;
          animation: arrow 2s infinite;
}
.p-home__top-phrase-arrows > path.a1 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.p-home__top-phrase-arrows > path.a2 {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.p-home__top-phrase-arrows > path.a3 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.p-home__whitespace {
  padding-top: 6rem;
  background-color: #fbfbfb;
}
@media screen and (min-width: 992px) {
  .p-home__whitespace {
    padding-top: 8.8rem;
  }
}

.p-home__concept {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 6%;
  padding-bottom: 6rem;
  padding-left: 6%;
}
@media screen and (min-width: 992px) {
  .p-home__concept {
    padding-right: 14%;
    padding-bottom: 8.8rem;
    padding-left: 14%;
  }
}

.p-home__concept-explanation {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-home__concept-explanation {
    width: 74%;
  }
}

.p-home__concept-explanation-title {
  margin-bottom: 5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-size: 7.4666666667vw;
  color: #fbfbfb;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .p-home__concept-explanation-title {
    font-size: 3.2rem;
  }
}
.p-home__concept-explanation-title > span {
  margin-right: 1.4rem;
  margin-left: 1.4rem;
  font-family: "Kumar One Outline", system-ui;
  font-size: 46px;
  font-size: 12.2666666667vw;
  color: azure;
  text-shadow: 0 0 10px var(--color1), 0 0 20px var(--color2), 0 0 40px var(--color3), 0 0 80px var(--color4);
  -webkit-filter: saturate(60%);
          filter: saturate(60%);
  will-change: filter, color;
  --color1: yellow;
  --color2: lime;
  --color3: green;
  --color4: darkgreen;
}
@media screen and (min-width: 992px) {
  .p-home__concept-explanation-title > span {
    font-size: 5.6rem;
  }
}

.p-home__concept-explanation-contents {
  margin-bottom: 6rem;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-family: "Noto Serif JP", serif;
  color: #fbfbfb;
  line-height: 2.2;
}
@media screen and (min-width: 992px) {
  .p-home__concept-explanation-contents {
    line-height: 2;
    font-size: 2.5rem;
  }
}

.p-home__concept-introduction-position {
  margin-right: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 4.2666666667vw;
  color: #fbfbfb;
}
@media screen and (min-width: 992px) {
  .p-home__concept-introduction-position {
    font-size: 1.65rem;
  }
}

.p-home__concept-introduction-img {
  width: 15rem;
}
@media screen and (min-width: 992px) {
  .p-home__concept-introduction-img {
    width: 25rem;
    font-size: 3rem;
  }
}

.p-home__system {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 6%;
  padding-bottom: 6rem;
  padding-left: 6%;
}
@media screen and (min-width: 992px) {
  .p-home__system {
    padding-right: 14%;
    padding-bottom: 8.8rem;
    padding-left: 14%;
  }
}

.p-home__system-list-wrapper {
  margin-bottom: 5rem;
}

.p-home__system-list {
  border-top: 1px solid #6f192a;
  border-right: 1px solid #6f192a;
  border-left: 1px solid #6f192a;
}
.p-home__system-list:last-child {
  border-bottom: 1px solid #6f192a;
}
@media screen and (min-width: 992px) {
  .p-home__system-list {
    width: 50%;
  }
  .p-home__system-list:first-child {
    margin-right: 2.5rem;
    border: 1px solid #6f192a;
  }
}

.p-home__system-item:not(:last-child) {
  border-bottom: 1px solid #6f192a;
}

.p-home__system-item-title {
  padding: 1.7rem;
  background-color: #12181f;
}
@media screen and (min-width: 992px) {
  .p-home__system-item-title {
    width: 45%;
    padding: 2rem;
  }
}

.p-home__system-item-title-img {
  height: 2.4rem;
  margin-right: 1.2rem;
}
@media screen and (min-width: 992px) {
  .p-home__system-item-title-img {
    height: 1.9rem;
  }
}

.p-home__system-item-title-text {
  font-size: 16px;
  font-size: 4.2666666667vw;
  color: #fbfbfb;
}
@media screen and (min-width: 992px) {
  .p-home__system-item-title-text {
    font-size: 1.65rem;
  }
}

.p-home__system-item-value {
  padding: 1.7rem;
  font-size: 16px;
  font-size: 4.2666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .p-home__system-item-value {
    width: 55%;
    padding: 0 2rem;
    font-size: 1.65rem;
  }
}

@media screen and (min-width: 992px) {
  .p-home__system-guidance {
    width: 50%;
  }
  .p-home__system-guidance:not(:last-child) {
    margin-right: 2.5rem;
  }
}

.p-home__system-guidance-title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #6f192a;
}

.p-home__system-guidance-title-img {
  width: 6.1333333333vw;
  margin-right: 1.7rem;
}
@media screen and (min-width: 992px) {
  .p-home__system-guidance-title-img {
    width: 3rem;
    margin-right: 2.5rem;
  }
}

.p-home__system-guidance-title-text {
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-home__system-guidance-title-text {
    font-size: 2.6rem;
  }
}

.p-home__system-supplement {
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 992px) {
  .p-home__system-supplement {
    font-size: 1.65rem;
  }
}

.p-home__system-guidance-list {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  font-size: 16px;
  font-size: 4.2666666667vw;
  border-top: 1px solid #e4e4e4;
}
@media screen and (min-width: 992px) {
  .p-home__system-guidance-list {
    font-size: 1.65rem;
  }
}

.p-home__system-guidance-item {
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 992px) {
  .p-home__system-guidance-item {
    font-size: 1.65rem;
  }
}

.p-home__gallery {
  padding-right: 6%;
  padding-left: 6%;
  overflow-y: hidden;
}
@media screen and (min-width: 992px) {
  .p-home__gallery {
    padding-right: 14%;
    padding-left: 14%;
  }
}

.p-home__gallery-list {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 1rem;
  overflow: hidden;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (min-width: 992px) {
  .p-home__gallery-list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    margin-top: 2.5rem;
    margin-bottom: -5rem;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.p-home__gallery-item {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
}
@media screen and (min-width: 992px) {
  .p-home__gallery-item {
    margin-bottom: 2.5rem;
  }
}

.p-home__gallery-item-img {
  width: 100%;
  opacity: 0.8;
}

.p-home__news {
  padding-right: 6%;
  padding-bottom: 6rem;
  padding-left: 6%;
}
@media screen and (min-width: 992px) {
  .p-home__news {
    padding-right: 14%;
    padding-bottom: 8.8rem;
    padding-left: 14%;
  }
}

.p-home__news-button {
  position: relative;
}

.p-home__news-button-text {
  margin-right: 2.5rem;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-home__news-button-text {
    font-size: 1.65rem;
  }
}

.p-home__news-button-img {
  width: 3rem;
}

.p-home__access {
  padding-right: 6%;
  padding-bottom: 6rem;
  padding-left: 6%;
}
@media screen and (min-width: 992px) {
  .p-home__access {
    padding-right: 14%;
    padding-bottom: 8.8rem;
    padding-left: 14%;
  }
}

@media screen and (min-width: 992px) {
  .p-home__access-list-wrapper {
    width: 50%;
  }
  .p-home__access-list-wrapper:not(:last-child) {
    margin-right: 2.5rem;
  }
}

.p-home__access-list {
  margin-bottom: 0;
  border: 1px solid #6f192a;
}
@media screen and (min-width: 992px) {
  .p-home__access-list {
    margin-bottom: 2.5rem;
  }
}

.p-news {
  padding: 6rem 6%;
  margin-top: 6rem;
  background-color: #fbfbfb;
}
@media screen and (min-width: 992px) {
  .p-news {
    padding: 8.8rem 14%;
    margin-top: 8.8rem;
  }
}

.p-single {
  padding: 6rem 6%;
  margin-top: 6rem;
  background-color: #fbfbfb;
}
@media screen and (min-width: 992px) {
  .p-single {
    padding: 8.8rem 20%;
    margin-top: 8.8rem;
  }
}

.p-single__wp-title {
  margin-bottom: 2.5rem;
  font-size: 40px;
  font-size: 10.6666666667vw;
}
@media screen and (min-width: 992px) {
  .p-single__wp-title {
    font-size: 4rem;
  }
}

.p-single__wp-thumbnail {
  margin-top: 2.5rem;
}

.p-single__wp-contents {
  margin-top: 2.5rem;
}
.p-single__wp-contents > p {
  font-size: 17px;
  font-size: 4.5333333333vw;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .p-single__wp-contents > p {
    font-size: 1.7rem;
  }
}
.p-single__wp-contents > figure > img {
  width: 100%;
  height: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-contact {
  padding: 6rem 6%;
  margin-top: 6rem;
  background-color: #fbfbfb;
}
@media screen and (min-width: 992px) {
  .p-contact {
    padding: 8.8rem 25%;
    margin-top: 8.8rem;
  }
}

.p-contact__input,
.p-contact__textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1.625rem;
  margin-bottom: 1.625rem;
  font-weight: 600;
  border: 1px solid #e4e4e4;
}

.p-contact__input {
  height: 4rem;
}

.p-contact__title {
  margin-bottom: 2.5rem;
}

.p-contact__title-text {
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-contact__title-text {
    font-size: 2rem;
  }
}

.p-contact__title > .required {
  padding: 0.4rem 2rem;
  margin-right: 2.5rem;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 600;
  color: #fbfbfb;
  background-color: #080808;
}
@media screen and (min-width: 992px) {
  .p-contact__title > .required {
    font-size: 1.4rem;
  }
}

.p-contact__value {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-bottom: 1.625rem;
  font-weight: 600;
  line-height: 1.8;
  border-bottom: 1px solid #6f192a;
}

.p-contact__submit,
.p-contact__submit-back {
  position: relative;
  width: 240px;
  height: 60px;
  font-weight: 600;
  line-height: 50px;
  color: #fbfbfb;
  text-align: center;
  background-color: #080808;
}

.p-contact__submit-back {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 1.625rem;
  color: #080808;
  background-color: transparent;
  border: 1px solid #080808;
}

.wpcf7-not-valid-tip {
  font-weight: 600 !important;
  font-size: 15px;
  font-size: 4vw;
}
@media screen and (min-width: 992px) {
  .wpcf7-not-valid-tip {
    font-size: 1.5rem !important;
  }
}

.wpcf7-response-output {
  padding: 1rem !important;
  margin-left: 0 !important;
  font-weight: 600 !important;
  color: #6f192a;
  text-align: center;
  background-color: #fadada !important;
  border: none !important;
  border-radius: 0.3rem !important;
  font-size: 15px;
  font-size: 4vw;
}
@media screen and (min-width: 992px) {
  .wpcf7-response-output {
    font-size: 1.5rem !important;
  }
}

.wpcf7-spinner {
  display: none;
}

.p-access {
  padding: 6rem 6%;
  margin-top: 6rem;
  background-color: #fbfbfb;
}
@media screen and (min-width: 992px) {
  .p-access {
    padding: 8.8rem 14%;
    margin-top: 8.8rem;
  }
}

.p-concept {
  padding: 6rem 6%;
  margin-top: 6rem;
  background-color: #12181f;
}
@media screen and (min-width: 992px) {
  .p-concept {
    padding: 8.8rem 14%;
    margin-top: 8.8rem;
  }
}

.p-gallery {
  padding: 6rem 6%;
  margin-top: 6rem;
  background-color: #12181f;
}
@media screen and (min-width: 992px) {
  .p-gallery {
    padding: 8.8rem 14%;
    margin-top: 8.8rem;
  }
}

.p-gallery__list {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 1rem;
  overflow: hidden;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (min-width: 992px) {
  .p-gallery__list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    margin-top: 2.5rem;
    margin-bottom: -5rem;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.p-system {
  padding: 6rem 6%;
  margin-top: 6rem;
  background-color: #fbfbfb;
}
@media screen and (min-width: 992px) {
  .p-system {
    padding: 8.8rem 14%;
    margin-top: 8.8rem;
  }
}

.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 3rem;
  padding-right: 6%;
  padding-left: 6%;
  color: #fbfbfb;
}
@media screen and (min-width: 992px) {
  .l-header {
    padding-right: 14%;
    padding-left: 14%;
  }
}

.l-header__up {
  position: relative;
  margin-bottom: 2.5rem;
}

.l-header__logo-wrapper {
  width: 50%;
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 992px) {
  .l-header__logo-wrapper {
    margin-bottom: 0;
  }
}

.l-header__logo {
  position: relative;
  top: 0;
  width: 15rem;
}
@media screen and (min-width: 992px) {
  .l-header__logo {
    top: 4px;
    width: 16rem;
  }
}

.l-header__logo-img {
  position: relative;
  width: 100%;
}

.l-header__overview-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .l-header__overview {
    display: block;
    margin-right: 2.5rem;
  }
}

.l-header__overview-item {
  position: relative;
}
.l-header__overview-item:not(:last-child) {
  margin-bottom: 0.2rem;
}

.l-header__overview-tel-icon {
  width: 1.8rem;
  margin-right: 1rem;
}
@media screen and (min-width: 992px) {
  .l-header__overview-tel-icon {
    width: 2.2rem;
  }
}

.l-header__overview-tel-value {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 4.2666666667vw;
  color: #fbfbfb;
}
@media screen and (min-width: 992px) {
  .l-header__overview-tel-value {
    font-size: 2.3rem;
  }
}

.l-header__overview-item-icon {
  width: 2rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
@media screen and (min-width: 992px) {
  .l-header__overview-item-icon {
    width: 1.7rem;
    margin-left: 0;
  }
}

.l-header__overview-item-value {
  font-family: "Noto Serif JP", serif;
  color: #fbfbfb;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 992px) {
  .l-header__overview-item-value {
    font-size: 1.65rem;
  }
}

.l-footer {
  color: #fbfbfb;
}

.l-footer__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 6%;
  padding-left: 6%;
}
@media screen and (min-width: 992px) {
  .l-footer__inner {
    padding-right: 14%;
    padding-left: 14%;
  }
}

.l-footer__logo-wrapper {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .l-footer__logo-wrapper {
    margin-top: 11rem;
  }
}

.l-footer__logo {
  position: relative;
  margin-right: 1.5rem;
}

.l-footer__logo-img {
  width: 16rem;
}

.l-footer__shops {
  margin-top: 4rem;
}

.l-footer__shops-title {
  font-weight: 600;
}

.l-footer__shops-explanation {
  padding-left: 1.5rem;
  border-left: 1.5px solid #fbfbfb;
}

.l-footer__shops-explanation-title {
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .l-footer__shops-explanation-title {
    font-size: 2rem;
  }
}

.l-footer__shops-item {
  position: relative;
  margin-bottom: 2.5rem;
}
.l-footer__shops-item.ota {
  background-color: #6f192a;
}
@media screen and (min-width: 992px) {
  .l-footer__shops-item {
    width: 65%;
    margin-bottom: 0;
  }
  .l-footer__shops-item:not(:last-child) {
    margin-right: 2.5rem;
  }
}

.l-footer__shops-item-contents {
  width: 100%;
  padding: 2rem 1.5rem 2rem 2.5rem;
}
@media screen and (min-width: 992px) {
  .l-footer__shops-item-contents {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.l-footer__shops-item-logo {
  height: 50px;
  text-align: center;
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 992px) {
  .l-footer__shops-item-logo {
    text-align: left;
    margin-bottom: 15px;
  }
}

.l-footer__shops-item-logo-img {
  vertical-align: middle;
}
.l-footer__shops-item-logo-img.ota {
  height: 60%;
  position: relative;
  top: 6px;
}
@media screen and (min-width: 992px) {
  .l-footer__shops-item-logo-img.ota {
    height: 62%;
    top: 0;
  }
}

.l-footer__shops-item-name {
  margin-bottom: 0.7rem;
  font-family: "Noto Serif JP", serif;
}

.l-footer__shops-item-name-ja {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 992px) {
  .l-footer__shops-item-name-ja {
    font-size: 1.2rem;
  }
}

.l-footer__shops-item-name-en {
  margin-right: 1rem;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .l-footer__shops-item-name-en {
    font-size: 1.65rem;
  }
}

.l-footer__shops-item-explanation {
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .l-footer__shops-item-explanation {
    font-size: 1.4rem;
  }
}

.l-footer__shops-item-img-wrapper {
  width: 100%;
  aspect-ratio: 1/0.615;
}
@media screen and (min-width: 992px) {
  .l-footer__shops-item-img-wrapper {
    width: 50%;
  }
}

.l-footer__shops-item-img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-footer__bottom {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px solid #6f192a;
}

.l-footer__bottom-scrolltop {
  position: relative;
  height: 45px;
  margin: 0 auto 1.7rem;
  line-height: 45px;
}
@media screen and (min-width: 992px) {
  .l-footer__bottom-scrolltop {
    margin-right: 2.5rem;
    margin-bottom: 0;
    background-color: #28384b;
    border-radius: 5px;
  }
}

.l-footer__bottom-scrolltop-img-wrapper {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: relative;
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 992px) {
  .l-footer__bottom-scrolltop-img-wrapper {
    border-bottom: 1px solid #080808;
  }
}

.l-footer__bottom-scrolltop-img {
  height: 42%;
}

.l-footer__bottom-scrolltop-text {
  padding-right: 2rem;
  font-size: 16px;
  font-size: 4.2666666667vw;
  color: #fbfbfb;
}
@media screen and (min-width: 992px) {
  .l-footer__bottom-scrolltop-text {
    padding-left: 2rem;
    font-size: 1.65rem;
  }
}

.l-footer__bottom__copyright {
  z-index: 1;
  display: block;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin: 0 auto;
  font-family: "Kumar One Outline", system-ui;
  font-size: 48px;
  font-size: 12.8vw;
  color: azure;
  text-align: center;
  text-shadow: 0 0 10px yellow, 0 0 20px lime, 0 0 40px green, 0 0 80px darkgreen;
  -webkit-filter: saturate(60%);
          filter: saturate(60%);
  will-change: filter, yellow;
  --interval: 1s;
}
@media screen and (min-width: 992px) {
  .l-footer__bottom__copyright {
    padding-bottom: 8.8rem;
    font-size: 6.2rem;
  }
}

.l-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .l-footer__sns-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__sns-item {
  position: relative;
}
@media screen and (min-width: 992px) {
  .l-footer__sns-item {
    margin-right: 1.3rem;
  }
}

.l-footer__sns-item-icon {
  width: 45px;
  height: 45px;
  background-color: #28384b;
  border-radius: 5px;
}

.l-footer__sns-item-icon-img {
  width: 50%;
}

.l-footer__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
@media screen and (min-width: 992px) {
  .l-footer__map {
    padding-top: 42%;
  }
}
.l-footer__map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-button__normal {
  position: relative;
  display: none;
  min-width: 200px;
  height: 5.8rem;
  line-height: 5.8rem;
  color: #fbfbfb;
  background-color: #6f192a;
  border-radius: 0.4rem;
}
@media screen and (min-width: 992px) {
  .c-button__normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-button__normal-img {
  width: 2rem;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.c-button__normal-text {
  padding-right: 2.5rem;
  font-size: 1.65rem;
  font-weight: 600;
}

.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}

.c-breadcrumbs__item {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 600;
  color: #999;
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs__item {
    font-size: 1.65rem;
  }
}

.c-breadcrumbs__item-link {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 600;
  color: #080808;
}
.c-breadcrumbs__item-link:after {
  display: inline-block;
  width: 5px;
  height: 10px;
  margin: 0 0.825rem;
  content: "";
  background: url(https://www.uzabase.com/_next/static/media/separation.40a4aeca.svg) 50%/contain no-repeat;
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs__item-link {
    font-size: 1.65rem;
  }
}

.c-hamburger {
  z-index: 8888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  display: none;
}
.c-hamburger.is-active {
  display: block;
  background-color: #12181f;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  -webkit-box-shadow: 0 0 10rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 992px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger__button {
  position: fixed;
  right: 6%;
  top: 3.8rem;
  z-index: 9999;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 9999;
}
.c-hamburger__button-line {
  height: 2px;
  width: 34px;
  background-color: #d13251;
  position: relative;
  display: block;
  text-align: left;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-hamburger__button-line::after {
  top: 10px;
}
.c-hamburger__button-line::before {
  top: -10px;
  visibility: visible;
}
.c-hamburger__button-line::after, .c-hamburger__button-line::before {
  height: 2px;
  width: 34px;
  background-color: #d13251;
  position: absolute;
  content: "";
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 992px) {
  .c-hamburger__button-line {
    display: none;
  }
}
.c-hamburger__button.is-active ~ .c-hamburger__nav {
  display: block;
}
.c-hamburger__button.is-active .c-hamburger__button-line {
  background: transparent;
}
.c-hamburger__button.is-active .c-hamburger__button-line:before {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
          transform: rotate(45deg) translate(7px, 7px);
}
.c-hamburger__button.is-active .c-hamburger__button-line:after {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}

.c-hamburger__logo {
  position: relative;
  width: 15rem;
  margin: 3rem auto 3rem 6%;
}

.c-hamburger__logo-img {
  width: 100%;
}

.c-hamburger__nav-item {
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 1.7rem 6%;
  border-bottom: 1px solid #6f192a;
  color: #fbfbfb;
}

.c-hamburger__nav-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-hamburger__nav-item-title-en {
  font-size: 18px;
  font-size: 4.8vw;
  margin-right: 1.7rem;
}

.c-hamburger__nav-item-title-ja {
  font-size: 13px;
  font-size: 3.4666666667vw;
  color: #999;
}

.c-hamburger__nav-item-title-img {
  width: 1.9rem;
}

.c-title-section {
  margin-bottom: 4rem;
  color: #12181f;
  text-align: center;
}

.c-title-section__en {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 38px;
  font-size: 10.1333333333vw;
}
@media screen and (min-width: 992px) {
  .c-title-section__en {
    font-size: 4.8rem;
  }
}

.c-title-section__ja {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .c-title-section__ja {
    font-size: 1.65rem;
  }
}

.c-title-page {
  display: block;
  margin-top: 5rem;
  margin-bottom: -3rem;
  font-family: "Kumar One Outline", system-ui;
  font-size: 50px;
  font-size: 13.3333333333vw;
  color: lightyellow;
  text-align: center;
  text-shadow: 0 0 10px var(--color1), 0 0 20px var(--color2), 0 0 40px var(--color3), 0 0 80px var(--color4);
  -webkit-filter: saturate(60%);
          filter: saturate(60%);
  -webkit-animation: flicker steps(100) var(--interval) 1s infinite;
          animation: flicker steps(100) var(--interval) 1s infinite;
  will-change: filter, color;
  --interval: 1s;
  --color1: yellow;
  --color2: orange;
  --color3: brown;
  --color4: purple;
}
@media screen and (min-width: 992px) {
  .c-title-page {
    font-size: 8.6rem;
  }
}

.c-navigation {
  display: none;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .c-navigation {
    display: initial;
  }
}

.c-navigation__item {
  position: relative;
  width: 20%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  border-left: 1px solid #6f192a;
}
.c-navigation__item:last-child {
  border-right: 1px solid #6f192a;
}

.c-navigation__item-en {
  margin-bottom: 0.2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 992px) {
  .c-navigation__item-en {
    font-size: 2rem;
  }
}

.c-navigation__item-ja {
  font-family: "Noto Serif JP", serif;
  color: #999;
  font-size: 15px;
  font-size: 4vw;
}
@media screen and (min-width: 992px) {
  .c-navigation__item-ja {
    font-size: 1.5rem;
  }
}

.c-news__list {
  margin-bottom: 2.5rem;
}

.c-news__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
.c-news__item:first-child {
  border-top: 1px solid #e4e4e4;
}

.c-news__contents {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (min-width: 992px) {
  .c-news__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.c-news__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .c-news__item-info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 24%;
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
}

.c-news__item-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2.5rem;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 600;
  color: #080808;
}
@media screen and (min-width: 992px) {
  .c-news__item-date {
    width: 100px;
    font-size: 1.65rem;
  }
}

.c-news__item-type {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 35px;
  line-height: 35px;
  padding-right: 2rem;
  padding-left: 2rem;
  text-align: center;
  background-color: #12181f;
}

.c-news__item-type-img {
  width: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-news__item-type-img {
    margin-bottom: 0;
  }
}

.c-news__item-type-text {
  color: #fbfbfb;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 992px) {
  .c-news__item-type-text {
    font-size: 1.65rem;
  }
}

.c-news__item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/0.625;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .c-news__item-img {
    width: 20%;
    max-width: 25rem;
    margin-right: 3rem;
    margin-bottom: 0;
    aspect-ratio: 1/0.525;
  }
}
.c-news__item-img > img {
  width: 100%;
  height: 100%;
  -webkit-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
}

.c-news__item-title {
  font-weight: 600;
  line-height: 1.5;
  font-size: 17px;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 992px) {
  .c-news__item-title {
    width: 60%;
    margin-right: 10rem;
    font-size: 1.7rem;
  }
}

.c-news__item-arrow {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-news__item-arrow {
    display: initial;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 3rem;
  }
}

.c-news__pagination {
  margin-top: 5rem;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  min-width: 60px;
  height: 60px;
  font-weight: 600;
  line-height: 60px;
  color: #6f192a;
  background-color: #080808;
  font-size: 17px;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 992px) {
  .page-numbers {
    font-size: 1.7rem;
  }
}
.page-numbers.dots {
  background-color: transparent;
}
.u-link__absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-br__sp {
  display: block;
}
@media screen and (min-width: 992px) {
  .u-br__sp {
    display: none;
  }
}

.u-br__pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-br__pc {
    display: block;
  }
}

.u-position-absolute__ce-ce {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-display-flex__ce-ce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-display-flex__ce-fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-display-flex__ce-fe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-display-flex__ce-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-display-flex__fs-ce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-display-flex__fs-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-display-flex__fe-ce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-display-flex__fe-fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 992px) {
  .u-display-flex-lg__ce-ce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .u-display-flex-lg__ce-fs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 992px) {
  .u-display-flex-lg__fs-ce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .u-display-flex-lg__fs-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .u-display-flex-lg__fe-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .u-display-flex-lg__ce-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes arrow {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.3;
  }
}
html {
  height: 100%;
  font-size: 62.5%;
  background-color: #12181f;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "A1ゴシック R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #080808;
  overflow-clip-box: hidden;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
}/*# sourceMappingURL=style.css.map */