@charset "utf-8";

/*------------------------------------ /*
  00/共通
  01/キービジュアル/.hero
  02/キャンペーン参加方法/.campaign
  03/景品一覧/.present
  04/キャンペーン詳細/.detail
  05/クローズ/.close
/*------------------------------------ */

/*------------------------------------ /*
  00/共通
/*------------------------------------ */
* {
  font-family: 'Noto Sans JP', sans-serif;
  color: #0E2F60;
  font-weight: 500;
  line-height: 1.5;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 0 7px #00000029;
}

.container__title {
  padding: 16px;
  background: #0E2F60;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  border-radius: 20px 20px 0 0;
  text-align: center;
}

.campaign-button {
  display: block;
  margin: 40px auto 0;
  padding: 24px 8px 20px;
  width: 800px;
  max-width: calc(100% - 100px);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  outline: none;
  appearance: none;
  background: #CC0033;
  box-shadow: 0 9px 0 #8A1329;
  transition: .2s;
}

.campaign-button:hover {
  transform: translateY(9px);
  box-shadow: unset;
}

.campaign-button__text {
  position: relative;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.campaign-button__text::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  margin-top: 2px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 18px solid #FFFFFF;
}

.pagetop {
  display: none;
  bottom: 100px;
  position: fixed;
  right: calc(100% - ((100vw - 17px) - 45px));
  z-index: 1000;
}

/*------------------------------------ /*
  01/キービジュアル/.hero
/*------------------------------------ */
.hero__img-wrap {
  position: relative;
  width: 100%;
  background: url(/mansion/shinchiku/img/campaign/modelroom-tour/img_kv_pc-back.webp) no-repeat center / cover;
  text-align: center;
  overflow: hidden;
}

.hero__img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - -113px);
  max-width: 1513px;
  background: url(/mansion/shinchiku/img/campaign/modelroom-tour/img_kv_pc-middle.webp) no-repeat center bottom / contain;
}

.hero__img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: clamp(35px, 5vw, 70px);
  background-color: #0E2F60;
  z-index: 2;
}

.hero__img {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: auto;
  z-index: 3;
}

/*------------------------------------ /*
  02/キャンペーン参加方法/.campaign
/*------------------------------------ */
.campaign {
  padding-block: 26px 40px;
  padding-inline: 16px;
  background: #FFFFD8;
  text-align: center;
}

.step--1 {
  padding-block-start: 33px;
  padding-inline: 30px;
}

.step__num {
  padding-block-end: 11px;
}

.step__title {
  font-size: 32px;
  font-weight: 900;
}

.step__text {
  font-size: 16px;
  padding-block: 16px;
}

.area {
  position: relative;
  border: #0E2F60 2px solid;
  border-radius: 10px;
  max-width: 776px;
  margin-inline: auto;
  text-align: left;
}

.area__wrap {
  display: flex;
  flex-direction: row;
  padding-block: 10px;
  padding-inline-start: 48px;
}

.area__wrap:first-child {
  margin-block-start: 19px;
}

.area__title {
  font-size: 20px;
  font-weight: 700;
  width: 120px;
  padding-inline-end: 25px;
  position: relative;
}

.area__links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.area__link {
  color: #2EA4FF;
  font-size: 18px;
  font-weight: 700;
  padding-inline: 10px;
  padding-block: 3px;
  position: relative;
  white-space: nowrap;
}

.area__links :first-child {
  padding-inline-start: 25px;
}

.area__links :first-child::after {
  content: '';
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background-color: #0E2F60;
}

.area__wrap:nth-child(6) :nth-child(7) {
  padding-inline-start: 25px;
}

.area__link-wrap {
  width: 100%;
}

.area__links a:hover {
  color: #F74000;
}

/* -- 0件の場合 -- */
.area__links p {
  color: #cccccc;
}

.area__img {
  position: absolute;
  top: 182px;
  right: 37px;
}

.area__img img {
  width: 100%;
  height: 144px;
}

@media screen and (max-width: 782px) and (min-width: 767px) {
  .area__img {
    top: 225px;
    right: 0;
  }
  .area__img img {
    width: 75%;
  }
  .area__title {
    min-width: 130px;
  }
  .area__links :nth-child(8) {
    padding-inline-start: 25px;
  }
}

