.p-cta {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 900px) {
  .p-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.p-cta-footer {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #FFFFA0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  max-width: 2000px;
  text-align: center;
  padding: 12px 0;
}
.p-cta-footer img {
  width: min(100vw, 500px);
}
@media screen and (min-width: 900px) {
  .p-cta-footer img {
    width: min(100%, 500px);
  }
}
@media screen and (min-width: 900px) {
  .p-cta-footer {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta-footer {
    left: 175px;
    max-width: min(100vw - 173px, 1827px);
  }
}
@media screen and (min-width: 2000px) {
  .p-cta-footer {
    left: 167px;
    margin-left: calc((100vw - 2000px) / 2);
  }
}
.p-cta-footer.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .p-cta-footer a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-cta-footer a:any-link:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 900px) {
  .p-kv-inner {
    width: 100%;
    max-width: none;
    height: 393px;
    position: relative;
  }
  .p-kv-inner picture {
    height: 100%;
    display: block;
  }
  .p-kv-inner source, .p-kv-inner img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-box-shadow {
  position: relative;
  z-index: 0;
  padding-right: 2px;
  height: 100%;
  padding-bottom: 4px;
  display: block;
}
.p-box-shadow:before {
  content: "";
  display: block;
  background: #333333;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
.p-box-shadow-inner {
  padding: 16px 20px;
  border: 3px solid #14CD0A;
  height: 100%;
}
.p-box-shadow-inner > *:first-child {
  margin-top: 0;
}
.p-box-shadow-inner > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .p-box-shadow-inner {
    padding: 16px 20px;
    max-width: 670px;
  }
}

.p-ttl-pop {
  --pop-color:#000;
  --text-color:#FFF;
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  line-height: 1.4;
}
.p-ttl-pop-inner {
  display: inline-block;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px 22px 12px;
  background-color: var(--pop-color);
  color: var(--text-color);
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .p-ttl-pop-inner {
    border-radius: 6px;
    font-size: 2rem;
    padding: 6px 10px 6px;
  }
}
.p-ttl-pop-inner .--small {
  font-size: 1.3rem;
}
@media screen and (min-width: 900px) {
  .p-ttl-pop-inner .--small {
    font-size: 1.5rem;
  }
}
.p-ttl-pop::after {
  content: "";
  background-color: var(--pop-color);
  width: 20px;
  height: 10px;
  margin-top: -3px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
@media screen and (min-width: 900px) {
  .p-ttl-pop::after {
    width: 25px;
    height: 12px;
    margin-top: -5px;
  }
}

@media screen and (min-width: 900px) {
  .p-inner {
    max-width: 670px;
  }
}
@media screen and (max-width: 899px) {
  .p-inner {
    padding-left: 5.3332vw;
    padding-right: 5.3332vw;
  }
}

.p-text {
  font-weight: bold !important;
  font-size: 1.5rem;
  color: #333333;
}
@media screen and (min-width: 900px) {
  .p-text {
    font-size: 2rem;
  }
}