@charset "UTF-8";
img {
  width: 100%;
  height: auto;
}

.l-main--zenith-shield {
  position: relative;
}
.l-main--zenith-shield::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  content: "";
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/zenith-shield/bg-main.webp");
}

.p-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
  background-image: url("../images/zenith-shield/pc/thumbnail.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .p-thumbnail {
    background-image: url("../images/zenith-shield/sp/thumbnail.webp");
    height: 220px;
  }
}
.p-thumbnail__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0 40px 0;
  width: 100%;
  max-width: 506px;
}
@media (max-width: 750px) {
  .p-thumbnail__title {
    max-width: 335px;
    margin: auto 0 24px 0;
  }
}

.p-breadcrumb {
  padding: 16px 0;
}
.p-breadcrumb__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 750px) {
  .p-breadcrumb__inner {
    max-width: 89.3333333333%;
    padding: 0;
  }
}
.p-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.p-breadcrumb__list__item {
  display: flex;
  align-items: center;
  color: #727171;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.5px;
}
.p-breadcrumb__list__item[data-type=arrow]::after {
  content: "";
  display: flex;
  width: 14px;
  height: 11px;
  background-image: url("../images/breadcrumb-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 0 4px;
}
.p-breadcrumb__link {
  color: inherit;
  text-decoration: none;
}

.p-anchor {
  padding: 24px 0;
}
@media (max-width: 750px) {
  .p-anchor {
    padding: 40px 0 60px 0;
    border-bottom: 1px solid #727171;
  }
}
.p-anchor__list {
  display: flex;
  justify-content: center;
  gap: 0 100px;
}
@media (min-width: 751px) and (max-width: 1080px) {
  .p-anchor__list {
    gap: 0 60px;
  }
}
@media (max-width: 750px) {
  .p-anchor__list {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
  }
}
.p-anchor__list__item {
  width: -moz-fit-content;
  width: fit-content;
}
.p-anchor__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #2B2245;
}
.p-anchor__link__text {
  margin-right: 12px;
  color: #2B2245;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
.p-anchor__link__arrow {
  display: flex;
  align-items: center;
}

.p-lead {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.p-lead__wrap {
  padding: 100px 0;
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .p-lead__wrap {
    max-width: 100%;
    padding: 60px 0 250px 0;
  }
}
.p-lead__text {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  .p-lead__text {
    text-align: center;
    font-size: 32px;
  }
}
.p-lead__subText {
  margin-top: 32px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  .p-lead__subText {
    color: #000;
    text-align: center;
  }
}
.p-lead__logo {
  margin-top: 120px;
  width: 100%;
  max-width: 417px;
}
@media (max-width: 750px) {
  .p-lead__logo {
    margin: 72px auto 0 auto;
    max-width: 320px;
  }
}
.p-lead__deco {
  position: absolute;
  right: -404.43px;
  top: 44px;
  max-width: 991.43px;
  aspect-ratio: 991.43/780;
  pointer-events: none;
}
@media (max-width: 1080px) {
  .p-lead__deco {
    top: auto;
    right: -30px;
    bottom: 0;
  }
}
@media (max-width: 750px) {
  .p-lead__deco {
    max-width: 307px;
  }
}
@media (min-width: 751px) and (max-width: 1080px) {
  .p-lead__deco {
    max-width: 400px;
  }
}

.p-features__top {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  z-index: 0;
}
@media (max-width: 750px) {
  .p-features__top {
    padding: 60px 0 120px 0;
  }
}
@media (min-width: 751px) and (max-width: 1080px) {
  .p-features__top {
    padding: 60px 0 300px 0;
  }
}
.p-features__top__contents {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 510px));
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
@media (max-width: 1080px) {
  .p-features__top__contents {
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
}
.p-features__top__item {
  width: 100%;
  max-width: 510px;
}
@media (max-width: 1080px) {
  .p-features__top__item {
    max-width: 100%;
  }
}
.p-features__top__head {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  padding: 8px 16px;
  color: #2B2245;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.8px;
  background-color: #EDEEF3;
}
@media (max-width: 750px) {
  .p-features__top__head {
    min-height: 84px;
    padding: 8px 0;
    font-size: 30px;
    line-height: 1.3;
  }
}
.p-features__top__text {
  margin: 24px 0 0 0;
  color: #2B2245;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
.p-features__top__image[data-type="1"] {
  margin: 24px 0 0 0;
}
.p-features__top__image[data-type="2"] {
  margin: 24px auto 0 auto;
  max-width: 430px;
}
@media (max-width: 750px) {
  .p-features__top__image[data-type="2"] {
    max-width: 295px;
  }
}
.p-features__top .p-features__top__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.p-features__bottom {
  margin: 60px 0 0 0;
  padding: 0 20px;
}
.p-features__bottom__section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 100px 0px;
  background-color: #fff;
}
@media (max-width: 750px) {
  .p-features__bottom__section {
    padding: 40px 0;
  }
}
.p-features__bottom__section:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .p-features__bottom__section:not(:first-child) {
    margin-top: 24px;
  }
}
.p-features__bottom .p-features__reliability {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 520px));
  justify-content: space-between;
  align-items: center;
  margin: 24px 0 0 0;
}
@media (max-width: 1080px) {
  .p-features__bottom .p-features__reliability {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
.p-features__bottom .p-features__reliability__list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  padding: 0 12px;
}
@media (max-width: 750px) {
  .p-features__bottom .p-features__reliability__list {
    padding: 0;
  }
}
.p-features__bottom .p-features__reliability__list__item {
  display: flex;
}
.p-features__bottom .p-features__reliability__list__item__icon {
  margin: 4px 0 0 0;
  width: 24px;
  aspect-ratio: 1/1;
}
@media (max-width: 750px) {
  .p-features__bottom .p-features__reliability__list__item__icon {
    width: 20px;
  }
}
.p-features__bottom .p-features__reliability__list__item__text {
  margin: 0 0 0 10px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
@media (max-width: 750px) {
  .p-features__bottom .p-features__reliability__list__item__text {
    font-size: 20px;
  }
}
.p-features__bottom .p-features__reliability__text {
  margin: 16px 0 0 48px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  .p-features__bottom .p-features__reliability__text {
    margin: 16px 0 0 32px;
  }
}
.p-features__bottom .p-features__reliability__logoList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px 0;
  margin: 16px 0 0 0;
}
.p-features__bottom .p-features__reliability__logoList__item[data-type="1"] {
  max-width: 220px;
}
@media (max-width: 750px) {
  .p-features__bottom .p-features__reliability__logoList__item[data-type="1"] {
    max-width: 215px;
  }
}
.p-features__bottom .p-features__reliability__logoList__item[data-type="2"] {
  width: 280px;
  margin: 0 0 24px 0;
}
@media (max-width: 750px) {
  .p-features__bottom .p-features__reliability__logoList__item[data-type="2"] {
    width: 255px;
  }
}
.p-features__bottom .p-features__reliability__logoList__item[data-type="3"] {
  width: 200px;
}
@media (max-width: 750px) {
  .p-features__bottom .p-features__reliability__logoList__item[data-type="3"] {
    width: 215px;
  }
}
.p-features__bottom .p-features__reliability__figure {
  width: 100%;
}
@media (max-width: 750px) {
  .p-features__bottom .p-features__reliability__figure img[data-type=pc] {
    display: none;
  }
}
.p-features__bottom .p-features__reliability__figure img[data-type=sp] {
  display: none;
}
@media (max-width: 750px) {
  .p-features__bottom .p-features__reliability__figure img[data-type=sp] {
    display: block;
    margin: 24px auto 0 auto;
  }
}
.p-features__bottom .p-features__reliability__figure__caption {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 0 0;
  padding: 16px 24px;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
  border-radius: 10px;
  background: #EDEEF3;
}
.p-features__bottom .c-head {
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: #222;
  line-height: 1.5;
  word-break: keep-all;
}
@media (max-width: 750px) {
  .p-features__bottom .c-head {
    flex-direction: column;
    align-items: center;
  }
}
.p-features__bottom .c-head [data-type=sub] {
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.64px;
}
@media (max-width: 750px) {
  .p-features__bottom .c-head [data-type=sub] {
    margin: 0 auto -6px 0;
  }
}
.p-features__bottom .c-head [data-type=main] {
  margin: 0 0 6px 12px;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  .p-features__bottom .c-head [data-type=main] {
    margin: 0;
  }
}
.p-features__bottom .c-head [data-type=wrap] {
  width: 100%;
  display: flex;
}
.p-features__bottom .c-head [data-type=wrap]::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #3B1F85;
  margin: auto 0 auto 24px;
}
.p-features__bottom .c-features-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 56px;
  margin: 40px 0 0 0;
}
@media (max-width: 1080px) {
  .p-features__bottom .c-features-item {
    flex-direction: column;
    gap: 24px 0;
  }
}
.p-features__bottom .c-features-item[data-pattern="1"] .c-features-item__image {
  max-width: 480px;
}
@media (max-width: 750px) {
  .p-features__bottom .c-features-item[data-pattern="1"] .c-features-item__image {
    max-width: 100%;
  }
}
.p-features__bottom .c-features-item[data-pattern="1"] .c-features-item__2column {
  max-width: 480px;
}
@media (max-width: 750px) {
  .p-features__bottom .c-features-item[data-pattern="1"] .c-features-item__2column {
    max-width: 100%;
  }
}
.p-features__bottom .c-features-item[data-pattern="1"] .c-features-item__content {
  max-width: 544px;
}
@media (max-width: 750px) {
  .p-features__bottom .c-features-item[data-pattern="1"] .c-features-item__content {
    max-width: 100%;
  }
}
.p-features__bottom .c-features-item[data-pattern="2"] .c-features-item__image {
  max-width: 430px;
}
@media (max-width: 750px) {
  .p-features__bottom .c-features-item[data-pattern="2"] .c-features-item__image {
    max-width: 100%;
  }
}
.p-features__bottom .c-features-item[data-pattern="2"] .c-features-item__content {
  max-width: 514px;
}
@media (max-width: 750px) {
  .p-features__bottom .c-features-item[data-pattern="2"] .c-features-item__content {
    max-width: 100%;
  }
}
.p-features__bottom .c-features-item[data-reverse=true] {
  flex-direction: row-reverse;
}
@media (max-width: 1080px) {
  .p-features__bottom .c-features-item[data-reverse=true] {
    flex-direction: column;
  }
}
.p-features__bottom .c-features-item__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p-features__bottom .c-features-item__image[data-type="2row"] {
  padding: 0 40px;
  gap: 48px 0;
}
@media (max-width: 750px) {
  .p-features__bottom .c-features-item__image[data-type="2row"] {
    padding: 0 20px;
    box-sizing: border-box;
    gap: 24px 0;
  }
}
.p-features__bottom .c-features-item__2column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  width: 100%;
}
@media (max-width: 750px) {
  .p-features__bottom .c-features-item__2column {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
}
.p-features__bottom .c-features-item__2column--1text {
  max-width: 480px;
}
@media (max-width: 750px) {
  .p-features__bottom .c-features-item__2column--1text {
    max-width: 100%;
  }
}
.p-features__bottom .c-features-item__2column__content__head {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  border: 0.5px solid #3B1F85;
}
.p-features__bottom .c-features-item__2column__content__image {
  margin: 8px 0 0 0;
  width: 100%;
}
.p-features__bottom .c-features-item__2column__content__text {
  margin: 8px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
.p-features__bottom .c-features-item__2column__content[data-type=conventional] .c-features-item__2column__content__head {
  color: #000;
}
.p-features__bottom .c-features-item__2column__content[data-type=conventional] .c-features-item__2column__content__text {
  color: #000;
}
.p-features__bottom .c-features-item__2column__content[data-type=zenith-shield] .c-features-item__2column__content__head {
  color: #3B1F85;
}
.p-features__bottom .c-features-item__2column__content[data-type=zenith-shield] .c-features-item__2column__content__text {
  color: #3B1F85;
}
.p-features__bottom .c-features-item__content {
  width: 100%;
}
.p-features__bottom .c-features-item__content__head {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  gap: 10px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.5px;
  background: #EDEEF3;
}
@media (max-width: 750px) {
  .p-features__bottom .c-features-item__content__head {
    text-align: center;
    justify-content: center;
  }
}
.p-features__bottom .c-features-item__content__text {
  margin: 16px 0 0 0;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
.p-features__bottom .c-features-item__content__notes {
  margin: 16px 0 0 0;
  color: #222;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.5px;
}

.p-spec {
  margin: 40px 0 0 0;
  padding: 0 20px 0 20px;
}
.p-spec__wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 0 100px 0;
  background-color: #fff;
}
.p-spec__wrap:not(:first-child) {
  margin-top: 40px;
}
.p-spec__head {
  text-align: center;
  color: #3B1F85;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}
.p-spec__content {
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .p-spec__content {
    max-width: 100%;
  }
}
.p-spec__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 0 auto;
  width: 100%;
  max-width: 417px;
}
@media (max-width: 750px) {
  .p-spec__logo {
    margin: 56px auto 0 auto;
    max-width: 255px;
  }
}
.p-spec__logo[data-type=creative-life] {
  margin: 0 auto;
  max-width: 320px;
}
@media (max-width: 750px) {
  .p-spec__logo[data-type=creative-life] {
    max-width: 295px;
  }
}
.p-spec__text {
  display: block;
  margin: 12px auto 0 auto;
  padding: 0 0 24px 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--Text-Black, #222);
}
@media (max-width: 750px) {
  .p-spec__text {
    margin: 8px auto 0 auto;
  }
}
.p-spec__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 750px) {
  .p-spec__list {
    padding: 24px 0;
  }
}
.p-spec__list__item {
  display: flex;
}
.p-spec__list__item:not(:first-child) {
  margin: 24px 0 0 0;
}
@media (max-width: 750px) {
  .p-spec__list__item {
    flex-direction: column;
    padding: 0 20px;
  }
}
.p-spec__list__item__term {
  min-width: 136px;
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
.p-spec__list__item__desc {
  margin: 0 0 0 12px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  .p-spec__list__item__desc {
    margin: 13px 0 0 0;
  }
}

.p-best {
  margin: 60px 0 0 0;
  padding: 100px 0;
  background-color: #fff;
}
@media (max-width: 750px) {
  .p-best {
    padding: 60px 0;
  }
}
.p-best__head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  color: #2B2245;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.8px;
  background: #EDEEF3;
}
@media (max-width: 750px) {
  .p-best__head {
    font-size: 30px;
    line-height: 1.3;
  }
}
.p-best__text {
  margin: 24px 0 0 0;
  color: #2B2245;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
.p-best__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 24px 0 0 0;
  padding: 0 40px;
}
@media (max-width: 750px) {
  .p-best__image {
    grid-template-columns: 1fr;
    gap: 24px 0;
    padding: 0 20px;
  }
}
.p-best__image__item {
  width: 100%;
}
.p-best__pickup {
  margin: 80px 0 0 0;
}
@media (max-width: 750px) {
  .p-best__pickup {
    margin: 56px 0 0 0;
  }
}
.p-best__pickup__head {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #3B1F85;
}
.p-best__pickup__head__icon {
  width: 40px;
  aspect-ratio: 40/22;
}
.p-best__pickup__head__text {
  margin: 0 0 0 16px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
.p-best__pickup__text {
  margin: 24px 0 0 0;
  color: #2B2245;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
.p-best__pickup__image {
  margin: 24px auto 0 auto;
  max-width: 960px;
}

.c-list {
  margin: 12px 0 0 0;
  padding: 0 24px;
}
@media (max-width: 750px) {
  .c-list {
    padding: 0;
  }
}
.c-list__item {
  display: flex;
  padding: 12px 0;
  color: #2B2245;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
  background-image: linear-gradient(to right, #C9CACA 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 4px 2px;
  background-repeat: repeat-x;
}
.c-list__item:not(:first-child) {
  margin: 4px 0 0 0;
}
.c-list__item::before {
  content: "▶";
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6.5px 16px 0 0;
  width: 12px;
  height: 16px;
  color: #3A2085;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}/*# sourceMappingURL=zenith-shield.css.map */