@charset "UTF-8";

: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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  min-width: 320px;
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  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] {
  -webkit-text-decoration: underline dotted;
  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;
}

.liquid-items {
  font-size: 62.5%;
}

.lp-layout-container {
  overflow: hidden;
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  width: 1280px;
  margin: 0 auto;
  padding: 12px 20px;
}

.lp-layout-header-logo {
  line-height: 1;
}

.lp-layout-header-logo img {
  min-height: 22px;
}

.lp-layout-header-utilityGroup {
  flex: 1;
  margin-left: 20px;
}

.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: -16px 0 0 -16px;
}

.lp-layout-header-utilityList>li {
  margin-top: 16px;
  padding-left: 16px;
}

.lp-layout-header-utilityList>li .lp-textPhone-group {
  margin-bottom: 0;
}

.lp-layout-main {
  background: #fff;
  text-align: center;
}

.lp-layout-main>*:last-child {
  margin-bottom: 0;
}

.lp-layout-footer {
  position: relative;
  z-index: 2;
  background: #2d2d2d;
  color: #fff;
}

.lp-layout-footer-content {
  width: 1280px;
  margin: 0 auto;
  padding: 16px 20px;
}

.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -16px;
}

.lp-layout-footer-list>li {
  display: inline-flex;
  position: relative;
  margin-left: 30px;
  line-height: 1.2;
}

.lp-layout-footer-list>li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -14px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: #ccc;
  content: "";
}

.lp-layout-footer-list>li a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.lp-layout-footer-list>li a:hover,
.lp-layout-footer-list>li a:focus {
  text-decoration: underline;
}

.lp-layout-footer-list>li:first-child::before {
  content: none;
}

.lp-layout-footer-copyright {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.2;
}

.lp-layout-footer-copyright>small {
  display: block;
  width: 100%;
}

.lp-jumbotron {
  position: relative;
  overflow: hidden;
}

.lp-jumbotron-kv {
  background: url("/img/products/vhx-x1/160594001/160594001_img_01_bg.png");
  background-repeat: no-repeat;
  height: 108.0em;
  margin-bottom: 9.1em;
}

.lp-jumbotron-body {
  max-width: 1244px;
  margin: 0 auto;
  padding: 5.0em 0;
}

.lp-jumbotron-body>*:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-top {
  position: relative;
  max-width: 1259px;
  margin: auto;
}

.lp-jumbotron-top-img {
  position: absolute;
  top: -26.0em;
  width: 100%;
}

.lp-jumbotron-top-img img {
  width: 123.6em;
}

.lp-jumbotron-top-content {
  position: relative;
  max-width: 945px;
  margin: auto;
  padding-top: 20.2em;
}

.lp-jumbotron-top-content .lp-jumbotron-top-sub-txt {
  font-size: 1.6em;
}

.lp-heading2 {
  font-size: 50px;
  margin-bottom: 29px;
}

.lp-heading2 span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 6px;
  color: #FF0000;
  margin-bottom: 29px;
}

.lp-jumbotron-top-txt {
  font-size: 3.3em;
  font-weight: bold;
}
.lp-jumbotron-top-txt span {
  font-size: 1.212em;
}

.lp-section-futures {
  position: relative;
  max-width: 1259px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 32.6em;
}

.futures-content {
  margin-bottom: 28.0em;
}

.futures-content.futures-grew-content {
  margin-bottom: 8.4em;
}

.futures-content:last-child {
  margin-bottom: 0;
}

.futures-content>*:last-child {
  margin-bottom: 0;
}

h2.lp-heading2-img {
  font-size: 1em;
}
.lp-heading2-img.-img492 img {
  width: 49.2em;
}
.lp-heading2-img.-img558 img {
  width: 55.8em;
}
.futures-h2-sup {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 3.055em;
}

.futures-3col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.8em;
}

.futures-3col .futures-img {
  margin-bottom: 4.6em;
}
.futures-3col .futures-img p {
  background: #00A0AA;
  color: #fff;
  padding: 0.45em;
  font-size: 2.0em;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  margin-bottom: 0;
}

.futures-content.futures-circle {
  margin-bottom: 8.7em;
}

.futures-circle-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.futures-circle-content img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 75.7em;
}

.futures-circle-col {
  width: 50%;
  margin-bottom: 10.8em;
}
.futures-circle-col:nth-last-child(2) {
  margin-bottom: 0;
}
.futures-circle-col:nth-child(2n+1) .futures-circle-item {
  display: inline-grid;
  position: absolute;
  right: 0;
}

