<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
* Theme Name: Tenrijiho Online
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*# sourceMappingURL=normalize.min.css.map */
@font-face {
  font-family: 'fontello';
  src: url('fontello/font/fontello.eot');
  src: url('fontello/font/fontello.eot#iefix') format('embedded-opentype'), url('fontello/font/fontello.woff') format('woff'), url('fontello/font/fontello.ttf') format('truetype'), url('fontello/font/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  position: relative;
  margin: auto;
  scroll-behavior: smooth;
  font-family: "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", "meiryo", Helvetica, sans-serif;
}
body {
  padding-top: 60px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  color: #7f6252;
  text-decoration: none;
}
a:hover {
  color: #ac8d7b;
}
a:hover img {
  opacity: 0.75;
}
.footer a:hover {
  color: #ddd;
}
html {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
img {
  max-width: 100%;
  height: auto;
}
.clearfix:after,
.spacer {
  display: table;
  content: "";
  clear: both;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
.container.container--header {
  padding-top: 14px;
  padding-bottom: 14px;
  max-width: none;
}
.container.container--sideMenu {
  padding-top: 30px;
  padding-bottom: 75px;
  padding-left: 15px;
}
.container.container--breadcrumbs {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 0.75rem;
}
.container.container--main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
  align-items: stretch;
}
.container.container--toppage-first {
  margin-bottom: 20px;
}
.container.container--flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.container.container--stretch {
  align-items: stretch!important;
}
.container.container--wide {
  max-width: 1600px;
}
.container.container--full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container.container--standard {
  margin-top: 20px;
  margin-bottom: 50px;
}
.container.container--l-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}
.container.container--help {
  max-width: 1000px;
}
.container.container--photoSingle {
  margin: auto;
  max-width: 1040px;
}
.container.container--short {
  max-width: 720px;
}
.container.container--post {
  margin-bottom: 80px;
}
.container.container--ads {
  margin: 60px auto;
}
.container.container--series {
  margin-bottom: 20px;
}
.container.container--footer {
  margin-bottom: 0;
}
.mt100 {
  margin-top: 100px!important;
}
.mr100 {
  margin-right: 100px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}
.ml100 {
  margin-left: 100px!important;
}
.mt80 {
  margin-top: 80px!important;
}
.mr80 {
  margin-right: 80px!important;
}
.mb80 {
  margin-bottom: 80px!important;
}
.ml80 {
  margin-left: 80px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mr50 {
  margin-right: 50px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.ml50 {
  margin-left: 50px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.mt0 {
  margin-top: 0px!important;
}
.mr0 {
  margin-right: 0px!important;
}
.mb0 {
  margin-bottom: 0px!important;
}
.ml0 {
  margin-left: 0px!important;
}
.flex-width-75 {
  width: calc(75% - 10px);
}
@media all and (max-width: 820px) {
  .flex-width-75 {
    width: 100%;
    margin: 0;
  }
}
.flex-width-70 {
  width: calc(70% - 10px);
}
@media all and (max-width: 820px) {
  .flex-width-70 {
    width: 100%;
    margin: 0;
  }
}
.flex-width-66 {
  width: calc(66.66% - 10px);
}
@media all and (max-width: 820px) {
  .flex-width-66 {
    width: 100%;
    margin: 0;
  }
}
.flex-width-60 {
  width: calc(60% - 10px);
}
@media all and (max-width: 820px) {
  .flex-width-60 {
    width: 100%;
    margin: 0;
  }
}
.flex-width-50 {
  width: calc(50% - 10px);
}
@media all and (max-width: 820px) {
  .flex-width-50 {
    width: 100%;
    margin: 0;
  }
}
.flex-width-40 {
  width: calc(40% - 10px);
}
@media all and (max-width: 820px) {
  .flex-width-40 {
    width: 100%;
    margin: 0;
  }
}
.flex-width-33 {
  width: calc(33.33% - 10px);
}
@media all and (max-width: 820px) {
  .flex-width-33 {
    width: 100%;
    margin: 0;
  }
}
.flex-width-30 {
  width: calc(30% - 10px);
}
@media all and (max-width: 820px) {
  .flex-width-30 {
    width: 100%;
    margin: 0;
  }
}
.flex-width-25 {
  width: calc(25% - 10px);
}
@media all and (max-width: 820px) {
  .flex-width-25 {
    width: 100%;
    margin: 0;
  }
}
.text-indent1 {
  text-indent: -1em;
  padding-left: 1em;
}
.text-indent2 {
  text-indent: -2em;
  padding-left: 2em;
}
.text-small {
  font-size: 0.88em;
}
.text-ssmall {
  font-size: 0.76em;
}
.text-large {
  font-size: 1.12em;
}
.text-xlarge {
  font-size: 1.24em;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.archive-title,
.post-title,
.page-title,
.archiveTitle,
.postTitle,
.pageTitle {
  font-size: 1.875rem;
  line-height: 1.3;
  width: 100%;
  margin: 0 0 1em;
}
.archive-title small,
.post-title small,
.page-title small,
.archiveTitle small,
.postTitle small,
.pageTitle small {
  font-size: 0.75em;
}
.archiveTitle-caption {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
}
.archiveTitle-caption:empty {
  display: none;
}
.archiveCaption {
  margin: 1rem 0 1rem;
}
.archiveUtility {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.header {
  width: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 11;
  border-bottom: solid 5px #888;
}
.header a {
  color: inherit;
}
.header a:hover {
  color: #ac8d7b;
}
.header__title {
  font-size: 1em;
  height: 1.8em;
  margin: 0 auto;
  width: fit-content;
}
.header__title &gt; a {
  display: block;
  position: relative;
  left: 13%;
}
.header__title &gt; a &gt; img {
  display: block;
  max-width: 200px;
}
.header__searchButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
.header__utilities {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 0.875rem;
}
.header__utilities &gt; ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}
.header__utilities &gt; ul &gt; li + li {
  margin-left: 25px;
}
.header__searchbox {
  display: none;
}
.toggleSideMenu {
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  padding: 5px;
  width: 36px;
  height: 26px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  transform: translateY(-50%);
}
.toggleSideMenu span {
  height: 2px;
  width: 26px;
  background: #7f6252;
  display: block;
  position: absolute;
  left: 5px;
}
.toggleSideMenu span:nth-child(1) {
  top: 4px;
}
.toggleSideMenu span:nth-child(2) {
  top: 13px;
}
.toggleSideMenu span:nth-child(3) {
  top: 22px;
}
body.is-toggle-sidemenu .mainColumn {
  width: 100%;
}
body.is-toggle-sidemenu .sideMenu {
  display: none;
}
.toggleonlineSitesMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  background: #eee;
  color: #7e6252;
  font-size: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[name="onlineSitesMenu"] {
  display: none;
}
.onlineSites {
  display: none;
}
.onlineSitesMenu {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
}
.onlineSitesMenu &gt; span {
  width: 9px;
  height: 9px;
  margin: 5%;
  background: #7e6252;
  border-radius: 1px;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSitesMenu &gt; span {
  width: 32px;
  height: 2px;
  position: absolute;
  top: 26px;
  left: 10px;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSitesMenu &gt; span:nth-child(1) {
  transform: rotate(45deg);
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSitesMenu &gt; span:nth-child(2) {
  transform: rotate(-45deg);
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSitesMenu &gt; span:nth-child(n+3) {
  display: none;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSitesMenu &gt; div {
  display: none;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSites {
  display: block;
  position: absolute;
  top: 100%;
  right: 15px;
  width: 230px;
  background: #fff;
  border: solid 2px;
  padding: 30px 15px;
  border-radius: 10px;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSites .linkItems {
  line-height: 1;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -20px;
  padding: 0;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSites .linkItems &gt; li {
  width: 65px;
  height: 65px;
  margin: 0 15px 20px;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSites .linkItems &gt; li &gt; a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  width: 100%;
  height: 100%;
  border: solid 1px;
  border-radius: 10px;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSites .linkItems &gt; li &gt; a img {
  margin-bottom: 5px;
}
.toppage .categoryWrap {
  margin-bottom: 2rem;
}
.toppage #breadcrumbs {
  display: none;
}
.toppage .contentsList.contentsList--category.contentsList--open &gt; ul &gt; li:nth-child(n + 9) {
  display: block;
}
.sideMenu {
  display: block;
  order: 1;
  width: 220px;
  max-height: 100vh;
  background: #fff;
  position: sticky;
  z-index: 2;
  top: 65px;
  left: 0px;
  overflow-y: scroll;
  padding-bottom: 60px;
}
.sideMenu__category ul {
  list-style: none;
  font-weight: bolder;
}
.sideMenu__category ul &gt; li {
  margin-bottom: 1em;
  line-height: 1.35;
}
.sideMenu__category ul &gt; li a {
  pointer-events: auto;
}
.sideMenu__category ul ul {
  padding-left: 1em;
  font-weight: normal;
}
.sideMenu__category ul ul &gt; li {
  margin: 0.5em;
  margin-left: 0;
}
.mainColumn {
  order: 2;
  width: calc(100% - 220px);
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.mainColumn.mainColumn--full {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.mainColumn.mainColumn--full + .sideMenu {
  display: none!important;
}
.swiper-container.swiper-container-nav {
  padding: 0;
  padding-right: 30px;
  box-sizing: border-box;
}
.swiper-container.swiper-container-nav .swiper-slide {
  width: auto;
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}
.swiper-container.swiper-container-nav .swiper-slide:first-child {
  margin-left: 0;
}
.swiper-container.swiper-container-nav .swiper-slide:last-child {
  margin-right: 0;
}
.swiper-container.swiper-container-nav .swiper-button-prev:after,
.swiper-container.swiper-container-nav .swiper-button-next:after {
  content: "";
  width: 8px;
  height: 8px;
  border: solid 2px #333;
  border-right: none;
  border-bottom: none;
  display: block;
  position: absolute;
  top: 40%;
  z-index: 1;
  transform: rotate(135deg);
}
.swiper-container.swiper-container-nav .swiper-button-prev {
  left: 0;
  background: linear-gradient(270deg, transparent, #eee, #eee);
}
.swiper-container.swiper-container-nav .swiper-button-prev:after {
  left: 2px;
  transform: rotate(315deg);
}
.swiper-container.swiper-container-nav .swiper-button-next {
  right: 0;
  background: linear-gradient(90deg, transparent, #eee, #eee);
}
.swiper-container.swiper-container-nav .swiper-button-next:after {
  right: 2px;
}
.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-container .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.breadcrumbs {
  list-style: none;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumbs &gt; li {
  margin-right: 1em;
  display: inline;
}
.breadcrumbs &gt; li:last-child:after {
  display: none;
}
.breadcrumbs &gt; li:after {
  content: "＞";
  font-size: 0.875em;
  margin-left: 1em;
}
.slick-container .slick-item {
  box-sizing: border-box;
}
.slick-container .slick-item img {
  display: inline;
}
.slick-container .slick-item.slick-item-center {
  text-align: center;
}
.slick-container .slick-item.slick-item-column3 {
  width: 33.33%;
  margin: 0 15px;
}
.slick-container .slick-item.slick-item-column4 {
  width: 25%;
  margin: 0 15px;
}
.slick-container.slick-container-banner .slick-arrow {
  background: #fff;
}
.slick-container.slick-container-series,
.slick-container.slick-container-seriespage {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-container.slick-container-series .slick-item,
.slick-container.slick-container-seriespage .slick-item {
  margin: 0 15px;
}
.slick-container.slick-container-video {
  margin-left: -10px;
  margin-right: -10px;
}
.slick-container.slick-container-video .slick-item {
  margin: 0 10px;
}
.slick-container.slick-container-series .slick-arrow,
.slick-container.slick-container-video .slick-arrow {
  transform: translateY(-50%) scale(1.15);
}
.slick-container.slick-container-series .slick-arrow.slick-prev,
.slick-container.slick-container-video .slick-arrow.slick-prev {
  left: 0px;
}
.slick-container.slick-container-series .slick-arrow.slick-next,
.slick-container.slick-container-video .slick-arrow.slick-next {
  right: 0px;
}
.slick-container .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #fff;
  border: solid 1px #7f6252;
  height: 26px;
  width: 26px;
  border-radius: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
}
.slick-container .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-container .slick-arrow:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: solid 2px #7f6252;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 8px;
}
.slick-container .slick-arrow.slick-prev {
  left: -15px;
}
.slick-container .slick-arrow.slick-prev:after {
  transform: rotate(45deg);
  left: 9px;
}
.slick-container .slick-arrow.slick-next {
  right: -15px;
}
.slick-container .slick-arrow.slick-next:after {
  transform: rotate(225deg);
  right: 9px;
}
.slick-container .slick-arrow:hover {
  opacity: 0.7;
}
.slick-container .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  margin-top: 0.75rem;
}
.slick-container .slick-dots &gt; li {
  margin: 0 0.25rem;
}
.slick-container .slick-dots &gt; li.slick-active &gt; button {
  background: #7f6252;
}
.slick-container .slick-dots &gt; li &gt; button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background: none;
  text-indent: 100%;
  overflow: hidden;
  height: 0.75rem;
  width: 0.75rem;
  background: #ddd;
  border-radius: 50%;
  line-height: 1;
}
.topContents.topContents--main {
  width: calc(67% - 20px);
}
.topContents.topContents--sub {
  width: calc(33% - 20px);
}
.article {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.article__title {
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: bolder;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.article__title a {
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}
.article__title .icon-paperlayout {
  width: auto;
  height: 26px;
  margin-right: 5px;
}
.article__text {
  width: calc(100% - 80px);
  line-height: 1.5;
}
.article__text.article__text--video {
  width: calc(100% - 80px * 16 / 9);
}
.article__description {
  font-size: 0.825em;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: none;
}
.article__thumbnail {
  width: 80px;
  height: 0px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.article__thumbnail.article__thumbnail--video {
  width: calc(80px * 16 / 9);
}
.article__thumbnail &gt; a {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.article__thumbnail &gt; a:hover {
  opacity: 1;
}
.article__thumbnail &gt; a:hover img {
  opacity: 1;
  transform: scale(1.08);
}
.article__thumbnail &gt; a &gt; img {
  display: block;
  transition: all 0.35s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.article__playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  line-height: 1;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border: solid 1px #fff;
  border-radius: 50%;
  font-size: 1.32em;
  pointer-events: none;
}
.article__playButton .icon.icon-play:before {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  color: #fff;
  transform: translate(-50%, -50%);
  display: block;
}
.article__meta {
  width: 100%;
  height: 3.4em;
  font-size: 0.75em;
  line-height: 1.15;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #888;
}
.article__meta &gt; * {
  margin-right: 1rem;
}
.article__meta &gt; *:last-child {
  margin-right: 0;
}
.article__tags {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
}
.article__tag {
  margin-right: 1rem;
}
.article__tag:last-child {
  margin-right: 0;
}
.article__date {
  color: #7f6252;
}
.article__date:empty {
  display: none;
}
.article__bookmark {
  display: none;
  height: 1em;
}
.article__bookmark button {
  background: none;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #7f6252;
  cursor: pointer;
}
.article__bookmark button .icon:before {
  margin-left: 0;
  line-height: 16px;
  font-size: 16px;
  position: relative;
  top: -1px;
}
.article__paid {
  display: inline-block;
  margin: 0;
  font-size: 0.84em;
}
.article__paid:before {
  margin: 0;
}
.article__category--351 {
  display: inline-block;
  text-decoration: none;
  pointer-events: none;
  background: #888;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 0.84em;
  font-weight: bolder;
}
.article__tag:before {
  content: '#';
}
.article__videoTime {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  z-index: 2;
  font-size: 12px;
  padding: 3px 5px;
  background: #fff;
  pointer-events: none;
  opacity: 0.8;
}
.article__duration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(230, 230, 230, 0.8);
  z-index: 2;
}
.article__duration__currentTime {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  height: 100%;
}
.article__playPause {
  position: absolute;
  left: 40px;
  margin: 0;
  top: 40px;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  display: block;
  background: #ccc;
  border-radius: 50%;
  width: fit-content;
  padding: 1px;
  z-index: 2;
}
.article__playPause button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  color: #7f6252;
  cursor: pointer;
  margin: 4px;
  z-index: 2;
  position: relative;
  background: #fff;
}
.article__playPause button i {
  display: block;
}
.article__playPause button i.icon-pause {
  display: none;
  font-size: 0.88em;
  position: relative;
  top: -1px;
}
.article__playPause button i.icon-play {
  position: relative;
  left: 2px;
  top: 0px;
}
.article__playPause &gt; svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.article__playPause &gt; svg circle {
  stroke: transparent;
  stroke-width: 5px;
  stroke-dasharray: 0, 141.3;
  stroke-linecap: round;
  fill: transparent;
  transform-origin: 25px 25px;
  transform: rotate(-90deg);
}
.article.article--topContents {
  flex-wrap: wrap;
}
.article.article--topContents .article__thumbnail {
  width: 100%;
  padding-bottom: calc(100% * 9 / 16);
  margin-bottom: 10px;
}
.article.article--topContents .article__text {
  width: 100%;
}
.article.article--topContents .article__title {
  font-size: 1.5em;
  margin: 0 auto 0.5rem;
  line-height: 1.5;
  white-space: normal;
  overflow: auto;
}
.article.article--topContents .article__description {
  display: -webkit-box;
  margin: 0 auto 0.5rem;
  font-size: 0.85em;
  line-height: 1.5;
  padding-left: 1.5rem;
}
.article.article--topContents .article__meta {
  text-align: right;
}
.article.article--topContents .article__tags {
  display: inline;
}
.article.article--topSmall {
  flex-wrap: wrap;
}
.article.article--topSmall .article__thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: calc(100% * 9 / 16);
  margin-bottom: 10px;
}
.article.article--topSmall .article__text {
  width: 100%;
}
.article.article--topSmall .article__title {
  font-size: 1.3em;
  line-height: 1.15;
  margin-bottom: 10px;
}
.article.article--topSmall .article__description {
  display: none;
}
.article.article--topSmall .article__meta {
  text-align: right;
  padding-left: 1.5em;
  height: auto;
}
.article.article--topSmall .article__tags {
  display: inline;
}
.article.article--oyasama {
  background: #7f6252;
  padding: 5px;
  margin-top: 14px;
}
.article.article--oyasama .article__title {
  position: absolute;
  top: -14px;
  left: 0;
  z-index: 2;
  padding: 5px 10px;
  background: #f44;
  color: #fff;
  font-family: YuMincho, "游明朝", serif;
  font-size: 1.32em;
}
.article.article--oyasama .article__description {
  width: calc(100% - 50px);
  padding: 0;
  color: #fff;
  font-size: 1.24em;
  font-weight: bold;
  line-height: 1;
  display: block;
}
.article.article--oyasama .article__description a {
  color: #fff;
}
.article.article--oyasama .article__cta {
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 36px;
  height: 35px;
  border-radius: 50%;
  background: #f44;
  transform: translateY(-50%);
}
.article.article--oyasama .article__cta:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 9px;
  height: 9px;
  border: solid 3px #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}
@media all and (min-width: 821px) and (max-width: 1280px) {
  .article.article--oyasama .article__title {
    font-size: 1.2em;
  }
}
@media all and (max-width: 820px) {
  .article.article--oyasama .article__title {
    font-size: 2vw;
  }
}
@media all and (max-width: 480px) {
  .article.article--oyasama {
    margin-top: 34px;
  }
  .article.article--oyasama .article__title {
    font-size: 1.32em;
  }
}
.article.article--ssmall {
  font-size: 0.875em;
  align-items: baseline;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.article.article--ssmall .article__title {
  color: #333;
  font-weight: bolder;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.article.article--ssmall .article__date {
  font-size: 0.8em;
  min-width: 9em;
  margin-right: 10px;
  text-align: right;
}
.article.article--noImage .article__thumbnail {
  display: none;
}
.article.article--noImage .article__text {
  width: 100%!important;
  margin-left: 0!important;
}
.article.article--archive .article__text,
.article.article--search .article__text {
  padding-right: 10px;
}
.article.article--archive .article__title a,
.article.article--search .article__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.article.article--archive .article__title a:hover,
.article.article--search .article__title a:hover {
  text-decoration: underline;
}
.article.article--archive .article__meta,
.article.article--search .article__meta {
  height: auto;
}
.article.article--search .article__title a {
  height: auto;
}
.article.article--localnews {
  margin-bottom: 0;
}
.article.article--localnews .article__title {
  font-size: 1em;
}
.article.article--wideImage {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.article.article--wideImage .article__thumbnail {
  width: 100%;
  margin: 0 0 5px;
  padding-bottom: calc(100% * 9 / 16);
}
.article.article--wideImage .article__thumbnail &gt; a,
.article.article--wideImage .article__thumbnail .article__thumbnail__imageArea {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.article.article--wideImage .article__thumbnail &gt; a:after,
.article.article--wideImage .article__thumbnail .article__thumbnail__imageArea:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 140%;
  filter: blur(10px);
  z-index: 1;
  background: inherit;
}
.article.article--wideImage .article__thumbnail &gt; a &gt; img,
.article.article--wideImage .article__thumbnail .article__thumbnail__imageArea &gt; img {
  position: absolute;
  width: auto;
  height: 100%;
  z-index: 2;
  object-fit: contain;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article.article--wideImage .article__thumbnail &gt; a:hover img,
.article.article--wideImage .article__thumbnail .article__thumbnail__imageArea:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.article.article--wideImage .article__text {
  width: 100%;
}
.article.article--wideImage .article__title {
  font-size: 1em;
  margin-bottom: 5px;
}
.article.article--wideImage .article__description,
.article.article--wideImage .article__meta {
  padding-left: 0;
}
.article.article--category {
  margin-bottom: 0;
}
.article.article--archive,
.article.article--search {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
}
.article.article--future {
  opacity: 0.45;
  pointer-events: none;
}
.article.article--future * {
  pointer-events: none;
}
.article.article--omichinews {
  background: none;
  font-size: 0.92em;
}
.article.article--omichinews .article__thumbnail {
  width: 95px;
  padding-bottom: calc(95px * 9 / 16);
  margin-left: 5px;
}
.article.article--omichinews .article__text {
  width: calc(100% - 100px);
  padding-right: 10px;
}
.article.article--omichinews .article__title {
  font-size: 0.92em;
  margin-bottom: 5px;
}
.article.article--omichinews .article__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  font-size: 1em;
  min-height: 2.7em;
}
.article.article--omichinews .article__description {
  display: none;
}
.article.article--omichinews .article__meta {
  height: auto;
}
.article.article--series {
  margin-bottom: 15px;
}
.article.article--series .article__category,
.article.article--series .article__tag {
  display: none;
}
.article.article--series .article__title a {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: unset;
}
.article.article--series .article__meta {
  height: auto;
}
.article.article--series .article__tags {
  display: none;
}
.article.article--series:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.article.article--video {
  width: 100%;
  margin: 0;
  display: block;
}
.article.article--video .article__thumbnail {
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  margin: 0 0 5px;
}
.article.article--video .article__thumbnail img {
  padding: 0;
}
.article.article--video .article__text {
  position: relative;
  width: 100%;
}
.article.article--video .article__title.article__title--video {
  margin-bottom: 5px;
}
.article.article--video .article__title a {
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article.article--video .article__meta.article__meta--video {
  margin-top: 5px;
}
.play .article__playPause button .icon-play {
  display: none!important;
}
.play .article__playPause button .icon-pause {
  display: block!important;
}
.pause .article__playPause button .icon-play {
  display: block!important;
}
.pause .article__playPause button .icon-pause {
  display: none!important;
}
.heading {
  line-height: 1.5;
  font-size: 1.125em;
  margin-bottom: 1rem;
}
.heading.heading--noborder {
  border: none;
}
.heading.heading--series {
  padding-left: 0px;
}
.heading.heading--center {
  text-align: center;
}
.heading.heading--link {
  max-width: 160px;
  margin: 0 auto 1.5rem;
}
.heading.heading--related_links {
  text-indent: -0.5em;
}
.heading.heading--related_links:before {
  content: "【";
}
.heading.heading--related_links:after {
  content: "】";
}
.contentsList.contentsList--topContents {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contentsList.contentsList--topContents &gt; li {
  margin-bottom: 20px;
}
.contentsList.contentsList--topContents &gt; li:last-child {
  margin-bottom: 0;
}
.contentsList.contentsList--textonly {
  background: #eee;
  padding: 0.875rem 2rem;
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.contentsList.contentsList--textonly .heading {
  width: 160px;
  margin-bottom: 0;
}
.contentsList.contentsList--textonly &gt; ul {
  width: calc(100% - 160px);
  column-count: 2;
}
.contentsList.contentsList--textonly &gt; ul &gt; li {
  list-style: none;
}
.contentsList.contentsList--textonly &gt; ul &gt; li:last-child {
  text-align: right;
}
.contentsList.contentsList--popular &gt; ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
  flex-wrap: wrap;
}
.contentsList.contentsList--popular &gt; ul &gt; li {
  width: calc(25% - 20px);
  margin: 0 10px 15px;
}
.contentsList.contentsList--category &gt; ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0px;
  padding-right: 0px;
}
.contentsList.contentsList--category &gt; ul &gt; li {
  width: calc(33.33% - 20px);
  margin: 0 10px 15px;
  list-style: none;
}
.contentsList.contentsList--omichinews {
  width: calc(33.33% - 30px);
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
.contentsList.contentsList--omichinews &gt; h3 {
  width: 180px;
  margin: 0;
  text-align: left;
  font-weight: normal;
  font-size: 0.92em;
  line-height: 1;
  color: #fff;
  background: linear-gradient(90deg, #7f6252 40%, transparent);
  padding: 0.4em 0.75em;
}
.contentsList.contentsList--omichinews &gt; ul {
  list-style: none;
  margin: 10px auto;
}
.contentsList.contentsList--omichinews &gt; ul &gt; li {
  margin-top: 8px;
  padding-top: 8px;
}
.contentsList.contentsList--omichinews &gt; ul &gt; li + li {
  margin-top: 8px;
  border-top: solid 1px #ddd;
}
.contentsList.contentsList--digital_archive {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin-right: -15px;
  margin-bottom: 40px;
}
.contentsList.contentsList--digital_archive li {
  width: calc(25% - 30px);
  margin: 0 15px 5px;
}
.contentsList.contentsList--related_links {
  margin: 20px auto;
}
.contentsList.contentsList--related_links &gt; ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
  width: auto;
  list-style: none;
}
.contentsList.contentsList--related_links &gt; ul &gt; li {
  width: calc(50% - 40px);
  margin: 0 20px 20px;
  background: #fff;
}
.omichinewsTab {
  display: flex;
  justify-content: center;
  list-style: none;
}
.omichinewsTab &gt; li {
  width: calc(33.33% - 20px);
  padding: 0;
  margin: 0 10px;
  text-align: center;
  position: relative;
  font-weight: bolder;
}
.omichinewsTab &gt; li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #7f6252;
  z-index: 1;
  transition: all 0.35s ease;
}
.omichinewsTab &gt; li.is-active:after {
  width: 100%;
}
.omichinewsTab &gt; li a {
  color: inherit;
}
.omichinewsTab {
  display: none;
}
.omichinewsFlex {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.toppage .article__bookmark {
  display: none;
}
.archive .archiveContents.archiveContents--large,
.category .archiveContents.archiveContents--large {
  margin-bottom: 20px;
}
.archive .archiveContents.archiveContents--large &gt; li,
.category .archiveContents.archiveContents--large &gt; li {
  width: 100%;
  margin: 0;
}
.archive .archiveContents.archiveContents--large &gt; li .article,
.category .archiveContents.archiveContents--large &gt; li .article {
  border-bottom: solid 1px #ddd;
}
.archive .archiveContents.archiveContents--large &gt; li .article__thumbnail,
.category .archiveContents.archiveContents--large &gt; li .article__thumbnail {
  width: calc(50% - 10px);
  margin: 0 10px 0 0;
  padding-bottom: 29%;
}
.archive .archiveContents.archiveContents--large &gt; li .article__text,
.category .archiveContents.archiveContents--large &gt; li .article__text {
  width: calc(50% - 10px);
  margin: 0 0 0 10px;
}
.archive .archiveContents.archiveContents--large &gt; li .article__description,
.category .archiveContents.archiveContents--large &gt; li .article__description {
  -webkit-line-clamp: 3;
  margin-bottom: 0.5rem;
  font-size: 0.875em;
  padding-left: 0;
}
.archive .archiveContents.archiveContents--large &gt; li .article__title,
.category .archiveContents.archiveContents--large &gt; li .article__title {
  font-size: 1.375em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.archive .catBGWrap,
.category .catBGWrap {
  margin: 0 -20px -60px;
  width: auto;
}
.archive .catBG,
.category .catBG {
  background-position: center;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% / 1.91);
  background-size: cover;
}
.archive .catBG .archive-title,
.category .catBG .archive-title,
.archive .catBG .post-title,
.category .catBG .post-title,
.archive .catBG .page-title,
.category .catBG .page-title,
.archive .catBG .archiveTitle,
.category .catBG .archiveTitle,
.archive .catBG .postTitle,
.category .catBG .postTitle,
.archive .catBG .pageTitle,
.category .catBG .pageTitle {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
.archive .child_cat,
.category .child_cat {
  margin: 1.25rem 0 3.5rem;
  position: relative;
}
.archive .child_cat &gt; ul,
.category .child_cat &gt; ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 0.875em;
  width: 100%;
  list-style: none;
  margin-bottom: -0.75rem;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.archive .child_cat &gt; ul &gt; li,
.category .child_cat &gt; ul &gt; li {
  margin-right: 0.75rem;
}
.archive .child_cat &gt; ul &gt; li &gt; a,
.category .child_cat &gt; ul &gt; li &gt; a {
  display: block;
  padding: 0px 8px;
  background: #eee;
  color: #444;
  text-decoration: none;
}
.archive .child_cat.all &gt; ul,
.category .child_cat.all &gt; ul {
  flex-wrap: wrap;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: normal;
}
.archive .child_cat.all &gt; ul &gt; li,
.category .child_cat.all &gt; ul &gt; li {
  margin-bottom: 0.75rem;
}
.archive .child_cat.all button[name="toggle_child_cat"]:after,
.category .child_cat.all button[name="toggle_child_cat"]:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.archive button[name="toggle_child_cat"],
.category button[name="toggle_child_cat"] {
  position: absolute;
  width: 40px;
  height: 28px;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 125%) rotate(0deg);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: inherit;
  display: block;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.archive button[name="toggle_child_cat"]:after,
.category button[name="toggle_child_cat"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  z-index: 1;
  border: solid 14px;
  color: inherit;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: none;
  background: none;
}
.archiveContents {
  width: auto;
  padding: 0;
  margin: 0 -10px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
.archiveContents &gt; li {
  width: calc(50% - 10px);
  margin: 0 10px 10px;
  border: solid 5px #fff;
  border-bottom: none;
  padding: 5px 5px 0;
  background: rgba(255, 255, 255, 0.9);
}
.archiveContents &gt; li:nth-child(odd) {
  margin-left: 0;
}
.archiveContents &gt; li:nth-child(even) {
  margin-right: 0;
}
.archiveContents .article__bookmark {
  display: inline-block;
  margin-right: 0;
}
.archiveContents.archiveContents--search {
  display: block;
}
.archiveContents.archiveContents--search &gt; li {
  width: 100%;
  margin: 0;
}
.archiveContents.archiveContents--search .article .article__text {
  max-width: 670px;
}
.archiveContents.archiveContents--search .article .article__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #777;
}
.archiveContents.archiveContents--search .article .article__description b {
  color: #333;
}
.historyDate {
  font-size: 0.84em;
  color: #888;
}
.historyDate:before {
  content: "";
  border: solid 8px;
  border-bottom: none;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  position: relative;
  top: 12px;
  margin-right: 3px;
}
.historyPosts {
  padding: 0 0 0 1.3em;
  margin-bottom: 1em;
}
.categoryMoreWrap {
  margin: 1rem 0 0;
  font-size: 0.875em;
}
.categoryMoreWrap.categoryMoreWrap--center {
  text-align: center;
}
.categoryMoreWrap.categoryMoreWrap--left {
  text-align: left;
}
.categoryMoreWrap.categoryMoreWrap--right {
  text-align: right;
}
.categoryMoreWrap.categoryMoreWrap--honbu {
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  margin: 0;
}
.categoryMoreWrap.categoryMoreWrap--cat {
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
}
.categoryMoreWrap.categoryMoreWrap--post {
  margin: 2rem auto;
}
.categoryMore {
  display: inline-block;
  line-height: 1;
  margin: 5px;
}
.categoryMore:hover {
  text-decoration: underline;
  opacity: 1;
}
.categoryMore.categoryMore--honbuinfo {
  padding: 0;
  background: none;
  border: none;
  font-size: 0.8em;
  color: #7f6252;
}
.categoryMore.categoryMore--strong {
  padding: 0.5em 1.25em;
  border: solid 1px;
  border-radius: 2em;
  color: #fff;
  background: #7f6252;
  border-color: #7f6252;
}
.categoryMore.categoryMore--strong:hover {
  color: #7f6252;
  background: #fff;
  text-decoration: none!important;
}
.categoryMore.categoryMore--omichinews {
  font-size: 0.92em;
  padding: 0.375em 1em;
}
.banner.banner--1 &gt; ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
.banner.banner--1 &gt; ul &gt; li {
  margin: 0 10px 20px;
  width: calc(25% - 20px);
}
.banner.banner--1 &gt; ul &gt; li * {
  display: block;
}
.banner.banner--1 &gt; ul &gt; li &gt; a {
  position: relative;
  border: solid 1px #7f6252;
}
.banner.banner--1 &gt; ul &gt; li .banner__text {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #7f6252 50%, transparent 100%);
  padding-top: 1em;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  width: 100%;
  padding: 0.5em;
  text-align: center;
}
.linkBannerOnText {
  position: relative;
  display: block;
  border: solid 1px #7f6252;
}
.linkBannerOnText img {
  display: block;
}
.linkBannerOnText .banner__text {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
  text-align: center;
  background: #7f6252;
  padding: 0.35em;
}
.slideBannerWrap,
.seriesWrap {
  background: #eee;
  padding: 1.5rem 0;
  margin: 80px 0;
  position: relative;
}
.slideBannerWrap .slick-dots {
  position: absolute;
  bottom: -1.125rem;
}
.slideBanner__ads {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 2px 4px;
  font-size: 11px;
  border-radius: 3px;
}
.seriesItem {
  position: relative;
}
.seriesItem__banner * {
  display: block!important;
}
.seriesItem__banner img {
  width: 100%;
}
.seriesItem__contents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  margin-top: -60px;
  padding: 10px;
}
.seriesItem__title {
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 0.25rem;
}
.seriesItem__title a {
  color: inherit;
  text-decoration: none;
}
.seriesItem__article {
  width: calc(50% - 20px);
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  z-index: 2;
  position: relative;
}
.seriesItem__article__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.35;
}
.seriesItem__article__description {
  font-size: 0.8em;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #888;
  margin-top: 8px;
}
.seriesItem__article:before,
.seriesItem__article:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 20px;
  border: solid 5px;
  border-color: #7f6252;
  opacity: 1;
  pointer-events: none;
}
.seriesItem__article:before {
  border-bottom: none;
  border-right: none;
  top: 0px;
  left: 0px;
}
.seriesItem__article:after {
  right: 0px;
  bottom: 0px;
  border-left: none;
  border-top: none;
}
/* ebook */
.container.container--ebook {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 25px;
  background: url(ebook/img/bg-ebook.png) #eee;
  background-size: 50px;
  background-position: -25px -25px;
}
.container.container--bookslider {
  max-width: 1140px;
  padding-left: 0px;
  padding-right: 0px;
}
@media all and (max-width: 820px) {
  .container.container--ebook {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 480px) {
  .container.container--ebook {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.itemsSwiper {
  margin: 15px auto;
  overflow: hidden;
}
.itemsSwiper.itemsSwiper--pb25 {
  padding-bottom: 25px;
}
.itemsSwiper.itemsSwiper--pb50 {
  padding-bottom: 50px;
}
.itemsSwiper.itemsSwiper--pb100 {
  padding-bottom: 100px;
}
.itemsSwiper .swiper-wrapper {
  align-items: flex-end;
}
.itemsSwiper .swiper-button-prev,
.itemsSwiper .swiper-button-next {
  background: #7f6252;
  color: #fff;
  width: 28px;
  height: 28px;
  margin: 0;
  border-radius: 28px;
  transition: all 0.5s ease;
  transform: translateY(-50%);
}
.itemsSwiper .swiper-button-prev:hover,
.itemsSwiper .swiper-button-next:hover {
  opacity: 0.8;
}
.itemsSwiper .swiper-button-prev:after,
.itemsSwiper .swiper-button-next:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  z-index: 1;
}
@media all and (max-width: 820px) {
  .itemsSwiper .swiper-button-next,
  .itemsSwiper .swiper-button-prev {
    display: none;
  }
}
.itemsSwiper .swiper-button-prev:after {
  left: 10px;
  transform: rotate(45deg);
}
.itemsSwiper .swiper-button-next:after {
  right: 10px;
  transform: rotate(225deg);
}
.itemsSwiper .swiper-button-prev,
.itemsSwiper .swiper-rtl .swiper-button-next {
  left: -20px;
}
.itemsSwiper .swiper-button-next,
.itemsSwiper .swiper-rtl .swiper-button-prev {
  right: -20px;
}
.itemsSwiper .swiper-button-next.swiper-button-disabled,
.itemsSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
/* audio */
.container.container--topPageAudio {
  padding: 25px;
  margin-bottom: 50px;
}
.container.container--topPageAudioslider {
  max-width: 1140px;
  padding-left: 0px;
  padding-right: 0px;
}
@media all and (max-width: 820px) {
  .container.container--topPageAudio {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 480px) {
  .container.container--topPageAudio {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.article.article--topPageAudio {
  max-width: 220px;
  width: 17vw;
  min-width: 145px;
}
.article.article--topPageAudio .article__thumbnail {
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f3ed;
}
.article.article--topPageAudio .article__thumbnail.article__thumbnail--audiobook {
  background-image: url(audio/img/bg-audiobook.png);
}
.article.article--topPageAudio .article__thumbnail &gt; a {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
}
.article.article--topPageAudio .article__thumbnail .article__thumbnail__imageArea &gt; img {
  position: absolute;
  width: auto;
  height: 100%;
  z-index: 2;
  object-fit: contain;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article.article--topPageAudio .article__text {
  position: absolute;
  padding: 0;
}
/* photo gallery */
.container.container--photogallery {
  margin: 50px auto;
}
.photogalleryToppageLink {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: inherit;
}
.photogalleryToppageLink:hover {
  color: inherit;
}
.photogalleryToppageLink:hover .photogalleryToppage__images:after {
  opacity: 0.65;
}
.photogalleryToppage__images {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.photogalleryToppage__images:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
  pointer-events: none;
  transition: all 0.5s ease;
}
.photogalleryToppage__image {
  width: 15%;
  padding-bottom: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.photogalleryToppage__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.3;
  font-size: 1.5em;
  height: 1em;
  font-family: "Yu Mincho", "YuMincho", serif, sans-serif;
  text-shadow: 0 0 5px #fff;
}
.photogalleryToppage__heading__en {
  display: block;
  color: #666;
  font-weight: normal;
  font-size: 70%;
}
@media screen and (max-width: 1440px) {
  .photogalleryToppage__image {
    width: calc(100% / 6);
  }
  .photogalleryToppage__image:nth-of-type(n+7) {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .photogalleryToppage__image {
    width: calc(100% / 5);
  }
  .photogalleryToppage__image:nth-of-type(n+6) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .photogalleryToppage__image {
    width: calc(100% / 4);
  }
  .photogalleryToppage__image:nth-of-type(n+5) {
    display: none;
  }
}
@media screen and (max-width: 821px) {
  .photogalleryToppage__images {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: 120px 120px;
  }
  .photogalleryToppage__image {
    width: auto;
    display: block!important;
    padding-bottom: 120px;
  }
  .photogalleryToppage__image:nth-of-type(n+7) {
    display: none!important;
  }
}
@media screen and (max-width: 480px) {
  .photogalleryToppage__images {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: 80px 80px;
  }
  .photogalleryToppage__image {
    padding-bottom: 80px;
  }
}
.sliderItemSection {
  padding: 15px 25px;
}
.sliderItemSection__headingWrap {
  width: 100%;
  margin: 0 auto 15px;
}
.sliderItemSection__heading {
  margin: 0;
  margin-right: 25px;
  font-size: 1.32em;
}
.sliderItemSection__caption {
  font-size: 0.88em;
  margin: 0 0 0.5em;
}
.sliderItemSection__more {
  position: absolute;
  top: 1.5rem;
  right: 0;
  margin: 0;
  transform: translateY(-50%);
}
.sliderItemSection__more &gt; a {
  display: block;
  width: fit-content;
  border-radius: 5px;
  line-height: 1;
}
.sliderItemSection__more &gt; a:after {
  content: "〉";
  display: inline-block;
  position: relative;
  transform: scale(0.8);
}
.listItem {
  width: calc(16.66% - 30px);
  margin: 0 15px 30px;
}
.listItem__thumb {
  position: relative;
  padding: 10px 10px 122%;
  background: #eee;
  height: 0;
}
.listItem__thumb * {
  display: block;
}
.listItem__thumb &gt; a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listItem__thumb &gt; a &gt; img,
.listItem__thumb &gt; a &gt; .ebookMore {
  padding: 10px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.listItem__genreLink &gt; a {
  min-width: 100px;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 15px;
  font-size: 18px;
}
.listItem__genreLink &gt; a:hover {
  background: #ddd;
  opacity: 1;
}
.listItem__author {
  font-size: 0.75em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.listItem__author &gt; * {
  color: inherit;
}
.listItem__text {
  line-height: 1.5;
  margin-top: 5px;
  position: absolute;
  left: auto;
  top: 100%;
  width: 100%;
}
.listItem__title {
  font-size: 0.875em;
}
.listItem__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  position: relative;
}
.listItem__pubDate {
  font-size: 0.75em;
  color: #888;
  display: none;
}
.listItem__desc {
  font-size: 0.75em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}
.listItem__bookmark {
  display: none;
}
.listItem.listItem--video {
  margin: 0;
}
.listItem.listItem--slider {
  width: auto;
  margin: 0;
}
.listItem.listItem--slider .listItem__thumb {
  background: none;
  padding: 0;
  height: auto;
}
.listItem.listItem--slider .listItem__thumb &gt; a {
  position: relative;
  width: auto;
  height: auto;
  top: unset;
  left: unset;
  transform: unset;
}
.listItem.listItem--slider .listItem__thumb &gt; a &gt; img,
.listItem.listItem--slider .listItem__thumb &gt; a &gt; .ebookMore {
  padding: 0;
  max-height: 210px;
  box-shadow: 0px 0px 1px #bbb;
}
@media all and (max-width: 820px) {
  .listItem.listItem--slider .listItem__thumb &gt; a &gt; img,
  .listItem.listItem--slider .listItem__thumb &gt; a &gt; .ebookMore {
    max-height: 182px;
  }
}
@media all and (max-width: 480px) {
  .listItem.listItem--slider .listItem__thumb &gt; a &gt; img,
  .listItem.listItem--slider .listItem__thumb &gt; a &gt; .ebookMore {
    max-height: 160px;
  }
}
.keywords,
.categories {
  list-style: none;
  padding: 0!important;
}
.keywords {
  font-size: 0.92em;
}
.keywords &gt; li {
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.75em;
}
.keywords &gt; li &gt; a:before {
  content: "#";
}
.categories {
  font-weight: bolder;
}
.categories &gt; li {
  margin-bottom: 0.75em;
}
.categories .children {
  font-weight: normal;
  font-size: 0.88em;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.categories .children li {
  display: inline-block;
  margin: 0.4em 1.4em 0.4em 0;
}
.categories .children li a {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.categories .children li a:before {
  content: "";
  border: solid 3px;
  border-radius: 50%;
  width: 0;
  height: 0;
  display: inline-block;
  margin: 0 0.3em;
  position: relative;
  transform: translateY(-2px);
}
.categories .children .children {
  padding-left: 1em;
  font-size: 1em;
}
.categories .children .children a:before {
  transform: translateY(-2px) scale(0.5);
  border-radius: 0;
}
.linkWrap {
  margin: 100px auto;
}
.links {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.links &gt; li {
  margin: 0 1rem 1rem;
}
.links &gt; li &gt; a {
  font-weight: bold;
}
.links:last-child {
  margin-bottom: 0rem;
}
.postWrap {
  background: #fff;
}
.postWrap &gt; :last-child {
  margin-bottom: 0;
}
.seriesMainSection,
.seriesContent {
  position: relative;
  padding-top: 20px;
  margin-bottom: 40px;
}
.seriesMainSection__banner,
.seriesContent__banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 90%;
}
.seriesMainSection__textarea,
.seriesContent__textarea {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  width: 60%;
  margin: 80px 0 0px auto;
  padding: 15px 20px;
  border: solid 10px #fff;
  border-image: linear-gradient(315deg, #ddd, rgba(255, 255, 255, 0.6));
  border-image-slice: 1;
}
.seriesMainSection__heading,
.seriesContent__heading {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.56em;
  line-height: 1.35;
  padding-bottom: 10px;
  padding-right: 40px;
}
.seriesMainSection__heading a,
.seriesContent__heading a {
  color: inherit;
}
.seriesMainSection__heading:after,
.seriesContent__heading:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #333, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
.seriesMainSection__postCount,
.seriesContent__postCount {
  position: absolute;
  top: 0;
  right: 0;
  background: #333;
  color: #fff;
  line-height: 1;
  font-size: 1em;
  text-align: center;
  padding: 4px 8px;
}
.seriesMainSection__postCount a,
.seriesContent__postCount a {
  color: #fff;
}
.seriesMainSection__postCount small,
.seriesContent__postCount small {
  font-size: 60%;
  display: block;
  margin: 3px auto 0;
  text-align: center;
}
.seriesNormalSection {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.seriesContent {
  width: calc(50% - 30px);
  margin: 0 15px 45px;
  position: relative;
}
.seriesContent__banner {
  padding-bottom: 50%;
  background-size: 100% auto;
}
.seriesContent__textarea {
  margin: 33.33% auto 0;
  padding: 10px 10px 15px;
  max-width: 440px;
  width: 95%;
  border-image-source: linear-gradient(0deg, #ddd, rgba(255, 255, 255, 0.6));
}
.seriesContent__heading {
  font-size: 1.24em;
}
.seriesOtherSection {
  margin-top: 40px;
  margin-bottom: 40px;
}
.seriesOtherSection {
  margin-bottom: 20px;
}
.post-separator {
  background: linear-gradient(90deg, #888, transparent);
  border: none;
  height: 1px;
  width: 100%;
  margin: 1rem auto;
  display: block;
  position: relative;
}
.post-date {
  margin-right: 1rem;
}
.post-date:empty {
  display: none;
}
.post-button1 {
  margin: 20px auto;
  margin-left: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}
.post-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 1rem 0;
}
.post-share {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
}
.post-share &gt; * {
  height: 40px;
  width: 40px;
}
.post-share &gt; * &gt; * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  border: solid 1px;
  background: #fff;
  color: #7f6252;
}
.post-share &gt; * &gt; *:hover {
  opacity: 0.7;
}
.post-share &gt; * + * {
  margin-left: 10px;
}
.post-share-favorites &gt; * {
  border-color: #888;
  color: #888;
  font-size: 1.25rem;
}
.post-share-favorites &gt; *:hover {
  color: #ff9800;
  border-color: #ff9800;
}
.post-share-favorites &gt; *.active {
  border-color: #ff9800;
  color: #fff;
  background: #ff9800;
}
.post-share-favorites &gt; *.active:hover {
  opacity: 0.7;
}
.post-share-line &gt; * {
  border-color: #4caf50;
}
.post-share #share-line {
  fill: #4caf50;
}
.post-share-twitter &gt; * {
  border-color: #03a9f4;
}
.post-share #icon-twitter {
  fill: #03a9f4;
}
.post-share-facebook &gt; * {
  border-color: #3f51b5;
}
.post-share #icon-facebook {
  fill: #3f51b5;
}
.post-share-x &gt; * {
  border-color: #000;
}
.post-share-x:hover {
  opacity: 0.6;
}
.post-share #icon-x {
  fill: #000;
}
.post-thumbnail {
  margin-bottom: 0.5rem;
}
.post-thumbnail * {
  display: block;
  width: auto;
  margin: auto;
}
.post-meta {
  font-size: 0.875em;
  margin: 0 auto 0.5rem;
  width: 100%;
}
.post-meta &gt; * {
  display: inline-block;
}
.post-meta a {
  display: inline-block;
  margin-right: 1rem;
  color: #7f6252;
}
.post-meta a:hover {
  color: #7f6252;
}
.post-tag:before {
  content: "#";
}
.post-container h5,
.post-container h6,
.post-container ul,
.post-container ol,
.post-container dl,
.post-container table,
.post-container blockquote,
.post-container q,
.post-container p,
.post-container address,
.post-container pre,
.post-container code {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.post-container .wp-block-heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.post-container h2.wp-block-heading {
  font-size: 1.5em;
  line-height: 1.4;
  margin-top: 2rem;
}
.post-container h3.wp-block-heading {
  font-size: 1.25em;
  line-height: 1.4;
  margin-top: 1.75rem;
}
.post-container h4.wp-block-heading {
  font-size: 1em;
  line-height: 1.4;
  margin-top: 1.5rem;
}
.post-container a {
  color: #7f6252;
}
.post-container a:hover {
  text-decoration: underline;
}
.post-container .contentsList .article__title a {
  color: inherit;
}
.post-container hr.wp-block-separator {
  max-width: 100px;
  margin: 1.5em auto;
  background: #888;
  border: none;
  height: 2px;
}
.post-container ul,
.post-container ol {
  padding-left: 1.5em;
}
.post-container table {
  border-collapse: collapse;
  font-size: 0.875em;
}
.post-container table thead {
  background: #dbcbc2;
}
.post-container table th,
.post-container table td {
  border: solid 1px #ddd;
  padding: 0.5em 0.75em;
  line-height: 1.4;
}
.post-container table tfoot {
  border-top: double 3px #ddd;
}
.post-container table.paid-history-table {
  font-size: 1em;
}
.post-container blockquote {
  border-left: solid 5px;
  border-left-color: #7f6252;
  padding: 1em;
  background: #eee;
  width: fit-content;
  margin: 2em auto;
  min-width: 80%;
}
.post-container blockquote &gt; *:first-child {
  margin-top: 0;
}
.post-container blockquote &gt; *:last-child {
  margin-bottom: 0;
}
.post-container .wp-block-image .alignright,
.post-container .wp-block-image .alignleft {
  max-width: 45%;
}
.post-container .wp-block-image figure img {
  display: block;
}
.post-container .wp-block-gallery figcaption,
.post-container .wp-block-image figcaption {
  font-size: 0.75em;
  margin-top: 0em;
  color: #888;
}
.post-container &gt; *:first-child {
  margin-top: 0;
}
.post-container .wp-embed-aspect-16-9.wp-has-aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
}
.post-container .wp-embed-aspect-16-9.wp-has-aspect-ratio .wp-block-embed__wrapper,
.post-container .wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.post-container .linklayout-sp {
  gap: 0px!important;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.post-container .linklayout-sp &gt; .wp-block-image {
  width: calc(33% - 20px) !important;
  margin: 0 10px 20px!important;
  overflow: hidden;
  border-radius: 10px;
}
.post-container .linklayout-sp &gt; .wp-block-image a {
  display: block;
}
.post-container .linklayout-sp &gt; .wp-block-image img {
  display: block;
  border: solid 3px #333;
  border-radius: 10px;
}
.post-container .linklayout-sp &gt; .wp-block-image .wp-element-caption {
  background: #333 !important;
  line-height: 1;
  padding: 5px!important;
}
@media all and (max-width: 480px) {
  .post-container .linklayout-sp {
    gap: 0px!important;
  }
  .post-container .linklayout-sp &gt; .wp-block-image {
    width: calc(50% - 20px) !important;
    flex-grow: unset!important;
  }
}
.aionsei {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
  background: #75909d;
  border-radius: 3px;
  width: fit-content;
  overflow: hidden;
}
.aionsei__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  font-size: 0.84em;
  line-height: 1.2;
  text-align: right;
  background: #75909d;
  color: #fff;
  height: 54px;
}
.aionsei__heading strong {
  font-size: 1.5em;
  font-weight: normal;
  display: block;
}
.aionsei__control {
  position: relative;
  margin: 5px;
  margin-right: 10px;
}
.aionsei__control .article__playPause {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
.aionsei__limitmessage {
  padding: 5px 10px;
}
.journalArchiveList {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
.journalArchiveList.journalArchiveList--media {
  margin-left: -15px;
  margin-right: -15px;
}
.journalArchiveList.journalArchiveList--media &gt; li {
  width: fit-content;
  margin: 0 15px;
}
.journalArchiveList.journalArchiveList--year &gt; li {
  margin: 0 20px 10px 0;
}
.journalArchiveList.journalArchiveList--year &gt; li &gt; a {
  padding: 5px;
  line-height: 1;
  display: block;
  border: solid 1px #ddd;
}
.journalArchive__media {
  display: block;
  text-align: center;
  width: fit-content;
  margin: auto;
  margin-left: 0;
}
.journalArchive__media__image {
  width: fit-content;
  margin: auto;
}
.journalArchive__media__image &gt; img {
  display: block;
  max-width: 220px;
  max-height: 220px;
  width: auto;
  height: auto;
  border: solid 1px #eee;
}
.help .article.article--help .article__meta {
  display: none;
}
.help .article.article--help .article__description {
  display: none;
}
.help .article.article--help .article__text {
  padding: 0;
}
.help .article.article--help .article__text a {
  font-weight: normal;
  white-space: normal;
}
.help .contentsList.contentsList--related_links &gt; ul {
  display: block;
  margin-left: 1em;
  list-style: disc;
}
.help .contentsList.contentsList--related_links &gt; ul &gt; li {
  width: 100%;
  margin: 0 0 0.8em;
}
.helpCatButtonList {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px -15px;
}
.helpCatButtonList &gt; li {
  width: calc(33.33% - 30px);
  margin: 0 15px 40px;
}
.helpCatButton {
  padding: 55px 20px;
  border: solid 2px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  background: #7f6252;
  color: #fff;
  border-color: #7f6252;
  text-decoration: none;
}
.helpCatButton strong {
  display: block;
  text-align: center;
  font-size: 1.16em;
}
.helpCatButton small {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  line-height: 1.35;
  width: calc(100% - 40px);
}
.helpCatButton:hover {
  background: #fff;
  color: #7f6252;
  text-decoration: none;
}
.helpArchive {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px -15px;
  list-style: none;
}
.helpArchive &gt; li {
  margin: 0 15px 0px;
  width: calc(50% - 30px);
  padding: 20px 0;
  border-bottom: dotted 3px #ccc;
}
.helpContent {
  padding-left: 40px;
}
.help-post-list {
  list-style: none;
}
.help-post-list &gt; li {
  padding: 0 0 10px;
  margin-bottom: 10px;
  border-bottom: dotted 3px #ccc;
}
.help-post-list &gt; li:last-child {
  margin-bottom: 0;
}
.caption {
  font-size: 0.84em;
}
.tabMenu {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.tabMenu &gt; ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  list-style: none;
  width: fit-content;
  padding: 0;
}
.tabMenu &gt; ul &gt; li button {
  display: block;
  background: #fff;
  padding: 8px 12px;
  color: #7f6252;
  border: solid 1px #7f6252;
  cursor: pointer;
  line-height: 1;
  outline: none;
}
.tabMenu &gt; ul &gt; li button.current {
  background: #7f6252;
  color: #fff;
  pointer-events: none;
}
.tabMenu &gt; ul &gt; li button:hover {
  background: #eee;
}
.tabMenu &gt; ul &gt; li:first-child button {
  border-radius: 5px 0 0 5px;
}
.tabMenu &gt; ul &gt; li:last-child button {
  border-radius: 0 5px 5px 0;
}
.pagenation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
  width: 100%;
  margin: 30px 0;
}
.pagenation .wp-pagenavi * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #fff;
  border: solid 1px #bbb;
  border-radius: 4px;
  margin: 4px;
}
.pagenation .wp-pagenavi a:hover,
.pagenation .wp-pagenavi span.current {
  background: #e3e3e3;
  color: #666;
  border-color: #ccc;
}
.pagenation .wp-pagenavi .extend {
  background: none;
  border: none;
  margin: 0;
  width: auto;
}
.pagenation .wp-pagenavi .pages {
  width: 100%;
  height: auto;
  margin: 4px auto;
  border: none;
  order: 9;
}
.pagenation .wp-pagenavi .first,
.pagenation .wp-pagenavi .previouspostslink,
.pagenation .wp-pagenavi .last,
.pagenation .wp-pagenavi .nextpostslink {
  font-size: 1.6em;
  align-items: baseline;
  margin: 4px;
}
.pagenation.pagenation--post {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}
.pagenation.pagenation--post a {
  display: flex;
  align-items: center;
  border: solid 1px #ddd;
  padding: 0.5rem 0.375rem;
  width: auto;
  width: calc(50% - 1rem);
  background: #fff;
  line-height: 1.5;
}
.pagenation.pagenation--post a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0.5rem;
}
.pagenation.pagenation--post a img {
  display: block;
  max-width: 60px;
}
.pagenation.pagenation--post .post-prev:before,
.pagenation.pagenation--post .post-next:after {
  content: "";
  display: block;
  border: solid 12px #888;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
}
.pagenation.pagenation--post .post-prev {
  justify-content: flex-start;
}
.pagenation.pagenation--post .post-prev:before {
  border-left: none;
  margin-right: 0.5rem;
}
.pagenation.pagenation--post .post-next {
  justify-content: flex-start;
}
.pagenation.pagenation--post .post-next img {
  order: 2;
}
.pagenation.pagenation--post .post-next p {
  order: 1;
}
.pagenation.pagenation--post .post-next:after {
  border-right: none;
  margin-left: 0.5rem;
  order: 3;
}
.post-container .tml {
  max-width: 600px!important;
  margin: 20px auto 20px 0;
}
.post-container .tml p:empty {
  display: none;
}
.post-container .tml .message {
  display: inline-block;
}
.post-container .tml #wpg-login a {
  margin: 10px;
  width: calc(50% - 20px);
  border-radius: 10px;
}
.post-container .tml #registerform,
.post-container .tml #loginform {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.post-container .tml #registerform &gt; *,
.post-container .tml #loginform &gt; * {
  order: 2;
  margin: 10px auto 15px;
  width: 100%;
}
.post-container .tml #registerform &gt; *.g-recaptcha,
.post-container .tml #loginform &gt; *.g-recaptcha {
  margin-left: 240px;
}
.post-container .tml #registerform &gt; #wpg-login,
.post-container .tml #loginform &gt; #wpg-login {
  background: #ddd;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
  margin-top: 0;
  order: 1;
}
.post-container .tml #registerform .tml-submit-wrap,
.post-container .tml #loginform .tml-submit-wrap {
  margin-bottom: 0;
  margin-left: 240px;
  width: auto;
}
.post-container .tml #registerform .tml-submit-wrap &gt; input[type="submit"],
.post-container .tml #loginform .tml-submit-wrap &gt; input[type="submit"] {
  display: block;
  min-width: 10em;
  padding: 0.75em 1em;
  color: #fff;
  background: #7f6252;
  border: solid 2px #7f6252;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.35s ease;
  line-height: 1;
}
.post-container .tml #registerform .tml-submit-wrap &gt; input[type="submit"]:hover,
.post-container .tml #loginform .tml-submit-wrap &gt; input[type="submit"]:hover {
  color: #7f6252;
  background: #fff;
}
.post-container .tml #registerform &gt; #xs-social-login-container,
.post-container .tml #loginform &gt; #xs-social-login-container {
  order: 1;
  background: #eee;
  width: 100%;
  max-width: 100%;
  padding: 20px;
}
.post-container .tml #registerform &gt; #xs-social-login-container .xs-login,
.post-container .tml #loginform &gt; #xs-social-login-container .xs-login {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.post-container .tml #registerform &gt; #xs-social-login-container .xs-login__item,
.post-container .tml #loginform &gt; #xs-social-login-container .xs-login__item {
  width: calc(50% - 10px);
  border-radius: 8px;
  box-shadow: none;
  border: solid 2px;
}
.post-container .tml #registerform &gt; #xs-social-login-container .xs-login__item.wslu-color-scheme--google,
.post-container .tml #loginform &gt; #xs-social-login-container .xs-login__item.wslu-color-scheme--google {
  border-color: #4285F4;
}
.post-container .tml #registerform &gt; #xs-social-login-container .xs-login__item.wslu-color-scheme--facebook,
.post-container .tml #loginform &gt; #xs-social-login-container .xs-login__item.wslu-color-scheme--facebook {
  border-color: #3B5998;
}
.post-container .tml #registerform &gt; #xs-social-login-container .xs-login__item.wslu-color-scheme--twitter,
.post-container .tml #loginform &gt; #xs-social-login-container .xs-login__item.wslu-color-scheme--twitter {
  border-color: #1DA1F2;
}
.post-container .tml #registerform &gt; #xs-social-login-container .xs-login__item.wslu-color-scheme--lineapp,
.post-container .tml #loginform &gt; #xs-social-login-container .xs-login__item.wslu-color-scheme--lineapp {
  border-color: #06C755;
}
.post-container .tml-submit-wrap {
  margin-bottom: 0;
  margin-left: 240px;
  width: auto;
}
.post-container .tml-submit-wrap &gt; input[type="submit"] {
  display: block;
  min-width: 10em;
  padding: 0.75em 1em;
  color: #fff;
  background: #7f6252;
  border: solid 2px #7f6252;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.35s ease;
  line-height: 1;
}
.post-container .tml-submit-wrap &gt; input[type="submit"]:hover {
  color: #7f6252;
  background: #fff;
}
.post-container .tml-submit-wrap &gt; input[type="submit"][disabled="disabled"] {
  background: #eaeaea;
  color: #888;
  border-color: #888;
  pointer-events: none;
}
.post-container .tml-user-email-wrap,
.post-container .tml-user-pass1-wrap,
.post-container .tml-user-pass2-wrap,
.post-container .tml-user-login-wrap,
.post-container .tml-user-pass-wrap,
.post-container .form_item {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
  margin: 25px 0;
}
.post-container .tml-user-email-wrap &gt; label,
.post-container .tml-user-pass1-wrap &gt; label,
.post-container .tml-user-pass2-wrap &gt; label,
.post-container .tml-user-login-wrap &gt; label,
.post-container .tml-user-pass-wrap &gt; label,
.post-container .form_item &gt; label,
.post-container .tml-user-email-wrap &gt; .form_label,
.post-container .tml-user-pass1-wrap &gt; .form_label,
.post-container .tml-user-pass2-wrap &gt; .form_label,
.post-container .tml-user-login-wrap &gt; .form_label,
.post-container .tml-user-pass-wrap &gt; .form_label,
.post-container .form_item &gt; .form_label {
  width: 240px;
  margin-top: 0.4em;
  padding-right: 40px;
  position: relative;
}
.post-container .tml-user-email-wrap .form_label.form_label--image button,
.post-container .tml-user-pass1-wrap .form_label.form_label--image button,
.post-container .tml-user-pass2-wrap .form_label.form_label--image button,
.post-container .tml-user-login-wrap .form_label.form_label--image button,
.post-container .tml-user-pass-wrap .form_label.form_label--image button,
.post-container .form_item .form_label.form_label--image button {
  max-width: 100px;
  border: solid 1px #ddd;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
}
.post-container .tml-user-email-wrap .form_label.form_label--image button img,
.post-container .tml-user-pass1-wrap .form_label.form_label--image button img,
.post-container .tml-user-pass2-wrap .form_label.form_label--image button img,
.post-container .tml-user-login-wrap .form_label.form_label--image button img,
.post-container .tml-user-pass-wrap .form_label.form_label--image button img,
.post-container .form_item .form_label.form_label--image button img {
  display: block;
}
.post-container .tml-user-email-wrap &gt; input,
.post-container .tml-user-pass1-wrap &gt; input,
.post-container .tml-user-pass2-wrap &gt; input,
.post-container .tml-user-login-wrap &gt; input,
.post-container .tml-user-pass-wrap &gt; input,
.post-container .form_item &gt; input,
.post-container .tml-user-email-wrap &gt; .form_field,
.post-container .tml-user-pass1-wrap &gt; .form_field,
.post-container .tml-user-pass2-wrap &gt; .form_field,
.post-container .tml-user-login-wrap &gt; .form_field,
.post-container .tml-user-pass-wrap &gt; .form_field,
.post-container .form_item &gt; .form_field {
  width: calc(100% - 240px);
  max-width: calc(100% - 240px);
  position: relative;
}
.post-container .tml-user-email-wrap &gt; input .caption,
.post-container .tml-user-pass1-wrap &gt; input .caption,
.post-container .tml-user-pass2-wrap &gt; input .caption,
.post-container .tml-user-login-wrap &gt; input .caption,
.post-container .tml-user-pass-wrap &gt; input .caption,
.post-container .form_item &gt; input .caption,
.post-container .tml-user-email-wrap &gt; .form_field .caption,
.post-container .tml-user-pass1-wrap &gt; .form_field .caption,
.post-container .tml-user-pass2-wrap &gt; .form_field .caption,
.post-container .tml-user-login-wrap &gt; .form_field .caption,
.post-container .tml-user-pass-wrap &gt; .form_field .caption,
.post-container .form_item &gt; .form_field .caption {
  font-size: 0.75em;
  margin: 0.125rem 0 0;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.post-container .tml-user-email-wrap &gt; input,
.post-container .tml-user-pass1-wrap &gt; input,
.post-container .tml-user-pass2-wrap &gt; input,
.post-container .tml-user-login-wrap &gt; input,
.post-container .tml-user-pass-wrap &gt; input,
.post-container .form_item &gt; input,
.post-container .tml-user-email-wrap &gt; .input,
.post-container .tml-user-pass1-wrap &gt; .input,
.post-container .tml-user-pass2-wrap &gt; .input,
.post-container .tml-user-login-wrap &gt; .input,
.post-container .tml-user-pass-wrap &gt; .input,
.post-container .form_item &gt; .input,
.post-container .tml-user-email-wrap &gt; .form_field input,
.post-container .tml-user-pass1-wrap &gt; .form_field input,
.post-container .tml-user-pass2-wrap &gt; .form_field input,
.post-container .tml-user-login-wrap &gt; .form_field input,
.post-container .tml-user-pass-wrap &gt; .form_field input,
.post-container .form_item &gt; .form_field input,
.post-container .tml-user-email-wrap &gt; .form_field .input,
.post-container .tml-user-pass1-wrap &gt; .form_field .input,
.post-container .tml-user-pass2-wrap &gt; .form_field .input,
.post-container .tml-user-login-wrap &gt; .form_field .input,
.post-container .tml-user-pass-wrap &gt; .form_field .input,
.post-container .form_item &gt; .form_field .input,
.post-container .tml-user-email-wrap .form_field select,
.post-container .tml-user-pass1-wrap .form_field select,
.post-container .tml-user-pass2-wrap .form_field select,
.post-container .tml-user-login-wrap .form_field select,
.post-container .tml-user-pass-wrap .form_field select,
.post-container .form_item .form_field select {
  margin: 0;
  padding: 0.4em 0.8em;
  border: solid 1px #888;
  border-radius: 5px;
  font-size: 16px;
  line-height: inherit;
}
.post-container .tml-user-email-wrap &gt; input.readonly,
.post-container .tml-user-pass1-wrap &gt; input.readonly,
.post-container .tml-user-pass2-wrap &gt; input.readonly,
.post-container .tml-user-login-wrap &gt; input.readonly,
.post-container .tml-user-pass-wrap &gt; input.readonly,
.post-container .form_item &gt; input.readonly,
.post-container .tml-user-email-wrap &gt; .input.readonly,
.post-container .tml-user-pass1-wrap &gt; .input.readonly,
.post-container .tml-user-pass2-wrap &gt; .input.readonly,
.post-container .tml-user-login-wrap &gt; .input.readonly,
.post-container .tml-user-pass-wrap &gt; .input.readonly,
.post-container .form_item &gt; .input.readonly,
.post-container .tml-user-email-wrap &gt; .form_field input.readonly,
.post-container .tml-user-pass1-wrap &gt; .form_field input.readonly,
.post-container .tml-user-pass2-wrap &gt; .form_field input.readonly,
.post-container .tml-user-login-wrap &gt; .form_field input.readonly,
.post-container .tml-user-pass-wrap &gt; .form_field input.readonly,
.post-container .form_item &gt; .form_field input.readonly,
.post-container .tml-user-email-wrap &gt; .form_field .input.readonly,
.post-container .tml-user-pass1-wrap &gt; .form_field .input.readonly,
.post-container .tml-user-pass2-wrap &gt; .form_field .input.readonly,
.post-container .tml-user-login-wrap &gt; .form_field .input.readonly,
.post-container .tml-user-pass-wrap &gt; .form_field .input.readonly,
.post-container .form_item &gt; .form_field .input.readonly,
.post-container .tml-user-email-wrap .form_field select.readonly,
.post-container .tml-user-pass1-wrap .form_field select.readonly,
.post-container .tml-user-pass2-wrap .form_field select.readonly,
.post-container .tml-user-login-wrap .form_field select.readonly,
.post-container .tml-user-pass-wrap .form_field select.readonly,
.post-container .form_item .form_field select.readonly {
  background: #f0f0f0;
}
.post-container .tml-user-email-wrap--required .form_label:after,
.post-container .tml-user-pass1-wrap--required .form_label:after,
.post-container .tml-user-pass2-wrap--required .form_label:after,
.post-container .tml-user-login-wrap--required .form_label:after,
.post-container .tml-user-pass-wrap--required .form_label:after,
.post-container .form_item--required .form_label:after,
.post-container .tml-user-email-wrap label[for*="pass"]:after,
.post-container .tml-user-pass1-wrap label[for*="pass"]:after,
.post-container .tml-user-pass2-wrap label[for*="pass"]:after,
.post-container .tml-user-login-wrap label[for*="pass"]:after,
.post-container .tml-user-pass-wrap label[for*="pass"]:after,
.post-container .form_item label[for*="pass"]:after {
  content: "必須";
  position: absolute;
  right: 15px;
  white-space: nowrap;
  top: 50%;
  color: red;
  border: solid 1px;
  border-radius: 10px;
  padding: 3px 6px;
  line-height: 1;
  font-size: 12px;
  transform: translateY(-50%);
}
.post-container #your-profile label[for*="pass"]:after {
  display: none;
}
.post-container .form_field {
  position: relative;
}
.post-container .form_field select {
  width: 100%;
  display: block;
  background: #fff;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #888;
}
.post-container .form_field--select:after {
  content: "▼";
  line-height: 1;
  position: absolute;
  top: 14px;
  right: 4px;
  z-index: 2;
  pointer-events: none;
  color: #888;
  transform: scale(0.75);
}
.post-container .form_field--birthday {
  display: flex!important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-container .form_field--birthday .form_field {
  width: 19%;
}
.post-container .form_field--birthday .form_field:first-child {
  width: 29%;
}
.post-container .form_field--checkbox &gt; label {
  position: relative;
  margin-bottom: 5px;
  padding-left: 0.5em;
  width: fit-content;
}
.post-container .form_field--checkbox &gt; label input[type="checkbox"] {
  transform: scale(1.3) translateX(-30%);
  vertical-align: baseline;
}
.post-container .form_field--radio {
  display: block;
}
.post-container .form_field--radio label {
  display: inline-block;
  margin-right: 20px;
  padding-left: 5px;
}
.post-container .tml .tml-action-links {
  margin: 25px 0 0 240px;
}
.post-container .g-recaptcha {
  margin-left: 240px;
}
.post-container #form-errors {
  border: solid 1px red;
  background: snow;
  padding: 0.6rem;
  font-size: 0.875em;
  margin-bottom: 1rem;
  color: red;
}
.post-container #form-errors:empty {
  display: none;
}
.post-container #form-errors &gt; p {
  margin-bottom: 0.75rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.post-container #form-errors &gt; p:before {
  content: "･";
}
.post-container #form-errors &gt; *:last-child {
  margin-bottom: 0;
}
.post-container .tml.tml-register {
  position: relative;
  pointer-events: none;
}
.post-container .tml.tml-register.active {
  pointer-events: auto;
}
.post-container .tml.tml-register.active:after {
  display: none;
}
.post-container .tml.tml-register:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: #fff;
  opacity: 0.7;
}
.post-container .tml.tml-register .message {
  display: none;
}
.form_item {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
  margin: 25px 0;
}
.form_item &gt; label,
.form_item &gt; .form_label {
  width: 240px;
  margin-top: 0.4em;
  padding-right: 40px;
  position: relative;
}
.form_item .form_label.form_label--image button {
  max-width: 100px;
  border: solid 1px #ddd;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
}
.form_item .form_label.form_label--image button img {
  display: block;
}
.form_item &gt; input,
.form_item &gt; .form_field {
  width: calc(100% - 240px);
  max-width: calc(100% - 240px);
  position: relative;
}
.form_item &gt; input .caption,
.form_item &gt; .form_field .caption {
  font-size: 0.75em;
  margin: 0.125rem 0 0;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.form_item &gt; input,
.form_item &gt; .input,
.form_item &gt; .form_field input,
.form_item &gt; .form_field .input,
.form_item .form_field select {
  margin: 0;
  padding: 0.4em 0.8em;
  border: solid 1px #888;
  border-radius: 5px;
  font-size: 16px;
  line-height: inherit;
  max-width: 100%;
}
.form_item &gt; input.readonly,
.form_item &gt; .input.readonly,
.form_item &gt; .form_field input.readonly,
.form_item &gt; .form_field .input.readonly,
.form_item .form_field select.readonly {
  background: #f0f0f0;
}
.form_item &gt; .form_field textarea {
  border: solid 1px #888;
  border-radius: 5px;
  display: block;
  padding: 0.4em 0.8em;
  max-width: 100%;
}
.form_item--required .form_label:after,
.form_item label[for*="pass"]:after {
  content: "必須";
  position: absolute;
  right: 15px;
  white-space: nowrap;
  top: 50%;
  color: red;
  border: solid 1px;
  border-radius: 10px;
  padding: 3px 6px;
  line-height: 1;
  font-size: 12px;
  transform: translateY(-50%);
}
.mypage-headerLine {
  background: #ddd;
  height: 40px;
  border: none;
  border-bottom: solid 1px #bbb;
  margin-bottom: 2rem;
}
.mypage-container {
  padding-left: 2em;
}
.mypage .heading2 {
  font-size: 1.25em;
  border-left: solid 5px;
  padding-left: 5px;
  margin-bottom: 1rem;
}
.mypage a {
  color: #7f6252;
}
.mypage dl &gt; dt {
  font-size: 1.25em;
  font-weight: bold;
  border-left: solid 5px;
  padding-left: 5px;
  margin-top: 40px;
}
.mypage dl &gt; dt a {
  font-size: 0.875em;
  font-weight: normal;
}
.mypage dl &gt; dd {
  margin: 10px 0 20px;
}
.mypage__section {
  margin: 20px auto 60px;
}
.mypage__section table {
  border-collapse: collapse;
  width: 100%;
}
.mypage__section table th,
.mypage__section table td {
  padding: 0.5rem;
  border: solid 1px #ddd;
}
.mypage__section table th {
  background: #dbcbc2;
  width: 8em;
  font-size: 0.875em;
  border-bottom-color: #fff;
}
.mypage__section table tr:last-child th,
.mypage__section table tr:last-child td {
  border-bottom-color: #ddd;
}
.mypage .currentPlan {
  margin: 1rem 0;
  border-collapse: collapse;
}
.mypage .currentPlan th,
.mypage .currentPlan td {
  padding: 0.25em 0.5em;
  border: solid 1px #ccc;
}
.mypage .currentPlan th {
  background: #eee;
}
.mypage .currentPlan td {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.75rem 1rem;
}
.mypage .currentPlan td small {
  font-size: 1em;
  font-weight: normal;
}
.mypage .nextPlan {
  border: solid 1px red;
  width: fit-content;
  padding: 0.5rem 0.75rem;
}
.mypage .payForm input[type="radio"] {
  margin-right: 5px;
}
.mypage h3 {
  margin: 1rem 0 0.5rem;
}
.mypage hr {
  margin: 1rem auto;
  height: 1px;
  border: none;
  background: #ddd;
}
.mypage #payjp_checkout_box input[type=button] {
  font-size: 1em;
}
.mypage #nlmg-resign-button {
  background: #f44336;
  border: solid 1px #f44336;
}
.mypage-menu {
  margin-bottom: 1rem;
}
.mypage-menu &gt; ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.mypage-menu &gt; ul &gt; li {
  margin: 0 0.75rem 1rem;
}
.mypage #loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 100vh;
  width: 100vw;
  z-index: 9999;
}
.mypage #loading &gt; img {
  width: 70px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mypage .kiyaku {
  max-height: 300px;
  position: relative;
  overflow-y: scroll;
  border: solid 1px #ddd;
  padding: 8px 12px;
}
.mypage .kiyaku ol {
  padding-left: 1.5em;
}
.plans input[type="radio"] {
  display: none;
}
.plans input[type="radio"] + label {
  display: block;
  padding-left: 1.5em;
  cursor: pointer;
}
.plans input[type="radio"] + label:hover {
  background: #eee;
}
.plans input[type="radio"] + label:before {
  content: "";
  border: solid 1px;
  width: 1.2em;
  height: 1.2em;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #888;
  z-index: 1;
}
.plans input[type="radio"]:checked + label {
  background: #dbcbc2;
  cursor: auto;
}
.plans input[type="radio"]:checked + label:after {
  content: "";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 1.8em;
  transform: translateY(-50%);
  color: #7f6252;
  z-index: 2;
}
.plans &gt; table {
  width: 100%;
  border-collapse: collapse;
}
.plans &gt; table &gt; thead td {
  background: #7f6252;
  color: #fff;
  padding: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border: solid 1px #ddd;
}
.plans &gt; table td {
  border: solid 1px #ddd;
  width: 50%;
  position: relative;
}
.plans &gt; table .tokucho td {
  vertical-align: top;
}
.plans &gt; table .tokucho ul {
  margin: 1em 0;
  padding-left: 2em;
}
.plans .priceItem {
  position: relative;
  padding: 0.75em 1em;
}
.plans .priceItem__heading {
  margin: 0;
  font-size: 0.84em;
  font-weight: bold;
}
.plans .priceItem__price {
  font-size: 1.24em;
  font-weight: bold;
}
.plans .priceItem &gt; * {
  display: inline-block;
  margin: 0 0.25em;
  vertical-align: middle;
}
.plans .priceItem &gt; .priceItem__text {
  display: block;
  line-height: 1;
  font-size: 0.84em;
  color: #ff5722;
  text-align: center;
}
.btn,
.button,
.button-nlmg {
  padding: 0.5em 1em;
  border-radius: 3px;
  margin: 0.5rem 0;
  cursor: pointer;
  font-size: 1em;
  border: solid 1px;
  display: inline-block;
}
.btn:hover,
.button:hover,
.button-nlmg:hover {
  background: #eee;
}
.btn.btn-sm,
.button.btn-sm,
.button-nlmg.btn-sm {
  padding: 0.25em 1em;
}
.btn.btn-lg,
.button.btn-lg,
.button-nlmg.btn-lg {
  padding: 0.5em 2.5em;
  min-width: 160px;
}
.btn.btn-primary,
.button.btn-primary,
.button-nlmg.btn-primary {
  color: #fff;
  background-color: #198fcc;
  background-image: -webkit-linear-gradient(#35a9e6 0, #319cd3 48%, #2590c7 100%);
  background-image: -moz- oldlinear-gradient(#35a9e6 0, #319cd3 48%, #2590c7 100%);
  background-image: -o-linear-gradient(#35a9e6 0, #319cd3 48%, #2590c7 100%);
  background-image: linear-gradient(#35a9e6 0, #319cd3 48%, #2590c7 100%);
  border: solid 1px #32a1da;
}
.btn.btn-danger,
.button.btn-danger,
.button-nlmg.btn-danger {
  color: #fff;
  background: #f44336;
  border: solid 1px #f44336;
}
.btn[disabled="disabled"],
.button[disabled="disabled"],
.button-nlmg[disabled="disabled"] {
  pointer-events: none!important;
  background: #bbb !important;
  border-color: #bbb !important;
}
.btn.btn--viewer,
.btn.button--viewer,
.btn.button-nlmg--viewer,
.button.btn--viewer,
.button.button--viewer,
.button.button-nlmg--viewer,
.button-nlmg.btn--viewer,
.button-nlmg.button--viewer,
.button-nlmg.button-nlmg--viewer {
  margin: 0;
  display: flex;
  align-items: center;
  text-align: right;
}
.btn.btn--viewer .icon-viewer,
.btn.button--viewer .icon-viewer,
.btn.button-nlmg--viewer .icon-viewer,
.button.btn--viewer .icon-viewer,
.button.button--viewer .icon-viewer,
.button.button-nlmg--viewer .icon-viewer,
.button-nlmg.btn--viewer .icon-viewer,
.button-nlmg.button--viewer .icon-viewer,
.button-nlmg.button-nlmg--viewer .icon-viewer {
  font-size: 2em;
  line-height: 1;
  margin-left: 0.2em;
  margin-right: -0.3em;
}
.btn.btn--viewer &gt; span,
.btn.button--viewer &gt; span,
.btn.button-nlmg--viewer &gt; span,
.button.btn--viewer &gt; span,
.button.button--viewer &gt; span,
.button.button-nlmg--viewer &gt; span,
.button-nlmg.btn--viewer &gt; span,
.button-nlmg.button--viewer &gt; span,
.button-nlmg.button-nlmg--viewer &gt; span {
  font-size: 0.84em;
  line-height: 1.3;
}
.btn.btn--viewer &gt; span strong,
.btn.button--viewer &gt; span strong,
.btn.button-nlmg--viewer &gt; span strong,
.button.btn--viewer &gt; span strong,
.button.button--viewer &gt; span strong,
.button.button-nlmg--viewer &gt; span strong,
.button-nlmg.btn--viewer &gt; span strong,
.button-nlmg.button--viewer &gt; span strong,
.button-nlmg.button-nlmg--viewer &gt; span strong {
  font-size: 1.5em;
  font-weight: normal;
}
.btn.btn--viewer &gt; img,
.btn.button--viewer &gt; img,
.btn.button-nlmg--viewer &gt; img,
.button.btn--viewer &gt; img,
.button.button--viewer &gt; img,
.button.button-nlmg--viewer &gt; img,
.button-nlmg.btn--viewer &gt; img,
.button-nlmg.button--viewer &gt; img,
.button-nlmg.button-nlmg--viewer &gt; img {
  display: block;
  width: 2.7em;
  margin-left: 0.5em;
}
.btn.btn--theme,
.btn.button--theme,
.btn.button-nlmg--theme,
.button.btn--theme,
.button.button--theme,
.button.button-nlmg--theme,
.button-nlmg.btn--theme,
.button-nlmg.button--theme,
.button-nlmg.button-nlmg--theme {
  color: #fff;
  background-color: #7f6252;
  border-color: #7f6252;
}
.btn.btn--theme:hover,
.btn.button--theme:hover,
.btn.button-nlmg--theme:hover,
.button.btn--theme:hover,
.button.button--theme:hover,
.button.button-nlmg--theme:hover,
.button-nlmg.btn--theme:hover,
.button-nlmg.button--theme:hover,
.button-nlmg.button-nlmg--theme:hover {
  text-decoration: none;
  opacity: 0.75;
}
.btn.btn--login,
.btn.button--login,
.btn.button-nlmg--login,
.button.btn--login,
.button.button--login,
.button.button-nlmg--login,
.button-nlmg.btn--login,
.button-nlmg.button--login,
.button-nlmg.button-nlmg--login {
  display: block;
  white-space: nowrap;
  color: #fff;
  border: solid 1px #002c76;
  background: #002c76;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 20px;
  margin: 3px 0;
}
.btn.btn--login:hover,
.btn.button--login:hover,
.btn.button-nlmg--login:hover,
.button.btn--login:hover,
.button.button--login:hover,
.button.button-nlmg--login:hover,
.button-nlmg.btn--login:hover,
.button-nlmg.button--login:hover,
.button-nlmg.button-nlmg--login:hover {
  background: #fff;
  color: #002c76;
}
.btn.btn--register,
.btn.button--register,
.btn.button-nlmg--register,
.button.btn--register,
.button.button--register,
.button.button-nlmg--register,
.button-nlmg.btn--register,
.button-nlmg.button--register,
.button-nlmg.button-nlmg--register {
  display: block;
  white-space: nowrap;
  background: #e83828;
  color: #fff;
  border: solid 1px #e83828;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 20px;
  margin: 3px 0;
}
.btn.btn--register:hover,
.btn.button--register:hover,
.btn.button-nlmg--register:hover,
.button.btn--register:hover,
.button.button--register:hover,
.button.button-nlmg--register:hover,
.button-nlmg.btn--register:hover,
.button-nlmg.button--register:hover,
.button-nlmg.button-nlmg--register:hover {
  background: #fff;
  color: #e83828;
}
.btn.btn--inlineblock,
.btn.button--inlineblock,
.btn.button-nlmg--inlineblock,
.button.btn--inlineblock,
.button.button--inlineblock,
.button.button-nlmg--inlineblock,
.button-nlmg.btn--inlineblock,
.button-nlmg.button--inlineblock,
.button-nlmg.button-nlmg--inlineblock {
  display: inline-block !important;
}
.btn.btn--large,
.btn.button--large,
.btn.button-nlmg--large,
.button.btn--large,
.button.button--large,
.button.button-nlmg--large,
.button-nlmg.btn--large,
.button-nlmg.button--large,
.button-nlmg.button-nlmg--large {
  font-size: 1.12em;
}
.btn.btn--photo,
.btn.button--photo,
.btn.button-nlmg--photo,
.button.btn--photo,
.button.button--photo,
.button.button-nlmg--photo,
.button-nlmg.btn--photo,
.button-nlmg.button--photo,
.button-nlmg.button-nlmg--photo {
  border-radius: 0;
  background: #7f6252;
  color: #fff;
  border-color: #7f6252;
}
.btn.btn--photo:hover,
.btn.button--photo:hover,
.btn.button-nlmg--photo:hover,
.button.btn--photo:hover,
.button.button--photo:hover,
.button.button-nlmg--photo:hover,
.button-nlmg.btn--photo:hover,
.button-nlmg.button--photo:hover,
.button-nlmg.button-nlmg--photo:hover {
  color: #7f6252;
  background: #fff;
}
.button-toggle-contentsList {
  display: none;
}
@media all and (max-width: 820px) {
  .button-toggle-contentsList {
    -webkit-appearance: none;
    appearance: none;
    border: solid 1px #7f6252;
    background: #7f6252;
    color: #fff;
    padding: 0.5em 1.25em;
    border-radius: 3em;
    min-width: 140px;
    position: relative;
    margin: 20px auto;
    display: block;
    width: fit-content;
    cursor: pointer;
  }
  .button-toggle-contentsList__closetext {
    display: none;
  }
  .button-toggle-contentsList:after {
    content: "";
    display: inline-block;
    margin: 0;
    width: 8px;
    height: 8px;
    border: solid 2.5px #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    left: 3px;
  }
  .contentsList--open .button-toggle-contentsList:after {
    transform: rotate(225deg);
    top: 2px;
  }
  .contentsList--open .button-toggle-contentsList .button-toggle-contentsList__closetext {
    display: inline;
  }
  .contentsList--open .button-toggle-contentsList .button-toggle-contentsList__opentext {
    display: none;
  }
  .button-toggle-contentsList:hover {
    color: #7f6252;
    background: #fff;
  }
  .button-toggle-contentsList:hover:after {
    border-color: #7f6252;
  }
}
.simplefavorites-clear {
  display: block;
  width: fit-content;
  margin: -3.7em 0 2em auto;
  font-size: 0.84em;
  line-height: 1;
  color: #fff;
  background: #888;
  border: solid 1px #888;
  padding: 0.25em 1em;
  border-radius: 3px;
  cursor: pointer;
}
.searchArticle {
  max-width: 720px;
  margin: 0 0 80px;
}
.searchForm {
  margin: 0 auto;
}
.searchForm__field {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}
.searchForm__field:last-child {
  margin-bottom: 0;
}
.searchForm__field &gt; label {
  display: block;
  width: 6em;
  min-width: 6em;
  margin-right: 1em;
}
.searchForm__field .input-group.input-group--category &gt; label,
.searchForm__field .input-group.input-group--tag &gt; label {
  margin-bottom: 0.5em;
}
.searchForm__field .input-group &gt; label {
  display: inline-block;
  margin-right: 1em;
}
.searchForm__field .input-group &gt; label:last-child {
  margin-right: 0;
}
.searchForm__field.searchForm__field--keyword &gt; input {
  display: block;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #bbb;
  padding: 0.5rem;
}
.searchForm__field.searchForm__field--date input {
  border: solid 1px #bbb;
  padding: 0.375rem 0.5rem;
}
.searchForm__field.searchForm__field--submit button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #888;
  background: #888;
  color: #fff;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}
.searchForm__toggleDetails:after {
  content: "";
  display: inline-block;
  border: solid 2px;
  border-top: none;
  border-left: none;
  width: 8px;
  height: 8px;
  position: relative;
  transform: rotate(45deg);
  top: -3px;
  right: -6px;
}
.searchForm__toggleDetails.active:after {
  transform: rotate(225deg);
  top: 2px;
}
.pcOnly {
  display: block;
}
.pcOnly.pcOnly--flex {
  display: flex;
}
.pcOnly.pcOnly--inline {
  display: inline;
}
.pcOnly.pcOnly--inline-block {
  display: inline-block;
}
.mobileOnly {
  display: none;
}
.mobileOnly.mobileOnly--flex {
  display: none;
}
.mobileOnly.mobileOnly--inline {
  display: none;
}
.mobileOnly.mobileOnly--inline-block {
  display: none;
}
@media all and (max-width: 480px) {
  .pcOnly {
    display: none;
  }
  .pcOnly.pcOnly--flex {
    display: none;
  }
  .pcOnly.pcOnly--inline {
    display: none;
  }
  .pcOnly.pcOnly--inline-block {
    display: none;
  }
  .mobileOnly {
    display: block;
  }
  .mobileOnly.mobileOnly--flex {
    display: flex;
  }
  .mobileOnly.mobileOnly--inline {
    display: inline;
  }
  .mobileOnly.mobileOnly--inline-block {
    display: inline-block;
  }
}
.stickyUtility {
  position: sticky;
  bottom: -1px;
  width: 100vw;
  margin-left: -220px;
  margin-bottom: -1px;
  margin-top: 40px;
  padding-bottom: 1px;
  z-index: 9;
  pointer-events: none;
}
.showCount {
  position: relative;
  margin: 0px 1rem 10px auto;
  width: 70px;
  height: 70px;
  background: #333;
  border: solid 1px #333;
  border-radius: 50%;
  line-height: 1;
  padding: 20px;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}
.showCount__more {
  position: absolute;
  top: 15px;
  right: 26px;
  font-size: 1.25em;
  text-align: center;
  width: 2em;
}
.showCount__max {
  position: absolute;
  bottom: 17px;
  left: 32px;
  text-align: center;
  font-size: 0.75em;
  width: 2em;
}
.showCount:after {
  content: "";
  border-top: solid 1px #fff;
  position: absolute;
  top: 33px;
  left: 17px;
  width: 40px;
  z-index: 1;
  transform: rotate(125deg);
}
.showCount__text {
  display: block;
  position: absolute;
  font-size: 0.75em;
  top: -1.125rem;
  right: 0;
  width: fit-content;
  white-space: nowrap;
  color: #333;
  font-weight: bold;
  z-index: 1;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
.limit-announce {
  text-align: center;
  margin: 20px auto 40px;
  border: solid 5px #7f6252;
  width: fit-content;
  padding: 30px 5%;
  background: #fff;
  max-width: 580px;
}
.limit-announce-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.limit-announce-buttons a:hover {
  text-decoration: none;
}
.tml-login .tml-rememberme-submit-wrap {
  display: block!important;
}
.tml-login .tml-rememberme-wrap,
.tml-login .tml-submit-wrap {
  display: block!important;
  margin-left: 240px;
}
dl.tokusho dt {
  font-weight: bold;
  font-size: 0.88em;
}
dl.tokusho dt:before {
  content: "【";
}
dl.tokusho dt:after {
  content: "】";
}
dl.tokusho dd {
  margin-left: 1.7em;
  margin-bottom: 0.5em;
}
.sidebar &gt; *:first-child {
  margin-top: 0!important;
}
.sidebar .adItem {
  margin: 1.5rem auto;
  max-width: 300px;
}
.sidebar .adItem * {
  display: block;
}
.sidebar .banner.banner--1 &gt; ul {
  max-width: 300px;
  margin: 1.5rem auto;
}
.sidebar .banner.banner--1 &gt; ul &gt; li {
  width: calc(50% - 5px);
  margin: 0 0 10px;
}
.sidebar .banner.banner--1 &gt; ul &gt; li:nth-child(odd) {
  margin-right: 5px;
}
.sidebar .banner.banner--1 &gt; ul &gt; li:nth-child(even) {
  margin-left: 5px;
}
.sidebar .banner.banner--1 &gt; ul &gt; li * {
  display: block;
  width: 100%;
  margin: 0;
}
.sidebar .banner.banner--1 &gt; ul &gt; li .banner__text {
  font-size: 11px;
  position: relative;
  padding: 4px;
  background: #7f6252;
}
.sidebar .contentsList.contentsList--textonly {
  padding: 15px;
  display: block;
  width: 100%;
}
.sidebar .contentsList.contentsList--textonly .heading.heading--noborder {
  width: 100%;
  font-size: 1em;
  margin-bottom: 0.5rem;
}
.sidebar .contentsList.contentsList--textonly .heading.heading--noborder br {
  display: none;
}
.sidebar .contentsList.contentsList--textonly &gt; ul {
  display: block;
  column-count: unset;
  width: 100%;
}
.sidebar .contentsList.contentsList--textonly &gt; ul li {
  margin-bottom: 5px;
}
.sidebar .contentsList.contentsList--textonly &gt; ul li:last-child {
  margin-bottom: 0;
}
.sidebar .contentsList.contentsList--textonly .categoryMore.categoryMore--topright {
  font-size: 0.75em;
}
.sidebar .contentsList.contentsList--popular {
  padding: 10px;
  border: solid 1px #888;
}
.sidebar .contentsList.contentsList--popular &gt; ul {
  display: block;
  margin: 0;
  width: 100%;
}
.sidebar .contentsList.contentsList--popular &gt; ul &gt; li {
  width: 100%;
  margin: 0 0 10px;
  border-top: solid 1px #eee;
  padding-top: 10px;
}
.sidebar .article.article--popular .article__thumbnail {
  width: 70px;
  padding-bottom: 70px;
}
.sidebar .article.article--popular .article__thumbnail--video {
  width: calc(70px * 16 / 9);
}
.sidebar .article.article--popular .article__text {
  padding-right: 10px;
}
.sidebar .article.article--popular .article__text--video {
  width: calc(100% - 70px * 16 / 9);
}
.sidebar .article.article--popular .article__title {
  font-size: 0.92em;
  min-height: 2.7em;
}
.sidebar .article.article--popular .article__title a {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.sidebar .article.article--popular .article__meta {
  padding: 0;
  font-size: 0.75em;
  height: auto;
}
.sidebar .article.article--popular .article__description {
  display: none;
}
.sidebar .article.article--popular .article__tags {
  display: none;
}
body.login .mobileMenu .button.button--register,
body.login .mobileMenu .button.button--login {
  opacity: 0;
  pointer-events: none;
}
.mobileMenuWrap {
  display: block;
  position: fixed;
  top: 6px;
  right: 60px;
  width: 300px;
  z-index: 11;
}
.mobileMenu &gt; ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
}
.mobileMenu &gt; ul &gt; li {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  line-height: 1.15;
  font-size: 11px;
  color: #7f6252;
}
.mobileMenu &gt; ul &gt; li.home {
  display: none;
}
.mobileMenu &gt; ul &gt; li.others {
  width: 60px;
}
.mobileMenu &gt; ul &gt; li a:hover {
  text-decoration: none;
  opacity: 1;
}
.mobileMenu.mobileMenu--loggedIn &gt; ul &gt; li {
  width: 20%;
}
.mobileMenu.mobileMenu--loggedIn &gt; ul &gt; li.others {
  position: relative;
  top: unset;
  transform: unset;
  right: unset;
}
.mobileMenu .subMenuWrap {
  display: none;
}
.mobileMenu .subMenu {
  position: relative;
  width: 100%;
  overflow-y: scroll;
  padding-right: 20px;
}
.mobileMenu .subMenu &gt; * {
  width: 100%;
}
.mobileMenu .subMenu &gt; *:last-child {
  margin-bottom: 0!important;
}
.mobileMenu #toggleOther {
  display: none;
}
.mobileMenu #toggleOther + label {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.mobileMenu #toggleOther + label .show {
  display: block;
}
.mobileMenu #toggleOther + label .hide {
  display: none;
}
.mobileMenu #toggleOther:checked + label .show {
  display: none;
}
.mobileMenu #toggleOther:checked + label .hide {
  display: block;
}
.mobileMenu #toggleOther:checked + label + .subMenuWrap {
  display: block;
  position: absolute;
  top: 45px;
  right: 0px;
  overflow: hidden;
  z-index: 1;
  width: 280px;
  height: auto;
  padding: 20px;
  padding-right: 0;
  border: solid 2px #ddd;
  border-radius: 15px;
  background: #fff;
  text-align: right;
}
.mobileMenu .menuList {
  margin: 0 auto 30px;
  list-style: none;
  font-size: 1rem;
  padding: 0;
}
.mobileMenu .menuList.menuList--small {
  font-size: 0.875rem;
}
.mobileMenu .menuList.menuList--small a {
  color: #666;
}
.mobileMenu .menuList &gt; li {
  margin-bottom: 0.75em;
}
.mobileMenu .menuList a:hover {
  text-decoration: underline;
}
.mobileMenu .copyright.copyright--inMenu {
  color: #888;
  margin-bottom: 30px;
}
.mobileMenu .planUpgrade {
  font-size: 1.25rem;
}
.mobileMenu .planUpgrade &gt; a {
  color: #c8a063;
}
.jasrac-number {
  width: fit-content;
  margin: 10px 10px 20px auto;
  text-align: center;
  font-size: 12px;
}
.jasrac-number img {
  display: block;
  margin: 0 0 0 auto;
  width: 38px;
}
.footer {
  padding: 10px;
  background: #7f6252;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer__navigation {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 15px -15px;
  font-size: 0.84em;
  width: auto;
}
.footer__navigation &gt; li {
  margin: 0 15px;
}
.footer__logo {
  margin: auto;
  width: 180px;
}
.footer__copyright {
  text-align: center;
  font-size: 11px;
  margin-bottom: 10px;
}
.noscript-message {
  margin-bottom: 15px;
  border: solid 1px red;
  padding: 5px 8px;
  width: fit-content;
  line-height: 1.5;
}
ins.adsbygoogle:empty {
  height: 1px!important;
}
@media all and (min-width: 821px) {
  .scrollTop {
    position: fixed;
    z-index: 99;
    bottom: 10px;
    right: 0;
    width: 36px;
    height: 40px;
    border: solid 1px #cccccc;
    border-right: 0;
    background: #eeeeee;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .scrollTop:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 10px;
    z-index: -1;
    transform: rotate(45deg);
    border: solid 3px #666;
    border-bottom: none;
    border-right: none;
    height: 10px;
    width: 10px;
    display: block;
  }
  .scrollTop:hover {
    background: #fff;
  }
  .sidebar {
    max-width: 300px;
  }
}
@media all and (max-width: 1280px) {
  .contentsList.contentsList--digital_archive li {
    width: calc(33.33% - 30px);
  }
}
@media all and (max-width: 1024px) {
  body .sideMenu {
    display: none;
  }
  body.is-toggle-sidemenu button.toggleSideMenu &gt; span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
  }
  body.is-toggle-sidemenu button.toggleSideMenu &gt; span:nth-child(2) {
    display: none;
  }
  body.is-toggle-sidemenu button.toggleSideMenu &gt; span:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
  }
  body.is-toggle-sidemenu .sideMenu {
    display: block;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    top: 55px;
    border-right: solid 1px #eee;
  }
  .toggleSideMenu {
    display: block;
  }
  .sideMenu {
    display: none;
  }
  .mainColumn {
    width: 100%!important;
    padding-top: 20px;
  }
  .stickyUtility {
    margin-left: 0;
  }
}
@media all and (max-width: 820px) {
  html {
    font-size: 16px;
  }
  .header__utilities {
    display: none;
  }
  .onlineSitesMenu {
    height: 22px;
  }
  .onlineSitesMenu &gt; div {
    display: none;
  }
  label.toggleonlineSitesMenu {
    width: 50px;
    background: none;
  }
  .archive-title,
  .post-title,
  .page-title,
  .archiveTitle,
  .postTitle,
  .pageTitle {
    font-size: 1.5em;
  }
  .article.article--topContents {
    margin-bottom: 20px;
  }
  .article.article--topContents .article__text {
    width: 100%;
  }
  .article.article--topContents .article__description {
    padding-left: 0;
    font-size: 0.92em;
  }
  .article.article--topContents .article__meta {
    padding-left: 0;
  }
  .article.article--topSmall .article__title {
    font-size: 1.08em;
    margin-bottom: 5px;
  }
  .archive.archive--topContents {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .archive.archive--topContents &gt; li {
    width: calc(50% - 10px);
    margin: 0 10px 20px;
  }
  .archive.archive--topContents &gt; li:nth-child(odd) {
    margin-left: 0;
  }
  .archive.archive--topContents &gt; li:nth-child(even) {
    margin-right: 0;
  }
  .banner.banner--1 &gt; ul {
    flex-wrap: nowrap;
  }
  .banner.banner--1 &gt; ul &gt; li {
    margin-bottom: 0;
  }
  .topContents.topContents--sub {
    display: flex;
    align-items: stretch;
  }
  .topContents.topContents--sub &gt; * {
    width: 100%;
  }
  .toppage .contentsList.contentsList--category &gt; ul &gt; li:nth-child(n + 9) {
    display: none;
  }
  .contentsList.contentsList--topContents &gt; li {
    width: 100%;
  }
  .contentsList.contentsList--popular &gt; ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contentsList.contentsList--popular &gt; ul &gt; li {
    width: calc(33.33% - 20px);
  }
  .contentsList.contentsList--category &gt; ul {
    margin-bottom: 0;
  }
  .contentsList.contentsList--category &gt; ul &gt; li {
    width: calc(50% - 20px);
    margin: 0 10px 15px;
  }
  .contentsList.contentsList--related_links &gt; ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .contentsList.contentsList--related_links &gt; ul &gt; li {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .slideBannerWrap,
  .seriesWrap {
    margin: 50px auto;
  }
  .seriesItem__contents {
    display: block;
    margin-top: -30px;
  }
  .seriesItem__article {
    width: 100%;
    margin: 0 0 10px;
  }
  .seriesItem__article:last-child {
    margin-bottom: 0;
  }
  .slick-container.slick-container-video,
  .slick-container.slick-container-audio {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .slick-container .slick-item.slick-item-column3 {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .slick-container .slick-item.slick-item-column4 {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
  }
  .sidebar {
    display: none;
    margin-top: 80px;
  }
  .sidebar .adItem {
    margin: 15px 15px 0 0;
    width: 250px;
  }
  .sidebar .banner.banner--1 {
    width: calc(100% - 280px);
    margin: 15px 0 0 15px;
  }
  .sidebar .banner.banner--1 &gt; ul {
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0;
  }
  .sidebar .banner.banner--1 &gt; ul &gt; li {
    width: calc(50% - 15px);
    margin: 0 15px 30px;
  }
  .sidebar .banner.banner--1 &gt; ul &gt; li:nth-child(odd) {
    margin-left: 0;
  }
  .sidebar .banner.banner--1 &gt; ul &gt; li:nth-child(even) {
    margin-right: 0;
  }
  .sidebar .article.article--ssmall {
    display: flex;
    line-height: 1.8;
  }
  .seriesMainSection__banner {
    height: 0;
    padding-bottom: 50%;
    background-size: cover;
  }
  .seriesMainSection__textarea {
    width: auto;
    margin: 35% 15px 0;
    border-image-source: linear-gradient(0deg, #ddd, rgba(255, 255, 255, 0.6));
  }
  .seriesContent__textarea {
    font-size: 0.88em;
  }
  .seriesNormalSection {
    padding-left: 0;
    padding-right: 0;
  }
  .post-container {
    margin: auto;
  }
  .helpCatButton {
    line-height: 1.35;
  }
  .helpCatButton strong {
    font-size: 1em;
  }
  .helpCatButtonList &gt; li {
    width: calc(50% - 30px);
  }
  .helpContent {
    padding-left: 0;
  }
  .mobileMenuWrap {
    display: block;
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: solid 1px #888;
    width: 100%;
    z-index: 9998;
    font-size: 0.75em;
  }
  .mobileMenu &gt; ul {
    justify-content: center;
  }
  .mobileMenu &gt; ul &gt; li {
    justify-content: center;
  }
  .mobileMenu &gt; ul &gt; li.home {
    display: flex;
  }
  .mobileMenu &gt; ul &gt; li.others {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .mobileMenu.mobileMenu--loggedIn &gt; ul {
    justify-content: space-between;
  }
  .mobileMenu.mobileMenu--loggedIn &gt; ul &gt; li.others {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
  }
  .mobileMenu #toggleOther:checked + label + .subMenuWrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    top: unset;
    bottom: 0px;
    width: 100vw;
    height: 100vh;
    padding: 70px 15px;
    border: none;
    border-radius: 0;
  }
  .stickyUtility {
    bottom: 50px;
  }
  .footer {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .contentsList.contentsList--textonly {
    padding: 10px;
  }
  .contentsList.contentsList--textonly .heading {
    text-align: left;
  }
  .contentsList.contentsList--textonly &gt; ul {
    column-count: unset;
  }
  .contentsList.contentsList--omichinews {
    display: none;
    border: solid 2px;
    border-color: #7f6252;
    border-radius: 20px;
    padding: 0px 15px;
    margin: 10px auto;
    width: 100%;
  }
  .contentsList.contentsList--omichinews.is-active {
    display: block;
  }
  .contentsList.contentsList--omichinews &gt; h3 {
    display: none;
  }
  .contentsList.contentsList--digital_archive li {
    width: calc(50% - 30px);
  }
  .omichinewsTab {
    display: flex;
  }
  .omichinewsFlex {
    display: block;
    margin: 20px auto;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  html {
    font-size: 15px;
    line-height: 1.7;
  }
  body {
    padding-top: 75px;
  }
  body.toppage {
    padding-top: 50px;
  }
  body.is-toggle-sidemenu {
    overflow: hidden;
  }
  body.is-toggle-sidemenu .sideMenu {
    width: 100%;
    top: 45px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container.container--header {
    padding: 12px 0;
  }
  .container.container--series {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container.container--ads {
    max-width: 330px;
  }
  .container.container--archiveTitle {
    font-size: 1.5em;
    margin-bottom: 0.75rem;
  }
  .container.container--breadcrumbs {
    margin: 0 auto 1rem;
  }
  .container.container--flex {
    display: block;
  }
  .container.container--post {
    margin-bottom: 40px;
  }
  .header {
    height: 50px;
    border-bottom-width: 2px;
  }
  .header__title {
    height: 1.4em;
  }
  .header__title &gt; a &gt; img {
    max-width: 150px;
  }
  input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSitesMenu &gt; span {
    top: 20px;
    left: 6px;
  }
  .categoryWrap {
    margin-bottom: 1rem;
  }
  .breadcrumbs {
    font-size: 0.75em;
  }
  .breadcrumbs &gt; li {
    margin-right: 0.5rem;
  }
  .breadcrumbs &gt; li:after {
    margin-left: 0.5rem;
  }
  .mainColumn {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .swiper-container.swiper-container-nav {
    padding-right: 20px;
  }
  .swiper-container.swiper-container-nav .swiper-slide {
    font-size: 0.875em;
    margin-left: 0;
    margin-right: 0;
  }
  .swiper-container.swiper-container-nav .swiper-button-prev {
    display: none;
  }
  .itemsSwiper.itemsSwiper--topaudio .swiper-slide.listItem.listItem--audio.listItem--slider {
    height: 190px!important;
  }
  .article__title {
    display: block;
    font-size: 1em;
  }
  .article__text {
    font-size: 0.92em;
  }
  .article__description {
    padding-left: 0;
  }
  .article__meta {
    padding-left: 0;
    height: auto;
  }
  .article__playPause button {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
  .article.article--topContents {
    display: block;
  }
  .article.article--topContents .article__thumbnail {
    width: auto;
    padding-bottom: calc((100% + 30px) * 9 / 16);
    margin-left: -15px;
    margin-right: -15px;
  }
  .article.article--topContents .article__title {
    font-size: 1.25em;
  }
  .article.article--topContents .article__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
  .article.article--topContents .article__text {
    width: 100%;
  }
  .article.article--topSmall .article__description {
    display: -webkit-box;
  }
  .article.article--topSmall .article__meta {
    text-align: left;
    padding-left: 0;
  }
  .article.article--ssmall .article__date {
    font-size: 0.75em;
    min-width: 9.5em;
    margin-right: 0;
    text-align: left;
  }
  .article.article--ssmall .article__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .article.article--omichinews {
    font-size: 1em;
  }
  .article.article--archive .article__title a,
  .article.article--search .article__title a {
    height: auto;
  }
  .article.article--ranking {
    margin-bottom: 0;
  }
  .article.article--wideImage {
    height: 100%;
  }
  .article.article--wideImage .article__text {
    padding: 5px 8px;
  }
  .article.article--wideImage .article__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    line-height: 1.35;
  }
  .article.article--series {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .topContents.topContents--main {
    width: 100%;
  }
  .topContents.topContents--sub {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .topContents.topContents--sub &gt; * {
    display: block;
    width: 100%;
    margin: 0;
  }
  #honbu-info {
    margin: 15px 0;
  }
  .contentsList.contentsList--topContents {
    margin-bottom: 0;
  }
  .contentsList.contentsList--topContents &gt; li {
    width: 100%;
    margin: 0 0 20px;
  }
  .contentsList.contentsList--textonly {
    display: block;
  }
  .contentsList.contentsList--textonly .heading {
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
  }
  .contentsList.contentsList--textonly .heading br {
    display: none;
  }
  .contentsList.contentsList--textonly ul {
    width: 100%;
  }
  .contentsList.contentsList--localnews &gt; ul &gt; li {
    width: 100%;
    margin: 10px 0 0;
  }
  .contentsList.contentsList--localnews &gt; ul &gt; li:nth-child(n+9) {
    display: none;
  }
  .contentsList.contentsList--ranking {
    padding: 0.5rem;
  }
  .contentsList.contentsList--ranking &gt; ul &gt; li:last-child {
    margin-bottom: 0;
  }
  .contentsList.contentsList--category &gt; ul {
    margin-left: 0;
    margin-right: 0;
  }
  .contentsList.contentsList--category &gt; ul &gt; li {
    width: 100%;
    margin: 0 0 12px;
  }
  .contentsList.contentsList--popular &gt; ul {
    margin-left: -15px;
    margin-right: -15px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: auto;
  }
  .contentsList.contentsList--popular &gt; ul &gt; li {
    width: 240px;
    min-width: 240px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .contentsList.contentsList--popular .article {
    border: solid 1px;
  }
  .contentsList.contentsList--popular .article .article__thumbnail {
    margin-bottom: 0;
  }
  .contentsList.contentsList--popular .article .article__text {
    background: #333;
    color: #fff;
    padding: 10px;
  }
  .contentsList.contentsList--popular .article .article__meta * {
    color: #ddd;
  }
  .contentsList.contentsList--digital_archive {
    display: block;
    margin: 0 0 40px;
    padding-left: 8px;
  }
  .contentsList.contentsList--digital_archive li {
    width: auto;
    margin: 0 0 10px;
  }
  .contentsList.contentsList--related_links &gt; ul &gt; li {
    width: 100%;
    margin: 0 10px 10px;
  }
  .seriesItem__contents {
    padding: 10px 20px;
  }
  .seriesItem__article {
    margin: 0 0 10px;
  }
  .heading {
    font-size: 1em;
    margin-bottom: 15px;
  }
  .heading.heading--series {
    text-align: center;
    padding: 0;
    margin-bottom: 1rem;
  }
  .heading.heading--omichinews {
    text-align: center;
  }
  .banner.banner--1 {
    margin: 30px auto;
  }
  .banner.banner--1 &gt; ul {
    flex-wrap: wrap;
  }
  .banner.banner--1 &gt; ul &gt; li {
    width: calc(50% - 20px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .slick-container.slick-container-banner .slick-arrow.slick-next:after {
    right: 5px;
  }
  .slick-container.slick-container-banner .slick-arrow.slick-prev:after {
    left: 5px;
  }
  .slick-container.slick-container-series .slick-arrow.slick-next {
    right: 10px;
  }
  .slick-container.slick-container-series .slick-arrow.slick-prev {
    left: 10px;
  }
  .slick-container.slick-container-ads .slick-arrow.slick-next {
    right: -30px;
  }
  .slick-container.slick-container-ads .slick-arrow.slick-prev {
    left: -30px;
  }
  .slick-container.slick-container-video &gt; *:nth-child(n+9) {
    display: none;
  }
  .slick-container .slick-item.slick-item-column3,
  .slick-container .slick-item.slick-item-column4 {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .slick-container.slick-container-banner .slick-arrow {
    background: none;
    border: none;
  }
  .slick-container.slick-container-seriespage .slick-item {
    margin: 0 8px;
  }
  .slick-container .slick-arrow.slick-next {
    right: -10px;
  }
  .slick-container .slick-arrow.slick-next:after {
    transform: rotate(225deg) skew(10deg, 10deg);
  }
  .slick-container .slick-arrow.slick-prev {
    left: -10px;
  }
  .slick-container .slick-arrow.slick-prev:after {
    transform: rotate(45deg) skew(10deg, 10deg);
  }
  .itemsSwiper.itemsSwiper--topaudio {
    height: 440px;
  }
  .sliderItemSection__caption {
    margin: 0.5em 0;
    line-height: 1.5;
  }
  .categoryMoreWrap.categoryMoreWrap--left {
    text-align: left;
  }
  .categoryMoreWrap.categoryMoreWrap--right {
    text-align: center;
  }
  .categoryMoreWrap.categoryMoreWrap--cat {
    right: 10px;
  }
  .categoryMoreWrap.categoryMoreWrap--cat .categoryMore.categoryMore--strong {
    font-size: 0.84em;
    padding: 0.25em 0.75em;
  }
  .archive .catBGWrap,
  .category .catBGWrap {
    position: relative;
    z-index: -1;
    margin: 0 -15px;
  }
  .archive .catBG,
  .category .catBG {
    margin: 0 0 -1.5rem;
  }
  .archiveContents &gt; li {
    width: 100%;
    margin: 0 0 5px;
  }
  .archiveUtility {
    margin-bottom: 20px;
  }
  .historyPosts {
    line-height: 1.35;
  }
  .historyPosts &gt; li {
    margin: 0.25em 0 0.5em;
  }
  .categories,
  .keywords {
    padding: 10px 0 0;
    background: none;
    border-top: solid 1px #ddd;
  }
  .categories {
    columns: unset;
  }
  .categories &gt; li &gt; ul {
    columns: auto 2;
  }
  .links &gt; li {
    margin: 0 0.375rem 0.5rem;
  }
  .links &gt; li &gt; a {
    font-size: 0.875em;
  }
  .sidebar .article.article--ssmall {
    display: block;
    line-height: 1.2;
  }
  .sidebar .adItem {
    width: 300px;
    margin: 0 auto;
    order: 3;
  }
  .sidebar .banner.banner--1 {
    width: 100%;
    margin: 0 0 30px;
    order: 2;
  }
  .sidebar .banner.banner--1 &gt; ul &gt; li {
    width: calc(50% - 10px);
    margin: 0 10px 20px;
  }
  .sidebar .contentsList.contentsList--textonly {
    order: 1;
  }
  .galleryItem {
    width: calc((100% / 2) - 10px);
  }
  .galleryItem__thumb img {
    max-height: 240px;
  }
  .archive-title,
  .post-title,
  .page-title,
  .archiveTitle,
  .postTitle,
  .pageTitle {
    font-size: 1.16em;
    margin-bottom: 1rem;
  }
  .post-meta {
    margin-bottom: 1rem;
    font-size: 0.75em;
  }
  .post-meta a {
    font-weight: normal;
  }
  .helpCatButton {
    padding: 40px 10px;
  }
  .helpCatButton small {
    width: calc(100% - 20px);
  }
  .helpArchive {
    margin-top: 20px;
  }
  .helpArchive &gt; li {
    width: 100%;
    padding: 10px 0;
  }
  .post-container h2.wp-block-heading {
    font-size: 1.25em;
  }
  .post-container h3.wp-block-heading {
    font-size: 1.125em;
  }
  .post-container h4.wp-block-heading {
    font-size: 0.875em;
  }
  .post-container table th,
  .post-container table td {
    padding: 0.375em 0.5em;
  }
  .post-container .wp-block-media-text__media img {
    display: block;
    max-width: 280px;
    max-height: 280px;
    padding: 10px;
    margin: auto;
    width: auto;
    height: auto;
  }
  .post-container .wp-block-image .alignright,
  .post-container .wp-block-image .alignleft {
    max-width: 360px;
    margin: 10px auto;
    float: none;
  }
  .post-utility .post-share {
    order: 2;
  }
  .post-utility .post-date {
    margin: 0 0 0.5rem;
  }
  .journalArchiveList.journalArchiveList--media {
    margin-left: -10px;
    margin-right: -10px;
  }
  .journalArchiveList.journalArchiveList--media &gt; li {
    margin: 0 5px;
    width: calc(33.33% - 10px);
  }
  .journalArchive__media {
    margin: auto;
  }
  .journalArchive__media__image &gt; img {
    max-width: 100%;
    max-height: 140px;
    margin: auto;
  }
  .pagenation.pagenation--post {
    margin-top: 20px;
    font-size: 0.88em;
  }
  .pagenation.pagenation--post a {
    width: calc(50% - 10px);
    padding: 4px;
    position: relative;
    margin-bottom: 0;
  }
  .pagenation.pagenation--post a img {
    width: 100%;
    max-width: none;
    height: 80px;
    object-fit: cover;
  }
  .pagenation.pagenation--post a p {
    margin: 0px 4px;
    line-height: 1.35;
  }
  .pagenation.pagenation--post .post-prev:before,
  .pagenation.pagenation--post .post-next:after {
    border-width: 9px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  .seriesMainSection,
  .seriesContent {
    padding-left: 10px;
    padding-right: 10px;
  }
  .seriesMainSection__textarea,
  .seriesContent__textarea {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    border-width: 6px;
  }
  .seriesMainSection__heading,
  .seriesContent__heading {
    font-size: 1.24em;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-right: 30px;
  }
  .seriesMainSection__postCount,
  .seriesContent__postCount {
    font-size: 0.88em;
    padding: 4px 6px;
  }
  .seriesNormalSection {
    display: block;
  }
  .seriesContent {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .post-container .tml {
    margin: 10px auto;
  }
  .post-container .tml #registerform &gt; *,
  .post-container .tml #loginform &gt; * {
    margin: 0 0 15px 0;
  }
  .post-container .tml #registerform &gt; *.g-recaptcha,
  .post-container .tml #loginform &gt; *.g-recaptcha {
    margin-left: 0;
  }
  .post-container .tml #registerform .tml-submit-wrap,
  .post-container .tml #loginform .tml-submit-wrap {
    margin-left: 0;
    width: 100%;
  }
  .post-container .tml #registerform .tml-submit-wrap &gt; input[type="submit"],
  .post-container .tml #loginform .tml-submit-wrap &gt; input[type="submit"] {
    width: 100%;
    margin: 20px auto;
  }
  .post-container .tml #registerform #xs-social-login-container,
  .post-container .tml #loginform #xs-social-login-container {
    padding: 15px;
  }
  .post-container .tml #registerform #xs-social-login-container .xs-login,
  .post-container .tml #loginform #xs-social-login-container .xs-login {
    gap: 10px;
  }
  .post-container .tml #registerform #xs-social-login-container .xs-login__item,
  .post-container .tml #loginform #xs-social-login-container .xs-login__item {
    width: 100%;
    padding: 5px 8px;
  }
  .post-container .tml #registerform #xs-social-login-container .xs-login--style-1 .xs-login__item--icon,
  .post-container .tml #loginform #xs-social-login-container .xs-login--style-1 .xs-login__item--icon {
    width: 1.4em;
    height: 1.4em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2em;
    font-size: 1em;
    box-sizing: content-box;
  }
  .post-container .tml #wpg-login a {
    width: 100%;
    margin: 5px auto;
  }
  .post-container .tml-submit-wrap {
    margin-left: 0;
    width: 100%;
  }
  .post-container .tml-submit-wrap &gt; input[type="submit"] {
    width: 100%;
    margin: 20px auto;
  }
  .post-container .tml-user-email-wrap,
  .post-container .tml-user-pass1-wrap,
  .post-container .tml-user-pass2-wrap,
  .post-container .tml-user-login-wrap,
  .post-container .tml-user-pass-wrap,
  .post-container .form_item {
    display: block;
    margin: 0 auto 15px;
  }
  .post-container .tml-user-email-wrap &gt; label,
  .post-container .tml-user-pass1-wrap &gt; label,
  .post-container .tml-user-pass2-wrap &gt; label,
  .post-container .tml-user-login-wrap &gt; label,
  .post-container .tml-user-pass-wrap &gt; label,
  .post-container .form_item &gt; label,
  .post-container .tml-user-email-wrap &gt; .form_label,
  .post-container .tml-user-pass1-wrap &gt; .form_label,
  .post-container .tml-user-pass2-wrap &gt; .form_label,
  .post-container .tml-user-login-wrap &gt; .form_label,
  .post-container .tml-user-pass-wrap &gt; .form_label,
  .post-container .form_item &gt; .form_label {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .post-container .tml-user-email-wrap &gt; input,
  .post-container .tml-user-pass1-wrap &gt; input,
  .post-container .tml-user-pass2-wrap &gt; input,
  .post-container .tml-user-login-wrap &gt; input,
  .post-container .tml-user-pass-wrap &gt; input,
  .post-container .form_item &gt; input,
  .post-container .tml-user-email-wrap &gt; .form_field,
  .post-container .tml-user-pass1-wrap &gt; .form_field,
  .post-container .tml-user-pass2-wrap &gt; .form_field,
  .post-container .tml-user-login-wrap &gt; .form_field,
  .post-container .tml-user-pass-wrap &gt; .form_field,
  .post-container .form_item &gt; .form_field {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .post-container .tml-user-email-wrap--required .form_label:after,
  .post-container .tml-user-pass1-wrap--required .form_label:after,
  .post-container .tml-user-pass2-wrap--required .form_label:after,
  .post-container .tml-user-login-wrap--required .form_label:after,
  .post-container .tml-user-pass-wrap--required .form_label:after,
  .post-container .form_item--required .form_label:after,
  .post-container .tml-user-email-wrap label[for*="pass"]:after,
  .post-container .tml-user-pass1-wrap label[for*="pass"]:after,
  .post-container .tml-user-pass2-wrap label[for*="pass"]:after,
  .post-container .tml-user-login-wrap label[for*="pass"]:after,
  .post-container .tml-user-pass-wrap label[for*="pass"]:after,
  .post-container .form_item label[for*="pass"]:after {
    position: relative;
    margin-left: 15px;
    right: unset;
    border: none;
    padding: 0;
    content: "(必須)";
  }
  .post-container .tml .tml-action-links {
    margin: 0 0 80px!important;
    display: flex;
    justify-content: center;
  }
  .post-container .g-recaptcha {
    margin-left: 0;
  }
  .post-container p {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .limit-announce {
    padding: 20px 10px;
  }
  .tml-login .tml-submit-wrap,
  .tml-login .tml-rememberme-wrap {
    margin-left: 0;
    text-align: center;
  }
  .searchForm__field {
    display: block;
    align-items: baseline;
  }
  .searchForm__field &gt; label {
    width: 100%;
    margin: 0 0 5px;
  }
  .searchForm__field input[type="text"] {
    width: 100%;
  }
  .searchForm__field input[type="date"] {
    width: calc(100% - 2em);
  }
  .searchForm__field.searchForm__field--date .input-group {
    padding-left: 14px;
  }
  .searchForm__field.searchForm__field--date .input-group &gt; * {
    margin-bottom: 0.75rem;
  }
  .searchForm__field.searchForm__field--date .label {
    width: 4.5em;
  }
  .searchForm__field .input-group.input-group--tag {
    margin-top: 8px;
  }
  .stickyUtility {
    margin-top: -20px;
  }
  .mypage-menu {
    display: none;
  }
  .mypage__section table th {
    width: 5rem;
  }
  .post-button1 {
    font-size: 3.7vw;
    justify-content: space-between;
  }
  .aionsei {
    width: calc(50% - 10px);
    justify-content: center;
  }
  .btn.btn--viewer {
    width: calc(50% - 10px);
    justify-content: center;
  }
  .btn.btn--viewer .icon.icon-viewer {
    font-size: 1.88em;
  }
  .btn.btn--viewer &gt; span strong {
    font-size: 1.2em;
    white-space: nowrap;
  }
  .btn.btn--viewer &gt; img {
    width: 2.5em;
  }
  .btn.btn--planPugrade,
  .btn.btn--webplayer {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 20px auto;
    text-align: center;
  }
}
@media print {
  html,
  body {
    margin: 0!important;
    padding: 0!important;
  }
  .header {
    position: relative;
    top: 0;
  }
  .mobileMenuWrap {
    position: absolute;
  }
  .sideMenu {
    position: relative;
    top: 0;
  }
  .archiveContents &gt; li {
    margin-bottom: 5px;
  }
  .article.article--archive,
  .article.article--search {
    padding-bottom: 5px;
  }
  .scrollTop {
    display: none;
  }
}
</pre></body></html>