@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: 45%;
  }
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
}

#kinpac {
  width: 100%;
}
#kinpac.kinpac-contact {
  background-color: #f5f5f1;
}
#kinpac.detail .contact {
  padding-bottom: 8rem;
}
#kinpac ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#kinpac a {
  text-decoration: none;
  color: #3b3938;
}
#kinpac img {
  max-width: 100%;
}
#kinpac em {
  font-style: normal;
}
#kinpac .view-pc {
  display: none;
}
@media (min-width: 768px) {
  #kinpac .view-pc {
    display: block;
  }
}
#kinpac .view-sp {
  display: block;
}
@media (min-width: 768px) {
  #kinpac .view-sp {
    display: none;
  }
}
#kinpac .u-shadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 0.8rem;
}
#kinpac .u-num {
  font-family: "Century Gothic", Futura, YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-feature-settings: "palt";
}
#kinpac .l-inner {
  width: 1080px;
  max-width: 100%;
  position: relative;
  margin: auto;
}
@media (max-width: 768px) {
  #kinpac .l-inner {
    padding: 0 2.4rem;
  }
}
#kinpac .l-inner--m {
  width: 1280px;
  max-width: 100%;
  position: relative;
  margin: auto;
}
@media (max-width: 768px) {
  #kinpac .l-inner--m {
    padding: 0 2.4rem;
  }
}
#kinpac .l-inner--l {
  width: 1400px;
  max-width: 100%;
  position: relative;
  margin: auto;
}
@media (max-width: 768px) {
  #kinpac .l-inner--l {
    padding: 0 2.4rem;
  }
}
#kinpac .l-title-lead {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: Roboto, "Open Sans", "Helvetica Neue", sans-serif;
}
#kinpac .l-title-lead::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../../assets/img/knpc_ic_lead.svg) no-repeat center center/contain;
  margin-right: 0.8rem;
}
#kinpac .l-title-lead-white::before {
  background: url(../../assets/img/knpc_ic_lead_w.svg) no-repeat center center/contain;
}
#kinpac .l-title h2 {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 2.4rem;
}
#kinpac .c-pack-list-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.4rem;
}
#kinpac .c-pack-list-head-total {
  display: flex;
  align-items: center;
}
#kinpac .c-pack-list-head-total p {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}
#kinpac .c-pack-list-head-total p span {
  font-size: 4rem;
  color: #f3c517;
}
#kinpac .c-pack-list-head-total em {
  background-color: #f3c517;
  padding: 0.8rem 1.6rem;
  border-radius: 20rem;
  margin-left: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #kinpac .c-pack-list-head-total {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  #kinpac .c-pack-list-head-total p {
    width: 100%;
  }
  #kinpac .c-pack-list-head-total em {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  #kinpac .c-pack-list-head-price {
    margin-top: 2.4rem;
    width: 100%;
  }
}
#kinpac .c-pack-list-head-price p {
  line-height: 1;
  border-bottom: 1px solid #3b3938;
  padding-bottom: 0.8rem;
}
#kinpac .c-pack-list-head-price p em {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 0 0.4rem;
}
#kinpac .c-pack-list-head-price p em span {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #kinpac .c-pack-list-head-support {
    position: absolute;
    right: 2rem;
    top: 14rem;
  }
}
#kinpac .c-pack-list-head-support > img {
  margin-bottom: 1.2rem;
  width: 100%;
}
@media (max-width: 768px) {
  #kinpac .c-pack-list-head-support > img {
    width: 116px;
  }
}
#kinpac .c-pack-list-head-support div {
  display: flex;
  align-items: center;
}
#kinpac .c-pack-list-head-support div img {
  margin-right: 0.4rem;
}
@media (max-width: 768px) {
  #kinpac .c-pack-list-head-support div {
    display: block;
    text-align: center;
  }
}
#kinpac .c-pack-list-note {
  font-size: 1.2rem;
  margin-top: 2.4rem;
}
#kinpac .c-pack-list-note p {
  text-indent: -1rem;
  padding-left: 1rem;
  font-feature-settings: "palt";
}
#kinpac .c-pack-list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kinpac .c-pack-list-item-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
#kinpac .c-pack-list-item-inner-name {
  width: calc(100% - 12rem);
}
#kinpac .c-pack-list-item-inner-name b {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #kinpac .c-pack-list-item-inner-name {
    width: 100%;
  }
}
#kinpac .c-pack-list-item-inner-price {
  width: 12rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#kinpac .c-pack-list-item-inner-price p {
  font-family: "Century Gothic", Futura, YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
}
#kinpac .c-pack-list-item-inner-price p span {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.2rem;
  margin-left: 0.2rem;
}
@media (max-width: 768px) {
  #kinpac .c-pack-list-item-inner-price {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }
}
#kinpac .c-pack-list-item li {
  margin-bottom: 1.6rem;
  width: calc(50% - 0.8rem);
  /*
          background-color: $base-color;
  padding: 1.6rem;
  box-sizing: border-box;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  bottom: 0;
  img {
    width: 5.6rem;
    height: 5.6rem;
  }
  & > div {
    margin-left: 1.6rem;
    b {
      font-weight: bold;
      margin-bottom: 1.2rem;
      line-height: 1;
      display: block;
      @media (max-width: 768px) {
        margin-bottom: 0.8rem;
      }
    }
    div {
      font-size: 1rem;
      & > span {
        background-color: #fff;
        padding: 0.6rem 1.2rem;
        border-radius: 2rem;
        margin-right: 0.4rem;
        display: inline-block;
        @media (max-width: 768px) {
          margin-bottom: 0.4rem;
          padding: 0.3rem 0.6rem;
          margin-right: 0.2rem;
        }
      }
    }
  }
  &.tag-it {
    &::before {
      content: "";
      display: inline-block;
      width: 8.8rem;
      height: 2rem;
      background: url(../../assets/img/knpk_tag_it.svg) no-repeat center
        center / contain;
      position: absolute;
      right: 1rem;
      top: 1rem;
    }
  }
    */
}
@media (max-width: 768px) {
  #kinpac .c-pack-list-item li {
    width: 100%;
  }
}
#kinpac .c-pack-list-item li a {
  background-color: #f5f5f1;
  padding: 1.6rem;
  box-sizing: border-box;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  bottom: 0;
}
#kinpac .c-pack-list-item li a:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  bottom: 0.4rem;
}
#kinpac .c-pack-list-item li a img {
  width: 5.6rem;
  height: 5.6rem;
}
#kinpac .c-pack-list-item li a > div {
  margin-left: 1.6rem;
}
#kinpac .c-pack-list-item li a > div b {
  font-weight: bold;
  margin-bottom: 1.2rem;
  line-height: 1;
  display: block;
}
@media (max-width: 768px) {
  #kinpac .c-pack-list-item li a > div b {
    margin-bottom: 0.8rem;
  }
}
#kinpac .c-pack-list-item li a > div div {
  font-size: 1rem;
}
#kinpac .c-pack-list-item li a > div div span {
  background-color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 1rem;
  margin-right: 0.4rem;
}
@media (max-width: 768px) {
  #kinpac .c-pack-list-item li a > div div span {
    margin-bottom: 0.4rem;
    padding: 0.3rem 0.6rem;
    margin-right: 0.2rem;
  }
}
#kinpac .c-pack-list-item li a.tag-it::before {
  content: "";
  display: inline-block;
  width: 8.8rem;
  height: 2rem;
  background: url(../../assets/img/knpk_tag_it.svg) no-repeat center center/contain;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
