@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*: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;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::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: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  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 {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    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: #333;
}

* {
  box-sizing: border-box;
}

.stacked-section {
  position: relative;
}

.windowsize {
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
}
@media (max-width: 767px) {
  .windowsize {
    width: 100%;
    max-width: 100vw;
  }
}

.stacked-item {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: white;
}

.stacked-item img {
  width: 　100％;
  height: auto;
}

.stacked-item:nth-child(1) {
  z-index: 1;
}

.stacked-item:nth-child(2) {
  z-index: 2;
}

.stacked-item:nth-child(3) {
  z-index: 3;
}

.stacked-item:nth-child(4) {
  z-index: 4;
}

.stacked-item:nth-child(5) {
  z-index: 5;
}

.stacked-item:nth-child(6) {
  z-index: 6;
}

.stacked-item:nth-child(7) {
  z-index: 7;
}

.stacked-item:nth-child(8) {
  z-index: 8;
}

.stacked-item:nth-child(9) {
  z-index: 9;
}

.stacked-item:nth-child(10) {
  z-index: 10;
}

/* スクロール距離を作るラッパー */
.stacked-section {
  min-height: 200vh; /* 子の数だけ */
}

/* 各 item は重なりを意識して relative じゃなく sticky */
.stacked-item {
  position: sticky;
  top: 0;
}

.horizontal-wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.horizontal-inner {
  display: flex;
  height: 100%;
}

.panel {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: white;
  width: 100%;
}
@media (max-width: 767px) {
  .panel {
    width: 100vw;
  }
}

.p1 {
  background: #e74c3c;
}

.p2 {
  background: #3498db;
}

.p3 {
  background: #2ecc71;
}

.bg_common {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg_cv {
  background-color: #1C1C1C;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0vw;
}

.bg_cv img {
  width: 100%;
  height: auto;
}

.bg_001 {
  background-image: url(img/001.png);
  justify-content: flex-start;
  flex-flow: column;
  padding: 1em;
}
.bg_001 img {
  max-width: 130px;
}

.bg_002 {
  background: linear-gradient(264deg, #DEDFEA 16.53%, #E4E6F0 84.83%);
}

.bg_003 {
  background-image: url(img/003.png);
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  font-size: 30px;
  padding: 10vw 0 15vw;
  gap: 0em;
}
.bg_003 h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 1em;
}
.bg_003 p {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 2em;
}
.bg_003 img {
  width: 32px;
}

.bg_004 {
  background-image: url(img/004.png);
}

.bg_005 {
  background-image: url(img/005.png);
}

.bg_006 {
  background-image: url(img/006.png);
}

.bg_007 {
  /* background-image: url(img/007.png); */
  background-color: #1C1C1C;
  padding: 0.7em;
}

.bg_007_2 {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  background-color: #CFCFCF;
}
.bg_007_2 img {
  width: 100%;
  height: auto;
}

.bg_008 {
  padding: 1em;
  background-image: url(img/008.png);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1em 0em;
}
.bg_008 .-top {
  position: absolute;
  top: 10vw;
}

.how {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  padding: 2em 0vw;
  gap: 1em;
  background-color: #fff;
}
@media (max-width: 767px) {
  .how {
    padding: 10vw 0vw;
  }
}
.how img {
  max-width: 100%;
}

.how_1 {
  background-image: url(img/how_1.png);
  background-size: cover;
}

.how_2 {
  background-image: url(img/how_2.png);
  justify-content: space-between;
}

.how_3 {
  background-color: #CFD0D7;
  justify-content: center;
}

.how_4 {
  background-color: #000;
  justify-content: space-around;
}

.static-item img {
  width: 100%;
  height: auto;
}

.how i img {
  width: 32px;
  height: auto;
}

.how p {
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 32px;
  letter-spacing: 4px;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
  font-size: 30px;
}

.sleep_1 {
  position: relative;
  z-index: 10;
  background-image: url(img/sleep_1.png);
  background-position: top center;
  background-size: contain;
  background-color: #F3F6FA;
  justify-content: flex-end;
  display: flex;
  flex-flow: column;
  padding-bottom: 20vw;
  height: 100vh;
  box-sizing: border-box;
}
.sleep_1 img {
  width: 100%;
  height: auto;
}

.sleep_2 {
  background-color: #000;
  padding: 10%;
  height: 100vh;
}
@media (max-width: 767px) {
  .sleep_2 {
    height: 150vw;
  }
}
.sleep_2 img {
  width: 100%;
  height: auto;
}

.sleep_3 {
  background-color: #000;
  padding: 10%;
  flex-flow: column;
  gap: 2em;
  display: flex;
  justify-content: flex-start;
}
.sleep_3 img {
  width: 100%;
  height: auto;
}

.sleep_4 {
  padding: 10%;
  flex-flow: column;
  justify-content: flex-start;
  background-color: #000;
}
.sleep_4 img {
  background-color: #000;
  width: 100%;
  height: auto;
}

.sleep_5 {
  background-color: #1C1C1C;
  flex-flow: column;
  padding-top: 10%;
  gap: 10vw;
  justify-content: flex-start;
}
.sleep_5 img {
  width: 100%;
  height: auto;
}

.feature_1 {
  flex-flow: column;
  min-height: 100vh;
  gap: 0em;
  justify-content: flex-start;
  height: auto;
  background-image: url(img/feature_1_bg.png);
}
.feature_1 div {
  padding: 0.5em 0;
}

.feature_2 {
  flex-flow: column;
  min-height: 100vh;
  gap: 0em;
  justify-content: flex-start;
  height: auto;
  background-image: url(img/feature_2_bg.png);
}
.feature_2 div {
  padding: 0.5em 0;
}

.feature_3 {
  flex-flow: column;
  min-height: 100vh;
  gap: 0em;
  justify-content: flex-start;
  height: auto;
  background-image: url(img/feature_3_bg.png);
}
.feature_3 div {
  padding: 0.5em 1em;
}

.feature_4 {
  flex-flow: column;
  min-height: 100vh;
  gap: 0em;
  justify-content: flex-start;
  height: auto;
  background-color: #000;
  gap: 1em;
}
.feature_4 div {
  padding: 0.5em 0em;
  display: flex;
  flex-flow: column;
  gap: 2em;
}
.feature_4 div p {
  padding: 0 2em;
}

video {
  width: 100%;
  height: auto;
}

.voice {
  background-color: #fff;
  padding: 2em 0;
}

img {
  vertical-align: bottom;
}

.swiper_review_item {
  padding: 1em;
  background: #fff;
}
.swiper_review_item img {
  border-radius: 8px;
  margin-bottom: 1em;
}
.swiper_review_item p {
  padding: 0;
  text-align: left;
  font-size: 14px;
  height: 7.5em;
  line-height: 1.5;
  overflow: hidden;
}

.swiper {
  overflow: visible;
}

.swiper-button-prev, .swiper-button-next {
  color: #000;
  background: url(img/arrow.png) no-repeat center center;
  background-size: contain;
  width: 64px;
  height: 64px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}

.swiper-button-next {
  right: -32px;
}
.swiper-button-prev {
  left: -32px;
  transform: rotate(-180deg);
}/*# sourceMappingURL=style.css.map */