@font-face {
  font-weight: 100;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
  font-weight: 200;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-ExtraLight.woff") format("woff");
}
@font-face {
  font-weight: 300;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-weight: 400;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-weight: 500;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-weight: 700;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-weight: 800;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-ExtraBold.woff") format("woff");
}
@font-face {
  font-weight: 900;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
}
/* nomal */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: normal;
  src: url("../font/notoserif/NotoSerifJP-Regular.otf");
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Regular.ttf") format("truetype");
}
/* 300 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 300;
  src: url("../font/notoserif/NotoSerifJP-Light.otf");
  src: url("../font/notoserif/NotoSerifJP-Light.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Light.ttf") format("truetype");
}
/* 400*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/notoserif/NotoSerifJP-Regular.otf");
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Regular.ttf") format("truetype");
}
/* 500 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 500;
  src: url("../font/notoserif/NotoSerifJP-Medium.otf");
  src: url("../font/notoserif/NotoSerifJP-Medium.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Medium.ttf") format("truetype");
}
/* 600*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 600;
  src: url("../font/notoserif/NotoSerifJP-Bold.otf");
  src: url("../font/notoserif/NotoSerifJP-Bold.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Bold.ttf") format("truetype");
}
.c-mv {
  background: url("../images/kizilp/bg-mv.jpg") no-repeat center/cover;
  margin-bottom: -2rem;
}
.c-mv > .l-container {
  position: relative;
}

.c-mv__inner {
  position: relative;
}

.c-mv__main {
  max-width: 65.6rem;
  width: 100%;
  margin-left: calc(50% + 2rem);
  transform: translateX(-50%);
  position: relative;
}

.c-mv__bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  text-align: center;
}
.c-mv__bottom::before {
  content: "";
  background: url("../images/kizilp/ill-mv01.png") no-repeat center/cover;
  display: block;
  width: 10.7rem;
  aspect-ratio: 107/149;
  position: absolute;
  right: 5rem;
  top: -8.5rem;
}

.c-mv__img {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 1149px;
  line-height: 0;
  text-align: center;
}

.c-intro {
  padding: 4.5rem 0;
  background-color: var(--c-light);
}

.u-bg__shadow {
  max-width: 1076px;
  margin: auto;
  box-shadow: 0 0 4rem #deecf6;
  background-color: var(--c-light);
}

.c-content__inner {
  max-width: 1068px;
  margin: auto;
  padding: 0 5rem;
}

.c-content__inner--in {
  max-width: 863px;
  margin: auto;
}

.u-failure__flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
}

.u-failure__item {
  width: calc(50% - 2.5rem);
  background-color: var(--c-white);
  border-radius: 6rem;
  padding: 5rem 5rem 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 2.5rem rgba(194, 224, 231, 0.2);
}

.u-failure__title {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.u-failure__lead {
  margin-bottom: 1.5rem;
}

.u-failure__img {
  text-align: center;
  margin-top: auto;
}

.u-what__flex {
  display: flex;
}

.u-what__item:nth-child(1) {
  width: 66%;
  padding-right: 3rem;
}
.u-what__item:nth-child(2) {
  width: 34%;
  box-shadow: 0 0 2.5rem rgba(194, 224, 231, 0.2);
}

.u-list__wrap {
  background-color: var(--c-white);
  padding: 1.6rem;
  text-align: center;
  position: relative;
  box-shadow: 0 0 2.5rem rgba(194, 224, 231, 0.2);
}
.u-list__wrap.-imgright .u-list__img {
  left: initial;
  right: 0;
}

.u-list__wrap--in {
  border: 0.8rem solid #e5f6fc;
  padding: 4rem 0;
}

.u-list__img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.u-satisfaction__flex {
  display: flex;
}

.u-satisfaction__item {
  width: 50%;
}
.u-satisfaction__item:nth-child(1) {
  padding-right: 1.5rem;
}
.u-satisfaction__item:nth-child(2) {
  padding-left: 1.5rem;
}
.u-satisfaction__item .annotation {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-xs);
}
.u-satisfaction__item a {
  color: var(--c-black);
}

.u-item {
  background-color: var(--c-white);
  padding: 6rem;
  box-shadow: 0 0 2.5rem rgba(194, 224, 231, 0.2);
}

.u-manufacturer__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.u-manufacturer__flex:not(:last-of-type) {
  margin-bottom: 5rem;
}

.u-manufacturer__item {
  width: calc(50% - 1.5rem);
  text-align: center;
  border: solid 1px var(--c-green2);
  color: var(--c-green2);
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.line-dotted {
  border-top: 2px dotted var(--c-green2);
  margin-bottom: 5rem;
}

.u-checktxt {
  padding-left: 5rem;
  position: relative;
}
.u-checktxt::before {
  content: "";
  width: 4.1rem;
  height: 4.1rem;
  background: url("../images/common/icn-check02.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

.u-over__scroll {
  overflow-x: scroll;
}

.u-recommend {
  padding-top: 5rem;
}

.u-recommend__title {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h2);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: bold;
  text-align: center;
  background-color: var(--c-light-red);
  color: var(--c-white);
  position: relative;
  padding: 2.5rem 2rem;
}
.u-recommend__title .sm {
  display: block;
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: bold;
}
.u-recommend__title::after {
  content: "";
  display: block;
  width: calc(100% - 2.4rem);
  height: calc(100% - 2.4rem);
  border: 0.4rem solid var(--c-white);
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  pointer-events: none;
}

.u-sort__btnwrap {
  position: sticky;
  bottom: 0;
  background-color: var(--c-white);
  padding: 2rem 0 2rem;
}

.u-sort__btn {
  display: inline-block;
  border-radius: 6rem;
  padding: 1rem 4rem;
  text-align: center;
  color: var(--c-white);
  background-color: var(--c-green2);
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.u-sort__btn:after {
  content: "";
  display: inline-block;
  width: 2.7rem;
  height: 2rem;
  mask-image: url(../images/common/icn-narrow-down.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
  margin-left: 1rem;
  position: relative;
  top: 0.4rem;
}

.u-sort {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.u-sort.active {
  visibility: visible;
}

.u-sort__close {
  position: absolute;
  right: 0;
  top: -3rem;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}

.u-sort__close::after, .u-sort__close::before {
  content: "";
  display: block;
  width: 5rem;
  height: 0.2rem;
  background-color: var(--c-white);
  position: absolute;
  left: 0;
}

.u-sort__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.u-sort__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.u-sort__wrapper {
  max-width: 96.8rem;
  width: 100%;
  max-height: 80vh;
  height: 100%;
  background-color: var(--c-white);
  position: relative;
}

.u-sort__wrap {
  height: 100%;
  padding: 4rem 4rem 0;
  overflow: scroll;
}

.u-sort__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.u-sort__inner {
  max-width: 74rem;
  margin: auto;
  position: relative;
  z-index: 3;
}

.u-sort__title {
  text-align: center;
  margin-bottom: 4rem;
}
.u-sort__title span {
  display: inline-block;
  font-weight: bold;
  background-color: var(--c-green2);
  color: var(--c-white);
  padding: 0.2rem 1.5rem;
}
.u-sort__title span:after {
  content: "";
  display: inline-block;
  width: 2.7rem;
  height: 2rem;
  mask-image: url(../images/common/icn-narrow-down.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
  margin-left: 1rem;
  position: relative;
  top: 0.4rem;
}

.u-sort__submit {
  margin: auto;
  display: block;
  padding: 1rem 3rem;
}

.bottom-note {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-xs);
  padding-bottom: 2rem;
}

.bottom-annotation {
  padding-top: 2rem;
  border-top: 2px solid var(--c-black);
  padding-bottom: 5rem;
}
.bottom-annotation li {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-xs);
  line-height: 1.35;
  text-indent: -1em;
  padding-left: 1em;
}
.bottom-annotation li + li {
  margin-top: 0.3rem;
}

.c-floatbnr {
  width: 23rem;
  position: fixed;
  right: -1rem;
  bottom: 18rem;
  z-index: 3;
  cursor: pointer;
  display: none;
}
.c-floatbnr a {
  display: block;
}

.pagetop {
  display: none;
  width: 6rem;
  position: fixed;
  right: 1rem;
  bottom: 10rem;
  z-index: 3;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .c-mv__main {
    width: 65.6rem;
    margin: auto;
    transform: inherit;
  }
  .c-mv__bottom {
    width: 42.8rem;
  }
  .c-mv__bottom::before {
    right: -4rem;
    top: -6.5rem;
    width: 8.7rem;
  }
  .c-mv__img {
    width: 80rem;
  }
  .u-failure__flex {
    flex-direction: column;
    gap: 3rem;
  }
  .u-failure__item {
    width: 100%;
  }
  .u-failure__lead {
    margin-bottom: 3rem;
  }
  .u-what__flex {
    flex-direction: column;
    gap: 3rem;
  }
  .u-what__item:nth-child(1) {
    width: 100%;
    padding: 0;
  }
  .u-what__item:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  #what .c-table {
    width: 120rem;
  }
  #what .c-table thead th:nth-child(1) {
    width: 23rem;
  }
  #what .c-table02 {
    width: 100rem;
  }
  #what .c-table02 th {
    width: 36rem;
  }
  .u-list__wrap.-imgright .u-list__wrap--in {
    padding: 4rem 8rem 4rem 2rem;
  }
  .u-list__wrap.-imgright .u-list__img {
    right: -4rem;
  }
  .u-list__wrap--in {
    padding: 4rem 2rem 4rem 8rem;
  }
  .u-list__img {
    width: 14rem;
    left: -4rem;
  }
  .u-satisfaction__flex {
    flex-direction: column;
    gap: 5rem;
  }
  .u-satisfaction__item {
    width: 100%;
  }
  .u-satisfaction__item:nth-child(1) {
    padding: 0;
  }
  .u-satisfaction__item:nth-child(2) {
    padding: 0;
    text-align: center;
  }
  .bottom-annotation li + li {
    margin-top: 1rem;
  }
  .c-floatbnr {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
  }
  .pagetop {
    bottom: 16rem;
  }
  .u-sort__wrapper {
    max-height: 70vh;
  }
  .c-table02 {
    border-top: 2px solid var(--c-green2);
  }
  .c-table02 thead {
    display: none;
  }
  .c-table02 th {
    width: 100%;
    display: block;
    border-top: none;
  }
  .c-table02 td {
    width: 100%;
    display: block;
    border-top: none;
  }
}
.u-boxshadow {
  box-shadow: 0 0 2.5rem rgba(194, 224, 231, 0.2);
}

.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

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