.yomimono .ttl {
  position: relative;
  padding: 180px 0 100px;
}

.yomimono .ttl > img {
  position: absolute;
  left: calc(50% - 300px);
  top: 56px;
  width: 166px;
}

.yomimono .ttl h3 {
  line-height: 1;
}

.yomimono .ttl h3 img {
  max-height: 24.6px;
  width: auto;
  max-width: 100%;
}

.yomimono .read {
  font-family: 'Midashi Go MB31';
  font-weight: bold;
  padding: 0 0 100px 0;
  color: #000;
  border-bottom: 1px solid #727171;
  letter-spacing: 0.14em;
  line-height: 2.42;
  text-align: left;
  max-width: 1000px;
  margin: auto;
}

.yomimono .read-inner {
  max-width: 550px;
  padding-left: 20px;
  margin: auto;
}

.yomimono .honbun {
  max-width: 550px;
  margin: auto;
  text-align: left;
  color: #000;
  letter-spacing: 0.14em;
}

.yomimono .honbun .first {
  font-size: 300%;
  line-height: 1.3;
}

.yomimono .honbun p {
  line-height: 2.19;
  font-size: 16px;
  margin: 60px 0;
  padding: 0 20px;
}

.yomimono .honbun p.kakomi {
  position: relative;
  padding: 60px 20px;
}

.yomimono .honbun p.kakomi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 37px;
  width: 100%;
  border-top: 1px solid #727171;
  border-left: 1px solid #727171;
  border-right: 1px solid #727171;
}

.yomimono .honbun p.kakomi::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 37px;
  width: 100%;
  border-bottom: 1px solid #727171;
  border-left: 1px solid #727171;
  border-right: 1px solid #727171;
}

.yomimono .honbun p.bdtop {
  border-top: 1px solid #727171;
  padding-top: 60px;
}

.yomimono .honbun p.credit {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
}

.yomimono .honbun .komidashi {
  font-family: 'Midashi Go MB31';
  font-size: 20px;
  color: #FF4DDD;
}

.yomimono .honbun .time {
  display: block;
  font-size: 15px;
  text-align: center;
  color: #727171;
  margin: 100px 0 0;
}

.yomimono-inner {
  text-align: center;
  padding: 50px 30px 100px;
}

.tuki-menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 100px auto 0;
  padding: 30px;
  max-width: 600px;
  border-top: 1px solid #727171;
  border-bottom: 1px solid #727171;
  font-family: 'Gothic Medium BBB';
  font-weight: 500;
  font-size: 14px;
  line-height: 192%;
  letter-spacing: 0.05em;
}

.tuki-menu--first {
  margin-top: 50px;
}

.tuki-menu-prev,
.tuki-menu-next {
  color: #353535;
}

.tuki-menu-prev span,
.tuki-menu-next span {
  display: block;
  margin-top: 18px;
  text-align: center;
}

.tuki-menu-prev img,
.tuki-menu-next img {
  width: 29.7px;
}

.tuki-menu-prev img {
  transform: rotate(180deg);
}

.tuki-menu-next {
  text-align: right;
}

.tuki-menu-mokuji {
  text-align: center;
  color: #353535;
}

.tuki-menu-mokuji span {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.tuki-menu-mokuji img {
  width: 83px;
}

@media screen and (max-width: 768px) {
  .yomimono .ttl {
    padding: 0 0 50px;
  }
  .yomimono .ttl > img {
    position: static;
    width: 80px;
  }
  .yomimono .ttl h3 {
    margin-top: 25px;
  }
  .yomimono .ttl h3 img {
    max-height: 20px;
  }
  .yomimono .read {
    font-size: 14px;
    padding: 0 0 30px;
  }
  .yomimono .read-inner {
    padding-left: 0;
  }
  .yomimono .honbun p {
    margin: 30px 0;
    padding: 0;
    font-size: 14px;
  }
  .yomimono .honbun p.kakomi {
    padding: 50px 20px;
  }
  .yomimono .honbun p.bdtop {
    padding-top: 30px;
  }
  .yomimono .honbun p.credit {
    font-size: 12px;
    margin-top: 15px;
  }
  .yomimono .honbun .komidashi {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    margin: 4px 0;
  }
  .yomimono .honbun .time {
    margin-top: 60px;
  }
  .yomimono-inner {
    padding: 50px 5%;
  }
  .tuki-menu {
    margin: 50px 0;
    font-size: 11px;
  }
  .tuki-menu--first {
    margin-top: 0;
  }
  .tuki-menu-mokuji img {
    width: 55px;
  }
  .tuki-menu-prev img,
  .tuki-menu-next img {
    width: 20px;
  }
}
