@charset "utf-8";

.index-keyv {
  position: relative;
}
@media only screen and (max-width: 769px){
    .index-keyv {
        position: relative;
        height: calc(155vw*(1220 / 1920));
        width: 100%;
    }
    .index-keyv__slider--item {
              position: relative;
        height: calc(155vw*(1220 / 1920));
        width: 100%;
}
}
.index-keyv_title {
  color: #fff;
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 30vh;
  z-index: 9;
}

.index-keyv__slider--item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.index-keyv__slider--item>img {
  visibility: hidden;
  opacity: 0;
}

.m-tab__index.m-tab {
  padding: 12px;
  background: #fff;
}

.m-tab__index .m-tab_nav {
  padding: 0;
  border-bottom: 0;
}

.index-keyv__slider--item {
  display: block !important;
}

.glb-section.full.index-section__news {
  background: #E5F2F8 url(../img/common/common_bg_after.png) no-repeat left bottom/100% auto;
}

.index-brand.glb-triangleBg:before {
  display: none;
}

.index-aboutus__content {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  padding: 0 15px;
}

.index-aboutus__content--desc {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;
}

.index-aboutus__content--logo {
  margin-bottom: 40px;
}

.index-aboutus .m-btn-04 {
  margin-top: 80px;
}

.index-brand__list {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  position: relative;
  z-index: 99;
}

