@charset "UTF-8";
.article {
  display: grid;
  grid-template: "article__source article__source article__source" auto "article__page-title article__page-title article__page-title" auto "article__page-kotoba article__page-kotoba article__page-kotoba" auto "article__page-information article__main-contents article__table-of-contents" auto "article__left-side article__main-contents article__table-of-contents" auto "article__left-side article__main-contents article__right-side" 1fr/20% 1fr 20%;
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
}
.article__left-side, .article__right-side {
  display: block;
}
@media screen and (max-width: 1080px) {
  .article {
    display: grid;
    grid-template: "article__source article__source article__source" auto "article__page-title article__page-title article__page-title" auto "article__page-kotoba article__page-kotoba article__page-kotoba" auto "article__page-information article__main-contents article__table-of-contents" auto "article__left-side article__main-contents article__table-of-contents" auto "article__left-side article__main-contents article__right-side" 1fr/15% 1fr 15%;
  }
}
@media screen and (max-width: 768px) {
  .article {
    display: grid;
    grid-template: "article__source" auto "article__page-title" auto "article__page-information" auto "article__table-of-contents" auto "article__page-kotoba" auto "article__main-contents" auto/1fr;
    max-width: 1440px;
    min-height: 100vh;
    margin: 0 auto;
  }
  .article__left-side, .article__right-side {
    display: none;
  }
}
.article__source {
  grid-area: article__source;
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.article__source__title {
  font-size: 2.1875rem;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .article__source__title {
    font-size: 1.75rem;
  }
}
.article__source__main {
  font-size: 1.5625rem;
  margin-bottom: 7px;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  .article__source__main {
    font-size: 1.25rem;
    margin-bottom: 7px;
  }
}
.article__source__main--1 ul {
  display: flex;
  flex-wrap: wrap;
}
.article__source__main--1--1 {
  margin-right: 30px;
}
.article__source__main--2 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.article__source__main--2--1 {
  margin-right: 30px;
}
.article__source__main--2--2 {
  display: flex;
}
.article__source__main--2--2--nado {
  margin-left: 10px;
  white-space: nowrap;
}
.article__page-title {
  grid-area: article__page-title;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .article__page-title {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
.article__page-information {
  grid-area: article__page-information;
  text-align: right;
  font-size: 1rem;
  margin: 0 auto;
  margin-top: 80em;
  margin-right: 0em;
}
@media screen and (max-width: 1080px) {
  .article__page-information {
    margin-top: 110em;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .article__page-information {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 0.8125rem;
    margin-top: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .article__page-information {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .article__page-information__1 {
    text-align: left;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .article__page-information__2 {
    text-align: right;
    margin-right: 5px;
  }
}
.article__table-of-contents {
  grid-area: article__table-of-contents;
  margin: 0 auto;
  margin-top: 70em;
  margin-left: -1em;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .article__table-of-contents {
    margin: 0 auto;
    margin-top: -15px;
  }
}
.article__table-of-contents__title {
  font-size: 1.5625rem;
}
@media screen and (max-width: 1080px) {
  .article__table-of-contents__title {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .article__table-of-contents__title {
    font-size: 1.3125rem;
  }
}
.article__table-of-contents ul li {
  font-size: 1.25rem;
}
@media screen and (max-width: 1080px) {
  .article__table-of-contents ul li {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .article__table-of-contents ul li {
    font-size: 1rem;
  }
}
.article__table-of-contents ul li a {
  text-decoration: none;
}
.article__table-of-contents ul ul li {
  margin-top: -2px;
  font-size: 1rem;
}
@media screen and (max-width: 1080px) {
  .article__table-of-contents ul ul li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .article__table-of-contents ul ul li {
    font-size: 0.8125rem;
  }
}
.article__table-of-contents ul ul li a {
  text-decoration: none;
}
.article__table-of-contents ul ul div {
  margin-left: -15px;
}
.article__table-of-contents ul ul div ul li {
  font-size: 1.125rem;
}
@media screen and (max-width: 1080px) {
  .article__table-of-contents ul ul div ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .article__table-of-contents ul ul div ul li {
    font-size: 0.875rem;
  }
}
.article__page-kotoba {
  grid-area: article__page-kotoba;
  font-size: 1.2em;
  margin-top: 1em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .article__page-kotoba {
    margin-top: 5em;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 700px;
  }
}
.article__page-kotoba__main {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .article__page-kotoba__main {
    writing-mode: vertical-rl;
  }
}
.article__page-kotoba__hatsugensya {
  text-align: center;
  font-size: 0.75em;
  width: 30%;
  margin-top: 1em;
  position: relative;
  left: 45em;
}
@media screen and (max-width: 768px) {
  .article__page-kotoba__hatsugensya {
    writing-mode: vertical-rl;
    font-size: 0.8em;
    left: -9em;
    bottom: 12em;
  }
}
.article__main-contents {
  grid-area: article__main-contents;
  font-size: 1.1875rem;
  margin-top: 1em;
}
@media screen and (max-width: 1080px) {
  .article__main-contents {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .article__main-contents {
    font-size: 1rem;
    margin-top: -5em;
    margin-left: 5px;
    margin-right: 2.5px;
  }
}
@media screen and (max-width: 480px) {
  .article__main-contents {
    font-size: 0.9375rem;
  }
}
.article__main-contents__article-section {
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .article__main-contents__article-section {
    width: 100%;
    margin-top: 0em;
  }
}
.article__main-contents__title-1 {
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 5px;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__title-1 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .article__main-contents__title-1 {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 480px) {
  .article__main-contents__title-1 {
    font-size: 1.25rem;
  }
}
.article__main-contents__jouhou-section__top-contents {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .article__main-contents__jouhou-section__top-contents {
    width: 100%;
  }
}
.article__main-contents__jouhou-section__bottom-contents {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .article__main-contents__jouhou-section__bottom-contents {
    margin-top: 0;
  }
}
.article__main-contents__jouhou-section__contents-section__kotoba {
  white-space: nowrap;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .article__main-contents__jouhou-section__contents-section__kotoba {
    display: none;
  }
}
.article__main-contents__jouhou-section__irinasu-kansyou {
  position: relative;
  right: 10em;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__jouhou-section__irinasu-kansyou__irinasu {
    right: 8em;
  }
}
.article__main-contents__jouhou-section__irinasu-kansyou__kansyou {
  position: relative;
  right: 2em;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__jouhou-section__irinasu-kansyou__kansyou {
    right: 10.4em;
  }
}
@media screen and (max-width: 480px) {
  .article__main-contents__jouhou-section__irinasu-kansyou__kansyou {
    right: 0;
  }
}
.article__main-contents__jouhou-section__ririria {
  position: relative;
  left: -5em;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__jouhou-section__ririria {
    left: 8em;
  }
}
.article__main-contents__jouhou-section__rerereiasu {
  position: relative;
  right: 12em;
  margin-top: 1em;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__jouhou-section__rerereiasu {
    right: 9.6em;
  }
}
.article__main-contents__jouhou-section__ketananto {
  position: relative;
  left: -5em;
  margin-top: 2em;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__jouhou-section__ketananto {
    left: 10.4em;
  }
}
.article__main-contents__jouhou-section__kuran {
  position: relative;
  right: 11em;
  margin-top: 1em;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__jouhou-section__kuran {
    right: 8em;
  }
}
.article__main-contents__jouhou-section__mitsue {
  position: relative;
  left: -5em;
  margin-top: 2em;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__jouhou-section__mitsue {
    left: 8.8em;
  }
}
.article__main-contents__jouhou-section__kara {
  position: relative;
  right: 13em;
  margin-top: 1em;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__jouhou-section__kara {
    right: 10.4em;
  }
}
.article__main-contents__jouhou-section__senkakutou {
  position: relative;
  left: -5em;
  margin-top: 2em;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__jouhou-section__senkakutou {
    left: 9.6em;
  }
}
.article__main-contents__jouhou-section__zeneraputa {
  position: relative;
  right: 11em;
  margin-top: 1em;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__jouhou-section__zeneraputa {
    right: 8.8em;
  }
}
.article__main-contents__jouhou-section__sisyoryou {
  position: relative;
  left: -5em;
  margin-top: 2em;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__jouhou-section__sisyoryou {
    left: 9.6em;
  }
}
.article__main-contents__jouhou-section__irinasu-kansyou, .article__main-contents__jouhou-section__ririria, .article__main-contents__jouhou-section__rerereiasu, .article__main-contents__jouhou-section__ketananto, .article__main-contents__jouhou-section__kuran, .article__main-contents__jouhou-section__mitsue, .article__main-contents__jouhou-section__kara, .article__main-contents__jouhou-section__senkakutou, .article__main-contents__jouhou-section__zeneraputa, .article__main-contents__jouhou-section__sisyoryou {
  display: flex;
  align-items: center;
  width: 150%;
}
@media screen and (max-width: 768px) {
  .article__main-contents__jouhou-section__irinasu-kansyou, .article__main-contents__jouhou-section__ririria, .article__main-contents__jouhou-section__rerereiasu, .article__main-contents__jouhou-section__ketananto, .article__main-contents__jouhou-section__kuran, .article__main-contents__jouhou-section__mitsue, .article__main-contents__jouhou-section__kara, .article__main-contents__jouhou-section__senkakutou, .article__main-contents__jouhou-section__zeneraputa, .article__main-contents__jouhou-section__sisyoryou {
    left: 0;
    right: 0;
    margin-top: 0;
    width: 100%;
  }
}
.article__main-contents__kousatsu-section {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .article__main-contents__kousatsu-section {
    margin-top: 8px;
  }
}
.article__main-contents__kousatsu-section__title {
  font-size: 2.1875rem;
  position: relative;
  right: 20px;
}
@media screen and (max-width: 480px) {
  .article__main-contents__kousatsu-section__title {
    font-size: 1.875rem;
    position: relative;
    right: 0px;
  }
}
.article__main-contents__kousatsu-section__3-minzoku {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .article__main-contents__kousatsu-section__3-minzoku {
    margin-top: 8px;
  }
}
.article__main-contents__kousatsu-section__3-minzoku__title {
  font-weight: 400;
  font-size: 1.75rem;
}
@media screen and (max-width: 480px) {
  .article__main-contents__kousatsu-section__3-minzoku__title {
    font-size: 1.5rem;
  }
}
.article__main-contents__kousatsu-section__3-minzoku__kakuminzoku {
  margin-top: 5px;
}
.article__main-contents__kousatsu-section__3-minzoku__kakuminzoku--2 {
  margin-top: 10px;
}
.article__main-contents__kousatsu-section__3-minzoku__kakuminzoku--3 {
  margin-top: 15px;
}
.article__main-contents__kousatsu-section__3-minzoku__kakuminzoku__title {
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .article__main-contents__kousatsu-section__3-minzoku__kakuminzoku__title {
    font-size: 1.25rem;
  }
}
.article__main-contents__kousatsu-section__sonota {
  margin-top: 15px;
}
.article__main-contents__kousatsu-section__sonota__title {
  font-size: 1.5625rem;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .article__main-contents__kousatsu-section__sonota__title {
    font-size: 1.375rem;
  }
}
.article__main-contents__See-also {
  margin-left: 5px;
}
.article__main-contents__See-also__main {
  grid-area: article__See-also;
  font-size: 1.1875rem;
  margin-top: 0.5em;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__See-also__main {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .article__main-contents__See-also__main {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .article__main-contents__See-also__main {
    font-size: 0.9375rem;
  }
}
.article__main-contents__See-also__main__title {
  font-weight: 400;
  font-size: 1.75rem;
}
@media screen and (max-width: 480px) {
  .article__main-contents__See-also__main__title {
    font-size: 1.5rem;
  }
}
.article__main-contents__notes {
  margin-top: 1em;
  margin-left: 3.5em;
  padding-bottom: 10em;
}
@media screen and (max-width: 768px) {
  .article__main-contents__notes {
    margin-left: 0;
  }
}
.article__main-contents__notes__title {
  font-size: 2.1875rem;
  position: relative;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .article__main-contents__notes__title {
    font-size: 1.875rem;
    right: 0px;
  }
}
.article__main-contents__notes h3 {
  font-weight: 400;
  font-size: 1.75rem;
}
@media screen and (max-width: 480px) {
  .article__main-contents__notes h3 {
    font-size: 1.5rem;
  }
}
.article__main-contents__notes__references {
  margin-top: 1em;
}
.article__main-contents__notes__sources {
  margin-top: 1em;
}
.article__main-contents__notes__smalllink {
  position: absolute;
  top: 2px;
  left: -5px;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .article__main-contents__notes__smalllink {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .article__main-contents__notes__smalllink {
    font-size: 0.8125rem;
    left: -8px;
  }
}
@media screen and (max-width: 480px) {
  .article__main-contents__notes__smalllink {
    font-size: 0.75rem;
  }
}
.article__left-side {
  grid-area: article__left-side;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .article__left-side {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .article__left-side {
    font-size: 1rem;
  }
}
.article__left-side__irinasu--1 {
  position: absolute;
  left: 3.5em;
  top: 20em;
}
.article__left-side__ririria--1 {
  position: absolute;
  left: 2em;
  top: 28em;
}
.article__left-side__kokopa-no-hito--2 {
  position: absolute;
  left: 2em;
  top: 38em;
}
.article__left-side__rakota-no-hito-tachi--1 {
  position: absolute;
  left: 6em;
  top: 48em;
}
.article__left-side__kuran--1 {
  position: absolute;
  left: 1em;
  top: 55em;
}
.article__left-side__zooro--1 {
  position: absolute;
  left: 5em;
  top: 67em;
}
.article__left-side__kuran--3 {
  position: absolute;
  left: 2em;
  top: 75em;
}
.article__left-side__sedona--1 {
  position: absolute;
  left: 5em;
  top: 85em;
}
.article__left-side__koyomi--2 {
  position: absolute;
  left: 2em;
  top: 270em;
}
.article__right-side {
  grid-area: article__right-side;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .article__right-side {
    font-size: 1rem;
  }
}
.article__right-side__ririria--2 {
  position: absolute;
  right: 80px;
  top: 50px;
}
.article__right-side__kokopa-no-hito--1 {
  position: absolute;
  right: 0.5em;
  top: 10em;
}
.article__right-side__kuran--2 {
  position: absolute;
  right: 7em;
  top: 18em;
}
.article__right-side__kamen-no-sisya--1 {
  position: absolute;
  right: 1.5em;
  top: 28em;
}
.article__right-side__kuran--4 {
  position: absolute;
  right: 8em;
  top: 40em;
}
.article__right-side__koyomi--1 {
  position: absolute;
  right: 3em;
  top: 50em;
}
.article__right-side__shio--1 {
  position: absolute;
  right: 1em;
  top: 60em;
}
.article__divider {
  border: none;
  width: 120%;
  position: relative;
  right: 10px;
  background: linear-gradient(to right, #000000 0%, #000000 30%, transparent 100%);
  height: 1px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .article__divider {
    height: 1px;
    margin-top: 20px;
    width: 99%;
    position: relative;
    right: 0;
    left: 1px;
  }
}

@media (max-width: 480px) {
  .emphasize-pc {
    display: none;
  }
}

.emphasize-sp {
  display: none;
}
@media (max-width: 480px) {
  .emphasize-sp {
    display: inline;
  }
}

.kotoba-right {
  margin-left: 4em;
}

.kotoba-left {
  margin-right: 4em;
}

.irinasu-kotoba {
  margin-top: -1em;
}

dl {
  margin-top: 5px;
}

dt {
  font-weight: 400;
  font-size: 1.25rem;
}
dt::first-letter {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  dt::first-letter {
    font-size: 1.25em;
  }
}

.zeneraputa::first-letter {
  font-size: 1.25em !important;
  /* !importantで強制的に上書き */
}

dd {
  margin-left: 5px;
}

.mtg1 {
  width: 55%;
  margin: 1em;
}

.mtg2 {
  width: 50%;
  margin: 1em;
  margin-left: 12em;
}

.kiyoko {
  width: 50%;
  margin: 1em;
}

.profile {
  width: 50%;
  margin: 1em;
  margin-left: 12em;
}

.smalllink {
  position: absolute;
  top: -9px;
  right: 5px;
  font-size: 0.9375rem;
  display: inline-block;
  padding: 0;
  line-height: 1;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  .smalllink {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .smalllink {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 480px) {
  .smalllink {
    font-size: 0.75rem;
  }
}

.tooltipcontainer {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltiptoggle {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.85);
  padding: 20px;
  color: white;
  z-index: 1000;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

.tooltiptoggle:checked + .modal {
  display: block;
}

.tooltip-item {
  margin-top: 0.3em;
  margin-left: -1.5em;
}

[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}

.previous-page__top {
  position: absolute;
  top: 270px;
  left: 5px;
  font-size: 1.1875rem;
}
@media screen and (max-width: 480px) {
  .previous-page__top {
    font-size: 0.8125rem;
    top: 345px;
    left: 5px;
  }
}

.ruby-shift-bottom {
  position: relative;
  margin-bottom: -7px;
}

.book-jacket_9 {
  text-align: center;
  max-width: 160%;
  margin: auto;
  margin-top: 0.5em;
}

.book-jacket_9 img {
  width: 100%;
  display: block;
}

.book-jacket_9 figcaption {
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
}

.enlarge-btn {
  font-size: 0.85em;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.2px;
  text-underline-offset: 2px;
  transition: background-color 0.3s ease;
  transition: background 0.2s;
}
.enlarge-btn:hover {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
}

.image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.image-overlay img {
  max-width: 90%;
  max-height: 90%;
  cursor: zoom-out;
  transition: transform 0.3s;
}

.image-overlay.show {
  display: flex;
}

.fade-in-text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in-text.active {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-text:nth-child(2).active {
  transition-delay: 0.2s;
}

.fade-in-text:nth-child(3).active {
  transition-delay: 0.4s;
}

.fade-in-text:nth-child(4).active {
  transition-delay: 0.6s;
}

.fade-in-text:nth-child(5).active {
  transition-delay: 0.8s;
}

.scroll-kotoba-body {
  height: 20em;
  display: flex;
}

.scroll-img {
  width: 45%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  position: relative;
  top: -4em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .scroll-img {
    width: 90%;
    top: 7em;
  }
}

.scroll-kotoba {
  font-size: 0.85em;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  writing-mode: vertical-rl;
}
.scroll-kotoba__main {
  text-align: center;
}
.scroll-kotoba__hatsugensya {
  text-align: center;
  font-size: 0.75em;
  margin-top: 25em;
}
.scroll-kotoba__syutten {
  text-align: center;
  font-size: 0.5em;
  margin-top: 50em;
}
.scroll-kotoba__left {
  display: flex;
  position: absolute;
  left: 0;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .scroll-kotoba__left {
    display: none;
  }
}
.scroll-kotoba__right {
  display: flex;
  position: absolute;
  right: 0;
  font-size: 0.95em;
}
@media screen and (max-width: 768px) {
  .scroll-kotoba__right {
    display: none;
  }
}
.scroll-kotoba--1 {
  position: relative;
  bottom: 8em;
  left: 5em;
  font-size: 0.6em;
  opacity: 0.6;
}
.scroll-kotoba--2 {
  position: relative;
  bottom: -35em;
  left: 3em;
  font-size: 0.3em;
  opacity: 0.3;
}
.scroll-kotoba--3 {
  position: relative;
  bottom: 10em;
  left: 3em;
  font-size: 0.4em;
  opacity: 0.4;
}
.scroll-kotoba--4 {
  position: relative;
  bottom: 10em;
  left: 5em;
  font-size: 0.5em;
  opacity: 0.5;
}
.scroll-kotoba--5 {
  position: relative;
  bottom: 5em;
  left: 4em;
  font-size: 0.7em;
  opacity: 0.7;
}
.scroll-kotoba--6 {
  position: relative;
  bottom: 5em;
  right: 7em;
  font-size: 0.5em;
  opacity: 0.5;
}
.scroll-kotoba--7 {
  position: relative;
  bottom: -7em;
  right: 5em;
  font-size: 0.6em;
  opacity: 0.6;
}
.scroll-kotoba--8 {
  position: relative;
  bottom: 17em;
  right: 5em;
  font-size: 0.5em;
  opacity: 0.5;
}
.scroll-kotoba--9 {
  position: relative;
  bottom: -15em;
  right: 10em;
  font-size: 0.4em;
  opacity: 0.4;
}
.scroll-kotoba--10 {
  position: relative;
  bottom: 10em;
  right: 5em;
  font-size: 0.6em;
  opacity: 0.6;
}
.scroll-kotoba--11 {
  position: relative;
  bottom: -10em;
  right: 5em;
  font-size: 0.5em;
  opacity: 0.5;
}
.scroll-kotoba--fixed {
  margin: 0 auto;
  margin-top: 6em;
  position: relative;
  left: 0em;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .scroll-kotoba--fixed {
    margin-top: 30em;
    left: -1em;
  }
}
.scroll-kotoba--fixed__hatsugensya {
  text-align: center;
  font-size: 0.75em;
  margin-top: 20em;
  margin-right: 7px;
}

.discription-body {
  margin-top: 10em;
}
.discription-body--title {
  margin-left: -0.5em;
}
@media screen and (max-width: 768px) {
  .discription-body--title {
    margin-left: 0em;
  }
}

.discription-main-body {
  margin-top: 0.5em;
}

.syoukai {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .syoukai {
    font-size: 0.7em;
  }
}

.syuurokuwa {
  font-size: 0.9em;
}

.emphasize-text {
  font-size: 1.1em;
}

.discription-details {
  display: flex;
  font-size: 0.85em;
  margin: 0.3em 0;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .discription-details {
    font-size: 0.65em;
  }
}
.discription-details__right {
  margin-left: 1em;
}

.henkouten {
  margin-top: 1em;
}
.henkouten--title {
  margin-left: -0.5em;
}
@media screen and (max-width: 768px) {
  .henkouten--title {
    margin-left: 0em;
  }
}
.henkouten-main__title {
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  .tooltip-none {
    display: none;
  }
}