.u-section {
  margin: 0 auto;
  max-width: 768px;
}

.u-container {
  background-color: #fff;
}
.u-container a {
  text-decoration: none;
}
.u-container ul, .u-container ol {
  list-style: none;
  padding-left: 0;
}

.c-btn-link {
  background-color: #E7262C;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
  color: #fff;
  transition: opacity 0.3s ease;
}
.c-btn-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-btn-link {
    height: calc(100vw * 56 / 375);
    font-size: calc(100vw * 20 / 375);
    border-radius: calc(100vw * 8 / 375);
  }
}
.c-btn-link--close {
  background-color: #717171;
  pointer-events: none;
}
.c-btn-link--close:hover {
  opacity: 1;
}

.lp__campaign .kv__img {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lp__campaign .kv__img {
    padding: 0 calc(100vw * 20 / 375);
    margin-bottom: calc(100vw * 40 / 375);
  }
}
.lp__campaign .campaign__title {
  width: 195px;
  padding: 40px 0 24px;
  margin-left: 73px;
}
@media screen and (max-width: 768px) {
  .lp__campaign .campaign__title {
    width: calc(100vw * 195 / 375);
    padding: calc(100vw * 40 / 375) 0 calc(100vw * 24 / 375);
    margin-left: calc(100vw * 73 / 375);
  }
}
.lp__campaign .campaign__entry {
  position: relative;
  background-color: #E2F9FF;
  padding: 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .lp__campaign .campaign__entry {
    padding: 0 calc(100vw * 20 / 375) calc(100vw * 20 / 375);
  }
}
.lp__campaign .campaign__head {
  position: absolute;
  top: 0;
  left: 0;
}
.lp__campaign .campaign__count {
  background-color: #fff;
}
.lp__campaign .campaign__count-img {
  width: 244px;
  margin: 0 auto 32px;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .lp__campaign .campaign__count-img {
    width: calc(100vw * 244 / 375);
    margin: 0 auto calc(100vw * 32 / 375);
    padding-top: calc(100vw * 130 / 375);
  }
}
.lp__campaign .campaign__note {
  font-size: 12px;
  padding: 0 10px 24px;
  color: #4D4D4D;
  text-align: left;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lp__campaign .campaign__note {
    font-size: calc(100vw * 12 / 375);
    padding: 0 calc(100vw * 10 / 375) calc(100vw * 24 / 375);
  }
}
.lp__campaign .campaign__detail {
  padding: 0 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp__campaign .campaign__detail {
    padding: 0 calc(100vw * 20 / 375) calc(100vw * 40 / 375);
  }
}
.lp__campaign .campaign__banner {
  width: 192px;
  margin: 40px 0 24px;
}
@media screen and (max-width: 768px) {
  .lp__campaign .campaign__banner {
    width: calc(100vw * 192 / 375);
    margin: calc(100vw * 40 / 375) 0 calc(100vw * 24 / 375);
  }
}
.lp__campaign .campaign__txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp__campaign .campaign__txt {
    font-size: calc(100vw * 16 / 375);
  }
}
.lp__campaign .campaign__price {
  margin: 16px 0 24px;
  width: 303px;
}
@media screen and (max-width: 768px) {
  .lp__campaign .campaign__price {
    margin: calc(100vw * 16 / 375) 0 calc(100vw * 24 / 375);
    width: calc(100vw * 303 / 375);
  }
}
.lp__campaign .campaign__btn-lead {
  margin: 0 auto 4px;
  width: 146px;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp__campaign .campaign__btn-lead {
    margin: 0 auto calc(100vw * 4 / 375);
    width: calc(100vw * 146 / 375);
  }
}
.lp__campaign .campaign__btn-note {
  display: flex;
  margin-top: 24px;
  font-size: 12px;
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  .lp__campaign .campaign__btn-note {
    margin-top: calc(100vw * 24 / 375);
    font-size: calc(100vw * 12 / 375);
  }
}