#kinpac .main-nav {
  background-color: #3b3938;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 1.6rem;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  #kinpac .main-nav {
    height: 64px;
  }
}
#kinpac .main-nav .logo {
  transition: all 0.3s ease;
}
#kinpac .main-nav .logo:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  #kinpac .main-nav .logo img {
    width: 30rem;
    display: block;
  }
}
#kinpac .main-nav .menu {
  display: flex;
  align-items: center;
}
#kinpac .main-nav .menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#kinpac .main-nav .menu ul li {
  margin-right: 3.2rem;
}
#kinpac .main-nav .menu .contact-button a {
  font-weight: bold;
  background-color: #f3c517;
  color: #3b3938;
  width: 14rem;
  height: 4.8rem;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
#kinpac .main-nav .menu .contact-button a:hover {
  background-color: #fff;
  color: #3b3938;
}
#kinpac .main-nav a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
#kinpac .main-nav a:hover {
  color: #f3c517;
}
#kinpac .main-visual {
  overflow: hidden;
}
#kinpac .main-visual-inner {
  height: 454px;
  padding: 0;
  width: 1400px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}
#kinpac .main-visual-inner .chara01 {
  position: absolute;
  left: 1.6rem;
  bottom: -1.6rem;
  z-index: 0;
  height: 400px;
}
#kinpac .main-visual-inner .chara02 {
  position: absolute;
  right: 1.6rem;
  bottom: -1.6rem;
  z-index: 0;
  height: 400px;
}
@media (max-width: 768px) {
  #kinpac .main-visual-inner {
    height: auto;
    padding: 8rem 2.4rem 16rem;
  }
  #kinpac .main-visual-inner .chara01,
  #kinpac .main-visual-inner .chara02 {
    height: auto;
    width: 50vw;
  }
  #kinpac .main-visual-inner .chara01 {
    left: -1.6rem;
  }
  #kinpac .main-visual-inner .chara02 {
    right: -4rem;
  }
}
#kinpac .main-visual-text {
  z-index: 1;
}
#kinpac .main-visual-text h1 {
  margin-bottom: 4.8rem;
}
#kinpac .main-visual-text div {
  text-align: center;
  font-size: 2.6rem;
}
#kinpac .main-visual-text div span {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #kinpac .main-visual-text div span:nth-of-type(2) {
    display: block;
  }
}
#kinpac .main-visual-lineup {
  width: 100%;
  padding: 2.4rem 0;
  background-color: #f5f5f1;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#kinpac .main-visual-lineup .lineup-title {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  position: relative;
}
#kinpac .main-visual-lineup .lineup-title::before {
  content: "＼";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  font-size: 2.4rem;
  position: relative;
  top: -1.6rem;
  left: -0.4rem;
}
#kinpac .main-visual-lineup .lineup-title::after {
  content: "／";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  font-size: 2.4rem;
  position: relative;
  top: -1.6rem;
}
#kinpac .main-visual-lineup .lineup-title a {
  position: absolute;
  right: -11rem;
  border-radius: 2rem;
  background-color: #fff;
  padding: 1rem 1.6rem;
  font-size: 1.2rem;
  line-height: 1;
  transition: all 0.3s ease;
  font-weight: bold;
}
#kinpac .main-visual-lineup .lineup-title a:hover {
  background-color: #3b3938;
  color: #fff;
}
#kinpac .main-visual-lineup .lineup-list li {
  width: 10rem;
  text-align: center;
  font-size: 1.2rem;
  color: #666464;
}
#kinpac .main-visual-lineup .lineup-list li span {
  font-size: 1.4rem;
  line-height: 1.2;
  display: block;
  word-break: keep-all;
  color: #3b3938;
  white-space: nowrap;
}
#kinpac .main-visual-lineup .lineup-list li img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #kinpac .main-visual-lineup {
    padding: 5.6rem 0 2.4rem;
  }
}
#kinpac .itsupport {
  background-color: #f3c517;
  height: 8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #kinpac .itsupport {
    height: auto;
    padding: 1.6rem 0;
  }
}
#kinpac .itsupport-inner {
  width: 1400px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#kinpac .itsupport-tag {
  border: 1px solid #3b3938;
  padding: 0.8rem 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 1.6rem;
  border-radius: 0.8rem;
}
#kinpac .itsupport-tag span {
  font-size: 2.4rem;
  font-family: "Century Gothic", Futura, YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  margin: 0 0.4rem;
}
#kinpac .itsupport-logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #424242;
  font-size: 2.4rem;
}
#kinpac .itsupport-logo img {
  margin-right: 0.4rem;
}
#kinpac .intro {
  background-color: #3b3938;
  color: #fff;
}
#kinpac .intro-block {
  padding-top: 8rem;
  padding-bottom: 2.4rem;
}
@media (max-width: 768px) {
  #kinpac .intro-block {
    padding-bottom: 36rem;
  }
}
#kinpac .intro-title {
  text-align: center;
  margin-bottom: 4rem;
}
#kinpac .intro-title b {
  font-size: 3.2rem;
  margin-bottom: 4rem;
  display: block;
  line-height: 1;
}
#kinpac .intro-title p {
  background-color: #fff;
  color: #3b3938;
  font-size: 2rem;
  margin-bottom: 0.8rem;
  padding: 0.8rem 2.4rem;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#kinpac .intro-title p span {
  color: #f3c517;
}
#kinpac .intro-chara {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 4rem;
  z-index: 2;
}
@media (max-width: 768px) {
  #kinpac .intro-chara {
    top: 32rem;
  }
}
@media (max-width: 768px) {
  #kinpac .intro-text {
    position: relative;
  }
}
#kinpac .intro-text-item {
  background-color: #f3c517;
  line-height: 1.75;
  display: inline-block;
  padding: 1.6rem 2.4rem;
  border-radius: 0.6rem;
  color: #3b3938;
  font-weight: bold;
  text-align: center;
  position: absolute;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
