<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap");
html, body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", serif;
  background-color: white;
}

div.recorder {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}
div.recorder.ms {
  max-width: 890px;
}
div.recorder.ms section .caption {
  background-color: transparent;
  padding: 0;
}
div.recorder .sp {
  display: none;
}
div.recorder .pc {
  display: inline;
}
div.recorder .coloring section {
  padding: 80px 0;
}
div.recorder .coloring section:nth-child(even) {
  background-color: white;
}
div.recorder .coloring section:nth-child(odd) {
  background-color: #f5f5f5 !important;
}
div.recorder section.margin {
  margin-bottom: 60px;
}
div.recorder section.point {
  border: 2px solid #ccc;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
div.recorder section.point .leadtext {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  line-height: 170%;
  text-align: justify;
}
div.recorder section.point figure {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
}
div.recorder section.point figure p {
  margin: 0;
  font-size: 0.8rem;
}
div.recorder section.point figure img {
  width: 100%;
  max-width: 100%;
}
div.recorder section.caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  margin-bottom: 2rem;
}
div.recorder section.caption p {
  background-color: #af2c42;
  color: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  margin: 0;
  border-radius: 2px;
}
div.recorder section.caption h1 {
  margin: 0;
  font-weight: 300;
}
div.recorder section .split {
  border: 2px solid #ccc;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-left: 40px;
  margin-right: 40px;
}
div.recorder section .split.noborder {
  border: 0;
}
div.recorder section .split .leadtext {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  line-height: 170%;
  text-align: justify;
}
div.recorder section .split figure {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 300px;
}
div.recorder section .split figure.auto {
  width: auto;
}
div.recorder section .split figure p {
  margin: 0;
  font-size: 0.8rem;
}
div.recorder section .split figure img {
  width: 100%;
  max-width: 100%;
}
div.recorder section h2 {
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 0;
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
}
div.recorder section h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: black;
  display: block;
  margin: 1rem auto 3rem;
}
div.recorder section h3 {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
div.recorder section h4 {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}
div.recorder section hr {
  margin: 4rem 0;
}
div.recorder section img {
  border-radius: 10px;
  overflow: hidden;
}
div.recorder section .leadtext {
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 60px;
  line-height: 200%;
}
div.recorder section .leadtext.align-left {
  text-align: left;
}
div.recorder section .leadtext.align-right {
  text-align: right;
}
div.recorder section .leadtext.normal {
  font-weight: normal;
  font-size: 1rem;
  color: black;
  margin-top: 40px;
  line-height: 250%;
}
div.recorder section .leadtext:last-child {
  margin-bottom: 0;
}
div.recorder section .leadtext .note {
  font-size: 0.75rem !important;
  line-height: 140%;
  display: block;
  margin: 0 20px;
  margin-top: 0.5rem;
}
div.recorder section .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 0 30px;
  margin-bottom: 40px;
}
div.recorder section .gallery h4 {
  margin: 0;
  margin-bottom: 1rem;
}
div.recorder section .gallery.fit {
  margin-left: 0;
  margin-right: 0;
}
div.recorder section .gallery.panel figure {
  background-color: white;
  padding: 1rem;
  border-radius: 10px;
}
div.recorder section .gallery.sectiontype {
  margin: 0 50px;
}
div.recorder section .gallery.sectiontype h5 {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
}
div.recorder section .gallery.sectiontype figure img {
  border-radius: 10px;
}
div.recorder section .gallery.horz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.recorder section .gallery.horz figure img {
  height: 155px;
}
div.recorder section .gallery .leadtext {
  font-size: 0.9rem;
  line-height: 150%;
}
div.recorder section .gallery figure {
  margin: 0;
}
div.recorder section figure {
  margin: 0 30px 40px;
}
div.recorder section figure.asis {
  text-align: center;
}
div.recorder section figure.asis img {
  width: auto;
}
div.recorder section figure img {
  border-radius: 0;
  width: 100%;
}
div.recorder section figure p {
  margin: 0;
  font-size: 0.8rem;
}
div.recorder section figure.nomargin {
  margin-bottom: 0;
}
div.recorder section .movie {
  background-color: #f8f3f3;
  padding: 40px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
div.recorder section .movie iframe {
  border-radius: 20px;
  overflow: hidden;
  margin: 1rem auto 1rem;
}
div.recorder section .movie_container {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
div.recorder section .movie_container::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
div.recorder section .movie_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
div.recorder section .text-with-image h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: black;
}
div.recorder section .text-with-image p {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
div.recorder section .text-with-image p.note {
  font-size: 0.75rem !important;
  line-height: 140%;
  display: block;
  margin-top: 0.5rem;
}
div.recorder section .text-with-image.horz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
div.recorder section .text-with-image.horz &gt; * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
div.recorder section .text-with-image.horz img {
  height: auto;
}
div.recorder section .text-with-image.vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
div.recorder section .text-with-image.vert img {
  width: 100%;
}
div.recorder section .text-with-image.tile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
div.recorder section .text-with-image.tile img {
  width: 100%;
}
div.recorder section .text-with-image.tile p {
  font-size: 0.9rem;
}
div.recorder section .text-with-image .icons {
  width: 100%;
  text-align: center;
}
div.recorder section .text-with-image .icons img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 526px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
div.recorder section .fit img {
  width: 100%;
  display: block;
}
div.recorder section dl.spec {
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 4fr;
  grid-template-columns: 1fr 4fr;
  background-color: #f5f3ee;
  padding: 20px;
  gap: 0;
  font-size: 0.9rem;
}
div.recorder section dl.spec dt, div.recorder section dl.spec dd {
  margin: 0;
  padding: 1rem;
  border-bottom: 1px solid #999;
}
div.recorder section .minitext {
  font-size: 0.75rem;
}
div.recorder .rec_kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
div.recorder .rec_kv div.container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 320px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
div.recorder .rec_kv div.container:nth-child(1) {
  background-image: url(../images/v3/kv1.jpg);
}
div.recorder .rec_kv div.container:nth-child(2) {
  background-image: url(../images/v3/kv2.jpg);
}
div.recorder .rec_kv div.container:nth-child(3) {
  background-image: url(../images/v3/kv3.jpg);
}
div.recorder .rec_kv div.container div.catch {
  background: rgba(51, 51, 51, 0.8);
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 1.25rem;
  margin-left: 20px;
}
div.recorder .rec_kv div.container div.catch b {
  color: yellow;
}

@media screen and (max-width: 700px) {
  div.recorder .sp {
    display: inline;
  }
  div.recorder .pc {
    display: none;
  }
  div.recorder .coloring section {
    padding: 20px 0;
  }
  div.recorder section.margin {
    margin-bottom: 20px;
  }
  div.recorder section img {
    border-radius: 10px;
    overflow: hidden;
  }
  div.recorder section.point {
    border: 2px solid #ccc;
    padding: 1rem;
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  div.recorder section.point .leadtext {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    line-height: 170%;
    text-align: justify;
  }
  div.recorder section.point figure {
    width: auto;
  }
  div.recorder section.point figure p {
    margin: 0;
    font-size: 0.8rem;
  }
  div.recorder section.caption {
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
    margin-bottom: 1rem;
  }
  div.recorder section.caption p {
    background-color: #af2c42;
    color: white;
    padding: 0.15rem 0.5rem;
    font-size: 0.7rem;
    border-radius: 2px;
  }
  div.recorder section.caption h1 {
    font-size: 1rem;
    line-height: 100%;
    margin: 0;
    font-weight: 500;
  }
  div.recorder section .split {
    border: 2px solid #ccc;
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-left: 0;
    margin-right: 0;
  }
  div.recorder section .split.noborder {
    border: 0;
  }
  div.recorder section .split .leadtext {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    line-height: 170%;
    text-align: justify;
    margin: 0;
  }
  div.recorder section .split figure {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 300px;
  }
  div.recorder section .split figure.auto {
    width: auto;
  }
  div.recorder section .split figure p {
    margin: 0;
    font-size: 0.8rem;
  }
  div.recorder section .split figure img {
    width: 100%;
    max-width: 100%;
  }
  div.recorder section h1 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.1rem;
    font-weight: 300;
  }
  div.recorder section h2 {
    margin: 0 auto;
    margin-bottom: 1rem;
    padding: 0;
    font-weight: 300;
    font-size: 1.45rem;
    text-align: center;
  }
  div.recorder section h2::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: black;
    display: block;
    margin: 1rem auto 1rem;
  }
  div.recorder section h3 {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
  }
  div.recorder section h4 {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
  }
  div.recorder section hr {
    margin: 4rem 0;
  }
  div.recorder section .leadtext {
    font-size: 0.9rem;
    text-align: left;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  div.recorder section .leadtext.normal {
    font-weight: normal;
    font-size: 1rem;
    color: black;
    margin-top: 20px;
    line-height: 200%;
  }
  div.recorder section .leadtext .note {
    font-size: 0.75rem !important;
    line-height: 140%;
    display: block;
    margin: 0;
    margin-top: 0.5rem;
  }
  div.recorder section .gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 10px;
    margin-bottom: 40px;
  }
  div.recorder section .gallery h4 {
    margin: 0;
    margin-bottom: 1rem;
  }
  div.recorder section .gallery.panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div.recorder section .gallery.panel figure {
    background-color: white;
    padding: 1rem;
    border-radius: 10px;
  }
  div.recorder section .gallery.panel .leadtext {
    margin: 0;
    margin-bottom: 1rem;
  }
  div.recorder section .gallery.fit {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }
  div.recorder section .gallery.sectiontype {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div.recorder section .gallery.sectiontype h5 {
    margin: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
  }
  div.recorder section .gallery.sectiontype figure img {
    border-radius: 10px;
  }
  div.recorder section .gallery.vertical-sp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  div.recorder section .gallery.vertical-sp figure {
    background-color: white;
    padding: 1rem;
    border-radius: 10px;
  }
  div.recorder section .gallery.horz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  div.recorder section .gallery.horz figure img {
    height: auto;
  }
  div.recorder section .gallery .leadtext {
    font-size: 0.9rem;
    line-height: 150%;
  }
  div.recorder section .gallery figure {
    margin: 0;
  }
  div.recorder section figure {
    margin: 0 10px 20px;
  }
  div.recorder section figure.asis {
    text-align: center;
  }
  div.recorder section figure.asis img {
    max-width: 100%;
  }
  div.recorder section figure p {
    font-size: 0.7rem;
  }
  div.recorder section .movie {
    background-color: #f8f3f3;
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  div.recorder section .movie iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  div.recorder section .movie_container {
    position: relative;
    width: 100%;
  }
  div.recorder section .movie_container::after {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  div.recorder section .movie_container iframe {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  div.recorder section .text-with-image {
    margin: 0 10px;
  }
  div.recorder section .text-with-image h3 {
    margin: 0;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  div.recorder section .text-with-image p {
    font-size: 1rem;
    margin: 0;
    padding: 0;
  }
  div.recorder section .text-with-image p.note {
    font-size: 0.75rem !important;
    line-height: 140%;
    display: block;
    margin-top: 0.5rem;
  }
  div.recorder section .text-with-image.horz {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div.recorder section .text-with-image.horz img {
    width: 100%;
  }
  div.recorder section .text-with-image.vert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  div.recorder section .text-with-image.vert img {
    width: 100%;
  }
  div.recorder section .text-with-image.tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  div.recorder section .text-with-image.tile img {
    width: 100%;
  }
  div.recorder section .fit img {
    width: 100%;
    display: block;
  }
  div.recorder section dl.spec {
    margin: 0;
    padding: 20px;
  }
  div.recorder section dl.spec dt {
    padding-left: 0;
    padding-right: 0;
  }
  div.recorder section .minitext {
    margin: 0 10px;
    font-size: 0.75rem;
  }
  div.recorder .rec_kv {
    gap: 10px;
  }
  div.recorder .rec_kv div.container {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: block;
    height: auto;
    background-size: contain;
    background-position: center top;
  }
  div.recorder .rec_kv div.container:after {
    content: "";
    padding-top: 36.25%;
    display: block;
  }
  div.recorder .rec_kv div.container div.catch {
    padding: 10px;
    font-size: 0.8rem;
    position: absolute;
    font-weight: 500;
    margin-top: 20px;
  }
  div.recorder h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
  }
  div.recorder h2.rainbow {
    margin: 0;
    margin-bottom: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.1rem;
    text-align: left;
    line-height: 140%;
    padding: 1rem 0.5rem 0.95rem;
  }
}</pre></body></html>