.lp__collaboration .u-container {
  padding: 40px 20px;
  background-color: #E2F9FF;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .u-container {
    padding: calc(100vw * 40 / 375) calc(100vw * 20 / 375);
  }
}
.lp__collaboration .collaboration__title {
  width: 273px;
  margin-bottom: 24.4px;
  margin-left: 13px;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__title {
    width: calc(100vw * 273 / 375);
    margin-bottom: calc(100vw * 24.4 / 375);
    margin-left: calc(100vw * 13 / 375);
  }
}
.lp__collaboration .collaboration__date {
  width: 340px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__date {
    width: calc(100vw * 340 / 375);
    margin: 0 auto calc(100vw * 8 / 375);
  }
}
.lp__collaboration .collaboration__lead {
  margin-bottom: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__lead {
    margin-bottom: calc(100vw * 16 / 375);
    font-size: calc(100vw * 14 / 375);
  }
}
.lp__collaboration .collaboration__movie {
  margin-bottom: 24px;
  position: relative;
  aspect-ratio: 335/195;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__movie {
    margin-bottom: calc(100vw * 24 / 375);
  }
}
.lp__collaboration .collaboration__movie > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp__collaboration .collaboration__movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.lp__collaboration .collaboration__movie.is-loaded iframe {
  opacity: 1;
}
.lp__collaboration .collaboration__movie .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__movie .play-btn {
    width: calc(100vw * 46 / 375);
    height: calc(100vw * 46 / 375);
  }
}
.lp__collaboration .collaboration__movie:hover .play-btn {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__movie:hover .play-btn {
    width: calc(100vw * 64 / 375);
    height: calc(100vw * 64 / 375);
  }
}
.lp__collaboration .collaboration__movie.is-playing .play-btn {
  opacity: 0;
  pointer-events: none;
}
.lp__collaboration .collaboration__info {
  position: relative;
  margin-bottom: 32px;
  width: 100%;
  aspect-ratio: 335/176;
  padding: 16px 11px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__info {
    margin-bottom: calc(100vw * 32 / 375);
    padding: calc(100vw * 16 / 375) calc(100vw * 11 / 375);
    border-radius: calc(100vw * 10 / 375);
  }
}
.lp__collaboration .collaboration__info-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #12328C;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__info-dot {
    width: calc(100vw * 8 / 375);
    height: calc(100vw * 8 / 375);
  }
}
.lp__collaboration .collaboration__info-dot:nth-child(1) {
  top: 8px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__info-dot:nth-child(1) {
    top: calc(100vw * 8 / 375);
    left: calc(100vw * 8 / 375);
  }
}
.lp__collaboration .collaboration__info-dot:nth-child(2) {
  top: 8px;
  right: 8px;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__info-dot:nth-child(2) {
    top: calc(100vw * 8 / 375);
    right: calc(100vw * 8 / 375);
  }
}
.lp__collaboration .collaboration__info-dot:nth-child(3) {
  bottom: 8px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__info-dot:nth-child(3) {
    bottom: calc(100vw * 8 / 375);
    left: calc(100vw * 8 / 375);
  }
}
.lp__collaboration .collaboration__info-dot:nth-child(4) {
  bottom: 8px;
  right: 8px;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__info-dot:nth-child(4) {
    bottom: calc(100vw * 8 / 375);
    right: calc(100vw * 8 / 375);
  }
}
.lp__collaboration .collaboration__info-img img {
  max-width: 100%;
}
.lp__collaboration .collaboration__note {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__note {
    font-size: calc(100vw * 14 / 375);
  }
}
.lp__collaboration .collaboration__note-link {
  color: #12328C;
  text-decoration: underline;
}
.lp__collaboration .collaboration__caster {
  display: flex;
}
.lp__collaboration .collaboration__caster-img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__caster-img {
    width: calc(100vw * 100 / 375);
  }
}
.lp__collaboration .collaboration__caster-body {
  flex: 1;
  min-width: 0;
}
.lp__collaboration .collaboration__caster-name {
  border-bottom: 1px solid #12328C;
  margin-bottom: 16px;
  padding: 0 16px 4px;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__caster-name {
    margin-bottom: calc(100vw * 16 / 375);
    padding: 0 calc(100vw * 16 / 375) calc(100vw * 4 / 375);
  }
}
.lp__collaboration .collaboration__caster-name img {
  width: 116px;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__caster-name img {
    width: calc(100vw * 116 / 375);
  }
}
.lp__collaboration .collaboration__caster-role {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__caster-role {
    font-size: calc(100vw * 12 / 375);
  }
}
.lp__collaboration .collaboration__caster-comment {
  font-size: 14px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .lp__collaboration .collaboration__caster-comment {
    font-size: calc(100vw * 14 / 375);
    padding-left: calc(100vw * 16 / 375);
  }
}

