@charset "UTF-8";
.editor-styles-wrapper .wp-block-pastproducts {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-pastproducts__heading {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 50% 15% 1fr;
  background-color: #E8E8E8;
}
.editor-styles-wrapper .wp-block-pastproducts__heading > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 1px #ffffff;
}
.editor-styles-wrapper .wp-block-pastproducts__heading > div::last-child {
  border-right: none;
}
.editor-styles-wrapper .wp-block-pastproducts__heading > div p {
  font-size: 0.75rem;
  line-height: 1.3;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 860px) {
  .editor-styles-wrapper .wp-block-pastproducts__heading {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .editor-styles-wrapper .wp-block-pastproducts__heading {
    display: none;
  }
}
.editor-styles-wrapper .wp-block-pastproducts__card {
  display: grid;
  grid-template-columns: 50% 15% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 0px;
  border-bottom: solid 1px #E8E8E8;
}
.editor-styles-wrapper .wp-block-pastproducts__card__ttl {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 10px;
}
.editor-styles-wrapper .wp-block-pastproducts__card__ttl > .thumb {
  max-width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
}
.editor-styles-wrapper .wp-block-pastproducts__card__ttl > .name {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.editor-styles-wrapper .wp-block-pastproducts__card__compatible {
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 860px) {
  .editor-styles-wrapper .wp-block-pastproducts__card {
    grid-template-columns: repeat(3, 1fr);
  }
  .editor-styles-wrapper .wp-block-pastproducts__card__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .editor-styles-wrapper .wp-block-pastproducts__card {
    grid-template-columns: 1fr;
    padding: 20px 0px;
  }
  .editor-styles-wrapper .wp-block-pastproducts__card__ttl {
    margin-bottom: 5px;
  }
  .editor-styles-wrapper .wp-block-pastproducts__card__ttl > .thumb {
    max-width: 120px;
  }
  .editor-styles-wrapper .wp-block-pastproducts__card__end-of-sale::before {
    content: "販売終了時期";
    font-size: 0.6875rem;
    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;
    min-width: 80px;
    padding: 0.5em 1em;
    border-radius: 20px;
    color: #ffffff;
    background-color: #B7BFC7;
  }
  .editor-styles-wrapper .wp-block-pastproducts__card__compatible::before {
    content: "対応品";
    font-size: 0.6875rem;
    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;
    min-width: 80px;
    padding: 0.5em 1em;
    border-radius: 20px;
    color: #ffffff;
    background-color: #B7BFC7;
  }
}
.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-editor-style-original.css.map */