@charset "UTF-8";
/* = sec-contents
----------------------------------------------- */
.sec-contents {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.sec-contents img {
  width: 100%;
}
.sec-contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview-btn {
  margin-bottom: 40px;
}
.btn-top-text{
  display:block;
  margin:0 auto 10px auto;
  text-align:center;
}
@media only screen and (min-width: 769px) {
  .sec-contents img {
    width: auto;
    max-width: 100%;
  }
  .overview-btn {
    margin-bottom: 60px;
  }
}
/* = sec-visual
----------------------------------------------- */
.sec-visual {
  background-color: #ed6103;
  text-align: center;
  padding-top: 16px;
}

.visual-inner {
  background-image: url(../images/visual_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.visual-title {
  width: 89.3vw;
  height: 39.7vw;
  background-image: url(../images/visual_title.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.visual-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: -46px;
  max-width: 750px;
}
.visual-image__homes {
  -ms-flex-preferred-size: 60.8vw;
      flex-basis: 60.8vw;
  margin-left: -2.4vw;
}
.visual-image__label {
  min-width: 177px;
  width: 47.2vw;
  position: absolute;
  top: 16vw;
  right: 0.5vw;
}
.visual-image__label::after {
  content: "";
  display: block;
  width: 110px;
  height: 80px;
  background-image: url(../images/visual_giftcard.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.visual-period {
  background-color: #ffe733;
  padding: 12px 0 14px;
  color: #ed6103;
  font-size: 14px;
  font-weight: 700;
}
.visual-period dt {
  margin-bottom: 5px;
}
.visual-period dd {
  font-size: 18px;
  font-weight: 900;
}

@media only screen and (min-width: 769px) {
  .sec-visual {
    padding-top: 35px;
  }

  .visual-inner {
    background-image: url(../images/visual_bg_pc.jpg);
    background-size: contain;
    max-width: 1280px;
    margin: 0 auto;
  }

  .visual-title {
    width: 877px;
    height: 252px;
    background-image: url(../images/visual_title_pc.svg);
  }

  .visual-image {
    margin: -72px auto 0;
    max-width: 740px;
  }
  .visual-image__homes {
    -ms-flex-preferred-size: 342px;
        flex-basis: 342px;
    max-height: 403px;
    overflow-y: hidden;
    margin-left: 0;
  }
  .visual-image__label {
    width: 267px;
    top: 82px;
    right: 142px;
  }
  .visual-image__label::after {
    width: 176px;
    height: 124px;
    right: -150px;
    bottom: 54px;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }

  .visual-period {
    padding: 17px 0;
    font-size: 18px;
  }
  .visual-period dt, .visual-period dd {
    display: inline-block;
    vertical-align: middle;
  }
  .visual-period dt {
    margin: 4px 0 0;
  }
  .visual-period dd {
    font-size: 30px;
    margin-left: 16px;
  }
}
/* = sec-main
----------------------------------------------- */
.sec-main {
  position: relative;
  overflow: hidden;
}
.sec-main .sec-inner {
  padding: 40px 20px 30px;
}
.sec-main .cp-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.sec-main .cp-title::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000;
  margin: 16px auto 0;
}
.sec-main .text {
  font-size: 16px;
  line-height: 1.7;
}
.sec-main .text .strong {
  color: #ed6103;
  font-weight: 700;
}
.sec-main .note {
  font-size: 12px;
  line-height: 1.7;
}
.sec-main p a {
  color: #3282fa;
  text-decoration: underline;
}
.sec-main .pc-only {
  display: none;
}
.sec-main .btn a {
  display: block;
  background: #06c755;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  padding: 18px 0;
  position: relative;
}
.sec-main .btn a::after {
  content: "";
  display: block;
  width: 1vw;
  height: 2.1vw;
  background-image: url(../images/btn_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
  .sec-main .sp-only {
    display: none;
  }
  .sec-main .pc-only {
    display: block;
  }
  .sec-main .sec-inner {
    padding: 60px 0;
    max-width: 940px;
    margin: 0 auto;
  }
  .sec-main .cp-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .sec-main .cp-title::after {
    margin: 20px auto 0;
  }
  .sec-main .text {
    font-size: 20px;
  }
  .sec-main .note {
    font-size: 14px;
  }
  .sec-main .btn a {
    width: 300px;
    margin: 0 auto;
  }
  .sec-main .btn a::after {
    width: 5px;
    height: 8px;
  }
}
/* = sec-overview
----------------------------------------------- */
.sec-overview .overview-block {
  text-align: center;
}
.sec-overview .overview-block:first-child {
  margin-bottom: 40px;
}
.sec-overview .overview-block .note {
  margin-top: 5px;
}

@media only screen and (min-width: 769px) {
  .sec-overview .overview-block:first-child {
    margin-bottom: 60px;
  }
}
/* = sec-about
----------------------------------------------- */
.sec-about {
  background-color: #fff7e8;
}
.sec-about .about-inner__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 17px;
  height: 56.5vw;
}
.sec-about .about-inner__image .image-balloon {
  -ms-flex-preferred-size: 67.7vw;
      flex-basis: 67.7vw;
  margin: -3.7vw 0 0 -4.8vw;
}
.sec-about .about-inner__image .image-homes {
  width: 35.4vw;
  position: absolute;
  top: 7.3vw;
  right: -1vw;
}

@media only screen and (min-width: 769px) {
  .sec-about .sec-inner {
    padding: 60px 0 0;
  }
  .sec-about .cp-title {
    margin-bottom: 0;
  }
  .sec-about .about-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-about .about-inner__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 470px;
    height: 294px;
    margin-bottom: 0;
  }
  .sec-about .about-inner__image .image-balloon {
    -ms-flex-preferred-size: 331px;
        flex-basis: 331px;
    margin: 0;
  }
  .sec-about .about-inner__image .image-homes {
    width: 178px;
    right: 0;
    top: 44px;
  }
  .sec-about .about-inner__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 452px;
    padding-top: 38px;
  }
}
/* = sec-step
----------------------------------------------- */
.sec-step .sec-inner {
  padding: 40px 20px 0;
}
.sec-step .step-lead {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.sec-step .step-list-wrap {
  margin: 45px auto 30px;
}
.sec-step .step-list {
  border: 3px solid #ed6103;
  border-radius: 8px;
  padding: 0 20px 20px;
  margin-bottom: 60px;
}
.sec-step .step-list .step-num {
  width: 60px;
  margin: -28px auto 16px;
}
.sec-step .step-list h3 {
  color: #ed6103;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}
.sec-step .step-list .step-text {
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 17px;
}
.sec-step .step-list:nth-child(2) {
  padding: 0 20px 10px;
}
.sec-step .step-list:last-child {
  margin-bottom: 0;
}
.sec-step .step-inner__left {
  margin-bottom: 10px;
}
.sec-step .step-inner.step-inner01 .step-inner__left .step-box dd {
  width: 70.1vw;
  margin: 0 auto;
}
.sec-step .step-inner.step-inner01 .step-inner__right {
  margin-bottom: 20px;
}
.sec-step .step-inner.step-inner02 .step-box {
  margin-bottom: 20px;
  padding: 13px 9px 15px 2px;
}
.sec-step .step-inner.step-inner03 .step-box, .sec-step .step-inner.step-inner04 .step-box {
  padding: 17px 63px 20px;
}
.sec-step .step-box {
  background-color: #fff7e8;
  padding: 18px 12px;
  text-align: center;
  border-radius: 4px;
  width: 100%;
}
.sec-step .step-box dt {
  color: #ed6103;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sec-step .step-box__text {
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.6;
}
.sec-step .step-inform {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-top: 15px;
}
.sec-step .modal-wrap__inner {
  display: none;
}

@media only screen and (min-width: 769px) {
  .sec-step .sec-inner {
    padding: 60px 0 0;
  }
  .sec-step .step-lead {
    font-size: 20px;
  }
  .sec-step .step-list-wrap {
    margin: 107px auto 80px;
  }
  .sec-step .step-list {
    padding: 0 30px 30px;
    margin: 0 auto 100px;
    max-width: 940px;
  }
  .sec-step .step-list .step-num {
    width: 91px;
    margin: -59px auto 23px;
  }
  .sec-step .step-list h3 {
    font-size: 20px;
  }
  .sec-step .step-list .step-text {
    font-size: 16px;
    margin-bottom: 23px;
  }
  .sec-step .step-list .step-text.note {
    font-size: 14px;
  }
  .sec-step .step-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sec-step .step-inner .step-inner__left {
    margin-bottom: 0;
  }
  .sec-step .step-inner.step-inner01 {
    margin-bottom: 40px;
  }
  .sec-step .step-inner.step-inner01 .step-box {
    width: 432px;
    padding: 18px 0 0;
  }
  .sec-step .step-inner.step-inner01 .step-inner__left dt {
    margin-bottom: 20px;
  }
  .sec-step .step-inner.step-inner01 .step-inner__left dd {
    padding: 0 82px 0 53px;
  }
  .sec-step .step-inner.step-inner01 .step-inner__right {
    margin-bottom: 0;
  }
  .sec-step .step-inner.step-inner01 .step-inner__right dd {
    padding: 0 40px 0 47px;
  }
  .sec-step .step-inner.step-inner02 .step-box {
    padding: 20px 298px 20px 291px;
  }
  .sec-step .step-inner.step-inner03 .step-box, .sec-step .step-inner.step-inner04 .step-box {
    padding: 20px 352px;
  }
  .sec-step .step-links:first-child {
    margin-bottom: 20px;
  }
  .sec-step .step-links dt {
    font-size: 16px;
  }
  .sec-step .step-links dd a {
    font-size: 14px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  .sec-step .step-links dd a:hover {
    opacity: 0.7;
  }
  .sec-step.step-box {
    padding: 15px 18px 10px;
  }
  .sec-step.step-box dt {
    font-size: 16px;
  }
  .sec-step .step-inform {
    font-size: 20px;
    margin-top: 20px;
  }
  .sec-step .modal-wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  .sec-step .modal-wrap__inner {
    display: block;
    width: 390px;
    padding: 5px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0px 0px 20px 0px #c2c2c2;
            box-shadow: 0px 0px 20px 0px #c2c2c2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sec-step .modal-wrap .wrap {
    border: 1px solid #f0f0f0;
    background-color: #fff;
  }
  .sec-step .modal-wrap .moduleHead {
    padding: 14px 18px;
    border-bottom: 1px solid #efeadd;
    background-color: #f8f6f1;
  }
  .sec-step .modal-wrap .moduleHead .heading {
    color: #ed6103;
    font-size: 17px;
    font-weight: bold;
  }
  .sec-step .modal-wrap .moduleBody {
    padding: 18px;
    line-height: 1.6;
    background-color: #fff;
  }
  .sec-step .modal-wrap .moduleBody .qrCode {
    text-align: center;
    margin-top: 0;
  }
  .sec-step .modal-wrap .moduleBody p {
    font-size: 13px;
    margin-top: 1em;
  }
  .sec-step .modal-wrap .closeBtn-top a {
    display: block;
  }
  .sec-step .modal-wrap .closeBtn-top .btn-close {
    position: absolute;
    top: -17px;
    right: -17px;
    width: 42px;
    height: 42px;
    background: transparent url(../images/fancybox.png) 0 -480px;
    cursor: pointer;
    z-index: 1103;
  }
  .sec-step .modal-wrap .closeBtn-bottom {
    padding-top: 5px;
  }
  .sec-step .modal-wrap .closeBtn-bottom .btn-close {
    display: block;
    margin: 0 auto;
    width: 92px;
    height: 40px;
    background: url(../images/close_text_black.png) no-repeat 0 0;
    cursor: pointer;
  }
}
/* = sec-terms
----------------------------------------------- */
.sec-terms {
  position: relative;
  z-index: 2;
  padding: 30px 0 20px;
}
.sec-terms .sec-inner {
  padding: 0 20px;
}

.terms-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.terms-box {
  padding: 14px;
  border: 2px solid #efefef;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.7;
  height: 270px;
  overflow-y: scroll;
}
.terms-box h3 {
  margin-bottom: 1.5em;
}
.terms-box dl {
  margin-top: 20px;
}
.terms-box dl dt::before {
  content: "■";
}
.terms-box dl dd {
  text-indent: -1em;
  padding-left: 1em;
}
.terms-box dl dd::before {
  content: "・";
}
.terms-box dl dd.note {
  text-indent: 0;
  font-size: 14px;
}
.terms-box dl dd.note::before {
  content: "";
}
.terms-box dl dd.terms-contact {
  text-indent: 0;
  padding-left: 0;
}
.terms-box dl dd.terms-contact::before {
  content: "";
}
.terms-box dl .terms-contact {
  margin-top: 20px;
}
.terms-box dl .terms-contact a {
  word-break: break-word;
}

@media only screen and (min-width: 769px) {
  .sec-terms {
    padding: 80px 0 0;
  }
  .sec-terms .sec-inner {
    padding: 20px 0 40px;
  }

  .terms-title {
    font-size: 36px;
    margin-bottom: 16px;
  }

  .terms-box {
    width: 940px;
    margin: 0 auto;
    height: 292px;
    font-size: 16px;
    padding: 20px 17px;
  }
  .terms-box h3, .terms-box p {
    font-size: 14px;
  }
  .terms-box dl dt, .terms-box dl dd {
    font-size: 14px;
  }
}
/* = .sec-expired キャンペーン期間終了後
----------------------------------------------- */
.sec-expired {
  display: none;
}

.sec-contents.is-expired {
  position: relative;
}
.sec-contents.is-expired::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.sec-contents.is-expired .sec-expired {
  display: block;
  width: 500px;
  height: 203px;
  background-image: url(../images/sp_aftercp.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
          transform: translate(-50%, -50%) rotate(-10deg);
  z-index: 30;
}
.sec-contents.is-expired .sec-expired p {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .sec-contents.is-expired .sec-expired {
    width: 690px;
    height: 189px;
    background-image: url(../images/pc_aftercp.png);
  }
}