@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500;700&family=Dancing+Script&family=Noto+Sans+JP:wght@300;400;600;800&family=Noto+Serif+JP:wght@300;400;600;700&display=swap");
/*
* component
*/
/*
* btn
*/
.c-btn {
  position: relative;
  font-weight: bold;
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 0;
  background: #a20e0e;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
.c-btn:visited, .c-btn:hover, .c-btn:focus {
  color: #fff;
}
.c-btn::after {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.c-btn-comingsoon {
  border: 1px solid;
  position: relative;
  font-weight: bold;
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  line-height: 1.4;
}

.c-btn-sold {
  border: 1px solid;
  position: relative;
  font-weight: bold;
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  line-height: 1.4;
}

.c-btn-cp01, .c-btn-cp04 {
  display: none;
}

.c-cp-title-primary {
  text-align: center;
  color: #a20e0e;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-size: min(calc(25 / 375 * 100vw), 3.5rem);
}

.c-cp-title-secondary {
  display: inline-block;
  text-align: center;
  color: #a20e0e;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-size: min(calc(18 / 375 * 100vw), 2.5rem);
}
.c-cp-title-secondary > * {
  display: inline-block;
  margin-bottom: 5px;
}

.c-cp-title-secondary__decoration {
  display: block;
  width: 80px;
  margin: 0 auto 10px;
}

.c-cp-title-line {
  position: relative;
  z-index: 1;
}
.c-cp-title-line::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 12px;
  background: #fff9c2;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .c-cp-title-primary + .c-cp-title-primary {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-title-primary + .c-cp-title-primary {
    margin-top: 25px;
  }
}

.c-cp-title__sub {
  color: #1C1C1C;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-cp-title__sub {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-title__sub {
    font-size: 1.3rem;
  }
}
.c-cp-title__sub span {
  color: #a20e0e;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-cp-title__sub span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-title__sub span {
    font-size: 1.5rem;
  }
}

.c-cp-title__thin {
  color: #1C1C1C;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-cp-title__thin {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-title__thin {
    font-size: 1.2rem;
  }
}

