
/* kininaru topics05 */
.notes {
  color: #787878;
}
.kininaru-type01 .blk01 .img-wrap {
  border-radius: 0 100vmax 100vmax 100vmax;
}
sup, sub {
  font-size: 0.6em;
}


.kininaru-type01 .blk02 .img-wrap.img02 {
  border-radius: 100vmax;
}

.kininaru-type01 .blk03 .img-wrap.img01 {
  border-radius: 100vmax 100vmax 100vmax 0;
}

.kininaru-type01 .blk04 .img-wrap {
  border-radius: 100vmax 100vmax 0 100vmax;
}
@media screen and (min-width:751px) {
  .kininaru-type01 {
    padding-top: 185px;
  }
  .kininaru-type01 .content-wrap {
    margin-bottom: 172px;
    padding-inline: 90px;
  }
  .kininaru-type01 .txt {
    letter-spacing: 0.04em;
  }

  .kininaru-type01 .blk01 {
    position: relative;
    padding-inline: 90px;
  }
  .kininaru-type01 .blk01 .hgroup {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 37% 57%;
    grid-template-rows: auto;
  }
  .kininaru-type01 .blk01 .logo-wrap {
    aspect-ratio: 1 / 1.18024;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 165px;
  }
  .kininaru-type01 .blk01 .img-wrap {
    aspect-ratio: 1 / 1.24182;
    grid-column: 2 / 3;
    grid-row: 1 / 4;
  }
  .kininaru-type01 .blk01 h2 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-block: 50px 45px ;
    font-size: 46px;
		letter-spacing: -0.02em;
    line-height: 1.478;
  }
  .kininaru-type01 .blk01 .txt {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    letter-spacing: 0.04em;
  }
  .kininaru-type01 .blk01 .keyword-wrap {
    position: absolute;
    top: 7px;
    left: 37px;
    height: 100%;
  }

  .kininaru-type01 .blk02 {
    margin-top: 110px;
    display: grid;
    grid-template-columns: 49.734% 45.314%;
    justify-content: space-between;
    row-gap: 34px;
  }
  .kininaru-type01 .blk02 .img-wrap.img01 {
    aspect-ratio: 1 / 1.01077;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  .kininaru-type01 .blk02 .img-wrap.img02 {
    aspect-ratio:  1 / 0.70842;
    align-self: start;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .kininaru-type01 .blk02 .img-cap {
    margin-top: 10px;
    font-size: 12px;
  }
  .kininaru-type01 .blk02 .txt-wrap {
    width: 97.6%;
    margin-inline: auto;
    align-self: end;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .kininaru-type01 .blk03 {
    margin-top: 115px;
  }
  .kininaru-type01 .blk03 .img-wrap {
    width: 100%;
    aspect-ratio:  1 / 0.42075;
  }
  .kininaru-type01 .blk03 .txt-wrap {
    margin-top: 40px;
  }
  .kininaru-type01 .blk03 .txt-wrap .notes {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.6;
  }

  .kininaru-type01 .blk04 {
    margin-top: 110px;
    display: grid;
    grid-template-columns: 60.366% 34.686%;
    justify-content: space-between;
    align-items: center;
  }
  .kininaru-type01 .blk04 .img-wrap {
    aspect-ratio: 1 / 0.51258;
    grid-column: 1 / 2;
  }
  .kininaru-type01 .blk04 .txt-wrap {
    grid-column: 2 / 3;
  }
}
@media screen and (max-width:750px) {
  .kininaru-type01 {
    padding-top: 24.667vw;
  }
  .kininaru-type01 .content-wrap {
    margin-bottom: 33.866vw;
  }

  .kininaru-type01 .blk01 {
    position: relative;
  }
  .kininaru-type01 .blk01 .hgroup {
    display: block;
  }
  .kininaru-type01 .blk01 .logo-wrap {
    margin-top: -23.2vw;
    margin-left: 8.2vw;
    width: 30.343vw;
  }
  .kininaru-type01 .blk01 h2 {
    margin-top: 5.333vw;
    font-size: 8vw;
    letter-spacing: -0.02em;
    line-height: 1.467;
  }
  .kininaru-type01 .blk01 .txt {
    margin-top: 8vw;
    letter-spacing: 0.04em;
  }
  .kininaru-type01 .blk01 .keyword-wrap {
    margin-top: 3.2vw;
    display: flex;
    flex-wrap: wrap;
    gap: 1.333vw;
  }

  .kininaru-type01 .blk02 {
    margin-top: 12vw;
  }
  .kininaru-type01 .blk02 .img-wrap.img01 {
    aspect-ratio: 1 / 1;
  }
  .kininaru-type01 .blk02 .img-wrap.img02 {
    aspect-ratio:  1 / 0.68728;
  }
  .kininaru-type01 .blk02 .txt-wrap {
    margin-top: 6vw;
  }
  .kininaru-type01 .blk02 .txt-wrap sup {
    font-size: 2.667vw;
  }
  .kininaru-type01 .blk02 .txt-wrap .cap {
    display: inline-block;
    font-size: 2.667vw;
    letter-spacing: -0.02em;
  }

  .kininaru-type01 .blk03 {
    margin-top: 14.667vw;
  }
  .kininaru-type01 .blk03 .img-wrap {
    aspect-ratio:  1 / 0.68322;
  }
  .kininaru-type01 .blk03 .txt-wrap {
    margin-top: 8vw;
  }
  .kininaru-type01 .blk03 .txt-wrap .notes {
    margin-top: 1.6vw;
    font-size: 2.667vw;
    line-height: 1.6;
  }

  .kininaru-type01 .blk04 {
    margin-top: 20.267vw;
  }
  .kininaru-type01 .blk04 .img-wrap {
    aspect-ratio: 1 / 0.55091;
  }
  .kininaru-type01 .blk04 .txt-wrap {
    margin-top: 7.333vw;
  }
}

/* kininaru topics05 */