@charset "UTF-8";
/*----------------------------------------
  reset
----------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, main, nav, menu, figure, figcaption {
  display: block;
}

span, small, strong, em, b, i {
  color: inherit;
}

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

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}

/*----------------------------------------
  base
----------------------------------------*/
body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
}

video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------
	layout
----------------------------------------*/
body {
  background-color: #000;
}

.wrapper {
  overflow: hidden;
  max-width: 393px;
  margin-inline: auto;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #1F1F1F;
}

.bg-lightgrey01 {
  background: #F5F5F7;
}

.bg-grey03 {
  background: #ECECEC;
}

.bg-grey-gradient01 {
  background: linear-gradient(180deg, #E0E6F2 0%, #F3F7FE 53.98%, #EEEFF8 85.32%);
}

.bg-grey-gradient02 {
  background: linear-gradient(180deg, #EEEFF8 0%, #F9F9FA 14.39%);
}

.bg-grey-gradient03 {
  background: linear-gradient(331.48deg, #CDCDCF 0%, #EFEFF1 15.76%);
}

.relative-block {
  position: relative;
}

.absolute-block {
  position: absolute;
  inset: 0;
}

/* contents
------------------------------------------------------ */
.kv__video {
  width: 100%;
  max-width: 393px;
  height: 100vw;
  max-height: 393px;
}

.cta {
  position: relative;
}

.cta__button {
  position: absolute;
  bottom: 13.4122287968%;
  left: 50%;
  translate: -50% 0;
  width: 67.4300254453%;
}
.cta__button img {
  animation: lr-s 2s infinite;
}

.cta_second .cta__button {
  bottom: 8.4812623274%;
}

.margin-btn-10 {
  margin-bottom: 2.5445292621%;
}

.margin-btn-20 {
  margin-bottom: 5.0890585242%;
}

.padding-btn-20 {
  padding-bottom: 5.0890585242%;
}

.padding-btn-40 {
  padding-bottom: 10.1781170483%;
}

.lead-bg {
  z-index: 0;
}

.lead-text {
  z-index: 1;
}

.fwt-detail01__video,
.fwt-detail02__video {
  width: 75.572519084vw;
  max-width: 297px;
  height: 50.1272264631vw;
  max-height: 197px;
  left: 0;
  right: 0;
  top: 0;
  margin: min(330px, 83.9694656489vw) auto 0;
  overflow: hidden;
  border-radius: 8px;
}

.fwt-detail01__video {
  margin: min(360px, 91.6030534351vw) auto 0;
}

.wakeup__video {
  height: min(280px, 71.2468193384vw);
}

.tech04__video {
  width: 87.786259542vw;
  max-width: 345px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.tech08__video {
  width: 87.786259542vw;
  height: 58.524173028vw;
  max-width: 345px;
  max-height: 230px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.seasonal05__video {
  width: 87.786259542vw;
  height: 58.524173028vw;
  max-width: 345px;
  max-height: 230px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.comfortclean04__video {
  width: 87.786259542vw;
  height: 58.524173028vw;
  max-width: 345px;
  max-height: 230px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.comfortclean09__video_wrapper {
  width: 87.786259542vw;
  height: 58.524173028vw;
  max-width: 345px;
  max-height: 230px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.comfortclean09__video_inner {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100%;
}

.comfortclean09__video {
  width: 50%;
}

.comfortclean09__video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.comfortclean10_img {
  width: 50%;
}

.sustainability05__video {
  width: 87.786259542vw;
  height: 58.524173028vw;
  max-width: 345px;
  max-height: 230px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

/* floating banner
------------------------------------------------------ */
.bnr__float {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 60px;
  width: 26.6%;
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}
@media (min-width: 750px) {
  .bnr__float {
    max-width: 100px;
  }
}

.bnr__float a {
  display: block;
}

/* modal
------------------------------------------------------ */
.youtube {
  padding: 10.1781170483% 8.1424936387%;
}

.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.modaal-video-wrap {
  margin: auto 25px;
}

/*----------------------------------------
	Animation
----------------------------------------*/
[data-scroll-anima] {
  display: block;
  opacity: 0;
}

.fadeIn {
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.fadeIn[data-scroll-anima=true] {
  opacity: 1;
}

.fadeUp {
  transition-property: opacity, translate;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  translate: 0 5%;
}
.fadeUp[data-scroll-anima=true] {
  opacity: 1;
  translate: 0;
}

@keyframes lr-s {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(-15px);
  }
  70% {
    transform: translateX(15px);
  }
  80% {
    transform: translateX(-10px);
  }
  90% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.kv_wrapper {
  aspect-ratio: 390/548;
  overflow: hidden;
}

.kv-cover_top {
  top: 0;
  left: 0;
}

.kv-cover_btn {
  top: inherit;
  bottom: 0;
  left: 0;
}/*# sourceMappingURL=style.css.map */