#kinpac .intro-text-item:nth-of-type(1) {
  animation: float 3s ease-in-out infinite;
}
#kinpac .intro-text-item:nth-of-type(2) {
  animation: float 3s ease-in-out infinite 0.75s;
}
#kinpac .intro-text-item:nth-of-type(3) {
  animation: float 3s ease-in-out infinite 1.5s;
}
#kinpac .intro-text-item:nth-of-type(4) {
  animation: float 3s ease-in-out infinite 2.25s;
}
#kinpac .intro-text-item:nth-of-type(1) {
  left: calc(50% - 420px);
  bottom: 14rem;
}
#kinpac .intro-text-item:nth-of-type(2) {
  left: calc(50% - 340px);
  bottom: 1rem;
}
#kinpac .intro-text-item:nth-of-type(3) {
  left: calc(50% + 200px);
  bottom: 11rem;
  min-width: 340px;
}
#kinpac .intro-text-item:nth-of-type(4) {
  left: calc(50% + 160px);
  bottom: 0rem;
  min-width: 320px;
}
@media (max-width: 768px) {
  #kinpac .intro-text-item {
    position: relative;
  }
  #kinpac .intro-text-item:nth-of-type(1), #kinpac .intro-text-item:nth-of-type(2), #kinpac .intro-text-item:nth-of-type(3), #kinpac .intro-text-item:nth-of-type(4) {
    left: inherit;
    bottom: inherit;
    margin: 0 auto;
    min-width: inherit;
    position: absolute;
  }
  #kinpac .intro-text-item:nth-of-type(1) {
    left: 0;
    top: 0;
  }
  #kinpac .intro-text-item:nth-of-type(2) {
    right: 0;
    top: 2rem;
  }
  #kinpac .intro-text-item:nth-of-type(3) {
    left: 0;
    top: 10rem;
  }
  #kinpac .intro-text-item:nth-of-type(4) {
    right: 0;
    top: 20rem;
  }
}
#kinpac .answer {
  background-color: #fff;
  padding-top: 5.6rem;
  padding-bottom: 2.4rem;
}
#kinpac .answer .l-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
#kinpac .answer-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: bold;
}
#kinpac .answer-title img {
  margin: 0 16px 0 0;
  width: 387px;
  max-width: 100%;
}
@media (max-width: 768px) {
  #kinpac .answer-title img {
    margin: 0;
  }
}
#kinpac .answer-title span {
  position: relative;
  top: 3.2rem;
}
@media (max-width: 768px) {
  #kinpac .answer-title span {
    top: 0;
    margin: 4rem 0;
  }
}
#kinpac .triangle-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 5%;
  position: relative;
  overflow: hidden;
}
#kinpac .triangle {
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 5vw solid #3b3938;
}
@media (max-width: 768px) {
  #kinpac .triangle-wrapper {
    padding-bottom: 10%;
  }
  #kinpac .triangle {
    border-top: 10vw solid #3b3938;
  }
}
#kinpac .about {
  padding-top: 5.6rem;
  padding-bottom: 12rem;
}
#kinpac .about .l-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#kinpac .about-title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}
#kinpac .about-title p {
  font-size: 1.6rem;
  line-height: 1.75;
}
#kinpac .about-img {
  position: relative;
  left: 3.2rem;
}
@media (max-width: 768px) {
  #kinpac .about-img {
    left: 0;
    margin: 4rem 0;
  }
}
#kinpac .about-img img:nth-of-type(1) {
  z-index: 1;
}
#kinpac .about-img img:nth-of-type(2) {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 120%;
  transform: translate(-50%, -50%);
}
#kinpac .feature {
  background-color: #f5f5f1;
  padding-top: 8rem;
  padding-bottom: 4rem;
}
#kinpac .feature .feature-item {
  margin-bottom: 6.4rem;
}
#kinpac .feature .feature-item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  #kinpac .feature .feature-item ul {
    justify-content: center;
  }
  #kinpac .feature .feature-item ul li {
    width: 46%;
    margin: 2%;
  }
  #kinpac .feature .feature-item ul li img {
    width: 100%;
  }
}
#kinpac .feature .feature-item h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
#kinpac .feature .feature-item h3 span {
  font-size: 3.2rem;
  position: relative;
  z-index: 2;
  margin: 0 2rem;
  display: inline-block;
  line-height: 1.25;
}
@media (max-width: 768px) {
  #kinpac .feature .feature-item h3 span {
    margin: 0 2rem 1.6rem;
  }
}
#kinpac .feature .feature-item h3 span::before {
  content: "";
  display: inline-block;
  width: calc(100% + 1.6rem);
  height: 1.6rem;
  background-color: #f3c517;
  position: absolute;
  left: -0.8rem;
  bottom: -0.4rem;
  z-index: -1;
}
#kinpac .feature .feature-item__wrap {
  background-color: #fff;
  padding: 3.5rem 3.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  #kinpac .feature .feature-item__wrap {
    padding: 1.6rem 1.6rem 3.2rem;
  }
}
#kinpac .feature .feature-item__wrap ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  width: 100%;
}
@media (max-width: 768px) {
  #kinpac .feature .feature-item__wrap ul li {
    width: 100%;
  }
}
#kinpac .howto {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
#kinpac .howto-item {
  margin-bottom: 6.4rem;
}
#kinpac .howto-step {
  position: relative;
}
#kinpac .howto-step::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: calc(100% - 300px);
  background-color: #3b3938;
  position: absolute;
  left: 3rem;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #kinpac .howto-step::before {
    height: calc(100% - 340px);
  }
}
#kinpac .howto-step h3 {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
}
#kinpac .howto-step h3 img {
  margin-right: 0.8rem;
}
@media (max-width: 768px) {
  #kinpac .howto-step h3 img {
    width: 6.4rem;
  }
}
#kinpac .howto-step h3 span {
  color: #f3c517;
}
#kinpac .howto-step-inner {
  padding-left: 6.4rem;
  margin-bottom: 4rem;
}
#kinpac .howto-step-sub {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 2.4rem;
  margin-bottom: 5.6rem;
}
#kinpac .howto-step-sub-text {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 3rem;
  background-color: #f3c517;
  border-radius: 1.6rem 0 0 1.6rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  #kinpac .howto-step-sub-text {
    width: 100%;
    border-radius: 1.6rem 1.6rem 0 0;
  }
}
#kinpac .howto-step-sub-text a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
}
#kinpac .howto-step-sub-text a img {
  margin-left: 0.4rem;
}
#kinpac .howto-step-sub-text b {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 2.4rem;
}
#kinpac .howto-step-sub-img {
  width: 50%;
  box-sizing: border-box;
  padding: 2.4rem;
  background-color: #f5f5f1;
  border-radius: 0 1.6rem 1.6rem 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #kinpac .howto-step-sub-img {
    width: 100%;
    border-radius: 0 0 1.6rem 1.6rem;
  }
}
#kinpac .howto-step-sub-img img {
  height: 12rem;
}
#kinpac .howto-step-option {
  margin-top: 2.4rem;
  margin-bottom: 5.6rem;
}
#kinpac .howto-step-option-item {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kinpac .howto-step-option-item li {
  width: calc(33.333% - 1.2rem);
  margin-bottom: 2.4rem;
  padding: 2.4rem;
  background-color: #f5f5f1;
  border-radius: 1.6rem;
}
@media (max-width: 768px) {
  #kinpac .howto-step-option-item li {
    width: 100%;
  }
}
#kinpac .howto-step-option-item li b {
  font-weight: bold;
  display: flex;
  align-items: center;
}
#kinpac .howto-step-option-item li b::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/knpc_ic_extension.svg) no-repeat center center/contain;
  margin-right: 0.8rem;
}
#kinpac .howto-step-option-item li b span {
  font-size: 1.2rem;
}
#kinpac .howto-step-option-item li p {
  font-size: 1.4rem;
  line-height: 1.75;
}
#kinpac .howto-step-license {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 2.4rem;
  margin-bottom: 5.6rem;
}
#kinpac .howto-step-license-text {
  width: 55%;
  height: 100%;
  box-sizing: border-box;
  padding: 3rem;
  background-color: #f3c517;
  border-radius: 1.6rem 0 0 1.6rem;
}
@media (max-width: 768px) {
  #kinpac .howto-step-license-text {
    width: 100%;
    border-radius: 1.6rem 1.6rem 0 0;
  }
}
#kinpac .howto-step-license-text b {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1.6rem;
}
#kinpac .howto-step-license-text p {
  line-height: 1.75;
}
#kinpac .howto-step-license-img {
  background-color: #f5f5f1;
  width: 45%;
  box-sizing: border-box;
  padding: 3rem;
  background-color: #f5f5f1;
  border-radius: 0 1.6rem 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #kinpac .howto-step-license-img {
    width: 100%;
    border-radius: 0 0 1.6rem 1.6rem;
  }
}
#kinpac .case {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f5f5f1;
}
#kinpac .case .l-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#kinpac .case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kinpac .case-list li {
  width: 408px;
  padding: 2.4rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#kinpac .case-list li:last-child {
  margin-left: 3.2rem;
}
@media (max-width: 768px) {
  #kinpac .case-list li:last-child {
    margin-left: 0;
    margin-top: 2.4rem;
  }
}
#kinpac .case-list li > img {
  display: block;
  height: 6rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 768px) {
  #kinpac .case-list li {
    width: 100%;
  }
}
#kinpac .case-list-title {
  border-top: 1px solid #3b3938;
  border-bottom: 1px solid #3b3938;
  padding: 1.2rem 0;
  margin: 2.4rem 0;
}
#kinpac .case-list-title b {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.6rem;
}
#kinpac .case-list-title p {
  font-size: 1.4rem;
}
#kinpac .case-list-text span {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
#kinpac .case-list-text p {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
#kinpac .case-list-text > div {
  background-color: #f5f5f1;
  border-radius: 0.8rem;
  padding: 1.6rem;
}
#kinpac .case-list-text-app {
  display: flex;
  align-items: center;
  background-color: #fff;
  font-size: 2rem;
  padding: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
