@charset "UTF-8";
/*===========================================
* 標準設定（common）
===========================================*/
#Foot {
  padding-top: 0;
}

.fwb {
  font-weight: bold;
}

.l-c-red {
  color: #ad0000;
}

.l-c-gold {
  color: #714600;
}

.biganki-nohi-2025 {
  background-color: #ae8b63;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.l-page-inner {
  width: min(120rem, 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fff6dd), color-stop(50%, #fffdef), to(#fff6dd));
  background-image: linear-gradient(90deg, #fff6dd, #fffdef 50%, #fff6dd);
}

.l-contents-area {
  width: min(75rem, 100%);
  margin-inline: auto;
}

/*===========================================
* ボタン（common）
===========================================*/
.l-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-btn-wrap .l-btn {
  display: block;
}

/*===========================================
* 箇条書きリスト（common）
===========================================*/
.l-bullet-list .l-bullet-list__list {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: break-all;
}

.l-bullet-list .l-bullet-list__list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.l-bullet-list.rice .l-bullet-list__list:before {
  content: "※";
}

.l-bullet-list.dot .l-bullet-list__list:before {
  content: "・";
}

.l-bullet-list .l-bullet-list__link {
  text-decoration: underline;
}

/*===========================================
* ページタイトル（common）
===========================================*/
.l-page-title-wrap {
  text-align: center;
}
.l-page-title-wrap .l-page-tokuhyo-sum {
  color: #714600;
}
.l-page-title-wrap .l-page-tokuhyo--num-wrap {
  display: block;
  letter-spacing: 0.08em;
}
.l-page-title-wrap .l-page-tokuhyo--num {
  display: inline-block;
}
.l-page-title-wrap .l-page-title-text {
  color: #714600;
  line-height: 1;
}
.l-page-title-wrap .l-coupon-summary {
  line-height: 2;
  font-weight: 400;
}

/*===========================================
* 結果発表（common）
===========================================*/
.l-result-wrap {
  margin-inline: auto;
}

.l-result-list__list {
  border-radius: 1rem;
}
.l-result-list__list--1 {
  position: relative;
  background: #fffeea;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 254, 234)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 251, 232)));
  background: linear-gradient(90deg, rgb(255, 254, 234) 0%, rgb(255, 255, 255) 50%, rgb(255, 251, 232) 100%);
  -webkit-box-shadow: 0 0 2rem #decfac;
          box-shadow: 0 0 2rem #decfac;
}
.l-result-list__list--1:before, .l-result-list__list--1:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
}
.l-result-list__list--2 {
  background: #f8f8f8;
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 248, 248)), color-stop(50%, rgb(255, 255, 255)), to(rgb(248, 248, 248)));
  background: linear-gradient(90deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 50%, rgb(248, 248, 248) 100%);
  -webkit-box-shadow: 0 0 2rem #d7d9db;
          box-shadow: 0 0 2rem #d7d9db;
}
.l-result-list__list--3 {
  background: #fff4ea;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 244, 234)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 244, 234)));
  background: linear-gradient(90deg, rgb(255, 244, 234) 0%, rgb(255, 255, 255) 50%, rgb(255, 244, 234) 100%);
  -webkit-box-shadow: 0 0 2rem #e3c6bd;
          box-shadow: 0 0 2rem #e3c6bd;
}
.l-result-list__list--4 {
  background: #f8ffea;
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 255, 234)), color-stop(50%, rgb(255, 255, 255)), to(rgb(248, 255, 234)));
  background: linear-gradient(90deg, rgb(248, 255, 234) 0%, rgb(255, 255, 255) 50%, rgb(248, 255, 234) 100%);
  -webkit-box-shadow: 0 0 2rem #d3e5c0;
          box-shadow: 0 0 2rem #d3e5c0;
}
.l-result-list__list--5 {
  background: #f7fbff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(247, 251, 255)), color-stop(50%, rgb(255, 255, 255)), to(rgb(247, 251, 255)));
  background: linear-gradient(90deg, rgb(247, 251, 255) 0%, rgb(255, 255, 255) 50%, rgb(247, 251, 255) 100%);
  -webkit-box-shadow: 0 0 2rem #cfd6eb;
          box-shadow: 0 0 2rem #cfd6eb;
}

.l-result-list__link {
  display: block;
}

