/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #222;
}

* {
  box-sizing: border-box;
}

.windowsize {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: #fff;
}
@media (max-width: 767px) {
  .windowsize {
    width: 100%;
    max-width: 100vw;
  }
}
.windowsize em {
  font-style: normal;
}
.windowsize img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
  line-height: 1;
}
@media (max-width: 767px) {
  .windowsize .__pc {
    display: none;
  }
}
.windowsize .__sp {
  display: none;
}
@media (max-width: 767px) {
  .windowsize .__sp {
    display: block;
    overflow: hidden;
  }
}
.windowsize .img2depth {
  position: relative;
  display: block;
  line-height: 0;
}
.windowsize .img2depth img {
  vertical-align: bottom;
}
.windowsize .img2depth .hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.windowsize .img2depth .imgbg {
  width: 100%;
  height: auto;
}
.windowsize .hikaku {
  background-color: #F4F4F4;
  padding: 20% 10% 10%;
  display: flex;
  flex-flow: column;
  gap: 2em;
}
.windowsize .hikaku h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
}
.windowsize .hikaku h2 strong {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.56px;
  text-align: center;
}
.windowsize .hikaku p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: var(--DarkGray, #555);
  text-align: center;
}
.windowsize .kome_text {
  color: #000;
  font-size: 11px;
  line-height: 1.7;
  padding: 5%;
}
.windowsize .kome_text.-pd0 {
  padding: 10% 0 0 0;
}
.windowsize .hand {
  padding-top: 20%;
  background-color: #000;
}
.windowsize .evidence {
  background-color: #000;
}
.windowsize .evidence .evidence_title {
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 1em;
}
.windowsize .evidence .evidence_title img {
  width: 85px;
  height: auto;
}
.windowsize .evidence .evidence_title span {
  display: block;
  font-size: 18px;
  color: #FFF;
  font-weight: 400;
  line-height: 170%;
}
.windowsize .evidence .evidence_title h3 {
  color: var(--White, #FFF);
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.92px;
}
.windowsize .evidence .evidence_title h3 em {
  font-size: 10px;
}
.windowsize .evidence .evidence_title hr {
  width: 160px;
  height: 1px;
  background: var(--Linear, linear-gradient(90deg, #FFBD33 0.69%, #EB7715 100.69%));
}
.windowsize .evidence .evidence_text {
  color: #fff;
  font-size: 11px;
  line-height: 1.7;
  padding: 10%;
  padding-top: 0;
  padding-bottom: 0;
}
.windowsize .evidence .evidence_img video {
  aspect-ratio: 393/268;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.windowsize .evidence .evidence_img img {
  width: 100%;
  height: auto;
}
.windowsize .evidence h4 {
  color: var(--White, #FFF);
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.92px;
}
.windowsize .evidence .evidence_list {
  padding: 10%;
  display: flex;
  flex-flow: column;
  gap: 2em;
}
.windowsize .evidence .evidence_list div {
  margin-bottom: 1em;
}
.windowsize .evidence .evidence_list div video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 329/208;
}
.windowsize .evidence .evidence_list div h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 36px */
  letter-spacing: 1.6px;
  color: var(--White, #FFF);
}
.windowsize .evidence .evidence_list div p {
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.windowsize .evidence .evidence_list .-min {
  color: #EAEAEA;
  font-size: 10px;
}
.windowsize .evidence .evidence_mov {
  aspect-ratio: 329/211.57;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.windowsize .tech {
  background-color: #000;
}
.windowsize .tech .tech_title {
  padding: 10%;
  color: var(--LightGray, #EAEAEA);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-align: center;
}
.windowsize .tech .tech_video video {
  vertical-align: bottom;
  aspect-ratio: 393/480;
  width: 100%;
  object-fit: cover;
}
.windowsize .tech .tech_list {
  display: flex;
  flex-flow: column;
  gap: 3em;
  padding: 0 10% 10%;
}
.windowsize .tech .tech_item {
  display: flex;
  flex-flow: column;
  gap: 1.5em;
}
.windowsize .tech .tech_item video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 329/247;
  object-fit: cover;
}
.windowsize .tech .tech_text h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.6px;
  color: var(--LightGray, #EAEAEA);
}
.windowsize .tech .tech_text p {
  padding-top: 1em;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: var(--LightGray, #EAEAEA);
}
.windowsize .review {
  padding: 10%;
  background-color: #fff;
}
.windowsize .review h2 {
  padding-top: 0.75em;
  color: var(--DarkGray, #3A3A3A);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.56px;
}
.windowsize .review .review_list {
  display: flex;
  flex-flow: column;
  padding-top: 10%;
  padding-bottom: 10%;
  gap: 2em;
}
.windowsize .review .scene_text {
  display: flex;
  flex-flow: column;
  gap: 1em;
  text-align: center;
}
.windowsize .review .scene_text em {
  font-size: 10px;
}
.windowsize .review .scene_text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  color: var(--DarkGray, #555);
}
.windowsize .main {
  background-color: #000;
}
.windowsize .main img {
  vertical-align: bottom;
}
.windowsize .full_gif video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.windowsize .solution_video {
  aspect-ratio: 393/390;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.windowsize .makuake_result {
  background-color: #000;
}
.windowsize .makuake_result .makuake_result_text {
  padding: 3em 0;
  display: flex;
  flex-flow: column;
  gap: 1.5em;
}
.windowsize .makuake_result .makuake_result_text p {
  color: var(--LightGray, #EAEAEA);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 36px */
  letter-spacing: 1.08px;
}
.windowsize .mod_h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #121212;
  font-weight: 700;
  margin-bottom: 10%;
}
.windowsize .mod_h2 strong {
  letter-spacing: 1.92px;
  font-size: 24px;
}
.windowsize .mod_h2 hr {
  background: #555;
  opacity: 0.5;
  height: 1px;
  border: none;
  outline: none;
  width: 50%;
  margin: 5% 0;
}
.windowsize .mod_h2 span {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.6px;
}

.voice {
  padding: 10% 5%;
}
.voice .voice_p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
}
.voice .swiper-button-next, .voice .swiper-button-prev {
  color: #000;
}
.voice .swiper-pagination-bullet-active {
  background-color: #000;
}
.voice .swiper-wrapper {
  padding-bottom: 1em;
}
.voice .swiper-slide {
  background: var(--LightGray, #EAEAEA);
  padding: 1.5em 3em;
}
.voice .swiper-slide img {
  margin-bottom: 1.5em;
}
.voice .swiper-slide p {
  color: var(--DarkGray, #555);
  font-size: 14px;
}

.products_color {
  padding: 10%;
}
.products_color .products_color_line {
  background-color: #555555;
  height: 1px;
  width: 25%;
  border: 0;
  margin: 10% auto;
  display: block;
}
.products_color h3 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10%;
}
.products_color .-products_img {
  display: flex;
  gap: 2em;
  margin-bottom: 2em;
}
.products_color .-products_img .-products_img_item {
  flex: 1;
  max-width: 50%;
  text-align: center;
}
.products_color .-products_img .-products_img_item p {
  padding-top: 1em;
  font-size: 16px;
  color: var(--DarkGray, #555);
}
.products_color .-products_img .-products_img_item p span {
  font-size: 11px;
  display: block;
}
.products_color .spec_min {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: var(--Black, #121212);
  padding-top: 2em;
}
.products_color .-products_spec .spec-set,
.products_color .-products_spec .spec-set * {
  box-sizing: border-box;
}
.products_color .-products_spec .spec-set {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.products_color .-products_spec .spec-01 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.products_color .-products_spec .div {
  color: var(--black, #121212);
  text-align: left;
  font-family: var(--sp-bodyss-font-family, "NotoSansJp-Medium", sans-serif);
  font-size: var(--sp-bodyss-font-size, 12px);
  line-height: var(--sp-bodyss-line-height, 150%);
  font-weight: var(--sp-bodyss-font-weight, 500);
  position: relative;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.products_color .-products_spec .rectangle-7875 {
  background: var(--gray, #d2d2d2);
  align-self: stretch;
  flex-shrink: 0;
  width: 1px;
  position: relative;
}
.products_color .-products_spec .cado-stem-500-h {
  color: var(--darkgray, #555555);
  text-align: left;
  font-family: var(--sp-bodyss-font-family, "NotoSansJp-Medium", sans-serif);
  font-size: var(--sp-bodyss-font-size, 12px);
  line-height: var(--sp-bodyss-line-height, 150%);
  font-weight: var(--sp-bodyss-font-weight, 500);
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.panel {
  padding: 10%;
  background-color: #EAEAEA;
}
.panel .panel_video {
  padding-top: 5%;
}
.panel .panel_video video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.panel h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 1em;
  color: var(--Black, #121212);
  text-align: center;
  letter-spacing: 1.92px;
  font-weight: 700;
  font-size: 24px;
  line-height: 170%;
}
.panel .panel_text {
  padding-top: 5%;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  color: #555;
}
.panel hr {
  background: #D9D9D9;
  height: 2px;
  border: none;
  outline: none;
  width: 100%;
  margin: 10% 0;
}

.gift {
  padding: 10%;
}
.gift h2 {
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 5%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10%;
}
.gift h2 strong {
  color: var(--Black, #121212);
  font-size: 24px;
  font-weight: 700;
  line-height: 170%; /* 40.8px */
  letter-spacing: 1.92px;
}
.gift h2 span {
  font-family: "HanziPen SC";
  font-size: 26.826px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.683px;
}
.gift h2 hr {
  background: #555;
  opacity: 0.5;
  height: 1px;
  border: none;
  outline: none;
  width: 50%;
  margin: 5% 0;
}/*# sourceMappingURL=style.css.map */