:root {
  --color1: #c4d7ff;
  --color2: #ffbaef;
  --color3: #f6da63;
  --color4: #794300;
}

body {
  font-family: "Gothic Medium BBB JIS2004 AP", sans-serif;
  letter-spacing: 0.075em;
  background-image: linear-gradient(to right, var(--color1) 0%, var(--color1) 50%, var(--color2) 50%, var(--color2) 100%);
  font-feature-settings: "palt";
}

.tpr_title,
.tpr_talk dt,
.yoshidasensha_bento__yodogawa,
.yoshidasensha_bento__navi,
.tpr_magazine,
.tpr_share,
.tpr_date {
  font-family: "Midashi Go MB31 JIS2004 AP", sans-serif;
}

.device-pc .tpr_img + .tpr_img, .device-sp .tpr_img + .tpr_img {
  margin-top: 0;
}

.device-sp .tpr_contents [id^=tpr_c_] {
  margin: 0 8px;
}
.device-sp .tpr_contents [id^=tpr_c_] .tpr_img,
.device-sp .tpr_contents [id^=tpr_c_] .yoshidasensha_bento__navi {
  max-width: calc(100% + 32px);
  margin-right: -16px;
  margin-left: -16px;
}

.yoshidasensha_bento__yodogawa {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  overflow: visible;
  flex-direction: column;
  margin: 32px auto;
}
.yoshidasensha_bento__yodogawa .tpr_text {
  margin-top: 1em;
}
.yoshidasensha_bento__button a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: var(--color4);
  border-radius: 4px;
  background-color: var(--color3);
  box-shadow: 2px 2px 0 0 var(--color4);
}
.yoshidasensha_bento__button a::after {
  content: "\f5af";
  font-family: "Material Design Icons";
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  display: block;
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 12px;
  background-color: white;
}
.yoshidasensha_bento__navi {
  padding: 8px 16px;
}
.yoshidasensha_bento__navi a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: var(--color4);
}
.yoshidasensha_bento__navi a::before, .yoshidasensha_bento__navi a::after {
  font-family: "Material Design Icons";
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  display: block;
  padding: 0 8px;
  color: var(--color4);
  border-radius: 12px;
  background-color: var(--color3);
}
.yoshidasensha_bento__navi a b {
  font-size: 12px;
  margin-right: 8px;
  padding: 0 8px;
  color: var(--color3);
  border-radius: 10.5px;
  background-color: var(--color4);
}
.yoshidasensha_bento__navi_next {
  background-color: var(--color2);
}
.yoshidasensha_bento__navi_next a {
  margin-right: 0;
  margin-left: auto;
}
.yoshidasensha_bento__navi_next a::after {
  content: "\f054";
  margin-left: 8px;
}
.yoshidasensha_bento__navi_prev {
  background-color: var(--color1);
}
.yoshidasensha_bento__navi_prev a {
  margin-right: auto;
  margin-left: 0;
}
.yoshidasensha_bento__navi_prev a::before {
  content: "\f04d";
  margin-right: 8px;
}
.yoshidasensha_bento__ph_cover {
  width: 224px;
}

.device-pc .tpr_talk {
  width: 480px;
}
.device-pc .tpr_talk dt {
  text-align: left;
  width: 60px;
}
.tpr_talk dt b {
  letter-spacing: 0;
}
.device-pc .tpr_talk dd {
  width: calc(100% - 60px);
  padding-left: 8px;
}

