@charset "UTF-8";
.spOnly {
  display: block !important;
}
@media only screen and (min-width: 767px) {
  .spOnly {
    display: none !important;
  }
}

.pcOnly {
  display: none !important;
}
@media only screen and (min-width: 767px) {
  .pcOnly {
    display: block !important;
  }
}

#contentContainer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.is-hover{
  transition: 0.3s;
}
.is-hover:hover{
  opacity: 0.7;
  transition: 0.3s;
}

/*========================================
  wrapper
========================================*/
.kd-wrapper {
  font-feature-settings: "palt";
  letter-spacing: 2px;
  font-family: "Tazugane Gothic", "TazuganeGothicStdN-Book", sans-serif;
  font-display: swap;
  font-size: 16px;
  font-weight: normal;
  color: #222;
}

.kd-wrapper * {
  box-sizing: border-box;
}

.kd-wrapper img {
  height: auto;
  vertical-align: top;
  margin: 0 auto;
}

.kd-wrapper ul {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .kd-wrapper {
    font-size: 3.7vw;
    overflow-x: hidden;
  }
  .kd-wrapper .kd-ass__fig.kd-ass__top img {
    max-width: 180px;
  }
}

.jins-next-font{
  font-family: "jins_next", "JINS Next", "Noto Sans Japanese", sans-serif;
}

.kd-wrapper h1,
.kd-wrapper h2,
.kd-wrapper h3,
.kd-wrapper h4,
.kd-wrapper h5,
.kd-wrapper h6 {
  font-weight: 600;
}

.kd-wrapper b {
  font-weight: 600;
}

.kd-wrapper .is-en-hdr {
  line-height: 1.2;
  letter-spacing: 4px;
}

.kd-wrapper .is-en {
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .kd-wrapper .kd-hidden-ltSP {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .kd-wrapper .kd-hidden-gtTAB {
    display: none;
  }
}
/*========================================
  after
========================================*/
.kd-after {
  background: #f7f7f5;
  padding: 7.5em 0;
}

@media screen and (max-width: 767px) {
  .kd-after {
    padding: 17.0666666667vw 4vw 21.3333333333vw 4vw;
  }
}
.kd-after__hdr {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 1.875em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kd-after__hdr {
    margin-bottom: 2.6666666667vw;
    padding-bottom: 8vw;
  }
}
.kd-after__hdr::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #22AC38;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .kd-after__hdr::after {
    width: 10.6666666667vw;
  }
}
.kd-after__ttl {
  font-size: 36px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .kd-after__ttl {
    font-size: 6.4vw;
    line-height: 2 !important;
  }
}
.kd-after__ttl b {
  display: block;
  margin: 0 auto 0.625em auto;
  background: url("../img/after_ttl_icon.svg") 0 0/contain no-repeat;
  width: 224px;
  height: 48px;
  font-size: 14px;
  color: #22AC38;
  padding-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .kd-after__ttl b {
    padding-top: 1.0666666667vw;
    width: 59.7333333333vw;
    height: 12.8vw;
    font-size: 3.7vw;
  }
}
.kd-after__ttl2 {
  font-size: 24px;
  font-weight: 600;
  color: #22AC38;
}

.kd-after__ill {
  text-align: center;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 767px) {
  .kd-after__ill {
    margin-bottom: 2.6666666667vw;
  }
  .kd-after__ill img {
    width: 100%;
  }
}
.kd-ass {
  padding: 126px 0 155px;
  border-bottom: 6px solid #F7F7F5;
  background-color: #F7F7F5;
}

@media screen and (max-width: 767px) {
  .kd-ass {
    padding: 95px 4.1666666667vw 100px;
    border-width: 1.1111111111vw;
    border: none;
    margin-bottom: 82px;
  }
}
.kd-ass ul {
  padding: 0;
}

.kd-ass ul,
.kd-ass dl,
.kd-ass dd {
  margin: 0;
}

.kd-ass dt {
  margin: 0 0 1em 0;
}

.kd-ass dd {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .kd-ass dd {
    line-height: 1.6;
    letter-spacing: 0.1388888889vw;
  }
}

.kd-ass__hdr {
  text-align: center;
  margin-bottom: 45px;
}
.kd-ass__hdr h2{
  font-size: 42px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 43px;
}
.kd-ass__hdr p{
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0.129em;
}

.kd-ass__ttl {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 26px;
  margin-bottom: 50px;
  letter-spacing: 0.065em;
}

.kd-ass__ttl::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #22AC38;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.kd-ass__inner .kd-ass__inner__u-ass-text{
  text-align: center;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.714;
  margin-bottom: 10px;
}
.kd-ass__inner .kd-ass__inner__u18-ass-text{
  margin-bottom: 27px;
}
.kd-ass__inner .kd-ass__inner__u18-ass-text p{
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.05;
  margin: 0;
}
.kd-ass__inner .kd-ass__inner__u18-ass-text span{
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.583;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .kd-ass__hdr {
    margin-bottom: 21px;
  }
  .kd-ass__hdr p{
    text-align: left;
    letter-spacing: 0.182em;
  }
  .kd-ass__hdr h2{
    font-size: 28px;
    margin-bottom: 25px;
  }
  .kd-ass__ttl::after {
    width: 10.6666666667vw;
  }
  .kd-ass__ttl {
    font-size: 6.4vw;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
  }
  .kd-ass__inner .kd-ass__inner__u-ass-text{
    font-size: 14px;
  }
  .kd-ass__inner .kd-ass__inner__u18-ass-text span{
    font-size: 14px;
  }
  .kd-ass__inner .kd-ass__inner__u18-ass-text p{
    font-size: 20px;
  }
}

.kd-ass__ttl2 {
  font-size: 24px;
  font-weight: 600;
  margin: 1em 0 0 0;
}
.kd-ass__ill {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kd-ass__ttl2 {
    font-size: 4.8vw;
  }
  .kd-ass__ill img {
    width: 100%;
  }
  .kd-ass__ill2 {
    width: 100%;
  }
  .kd-ass__ill4{
    width: 70%;
  }
}

.kd-ass__fig {
  text-align: center;
  margin-bottom: 18px;
}

.kd-ass__fig.is-col {
  height: 89px;
}

@media screen and (min-width: 768px) {
  .kd-ass__fig.is-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 180px;
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 767px) {
  .kd-ass__fig.is-col {
    height: auto;
    width: 120px;
    margin: 0 auto 15px;
  }
}
.kd-ass__note {
  margin: 1em 0 0 0;
  font-size: 12px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .kd-ass__note {
    line-height: 1.6;
    font-size: 3.0555555556vw;
  }
}
.kd-ass__txt {
  margin: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .kd-ass__txt {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
  }
}

.kd-ass__title{
  margin-bottom: 47px;
}

.kd-ass__items {
  max-width: 1000px;
  margin: 0 auto 37px;
  border: 2px solid #23AC38;
  background-color: #FFFFFF;
}


.kd-ass__border_green_line{
  width: 100%;
  margin-bottom: 60px;
}
.kd-ass__border_green_line img{
  margin: 0 auto;
}


