@charset "UTF-8";
.content {
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .content {
    background-image: url(../images/bg_coupon.png);
    background-position: top 150px center;
    background-repeat: no-repeat;
    background-size: 1340px auto;
  }
}

.content__header {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print {
  .content__header {
    margin-bottom: 20px;
  }
  .content__header:before {
    background-image: url(../images/bg_heading.png);
    background-size: 1320px auto;
    background-repeat: repeat-x;
    background-position: bottom center;
  }
}

.content__header:after {
  content: "";
  display: block;
  width: 125vw;
  height: 68vw;
  background-image: url(../images/bg_sitetitle.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px), print {
  .content__header:after {
    width: 970px;
    height: 504px;
    top: -143px;
  }
}

.content__header h1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .content__header h1:before {
    width: 21vw;
    height: 20vw;
    bottom: 40%;
    left: -5px;
  }
}

@media screen and (max-width: 767px) {
  .content__header h1:after {
    width: 20vw;
    height: 30vw;
    top: -50px;
    right: -5px;
  }
}

.content__header h2 {
  position: relative;
  z-index: 2;
  text-align: center;
}

.content__header h2 img {
  max-width: 585px;
  width: 75%;
}

.content__footer {
  margin-top: 0;
}

.coupon__items .balloon {
  text-align: center;
  /*
			transform: translateY(-140px);
			*/
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .coupon__items .balloon {
    margin-left: -2vw;
    margin-right: -2vw;
  }
}

@media screen and (min-width: 768px), print {
  .coupon__items .balloon {
    /*
				transform: translateY(-80px);
				*/
  }
}

.coupon__items .balloon img {
  width: 104vw;
}

@media screen and (min-width: 768px), print {
  .coupon__items .balloon img {
    max-width: 396px;
  }
}

.coupon__item {
  overflow: hidden;
}

.coupon__code {
  max-width: 848px;
  margin: 0 2.4rem;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  background-image: url(../images/bg_shadow.png);
  background-position: center bottom;
  background-size: 848px auto;
  border-radius: 32px;
}

@media screen and (min-width: 992px) {
  .coupon__code {
    margin: 0 auto;
  }
}

.coupon__code .inner {
  border: 6px solid #FFEB9F;
  border-radius: 32px;
  background-color: #fff;
  padding: 50px 20px;
  text-align: center;
}

.coupon__code .inner span.copy {
  margin-bottom: 1em;
  font-size: 1.6rem;
  color: #F47000;
  display: block;
  line-height: 1;
  font-weight: 600;
}

.coupon__code .inner span.notice {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .coupon__code .inner span.notice {
    font-size: 1.5rem;
  }
}

.coupon__code .inner .code {
  display: block;
  position: relative;
}

.coupon__code .inner .code #copy-text {
  padding: 12px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  background-color: #FFEB9F;
  border: 1px solid #FFBF00;
  border-radius: 12px;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .coupon__code .inner .code #copy-text {
    font-size: 3.2rem;
    padding: 15px 44px;
  }
}

@media screen and (min-width: 992px) {
  .coupon__code .inner .code #copy-text {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

.coupon__code .inner .code #copy-message {
  background-color: rgba(255, 0, 189, 0.6);
  line-height: 40px;
  width: 158px;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: 0;
}

.coupon__code .inner .code #copy-message.disp {
  -webkit-animation: 1.5s messageShow;
          animation: 1.5s messageShow;
}

.coupon__code .inner ul {
  max-width: 408px;
  margin: 2rem auto 2em 1rem;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px), print {
  .coupon__code .inner ul {
    font-size: 1.6rem;
    margin: 2.5rem auto 2em;
  }
}

.coupon__code .inner ul li {
  width: auto;
  text-align: left;
  list-style-type: "・";
}

.coupon__code .inner ul .red {
  color: #f00;
  font-weight: bold;
  list-style: none;
}

.coupon__code .inner .button {
  margin-bottom: 0;
}

.coupon__code .inner .button #btn-next:after {
  content: "";
  display: block;
  width: 127px;
  height: 117px;
  background-image: url(../images/face_kitomi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 5;
  -webkit-transform: translate(-50px, -50%);
          transform: translate(-50px, -50%);
}

@media screen and (max-width: 767px) {
  .coupon__code .inner .button #btn-next:after {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .coupon__code .inner .button #btn-next .btn__inner span {
    padding-left: 50px;
  }
}

.swiper {
  margin-bottom: 16px;
  overflow: visible;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (min-width: 768px), print {
  .swiper {
    margin-bottom: 32px;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-slide {
  width: calc(50% - 12px);
}

@media screen and (min-width: 768px), print {
  .swiper-slide {
    width: calc(25% - 24px);
    max-width: 320px;
  }
}

@-webkit-keyframes messageShow {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes messageShow {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
