@charset "UTF-8";

/* ==========================================================================
   archive
========================================================================== */
/* =========================
   #intro
========================= */
#intro {
  background: url(img/intro_bg-txt.svg) no-repeat 2% 75vw / 65%;
}
#intro .over .fit-img {
  object-position: 50% 85%;
  height: 70vw;
  max-height: 24rem;
}
#intro .over figure {
  position: relative;
}
#intro .over figcaption {
  color: var(--l-gray);
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 95%;
  left: -5vw;
  z-index: -1;
}

@media (min-width: 576px) {
  #intro {
    background-position: 2% 26rem;
  }
}
@media (min-width: 992px) {
  #intro {
    background-position: 2% 24%;
    background-size: 45%;
  }
  #intro .txtBox {
    padding-top: 3em;
  }
  #intro .imgBox * {
    height: 100%;
  }
  #intro .over .fit-img {
    height: 100%;
    max-height: inherit;
  }
}
@media (min-width: 1200px) {
  #intro {
    background-size: 40%;
  }
}
/* =========================
   #terms
========================= */
#terms .section__header {
  margin-bottom: -.75rem;
}

@media (min-width: 992px) {
  #terms {
    background: url(img/terms_bg-txt.svg) no-repeat right 2% top / auto 5rem;
  }
}


/* ==========================================================================
   taxonomy archive
========================================================================== */
/* =========================
   #description
========================= */
#description .txtBox span.en_ttl,
.single #description .txtBox h1.ja_ttl{
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  color: var(--color1);
  margin-bottom: .75em;
}
#description .imgBox .fit-img {
  height: 45vw;
}
@media (min-width: 576px) {
  #description .imgBox .fit-img {
    height: 35vw;
  }
}


/* ==========================================================================
   single
========================================================================== */
.single .entry__content h3.arrow-label {
  color: var(--color1);
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid var(--border1);
  padding-left: 1.75em;
  padding-bottom: 1rem;
}
.single .entry__content h3.arrow-label::before {
  content: '';
  width: 1em;
  background-size: 1em;
}
.single .entry__content h4 {
  font-size: 1rem;
  letter-spacing: .08em;
  margin-bottom: 1rem;
}
.single .entry__content h3 + h4 {
  margin-top: 1.5rem;
}
.single .entry__content figure {
  margin: 3rem 0;
}
.single .entry__content .fit-img {
  height: 45vw;
}

.single .pagenav .back .btn span {
  padding: 0 2.5em;
  white-space: normal;
}

@media (min-width: 576px) {
  .single .entry__content .fit-img {
    height: 35vw;
  }

  .single .pagenav .back .btn {
    width: auto;
  }
  .single .pagenav .back .btn span {
    padding: 0 3.5em;
  }
}

@media (min-width: 992px) {
  .single .entry__content h3.arrow-label {
    font-size: 1.375rem;
  }
  .single .entry__content h4 {
    font-size: 1.25rem;
  }
}










