@charset "utf-8";
/* CSS Document */

.sitename {
  padding: 16px 20px;
}
.sitename a {
  display: block;
  width: fit-content;
  max-width: 50%;
}
.sitename a:hover img {
  opacity: 0.7;
}

.bunko {
  background-color: #fff5ed;
}
.bunko ul li:before {
  background-color: #fa9035;
}
.bunko #mv {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(3rem, -1.923rem + 10.26vw, 5rem) 20px 0;
}
.bunko .mv_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25em 0;
  font-size: clamp(1.75rem, -1.327rem + 6.41vw, 3rem);
  line-height: 1.2;
}
.bunko .mv_title span {
  font-size: 0.6em;
}
.bunko .mv_copy {
  width: fit-content;
  margin: 1em auto 0;
  padding: 0.5em 1em;
  color: #fff;
  font-size: clamp(0.813rem, -0.264rem + 2.24vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  background-color: #fa9035;
  border-radius: 9999px;
}
.bunko .mv_img-set {
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
  margin: clamp(2rem, -0.462rem + 5.13vw, 3rem) 0 0;
}
.bunko .mv_img-item {
  position: relative;
  width: 30%;
  padding: 1%;
}
.bunko .mv_img-item::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.bunko .mv_img-item .mv_img {
  border-radius: 20%;
  overflow: clip;
}
.bunko .mv_img-item .mv_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.bunko .mv_img-item.img01 {
}
.bunko .mv_img-item.img01::before {
  background-image: url("../images/mv_cover01.png")
}
.bunko .mv_img-item.img01 .mv_img {
  /*border-radius: 100%;*/
}
.bunko .mv_img-item.img02 {
  width: 35%;
}
.bunko .mv_img-item.img02::before {
  background-image: url("../images/mv_cover02.png")
}
.bunko .mv_img-item.img02 .mv_img {
}
.bunko .mv_img-item.img03::before {
  background-image: url("../images/mv_cover03.png")
}
.bunko .mv_img-item.img03 .mv_img {
  /*aspect-ratio: 200 / 174;*/
  /*clip-path: polygon(0 0, 50% 100%, 100% 0);*/
}

.bunko .about-set {
  display: flow-root;
}
.bunko .about-set .about-img {
  float: right;
  width: 18%;
  max-width: 160px;
  margin: 0 0 0 clamp(1rem, -1.462rem + 5.13vw, 2rem);
}
.bunko .about-set h2 {
  width: fit-content;
  font-size: clamp(1.125rem, -1.029rem + 4.49vw, 2rem);
  background-image: linear-gradient(135deg, #fa9035 10%, #fee140 100%);
  background-repeat: no-repeat;
  background-size: 100% 13px;
  background-position: bottom;
}

.bunko .content-block {
  position: relative;
  margin: clamp(2rem, 0.769rem + 2.56vw, 2.5rem) 0 0;
	padding: clamp(1.5rem, 0.269rem + 2.56vw, 2rem) clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
  background-color: #fff;
	border: 5px solid #000;
	border-radius: clamp(1.5rem, 0.269rem + 2.56vw, 2rem);
}
.bunko .content-block > *:first-child {
  margin-top: 0;
}
.bunko .content-block > *:last-child {
  margin-bottom: 0;
}
.bunko .content-block .block_sub {
  margin: 1em 0 0;
  padding: 1em;
  border-radius: 1em;
}
.bunko .content-block .block_sub > *:first-child {
  margin-top: 0;
}
.bunko .content-block .block_sub > *:last-child {
  margin-bottom: 0;
}
.bunko .content-block h3 {
  margin: 0;
  padding: 0 0 0.75em;
  border-bottom: 3px solid #000;
}
.bunko .content-block h3 + * {
  margin: 1.5em 0 0;
}
.bunko .content-block h4 {
  margin: 1.5em 0 0;
  padding: 0;
  color: #000;
  font-size: 1.125rem;
  border: none;
}
.bunko .content-block h4 + * {
  margin: 0.5em 0 0;
}
.bunko .content-block .note {
  margin: 1em 0 0;
  line-height: 1.5;
}
.bunko .content-block .note + .note {
  margin-top: 0.5em;
}
.bunko .content-block.color01,
.bunko .content-block.color01 h3 {
  border-color: #eb9ac0;
}
/*.bunko .content-block.color01 h4 {
  color: #eb9ac0;
}*/
.bunko .content-block.color01 .block_sub {
  background-color: color-mix(in srgb, #eb9ac0 15%, #fff);
}
.bunko .content-block.color02 ,
.bunko .content-block.color02 h3 {
  border-color: #63bc7e;
}
/*.bunko .content-block.color02 h4 {
  color: #63bc7e;
}*/
.bunko .content-block.color02 .block_sub {
  background-color: color-mix(in srgb, #63bc7e 15%, #fff);
}
.bunko .content-block.color03,
.bunko .content-block.color03 h3 {
  border-color: #69c5cd;
}
/*.bunko .content-block.color03 h4 {
  color: #69c5cd;
}*/
.bunko .content-block.color03 .block_sub {
  background-color: color-mix(in srgb, #69c5cd 15%, #fff);
}

.bunko .deco {
  position: absolute;
  width: 20%;
  min-width: 90px;
  z-index: 5;
}
.bunko .deco.deco01 {
  inset: 0 auto auto 0;
  translate: -72% -90%;
}
.bunko .deco.deco02 {
  inset: auto auto 0 100%;
  translate: -28% 50%;
}
.bunko .deco.deco03 {
  inset: auto auto 0 0;
  translate: -72% 40%;
}
@media screen and (max-width: 1200px) {
  .bunko .deco.deco01 {
    translate: -30px -90%;
  }
  .bunko .deco.deco02 {
    translate: calc((100% - 30px) * -1) 50%;
  }
  .bunko .deco.deco03 {
    translate: -30px 65%;
  }
}
@media screen and (max-width: 768px) {
  .bunko .deco.deco01 {
    translate: -30px -83%;
  }
  .bunko .deco.deco02 {
    translate: -80% 50%;
  }
  .bunko .deco.deco03 {
    translate: -25px 70%;
  }
}


/*.content-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.content-deco .deco {
  position: sticky;
  max-width: 15%;
  height: 0;
}
.content-deco .deco.deco01 {
  top: 5vh;
  left: 0;
}
.content-deco .deco.deco02 {
  top: 25vh;
  left: 100%;
  margin-top: 50vh;
}
.content-deco .deco.deco03 {
  left: 0;
  top: 75vh;
}*/