.step__text {
  font-size: 18px;
  padding-block-end: 30px;
}

.step__text-strong {
  font-size: 24px;
  font-weight: 700;
}

.step__capture {
  margin: auto;
}

.arrow {
  position: relative;
  width: 100%;
  height: 0;
}

.arrow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 72px solid;
  border-left: calc(50vw - 16px) solid transparent;
  border-right: calc(50vw - 16px) solid transparent;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1000px) {
  .arrow::after {
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
  }
}

.arrow--1::after {
  border-top-color: #ffffff;
}

/* step2 */
.step--2 {
  background: #F1F1F1;
  padding-block-start: 105px;
}

.step__img-wrap--step2 {
  background: #fff;
  max-width: 613px;
  padding-block: 22px;
  border-radius: 10rem;
  margin: auto;
}

.step__img--step2 {
  width: 418px;
}

.step__text-strong--step2 {
  font-size: 18px;
  font-weight: 900;
}

.step__text-mini {
  font-size: 14px;
  padding-block: 22px;
}

.arrow--2::after {
  border-top-color: #F1F1F1;
}

/* step3 */
.step--3 {
  background: #ffffff;
  margin-block-start: 105px;
}

.step--3 .step-title {
  text-align: left;
}

.step__imges {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  position: relative;
  padding-block: 30px;
  padding-inline: 10%;
}

.step__img-wrap--step3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 50%;
  height: auto;
}

.step__img-wrap--step3 {
  margin-inline: 20px;
}

.step__img--step3 {
  width: auto;
  height: 210px;
  padding-block: 24px;
  padding-inline: 85px;
}

.step__img-main-text,
.step__img-text {
  font-size: 24px;
  font-weight: 700;
  height: 62px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step__img-sub-text {
  font-size: 18px;
}

.step__img-sub-text-mini {
  font-size: 12px;
}

.step__arrow-triangle {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-30%, -50%);
  border: 16px solid transparent;
  border-left: 30px solid #0e2f60;
}

.arrow--3::after {
  border-top-color: #ffffff;
}

/* step4 */
.step--4 {
  background: #f1f1f1;
  padding-block: 105px 46px;
}

.step__img-wrap--step4 {
  background: #ffffff;
  border-radius: 10em;
  padding-block: 7px 0;
  margin-inline: auto;
  width: 613px;

}

.step__img--step4 {
  padding-inline: 80px;
}

/*------------------------------------ /*
  03/景品一覧/.present
/*------------------------------------ */
.present {
  padding: 56px 16px;
  background: url(/mansion/shinchiku/img/campaign/modelroom-tour/bg_confetti.webp) #CC0033 top center / 120%;
}

.present .present__wrap {
  padding-bottom: 55px;
}

.present .present__text-wrap {
  position: relative;
  padding: 0 100px;
}

.present .present__text-wrap:not(:nth-of-type(2))::after {
  content: '';
  position: absolute;
  z-index: 10;
}

.present .present__text-wrap:nth-of-type(1)::after {
  bottom: -112px;
  left: 16px;
  width: 152px;
  height: 145px;
  background: url(/mansion/shinchiku/img/campaign/modelroom-tour/img_present-red.svg) no-repeat center / cover;
}

.present .present__text-wrap:nth-of-type(3)::after {
  top: -102px;
  right: 42px;
  width: 152px;
  height: 145px;
  background: url(/mansion/shinchiku/img/campaign/modelroom-tour/img_present-blue.svg) no-repeat center / cover;
}

.present .present__num {
  position: absolute;
  top: -120px;
  z-index: 100;
}

.present .present__text-wrap:not(:nth-of-type(2)) .present__num {
  left: calc(50% - 352px);
}

.present .present__text-wrap:nth-of-type(2) .present__num {
  right: calc(50% - 352px);
}

