@charset "UTF-8";
.lucky-present-cp_body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background-color: #ffd8d1;
  min-width: 960px;
  margin: 0 auto;
}
.lucky-present-cp_body .key-visual img {
  display: block;
  margin: 0 auto;
}
.lucky-present-cp_body .pre_ttl {
  background-color: #57202b;
  padding: 1em 0;
}
.lucky-present-cp_body .pre_ttl img {
  display: block;
  margin: 0 auto;
  width: 960px;
}
.lucky-present-cp_body section.bk-img {
  background: url(/event/lucky-present/2024/images/lucky-present-cp2024-winter-bk-w1280.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.lucky-present-cp_body section.oubo-area {
  background-color: #57202b;
  padding: 0 0 5em 0;
}
.lucky-present-cp_body section .oubo_ttl {
  width: 960px;
  margin: 0 auto;
  padding: 3em 0 0 0;
}
.lucky-present-cp_body section .pre_items {
  width: 960px;
  margin: 0 auto;
  padding: 3em 0;
}
.lucky-present-cp_body section .pre_items .pre_item {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 0 3em 0;
  border: 3px solid #57202b;
  border-radius: 19px;
}
.lucky-present-cp_body section .pre_items .pre_item .pre_box a {
  text-decoration: none;
}
.lucky-present-cp_body section .pre_items .pre_item .pre_box dl {
  padding: 50px 30px;
  font-weight: bold;
}
.lucky-present-cp_body section .pre_items .pre_item .pre_box dl dt {
  font-size: 36px;
  color: #57202b;
  filter: drop-shadow(2px 2px 1px rgba(203, 242, 224, 0.9));
}
.lucky-present-cp_body section .pre_items .pre_item .pre_box dl dd p.pre_dtl {
  font-size: 30px;
  color: #57202b;
  padding: 0 0 0 30px;
}
.lucky-present-cp_body section .pre_items .pre_item .pre_box dl dd p.pre_dtl .marker-gradation-pink {
  background: linear-gradient(120deg, #cbf2e0 0%, #ffffff 80%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 30%;
  font-weight: bold;
}
.lucky-present-cp_body section .pre_items .pre_item .pre_box dl dd p.pre_txt {
  font-size: 18px;
  color: #57202b;
  padding: 0 0 0 30px;
}
.lucky-present-cp_body section .pre_items .pre_item .pre_box dl dd ul {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 2.5em 0;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
.lucky-present-cp_body section .pre_items .pre_item .pre_box dl dd ul li {
  margin: 0 1%;
}
.lucky-present-cp_body section .pre_items .pre_item .pre_box dl dd ul li img {
  max-height: 240px;
}
.lucky-present-cp_body section .pre_items .pre_item .pre_box dl dd p.pre_link_ft {
  text-align: end;
}

@media screen and (min-width: 900px) {
  /*========== BSNアプリダウンロードリンク Start. ==========*/
  div#app-dl_box {
    width: 700px;
    margin: 20px auto;
    font-size: 1.5em;
    background-color: #fff;
    padding: 10px 125px 50px;
  }
  div#app-dl_box .step {
    position: relative;
    padding: 0 15px;
    font-weight: bold;
    color: #57202b;
    margin: 40px 0 20px 0;
  }
  div#app-dl_box .step:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #57202b;
  }
  div#app-dl_box .step span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }
  div#app-dl_box ul.app-dl_link {
    display: flex;
  }
  div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
    margin: 0 0.5em;
  }
  div#app-dl_box ul.app-dl_process {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
  }
  div#app-dl_box ul.app-dl_process li {
    text-align: center;
    margin: 0 5px;
  }
  div#app-dl_box ul.app-dl_process li:last-child {
    margin: 0;
  }
  div#app-dl_box ul.app-dl_process li.app-btn1 {
    width: 40%;
  }
  div#app-dl_box ul.app-dl_process li.arrow {
    width: 8%;
  }
  div#app-dl_box ul.app-dl_process li.app-btn2 {
    width: 80%;
  }
  div#app-dl_box ul.app-dl_process li.send-text {
    width: 32%;
  }
  div#app-dl_box .small {
    font-size: 0.7em;
  }
  /*========== BSNアプリダウンロードリンク end. ==========*/
}
@media screen and (max-width: 899px) {
  .lucky-present-cp_body {
    min-width: 100%;
  }
  .lucky-present-cp_body section .pre_items {
    width: 95%;
    padding: 1.5em 0;
  }
  .lucky-present-cp_body section .pre_items .pre_item {
    margin: 0 0 1.5em 0;
  }
  .lucky-present-cp_body section .pre_items .pre_item .pre_box dl {
    padding: 0.5em;
  }
  .lucky-present-cp_body section .pre_items .pre_item .pre_box dl dt {
    font-size: 18px;
  }
  .lucky-present-cp_body section .pre_items .pre_item .pre_box dl dd p.pre_dtl {
    font-size: 17px;
    padding: 0 0 0 20px;
  }
  .lucky-present-cp_body section .pre_items .pre_item .pre_box dl dd p.pre_txt {
    font-size: 12px;
    padding: 0 0 0 20px;
  }
  .lucky-present-cp_body section .oubo_ttl {
    width: 100%;
    padding: 1.5em 0;
  }
  /*========== BSNアプリダウンロードリンク Start. ==========*/
  div#app-dl_box {
    width: 95%;
    margin: 0;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  div#app-dl_box .step {
    position: relative;
    padding: 0 15px;
    font-weight: bold;
    color: #57202b;
  }
  div#app-dl_box .step:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #57202b;
  }
  div#app-dl_box .step span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }
  div#app-dl_box p.app-dl_head {
    background-color: #57202b;
    color: #ffffff;
    text-align: center;
    margin: 0 0 0.5em;
    border-radius: 100vh;
    padding: 0.25em 0;
  }
  div#app-dl_box ul.app-dl_link {
    display: flex;
  }
  div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
    margin: 0 0.5em;
  }
  div#app-dl_box ul.app-dl_link li.qr {
    display: none;
  }
  div#app-dl_box ul.app-dl_process {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
  }
  div#app-dl_box ul.app-dl_process li {
    text-align: center;
    margin: 0 5px;
  }
  div#app-dl_box ul.app-dl_process li:last-child {
    margin: 0;
  }
  div#app-dl_box ul.app-dl_process li.app-btn1 {
    width: 40%;
  }
  div#app-dl_box ul.app-dl_process li.arrow {
    width: 8%;
  }
  div#app-dl_box ul.app-dl_process li.app-btn2 {
    width: 80%;
  }
  div#app-dl_box ul.app-dl_process li.send-text {
    width: 32%;
  }
  /*========== BSNアプリダウンロードリンク end. ==========*/
}/*# sourceMappingURL=2024winter.css.map */