@charset "UTF-8";

.p-footer {
  padding-top: clamp(80px, 11.23046875vw, 115px);
  padding-bottom: 42px;
  color: #ffffff;
  background: #022247;
  position: relative;
}
.p-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/filter.png) repeat top left/auto;
      opacity: 0.4;
  pointer-events: none;
}

.p-cta {
  padding-bottom: clamp(60px, 9.765625vw, 100px);
  color: #CAA206;
    padding-inline: 20px;
}

.p-cta__title-ja {
  padding-inline: clamp(20px, 4.00390625vw, 41px);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.p-cta__title-ja::before {
  content: "【";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
}
.p-cta__title-ja::after {
  content: "】";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
}

.p-cta__title-wrap {
  max-width: clamp(200px, 78.25vw, 939px);
  margin-inline: auto;
}
.p-cta__title-wrap .p-cta__title-en:last-of-type {
  margin-top: -12px;
  margin-left: auto;
}
.p-cta__title-en {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(48px, 8.6666666667vw, 104px);
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-cta__btn-wrap {
  margin-top: clamp(48px, 5.5833333333vw, 67px);
  display: grid;
  grid-template-columns: auto;
  gap: 20px;
    margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-cta__btn-wrap {
    max-width: 788px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-cta__btn {
  padding-block: 20px;
  padding-inline: clamp(50px, 5.5833333333vw, 67px);
    color: #022247;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.875;
  letter-spacing: 0.03em;
  font-weight: 500;
  background: #ffffff;
  border-radius: 50px;
    width: 100%;
    max-width: 384px;
    margin-inline: auto;
  position: relative;
}
.p-cta__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
   left: clamp(18px, 3.515625vw, 36px);
  width: 19px;
  height: 14px;
  background: url(../images/icon-mail-blue.svg) no-repeat center center/contain;
}
.p-cta__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 31px;
  width: 10px;
  height: 10.89px;
  background: url(../images/icon-arrow-blue.svg) no-repeat center center/contain;
}
.p-cta__btn.btn-shop::before {
  width: 20px;
  height: 21px;
  background: url(../images/icon-shop-blue.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .p-cta__btn:hover {
        color: #022247;
    background: #ffffff; 
        opacity: 1;
    -webkit-box-shadow: 0 0 4px 2px rgb(255, 255, 255), 0 0 15px 4px rgba(255, 255, 255, 0.8), 0 0 30px 8px rgba(255, 255, 255, 0.5), 0 0 50px 12px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 4px 2px rgb(255, 255, 255), 0 0 15px 4px rgba(255, 255, 255, 0.8), 0 0 30px 8px rgba(255, 255, 255, 0.5), 0 0 50px 12px rgba(255, 255, 255, 0.3);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
}
.p-bottom {
  color: #ffffff;
}

.p-bottom__wrap {
  padding-top: clamp(60px, 7.2265625vw, 74px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width:1024px) {
  .p-bottom__wrap {
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-bottom__info {
  max-width: 287px;
}

.p-footer__logo {
  width: clamp(140px, 17.5vw, 210px);
  aspect-ratio: 210/66;
}
.p-footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__info-text {
  margin-top: clamp(24px, 3.22265625vw, 33px);
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 500;
}

.p-bottom__menu {
  max-width: 300px;
}
@media screen and (min-width:768px) {
  .p-bottom__menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    max-width: none;
  }
}
@media screen and (min-width:1024px) {
  .p-bottom__menu {
    margin-top: 22px;
  }
}
.p-bottom__menu .p-footer__menu-row:first-of-type {
  margin-bottom: 30px;

}
@media screen and (min-width:768px) {
  .p-bottom__menu .p-footer__menu-row:first-of-type {
    grid-template-columns: repeat(6, 1fr);
  }
}

.p-footer__menu-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3.3333333333vw, 40px);
}
@media screen and (min-width:768px) {
  .p-footer__menu-row {
    grid-template-columns: repeat(2, auto);
    margin-top: 22px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.p-footer__menu-link {
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-pagetop__btn {
  margin-top: 56px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 38px 34px 28px;
  font-family: "Prompt", sans-serif;
  color: #505050;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-pagetop__btn {
    margin-top: clamp(120px, 16.3982430454vw, 224px);
  }
}
.p-pagetop__btn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  translate: -50%;
  width: 8px;
  height: 7px;
  background: url(../images/pagetop-arrow.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .p-pagetop__btn:hover {
    color: #ffffff;
    background: #022247;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-copyright__text {
  margin-top: 54px;
  font-size: 11px;
  line-height: 1.9090909091;
  text-align: center;
}