@charset "UTF-8";

/*
** 追加CSS
*/

img {
  pointer-events: none;
}

ul, p {
  margin: 0;
}

.unique-title {
  font-size: 2.1rem;
  font-weight: 600;
}

.unique-flexCentering {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.unique-campaign-details {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.unique-campaign-info span {
  border-bottom: 2px solid #dc8397;
}

.unique-contentHdg {
  font-size: 1.6rem;
  font-weight: 600;
}

.unique-contentBox + .unique-contentBox {
  margin-top: 50px;
}

.unique-notes {
  font-size: 1.4rem;
}

.unique-lists {
  padding-left: 0;
}

.unique-lists > li {
  list-style: none;
}

* + .unique-steps {
  margin-top: 35px;
}

.unique-steps dt {
  font-size: 1.6rem;
  font-weight: 600;
}

.unique-steps dd {
  margin-top: 10px;
}

.unique-steps dd + dd {
  margin-top: 10px;
}

.unique-imgBox {
  margin-top: 10px;
  width: 100%;
  max-width: 400px;
}

.unique-imgBox.is-pc {
  max-width: 1000px;
}

.unique-imgBox img {
  width: 100%;
}

.unique-imgBox.is-buy p {
  margin-bottom: 10px;
}

.unique-imgBox.is-buy img {
  box-shadow: 2px 2px 5px #000000;
}

.unique-imgBox + .unique-imgBox {
  margin-top: 20px;
}

.unique-completeTextBox {
  width: 100%;
  max-width: 800px;
}

.unique-thanks-caution {
  margin-top: 40px;
  padding: 30px;
  border-radius: 50px;
  background-color: #4f4f4f;
}

.unique-ta-c {
  text-align: center;
}

.unique-mt20 {
  margin-top: 20px;
}

.unique-fc-white {
  color: #ffffff;
}

.unique-fc-pailGold {
  color: #ffe470;
}

.unique-streaming-bt {
  margin: 20px 0px 40px 0px; text-align: center;
}

.unique-streaming-bt a {
  display: inline-block;
  padding: 20px 40px;
  background-color: #000;
  color: #fff; text-align: center;
  margin-top: 20px; text-align: center;
  text-decoration: none;
}

.unique-pc-none {
  display: none;
}

.unique-title-fontSize {
  font-size: 2.0rem;
}

.unique-present-fontSize {
  font-size: 1.9rem;
  text-decoration: underline;
}

.unique-textWrap {
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.unique-logoImg {
  padding: 10px;
}

.unique-butterfly01,
.unique-butterfly02 {
  position: relative;
}

.unique-butterfly01:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 151px;
  height: 71px;
  background: url(../images/butterfly01.png) no-repeat;
  background-size: cover;
  opacity: 0.6;
}

.unique-butterfly02:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 65px;
  width: 39.5px;
  height: 33px;
  background: url(../images/butterfly02.png) no-repeat;
  background-size: cover;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .unique-pc-none {
    display: block;
  }

  .unique-title-adjust {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .unique-notes.is-sp {
    font-size: 1.2rem;
  }

  .unique-vertical-adjust {
    width: 70%;
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
** style.cssを上書き・追記するcss
*/

.p-headerbanner {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-headerbanner {
    width: 80%;
  }

  .p-pageContent.unique-padding-adjust {
    padding: 16px 10px;
  }
}