.contentsArea img {
  width: 100%;
}

.contentsArea h2, .contentsArea h3, .contentsArea h4, .contentsArea p {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

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

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1201px) {
  .w1200 {
    width: 100%;
  }
}

.w1024 {
  width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 1025px) {
  .w1024 {
    width: 100%;
  }
}

.w640 {
  width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 641px) {
  .w640 {
    width: 100%;
  }
}

div.contents20200828Wcoupon {
  overflow: hidden;
  position: relative;
}

div.contents20200828WcouponTop {
  width: 1024px;
  margin: 0 auto;
  background: #ddd;
  border: 24px solid #fff;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.contents20200828WcouponTop img {
  width: 100%;
}

div.contents20200828WcouponTop h2 {
  position: relative;
  text-align: center;
  font-size: 60px;
  width: 90%;
}

div.contents20200828WcouponTop h2 span {
  display: inline-block;
  position: relative;
  font-family: 'Londrina Solid', cursive;
  margin-right: 6px;
}

div.contents20200828WcouponTop h2 span:nth-child(1) {
  font-size: 140%;
}

@media screen and (max-width: 1025px) {
  div.contents20200828WcouponTop {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  div.contents20200828WcouponTop h2 {
    font-size: 32px;
  }
}

div.contents20200828WcouponComment {
  width: 720px;
  margin: 64px auto;
}

div.contents20200828WcouponComment p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 32px;
  text-align: center;
}

div.contents20200828WcouponComment h2 {
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}

div.contents20200828WcouponComment h2 span {
  display: inline-block;
  position: relative;
}

div.contents20200828WcouponComment h3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2px;
}

div.contents20200828WcouponComment h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

div.contents20200828WcouponComment h3.inview span {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: #fff;
  color: #c00000;
}

div.contents20200828WcouponComment h4 {
  text-align: center;
}

@media screen and (max-width: 740px) {
  div.contents20200828WcouponComment {
    width: 100%;
    margin: 0px auto;
    padding: 32px;
  }
  div.contents20200828WcouponComment h2 {
    text-align: center;
    position: relative;
    margin-bottom: 16px;
  }
  div.contents20200828WcouponComment p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 32px;
    text-align: left;
  }
}

div.fix_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

div.fix_area div.event {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

div.fix_area div.event p {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}

div.fix_area div.event p a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 32px 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #000;
}

div.fix_area div.event p a:hover {
  color: #000;
  background: #fff;
}

