:root {
  font-size: 10px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

.theme-KJ {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
.theme-KJ body {
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

video {
  display: block;
  max-width: 100%;
}

:root {
  --lp-color-white: #fff;
  --lp-color-black: #000;
  --lp-color-gray: #f0f0f0;
  --lp-color-white-rgb: 255 255 255;
  --lp-color-black-rgb: 0 0 0;
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-family-serif: source-han-serif-japanese, serif;
}

.lp-layout-header-content {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: space-between;
  max-width: 158rem;
  min-height: 6.6rem;
  margin-inline: auto;
  padding: 1rem 4rem;
}
.lp-layout-header-content > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-header-utilityGroup > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-header-utilityList > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-header-utilityList > li > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-header-logo {
  flex-shrink: 0;
  margin-bottom: 0;
  line-height: 1;
}
.lp-layout-header-logo > a {
  display: inline-block;
}
.lp-layout-header-logo > a > img {
  width: 12.5rem;
}
.lp-layout-container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 154rem;
  min-height: 100vh;
}
.lp-layout-main {
  background-color: var(--lp-color-gray);
}
.lp-layout-main > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-footer-content {
  max-width: 158rem;
  margin-inline: auto;
  padding: 2rem 4rem 1.6rem;
}
.lp-layout-footer-content > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.2rem;
  gap: 0.8rem 2.5rem;
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-footer-list > li:has(+ li)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -1.2rem;
  width: 1px;
  height: 1.9rem;
  transform: translateY(-50%);
  background-color: #949494;
}
.lp-layout-footer-list > li > a {
  color: currentColor;
  text-decoration: none;
}
.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus {
  text-decoration: underline;
}
.lp-layout-footer-copyright {
  color: var(--color-gray);
  font-size: 1.1rem;
}
.lp-jumbotron {
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.lp-jumbotron-content {
  position: relative;
  max-width: 154rem;
  margin-inline: auto;
  padding: 4.8rem 2rem;
}
.lp-jumbotron-content > *:last-child {
  margin-bottom: 0 !important;
}
.lp-jumbotron-inner {
  display: flex;
  align-items: end;
  gap: 4rem;
}
.lp-jumbotron-inner > *:last-child {
  margin-bottom: 0 !important;
}
.lp-jumbotron-body {
  min-width: 84rem;
  padding-bottom: 8.4rem;
}
.lp-jumbotron-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-jumbotron-image {
  flex-shrink: 0;
}
.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0 !important;
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 8rem;
  color: var(--lp-color-gray);
  font-family: var(--font-family-serif);
  font-size: 9.2rem;
  line-height: 1.25;
  text-shadow: 3px 3px 7px rgb(var(--lp-color-black-rgb)/0.5);
}
.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 2.4rem;
  font-size: 3.3rem;
  text-align: center;
}
.lp-jumbotron-seriesName {
  display: block;
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  font-weight: var(--font-weight-normal);
  text-align: center;
}
.lp-jumbotron-series {
  display: inline-block;
}
.lp-video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
}
.lp-video-button {
  display: none;
}
.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  margin-bottom: 2.4rem;
}
.lp-listButton > li > *:last-child {
  margin-bottom: 0 !important;
}
.lp-button {
  display: inline-block;
  padding: 2rem 7.2rem;
  transition: box-shadow 0.5s;
  border-radius: 3.3rem;
  background: #f1f1f1;
  box-shadow: -6px -6px 12px var(--lp-color-white), 3px 3px 20px rgb(var(--lp-color-black-rgb)/0.2), inset -2px -2px 1px transparent, -1px -1px 5px transparent;
  color: #c6002a;
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  text-decoration: none;
}
.lp-button:hover, .lp-button:focus {
  box-shadow: -6px -6px 12px transparent, 3px 3px 20px transparent, inset -2px -2px 1px rgb(var(--lp-color-white-rgb)/0.5), -1px -1px 5px rgb(var(--lp-color-black-rgb)/0.2);
}
.lp-button-text {
  display: block;
  text-align: center;
}
.lp-textPhone {
  margin-bottom: 2.4rem;
}
.lp-textPhone > *:last-child {
  margin-bottom: 0 !important;
}
.lp-textPhone-note {
  display: block;
  font-size: 1.2rem;
  line-height: 1.75;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.4rem;
}
.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
.lp-textPhone-icon {
  flex-shrink: 0;
  width: 3.5rem;
  height: 2rem;
}
.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhone-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhone-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhone-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}
.lp-utility-line-break {
  display: block;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}

[data-script-enabled=true] .lp-video-buttonOuter {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
}
[data-script-enabled=true] .lp-video-button {
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  overflow: clip;
  border: 0.15rem solid var(--lp-color-black);
  border-radius: 50%;
}
[data-script-enabled=true] .lp-video-buttonText {
  position: absolute;
  right: 100%;
  white-space: nowrap;
}
[data-script-enabled=true] .lp-video-button::before, [data-script-enabled=true] .lp-video-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.95rem;
  width: 0.3rem;
  height: 1rem;
  transform: translateY(-50%);
  background-color: var(--lp-color-black);
}
[data-script-enabled=true] .lp-video-button::after {
  left: 1.55rem;
}
[data-script-enabled=true] .lp-video-button.is-paused::before {
  left: calc(50% - 0.4rem);
  width: 1rem;
  height: 1.2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
[data-script-enabled=true] .lp-video-button.is-paused::after {
  display: none;
}