.present .present__rank {
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.present .present__yen {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
  align-items: center;
  margin-top: 158px;
  padding: 32px 72px 12px;
  justify-content: center;
  background: #FFFFD8;
  border-radius: 10px;
  box-shadow: 4px 5px 0 #E9E9D7;
  z-index: 10;
}

.present .present__text-wrap + .present__text-wrap .present__yen {
  margin-top: 150px;
}

.present .present__yen::before {
  content: '';
  position: absolute;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 168px;
  background: #FFFFD8;
  border-radius: 100%;
  z-index: -1;
  box-shadow: 6px 5px 0 #E9E9D7;
  clip-path: polygon(0 0, 226px 0, 226px 74px, 0 74px);
}

/*------------------------------------ /*
  04/キャンペーン詳細/.detail
/*------------------------------------ */
.detail {
  padding: 56px 16px 60px;
  background: #FFFFD8;
}

.detail .detail__text-content {
  padding: 40px 32px 0;
}

.detail .detail__content-title {
  position: relative;
  padding-left: 24px;
  font-size: 20px;
  font-weight: 700;
}

.detail .detail__content-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  margin-top: 1px;
  background: #CC0033;
  border-radius: 100%;
}

.detail .detail__content-text {
  margin-top: 24px;
  padding-bottom: 40px;
  font-size: 16px;
  border-bottom: 1px solid #D1CFE0;
}

.detail .detail__content-text-mini {
  margin-top: 24px;
  padding-bottom: 40px;
  font-size: 14px;
}

.detail .detail__content-text + .detail__content-title {
  margin-top: 40px;
}

/*------------------------------------ /*
  05/クローズ
/*------------------------------------ */
.close {
  margin: 0 auto;
  padding: 80px 0;
  background: #FFFFD8;
}

.close__container {
  width: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 50px 0;
  background: #FFFFFF;
}

.close .close__text {
  font-size: 32px;
  font-weight: 700;
  color: #0E2F60;
  text-align: center;
}

.close .close__call-wrap {
  width: 615px;
  max-width: calc(100% - 48px);
  margin: 32px auto 0;
  padding: 16px 0;
  background: #F8F8F8;
  border-top: 2px solid #CC0033;
  text-align: center;
}

.close .close__call-title {
  font-size: 18px;
  font-weight: 700;
}

.close .close__call-tel {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 700;
}

.close .close__call-num {
  font-size: 30px;
  font-weight: 700;
}

.close .close__call-text {
  margin-top: 12px;
  font-size: 18px;
}

