.flex_c_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.contents1119coupon {
  width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 1201px) {
  div.contents1119coupon {
    width: 100%;
  }
}

div.contents1119coupon div.contents1119coupon_top p {
  width: 520px;
  margin: 0 auto;
  padding: 64px 0;
  line-height: 32px;
  text-align: center;
}

@media (max-width: 640px) {
  div.contents1119coupon div.contents1119coupon_top p {
    width: 100%;
    padding: 36px;
    font-size: 14px;
    line-height: 26px;
  }
}

div.contents1119coupon div.contents1119coupon_main div.style {
  width: 100%;
}

@media (max-width: 640px) {
  div.contents1119coupon div.contents1119coupon_main div.style {
    padding: 0;
  }
}

div.contents1119coupon div.contents1119coupon_main div.style h2 {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 2px;
  font-size: 64px;
  text-align: center;
  color: #437746;
}

@media (max-width: 640px) {
  div.contents1119coupon div.contents1119coupon_main div.style h2 {
    font-size: 32px;
  }
}

div.contents1119coupon div.contents1119coupon_main div.item_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.contents1119coupon div.contents1119coupon_main div.item_style > div {
  width: 50%;
}

@media (max-width: 640px) {
  div.contents1119coupon div.contents1119coupon_main div.item_style > div {
    width: 100%;
  }
}

div.contents1119coupon div.contents1119coupon_main div.iteminfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 640px) {
  div.contents1119coupon div.contents1119coupon_main div.iteminfo {
    padding: 24px 0;
  }
}

div.contents1119coupon div.contents1119coupon_main div.iteminfo p {
  width: 100%;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
}

div.contents1119coupon div.contents1119coupon_main div.iteminfo p:nth-child(1) {
  font-family: "Caveat", cursive;
  margin-bottom: 16px;
}

div.contents1119coupon div.contents1119coupon_main div.iteminfo p a {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 8px 32px;
  margin-top: 16px;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 4px;
}

div.contents1119coupon div.contents1119coupon_main div.iteminfo p a:hover {
  background: rgba(0, 0, 0, 0.9);
}

div.contents1119coupon img {
  width: 100%;
  max-width: none;
}

div.contents1119coupon p, div.contents1119coupon h3 {
  margin: 0;
  padding: 0;
}

div.style_slick {
  position: relative;
}

div.style_slick ul.slick-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 8px 16px;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  div.style_slick ul.slick-dots {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    bottom: auto;
    top: 0;
    margin: 8px 0 8px 10px;
  }
}

div.style_slick ul.slick-dots li {
  margin: 0;
  padding: 8px 12px;
}

@media (max-width: 640px) {
  div.style_slick ul.slick-dots li {
    padding: 8px;
  }
}

div.style_slick ul.slick-dots li button {
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 640px) {
  div.style_slick ul.slick-dots li button {
    width: 12px;
    height: 12px;
  }
}

div.style_slick ul.slick-dots li.slick-active button {
  background: rgba(0, 0, 0, 0.7);
}

div.style_slick button {
  cursor: pointer;
}

div.style_slick button.slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 1;
  text-indent: -9999px;
  width: 48px;
  height: 72px;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s;
  transition: .4s;
  outline: none;
}

@media (max-width: 640px) {
  div.style_slick button.slick-arrow {
    top: 32%;
  }
}

div.style_slick button.slick-arrow::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

div.style_slick button.slick-arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}

div.style_slick button.slick-prev {
  left: 0;
}

div.style_slick button.slick-prev::after {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin-left: 8px;
}

div.style_slick button.slick-next {
  right: 0;
}

div.style_slick button.slick-next::after {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  margin-right: 8px;
}

div.style_slick.tO {
  opacity: 0;
  -webkit-transition: .4s 1.4s;
  transition: .4s 1.4s;
}

div.style_slick.tO.inview {
  opacity: 1;
}
/*# sourceMappingURL=1119coupon.css.map */