#kinpac .case-list-text-app img {
  width: 4rem;
  height: 4rem;
  margin-right: 1.2rem;
}
#kinpac .qa {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#kinpac .qa .qa-list {
  margin: 0 auto;
}
#kinpac .qa .qa-item {
  border-bottom: 1px solid #ddd;
  transition: all 0.3s ease;
}
#kinpac .qa .qa-question {
  position: relative;
  padding: 2rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#kinpac .qa .qa-question p {
  margin: 0;
  width: calc(100% - 4rem);
}
@media (max-width: 768px) {
  #kinpac .qa .qa-question p {
    width: calc(100% - 6.4rem);
  }
}
#kinpac .qa .qa-toggle {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #f3c517;
  border-radius: 0.4em;
  padding: 0.4em;
  box-sizing: border-box;
}
#kinpac .qa .qa-toggle::before,
#kinpac .qa .qa-toggle::after {
  content: "";
  position: absolute;
  background-color: #333;
  transition: transform 0.3s ease;
}
#kinpac .qa .qa-toggle::before {
  width: 1.4rem;
  height: 2px;
  top: 1.6rem;
  left: 0.9rem;
}
#kinpac .qa .qa-toggle::after {
  width: 2px;
  height: 1.4rem;
  left: 1.5rem;
  top: 1rem;
}
#kinpac .qa .qa-item.active .qa-toggle::after {
  transform: rotate(90deg);
}
#kinpac .qa .qa-answer {
  transition: all 0.3s ease;
  display: none;
  opacity: 0;
  padding: 0 0 2rem;
}
#kinpac .qa .qa-item.active .qa-answer {
  display: block;
  opacity: 1;
}
#kinpac .qa .qa-answer p {
  margin: 0;
}
#kinpac .qa-list {
  margin-bottom: 4rem;
}
#kinpac .qa-item {
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.75;
}
#kinpac .qa-question {
  position: relative;
  cursor: pointer;
  padding: 2.4rem 0;
  font-size: 1.6rem;
}
#kinpac .qa-question p {
  display: flex;
  align-items: center;
  width: calc(100% - 8rem);
}
#kinpac .qa-question i {
  display: inline-block;
  margin-right: 0.8rem;
  width: 3.4rem;
  height: 2.4rem;
  background: url(../../assets/img/knpc_ic_q.svg) no-repeat center center/contain;
}
#kinpac .qa-answer {
  position: relative;
  cursor: pointer;
  padding: 2.4rem 0;
  font-size: 1.6rem;
}
#kinpac .qa-answer p {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 4.2rem;
}
#kinpac .qa-answer p::before {
  content: "";
  display: inline-block;
  margin-right: 0.8rem;
  width: 3.4rem;
  height: 2.4rem;
  background: url(../../assets/img/knpc_ic_a.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 0;
}
#kinpac .company {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #3b3938;
  color: #fff;
}
#kinpac .company-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#kinpac .company-inner-text {
  display: flex;
  flex-wrap: wrap;
  width: 52%;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  #kinpac .company-inner-text {
    width: 100%;
    margin-bottom: 4rem;
  }
}
#kinpac .company-inner-text dt {
  font-weight: bold;
  padding: 4rem 0;
  border-top: 1px solid #fff;
  width: 124px;
}
@media (max-width: 768px) {
  #kinpac .company-inner-text dt {
    padding: 2rem 0;
  }
}
#kinpac .company-inner-text dd {
  padding: 4rem 0;
  border-top: 1px solid #fff;
  width: calc(100% - 124px);
}
@media (max-width: 768px) {
  #kinpac .company-inner-text dd {
    padding: 2rem 0;
  }
}
#kinpac .company-inner-value {
  width: 40%;
}
@media (max-width: 768px) {
  #kinpac .company-inner-value {
    width: 100%;
  }
}
#kinpac .company-inner-value dt {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
#kinpac .company-inner-value dt::before {
  content: "";
  display: inline-block;
  margin-right: 0.8rem;
  width: 2rem;
  height: 2rem;
  background: url(../../assets/img/knpc_ic_value.svg) no-repeat center center/contain;
}
#kinpac .company-inner-value dd {
  margin-bottom: 4.8rem;
}
#kinpac .company-inner-value dd ul {
  display: flex;
  justify-content: space-between;
}
#kinpac .company-inner-value dd ul li {
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #kinpac .company-inner-value dd ul li {
    margin: 0 1.6rem;
  }
}
#kinpac .company-inner-award {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#kinpac .company-inner-award li {
  width: calc(50% - 1.6rem);
  text-align: center;
  font-size: 1.4rem;
}
#kinpac .news {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#kinpac .news-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #dceabd;
  padding: 2.4rem 0;
}
#kinpac .news-item-date {
  font-size: 1.6rem;
  width: 12rem;
  font-weight: 200;
}
#kinpac .news-item-title {
  font-size: 1.6rem;
  width: calc(100% - 12rem);
  text-align: left;
}
#kinpac .news-item-title a {
  text-decoration: underline;
  margin: 0 0.4rem;
}
#kinpac .news-item:last-child {
  border-bottom: 1px solid #dceabd;
}
#kinpac .contact {
  padding-top: 8rem;
  padding-bottom: 10.4rem;
  background-color: #f3c517;
}
#kinpac .contact .l-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#kinpac .contact-title h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}
#kinpac .contact-inner p {
  text-align: center;
  margin-bottom: 1.6rem;
}
#kinpac .contact-inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3b3938;
  border-radius: 8rem;
  padding: 3.2rem;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  transition: all 0.3s ease;
}
#kinpac .contact-inner a img {
  margin-left: 4.8rem;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}