/*===========================================
* 注意事項（common）
===========================================*/
.l-annotation-wrap .l-contents-area {
  background-color: #fffcf4;
}
.l-annotation-wrap .l-annotation-title {
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
.l-annotation-wrap .l-annotation-box-title {
  color: #000;
  background-color: #d5bb93;
  line-height: 1;
  font-weight: 600;
}
.l-annotation-wrap .l-annotation-img img {
  width: 100%;
}

/* =====================================================================
*
*    spレイアウト
*
* =================================================================== */
@media screen and (max-width: 767.9px) {
  /*===========================================
  * 標準設定（sp）
  ===========================================*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .l-page-inner {
    padding-bottom: 8rem;
  }
  .l-contents-area {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  /*===========================================
  * 箇条書きリスト（sp）
  ===========================================*/
  .l-bullet-list .l-bullet-list__list {
    font-size: 1.3rem;
  }
  /*===========================================
  * ページタイトル（sp）
  ===========================================*/
  .l-page-title-wrap {
    margin-top: 2rem;
  }
  .l-page-title-wrap .l-page-title {
    width: 33.5rem;
    margin-inline: auto;
  }
  .l-page-title-wrap .l-page-title--after {
    width: 35.5rem;
  }
  .l-page-title-wrap .l-page-tokuhyo-sum {
    width: 33.5rem;
    height: 10.4rem;
    padding-top: 0.8rem;
    margin: 2rem auto 0;
    background-image: url("../../../Contents/ImagesPkg/lp/2025bigankinohi_before/bg_tokuhyo_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .l-page-title-wrap .l-page-tokuhyo-sum--after {
    padding-top: 1rem;
  }
  .l-page-title-wrap .l-page-tokuhyo--upper {
    font-size: 2rem;
  }
  .l-page-title-wrap .l-page-tokuhyo--num-wrap {
    font-size: 2.6rem;
  }
  .l-page-title-wrap .l-page-tokuhyo--num-wrap--after {
    letter-spacing: 0.3rem;
  }
  .l-page-title-wrap .l-page-tokuhyo--num {
    font-size: 4.4rem;
    margin-top: 1rem;
  }
  .l-page-title-wrap .l-page-title-text {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
  .l-page-title-wrap .l-page-title-text + .l-page-summary {
    margin-top: 2.5rem;
  }
  .l-page-title-wrap .l-page-summary {
    font-size: 1.5rem;
    line-height: 1.81818182;
  }
  .l-page-title-wrap .l-page-summary + .l-page-summary {
    margin-top: 1.3rem;
  }
  .l-page-title-wrap .l-page-summary--after {
    line-height: 1.84;
  }
  .l-page-title-wrap .l-page-summary .l-c-red {
    font-size: 1.7rem;
  }
  .l-page-title-wrap .l-page-title-annotation {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 2rem;
  }
  /*===========================================
  * 結果発表（sp）
  ===========================================*/
  .l-result-wrap {
    margin-top: 3.2rem;
  }
  .l-result-wrap .l-result-title {
    width: 33.5rem;
    margin-inline: auto;
  }
  .l-result-wrap .l-result-img {
    width: 35.5rem;
    margin: 2rem auto 0;
    -webkit-box-shadow: 0 0 2rem #decfac;
            box-shadow: 0 0 2rem #decfac;
  }
  .l-result-wrap .l-btn-wrap {
    margin-top: 2.9rem;
  }
  .l-result-wrap .l-btn-wrap .l-btn {
    width: 35.5rem;
  }
  .l-result-wrap--after {
    margin-top: 3.7rem;
    overflow: hidden;
  }
  .l-result-wrap--after .l-contents-area {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .l-result-wrap--after .l-result-title {
    width: 35.5rem;
  }
  .l-result-list {
    margin-top: 2.5rem;
  }
  .l-result-list__list + .l-result-list__list {
    margin-top: 2rem;
  }
  .l-result-list__list--1:before {
    top: -1.1rem;
    left: -1.1rem;
    width: 11.5rem;
    height: 11.6rem;
    background-image: url("../../../Contents/ImagesPkg/lp/2025bigankinohi_after/deco_no1_top_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
  }
  /*===========================================
  * 注意事項（sp）
  ===========================================*/
  .l-annotation-wrap {
    margin-top: 5rem;
  }
  .l-annotation-wrap .l-contents-area {
    padding: 3rem 2rem;
  }
  .l-annotation-wrap .l-annotation-title {
    font-size: 1.6rem;
    line-height: 1;
  }
  .l-annotation-wrap .l-annotation-title + .l-annotation-box {
    margin-top: 2rem;
  }
  .l-annotation-wrap .l-annotation-box + .l-annotation-box {
    margin-top: 1.5rem;
  }
  .l-annotation-wrap .l-annotation-box * + * {
    margin-top: 0.7rem;
  }
  .l-annotation-wrap .l-annotation-box-title {
    font-size: 1.3rem;
    padding: 1rem 1.5rem;
  }
  .l-annotation-wrap .l-annotation-box-title + * {
    margin-top: 1.2rem;
  }
  .l-annotation-wrap .l-annotation-text,
  .l-annotation-wrap .l-bullet-list {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .l-annotation-wrap .l-annotation-img {
    margin-top: 1.5rem;
  }
  .l-annotation-wrap .l-annotation-img + * {
    margin-top: 1rem;
  }
}
/* =====================================================================
*
*    pcレイアウト
*
* =================================================================== */
@media screen and (min-width: 768px) {
  /*===========================================
  * 標準設定（pc）
  ===========================================*/
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .biganki-nohi-2025 {
    background-image: url("../../../Contents/ImagesPkg/lp/2025bigankinohi_before/bg_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .l-page-inner {
    margin-inline: auto;
    padding-bottom: 10rem;
  }
  .l-contents-area {
    margin-inline: auto;
  }
  /*===========================================
  * 箇条書きリスト（pc）
  ===========================================*/
  .l-bullet-list .l-bullet-list__list {
    font-size: 1.6rem;
  }
  /*===========================================
  * ページタイトル（pc）
  ===========================================*/
  .l-page-title-wrap {
    margin-top: 4rem;
  }
  .l-page-title-wrap .l-page-title {
    width: 54rem;
    margin-inline: auto;
  }
  .l-page-title-wrap .l-page-tokuhyo-sum {
    width: 48.8rem;
    height: 13.6rem;
    padding-top: 0.8rem;
    margin: 4rem auto 0;
    background-image: url("../../../Contents/ImagesPkg/lp/2025bigankinohi_before/bg_tokuhyo_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .l-page-title-wrap .l-page-tokuhyo--upper {
    font-size: 2.8rem;
  }
  .l-page-title-wrap .l-page-tokuhyo--num-wrap {
    font-size: 3.6rem;
  }
  .l-page-title-wrap .l-page-tokuhyo--num {
    font-size: 6rem;
    margin-top: 2rem;
  }
  .l-page-title-wrap .l-page-title-text {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  .l-page-title-wrap .l-page-title-text + .l-page-summary {
    margin-top: 4.2rem;
  }
  .l-page-title-wrap .l-page-summary {
    font-size: 2rem;
    line-height: 1.81818182;
  }
  .l-page-title-wrap .l-page-summary + .l-page-summary {
    margin-top: 1.3rem;
  }
  .l-page-title-wrap .l-page-summary .l-c-red {
    font-size: 2.2rem;
  }
  .l-page-title-wrap .l-page-title-annotation {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
  /*===========================================
  * 結果発表（pc）
  ===========================================*/
  .l-result-wrap {
    margin-top: 5rem;
  }
  .l-result-wrap--after {
    margin-top: 6rem;
  }
  .l-result-wrap .l-result-title {
    width: 54rem;
    margin-inline: auto;
  }
  .l-result-wrap .l-result-title--after {
    width: 65rem;
  }
  .l-result-wrap .l-result-img {
    width: 81rem;
    margin: 1rem auto 0;
  }
  .l-result-wrap .l-btn-wrap {
    margin-top: 2.9rem;
  }
  .l-result-wrap .l-btn-wrap .l-btn {
    width: 57rem;
  }
  .l-result-list {
    margin-top: 4rem;
  }
  .l-result-list__list + .l-result-list__list {
    margin-top: 3rem;
  }
  .l-result-list__list--1:before {
    top: -1.8rem;
    left: -2.1rem;
    width: 22.6rem;
    height: 22.9rem;
    background-image: url("../../../Contents/ImagesPkg/lp/2025bigankinohi_after/deco_no1_top_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
  }
  /*===========================================
  * 注意事項（pc）
  ===========================================*/
  .l-annotation-wrap {
    margin-top: 2.9rem;
  }
  .l-annotation-wrap--after {
    margin-top: 4.2rem;
  }
  .l-annotation-wrap .l-contents-area {
    padding: 5rem;
  }
  .l-annotation-wrap .l-annotation-title {
    font-size: 2rem;
    line-height: 1;
  }
  .l-annotation-wrap .l-annotation-title + .l-annotation-box {
    margin-top: 2.5rem;
  }
  .l-annotation-wrap .l-annotation-box + .l-annotation-box {
    margin-top: 3rem;
  }
  .l-annotation-wrap .l-annotation-box * + * {
    margin-top: 0.7rem;
  }
  .l-annotation-wrap .l-annotation-box-title {
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
  }
  .l-annotation-wrap .l-annotation-box-title + * {
    margin-top: 2rem;
  }
  .l-annotation-wrap .l-annotation-text {
    font-size: 1.6rem;
  }
  .l-annotation-wrap .l-annotation-img {
    margin-top: 2rem;
  }
  .l-annotation-wrap .l-annotation-img + * {
    margin-top: 1.7rem;
  }
}