@charset "UTF-8";

/* ==========================================================
 TOP STYLES
========================================================== */
img {
  width: 100%;
}

br {
  content: “”;
}

br:after {
  margin-right: -0.333em;
  content: ””;
}

body.lb-disable-scrolling {
  overflow: hidden;
  position: static;
  height: 100vh;
  width: 100vw;
}

h2 {
  color: #333;
}

body {}

.wrapper {
  background: #FFF2F5;
}

@media screen and (min-width: 1024px) {
  body {
    background-position: 50% 70%;
  }
}

/* coupon
---------------------------------------------------------- */
/*============================
#coupon
============================*/

#contents {
  margin: 2em auto 0;
}

@media screen and (max-width: 768px) {
  #contents {
    padding: 0 15px;
  }
}

#contents #coupon {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  margin: 0 0 2em 0;
}

#contents #coupon .qr_img {
  text-align: center;
}

#contents #coupon .qr_img img {
  max-width: 400px;
}

#contents #coupon .code_img img {
  max-width: 450px;
}

#contents #coupon>div {
  padding: 1.5em;
}

/* #contents #coupon>div>p {
  font-size: 150%;
  letter-spacing: 0.4rem;
  margin: 1rem 0 auto;
} */

#contents #coupon .showTxt {
  background: #eb2d82;
  padding: 0.7rem;
  border-radius: 0 0 12px 12px;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  #contents {
    width: 100%;
    max-width: 800px;
    /* margin: 6em auto 0; */
    margin: 1em auto 0;
  }
}

/*============================
logo
============================*/
.logoBlk {
  width: 13%;
}

.brandLogo {
  flex-shrink: 0;
  border-radius: 50%;
}

.brandLogo.bgWh {
  background: url(<path-to-image>), #fff 100% / cover no-repeat;
}

/*============================
ttl
============================*/
.ttlBlk {
  text-align: left;
  padding: 0 0 2em;
  margin: 2em auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
}

.ttlBlk .txtBlk {
  width: 83%;
  margin-left: 0.8rem;
}

.ttlBlk h2 {
  margin: 0 auto 0.5rem;
}

@media screen and (min-width: 769px) {
  body {
    /* width: 100%; */
  }

  #coupon {
    /* width: 90%; */
  }
}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 768px) {
  .logoBlk {
    width: 9%;
  }

  .ttlBlk .txtBlk {
    margin-left: 1rem;
  }
}

/*============================
notes
============================*/
.notes {
  /* margin: 0 auto 4em; */
  margin: 0 auto 2em;
}

.notes a {
  text-decoration: underline !important;
  color: #222;
}

.notes h3 {
  margin: 0 auto 1.2rem;
}

.notes p {
  text-align: left;
}

.notes ol {
  text-align: left;
  list-style: none;
}

.notes li {
  text-indent: -1em;
  padding-left: 1em;
}

.notes li::before {
  content: "・";
}

.link {
  color: #1F748E;
}

/*============================
SNS
============================*/
.campaign {
  width: 92%;
  margin: 1em auto 20px;
}

@media screen and (min-width: 1024px) {
  .campaign {
    width: 100%;
    max-width: 800px;
  }
}

.campaign .vox03 {
  text-align: center;
}

.campaign .text-right {
  text-align: right;
  margin-bottom: 5px;
}

.campaign .vox03 h3 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
}

@media only screen and (max-width: 767px) {
  .campaign .vox03 h3 {
    font-size: 18px;
  }
}

.campaign .vox03 h3 img {
  max-width: 19px;
}

.campaign .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 28px;
}

.campaign .left {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  gap: 0 14px;
}

.campaign .snsList a {
  display: block;
}

.campaign .snsList img {
  width: 55px;
}

.campaign .left img {
  width: 45px;
}

.campaign .btnVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 28px;
}

@media only screen and (max-width: 767px) {
  .campaign .btnVox {
    gap: 18px;
  }
}

.success-msg {
  display: none;
  position: fixed;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
}

.text-list li {
  margin: 5px 0;
}

.tag-container {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.kv-region {
  color: #333;
  padding: 2px 10px;
  margin-right: 10px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 100px;
  border: 1px solid #333;
  line-height: 2;
}

.kv-discount {
  background: #efcb46ff;
  color: black;
  padding: 2px 10px;
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: 100px;
  font-weight: bold;
  line-height: 2;
}

.txt {
  color: #E74A4A;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  padding: 20px 0;
}