@charset "UTF-8";

#rwd-content.container {
  width: 100%;
  min-width: 0;
}

.ks-page {
  --ks-content-max: 1280px;
  --ks-blue: #003d95;
  --ks-sky: #85b9d8;
  --ks-red: #e60021;
  --ks-flow: #6b6b6b;
  --ks-text: #1a1a1a;
  --ks-rule-image: url("../img/line.png");
  color: var(--ks-text);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  overflow: hidden;
}

.ks-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ks-mid-br {
  display: none;
}

.ks-brandbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding-top: 14px;
  padding-right: max(22px, calc((100% - var(--ks-content-max)) / 2));
  padding-bottom: 12px;
  padding-left: max(22px, calc((100% - var(--ks-content-max)) / 2));
  border-bottom: 7px solid transparent;
  border-image: var(--ks-rule-image) 7 stretch;
  background: #fff;
}

.ks-day,
.ks-yamaha {
  margin: 0;
}

.ks-day {
  width: clamp(160px, 20vw, 296px);
}

.ks-yamaha {
  width: clamp(92px, 10vw, 128px);
}

.ks-hero {
  position: relative;
  background: #fff;
}

.ks-hero-inner {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: clamp(420px, 42vw, 515px);
  margin: 0 auto;
  background-image: url("../img/key-kando-snap.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ks-hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(54vw, 690px);
  height: auto;
  margin: 0;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 3px 0 rgba(255, 255, 255, 0.88));
  pointer-events: none;
}

.ks-hero-copy {
  position: absolute;
  left: clamp(24px, 4.6vw, 54px);
  bottom: -7px;
  z-index: 3;
  color: #ccc8d6;
  font-weight: 700;
  line-height: 1.38;
}

.ks-hero-copy p {
  display: table;
  margin: 0;
  padding: 5px 18px 6px;
  background: var(--ks-blue);
  font-size: clamp(16px, 2.15vw, 30px);
}

.ks-hero-copy p + p {
  margin-top: 0;
  font-size: clamp(12px, 1.42vw, 20px);
  font-weight: 500;
}

.ks-sp-br {
  display: none;
}

.ks-flow {
  position: relative;
  max-width: var(--ks-content-max);
  margin: 0 auto;
  padding: 142px 0 24px;
  isolation: isolate;
}

.ks-flow-arrow {
  position: absolute;
  z-index: 0;
  height: auto;
  overflow: visible;
  pointer-events: none;
}

.ks-flow-line {
  display: block;
  overflow: hidden;
  clip-path: inset(0 0 var(--ks-line-mask, 100%) 0);
  transition: clip-path 80ms linear;
}

.ks-flow-guide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.ks-flow-guide path {
  fill: none;
}

.ks-flow-video {
  display: block;
  width: 100%;
  max-width: none;
}

.ks-flow-line img {
  width: 100%;
  max-width: none;
}

.ks-flow-plane {
  position: absolute;
  left: var(--ks-plane-x, 50%);
  top: var(--ks-plane-y, 0%);
  z-index: 2;
  width: var(--ks-plane-width, 21%);
  max-width: none;
  opacity: var(--ks-plane-opacity, 0);
  transform: translate(-50%, -50%) rotate(var(--ks-plane-rotate, 0deg));
  transform-origin: 50% 50%;
  transition:
    left 80ms linear,
    top 80ms linear,
    opacity 160ms ease,
    transform var(--ks-plane-transform-duration, 80ms) linear;
}

.ks-flow-arrow01 {
  top: 64px;
  left: 30.15%;
  width: min(43.16vw, 553px);
}

.ks-flow-arrow01 .ks-flow-plane {
  --ks-plane-width: 20%;
}

.ks-flow-arrow02 {
  top: calc(clamp(1162px, 103.5vw, 1328px) + 100px);
  left: 35%;
  width: min(25.54vw, 327px);
  z-index: -1;
}

.ks-flow-arrow02 .ks-flow-plane {
  --ks-plane-width: 30%;
}

.ks-flow-arrow03 {
  top: clamp(2328px, calc(188vw + 50px), 2465px);
  left: 52%;
  width: min(35.62vw, 455px);
  z-index: -1;
}

.ks-flow-arrow03 .ks-flow-plane {
  --ks-plane-width: 27%;
}

.ks-post-button,
.ks-submit,
.ks-mapping,
.ks-field,
.ks-archive,
.ks-notes {
  position: relative;
  z-index: 1;
}

