/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
.font-unique,
.font-gi {
  font-family: 'M PLUS 1p', sans-serif;
}
:root, :host {
  --color-red-50: oklch(97.1% 0.013 17.38);
  --color-red-100: oklch(93.6% 0.032 17.717);
  --color-red-500: oklch(63.7% 0.237 25.331);
  --color-orange-100: oklch(95.4% 0.038 75.164);
  --color-orange-300: oklch(83.7% 0.128 66.29);
  --color-orange-400: oklch(75% 0.183 55.934);
  --color-orange-500: oklch(70.5% 0.213 47.604);
  --color-amber-900: oklch(41.4% 0.112 45.904);
  --color-amber-950: oklch(27.9% 0.077 45.635);
  --color-yellow-400: oklch(85.2% 0.199 91.936);
  --color-yellow-500: oklch(79.5% 0.184 86.047);
  --color-emerald-700: oklch(50.8% 0.118 165.612);
  --color-sky-600: oklch(58.8% 0.158 241.966);
  --color-blue-100: oklch(93.2% 0.032 255.585);
  --color-blue-900: oklch(37.9% 0.146 265.522);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --radius-xs: 0.125rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
}
.relative {
  position: relative;
}
.z-10 {
  z-index: 10;
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.m-0\! {
  margin: calc(var(--spacing) * 0) !important;
}
.mx-auto {
  margin-inline: auto;
}
.my-4 {
  margin-block: calc(var(--spacing) * 4);
}
.my-6 {
  margin-block: calc(var(--spacing) * 6);
}
.my-8 {
  margin-block: calc(var(--spacing) * 8);
}
.-mt-12\! {
  margin-top: calc(var(--spacing) * -12) !important;
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-0\! {
  margin-top: calc(var(--spacing) * 0) !important;
}
.mt-1\! {
  margin-top: calc(var(--spacing) * 1) !important;
}
.mt-2\! {
  margin-top: calc(var(--spacing) * 2) !important;
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-4\! {
  margin-top: calc(var(--spacing) * 4) !important;
}
.mt-6\! {
  margin-top: calc(var(--spacing) * 6) !important;
}
.mt-8\! {
  margin-top: calc(var(--spacing) * 8) !important;
}
.mr-0 {
  margin-right: calc(var(--spacing) * 0);
}
.mr-2 {
  margin-right: calc(var(--spacing) * 2);
}
.mr-6 {
  margin-right: calc(var(--spacing) * 6);
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-0\! {
  margin-bottom: calc(var(--spacing) * 0) !important;
}
.mb-1\! {
  margin-bottom: calc(var(--spacing) * 1) !important;
}
.mb-2\! {
  margin-bottom: calc(var(--spacing) * 2) !important;
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-6\! {
  margin-bottom: calc(var(--spacing) * 6) !important;
}
.mb-8\! {
  margin-bottom: calc(var(--spacing) * 8) !important;
}
.ml-0 {
  margin-left: calc(var(--spacing) * 0);
}
.box-content {
  box-sizing: content-box;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.inline-block {
  display: inline-block;
}
.h-full {
  height: 100%;
}
.h-full\! {
  height: 100% !important;
}
.w-\[90px\] {
  width: 90px;
}
.w-auto\! {
  width: auto !important;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-full\! {
  width: 100% !important;
}
.max-w-\[120px\]\! {
  max-width: 120px !important;
}
.max-w-\[160px\]\! {
  max-width: 160px !important;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[250px\]\! {
  max-width: 250px !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.grid-cols-\[auto_auto_1fr\] {
  grid-template-columns: auto auto 1fr;
}
.grid-cols-\[minmax\(20\%\,60px\)_1fr\] {
  grid-template-columns: minmax(20%,60px) 1fr;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-x-3 {
  column-gap: calc(var(--spacing) * 3);
}
.gap-x-4 {
  column-gap: calc(var(--spacing) * 4);
}
.gap-x-6 {
  column-gap: calc(var(--spacing) * 6);
}
.gap-y-2 {
  row-gap: calc(var(--spacing) * 2);
}
.gap-y-3 {
  row-gap: calc(var(--spacing) * 3);
}
.divide-y {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.rounded-xs {
  border-radius: var(--radius-xs);
}
.rounded-tl-none {
  border-top-left-radius: 0;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-4 {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-\[\#314673\] {
  border-color: #314673;
}
.border-\[\#C8E1F1\] {
  border-color: #C8E1F1;
}
.border-emerald-700 {
  border-color: var(--color-emerald-700);
}
.border-orange-300 {
  border-color: var(--color-orange-300);
}
.border-orange-500 {
  border-color: var(--color-orange-500);
}
.border-red-500 {
  border-color: var(--color-red-500);
}
.\!bg-red-50 {
  background-color: var(--color-red-50) !important;
}
.bg-\[\#1B8FCF\]\/30 {
  background-color: color-mix(in oklab, #1B8FCF 30%, transparent);
}
.bg-\[\#42ABE2\] {
  background-color: #42ABE2;
}
.bg-\[\#80D6FF\] {
  background-color: #80D6FF;
}
.bg-\[\#004495\] {
  background-color: #004495;
}
.bg-\[\#004495\]\! {
  background-color: #004495 !important;
}
.bg-\[\#314573\] {
  background-color: #314573;
}
.bg-\[\#314672\] {
  background-color: #314672;
}
.bg-\[\#314673\] {
  background-color: #314673;
}
.bg-\[\#B16CA9\]\/20 {
  background-color: color-mix(in oklab, #B16CA9 20%, transparent);
}
.bg-\[\#D3DDF1\] {
  background-color: #D3DDF1;
}
.bg-\[\#DC9E54\] {
  background-color: #DC9E54;
}
.bg-\[\#DFF5FF\]\! {
  background-color: #DFF5FF !important;
}
.bg-\[\#E9F3FB\]\! {
  background-color: #E9F3FB !important;
}
.bg-\[\#EDF5FB\] {
  background-color: #EDF5FB;
}
.bg-\[\#F5F9FC\] {
  background-color: #F5F9FC;
}
.bg-\[\#F8E350\] {
  background-color: #F8E350;
}
.bg-\[\#F8EDE8\]\! {
  background-color: #F8EDE8 !important;
}
.bg-\[\#FAF0E6\] {
  background-color: #FAF0E6;
}
.bg-\[\#FFFDE0\]\! {
  background-color: #FFFDE0 !important;
}
.bg-\[\#FFFEEB\]\! {
  background-color: #FFFEEB !important;
}
.bg-\[\#bce0dc\] {
  background-color: #bce0dc;
}
.bg-\[\#e0e67c\]\! {
  background-color: #e0e67c !important;
}
.bg-\[\#f6f8dc\]\! {
  background-color: #f6f8dc !important;
}
.bg-blue-100 {
  background-color: var(--color-blue-100);
}
.bg-orange-100\! {
  background-color: var(--color-orange-100) !important;
}
.bg-orange-400 {
  background-color: var(--color-orange-400);
}
.bg-red-100 {
  background-color: var(--color-red-100);
}
.bg-red-500 {
  background-color: var(--color-red-500);
}
.bg-sky-600 {
  background-color: var(--color-sky-600);
}
.bg-transparent\! {
  background-color: transparent !important;
}
.bg-white {
  background-color: var(--color-white);
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-0\! {
  padding: calc(var(--spacing) * 0) !important;
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-3\! {
  padding: calc(var(--spacing) * 3) !important;
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-4\! {
  padding: calc(var(--spacing) * 4) !important;
}
.p-6\! {
  padding: calc(var(--spacing) * 6) !important;
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.px-1 {
  padding-inline: calc(var(--spacing) * 1);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-5\! {
  padding-inline: calc(var(--spacing) * 5) !important;
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-4\! {
  padding-block: calc(var(--spacing) * 4) !important;
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-3xl\! {
  font-size: var(--text-3xl) !important;
  line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
}
.text-4xl\! {
  font-size: var(--text-4xl) !important;
  line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.text-\[\#1B8FCF\] {
  color: #1B8FCF;
}
.text-\[\#1B8FCF\]\/30 {
  color: color-mix(in oklab, #1B8FCF 30%, transparent);
}
.text-\[\#3F6AAB\] {
  color: #3F6AAB;
}
.text-\[\#42ABE2\] {
  color: #42ABE2;
}
.text-\[\#4773B9\] {
  color: #4773B9;
}
.text-\[\#314573\] {
  color: #314573;
}
.text-\[\#314673\] {
  color: #314673;
}
.text-\[\#354875\] {
  color: #354875;
}
.text-\[\#B16CA9\] {
  color: #B16CA9;
}
.text-\[\#C33229\] {
  color: #C33229;
}
.text-\[\#DC9E54\] {
  color: #DC9E54;
}
.text-\[\#DCA07E\] {
  color: #DCA07E;
}
.text-\[\#FFFDE0\]\! {
  color: #FFFDE0 !important;
}
.text-\[\#e4007f\] {
  color: #e4007f;
}
.text-amber-900 {
  color: var(--color-amber-900);
}
.text-amber-950 {
  color: var(--color-amber-950);
}
.text-black {
  color: var(--color-black);
}
.text-blue-900 {
  color: var(--color-blue-900);
}
.text-emerald-700 {
  color: var(--color-emerald-700);
}
.text-orange-400 {
  color: var(--color-orange-400);
}
.text-orange-500 {
  color: var(--color-orange-500);
}
.text-orange-500\! {
  color: var(--color-orange-500) !important;
}
.text-red-500 {
  color: var(--color-red-500);
}
.text-sky-600 {
  color: var(--color-sky-600);
}
.text-white {
  color: var(--color-white);
}
.text-yellow-400 {
  color: var(--color-yellow-400);
}
.text-yellow-500 {
  color: var(--color-yellow-500);
}
.opacity-30 {
  opacity: 30%;
}
.\[text-shadow\:_-2px_0_white\,_2px_0_white\,_0_-2px_white\,_0_2px_white\] {
  text-shadow:  -2px 0 white, 2px 0 white, 0 -2px white, 0 2px white;
}
.before\:bg-\[\#004495\]\! {
  &::before {
    content: var(--tw-content);
    background-color: #004495 !important;
  }
}
.max-sm\:float-none\! {
  @media (width < 640px) {
    float: none !important;
  }
}
.max-sm\:mx-auto\! {
  @media (width < 640px) {
    margin-inline: auto !important;
  }
}
.max-sm\:my-4\! {
  @media (width < 640px) {
    margin-block: calc(var(--spacing) * 4) !important;
  }
}
.sm\:grid-cols-2 {
  @media (width >= 640px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sm\:grid-cols-3 {
  @media (width >= 640px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sm\:grid-cols-\[1fr_45\%\] {
  @media (width >= 640px) {
    grid-template-columns: 1fr 45%;
  }
}
.sm\:grid-cols-\[50\%_1fr\] {
  @media (width >= 640px) {
    grid-template-columns: 50% 1fr;
  }
}
.md\:grid-cols-2 {
  @media (width >= 768px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
:root {
  --fukidashi-size: 8px;
  --fukidashi-border-size: 2px;
  --fukidashi-bg: #fff;
}
small {
  display: inline-block;
}
hr {
  margin-top: 0.6em;
  height: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
}
hr.hr-dotted {
  border-style: dotted;
}
hr.hr-dashed {
  border-style: dashed;
}
dt {
  margin-top: 0.7rem;
  margin-bottom: 6px;
}
dd {
  margin-top: 3px;
}
sub,
    sup {
  vertical-align: baseline;
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sub {
  top: 0.25em;
}
sup {
  top: -0.25em;
}
article img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.scroll-hint-icon {
  transform: scale(0.9) translate3d(-50%, -50%, 0);
  transform-origin: center;
  top: 50% !important;
  left: 50% !important;
}
.scroll-hint-icon-wrap .scroll-hint-icon:before {
  animation-iteration-count: 1 !important;
}
.scroll-hint-icon-wrap .scroll-hint-icon:after {
  transition-delay: 1.2s !important;
}
main a.tel-link {
  display: inline;
}
.AB-wrap:not(#\#) {
  margin-top: 1em;
}
.AB-wrap:not(#\#):not(:last-child) {
  margin-bottom: 1em;
}
.AB-wrap:not(#\#) .AB-btn-wrap {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
table.table-reset:not(#\#) th,
    table.table-reset:not(#\#) td {
  border: 0;
  text-align: left;
  padding: 0;
  font-size: inherit;
}
dl.dl-list:not(#\#) dt {
  margin-bottom: 0;
}
dl.dl-list:not(#\#) dd {
  margin-top: 0;
}
ul.ul-list:not(#\#) li {
  margin-top: 0;
  margin-bottom: 0;
}
.qr a {
  display: inline-block;
  margin-top: 0.25em;
}
.qr a + a {
  margin-left: 0.5em;
}
#special img,
    #topics img {
  max-width: 100%;
  height: auto;
}
#special .AB-wrap img,
    #topics .AB-wrap img {
  max-width: none;
}
#healthy article + article {
  margin-top: 2em;
}
#topics section:not(:first-child),
    #topics section + hr:not(:first-child) {
  margin-top: 1.6em;
}
#topics .topics-content {
  background-color: #8dc349;
  padding: 4px;
}
#topics .topics-content > .tp-box:not(:first-child) {
  margin-top: 4px;
}
#topics .topics-content > .tp-box:not(:last-child) {
  margin-bottom: 4px;
}
#topics ul li {
  margin-top: 0.3em;
}
#topics .hr-tp-dashed {
  background: none;
  border: 0;
  border-bottom: 2px dashed #8dc349;
}
#topics h4 {
  margin-top: 1.25em;
  margin-bottom: 0.1em;
}
#topics h5 {
  margin-top: 0.9em;
  margin-bottom: 0.1em;
}
#topics h6 {
  margin-top: 0.6em;
  margin-bottom: 0.1em;
}
.cou2 {
  margin-bottom: 1em;
  padding: 8px;
  font-weight: bold;
  background: #bdfcfd;
  border: solid 1px #29c8cd;
  border-radius: 10px;
}
.footer_inner #footmark {
  display: block;
  margin: 15px auto 0;
  padding-bottom: 8px;
  width: 48px;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_inner #footmark {
    margin-top: 10px;
    padding-bottom: 3px;
    width: 44px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.ward table {
  width: 100%;
}
.ward table th {
  font-weight: bold;
  text-align: center;
  background: #ffffff;
}
.ward table td {
  font-size: 1.4rem;
}
.ward_footer {
  overflow: hidden;
  font-size: 1.4rem;
}
.ward_footer .wf-media {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 0.5em 0.5em !important;
  width: 45%;
  max-width: 200px;
  float: right;
  font-size: 1.4rem;
  text-align: center;
}
.ward_footer .wf-media img {
  margin-bottom: 4px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #kokuraminami .ward_eye img {
    width: 200px;
  }
}
.box {
  position: relative;
  padding: 1rem;
  overflow: hidden;
  background-color: white;
}
.box .box {
  padding: calc(1rem * 0.7);
}
.box:not(:first-child) {
  margin-top: 1rem;
}
.accordion-content > .box:not(:first-child) {
  margin-top: 8px;
}
.box > h3,
    .box > h4,
    .box > h5,
    .box > h6 {
  margin-top: 0.75em;
  margin-bottom: 0.375em;
}
.box-title {
  font-size: 1.1em;
  font-weight: bold;
}
.box-header {
  padding: 6px 12px;
}
.box-content {
  padding: 12px;
}
.banzai {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  line-height: 1;
}
.banzai.banzai-center {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.banzai::before,
    .banzai::after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 1px;
  height: 130%;
  min-height: 2rem;
  transform-origin: center bottom;
}
.banzai::before {
  left: 0.5em;
  border-left: 2px solid currentColor;
  transform: rotate(-35deg);
}
.banzai::after {
  right: 0.5em;
  border-right: 2px solid currentColor;
  transform: rotate(35deg);
}
.banzai .banzai::before {
  left: 0;
  height: 110%;
  transform: rotate(-20deg);
}
.banzai .banzai::after {
  right: 0;
  height: 110%;
  transform: rotate(20deg);
}
.fukidashi-1 {
  --fukidashi-border-size: 1px;
}
.fukidashi-mini {
  --fukidashi-size: 6px;
}
.fukidashi {
  display: block;
  background: var(--fukidashi-bg);
  position: relative;
  padding: 0.375em 0.75em;
  border: var(--fukidashi-border-size) solid currentColor;
  margin: 0;
}
.fukidashi > * {
  margin: 0 !important;
}
.fukidashi::before,
    .fukidashi::after {
  position: absolute;
  left: 35%;
  height: 0;
  width: 0;
  border: solid transparent;
  content: '';
}
.fukidashi::before {
  top: 100%;
  margin-left: calc(var(--fukidashi-size) * -1);
  border-color: transparent;
  border-top-color: currentColor;
  border-right-color: currentColor;
  border-width: var(--fukidashi-size);
}
.fukidashi-outline::after {
  top: calc(100% - var(--fukidashi-border-size) + 1px);
  margin-left: calc((var(--fukidashi-size) - var(--fukidashi-border-size)) * -1);
  border-color: transparent;
  border-top-color: var(--fukidashi-bg);
  border-right-color: var(--fukidashi-bg);
  border-width: calc(var(--fukidashi-size) - var(--fukidashi-border-size));
}
.fukidashi-reverse::before,
    .fukidashi-reverse::after {
  transform: scale(-1, 1);
}
.fukidashi-top::before,
    .fukidashi-top::after {
  top: inherit;
  bottom: 100%;
  transform: scale(1, -1);
}
.fukidashi-top.fukidashi-outline::after {
  bottom: calc(100% - var(--fukidashi-border-size) + 1px);
}
.fukidashi-top-left::before,
    .fukidashi-top-left::after {
  top: inherit;
  bottom: 100%;
  transform: scale(1, -1);
  left: 15%;
}
.fukidashi-top-left.fukidashi-outline::after {
  bottom: calc(100% - var(--fukidashi-border-size) + 1px);
}
.fukidashi-top-center::before,
    .fukidashi-top-center::after {
  top: inherit;
  bottom: 100%;
  transform: scale(1, -1);
  left: 50%;
}
.fukidashi-top-center.fukidashi-outline::after {
  bottom: calc(100% - var(--fukidashi-border-size) + 1px);
}
.fukidashi-top-right::before,
    .fukidashi-top-right::after {
  top: inherit;
  bottom: 100%;
  transform: scale(1, -1);
  left: 85%;
}
.fukidashi-top-right.fukidashi-outline::after {
  bottom: calc(100% - var(--fukidashi-border-size) + 1px);
}
.fukidashi-left::before,
    .fukidashi-left::after {
  transform: scale(1, 0.75) translate3d(0, -65%, 0);
  top: 50%;
  left: inherit;
  right: 100%;
}
.fukidashi-left-top::before,
    .fukidashi-left-top::after {
  transform: scale(1, 0.75) translate3d(0, -65%, 0);
  left: inherit;
  right: 100%;
  top: 25%;
}
.fukidashi-left-bottom::before,
    .fukidashi-left-bottom::after {
  transform: scale(1, 0.75) translate3d(0, -65%, 0);
  left: inherit;
  right: 100%;
  top: 75%;
}
.fukidashi-center::before,
    .fukidashi-center::after {
  left: 50%;
}
.fukidashi-right::before,
    .fukidashi-right::after {
  transform: scale(-1, 0.75) translate3d(0, -65%, 0);
  top: 50%;
  left: 100%;
  right: inherit;
}
.fukidashi-right::before {
  margin-left: 0;
  margin-right: calc(var(--fukidashi-size) * -1);
}
.fukidashi-right-top::before,
    .fukidashi-right-top::after {
  transform: scale(-1, 0.75) translate3d(0, -65%, 0);
  left: 100%;
  right: inherit;
  top: 25%;
}
.fukidashi-right-bottom::before,
    .fukidashi-right-bottom::after {
  transform: scale(-1, 0.75) translate3d(0, -65%, 0);
  left: 100%;
  right: inherit;
  top: 75%;
}
#special {
  padding: 0;
  background-size: 100% auto;
}
#special .special-block {
  padding: 12px;
  background-size: 100% auto;
}
#special .special-block #special_title {
  position: relative;
  margin: 0;
}
.tp-title {
  padding: 2px 8px;
}
.tp-info-box {
  margin-top: 1rem;
  padding: 10px 12px;
  background: #fffcd1 !important;
  border-radius: calc(8px * 0.875);
}
.tp-info-box dt:first-child {
  margin-top: 0;
}
.pagetop {
  z-index: 100;
}
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
.vb {
  vertical-align: bottom;
}
.js-scrollable {
  overflow: hidden !important;
  overflow-x: auto !important;
}
.clearfix::after {
  content: '';
  display: inline-block;
  clear: both;
}
.alignright:not(#\#),
    .alignleft:not(#\#) {
  position: relative;
  z-index: 1;
  display: block;
  width: 45%;
  max-width: 160px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
}
.alignright:not(#\#) {
  margin: 0 0 0.5em 0.5em;
  float: right;
}
.alignleft:not(#\#) {
  margin: 0 0.5em 0.5em 0;
  float: left;
}
.alignright:not(#\#) img,
    .alignleft:not(#\#) img {
  width: 100%;
  margin-bottom: 4px;
}
.tp-shisei-box-title {
  width: calc(100% - 2em);
  position: relative;
  z-index: 1;
}
.tp-shisei-box-title::before {
  content: '';
  position: absolute;
  top: 0;
  right: -2em;
  bottom: 0;
  z-index: -1;
  transform: skewX(-15deg);
  width: 2em;
  transform-origin: top right;
  border-end-end-radius: 0.5em;
}
.note {
  --note-bg: #fff;
  background-color: var(--note-bg) !important;
  background-image: linear-gradient(
            90deg,
            transparent 0%,
            transparent 50%,
            var(--note-bg) 50%,
            var(--note-bg) 100%
        ),
        linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 3px 100%,
        100% 1.5em;
  line-height: 1.5em;
  padding-bottom: 1px;
}
.manga-series .manga-content {
  background-color: #f7bb75 !important;
}
.manga-series .manga-content > .tp-box {
  background-color: #fafad9 !important;
}
.manga-series .manga-content .note {
  --note-bg: #fafad9;
}
.inline-indent {
  margin-left: 1em;
  text-indent: -1em;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
  *, ::before, ::after, ::backdrop {
    --tw-divide-y-reverse: 0;
    --tw-border-style: solid;
    --tw-font-weight: initial;
    --tw-content: "";
  }
}