#kinpac .contact-inner a:hover {
  color: #f3c517;
}
#kinpac .contact-inner a:hover img {
  left: 0.8rem;
}
#kinpac .footer {
  width: calc(100% - 9.6rem);
  margin: 0 auto;
  padding: 4.8rem;
  background-color: #3b3938;
  border-radius: 2.4rem;
  color: #fff;
  position: relative;
  top: -4.8rem;
}
@media (max-width: 768px) {
  #kinpac .footer {
    padding: 4rem 2.4rem;
  }
}
#kinpac .footer-inner {
  max-width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#kinpac .footer-inner-logo img {
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  #kinpac .footer-inner-logo {
    margin-bottom: 4rem;
  }
}
#kinpac .footer-inner-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 620px;
  max-width: 100%;
}
@media (max-width: 768px) {
  #kinpac .footer-inner-menu ul {
    width: 100%;
  }
}
#kinpac .footer-inner-menu ul li {
  width: calc(33.333% - 1.6rem);
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  #kinpac .footer-inner-menu ul li {
    width: calc(50% - 1.6rem);
  }
}
#kinpac .footer-inner-menu ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  color: #fff;
}
#kinpac .footer-inner-menu ul li a:hover {
  opacity: 0.8;
}
#kinpac .footer-inner-menu ul li a::before {
  content: "";
  display: inline-block;
  margin-right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../assets/img/knpc_ic_lead_w.svg) no-repeat center center/contain;
}
#kinpac .footer-inner-submenu {
  margin-top: 2.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#kinpac .footer-inner-submenu small {
  font-size: 1.2rem;
}
#kinpac .footer-inner-submenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kinpac .footer-inner-submenu ul li {
  margin-left: 1.6rem;
}
#kinpac .footer-inner-submenu ul li a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: underline;
}
#kinpac .breadcrumb {
  background-color: #f3c517;
  color: #3b3938;
  display: flex;
  align-items: center;
  padding: 0.8rem 1.6rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#kinpac .breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