.device-pc .tpr_contents div[id^=tpr_c_] > div {
  width: 800px;
  padding: 0 0 32px 0;
}
.device-pc .tpr_contents div[id^=tpr_c_] > div > .yoshidasensha_bento__ph_cover, .device-sp .tpr_contents div[id^=tpr_c_] > div > .yoshidasensha_bento__ph_cover {
  margin-right: auto;
  margin-left: auto;
}
.tpr_contents div[id^=tpr_c_] > div > .tpr_title {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  padding: 16px 32px;
  border: 4px solid var(--color3);
  border-radius: 41px;
}
.device-pc .tpr_contents div[id^=tpr_c_] > div > .tpr_title {
  font-size: 24px;
}
.device-sp .tpr_contents div[id^=tpr_c_] > div > .tpr_title {
  font-size: clamp(14px, 4.8076923077vw, 20px);
}
.device-sp .tpr_contents div[id^=tpr_c_] > div > .tpr_title {
  padding: 16px clamp(16px, 3.8461538462vw, 32px);
}
.tpr_contents div[id^=tpr_c_] > div > .yoshidasensha_bento__title_large {
  text-align: center;
  position: relative;
  max-width: 736px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 28px 56px;
  border-radius: 56px;
  background-color: var(--color3);
}
.device-pc .tpr_contents div[id^=tpr_c_] > div > .yoshidasensha_bento__title_large {
  font-size: 32px;
}
.device-sp .tpr_contents div[id^=tpr_c_] > div > .yoshidasensha_bento__title_large {
  font-size: clamp(14px, 5.7692307692vw, 24px);
}
.device-sp .tpr_contents div[id^=tpr_c_] > div > .yoshidasensha_bento__title_large {
  text-align: left;
  margin-top: 36px;
  padding: 16px 32px;
}
.tpr_contents div[id^=tpr_c_] > div > .yoshidasensha_bento__title_large > b {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 12.5px 24px;
  transform: translate(96px, -50%);
  color: var(--color3);
  border-radius: 30px;
  background-color: var(--color4);
}
.device-pc .tpr_contents div[id^=tpr_c_] > div > .yoshidasensha_bento__title_large > b {
  font-size: 20px;
}
.device-sp .tpr_contents div[id^=tpr_c_] > div > .yoshidasensha_bento__title_large > b {
  font-size: clamp(14px, 3.8461538462vw, 16px);
}
.device-sp .tpr_contents div[id^=tpr_c_] > div > .yoshidasensha_bento__title_large > b {
  padding: 10px 20px;
  transform: translate(32px, -75%);
  border-radius: 24px;
}
.device-pc .tpr_contents div[id^=tpr_c_] > div .tpr_related {
  max-width: calc(100% - 32px);
}

.tpr_magazine {
  color: var(--color4);
}

.tpr_share ul {
  border: 0 none transparent;
}

#tpr_modal_overlay {
  background-color: rgba(255, 255, 255, 0.85);
}

#tpr_modal_content > div {
  border: 4px solid var(--color3);
  border-radius: 194px;
}
#tpr_modal_content > div a {
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 8px 16px;
  color: var(--color4);
  border-radius: 194px;
  background-color: var(--color3);
  box-shadow: 2px 2px 0 0 var(--color4);
}
@media (hover: hover) {
  #tpr_modal_content > div a {
    transition: opacity 0.3s;
  }
  #tpr_modal_content > div a:hover {
    opacity: 0.4;
  }
}
#tpr_modal_content .tpr_modal[data-type=modal_A] {
  width: auto;
  padding: 32px 112px;
}
.device-sp #tpr_modal_content .tpr_modal[data-type=modal_A] {
  padding: 64px 56px;
}
.device-sp #tpr_modal_content .tpr_modal[data-type=modal_A] br:not(.tpr_res) {
  display: none;
}
#tpr_modal_content .tpr_modal[data-type=modal_A] .tpr_title {
  font-family: "Midashi Go MB31 JIS2004 AP", sans-serif;
  color: var(--color4);
}
.device-pc #tpr_modal_content .tpr_modal[data-type=modal_A] .tpr_title {
  font-size: 32px;
}
.device-sp #tpr_modal_content .tpr_modal[data-type=modal_A] .tpr_title {
  font-size: clamp(14px, 5.7692307692vw, 24px);
}
#tpr_modal_content .tpr_modal[data-type=modal_A] .tpr_title + p {
  margin-top: 0 !important;
}

/*# sourceMappingURL=addition.css.map */
