@charset "UTF-8";
a {
  word-break: break-all;
}

a[target=_blank]:after {
  font-family: Hobonichi-Icons;
  content: "\e914";
  font-weight: 400;
  font-size: .8em;
  position: relative;
  top: -0.2em;
}

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

.yomimono .ttl > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  width: auto;
  height: 54.6865px;
}

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

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

.yomimono .read {
  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;
  line-height: 2.19;
  font-size: 16px;
}

.yomimono .read + .read {
  margin-top: 100px;
}

.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.hobo, .yomimono .honbun p.person1, .yomimono .honbun p.person2 {
  position: relative;
}

.yomimono .honbun p.hobo::before, .yomimono .honbun p.person1::before, .yomimono .honbun p.person2::before {
  content: '──';
  position: absolute;
  left: -70px;
  top: 0;
  font-size: 16px;
}

.yomimono .honbun p.hobo::before {
  letter-spacing: 0;
}

.yomimono .honbun p.person1::before {
  content: '茨木';
  color: #DE66C0;
}

.yomimono .honbun p.person2::before {
  content: '寺澤';
  color: #DE66C0;
}

.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 .caption {
  display: block;
  font-size: 80%;
  line-height: 1.3;
  margin-top: 10px;
}

.yomimono .honbun .komidashi {
  font-family: 'Midashi Go MB31';
  font-size: 21.97px;
  color: #DE66C0;
  transform: translateX(-70px);
}

.yomimono .honbun .komidashi.v2 {
  transform: initial;
}

.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;
    transform: initial;
    height: 36.2549px;
  }
  .yomimono .ttl h3 {
    margin-top: 35px;
  }
  .yomimono .ttl h3 img {
    max-height: 20px;
  }
  .yomimono .read {
    font-size: 14px;
    padding: 0 0 30px;
  }
  .yomimono .read + .read {
    margin-top: 30px;
  }
  .yomimono .read-inner {
    padding-left: 0;
  }
  .yomimono .honbun p {
    margin: 60px 0 30px;
    padding: 0;
    font-size: 14px;
  }
  .yomimono .honbun p.hobo::before, .yomimono .honbun p.person1::before, .yomimono .honbun p.person2::before {
    left: 0;
    top: -31px;
    font-size: 15px;
  }
  .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 {
    font-size: 18px;
    line-height: 1.3;
    transform: initial;
  }
  .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;
  }
}
