@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-weight: 400;
  background: url(../images/background.png) repeat left/contain;
  background-color: #fff;
  background-size: cover;
}

.c-navList-horizontalBarRadius > li > a {
  background: #C30D23;
}
.c-txtStrong-underbarHigh {
  padding: 0 .5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFEA7E), color-stop(50%, #FFEA7E));
  background: linear-gradient(to bottom, #FFEA7E 50%, #FFEA7E 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 185, 102, 0)), color-stop(50%, #FFEA7E));
  background: linear-gradient(to bottom, rgba(255, 185, 102, 0) 50%, #FFEA7E 50%);
}

.c-navList-horizontalBar>li>a:before {
  background-color: #fff;
}
.c-navList-horizontalBar>li>a:after {
  border-top: 3px solid #C30D23;
  border-right: 3px solid #C30D23;
}
.p-attention_list > li:before {
  background: #131955;
}

.c-ttl-sec {
  color: #fff;
  background-color: #131955;
}

.c-btn {
  background-color: #C30D23;
}

.p-sec {
  background: #FCF9F6;
}
.p-secChild {
  text-align: left;
}
.c-ttl {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-ttl-underbar {
  border-bottom: 2px solid #131955;
}
.p-secChild_ttl {
  color: #131955;
}
.p-secChild_container {
  font-weight: bold;
}
.p-lead > p {
  text-align: center;
}

.p-copy {
  color: #fff;
  background-color: #131955;
}
.p-lead_last {
  padding-top: 20px;
  margin-bottom: 5rem;
}

.p-lead_last .c-btn {
  margin-top: 3rem;
}

.p-share {
  margin-top: 5rem;
}
.p-attention {
  margin-top: 5rem;
}
.page-coupon {
  text-align: center;
  font-weight: bold;
}
.page-coupon-atte {
  margin-top: 25px;
  font-weight: normal;
  text-align: left;
}
.page-coupon-ttl {
  display: inline-block;
  position: relative;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 8px;
}
.promocode {
  font-size: 15px;
  padding: 10px;
}
.page-coupon-box {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 260px;
  background: url(../images/bg-promo-sp.svg) no-repeat center / contain;
}
.page-coupon-dl {
  color: #fff;
  padding: 25px 0 55px;
}
.page-coupon-dl dt, .page-coupon-dl dd {
  padding: 10px;
  border-bottom: 2px dotted #5b5f7d;
}
.page-coupon-dl .page-coupon-input {
  border-bottom: none;
}
.page-coupon-ttl:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
  width: 100%;
  background: url(../images/repeat.svg) repeat-x left;
}
.l-footer {
  margin-top: 5rem;
}
.p-attention_ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 2.5rem;
}

.c-ttl-block {
  display: block;
  height: auto;
  white-space: normal;
  text-align: center;
}

.c-ttl-balloon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 90%;
  position: relative;
  font-weight: bold;
  text-align: center;
}

.c-ttl-balloon:after {
  display: block;
  content: "";
  height: 1.428rem;
  border-left: 0.0714rem solid #333;
  -webkit-transform: rotate(33deg);
  transform: rotate(33deg);
  margin-left: 0.9278rem;
}
.c-ttl-balloon:before {
  display: block;
  content: "";
  height: 1.428rem;
  border-left: 0.0714rem solid #333;
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
  margin-right: 0.9278rem;
}

@media screen and (min-width: 769px) {
  .p-attention_ttl {
    font-size: 24px;
  }
  .page-coupon-box {
    background-image: url(../images/bg-promo.svg);
  }
  .page-coupon-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 45px 0 65px;
    text-align: left;
  }
  .page-coupon-dl dt, .page-coupon-dl dd {
    width: 49%;
    padding: 10px 0 8px 3px;
  }
  .page-coupon-dl .page-coupon-input {
    border-bottom: 2px dotted #5b5f7d;
  }
}
