
.p-footer {
  background-color: #474e4a;
  position: relative;
}
.p-footer::after {
  content: "";
  position: absolute;
  right: 0px;
  top: -490px;
  width: 620px;
  height: 491px;
  background-image: url("../images/img_shop-taste.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1366px) {
  .p-footer::after {
    top: -35.8711566618vw;
    width: 45.3879941435vw;
    height: 35.944363104vw;
  }
}

.p-footer__inner {
  padding-top: 106px;
  width: 1165px;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .p-footer__inner {
    width: 85.2855051245vw;
  }
}
@media screen and (max-width: 600px) {
  .p-footer__inner {
    padding-top: 17.5vw;
    width: 93.3333333333vw;
  }
}

.p-footer__cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 39px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1366px) {
  .p-footer__cta {
    gap: 2.8550512445vw;
  }
}
@media screen and (max-width: 1080px) {
  .p-footer__cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-footer__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-footer__cta a {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-footer__cta a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 1;
}

.p-footer__cta--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-footer__cta--title img {
  width: 19px;
  height: 20px;
}
.p-footer__rakuten .p-footer__cta--btn img {
  width: 124px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__au .p-footer__cta--btn img {
  width: 176px;
  height: 49px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-footer__cta--btn {
  margin-top: 10px;
  width: 363px;
  height: 100px;
  border-radius: 15px;
  background-color: #fff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1366px) {
  .p-footer__cta--btn {
    width: 26.5739385066vw;
  }
}
@media screen and (max-width: 1080px) {
  .p-footer__cta--btn {
    width: calc(400 / 1080 * 100vw);
  }
}
@media screen and (max-width: 600px) {
  .p-footer__cta--btn {
    width: 300px;
    height: 100px;
  }
}
@media screen and (max-width: 375px) {
  .p-footer__cta--btn {
    width: 80vw;
  }
}
.p-footer__contact .p-footer__cta--title img {
  width: 16px;
  height: 12px;
}
.p-footer__ctaContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer__ctaContact::after {
  content: "";
  width: 14px;
  height: 11px;
  background-image: url("../images/icon_arrow-contact-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}

.p-footer__content {
  padding-block: 87px 315px;
  display: grid;
  grid-template-columns: 1fr 700px;
  border-top: 1px solid rgba(154, 154, 154, 0.3);
}
@media screen and (max-width: 1080px) {
  .p-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.4074074074vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
    padding-block: 5.5555555556vw 11.1111111111vw;
  }
}

.p-footer__left {
  margin-top: -40px;
  width: 207px;
  height: 88px;
}
@media screen and (max-width: 1080px) {
  .p-footer__left {
    margin-top: 0px;
  }
}
.p-footer__left a {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-footer__left a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-footer__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 43px;
}
@media screen and (max-width: 1080px) {
  .p-footer__list {
    width: 688px;
    row-gap: 3.9814814815vw;
  }
}
@media screen and (max-width: 850px) {
  .p-footer__list {
    width: 80.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__list {
    width: 67.1875vw;
  }
}
@media screen and (max-width: 600px) {
  .p-footer__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 85.3333333333vw;
  }
}

.p-footer__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 172px;
  padding-left: 18px;
  border-left: 1px solid #d2d9e0;
}
.p-footer__item::after {
  content: "";
  width: 6px;
  height: 9px;
  background-image: url("../images/icon_arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
}
.p-footer__item p {
  position: relative;
  display: inline-block;
  margin: 0;
}
.p-footer__item p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: calc(100% + 18px);
  height: 2px;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-footer__item:hover p::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (max-width: 850px) {
  .p-footer__item {
    width: 20.2352941176vw;
    padding-left: 2.1176470588vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__item {
    width: 22.3958333333vw;
    padding-left: 2.34375vw;
  }
}
@media screen and (max-width: 600px) {
  .p-footer__item {
    width: 150px;
    padding-left: 12px;
  }
}

.p-footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 9px 23px;
  border-top: 1px solid #d2d9e0;
}
