@charset "UTF-8";
/*-----------------------------------------------
reset
-----------------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}
@media screen and (max-width: 1023px) {
  html {
    scroll-padding-top: 6.25rem;
  }
}

body {
  font-family: "イワタ細ゴシック体オールド_04", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}

main {
  background: #fff;
}

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

a {
  -webkit-transition: 300ms;
  transition: 300ms;
}
a:hover {
  opacity: 0.8;
}

/*-----------------------------------------------
header layout
-----------------------------------------------*/
/*-----------------------------------------------
main layout
-----------------------------------------------*/
.l-main {
  position: relative;
  overflow-x: clip;
}
.l-main::before, .l-main::after {
  content: "";
  position: absolute;
  width: 8.8125rem;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: z-index(header);
}
.l-main::before {
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url("../images/common/ink_left.png");
}
.l-main::after {
  top: 46.3125rem;
  right: 0;
  background-image: url("../images/common/ink_right.png");
}
@media screen and (max-width: 1023px) {
  .l-main::before, .l-main::after {
    width: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-main::before, .l-main::after {
    background-image: none;
  }
}

/*-----------------------------------------------
footer layout
-----------------------------------------------*/
/*-----------------------------------------------
LP Footer
-----------------------------------------------*/
.l-footer {
  position: relative;
}
.l-footer::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 12.9891756869%;
  background: url("../images/common/ink_bottom.png") no-repeat center/100% auto;
}
.l-footer__inner {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 0 1.875rem;
}
.l-footer__totop {
  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;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 2.5rem;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.l-footer__totop svg {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .l-footer__totop:hover, .l-footer__totop:focus {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-footer__totop:hover, .l-footer__totop:focus {
    opacity: 0.6;
  }
}
.l-footer__logo {
  margin-bottom: 1.875rem;
}
.l-footer__logo img {
  width: 7.3125rem;
  height: auto;
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  margin: 0 0 3.125rem;
  padding: 0;
  list-style: none;
}
.l-footer__sns a {
  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-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (hover: hover) {
  .l-footer__sns a:hover, .l-footer__sns a:focus {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-footer__sns a:hover, .l-footer__sns a:focus {
    opacity: 0.6;
  }
}
.l-footer__sns svg {
  width: 1.875rem;
  height: auto;
}
.l-footer__disclaimer {
  font-size: 0.75rem;
  line-height: 2;
  text-align: center;
  color: #000;
  margin-bottom: 2rem;
}
.l-footer__copyright {
  font-size: 0.75rem;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .l-footer__inner {
    padding: 1.875rem 1.25rem 1.25rem;
  }
}

/*-----------------------------------------------
button component
-----------------------------------------------*/
/*-----------------------------------------------
heading component
-----------------------------------------------*/
.c-heading {
  max-width: 25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-heading__ja {
  font-family: "イワタつづりBlueBlack R", sans-serif;
  font-size: 3rem;
  line-height: 1.3;
  color: #000;
  padding-bottom: 1.25rem;
  position: relative;
}
.c-heading__ja::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5rem;
  width: 27.5rem;
  height: 0.4375rem;
  background: url("../images/common/title_line.png") no-repeat right center/100% auto;
}
.c-heading--right .c-heading__ja::after {
  right: auto;
  left: -5rem;
  height: 1.5rem;
  background: url("../images/common/title_line_right.png") no-repeat left center/100% auto;
}
.c-heading__en {
  font-family: "イワタつづりBlueBlack R", sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #000;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .c-heading {
    max-width: 100%;
    margin-left: 0 !important;
  }
  .c-heading .c-heading__ja {
    font-size: 2rem;
  }
  .c-heading .c-heading__ja::after {
    right: auto;
    left: 0;
    width: 15.625rem;
    height: 1.5rem;
    background: url("../images/common/title_line_right.png") no-repeat left center/100% auto;
  }
  .c-heading .c-heading__en {
    font-size: 1.25rem;
  }
}

/*-----------------------------------------------
LP MV
-----------------------------------------------*/
.p-lp-mv {
  position: relative;
}
.p-lp-mv__title {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 41.375rem;
}
.p-lp-mv__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
  padding-top: 8.375rem;
  padding-bottom: 2.875rem;
  max-width: 70.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 68.75rem) {
  .p-lp-mv__content {
    gap: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-lp-mv__calligraphy {
  display: none;
  max-width: 7.6875rem;
}
.p-lp-mv__description {
  max-width: 20.4375rem;
}
@media screen and (max-width: 1023px) {
  .p-lp-mv__description {
    max-width: 94%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-lp-mv__calligraphy {
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .p-lp-mv__title {
    max-width: 37.375rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-lp-mv__title {
    position: static;
    max-width: 100%;
  }
  .p-lp-mv__content {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-top: 2.5rem;
  }
}

/*-----------------------------------------------
LP Nav
-----------------------------------------------*/
.p-lp-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  aspect-ratio: 1200/115;
  min-height: 7.1875rem;
}
.p-lp-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/common/nav_bg.png") no-repeat center/cover;
}
.p-lp-nav__list {
  padding-top: 0.5rem;
  max-width: 51.875rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
.p-lp-nav__item {
  text-align: center;
}
.p-lp-nav__link {
  display: block;
  color: #000;
  text-decoration: none;
}
.p-lp-nav__title {
  display: block;
  font-family: "イワタつづりBlueBlack R", sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.p-lp-nav__subtitle {
  display: block;
  font-family: "イワタつづりBlueBlack R", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .p-lp-nav {
    height: auto;
    padding: 0.625rem 0;
    aspect-ratio: inherit;
    min-height: auto;
  }
  .p-lp-nav__list {
    max-width: 35rem;
    width: 94%;
    gap: 1rem;
    padding: 0 1rem 2.5rem;
  }
  .p-lp-nav__title {
    font-size: 1rem;
  }
  .p-lp-nav__subtitle {
    font-size: 0.625rem;
  }
}

/*-----------------------------------------------
LP Concept
-----------------------------------------------*/
.p-lp-concept {
  margin-bottom: 7.5rem;
  position: relative;
}
.p-lp-concept.is-gray .c-heading__ja {
  font-family: "イワタつづりWhite R", sans-serif;
}
.p-lp-concept.is-gray .c-heading__ja::after {
  background-image: url("../images/common/title_line_white.png");
}
.p-lp-concept.is-gray .c-heading__en {
  font-family: "イワタつづりWhite R", sans-serif;
}
.p-lp-concept__bg {
  padding-top: 7.5rem;
}
.p-lp-concept.is-gray .p-lp-concept__bg {
  padding-bottom: 7.5rem;
}
.p-lp-concept__mv {
  position: relative;
  z-index: 1;
  max-width: 56.25rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-lp-concept__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 11.125rem;
  margin-left: 11.3125rem;
  position: relative;
}
.p-lp-concept__hero {
  margin-left: auto;
  max-width: 37.375rem;
}
.p-lp-concept__hero > img {
  width: 100%;
  height: auto;
}
.p-lp-concept__colors {
  text-align: center;
  padding-top: 0.625rem;
}
.p-lp-concept__color-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0.5rem;
}
.p-lp-concept__color-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8125rem;
  padding: 0.75rem 1.5rem;
  border-radius: 1.875rem;
}
.p-lp-concept.is-gray .p-lp-concept__color-btns {
  background-color: #fff;
}
.p-lp-concept__color-btn {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  padding: 0;
}
.p-lp-concept__color-btn[data-color=black] {
  background-color: rgba(35, 24, 21, 0.6);
}
.p-lp-concept__color-btn.is-outline {
  background-color: #fff;
  border: 0.0625rem solid rgba(35, 24, 21, 0.6);
}
.p-lp-concept__color-btn[data-color=blue] {
  background-color: rgba(11, 48, 142, 0.6);
}
.p-lp-concept__color-btn[data-color=brown] {
  background-color: rgba(106, 57, 6, 0.6);
}
.p-lp-concept__color-btn[data-color=gray] {
  background-color: #dbdcdc;
}
.p-lp-concept__color-btn.is-active {
  width: 1.375rem;
  height: 1.375rem;
}
@media (hover: hover) {
  .p-lp-concept__color-btn:hover, .p-lp-concept__color-btn:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-lp-concept__color-btn:hover, .p-lp-concept__color-btn:focus {
    opacity: 0.7;
  }
}
.p-lp-concept__features {
  max-width: 52.5rem;
  margin-inline: auto;
  margin-bottom: 6.6875rem;
}
.p-lp-concept__description {
  max-width: 26.25rem;
  margin: 0 auto;
  padding: 2.5rem 0 5rem;
  text-align: center;
}
.p-lp-concept__description p {
  font-family: "イワタつづり R", sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .p-lp-concept {
    margin-bottom: 3.75rem;
  }
  .p-lp-concept__bg {
    padding-top: 1.875rem;
  }
  .p-lp-concept.is-gray .p-lp-concept__bg {
    margin-top: -5rem;
    padding-top: 6.875rem;
  }
  .p-lp-concept.is-gray .c-heading__ja::after {
    background-image: url("../images/common/title_line_white_reverse.png");
  }
  .p-lp-concept__mv {
    padding: 0 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-lp-concept__heading {
    margin-left: 0;
    padding-top: 2.5rem;
  }
  .p-lp-concept__hero {
    max-width: 100%;
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-lp-concept__features {
    padding: 0 1.25rem;
    margin-top: 1.875rem;
  }
  .p-lp-concept__description {
    max-width: 100%;
    padding: 1.875rem 1.25rem 3.75rem;
  }
}

/*-----------------------------------------------
LP Tester
-----------------------------------------------*/
.p-lp-tester {
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
  margin-bottom: 7.1875rem;
}
.p-lp-tester__heading .c-heading {
  margin-left: auto;
}
.p-lp-tester__panel {
  max-width: 52.4375rem;
  margin: 3.75rem auto 0;
}
.p-lp-tester__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.p-lp-tester__weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
.p-lp-tester__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.p-lp-tester__radio input {
  display: none;
}
.p-lp-tester__radio-mark {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  border: 0.125rem solid rgba(35, 24, 21, 0.5);
  position: relative;
}
.p-lp-tester__radio input:checked + .p-lp-tester__radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #002a68;
}
.p-lp-tester__radio-label {
  font-size: 0.875rem;
  color: #000;
  opacity: 0.5;
}
.p-lp-tester__radio input:checked ~ .p-lp-tester__radio-label {
  opacity: 1;
}
.p-lp-tester__variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
}
.p-lp-tester__variant-btn {
  width: 9.125rem;
  height: 2.1875rem;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.875rem;
  color: #000;
  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-transition: opacity 300ms;
  transition: opacity 300ms;
}
.p-lp-tester__variant-btn[data-variant=standard] {
  background-color: rgba(35, 24, 21, 0.23);
}
.p-lp-tester__variant-btn.is-outline {
  background-color: transparent;
  border: 0.1875rem solid rgba(35, 24, 21, 0.3);
}
.p-lp-tester__variant-btn[data-variant=blueblack] {
  background-color: rgba(11, 48, 142, 0.2);
}
.p-lp-tester__variant-btn[data-variant=sepia] {
  background-color: rgba(160, 62, 0, 0.3);
}
.p-lp-tester__variant-btn[data-variant=white] {
  background-color: rgba(35, 24, 21, 0.06);
}
.p-lp-tester__variant-btn.is-active {
  outline: 0.125rem solid #1aa6e0;
}
@media (hover: hover) {
  .p-lp-tester__variant-btn:hover, .p-lp-tester__variant-btn:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-lp-tester__variant-btn:hover, .p-lp-tester__variant-btn:focus {
    opacity: 0.7;
  }
}
.p-lp-tester__input {
  margin-top: 0.9375rem;
  width: 52.1875rem;
  height: 7.375rem;
  border: none;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #9e9e9f;
          box-shadow: inset 0 0 0 0.0625rem #9e9e9f;
  padding: 1.25rem;
  font-family: "イワタつづりBlueBlack R", sans-serif;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1;
  color: #000;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.p-lp-tester__slider-wrap {
  margin-top: 0.9375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-lp-tester__slider-wrap::before, .p-lp-tester__slider-wrap::after {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: rgba(35, 24, 21, 0.35);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-lp-tester__slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 1.4375rem;
  background: transparent;
  outline: none;
}
.p-lp-tester__slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.125rem;
  background-color: rgba(35, 24, 21, 0.35);
  border: none;
  border-radius: 0;
}
.p-lp-tester__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  background-color: #00a3d1;
  cursor: pointer;
  margin-top: -0.65625rem;
}
.p-lp-tester__slider::-moz-range-track {
  width: 100%;
  height: 0.5625rem;
  background-color: rgba(35, 24, 21, 0.35);
  border: none;
  border-radius: 0;
}
.p-lp-tester__slider::-moz-range-thumb {
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  background-color: #00a3d1;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .p-lp-tester {
    padding: 2.5rem 1.25rem 0;
    margin-bottom: 3.75rem;
  }
  .p-lp-tester__heading .c-heading {
    margin-left: 0;
  }
  .p-lp-tester__panel {
    max-width: 100%;
  }
  .p-lp-tester__weight {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .p-lp-tester__variants {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75rem;
  }
  .p-lp-tester__variant-btn {
    width: calc(50% - 0.375rem);
  }
  .p-lp-tester__input {
    width: 100%;
    font-size: 1.5rem;
    height: 5.625rem;
  }
}

/*-----------------------------------------------
LP Layer
-----------------------------------------------*/
.p-lp-layer {
  margin-bottom: 4.6875rem;
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
}
.p-lp-layer__title {
  font-family: "イワタつづりBlueBlack R", sans-serif;
  font-size: 2.375rem;
  line-height: 1.5;
  color: #000;
}
.p-lp-layer__lead {
  margin-top: 1.5625rem;
  font-family: "イワタつづり R", sans-serif;
  font-size: 1.5625rem;
  line-height: 2;
  color: #000;
}
.p-lp-layer__example {
  margin-top: 3rem;
}
.p-lp-layer__label {
  font-family: "イワタつづり R", sans-serif;
  font-size: 1.5625rem;
  line-height: 2;
  color: #000;
  margin-bottom: 1rem;
}
.p-lp-layer__image {
  display: block;
}
.p-lp-layer__image img {
  width: 100%;
  height: auto;
}
.p-lp-layer__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin-top: 1rem;
}
.p-lp-layer__step {
  font-family: "イワタつづり R", sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #000;
}
.p-lp-layer__note {
  margin-top: 1.1875rem;
  font-family: "イワタつづり R", sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #000;
}
.p-lp-layer__video {
  max-width: 45rem;
  margin: 5rem auto 0;
}
.p-lp-layer__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}
@media screen and (max-width: 1023px) {
  .p-lp-layer {
    max-width: 100%;
    padding: 0 1.25rem;
    margin-bottom: 3.125rem;
  }
  .p-lp-layer__title {
    font-size: 1.5rem;
  }
  .p-lp-layer__steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .p-lp-layer__video {
    max-width: 100%;
    margin-top: 2.5rem;
  }
}

/*-----------------------------------------------
LP Colorfont
-----------------------------------------------*/
.p-lp-colorfont {
  margin-bottom: 8.75rem;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.p-lp-colorfont__title {
  font-family: "イワタつづり R", sans-serif;
  font-size: 2.375rem;
  line-height: 1.5;
  color: #000;
}
.p-lp-colorfont__legend {
  margin-top: 1rem;
  font-family: "イワタ細ゴシック体オールド_04", sans-serif;
  font-size: 0.75rem;
  line-height: 2;
  color: #000;
}
.p-lp-colorfont__table-wrap {
  margin-top: 1.5rem;
}
.p-lp-colorfont__header {
  display: grid;
  grid-template-columns: 19% 21% 11% 14% 11% 24%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.25rem;
}
.p-lp-colorfont__tabs {
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  white-space: nowrap;
}
.p-lp-colorfont__col-labels {
  grid-column: 3/7;
  display: grid;
  grid-template-columns: subgrid;
  font-family: "イワタ細ゴシック体オールド_04", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #000;
}
.p-lp-colorfont__col-labels[hidden] {
  display: none;
}
.p-lp-colorfont__col-labels span {
  text-align: center;
}
.p-lp-colorfont__col-labels[data-col=app] span:nth-child(4) {
  text-align: left;
}
.p-lp-colorfont__col-labels[data-col=tool] {
  grid-template-columns: 1fr;
}
.p-lp-colorfont__col-labels[data-col=tool] span {
  text-align: center;
}
.p-lp-colorfont__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.p-lp-colorfont__tab input {
  display: none;
}
.p-lp-colorfont__tab-mark {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  border: 0.125rem solid rgba(35, 24, 21, 0.5);
  position: relative;
}
.p-lp-colorfont__tab input:checked + .p-lp-colorfont__tab-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #002a68;
}
.p-lp-colorfont__tab-label {
  font-family: "イワタ細ゴシック体オールド_04", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #000;
}
.p-lp-colorfont__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-lp-colorfont__table[hidden] {
  display: none;
}
.p-lp-colorfont__table {
  font-family: "イワタ細ゴシック体オールド_04", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #000;
}
.p-lp-colorfont__table td {
  padding: 0.625rem 1rem;
  text-align: center;
}
.p-lp-colorfont__table td:first-child {
  text-align: left;
}
.p-lp-colorfont__table td:nth-child(2) {
  text-align: left;
}
.p-lp-colorfont__table td:last-child {
  text-align: left;
  font-size: 0.6875rem;
}
.p-lp-colorfont__table tbody tr:nth-child(odd) {
  background-color: #eef7fd;
}
.p-lp-colorfont__table tbody tr:nth-child(even) {
  background-color: #daf0fd;
}
.p-lp-colorfont__table tfoot td {
  padding-top: 0.625rem;
  border: none;
  text-align: right;
}
.p-lp-colorfont__table tfoot td:first-child, .p-lp-colorfont__table tfoot td:last-child {
  text-align: right;
}
.p-lp-colorfont__table--tool td:last-child {
  text-align: center;
  font-size: 0.8125rem;
}
@media screen and (max-width: 1279px) {
  .p-lp-colorfont {
    max-width: 50rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-lp-colorfont {
    max-width: 100%;
    padding: 0 1.25rem;
    margin-bottom: 5rem;
  }
  .p-lp-colorfont__title {
    font-size: 1.5rem;
  }
  .p-lp-colorfont__header {
    min-width: 37.5rem;
  }
  .p-lp-colorfont__tabs {
    gap: 1rem;
  }
  .p-lp-colorfont__tab-label {
    font-size: 0.625rem;
  }
  .p-lp-colorfont__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-lp-colorfont__table {
    min-width: 37.5rem;
  }
}

/*-----------------------------------------------
LP Usage
-----------------------------------------------*/
.p-lp-usage {
  margin-bottom: 8.75rem;
}
.p-lp-usage__heading {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
}
.p-lp-usage__heading .c-heading {
  margin-left: 11.3125rem;
}
.p-lp-usage__slider {
  margin-top: 2.5rem;
  position: relative;
  max-width: 44.125rem;
  margin-left: auto;
  margin-right: auto;
}
.p-lp-usage__swiper {
  max-width: 35.6875rem;
  margin: 0 auto;
  overflow: hidden;
}
.p-lp-usage__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4375rem;
  height: 1.8125rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-lp-usage__arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.p-lp-usage__arrow--prev {
  left: 0;
}
.p-lp-usage__arrow--prev::before {
  border-width: 0.90625rem 1.4375rem 0.90625rem 0;
  border-color: transparent #221613 transparent transparent;
  opacity: 0.5;
}
.p-lp-usage__arrow--next {
  right: 0;
}
.p-lp-usage__arrow--next::before {
  border-width: 0.90625rem 0 0.90625rem 1.4375rem;
  border-color: transparent transparent transparent #221613;
  opacity: 0.5;
}
@media (hover: hover) {
  .p-lp-usage__arrow:hover, .p-lp-usage__arrow:focus {
    opacity: 0.3;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-lp-usage__arrow:hover, .p-lp-usage__arrow:focus {
    opacity: 0.3;
  }
}
.p-lp-usage__pagination {
  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;
  gap: 0.875rem;
  margin-top: 1.875rem;
  min-height: 1.25rem;
}
.p-lp-usage__pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: rgba(11, 48, 142, 0.37);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin: 0;
}
.p-lp-usage__pagination .swiper-pagination-bullet-active {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #0b308e;
}
@media screen and (max-width: 1023px) {
  .p-lp-usage {
    margin-bottom: 5rem;
  }
  .p-lp-usage__heading {
    margin-left: 0;
    text-align: left;
    display: block;
    padding: 0 1.25rem;
  }
  .p-lp-usage__heading .c-heading {
    margin-left: 0;
  }
  .p-lp-usage__slider {
    max-width: 100%;
    padding: 0 2.5rem;
  }
  .p-lp-usage__swiper {
    max-width: 100%;
  }
  .p-lp-usage__pagination {
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
  .p-lp-usage__pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
  .p-lp-usage__pagination .swiper-pagination-bullet-active {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .p-lp-usage__slider {
    padding: 0 1.5rem;
  }
  .p-lp-usage__pagination {
    gap: 0.375rem;
  }
  .p-lp-usage__pagination .swiper-pagination-bullet {
    width: 0.4375rem;
    height: 0.4375rem;
  }
  .p-lp-usage__pagination .swiper-pagination-bullet-active {
    width: 0.625rem;
    height: 0.625rem;
  }
}

/*-----------------------------------------------
LP Buy
-----------------------------------------------*/
.p-lp-buy {
  max-width: 70rem;
  margin: 8.75rem auto 0;
}
.p-lp-buy > .c-heading {
  margin-left: auto;
}
.p-lp-buy__table {
  max-width: 52.25rem;
  margin: 3.25rem auto 0;
  background-color: #e3f3fc;
  padding: 2.5rem 2.625rem 1.5625rem;
}
.p-lp-buy__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.75rem;
  margin-bottom: 0.875rem;
  margin-right: 1.5rem;
}
.p-lp-buy__header-label {
  width: 12.625rem;
  text-align: center;
  font-family: "イワタ太ゴシック体オールド_90", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #000;
}
.p-lp-buy__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #d7eefb;
  border-radius: 0.25rem;
  padding: 1.25rem 1.5rem;
  min-height: 6.6875rem;
}
.p-lp-buy__row + .p-lp-buy__row {
  margin-top: 0.6875rem;
}
.p-lp-buy__product {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-lp-buy__product-name {
  font-family: "イワタ太ゴシック体オールド_90", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #000;
}
.p-lp-buy__product-detail {
  font-family: "イワタ細ゴシック体オールド_90", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #000;
  margin-top: 0.25rem;
}
.p-lp-buy__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-lp-buy__price-col {
  width: 12.625rem;
  text-align: center;
}
.p-lp-buy__price {
  font-family: "イワタ太ゴシック体オールド_90", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0.5rem;
}
.p-lp-buy__btn {
  display: inline-block;
  width: 12.625rem;
  padding: 0.5rem 0;
  background-color: #f5fafd;
  border-radius: 0.25rem;
  text-align: center;
  text-decoration: none;
  font-family: "イワタ太ゴシック体オールド_90", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #000;
  -webkit-text-fill-color: #000;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (hover: hover) {
  .p-lp-buy__btn:hover, .p-lp-buy__btn:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-lp-buy__btn:hover, .p-lp-buy__btn:focus {
    opacity: 0.7;
  }
}
.p-lp-buy__spec {
  margin-top: 1.5625rem;
}
.p-lp-buy__spec-title {
  font-family: "イワタ太ゴシック体オールド_90", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 0.5rem;
}
.p-lp-buy__spec-text {
  font-family: "イワタ細ゴシック体オールド_90", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .p-lp-buy {
    max-width: 100%;
    padding: 0 1.25rem;
    margin-top: 5rem;
  }
  .p-lp-buy > .c-heading {
    margin-left: 0;
  }
  .p-lp-buy__table {
    max-width: 100%;
    padding: 1.875rem 1rem 1.25rem;
  }
  .p-lp-buy__header {
    display: none;
  }
  .p-lp-buy__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 1rem;
    min-height: auto;
  }
  .p-lp-buy__product {
    margin-bottom: 1rem;
  }
  .p-lp-buy__prices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0.75rem;
  }
  .p-lp-buy__price-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-lp-buy__price-col:nth-child(1)::before {
    content: "DL版";
    font-family: "イワタ太ゴシック体オールド_90", sans-serif;
    font-size: 1rem;
    color: #000;
  }
  .p-lp-buy__price-col:nth-child(2)::before {
    content: "CD版";
    font-family: "イワタ太ゴシック体オールド_90", sans-serif;
    font-size: 1rem;
    color: #000;
  }
  .p-lp-buy__price {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .p-lp-buy__btn {
    width: auto;
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
  }
  .p-lp-buy__product-name {
    font-size: 1rem;
  }
}

/*-----------------------------------------------
LP License
-----------------------------------------------*/
.p-lp-license {
  font-family: "イワタ細ゴシック体オールド_90", sans-serif;
  max-width: 52.25rem;
  margin: 5.625rem auto;
}
.p-lp-license__box {
  background-color: #e3f3fc;
  padding: 3.125rem 4rem;
}
.p-lp-license__title {
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
  margin-bottom: 1.5rem;
}
.p-lp-license__section {
  margin-bottom: 1.5rem;
}
.p-lp-license__heading {
  font-size: 0.9375rem;
  line-height: 2;
  color: #000;
}
.p-lp-license__text {
  font-size: 0.9375rem;
  line-height: 2;
  color: #000;
}
.p-lp-license__list {
  list-style: disc;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  line-height: 2;
  color: #000;
}
.p-lp-license__contact {
  display: block;
  max-width: 44.3125rem;
  margin: 2rem auto 0;
  padding: 0.5rem 0;
  background-color: #c9e8f9;
  text-align: center;
  text-decoration: none;
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #000;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (hover: hover) {
  .p-lp-license__contact:hover, .p-lp-license__contact:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-lp-license__contact:hover, .p-lp-license__contact:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1023px) {
  .p-lp-license {
    max-width: 100%;
    margin: 3.75rem 1.25rem;
  }
  .p-lp-license__box {
    padding: 1.875rem 1.25rem;
  }
  .p-lp-license__title {
    font-family: "イワタ太ゴシック体オールド_90", sans-serif;
    font-size: 1.125rem;
  }
  .p-lp-license__contact {
    max-width: 100%;
    font-size: 1rem;
  }
}

/*-----------------------------------------------
LP Note
-----------------------------------------------*/
.p-lp-note {
  max-width: 45.25rem;
  margin: 0 auto 6.25rem;
}
.p-lp-note__link {
  display: block;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (hover: hover) {
  .p-lp-note__link:hover, .p-lp-note__link:focus {
    opacity: 0.8;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-lp-note__link:hover, .p-lp-note__link:focus {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1023px) {
  .p-lp-note {
    max-width: 100%;
    padding: 0 1.25rem;
    margin-bottom: 3.75rem;
  }
}

/*-----------------------------------------------
utility
-----------------------------------------------*/
@media screen and (min-width: 1024px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-dn-md-max {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */