@charset "UTF-8";
/* ============== 共通 =================== */
#contents {
  background-color: #8fafd3;
  padding: 0 0 10px;
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

#contents * {
  box-sizing: border-box;
}

#contents a {
  color: #0099cc;
  text-decoration: underline;
}

#contents a:hover {
  opacity: 0.7;
}

.display-sp {
  display: none;
}

/*コンテンツ幅*/
.ly-block {
  margin: auto;
  max-width: 970px;
  width: calc(100% - 60px);
  border: 2px solid #ddd;
  border-radius: 8px;
}

/* ============== btn =================== */
.btn_wrap {
  margin: 50px auto;
}

#contents .btn {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  height: 50px;
  background-color: #ff9123;
  background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/★ディレクトリ名/img/btnarrow_right.png);
  background-size: 20px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.btn_att {
  margin-top: 18px;
  color: #999;
  font-size: 12px;
}

/*終了対応*/
#contents .btn_close {
  pointer-events: none;
  position: relative;
}

#contents .btn_close::before {
  content: none;
}

#contents .btn_close::after {
  content: "※本キャンペーンは終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7); /* ←※固定 */
  margin: 0 auto;
  z-index: 10;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}

/* ============== LP =================== */
/* ============== att =================== */
.att {
  overflow: hidden;
  margin: 50px auto 80px;
  text-align: left;
  line-height: 1.7;
}

.att_list {
  width: calc(100% - 60px);
  max-width: 830px;
  margin: 6.8% auto;
}

.att_item + .att_item {
  margin-top: 30px;
}

.att_item_ttl {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.3;
}

/*「●」タイプのリスト用*/
.att_item_ttl::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #0d2077;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.att_item_inner p {
  margin-top: 10px;
}

.att_item_inner p + p {
  margin-top: 0;
}

.att_item_img {
  margin: 20px auto;
  text-align: center;
}

.att_list-style {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.att_list-style li > ul, .att_list-style li > ol {
  margin-left: 1em;
  margin-bottom: 5px;
}

.att_small-unit {
  margin: 5px auto 10px;
}

.att_small-unit dt {
  font-weight: bold;
  text-indent: 0;
  margin-left: -0.5em;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
  /* ============== 共通 =================== */
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
  .ly-block {
    width: calc(100% - 30px);
  }
  /* ============== btn =================== */
  .btn_wrap {
    width: calc(100% - 90px);
    margin: 11% auto;
  }
  .btn_att {
    margin-top: 15px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  /*終了対応*/
  #contents .btn_close::after {
    font-size: 1.8rem;
  }
  /* ============== LP =================== */
  /* ============== att =================== */
  .att {
    margin: 38px auto 60px;
  }
  .att_list {
    width: calc(100% - 54px);
    margin: 26px auto 30px;
  }
  .att_item + .att_item {
    margin-top: 8%;
  }
  .att_item_ttl {
    padding-left: 1.5em;
    margin-bottom: 10px;
  }
  .att_item_inner p, .att_list-style {
    margin-top: 5px;
  }
}
/* 202301
========================================================*/
/* ページトップボタン
========================================================*/
#pagetop {
  width: 100%;
}

#pagetop .inner {
  margin: 0 auto;
  max-width: 880px;
}

#pagetop .inner.bottom {
  padding: 20px 0 20px;
}

#pagetop .inner p {
  padding-top: 8px;
  margin: 0;
}

html*#pagetop .inner p {
  display: block;
  width: 160px;
}

#pagetop .inner p a {
  position: relative;
  display: block;
  margin: 0 0 0 auto;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  background: #61482d;
  text-decoration: none;
}

#pagetop .inner p a:before {
  content: "";
  position: absolute;
  margin: -14px 0 0 -8px;
  top: 0;
  left: 50%;
  border: 8px solid transparent;
  border-bottom-color: #61482d;
}

#pagetop .inner p a {
  background: #000 !important;
  color: #fff !important;
  font-size: 13px !important;
  pointer-events: auto !important;
  border-radius: 5px;
}
#pagetop .inner p a:before {
  border-bottom-color: #000;
}
@media screen and (max-width: 767px) {
  #pagetop {
    margin-top: 20px;
  }
}

/* ドリームバザール
========================================================*/
li {
  list-style: none;
}

.sp {
  display: none;
}

.cont-wrap img {
  vertical-align: top;
}

.font-bold {
  font-weight: 700;
}

/* コンテンツ（PC：960px以上）
========================================================*/
html {
  scroll-behavior: smooth;
}

#contents {
  padding: 0;
  color: #231815;
}

.cont-wrap {
  max-width: 970px;
  margin: 0 auto;
  background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/lawson_2510/img/bg.png) repeat-y;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .cont-wrap {
    max-width: 100%;
  }
}

.ttl_01 {
  height: 40px;
  background-color: #0ff;
}

.contentns-img {
  text-align: center;
  margin-bottom: 20px;
  width: 90.7%;
  margin: 0 auto;
}
.contentns-img img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  width: 100%;
}