.futures-circle-item {
  display: grid;
  align-items: center;
  width: 25.2em;
  height: 25.2em;
  border: solid #00A0AA 1px;
  border-radius: 50%;
}
.futures-circle-txt {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0;
}
.futures-circle-txt span {
  display: block;
  font-size: 1.222em;
  color: #00A0AA;
  margin-bottom: 13px;
}

.futures-num {
  position: relative;
  display: inline-block;
  padding: 0 5.5em;
  font-weight: bold;
  margin-bottom: 3.2em;
  font-size: 2.0em;
}

.futures-num:before,
.futures-num:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 4.65em;
  height: 1px;
  background-color: #707070;
}

.futures-num:before {
  left: 0;
}

.futures-num:after {
  right: 0;
}

.futures-grew-content {
  background: #F8F8F8;
  border-top: solid #00A0AA 13px;
  padding: 4.5em;
}

.futures-grew-content .lp-heading3 {
  font-size: 4.0em;
  color: #00A0AA;
  margin-bottom: 1.025em;
}

.futures-1col {
  margin: 0 auto 6.1em;
  width: fit-content;
}

.futures-2col {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto 4.6em auto;
  max-width: 939px;
  gap: 1.3em;
}

.futures-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.futures-img-tit {
  position: absolute;
  top: -0.65em;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%,93% 100%, 0% 100%);
}

.futures-img-txt {
	display: inline-block;
	font-size: 1.8em;
	padding: .5em 1.3em .2em 1em;
	position: relative;
	color: #fff;
}
.futures-img-txt.of-before {
  background-color: #B5B5B5;
}
.futures-img-txt.of-after {
  background-color: #00A0AA;
}

.futures-img-txt.of-long-txt {
  padding: .5em 4.3em .2em 3.8em;
}

.futures-arrow {
  margin: 0 1em 0 -1em;
  width: 4.0em;
  height: 4.0em;
  border-top: 0.5em solid #D8D8D8;
  border-right: 0.5em solid #D8D8D8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lp-heading4 {
  font-family: '源ノ明朝';
  font-size: 3.0em;
  margin-bottom: 0.833em;
}

.futures-sub-tit {
  font-size: 2.6em;
  font-weight: bold;
  color: #00A0AA;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  line-height: 2;
  margin-bottom: 1.19em;
}

.futures-txt {
  width: 33.125em;
  margin: auto;
  text-align: left;
  font-size: 1.6em;
  line-height: 2;
}

.of-zoom-img .futures-img {
  width: 43.7em;
  height: 32.8em;
  overflow: hidden;
  border-radius: 10px;
}

.of-zoom-img .futures-img .futures-img-over {
  transition: 1s all;
  transform: scale(1.2) translate(0%,8%);
}
.of-zoom-img:hover .futures-img .futures-img-over {
  transition: 1s all;
  transform: scale(2.28) translate(28%,8%);
}

.futures-img-fixed {
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
}

.futures-img-circle {
  position: relative;
  height: 13.7em;
  width: 13.7em;
  top: -17.5em;
  opacity: 0;
  transition: 1s all;
}
.futures-img-dashed {
  fill: transparent;
  stroke: #EBFF00;
  stroke-width: 3;
  stroke-dasharray: 8, 8;
}
.of-zoom-img:hover .futures-img-circle {
  transition: 1s all;
  opacity: 1;
}

.lp-section.of-primary {
  margin-bottom: 0;
}

.lp-section.of-primary.of-black {
  background-color: #040404;
  color: #fff;
}

.lp-section.of-primary.of-black .lp-section-content {
  width: 90%;
  max-width: 1243px;
  margin: auto;
  padding: 11.0em 0 13.1em;
  text-align: left;
}

.lp-section.of-primary .lp-section-content {
  padding-bottom: 75px;
}

.lp-headingLevel2 {
  font-size: 3.8em;
  line-height: 1.4;
}
.lp-headingLevel2 .lp-headingtext {
  display: block;
  font-size: 0.73em;
  margin-bottom: 0.54em;
}

.lp-headingSeries {
  color: #fff;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2;
}

.lp-headingSeries-shadow {
  display: block;
  text-shadow: 0 0 30px #fff;
  font-size: 8.214em;
}

.lp-headingSeries-sub {
  display: block;
  margin: auto;
  font-size: 0.12em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 85%;
  max-width: 937px;
  line-height: 2;
}

.lp-headingSeries-em {
  color: #66EFC0;
}

.lp-jumbotron-content {
  position: absolute;
  width: 100%;
  height: 43.2em;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
  top: 65em;
}

.lp-textPhone {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  cursor: default;
}

.lp-textPhone-group {
  display: inline-block;
  margin-bottom: 48px;
}

