@charset "UTF-8";

body {
  background-color: #fff;
  color: #212121;
  overflow-x: hidden
}

ul,
ol {
  list-style: none;
}

img,
picture {
  height: auto;
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contentsarea a {
  text-decoration: none;
}

.mv {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    background-image: url(../../images/campaign/mv/mv_bg@2x.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

.mv div {
  margin: 0 auto;
}

.mv div img {
  margin: 0 auto;
  display: block;
}

.mv .mv-truck {
  width: min(60vw, 781px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.mv .mv-contents {
  padding: 25px 20px 60px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mv .mv-top_img {
    width: min(64.2vw, 642px);
  }
}

.mv .mv-title_img {
  width: min(86vw, 1100px);
  margin: 20px auto 0;
}

.mv .mv-character {
  width: min(34vw, 639px);
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .mv .mv-text {
    width: min(64vw, 676px);
    margin: 40px auto 0;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .mv .mv-text_box {
    margin: 0;
  }
  .mv .mv-text img {
    margin: 0;
  }
}

.mv .mv-day_img {
  width: min(54vw, 594px);
  margin: 30px auto 0;
  position: relative;
}

.mv .mv-sp_bg {
  width: 100%;
}



.contact {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.contact .contact_belt {
  width: 100%;
}





.chance {
  width: 100%;
  padding: 30px 8px;
  background-image: url(../../images/campaign/chance/chance_bg-sp@2x.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .chance {
    padding: 60px 20px;
    background-image: url(../../images/campaign/chance/chance_bg@2x.webp);
  }
}

.chance div {
  margin: 0 auto;
}

.chance h2 {
  text-align: center;
}

.chance h2 img {
  width: min(89.335vw, 480px);
}
@media screen and (min-width: 768px) {
  .chance h2 img {
    width: auto;
  }
}

.chance .chance-info {
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .chance .chance-info {
    margin: 10px auto 30px;
  }
}

.chance .chance-info img {
  width: min(90.67vw, 540px);
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .chance .chance-info img {
    width: min(90vw, 1100px);
  }
}



.chance-bottom {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  top: -4px;
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .chance-bottom {
    padding: 14px;
    top: 0;
  }
}
.chance-bottom p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.chance-bottom p .chance-bottom_red {
  background-color: #eb3c47;
  color: #fff;
  padding: 0.2em 0.6em;
  font-size: min(2.4vw, 16px);
}
.chance-bottom p .chance-bottom_text {
  text-align: left;
  line-height: 1.5;
  font-size: min(3.2vw, 18px);
}
@media screen and (min-width: 768px) {
  .chance-bottom p {
    gap: min(1.5vw, 30px);
  }
  .chance-bottom p .chance-bottom_red {
    padding: 0.4em 1em;
    font-size: min(1.6vw, 17px);
  }
  .chance-bottom p .chance-bottom_text {
    font-size: min(1.7vw, 18px);
  }
}



.content-wrapper {
  width: 100%;
}



.benefit-01,
.benefit-02,
.benefit-03,
.benefit-info {
  color: #fff6af;
  font-family: 'Noto Serif JP', serif;
}

.benefit-01,
.benefit-02 {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.benefit-01 {
  padding: 36.15px 0 54px;
  background-image: url(../../images/campaign/benefit/benefit-01_bg.webp);
}
.content-bg {
  width: 100%;
  padding: 0 0 30px;
  background-image: url(../../images/campaign/content-wrapper_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.benefit-02 {
  padding: 22px 0 25.88px;
  transform: translateY(-44px);
  background-image: url(../../images/campaign/benefit/benefit-02_bg.webp);
}
.benefit-03 {
  transform: translateY(-36px);
}
@media screen and (min-width: 768px) {
  .benefit-01 {
    padding: 80px 0 264px;
  }
  .content-bg {
    padding: 0 0 168px;
  }
  .benefit-02 {
    padding: 126px 0 189px;
    transform: translateY(-222px);
  }
  .benefit-03 {
    transform: translateY(-252px);
  }
}

.benefit-content {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .benefit-content,
  .benefit-info {
    max-width: 1100px;
    width: 94%;
  }
}

.benefit-content h2 {
  width: 100%;
  margin: 0 auto 33.87px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: min(6vw, 40px);
}
.benefit-content h2 span {
  width: 31%;
  border-bottom: 2px solid #fff6af;
}
@media screen and (min-width: 768px) {
  .benefit-content h2 {
    margin: 0 auto 80px;
    font-size: min(4vw, 40px);
  }
  .benefit-content h2 span {
    width: 39%;
  }
}

.benefit-content_text {
  letter-spacing: 0.8px;
  font-size: min(2.133333vw, 15px);
  font-weight: lighter;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .benefit-content_text {
    letter-spacing: 1.5px;
    font-size: 15px;
  }
}



.benefit-info {
  margin: 0 auto;
  padding: 10px 10px 18px;
  background-color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .benefit-info {
    padding: 20px 0 40px;
    transform: translateY(-100px);
  }
}

.benefit-info h3 {
  width: 100%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.3px;
  font-size: min(4vw, 30px);
}
.benefit-info h3 span {
  width: 34%;
  border-bottom: 2px solid #fff6af;
}
@media screen and (min-width: 768px) {
  .benefit-info h3 {
    margin: 0 auto 40px;
    font-size: min(3vw, 30px);
  }
  .benefit-info h3 span {
    width: 39%;
  }
}

.benefit-info_text {
  margin: 0 auto 7px;
  letter-spacing: 0.13px;
  font-size: min(3.46667vw, 30px);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .benefit-info_text {
    margin: 0 auto 40px;
    letter-spacing: 0.3px;
    font-size: min(3vw, 30px);
  }
}

.benefit-info_subText {
  font-size: min(2.93333vw, 15px);
  font-weight: lighter;
}
@media screen and (min-width: 768px) {
  .benefit-info_subText {
    letter-spacing: 0.15px;
    font-size: 15px;
    font-weight: 900;
  }
}



.get {
  width: 100%;
  padding: 30px 0 20px;
  text-align: center;
  letter-spacing: 0.4px;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 768px) {
  .get {
    padding: 0 20px 80px;
  }
}

.get h3 {
  color: #fff6af;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .get h3 {
    letter-spacing: 0.9px;
    font-size: 30px;
  }
}

.get .get-list {
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media screen and (min-width: 768px) {
  .get .get-list {
    margin: 34px auto 0;
    flex-direction: row;
    justify-content: center;
    gap: 35px;
  }
}

.get .get-item {
  width: 90%;
  margin: 0 auto;
  padding: 15px 9px;
  position: relative;
  display: flex;
  align-items: center;
  gap: min(3vw, 30px);
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .get .get-item {
    width: auto;
    margin: 0;
    padding: 20px 10px 30px;
    flex-direction: column;
    justify-content: space-between;
    gap: 22.04px;
  }
}
.get .get-item:nth-child(1)::after,
.get .get-item:nth-child(2)::after,
.get .get-item:nth-child(3)::after {
  content: "";
  width: 35px;
  height: 18px;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translate(-50%, 0);
  background-image: url(../../images/campaign/get/get_arrow-sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .get .get-item:nth-child(1)::after,
  .get .get-item:nth-child(2)::after,
  .get .get-item:nth-child(3)::after {
    content: "";
    width: 16px;
    height: 37px;
    left: auto;
    bottom: auto;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../images/campaign/get/get_arrow.svg);
  }
}

.get .get-item img {
  width: min(13.135vw, 156px);
  height: auto;
}
@media screen and (min-width: 768px) {
  .get .get-item img {
    width: auto;
  }
}

.get .get-item h4 {
  text-align: left;
  line-height: 1.25;
  font-size: min(4.3vw, 22px);
}
@media screen and (min-width: 768px) {
  .get .get-item h4 {
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-size: min(2.5vw, 25px);
  }
  .get .get-item:nth-child(2) h4,
  .get .get-item:nth-child(3) h4,
  .get .get-item:nth-child(4) h4 {
    transform: translateY(-1em);
  }
}



.overview {
  width: 90%;
  margin: 20px auto 0;
  padding: 30px 13px 20px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .overview {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
  }
}

.overview h3 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Noto Serif JP', serif;
  font-size: min(4vw, 30px);
}
.overview h3 span {
  width: 28%;
  border-bottom: 2px solid #212121;
}
@media screen and (min-width: 768px) {
  .overview h3 {
    margin: 0 auto 40px;
    letter-spacing: 0.3px;
    font-size: min(3vw, 30px);
  }
  .overview h3 span {
    width: 35%;
  }
}

.overview .overview-table {
  max-width: 1020px;
  width: 100%;
  margin: 40px auto 0;
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0 20px;
}

.overview .overview-table th,
.overview .overview-table td {
  font-size: min(1.43229vw, 16px);
}

.overview .overview-table th {
  padding: 8px 8px;
  text-align: center;
  border-right: 5px solid #cfcfcf;
}

.overview .overview-table td {
  padding: 8px 20px;
}

.overview .overview-table td p {
  font-size: 16px;
  font-weight: bold;
}
.overview .overview-table td p:nth-child(n+2) {
  margin: 1em 0 0;
}

.overview .overview-table td ul {
  margin: 1em 0 0;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
}

.overview .overview-table td span {
  margin: 4px 0 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .overview .overview-table,
  .overview .overview-table tbody,
  .overview .overview-table tr,
  .overview .overview-table th,
  .overview .overview-table td {
    display: inline-block;
    text-align: center;
  }
  .overview .overview-table {
    margin: 26px auto 0;
    padding: 32px 0 20px;
  }
  .overview .overview-table tbody,
  .overview .overview-table tr,
  .overview .overview-table th,
  .overview .overview-table td {
    width: 100%;
  }

  .overview .overview-table tr {
    background: #fff;
  }

  .overview .overview-table tr:nth-child(n + 2) {
    margin: 21px auto 0;
  }

  .overview .overview-table th {
    width: auto;
    padding: 4px;
    border-right: none;
    border-bottom: 5px solid #cfcfcf;
    line-height: 1.3848;
    font-size: min(3.73333vw, 18px);
  }

  .overview .overview-table td {
    padding: 8px 21.25px;
    font-size: min(3.46667vw, 17px);
  }

  .overview .overview-table td p {
    line-height: 1.358;
    font-size: min(3.73333vw, 18px);
  }

  .overview .overview-table td ul {
    font-size: min(3.46667vw, 17px);
  }
  .overview .overview-table td ul {
    margin: 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
  }
  .overview .overview-table td span {
    margin: 8px auto 0;
  }
}



.cta {
  max-width: 1020px;
  width: 89.335%;
  margin: 0 auto;
  padding: 19px 0 20px;
}
@media screen and (min-width: 768px) {
  .cta {
    width: 94%;
    padding: 80px 0;
  }
}

.cta h2 {
  margin: 0 auto 11px;
  text-align: center;
  line-height: 1.308;
  font-size: min(4.53333vw, 25px);
}
@media screen and (min-width: 768px) {
  .cta h2 {
    margin: 0 auto 20px;
    line-height: 1;
    font-size: min(2.8vw, 26px);
  }
}

.cta .cta-line {
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .cta .cta-line {
    margin: 0 auto 37px;
  }
}

.cta .cta-contact {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .cta .cta-contact {
    flex-direction: row;
    justify-content: space-between;
  }
}

.cta .cta-contact .cta-contact_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cta .cta-contact .cta-contact_box .cta-contact_telTitle,
.cta .cta-contact .cta-contact_box .cta-contact_mailTitle {
  position: relative;
}
.cta .cta-contact .cta-contact_box .cta-contact_telTitle {
  font-size: min(4.26667vw, 18px);
}
.cta .cta-contact .cta-contact_box .cta-contact_mailTitle {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .cta .cta-contact .cta-contact_box .cta-contact_telTitle,
  .cta .cta-contact .cta-contact_box .cta-contact_mailTitle {
    font-size: min(2vw, 23px);
  }
}

.cta .cta-contact .cta-contact_box .cta-contact_telTitle::before,
.cta .cta-contact .cta-contact_box .cta-contact_mailTitle::before,
.cta .cta-contact .cta-contact_box .cta-contact_telTitle::after,
.cta .cta-contact .cta-contact_box .cta-contact_mailTitle::after {
  content: "";
  width: 21px;
  height: 30px;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
}
.cta .cta-contact .cta-contact_box .cta-contact_telTitle::before,
.cta .cta-contact .cta-contact_box .cta-contact_mailTitle::before {
  background-image: url(../../images/campaign/cta/icon_line-left.svg);
}
.cta .cta-contact .cta-contact_box .cta-contact_telTitle::before {
  left: -24px;
}
.cta .cta-contact .cta-contact_box .cta-contact_mailTitle::before {
  left: -40px;
}
.cta .cta-contact .cta-contact_box .cta-contact_telTitle::after,
.cta .cta-contact .cta-contact_box .cta-contact_mailTitle::after {
  background-image: url(../../images/campaign/cta/icon_line-right.svg);
}
.cta .cta-contact .cta-contact_box .cta-contact_telTitle::after {
  right: -24px;
}
.cta .cta-contact .cta-contact_box .cta-contact_mailTitle::after {
  right: -40px;
}
@media screen and (min-width: 768px) {
  .cta .cta-contact .cta-contact_box .cta-contact_telTitle::before,
  .cta .cta-contact .cta-contact_box .cta-contact_mailTitle::before,
  .cta .cta-contact .cta-contact_box .cta-contact_telTitle::after,
  .cta .cta-contact .cta-contact_box .cta-contact_mailTitle::after {
    width: 22.639px;
    height: 31.146px;
  }
}

.cta .cta-contact .cta-contact_box .cta-contact_telNumber img {
  width: min(80vw, 457px);
}
@media screen and (min-width: 768px) {
  .cta .cta-contact .cta-contact_box .cta-contact_telNumber img {
    width: min(40vw, 457px);
  }
}

.cta .cta-contact .cta-contact_box .cta-contact_telNumber.c-text {
  color: #212121;
  line-height: 1;
  font-size: min(10.6vw, 40px);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cta .cta-contact .cta-contact_box .cta-contact_telNumber.c-text {
    font-size: min(4.8vw, 48px);
  }
}

.cta .cta-contact .cta-contact_box .cta-contact_telText {
  font-size: min(4.27vw, 16px);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cta .cta-contact .cta-contact_box .cta-contact_telText {
    font-size: min(2vw, 20px);
  }
}

.cta .cta-contact .cta-contact_box .cta-contact_mailButton,
.cta .cta-contact .cta-contact_box .cta-contact_lineButton {
  width: min(89.335vw, 490px);
  height: 73px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cta .cta-contact .cta-contact_box .cta-contact_mailButton,
  .cta .cta-contact .cta-contact_box .cta-contact_lineButton {
    width: min(45vw, 490px);
    height: 85px;
    font-size: min(2.3vw, 23px);
  }
}
.cta .cta-contact .cta-contact_box .cta-contact_mailButton::after,
.cta .cta-contact .cta-contact_box .cta-contact_lineButton::after {
  content: "";
  width: 23.17px;
  height: 9.899px;
  position: absolute;
  right: 4%;
  background-image: url(../../images/campaign/cta/icon_arrow-white.svg);
  background-repeat: no-repeat;
}
.cta .cta-contact .cta-contact_box .cta-contact_mailButton {
  background-color: #eb3c47;
}
.cta .cta-contact .cta-contact_box .cta-contact_lineButton {
  background-color: #06c755;
}



.campaign .eyecatch {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .campaign .eyecatch {
    margin: 0;
    padding: 0 0 80px;
  }
}



#page-top {
  display: none;
}

.campaign-pagetoplink {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: min(22vw, 146px);
  background-color: rgba(136, 136, 136, 0.8);
  border-radius: 50%;
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-pagetoplink {
  bottom: 10px;
}
.campaign-pagetoplink.is-show {
  opacity: 1;
  visibility: visible;
}
.campaign-pagetoplink::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (min-width: 768px) {
  .campaign-pagetoplink {
    width: 60px;
    height: 60px;
    bottom: 78px;
  }
}



@media screen and (max-width: 767px) {
  .campaign-follow {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .campaign-follow {
    width: min(33vw, 330px);
    height: min(16.6vw, 166px);
    position: fixed;
    right: 90px;
    bottom: 72px;
    z-index: 800;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .campaign-follow.is-show {
    opacity: 1;
    visibility: visible;
  }
  .campaign-follow:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) {
  .campaign-follow {
    right: 100px;
  }
}

@media screen and (min-width: 768px) {
  .campaign-follow_inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .campaign-follow_box {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #CF000E;
    border-radius: 10px;
  }
  .campaign-follow:hover .campaign-follow_box {
    background: #F94C58;
  }

  .campaign-follow_boxInner {
    width: 100%;
    height: 100%;
    padding: 14px min(2.4vw, 24px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border: 1px solid #fff6ae;
    border-radius: 5px;
  }

  .campaign-follow_text p {
    color: #fff6ae;
    line-height: 1.4;
    text-align: center;
    font-size: min(2.4vw, 24px);
    font-weight: 600;
  }

  .campaign-follow_text img {
    width: min(9.1224vw, 91.224px);
    height: auto;
    vertical-align: middle;
  }

  .campaign-follow_contact {
    width: min(26.1vw, 261px);
    height: auto;
    position: absolute;
    left: -30px;
    bottom: 0;
  }
}



#js-campaign-follow_sp {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.campaign-follow_sp {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  font-size: 0.75rem;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .campaign-follow_sp {
    display: none;
  }
}

.campaign-follow_sp img {
  width: 100%;
}