@charset "UTF-8";
.wrapper {
  overflow: hidden;
}

/*----------------------------------------------------
	☆MV
----------------------------------------------------*/
.mv {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mv .mvImg {
    width: 260px;
  }
}
/*----------------------------------------------------
	☆COMMON
----------------------------------------------------*/
h2.ctTtl {
  color: #fff;
  font-size: 3.4rem;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  h2.ctTtl {
    font-size: 2.8rem;
  }
}
h2.ctTtl span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}

h2.ctTtl::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 2px;
  background: #fff;
}

/*----------------------------------------------------
	☆CT01
----------------------------------------------------*/
.ct01 {
  background: url(../lib/cmn_img/top/ct01_bg.jpg) fixed no-repeat center center/cover;
  width: 100%;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ct01 {
    background-attachment: scroll;
  }
}
.ct01 h2.ctTtl {
  font-size: 4.6rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .ct01 h2.ctTtl {
    font-size: 3rem;
  }
}
.ct01 h2.ctTtl::before {
  bottom: -10px;
}

.ct01 .copy_01 {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .ct01 .copy_01 {
    font-size: 2rem;
  }
}
.ct01 .pointList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
  width: 100%;
  text-align: center;
}
.ct01 .pointList li {
  width: 220px;
  height: 220px;
  position: relative;
  background: #fff;
  border-radius: 150px;
  color: #4386b4;
  font-size: 1.6rem;
  line-height: 1.5;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .ct01 .pointList li {
    width: 135px;
    height: 135px;
    font-size: 1.2rem;
  }
  .ct01 .pointList li .en.size16 {
    font-size: 1.3rem !important;
  }
}
.ct01 .pointList li.last {
  margin-right: 0;
}

.ct01 .pointList li .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.ct01 .pointList li .box span {
  font-size: 2.2rem;
  display: block;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .ct01 .pointList li .box span {
    font-size: 1.6rem;
  }
}
/*----------------------------------------------------
	☆ctLineup
----------------------------------------------------*/
.ctLineup {
  background-color: #e1e9ee;
  padding-bottom: 60px;
}

.ctLineup .mvArea {
  background: url(../lib/cmn_img/top/ct02_bg.jpg) no-repeat center center/cover;
  width: 100%;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .ctLineup .mvArea {
    padding: 50px 0;
  }
}
.ctLineup .inrL {
  margin-top: -70px;
}

@media screen and (max-width: 768px) {
  .ctLineup .inrL {
    margin-top: -30px;
  }
}
.ctLineup .inrL .productList {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.ctLineup .inrL .productList > li {
  width: 22.4%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2.6%;
  margin-bottom: 2.6%;
}

@media screen and (max-width: 768px) {
  .ctLineup .inrL .productList > li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .ctLineup .inrL .productList > li:nth-child(2n) {
    margin-right: 0;
  }
}
.ctLineup .inrL .productList > li:nth-child(4n) {
  margin-right: 0;
}

.ctLineup .inrL .productList > li > a {
  display: block;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.ctLineup .inrL .productList > li > a .name {
  padding: 25px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  display: table;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .ctLineup .inrL .productList > li > a .name {
    font-size: 1.3rem;
    padding: 15px 0 30px;
  }
}
.ctLineup .inrL .productList > li > a .name span {
  display: table-cell;
  vertical-align: middle;
}

.ctLineup .inrL .productList > li > a:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.35);
  margin-top: -10px;
}

.ctLineup .inrL .productList > li > a:hover .name {
  background-position: center right 5px;
}

@media screen and (max-width: 768px) {
  .ctLineup .inrL .productList > li > a:hover .name {
    background-position: center bottom 10px;
  }
}
@media screen and (max-width: 768px) {
  .ctLineup .inrL .productList > li > a:hover {
    box-shadow: 0;
    margin-top: auto;
  }
}
/*----------------------------------------------------
	☆CT02
----------------------------------------------------*/
.ct02 .productList > li > a {
  border-top: #7cc8b3 5px solid;
}

.ct02 .productList > li > a .name {
  background: url(../lib/cmn_img/arw_gr.png) no-repeat right 10px center/19px 12px;
}

@media screen and (max-width: 768px) {
  .ct02 .productList > li > a .name {
    background-position: center bottom 10px;
  }
}
/*----------------------------------------------------
	☆CT03
----------------------------------------------------*/
.ct03 .productList > li > a {
  border-top: #eba64c 5px solid;
}

.ct03 .productList > li > a .name {
  background: url(../lib/cmn_img/arw_or.png) no-repeat right 10px center/19px 12px;
}

@media screen and (max-width: 768px) {
  .ct03 .productList > li > a .name {
    background-position: center bottom 10px;
  }
}
/*
2024/12/13 更新
*/
.mv .mvContents {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100svh - 152px);
}
@media screen and (min-width: 769px) {
  .mv .mvContents {
    height: 100svh;
  }
}
.mv .mvContents .mvSLiders {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .mv .mvContents .mvSLiders {
    position: fixed;
    z-index: -1;
    flex-direction: row;
  }
}
.mv .mvContents .mvBg {
  height: 50%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mv .mvContents .mvBg {
    width: 50%;
    height: 100%;
  }
}
.mv .mvContents .splide__track {
  height: 100%;
}
.mv .mvContents .mvSlide ul {
  width: 100%;
  height: 100%;
}
.mv .mvContents .mvSlide li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv .mvContents .mvSlide li > span {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: center center;
  transition: transform 10s ease-out;
}
.mv .mvContents .mvSlide li.is-active > span {
  transform: scale(120%);
}
.mv .mvContents .mv_1_1 > span {
  background-image: url(/product_floor/ns/lib/cmn_img/top/main_01.jpg);
}
.mv .mvContents .mv_1_2 > span {
  background-image: url(/product_floor/ns/lib/cmn_img/top/main_02.jpg);
}
.mv .mvContents .mv_1_3 > span {
  background-image: url(/product_floor/ns/lib/cmn_img/top/main_03.jpg);
}
.mv .mvContents .mv_2_1 > span {
  background-image: url(/product_floor/ns/lib/cmn_img/top/main_04.jpg);
}
.mv .mvContents .mv_2_2 > span {
  background-image: url(/product_floor/ns/lib/cmn_img/top/main_05.jpg);
}