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

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

#contents a {
  color: #ff3200;
  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;
}

/*マージントップ*/
.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

/* ============== 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;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.att_item_inner .large_txt {
  font-size: 16px;
}

.att_item_inner p {
  margin-top: 10px;
}
.att_item_inner p .orange {
  color: #eb5505;
}

.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%;
  background: #fff !important;
}

#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;
  background: #f09741;
}

.cont-wrap {
  max-width: 970px;
  margin: 0 auto;
  background: #f09741;
  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 {
  width: 100%;
}

.contentns-area {
  margin: 0 auto 0px;
  background-color: #fff;
  padding: 50px 55px 50px;
  position: relative;
  z-index: 2;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.contentns-area.top {
  padding: 25px 0px 15px;
  margin-bottom: 0;
  background: linear-gradient(to bottom, #fff 0%, #fff 95%, transparent 95%, transparent 100%);
}
.contentns-area .main_txt {
  font-size: 24px;
  text-align: left;
  padding: 20px 0 0;
}
.contentns-area .sub_txt {
  font-size: 14px;
  text-align: left;
  line-height: 1.7em;
  padding: 30px 0 0px;
}
.contentns-area .center_link {
  font-size: 28px;
  display: block;
}
.contentns-area .category_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.contentns-area .category_list li {
  display: flex;
  width: 31.8%;
  box-sizing: border-box;
  background: #fff;
  margin: 20px 0px 0;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: none;
  line-height: 1.2;
}
.contentns-area .category_list li a {
  width: 100%;
  display: flex; /* 追加 */
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #231815 !important;
  border: 1px solid #cccccc;
  border-radius: 10px;
  min-height: 80px;
  font-size: 26px;
  font-weight: bold;
}

.pontapass-area {
  background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontapass_2604/img/bg.png);
  background-size: cover;
  background-position: top center;
  background-color: #fff;
  padding: 0 55px 50px;
}
.pontapass-area p {
  font-size: 22px;
  text-align: center;
  padding: 10px 0 0;
}
.pontapass-area p .pontalink {
  font-size: 32px;
  font-weight: bold;
  margin-top: 30px;
  display: inline-block;
  color: #000 !important;
}
.pontapass-area .img1 {
  padding: 380px 0px 0;
}
.pontapass-area .steparea {
  margin: 65px 30px 0;
}
.pontapass-area .steparea p {
  display: inline-block;
  text-align: left;
  margin: -60px 0 0 109px;
}
.pontapass-area .steparea p.second {
  margin: 10px 0 0 150px;
}
.pontapass-area .steparea p .indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.pontapass-area .steparea .btnarea {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.pontapass-area .steparea .textimg {
  float: left;
  width: 81%;
}
.pontapass-area .steparea .textimg2 {
  float: left;
  width: 100%;
}

#contents .campaign {
  margin: 0px auto 0;
  padding: 50px 0 0;
  background-color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#contents .campaign-title {
  background-color: #d4eaf9;
}
#contents .campaign-title h2 {
  font-size: 30px;
  padding: 15px 0;
}
#contents .campaign-title img {
  width: 28%;
  padding: 15px 0;
}
#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 .indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
#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_txt {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: bold;
}
#contents .campaign .att_item_ttl {
  font-size: 22px;
  padding-left: 25px;
  margin-bottom: 5px;
}
#contents .campaign .att_item_ttl::before {
  content: "";
  background-color: #f09741;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contents .campaign .att_item_ttl.second::before {
  background-color: #3270d1;
}
#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;
}
#contents .campaign .section-title {
  display: flex;
  align-items: center;
  width: 100%;
  color: #2a6fb0; /* 青 */
  font-size: 28px;
  font-weight: bold;
}
#contents .campaign .section-title::before,
#contents .campaign .section-title::after {
  content: "";
  flex: 1; /* ← これで左右いっぱいに伸びる */
  height: 2px;
  background: #0672d8;
}
#contents .campaign .section-title span {
  padding: 0 20px; /* テキストと線の間の余白 */
  white-space: nowrap;
}
#contents .campaign .section-txt {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}

/* フローティングボタン */
.floating-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  /* 初期状態：下に隠す */
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 999;
}
.floating-cta img {
  width: 30%;
}

/* 表示状態 */
.floating-cta.is-show {
  transform: translateY(0);
}

