@charset "UTF-8";
.lp-container {
  max-width: 620px;
  margin: 0 auto;
  font-family: "Hiragino Sans", Meiryo, Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  scroll-behavior: smooth;
  /* ----------------------------------------
      Reset / Normalize
  ---------------------------------------- */
  /* ----------------------------------------
      Base styles
  ---------------------------------------- */
  /* ----------------------------------------
      Layout
  ---------------------------------------- */
  /* ----------------------------------------
      Typography
  ---------------------------------------- */
  /* ----------------------------------------
      main
  ---------------------------------------- */
  /* ↓↓↓ spanタグ装飾 ↓↓↓ */
  /* ↑↑↑ spanタグ装飾 ↑↑↑ */
}
.lp-container * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp-container main {
  width: 90%;
  margin: 0 auto;
}
.lp-container img {
  width: auto;
}
.lp-container .sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-container .sp_only {
    display: block;
  }
}
.lp-container h1,
.lp-container h2,
.lp-container h3 {
  font-weight: 600;
  line-height: 1.4;
}
.lp-container h1 {
  font-size: 2rem;
}
.lp-container h2 {
  font-size: 1.5rem;
}
.lp-container h3 {
  font-size: 1.3rem;
}
.lp-container p {
  font-size: 1.2rem;
  padding: 0 0.5em;
}
.lp-container .content_image {
  text-align: center;
  margin: 40px 0.5em;
}
.lp-container .content_image.with-note {
  padding-bottom: 0;
  margin: 40px 0.5em 0;
}
.lp-container .content_image.top-img {
  padding-top: 40px;
  margin: 0 0.5em;
}
.lp-container .content_image.arrow {
  width: 300px;
  margin: 20px auto;
}
.lp-container .content_image video {
  width: 75%;
}
.lp-container .small-space {
  margin: 20px 0.5em 40px;
}
.lp-container .content_image.with-note.small-space {
  margin: 20px 0.5em 0;
}
.lp-container img {
  width: 100%;
}
.lp-container .note {
  font-size: 10px;
}
.lp-container .asterisk-box {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.lp-container .asterisk {
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  right: 0;
}
.lp-container .note_box {
  margin: 10px auto 0 0;
}
.lp-container .note_box .note {
  font-size: 10px;
  text-align: left;
}
.lp-container .decorated-text {
  position: relative;
  color: red;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}
.lp-container .decorated-text::before {
  content: "＼";
  margin-right: 0.25em;
  font-weight: 400;
}
.lp-container .decorated-text::after {
  content: "／";
  margin-left: 0.25em;
  font-weight: 400;
}
.lp-container .label {
  background: transparent;
  /*背景透明に*/
  border-left: solid 12px #4E95D9;
  padding: 0.5em 0 0.5em 0.5em;
  margin: 50px 0;
}
.lp-container .square {
  position: relative;
  padding: 0 0.5em 0 1.5em;
  margin: 30px 0;
}
.lp-container .square::before {
  content: "";
  position: absolute;
  margin-left: 0.5em;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
  width: 15px;
  height: 15px;
}
.lp-container .red {
  font-weight: bold;
  color: red;
}
.lp-container .border {
  background-color: yellow;
}
.lp-container .bold {
  font-weight: bold;
}
.lp-container .border_bold {
  background-color: yellow;
  font-weight: bold;
}
.lp-container .border_bold_red {
  background-color: yellow;
  font-weight: bold;
  color: red;
}
.lp-container .large {
  font-size: 1.6rem;
}
.lp-container .thanks {
  font-size: 2.2rem;
}
.lp-container .center {
  text-align: center;
  font-weight: 600;
  margin: 30px 0;
}
.lp-container .center .red {
  font-weight: 600;
}
.lp-container .content-top .top_text {
  padding-top: 20px;
}
.lp-container .center-wrap {
  text-align: center;
  margin: 20px 0;
}
.lp-container .space {
  margin: 30px 0;
}
.lp-container .no-space {
  margin: 0 0.5em 40px;
}
.lp-container .large-space {
  margin: 40px 0 30px;
}
.lp-container .dashed {
  background: #E0EEFD;
  -webkit-box-shadow: 0px 0px 0px 5px #E0EEFD;
          box-shadow: 0px 0px 0px 5px #E0EEFD;
  border: dashed 2px #9DC5FF;
  padding: 15px 3%;
  width: 90%;
  margin: 20px auto;
}
.lp-container .voice {
  position: relative;
  border: 3px solid #C6CBF4;
  padding: 5% 3% 3%;
  border-radius: 30px;
  margin: 30px 0;
}
.lp-container .voice .voice_label {
  position: absolute;
  background-color: #C6CBF4;
  top: -15px;
  left: 8%;
  font-weight: bold;
}
.lp-container .voice .content_image {
  margin: 30px 0.5em 20px;
}
.lp-container .point {
  margin-top: 30px;
}
.lp-container .preference {
  text-align: center;
}
.lp-container .preference h2 {
  display: inline-block;
  color: #028549;
  border-bottom: 2px solid #028549;
  padding: 0 1%;
  font-size: 2.2rem;
  font-weight: 600;
}
.lp-container .factory {
  border: 3px solid #4EA72E;
  border-radius: 30px;
  padding: 5%;
  margin: 30px 0;
}
.lp-container .factory h3 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.lp-container .campaign .triangle_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin: 30px auto;
}
.lp-container .campaign .triangle {
  width: 0;
  height: 0;
  border-top: 20px solid red;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  margin: 0 auto;
}
.lp-container .campaign .question {
  border: 3px solid #D8113D;
  border-radius: 30px;
  padding: 2% 5%;
  margin: 30px 0;
}
.lp-container .campaign .button_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 350px;
  margin: 0 auto 20px;
}
.lp-container .campaign .button_flex input[type=checkbox] {
  display: none;
}
.lp-container .campaign .button_flex input[type=checkbox].checked + label {
  background-color: #D8113D;
  border: 1px solid #D8113D;
  color: #fff;
}
.lp-container .campaign .button_flex label {
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 1.2rem;
  padding: 8px;
  width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp-container .campaign .button_flex input:hover + label {
  background-color: #D8113D;
  border: 1px solid #D8113D;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.lp-container .campaign .button_flex input[type=checkbox].checked_off + label {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.lp-container .campaign .button_flex.choicesbox {
  display: block;
  width: 100%;
}
.lp-container .campaign .button_flex.choicesbox label {
  display: block;
  width: 100%;
  margin: 5px 0;
  text-align: left;
}
.lp-container .campaign #content_overlay.is-overlay {
  opacity: 0.5;
  position: relative;
}
.lp-container .campaign #content_overlay.is-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: not-allowed;
  background-color: transparent;
}
.lp-container .campaign .triangle_flex.four {
  margin-bottom: 0;
}
.lp-container .campaign .content_image_link {
  cursor: pointer;
}
.lp-container .campaign .content_image_link img {
  -webkit-animation: pulseEffect 1.5s ease-in-out infinite;
          animation: pulseEffect 1.5s ease-in-out infinite;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@-webkit-keyframes pulseEffect {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes pulseEffect {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.lp-container .lp-footer {
  background-color: #E8E8E8;
  padding: 30px 0;
}
.lp-container .lp-footer ul {
  list-style: none;
}
.lp-container .lp-footer ul li {
  text-align: center;
}
.lp-container .lp-footer ul li a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .lp-container main {
    width: 95%;
  }
  .lp-container p {
    font-size: 1rem;
  }
  .lp-container h3 {
    font-size: 1.1rem;
  }
  .lp-container h2,
  .lp-container .large,
  .lp-container .border_bold.highlight {
    font-size: 1.2rem;
  }
  .lp-container .thanks,
  .lp-container .preference h2 {
    font-size: 1.4rem;
  }
  .lp-container .asterisk-box {
    padding-right: 3%;
  }
  .lp-container .asterisk {
    font-size: 0.5rem;
  }
  .lp-container .label {
    margin: 30px 0;
  }
  .lp-container .content_image.arrow {
    width: 80%;
  }
  .lp-container .campaign .button_flex {
    width: 100%;
  }
  .lp-container .campaign .button_flex label {
    width: 40%;
    font-size: 1rem;
  }
}