#kinpac .breadcrumb-list li {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#kinpac .breadcrumb-list li h1 {
  font-size: 1.4rem;
  font-weight: normal;
}
#kinpac .breadcrumb-list li a {
  color: #3b3938;
}
#kinpac .breadcrumb-list li:first-child::before {
  content: "";
  display: inline-block;
  margin-right: 0.8rem;
  width: 2rem;
  height: 2rem;
  background: url(../../assets/img/knpc_detail_ic_home.svg) no-repeat center center/contain;
}
#kinpac .breadcrumb-list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin: 0 1rem;
  width: 0.6rem;
  height: 1rem;
  background: url(../../assets/img/knpc_detail_ic_arrow_bread.svg) no-repeat center center/contain;
}
#kinpac .p-contact__inner {
  padding: 8rem 0;
}
#kinpac .p-contact .l-title {
  text-align: center;
}
#kinpac .p-contact .l-title-lead {
  justify-content: center;
}
#kinpac .p-contact__title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
#kinpac .p-contact__block {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 4rem;
  width: 760px;
  max-width: 100%;
  margin: 4rem auto;
  position: relative;
}
#kinpac .p-contact__block__complete {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}
#kinpac .p-contact__block__complete h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6rem;
}
#kinpac .p-contact__block__complete p {
  font-size: 1.6rem;
  text-align: center;
}
#kinpac .p-contact__block img {
  height: 260px;
  position: absolute;
}
#kinpac .p-contact__block img.chara01 {
  left: -2rem;
  bottom: 0;
}
#kinpac .p-contact__block img.chara02 {
  right: -3rem;
  bottom: 0;
}
#kinpac .p-contact .contact-detail-record {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
  border-bottom: 1px dotted #b0acaa;
}
#kinpac .p-contact .contact-detail-record--multiple {
  align-items: flex-start;
}
#kinpac .p-contact .contact-detail-record:nth-of-type(1) {
  padding-top: 0;
}
#kinpac .p-contact .contact-detail-record-title {
  width: 24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.2rem;
}
#kinpac .p-contact .contact-detail-record-title .required {
  color: #ff0000;
}
#kinpac .p-contact .contact-detail-record-title .optional {
  color: #b0acaa;
}
#kinpac .p-contact .contact-detail-record-title--required {
  width: 24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.2rem;
}
#kinpac .p-contact .contact-detail-record-title--required .required {
  color: #ff0000;
}
#kinpac .p-contact .contact-detail-record-title--required .optional {
  color: #b0acaa;
}
#kinpac .p-contact .contact-detail-record-form {
  width: calc(100% - 24rem);
}
#kinpac .p-contact .contact-detail-record-form .error_blank:not(:empty),
#kinpac .p-contact .contact-detail-record-form .error_match:not(:empty) {
  background-color: #ff0000;
  color: #fff;
  padding: 0.8rem;
  border-radius: 0.4rem;
  margin: 0.4rem 0;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}
#kinpac .p-contact .contact-detail-record-form-wrap {
  width: 100%;
}
#kinpac .p-contact .contact-detail-record-form-wrap ul li input {
  height: auto;
}
#kinpac .p-contact .contact-detail-record-form-wrap ul li ul {
  margin-left: 2.2rem;
  margin-bottom: 1rem;
}
#kinpac .p-contact .contact-detail-record-form-wrap input,
#kinpac .p-contact .contact-detail-record-form-wrap select,
#kinpac .p-contact .contact-detail-record-form-wrap textarea {
  line-height: 1;
  border-radius: 0.6rem;
  padding: 0.6rem;
  border: 1px solid #b0acaa;
  width: auto;
}
#kinpac .p-contact .contact-detail-record-form-wrap input:-moz-placeholder, #kinpac .p-contact .contact-detail-record-form-wrap select:-moz-placeholder, #kinpac .p-contact .contact-detail-record-form-wrap textarea:-moz-placeholder {
  background-color: #f3f3f3;
}
#kinpac .p-contact .contact-detail-record-form-wrap input:placeholder-shown,
#kinpac .p-contact .contact-detail-record-form-wrap select:placeholder-shown,
#kinpac .p-contact .contact-detail-record-form-wrap textarea:placeholder-shown {
  background-color: #f3f3f3;
}
#kinpac .p-contact .contact-detail-record-form-wrap input::-moz-placeholder, #kinpac .p-contact .contact-detail-record-form-wrap select::-moz-placeholder, #kinpac .p-contact .contact-detail-record-form-wrap textarea::-moz-placeholder {
  color: #b0acaa;
}
#kinpac .p-contact .contact-detail-record-form-wrap input::placeholder,
#kinpac .p-contact .contact-detail-record-form-wrap select::placeholder,
#kinpac .p-contact .contact-detail-record-form-wrap textarea::placeholder {
  color: #b0acaa;
}
#kinpac .p-contact .contact-detail-record-form-wrap input[type=checkbox],
#kinpac .p-contact .contact-detail-record-form-wrap select[type=checkbox],
#kinpac .p-contact .contact-detail-record-form-wrap textarea[type=checkbox] {
  margin-right: 0.8rem;
}
#kinpac .p-contact .contact-detail-record-form-wrap input,
#kinpac .p-contact .contact-detail-record-form-wrap selexct {
  height: 3.2rem;
}
#kinpac .p-contact .contact-detail-record-form-wrap textarea {
  width: 100%;
}
#kinpac .p-contact .personal-information-policy {
  background-color: #f5f5f1;
  color: #3b3938;
  padding: 1.6rem;
  border-radius: 0.6rem;
  margin: 2.4rem 0 4.8rem;
}
#kinpac .p-contact .personal-information-policy__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#kinpac .p-contact .personal-information-policy__inner {
  font-size: 1.4rem;
}
#kinpac .p-contact .personal-information-policy__text {
  margin-bottom: 1rem;
}
#kinpac .p-contact .personal-information-policy__text a {
  text-decoration: underline;
  margin: 0 0.4rem;
}
#kinpac .p-contact .personal-information-policy__list {
  margin-bottom: 1rem;
}
#kinpac #form_submit {
  text-align: center;
}
#kinpac #form_submit span {
  display: block;
  font-size: 1.4rem;
  margin-top: 1.6rem;
  font-weight: bold;
}
#kinpac #form_submit_button {
  width: 380px;
  max-width: 100%;
  background: #3b3938 url(../../assets/img/knpk_ic_contact.svg) no-repeat calc(100% - 2.4rem) center/4.8rem;
  color: #fff;
  padding: 3.2rem 3.2rem 3.2rem 4rem;
  border-radius: 6rem;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  transition: all 0.3s ease;
}
#kinpac #form_submit_button:hover {
  background: #3b3938 url(../../assets/img/knpk_ic_contact.svg) no-repeat calc(100% - 1.6rem) center/4.8rem;
  color: #f3c517;
}
#kinpac .p-pack-contents {
  background-color: #f5f5f1;
  padding: 8rem 0;
}
#kinpac .p-pack-contents-img {
  background-color: #fff;
  margin-bottom: 5.6rem;
  padding: 3.2rem 3.2rem 4.8rem;
}
@media (max-width: 768px) {
  #kinpac .p-pack-contents-img {
    padding: 3.2rem 3.2rem 0;
  }
}
#kinpac .p-pack-contents-img-thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kinpac .p-pack-contents-img h3 {
  text-align: center;
  font-size: 2.4rem;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}
