*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
}

@media (max-width: 1500px) {
  html {
    font-size: 0.67vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.33vw;
  }
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #353535;
  background: #ffffff;
  overflow-x: hidden;
}

a {
  color: #14498A;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.main {
  min-height: calc(100vh - 8rem);
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

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

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

.text-right {
  text-align: right;
}

.inner {
  margin: 0;
  padding: 4rem 0 6.4rem;
  border: 2.5rem solid #ff0000;
}
.inner img {
  margin: 0 auto;
}

.lp-header {
  background: #131313;
  overflow: hidden;
}
.lp-header__inner {
  margin: 0 auto;
  padding: 0 2rem;
  height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.lp-header__logo-img {
  height: 7rem;
  width: auto;
  display: block;
  object-fit: cover;
  object-position: top center;
  margin-top: 0.5rem;
}
.lp-header__logo-text {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  white-space: nowrap;
  font-family: Arial, "Helvetica Neue", sans-serif;
  letter-spacing: 0.04em;
}

.sec-kv__title1 {
  margin-bottom: 6.5rem;
}
.sec-kv__title1 img {
  width: 93.5%;
  height: auto;
  object-fit: contain;
}
.sec-kv__chicken {
  margin-bottom: 6.7rem;
}
.sec-kv__chicken img {
  width: 79%;
  height: auto;
  object-fit: contain;
}
.sec-kv__title2 {
  margin-bottom: 3rem;
}
.sec-kv__title2 img {
  width: 30%;
  height: auto;
  object-fit: contain;
}

.sec-campaign__title {
  margin-bottom: 1rem;
}
.sec-campaign__title img {
  width: 90%;
  height: auto;
  object-fit: contain;
  padding-left: 0.7rem;
}
.sec-campaign__gift {
  margin-bottom: 3.2rem;
}
.sec-campaign__gift img {
  width: 37.2%;
  height: auto;
  object-fit: contain;
  padding-left: 0.3rem;
}
.sec-campaign__sub {
  margin-bottom: 4.1rem;
}
.sec-campaign__sub img {
  width: 43.5%;
  height: auto;
  object-fit: contain;
  padding-right: 1.5rem;
}

.sec-cars__title {
  margin-bottom: 1.3rem;
}
.sec-cars__title img {
  width: 92.5%;
  height: auto;
  object-fit: contain;
  padding-right: 0.2rem;
}
.sec-cars .car-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.7rem;
  padding: 0 3rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 3.8rem;
}
.sec-cars .car-row img {
  margin: 0;
  width: 100%;
  object-fit: contain;
}

.sec-area__title {
  margin-bottom: 3.2rem;
}
.sec-area__title img {
  width: 92.5%;
  height: auto;
  object-fit: contain;
  padding-right: 0.2rem;
}
.sec-area__sub img {
  width: 93%;
  height: auto;
  object-fit: contain;
  padding-right: 0.2rem;
}

.lp-footer {
  background: #131313;
  padding: 0.45rem 3.5rem;
}
.lp-footer__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.lp-footer__policy {
  color: #ffffff;
  font-size: 0.55rem;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  white-space: nowrap;
  letter-spacing: -0.03em;
}
.lp-footer__policy:hover {
  opacity: 0.7;
  color: #ffffff;
}
.lp-footer__copy {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.46rem;
  margin: 0;
  text-align: right;
  margin-top: 0.13rem;
}

.sec-area {
  margin-bottom: 4.42rem;
}

.sec-note {
  padding: 2.8rem 5.3rem;
  background: #595757;
  margin-bottom: 5rem;
}

.sec-gift {
  margin-bottom: 4.5rem;
}
.sec-gift .sec-gift__title {
  width: 65.8rem;
  margin: 0 auto 2.6rem;
}
.sec-gift .sec-gift__list {
  padding: 0 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
.sec-gift .sec-gift__list .sec-gift__item {
  width: 50%;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
}
.sec-gift .sec-gift__content {
  padding: 0 9.88rem;
  margin: 0 auto 6.2rem;
}

.sec-find {
  display: flex;
  justify-content: center;
}
.sec-find .btn-find {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cc131c;
  border: 0.3rem solid #000;
  border-radius: 1rem;
  width: 64rem;
  padding: 2.7rem 4rem;
}

.recommended-features-title {
  padding: 4rem 0 3.3rem;
  display: flex;
  justify-content: center;
  background: #fff;
}
.recommended-features-title img {
  width: 89rem;
}
@media screen and (max-width: 768px) {
  .recommended-features-title {
    padding: 4rem;
  }
}

.n-box .n-box__title {
  border-top: #000 2.53rem solid;
  border-left: #000 2.53rem solid;
  border-right: #000 2.53rem solid;
  padding: 0;
  display: flex;
  justify-content: center;
}
.n-box .n-box__title img {
  width: 88.5rem;
}
@media screen and (max-width: 768px) {
  .n-box .n-box__title img {
    max-width: 80%;
  }
}
.n-box .n-box__content {
  background: #000;
  padding: 2.53rem 2.53rem 5.8rem;
}
.n-box .n-box__content__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .n-box .n-box__content__pc {
    display: none;
  }
}
.n-box .n-box__content__main {
  width: 100%;
}
.n-box .n-box__content__sub {
  display: flex;
  flex-wrap: wrap;
}
.n-box .n-box__content__sub-left {
  width: 73.6rem;
  display: flex;
  flex-direction: column;
  display: none;
}
@media screen and (max-width: 768px) {
  .n-box .n-box__content__sub-left {
    order: 2;
    display: block;
  }
}
.n-box .n-box__content__sub-left .n-box-content-sub-left-1 {
  height: 35rem;
}
.n-box .n-box__content__sub-left .n-box-content-sub-left-2 {
  height: 25rem;
}
.n-box .n-box__content__sub-right {
  flex: 1;
  width: 100%;
  height: 100%;
  height: 60rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .n-box .n-box__content__sub-right {
    order: 1;
    display: block;
  }
}
.n-box .n-box__content__sub-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-box .n-box__note {
  width: 100%;
  margin-left: 4.7rem;
  margin-bottom: 3.7rem;
  margin-top: 2.2rem;
}
.n-box .n-box__note img {
  width: 30rem;
}
.n-box .n-box__action {
  width: 44.1rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 2.7rem 4.6rem;
  background: #fff;
  border: 0.3rem solid #cc131c;
  border-radius: 1rem;
}

.freed {
  border: 2.53rem solid #d8d3c3;
}
.freed .freed__title {
  padding: 7.3rem 0 5.7rem;
  display: flex;
  justify-content: center;
}
.freed .freed__title img {
  width: 52.1rem;
}
.freed .freed__content {
  padding: 0 3.5rem 3rem;
}
.freed .freed__content .freed__content__main {
  margin-bottom: 5.4rem;
}
.freed .freed__content .freed__content__main img {
  width: 100%;
}
.freed .freed__content .freed__content__sub {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2.3rem;
}
.freed .freed__content .freed__content__sub .freed__content__sub--title {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.freed .freed__content .freed__content__sub .freed__content__sub--title img {
  width: 37.9rem;
}
.freed .freed__content .freed__content__sub .freed__content__sub--list {
  display: flex;
  justify-content: space-between;
  gap: 1.7rem;
}
.freed .freed__content .freed__note {
  display: flex;
  margin-left: 1.5rem;
  margin-bottom: 3.7rem;
}
.freed .freed__content .freed__note img {
  width: 110.7rem;
}
.freed .freed__content .btn-action {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border: 0.3rem solid #cc131c;
  border-radius: 1rem;
  width: 47rem;
  padding: 2.7rem 4rem;
}

.wgn {
  border: 2.53rem solid #d7edff;
}
.wgn .wgn__title {
  padding: 7.3rem 0 5.7rem;
  display: flex;
  justify-content: center;
}
.wgn .wgn__title img {
  width: 52.1rem;
}
.wgn .wgn__content {
  padding: 0 3.5rem 3rem;
}
.wgn .wgn__content .wgn__content__main {
  margin-bottom: 5.4rem;
}
.wgn .wgn__content .wgn__content__main img {
  width: 100%;
}
.wgn .wgn__content .wgn__content__sub {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2.3rem;
}
.wgn .wgn__content .wgn__content__sub .wgn__content__sub--title {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.wgn .wgn__content .wgn__content__sub .wgn__content__sub--title img {
  width: 51.3rem;
}
.wgn .wgn__content .wgn__content__sub .wgn__content__sub--list {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.wgn .wgn__content .wgn__note {
  display: flex;
  margin-left: 1.5rem;
  margin-bottom: 3.7rem;
}
.wgn .wgn__content .wgn__note img {
  width: 110.7rem;
}
.wgn .wgn__content .btn-action {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border: 0.3rem solid #cc131c;
  border-radius: 1rem;
  width: 47rem;
  padding: 2.7rem 4rem;
}

.list-corresponding {
  padding: 10rem;
}
@media screen and (max-width: 768px) {
  .list-corresponding {
    padding: 5rem;
  }
}
.list-corresponding .list-corresponding__title {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.list-corresponding .list-corresponding__title img {
  width: 43.3rem;
}
.list-corresponding .list-corresponding_subtitle {
  display: flex;
  justify-content: center;
  margin-bottom: 6.3rem;
}
.list-corresponding .list-corresponding_subtitle img {
  width: 76.76rem;
}
.list-corresponding .list-corresponding__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .list-corresponding .list-corresponding__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.list-corresponding .list-corresponding__content .list-corresponding__content__item img {
  width: 100%;
  height: 100%;
}

.lp-footer {
  padding: 7.5rem 0;
}
.lp-footer .lp-footer__inner {
  display: flex;
  justify-content: center;
}
.lp-footer .lp-footer__inner img {
  width: 58.86rem;
  max-width: 80%;
}
.lp-footer .btn-footer {
  width: 44.1rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 2.7rem 4.6rem;
  background: #fff;
  border: 0.3rem solid #cc131c;
  border-radius: 1rem;
}

.floating-cta {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 100;
  background: #000;
  width: 100%;
  padding: 2rem;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  opacity: 1;
  visibility: visible;
}
.floating-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.floating-cta__btn {
  width: 44.1rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 2.7rem 4.6rem;
  background: #fff;
  border: 0.3rem solid #cc131c;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .floating-cta__btn {
    max-width: 80%;
  }
}

/*# sourceMappingURL=index.css.map */
