@charset "UTF-8";
/*--------------------------------------------------------------
 # Global @MEDIA QUERY
----------------------------------------------------------------
 · SCSS DIR :: .\Feelux\original\htdocs\css\renewal\.scss
 · $ scss --watch --style compressed -E UTF-8 ./:../
 · $ scss --watch --style -E UTF-8 ./:../

 · Mobile(SP)
 ① XS : 0 ~ 359px
 ② S : 360 ~ 599px 
 · Tablet
 ① M : 600 ~ 904px 
 · PC
 ① L : 905 ~ 1279px 
 ② XL : 1280 ~ 1439px
 ③ XXL : 1440 ~
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Global @FUNCTION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Global @MIXIN :: Default
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Global @MIXIN :: Text
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Global @MIXIN :: Container (Layout)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 # main container : commmon
--------------------------------------------------------------*/
/*
    # media query : mobile / tablet
*/
@media (max-width: 1023px) {
  .header {
    position: absolute;
    left: 0;
    top: 0;
  }
}
/*
    # media query : pc 
*/
/*--------------------------------------------------------------
 # main container : default(main)
--------------------------------------------------------------*/
.p-home {
  position: relative;
  /*
      # media query : mobile / tablet
  */
  /*
      # media query : pc 
  */
}
.p-home h2.p-home__title {
  clear: both;
  width: 100%;
  background-color: transparent;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-home {
    padding: 0 0 35px;
  }
  .p-home h2.p-home__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .p-home {
    padding: 0 0 50px;
  }
  .p-home h2.p-home__title {
    font-size: 30px;
    line-height: 36px;
  }
}

/*--------------------------------------------------------------
 # main container : .swiper-container (main-top swiper)
--------------------------------------------------------------*/
.p-home .swiper-container {
  /*
      # media query : mobile / tablet
  */
  /*
      # media query : pc 
  */
}
.p-home .swiper-container .swiper-wrapper .swiper-slide a:not([href]) .caption::before {
  display: none;
}
.p-home .swiper-container .swiper-wrapper .swiper-slide a .caption[data-name=main] p span {
  position: absolute;
  display: block;
  left: 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  .p-home .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .p-home .swiper-container .swiper-wrapper .swiper-slide a .caption[data-name=main] p > span {
    background-image: url("/images/home/main-swipe-01-logo-mobile.png");
  }
}
@media (max-width: 1023px) and (max-width: 499px) {
  .p-home .swiper-container .swiper-wrapper .swiper-slide,
  .p-home .swiper-container .swiper-wrapper .swiper-slide figure.caption p {
    height: 158px;
  }
  .p-home .swiper-container .swiper-wrapper .swiper-slide a .caption[data-name=main] p > span {
    margin-left: -28.5px;
    top: 15px;
    width: 57px;
    height: 80px;
  }
}
@media (max-width: 1023px) and (min-width: 500px) {
  .p-home .swiper-container .swiper-wrapper .swiper-slide,
  .p-home .swiper-container .swiper-wrapper .swiper-slide figure.caption p {
    height: 210px;
  }
  .p-home .swiper-container .swiper-wrapper .swiper-slide a .caption[data-name=main] p > span {
    margin-left: -47.5px;
    top: 30px;
    width: 85px;
    height: 120px;
  }
}
@media (max-width: 1023px) and (min-width: 1000px) {
  .p-home .swiper-container .swiper-wrapper .swiper-slide,
  .p-home .swiper-container .swiper-wrapper .swiper-slide figure.caption p {
    height: 420px;
  }
  .p-home .swiper-container .swiper-wrapper .swiper-slide a .caption[data-name=main] p > span {
    margin-left: -47.5px;
    top: 60px;
    width: 170px;
    height: 240px;
  }
}
@media (min-width: 1024px) {
  .p-home .swiper-container .swiper-wrapper .swiper-slide,
  .p-home .swiper-container .swiper-wrapper .swiper-slide figure.caption,
  .p-home .swiper-container .swiper-wrapper .swiper-slide figure.caption p {
    height: 525px;
    min-height: 525px;
  }
  .p-home .swiper-container .swiper-wrapper .swiper-slide figure.caption p img {
    width: auto;
    height: inherit;
  }
  .p-home .swiper-container .swiper-wrapper .swiper-slide a .caption[data-name=main] p > span {
    margin-left: -85px;
    top: 70px;
    width: 170px;
    height: 240px;
    background-image: url("/images/home/main-swipe-01-logo-pc.png");
  }
}