#kinpac .p-pack-contents-img h3 span {
  font-size: 1.6rem;
}
#kinpac .p-pack-contents-img a {
  width: 49%;
  position: relative;
  box-sizing: border-box;
  border: 4px solid #f3c517;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  #kinpac .p-pack-contents-img a {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#kinpac .p-pack-contents-img a div {
  display: flex;
  align-items: center;
  border-radius: 6rem;
  background-color: #f3c517;
  padding: 1.6rem 2.4rem;
  font-weight: bold;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media (max-width: 768px) {
  #kinpac .p-pack-contents-img a div {
    bottom: 5rem;
  }
}
#kinpac .p-pack-contents-img a div img {
  margin-left: 0.8rem;
}
#kinpac .p-pack-contents-img a div:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
#kinpac .p-pack-contents-img a > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
  width: 100%;
  height: 300px;
}
@media (max-width: 768px) {
  #kinpac .p-pack-contents-img a > img {
    height: 180px;
  }
}
#kinpac .p-pack-contents-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 3rem;
  margin-bottom: 4.8rem;
}
#kinpac .p-pack-contents-list ul li {
  background-color: #fff;
  padding: 3.2rem;
  box-sizing: border-box;
  width: calc(33.333% - 20px);
  transition: background-color 0.3s ease;
}
#kinpac .p-pack-contents-list ul li:hover .p-pack-contents-list-link {
  background-color: #3b3938;
  color: #f3c517;
}
#kinpac .p-pack-contents-list ul li em {
  font-size: 2.4rem;
  color: #c8a708;
  font-weight: bold;
  display: block;
  margin-bottom: 1.6rem;
  line-height: 1.4;
}
#kinpac .p-pack-contents-list ul li em span {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #kinpac .p-pack-contents-list ul li {
    width: 100%;
  }
}
#kinpac .p-pack-contents-list-title {
  display: flex;
}
#kinpac .p-pack-contents-list-title img {
  height: 5.6rem;
  width: 5.6rem;
  margin-right: 1.2rem;
}
#kinpac .p-pack-contents-list-link {
  background-color: #f3c517;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 6rem;
  padding: 1.2rem 2.4rem;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 2.4rem auto 0;
  transition: background-color 0.3s ease;
}
#kinpac .p-pack-contents-option {
  background-color: #fff;
}
#kinpac .p-pack-contents-option-title {
  background-color: #f3c517;
  padding: 1.6rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 0.8rem 0.8rem 0 0;
}
#kinpac .p-pack-contents-option-list {
  padding: 4rem;
  border-radius: 0 0 0.8rem 0.8rem;
}
#kinpac .p-pack-contents-option-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
#kinpac .p-pack-contents-option-list ul li {
  width: calc(25% - 15px);
}
@media (max-width: 768px) {
  #kinpac .p-pack-contents-option-list ul li {
    width: calc(50% - 8px);
  }
}
#kinpac .p-pack-contents .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadein 0.5s;
}
#kinpac .p-pack-contents .modal .modal-image-wrapper {
  height: 80vh;
  overflow-y: scroll;
}
#kinpac .p-pack-contents .modal .modal-image-wrapper > img {
  width: 70vw;
}
@media (max-width: 768px) {
  #kinpac .p-pack-contents .modal .modal-image-wrapper > img {
    width: 90vw;
  }
}
#kinpac .p-pack-contents .modal.active {
  display: flex;
}
#kinpac .p-pack-contents .modal img {
  max-width: 70vw;
}
#kinpac .p-pack-contents .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#kinpac .p-pack-price {
  background-color: #3b3938;
  padding: 8rem 0;
}
#kinpac .p-pack-price .l-title {
  color: #fff;
}
#kinpac .p-pack-price-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #kinpac .p-pack-price-list {
    flex-wrap: wrap;
  }
}
#kinpac .p-pack-price-list img {
  margin: 4rem;
}
#kinpac .p-pack-price-list-item {
  background-color: #fff;
  padding: 3.2rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#kinpac .p-pack-price-list-item span {
  border-radius: 6rem;
  font-weight: bold;
  padding: 1.6rem 3.2rem;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 2.4rem;
}
#kinpac .p-pack-price-list-item span i {
  font-style: normal;
  font-size: 1.2rem;
}
#kinpac .p-pack-price-list-item.initial > span {
  background-color: #f3c517;
}
#kinpac .p-pack-price-list-item.maintenance span {
  background-color: #eaeaea;
}
#kinpac .p-pack-price-list-item p {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 3.2rem;
}
#kinpac .p-pack-price-list-item p b {
  font-size: 7.2rem;
  display: inline-block;
  margin: 0 0.8rem;
  color: #f3c517;
}
#kinpac .p-pack-price-list-item p span {
  font-weight: bold;
  padding: 0;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
}
#kinpac .p-pack-price-list-item p::after {
  content: "（税抜）";
  display: inline;
  position: absolute;
  right: 0.8rem;
  top: 2.4rem;
  font-weight: normal;
  font-feature-settings: "palt";
  font-size: 1.2rem;
}
#kinpac .p-pack-price-list-item em {
  font-size: 1.6rem;
  display: inline-block;
  font-weight: bold;
  background-color: #f5f5f1;
  padding: 1.2rem 2.4rem;
  text-align: center;
  border-radius: 0.8rem;
}
#kinpac .p-pack-price-it {
  margin-top: 5.6rem;
}
#kinpac .p-pack-relation {
  padding: 8rem 0;
}
#kinpac .detail-header {
  padding: 4rem 0;
}
#kinpac .detail-header-title {
  margin-bottom: 3.2rem;
}
#kinpac .detail-header-title h1 {
  line-height: 1;
  font-size: 4.8rem;
  display: flex;
  align-items: flex-end;
}
#kinpac .detail-header-title h1 img {
  width: 6rem;
  height: 6rem;
  margin-right: 2.4rem;
}
#kinpac .detail-header-title h1 span {
  margin-left: 0.8rem;
  font-size: 3.2rem;
}
#kinpac .detail-header-text p {
  font-size: 2rem;
}
#kinpac .detail-menu {
  background: #3b3938;
  color: #fff;
  padding: 2rem 0 3rem;
  position: sticky;
  top: 5.6rem;
  z-index: 2;
}
@media (max-width: 768px) {
  #kinpac .detail-menu {
    top: 6.6rem;
  }
}
#kinpac .detail-menu-list {
  display: flex;
  justify-content: center;
}
#kinpac .detail-menu-list li {
  padding: 0 4.8rem;
  border-right: 2px solid #fff;
}
#kinpac .detail-menu-list li:last-of-type {
  border-right: 0;
}
@media (max-width: 768px) {
  #kinpac .detail-menu-list li {
    padding: 0 1rem;
  }
}
#kinpac .detail-menu-list li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
}
#kinpac .detail-menu-list li a::after {
  content: "";
  background: url(../../assets/img/knpc_detail_ic_arrow.svg) no-repeat center center/contain;
  display: inline-block;
  width: 1rem;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.6rem;
  transition: all 0.3s ease;
}
#kinpac .detail-menu-list li a:hover::after {
  bottom: -2rem;
}
#kinpac .it-shien-col {
  width: 100%;
  padding: 4rem;
  background: #f5f5f1;
}
#kinpac .it-shien-col .it-shien-col__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 24px;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__inner {
    flex-wrap: wrap;
    gap: 8vw 0;
    margin: 0 auto 4vw;
  }
}
#kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main {
  width: 560px;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main {
    width: 100%;
  }
}
#kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-head {
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-head {
    margin-bottom: 4vw;
  }
}
#kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-head .it-shien-col__main-balloon {
  display: inline-block;
  position: relative;
  background-color: rgb(255, 196, 0);
  margin: 0 0 24px;
  padding: 8px 24px;
  max-width: 100%;
  color: #1b1000;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-head .it-shien-col__main-balloon {
    display: block;
    margin: 0 auto 4vw;
    text-align: center;
  }
}
#kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-head .it-shien-col__main-balloon::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid rgb(255, 196, 0);
  z-index: 2;
}
#kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-head .it-shien-col__main-balloon::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  z-index: 1;
}
#kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-head .it-shien-col__main-title {
  display: flex;
  align-items: flex-end;
  gap: 0 8px;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-head .it-shien-col__main-title {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw 0;
  }
}
#kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-head .it-shien-col__main-title img {
  width: 330px;
  height: auto;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-head .it-shien-col__main-title img {
    width: 60vw;
  }
}
#kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-head .it-shien-col__main-title p {
  margin-top: -2px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-head .it-shien-col__main-title p {
    margin-top: 0;
  }
}
#kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-head .it-shien-col__main-title p span {
  font-size: 2.4rem;
}
#kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-lists li {
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: -1em;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-lists li {
    margin-bottom: 2vw;
  }
}
#kinpac .it-shien-col .it-shien-col__inner .it-shien-col__main .it-shien-col__main-lists li:last-of-type {
  margin-bottom: 0;
}
#kinpac .it-shien-col .it-shien-col__inner .it-shien-col__banner {
  display: block;
  width: 420px;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__inner .it-shien-col__banner {
    width: 100%;
  }
}
@media (hover: hover) {
  #kinpac .it-shien-col .it-shien-col__inner .it-shien-col__banner {
    transition: opacity ease-out 0.25s;
  }
  #kinpac .it-shien-col .it-shien-col__inner .it-shien-col__banner:hover {
    opacity: 0.8;
  }
}
#kinpac .it-shien-col .it-shien-col__inner .it-shien-col__banner img {
  width: 100%;
  height: auto;
}
#kinpac .it-shien-col .it-shien-col__example {
  width: 100%;
  margin: 0 auto;
}
#kinpac .it-shien-col .it-shien-col__example .it-shien-col__example-title {
  display: block;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__example .it-shien-col__example-title {
    margin-bottom: 2vw;
  }
}
#kinpac .it-shien-col .it-shien-col__example table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #1b1000;
}
#kinpac .it-shien-col .it-shien-col__example table tr {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #1b1000;
}
#kinpac .it-shien-col .it-shien-col__example table tr:last-of-type {
  border-bottom: 0;
}
#kinpac .it-shien-col .it-shien-col__example table tr th {
  width: 80%;
  padding: 12px 0;
  color: #1b1000;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #1b1000;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__example table tr th {
    display: block;
    width: 64%;
    padding: 2vw 0;
  }
}
#kinpac .it-shien-col .it-shien-col__example table tr th.price {
  width: 20%;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__example table tr th.price {
    width: 36%;
  }
}
#kinpac .it-shien-col .it-shien-col__example table tr th:last-of-type {
  border-left: 1px solid #1b1000;
}
#kinpac .it-shien-col .it-shien-col__example table tr td {
  display: flex;
  align-items: center;
  width: 80%;
  font-size: 14px;
  padding: 16px;
  color: #1b1000;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__example table tr td {
    flex-wrap: wrap;
    width: 64%;
    padding: 2vw;
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
#kinpac .it-shien-col .it-shien-col__example table tr td.price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 0 16px;
  font-size: 14px;
  text-align: center;
  line-height: 1.65;
  border-left: 1px solid #03316a;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__example table tr td.price {
    width: 36%;
    padding: 2vw;
    font-size: 3.5vw;
  }
}
#kinpac .it-shien-col .it-shien-col__example table tr.calculation td {
  padding: 20px 12px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #kinpac .it-shien-col .it-shien-col__example table tr.calculation td {
    padding: 4vw 2vw;
  }
}
#kinpac .it-shien-col .it-shien-col__example table tr.calculation td.title {
  font-size: 1.6rem;
}
#kinpac .it-shien-col .it-shien-col__example table tr.calculation:last-of-type {
  background-color: #f3c517;
}/*# sourceMappingURL=style_kinpac.css.map */