@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  margin: 0;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
h1,
h2,
h3 {
  margin: 0 0;
  font-size: 16px;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #444;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 481px) {
.entry-cp {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
    font-weight: normal;
    /* font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: "noto-sans-cjk-jp", sans-serif;
    width: 1200px;
    padding-bottom: 40px;
}
.entry-cp .dflex {
    display: flex;
    flex-wrap: wrap;
}
.entry-cp .pc_only {
    display: block;
}
.entry-cp .sp_only {
    display: none;
}
.entry-cp a {
    transition: opacity 0.3s ease;
}
.entry-cp a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.entry-cp li {
    list-style: none;
}
/* ... */
.entry-cp .cp-header {
    background-size: cover;
}
.entry-cp .cp-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 40px 0 10px;
}
.entry-cp .cp-desc {
    text-align: center;
    font-size: 16px;
    padding: 0 16px;
}
.entry-cp .coupon-box {
    background: #ECF5FE;
    padding: 45px 160px;
    border-radius: 8px;
    margin: 50px auto 80px;
}
.entry-cp .coupon-box .coupon-box-inner {
    padding: 45px 0;
    background: #FFF;
    border: 3px solid #005BAC;
    border-radius: 20px;
    text-align: center;
    position: relative;
}
.entry-cp .coupon-box .ribbon {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 94px;
  height: 94px;
}
.entry-cp .coupon-box .bottom-ribbon {
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 94px;
  height: 94px;
}
.entry-cp .coupon-box .coupon-header {
    position: relative;
}
.entry-cp .coupon-box .symb {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
}
.entry-cp .coupon-box .symb img {
    width: 100%;
    height: auto;
}
.entry-cp .coupon-box .coupon-banner {
    background: url("../../../img/freepage/entry-cp/tag.jpg") no-repeat;
    color: #FFF;
    font-size: 29px;
    font-weight: bold;
    width: 509px;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.entry-cp .coupon-box .logo {
  height: 40px;
}
.entry-cp .coupon-box .coupon-label {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.entry-cp .coupon-box .coupon-code-box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D3D0C8;
  border-radius: 8px;
  background: #FBFBF9;
  margin-bottom: 28px;
  width: 500px;
  height: 58px;
  line-height: 58px;
  position: relative;
}
.entry-cp .coupon-box .coupon-code {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 10px;
}
.entry-cp .coupon-box .copy-btn {
  background-color: #5D2F0C;
  color: white;
  border: none;
  padding: 5px 12px 6px;
  border-radius: 60px;
  font-size: 13px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.entry-cp .coupon-box .register-btn {
  display: block;
  background-color: #5D2F0C;
  color: white;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto 20px;
  width: 400px;
  height: 46px;
  line-height: 46px;
}
.entry-cp .coupon-box .note {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.entry-cp .txtbox .section-title {
    padding: 10px 15px;
    background: #F8F7F3;
    font-weight: bold;
    font-size: 20px;
}
.entry-cp .txtbox .content {
    padding-top: 20px;
    padding-bottom: 80px;
    font-size: 14px;
    line-height: 2;
}
.entry-cp .campaignbox .campaign-banner {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 19px;
}
.entry-cp .campaignbox .campaign-banner > div {
    width: 387px;
    height: 169px;
}
.entry-cp .campaignbox .campaign-banner img {
    width: 100%;
    object-fit: cover;
}
.entry-cp .campaignbox .campaign-header {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
}
.entry-cp .campaignbox .campaign-header-wrap {
  text-align: center;
}
.entry-cp .campaignbox .header-underline {
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-cp .campaignbox .line {
  display: inline-block;
  height: 5px;
  width: 20px;
}
.entry-cp .campaignbox .line.blue {
  background-color: #005BAC;
}
.entry-cp .line.yellow {
  background-color: #FCD002;
}

}

/* SP */
@media screen and (max-width: 480px) {
  .entry-cp {
      margin: 0 auto;
      font-size: 14px;
      line-height: 1.7;
      color: #333333;
      font-weight: normal;
      /* font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
      font-family: "noto-sans-cjk-jp", sans-serif;
      width: 100%;
      padding-bottom: 40px;
  }
  .entry-cp .dflex {
      display: flex;
      flex-wrap: wrap;
  }
  .entry-cp .pc_only {
      display: none;
  }
  .entry-cp .sp_only {
      display: block;
  }
  .entry-cp a {
      transition: opacity 0.3s ease;
  }
  .entry-cp a:hover {
      opacity: 0.7;
      text-decoration: none;
  }
  .entry-cp li {
      list-style: none;
  }
  /* ... */
  .entry-cp .cp-header {
      background-size: cover;
  }
  .entry-cp .cp-title {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      padding: 30px 0 15px;
  }
  .entry-cp .cp-desc {
      text-align: center;
      font-size: 16px;
  }
  .entry-cp .coupon-box {
      background: #ECF5FE;
      padding: 20px 15px;
      border-radius: 0;
      margin: 30px auto 50px;
  }
  .entry-cp .coupon-box .coupon-box-inner {
      padding: 30px 0;
      background: #FFF;
      border: 3px solid #005BAC;
      border-radius: 20px;
      text-align: center;
      position: relative;
  }
  .entry-cp .coupon-box .ribbon {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 38px;
    height: 38px;
  }
  .entry-cp .coupon-box .bottom-ribbon {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 38px;
    height: 38px;
  }
  .entry-cp .coupon-box .coupon-header {
      position: relative;
  }
  .entry-cp .coupon-box .symb {
      position: absolute;
      top: 25px;
      right: 25px;
      width: 60px;
      height: 60px;
  }
  .entry-cp .coupon-box .symb img {
      width: 100%;
      height: auto;
      display: none;
  }
  .entry-cp .coupon-box .coupon-banner {
      background: url("../../../img/freepage/entry-cp/sp/tag.png") no-repeat;
      background-size: 100%;
      color: #FFF;
      font-size: 18px;
      width: calc(288 / 390 * 100vw);
      margin: 0 auto;
      margin-bottom: 5px;
      padding: 1px 0 2px;
  }
  .entry-cp .coupon-box .logo {
    height: 40px;
  }
  .entry-cp .coupon-box .coupon-label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
  }
  .entry-cp .coupon-box .coupon-code-box {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D3D0C8;
    border-radius: 8px;
    background: #FBFBF9;
    margin-bottom: 15px;
    width: calc(300 / 390 * 100vw);
    position: relative;
  }
  .entry-cp .coupon-box .coupon-code {
    font-size: 14px;
    font-weight: bold;
    margin-right: 40px;
    padding: 9px 0 10px;
  }
  .entry-cp .coupon-box .copy-btn {
    background-color: #5D2F0C;
    color: white;
    border: none;
    padding: 5px 12px 6px;
    border-radius: 60px;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .entry-cp .coupon-box .register-btn {
    display: block;
    background-color: #5D2F0C;
    color: white;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 auto 5px;
    width: calc(300 / 390 * 100vw);
    padding: 8px 0 9px;
  }
  .entry-cp .coupon-box .note {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  .entry-cp .txtbox .section-title {
      padding: 10px 15px;
      background: #F8F7F3;
      font-weight: bold;
      font-size: 18px;
  }
  .entry-cp .txtbox .content {
      padding: 15px 15px 45px;
      font-size: 14px;
      line-height: 2;
  }
  .entry-cp .campaignbox .campaign-banner {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 10px;
      padding: 0 15px;
  }
  .entry-cp .campaignbox .campaign-banner > div {
      width: 100%;
  }
  .entry-cp .campaignbox .campaign-banner img {
      width: 100%;
      object-fit: cover;
  }
  .entry-cp .campaignbox .campaign-header {
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 10px;
  }
  .entry-cp .campaignbox .campaign-header-wrap {
    text-align: center;
  }
  .entry-cp .campaignbox .header-underline {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .entry-cp .campaignbox .line {
    display: inline-block;
    height: 5px;
    width: 20px;
  }
  .entry-cp .campaignbox .line.blue {
    background-color: #005BAC;
  }
  .entry-cp .line.yellow {
    background-color: #FCD002;
  }

}