/* コンテンツ（PC/TB：768px以上）
========================================================*/
/* コンテンツ（SP：374px以下）
========================================================*/
@media screen and (max-width: 374px) {
  .pontapass-area {
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontapass_2604/img/bg.png?0407);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffe346;
    background-position: top center;
  }
  .pontapass-area .img1 {
    padding: 150px 0 0;
  }
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*マージントップ*/
  .mt-0 {
    margin-top: 0px;
  }
  .mt-5 {
    margin-top: 2.5px;
  }
  .mt-10 {
    margin-top: 5px;
  }
  .mt-15 {
    margin-top: 7.5px;
  }
  .mt-20 {
    margin-top: 10px;
  }
  .mt-25 {
    margin-top: 12.5px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .mt-35 {
    margin-top: 17.5px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mt-45 {
    margin-top: 22.5px;
  }
  .mt-50 {
    margin-top: 25px;
  }
  .mt-55 {
    margin-top: 27.5px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mt-65 {
    margin-top: 32.5px;
  }
  .mt-70 {
    margin-top: 35px;
  }
  .mt-75 {
    margin-top: 37.5px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mt-85 {
    margin-top: 42.5px;
  }
  .mt-90 {
    margin-top: 45px;
  }
  .mt-95 {
    margin-top: 47.5px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .cont-wrap {
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
    background-size: contain;
  }
  .contentns-img {
    width: 92.7%;
  }
  .contentns-area {
    margin-bottom: 0px;
    padding: 20px 20px 20px;
  }
  .contentns-area.top {
    padding: 15px 0px 15px;
    background: linear-gradient(to bottom, #fff 0%, #fff 91%, transparent 91%, transparent 100%);
  }
  .contentns-area .main_txt {
    font-size: 11px;
    padding: 12px 0px 7px;
  }
  .contentns-area .sub_txt {
    font-size: 11px;
    line-height: 1.7em;
    padding: 20px 5px 0px;
  }
  .contentns-area .main_h {
    width: 80%;
  }
  .contentns-area .sp_mb {
    margin-bottom: 20px;
    display: inline-block;
  }
  .contentns-area .center_link {
    font-size: 14px;
    display: block;
  }
  .contentns-area .category_list li {
    width: 31.8%;
    margin: 7px 0px 0;
    line-height: 1.2;
  }
  .contentns-area .category_list li a {
    width: 100%;
    display: flex; /* 追加 */
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #231815 !important;
    border: 1px solid #cccccc;
    border-radius: 10px;
    min-height: 44px;
    font-size: 13px;
  }
  .pontapass-area {
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontapass_2604/img/bg.png?0407);
    background-size: cover;
    background-position: top center;
    padding: 0 20px 30px;
  }
  .pontapass-area p {
    font-size: 11px;
    padding: 5px 0 0;
  }
  .pontapass-area p .pontalink {
    font-size: 16px;
    margin-top: 15px;
  }
  .pontapass-area .img1 {
    padding: 300px 0 0;
  }
  .pontapass-area .steparea {
    margin: 30px 15px 0;
  }
  .pontapass-area .steparea p {
    display: inline-block;
    text-align: left;
    margin: -30px 0 0 0px;
  }
  .pontapass-area .steparea p.second {
    margin: 5px 0 0 61px;
  }
  .pontapass-area .steparea .btnarea {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .pontapass-area .steparea .textimg {
    float: left;
    width: 81%;
  }
  .pontapass-area .steparea .textimg2 {
    float: left;
    width: 100%;
  }
  .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;
  }
  .att-area {
    padding: 20px 20px 0;
  }
  .att-ul {
    margin-left: 10px;
  }
  #pagetop .inner.bottom {
    padding: 0 20px 20px;
  }
  #contents .campaign {
    margin: 0 auto;
  }
  #contents .campaign-title img {
    width: 40%;
  }
  #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;
    width: calc(100% - 40px);
  }
  #contents .campaign .att_item_inner .large_txt {
    font-size: 13px;
  }
  #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_txt {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  #contents .campaign .att_item_ttl {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  #contents .campaign .att_item_ttl::before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #contents .campaign .section-title {
    font-size: 15px;
  }
  #contents .campaign .section-txt {
    font-size: 14px;
  }
  #contents .campaign .google {
    vertical-align: middle;
    height: 12px;
  }
  /* フローティング */
  .floating-cta img {
    width: 100%;
  }
}
/* コンテンツ（SP：520px以下）
========================================================*/
@media screen and (max-width: 520px) {
  .pontapass-area {
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontapass_2604/img/bg.png?0407);
    background-size: cover;
    background-position: top center;
    padding: 0 20px 30px;
  }
  .pontapass-area p {
    font-size: 11px;
    padding: 5px 0 0;
  }
  .pontapass-area p .pontalink {
    font-size: 16px;
    margin-top: 15px;
  }
  .pontapass-area .img1 {
    padding: 300px 0 0;
  }
  .pontapass-area .steparea {
    margin: 30px 15px 0;
  }
  .pontapass-area .steparea p {
    display: inline-block;
    text-align: left;
    margin: -30px 0 0 60px;
  }
  .pontapass-area .steparea p.second {
    margin: 5px 0 0 61px;
  }
}
/* コンテンツ（SP：480px以下）
========================================================*/
@media screen and (max-width: 480px) {
  .pontapass-area {
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontapass_2604/img/bg.png?0407), linear-gradient(to bottom, #fff 50%, #ffe346 50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: linear-gradient(to bottom, #fff 50%, #ffe346 50%);
    background-position: top center;
  }
  .pontapass-area .img1 {
    padding: 180px 0 0;
  }
  .pontapass-area .steparea p {
    margin-top: 0;
  }
}
/* コンテンツ（SP：374px以下）
========================================================*/
@media screen and (max-width: 374px) {
  .pontapass-area .img1 {
    padding: 150px 0 0;
  }
  .pontapass-area .steparea p {
    margin-top: 0;
  }
}