* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*snsBtn
-----------------------------------------------------*/
#sns_button {
  width: 90%;
  max-width: 636px;
  height: 25px;
  margin: 20px auto 10px;
  overflow: hidden;
  _zoom: 1;
}
#sns_button li {
  margin-right: 10px;
  float: right;
}

/*--- clearfix ---*/
.cf:after,
#wrap ul.tab:after {
  content: "";
  display: block;
  clear: both;
}

#wrap *,
#wrap *:before,
#wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrap {
  width: 100%;
  overflow: hidden;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Std",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.6px;
  background-color: #8d755d;
  padding-bottom: 3%;
}

#wrap a {
  /* display: block; */
  /* text-decoration: none; */
}

.red {
  color: #a84140;
}

.bg_note {
  width: 94%;
  padding: 0.3% 2.7% 12%;
  margin: 0 auto;
  background-image: repeating-linear-gradient(to bottom, #ebddce, #ebddce 1px, transparent 0, transparent 15px), repeating-linear-gradient(to right,#ebddce, #ebddce 1px, transparent 0, transparent 15px);
  background-color: #f0eee9;
  border-radius: 75px;
}


.lead_1_wrap {
  text-align: center;
}

.endtx_wrap {
  text-align: center;
  padding-left: 4%;
}

.lead_1,.endtx {
  font-size: 4.6cqw;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
  display: inline;
}


.lead_2 {
  font-size: 3.8cqw;
  font-weight: 500;
  line-height: 1.9em;
  text-align: center;
  padding: 3% 0 6%;
}

.bg_orange {
  background-color: #d6a676;
  border-radius: 2px;
  padding: 0.1% 1.3% 0.5% 1.7%;
  color: #fff;
  font-weight: bold;
}

.nami {
  margin: 0 auto;
  background: url(https://cdn.lumine.jp/contents/design/2025/250821_itsnewweek25aw/img/nami_2.png) bottom repeat-x;
  background-size: 7.7%;
  padding-bottom: 1.5%;
}

.detailbox {
  margin-top: 3%;
}

.campaign_end {
  background-color: #c7c7c7;
  padding: 5% 3% 7%;
  border-radius: 62px;
}

h3 {
  width: 82%;
  margin: 0 auto;
  text-align: center;
  font-size: 3.5cqw;
  font-weight: 600;
  line-height: 1.9em;
  margin-bottom: 1.3%;
}

.heart {
  font-size: 3.7cqw;
}

.detail {
  background-color: #fff;
  border-radius: 8px;
  padding: 2% 3% 2%;
}

.detail_ul li {
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 1.7em;
  padding-left: 1em;
  text-indent: -1em;
}

.link {
  color: #2c91d1;
}

.komebox {
  margin-top: 2.5%;
  margin-bottom: 1.2%;
}

.kome {
  font-size: 3cqw;
  font-weight: 500;
  line-height: 1.7em;
  padding-left: 1em;
  text-indent: -1em;
}

.detail_2 {
  background-color: #fff;
  border-radius: 8px;
  padding: 2.5% 3% 3%;
  margin-top: 5%;
}

.iconbox {
  position: relative;
}

.icon_okini_1,.icon_okini_2,.icon_good_1,.icon_good_2 {
  position: absolute;
  width: 8%;
}

.icon_okini_1 {
  top: 1%;
  left: -0.5%;
}

.icon_good_2 {
  top: 1%;
  right: 0;
}

.icon_okini_2 {
  bottom: 9%;
  right: 2%;
}

.icon_good_1 {
  bottom: 9%;
  left: 2%;
}

.detail_2_p {
  font-size: 3.8cqw;
  font-weight: 500;
  line-height: 1.8em;
  text-align: center;
  padding: 3.5% 0 5%;
}


/* エントリーする */
.entry_btn {
  width: 88%;
  text-align: center;
  margin: 0 auto 5%;
  background-color: #a84140;
  color: #fff;
  font-size: 4cqw;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.72em;
  padding: 4.7% 0;
  border-radius: 1000px;
}

.entry_btn_fix {
  width: 84%;
  text-align: center;
  margin: 0 auto;
  background-color: #5c5959;
  color: #fff;
  font-size: 4cqw;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.72em;
  padding: 4.7% 0;
  border-radius: 1000px;
}


.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.loader {
  margin: 0 auto;
  font-size: 30%;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.entry_btn_tx {
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 1.7em;
  text-align: center;
}

.entry_note {
  margin: 8% auto 0;
  padding: 2.5% 2% 1.5% 2.3%;
  background-color: #f0e2d3;
  border-radius: 4px;
}

.entry_note_ttl {
  font-size: 3.2cqw;
  font-weight: 600;
  line-height: 1.7em;
  padding-bottom: 1%;
}

.entry_ul li {
  font-size: 3cqw;
  font-weight: 500;
  line-height: 1.7em;
  padding-bottom: 1.5%;
  padding-left: 1em;
  text-indent: -1em;
}
/* エントリーする */


.anchor {
    width: 96%;
    margin: 8.5% auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .anchor li {
    position: relative;
    width: 48.5%;
    text-align: center;
    margin: 0 0 3.8%;
    background-color: #fff;
    border: 1px solid #a84140;
    border-radius: 1000px;
    display: flex;
  }

  .anchor li a {
    width: 100%;
    text-decoration: none;
    font-size: 3.4cqw;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.72em;
    padding: 6% 6% 6% 3%;
    margin: 0 auto;
    border-radius: 1000px;
    text-align: center;
    color: #a84140;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sankaku {
    position: absolute;
    width: 10.6%;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
  }


  .anchor_btn {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }

  .sankaku_2 {
    position: absolute;
    width: 5%;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .anchor_btn a {
    text-decoration: none;
    font-size: 3.4cqw;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.72em;
    display: inline-block;
    padding: 5.5% 0 5.5%;
    width: 96%;
    margin: 0 auto;
    border-radius: 1000px;
    text-align: center;
    background-color: #fff;
    color: #a84140;
    border: 1px solid #a84140;
  }

  #anchor_1 {
    margin: 9% 0 0;
  }

  .category_h2_wrap {
    text-align: center;
  }

  .category_h2_1,.category_h2_2,.category_h2_3,.category_h2_4 {
    position: relative;
    font-size: 6.8cqw;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    display: inline;
  }

  .category_h2_1::after,.category_h2_2::after,.category_h2_3::after,.category_h2_4::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 6.2cqw;
    height: 6.2cqw;
    background-image: url(https://cdn.lumine.jp/contents/design/2025/250821_itsnewweek25aw/img/icon_good_1.png);
    background-size: contain;
    vertical-align: sub;
    background-repeat: no-repeat;
  }

  .category_h2_1::after {
    top: 5%;
    bottom: 0;
    right: -10.8%;
  }

  .category_h2_2::after {
    top: 5%;
    bottom: 0;
    right: -26.8%;
  }

  .category_h2_3::after {
    top: 5%;
    bottom: 0;
    right: -29.8%;
  }

  .category_h2_4::after {
    top: 5%;
    bottom: 0;
    right: -14.8%;
  }

  .and {
    font-size: 5.7cqw;
  }

  .nami_h2_1,.nami_h2_2,.nami_h2_3,.nami_h2_4 {
    margin: -4.1% auto 0;
    background: url(https://cdn.lumine.jp/contents/design/2025/250821_itsnewweek25aw/img/nami_2.png) bottom repeat-x;
  }

  .nami_h2_1 {
    width: 79%;
    background-size: 10.3%;
  }

  .nami_h2_2 {
    width: 32%;
    background-size: 26%;
  }

  .nami_h2_3 {
    width: 62%;
    background-size: 13%;
  }

  .nami_h2_4 {
    width: 63%;
    background-size: 12%;
  }

  .category_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5.1%;
  }

  .category_flex li {
    width: 48.8%;
    background-color: #fff;
    border-radius: 8px;
    padding: 1.7%;
    margin-bottom: 2.4%;
  }

  .category_flex li img {
    border-radius: 4px;
  }

  .detail {
    width: 82%;
    margin: 0 auto;
    text-align: center;
    font-size: 3.1cqw;
    font-weight: 500;
    line-height: 1.67em;
  }

  .yen {
    font-size: 2.85cqw;
  }

  .comment {
    font-size: 3.1cqw;
    padding: 3% 3% 3% 4.5%;
    font-weight: 500;
    line-height: 1.65em;
    background-color: #f0eee9;
    border-radius: 4px;
  }

  #anchor_2,#anchor_3,#anchor_4 {
    margin: 6% 0 0;
  }

  #anchor_5 {
    background-color: #fff;
    border-radius: 8px;
    padding: 6% 2% 6%;
    margin-top: 8%;
  }

  .iconbox_2 {
    position: relative;
    margin-bottom: 2.5%;
  }

  .icon_pre_1,.icon_pre_2,.icon_pre_3,.icon_pre_4 {
    position: absolute;
    width: 7.5%;
  }

  .icon_pre_1 {
    top: -6.7%;
    left: 1.3%;
  }

  .icon_pre_2 {
    top: -6.7%;
    right: 2%;
  }

  .icon_pre_3 {
    bottom: 20%;
    left: 1.3%;
  }

  .icon_pre_4 {
    bottom: 20%;
    right: 1.3%;
  }

.balloon1 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 1.8% 0 1.9% 1.7%;
  text-align: center;
  width: 68%;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  background: #a84140;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 53%;
  margin-left: -15px;
  border: 2cqw solid transparent;
  border-top: 2.6cqw solid #a84140;
}

.balloon1 p {
  margin: 0;
  font-size: 3.3cqw;
  font-weight: 600;
  line-height: 1.72em;
}

.present_h2 {
  font-size: 6.6cqw;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  padding: 3.5% 0 4.5%;
}

.present_lead {
  font-size: 3.8cqw;
  font-weight: 500;
  line-height: 1.9em;
  text-align: center;
}

.howto_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 2% 0;
}

.howto_flex li {
  width: 49%;
}

.detailbox_pre {
  margin: 6% 0 0;
}

.detail_h_pre {
  font-size: 3.5cqw;
  font-weight: 600;
  line-height: 1.9em;
  margin-bottom: 0.5%;
}

.detail_ul_pre,.detail_p_box_pre {
  padding-left: 1em;
  padding-right: 1em;
}

.detail_ul_pre li {
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 1.7em;
  padding-left: 1em;
  text-indent: -1em;
}

.small {
  font-size: 3cqw;
  font-weight: 500;
  line-height: 1.7em;
}

.detail_p_pre {
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 1.7em;
}





/* 移行区分E：mobile_firstテンプレートのstyle */
.mobile_first_to_page_top {
  display: block;
}