@charset "UTF-8";
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
//  LP
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#mwcp * {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif !important;
  line-height: 1.6;
  color: #333333;
  scroll-behavior: smooth;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  outline: none;
  font-style: normal;
}
#mwcp * a {
  cursor: pointer !important;
}
#mwcp * p {
  line-height: 1.6;
}
#mwcp * h3 {
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
#mwcp * h3::before {
  content: "";
  display: block;
  width: 56px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background: url(../images/icon-title.png) no-repeat center/contain;
}
#mwcp * h4 {
  background-color: var(--main-color);
  border-radius: 16px;
  padding: 0 20px;
  font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
  font-weight: 600;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.event-campaign__inner {
  background: url(../images/bg_main.jpg) repeat-x center top;
  background-size: cover;
}

#mwcp .event-campaign__hero {
  padding: 0 20px;
}
#mwcp .hero__title {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(3rem, 2.636rem + 1.82vw, 4rem);
}
#mwcp .hero__visual {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(3rem, 2.636rem + 1.82vw, 4rem);
}
#mwcp .event-campaign__main {
  padding: clamp(3rem, 2.636rem + 1.82vw, 4rem) 0;
  display: grid;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  #mwcp .event-campaign__main {
    gap: 80px;
  }
}
#mwcp .main-detail {
  display: grid;
  gap: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
}
#mwcp .main-detail__title {
  background-color: var(--main-color);
  width: 100%;
  padding: 20px 0;
}
#mwcp .main-detail__title img {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#mwcp .main-detail__closeOpen {
  max-width: 828px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#mwcp .main-detail__date {
  max-width: 848px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#mwcp .main-content {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#mwcp .main-content__container {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--main-color);
  text-align: center;
  margin-top: 32px;
  padding: clamp(1.5rem, 0.591rem + 4.55vw, 4rem) clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
}
#mwcp .main-content__follow {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4 !important;
  position: relative;
  padding-bottom: 24px;
}
#mwcp .main-content__follow::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
}
#mwcp .main-content__follow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid var(--main-color);
}
@media screen and (min-width: 768px) {
  #mwcp .main-content__follow::after {
    bottom: -32px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 32px solid var(--main-color);
  }
}
#mwcp .main-content__text {
  font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
  font-weight: 700;
  line-height: 1.6 !important;
  margin-top: 32px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #mwcp .main-content__text {
    margin-top: 40px;
    text-align: center;
  }
}
#mwcp .main-content__text span {
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-weight: 700;
  color: var(--main-color);
}
#mwcp .main-content__present {
  margin-top: clamp(1.5rem, 0.773rem + 3.64vw, 3.5rem);
}
#mwcp .main-content__present .present-content {
  position: relative;
  background-color: var(--main-color);
  padding: 5%;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #mwcp .main-content__present .present-content {
    padding: 32px;
  }
}
#mwcp .main-content__present .present-content .present-text__sp {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #mwcp .main-content__present .present-content .present-text__sp {
    display: none;
  }
}
#mwcp .main-content__present .present-content .present-text__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #mwcp .main-content__present .present-content .present-text__pc {
    display: block;
    max-width: 672px;
    width: 100%;
    margin: 0 auto;
  }
}
#mwcp .main-content__present .present-content .present-card__sp {
  position: absolute;
  display: block;
  width: 15.625vw;
  top: -60px;
  right: 0;
}
@media screen and (min-width: 768px) {
  #mwcp .main-content__present .present-content .present-card__sp {
    display: none;
  }
}
#mwcp .main-content__present .present-content .present-card__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #mwcp .main-content__present .present-content .present-card__pc {
    position: absolute;
    display: block;
    width: 100px;
    top: -45%;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  #mwcp .main-content__present .present-content .present-card__pc {
    position: absolute;
    display: block;
    width: 150px;
    top: -60%;
    right: 0;
  }
}
#mwcp .main-content__present p {
  font-size: 14px;
  text-align: justify;
  margin-top: 8px;
}
#mwcp .main-content__condition {
  margin-top: clamp(1.5rem, 0.773rem + 3.64vw, 3.5rem);
}
#mwcp .main-content__condition p {
  background-color: #ececec;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  font-weight: 500;
  margin-top: 24px;
  padding: clamp(0.625rem, 0.125rem + 2.5vw, 2rem);
}
#mwcp .main-content__redemption {
  max-width: 423px;
  width: 80%;
  margin: 5% auto 0;
}
@media screen and (min-width: 768px) {
  #mwcp .main-content__redemption {
    width: 100%;
  }
}
#mwcp .main-apply {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#mwcp .main-apply__step {
  background-color: #333333;
  margin-top: 24px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  #mwcp .main-apply__step {
    padding: 32px;
  }
}
#mwcp .step__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  #mwcp .step__item {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
#mwcp .step__item a {
  display: grid;
  background-color: #c82564;
  border-radius: 30px;
  color: #fff;
  align-items: center;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  justify-items: center;
}
#mwcp .step__title {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #mwcp .step__title {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
#mwcp .step__title p {
  font-size: clamp(1.063rem, 0.903rem + 0.8vw, 1.5rem);
  font-weight: 600;
  color: #f6e6cc;
}
#mwcp .step__title p span {
  color: #fff;
}
#mwcp .step__list {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  #mwcp .step__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#mwcp .step__card {
  background-color: #fff;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  #mwcp .step__card {
    padding: 24px;
  }
}
#mwcp .step__card .card__info {
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  #mwcp .step__card .card__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
  }
}
#mwcp .step__card .card__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #mwcp .step__card .card__title {
    display: grid;
    align-items: center;
    font-size: 18px;
    height: 50px;
  }
}
@media screen and (min-width: 960px) {
  #mwcp .step__card .card__title {
    display: block;
    height: auto;
  }
}
#mwcp .step__card .card__date {
  font-size: 14px;
  font-weight: 600;
  line-height: 0.6;
  color: var(--main-color);
}
#mwcp .step__card .card__date span {
  font-size: 16px;
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  #mwcp .step__card .card__date span {
    font-size: 18px;
  }
}
#mwcp .step__card .card__youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
  overflow: hidden;
}
#mwcp .step__card .card__youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
#mwcp .step__card iframe[id^=youtube-player-] {
  display: block;
  width: 100% !important;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
  margin-top: 10px;
}
#mwcp .step__card small {
  display: grid;
  align-items: center;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  #mwcp .step__card small {
    height: 30px;
  }
}
#mwcp .step__card a {
  display: grid;
  background-color: var(--main-color);
  border-radius: 30px;
  color: #fff;
  align-items: center;
  padding: 10px 20px;
  justify-items: center;
  margin: 16px auto 0;
  box-shadow: 0 5px #d9d9d9;
}
@media screen and (min-width: 768px) {
  #mwcp .step__card a {
    width: 180px;
  }
}
#mwcp .step__card a img {
  width: 95px;
}
#mwcp .main-apply__caution {
  font-size: 16px;
  font-weight: 600;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #mwcp .main-apply__caution {
    font-size: 20px;
    text-align: center;
  }
}
#mwcp .event-campaign__caution {
  background-color: #fff;
  padding: clamp(3rem, 2.636rem + 1.82vw, 4rem) 20px;
}
#mwcp .event-campaign__caution ul {
  max-width: 1120px;
  margin: 24px auto 0;
}
#mwcp .event-campaign__caution ul li a {
  font-weight: 600;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */