@charset "UTF-8";
/* = sec-contents
----------------------------------------------- */
.sec-contents {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.sec-contents img {
  width: 100%;
}
.sec-contents * {
  box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
  .sec-contents img {
    width: auto;
    max-width: 100%;
  }
}
/* = 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: 47.2vw;
  background-image: url(../images/visual_title.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.visual-image {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -46px;
  max-width: 750px;
}
.visual-image__homes {
  flex-basis: 68.5vw;
}
.visual-image__label {
  min-width: 177px;
  width: 47.2vw;
  position: absolute;
  top: 16vw;
  right: -1.3vw;
}
.visual-image__label::after {
  content: "";
  display: block;
  width: 88px;
  height: 55px;
  background-image: url(../images/visual_giftcard.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  left: 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: 917px;
    height: 192px;
    background-image: url(../images/visual_title_pc.svg);
  }

  .visual-image {
    margin: -79px auto 0;
  }
  .visual-image__homes {
    flex-basis: 370px;
  }
  .visual-image__label {
    width: 267px;
    top: 109px;
    right: 142px;
  }
  .visual-image__label::after {
    width: 152px;
    height: 95px;
    right: -130px;
    bottom: 75px;
    left: auto;
    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;
}
.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 .kome {
  font-size: 12px;
  line-height: 1.7;
}
.sec-main p a {
  color: #3282fa;
  text-decoration: underline;
}
.sec-main .pc-only {
  display: none;
}

@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: 1040px;
    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 .kome {
    font-size: 14px;
  }
}
/* = sec-overview
----------------------------------------------- */
.sec-overview .overview-block {
  text-align: center;
}
.sec-overview .overview-block:first-child {
  margin-bottom: 40px;
}
.sec-overview .overview-block .kome {
  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: flex;
  position: relative;
  margin-bottom: 17px;
  height: 49.8vw;
}
.sec-about .about-inner__image .image-balloon {
  flex-basis: 51.7vw;
  margin: 2.4vw 0 0 4vw;
}
.sec-about .about-inner__image .image-homes {
  width: 35.4vw;
  position: absolute;
  top: 0;
  right: 5.3vw;
}
.sec-about .about-inner .kome {
  margin-top: 5px;
}

@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: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec-about .about-inner__image {
    order: 2;
    width: 426px;
    height: 252px;
    margin-bottom: 0;
  }
  .sec-about .about-inner__image .image-balloon {
    flex-basis: 283px;
    margin: 17px 0 14px;
  }
  .sec-about .about-inner__image .image-homes {
    width: 179px;
    right: 0;
  }
  .sec-about .about-inner__text {
    order: 1;
    width: 556px;
  }
}
/* = sec-step
----------------------------------------------- */
.sec-step .step-lead {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.sec-step .step-list-wrap {
  margin-top: 45px;
}
.sec-step .step-list {
  border: 3px solid #ed6103;
  border-radius: 8px;
  padding: 0 20px 25px;
  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:last-child {
  margin-bottom: 0;
}
.sec-step .step-inner.step-inner01 .step-inner__left {
  width: 238px;
  margin: 0 auto;
}
.sec-step .step-inner__left {
  margin-bottom: 10px;
}
.sec-step .step-inner.step-inner03 .step-inner__left .step-box dd {
  width: 70.1vw;
  margin: 0 auto;
}
.sec-step .step-inner.step-inner04 {
  width: 50.1vw;
  margin: 0 auto 18px;
}
.sec-step .step-links {
  text-align: center;
  font-weight: bold;
}
.sec-step .step-links dt {
  font-size: 14px;
  margin-bottom: 10px;
}
.sec-step .step-links dd a {
  display: block;
  background-color: #ed6103;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  padding: 17px 0 18px;
  border-radius: 100px;
  position: relative;
}
.sec-step .step-links dd a::after {
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  background-image: url(../images/step_button_arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.sec-step .step-links dd .step-links-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-step .step-links dd .step-links-button li {
  width: 49%;
  margin-bottom: 10px;
}
.sec-step .step-links:first-child {
  margin-bottom: 25px;
}
.sec-step .step-links .kome {
  font-weight: normal;
}
.sec-step .step-box {
  background-color: #fff7e8;
  padding: 18px 12px;
  text-align: center;
  border-radius: 4px;
}
.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;
}

@media only screen and (min-width: 769px) {
  .sec-step .step-lead {
    font-size: 20px;
  }
  .sec-step .step-list-wrap {
    margin-top: 106px;
  }
  .sec-step .step-list {
    padding: 0 30px 45px;
    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-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .sec-step .step-inner .step-inner__left {
    margin-bottom: 0;
  }
  .sec-step .step-inner.step-inner01 {
    width: 707px;
    margin: 0 auto;
  }
  .sec-step .step-inner.step-inner01 .step-inner__left {
    width: 339px;
  }
  .sec-step .step-inner.step-inner01 .step-inner__right {
    width: 345px;
  }
  .sec-step .step-inner.step-inner02 .step-inner__left {
    width: 301px;
  }
  .sec-step .step-inner.step-inner02 .step-inner__right {
    width: 563px;
  }
  .sec-step .step-inner.step-inner02 .step-inner__right .step-box__text {
    margin-bottom: 38px;
  }
  .sec-step .step-inner.step-inner02 .step-box__image {
    display: flex;
    position: relative;
  }
  .sec-step .step-inner.step-inner02 .step-box__image .image-inner:first-child {
    flex-basis: 277px;
  }
  .sec-step .step-inner.step-inner02 .step-box__image .image-inner:nth-of-type(2) {
    width: 275px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sec-step .step-inner.step-inner03 .step-inner__left, .sec-step .step-inner.step-inner03 .step-inner__right {
    width: 432px;
  }
  .sec-step .step-inner.step-inner03 .step-inner__left.step-box dd {
    width: 298px;
    margin: 25px 82px 0 52px;
  }
  .sec-step .step-inner.step-inner03 .step-inner__right.step-box dd {
    width: 344px;
    margin: 0 auto;
  }
  .sec-step .step-inner.step-inner03 .step-inner__right.step-box .step-box__text {
    margin-bottom: 15px;
  }
  .sec-step .step-inner.step-inner04 {
    width: 188px;
    display: block;
  }
  .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;
    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;
  }
}
/* = sec-terms
----------------------------------------------- */
.sec-terms {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
.sec-terms .sec-inner {
  padding: 40px 20px 0;
}

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

.terms-box {
  padding: 20px;
  border: 2px solid #efefef;
  font-size: 14px;
  line-height: 1.6;
  height: 270px;
  overflow-y: scroll;
}
.terms-box dl {
  margin-top: 20px;
}
.terms-box dl dt {
  font-weight: bold;
}
.terms-box dl .terms-contact {
  margin-top: 20px;
}

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

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

  .terms-box {
    width: 940px;
    margin: 0 auto;
    height: 292px;
    font-size: 16px;
    padding: 28px 35px 22px 24px;
  }
}
/* = .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%;
  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);
  }
}