@charset "UTF-8";
.editor-styles-wrapper {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
}
.editor-styles-wrapper p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.editor-styles-wrapper p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper p > a {
  text-decoration: underline;
  text-decoration-color: currentColor;
}
.editor-styles-wrapper p > a:hover {
  text-decoration: none;
}
.editor-styles-wrapper h1 {
  font-size: clamp(1.375rem, 3.5vw, 1.75rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.editor-styles-wrapper h2 {
  font-size: clamp(1.125rem, 3vw, 1.375rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.editor-styles-wrapper h3 {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.editor-styles-wrapper h4 {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.editor-styles-wrapper h5 {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.editor-styles-wrapper h6 {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.editor-styles-wrapper ul:not(.wp-block-post-template) {
  line-height: 1.5;
  padding-left: 1.5em;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 1em;
}
.editor-styles-wrapper ul:not(.wp-block-post-template) li {
  list-style: disc;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper ul:not(.wp-block-post-template) li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper ol {
  line-height: 1.5;
  padding-left: 1.5em;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 1em;
}
.editor-styles-wrapper ol li {
  list-style: decimal;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper ol li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-quote {
  padding: 1.8em 2em;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-quote > p {
  margin-bottom: 0.5em;
}
.editor-styles-wrapper .wp-block-quote > p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-quote cite::before {
  content: "ー";
  font-style: italic;
  margin-right: 5px;
}
.editor-styles-wrapper .wp-block-separator {
  border: none;
  border-left: none;
  border-right: none;
  border-top: solid 1px;
  margin: 60px auto;
}
.editor-styles-wrapper .wp-block-code {
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .wp-block-preformatted {
  font-family: inherit;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-table {
  margin-bottom: 1em !important;
}
.editor-styles-wrapper .wp-block-table figcaption {
  text-align: center;
}
.editor-styles-wrapper .wp-block-table table {
  min-width: 640px;
}
.editor-styles-wrapper .wp-block-table table thead {
  border-bottom: solid 2px #D8D8D8;
}
.editor-styles-wrapper .wp-block-table table tfoot {
  border-top: solid 2px #D8D8D8;
}
.editor-styles-wrapper .wp-block-table table tr th {
  border: solid 1px #D8D8D8;
}
.editor-styles-wrapper .wp-block-table table tr td {
  border: solid 1px #D8D8D8;
}
.editor-styles-wrapper .wp-block-verse {
  font-family: inherit;
  font-style: italic;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-image {
  margin: 0 auto 1em;
}
.editor-styles-wrapper .wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-grid {
  width: 100%;
  margin: 0 auto 1em;
}
.editor-styles-wrapper .wp-block-gallery > figcaption {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-cover {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-file {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-media-text {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-embed {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-columns > p {
  margin-bottom: initial;
}
.editor-styles-wrapper .wp-block-columns.has-background {
  padding: 2em;
}
.editor-styles-wrapper .wp-block-columns:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-column > p {
  margin-bottom: initial;
}
.editor-styles-wrapper .wp-block-column:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-group > p {
  margin-bottom: initial;
}
.editor-styles-wrapper .wp-block-group.has-background {
  padding: 2em;
}
.editor-styles-wrapper .wp-block-group:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .more-link {
  display: block;
  text-align: right;
}
.editor-styles-wrapper .wp-link-pages {
  text-align: right;
}
.editor-styles-wrapper .wp-link-pages .post-page-numbers {
  padding: 0 3px;
}
.editor-styles-wrapper .post-nav-links {
  padding: 1em;
  border-top: solid 1px #D8D8D8;
  border-bottom: solid 1px #D8D8D8;
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .post-nav-links .post-nav-ttl {
  padding: 0 3px 0 0;
}
.editor-styles-wrapper .post-nav-links .post-page-numbers {
  padding: 0 3px;
}
.editor-styles-wrapper .post-nav-links .current {
  font-weight: 500;
}
.editor-styles-wrapper .wp-block-search {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-social-links {
  margin: 0 auto 1em;
}
.editor-styles-wrapper .wp-block-calendar table th {
  text-align: center;
  border-right: solid 1px #ffffff;
}
.editor-styles-wrapper .wp-block-calendar table th:last-child {
  border-right: none;
}
.editor-styles-wrapper iframe {
  display: block;
  margin: 0 auto;
  width: 560px !important;
  height: initial;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 480px) {
  .editor-styles-wrapper iframe {
    width: 100% !important;
    height: initial;
    aspect-ratio: 16/9;
  }
}

.editor-styles-wrapper .heading-top-wline {
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding: 40px 0;
  margin: 0 auto;
}
.editor-styles-wrapper .heading-top-wline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  background: url(../../assets/images/common/bg_w-line.svg) repeat-x top/50px;
}
.editor-styles-wrapper .heading-bottom-line {
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 2px solid #D8D8D8;
}
.editor-styles-wrapper .heading-bottom-line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #00458D;
}
.editor-styles-wrapper .font-bree {
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}
.editor-styles-wrapper .font-inter {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.editor-styles-wrapper .btn-arr {
  text-align: center;
}
.editor-styles-wrapper .btn-arr a {
  font-size: 0.875rem;
  height: 40px;
  padding: 1em 2.5em 1em 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.editor-styles-wrapper .btn-arr a::before {
  content: "";
  background-color: #B7BFC7;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.editor-styles-wrapper .btn-arr a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_in-link-wh.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .editor-styles-wrapper .btn-arr a:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .editor-styles-wrapper .btn-arr a:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .editor-styles-wrapper .btn-arr a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .editor-styles-wrapper .btn-arr a:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .editor-styles-wrapper .btn-arr a:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translate(3px, -50%);
  }
  .editor-styles-wrapper .btn-arr a:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
  }
}
.editor-styles-wrapper .btn-arr.event-entry {
  display: block;
  width: 100%;
  max-width: 460px;
}
.editor-styles-wrapper .btn-arr.event-entry a {
  font-size: 1.125rem;
  padding: 2em 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.editor-styles-wrapper .btn-ex {
  text-align: center;
}
.editor-styles-wrapper .btn-ex a {
  font-size: 0.875rem;
  height: 40px;
  padding: 1em 2.5em 1em 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.editor-styles-wrapper .btn-ex a::before {
  content: "";
  background-color: #B7BFC7;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.editor-styles-wrapper .btn-ex a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_ex-link-wh.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .editor-styles-wrapper .btn-ex a:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .editor-styles-wrapper .btn-ex a:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .editor-styles-wrapper .btn-ex a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .editor-styles-wrapper .btn-ex a:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .editor-styles-wrapper .btn-ex a:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translate(3px, -50%);
  }
  .editor-styles-wrapper .btn-ex a:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
  }
}
.editor-styles-wrapper .btn-pdf {
  text-align: center;
}
.editor-styles-wrapper .btn-pdf a {
  font-size: 0.875rem;
  color: #090A0B;
  height: 40px;
  padding: 1em 2.5em 1em 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background-color: #ffffff;
  border: solid 1px #D8D8D8;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.editor-styles-wrapper .btn-pdf a::before {
  content: "";
  background-color: #D8D8D8;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.editor-styles-wrapper .btn-pdf a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_pdf.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .editor-styles-wrapper .btn-pdf a:where(:-moz-any-link, :enabled, summary):hover {
    color: #090A0B;
  }
  .editor-styles-wrapper .btn-pdf a:where(:any-link, :enabled, summary):hover {
    color: #090A0B;
  }
  .editor-styles-wrapper .btn-pdf a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .editor-styles-wrapper .btn-pdf a:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .editor-styles-wrapper .btn-pdf a:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translate(3px, -50%);
  }
  .editor-styles-wrapper .btn-pdf a:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
  }
}
.editor-styles-wrapper .image-radius10 img {
  border-radius: 10px;
}
@media screen and (max-width: 781px) {
  .editor-styles-wrapper .table-for-cast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .editor-styles-wrapper .table-for-cast > figure {
    width: 50%;
  }
  .editor-styles-wrapper .table-for-cast > div {
    width: 50%;
  }
}
.editor-styles-wrapper .table-without-lines table tr th {
  border: none;
}
.editor-styles-wrapper .table-without-lines table tr td {
  border: none;
}
.editor-styles-wrapper .table-gray-lines table {
  table-layout: fixed;
  border: solid 1px #D8D8D8;
}
.editor-styles-wrapper .table-gray-lines table tr th {
  font-weight: 500;
  border: solid 1px #D8D8D8;
  width: 25%;
}
.editor-styles-wrapper .table-gray-lines table tr td {
  border: solid 1px #D8D8D8;
}

.has-arimino-bl-background-color {
  background-color: #00458D;
}

.has-arimino-bl-color {
  color: #00458D;
}

.has-arimino-gray-background-color {
  background-color: #B7BFC7;
}

.has-arimino-gray-color {
  color: #B7BFC7;
}

.has-arimino-lightgray-background-color {
  background-color: #F2F2F2;
}

.has-arimino-lightgray-color {
  color: #F2F2F2;
}

.has-arimino-black-background-color {
  background-color: #090A0B;
}

.has-arimino-black-color {
  color: #090A0B;
}/*# sourceMappingURL=block-content-article.css.map */