@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
html, body {
  margin: 0;
  padding: 0;
  background: #eeeff1;
}

body, .lt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

.disp-sp {
  display: none;
}

.lp {
  position: relative;
  width: 100%;
  margin: 0 auto;
  container-type: inline-size;
  background: #eeeff1;
  overflow: hidden;
}

.lp .sl {
  position: absolute;
  display: block;
  height: auto;
  max-width: none;
}

.lt {
  position: absolute;
  margin: 0;
  padding: 0;
  white-space: pre-line;
  text-align-last: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
  transform: translateY(-0.18em);
  font-family: "Noto Sans JP", sans-serif;
}

.lt.serif {
  font-family: "Noto Serif JP", serif;
  white-space: pre;
}

.btnlink {
  position: absolute;
  display: block;
  z-index: 5;
  cursor: pointer;
  border-radius: 999px;
  transition: transform .15s ease, filter .15s ease;
}

.btnlink img {
  display: block;
  width: 100%;
  height: 100%;
}

.btnlink:hover {
  transform: translateY(2px) scale(0.99);
  filter: brightness(0.93);
}

.btnlink:active {
  transform: translateY(3px) scale(0.985);
  filter: brightness(0.88);
}

@media (max-width: 769px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
}
