@charset "UTF-8";

.p-footer {
  background: #0B0B0B;
}



.p-contact {
  padding-block: 80px 60px;
}
@media screen and (min-width:768px) {
  .p-contact {
    padding-block: 140px 85.4px;
  }
}

.p-contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
    position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-contact__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}

.p-contact__link {
  position: relative;
  -webkit-box-shadow: 0px 10px 16px #000000;
          box-shadow: 0px 10px 16px #000000;
    max-width: 622px;
  margin-inline: auto;
}

.p-contact__link::after {
  content: "";
  position: absolute;
  bottom: 3.5871156662vw;
  right: 2.196193265vw;
  width: clamp(40px, 4.3191800878vw, 59px);
  height: clamp(40px, 4.3191800878vw, 59px);
  background: url("../images/contact-arrow.png") center/contain no-repeat;
}


.p-contact__link-head {
  position: absolute;
  left: 2.196193265vw;
  bottom: 2.4158125915vw;
  padding-block: 4px 11px;
  padding-inline: 24px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#6f6f6f)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #e8e8e8 0%, #6f6f6f 100%) 0% 0% no-repeat padding-box;
}



.p-contact__title-en {
  font-family: "Dela Gothic One", sans-serif;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 1.45;
  letter-spacing: 0.4px;
}
@media screen and (min-width:1024px) {
  .p-contact__title-en {
    font-size: 40px;
  }
}

.p-contact__title-ja {
  margin-top: -10px;
  color: #FFFFFF;
   font-family: "Dela Gothic One", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.16px;
}
@media screen and (min-width:1024px) {
  .p-contact__title-ja {
    font-size: 16px;
  }
}
.p-contact__link-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  border-radius: 20px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}



.p-footer-bottom {
  position: relative;
}
.p-footer-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 28.9897510981vw;
  top: -21.6691068814vw;
  left: 0;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(36, 36, 36, 0)), color-stop(9%, #222222), to(#000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(36, 36, 36, 0) 0%, #222222 9%, #000000 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}

.p-footer__bg-text {
  overflow-x: hidden;
    position: relative;
  z-index: 2;
}

.p-footer__bg-text .bg-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 100%;
  height: 65.5px;
}
@media screen and (min-width:768px) {
  .p-footer__bg-text .bg-text__wrap {
    height: 131px;
  }
}
.p-footer__bg-text .bg-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 100%;
  opacity: 0.82;
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.p-footer__menu {
  padding-block: 57.8px 120px;
    position: relative;
  z-index: 2;
}
.p-footer__menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.5;
}
@media screen and (min-width:768px) {
  .p-footer__menu {
    padding-block: 57.8px 311.5px;
  }
}

.p-footer__menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
}
@media screen and (min-width:768px) {
  .p-footer__menu-wrap {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}

.p-footer__menu-logo {
  width: 274px;
  height: 36.5px;
}

.p-footer__menu-list {
  width: 272px;
  height: 160px;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-footer__menu-list .c-link:not(:nth-of-type(1)):not(:nth-of-type(4)) {
  margin-top: 40px;
}
.p-footer__menu-list .c-link:nth-of-type(n + 4) {
  margin-left: 123px;
}

@media screen and (min-width:1024px) {
  .p-footer__menu-list {
    margin-right: 6.2957540264vw;
  }
}

.p-footer__menu-text {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 1.12px;
  font-weight: 600;
}

.p-footer__bg {
  position: absolute;
  inset: 0;
}
.p-footer__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}

.p-copyright-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13.5px 50px 17px;
    position: relative;
  z-index: 2;
}

.p-copyright-text {
  font-size: 11px;
  line-height: 1.5454545455;
  letter-spacing: 1.1px;
  font-weight: 500;
}