body {
  margin: 0;
  padding: 0;
}

.coupon-code-ttl {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
}
@media screen and (max-width: 599px) {
  .coupon-code-ttl {
    font-size: 14px;
    display: block;
  }
}

#coupon-code {
  font-size: 36px;
}
@media screen and (max-width: 599px) {
  #coupon-code {
    font-size: 16px;
  }
}

#copy-btn {
  display: inline-block;
  background-color: #eeeeee;
  font-size: 12px;
  line-height: 30px;
  border-radius: 15px;
  padding: 0px 10px;
  margin-bottom: 14px;
}
@media screen and (max-width: 599px) {
  #copy-btn {
    margin-bottom: 3px;
  }
}

.service-detail__logo {
  background-color: #ffffff;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  display: inline-block;
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  .service-detail__logo {
    margin: 0 auto;
    display: block;
  }
}
.service-detail__logo img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 599px) {
  .service-detail__logo img {
    height: 30px;
  }
}
.service-detail__url {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  padding: 25px 0px 0px 0px;
}
@media screen and (max-width: 599px) {
  .service-detail__url {
    font-size: 12px;
    padding: 10px 0px 0px 0px;
  }
}
.service-detail__url a {
  word-break: break-all;
  line-height: 1;
}
.service-detail__catch {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0px 20px 0px;
}
@media screen and (max-width: 599px) {
  .service-detail__catch {
    font-size: 16px;
    margin: 10px 0px 10px 0px;
    line-height: 1.6em;
  }
}
.service-detail__info {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .service-detail__info {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.service-detail__code {
  background-color: #ffffff;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  padding: 20px 0px 8px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .service-detail__code {
    margin-top: 20px;
    margin-top: 10px;
    padding: 10px 0px 10px;
  }
}
.service-detail__url2 {
  width: 100%;
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 599px) {
  .service-detail__url2 {
    padding-top: 20px;
  }
}
.service-detail__url2 a {
  display: block;
  margin: 0 auto;
  line-height: 90px;
  width: 100%;
  max-width: 500px;
  font-size: 26px;
  color: #ffffff;
  border-radius: 50px;
}
@media screen and (max-width: 599px) {
  .service-detail__url2 a {
    font-size: 14px;
    line-height: 40px;
  }
}

.health-beanty {
  background-color: #fff2f2;
  height: -webkit-fill-available;
  width: 100%;
  padding: 60px;
}
@media screen and (max-width: 599px) {
  .health-beanty {
    padding: 30px;
    display: table-cell;
    height: 100vh;
  }
}
.health-beanty #coupon-code {
  color: #e60012;
  display: inline-block;
  padding: 0px 20px;
}
.health-beanty .service-detail__catch {
  color: #ee4444;
}
.health-beanty .service-detail__url2 a {
  background-color: #ee4444;
}

.home {
  background-color: #f0fcf1;
  height: -webkit-fill-available;
  width: 100%;
  padding: 60px;
}
@media screen and (max-width: 599px) {
  .home {
    padding: 30px;
    display: table-cell;
    height: 100vh;
  }
}
.home #coupon-code {
  color: #47c152;
  display: inline-block;
  padding: 0px 20px;
}
.home .service-detail__catch {
  color: #47c152;
}
.home .service-detail__url2 a {
  background-color: #47c152;
}

.entertainment {
  background-color: #fff6e9;
  height: -webkit-fill-available;
  width: 100%;
  padding: 60px;
}
@media screen and (max-width: 599px) {
  .entertainment {
    padding: 30px;
    display: table-cell;
    height: 100vh;
  }
}
.entertainment #coupon-code {
  color: #f79608;
  display: inline-block;
  padding: 0px 20px;
}
.entertainment .service-detail__catch {
  color: #f79608;
}
.entertainment .service-detail__url2 a {
  background-color: #f79608;
}

.growth {
  background-color: #eaf4fa;
  height: -webkit-fill-available;
  width: 100%;
  padding: 60px;
}
@media screen and (max-width: 599px) {
  .growth {
    padding: 30px;
    display: table-cell;
    height: 100vh;
  }
}
.growth #coupon-code {
  color: #0083c9;
  display: inline-block;
  padding: 0px 20px;
}
.growth .service-detail__catch {
  color: #0083c9;
}
.growth .service-detail__url2 a {
  background-color: #0083c9;
}