.ks-submit {
  min-height: clamp(560px, 58.5vw, 750px);
  z-index: 10;
}

.ks-sample-img {
  position: absolute;
  top: 0;
  left: 4.4%;
  width: 91.3%;
}

.ks-submit h2 {
  position: absolute;
  left: 43.2%;
  top: 68.8%;
  margin: 0;
  color: var(--ks-blue);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow:
    3px 0 #fff,
    -3px 0 #fff,
    0 3px #fff,
    0 -3px #fff,
    2px 2px #fff,
    -2px 2px #fff,
    2px -2px #fff,
    -2px -2px #fff;
}

.ks-submit-qr {
  position: absolute;
  right: calc(25% - 20px);
  top: calc(68.8% + 110px);
  height: clamp(82px, 8.2vw, 112px) !important;
  width: auto !important;
  max-width: none !important;
  z-index: 10;
}

.ks-submit h2::after,
.ks-copy-block h2::after,
.ks-field-art h2::after,
.ks-archive #ks-archive-title::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background: var(--ks-blue);
  content: "";
}

.ks-archive #ks-archive-title::after {
  display: none;
}

.ks-post-button {
  position: absolute;
  top: clamp(520px, 44vw, 610px);
  right: min(24px, calc((var(--ks-content-max) - 100vw) / 2 + 24px));
  display: block;
  width: clamp(190px, 19.5vw, 250px);
  transition: transform 180ms ease;
  z-index: 50;
}

.ks-post-button.is-fixed {
  position: fixed;
  top: 24px;
  right: 24px;
}

.ks-post-button img {
  width: 100%;
  animation: ks-button-float 3.4s ease-in-out infinite;
}

.ks-post-button:hover,
.ks-post-button:focus {
  transform: translateY(-4px);
}

.ks-mapping {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: center;
  gap: clamp(30px, 7vw, 96px);
  padding: clamp(12px, 2vw, 24px) clamp(50px, 5.5vw, 71px) clamp(148px, 12vw, 174px);
}

.ks-copy-block {
  padding-top: 26px;
}

.ks-copy-block h2 {
  display: table;
  margin: 0 0 26px auto;
  color: var(--ks-blue);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-shadow:
    3px 0 #fff,
    -3px 0 #fff,
    0 3px #fff,
    0 -3px #fff,
    2px 2px #fff,
    -2px 2px #fff,
    2px -2px #fff,
    -2px -2px #fff;
}

.ks-copy-block p,
.ks-field-copy p,
.ks-field-list,
.ks-notes {
  font-size: clamp(12px, 1.25vw, 15px);
  line-height: 1.88;
}

.ks-copy-block p {
  margin: 0;
}

.ks-mapping-photo {
  margin: 0;
  overflow: visible;
}

.ks-mapping-photo img {
  width: 100%;
}

.ks-field {
  min-height: clamp(960px, 106vw, 1280px);
  padding: 0 clamp(34px, 4.5vw, 54px);
}

.ks-field-art {
  position: absolute;
  left: 2.2%;
  top: 0;
  width: min(67.9vw, 815px);
}

.ks-field-top,
.ks-field-bottom {
  width: 100%;
}

.ks-field-bottom {
  position: absolute;
  left: 38%;
  top: 108%;
  width: 59%;
  z-index: 2;
}

.ks-field-art h2 {
  position: absolute;
  left: 3.3%;
  top: 111%;
  z-index: 3;
  width: clamp(360px, 44vw, 560px);
  margin: 0;
  color: var(--ks-blue);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-shadow:
    3px 0 #fff,
    -3px 0 #fff,
    0 3px #fff,
    0 -3px #fff,
    2px 2px #fff,
    -2px 2px #fff,
    2px -2px #fff,
    -2px -2px #fff;
}

.ks-field-art h2::after {
  width: 63%;
}

.ks-field-copy {
  position: absolute;
  right: 0;
  top: 16.8%;
  width: min(33vw, 410px);
  padding: 8px 0 8px 18px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.62;
}

.ks-field-copy p {
  margin: 0 0 11px;
}

.ks-field-list {
  position: absolute;
  right: 0;
  top: calc(59.2% - 100px);
  width: min(34vw, 430px);
  padding: 10px 0 10px 18px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 11.5px;
  line-height: 1.38;
}

.ks-field-list p {
  margin: 0 0 6px;
  font-weight: 700;
}

.ks-field-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ks-field-list li {
  margin: 0;
}

