ol, ul {
        list-style: none;
    }
:root {
  /* Colors */
  --campaign-main: #3d97d4;
  --campaign-sub: #f6a800;
  --campaign-gray: #727171;

  /* コンテンツ幅 */
  --content-width: 700px;

  /* 赤 */
  --campaign-red: red;
}
/* パンくずリスト共通スタイル */
#pankuzLink {
    font-size: 12px;
    padding: 5px 0 20px;
    line-height: 1.4;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  
  #pankuzLink li {
    display: inline;
    padding: 0;
    margin: 0;
  }
  
  #pankuzLink li:after {
    content: ">";
    margin: 0 5px;
    color: #999;
  }
  
  #pankuzLink li:last-child:after {
    content: "";
  }
  
  #pankuzLink a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  #pankuzLink a:hover {
    color: #175fff;
    text-decoration: underline;
  }
  
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
.txt {
  text-align: justify;
}



.campaign-wrap {
  width: 100%;
  margin: 50px auto;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  overflow-x: hidden;
}
.campaign-hero img {
  width: 100%;
}
.campaign-hero .txt {
  margin-top: 30px;
  /* font-size:0.8em; */
  text-align: center;
  padding: 0 20px;
  line-height: 2;
  font-weight: 600;
}
.campaign-hero .txt a {
  color: var(--campaign-main);
  border-bottom: 1px solid var(--campaign-main);
}
.campaign-hero table.data{
  font-size: 0.95em;
  margin: 40px auto;
  width: 90%;
  max-width: 700px;
  line-height: 1.6;
}
.campaign-hero table.data th,
.campaign-hero table.data td{padding: 0.3em 0;}
.campaign-hero table.data th{width: 6em;}


@media only screen and (min-width:768px) {
  .campaign-hero {
    max-width: 1050px;
    margin: 0 auto -30px;
  }
  .content-width {
    max-width: var(--content-width);
    margin: 0 auto;
  }
}
@media only screen and (max-width:767px) {
  .campaign-wrap {
    width: 100vw;
    margin: 20px calc(50% - 50vw);
    font-size: 13px;
  }
  .campaign-hero {
    margin: 0 auto -10px;
  }
  .content-width {
    width: 85%;
    margin: 0 auto;
  }

}



/* ベタタイトル */
.campaign-wrap .title01 {
  font-size: 21px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  min-height: 50px;
  position: relative;
}
.campaign-wrap .title01 .h-txt {
  padding: 5px 10px;
}

/* イエティイラスト */
.campaign-wrap .illust::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3em;
  height: 3em;
}
.campaign-wrap .illust:nth-of-type(even):before {
  left: 2em;
}
.campaign-wrap .illust:nth-of-type(odd):before {
  right: 2em;
}
.campaign-wrap .illust-yeti01::before {
  background: url(../images/yeti_01.png) center bottom;
  background-size: 100% auto;
}
.campaign-wrap .illust-yeti02::before {
  background: url(../images/yeti_02.png);
  background-size: 100% auto;
}

.campaign-wrap .illust-yeti03::before {
  background: url(../images/yeti_03.png);
  background-size: 100% auto;
}

.campaign-wrap .illust-yeti04::before {
  background: url(../images/yeti_04.png);
  background-size: 100% auto;
}
@media only screen and (max-width:767px) {
  .campaign-wrap .title01.illust .h-txt {
    padding:5px 10vw 5px 0;
    justify-content: left;
  }
  .campaign-wrap .illust-yeti01::before {
    width: 12vw;
    height: 12vw;
  }
  .campaign-wrap .illust-yeti02::before,
  .campaign-wrap .illust-yeti03::before,
  .campaign-wrap .illust-yeti04::before {
    width: 13vw;
    height: 13vw;
  }
  .campaign-wrap .illust:nth-of-type(even):before, 
  .campaign-wrap .illust:nth-of-type(odd):before {
    left: auto;
    right: 2vw;
  }

}






@media only screen and (min-width:768px) {
  .campaign-wrap .title01 {
    max-width: var(--content-width);
    border-radius: 30px;
    background: var(--campaign-gray);
    letter-spacing: 0.04em;
    margin: 80px auto 40px;
  }
}
@media only screen and (max-width:767px) {
  .campaign-wrap .title01 {
    background: var(--campaign-main);
    margin: 40px auto;
    font-size: 15px;
  }
}