div.fix_area div.event.inview_box_in {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

div.contents20200828WcouponType {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.contents20200828WcouponType > div {
  width: 50%;
  padding: 16px;
  height: 100%;
}

div.contents20200828WcouponType > div a {
  display: block;
  height: 100%;
  background: #fff;
  padding: 16px;
  text-decoration: none;
  border: 4px solid #ddd;
  -webkit-transition: .4s;
  transition: .4s;
}

div.contents20200828WcouponType > div a h4 {
  color: #4c7300;
  font-size: 20px;
  margin-bottom: 8px;
}

div.contents20200828WcouponType > div a p:nth-of-type(1) {
  font-weight: 700;
  color: #000;
}

div.contents20200828WcouponType > div a p:nth-of-type(2) {
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  padding: 12px  0;
}

div.contents20200828WcouponType > div a p:nth-of-type(3) {
  color: rgba(0, 0, 0, 0.8);
  background: #eeffb9;
  padding: 4px;
  text-align: center;
}
div.contents20200828WcouponType > div a p:nth-of-type(4) {
  padding: 16px 0;
  color: #c00000;
}

div.contents20200828WcouponType > div a:hover {
  background: #ddd;
}

div.contents20200828WcouponType > div p {
  margin: 0;
  padding: 0;
}

div.contents20200828WcouponItem {
  width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 128px;
}

div.contents20200828WcouponItem div {
  width: calc(100%);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.contents20200828WcouponItem div p {
  width: 50%;
}

div.contents20200828WcouponItem div p img {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
  -webkit-transform: translateX(-20%) scale(0.8);
          transform: translateX(-20%) scale(0.8);
}

div.contents20200828WcouponItem div p a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
  margin: 16px 0;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  padding: 0 72px 0 0;
  -webkit-transition: .4s;
  transition: .4s;
}

div.contents20200828WcouponItem div p a span {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: inline-block;
}

div.contents20200828WcouponItem div p a::after {
  content: "click";
  font-size: 10px;
  letter-spacing: 1.5px;
  border: 1px solid #ddd;
  padding: 2px 16px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

div.contents20200828WcouponItem div p a:hover::after {
  border: 1px solid #4f4f4f;
  color: #fff;
  background: #4f4f4f;
}

div.contents20200828WcouponItem div p:nth-child(2) {
  padding: 48px;
}

div.contents20200828WcouponItem div img {
  width: 100%;
}

div.contents20200828WcouponItem div:nth-child(2n) p:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

div.contents20200828WcouponItem div:nth-child(2n) p:nth-child(1) img {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

div.contents20200828WcouponItem div:nth-child(2n) p:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

div.contents20200828WcouponItem div.inview img {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
}

div.contents20200828WcouponItem div.inview span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

div.contents20200828WcouponItem div.inview:nth-child(2n) p:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

div.contents20200828WcouponItem div.inview:nth-child(2n) p:nth-child(1) img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 1025px) {
  div.contents20200828WcouponItem {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  div.contents20200828WcouponType > div {
    width: 100%;
    padding: 16px;
  }
  div.contents20200828WcouponType > div a p:nth-of-type(1) {
    font-size: 12px;
  }
  div.contents20200828WcouponType > div a p:nth-of-type(2) {
    font-size: 14px;
  }
  div.contents20200828WcouponItem {
    margin-bottom: 64px;
  }
  div.contents20200828WcouponItem > div {
    width: calc(100% / 1);
    border-top: 1px solid #ddd;
    padding-top: 24px;
  }
  div.contents20200828WcouponItem > div p {
    width: 100%;
    padding: 0 24px 0 0;
  }
  div.contents20200828WcouponItem > div p:nth-child(2) {
    padding: 16px;
  }
  div.contents20200828WcouponItem > div p:nth-child(2) a {
    margin: 8px 0;
  }
  div.contents20200828WcouponItem > div img {
    width: 100%;
  }
  div.contents20200828WcouponItem div:nth-child(2n) p:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 0 0 24px;
  }
  div.contents20200828WcouponItem div:nth-child(2n) p:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

hr.contents20200828coupon {
  height: 20vh;
  border: none;
}

div.contents20200828couponComment h2 {
  text-align: center;
  font-size: 28px;
  margin-top: 24px;
}

div.contents20200828couponComment h2 span:nth-child(1) {
  display: block;
  width: 100%;
}

div.contents20200828couponComment h2 span:nth-child(1) b {
  font-size: 140%;
}

div.contents20200828couponComment h2 span:nth-child(2) {
  font-size: 60%;
}

div.contents20200828couponComment h3 {
  text-align: center;
  font-size: 20px;
  margin-top: 24px;
}

div.contents20200828couponComment p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 24px;
}

@media screen and (max-width: 769px) {
  div.contents20200828couponComment {
    padding: 0 24px;
  }
  div.contents20200828couponComment h2 {
    text-align: center;
    font-size: 20px;
  }
  div.contents20200828couponComment h3 {
    text-align: center;
    font-size: 16px;
  }
  div.contents20200828couponComment p {
    font-size: 13px;
    line-height: 26px;
  }
}

div.fix_area2 {
  position: fixed;
  width: 100%;
  height: 120vh;
  top: 0;
  left: -100%;
  z-index: 2;
}

div.fix_area2 .event .topFix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: .8s;
  transition: .8s;
}

div.fix_area2 .event .topFix p {
  background: #eeffb9;
  color: #4c7300;
  text-align: center;
  padding: 8px;
  border-radius: 2px;
}

div.fix_area2 .event .bottomFix {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: .8s;
  transition: .8s;
}

div.fix_area2 .event .bottomFix div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.fix_area2 .event .bottomFix p {
  text-align: center;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin: 0 8px;
}

div.fix_area2 .event .bottomFix p a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 32px 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #000;
}

div.fix_area2 .event .bottomFix p a:hover {
  color: #000;
  background: #fff;
}

div.fix_area2 .event.inview_box_in .topFix {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

div.fix_area2 .event.inview_box_in .bottomFix p {
  -webkit-transform: translateY(-20vh);
          transform: translateY(-20vh);
}

p.contents20200828couponTitle {
  width: 100%;
  text-align: center;
  padding: 64px 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-bottom: 64px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5vw;
}

p.contents20200828couponTitle span {
  display: inline-block;
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 0;
}

p.contents20200828couponTitle span:nth-child(2n) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

p.contents20200828couponTitle span:nth-child(2n+1) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

p.contents20200828couponTitle.inview span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 769px) {
  div.fix_area2 .event .bottomFix p a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px;
    font-size: 12px;
  }
  p.contents20200828couponTitle {
    width: 100%;
    text-align: center;
    padding: 32px 0;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    margin-bottom: 64px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 5vw;
  }
}

div.itemSlider {
  position: relative;
  margin-top: 32px;
}

div.itemSlider .itemSliderDetail {
  position: relative;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: .4s;
  transition: .4s;
}

div.itemSlider .itemSliderDetail p:nth-child(2) {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  background: rgba(0, 0, 0, 0.3);
  padding: 16px;
}

div.itemSlider .itemSliderDetail p:nth-child(2) a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  padding: 0 72px 0 0;
  -webkit-transition: .4s;
  transition: .4s;
}

div.itemSlider .itemSliderDetail p:nth-child(2) a::after {
  content: "click";
  font-size: 10px;
  letter-spacing: 1.5px;
  border: 1px solid #ddd;
  padding: 2px 16px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

div.itemSlider .itemSliderDetail p:nth-child(2) a:hover::after {
  border: 1px solid #4f4f4f;
  color: #fff;
  background: #4f4f4f;
}

div.itemSlider .itemSliderDetail p:nth-child(2) a:nth-child(1) {
  margin-bottom: 8px;
}

div.itemSlider .itemSliderDetail.slick-current {
  -webkit-transform: scale(1);
          transform: scale(1);
}

div.itemSlider .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 1;
  text-indent: -9999px;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

div.itemSlider .slick-arrow::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

div.itemSlider .slick-arrow.slick-prev {
  left: 16px;
}

div.itemSlider .slick-arrow.slick-prev::after {
  left: 18px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

div.itemSlider .slick-arrow.slick-next {
  right: 16px;
}

div.itemSlider .slick-arrow.slick-next::after {
  right: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/*# sourceMappingURL=contentsBase.css.map */