@charset "UTF-8";
/* ============== 共通 =================== */
#contents {
  background-color: #100033;
  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;
}

.display-sp {
  display: none;
}

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

main {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.top_ttl {
  max-width: 1240px;
  margin: 0 auto 0;
}
.top_ttl img {
  width: 100%;
}

/* ============== 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 {
  padding-bottom: 1rem;
}
.att_item_inner p .red {
  color: #ff0000;
}
.att_item_inner p .gray {
  color: gray;
}
.att_item_inner p .indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.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;
  }
  .att_item_inner p, .att_list-style {
    margin-top: 5px;
  }
}
/* ページトップボタン
========================================================*/
#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以上）
========================================================*/
#contents {
  padding: 0;
  color: #231815;
}

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

.ttl_01 {
  width: 100%;
  margin: 0 auto 0;
  height: 75px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 75px;
  background-color: #6c3e79;
  color: #fff;
}

.contentns-img {
  text-align: center;
}

.contentns-img.top {
  margin-bottom: 50px;
}

.main {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 0 4.6%;
  }
}

#contents .campaign {
  max-width: 880px;
  margin: 65px auto 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#contents .campaign-title {
  background: linear-gradient(to right, #9b5e02 0%, #f7df6b 30%, #9b5e02 100%);
  padding: 5px 0;
}
#contents .campaign-title h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
#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 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: 15px 0 0px;
  font-weight: 500;
}
#contents .campaign .att_item_ttl::before {
  content: "";
  background-color: #000;
  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: 2em;
}
#contents .campaign .att_list-style p {
  text-indent: 0em;
  margin-top: 0;
}
#contents .campaign .google {
  vertical-align: middle;
}

.att_header {
  position: relative;
}

.accordion.att_header.open::before {
  transform: rotate(0deg);
  top: 12px;
}
@media screen and (max-width: 767px) {
  .accordion.att_header.open::before {
    top: 10px;
  }
}

.att_title {
  font-size: 26px;
  margin: 30px 0 0;
  color: #ed1c00;
  font-weight: 500;
}
.att_title span {
  font-size: 20px;
}

.campaign_section {
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.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;
  }
}

.campaign-section {
  max-width: 880px;
  margin-top: 70px;
}
.campaign-section .section-frame {
  background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/manpukufes/img/bg_waku.png") repeat-y, linear-gradient(to bottom, #f4eaa8, #dfb300);
  background-size: contain;
}
.campaign-section .section-frame .title_txt {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.campaign-section .section-frame .title_txt img {
  width: 89%;
}
.campaign-section .section-frame .title_txt.small img {
  width: 60%;
}
.campaign-section .section-frame .entry {
  width: 90%;
  margin: 10px auto 0;
  background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/manpukufes/img/bg_wave.png") no-repeat;
  background-size: contain;
  padding: 40px 35px;
}
.campaign-section .section-frame .entry a {
  display: block;
  margin-top: 20px;
}
.campaign-section .section-frame .entry p {
  font-size: 15px;
  padding: 10px 0 15px;
}
.campaign-section .section-frame .pre-title {
  width: 71.5%;
  margin: 40px auto 5px;
}
.campaign-section .section-frame .present-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 87.7%;
  margin: 0 auto;
}
.campaign-section .section-frame .present-list li {
  width: 47.9%;
  box-sizing: border-box;
  background: #fff;
  margin: 30px 0 0;
  text-align: left;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: none;
}
.campaign-section .section-frame .present-list li a {
  color: #000 !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.campaign-section .section-frame .present-list li a img {
  width: 100%;
  display: block;
}
.campaign-section .section-frame .present-list li p {
  font-size: 10px;
  padding-top: 5px;
}
.campaign-section .section-frame .about a {
  color: #0000ff !important;
  font-size: 18px;
  text-decoration: underline;
  margin-top: 25px;
  display: block;
  font-weight: bold;
  outline: none;
}
.campaign-section .section-frame .about p {
  font-size: 14px;
  padding-top: 30px;
}
.campaign-section .section-frame .main_txt p {
  font-size: 34px;
  font-weight: bold;
}
.campaign-section .section-frame .main_txt p:nth-child(2) {
  padding-top: 20px;
}
.campaign-section .section-frame .main_txt p a {
  color: #0000ff !important;
  text-decoration: underline;
}
.campaign-section .section-frame .sub_txt img {
  width: 88%;
}
.campaign-section .section-frame .sub_txt img.img1 {
  width: 68%;
}
.campaign-section .section-frame .sub_txt img.img2 {
  margin-top: -20px;
}
.campaign-section .title1 {
  position: relative;
}
.campaign-section .title1::after {
  content: "";
  position: absolute;
  top: -45px;
  right: -20px;
  width: 189px;
  height: 196px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/manpukufes/img/icon1.png") no-repeat;
  background-size: contain;
}
.campaign-section .title2 {
  position: relative;
}
.campaign-section .title2::after {
  content: "";
  position: absolute;
  top: -45px;
  right: -20px;
  width: 189px;
  height: 199px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/manpukufes/img/icon2.png") no-repeat;
  background-size: contain;
}
.campaign-section .title3 {
  position: relative;
}
.campaign-section .title3::after {
  content: "";
  position: absolute;
  top: -45px;
  right: -20px;
  width: 189px;
  height: 196px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/manpukufes/img/icon3.png") no-repeat;
  background-size: contain;
}

