@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* ad-slider用スタイル(PC) */
.slick-dotted.slick-slider {
  margin-bottom: 150px;
}
.slick-slide {
  width: 440px;
}
.slick-slide .ad-wrap {
  width: 420px;
  margin: 0 auto;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pc-only .ad-category {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 82px;
  padding: 0 0 0 10px;
  background: #42210b;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pc-only .ad-category .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  border-radius: 999px;
}
.pc-only .ad-category .txt {
  font-size: 24px;
  font-weight: bold;
}
.pc-only .easy-to-save .icon {
  background: url(/promo/pointinfo/images/icon-select_01.png) no-repeat center;
  background-size: contain;
}
.pc-only .challenge-everyday .icon {
  background: url(/promo/pointinfo/images/icon-select_02.png) no-repeat center;
  background-size: contain;
}
.pc-only .points-by-game .icon {
  background: url(/promo/pointinfo/images/icon-select_03.png) no-repeat center;
  background-size: contain;
}
.pc-only .points-by-shopping .icon {
  background: url(/promo/pointinfo/images/icon-select_04.png) no-repeat center;
  background-size: contain;
}
.pc-only .points-by-booking .icon {
  background: url(/promo/pointinfo/images/icon-select_05.png) no-repeat center;
  background-size: contain;
}
.pc-only .points-by-furusato-nozei .icon {
  background: url(/promo/pointinfo/images/icon-select_06.png) no-repeat center;
  background-size: contain;
}
.pc-only .points-by-entame .icon {
  background: url(/promo/pointinfo/images/icon-select_07.png) no-repeat center;
  background-size: contain;
}
.pc-only .save-a-lot-points .icon {
  background: url(/promo/pointinfo/images/icon-select_08.png) no-repeat center;
  background-size: contain;
}
.pc-only .ad-box {
  background: #fff;
  border: 2px solid #42210b;
}
.pc-only .ad-list > li:nth-child(n + 1) {
  border-top: 1px solid #cccccc;
}
.pc-only .ad-list > li > a {
  position: relative;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
}
.pc-only .ad-list > li > a:hover {
  background: #ecf1bf;
}
.pc-only .ad-list > li > a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 16px;
  background: url(/promo/pointinfo/images/icon-sankaku.svg) no-repeat center;
  background-size: auto;
  transform: translateY(-50%);
}
.pc-only .ad-img {
  width: 120px;
  height: 100px;
  margin: 0 10px 0 20px;
  padding: 0;
}
.pc-only .ad-img img {
  width: 120px;
  height: 100px;
  object-fit: contain;
}
.pc-only .ad-desc-box {
  width: 266px;
  padding-right: 20px;
}
  .pc-only .ad-name {
  font-size: 18px;
  font-weight: bold;
}
.pc-only .ad-point {
  font-size: 14px;
}
.pc-only .point-num {
  font-size: 28px;
  font-weight: bold;
  color: #c41010;
}
.pc-only .point-p {
  font-size: 20px;
  font-weight: bold;
  color: #c41010;
}
.pc-only .error-mes {
  font-size: 20px;
  font-weight: bold;
}
.prev-arrow,
.next-arrow {
  position: absolute;
  bottom: -110px;
  z-index: 5;
  transition: all .3s;
}
.prev-arrow:hover,
.next-arrow:hover {
  position: absolute;
  bottom: -100px;
  cursor: pointer;
}
.prev-arrow {
  right: calc(50% + 280px);
}
.next-arrow {
  left: calc(50% + 280px);
}
.slide-dots {
  position: absolute;
  bottom: -92px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slide-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slide-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slide-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  content: "•";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #fff;
  border-radius: 999px;
}
.slide-dots li.slick-active button:before {
  box-shadow: 0px 0px 0px 3px #472005;
}
.slide-dots li:nth-child(1) button::before {
  background: url(/promo/pointinfo/images/icon-select_02.png) no-repeat center;
  background-size: contain;
}
.slide-dots li:nth-child(2) button::before {
  background: url(/promo/pointinfo/images/icon-select_01.png) no-repeat center;
  background-size: contain;
}
.slide-dots li:nth-child(3) button::before {
  background: url(/promo/pointinfo/images/icon-select_04.png) no-repeat center;
  background-size: contain;
}
.slide-dots li:nth-child(4) button::before {
  background: url(/promo/pointinfo/images/icon-select_05.png) no-repeat center;
  background-size: contain;
}
.slide-dots li:nth-child(5) button::before {
  background: url(/promo/pointinfo/images/icon-select_07.png) no-repeat center;
  background-size: contain;
}
.slide-dots li:nth-child(6) button::before {
  background: url(/promo/pointinfo/images/icon-select_03.png) no-repeat center;
  background-size: contain;
}
.slide-dots li:nth-child(7) button::before {
  background: url(/promo/pointinfo/images/icon-select_08.png) no-repeat center;
  background-size: contain;
}
.slide-dots li:nth-child(8) button::before {
  background: url(/promo/pointinfo/images/icon-select_06.png) no-repeat center;
  background-size: contain;
}