.ks-page .ks-field-list,
.ks-page .ks-field-list * {
  font-size: 11.5px;
  line-height: 1.34;
}

.ks-archive {
  min-height: clamp(740px, 80vw, 960px);
  margin-top: clamp(-170px, -11.5vw, -116px);
  z-index: 2;
}

.ks-archive figure {
  position: absolute;
  left: 8%;
  top: -42px;
  width: min(53.7vw, 687px);
  margin: 0;
  z-index: 1;
}

.ks-archive figure img {
  width: 100%;
}

.ks-archive .ks-present {
  left: 34%;
  top: 73%;
  width: min(42vw, 531px);
  z-index: 1;
}

.ks-archive #ks-archive-title {
  position: absolute;
  right: calc(-1% - 71px);
  top: calc(19.5% + 150px);
  z-index: 3;
  margin: 0;
  width: min(41vw, 530px);
  color: var(--ks-blue);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-shadow:
    4px 0 #fff,
    -4px 0 #fff,
    0 4px #fff,
    0 -4px #fff,
    3px 3px #fff,
    -3px 3px #fff,
    3px -3px #fff,
    -3px -3px #fff,
    2px 4px #fff,
    -2px 4px #fff,
    2px -4px #fff,
    -2px -4px #fff;
}

.ks-distribution {
  position: absolute;
  left: 15%;
  top: 62.5%;
  z-index: 3;
  margin: 0;
  color: var(--ks-blue);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-shadow:
    4px 0 #fff,
    -4px 0 #fff,
    0 4px #fff,
    0 -4px #fff,
    3px 3px #fff,
    -3px 3px #fff,
    3px -3px #fff,
    -3px -3px #fff,
    2px 4px #fff,
    -2px 4px #fff,
    2px -4px #fff,
    -2px -4px #fff;
}

.ks-notes {
  max-width: 1080px;
  margin: 84px auto 0;
  padding: 0 30px 36px;
  font-size: 12px;
  line-height: 1.7;
}

.ks-notes h2 {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
}

.ks-notes p {
  overflow-wrap: anywhere;
  margin: 0;
}

#rwd-content .ks-page .ks-notes ul,
.ks-page .ks-notes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#rwd-content .ks-page .ks-notes li,
.ks-page .ks-notes li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 12px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  list-style: none;
  text-indent: 0;
}

#rwd-content .ks-page .ks-notes li::before,
.ks-page .ks-notes li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.ks-page::after {
  display: block;
  height: 7px;
  background-image: var(--ks-rule-image);
  background-repeat: no-repeat;
  background-size: 100% 7px;
  content: "";
}

.ks-office {
  background: #fff;
  padding: 24px 22px 30px;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
}

.ks-office p {
  margin: 0;
}

#rwd-content .ks-office {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 24px 22px 28px !important;
}

#rwd-content .ks-office p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.65 !important;
}

#rwd-content main.rwd-main-content,
#rwd-content article#rwd-main-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#rwd-content .rwd-main-footer {
  margin-top: 0 !important;
}

.ks-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.ks-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ks-reveal[data-ks-delay="1"] {
  transition-delay: 120ms;
}

.ks-reveal[data-ks-delay="2"] {
  transition-delay: 220ms;
}

.ks-page .ks-copy-block.ks-reveal h2,
.ks-page .ks-copy-block.ks-reveal p,
#rwd-content .ks-page .ks-copy-block.ks-reveal h2,
#rwd-content .ks-page .ks-copy-block.ks-reveal p {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.ks-page .ks-copy-block.ks-reveal.is-visible h2,
.ks-page .ks-copy-block.ks-reveal.is-visible p,
#rwd-content .ks-page .ks-copy-block.ks-reveal.is-visible h2,
#rwd-content .ks-page .ks-copy-block.ks-reveal.is-visible p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ks-page .ks-copy-block.ks-reveal[data-ks-delay="1"] h2,
.ks-page .ks-copy-block.ks-reveal[data-ks-delay="1"] p,
#rwd-content .ks-page .ks-copy-block.ks-reveal[data-ks-delay="1"] h2,
#rwd-content .ks-page .ks-copy-block.ks-reveal[data-ks-delay="1"] p {
  transition-delay: 120ms;
}

@media (min-width: 769px) {
  .ks-flow-arrow .ks-flow-line,
  .ks-flow-arrow .ks-flow-plane {
    display: none;
  }
}

