@charset "utf-8";
/* CSS Document */
#campaign-section p{
  margin: 0;
}

#campaign-section ul li{
  list-style-type: disc;
  margin: 0 0 .5em 2rem;
    /* font-size: 1.9rem; */
}
.no_disc {
  list-style: none !important;
  margin-left: 0 !important;
}

.cpntxt{
  font-size: 1.6rem;
}
 /* lead
--------------------------------------------------------------------------------*/
.cpn_lead {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.cpn_lead #cpn_prof {
  margin-left: 20px;
}
.cpn_lead #cpn_prof span {
  display: block;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.2;
  padding-top: 5px;
}
#lead_sub {
  font-size: 1.8rem;
}
#lead_sub span {
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
}

@media only screen and (max-width: 1280px) {
.cpn_lead #cpn_prof img {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
.cpn_lead {
    display: block;
    margin-top: 0;
    font-size: 2.8rem;
  }
.cpn_lead #cpn_prof img {
    margin: 10px auto 0;
    display: block;
  }
.cpn_lead #cpn_prof span {
    display: block;
    text-align: center;
    font-size: 1.0em;
  }
  #lead_sub {
    font-size: 3.6rem;
  }
}
/* period
--------------------------------------------------------------------------------*/
.cpn_period {
  background: #f2f2f2;
  padding: 30px 30px 20px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
  margin-bottom: 60px;
}
.cpn_period dt {
  flex-basis: 23%;
  font-weight: bold;
}
.cpn_period dd {
  flex-basis: 77%;
  padding-bottom: 10px;
}
.cpn_period dd::before {
  content: "："
}
.cpn_period dd span {
  display: block;
  font-size: 0.8em;
  color: #d7063b;
  margin:  5px 0 0 1em;
}

@media only screen and (max-width: 767px) {
.cpn_period {
    display: block;
    font-size: 2.8rem;
  }
  .cpn_period dt {
    width: 100%;
  }
  .cpn_period dt::after {
    content: "："
  }
  .cpn_period dd {
    width: 100%;
    margin-bottom: 15px;
  }
  .cpn_period dd::before {
    content: ""
  }
  .cpn_period dd span {
  font-size: 0.8em;
  margin:  5px 0 0 0;
  }
}
.sp_pnly {
  display: none !important;
}

/* how to
--------------------------------------------------------------------------------*/
h2.cpn_ttl {
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 6px solid #d7063b;
  font-size: 1.6em;
  margin-bottom: 20px;
}
.cpn_howto {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.cpn_howto dl dt, .cpn_howto dl dd {
  max-width: 224px;
}
.cpn_howto dl dt img {
  width: 100% !important;
  height: auto;
  padding-bottom: 10px;
}
.cpn_btn {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
button:hover {
    opacity: .6;
}
.btn-square_x {
  display: inline-block !important;
  padding: 0.5em 1.5em !important;
  text-decoration: none !important;
  background: #000000 !important;/*ボタン色*/
  color: #FFF !important;
  border-bottom: solid 4px #627295 !important;
  border-radius: 10px !important;
  max-width: 400px;
  margin: 0 auto;
  font-size: 1.4em;
  line-height: 1.4;
  cursor: pointer;
  border: none;
}
.btn-square_i {
  display: inline-block !important;
  padding: 0.5em 1.5em !important;
  text-decoration: none !important;
  background: #da00b6 !important;/*ボタン色*/
  color: #FFF !important;
  border-bottom: solid 4px #80196f !important;
  border-radius: 10px !important;
  max-width: 400px;
  margin: 0 auto;
  font-size: 1.4em;
  line-height: 1.4;
  cursor: pointer;
  border: none;
}
.cpn_btn .btn_close {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  background: #000 !important;
  color: #fff;
  display: block;
  padding: 30px;
  width: 90%;
  font-size: 1.5em;
  opacity: 0.85;
}
a:hover {
    opacity: .6;
}
@media only screen and (max-width: 767px) {
  .cpn_howto {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0px;
  }
  .cpn_howto dl dt, .cpn_howto dl dd {
    max-width: 100%;
    width: 100%;
  }
  .cpn_howto dl dt img {
    width: 50% !important;
    height: auto;
    display: block;
    margin: 50px auto 18px;
  }
  .cpn_howto dl dd {
    margin-bottom: 20px;
    font-size: 1.5em;
  }
  .btn-square_x, .btn-square_i {
    max-width: 100%;
    font-size: 2em;
    font-weight: bold;
  }
  .cpn_btn .btn_close {
    padding: 10px;
    font-size: 1.0em;
}}



/* 2023アクティオオリジナル 建機ミニチュアモデルCPで追加 　ここまで*/
.products_box {
  position: relative;
  margin-bottom: 50px !important;
}
.products_box img {
  width: 70%;
  height: auto;
}
.products_box button {
  position: absolute;
  left: 60px;
  bottom: 20px;
  padding: 0.8em 0.6em 0.8em 1em!important;
  text-decoration: none !important;
  background: #d7073b !important;
  color: #FFF !important;
  border-radius: 10px !important;
  max-width: 400px;
  margin: 0 auto;
  font-size: 1.4em;
  cursor: pointer;
  border: none;
}
.products_box button:focus {
  outline: none;
} 
.arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  margin: 0 0 8px 20px;
}

.arrow::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
}
button:focus {
  outline: 1px dotted;
  /* outline: 5px auto -webkit-focus-ring-color; */
  outline: none;
}
.small {
  font-size: 90%;
}


@media screen and (max-width: 750px) {
  #gift_products img {
    max-width: 100%;
  }
  #campaign-section ul li{
      font-size: 3.2rem;
  }
  .btn-secondary {
      font-size: 3.0rem;
  }
  .products_box img {
    width: 100%;

  }
}