.copy {
  text-align: right;
  color: #fff;
  width: 90%;
  margin: 5px auto 0;
  display: inline-block;
}

/*アコーディオン*/
.accordion .content {
  max-height: 0;
  overflow: hidden;
  padding: 15px 10px 0 10px;
}

.toggle {
  display: none;
}

.option {
  position: relative;
}

.accordion .title,
.accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.accordion .title {
  font-size: 22px;
  padding: 0.5em 1em;
  display: block;
  color: #000;
  font-weight: bold;
  background: #e9e9e9;
  /* background: linear-gradient(to right, #e9e9e9 0%, #e9e9e9 95%, #e0e0e0 95%, #e0e0e0 100%); */
}

/* デフォルト状態（閉じているとき） */
.title::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/manpukufes/img/arrow_right.png") no-repeat center center;
  background-size: contain;
  transition: all 0.3s;
  z-index: 2;
}

/* 開いているとき */
.title.open::after {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/manpukufes/img/arrow_down.png") !important;
}

.title span {
  width: 94%;
  display: block;
}

.title span::before {
  background: #d9d9d9;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
  top: 15%;
}

.toggle:checked + .title + .content {
  max-height: 12000px;
  transition: all 1.5s;
}

.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

label {
  margin-right: 0;
}

/*アコーディオンEND*/
/*スライダー*/
.slider {
  position: relative;
  width: 100%; /* スライダーの横幅 */
  overflow: hidden;
  margin: auto;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.slides img {
  flex: 0 0 100%; /* ← 各画像を横幅100%で固定 */
  width: 100%;
  height: auto; /* アスペクト比を保つ */
  object-fit: cover;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.2em 0.6em;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  transform: scaleY(1.5);
}

.arrow.prev {
  left: 10px;
}

.arrow.next {
  right: 10px;
}

/*スライダーEND*/
/* コンテンツ（PC/TB：768px以上）
========================================================*/
/* コンテンツ（幅調整：855px以下）
========================================================*/
/* コンテンツ（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-size: contain;
  }
  .ttl_01 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
  .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;
  }
  .att-area {
    padding: 20px 20px 0;
  }
  .att-ul {
    margin-left: 10px;
  }
  #pagetop .inner.bottom {
    padding: 0 20px 20px;
  }
  #contents .campaign {
    width: 90.78%;
    margin: 20px auto 0;
    /* デフォルト状態（閉じているとき） */
    /* 開いているとき */
  }
  #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 20px;
    font-size: 11px;
    width: 90%;
  }
  #contents .campaign .att_item_inner h3 {
    font-size: 13px;
    line-height: 20px;
  }
  #contents .campaign .att_item + .att_item {
    margin-top: 15px;
  }
  #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;
    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;
  }
  #contents .campaign .title::after {
    width: 24px;
    height: 24px;
  }
  #contents .campaign .title.open::after {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/manpukufes/img/arrow_down.png") !important;
  }
  #contents .campaign .att_header img {
    width: 80%;
    transform: translateY(3px);
  }
  #contents .campaign .campaign_section {
    margin-bottom: 10px;
  }
  .pontoku-link {
    margin: 20px auto 10px;
  }
  .pontoku-link a {
    font-size: 13px;
  }
  .what-area {
    padding: 20px 20px;
  }
  .what-area ul {
    width: 100%;
    margin: 15px auto 0;
  }
  .what-area ul li {
    width: 49%;
  }
  .campaign-section {
    width: 100%;
    margin-top: 25px;
  }
  .campaign-section .section-frame .title_txt {
    margin-top: 0px;
    top: -10px;
    position: relative;
  }
  .campaign-section .section-frame .entry {
    width: 90%;
    margin: 0px auto 0;
    padding: 20px 15px;
  }
  .campaign-section .section-frame .entry a {
    display: block;
    margin-top: 7px;
  }
  .campaign-section .section-frame .entry p {
    font-size: 6.5px;
    padding: 5px 0 0px;
  }
  .campaign-section .section-frame .entry .img1-2 {
    width: 70%;
  }
  .campaign-section .section-frame .pre-title {
    width: 71.5%;
    margin: 15px auto 5px;
  }
  .campaign-section .section-frame .present-list {
    width: 100%;
    display: block;
  }
  .campaign-section .section-frame .present-list img {
    width: 100%;
  }
  .campaign-section .section-frame .present-list li {
    width: 86.5%;
    margin: 0px auto 20px;
  }
  .campaign-section .section-frame .present-list li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .campaign-section .section-frame .present-list li a img {
    width: 100%;
    height: auto;
  }
  .campaign-section .section-frame .about a {
    color: #0000ff !important;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 15px;
    display: block;
    font-weight: bold;
  }
  .campaign-section .section-frame .about p {
    font-size: 7px;
    padding-top: 15px;
  }
  .campaign-section .section-frame .main_txt p {
    font-size: 15px;
    font-weight: bold;
  }
  .campaign-section .section-frame .main_txt p:nth-child(2) {
    padding-top: 10px;
  }
  .campaign-section .section-frame .main_txt p a {
    color: #0000ff !important;
    text-decoration: underline;
  }
  .campaign-section .section-frame .sub_txt img {
    width: 88%;
  }
  .campaign-section .section-frame .sub_txt img.img1 {
    width: 80%;
  }
  .campaign-section .section-frame .sub_txt img.img2 {
    margin-top: 0px;
  }
  .campaign-section .title1 {
    position: relative;
  }
  .campaign-section .title1::after {
    content: "";
    position: absolute;
    top: -22px;
    right: -10px;
    width: 94.5px;
    height: 98px;
  }
  .campaign-section .title2 {
    position: relative;
  }
  .campaign-section .title2::after {
    content: "";
    position: absolute;
    top: -22px;
    right: -10px;
    width: 94.5px;
    height: 99.5px;
  }
  .campaign-section .title3 {
    position: relative;
  }
  .campaign-section .title3::after {
    content: "";
    position: absolute;
    top: -22px;
    right: -10px;
    width: 94.5px;
    height: 98px;
  }
  .campaign-section .space {
    display: block;
  }
  .arrow {
    font-size: 2rem;
    top: 40%;
  }
}