.lp-textPhone-number {
  margin-bottom: 0;
}

.lp-textPhone img {
  display: block;
  width: 40px;
  min-width: 40px;
  margin-right: 2px;
}

.lp-textOfficeHour {
  margin-bottom: 0;
  font-size: 12px;
}

.lp-button-box {
  display: inline-block;
  position: relative;
}

.lp-button::before,
.lp-button-box::after,
.lp-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  min-width: 250px;
  height: 63px;
  border-radius: 40px;
  transition: 1s all;
}
.lp-button::before {
  z-index: 3;
  background: transparent linear-gradient(295deg, #ffffff 0%, #EFEFF2 150%) 0% 0% no-repeat;
  box-shadow: -3px -3px 10px white;
  opacity: 1;
  top: 0;
  left: 0;
}
.lp-button-box::after {
  background: #EDEEF2;
  box-shadow: 3px 3px 20px rgba(36, 65, 93, 0.3);
  opacity: 1;
  left: 0;
  width: 250px;
  height: 63px;
}
.lp-button::after {
  background: transparent linear-gradient(295deg, #E8EAED 0%, #E5E6EC 150%) 0% 0% no-repeat;
  box-shadow: 0px -2px 1px rgba(255, 255, 255, 0.5) inset;
  opacity: 0;
  top: 0;
  left: 0;
}

.lp-button {
  display: inline-block;
  position: relative;
  min-width: 250px;
  padding: 18px;
  color: #c43958;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: 1s all;
  border-radius: 40px;
}
.lp-button-text {
  display: block;
  position: relative;
  z-index: 10;
}

.lp-button:hover::before,
.lp-button:focus::before {
  opacity: 0;
}
.lp-button:hover::after,
.lp-button:focus::after {
  opacity: 1;
}
.lp-button-box:hover::after,
.lp-button-box:focus::after {
  box-shadow: -1px -1px 5px rgba(36, 65, 93, 0.3);
  transition: 1s all;
}

.lp-section.of-black .lp-listButton>div .lp-button {
  text-align: center;
}
.lp-section.of-black .lp-listButton>div .lp-button-box::after {
  left: 4px;
}
.lp-section.of-black .lp-listButton>div .lp-button::after {
  left: 0;
}

.lp-listButton {
  z-index: 1;
  position: relative;
  margin-bottom: 4.0em;
}

.lp-listButton>div {
  width: fit-content;
  margin: 0 auto 3.0em;
}

.lp-listButton>li:last-child {
  margin-bottom: 0;
}

.lp-listButton.of-marginTop-primary {
  margin-top: 6.4em;
}

.lp-listButton-balloon {
  position: relative;
  width: 366px;
  margin-bottom: 32px;
}

.lp-listButton-balloon::after {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 366px;
  height: 12px;
  transform: translateX(-50%) translateY(100%);
  background-image: url("/img/products/vhx-x1/160594001/160594001_img_02_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

.lp-media {
  position: relative;
}

.lp-media-image {
  position: absolute;
  top: 0;
  right: 0;
}

.lp-media-image img {
  width: 63.6em;
}

.lp-media-body {
  position: relative;
  z-index: 2;
}

.lp-media-body>*:last-child {
  margin-bottom: 0;
}

.lp-media .lp-listButton>div {
  margin: 0 0 3em;
}

.lp-media-txt {
  font-size: 2.0em;
  font-weight: bold;
}

.lp-media-txt span {
  font-size: 1.5em;
  margin-left: 0.6em;
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-textAlign-right {
  text-align: right;
}

.lp-utility-fontWeight-bold {
  font-weight: bold;
}

.lp-utility-line-break {
  display: block;
}

.mb30 {
  margin-bottom: 3.0em;
}

.pc-only.tab-only {
  display: block;
}
.pc-only {
  display: block;
}
.tab-only {
  display: none;
}
.sp-only {
  display: none;
}

/* リキッドレイアウト調整 */
@media screen and (min-width: 1921px) {
  .lp-jumbotron-kv {
    background-size: cover; 
  }
}
@media screen and (min-width: 1281px) {
}

/* TAB調整 */
@media screen and (max-width: 1288px) {
  .liquid-items {
    font-size: calc((10vw / 1288) * 100);
  }
  .pc-only.tab-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .tab-only {
    display: block;
  }
  .sp-only {
    display: none;
  }

  /* header */
  .lp-layout-header-content {
    display: block;
    width: auto;
    text-align: center;
  }
  .lp-layout-header-utilityGroup {
    display: none;
    width: fit-content;
    margin: auto;
    padding: 24px 20px;
  }

  /* content */
  .lp-jumbotron-body {
    width: 90%;
  }
  .lp-headingSeries-sub {
    max-width: 81%;
  }
  .lp-jumbotron-content {
    max-width: none;
    border-radius: 10px;
  }
  .lp-section.of-primary.of-black .lp-section-content {
    text-align: center;
  }
  .lp-media .lp-listButton {
    margin: 0;
  }
  .lp-media .lp-listButton>div {
    margin: 0 auto 0;
  }
  .lp-media-image {
    position: unset;
  }
  .lp-media-txt span {
    font-size: 1em;
  }
  .lp-media-body {
    margin-bottom: 3.2em;
  }

  /* footer */
  .lp-layout-footer-content {
    width: auto;
  }
}

/* SP調整 */
@media screen and (max-width: 768px) {
  .liquid-items {
    font-size: calc((10vw / 376) * 100);
  }
  .pc-only.tab-only {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .tab-only {
    display: none;
  }
  .sp-only {
    display: block;
  }

  /* content */
  .lp-headingSeries {
    font-size: 1.6em;
  }
  .lp-headingSeries-shadow {
    font-size: 6.25em;
    line-height: 1;
  }
  .lp-jumbotron {
    height: 78em;
  }
  .lp-jumbotron-top {
    width: 90%;
  }
  .lp-jumbotron-content {
    height: 42em;
    top: 36em;
  }
  .lp-jumbotron-top-img {
    top: -8em;
  }
  .lp-jumbotron-top-content {
    padding-top: 5.9em;
  }
  .lp-jumbotron-top-txt {
    font-size: 2.0em;
  }
  .lp-jumbotron-top-txt span {
    font-size: 1.5em;
  }
  .lp-heading2-img.-img492 img {
    width: 24.6em;
  }
  .futures-h2-sup {
    margin-bottom: 2.444em;
  }
  .futures-3col {
    display: block;
  }
  .futures-3col .futures-img {
    margin-bottom: 3em;
  }
  .futures-img img {
    width: 100%;
  }
  .futures-3col .futures-img p {
    padding: 0.3125em;
    font-size: 1.6em;
  }
  .futures-content {
    margin-bottom: 9.0em;
  }
  .futures-content.futures-circle {
    margin-bottom: 0;
  }
  .lp-heading2-img.-img558 img {
    width: 27.8em;
  }
  .futures-circle-col {
    margin-bottom: 29.0em;
  }
  .futures-circle-col:last-child {
    margin-bottom: 21em;
  }
  .futures-circle-item {
    width: 16.2em;
    height: 16.2em;
  }
  .futures-circle-txt {
    font-size: 1.4em;
  }
  .futures-circle-txt span {
    font-size: 1.142em;
    margin-bottom: 7px;
  }
  .futures-circle-content img {
    width: 100%;
    top: 16.7em;
  }
  .futures-grew-content {
    padding: 2em 1.8em;
  }
  .futures-grew-content .lp-heading3 {
    margin-bottom: 0.846em;
    font-size: 2.6em;
  }
  .futures-2col {
    display: block;
    margin-bottom: 2.5em;
  }
  .futures-arrow {
    margin: 0 auto 2em;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .lp-heading4 {
    font-size: 2.2em;
    margin-bottom: 0.6818em;
  }
  .futures-txt {
    width: auto;
  }
  .of-zoom-img .futures-img {
    width: 100%;
    height: auto;
    margin-bottom: 2.1em;
  }
  .futures-1col {
    margin-bottom: 2.5em;
  }
  .lp-section-futures {
    padding-bottom: 10.0em;
  }
  .lp-headingLevel2 {
    font-size: 3.0em;
  }
  .lp-headingLevel2 .lp-headingtext {
    font-size: 0.66em;
    margin-bottom: 0.52em;
  }
  .lp-media-txt {
    font-size: 1.8em;
  }
  .lp-media-body {
    margin-bottom: 2.8em;
  }
  .lp-section.of-primary.of-black .lp-section-content {
    padding: 5.5em 0 35em;
  }
  .lp-button {
    font-size: 16px;
  }

  /* footer */
  .lp-layout-footer {
    margin-top: -28.1em;
  }
  .lp-layout-footer-content {
    width: 96%;
    max-width: 600px;
    padding: 20px 20px 26px;
  }
  .lp-layout-footer-list>li:first-child {
    margin-left: 0;
  }
  .lp-layout-footer-copyright {
    text-align: center;
    margin-top: 13px;
  }
  .lp-layout-footer-list>li.lp-layout-footer-copyright::before {
    content: unset;
  }

}