/*------------------------------------ /*
  モバイル
/*------------------------------------ */
@media screen and (max-width: 767px) {

  /*------------------------------------ /*
    00/共通
  /*------------------------------------ */
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .container__title {
    padding: 4px;
    font-size: 18px;
  }

  .campaign-button {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    margin: 24px auto 0;
    padding: 12px 8px 10px;
    box-shadow: 0 6px 0 #8A1329;
  }

  .campaign-button:hover {
    transform: unset;
    box-shadow: 0 6px 0 #8A1329;
  }

  .campaign-button__text {
    margin-right: 16px;
    font-size: 16px;
  }

  .campaign-button__text::after {
    right: -20px;
    margin-top: 1px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #FFFFFF;
  }

  .pagetop {
    bottom: 40px;
    right: 10px;
  }

  .pagetop .pagetop__img {
    width: 44px;
    height: 44px;
  }

  /*------------------------------------ /*
    02/キャンペーン参加方法/.campaign
  /*------------------------------------ */
  .campaign {
    padding-block: 22px 24px;
    padding-inline: 16px;
  }

  .step--1 {
    padding-block-start: 18px;
    padding-inline: 0;
  }

  .step__num {
    padding-block-end: 7px;
  }

  .step__title {
    font-size: 20px;
  }

  .step__text {
    font-size: 14px;
    padding-inline: 12px;
    text-align: center;
  }

  .step__img-wrap {
    padding-block: 0;
  }

  .area {
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-inline: 0;
    padding-inline: 12px;
    width: auto;
  }

  .area__wrap {
    padding: 0;
    border: #0E2F60 1px solid;
    border-radius: 8px;
    flex-direction: column;
  }

  .area__title {
    position: relative;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    padding-block: 15px;
    padding-inline: 20px;
    overflow: hidden;
    width: 100%;
  }

  .area__title::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 95%;
    height: 0;
    transform: translateX(-50%);
    background-color: #0E2F6000;
    transition: all .3s;
  }

  .area__title::after {
    content: '＋';
    position: absolute;
    right: 15px;
    top: 50%;
    border-radius: 10rem;
    background: #0E2F60;
    color: #fff;
    font-size: 15px;
    transform: translateY(-50%) rotate(540deg);
    transform-origin: 50% 50%;
    transition: transform 0.1s;
    text-align: center;
    height: 23px;
    width: 23px;
  }

  .area__title.is-open::after {
    content: 'ー';
    font-size: 15px;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 0.3s;
  }

  .area__title.is-open::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 95%;
    height: 1px;
    transform: translateX(-50%);
    background-color: #0E2F60;
  }

  .area__links {
    gap: 10px;
    justify-content: center;
    overflow: hidden;
    max-height: 0;
    padding-block: 0;
    transition: all .3s ease-in-out;
  }

  .area__links :first-child {
    padding-inline-start: 10px;
  }

  .area__links :first-child::after {
    visibility: hidden;
  }

  .area__wrap:nth-child(6) :nth-child(7) {
    padding-inline-start: 10px;
  }

  .area__links a:hover {
    color: #0E2F60;
  }

  /* -- 0件の場合 -- */
  .area__links p {
    color: #cccccc;
    background: none;
    border-color: #cccccc;
    border-bottom-width: 1px;
    font-weight: 700;
  }


  .area__links.is-open {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-inline: auto;
    max-height: 350px;
    padding-block: 15px;
    width: 100%;
    transition: all .3s ease-in-out;
  }

  .area__link,
  .area__dummy-link {
    background: #EEF7FF;
    border: #0E2F60 1px solid;
    border-bottom: #0E2F60 3px solid;
    border-radius: 3px;
    color: #0E2F60;
    font-size: 14px;
    padding-block: 8px;
    text-align: center;
    text-decoration: none;
    width: 40%;
  }

  .area__link--dummy {
    visibility: hidden;
  }

  .area__links.is-open :last-child {
    justify-content: center;
    margin-inline-end: 0;
  }

  .step__text {
    font-size: 14px;
    padding-block: 20px 14px;
  }

  .step__text-strong {
    font-size: 18px;
  }

  .step__text-storng--step1 {
    font-weight: 700;
  }

  .arrow__container {
    container-type: inline-size;
    width: 100%;
  }

  .arrow {
    position: relative;
    height: 0;
    width: 100%;
  }

  .arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    border-top: 10cqw solid;
    border-left: 50cqw solid transparent;
    border-right: 50cqw solid transparent;
    left: 50%;
    transform: translateX(-50%);
  }

  .arrow--1::after {
    border-top-color: #ffffff;
  }

  /* step2 */
  .step--2 {
    padding-block-start: 70px;
  }

  .step__img-wrap--step2 {
    background: #ffffff;
    border-radius: 10rem;
    margin-inline: auto;
    max-width: 260px;
    padding-inline: 30px;
  }

  .step__img--step2 {
    padding-block: 30px;
    padding-inline: 35px;
    max-width: 100%;
    height: auto;
  }

  .step__text--step2 {
    text-align: left;
  }

  .step__text-strong--step2 {
    font-size: 14px;
    font-weight: 500;
  }

  .step__img-wrap--step2 {
    padding-block: 15px;
    padding-inline: 0;
    margin-inline: 5px;
  }

  .step__img-wrap--step2 {
    max-width: 319px;
    height: auto;
    margin-inline: auto;
  }

  .step__img--step2 {
    width: 258px;
    height: auto;
    padding-block: 0;
  }

  .step__text-mini {
    font-size: 12px;
    padding-block: 20px;
    padding-inline: 12px;
    text-align: left;
  }

  .arrow--2::after {
    border-top-color: #F1F1F1;
  }

  /* step3 */
  .step--3 {
    margin-block-start: 70px;
  }

  .step__imges {
    align-items: center;
    flex-direction: column;
    padding-inline: 12px;
    height: auto;
    text-align: left;
  }

  .step__img-wrap--step3 {
    padding-inline: 0;
    margin-inline: 0;
    max-width: 100%;
  }

  .step__imges .step__img-wrap:first-child {
    margin-bottom: 60px;
  }

  .step__img--step3 {
    width: 160px;
    height: 160px;
    padding-block: 10px;
    padding-inline: 0px;
  }

  .step__img-main-text {
    font-size: 16px;
    height: fit-content;
  }

  .step__img-sub-text {
    font-size: 14px;
    padding-block-end: 9px;
  }

  .step__img-text {
    font-size: 16px;
    height: fit-content;
  }

  .step__img-sub-text-mini {
    font-size: 12px;
    font-weight: normal;
    padding-block-end: 20px;
  }

  .step__arrow-triangle {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    border: 12px solid transparent;
    border-left: 20px solid #0E2F60;
    transform: rotate(90deg) translateY(50%);
  }

  .arrow--3::after {
    border-top-color: #ffffff;
  }

  /* step4 */
  .step--4 {
    padding-block: 70px 30px;
  }

  .step--4 .step__text {
    padding-block: 16px;
    text-align: center;
  }

  .step__img-wrap--step4 {
    background: #fff;
    padding-block: 24px;
    padding-inline: 10px;
    width: 166px;
    height: 166px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .step__img--step4 {
    max-width: 100%;
    max-width: 100%;
  }

  /*------------------------------------ /*
    03/景品一覧/.present
  /*------------------------------------ */
  .present {
    padding: 24px 16px;
  }

  .present .present__wrap {
    padding-bottom: 34px;
  }

  .present .present__text-wrap {
    padding: 0 28px;
  }

  .present .present__text-wrap:nth-of-type(1)::after {
    bottom: -62px;
    left: 16px;
    width: 85px;
    height: 80px;
  }

  .present .present__text-wrap:nth-of-type(3)::after {
    top: -54px;
    right: 16px;
    width: 85px;
    height: 80px;
  }

  .present .present__num {
    top: -60px;
  }

  .present .present__num-img {
    width: 74px;
    height: 80px;
  }

  .present .present__text-wrap:not(:nth-of-type(2)) .present__num {
    left: calc(50% - 150px);
  }

  .present .present__text-wrap:nth-of-type(2) .present__num {
    right: calc(50% - 150px);
  }

  .present .present__rank {
    top: -42px;
  }

  .present .present__rank-img {
    width: 76px;
    height: 66px;
  }

  .present .present__yen {
    gap: 4px;
    margin-top: 80px;
    padding: 30px 12px 14px;
  }

  .present .present__text-wrap + .present__text-wrap .present__yen {
    margin-top: 98px;
  }

  .present .present__yen-amazon-img,
  .present .present__yen-int-img {
    flex: 100%;
  }

  .present .present__yen-amazon-img {
    width: 134px;
    height: 22px;
  }

  .present .present__yen-int-img {
    width: 206px;
    height: 52px;
  }

  .present .present__yen::before {
    top: -50px;
    left: 50%;
    width: 124px;
    height: 94px;
    clip-path: polygon(0 0, 130px 0, 130px 50px, 0 50px);
  }


  /*------------------------------------ /*
    04/キャンペーン詳細/.detail
  /*------------------------------------ */
  .detail {
    padding: 16px 12px 32px;
    background: #FFFFD8;
  }

  .detail .detail__text-content {
    padding: 16px 12px 0;
  }

  .detail .detail__content-title {
    padding-left: 20px;
    font-size: 16px;
  }

  .detail .detail__content-title::before {
    width: 16px;
    height: 16px;
  }

  .detail .detail__content-text {
    margin-top: 8px;
    padding-bottom: 16px;
    font-size: 14px;
  }

  .detail .detail__content-text-mini {
    margin-top: 8px;
    padding-bottom: 16px;
    font-size: 12px;
  }

  .detail .detail__content-text + .detail__content-title {
    margin-top: 16px;
  }

  /*------------------------------------ /*
    05/クローズ
  /*------------------------------------ */
  .close {
    padding: 20px 0;
  }

  .close__container {
    padding: 40px 0;
  }

  .close .close__text {
    font-size: 18px;
    margin: 0 24px;
  }

  .close .close__call-wrap {
    margin: 16px auto 0;
    padding: 16px 12px;
  }

  .close .close__call-title {
    font-size: 14px;
  }

  .close .close__call-tel {
    margin-top: 4px;
    font-size: 20px;
  }

  .close .close__call-num {
    font-size: 26px;
  }

  .close .close__call-text {
    margin-top: 12px;
    font-size: 14px;
  }
}