.lp__products .u-container {
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .lp__products .u-container {
    padding: calc(100vw * 40 / 375) calc(100vw * 20 / 375);
  }
}
.lp__products .products__title {
  width: 195px;
  margin-left: 51px;
}
@media screen and (max-width: 768px) {
  .lp__products .products__title {
    width: calc(100vw * 195 / 375);
    margin-left: calc(100vw * 51 / 375);
  }
}
.lp__products .products__img {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lp__products .products__img {
    margin-bottom: calc(100vw * 24 / 375);
  }
}
.lp__products .products__feature {
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lp__products .products__feature {
    gap: calc(100vw * 15 / 375);
    margin-bottom: calc(100vw * 24 / 375);
  }
}
.lp__products .products__note {
  margin-bottom: 24px;
  color: #4D4D4D;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .lp__products .products__note {
    margin-bottom: calc(100vw * 24 / 375);
    font-size: calc(100vw * 12 / 375);
  }
}
.lp__products .products__item {
  background: url("/images/lp/prod_item-bg.png") no-repeat center/contain;
  width: 335px;
  padding: 16px 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lp__products .products__item {
    width: calc(100vw * 335 / 375);
    padding: calc(100vw * 16 / 375) calc(100vw * 20 / 375);
    margin-bottom: calc(100vw * 24 / 375);
  }
}
.lp__products .products__item-title {
  padding-bottom: 4px;
  text-align: center;
  border-bottom: 1px solid #12328C;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .lp__products .products__item-title {
    padding-bottom: calc(100vw * 4 / 375);
    margin-bottom: calc(100vw * 16 / 375);
  }
}
.lp__products .products__item-title img {
  height: 25px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp__products .products__item-title img {
    height: calc(100vw * 25 / 375);
  }
}
.lp__products .products__item-body {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .lp__products .products__item-body {
    gap: calc(100vw * 20 / 375);
  }
}
.lp__products .products__item-img {
  width: 72px;
}
@media screen and (max-width: 768px) {
  .lp__products .products__item-img {
    width: calc(100vw * 72 / 375);
  }
}
.lp__products .products__item-txt {
  font-size: 14px;
  flex: 1;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .lp__products .products__item-txt {
    font-size: calc(100vw * 14 / 375);
  }
}
.lp__products .products__lineup-lead {
  width: 180px;
  margin: 0 auto 4px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .lp__products .products__lineup-lead {
    width: calc(100vw * 180 / 375);
    margin: 0 auto calc(100vw * 4 / 375);
    padding-top: calc(100vw * 16 / 375);
  }
}
.lp__products .products__caution {
  margin: 40px 0 0;
  font-size: 12px;
  color: #4D4D4D;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .lp__products .products__caution {
    margin: calc(100vw * 40 / 375) 0 0;
    font-size: calc(100vw * 12 / 375);
    gap: calc(100vw * 16 / 375);
  }
}