@keyframes ks-button-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ks-flow-arrow,
  .ks-reveal,
  .ks-post-button img {
    transition: none;
    animation: none;
  }

  .ks-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 768px) {
  .ks-page {
    --ks-mid-side: 24px;
    --ks-mid-body-size: 18px;
    --ks-mid-body-line: 1.72;
  }

  .ks-brandbar {
    min-height: 56px;
    padding: 10px 18px 9px;
    border-bottom-width: 4px;
  }

  .ks-day {
    width: 170px;
  }

  .ks-yamaha {
    width: 92px;
  }

  .ks-hero-inner {
    min-height: 245px;
  }

  .ks-hero h1 {
    width: 76vw;
  }

  .ks-hero-copy {
    left: 18px;
    right: 18px;
    bottom: -92px;
  }

  .ks-hero-copy p {
    width: auto;
    font-size: 22px;
    line-height: 1.22;
  }

  .ks-mid-br {
    display: block;
  }

  .ks-hero-copy p + p {
    font-size: 15px;
  }

  .ks-flow {
    padding-top: 132px;
    padding-bottom: 62px;
  }

  .ks-flow-arrow {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
      opacity 760ms ease,
      transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

  .ks-flow-arrow.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .ks-flow-video {
    display: none;
  }

  .ks-flow-line {
    clip-path: inset(0);
    transition: none;
  }

  .ks-flow-plane {
    opacity: 1;
  }

  .ks-flow-arrow01 {
    top: 64px;
    left: 25%;
    width: 62vw;
  }

  .ks-flow-arrow02 {
    top: 1515px;
    left: 44%;
    width: 38vw;
    z-index: -1;
  }

  .ks-flow-arrow03 {
    top: 2875px;
    left: 40%;
    width: 58vw;
  }

  .ks-submit {
    min-height: 510px;
  }

  .ks-sample-img {
    left: 0;
    top: 6px;
    width: 100%;
    max-width: none;
  }

  .ks-submit h2 {
    left: 33%;
    top: 69%;
  }

  .ks-submit-qr {
    right: 22%;
    top: calc(69% + 30px);
    width: clamp(180px, 24vw, 240px);
  }

  .ks-post-button {
    top: 420px;
    right: 18px;
    width: 112px;
  }

  .ks-post-button.is-fixed {
    top: 16px;
    right: 16px;
  }

  .ks-post-button:hover,
  .ks-post-button:focus {
    transform: translateY(-4px);
  }

  .ks-mapping {
    display: block;
    padding: 0 var(--ks-mid-side) 58px;
  }

  .ks-copy-block {
    padding-top: 0;
  }

  .ks-copy-block h2 {
    margin-left: auto;
    margin-right: 0;
  }

  .ks-copy-block p {
    margin-bottom: 16px;
    font-size: var(--ks-mid-body-size);
    line-height: var(--ks-mid-body-line);
  }

  .ks-mapping-photo {
    position: relative;
    z-index: 0;
    width: calc(100vw - (var(--ks-mid-side) * 2));
    margin: 0 auto;
  }

  .ks-field {
    display: flex;
    flex-direction: column;
    z-index: auto;
    min-height: auto;
    padding: 0 var(--ks-mid-side) 72px;
  }

  .ks-field-art {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 0 auto;
  }

  .ks-field-art.ks-reveal {
    transform: none;
    will-change: auto;
  }

  .ks-field-top {
    position: relative;
    z-index: 0;
    width: calc(100vw - (var(--ks-mid-side) * 2));
  }

  .ks-field-art h2 {
    position: relative;
    z-index: 3;
    left: auto;
    top: auto;
    width: calc(100vw - (var(--ks-mid-side) * 2));
    margin: 54px 0 20px;
  }

  .ks-field-copy,
  .ks-field-list {
    position: relative;
    z-index: 3;
    right: auto;
    top: auto;
    width: calc(100vw - (var(--ks-mid-side) * 2));
    margin-top: 18px;
    padding: 0;
    background: transparent;
    font-size: var(--ks-mid-body-size);
    line-height: var(--ks-mid-body-line);
  }

  .ks-field-copy p {
    font-size: var(--ks-mid-body-size);
    line-height: var(--ks-mid-body-line);
  }

  .ks-field-bottom {
    position: relative;
    z-index: 3;
    left: auto;
    top: auto;
    width: calc(100vw - (var(--ks-mid-side) * 2));
    margin: 12px 0 0;
  }

  .ks-field-list {
    position: relative;
    z-index: 5;
    margin-top: 20px;
    margin-bottom: 68px;
    font-size: var(--ks-mid-body-size);
    line-height: var(--ks-mid-body-line);
  }

  .ks-page .ks-field-list,
  .ks-page .ks-field-list * {
    font-size: 15px;
    line-height: 1.55;
    text-shadow:
      1px 0 0 #fff,
      -1px 0 0 #fff,
      0 1px 0 #fff,
      0 -1px 0 #fff,
      1px 1px 0 #fff,
      -1px 1px 0 #fff,
      1px -1px 0 #fff,
      -1px -1px 0 #fff;
  }

  .ks-archive {
    min-height: 800px;
    margin-top: 55px;
    padding: 0 var(--ks-mid-side);
    z-index: auto;
  }

  .ks-archive figure {
    z-index: 0;
    left: 0;
    top: 0;
    width: calc(100vw - (var(--ks-mid-side) * 2));
  }

  .ks-archive #ks-archive-title {
    right: auto;
    left: var(--ks-mid-side);
    top: -34px;
    width: calc(100vw - (var(--ks-mid-side) * 2));
  }

  .ks-distribution {
    left: var(--ks-mid-side);
    top: 76%;
    width: calc(100vw - (var(--ks-mid-side) * 2));
    font-size: 24px;
    line-height: 1.2;
  }

  .ks-archive .ks-present {
    left: auto;
    right: 0;
    top: 88%;
    width: 70vw;
  }

  .ks-notes {
    margin-top: 150px;
    padding: 10px var(--ks-mid-side) 56px;
    font-size: 16px;
    line-height: 1.68;
  }

  .ks-notes h2 {
    font-size: 16px;
    line-height: 1.68;
  }
}