/*--------------------------------------------------------------
 # main container : .repproducts (製品を選ぶ)
--------------------------------------------------------------*/
.p-home .repproducts {
  /*
      # media query : mobile / tablet
  */
  /*
      # media query : pc 
  */
}
.p-home .repproducts .repproducts__inner {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}
.p-home .repproducts .wrapper ul {
  list-style: none;
}
.p-home .repproducts .wrapper > ul {
  position: relative;
  margin: 0;
}
.p-home .repproducts .wrapper > ul, .p-home .repproducts .wrapper > ul > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-home .repproducts .wrapper > ul li:nth-child(1) img {
  display: block;
  width: auto;
  height: 100%;
}
.p-home .repproducts .wrapper > ul li:nth-child(1) .label {
  position: absolute;
  color: var(--main-color);
  line-height: 1em;
  border: 1px solid var(--main-color);
}
.p-home .repproducts .wrapper > ul li:nth-child(1) .label > span {
  display: block;
}
.p-home .repproducts .wrapper > ul li:nth-child(1) .wrapper-navi {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-home .repproducts .wrapper > ul li:nth-child(2) .__title {
  position: relative;
  color: #ffffff;
  font-size: 1.5em;
}
.p-home .repproducts .wrapper > ul li:nth-child(2) .__title[data-sub]::after {
  content: attr(data-sub);
  position: absolute;
  right: 0;
  bottom: 5px;
  color: var(--main-color);
  font-size: 0.583em;
}
.p-home .repproducts .wrapper > ul li:nth-child(2) .__desc {
  color: var(--main-color);
  font-size: 1em;
}
.p-home .repproducts .wrapper ul + .wrapper-navi {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: single;
  -moz-box-lines: single;
}
@media (max-width: 1023px) {
  .p-home .repproducts .repproducts__inner {
    padding: 65px 0;
  }
  .p-home .repproducts .wrapper > ul {
    margin: 0;
  }
  .p-home .repproducts .wrapper > ul + ul {
    margin: 35px 0 0;
  }
  .p-home .repproducts .wrapper > ul li {
    width: 100%;
  }
  .p-home .repproducts .wrapper > ul li + li {
    margin-top: 20px;
  }
  .p-home .repproducts .wrapper > ul li:nth-child(1) {
    position: relative;
    height: auto;
  }
  .p-home .repproducts .wrapper > ul li:nth-child(1) .label {
    left: 15px;
    top: 15px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    font-size: 0.875em;
  }
  .p-home .repproducts .wrapper > ul li:nth-child(1) .label > span {
    font-size: 1.286em;
    line-height: 0.889em;
  }
  .p-home .repproducts .wrapper > ul li:nth-child(2) {
    padding: 0 15px;
  }
  .p-home .repproducts .wrapper ul + .wrapper-navi {
    margin: 15px 0;
    padding: 0 15px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-box: start;
  }
  .p-home .repproducts .wrapper ul + .wrapper-navi > nav {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  .p-home .repproducts .wrapper ul + .wrapper-navi > nav {
    width: 48.5%;
  }
  .p-home .repproducts .wrapper ul + .wrapper-navi > nav:nth-child(1), .p-home .repproducts .wrapper ul + .wrapper-navi > nav:nth-child(2n+1) {
    margin-right: 3%;
  }
}
@media (max-width: 1023px) and (min-width: 600px) {
  .p-home .repproducts .wrapper ul + .wrapper-navi > nav {
    margin-right: 2%;
    width: 32%;
  }
  .p-home .repproducts .wrapper ul + .wrapper-navi > nav:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .p-home .repproducts .repproducts__inner {
    padding: 45px 0 30px;
  }
  .p-home .repproducts .wrapper {
    position: relative;
    font-size: 16px;
  }
  .p-home .repproducts .wrapper > ul {
    padding: 0 30px;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: none;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .p-home .repproducts .wrapper > ul li + li {
    margin-left: 30px;
  }
  .p-home .repproducts .wrapper > ul li:nth-child(1) {
    width: 260px;
    height: 140px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }
  .p-home .repproducts .wrapper > ul li:nth-child(1) .label {
    left: 40px;
    top: 15px;
    width: 46px;
    height: 46px;
    font-size: 0.875em;
    border-radius: 23px;
  }
  .p-home .repproducts .wrapper > ul li:nth-child(1) .label > span {
    font-size: 1.286em;
    line-height: 0.889em;
  }
  .p-home .repproducts .wrapper > ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }
  .p-home .repproducts .wrapper > ul li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .p-home .repproducts .wrapper ul + .wrapper-navi {
    margin: 15px 0;
    padding: 0 30px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-box: end;
  }
  .p-home .repproducts .wrapper ul + .wrapper-navi > nav {
    margin: 0 0 15px 15px;
  }
  .p-home .repproducts .wrapper ul + .wrapper-navi > nav:first-child {
    margin-left: 0;
  }
  .p-home .repproducts .wrapper + .wrapper {
    margin-top: 15px;
  }
  .p-home .repproducts .wrapper hgroup + ul {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
 # main container : #GALLERY
--------------------------------------------------------------*/
.p-home #GALLERY {
  /*
      # media query : mobile / tablet
  */
  /*
      # media query : pc 
  */
}
.p-home #GALLERY h3 {
  margin: 0;
}
.p-home #GALLERY .deliveryex {
  position: relative;
  margin: 0;
  width: 100%;
}
.p-home #GALLERY .deliveryex .deliveryex__inner {
  position: relative;
  width: 100%;
}
.p-home #GALLERY .deliveryex .deliveryex__swiper-container {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.p-home #GALLERY .deliveryex .deliveryex__swiper-container .swiper-wrapper {
  height: auto;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
