@media screen and (max-width: 899px) {
  .l-wrap.--in {
    padding: 90px 0 0;
  }
}

.p-merch_in__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 91.7%;
  margin-bottom: 81px;
}
@media screen and (max-width: 899px) {
  .p-merch_in__header {
    width: 100%;
    margin-bottom: 40px;
  }
}

.p-merch_in__title {
  width: 608px;
}
@media screen and (max-width: 899px) {
  .p-merch_in__title {
    width: 89%;
  }
}

@media screen and (max-width: 899px) {
  .p-merch_in__contents {
    width: 97%;
  }
}
.p-merch_in__contents-date {
  width: 88%;
  margin: 0 auto 100px;
  padding: 46px 30px 54px;
  border: 6px solid var(--color-purple);
  background-color: var(--color-yellow);
  border-radius: 28px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-merch_in__contents-date {
    width: 100%;
    margin: 0 auto 50px;
    padding: 30px 10px 32px;
    border: 3px solid var(--color-purple);
    border-radius: 20px;
  }
}
.p-merch_in__contents-date-deco .p-in-item {
  width: 20px;
  position: absolute;
}
@media screen and (max-width: 899px) {
  .p-merch_in__contents-date-deco .p-in-item {
    width: 12px;
  }
}
.p-merch_in__contents-date-deco .p-in-item:nth-of-type(1) {
  top: 12px;
  left: 12px;
}
@media screen and (max-width: 899px) {
  .p-merch_in__contents-date-deco .p-in-item:nth-of-type(1) {
    top: 10px;
    left: 10px;
  }
}
.p-merch_in__contents-date-deco .p-in-item:nth-of-type(2) {
  top: 12px;
  right: 12px;
}
@media screen and (max-width: 899px) {
  .p-merch_in__contents-date-deco .p-in-item:nth-of-type(2) {
    top: 10px;
    right: 10px;
  }
}
.p-merch_in__contents-date-deco .p-in-item:nth-of-type(3) {
  bottom: 12px;
  left: 12px;
  transform: rotate(33deg);
}
@media screen and (max-width: 899px) {
  .p-merch_in__contents-date-deco .p-in-item:nth-of-type(3) {
    bottom: 10px;
    left: 10px;
  }
}
.p-merch_in__contents-date-deco .p-in-item:nth-of-type(4) {
  bottom: 12px;
  right: 12px;
  transform: rotate(33deg);
}
@media screen and (max-width: 899px) {
  .p-merch_in__contents-date-deco .p-in-item:nth-of-type(4) {
    bottom: 10px;
    right: 10px;
  }
}
.p-merch_in__contents-date-deco .p-in-item svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-pink01);
}
.p-merch_in__contents-date-title {
  margin-bottom: 28px;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-merch_in__contents-date-title {
    margin-bottom: 13px;
    font-size: 1.6rem;
  }
}
.p-merch_in__contents-date-detail {
  margin-bottom: 31px;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-merch_in__contents-date-detail {
    margin-bottom: 17px;
    font-size: 1.5rem;
  }
}
.p-merch_in__contents-date-detail .u-small {
  vertical-align: baseline;
  font-size: 2.5rem;
}
@media screen and (max-width: 899px) {
  .p-merch_in__contents-date-detail .u-small {
    font-size: 1.5rem;
  }
}
.p-merch_in__contents-date-link {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-merch_in__contents-date-link {
    width: 80%;
  }
}
.p-merch_in__contents-image {
  margin-bottom: 100px;
}
@media screen and (max-width: 899px) {
  .p-merch_in__contents-image {
    margin-bottom: 50px;
  }
}
.p-merch_in__contents-image .p-in-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 899px) {
  .p-merch_in__contents-image .p-in-item {
    margin-bottom: 20px;
  }
}
.p-merch_in__contents-image .p-in-item:last-of-type {
  margin-bottom: 0;
}
.p-merch_in__contents-image .p-in-item img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.p-merch_in__contents-link {
  width: 340px;
  margin: 40px auto 0;
}
@media screen and (max-width: 899px) {
  .p-merch_in__contents-link {
    width: 75%;
  }
}