.footnote-block {
  font-size: 1rem;
  line-height: 1.7;
}

.footnote-block:not(:last-child) {
  margin-bottom: 20px;
}

.footnote-list__item {
  line-height: 1.8;
}

.footnote-list__anchor {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.footnote-list__anchor:hover {
  opacity: 0.5;
  text-decoration: none;
}

.area-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.area-box + .area-box {
  margin-top: 20px;
}

.area-box__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 50px;
  background-color: #d11338;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.area-box__heading:hover {
  opacity: 0.5;
}

.area-box__heading:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
}

.area-box__heading.o-open:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.area-box__content {
  display: none;
  background-color: #fff;
  padding: 40px;
}

.area-shoplist {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.area-shoplist.-odd {
  position: relative;
}

.area-shoplist.-odd:after {
  content: "";
  display: block;
  width: 50%;
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.area-shoplist__item {
  width: 50%;
  position: relative;
  z-index: 2;
}

.area-shoplist__item:not(:nth-of-type(-n + 2)) {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.area-shoplist__item:nth-of-type(odd) {
  padding-right: 30px;
}

.area-shoplist__item:nth-of-type(even) {
  padding-left: 30px;
}

.shop-box__anchor {
  text-decoration: none;
}

.shop-box__image {
  margin-bottom: 20px;
}

.shop-info {
  position: relative;
}

.shop-info:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  border-color: #d11338;
  border-width: 2px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}

.shop-info__title {
  color: #d11338;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33333;
}

.shop-info__title .sup-text {
  font-size: 1rem;
  position: relative;
  top: -7px;
}

.shop-info__detail {
  margin-top: 4px;
}

.shop-info__detail-text {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
}

.link-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-decoration: none;
  position: relative;
}

.link-button:after {
  content: "";
  display: block;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  position: absolute;
}

.link-button.o-red {
  background-color: #d11338;
  color: #fff;
}

.link-button.o-gold {
  background-color: #b08845;
  color: #fff;
}

/* .link-button.has-img {
  justify-content: flex-start;
}
.link-button.has-img::after {
  display: none;
}
.link-button.has-img > span {
  display: inline-block;
  position: relative;
}
.link-button.has-img > span::after {
  content: "";
  display: block;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -20px;
} */
.lottery-flow {
  margin-bottom: 30px;
}

.lottery-flow__title {
  margin-bottom: 35px;
}

.lottery-flow-list {
  max-width: 842px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.lottery-flow-list__item {
  width: 18.52732%;
}

.lottery-flow-list__item:nth-child(even) {
  width: 21.73397%;
}

.lottery-flow-list__item:not(:last-child) {
  position: relative;
}

.lottery-flow-list__item:not(:last-child):after {
  content: "";
  display: block;
  width: 29px;
  height: 39px;
  background: url(../img/ico-lottery_flow_arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 72px;
  right: -44px;
}

.campaign-terms-modal__heading {
  margin-bottom: 30px;
  text-align: center;
}

.campaign-terms-modal__heading-text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  height: 16px;
  line-height: 100%;
  position: relative;
}

.campaign-terms-modal__heading-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}

.campaign-terms-modal__heading-text__inner {
  position: relative;
  padding: 0 15px;
  background: #fff;
}

.campaign-terms-modal__title {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}

.campaign-terms-modal__title.o-sub {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.campaign-terms-block:not(:last-child) {
  margin-bottom: 30px;
}

.campaign-terms-block__title {
  font-size: 1.4rem;
  font-weight: 700;
}

.campaign-terms-block__text {
  font-size: 1.2rem;
}

.campaign-terms-block__text + .campaign-terms-block__text {
  margin-top: 15px;
}

.campaign-terms-block__inner:not(:nth-of-type(1)) {
  margin-top: 15px;
}

.campaign-terms__anchor {
  color: #1897e0;
}

.campaign-terms-list {
  margin-top: 5px;
}

.campaign-terms-list__subject {
  font-size: 1.3rem;
  font-weight: 500;
}

.campaign-terms-list__subject:not(:nth-of-type(1)) {
  margin-top: 15px;
}

.campaign-terms-list__item {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}

.conversion-block {
  text-align: center;
}

.conversion-block__link {
  max-width: 620px;
  margin: 0 auto;
}

.conversion-block__link-anchor {
  height: 92px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 3px solid #000;
  border-radius: 90px;
  box-shadow: 0 6px 0 #000;
  -webkit-transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.conversion-block__link-anchor:after {
  width: 17px;
  height: 17px;
  border-width: 4px;
  right: 7%;
}

.conversion-block__link-anchor:hover {
  box-shadow: none;
  -webkit-transform: translatey(6px);
  transform: translatey(6px);
}

.conversion-block__link-terms {
  margin-top: 26px;
  font-size: 1.6rem;
  font-weight: 500;
}

.conversion-block__link.has-img {
  max-width: 700px;
  margin-top: 20px;
}

.conversion-block__link.has-img .link-button {
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding-inline: 50px 0;
}

.conversion-block__link.has-img .link-button::after {
  display: none;
}

.conversion-block__link.has-img .link-button > span {
  display: inline-block;
  position: relative;
}

.conversion-block__link.has-img .link-button > span::after {
  content: "";
  display: block;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  position: absolute;
  width: 17px;
  height: 17px;
  border-width: 4px;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.conversion-block__link.has-img .link-button > img {
  position: absolute;
  right: 40px;
  top: -47px;
}

.remodal {
  max-width: 890px;
  padding: 44px;
  position: relative;
}

.present-notes {
  text-align: left;
}

.present-notes__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}

.present-notes__text {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.present-notes__dt {
  margin: 20px 0 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.present-notes__dd {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.present-notes__anchor {
  color: #1897e0;
  -webkit-transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.present-notes__anchor:hover {
  text-decoration: none;
}

.present-notes__close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.present-notes .o-indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.present-notes .o-indent-big {
  display: inline-block;
  padding-left: 3em;
  text-indent: -3em;
}

.present-notes .o-bold {
  font-weight: 700;
}

.present-notes .o-red {
  color: #c3092f;
}

.lottery-outline-list__item:first-child {
  margin-bottom: 14px;
}

.lottery-outline-list__item:nth-child(2) {
  margin-bottom: 23px;
}

.lottery-outline-box {
  display: -webkit-box;
  display: flex;
}

.lottery-outline-box__heading {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 6em;
  height: 34px;
  margin-right: 13px;
  background-color: #ff69a0;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 6px;
}

.lottery-outline-box__content {
  -webkit-box-flex: 1;
          flex: 1;
}

.lottery-outline-box__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.lottery-outline-box__text .o-large {
  font-size: 2.4rem;
}

.image {
  max-width: 100%;
  height: auto;
}

.anchor {
  -webkit-transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.anchor:hover {
  opacity: 0.5;
}

.inline-anchor {
  -webkit-transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.inline-anchor:hover {
  text-decoration: none;
  opacity: 0.5;
}

.inline-anchor.o-red {
  color: #c3012f;
}

.inline-anchor.o-black {
  color: #000;
}

.note-text {
  font-size: 1.2rem;
  line-height: 1.66667;
  letter-spacing: 0.05em;
}

.footnote {
  background-color: #363636;
  color: #fff;
}

.footnote_inner {
  max-width: 980px;
}

.footnote_text {
  font-size: 1rem;
}

.section__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.section__inner {
  max-width: 980px;
  margin: 0 auto;
}

.pagetop {
  bottom: 170px;
}

.footer {
  padding-bottom: 137px;
}

.float-bottom-conversion {
  height: 140px;
  background-color: transparent;
}

.float-bottom-conversion .float-banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.float-bottom-conversion .float-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 116px;
  background: url(../img/bg-float.jpg) no-repeat center center;
  position: absolute;
  bottom: 0;
}

.float-bottom-conversion .float-banner__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
}

.float-bottom-conversion .float-banner__anchor {
  max-width: 623px;
  display: block;
  transition: -webkit-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-bottom: 10px;
}

.float-bottom-conversion .float-banner__anchor:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.kv {
  padding-bottom: 70px;
}
.kv__inner {
  padding-top: 20px;
  background: url(../img/bg-kv.png) no-repeat center top;
}

.kv__title {
  max-width: 980px;
  margin: 0 auto 7px;
}
.kv__title-image {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1921px) {
  .kv__inner {
    padding-top: 1.0416666667%;
    background-size: cover;
  }
  .kv__title {
    max-width: 51.0416666667%;
  }
}
.kv__cv-prefix {
  margin-bottom: 12px;
}

.lottery {
  padding: 22px 0 70px;
  background: url(../img/bg-lottery.png) no-repeat center top;
  background-size: cover;
}

.lottery__title {
  max-width: 1087px;
  margin: 0 auto 24px;
}

.lottery__cv {
  margin-top: 27px;
}

.lottery__cv.o-bottom {
  margin-top: 60px;
}

.lottery__cv-prefix {
  margin-bottom: 13px;
}

.lottery__prize {
  margin-top: 36px;
  background-color: #fff;
  padding-bottom: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.lottery__prize-prefix {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 90px;
  background-color: #19a8d5;
}

.lottery__prize-prefix__inner {
  display: inline-block;
  max-width: 492px;
  line-height: 1;
}

.lottery__prize-main {
  padding: 3.26531% 3.26531% 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.lottery__prize-main__inner:nth-child(1),
.lottery__prize-main__inner:nth-child(3) {
  width: 50.32751%;
}

.lottery__prize-main__inner:nth-child(2),
.lottery__prize-main__inner:nth-child(4) {
  width: 49.67249%;
}

.lottery__prize-main__inner:nth-child(5) {
  width: 35.37118%;
}

.lottery__prize-main__inner:nth-child(6) {
  width: 33.0786%;
}

.lottery__prize-main__inner:last-child {
  -webkit-box-flex: 1;
          flex: 1;
}

.lottery__prize-note {
  width: calc(100% - 60px);
  margin: 28px auto 0;
}

.lottery__option {
  margin-top: 40px;
  text-align: center;
}

.lottery__option-prefix {
  margin-bottom: 20px;
}

.lottery__outline {
  margin: 40px 0;
}

.lottery__outline-title {
  margin-bottom: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 46px;
  background-color: #ff69a0;
  border-radius: 6px;
}

.lottery__outline-title__text {
  display: inline-block;
  width: 50px;
}

.navi-reco {
  background-color: #0088d0;
  padding: 60px 0 80px;
}

.navi-reco__title {
  margin-bottom: 10px;
}

.navi-reco__main {
  background-color: #ffffa5;
  padding: 47px 5.10204% 30px;
}

.navi-reco__main-title {
  margin-bottom: 34px;
}

.navi-reco__detail {
  background-color: #fff;
  padding: 0 4.59184% 40px;
  color: #001a53;
}

.navi-reco__car-inner:nth-of-type(1) {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.navi-reco__car-inner:nth-of-type(1):after {
  content: "";
  display: block;
  width: 37.19101%;
  padding-top: 19.21348%;
  background: url(../img/img-navi_reco_car.jpg) no-repeat center center;
  background-size: contain;
  margin-left: 2.24719%;
}

.navi-reco__car-target {
  -webkit-box-flex: 1;
          flex: 1;
}

.navi-reco__car-target__grade {
  width: calc(100% - 92px);
  margin-left: auto;
}

.navi-reco__car-info {
  display: -webkit-box;
  display: flex;
}

.navi-reco__car-info__heading {
  width: 86px;
  margin-right: 12px;
}

.navi-reco__car-info__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 34px;
  background-color: #001a53;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

.navi-reco__car-info__detail {
  -webkit-box-flex: 1;
          flex: 1;
}

.navi-reco__car-info__text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.navi-reco__car-info__text .o-large {
  font-size: 2.6rem;
  line-height: 1.07692;
}

.navi-reco__car-info__text .o-small {
  margin-top: 10px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.58333;
}

.navi-reco__car-info__text .o-emphasis {
  font-weight: 700;
}

.navi-reco__off {
  margin-top: 30px;
}

.navi-reco__note {
  margin-top: 10px;
}

.event {
  background: url(../img/bg-event.png) no-repeat center center;
  background-size: cover;
  padding: 70px 0 84px;
}

.event_title {
  width: 47.7551%;
  margin: 0 auto 30px;
}

.event_block {
  background-color: #fff;
  padding: 10px 10px 30px;
}

.event_block + .event_block {
  margin-top: 30px;
}

.event_block_title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 11px 0;
  margin-bottom: 12px;
  background-color: #41c1b7;
}

.event_list {
  width: 91.66667%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #e6e6e6;
  padding: 15px 0 18px;
}

.event_list.-calendar .event_list_title:after {
  width: 31px;
  height: 32px;
  background: url(../img/ico-calendar.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 6px;
}

.event_list.-time .event_list_title:after {
  width: 30px;
  height: 30px;
  background: url(../img/ico-time.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 8px;
  top: calc(50% - 15px);
}

.event_list.-place .event_list_title:after {
  width: 26px;
  height: 36px;
  background: url(../img/ico-place.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 12px;
  top: 6px;
}

.event_list.-star .event_list_title:after {
  width: 31px;
  height: 30px;
  background: url(../img/ico-star.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 8px;
  top: 6px;
}

.event_list.-content .event_list_title:after {
  width: 31px;
  height: 37px;
  background: url(../img/ico-content.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 11px;
  top: 6px;
}

.event_list_title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 54px;
  width: 18.75%;
  position: relative;
}

.event_list_title:after {
  content: "";
  display: block;
}

.event_list_text {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 76.13636%;
  line-height: 1.5;
}

.shop-search {
  padding: 80px 4% 100px;
  background-color: #f4f4f4;
}

.shop-search__inner {
  max-width: 980px;
  margin: 0 auto;
}

.shop-search__content {
  margin-top: 38px;
}

.information {
  margin-bottom: 43px;
  background-color: #fff;
  border: 2px solid #c3012f;
  padding: 16px 18px 13px;
  text-align: center;
  color: #c3012f;
  letter-spacing: 0.05em;
}

.information__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45833;
}

.information__note {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 979px) and (min-width: 768px) {
  .header_new,
  .footer {
    padding-left: 4%;
    padding-right: 4%;
  }
  .section__inner,
  .footnote_inner {
    max-width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .navi-reco__detail {
    padding-top: 2.80899%;
  }
  .navi-reco__car-inner:not(:last-child) {
    margin-bottom: 10px;
  }
  .event_list_title {
    font-size: 2.4rem;
    width: 28%;
  }
  .event_list_text {
    font-size: 2.4rem;
    width: 74%;
  }
}