.p-home #GALLERY .deliveryex .deliveryex__swiper-container .swiper-wrapper li {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.p-home #GALLERY .deliveryex .deliveryex__swiper-container .swiper-wrapper li a,
.p-home #GALLERY .deliveryex .deliveryex__swiper-container .swiper-wrapper li img {
  display: block;
  width: inherit;
  height: inherit;
  object-fit: cover;
}
.p-home #GALLERY .deliveryex .c-button__list.type-2 {
  position: absolute;
  width: auto;
}
.p-home #GALLERY .deliveryex .swiper-button-next,
.p-home #GALLERY .deliveryex .swiper-button-prev {
  margin-top: -12.5px;
  width: 25px;
  height: 25px;
  background-size: 10px auto;
  background-color: var(--main-color);
  background-position: center;
  border-radius: 12.5px;
}
@media (max-width: 1023px) {
  .p-home #GALLERY .deliveryex {
    padding: 0 0 55px;
  }
  .p-home #GALLERY .deliveryex h3 {
    padding: 0 15px;
  }
  .p-home #GALLERY .deliveryex .deliveryex__swiper-container .swiper-wrapper {
    padding: 10px 0;
  }
  .p-home #GALLERY .deliveryex .deliveryex__swiper-container .swiper-wrapper li:not(:last-child) {
    margin-right: 0px;
  }
}
@media (max-width: 1023px) and (max-width: 499px) {
  .p-home #GALLERY .deliveryex .deliveryex__swiper-container .swiper-wrapper li {
    height: 105px;
  }
}
@media (max-width: 1023px) and (min-width: 500px) {
  .p-home #GALLERY .deliveryex .deliveryex__swiper-container .swiper-wrapper li {
    height: 210px;
  }
}
@media (max-width: 1023px) {
  .p-home #GALLERY .deliveryex .c-button__list.type-2 {
    right: 15px;
    bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .p-home #GALLERY .deliveryex {
    padding: 0 30px 55px;
  }
  .p-home #GALLERY .deliveryex .deliveryex__swiper-container .swiper-wrapper {
    padding: 10px 0;
  }
  .p-home #GALLERY .deliveryex .deliveryex__swiper-container .swiper-wrapper li {
    width: 220px;
    height: 140px;
  }
  .p-home #GALLERY .deliveryex .deliveryex__swiper-container .swiper-wrapper li:not(:last-child) {
    margin-right: 15px;
  }
  .p-home #GALLERY .deliveryex .c-button__list.type-2 {
    right: 30px;
    bottom: 15px;
  }
  .p-home #GALLERY .deliveryex .swiper-button-prev {
    left: -12.5px;
  }
  .p-home #GALLERY .deliveryex .swiper-button-next {
    right: -12.5px;
  }
}

/*--------------------------------------------------------------
 # main container : #NEWS
--------------------------------------------------------------*/
.p-home #NEWS {
  background-color: transparent;
  /*
      # media query : mobile / tablet
  */
  /*
      # media query : pc 
  */
}
.p-home #NEWS .p-home__title {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  text-align: left;
}
.p-home #NEWS .p-home__title > span {
  position: static;
  top: 0;
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.p-home #NEWS .p-home__title > span::before {
  display: none;
}
.p-home #NEWS .p-home__news {
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-box-flex: 0;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.p-home #NEWS .p-home__news dl {
  margin-left: 0;
}
.p-home #NEWS .p-home__news .c-button__list.type-2 {
  position: absolute;
  width: auto;
}
@media (max-width: 1023px) {
  .p-home #NEWS {
    /*
    .p-home__title { 
        margin-right: 60px;
        width: auto;
        @include flex-items(0 0 auto);
        line-height: 52px;
    }*/
  }
  .p-home #NEWS .news__inner {
    padding: 15px;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
  }
  .p-home #NEWS .p-home__news {
    position: relative;
    padding: 0 0 55px;
    width: 100%;
  }
  .p-home #NEWS .p-home__news dl {
    width: 100%;
  }
  .p-home #NEWS .p-home__news .c-button__list.type-2 {
    right: 0;
    bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .p-home #NEWS .news__inner {
    padding: 0 30px;
  }
  .p-home #NEWS .p-home__title {
    margin-right: 60px;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 52px;
  }
  .p-home #NEWS .p-home__news {
    position: relative;
  }
  .p-home #NEWS .p-home__news dl {
    padding-right: 235px;
  }
  .p-home #NEWS .p-home__news .c-button__list.type-2 {
    right: 0;
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
 # main container : #SNS
--------------------------------------------------------------*/
.p-home #SNS {
  display: none;
}

/*# sourceMappingURL=home.css.map */