@media screen and (max-width: 767px) {
  .kd-ass__title{
    margin-bottom: 27px;
  }
  .kd-ass__items {
    width: 91.67vw;
  }
  .kd-ass__border_green_line{
    margin-bottom: 30px;
  }
  .kd-ass__border_green_line img{
    max-width: 100%;
  }
}
.kd-ass__items .kd-ass__itemsWrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 65px;
}
@media only screen and (max-width: 767px) {
  .kd-ass__items .kd-ass__itemsWrap {
    width: 100%;
    padding: 40px 6.94vw 53px;
  }
}
.kd-ass__items .kd-ass__content {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.kd-ass__items .kd-ass__content > div:first-child {
  border-right: 2px solid #DDDDDD;
}
@media only screen and (max-width: 767px) {
  .kd-ass__items .kd-ass__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .kd-ass__items .kd-ass__content > div:first-child {
    border-right: none;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.kd-ass__content__inner{
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .kd-ass__content__inner{
    padding: 0;
    }
    .kd-ass__content__inner dl dd{
      font-size: 13px;
    }
}

@media screen and (min-width: 768px) {

  .kd-ass__items > div {
    margin-bottom: 2.5em;
    padding: 2.5em 2.5em 1.875em 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .kd-ass__items > div {
    margin-bottom: 4.2666666667vw;
    letter-spacing: normal;
  }
  .kd-ass__items > div:last-child {
    margin-bottom: 0;
  }
}
.kd-ass__items div:first-child {
  margin-top: 0;
}

.kd-ass__items div p {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .kd-ass__items div.is-sp-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .kd-ass__items div.is-sp-row:nth-child(1) img {
    width: 20vw;
  }
  .kd-ass__items div.is-sp-row:nth-child(2) img {
    width: 15.5555555556vw;
  }
  .kd-ass__items div.is-sp-row .kd-ass__fig {
    margin: 0;
    width: 28.3333333333vw;
    min-height: 28vw;
    display: flex;
    justify-content: center;
    font-size: 3.2vw;
    font-weight: bold;
  }
  .kd-ass__items div.is-sp-row .kd-ass__fig figcaption {
    margin-top: 3.0555555556vw;
    font-size: 4.7222222222vw;
  }
  .kd-ass__items div.is-sp-row dl {
    width: 48.3333333333vw;
    margin-left: 4.7222222222vw;
    font-size: 3.6111111111vw;
  }
}
.kd-ass__items .kd-ass__content.is-full {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .kd-ass__items div.is-full {
    padding: 5vw 5vw 8.6111111111vw;
    border-width: 1.1111111111vw;
  }
}
.kd-ass__items div.is-full .kd-ass__txt {
  font-size: 18px;
  letter-spacing: 0.25em;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .kd-ass__items div.is-full .kd-ass__txt {
    font-size: 3.6111111111vw;
    letter-spacing: 0.2777777778vw;
    line-height: 1.6;
  }
}
.kd-ass__txt .kd-color-accent {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .kd-ass__txt .kd-color-accent {
    font-size: 16px;
  }
}
.kd-ass__items div.is-full:after {
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 58px;
  height: 33px;
  background: url(../img/2023/triangle_w.svg) no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .kd-ass__items div.is-full:after {
    bottom: -5.2777777778vw;
    width: 8.8888888889vw;
    height: 4.7222222222vw;
  }
}

.kd-bnrs {
  margin-top: 104px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .kd-bnrs {
    margin-top: 18.3333333333vw;
  }
}
.kd-bnrs ul,
.kd-bnrs dl,
.kd-bnrs dd {
  margin: 0;
}

.kd-bnrs__item {
  background: #F9F9F9;
  width: 92%;
  max-width: 600px;
}

.kd-bnrs__gls-item {
  position: relative;
  margin-bottom: 2.4rem;
  z-index: 1;
}

.kd-bnrs__gls-item .kd-bnrs__wtxt {
  padding: 1.7em 1.875em 1.2em;
}

.kd-bnrs__gls-item .kd-bnrs__wtxt dt {
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  line-height: 1.2;
}

.kd-bnrs__gls-item .kd-bnrs__wtxt p {
  margin-bottom: 0;
}

.kd-bnrs__gls-item .kd-items__price {
  line-height: 1.8;
  margin-top: 25px;
  letter-spacing: normal;
  font-size: 18px;
}

.kd-bnrs__gls-item .kd-items__price b {
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
}

.kd-bnrs__gls-item .kd-items__info {
  position: absolute;
  top: -25px;
  left: -10px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.4rem;
  border-radius: 100px;
  z-index: 2;
}

.kd-bnrs__gls-item .kd-items__info span {
  background-color: #da0023;
  color: #fff;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100px;
}

.kd-bnrs__gls-item .kd-items__info b {
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
}

.kd-bnrs__gls-item .kd-bnrs__fig img {
  padding-left: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .kd-bnrs__gls-item .kd-bnrs__wtxt {
    padding: 4.2666666667vw 4vw 17.6vw 4vw;
  }
  .kd-bnrs__gls-item .kd-items__info {
    top: -20px;
    left: -10px;
    font-size: 2.8vw;
    margin-bottom: 1rem;
  }
  .kd-bnrs__gls-item .kd-items__info span {
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
  }
  .kd-bnrs__gls-item .kd-bnrs__wtxt dt {
    font-size: 4.2666666667vw;
    word-wrap: break-word;
  }
  .kd-bnrs__gls-item p {
    min-height: 23vw;
  }
  .kd-bnrs__gls-item .kd-items__price {
    font-size: 3.2vw;
    text-align: center;
  }
  .kd-bnrs__gls-item .kd-items__info {
    text-align: center;
  }
  .kd-bnrs__gls-item .kd-bnrs__fig img {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .kd-bnrs__item {
    position: relative;
    width: 100%;
    padding: 8px;
  }
}
.kd-bnrs__wlink {
  font-size: 16px;
  margin-top: 8px;
  text-decoration: none;
  color: #22AC38;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .kd-bnrs__wlink {
    position: absolute;
    width: 100%;
    bottom: 2vw;
    left: 1.67vw;
    margin-top: 1.67vw;
    font-size: 3.6111111111vw;
    margin-bottom: 18px;
    letter-spacing: 0;
  }
}
.kd-bnrs__wlink .kd-icon--arr {
  top: 9px;
  margin-left: 0.2em;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  .kd-bnrs__wlink .kd-icon--arr {
    top: 1.6666666667vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
.kd-bnrs__box {
  color: #222;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .kd-bnrs__box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 200px;
  }
}
.kd-bnrs__box.is-hover:hover .kd-bnrs__fig img {
  transform: scale(1.1);
}

.kd-bnrs__fig {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .kd-bnrs__fig {
    width: 33.333%;
    height: 200px;
  }
  .kd-bnrs__fig img{
    width: 100%;
  }
}
.kd-bnrs__fig img {
  transition: 0.25s transform;
}
@media only screen and (max-width: 767px) {
  .kd-bnrs__fig img {
    width: 100%;
  }
}

.kd-bnrs__wtxt {
  padding: 17px 30px 15px 44px;
}

@media screen and (min-width: 768px) {
  .kd-bnrs__wtxt {
    width: 66.666%;
  }
}
@media screen and (max-width: 767px) {
  .kd-bnrs__wtxt {
    padding: 4.17vw 0px 50px;
    letter-spacing: normal;
  }
}
.kd-bnrs__wtxt dt {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .kd-bnrs__wtxt dt {
    font-size: 4.8vw;
    margin: 0;
    /* text-align: center; */
  }
}
.kd-bnrs__wtxt dd {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .kd-bnrs__wtxt dd {
    margin: 2.7777777778vw 0 0;
    font-size: 3.61vw;
    line-height: 6.3888888889vw;
  }
}
.kd-bg-f48fb1 {
  background: #f48fb1;
}

.kd-bg-ce93d8 {
  background: #ce93d8;
}

.kd-bg-e57373 {
  background: #e57373;
}

.kd-bg-a1887f {
  background: #a1887f;
}

.kd-bg-81c784 {
  background: #81c784;
}

.kd-bg-64b5f6 {
  background: #64b5f6;
}

.kd-bg-bdbdbd {
  background: #bdbdbd;
}

.kd-bg-000000 {
  background: #000000;
}

/*========================================
  ボタン
========================================*/
.kd-btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
}

.kd-btn:hover {
  text-decoration: none;
}

.kd-btn--a {
  background: #fff;
  border: 2px solid #22AC38;
  border-radius: 32px;
  color: #22AC38;
  padding: 1.25em 1.5em;
  transition: background 0.25s;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .kd-btn--a {
    display: block;
    border-radius: 8vw;
    max-width: 280px;
    margin: 0 auto;
  }
}
.kd-btn--a .kd-icon--pin,
.kd-btn--a .kd-icon--glass {
  margin-right: 0.625em;
}

@media screen and (max-width: 767px) {
  .kd-btn--a .kd-icon--pin,
.kd-btn--a .kd-icon--glass {
    margin-right: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-btn--a .kd-icon--pin {
    top: -0.8vw;
    margin-bottom: -1.0666666667vw;
  }
}
.kd-btn--a .kd-icon--glass {
  top: 0.2em;
}

.kd-btn--a .kd-icon--blank {
  top: 0.1em;
  margin-left: 0.625em;
}

@media screen and (max-width: 767px) {
  .kd-btn--a .kd-icon--blank {
    top: 0.2em;
  }
}
.kd-btn--a.is-hover:hover {
  background: #d1fffb;
}

/*========================================
  container
========================================*/
.kd-container {
  /* width: 92%; */
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.kd-container.col_3 {
  width: 100%;
  max-width: 780px;
  padding-top: 0 !important;
}

/*========================================
  choose
========================================*/
.kd-choose {
  background: #f7f7f5;
  padding: 140px 0 80px;
}

@media screen and (max-width: 767px) {
  .kd-choose {
    padding: 21.3333333333vw 3.6111111111vw;
  }
}
.kd-choose__hdr {
  position: relative;
  text-align: center;
  padding-bottom: 1.875em;
}

@media screen and (max-width: 767px) {
  .kd-choose__hdr {
    margin-bottom: 4vw;
    padding-bottom: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .kd-choose__hdr::after {
    width: 10.6666666667vw;
  }
}
.kd-choose__enttl {
  font-size: 48px;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
}

@media screen and (max-width: 767px) {
  .kd-choose__enttl {
    font-size: 9.6vw;
  }
}
.kd-choose__ttl {
  /* margin-top: 0.625em; */
  /* color: #22AC38; */
  /* color: #111; */
  font-size: 42px;
}

@media screen and (max-width: 767px) {
  .kd-choose__ttl {
    font-size: 8.8888888889vw;
    line-height: 12vw;
    letter-spacing: 0.7111111111vw;
  }
}
@media screen and (min-width: 768px) {
  .kd-choose__lead {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .kd-choose__lead-fig {
    width: 510px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .kd-choose__lead-fig img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .kd-choose__lead-wtxt {
    width: 48.4%;
  }
}
@media screen and (max-width: 767px) {
  .kd-choose__lead-wtxt {
    margin-top: 2.6666666667vw;
    font-size: 3.7vw;
  }
}
.kd-choose__lead-wtxt p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .kd-choose__lead-wtxt p {
    line-height: 2.28;
  }
}
/*========================================
  creators
========================================*/
.kd-creators {
  background: #22AC38;
  padding: 6.625em 0 7.5em 0;
  color: #fff;
}

.kd-creators a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .kd-creators {
    padding: 21.3333333333vw 0;
  }
}
.kd-creators__hdr {
  position: relative;
  text-align: center;
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
}

@media screen and (max-width: 767px) {
  .kd-creators__hdr {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
}
.kd-creators__hdr::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .kd-creators__hdr::after {
    width: 10.6666666667vw;
  }
}
.kd-creators__ttl {
  margin-bottom: 0.3125em;
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .kd-creators__ttl {
    font-size: 9.6vw;
  }
}
.kd-creators__lead {
  margin: 0;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .kd-creators__lead {
    font-size: 5.8666666667vw;
  }
}
.kd-creators__txt {
  margin-bottom: 2.5em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kd-creators__txt {
    margin-bottom: 9.6vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-creators__img {
    width: 88vw;
    padding-right: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-creators__body {
    overflow: hidden;
  }
}
.kd-creators__slick {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .kd-creators__slick {
    width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .kd-creators__slick {
    margin-left: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-creators__slick .slick-list {
    overflow: visible;
  }
}
.kd-creators__slick .slick-dots {
  position: static;
  margin: 30em 0 0 0 !important;
  padding: 0 !important;
  text-align: center;
  font-size: 1px;
}

@media screen and (max-width: 767px) {
  .kd-creators__slick .slick-dots {
    margin: 4vw 0 0 -8vw !important;
    width: calc(100% + 8vw);
  }
}
.kd-creators__slick .slick-dots li {
  background: transparent !important;
  display: inline-block;
  margin: 0 4px;
  opacity: 0.4;
}

.kd-creators__slick .slick-dots li.slick-active {
  background: transparent !important;
  opacity: 1;
}

.kd-creators__slick .slick-dots button {
  vertical-align: top;
  overflow: hidden;
  width: 8px;
  height: 8px !important;
  background: #fff;
  text-indent: -999px;
  border: 0;
  border-radius: 100px;
  padding: 0;
}

.kd-creators__slick .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 185px;
  overflow: hidden;
  text-indent: -999px;
  border: 0;
  width: 48px;
  height: 48px;
  background: 0 0/contain;
  transition: opacity 0.25s;
}

@media screen and (max-width: 767px) {
  .kd-creators__slick .slick-arrow {
    top: 49.3333333333vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}
.kd-creators__slick .slick-arrow[aria-disabled=true] {
  opacity: 0;
}

.kd-creators__slick .slick-prev {
  left: -80px;
  background-image: url("../img/prev_w.svg");
}

@media screen and (max-width: 767px) {
  .kd-creators__slick .slick-prev {
    left: 0;
  }
}
.kd-creators__slick .slick-next {
  right: -80px;
  background-image: url("../img/next_w.svg");
}

@media screen and (max-width: 767px) {
  .kd-creators__slick .slick-next {
    right: 0;
  }
}
.kd-creators__prof {
  margin: 50px auto 0 auto;
  width: 720px;
  max-width: 100%;
  border: 2px solid #fff;
  padding: 2.5em;
}

@media screen and (max-width: 767px) {
  .kd-creators__prof {
    width: auto;
    margin-top: 10.6666666667vw;
    margin-left: 4vw;
    margin-right: 4vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .kd-creators__prof-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .kd-creators__prof-l {
    width: 40.625%;
  }
}
@media screen and (min-width: 768px) {
  .kd-creators__prof-r {
    width: 56.875%;
  }
}
.kd-creators__prof-r p {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .kd-creators__prof-row2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .kd-creators__prof-row2 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .kd-creators__prof-row2 figure {
    width: 6.875em;
  }
}
@media screen and (max-width: 767px) {
  .kd-creators__prof-row2 figure {
    margin: 0 auto;
    width: 24vw;
  }
}
.kd-creators__prof-row2 p {
  margin: 0;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .kd-creators__prof-row2 p {
    margin-left: 1.2em;
    width: 7.875em;
  }
}
@media screen and (max-width: 767px) {
  .kd-creators__prof-row2 p {
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.kd-creators__prof-link {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .kd-creators__prof-link {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
.kd-creators__prof-link a {
  letter-spacing: 1px;
}

.kd-creators__prof-link a:not(:first-child) {
  margin-left: 1.4285714286em;
}

@media screen and (max-width: 767px) {
  .kd-creators__prof-link a:not(:first-child) {
    margin-left: 10.6666666667vw;
  }
}
.kd-creators__prof-link a.is-hover:hover {
  text-decoration: none;
}

.kd-creators__prof-link .kd-icon--blank-w {
  top: 0.32em;
  margin-left: 0.3571428571em;
}

.kd-creators__prof-link .kd-icon--home,
.kd-creators__prof-link .kd-icon--insta {
  margin-right: 0.7142857143em;
}

/*========================================
  first
========================================*/
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.kd-first {
  position: relative;
  padding: 9.375em 0 0 0;
}

@media screen and (min-width: 768px) {
  .kd-first::after {
    position: absolute;
    left: 870px;
    top: 56px;
    content: "";
    display: block;
    background: url("../img/f_img_1.png") 0 0/contain;
    width: 359px;
    height: 271px;
  }
}
@media screen and (max-width: 1236px) {
  .kd-first::after {
    left: inherit;
    left: inherit;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .kd-first {
    padding: 18.6666666667vw 0 0 0;
  }
}
.kd-first__hdr {
  margin-bottom: 3.75em;
  padding-left: 10vw;
}

@media screen and (max-width: 767px) {
  .kd-first__hdr {
    margin-bottom: 9.6vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-first__hdr img {
    width: 85.3333333333vw;
  }
}
.kd-first__img {
  overflow: hidden;
}

.kd-first__imgbg {
  display: flex;
  width: 100vw;
  height: 13vw;
}

@media screen and (min-width: 768px) {
  .kd-first__imgbg {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .kd-first__imgbg {
    height: 32vw;
  }
}
.kd-first__imgbg img {
  max-width: none;
  height: 100%;
}

.kd-first__imgbg .item {
  display: flex;
  height: 100%;
}

.kd-first__imgbg .item:first-child {
  -webkit-animation: loop 70s -35s linear infinite;
          animation: loop 70s -35s linear infinite;
}

.kd-first__imgbg .item:last-child {
  -webkit-animation: loop2 70s linear infinite;
          animation: loop2 70s linear infinite;
}

.kd-first__txt {
  margin: 4.375em 0 9.125em 10vw;
}

@media screen and (max-width: 767px) {
  .kd-first__txt {
    margin: 10.6666666667vw 0 19.7333333333vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-first__txt img {
    width: 100%;
  }
}
/*========================================
  user-voice
========================================*/
.kd-user {
  background: #f8ce43;
  padding: 6.625em 0 7.5em 0;
}

@media screen and (max-width: 767px) {
  .kd-user {
    padding: 21.3333333333vw 4vw;
  }
}
.kd-user__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .kd-user__inner {
    padding: 0;
  }
}
.kd-user__left {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .kd-user__left {
    width: 100%;
    text-align: center;
    margin-bottom: 28px;
  }
}
.kd-user__left img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .kd-user__left img {
    width: 65.3333333333vw;
  }
}
.kd-user__right {
  width: 56%;
}

@media screen and (max-width: 767px) {
  .kd-user__right {
    width: 100%;
  }
}
.kd-user__hdr {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .kd-user__hdr {
    margin-bottom: 18px;
  }
}
.kd-user__lead {
  width: 100%;
  max-width: 438px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .kd-user__lead {
    width: 70%;
    max-width: none;
  }
}
@media screen and (max-width: 375px) {
  .kd-user__lead {
    width: 89.3333333333vw;
    max-width: none;
  }
}
.kd-user__lead img {
  width: 100%;
}

.kd-user__lead img.pc {
  display: inline;
}

.kd-user__lead img.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .kd-user__lead img.pc {
    display: none;
  }
  .kd-user__lead img.sp {
    display: inline;
  }
}
.kd-user__ttl {
  margin: 0;
  font-size: 52px;
  font-weight: 900 !important;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kd-user__ttl {
    font-size: 9.0666666667vw;
    letter-spacing: 0;
  }
}
.kd-user__txt {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .kd-user__txt {
    font-size: min(14px, 3.7333333333vw);
    margin-bottom: 28px;
  }
}
.kd-user__txt br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .kd-user__txt br.sp {
    display: inline;
  }
}
.kd-user__priod {
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: center;
}

.kd-user__priod span {
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
}

ul.kd-user__list {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 80px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  ul.kd-user__list {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
ul.kd-user__list li {
  margin: 0 1em;
  width: 100%;
  max-width: 420px;
  position: relative;
}

@media screen and (max-width: 767px) {
  ul.kd-user__list li {
    margin: 0 0 30px;
    width: 100%;
    max-width: none;
    min-height: 60px;
  }
  ul.kd-user__list li:last-child {
    margin-bottom: 0;
  }
}
ul.kd-user__list li .kd-btn--a {
  border: none;
  width: 100%;
  min-height: 64px;
  color: #222222;
  letter-spacing: -0.03em;
  padding: 1.35em 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  ul.kd-user__list li .kd-btn--a {
    min-height: 60px;
    letter-spacing: -0.06em;
  }
}
.kd-icon--bubble {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/icon_bubble_b.svg) no-repeat center center/100% auto;
  margin-right: 10px;
}

.kd-user__bubble {
  width: 102px;
  position: absolute;
  top: -66px;
  right: -66px;
}

@media screen and (max-width: 767px) {
  .kd-user__bubble {
    display: none;
  }
}
.kd-user__bubble-txt {
  display: none;
  font-size: min(15px, 4vw);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .kd-user__bubble-txt {
    display: block;
  }
}
/*========================================
  guide
========================================*/
.kd-guide {
  margin: 0 0 200px;
  background: #6EBEEB;
  padding: 6.625em 0 8.5em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .kd-guide {
    margin: 0 0 28.89vw;
    padding: 20.56vw 3.47vw 17.22vw;
  }
}
.kd-guide__inner {
  width: 92%;
}

.kd-guide__hdr {
  position: relative;
  text-align: center;
  margin-bottom: 3.75em;
  padding-bottom: 1.875em;
}

@media screen and (max-width: 767px) {
  .kd-guide__hdr {
    margin-bottom: 9.17vw;
    padding-bottom: 8vw;
  }
}
.kd-guide__hdr::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .kd-guide__hdr::after {
    width: 10.6666666667vw;
  }
}
.kd-guide__ttl {
  margin-bottom: 0.3888888889em;
  font-size: 36px;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 767px) {
  .kd-guide__ttl {
    margin-bottom: 4.2666666667vw;
    font-size: 6.4vw;
    letter-spacing: 0.15em;
  }
}
.kd-guide__lead {
  margin: 0;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .kd-guide__lead {
    font-size: 4.2666666667vw;
  }
}
.kd-guide-swiper {
  width: 100%;
  /* max-width: 650px; */
  /* max-width: 700px; */
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1150px) {
  .kd-guide-swiper {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .kd-guide-swiper {
    width: 100%;
  }
}
.kd-guide__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  /* justify-content: center; */
}

@media screen and (max-width: 767px) {
  .kd-guide__list {
    flex-wrap: nowrap;
  }
}
.kd-guide__list a {
  color: #222;
  text-decoration: none;
  height: 100%;
}

.kd-guide__list a.is-hover:hover img {
  transform: scale(1.1);
}

.kd-guide__list > li {
  background: #fff;
  /* width: 306px; */
  height: auto;
}

@media screen and (max-width: 767px) {
  .kd-guide__list > li {
    margin-top: 9.3333333333vw;
    width: auto;
  }
}
.kd-guide__list figure {
  overflow: hidden;
  height: 175px;
}

@media screen and (max-width: 767px) {
  .kd-guide__list figure {
    height: 52.8vw;
  }
}
.kd-guide__list figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.25s;
}

.kd-guide__list p {
  margin: 0;
  padding: 0.9375em;
  font-weight: bold;
  line-height: 1.5;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .kd-guide__list p {
    font-size: 4.2666666667vw;
    letter-spacing: normal;
  }
}
.kd-guide__list .kd-icon {
  top: 0.5em;
  margin-left: 0.4em;
}

@media screen and (max-width: 767px) {
  .kd-guide__list .kd-icon {
    top: 2.6666666667vw;
  }
}
.swiper-pagination {
  line-height: 0;
  bottom: -30px !important;
  left: 50% !important;
  transform: translate3d(-50%, 100%, 0);
  display: inline-block;
  width: auto !important;
  padding: 0 40px;
  /* display: none; */
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: -20px !important;
    display: block;
  }
}
.swiper-pagination-bullet-active {
  /* background-color: #222; */
  background-color: #fff;
  pointer-events: none;
}

.swiper-pagination-bullet {
  background-color: #fff;
}

.swiper-button-next {
  right: -70px;
  background-image: url(../img/next.svg);
  width: 48px;
  height: 48px;
  transition: all 0.25s;
  /* display: none; */
}

@media screen and (max-width: 1150px) {
  .swiper-button-next {
    right: 0;
    transform: translate3d(50%, 0, 0);
  }
}
/* @media screen and (max-width: 767px) {
  .swiper-button-next {
    display: block;
  }
} */
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: -70px;
  background-image: url(../img/prev.svg);
  width: 48px;
  height: 48px;
  transition: all 0.25s;
  /* display: none; */
}

@media screen and (max-width: 1150px) {
  .swiper-button-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
}
/* @media screen and (max-width: 767px) {
  .swiper-button-prev {
    display: block;
  }
} */
.swiper-button-prev::after {
  display: none;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

/*========================================
  hdr
========================================*/
.kd-hdr-a {
  margin: 1.25em 0;
}

.kd-hdr-a__ttl {
  text-align: center;
}

.kd-hdr-a__ttl img {
  width: 562px;
}

@media screen and (max-width: 767px) {
  .kd-hdr-a__ttl img {
    width: 68.2666666667vw;
  }
}
/*========================================
  アイコン
========================================*/
.kd-icon {
  position: relative;
  display: inline-block;
  background: 50% 50% no-repeat;
  background-size: contain;
  vertical-align: top;
  line-height: 1;
  font-style: normal;
}

.kd-icon--toggle {
  background: #111;
  width: 20px;
  height: 20px;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .kd-icon--toggle {
    width: 8.89vw;
    height: 8.89vw;
    margin: -1.67vw 8.89vw 0 0;
  }
}
.kd-icon--toggle:before,
.kd-icon--toggle:after {
  content: "";
  display: block;
  background: #fff;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 25%;
  top: 50%;
  margin-top: -1px;
}

.kd-icon--toggle:after {
  transform: rotate(-90deg);
  transition: 0.2s transform;
}

.kd-icon--toggle.is:after {
  transform: rotate(0);
}

.kd-icon--new {
  width: 112px;
  height: 112px;
}

@media screen and (max-width: 767px) {
  .kd-icon--new {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}
.kd-icon--pin {
  background-image: url("../img/2023/icon_pin.svg");
  width: 15px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .kd-icon--pin {
    width: 4vw;
    height: 5.3333333333vw;
  }
}
.kd-icon--glass {
  background-image: url("../img/icon_glass.svg");
  width: 35px;
  height: 14px;
}

@media screen and (max-width: 767px) {
  .kd-icon--glass {
    width: 9.0666666667vw;
    height: 3.4666666667vw;
  }
}
.kd-icon--blank {
  background-image: url("../img/icon_blank.svg");
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .kd-icon--blank {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.kd-icon--blank-w {
  background-image: url("../img/icon_blank_w.svg");
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .kd-icon--blank-w {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.kd-icon--home {
  background-image: url("../img/icon_home.svg");
  width: 23px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .kd-icon--home {
    width: 5.8666666667vw;
    height: 4.5333333333vw;
  }
}
.kd-icon--insta {
  background-image: url("../img/icon_insta.svg");
  width: 21px;
  height: 21px;
}

@media screen and (max-width: 767px) {
  .kd-icon--insta {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.kd-icon--att {
  background-image: url("../img/icon_att.svg");
  width: 23px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .kd-icon--att {
    width: 5.8666666667vw;
    height: 5.3333333333vw;
  }
}
.kd-icon--arr {
  background-image: url("../img/2023/icon_green_arr.svg");
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  .kd-icon--arr {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.kd-icon--arr-btm {
  background-image: url("../img/2023/icon_arr_btm.svg");
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  .kd-icon--arr-btm {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
/*========================================
  items
========================================*/
@media screen and (min-width: 768px) {
  .kd-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .kd-items + .kd-items {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .kd-items + .kd-items {
    margin-top: 5.3333333333vw;
  }
}
/* .kd-items__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
} */
@media screen and (min-width: 768px) {
  .kd-items__item {
    width: 426px;
    /* width: 48.9130434783%; */
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .kd-items__item + .kd-items__item {
    margin-top: 43px;
  }
}
/* @media screen and (min-width: 768px) {
  .kd-items__ph {
    width: 47.7777777778%;
  }
} */
/* @media screen and (max-width: 767px) {
  .kd-items__ph {
    width: 44vw;
  }
  .kd-items__ph img {
    width: 44vw;
  }
} */
.kd-items__wtxt {
  text-align: center;
}

/* @media screen and (min-width: 768px) {
  .kd-items__wtxt {
    width: 46.6666666667%;
  }
} */
.kd-items__wtxt dl,
.kd-items__wtxt dd,
.kd-items__wtxt p {
  margin: 0;
}

/* @media screen and (max-width: 767px) {
  .kd-items__wtxt {
    width: 33.3333333333vw;
  }
} */
.kd-items__ttl {
  position: relative;
  margin: 22px 0 0;
  font-weight: 600;
}

.kd-items__ttl span.is-l::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 8px;
  height: 2px;
  background-color: #111;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 767px) {
  .kd-items__ttl span.is-l::after {
    bottom: 6.9444444444vw;
    width: 2.2222222222vw;
    height: 0.5555555556vw;
  }
}

@media screen and (max-width: 767px) {
  .kd-items__ttl {
    font-size: 3.8888888889vw;
  }
}
.kd-items__ttl span {
  display: block;
  margin: 0 0 13px;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  font-size: 22px;
  letter-spacing: 1px !important;
}

@media screen and (max-width: 767px) {
  .kd-items__ttl span {
    margin: 0 0 2.5vw;
    font-size: 4.2666666667vw;
    letter-spacing: normal !important;
  }
  .kd-items__ttl span.is-l {
    font-size: 4.7222222222vw;
    letter-spacing: 0.3777777778vw !important;
  }
}
.kd-items__id {
  font-size: 12px;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .kd-items__id {
    font-size: 3.2vw;
    line-height: 1.8 !important;
  }
}
.kd-items__price {
  letter-spacing: normal;
  font-size: 18px;
  margin: 28px 0 22px;
  line-height: 1;
}

.kd-items__price span {
  padding: 0 15px 0 0;
  font-size: 16px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .kd-items__price {
    font-size: 3.8888888889vw;
    margin: 15px 0 10px;
  }
  .kd-items__price span {
    padding: 0 4.1666666667vw 0 0;
    font-size: 3.8888888889vw;
  }
}
.kd-items__price b {
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
}

.kd-items__price-r {
  color: #f36239;
}

.kd-items__wlink {
  letter-spacing: 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .kd-items__wlink {
    font-size: 3.2vw;
  }
}
.kd-items__wlink .kd-icon--arr {
  top: 0.4em;
  margin-left: 0.2em;
}

.kd-items__wlink a {
  padding: 0 0 5px;
  text-decoration: none;
  color: #111;
  font-size: 16x;
  font-weight: 600;
  border-bottom: #111 solid 2px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .kd-items__wlink a {
    font-size: 4.4444444444vw;
  }
}

.kd-items__wlink a.is-hover:hover {
  /* text-decoration: underline; */
  opacity: 0.5;
}

.kd-items__ph_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  /* margin-top: 5px; */
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .kd-items__ph_nav {
    gap: 0;
  }
}

.kd-items__ph_nav img {
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .kd-items__ph_nav img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .kd-items__ph_nav {
    width: 51.9444444444vw;
    /* margin: 0.5555555556vw auto 0; */
    margin: 1.4285714285714286vw auto 0;
  }
}
.kd-items__ph_nav button {
  background: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .kd-items__ph_nav button {
    width: 12.6666666667vw;
    height: 11.6666666667vw;
  }
}

.kd-items__ph_nav button.is-hover:hover > span {
  border: 2px solid #111;
}
@media only screen and (max-width: 767px) {
  .kd-items__ph_nav button.is-hover:hover > span {
    border: 0.2777777778vw solid #111;
  }
}

.kd-items__ph_nav button[aria-selected=true] > span {
  border: 2px solid #111;
}
@media only screen and (max-width: 767px) {
  .kd-items__ph_nav button[aria-selected=true] > span {
    border: 0.2777777778vw solid #111;
  }
}

.kd-items__ph_nav button span {
  display: inline-block;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  padding: 2px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .kd-items__ph_nav button span {
    width: 7.2222222222vw;
    height: 7.2222222222vw;
    padding: 0.5555555556vw;
  }
}

.kd-items__ph_nav button span span {
  width: 100%;
  height: 100%;
  border: 0;
}

/*========================================
  lineup
========================================*/
.kd-lineup {
  /* background: #f8ce43; */
  padding: 100px 0;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .kd-lineup {
    padding: 28.8888888889vw 0;
  }
}

@media screen and (min-width: 768px) {
  .kd-lineup__hdr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content: space-between; */
    /* margin-bottom: 5em; */
  }
}
/* @media screen and (max-width: 767px) {
  .kd-lineup__hdr {
    margin-bottom: 10.6666666667vw;
  }
} */
/* @media screen and (min-width: 768px) {
  .kd-lineup__hdrl {
    width: 46%;
  }
}
@media screen and (min-width: 768px) {
  .kd-lineup__hdrr {
    width: 52%;
  }
} */
.kd-lineup__lead {
  width: 655px;
  padding: 70px 2.5em 48px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .kd-lineup__lead {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 38px;
  }
}

.kd-lineup__lead .is-jinsf {
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  color: #22AC38;
}

.kd-lineup__lead dt {
  position: relative;
  margin-bottom: 0.8em;
  color: #22AC38;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.kd-lineup__lead dt::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #22AC38;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .kd-lineup__lead dt::before {
    bottom: -6.1111111111vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .kd-lineup__lead dt {
    font-size: 5.8333333333vw;
  }
}

.kd-lineup__lead dt span {
  display: inline-block;
  position: relative;
}

/* .kd-lineup__lead dt span::before,
.kd-lineup__lead dt span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 26px;
  transform: translateY(-50%);
  background: 0 0 / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .kd-lineup__lead dt span::before,
  .kd-lineup__lead dt span::after {
    width: 3.7333333333vw;
    height: 6.4vw;
  }
}
.kd-lineup__lead dt span::before {
  background-image: url('../img/slash_l.svg');
  left: -24px;
}
@media screen and (max-width: 767px) {
  .kd-lineup__lead dt span::before {
    left: -5.8666666667vw;
  }
}
.kd-lineup__lead dt span::after {
  background-image: url('../img/slash_r.svg');
  right: -24px;
}
@media screen and (max-width: 767px) {
  .kd-lineup__lead dt span::after {
    right: -5.8666666667vw;
  }
} */
.kd-lineup__lead dd {
  margin: 44px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #111;
}

.kd-lineup__lead dd span {
  font-size: 25px;
  color: #111;
}

.kd-lineup__lead dd sup {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .kd-lineup__lead dd {
    margin: 11.6666666667vw 0 0;
    text-align: center;
    font-size: 4.7222222222vw;
    line-height: 7.5555555556vw;
  }
  .kd-lineup__lead dd span {
    font-size: 21px;
    letter-spacing: normal;
  }
  .kd-lineup__lead dd sup {
    font-size: 2.7777777778vw;
    vertical-align: middle;
    position: relative;
    top: -1.6666666667vw;
  }
}
.kd-lineup__lead sup {
  font-weight: normal;
}

.kd-lineup__enttl {
  display: block;
  font-size: 28px;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
  .kd-lineup__enttl {
    text-align: center;
    margin-bottom: 1.3333333333vw;
    font-size: 6.1333333333vw;
  }
}

.kd-lineup__enttl2 {
  display: block;
  font-size: 72px;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
}
@media only screen and (max-width: 767px) {
  .kd-lineup__enttl2 {
    text-align: center;
    font-size: 9.6vw;
    margin-bottom: 1.3333333333vw;
  }
}

.kd-lineup__ttl {
  position: relative;
  font-size: 42px;
  letter-spacing: 3.36px;
  color: #111;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kd-lineup__ttl {
    text-align: center;
    font-size: 9.4444444444vw;
  }
}

/* .kd-lineup__ttl::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #22AC38;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .kd-lineup__ttl::after {
    bottom: 0;
    width: 10.6666666667vw;
    left: 50%;
  }
} */
/*========================================
  mente
========================================*/
.kd-mente {
  background: #fff;
  border: 2px solid #22AC38;
  margin-top: 5em;
  padding: 4em 2.75em 2.75em 2.75em;
}
@media only screen and (max-width: 767px) {
  .kd-mente {
    margin-top: 10.6666666667vw;
    padding: 8vw 4.2666666667vw;
  }
}

.kd-mente__hdr {
  text-align: center;
  margin-bottom: 1em;
}

.kd-mente__ttl {
  background: url("../img/mente_ttl_bg.svg") 50% 100% no-repeat;
  padding-bottom: 1.75em;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .kd-mente__ttl {
    font-size: 3.7333333333vw;
    padding-bottom: 6.4vw;
    background-size: 70.6666666667vw auto;
  }
}

.kd-mente__a {
  margin: 0.625em 0 2.875em 0;
  font-size: 24px;
  color: #22AC38;
}

@media screen and (max-width: 767px) {
  .kd-mente__a {
    margin: 2.6666666667vw 0 8.5333333333vw 0;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .kd-mente__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .kd-mente__item {
    width: 46.7391304348%;
  }
}
@media screen and (max-width: 767px) {
  .kd-mente__item {
    margin-top: 8vw;
    padding-top: 5.3333333333vw;
    border-top: 1px solid #ddd;
  }
  .kd-mente__item:first-child {
    margin-top: 0;
    padding-top: 8vw;
  }
}
.kd-mente__item dl,
.kd-mente__item dd {
  margin: 0;
}

.kd-mente__item dt {
  margin: 1em 0 0.6em 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .kd-mente__item dt {
    margin-bottom: 0.2em;
    font-size: 3.7333333333vw;
  }
}
.kd-mente__item dd {
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .kd-mente__item dd {
    font-size: 3.2vw;
  }
}
.kd-mente__note {
  margin-top: 1.2em;
  font-size: 12px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .kd-mente__note {
    margin-top: 0.7em;
    font-size: 3.2vw;
  }
}
.kd-mente__note p {
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .kd-mente__note p {
    margin-top: 0.5em;
  }
}
.kd-mente__fig {
  height: 78px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .kd-mente__fig {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .kd-mente__ill1 {
    width: 33.6vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-mente__ill2 {
    width: 32.8vw;
  }
}
.kd-mente__wbtn {
  margin-top: 15px;
  margin-bottom: 112px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kd-mente__wbtn {
    margin-top: 8px;
    margin-bottom: 76px;
  }
}
@media screen and (min-width: 768px) {
  .kd-mente__wbtn a {
    width: 340px;
  }
}
/*========================================
  top
========================================*/
.kd-parts {
  background: #fff;
  padding: 54px 50px 63px;
  border: 2px solid #22AC38;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .kd-parts {
    padding: 30px 25px 36px;
  }
}

.kd-parts__ttl {
  position: relative;
  width: 343px;
  margin: 0 auto;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 1.3px;
  color: #22AC38;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kd-parts__ttl {
    width: 100%;
    font-size: 5vw;
    line-height: 7.2222222222vw;
    letter-spacing: 0.4vw;
  }
}

.kd-parts__image{
  width: 80px;
  margin: 0 auto;
}
.kd-parts__image img{
width: 100%;
}

.kd-parts__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -89px;
  width: 73px;
  height: 73px;
  background-image: url(../img/2023/ic_free.svg);
  background-size: 100% auto;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .kd-parts__ttl::before {
    top: -16.3888888889vw;
    left: 50%;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    transform: translate(-50%, 0);
  }
}

.kd-parts__wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .kd-parts__wrap {
    display: block;
    margin: 0;
  }
}

.kd-parts__item {
  padding: 0 30px;
  border-right: 1px solid #DDDDDD;
}
.kd-parts__item:nth-child(3) {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .kd-parts__item {
    width: 100%;
    min-width: none;
    padding: 30px 0;
    border-right: unset;
    border-bottom: 1px solid #DDDDDD;
    margin: 0 auto;
  }
  .kd-parts__item:nth-child(3) {
    border-bottom: unset;
  }
}
.kd-parts__subttl {
  margin: 33px 0 0;
  font-size: 17px;
  letter-spacing: 2.329px;
  text-align: center;
  color: #111;
}
@media only screen and (max-width: 767px) {
  .kd-parts__subttl {
    margin: 3.8888888889vw 0 0;
    font-size: 14px;
    letter-spacing: 0.455vw;
  }
}

.kd-parts__item img{
  width: auto;
  height: 78px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.kd-parts__txt {
  margin: 21px 0 0;
  font-size: 16px;
  line-height: 30px;
  color: #111;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .kd-parts__txt {
    margin: 2.2222222222vw 0 0;
    font-size: 13px;
    line-height: 6.3888888889vw;
  }
}

p.kd-parts__suptxt {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  p.kd-parts__suptxt {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 6.3888888889vw;
    letter-spacing: -0.0138888889vw;
  }
}

/*========================================
  mv
========================================*/
/* .kd-mv {
  background: url('../img/mv.jpg') 50% 50% / cover;
  height: 37.1428571429vw;
}
@media screen and (max-width: 767px) {
  .kd-mv {
    background: #fff;
    height: auto;
  }
} */
.kd-mv img {
  width: 100%;
}

.kd-mv .pc-mv{
  display: block;
}
.kd-mv .sp-mv{
  display: none;
}
@media only screen and (max-width: 767px) {
  .kd-mv .pc-mv{
    display: none;
  }
  .kd-mv .sp-mv{
    display: block;
  }
}

/*========================================
  nav
========================================*/
.kd-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 51px;
  z-index: 100;
  background: #f8ce43;
}

@media screen and (max-width: 767px) {
  .kd-nav {
    overflow: auto;
    font-size: 3.4666666667vw;
  }
  .kd-nav::-webkit-scrollbar {
    display: none;
  }
}
.kd-nav__list {
  font-weight: 600;
  letter-spacing: normal;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .kd-nav__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .kd-nav__list {
    white-space: nowrap;
  }
  .kd-nav__list > li {
    display: inline-block;
  }
}
.kd-nav__list a {
  display: block;
  padding: 1em 1.25em;
  color: #222;
  text-decoration: none;
  background: #f8ce43;
  transition: 0.25s background;
}

@media screen and (max-width: 767px) {
  .kd-nav__list a {
    margin: 0 2.1333333333vw;
    padding: 4.8vw 2.4vw;
  }
}
.kd-nav__list a.is-hover:hover {
  background: #ffb100;
}

@media screen and (min-width: 768px) {
  .kd-options {
    margin-top: 0.375em;
    margin-bottom: 33px;
  }
}
.kd-options a {
  display: block;
  color: #222;
  text-decoration: none;
}

.kd-options a.is-hover:hover.is-hover:hover figure img {
  transform: scale(1.1);
}

.kd-options ul,
.kd-options dl,
.kd-options dd {
  margin: 0;
}

.kd-options figure {
  overflow: hidden;
}

.kd-options figure img {
  transition: 0.25s transform;
}

@media screen and (min-width: 768px) {
  .kd-options ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
  }
  .kd-options ul > li {
    margin-top: 2.5em;
    width: 46.875%;
  }
}
@media screen and (max-width: 767px) {
  .kd-options ul {
    padding: 0;
  }
  .kd-options ul > li {
    margin-top: 9.4444444444vw;
    padding: 11.1111111111vw 0 0;
    border-top: solid 0.2777777778vw #F2F2F2;
  }
  .kd-options ul > li.is-border__none {
    border: none;
  }
  .kd-options ul > li img {
    width: 100%;
  }
}
.kd-options dt {
  margin: 17px 0 20px;
  font-weight: 600;
  font-size: 25px;
  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .kd-options dt {
    text-align: left;
    margin: 5.2777777778vw 0 2.7777777778vw;
    font-size: 4.7222222222vw;
  }
}
.kd-options dt .kd-icon--arr {
  top: 11px;
  margin-left: 0.3333333333em;
}

@media screen and (max-width: 767px) {
  .kd-options dt .kd-icon--arr {
    top: 1.3888888889vw;
  }
}
.kd-options dd {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
}

.kd-options dd small {
  display: block;
  margin-top: 4px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .kd-options dd {
    font-size: 3.6111111111vw;
    line-height: 5.8333333333vw;
  }
  .kd-options dd small {
    margin-top: 2.5vw;
    font-size: 3.3333333333vw;
    line-height: 5vw;
  }
}
/*========================================
  pbox
========================================*/
.kd-pbox {
  background: #fff;
}

/* .kd-pbox + .kd-pbox {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .kd-pbox + .kd-pbox {
    margin-top: 9.6vw;
  }
} */
/* .kd-pbox__mv {
  position: relative;
}
.kd-pbox__mv .kd-icon--new {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
}
@media screen and (max-width: 767px) {
  .kd-pbox__mv .kd-icon--new {
    top: 2.1333333333vw;
    right: 2.1333333333vw;
  }
} */
.kd-pbox__wtxt {
  padding: 200px 0 0;
}

@media screen and (max-width: 767px) {
  .kd-pbox__wtxt {
    padding: 28.89vw 0 0;
  }
}
.kd-pbox__note {
  margin-top: 0.8em;
  color: #22AC38;
  font-size: 12px;
}

.kd-pbox__note p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .kd-pbox__note {
    font-size: 2.4vw;
    letter-spacing: normal;
  }
}
.kd-pbox__note2 {
  margin-top: 0.8em;
  font-size: 12px;
  color: #666;
}

.kd-pbox__note2 p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .kd-pbox__note2 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .kd-pbox__whdr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content: space-between; */
  }
}
/* .kd-pbox__line {
  padding-bottom: 2.5em;
  border-bottom: 2px solid #f8ce43;
}
@media screen and (max-width: 767px) {
  .kd-pbox__line {
    padding-bottom: 6.9333333333vw;
  }
} */
.kd-pbox__hdr {
  position: relative;
}

@media screen and (min-width: 768px) {
  .kd-pbox__hdr {
    width: 53.2608695652%;
  }
}
@media screen and (max-width: 767px) {
  .kd-pbox__hdr {
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .kd-pbox__lead {
    width: 45.652173913%;
  }
}
.kd-pbox__lead p {
  margin: 0;
}

.kd-pbox__count {
  position: absolute;
  left: 0;
  top: -2.7222222222em;
  z-index: 2;
  width: 96px;
  height: 96px;
  font-size: 36px;
  border-radius: 200px;
  padding-top: 0.7em;
  background: #fff;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kd-pbox__count {
    left: 50%;
    top: -16vw;
    transform: translateX(-50%);
    width: 16vw;
    height: 16vw;
    font-size: 6.4vw;
  }
}
.kd-pbox__ttl {
  position: relative;
  padding: 110px 0 0;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  text-align: center;
  font-size: 42px;
  letter-spacing: 3.36px;
  line-height: 1;
  /* margin-bottom: 0.2777777778em; */
}

.kd-pbox__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 69px;
  transform: translateX(-50%);
}

.kd-pbox__ttl.kd-pbox__ttl-kids::before {
  background-image: url(../img/2023/circle_y.svg);
}

.kd-pbox__ttl.kd-pbox__ttl-junior::before {
  background-image: url(../img/2023/circle_g.svg);
}

@media screen and (max-width: 767px) {
  .kd-pbox__ttl {
    font-size: 9.44vw;
    /* margin-bottom: 4vw; */
    letter-spacing: 0.76vw !important;
  }
}
.kd-pbox__ttl2 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .kd-pbox__ttl2 {
    font-size: 7.2222222222vw;
    line-height: 10.8333333333vw !important;
    text-align: center;
    margin-bottom: -6.6666666667vw;
  }
}
.kd-pbox__type {
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 400 !important;
  /* background: #22AC38; */
  /* color: #fff; */
  /* line-height: 1.1; */
}

@media screen and (max-width: 767px) {
  .kd-pbox__type {
    padding: 20px 0;
    font-size: 4vw;
  }
}
.kd-pbox__toggle-icon {
  position: absolute;
  top: 55%;
  right: 1.3333333333vw;
  transform: translateY(-50%);
}

.kd-pbox__toggle-btn {
  cursor: pointer;
  position: relative;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  font-size: 5.8333333333vw;
  margin: -6.6666666667vw 0 0;
  padding: 8.8888888889vw 8.8888888889vw 5.2777777778vw;
}

.kd-pbox__toggle-btn .kd-pbox__toggle-icon {
  top: 63%;
  right: -0.666667vw;
}

.kd-pbox__toggle-btn span {
  position: relative;
  font-size: 2.6666666667vw;
  color: #22AC38;
  vertical-align: top;
  top: 0.4em;
}

.kd-pbox__toggle-btn .is-close-label {
  display: none;
}

.kd-pbox__toggle-btn.is-open .is-open-label {
  display: none;
}

.kd-pbox__toggle-btn.is-open .is-close-label {
  display: inline;
}

.kd-pbox__witems {
  margin: -40px 0 0;
  padding: 40px 0;
  background-color: #F9F9F9;
}

/* @media screen and (min-width: 768px) {
  .kd-pbox__witems {
    padding-top: 2.75em;
  }
} */
@media screen and (max-width: 767px) {
  .kd-pbox__witems {
    margin: 0;
    padding: 0;
  }
}
.kd-pbox__items {
  position: relative;
  padding: 0 2.5em;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .kd-pbox__items {
    padding: 0 15.2777777778vw 10vw;
  }
}
@media screen and (min-width: 768px) {
  .kd-pbox__items.is-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .js-scc-el .kd-pbox__items .slick-dots {
    display: none !important;
  }
}
.kd-pbox__items .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 70px;
  overflow: hidden;
  text-indent: -999px;
  border: 0;
  width: 48px;
  height: 48px;
  background: 0 0/contain;
  transition: opacity 0.25s;
}

@media screen and (max-width: 767px) {
  .kd-pbox__items .slick-arrow {
    top: 35%;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
  }
}
.kd-pbox__items .slick-arrow[aria-disabled=true] {
  opacity: 0;
}

.kd-pbox__items .slick-prev {
  left: -22px;
  background-image: url("../img/prev.svg");
}

@media screen and (max-width: 767px) {
  .kd-pbox__items .slick-prev {
    left: 2.2222222222vw;
  }
}
.kd-pbox__items .slick-next {
  right: -18px;
  background-image: url("../img/next.svg");
}

@media screen and (max-width: 767px) {
  .kd-pbox__items .slick-next {
    right: 2.2222222222vw;
  }
}
.kd-pbox__items .slick-dots {
  position: static;
  margin: 20em 0 0 0 !important;
  padding: 0 !important;
  text-align: center;
  font-size: 1px;
}

.kd-pbox__items .slick-dots li {
  background: transparent !important;
  display: inline-block;
  margin: 0 4px;
  opacity: 0.4;
}

.kd-pbox__items .slick-dots li.slick-active {
  background: transparent !important;
  opacity: 1;
}

.kd-pbox__items .slick-dots button {
  vertical-align: top;
  overflow: hidden;
  width: 8px;
  height: 8px !important;
  background: #222;
  text-indent: -999px;
  border: 0;
  border-radius: 100px;
  padding: 0;
}

.kd-pbox__item {
  width: 324px;
  margin: 0 40px 0 0;
  line-height: 2;
  background-color: #fff;
}

.kd-pbox__item:last-of-type {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .kd-pbox__item {
    width: auto;
    margin: 0;
    padding: 0;
  }
}
.kd-guide .kd-pbox__cap {
  letter-spacing: 3px;
  color: #111;
}

.kd-pbox__cap {
  margin-top: 24px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
}

.kd-pbox__cap small {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .kd-pbox__cap {
    font-size: 3.6111111111vw;
  }
  .kd-pbox__cap small {
    font-size: 3.2vw;
  }
}
.kd-pbox__tab [role=tablist] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .kd-pbox__tab [role=tablist] {
    padding: 0 3.125em;
  }
}
.kd-pbox__tab [role=tablist] button[role=tab] {
  background: #efefe7;
  width: 32.0197044335%;
  border: 0;
  border-radius: 8px;
  padding: 1em 1em 0.3em 1em;
  transition-property: background, color;
  transition-duration: 0.2s;
  color: #222;
}

@media screen and (max-width: 767px) {
  .kd-pbox__tab [role=tablist] button[role=tab] {
    padding: 2.6666666667vw 0;
    width: 32%;
  }
}
.kd-pbox__tab [role=tablist] button[role=tab].is-hover:hover {
  background: #22AC38;
  color: #fff;
}

.kd-pbox__tab [role=tablist] button[role=tab].is-hover:hover * {
  color: #fff !important;
}

.kd-pbox__tab [role=tablist] button[aria-selected=true] {
  position: relative;
  background: #22AC38;
  color: #fff !important;
}

.kd-pbox__tab [role=tablist] button[aria-selected=true] * {
  color: #fff !important;
}

.kd-pbox__tab [role=tablist] button[aria-selected=true]::after {
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  content: "";
  background: url("../img/tab_edge.svg") 0 0/contain no-repeat;
  width: 22px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .kd-pbox__tab [role=tablist] button[aria-selected=true]::after {
    bottom: -3.2vw;
    width: 5.8666666667vw;
    height: 3.2vw;
  }
}
.kd-pbox__tab-for {
  display: block;
  font-size: 14px;
  margin-bottom: 0.4em;
  color: #666;
}

.kd-pbox__tab-for sup {
  display: inline-block;
  font-size: 60%;
  transform: translateY(-0.2em);
}

@media screen and (max-width: 767px) {
  .kd-pbox__tab-for {
    font-size: 3.2vw;
  }
}
.kd-pbox__tab-size {
  display: block;
  font-size: 12px;
  color: #666;
}

.kd-pbox__tab-size b {
  font-size: 28px;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
}

@media screen and (max-width: 767px) {
  .kd-pbox__tab-size {
    font-size: 3.2vw;
  }
  .kd-pbox__tab-size b {
    display: block;
    font-size: 7.4666666667vw;
    line-height: 1;
    margin-top: 4vw;
  }
}
.kd-pbox__tab-note {
  text-align: center;
  margin: 1.75em 0 3.4375em 0;
  color: #666;
  font-size: 12px;
  letter-spacing: normal;
  color: #666;
}

@media screen and (max-width: 767px) {
  .kd-pbox__tab-note {
    margin: 8vw 0 6.6666666667vw 0;
    font-size: 3.2vw;
    text-align: left;
    line-height: 1.5;
  }
}
.kd-pbox__tab-note2 {
  text-align: center;
  margin: 1.4em 0 0 0;
  color: #666;
  font-size: 12px;
  letter-spacing: normal;
  color: #666;
}

.kd-pbox__tab-note2 p {
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .kd-pbox__tab-note2 p + p {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-pbox__tab-note2 {
    font-size: 3.2vw;
    text-align: left;
  }
}
.kd-pbox__attention {
  padding: 2.5em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .kd-pbox__attention {
    padding: 6.6666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .kd-pbox__attention dl {
    width: 78.2608695652%;
  }
}
@media screen and (max-width: 767px) {
  .kd-pbox__attention dl {
    width: 53.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .kd-pbox__attention figure {
    margin-right: 3.2608695652%;
    width: 13.0434782609%;
  }
}
@media screen and (max-width: 767px) {
  .kd-pbox__attention figure {
    width: 22.6666666667vw;
  }
}
.kd-pbox__attention dl,
.kd-pbox__attention dd {
  margin: 0;
}

.kd-pbox__attention dt {
  margin-bottom: 0.8333333333em;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .kd-pbox__attention dt {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.kd-pbox__attention dt .kd-icon {
  top: 0.2em;
  margin-left: 0.375em;
}

@media screen and (max-width: 767px) {
  .kd-pbox__attention dt .kd-icon {
    top: 0.1em;
    margin-left: 1.3333333333vw;
  }
}
.kd-pbox__attention dd {
  line-height: 2;
}

.kd-pbox__wlink {
  padding-top: 2.5em;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kd-pbox__wlink {
    padding-top: 8.8888888889vw;
  }
}
.kd-pbox__wlink a {
  color: #22AC38;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .kd-pbox__wlink a {
    font-size: 5vw;
    padding: 4.4444444444vw 0;
  }
}

.kd-pbox__wlink a .kd-icon {
  top: 0.5em;
  margin-left: 0.3125em;
}

/*========================================
  point
========================================*/
@media screen and (min-width: 768px) {
  .kd-point {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .kd-point .slick-list {
    margin-right: -4vw;
    margin-left: -4vw;
    padding-left: 8vw;
  }
  .kd-point .slick-dots {
    position: static;
    text-align: center;
    margin: 8vw 0 0 0 !important;
    padding: 0 !important;
    font-size: 1px;
  }
  .kd-point .slick-dots li {
    background: transparent !important;
    vertical-align: top;
    display: inline-block;
    margin: 0 1.3333333333vw;
    opacity: 0.4;
  }
  .kd-point .slick-dots li.slick-active {
    background: transparent !important;
    opacity: 1;
  }
  .kd-point .slick-dots button {
    overflow: hidden;
    text-indent: -999px;
    width: 8px;
    height: 8px !important;
    background: #222;
    border: 0;
    border-radius: 100px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .kd-point__item {
    width: 47%;
  }
  .kd-point__item.is-full {
    width: 100%;
    margin-top: 5.25em;
  }
}
@media screen and (max-width: 767px) {
  .kd-point__item {
    margin-top: 10.6666666667vw;
  }
  .kd-point__item:first-child {
    margin-top: 0;
  }
}
.kd-point__hdr {
  position: relative;
}

@media screen and (max-width: 767px) {
  .kd-point__hdr {
    margin-bottom: -6.4vw;
  }
}
.kd-point__hdr::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 40px;
  border-top: 2px solid #22AC38;
  border-right: 2px solid #22AC38;
  border-radius: 0 16px 0 0;
  position: relative;
  top: -2px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .kd-point__hdr::after {
    border-radius: 0 4.2666666667vw 0 0;
    height: 10.6666666667vw;
  }
}
.kd-point__ttl {
  position: relative;
  display: inline-block;
  background: #22AC38;
  color: #fff;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  font-size: 14px;
  padding: 0.625em 1.25em 0.3125em 1.25em;
  border-radius: 0 11px 0 0;
}

.kd-point__ttl::after {
  content: "";
  display: block;
  position: absolute;
  right: -0.9285714286em;
  width: 0.9285714286em;
  height: 100%;
  background: #f7f7f5;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .kd-point__ttl {
    font-size: 3.7vw;
    border-radius: 0 2.9333333333vw 0 0;
    padding: 2.9333333333vw 2.9333333333vw 1.6vw 2.9333333333vw;
  }
}
.kd-point__txt {
  margin: 0;
}

.kd-point__txt p:last-child {
  margin-bottom: 0;
}

.kd-point__row {
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  .kd-point__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 3%;
    padding-bottom: 4.375em !important;
  }
  .kd-point__row .kd-point__ttl3 {
    width: 41.6666666667%;
  }
  .kd-point__row .kd-point__txt {
    width: 55.2083333333%;
  }
}
.kd-point__ttl2,
.kd-point__ttl3 {
  font-size: 24px;
  font-weight: 600;
  color: #22AC38;
}

@media screen and (max-width: 767px) {
  .kd-point__ttl2,
.kd-point__ttl3 {
    position: relative;
    z-index: 2;
    font-size: 5.3333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .kd-point__ttl2 {
    min-height: 3em;
  }
}
@media screen and (max-width: 767px) {
  .kd-point__img-1 {
    width: 26.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-point__img-2 {
    width: 24vw;
  }
}
.kd-point__fig {
  height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1.25em 0;
}

@media screen and (max-width: 767px) {
  .kd-point__fig {
    margin: 8vw 0 6.4vw 0;
    height: auto;
  }
}
.kd-point__box {
  margin: 0;
}

.kd-point__txt {
  line-height: 2;
}

.kd-point__txt p {
  margin-bottom: 1.2em;
}

.kd-point__list-row {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .kd-point__list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.5em;
  }
  .kd-point__list-row.has-next {
    position: relative;
    margin-bottom: 2em;
  }
  .kd-point__list-row.has-next::after {
    content: "";
    display: block;
    background: url("../img/pt_arr.svg") 0 0/contain no-repeat;
    width: 11px;
    height: 47px;
    position: absolute;
    left: 9.6875em;
    bottom: -1.875em;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .kd-point__list-row {
    overflow: hidden;
    border-radius: 2.1333333333vw;
    width: 81.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-point__list {
    margin-top: 8vw;
  }
}
.kd-point__list-ttl {
  background: #f8ce43;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  border-radius: 16px 0 0 16px;
}

@media screen and (min-width: 768px) {
  .kd-point__list-ttl {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .kd-point__list-ttl {
    padding: 4.2666666667vw 0 3.7333333333vw 0;
    border-radius: 0;
  }
}
.kd-point__list-ttl span {
  color: #22AC38;
  display: block;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .kd-point__list-ttl span {
    margin-bottom: 0.5333333333vw;
    font-size: 3.2vw;
    letter-spacing: normal;
  }
}
.kd-point__list-ttl b {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .kd-point__list-ttl b {
    font-size: 4.8vw;
    letter-spacing: normal;
  }
}
.kd-point__list-body {
  background: #fff;
  margin: 0;
  padding: 1.875em 2.5em;
  border-radius: 0 16px 16px 0;
}

@media screen and (min-width: 768px) {
  .kd-point__list-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  .kd-point__list-body {
    padding: 5.8666666667vw 5.3333333333vw;
    border-radius: 0;
  }
}
.kd-point__list-body dl,
.kd-point__list-body dd {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .kd-point__list-fig {
    width: 22.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .kd-point__list-fig {
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
  .kd-point__list-fig img {
    margin: 0 auto;
    width: 36.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .kd-point__list-txt {
    width: 73.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .kd-point__list-txt {
    min-height: 12.6em;
  }
}
.kd-point__list-txt p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .kd-point__list-txt dt {
    text-align: center;
  }
}
.kd-point__list-txt dd {
  margin-top: 0.8em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .kd-point__list-txt dd {
    font-size: 3.7vw;
  }
}
/*========================================
  qa
========================================*/
@media screen and (min-width: 768px) {
  .kd-qa {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 102px 0 108px;
  }
}
@media screen and (max-width: 767px) {
  .kd-qa {
    padding: 0 4vw 24vw 4vw;
  }
}
@media screen and (min-width: 768px) {
  .kd-qa__hdr {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .kd-qa__hdr {
    margin-bottom: 12.2666666667vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .kd-qa__body {
    width: 58%;
  }
}
.kd-qa__ttl {
  position: relative;
  margin-bottom: 0.625em;
  padding-bottom: 1.25em;
  font-size: 42px;
  /* color: #22AC38; */
}

@media screen and (max-width: 1000px) {
  .kd-qa__ttl {
    font-size: 2.4489795918vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-qa__ttl {
    margin-top: 2.1333333333vw;
    padding-bottom: 8vw;
    font-size: 5.8666666667vw;
  }
}
.kd-qa__ttl::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #22AC38;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .kd-qa__ttl::after {
    width: 4.0816326531vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-qa__ttl::after {
    width: 10.5555555556vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.kd-qa__lead {
  margin-top: 0.8333333333em;
  font-size: 24px;
  font-weight: 600;
}

.kd-qa__lead p {
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .kd-qa__lead {
    font-size: 2.4489795918vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-qa__lead {
    margin-top: 5.3333333333vw;
    text-align: center;
    font-size: 4.8vw;
  }
}
.kd-qa__body dl,
.kd-qa__body dd {
  margin: 0;
}

.kd-qa__count {
  position: absolute;
  left: 1.6666666667em;
  top: -0.5833333333em;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  font-size: 24px;
  color: #22AC38;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1000px) {
  .kd-qa__count {
    font-size: 2.4489795918vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-qa__count {
    left: 5.3333333333vw;
    font-size: 6.4vw;
  }
}
.kd-qa__item + .kd-qa__item {
  margin-top: 2.5em;
}

.kd-qa__item dt {
  cursor: pointer;
  position: relative;
  background: #f8ce43;
  border-radius: 16px;
  font-size: 20px;
  padding: 1.2em 2em;
  transition: 0.25s border-radius;
  font-weight: bold;
  letter-spacing: 3px;
}
.kd-qa__item dt .kd-icon--toggle {
  background-color: #22AC38;
}

.kd-qa__item dt.is-open {
  border-radius: 16px 16px 0 0;
}

@media screen and (max-width: 1000px) {
  .kd-qa__item dt {
    font-size: 2.0408163265vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-qa__item dt {
    padding: 7.4666666667vw 5.3333333333vw;
    font-size: 3.6111111111vw;
    letter-spacing: 0.8333333333vw;
    border-radius: 2.1333333333vw;
  }
  .kd-qa__item dt.is-open {
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
.kd-qa__item dt .kd-icon--toggle {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
  .kd-qa__item dt .kd-icon--toggle {
    right: 2.4489795918vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-qa__item dt .kd-icon--toggle {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    right: 5.2777777778vw;
    margin: 0;
  }
}
.kd-qa__item dd {
  display: none;
  background: #f7f7f5;
  border-radius: 0 0 16px 16px;
  padding: 1.625em 2.5em 2.5em 2.5em;
}

@media screen and (max-width: 767px) {
  .kd-qa__item dd {
    padding: 3.7333333333vw 5.3333333333vw 7.4666666667vw 5.3333333333vw;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
}
.kd-qa__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25em;
}

@media screen and (max-width: 767px) {
  .kd-qa__ill {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .kd-qa__ill img {
    width: 25.306122449vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-qa__ill img {
    width: 49.0666666667vw;
  }
}
.kd-qa__fig {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .kd-qa__fig {
    width: 21.3333333333vw;
  }
}
.kd-qa__msg {
  background: url("../img/qa_br.svg") 0 50% no-repeat;
  padding-left: 2em;
  width: 71.6%;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 3px;
  min-height: 97px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.kd-qa__msg p {
  line-height: 1.5;
  margin: 0;
}

.kd-qa__txt {
  letter-spacing: 3.5px;
}

.kd-qa__txt p{
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .kd-qa__msg {
    background-size: auto 9.8979591837vw;
    min-height: 9.8979591837vw;
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-qa__msg {
    background-size: auto 16.5333333333vw;
    padding-left: 6.9333333333vw;
    min-height: 16.5333333333vw;
    font-size: 3.0555555556vw;
    width: 56vw;
  }
  .kd-qa__msg p {
    margin-right: -3.2vw;
    letter-spacing: 0.8333333333vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .kd-qa__txt {
    font-size: 3.3333333333vw;
  }
  .kd-qa__txt p {
    line-height: 1.8;
  }
}
.kd-qa__note {
  margin-top: 0.8em;
  font-size: 12px;
  color: #666;
}

.kd-qa__note p {
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .kd-qa__note {
    font-size: 1.2244897959vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-qa__note {
    font-size: 3.2vw;
  }
}
/*========================================
  second
========================================*/
.kd-second {
  background: #22AC38;
  text-align: center;
  padding: 144px 0 168px;
}

@media screen and (max-width: 767px) {
  .kd-second {
    padding: 80px 0;
  }
}
.kd-second__ttl {
  margin: 4.375em 0 3.125em 0;
}

@media screen and (max-width: 767px) {
  .kd-second__ttl {
    margin: 0 0 6.4vw 0;
  }
  .kd-second__ttl img {
    width: 68vw;
  }
}
.kd-second__txt {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .kd-second__txt img {
    width: 60.8vw;
  }
}
.kd-second__list {
  margin: 0 auto !important;
  padding: 3.375em 0 0 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /* justify-content: space-between; */
}

@media screen and (max-width: 767px) {
  .kd-second__list {
    max-width: none;
    margin: 0 1.67vw;
    padding-top: 6.6666666667vw !important;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
}
.kd-second__list > li {
  position: relative;
  width: 220px;
  margin: 0 20px;
  border-radius: 16px;
  background: #fff;
  margin-top: 1.5em;
  letter-spacing: normal;
}

.kd-second__list > li::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 26px;
  height: 26px;
  background-image: url(../img/2023/ic_deco.svg);
  background-size: 100% auto;
  transform: translateX(-50%);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .kd-second__list > li::after {
    bottom: 3.52vw;
    width: 5.33vw;
    height: 5.33vw;
  }
}
.kd-second__list > li.is-row2 a {
  padding-bottom: 2.5em;
}

@media screen and (max-width: 767px) {
  .kd-second__list > li {
    margin: 0;
    width: 44vw;
  }
}
.kd-second__list a {
  display: block;
  text-decoration: none;
  color: #222;
  padding: 1.125em 0 3.375em 0;
  transition: color 0.25s;
}

.kd-second__list a.is-hover:hover {
  color: #22AC38;
}

.kd-second__list a.is-hover:hover .kd-second__list-wicon {
  transform: translateY(3px);
}

.kd-second__list p {
  margin: 0;
}

.kd-second__list-ttl {
  padding-bottom: 0.75em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .kd-second__list-ttl {
    margin-bottom: 0vw;
    font-size: 3.7333333333vw;
    min-height: 3.7em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.kd-second__list-fig {
  height: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.kd-second__list-fig.is-ill-2 {
  height: 45px;
}

@media screen and (max-width: 767px) {
  .kd-second__list-fig {
    height: 16vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .kd-second__list-fig.is-ill-2 {
    height: 16vw;
  }
  .kd-second__list-fig .is-ill-1 {
    width: 25.0666666667vw;
  }
  .kd-second__list-fig .is-ill-2 {
    width: 33.3333333333vw;
  }
  .kd-second__list-fig .is-ill-3 {
    width: 29.3333333333vw;
  }
  .kd-second__list-fig .is-ill-4 {
    width: 24vw;
  }
  .kd-second__list-fig .is-ill-5 {
    width: 26.1333333333vw;
  }
  .kd-second__list-fig .is-ill-6 {
    width: 28vw;
  }
  .kd-second__list-fig .is-ill-7 {
    width: 11.2vw;
  }
  .kd-second__list-fig .is-ill-8 {
    width: 28.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .kd-second__list-fig-a {
    height: 83px;
  }
}
@media screen and (min-width: 768px) {
  .kd-second__list-fig-b {
    height: 98px;
  }
}
@media screen and (max-width: 767px) {
  .kd-second__list-fig-sp-a {
    margin-top: -3.2vw;
    height: 21.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-second__list-fig-sp-b {
    margin-top: -3.2vw;
    margin-bottom: -2.1333333333vw;
    height: 20.2666666667vw;
  }
}
/*========================================
  step
========================================*/
.kd-step {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 73px;
}

@media screen and (max-width: 767px) {
  .kd-step {
    margin-bottom: 7.7777777778vw;
  }
}
.kd-step > li {
  position: relative;
  margin-top: 140px;
  padding-left: 120px;
}

@media screen and (max-width: 1000px) {
  .kd-step > li {
    margin-top: 8.1632653061vw;
    padding-left: 12.2448979592vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-step > li {
    margin-top: 13.3333333333vw;
    padding-left: 14.6666666667vw;
  }
}
.kd-step > li::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/dotte.svg");
  left: 40px;
  top: 95px;
  width: 2px;
  height: calc(100% - 40px);
}

@media screen and (max-width: 767px) {
  .kd-step > li::before {
    left: 5.3333333333vw;
    top: 16vw;
    height: calc(100% - 8vw);
  }
}
.kd-step > li:last-child::before {
  display: none;
}

.kd-step__count {
  position: absolute;
  left: 0;
  top: 0;
  background: #22AC38;
  color: #fff;
  width: 84px;
  height: 84px;
  text-align: center;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  line-height: 1.1;
  padding-top: 0.9375em;
}

@media screen and (max-width: 1000px) {
  .kd-step__count {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-step__count {
    padding-top: 1.6vw;
    width: 12vw;
    height: 12vw;
  }
}
.kd-step__count span {
  display: block;
  margin-bottom: 0.4285714286em;
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .kd-step__count span {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-step__count span {
    font-size: 2.1333333333vw;
  }
}
.kd-step__count b {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1000px) {
  .kd-step__count b {
    font-size: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-step__count b {
    font-size: 6.6666666667vw;
  }
}
.kd-step__ttl {
  margin-bottom: 0.46875em;
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .kd-step__ttl {
    font-size: 3.2653061224vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-step__ttl {
    padding-top: 0.5333333333vw;
    margin-bottom: 3.2vw;
    font-size: 7.4666666667vw;
  }
}
.kd-step__txt p {
  margin: 0;
  letter-spacing: 0.21em;
  line-height: 2;
}

.kd-step__point {
  margin-top: 2.1875em;
}

@media screen and (max-width: 767px) {
  .kd-step__point {
    margin-top: 5.3333333333vw;
  }
}
.kd-step__point > dt {
  font-family: "jins_next_ttbold", sans-serif;
  font-display: swap;
}

.kd-step__point dt {
  display: inline-block;
  margin: 0;
  padding: 0.625em 1.25em 0 1.25em;
  border-radius: 0 16px 0 0;
  background: #fff;
  font-weight: 600;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .kd-step__point dt {
    border-radius: 0 4.2666666667vw 0 0;
  }
}
.kd-step__point dt span {
  display: inline-block;
  border-bottom: 2px solid #22AC38;
}

.kd-step__point dd {
  background: #fff;
  margin: 0;
  padding: 2.5em;
}

@media screen and (max-width: 767px) {
  .kd-step__point dd {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .kd-step__faq {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.kd-step__faq dt {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #22AC38;
  letter-spacing: 0.05em;
}

.kd-step__faq dd p{
  line-height: 2;
  letter-spacing: 0.23em;
}

@media screen and (min-width: 768px) {
  .kd-step__faq dt {
    width: 34.375%;
  }
}
@media screen and (max-width: 1000px) {
  .kd-step__faq dt {
    font-size: 2.4489795918vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-step__faq dt {
    font-size: 4.2666666667vw;
  }
}
.kd-step__faq dd {
  margin: 0;
  padding: 0;
  color: #22AC38;
}

@media screen and (min-width: 768px) {
  .kd-step__faq dd {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .kd-step__faq dd.is-sp-toggle {
    position: relative;
    overflow: hidden;
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    height: 33.6vw;
    transition: 0.25s height;
  }
  .kd-step__faq dd.is-sp-toggle::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 13.8666666667vw;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
    transition: 0.25s opacity;
  }
  .kd-step__faq dd.is-sp-toggle.is-open::after {
    opacity: 0;
  }
}
.kd-step__faq dd p {
  margin: 0;
}

.kd-step__toggle-btn {
  text-align: right;
  font-size: 2.6666666667vw;
  color: #22AC38;
  margin-top: 5.3333333333vw;
}

.kd-step__toggle-btn span {
  position: relative;
  font-size: 2.6666666667vw;
  color: #22AC38;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  vertical-align: top;
  top: 1.3333333333vw;
  letter-spacing: normal;
  margin-right: 1.3333333333vw;
}

.kd-step__toggle-btn .is-close-label {
  display: none;
}

.kd-step__toggle-btn.is-open .is-open-label {
  display: none;
}

.kd-step__toggle-btn.is-open .is-close-label {
  display: inline;
}

.kd-step__list {
  color: #222;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .kd-step__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .kd-step__list > li {
    margin-top: 2.5em;
    width: 48.0769230769%;
  }
  .kd-step__list > li:nth-child(1),
.kd-step__list > li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .kd-step__list > li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 5.8666666667vw;
  }
  .kd-step__list > li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .kd-step__list > li:nth-child(3) {
    align-items: flex-start;
  }
  .kd-step__list > li:nth-child(3) .kd-step__cap {
    padding-top: 2.5vw;
  }
}
.kd-step__list > li p {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .kd-step__icon {
    width: 21.3333333333vw;
  }
}
.kd-step__cap {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .kd-step__cap {
    padding-top: 0.875em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  .kd-step__cap {
    font-size: 1.6326530612vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-step__cap {
    width: 40vw;
    font-size: 3.4666666667vw;
  }
}
.kd-step__cap span:not(.kd-step__note) {
  letter-spacing: normal;
}

.kd-step__note {
  display: block;
  padding-top: 1em;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  white-space: normal;
}

@media screen and (max-width: 1000px) {
  .kd-step__note {
    font-size: 1.2244897959vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-step__note {
    font-size: 3.2vw;
  }
}
.kd-step__note2 {
  padding-top: 1em;
  font-size: 12px;
  text-align: left;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
}

.kd-step__note2 p {
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .kd-step__note2 {
    font-size: 1.2244897959vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-step__note2 {
    font-size: 3.2vw;
    letter-spacing: 1px;
  }
  .kd-step__note2 p {
    margin-top: 0.5em;
  }
  .kd-step__note2 p:first-child {
    margin-top: 0;
  }
}
.kd-step__wbtn {
  margin-top: 1.25em;
  margin-bottom: 58px;
}

@media screen and (max-width: 767px) {
  .kd-step__wbtn {
    margin-top: 5.3333333333vw;
    margin-bottom: 60px;
  }
}
.kd-step__wbtn a {
  display: inline-block;
}

/*========================================
  try
========================================*/
.kd-try {
  background: #f7f7f5;
  padding: 7.5em 0;
}

@media screen and (max-width: 767px) {
  .kd-try {
    padding: 18.6666666667vw 4vw 21.3333333333vw 4vw;
  }
}
.kd-try__hdr {
  position: relative;
  padding-bottom: 2em;
}

.kd-try__hdr::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #22AC38;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1000px) {
  .kd-try__hdr::after {
    width: 4.0816326531vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-try__hdr::after {
    width: 10.6666666667vw;
  }
}
.kd-try__ttl {
  text-align: center;
  font-size: 36px;
}

@media screen and (max-width: 1000px) {
  .kd-try__ttl {
    font-size: 3.6734693878vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-try__ttl {
    font-size: 6.4vw;
  }
}
.kd-try__ttl2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 3.4375em;
}

@media screen and (max-width: 1000px) {
  .kd-try__ttl2 {
    font-size: 2.4489795918vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-try__ttl2 {
    font-size: 3.7vw;
    line-height: 2.28 !important;
  }
}
.kd-try__body ul {
  margin: 0;
  padding: 0;
}

.kd-try__body dl,
.kd-try__body dd {
  margin: 0;
}

.kd-try__fig {
  margin: 4em 0;
  text-align: center;
}

.kd-try__fig a {
  transition: 0.25s opacity;
}

.kd-try__fig a.is-hover:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1000px) {
  .kd-try__fig img {
    width: 16.3265306122vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-try__fig {
    margin: 10.6666666667vw 0;
  }
  .kd-try__fig img {
    width: 42.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .kd-try__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kd-try__list > li {
    width: 30.6%;
  }
}
.kd-try__list > li {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .kd-try__list > li {
    margin-top: 10.6666666667vw;
  }
  .kd-try__list > li:first-child {
    margin-top: 0;
  }
}
.kd-try__wtxt {
  padding: 1.875em 1.5625em;
}

@media screen and (max-width: 767px) {
  .kd-try__wtxt {
    padding: 4.8vw 4.2666666667vw 10.6666666667vw 4.2666666667vw;
  }
}
.kd-try__wtxt dt {
  margin-bottom: 0.8333333333em;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .kd-try__wtxt dt {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-try__wtxt dt {
    font-size: 4.8vw;
  }
}
.kd-try__wtxt dd {
  line-height: 2;
}

.kd-try__wbtn {
  margin: 2.375em 0;
  text-align: center;
  font-size: 14px;
}

.kd-try__wbtn a {
  min-width: 170px;
}

@media screen and (max-width: 1000px) {
  .kd-try__wbtn {
    font-size: 1.4285714286vw a;
    font-size-min-width: 17.3469387755vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-try__wbtn {
    margin: 8vw 0 8.5333333333vw 0;
    font-size: 3.7333333333vw;
  }
  .kd-try__wbtn a {
    margin: 0 auto;
    width: 45.3333333333vw;
    min-width: none;
  }
}
.kd-try__com {
  padding: 1.5em 0;
  border-top: 1px solid #edeae5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kd-try__com {
    padding: 8vw 0 0 0;
  }
}
.kd-try__com p {
  margin: 1em 0 0 0;
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .kd-try__com p {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-try__com p {
    margin-top: 6.9333333333vw;
    font-size: 3.7vw;
  }
}
.kd-try__com img {
  height: 35px;
}

@media screen and (max-width: 1000px) {
  .kd-try__com img {
    height: 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-try__com img {
    height: 9.6vw;
  }
}
.kd-try__comlink {
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .kd-try__comlink {
    margin-top: 5.3333333333vw;
  }
}
.kd-try__comlink a {
  color: #22AC38;
  font-size: 12px;
  text-decoration: none;
}

.kd-try__comlink a .kd-icon--blank {
  top: 0.7em;
  margin-left: 0.625em;
}

@media screen and (max-width: 1000px) {
  .kd-try__comlink a {
    font-size: 1.2244897959vw;
  }
}
@media screen and (max-width: 767px) {
  .kd-try__comlink a {
    font-size: 3.2vw;
  }
  .kd-try__comlink a .kd-icon--blank {
    top: 0.5em;
  }
}
.kd-try__comlink a.is-hover:hover {
  text-decoration: underline;
}

.kd-try__bnr {
  margin-top: 3.75em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kd-try__bnr {
    margin-top: 10.6666666667vw;
  }
}
.kd-try__bnr a {
  display: inline-block;
  transition: 0.25s opacity;
}

.kd-try__bnr a.is-hover:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .kd-try__bnr a {
    margin: 0 1.125em;
    width: 34.5%;
  }
}
@media screen and (max-width: 767px) {
  .kd-try__bnr a {
    margin-top: 5.3333333333vw;
  }
  .kd-try__bnr a:first-child {
    margin-top: 0;
  }
  .kd-try__bnr a img {
    width: 100%;
  }
}
.kd-wbtns {
  margin: 5em 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kd-wbtns {
    margin: 8vw 0;
  }
}
.kd-wbtns ul {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .kd-wbtns a {
    margin: 0 1em;
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .kd-wbtns a {
    margin-top: 4vw;
  }
  .kd-wbtns a:first-child {
    margin-top: 0;
  }
}
/* 追加 */
.slick-slide img {
  display: block;
  width: 100%;
}

.kd-iconbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .kd-iconbox {
    /* justify-content: space-between; */
    margin: 9.72vw 1.67vw 0;
  }
}
.kd-iconbox__img {
  margin: 0 8px;
}

@media screen and (max-width: 767px) {
  .kd-iconbox__img {
    width: 43.89vw;
    margin: 4.72vw 2.22vw 0;
  }
}
.kd-frame__ttl {
  position: relative;
  z-index: 1;
  margin: 98px 0 24px;
  font-size: 32px;
  letter-spacing: 2.56px;
  text-align: center;
  font-weight: 500 !important;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
  line-height: 1;
}
.kd-frame__ttl span{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 23px;
  font-family: "Tazugane Gothic", "TazuganeGothicStdN-Book", sans-serif;
}
.kd-frame__ttl sup {
  font-size: 45%;
  line-height: 0;
  position: relative;
  vertical-align: 0.5em;
}

.kd-items__text{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.625;
  text-align: center;
  margin: 21px 0 22px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .kd-frame__ttl {
    margin: 16.6666666667vw 0 17px;
    font-size: 6.9444444444vw;
    letter-spacing: 0.5555555556vw;
    line-height: 1.4;
  }
  .kd-frame__ttl span{
    font-size: 17px;
    margin-bottom: 14px;
  }
  .kd-items__text{
    margin: 21px 0 10px;
  }
}
.kd-frame__wrap {
  display: flex;
  justify-content: center;
  margin: 35px 0 100px;
}

@media screen and (max-width: 767px) {
  .kd-frame__wrap {
    margin: 6.6666666667vw 0 0;
    padding: 0 3.8888888889vw 14.1666666667vw;
  }
}
.kd-frame__text {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .kd-frame__text {
    width: 100%;
    font-size: 3.61vw;
    line-height: 7.22;
    letter-spacing: 0;
  }
}
.kd-pbox__fig {
  padding: 16px;
}

.js-slick-guide {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}
.js-slick-guide .slick-track {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .js-slick-guide .kd-pbox__fig {
    height: auto;
  }
}

.js-slick-guide .kd-icon {
  vertical-align: baseline;
  top: -0.06em;
}
/* @media only screen and (max-width: 767px) {
  .js-slick-guide .kd-icon {
    position: relative;
    top: 2px;
  }
} */

.js-slick-guide .kd-pbox__item {
  margin: 0 20px;
  padding: 0 0 0 0;
  height: auto !important;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .js-slick-guide .kd-pbox__item {
    margin: 0 2.78vw;
  }
}
.js-slick-guide .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 110px;
  overflow: hidden;
  text-indent: -999px;
  border: 0;
  width: 48px;
  height: 48px;
  background: 0 0/contain;
  transition: opacity 0.25s;
}

@media screen and (max-width: 767px) {
  .js-slick-guide .slick-arrow {
    top: 34.6666666667vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}
.js-slick-guide .slick-arrow[aria-disabled=true] {
  opacity: 0;
}

.js-slick-guide .slick-prev {
  left: -48px;
  background-image: url("../img/prev.svg");
}

@media screen and (max-width: 767px) {
  .js-slick-guide .slick-prev {
    left: -3.89vw;
  }
}
.js-slick-guide .slick-next {
  right: -48px;
  background-image: url("../img/next.svg");
}

@media screen and (max-width: 767px) {
  .js-slick-guide .slick-next {
    right: -3.89vw;
  }
}
.js-slick-guide .slick-dots {
  position: static;
  margin: 20em 0 0 0 !important;
  padding: 0 !important;
  text-align: center;
  font-size: 1px;
}

/* @media screen and (max-width: 767px) {
  .js-slick-guide .slick-dots {
    margin: 0 !important;
  }
} */
.js-slick-guide .slick-dots li {
  background: transparent !important;
  display: inline-block;
  margin: 0 4px;
  opacity: 0.4;
}

.js-slick-guide .slick-dots li.slick-active {
  background: transparent !important;
  opacity: 1;
}

.js-slick-guide .slick-dots button {
  vertical-align: top;
  overflow: hidden;
  width: 8px;
  height: 8px !important;
  background: #fff;
  text-indent: -999px;
  border: 0;
  border-radius: 100px;
  padding: 0;
}

.js-slick-guide .kd-pbox__fig {
  padding: 0;
}

.js-slick-guide figcaption {
  margin: 0;
  padding: 0.9375em;
  font-weight: bold;
  line-height: 1.5;
  font-size: 15px;
}

/* @media screen and (max-width: 1000px) {
  .kd-guide__list figcaption {
    font-size: 1.5306122449vw;
  }
} */
@media screen and (max-width: 767px) {
  .js-slick-guide figcaption {
    font-size: 4.2666666667vw;
    letter-spacing: normal;
  }
}
.kd-frame__border {
  border-bottom: #111 solid 1px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .kd-frame__border {
    border: none;
    position: relative;
  }
  .kd-frame__border::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 92.2222222222vw;
    height: 0.2777777778vw;
    background-color: #111;
    transform: translateX(-50%);
  }
}

.kd-pbox__lens {
  width: 92%;
  margin: 0 auto;
  padding: 104px 0;
  border-bottom: #111 solid 1px;
}

@media screen and (max-width: 767px) {
  .kd-pbox__lens {
    width: 82.22vw;
    margin: 0 auto;
    padding: 25vw 0 17.7777777778vw;
  }
}
.kd-choose__inner {
  width: 92%;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .kd-choose__inner {
    width: 100%;
  }
}

.kd-pbox__figwrap {
  overflow: hidden;
  height: 175px;
}

.kd-lineup__text {
  margin: 10px 0 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 25px !important;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .kd-lineup__text {
    margin: 10px 0 0;
    font-size: 3.8888888889vw;
    line-height: 6.1111111111vw !important;
    letter-spacing: 0.1555555556vw;
  }
}

.kd-lineup__wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
  width: 681px;
  margin: 61px auto 0;
}
@media only screen and (max-width: 767px) {
  .kd-lineup__wrap {
    width: 88.93vw;
    margin: 10.5555555556vw auto 0;
  }
}

.kd-lineup__wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 4px;
  background: #111;
  transform: translate(-50%, -50%);
}

/* @media screen and (max-width: 767px) {
  .kd-lineup__wrap::after {
    width: 100vw;
    top: 50%;
    left: 50%;
  }
} */
.kd-lineup__wrap a {
  text-decoration: none;
}

.kd-lineup__anchor {
  position: relative;
  width: 300px;
  padding: 59px 0 93px;
  text-align: center;
  border-radius: 10px;
  background-color: #FFF;
  background-position: center;
  background-size: cover;
  border: 4px solid #F7CA17;
}
.kd-lineup--junior {
  border: 4px solid #23AC38;
}

@media screen and (max-width: 767px) {
  .kd-lineup__anchor {
    width: 41.07vw;
    padding: 10.13vw 0 14.4vw;
    border-radius: 2.67vw;
    border: 2px solid #F7CA17;
  }
  .kd-lineup--junior {
    border: 2px solid #23AC38;
  }
}
.kd-lineup__anchor::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-image: url(../img/2023/anchor_deco.svg);
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .kd-lineup__anchor::after {
    width: 8.53vw;
    height: 8.53vw;
  }
}
.kd-lineup__head {
  position: relative;
  font-size: 31px;
  letter-spacing: 2.48px;
  color: #111;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
}

@media screen and (max-width: 767px) {
  .kd-lineup__head {
    font-size: 5.6vw;
    letter-spacing: 0.45vw;
  }
}
.kd-lineup__sup {
  margin: 68px 0 0;
  font-size: 18px;
  letter-spacing: 0;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .kd-lineup__sup {
    margin: 10.93vw 0 0;
    font-size: 3.73vw;
  }
}

.kd-lineup--kids::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 132px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F7C710;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .kd-lineup--kids::before {
    top: 21.6666666667vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}

.kd-lineup--junior::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 132px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #22AC38;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .kd-lineup--junior::before {
    top: 21.6666666667vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}

.kd-ass__bnr {
  display: block;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  cursor: pointer;
}
.kd-ass__bnr-link{
  margin-top: 30px;
  margin-bottom: 115px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kd-ass__bnr {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .kd-ass__bnr figure img {
    width: 100%;
  }
}

.kd-why {
  padding: 0 0 120px;
  overflow-x: hidden;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 767px) {
  .kd-why {
    padding: 0 0 80px;
  }
}

.kd-why__ttl {
  position: relative;
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 72px 0 0;
  font-size: 42px;
  letter-spacing: 3.36px;
  color: #22AC38;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .kd-why__ttl {
    width: 100%;
    padding: 14.13vw 8.53vw 0;
    font-size: 6.93vw;
    letter-spacing: 0.55vw;
    line-height: 11.5555555556vw;
  }
}

.kd-why__ttl::after {
  content: "";
  position: absolute;
  right: 141px;
  bottom: -215px;
  width: 428px;
  height: 323px;
  background-image: url(../img/2023/img_whyjins.png);
  background-size: 100% auto;
}
@media only screen and (max-width: 1280px) {
  .kd-why__ttl::after {
    right: 0;
    transform: scale(0.75);
  }
}
@media only screen and (max-width: 1080px) {
  .kd-why__ttl::after {
    right: -60px;
    bottom: -312px;
  }
}
@media only screen and (max-width: 767px) {
  .kd-why__ttl::after {
    right: 6.4vw !important;
    bottom: -30.4vw;
    width: 39.47vw;
    height: 29.87vw;
    transform: scale(1);
  }
}

.kd-why__sub {
  margin: 0 0 32px;
  font-size: 32px;
  letter-spacing: 2.56px;
  color: #111;
  font-family: "jins_next_ttregular", sans-serif;
  font-display: swap;
}
@media only screen and (max-width: 767px) {
  .kd-why__sub {
    display: block;
    margin: 0 0 -9.1111111111vw;
    font-size: 5.6vw;
    letter-spacing: 0.45vw;
    line-height: 1.55;
  }
}

.kd-why__head {
  width: 100%;
  max-width: 900px;
  margin: 100px auto 0;
}
@media only screen and (max-width: 767px) {
  .kd-why__head {
    display: block;
    width: 82.2222222222vw;
    margin: 45px auto 0;
  }
}

.kd-why__item-uni {
  width: 45vw;
  max-width: 591px;
  margin: 144px 0 0;
}
@media only screen and (max-width: 767px) {
  .kd-why__item-uni {
    width: 100%;
    margin: 9.07vw 0 0;
  }
}

.kd-why__subttl {
  display: inline-block;
  padding: 7px 15px;
  font-size: 32px;
  line-height: 1 !important;
  letter-spacing: 2.56px;
  color: #FFF;
  background-color: #22AC38;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .kd-why__subttl {
    font-size: 5.6vw;
    letter-spacing: 0.45vw;
    border-radius: 1.33vw;
    line-height: 1 !important;
  }
}

.kd-why__text {
  margin: 20px 0 0;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #22AC38;
}
@media only screen and (max-width: 767px) {
  .kd-why__text {
    margin: 13px 0 0;
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.1944444444vw;
  }
}

.kd-why__subtext {
  margin: 28px 0 0 6vw;
  font-size: 16px;
  letter-spacing: 1.28px;
  line-height: 36px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .kd-why__subtext {
    margin: 4.27vw 0 0;
    font-size: 3.47vw;
    letter-spacing: 0.28vw;
    line-height: 6.9444444444vw;
  }
}

.kd-why__foot {
  margin: 93px 0 0;
}
@media only screen and (max-width: 767px) {
  .kd-why__foot {
    margin: 9.4444444444vw 3.8888888889vw 0;
  }
}

.kd-why__inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 55px 59px 58px;
  text-align: center;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 80px 0 rgba(0, 28, 25, 0.16);
}
@media only screen and (max-width: 767px) {
  .kd-why__inner {
    padding: 7.2222222222vw 5vw 7.5vw;
    border-radius: 2.7777777778vw;
    box-shadow: 0 0 8.3333333333vw 0 rgba(0, 28, 25, 0.16);
  }
}

.kd-why__inner::before {
  content: "";
  position: absolute;
  top: -63px;
  left: -240px;
  width: 138px;
  height: 500px;
  background-image: url(../img/2023/dec_why.svg);
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .kd-why__inner::before {
    width: 5vw;
    height: 5vw;
  }
}

.kd-why__inner::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -240px;
  width: 143px;
  height: 538px;
  background-image: url(../img/2023/dec_jins.svg);
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .kd-why__inner::after {
    width: 5vw;
    height: 5vw;
  }
}

.kd-why__inner--sub {
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #22AC38;
}
.kd-why__inner--sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  width: 18px;
  height: 28px;
  background-image: url(../img/2023/slash_l.svg);
  background-size: 100% auto;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .kd-why__inner--sub::before {
    left: -7.7777777778vw;
    width: 3.3333333333vw;
    height: 5vw;
  }
}
.kd-why__inner--sub::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 18px;
  height: 28px;
  background-image: url(../img/2023/slash_r.svg);
  background-size: 100% auto;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .kd-why__inner--sub::after {
    right: -7.7777777778vw;
    width: 3.3333333333vw;
    height: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .kd-why__inner--sub {
    font-size: 5.8333333333vw;
    letter-spacing: 0.4666666667vw;
  }
}

.kd-why__inner--ttl {
  display: inline-block;
  position: relative;
  max-width: 590px;
  padding: 7px 27px;
  font-size: 32px;
  letter-spacing: 2.56px;
  font-weight: bold;
  color: #22AC38;
}
.kd-why__inner--ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background-image: url(../img/2023/bracket_l.svg);
  background-size: 100% auto;
}
.kd-why__inner--ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23px;
  height: 23px;
  background-image: url(../img/2023/bracket_r.svg);
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .kd-why__inner--ttl {
    font-size: 5.8333333333vw;
    letter-spacing: 0.4666666667vw;
    line-height: 7.5vw;
  }
}

.kd-why__inner--ttl-b {
  font-size: 40px;
  letter-spacing: 3.2px;
  color: #22AC38;
}
@media only screen and (max-width: 767px) {
  .kd-why__inner--ttl-b {
    font-size: 5.8333333333vw;
    letter-spacing: 0.4666666667vw;
  }
}

.kd-why__inner--ttl-b sup {
  position: relative;
  top: -22px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .kd-why__inner--ttl-b sup {
    top: -2.5vw;
    font-size: 2.7777777778vw;
  }
}

.kd-why__inner--subttl {
  margin: 20px 0 26px;
  font-size: 25px;
  letter-spacing: 1.81px;
  line-height: 48px;
  font-weight: bold;
  color: #111;
}
@media only screen and (max-width: 767px) {
  .kd-why__inner--subttl {
    margin: 8.8888888889vw 0 2.2222222222vw;
    font-size: 4.7222222222vw;
    letter-spacing: 0.1888888889vw;
    line-height: 9.3333333333vw;
  }
}

.kd-why__inner--txt {
  text-align: left;
  margin: 28px 0 0;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.28px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .kd-why__inner--txt {
    margin: 7.2222222222vw 0 0;
    font-size: 3.6111111111vw;
    line-height: 7.2222222222vw;
    letter-spacing: 0.2888888889vw;
  }
}

.kd-why__inner--suptxt {
  margin: 27px 0 0;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1.18px;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .kd-why__inner--suptxt {
    margin: 7.2222222222vw 0 0;
    font-size: 3.3333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .kd-icon-step {
    width: 5.2777777778vw;
    height: 5.2777777778vw;
    margin: 0;
    background-color: #22AC38;
  }
}

.kd-btn__lens {
  width: 342px;
}
@media only screen and (max-width: 767px) {
  .kd-btn__lens {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sp-pt_uni {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .js-lazy-sp-hide .slick-track {
    display: flex;
  }
}

.js-lazy-sp-hide .slick-slide {
  background: #fff;
  height: auto !important;
}/*# sourceMappingURL=style.css.map */

/* 2024/03/08追加 */
.kd-bnrs {
  flex-direction: column;
  align-items: center;
}
.kd-bnrs__bnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.kd-bnrs__bnr .bnr-01{
  background-color: #05275E;
}
/* .kd-bnrs__bnr .bnr-02{
  background-color: #CD1D63;
}
.kd-bnrs__bnr .bnr-03{
  background-color: #776A5B;
} */
.kd-bnrs__bnr:nth-child(1){
  grid-column: span 2;
}
.kd-bnrs__bnr p{
  line-height: 1.4285;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #FFF;
  margin-bottom: 10px;
  padding: 6px 0;
}
.kd-bnrs__bnr a {
  transition: opacity 200ms ease-in-out;
  text-decoration: none;
}
.kd-bnrs__bnr p + a {
  margin-top: -0.5em;
}

@media screen and (max-width: 767px) {
  .kd-bnrs__bnr p{
    font-size: 14px;
  }
}
.kd-bnrs__bnr a:hover,
.kd-bnrs__bnr a:focus {
  opacity: 0.8;
}
.kd-bnrs__bnr img {
  display: block;
  max-width: 100%;
  max-height: 248px;
  width: auto;
}
.kd-bnrs__bnr .text-center {
  text-align: center;
}

.kd-bnrs__bnr__flex{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  margin-top: 40px;
  margin-bottom: 94px;
  max-width: 598px;
}

.kd-bnrs__feature-list{
  margin-top: 46px;
  display: flex;
  gap: 3.57vw;
}

@media screen and (max-width: 767px) {
  .kd-bnrs__bnr a {
    max-width: 85%;
  }
  .kd-bnrs__bnr__flex{
    grid-template-columns: 1fr;
    margin-top: 36px;
    margin-bottom: 75px;
  }
  .kd-bnrs__bnr:nth-child(1){
    grid-column: unset;
  }
  .kd-bnrs__feature-list{
    display: grid;
    width: 100%;
    padding: 0 8.89vw;
    gap: 20px;
  }
}

.kd-bnrs h3{
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}
.kd-bnrs h3 span{
  display: block;
  font-size: 22px;
  color: #23AC38;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kd-bnrs h3 span{
    font-size: 17px;
  }
  .kd-bnrs h3{
    font-size: 22px;
  }
}

.kd-lineup__sub-text{
  color: #da0024;
  font-size: 22px;
  text-align: center;
  margin: 0 0 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .kd-lineup__sub-text{
    font-size: 5vw;
  }
}

.kd-items__ph .slick-initialized .slick-slide{
  display: block;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1 / 1.06;
  position: relative;
}
.kd-items__ph .slick-initialized img{
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.kd-lineup__note{
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.18px;
    color: #666;
}

/* 20250321 */
.kd-why-jins {
  max-width: 1280px;
  margin: 110px auto 0;
}

.kd-why-jins h2{
  text-align: center;
  font-size: 28px;
  line-height: 1.429;
  font-weight: 400;
  font-family: "jins_next", "JINS Next", "Tazugane Gothic", "TazuganeGothicStdN-Book", "Noto Sans Japanese", sans-serif;
}

.kd-why-jins h2 span{
  text-align: center;
  font-size: 32px;
  color: #22AC38;
  margin-bottom: 32px;
  display: block;
  line-height: 1.594;
  font-weight: 600;
  font-family: "Tazugane Gothic", "TazuganeGothicStdN-Book", sans-serif;
  margin-top: 2px;
}

@media only screen and (max-width: 767px) {
  .kd-why-jins {
    margin: 78px auto 0;
  }
  .kd-why-jins h2{
    font-size: 21px;
  }

  .kd-why-jins h2 span{
    font-size: 22px;
    margin-bottom: 26px;
    margin-top: 0;
  }
}

.kd-why-jins .kd-why-jins__list{
  display: flex;
  justify-content: center;
  gap: 2.38vw;
}
.kd-why-jins .kd-why-jins__item{
  background-color: #FFF;
  border: 4px solid #23AC38;
  border-radius: 1.25vw;
  width: 23.81vw;
  height: 11.9vw;
  text-align: center;
  align-items: center;
  display: grid;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.kd-why-jins .kd-why-jins__item h3{
  font-size: clamp(14px, 1.55vw, 24px);
  line-height: 1.385;
  letter-spacing: 0.04em;
}
.kd-why-jins .kd-why-jins__item p{
  font-size: clamp(10px, 0.83vw, 12px);
  margin: 0;
  color: #666666;
  line-height: 1.571;
  margin-top: 0.006vw;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .kd-why-jins .kd-why-jins__list{
    display: grid;
    justify-content: unset;
    padding: 0 14px;
    gap: 20px;
  }
  .kd-why-jins .kd-why-jins__item{
    width: 100%;
    border-radius: 10px;
    border: 2px solid #23AC38;
    height: 120px;
  }
  .kd-why-jins .kd-why-jins__item h3{
    font-size: 16px;
  }
  .kd-why-jins .kd-why-jins__item p{
    font-size: 11px;
    margin-top: 5px;
  }
}

.kd-step__main .kd-step__lens-content {
  margin-top: 70px;
}

.kd-step__main .kd-step__lens-content .kd-step__lens-content__block{
  text-align: center;
}
.kd-step__main .kd-step__lens-content .kd-step__lens-content__block .kd-step__lens-content__img{
  max-width: 150px;
  margin: 0 auto;
}
.kd-step__main .kd-step__lens-content .kd-step__lens-content__block .kd-step__lens-content__img img{
  width: 100%;
}

.kd-step__main .kd-step__lens-content .kd-step__lens-content__block .kd-step__lens-content__text-area{
  margin: 30px 0 27px;
}

.kd-step__main .kd-step__lens-content .kd-step__lens-content__block .kd-step__lens-content__text{
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.182em;
  margin-bottom: 92px;
}

.kd-step__main .kd-step__lens-content .kd-step__lens-content__block .kd-step__lens-content__text .note-text{
  font-size: 14px;
  color: #5E5E5E;
  margin-top: 20px;
  margin-bottom: 28px;
  line-height: 1.571;
  letter-spacing: 0;
}
.kd-step__main .kd-step__lens-content .kd-step__lens-content__block .kd-step__lens-content__text span{
  display: block;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .kd-step__main .kd-step__lens-content {
    margin-top: 21px;
  }
  .kd-step__main .kd-step__lens-content .kd-step__lens-content__block .kd-step__lens-content__text-area{
    margin: 16px 0 15px;
  }
  .kd-step__main .kd-step__lens-content .kd-step__lens-content__block .kd-step__lens-content__text{
    font-size: 13px;
    margin-bottom: 50px;
  }

  .kd-step__main .kd-step__lens-content .kd-step__lens-content__block .kd-step__lens-content__text .note-text{
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .kd-step__main .kd-step__lens-content .kd-step__lens-content__block .kd-step__lens-content__text span{
    font-size: 13px;
  }
}

.kd-step__main .kd-step__lens-content .kd-step__lens-content__recommend{
  text-align: center;
  background-color: #FFF;
  padding: 43px 50px 33px;
}
.kd-step__lens-content__text-area span{
  font-size: 24px;
  color: #22AC38;
  font-weight: 700;
  display: block;
}
.kd-step__main .kd-step__lens-content .kd-step__lens-content__recommend p{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.714;
}
.kd-step__main .kd-step__lens-content .kd-step__lens-content__recommend h3{
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.kd-step__main .kd-step__lens-content .kd-step__lens-content__recommend img{
  width: 100%;
  display: block;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .kd-step__main .kd-step__lens-content .kd-step__lens-content__recommend{
    padding: 30px 14px 22px;
  }
  .kd-step__lens-content__text-area span{
    font-size: 15px;
  }
  .kd-step__main .kd-step__lens-content .kd-step__lens-content__recommend p{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .kd-step__main .kd-step__lens-content .kd-step__lens-content__recommend h3{
    font-size: 21px;
    margin-bottom: 18px;
  }
  .kd-step__main .kd-step__lens-content .kd-step__lens-content__recommend img{
    width: 100%;
  }
}
.kd-learn-more-link{
  font-size: 16px;
  color: #111111;
  font-weight: 700;
  text-decoration: none;
  border-bottom: #111 solid 2px;
  padding: 0 8px 6px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.kd-learn-more-link:hover{
  opacity: 0.7;
  transition: 0.3s;
}
/*========================================
  KIDS 360° 20251201
========================================*/
.kd-frame__ttl .kids-new__new {
  font-family: "jins_next", "JINS Next", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  color:#DA0024;
  margin-bottom: 12px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .kd-frame__ttl .kids-new__new {
    margin-bottom: 2px;
  }
}
.kd-frame__ttl .kd-frame__ttl__new {
  line-height: 20px;
}
.kd-frame__ttl .kids-new__txt {
  font-family: "jins_next", "JINS Next", "Noto Sans Japanese", sans-serif;
  margin-bottom: 0;
}
.kids__annotation {
  padding-top: 20px;
  font-size: 12px;
  text-align: left;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 24px;
}
.kids__annotation .kids-txt__annotation {
  margin: 0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .kids__annotation {
    font-size: 1.2244897959vw;
  }
}
@media screen and (max-width: 767px) {
  .kids__annotation {
    font-size: 3.2vw;
    letter-spacing: 1px;
    margin-top: 0;
    padding-top: 0;
  }
  .kids__annotation .kids-txt__annotation {
    text-align: left;
    width: 88.93vw;
    margin: 20px auto 0;
  }
}
.hard-to-break .kd-frame__ttl {
  margin-bottom: 0;
}
.hard-to-break .kd-items__ph_nav {
  margin-top: 24px;
}
.kd-360__bnr {
  max-width: 1280px;
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  .kd-360__bnr {
    width: 88.8888%;
    margin: 35px auto 0;
  }
}
.kd-360-bnr__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kd-360-bnr__image a {
  display: inline-block;
}
.kd-360-bnr__bt {
  width: 79.27272727%;
  height: 1px;
  border-bottom: 1px solid #111111;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .kd-360-bnr__bt {
    width: 100%;
    margin: 60px auto;
  }
}
.kd-360__bnr a img {
  display: block;
  margin: auto;
}
.kd-360__bnr a img:hover {
  opacity: 0.8;
}
.kd-360-bnr__txt {
  text-align: center;
  font-size: clamp(0.875rem, 0.841rem + 0.15vw, 1rem);
  letter-spacing: normal;
}
.kd-360-bnr__txt .kd-360__bnr__kids-360 {
  font-family: "jins_next", "JINS Next", "Noto Sans Japanese", sans-serif;
}
.kd-360-bnr__txt .kd-360__bnr__deets {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kd-360-bnr__txt .kd-360__bnr__deets {
    font-weight: normal;
  }
}