/* キャンペーンテキスト */
.campaign-txt.flexbox {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.campaign-txt.flexbox.col2>* {
  width: calc((100% - 40px)/2);
}
.campaign-txt .txt {
  margin: 30px;
  line-height: 2;
  margin: 0 auto;
}
.campaign-txt .txt .red {
  color: var(--campaign-red);
}
.pcOnly{display: inline;}
.spOnly{display: none;}
@media only screen and (max-width:767px) {
    .pcOnly{display: none;}
    .spOnly{display: inline;}
  .campaign-txt.flexbox {
    flex-direction: column-reverse;
  }
  .campaign-txt.flexbox.col2>* {
    width: 100%;
  }
}



/* 住宅会社向けのテキスト */
.campaign-txt-2{
  margin: 20px auto;
  font-size: 0.9em;
  line-height: 1.5;
}
.campaign-txt-2 a{
  border-bottom: 1px solid #000;
}
@media only screen and (max-width:767px) {
  .campaign-txt-2{
    width: 95%;
    margin: 10px auto;
  }
  .campaign-txt-2.content-width{
    width: 85%;
  }
}


/* 選べるギフト */
.campaign-present {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.campaign-present>* {
  width: calc((100% - 40px)/3);
}
.campaign-present figcaption {
  text-align: center;
  font-size: 0.8em;
  font-weight: 600;
  margin-top: 1em;
  line-height:1.5;
}
@media only screen and (max-width:767px) {
  .campaign-present>* {
    width: calc((100% - 20px)/ 2);
  }
}





/* キャンペーン参加の流れ */
.campaign-step .no {
  font-size: 0.9em;
  display: inline-block;
  padding: 0.4em 1.5em 0.3em;
  color: var(--campaign-main);
  border: 2px solid var(--campaign-main);
  border-radius: 2em;
  font-weight: 700;
  margin: 0 0 10px;
}
.campaign-step .title02 {
  font-size: 27px;
  color: var(--campaign-main);
  margin: 0 0 0.8em;
  line-height: 1.5;
  display: flex;
}
.campaign-step .txt {
  text-align: justify;
  line-height: 2;
}
.campaign-step .txt .red {
  color: var(--campaign-red);
}
.campaign-step .img-banner {
  max-width: 440px;
  margin: 30px auto 0;
}

@media only screen and (min-width:768px) {
  .campaign-step li+li {
    margin-top: 50px;
  }
}
@media only screen and (max-width:767px) {
  .campaign-step .title02 {
    font-size: 14px;
  }
  .campaign-step li+li {
    margin-top: 40px;
  }
}


/* ボタン */
.campaign-btn {
  display: flex;
  gap: 10%;
  margin: 40px auto 80px;
}
.campaign-btn li {
  text-align: center;
  flex: 1;
  max-width: 45%;
}
.campaign-btn li a {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 3px 1px 7px #ccc;
  overflow: hidden;
  flex-basis: 150px;
  padding: 15px 5px 5px;
  background: var(--campaign-sub);
  color: #fff;
  aspect-ratio: 1 / 1.1;
}
.campaign-btn li i {
  display: block;
  width: 150px;
  height: 75px;
}
.campaign-btn li .link-item-event i {
  background: url(../images/drawerNav_sp.svg) no-repeat;
  background-size: 450px auto;
  background-position: 0 -75px
}
.campaign-btn li .link-item-modelhouse i {
  background: url(../images/drawerNav_sp.svg) no-repeat;
  background-size: 450px auto;
  background-position: -150px -75px
}

@media only screen and (min-width:768px) {
  .campaign-btn {
    max-width: 440px;
  }
}

@media only screen and (max-width:767px) {
  .campaign-btn li a {
    font-size: 15px;
  }
}

/* 注意事項 */
.campaign-notice {
  margin: 80px auto 40px;
  font-size: 12px;
  line-height: 2;
  text-align: justify;
}
.campaign-notice .notice-list li.first {
  margin-bottom: 2em;
}
.campaign-notice .notice-list li.listmark {
  padding-left: 1.1em;
  margin-bottom: 0.5em;
}
.campaign-notice .notice-list li.listmark::before {
  margin-left: -1.1em;
  content: "※";
  display: inline-block;
}
.campaign-notice .notice-list li.red {
  color: var(--campaign-red);
}

@media only screen and (max-width:767px) {
  .campaign-notice {
    font-size: 10px;
  }
}