.contentns-area {
  width: 90.7%;
  margin: 0 auto 50px;
  border-radius: 0 0 18px 18px;
  background-color: #fff;
  padding: 25px 30px 30px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.contentns-area.top {
  padding-bottom: 50px;
}
.contentns-area .main_txt {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 25px 0 15px;
}
.contentns-area .sub_txt {
  font-size: 14px;
  text-align: left;
  line-height: 1.7em;
}

.main {
  padding: 10px 0;
}
#contents .campaign {
  max-width: 880px;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#contents .campaign-title {
  background-color: #1d599d;
}
#contents .campaign-title h2 {
  color: #fff;
  font-size: 28px;
}
#contents .campaign .att {
  background-color: #fff;
  padding: 0;
  margin: 0;
}
#contents .campaign a {
  color: #00f;
  text-decoration: underline;
}
#contents .campaign span.red {
  color: #f00;
}
#contents .campaign .google {
  height: 15px;
  width: auto;
}
#contents .campaign .att_list {
  margin: 30px auto;
}
#contents .campaign .att_item_inner p.top {
  margin-top: 0;
}
#contents .campaign .att_item_inner p.bold {
  font-weight: bold;
}
#contents .campaign .att_item_inner dd > p {
  margin-top: 20px;
}
#contents .campaign .att_item_inner dd > img {
  margin-top: 20px;
  width: 100%;
}
#contents .campaign .att_item_inner h3 {
  font-size: 18px;
  line-height: 25px;
}
#contents .campaign .att_item + .att_item {
  margin-top: 20px;
}
#contents .campaign .att_item_ttl {
  font-size: 22px;
  padding-left: 25px;
  margin-bottom: 5px;
}
#contents .campaign .att_item_ttl::before {
  content: "";
  background-color: #ff6895;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contents .campaign .att_list-style.noindent {
  text-indent: 0;
  padding-left: 1em;
}
#contents .campaign .att_list-style {
  margin-top: 0;
  padding-left: 1em;
}
#contents .campaign .att_list-style p {
  text-indent: 0em;
  margin-top: 0;
}
#contents .campaign .google {
  vertical-align: middle;
}

.pontoku-link {
  text-align: center;
  margin: 60px 0 10px;
}
.pontoku-link a {
  text-decoration: underline;
  color: #000 !important;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.pontoku-btn {
  width: 550px;
  height: auto;
  margin: 0 auto;
}
.pontoku-btn a {
  display: block;
}
@media screen and (max-width: 767px) {
  .pontoku-link a {
    font-size: 1.6rem;
  }
  .pontoku-btn {
    width: 80%;
    margin: 0 auto;
  }
}

/* コンテンツ（PC/TB：768px以上）
========================================================*/
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .cont-wrap {
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/lawson_2510/img/bg_sp.png) repeat-y;
    background-size: contain;
  }
  .contentns-img {
    width: 92.7%;
  }
  .contentns-area {
    width: 92.7%;
    margin-bottom: 20px;
    padding: 20px 5px 25px;
  }
  .contentns-area.top {
    padding: 20px 5px 35px;
  }
  .contentns-area .main_txt {
    font-size: 13px;
    padding: 12px 10px 7px;
  }
  .contentns-area .sub_txt {
    font-size: 11px;
    line-height: 1.7em;
    padding: 0px 10px 0px;
  }
  .cam1-wrap {
    background: none;
    height: 100%;
  }
  .kv-sp {
    max-width: 100%;
    height: auto;
    padding: 0;
    position: static;
  }
  .ttl1 {
    margin-bottom: 0;
  }
  .card {
    background-size: 30%;
  }
  .example {
    margin: 0 10px;
  }
  .example figcaption {
    position: static;
    padding-top: 10px;
  }
  .banner-wrap {
    display: block;
    max-width: 430px;
    margin: 0 auto;
  }
  .banner-wrap a {
    margin-bottom: 10px;
    height: auto;
  }
  .campaign {
    padding: 0 15px;
  }
  .att-area {
    padding: 20px 20px 0;
  }
  .att-ul {
    margin-left: 10px;
  }
  #pagetop .inner.bottom {
    padding: 0 20px 20px;
  }
  #contents .campaign {
    max-width: 880px;
    margin: 0 auto;
  }
  #contents .campaign-title h2 {
    font-size: 18px;
    padding: 5px 0;
  }
  #contents .campaign a {
    color: #00f;
    text-decoration: underline;
  }
  #contents .campaign span.red {
    color: #f00;
  }
  #contents .campaign .google {
    height: 15px;
    width: auto;
  }
  #contents .campaign .att_list {
    margin: 15px auto;
    font-size: 11px;
  }
  #contents .campaign .att_item_inner dd > p {
    margin-top: 20px;
  }
  #contents .campaign .att_item_inner h3 {
    font-size: 13px;
    line-height: 20px;
  }
  #contents .campaign .att_item + .att_item {
    margin-top: 20px;
  }
  #contents .campaign .att_item_ttl {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  #contents .campaign .att_item_ttl::before {
    content: "";
    background-color: #ff6895;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #contents .campaign .google {
    vertical-align: middle;
    height: 12px;
  }
  .pontoku-link {
    margin: 20px auto 10px;
  }
  .pontoku-link a {
    font-size: 13px;
  }
}