.c-cp-lead {
  text-align: center;
  font-weight: 600;
  font-size: min(calc(15 / 375 * 100vw), 2rem);
}
@media screen and (min-width: 768px) {
  .c-cp-lead {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-lead {
    margin-top: 10px;
  }
}

.c-cp-lead__bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-cp-lead__bold {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-lead__bold {
    font-size: 1.4rem;
  }
}

.c-cp-lead-english {
  font-family: "Noto Serif JP", sans-serif;
}

.c-cp-note {
  width: 90%;
  margin: min(calc(40 / 375 * 100vw), 5rem) auto 0;
  text-align: center;
}

.c-cp-note__heading {
  display: inline-block;
  border-bottom: 1px solid;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-cp-note__heading {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-note__heading {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

.c-cp-note__comment {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-cp-note__comment {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-note__comment {
    font-size: 1.2rem;
  }
}

.c-cp-note__comment__bold {
  color: #a20e0e;
}

.c-cp-note__list p {
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-cp-note__list p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-note__list p {
    font-size: 1.2rem;
  }
}
.c-cp-note__list a {
  text-decoration: underline;
}

.c-cp-note__item {
  position: relative;
  padding-left: 20px;
}
.c-cp-note__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 5px;
}

.c-cp-note__item + .c-cp-note__item {
  margin-top: 5px;
}

.c-cp-note__bold {
  color: #a20e0e;
}

.c-cp-note__summary {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-cp-note__summary {
    font-size: 2.3rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-note__summary {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.c-cp-note__summary-min {
  font-size: min(calc(12 / 375 * 100vw), 1.8rem);
}

.c-cp-note__comment {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-cp-note__comment {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-note__comment {
    font-size: 1.5rem;
  }
}
.c-cp-note__comment a {
  text-decoration: underline;
}

.c-cp-note__comment__bold {
  color: #a20e0e;
}

.c-cp-note__list p {
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-cp-note__list p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cp-note__list p {
    font-size: 1.2rem;
  }
}
.c-cp-note__list a {
  text-decoration: underline;
}

.c-cp-note__item {
  position: relative;
  padding-left: 20px;
}
.c-cp-note__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 5px;
}

.c-cp-note__item + .c-cp-note__item {
  margin-top: 5px;
}

.c-cp-note__bold {
  color: #a20e0e;
}

/*
* btn
*/
.c-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.c-product-item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .c-product-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-product-item {
    margin-bottom: 30px;
  }
}
.c-product-item a {
  display: block;
}

.c-product-name {
  display: block;
  width: 94%;
  margin: 8px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-product-name {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-product-name {
    font-size: 1rem;
  }
}

.c-product-price {
  display: block;
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-product-price {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-product-price {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-product-price span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-product-price span {
    font-size: 1rem;
  }
}

/*
* content
*/
.c-content-more-animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideDown {
  0% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-down {
  animation-name: slideDown;
}
@keyframes slideUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.c-content-more-slide-up {
  animation-name: slideUp;
}

.c-content-more {
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.c-content-more-close-btn, .c-content-more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0 );
}

.c-content-more-close-btn {
  background: none;
}

.c-content-more-slide-up {
  height: 150px;
  padding-bottom: 0;
  overflow: hidden;
}

.c-content-more-slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}

.c-content-more-btn p {
  display: inline-block;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 5px 20px;
  width: 80%;
  border-radius: 20px;
}

.c-content-more-close-btn {
  padding: 0;
}

.c-content-more-close-btn p {
  background: #aaa;
}

/*
* more
*/
@keyframes slideDown {
  0% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.c-more-btn {
  display: none;
}

.c-cp-end {
  display: none;
}

.js-cp-end .c-cp-end {
  display: block;
  background: #fff;
  padding: 30px 0;
  width: 100%;
  border: 1px solid;
  text-align: center;
  opacity: 0.9;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 20px auto;
  width: 90%;
}
.js-cp-end .c-more-slide-down {
  animation-name: slideDown;
}
.js-cp-end .c-more-slide-up {
  animation-name: slideUp;
}
.js-cp-end .c-more-view {
  height: 100px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.js-cp-end .c-more-close-btn, .js-cp-end .c-more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 50px;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0 );
}
@media screen and (min-width: 768px) {
  .js-cp-end .c-more-close-btn, .js-cp-end .c-more-btn {
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .js-cp-end .c-more-close-btn, .js-cp-end .c-more-btn {
    bottom: -50px;
  }
}
.js-cp-end .c-more-close-btn {
  background: none;
}
.js-cp-end .c-more-slide-up {
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .js-cp-end .c-more-slide-up {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .js-cp-end .c-more-slide-up {
    height: 100px;
  }
}
.js-cp-end .c-more-slide-down {
  height: auto;
  overflow: visible;
}
.js-cp-end .c-more-btn p {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  width: 80%;
  border-radius: 20px;
  max-width: 400px;
  padding: 5px 20px;
}
@media screen and (min-width: 768px) {
  .js-cp-end .c-more-btn p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .js-cp-end .c-more-btn p {
    padding: 5px 20px;
  }
}
.js-cp-end .l-section:nth-child(odd) {
  background: #d1cabe;
}
.js-cp-end .l-section:nth-child(even) {
  background: #d1cabe;
}
.l-section:nth-child(odd) .c-more-btn p {
  background: #8f836f;
}
.l-section:nth-child(even) .c-more-btn p {
  background: #a36f66;
}

.js-cp-end .c-more-lose-btn p {
  background: #aaa;
}
.js-cp-end .c-more-slide-down .c-more-close-btn {
  position: relative;
  padding: 0 0 50px;
}

.lp-2024_25 {
  font-family: "Noto Sans JP", sans-serif;
}

.l-section:nth-child(odd) {
  background-color: #d1cabe;
}
.l-section:nth-child(odd) .c-heading-primary,
.l-section:nth-child(odd) .c-heading-sub {
  color: #8f836f;
}
.l-section:nth-child(odd) .c-heading-sub span {
  border-color: #d1cabe;
}
.l-section:nth-child(even) {
  background-color: #d1c1be;
}
.l-section:nth-child(even) .c-heading-primary,
.l-section:nth-child(even) .c-heading-sub {
  color: #a36f66;
}
.l-section:nth-child(even) .c-heading-sub span {
  border-color: #d1c1be;
}

.c-cpIcon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .c-cpIcon {
    top: -48px;
  }
}
@media screen and (max-width: 767px) {
  .c-cpIcon {
    top: -35px;
  }
}
.c-cpIcon img {
  width: 100%;
  margin-left: -20px;
  max-width: 250px;
}

.c-heading-primary {
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
  font-size: min(calc(28 / 375 * 100vw), 3.5rem);
  line-height: 1;
}
.c-heading-primary__min {
  font-size: min(calc(18 / 375 * 100vw), 2.5rem);
}

.c-heading-sub {
  display: block;
  text-align: center;
  margin-bottom: min(calc(10 / 375 * 100vw), 1.5rem);
}
.c-heading-sub span {
  display: inline-block;
  margin: 0 auto;
  padding: min(calc(5 / 375 * 100vw), 1rem) min(calc(30 / 375 * 100vw), 4.5rem);
  text-align: center;
  border-style: solid;
  border-width: 1px 0 1px;
  border-color: #d8b457;
  font-size: min(calc(12 / 375 * 100vw), 1.5rem);
  font-weight: bold;
}

.c-heading-secondary {
  text-align: center;
  margin: 20px auto;
  line-height: 1.5;
  font-size: min(calc(13 / 375 * 100vw), 2rem);
}
.c-heading-secondary__big {
  text-decoration: underline;
  font-weight: 600;
  font-size: min(calc(15 / 375 * 100vw), 2.5rem);
}
.c-heading-secondary__bold {
  font-weight: 600;
}

.c-limited {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}

.c-limited__wrapper {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid;
  font-size: min(calc(12 / 375 * 100vw), 1.8rem);
}

.c-limited__bold {
  color: #a20e0e;
}

.c-limited__arrow {
  width: 20px;
  height: 10px;
  background-image: url(https://styledeli.itembox.design/item/assets/images/campaign/cp2024_2025/limited-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.c-cp-box {
  margin: 25px auto;
  text-align: center;
}
.c-cp-box__fukidashi {
  font-size: min(calc(15 / 375 * 100vw), 2.2rem);
}
.c-cp-box__wrapper {
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  border: 3px solid #d8b457;
  padding: min(calc(15 / 375 * 100vw), 15rem);
}
.c-cp-box__head {
  display: inline-block;
  background-color: #d8b457;
  color: #ffffff;
  border-radius: 20px;
  padding: 0 min(calc(20 / 375 * 100vw), 4rem);
  line-height: 2;
  font-size: min(calc(12 / 375 * 100vw), 1.8rem);
}
.c-cp-box__body + .c-cp-box__head {
  margin-top: min(calc(24 / 375 * 100vw), 3.6rem);
}

.c-cp-box__body {
  font-size: min(calc(12 / 375 * 100vw), 1.8rem);
}
.c-cp-box__head + .c-cp-box__body {
  margin-top: min(calc(12 / 375 * 100vw), 1.8rem);
}

.c-cp-end {
  display: none;
}

.js-cp-end .c-cp-end {
  display: block;
  background: #fff;
  padding: 30px 0;
  width: 100%;
  border: 1px solid;
  text-align: center;
  opacity: 0.9;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 20px auto;
  width: 90%;
}

/*
* foundation
*/
/*
* layout
*/
@media screen and (min-width: 768px) {
  .l-main {
    background-image: url(https://styledeli.itembox.design/item/assets/images/campaign/cp2024_2025/bg.gif?ver2);
    padding: 5% 0;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  .l-section {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    padding: 1px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 1px 10px;
  }
}

.l-inner {
  position: relative;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .l-inner {
    margin: 100px 40px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    margin: 70px 15px;
    padding: 50px 0;
  }
}

.l-campaign {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-campaign {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-campaign {
    margin: 25px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .l-campaign > * {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-campaign > * {
    margin-bottom: 20px;
  }
}
.l-campaign > *:nth-last-child(2), .l-campaign > *:last-child {
  margin-bottom: 0;
}

/*
* project
*/
.p-toc {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-toc {
    overflow: hidden;
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-toc {
    padding-bottom: 50px;
  }
}
.p-toc__title {
  margin: 0 auto 20px;
  width: 80%;
  max-width: 400px;
}
.p-toc__list {
  text-align: center;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}

.p-toc__item {
  position: relative;
  text-align: center;
}
.p-toc__item__icon {
  display: none;
  position: absolute;
  z-index: 999999;
  left: 16%;
}
.p-toc__item__icon span {
  background: #b12222;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.0015em;
  font-size: min(calc(8 / 375 * 100vw), 1.3rem);
}
@media screen and (min-width: 768px) {
  .p-toc__item__icon span {
    height: 51px;
    width: 51px;
  }
}
@media screen and (max-width: 767px) {
  .p-toc__item__icon span {
    height: 40px;
    width: 40px;
  }
}
.p-toc__item a {
  display: block;
}
.p-toc__item a img {
  display: none;
}

.p-toc__attention {
  width: 90%;
  margin: 30px auto 0;
}
.p-toc__attention p {
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-toc__attention p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-toc__attention p {
    font-size: 1.5rem;
  }
}

.p-head {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-head {
    overflow: hidden;
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-head {
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
.p-head__top {
  position: relative;
}

.p-head__image {
  width: 100%;
}

.p-head__sub-image {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .p-head__discription {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-head__discription {
    margin-top: 15px;
  }
}
.p-head__discription p {
  text-align: center;
  line-height: 2;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-head__discription p {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head__discription p {
    font-size: 1.3rem;
  }
}

.p-head__comment {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-head__comment {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-head__comment {
    margin-top: 50px;
  }
}
.p-head__comment p {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-head__comment p {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head__comment p {
    font-size: 1.5rem;
  }
}

.subImage {
  animation-name: fadeInAnimeSubImage;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnimeSubImage {
  from {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.p-cp01 {
  position: relative;
}
.p-cp01__imgae {
  width: 90%;
  max-width: 400px;
  margin: 0 auto min(calc(10 / 375 * 100vw), 1.5rem);
}

.p-cp01__decoration {
  z-index: 2;
  width: 100%;
}
.p-cp01__decoration img {
  width: 100%;
}

.p-cp01__decoration-top {
  position: absolute;
  top: 0;
  left: 0;
}

.p-cp01__decoration-bottom {
  position: absolute;
  bottom: 33px;
  left: 0;
}

.p-cp02 {
  position: relative;
}

.p-cp02-color {
  color: #168758;
}

.p-cp02__decoration {
  z-index: 2;
  width: 100%;
}
.p-cp02__decoration img {
  width: 100%;
}

.p-cp02__heading {
  position: relative;
  padding-top: 10px;
}
.p-cp02__heading img {
  position: absolute;
  right: 27px;
  top: -17px;
  width: 90px;
}

.p-cp02__decoration-top {
  top: 40px;
  width: 90%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.p-cp02__decoration-bottom {
  position: absolute;
  bottom: 33px;
  left: 0;
}

.p-cp03 {
  position: relative;
}

.p-cp03-color {
  color: #327300;
}

.p-cp03-sub-color {
  color: #4ba803;
}

.p-cp03__decoration {
  z-index: 2;
  width: 100%;
}
.p-cp03__decoration img {
  width: 100%;
}

.p-cp03__heading {
  position: relative;
  padding-top: 10px;
}

.p-cp03__decoration-top {
  position: absolute;
  top: 4px;
  left: 1%;
  width: 98%;
}

.p-cp03__decoration-bottom {
  position: absolute;
  bottom: 4px;
  left: 1%;
  width: 98%;
}

.p-cp03__arrow {
  display: inline-block;
}
.p-cp03__arrow div {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  transform: rotate(45deg);
  margin-top: -4px;
}
.p-cp03__arrow div:nth-child(1) {
  border-bottom: 5px solid #d7cfc2;
  border-right: 5px solid #d7cfc2;
}

.p-cp03__arrow div:nth-child(2) {
  border-bottom: 5px solid #bfb3a0;
  border-right: 5px solid #bfb3a0;
}

.p-cp03__arrow div:nth-child(3) {
  border-bottom: 5px solid #8f836f;
  border-right: 5px solid #8f836f;
}

.p-cp03__wchance__heading {
  position: relative;
  padding: 20px;
  margin: 15px;
  border: 6px solid #d8b457;
}
.p-cp03__wchance__heading::before,
.p-cp03__wchance__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 43px;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-cp03__wchance__heading::before {
  left: 10px;
  background-image: url("https://styledeli.itembox.design/item/assets/images/campaign/cp2024_2025/decoration_left.png");
}

.p-cp03__wchance__heading::after {
  right: 10px;
  background-image: url("https://styledeli.itembox.design/item/assets/images/campaign/cp2024_2025/decoration_right.png");
}

.p-cp03__wchance__heading p {
  letter-spacing: 0.25em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-cp03__wchance__heading p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cp03__wchance__heading p {
    font-size: 1.5rem;
  }
}

.p-cp03__coupon {
  width: 70%;
  margin: 0 auto;
}
.p-cp03__coupon p {
  position: relative;
  color: #d8b457;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-cp03__coupon p {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cp03__coupon p {
    font-size: 2em;
  }
}

.p-cp04__days__wrapper + .p-cp04__days__wrapper {
  margin-top: min(calc(20 / 375 * 100vw), 3rem);
}
.p-cp04__days__head {
  font-size: min(calc(30 / 375 * 100vw), 4.5rem);
  line-height: 1.5;
  font-weight: 600;
}
.p-cp04__days__text {
  font-size: min(calc(12 / 375 * 100vw), 1.8rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: min(calc(10 / 375 * 100vw), 1.5rem);
}

.p-cp05 {
  position: relative;
}

.p-cp05-color {
  color: #cf0063;
}

.p-cp05__decoration {
  z-index: 2;
  width: 100%;
}
.p-cp05__decoration img {
  width: 100%;
}

.p-cp05__decoration-top {
  position: absolute;
  top: 0;
  left: 0;
}

.p-cp05__decoration-bottom {
  position: absolute;
  bottom: 33px;
  left: 0;
}

.p-cp06 {
  position: relative;
}

.p-cp06-color {
  color: #02338a;
}

.p-cp06-sub-color {
  color: #4ba803;
}

.p-cp06__decoration {
  z-index: 2;
  width: 100%;
}
.p-cp06__decoration img {
  width: 100%;
}

.p-cp06__heading {
  position: relative;
  padding-top: 10px;
}
.p-cp06__heading img {
  position: absolute;
  right: 50px;
  top: 2px;
  width: 40px;
}

.p-cp06__decoration-top {
  position: absolute;
  top: 0;
  left: 1%;
  width: 98%;
}

.p-cp06__decoration-bottom {
  position: absolute;
  bottom: 4px;
  left: 1%;
  width: 98%;
}

.p-cp06__comment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #a20e0e;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-cp06__comment {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cp06__comment {
    font-size: 1.5rem;
  }
}
.p-cp06__comment__wrapper {
  padding: 0 10px;
}

.p-cp06__comment img {
  width: 20px;
}

.p-howto {
  margin: 50px auto;
}

@media screen and (min-width: 768px) {
  .p-howto__item + .p-howto__item {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__item + .p-howto__item {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .p-howto__item > * {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__item > * {
    margin-bottom: 15px;
  }
}

.p-howto__heding {
  display: inline-block;
  color: #a20e0e;
  border-bottom: 1px solid;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-howto__heding {
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__heding {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.p-howto__title {
  display: inline-block;
  background-color: #a20e0e;
  color: #ffffff;
  text-align: center;
  border-radius: 15px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-howto__title {
    font-size: 1.5rem;
    padding: 5px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__title {
    font-size: 1.2rem;
    padding: 5px 30px;
  }
}

.p-howto__discription {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-howto__discription {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__discription {
    font-size: 1.2rem;
  }
}

.p-howto__image {
  display: block;
  width: 60%;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .p-howto__image {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__image {
    margin: 0 auto 15px;
  }
}

.p-howto__btn {
  border: 1px solid;
  background: #f5f5f5;
  width: 80%;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-howto__btn {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-howto__btn {
    margin: 0 auto 15px;
  }
}

.p-howto-border {
  padding-bottom: 5px;
  border-bottom: 1px solid #a20e0e;
}

.p-howto-bold {
  color: #a20e0e;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
.fs-c-heading--page,
.header-bnr {
  display: none !important;
}

.fs-l-main,
.fs-l-pageMain {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.fs-l-footer {
  margin-top: 0;
}

.u-color-gold {
  color: #c7971b;
}

.u-color-red {
  color: #a20e0e;
}

.u-bold {
  font-weight: 600;
}

.js-fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.js-fadeIn.animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-slideIn {
  transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}

.slide_left {
  transform: translateX(calc(-50vw - 50%));
}

.slide_right {
  transform: translateX(calc(50vw + 50%));
}

.js-slideIn.animated {
  transform: translateX(0);
}

.js-zoomIn {
  opacity: 0;
  animation-fill-mode: forwards;
}

.js-zoomIn.animated {
  animation-name: zoomInAnime;
  animation-duration: 1s;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.box {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn02 {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  animation-delay: 0.4s;
}

.delay-time04 {
  animation-delay: 0.8s;
}

.animatePulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}