.index-brand__list>li {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.index-brand__list .brand-list-hdg {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
}

.index-brand__list .brand-list-hdg small {
  display: block;
  font-size: 0.5em;
  margin-bottom: 15px;
}

.index-brand__list .brand-list-hdg+* {
  margin-top: 15px
}

.index-brand__list .m-list-idx_img {
  position: relative;
  z-index: 1;
  width: 50%;
}

.index-brand__list .left .brand-list-hdg {
  padding-left: 0
}

.index-brand__list .left .brand-list-hdg::before {
  left: -90%
}

.index-brand__list .left .m-list-idx_img {
  order: -1
}

.index-brand__list .brand-list-hdg+p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.index-brand__list .m-btn-04 {
  margin-top: 30px;
}

.index-brand__list .brand-list-mark {
  z-index: 0;
  position: absolute;
  pointer-events: none;
}
.index-brand__list--special {
  box-shadow: none !important;
}
.index-brand__list--special .movie-modal {
  display: block;
}
.index-brand__list--special>li {
  background-color: transparent;
}

.index-brand__list--special>li .brand-list-mark {
  position: static;
  display: block;
  text-align: center;
}

.index-brand__list--special>li .icon-movie {
  position: absolute;
  width: 100px;
  top: -30px;
  left: 20px;
  z-index: 1;
}

.index-brand__list--special .brand-list-hdg+p {
  text-align: center;
}

.index-coordinate__link {
  margin-top: 50px;
  position: relative;
  z-index: 90;
}

.index-coordinate__link--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.index-coordinate__link--list li {
  margin-bottom: 20px;
}

.index-coordinate__link--list a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.index-coordinate__link--list a p {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.m-slider__recommend .m-icon-blank {
  display: none;
}
.index-bg-sky {
  background: url(../img/brand/index/bg_water.jpg) no-repeat center top;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .index-product {
    margin-top: 50px;
  }
  .index-keyv_title {
    font-size: 50px;
  }

  .index-keyv__scroll-down {
    position: absolute;
    z-index: 90;
    left: 20px;
    top: calc(100vh - 80px - 180px);
  }

  .index-keyv__scroll-down:after {
    content: "";
    width: 1px;
    height: 120px;
    position: absolute;
    top: 100%;
    left: 50%;
    background: linear-gradient(to bottom, #ffffff 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -120px;
    background-size: 100% 200%;
    animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  }

  .index-keyv__label-scroll {
    color: #fff;
    font-size: 12px;
    writing-mode: vertical-lr;
  }

  .top-btn__showroomSearch {
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 100010;
    width: 120px;
    transform: translateX(130px);
    transition: transform 0.3s;
  }
  .top-btn__showroomSearch.show {
    transform: translateX(0);
  }
  .top-btn__showroomSearch .on {
    display: none;
  }
  .top-btn__showroomSearch:hover,
  .top-btn__showroomSearch:hover img {
    opacity: 1;
  }
  .top-btn__showroomSearch:hover .on {
    display: block;
  }
  .top-btn__showroomSearch:hover .off {
    display: none;
  }

  .m-tab__index.m-tab .m-tab_nav>li:last-child>a {
    font-size: 1.7rem;
  }

  .index-aboutus-section {
    margin-top: -30px;
    padding-top: 140px;
  }
  .index-aboutus-section .m-hdg-05 {
    margin-bottom: 15px;
  }
  .index-aboutus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: -100px;
  }

  .index-aboutus__content {
    width: 53.333%;
  }

  .index-aboutus__img {
    width: 36%;
    padding-left: 20px;
  }
  .index-bg-sky {
    background-size: 100% auto;
    background-position: center bottom;
    padding-top: 30px;
  }
  .index-brand {
    padding: 100px 0 120px;
  }

  .index-brand__list>li {
    align-items: center;
  }

  .index-brand__list--content {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding: 20px 60px 0;
  }

  .index-brand__list--img {
    position: relative;
    z-index: 1;
    width: 50%;
  }

  .left .index-brand__list--img {
    order: -1;
  }

  .index-brand__list .ptn01 .brand-list-mark {
    top: -70px;
    left: 80px;
  }

  .index-brand__list .ptn02 .brand-list-mark {
    top: -90px;
    left: 20px;
  }

  .index-brand__list .ptn03 .brand-list-mark {
    top: -100px;
    left: 60px;
  }

  .index-brand__list .ptn04 .brand-list-mark {
    top: -70px;
    left: 50px;
  }

  .index-brand__list .ptn05 .brand-list-mark {
    top: -80px;
    left: 10px;
  }

  .index-brand__list--special>li {
    padding-right: 50px;
  }

  .index-brand__list--special>li .index-brand__list--content {
    width: 48.7%;
    padding: 0 40px;
  }

  .index-brand__list--special>li .index-brand__list--img {
    width: 51.3%;
  }

  .index-brand__list--special .brand-list-hdg {
    font-size: 2.8rem;
    line-height: 1.5em;
  }

  .index-coordinate__link--list.col3 li {
    width: 33.333%;
    border-left: 1px dashed #808080;
    text-align: center;
    padding: 25px 0 20px;
  }

  .index-coordinate__link--list li:last-child {
    border-right: 1px dashed #808080;
  }

  .index-coordinate__link--list .m-btn-04 {
    min-width: 160px;
    padding: 8px;
  }

  .index-showroom-event {
    margin-top: 140px;
  }

  .index-showroom-event.glb-triangleBg:after {
    margin-top: -80px;
  }

  .index-showroom-event .a-center {
    position: relative;
    z-index: 99;
  }

  .index-brand__list--special {
    margin: 0 -120px 120px;
  }

  .index-keyv__slider--item {
    height: 100vh;
  }
  .index-coordinate__link {
    margin-left: -120px;
    margin-right: -120px;
  }
  .index-section__recommend .m-hdg-05 {
    margin-bottom: 52px;
  }
  .index-section__recommend {
    padding: 40px 0 50px;
  }
  .glb-section.full.index-section__news {
    padding: 40px 0 220px;
    margin-top: 40px;
  }
}

@media print, screen and (min-width:769px) and (max-width: 1200px) {
  .index-brand__list--special,
  .index-aboutus,
  .index-coordinate__link {
    margin-left: 0;
    margin-right: 0;
  }
  .index-brand__list--special>li {
    padding-right: 0;
  }
}

@media print, screen and (width:768px) {
  .index-keyv img.visible-sp{
    display: block !important;
  }
}

@media only screen and (min-width:0px) and (max-width: 768px) {
  .index-product {
    margin-bottom: 50px;
    margin-top: 76px !important;
  }

  .index-keyv_title {
    font-size: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .index-section__recommend .glb-width-fixed {
    padding-top: 30px;
  }

  .m-tab__index.m-tab {
    padding: 4px;
  }

  .index-aboutus-section {
    padding-top: 45px;
  }

  .index-aboutus__content--logo {
    width: 178px;
    margin: 30px auto;
  }

  .index-aboutus {
    position: relative;
  }

  .index-aboutus .m-btn-04 {
    left: auto;
    position: absolute;
    bottom: 90px;
  }

  .index-aboutus__img {
    width: 160px;
    margin-left: 15px;
    margin-top: 30px;
  }

  .index-brand {
    padding-bottom: 60px;
  }

  .index-brand .glb-content {
    padding-top: 20px;
  }

  .index-brand__list:not(.index-brand__list--special) li {
    flex-direction: column-reverse;
  }

  .index-brand__list--content,
  .index-brand__list--img {
    width: 100%;
  }

  .index-brand__list--content {
    padding: 40px 20px;
    position: relative;
  }

  .index-brand__list--img>img {
    width: 100%;
  }

  .index-brand__list .brand-list-hdg {
    font-size: 2.2rem;
  }

  .index-brand__list .brand-list-hdg small {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .index-brand__list .brand-list-hdg+p {
    margin-top: 20px;
  }

  .index-brand__list .m-btn-04 {
    margin-top: 14px;
  }

  .index-brand__list .ptn01 .brand-list-mark {
    top: -10px;
    left: 40px;
    width: 150px;
  }

  .index-brand__list .ptn02 .brand-list-mark {
    width: 210px;
    top: -5px;
    left: 10px;
  }

  .index-brand__list .ptn03 .brand-list-mark {
    width: 200px;
    top: 0;
    left: 15px;
  }

  .index-brand__list .ptn04 .brand-list-mark {
    width: 100px;
    left: 30px;
    top: 20px;
  }

  .index-brand__list .ptn05 .brand-list-mark {
    width: 200px;
    left: 10px;
    top: 5px;
  }

  .glb-section.full.index-section__news:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background: #E5F2F8;
    z-index: -1
  }

  .glb-section.full.index-section__news {
    position: relative;
    z-index: 90;
    padding-bottom: 100px;
  }

  .index-bg-sky {
    background-size: auto 83%;
    background-position: center bottom;
  }

  .index-brand__list--special {
    box-shadow: none;
    margin-top: -60px;
  }
  .index-brand__list--special>li{
    padding-bottom: 10px;
  }

  .index-brand__list--special .index-brand__list--content {
    padding-top: 30px;
    position: static;
  }
  .index-brand__list--special .index-brand__list--content>.a-center {
    margin-top: 10px;
  }

  .index-brand__list--special .brand-list-mark {
    width: 278px;
    margin-bottom: -25px;
  }

  .index-brand__list--special .brand-list-hdg+p {
    text-align: left;
  }

  .index-brand__list--special .index-brand__list--img {
    padding: 0 20px;
    position: relative;
  }

  .index-brand__list--special .index-brand__list--img .icon-movie {
    width: 57px;
    left: 35px;
    top: -15px;
  }

  .index-coordinate {
    padding: 35px 20px;
  }

  .index-coordinate__link {
    margin-top: 20px;
    border-top: 1px dashed #cbcbcb;
  }

  .index-coordinate__link--list li {
    margin-bottom: 0;
    width: 100%;
  }

  .index-coordinate__link--list a {
    border-bottom: 1px dashed #CBCBCB;
    background: url(../img/common/icon_arrow_a_black.png) no-repeat right 15px center;
    background-size: 8px auto;
    padding: 11px 30px 11px 0
  }

  .index-coordinate__link .m-btn-04 {
    display: none;
  }

  .index-coordinate__link--list a p {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .index-showroom-event {
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .index-showroom-event .m-hdg-05 {
    margin-top: -30px;
    position: relative;
    z-index: 90;
  }
}

@media only screen and (min-width: 0px) and (max-width: 360px) {
  .index-aboutus .m-btn-04 {
    left: 180px;
    min-width: 120px;
  }
}


@keyframes scrolldown {
  0% {
    background-position: 0 -120px;
  }

  60% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 120px;
  }
}

@-webkit-keyframes anim-header-show {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    top: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }
}

@keyframes anim-header-show {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    top: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }
}


.index-bg-sky  {
  background: url(../img/brand/index/bg_water_new.jpg) no-repeat center top/cover;
}
.index-bg-sky .index-aboutus__img {
  display: none;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .index-bg-sky {
    min-height: 560px;
    position: relative;
  }
  .index-bg-sky:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    width: 800px;
    height: 524px;
    background: url(../img/brand/index/banner_img.png) no-repeat center bottom/100% auto;
  }
  .index-aboutus-section {
    padding-top: 20px;
  }
  .index-bg-sky .index-aboutus__content {
    position: absolute;
    bottom: 180px;
    right: 50%;
    margin-right: -550px;
    width: 420px;
  }

  .index-bg-sky .index-aboutus__content .m-btn-04 {
    margin-top: 50px;
  }

  .index-bg-sky .a-center-02,
  .index-bg-sky .m-hdg-05 {
    margin-bottom: 0;
  }

}
@media screen and (min-width: 769px) and (max-width: 1160px) {
  .index-bg-sky {
    min-height: 490px;
  }
  .index-bg-sky:before {
    left: 20px;
    margin-left: 0;
    width: 700px;
    height: 458px;
  }
  .index-bg-sky .index-aboutus__content {
    margin-right: 40px;
    right: 0;
    width: 360px;
  }

  .index-bg-sky .index-aboutus__content {
    bottom: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1070px) {
  .index-bg-sky:before {
    left: 0;
  }
  .index-bg-sky .index-aboutus__content {
    margin-right: 20px;
  }
  .index-bg-sky .index-aboutus__content--desc {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1070px) {
  .index-bg-sky .index-aboutus__content {
    margin-right: 0;
    width: 340px;
  }
}
@media only screen and (min-width:0px) and (max-width: 768px) {
  .index-bg-sky {
    background: url(../img/brand/index/bg_water_new_sp.jpg) no-repeat center bottom/100% auto;
    position: relative;
  }
  .index-bg-sky .index-aboutus {
    position: static;
  }
  .index-bg-sky .index-aboutus-section {
    padding-top: 45px;
    padding-bottom: 52vw;
  }
  .index-bg-sky .index-aboutus__content .m-btn-04 {
    position: absolute;
    left: 63vw;
    bottom: 23vw;
    min-width: 115px;
  }
}
@media only screen and (min-width:0px) and (max-width: 360px) {
  .index-bg-sky .index-aboutus__content .m-btn-04 {
    min-width: 100px;
  }
}
.m-slider-06 .slick-slide,
.index-keyv .index-keyv__slider .slick-slide {
  height: auto;
}
.vsm-slider .ecbn-selection-widget-new span {
  line-height: inherit;
}
@media only screen and (min-width:0px) and (max-width: 768px) {
  .vsm-slider .ecbn-selection-wrapper .ecbn-selection-title {
    margin-top: 5px;
  }
  .vsm-slider {
    margin-bottom: 40px;
  }
  .index-product {
    margin-top: 20px !important;
    margin-bottom: 25px;
  }
}
/* 202504 CLS */
#keyv_slider_container {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
#slider_container {
  aspect-ratio: 5.537 / 1;
  overflow: hidden;
}
@media only screen and (min-width:0px) and (max-width: 768px) {
  #keyv_slider_container {
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  #slider_container {
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
}