@charset "utf-8";
/* =============================================
common
============================================= */
.flex--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectionWrap,
#section1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .page-top h2 {
    margin: 0;
    padding: 0;
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}
/* =============================================
mvArea
============================================= */
.mvArea {
  position: relative;
}
@media screen and (max-width: 869px) {
  .mvArea {
    position: relative;
  }
}
@media screen and (min-width: 870px) {
  .mvArea img {
    width: 100%;
  }
}
/* =============================================
section1
============================================= */
.leadText {
  text-align: center;
  font-size: 22px;
  line-height: 2;
  padding: 60px 0 100px;
  font-weight: bold;
}
.leadText span {
  color: #cf1f21;
}
@media screen and (max-width: 869px) {
  .leadText {
    text-align: center;
    font-size: 3.73vw;
    padding: 7vw 5.5vw 10vw;
    line-height: 8vw;
  }
}
/* =============================================
flow
============================================= */
h2.title01 img {
  width: 380px;
}
h2.title {
  text-align: center;
  margin: 0 0 15px;
}
#flow .flex--wrap {
  max-width: 700px;
  margin: 42px auto 89px;
  border: 7px solid #e4bf38;
  border-radius: 40px;
  justify-content: center;
  padding: 42px 0;
}
#flow .flex--wrap li {
  width: 335px;
  border-right: 4px dotted #e4bf38;
}
#flow .flex--wrap li:last-child {
  border-right: none;
}
#flow .flex--wrap li .step {
  display: block;
  width: 60%;
  margin: 0 auto;
}
#flow .flex--wrap li .icon {
  display: block;
  width: 54%;
  margin: 34px auto 22px;
}
#flow .flex--wrap li .text {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
#flow .flex--wrap li .text span {
  display: block;
  color: #cf1f21;
  font-size: 27px;
}
#flow .flex--wrap li .button {
  font-size: 20px;
  font-weight: bold;
  background: #73b33d;
  color: #fff;
  display: block;
  width: 83%;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 100em;
  padding: 9px 0;
  position: relative;
}
#flow .flex--wrap li .button:before {
  content: "";
  position: absolute;
  top: 43%;
  right: 18px;
  width: 9px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
#flow .flex--wrap li .button:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 18px;
  width: 9px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}
#flow .flex--wrap li .tw-button {
  font-size: 20px;
  font-weight: bold;
  background: #000000;
  color: #fff;
  display: flex;
  width: 83%;
  margin: 9px auto 0;
  text-align: center;
  border-radius: 100em;
  padding: 9px 0;
  position: relative;
  align-items: center;
  justify-content: center;
}
#flow .flex--wrap li .tw-button .icon-x {
  width: 8%;
  padding-right: 6px;
}
#flow .flex--wrap li .tw-button:before {
  content: "";
  position: absolute;
  top: 43%;
  right: 18px;
  width: 9px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