@media (max-width: 430px) {
  .ks-brandbar {
    min-height: 52px;
    padding: 8px 14px 7px;
  }

  .ks-day {
    width: 150px;
  }

  .ks-yamaha {
    width: 78px;
  }

  .ks-hero-inner {
    background-position: center center;
    min-height: 230px;
  }

  .ks-hero h1 {
    width: 88vw;
  }

  .ks-hero-copy {
    left: 12px;
    right: 12px;
    bottom: -46px;
    line-height: 1.32;
  }

  .ks-hero-copy p {
    display: block;
    padding: 4px 10px 5px;
    font-size: 18px;
  }

  .ks-hero-copy p:first-child {
    white-space: nowrap;
  }

  .ks-sp-br {
    display: inline;
  }

  .ks-hero-copy p + p {
    font-size: 14px;
  }

  .ks-flow {
    padding-top: 84px;
    padding-bottom: 0;
  }

  .ks-flow-arrow01 {
    top: 58px;
    left: 22%;
    width: 68vw;
  }

  .ks-flow-arrow02 {
    top: 1160px !important;
    left: 24%;
    width: 46vw;
    z-index: -1;
  }

  .ks-flow-arrow03 {
    top: 2090px;
    left: 22%;
    width: 64vw;
    z-index: 3;
  }

  .ks-submit {
    min-height: 330px;
  }

  .ks-sample-img {
    left: 0;
    top: 8px;
    width: 100%;
  }

  .ks-submit h2 {
    left: 50%;
    top: 205px;
    width: auto;
    font-size: 24px;
    line-height: 1.02;
    text-align: center;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .ks-submit-qr {
    display: none !important;
  }

  .ks-submit h2::after {
    width: 100%;
  }

  .ks-post-button,
  .ks-post-button.is-fixed {
    position: fixed;
    top: auto;
    bottom: 14px;
    right: 12px;
    width: 132px;
    z-index: 10;
  }

  .ks-mapping {
    display: flex;
    flex-direction: column;
    padding: 28px 18px 24px;
  }

  .ks-copy-block {
    display: contents;
  }

  .ks-page .ks-copy-block.ks-reveal h2,
  .ks-page .ks-copy-block.ks-reveal p,
  #rwd-content .ks-page .ks-copy-block.ks-reveal h2,
  #rwd-content .ks-page .ks-copy-block.ks-reveal p {
    opacity: 0 !important;
    transform: translate3d(0, 28px, 0) !important;
    transition:
      opacity 760ms ease,
      transform 760ms cubic-bezier(0.22, 1, 0.36, 1) !important;
    will-change: opacity, transform;
  }

  .ks-page .ks-copy-block.ks-reveal.is-visible h2,
  .ks-page .ks-copy-block.ks-reveal.is-visible p,
  #rwd-content .ks-page .ks-copy-block.ks-reveal.is-visible h2,
  #rwd-content .ks-page .ks-copy-block.ks-reveal.is-visible p {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .ks-copy-block h2 {
    order: 2;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .ks-mapping-photo {
    order: 1;
    width: min(92vw, 484px);
    margin-bottom: 6px;
  }

  .ks-copy-block p {
    order: 3;
  }

  .ks-copy-block p,
  .ks-field-copy p {
    font-size: 12px;
    line-height: 1.74;
  }

  .ks-field {
    display: flex !important;
    flex-direction: column;
    z-index: auto;
    min-height: auto;
    padding: 0 18px 52px;
  }

  .ks-field-art {
    display: contents !important;
  }

  .ks-field-top {
    position: relative;
    order: 1 !important;
    z-index: 0;
    width: calc(100vw - 28px) !important;
    height: auto !important;
    max-width: none !important;
    aspect-ratio: 1756 / 1082 !important;
    margin: -2px 0 16px -4px;
  }

  .ks-field-art h2 {
    position: relative !important;
    order: 3 !important;
    z-index: 3;
    width: calc(100vw - 36px);
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.13;
  }

  .ks-field-bottom {
    position: relative !important;
    order: 4 !important;
    z-index: 3;
    left: 50%;
    width: 100vw !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 0 20px;
    transform: translateX(-50%);
  }

  .ks-field-bottom.ks-reveal {
    opacity: 0;
    transform: translateX(-50%) translate3d(0, 28px, 0);
    transition:
      opacity 760ms ease,
      transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

  .ks-field-bottom.ks-reveal.is-visible {
    opacity: 1;
    transform: translateX(-50%) translate3d(0, 0, 0);
  }

  .ks-field-copy {
    order: 2 !important;
    position: relative;
    z-index: 3;
    margin-top: -10px;
    margin-bottom: 22px;
    padding: 8px 0;
    background: transparent;
  }

  .ks-field-copy p {
    text-shadow:
      1px 0 0 #fff,
      -1px 0 0 #fff,
      0 1px 0 #fff,
      0 -1px 0 #fff,
      1px 1px 0 #fff,
      -1px 1px 0 #fff,
      1px -1px 0 #fff,
      -1px -1px 0 #fff;
  }

  .ks-field-list {
    order: 5 !important;
    position: relative;
    z-index: 5;
    margin-top: -24px;
    padding: 8px 0;
    background: transparent;
  }

  .ks-field-copy p {
    margin-bottom: 14px;
  }

  .ks-field-list,
  .ks-field-list * {
    font-size: 8.6px !important;
    line-height: 1.24 !important;
    text-shadow:
      1px 0 0 #fff,
      -1px 0 0 #fff,
      0 1px 0 #fff,
      0 -1px 0 #fff,
      1px 1px 0 #fff,
      -1px 1px 0 #fff,
      1px -1px 0 #fff,
      -1px -1px 0 #fff;
  }

  .ks-archive {
    min-height: 620px;
    margin-top: 28px;
    padding: 0 18px;
    z-index: auto;
  }

  .ks-archive figure {
    z-index: 0;
    left: 20px;
    right: 0;
    top: calc(15% + 11px);
    width: auto;
    max-width: none;
  }

  .ks-archive #ks-archive-title {
    right: -2%;
    top: -2%;
    z-index: 5;
    width: 84vw;
    font-size: 24px;
    line-height: 1.1;
  }

  .ks-distribution {
    left: 14%;
    top: 73.5%;
    z-index: 2;
    width: 78vw;
    font-size: 20px;
  }

  .ks-archive .ks-present {
    left: 20px;
    right: 0;
    top: 87%;
    width: auto;
    max-width: none;
  }

  .ks-notes {
    margin-top: 216px;
    font-size: 10px;
    line-height: 1.52;
    padding: 8px 18px 22px;
  }

  .ks-notes p {
    padding-left: 0;
    text-indent: 0;
  }

  .ks-office {
    padding: 18px 18px 26px;
    font-size: 11px;
  }
}

@media (min-width: 431px) and (max-width: 768px) {
  .ks-mapping {
    display: flex;
    flex-direction: column;
  }

  .ks-copy-block {
    display: contents;
  }

  .ks-mapping-photo {
    order: 1;
    margin-bottom: 6px;
  }

  .ks-copy-block h2 {
    order: 2;
    margin-left: 0;
    margin-bottom: 16px;
  }

  .ks-copy-block p {
    order: 3;
  }
}
