.p-footer {
  text-align: left;
}

.p-product {
  gap: 0 clamp(3rem, 4.2vw, 10.5rem);
  display: grid;
  grid-template: 1fr / 50% 1fr;
  grid-template-areas: "img content";
  width: min(83.3333%, 120rem);
  margin: 0 auto;
}

.p-product.is-reverse {
  grid-template: 1fr / 1fr 50%;
  grid-template-areas: "content img";
  margin-bottom: 12rem;
}

.p-product_content {
  grid-area: content;
  align-self: center;
}

.p-product_content_head {
  gap: 0 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 3.5rem;
}

.p-product_content_head_img {
  width: auto;
  max-width: none;
  height: 17rem;
}

.p-product_content_head_img_new {
  z-index: -1;
  position: absolute;
  top: -8.5rem;
  left: 14rem;
  width: 15.9rem;
}

.p-product_content_head_ttl {
  font-size: clamp(3.5rem, 3.8vw, 5.0rem);
  font-weight: 900;
  letter-spacing: .06em;
  text-align: left;
}

.p-product_content_head_ttl_sub {
  display: block;
  padding-top: .7rem;
  font-size: clamp(2rem, 2.2vw, 3.2rem);
}

.p-product_content_head.is-new {
  position: relative;
}

.p-product_content_txt {
  margin-bottom: 3.5rem;
  padding-left: 2rem;
  font-size: clamp(1.5rem, 1.25vw, 1.8rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: left;
}

.p-product_content_btn {
  position: relative;
  height: 6.4rem;
  overflow: hidden;
  -webkit-transform: skewX(-6deg);
  transform: skewX(-6deg);
  background: #f00;
  color: #fff100;
  font-size: 2.5rem;
  line-height: 6.4rem;
}

.p-product_content_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: #000;
  content: "";
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-product_content_btn:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.p-product_content_btn_wrapper {
  gap: 0 3rem;
  display: grid;
  grid-template: 1fr / 1fr 1fr;
  padding: 0 2rem 0 3rem;
}

.p-product_content_btn_txt {
  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;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(6deg);
  transform: skewX(6deg);
}

.p-product_content_btn_txt01 {
  width: 10.3rem;
}

.p-product_content_btn_txt02 {
  width: 14.9rem;
}

.p-product_img {
  height: auto;
  z-index: 1;
  -webkit-transform: skewY(5.6deg) translateY(-3rem) scale(1.3);
  transform: skewY(5.6deg) translateY(-3rem) scale(1.3);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-filter: blur(2rem);
  filter: blur(2rem);
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-filter 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-filter 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1),filter 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1),filter 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-filter 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-product_img_wrapper {
  position: relative;
  grid-area: img;
  height: calc(100% - 6.3rem);
  overflow: hidden;
  -webkit-transform: skewY(-5.6deg) translateY(3rem);
  transform: skewY(-5.6deg) translateY(3rem);
}

.p-product_img_wrapper::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  background: #000;
  content: "";
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-product_img_wrapper.is-active .p-product_img {
  -webkit-transform: skewY(5.6deg) translateY(-3rem) scale(1);
  transform: skewY(5.6deg) translateY(-3rem) scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.p-product_img_wrapper.is-active::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}

@media screen and (max-width: 75em) {/*! tablet */
  .p-product {
    gap: 0;
    grid-template: 1fr auto / 100%;
    grid-template-areas: "img" "content";
    width: 100%;
    margin-bottom: 6rem;
  }
  .p-product.is-reverse {
    gap: 0;
    grid-template: 1fr auto / 100%;
    grid-template-areas: "img" "content";
    width: 100%;
    margin-bottom: 6rem;
  }
  .p-product_content {
    width: 100%;
    margin: 0 auto;
  }
  .p-product_content_head {
    width: 50%;
    margin: 0 auto 3.5rem;
  }
  .p-product_content_head_img {
    height: 11rem;
  }
  .p-product_content_head_img_new {
    top: -4.5rem;
    left: 8.5rem;
    width: 9rem;
  }
  .p-product_content_txt {
    width: 50%;
    margin: 0 auto 3.5rem;
  }
  .p-product_content_btn_wrapper {
    width: min(83.3333%, 120rem);
    margin: 0 auto;
  }
  .p-product_img_wrapper {
    width: 50%;
    height: calc(100% - 11.6rem);
    margin: 0 auto 6rem;
  }
}

@media screen and (max-width: 48em) {/*! $breakpoint */
  .p-product {
    gap: 0;
    grid-template: 1fr auto / 100%;
    grid-template-areas: "img" "content";
    width: 100%;
    margin-bottom: 6rem;
  }
  .p-product:first-of-type {
    margin-top: -9.8vw;
  }
  .p-product.is-reverse {
    grid-template: 1fr auto / 100%;
    grid-template-areas: "img" "content";
  }
  .p-product_content {
    z-index: 2;
    position: relative;
    padding: 0 2rem;
  }
  .p-product_content_head {
    gap: 0 1rem;
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-product_content_head_img_new {
    top: -3rem;
    left: 10rem;
    width: 7.7rem;
  }
  .p-product_content_head_ttl {
    font-size: 3.5rem;
  }
  .p-product_content_head_ttl_sub {
    font-size: 2rem;
  }
  .p-product_content_txt {
    width: 100%;
    margin-bottom: 2.5rem;
    padding-left: 0;
    font-size: 1.5rem;
  }
  .p-product_content_btn {
    height: 5rem;
    line-height: 5rem;
  }
  .p-product_content_btn_wrapper {
    gap: 1rem;
    padding: 0 0.5rem;
  }
  .p-product_content_btn_txt01 {
    width: 7.6rem;
  }
  .p-product_content_btn_txt02 {
    width: 11.7rem;
  }
  .p-product_img {
    -webkit-transform: skewY(5.6deg) translateY(-1.8rem) scale(1.3);
    transform: skewY(5.6deg) translateY(-1.8rem) scale(1.3);
  }
  .p-product_img_wrapper {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    -webkit-transform: skewY(-5.6deg) translateY(1.7rem);
    transform: skewY(-5.6deg) translateY(1.7rem);
  }
  .p-product_img_wrapper.is-active .p-product_img {
    -webkit-transform: skewY(5.6deg) translateY(-1.8rem);
    transform: skewY(5.6deg) translateY(-1.8rem);
  }
}

@media screen and (max-width: 48em) and (orientation: landscape) {
  .p-product_content_head_img_new {
    top: -2rem;
    width: 7rem;
  }
}

@media screen and (max-width: 20em) {
  .p-product_content_head_ttl {
    font-size: 2.4rem;
  }
  .p-product_content_head_ttl_sub {
    font-size: 1.4rem;
  }
  .p-product_img_wrapper {
    -webkit-transform: skewY(-5.6deg) translateY(1.5rem);
    transform: skewY(-5.6deg) translateY(1.5rem);
  }
}