#flow .flex--wrap li .tw-button:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 18px;
  width: 9px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 869px) {
  h2.title {
    text-align: center;
    position: relative;
  }
  h2.title01 img {
    width: 63%;
  }
  #flow .flex--wrap {
    flex-wrap: wrap;
    width: 84%;
    margin: 6vw auto 11vw;
    border-radius: 35px;
    padding: 0;
    border: 5px solid #e4bf38;
  }
  #flow .flex--wrap li {
    width: 88%;
    border-right: none;
    border-bottom: 3px dotted #ffe851;
    padding-top: 8vw;
  }
  #flow .flex--wrap li:first-child {
    padding-top: 6vw;
  }
  #flow .flex--wrap li:last-child {
    border-bottom: none;
  }
  #flow .flex--wrap li .step {
    width: 51%;
  }
  #flow .flex--wrap li .icon {
    width: 36%;
    margin: 3vw auto;
  }
  #flow .flex--wrap li .text {
    font-size: 3.7vw;
    line-height: 6.5vw;
  }
  #flow .flex--wrap li .button {
    font-size: 4vw;
    width: 90%;
    margin: 4vw auto 8vw;
    border-radius: 100em;
    padding: 3vw 0;
  }
  #flow .flex--wrap li .tw-button {
    font-size: 4.5vw;
    width: 90%;
    margin: 4vw auto 0;
    border-radius: 100em;
    padding: 3vw 0;
  }
  #flow .flex--wrap li .text span {
    font-size: 6.5vw;
    margin-top: 2vw;
  }
}
/* =============================================
prize
============================================= */
#prize {
  background: url(/sb/img/pages/cp_202401_present/bg_pc.jpg) no-repeat top / cover;
  padding: 81px 0 46px;
  position: relative;
}
h2.title02 img {
  width: 380px;
}
.present {
  width: 1010px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 93px 0 40px;
}
.present li {
  width: 475px;
  background: #fff;
  border-radius: 30px;
  padding: 70px 19px 40px;
  position: relative;
  display: flex;
  flex-flow: column;
}
.present li .title {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  color: #73b33d;
  line-height: 1.3;
}
.present li.present-b .title {
  color: #cf1f20;
}
.present li .text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: auto;
}
.present li .icon {
  position: absolute;
  width: 110px;
  margin: auto;
  left: 0;
  right: 0;
  top: -53px;
}
.present li .number {
  position: absolute;
  width: 114px;
  right: 3px;
  bottom: 152px;
}
.present .present-img {
  margin: 7px 0 15px;
}
@media screen and (max-width: 869px) {
  #prize {
    background: url(/sb/img/pages/cp_202401_present/bg_sp.jpg) no-repeat top / cover;
    padding: 10vw 0 0;
  }
  h2.title02 img {
    width: 63%;
  }
  .present {
    display: block;
    width: 100%;
    padding: 15vw 5.5vw 0.1vw;
  }
  .present li {
    width: 100%;
    margin-bottom: 15vw;
  }
  .present li .icon {
    width: 26%;
    top: -11vw;
  }
  .present li .title {
    font-size: 6vw;
    line-height: 8vw;
  }
  .present li .text {
    font-size: 3.2vw;
    line-height: 7vw;
    margin-top: inherit;
  }
  .present .present-img {
    margin: 0 0 5vw;
  }
  .present li .number {
    width: 23vw;
    right: 2vw;
    bottom: 30vw;
  }
}
/* =============================================
section3
============================================= */
#section3 {
  position: relative;
  padding: 89px 0 100px;
}
h2.title03 img {
  width: 380px;
}
.terms {
  margin: 50px auto 0;
  padding: 40px 80px 50px 80px;
  position: relative;
  color: #082929;
  max-width: 1000px;
  background: #f7f6dc;
  border-radius: 40px;
}
.terms h3.caption {
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #e4bf38;
  padding: 0 15px;
  margin-bottom: 25px;
  margin-top: 45px;
}
.li--detail {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.li--detail li {
  display: table;
  line-height: 2;
  table-layout: auto;
}
.li--detail li .pre {
  display: table-cell;
  padding: 0rem 0.5rem 0rem 0rem;
  white-space: nowrap;
  width: 1%;
}
.li--detail .link {
  text-decoration: underline;
}
@media screen and (max-width: 869px) {
  #section3 {
    padding: 12vw 0 13vw;
  }
  h2.title03 img {
    width: 63%;
  }
  .terms {
    margin: 6vw 5.5vw 0;
    padding: 5vw 6vw 9vw;
    border-radius: 16px;
  }
  .li--detail {
    font-size: 3.4vw;
    font-weight: 500;
    margin-bottom: 5vw;
  }
  .li--detail li {
    display: table;
    line-height: 7vw;
    table-layout: auto;
  }
  .terms h3.caption {
    font-size: 3.72vw;
    margin-top: 4vw;
  }
}