@charset "UTF-8";
/* =====================================================================





===================================================================== */
/* =====================================================================





===================================================================== */
.uno-productsIndex .l-mainContents {
  padding-bottom: 50px;
}
.uno-productsIndex .keyVisual {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  background-position: center -45px;
  background-size: auto 115%;
  overflow: hidden;
}
.uno-productsIndex .keyVisual__bg {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 27.7%;
  padding-bottom: 35%;
  background: url(../../products/img/bg_kv.jpg) no-repeat center top;
  background-size: auto 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-45px);
}
.uno-productsIndex .keyVisual__inner {
  width: 100%;
  padding-bottom: 28.57%;
  height: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) {
  .uno-productsIndex .keyVisual {
    background-size: 1800px auto;
  }
  .uno-productsIndex .keyVisual__bg {
    padding-bottom: 495px;
  }
  .uno-productsIndex .keyVisual__inner {
    padding-bottom: 400px;
  }
}
.uno-productsIndex .localNav__item {
  min-width: 22%;
}
.uno-productsIndex .localNav__item a {
  padding: 0 0 0 2.75em;
}
.uno-productsIndex .localNav__item a:after {
  position: relative;
  right: auto;
  left: 0.5em;
  margin: 0.3em auto 0;
}
.uno-productsIndex .localNav__item__icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: -0.25em;
  left: 1em;
}
.uno-productsIndex .localNav__item__icon img {
  width: 100%;
  height: auto;
}
.uno-productsIndex .headingType01 {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -42px;
}
.uno-productsIndex .lineupSection {
  padding: 10px 0 40px;
}
.uno-productsIndex .lineupSection__title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 3%;
}
.uno-productsIndex .lineupSection__lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 6%;
  line-height: 1.7;
}
.uno-productsIndex .lineupSection__pdfLink {
  margin-top: -1%;
  margin-bottom: 5%;
  text-align: center;
  font-size: 14px;
}
.uno-productsIndex .lineupSection__pdfLink a {
  text-decoration: underline;
  transition-duration: 0.2s;
  position: relative;
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
.uno-productsIndex .lineupSection__pdfLink a:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: #000 url(../img/icon_pdf.png) no-repeat center center;
  background-size: 26px 26px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0;
  transition-duration: 0.1s;
}
.uno-productsIndex .lineupSection__pdfLink a:hover {
  color: #cc0101;
}
.uno-productsIndex .lineupSection__pdfLink a:hover:before {
  background-color: #cc0101;
}
.uno-productsIndex .productsList {
  overflow: hidden;
}
.uno-productsIndex .productsList__items {
  overflow: hidden;
  margin-left: -4%;
}
.uno-productsIndex .productsList__item {
  width: 33.33%;
  padding-left: 4%;
  padding-bottom: 65px;
  padding-bottom: 5%;
  float: left;
  box-sizing: border-box;
  /* 予約アイコンを追加 & アイコンの付け替え可能に *ただし、is-limited,is-reservationはありえないのを考慮 */
}
.uno-productsIndex .productsList__item:nth-child(3n+1) {
  clear: left;
}
.uno-productsIndex .productsList__item a {
  display: block;
  position: relative;
}
.uno-productsIndex .productsList__item.is-new a:after {
  content: "";
  display: block;
  width: 55px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 6.25%;
  background: url(../img/icon_new.png) no-repeat left center;
  background-size: 55px 23px;
}
.uno-productsIndex .productsList__item.is-new.is-limited.is-reservation a:after {
  top: 0;
  height: 92px;
  background: url(../img/icon_reservation.png) no-repeat left center;
  background-size: 55px 92px;
}
.uno-productsIndex .productsList__item.is-new.is-glossy a:before {
  top: 28px;
}
.uno-productsIndex .productsList__item.is-new.is-natural a:before {
  top: 28px;
}
.uno-productsIndex .productsList__item.is-limited a:before {
  content: "";
  display: block;
  width: 55px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 6.25%;
  background: url(../img/icon_limited.png) no-repeat left center;
  background-size: 55px 23px;
}
.uno-productsIndex .productsList__item.is-limited.is-new a:before {
  top: 20px;
}
.uno-productsIndex .productsList__item.is-limited7 a:before {
  content: "";
  display: block;
  width: 55px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 6.25%;
  background: url(../img/icon_seven_limit.png) no-repeat left center;
  background-size: 55px 23px;
}
.uno-productsIndex .productsList__item.is-limited7.is-new a:before {
  top: 28px;
}
.uno-productsIndex .productsList__item.is-online a:before {
  content: "";
  display: block;
  width: 55px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 6.25%;
  background: url(../img/icon_online_limit.png) no-repeat left center;
  background-size: 55px 23px;
}
.uno-productsIndex .productsList__item.is-online.is-new a:before {
  top: 28px;
}
.uno-productsIndex .productsList__item.is-glossy a:before {
  content: "";
  display: block;
  width: 55px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 6.25%;
  background: url(../img/icon_glossy_L.png) no-repeat left center;
  background-size: 55px 23px;
}
.uno-productsIndex .productsList__item.is-natural a:before {
  content: "";
  display: block;
  width: 55px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 6.25%;
  background: url(../img/icon_natural_L.png) no-repeat left center;
  background-size: 55px 23px;
}
.uno-productsIndex .productsList__item.is-limited-amazon a:before {
  content: "";
  display: block;
  width: 55px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 6.25%;
  background: url(../img/icon_amazon_limited.png) no-repeat left center;
  background-size: 55px 38px;
}
.uno-productsIndex .productsList__item.is-limited-amazon.is-new a:before {
  top: 28px;
}
.uno-productsIndex .productsList__item__thumb {
  padding: 0;
}
.uno-productsIndex .productsList__item__thumb img {
  width: 100%;
  height: auto;
}
.uno-productsIndex .productsList__item__txtBox {
  padding: 0 30px 0 6.25%;
  position: relative;
}
.uno-productsIndex .productsList__item__txtBox:after {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  top: 25px;
  right: 15px;
  background: url(../img/icon_arrow_01.png) no-repeat left center;
  background-size: auto 18px;
}
.uno-productsIndex .productsList__item__category {
  font-size: 14px;
}
.uno-productsIndex .productsList__item__name {
  font-size: 18px;
}
.uno-productsIndex .productsList__item__name__small {
  display: block;
  font-size: 14px;
}
.uno-productsIndex .productsList__status,
.uno-productsIndex .productsList__colorlevel {
  margin-top: 5%;
  padding: 0 6.25%;
}
.uno-productsIndex .productsList__status__item,
.uno-productsIndex .productsList__colorlevel__item {
  margin-bottom: 6px;
  font-size: 12px;
  overflow: hidden;
  vertical-align: middle;
}
.uno-productsIndex .productsList__colorlevel__item {
  display: flex;
  align-items: flex-end;
}
.uno-productsIndex .productsList__status__category,
.uno-productsIndex .productsList__colorlevel__category {
  background-color: #535353;
  color: #fff;
  display: block;
  width: 70px;
  text-align: center;
  float: left;
  line-height: 1.3;
  vertical-align: middle;
}
.uno-productsIndex .productsList__colorlevel__category {
  position: relative;
  letter-spacing: -0.1em;
  padding: 0.5em 0.25em;
}
.uno-productsIndex .productsList__colorlevel__category:before, .uno-productsIndex .productsList__colorlevel__category:after {
  content: "明るい";
  display: inline-block;
  line-height: 1;
  color: #535353;
  font-size: 9px;
  position: absolute;
  top: 0;
  right: -4em;
}
.uno-productsIndex .productsList__colorlevel__category:after {
  content: "やや濃い";
  display: inline-block;
  color: #535353;
  font-size: 9px;
  position: absolute;
  top: 0;
  right: -11em;
}
.uno-productsIndex .productsList__status__icon,
.uno-productsIndex .productsList__colorlevel__icon {
  width: 92px;
  height: 12px;
  display: block;
  background: url(../../products/img/icon_status.png) no-repeat left top;
  vertical-align: middle;
  margin-left: 10px;
  float: left;
  margin-top: 1px;
  position: relative;
}
.uno-productsIndex .productsList__status__icon:before,
.uno-productsIndex .productsList__colorlevel__icon:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../products/img/icon_status.png) no-repeat left bottom;
}
.uno-productsIndex .productsList__status__icon[data-status="0.5"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="0.5"]:before {
  width: 6px;
}
.uno-productsIndex .productsList__status__icon[data-status="1"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="1"]:before {
  width: 20px;
}
.uno-productsIndex .productsList__status__icon[data-status="1.5"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="1.5"]:before {
  width: 26px;
}
.uno-productsIndex .productsList__status__icon[data-status="2"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="2"]:before {
  width: 40px;
}
.uno-productsIndex .productsList__status__icon[data-status="2.5"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="2.5"]:before {
  width: 46px;
}
.uno-productsIndex .productsList__status__icon[data-status="3"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="3"]:before {
  width: 60px;
}
.uno-productsIndex .productsList__status__icon[data-status="3.5"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="3.5"]:before {
  width: 66px;
}
.uno-productsIndex .productsList__status__icon[data-status="4"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="4"]:before {
  width: 80px;
}
.uno-productsIndex .productsList__status__icon[data-status="4.5"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="4.5"]:before {
  width: 86px;
}
.uno-productsIndex .productsList__status__icon[data-status="5"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="5"]:before {
  width: 100%;
}
.uno-productsIndex .productsList__tag {
  margin-top: 5%;
  padding: 0 6.25%;
  font-size: 12px;
  overflow: hidden;
  vertical-align: top;
}
.uno-productsIndex .productsList__tag__items {
  font-size: 0;
  margin: 0 0 -5px -5px;
}
.uno-productsIndex .productsList__tag__item {
  display: inline-block;
  font-size: 11px;
  min-width: 33.33%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  padding-left: 5px;
  margin-bottom: 5px;
}
.uno-productsIndex .productsList__tag__item span {
  border: solid 2px #a9a9a9;
  color: #a9a9a9;
  display: block;
  padding: 0 3px;
}
.uno-productsIndex .productsList__tag__item.is-long {
  width: 66.6%;
}
.uno-productsIndex .productsList__tag__item.is-on span {
  border-color: #535353;
  background-color: #535353;
  color: #fff;
}
.uno-productsIndex .productsList__tag__item.productsList__tag__item--hot span {
  border-color: #cc0000;
  background-color: #cc0000;
  color: #fff;
}
.uno-productsIndex .productsList__tag__item.productsList__tag__item--sCool span {
  border-color: #075ad3;
  background-color: #075ad3;
  color: #fff;
}
.uno-productsIndex .productsList__tag__item.productsList__tag__item--cool span {
  border-color: #0096e2;
  background-color: #0096e2;
  color: #fff;
}
.uno-productsIndex .productsList__tag__item.productsList__tag__item--mild span {
  border-color: #00a9a3;
  background-color: #00a9a3;
  color: #fff;
}
.uno-productsIndex .productsList__tag__item.productsList__tag__item--scrub span {
  border-color: #76cefa;
  background-color: #76cefa;
  color: #fff;
}
.uno-productsIndex .productsList__tag__item.productsList__tag__item--extreme span {
  border-color: #dfd451;
  background-color: #dfd451;
  color: #fff;
}
.uno-productsIndex .productsList__tag__item.productsList__tag__item--skin span {
  border-color: #ffd6ba;
  background-color: #ffd6ba;
  color: #000;
}
.uno-productsIndex .tagExpList {
  margin-bottom: 60px;
}
.uno-productsIndex .tagExpList__items {
  text-align: left;
  max-width: 636px;
  margin: 0 auto;
  font-size: 0;
  line-height: 1.5;
  margin-bottom: 3px;
}
.uno-productsIndex .tagExpList__dt {
  display: inline-block;
  font-size: 14px;
  width: 76px;
  text-align: left;
}
.uno-productsIndex .tagExpList__dd {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  background-color: #535353;
  text-align: center;
  margin-left: 4px;
  padding: 2px 10px;
}
.uno-productsIndex .tagExpList--sCool {
  background-color: #075ad3;
}
.uno-productsIndex .tagExpList--cool {
  background-color: #0096e2;
}
.uno-productsIndex .tagExpList--mild {
  background-color: #00a9a3;
}
.uno-productsIndex .tagExpList--hot {
  background-color: #cc0000;
}
.uno-productsIndex .tagExpList--scrub {
  background-color: #76cefa;
}

@media only screen and (max-width: 900px) {
  .uno-productsIndex .localNav__item {
    min-width: 35%;
    padding: 0 2% 30px;
  }
}
@media only screen and (max-width:770px) {
  .uno-productsIndex .keyVisual {
    background-size: auto 225px;
  }
  .uno-productsIndex .keyVisual__bg {
    width: 780px;
    padding-bottom: 225px;
    background-size: auto 100%;
    left: 50%;
    margin-left: -390px;
    transform: translateY(-45px);
  }
  .uno-productsIndex .keyVisual__inner {
    width: 100%;
    padding-bottom: 0%;
    height: 180px;
    position: relative;
    overflow: hidden;
  }
  .uno-productsIndex .localNav {
    max-width: 80%;
    padding: 0 5% 5px;
  }
  .uno-productsIndex .localNav__items {
    margin: 20px -20px;
  }
  .uno-productsIndex .localNav__item {
    display: block;
    font-size: 1.7em;
    font-size: 3.4vw;
    min-width: 48%;
    text-align: center;
    margin: auto;
    padding: 0 0px 1.5em 0;
  }
  .uno-productsIndex .localNav__item a:after {
    top: 0.15em;
  }
  .uno-productsIndex .headingType01 {
    margin-top: -25px;
  }
  .uno-productsIndex .lineupSection {
    padding: 10px 0 40px;
  }
  .uno-productsIndex .lineupSection__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 3%;
  }
  .uno-productsIndex .lineupSection__lead {
    font-size: 14px;
    margin-bottom: 5%;
  }
  .uno-productsIndex .lineupSection__pdfLink {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .uno-productsIndex .lineupSection__pdfLink a {
    font-size: 11px;
    padding-left: 25px;
  }
  .uno-productsIndex .lineupSection__pdfLink a:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin-top: -10px;
  }
  .uno-productsIndex .productsList {
    margin: 0 -10px;
  }
  .uno-productsIndex .productsList__items {
    overflow: hidden;
    margin-left: -4%;
  }
  .uno-productsIndex .productsList__item {
    width: 50%;
    padding-left: 4%;
    padding-bottom: 5.5%;
    float: left;
    box-sizing: border-box;
  }
  .uno-productsIndex .productsList__item:nth-child(3n+1) {
    clear: none;
  }
  .uno-productsIndex .productsList__item:nth-child(2n+1) {
    clear: left;
  }
  .uno-productsIndex .productsList__item.is-new a:after,
.uno-productsIndex .productsList__item.is-new a:before, .uno-productsIndex .productsList__item .is-limited a:after,
.uno-productsIndex .productsList__item .is-limited a:before {
    width: 35px;
    height: 15px;
    left: 4px;
    background-size: 35px 15px;
  }
  .uno-productsIndex .productsList__item.is-new.is-limited a:after, .uno-productsIndex .productsList__item .is-limited.is-limited a:after {
    background-size: 35px 15px;
  }
  .uno-productsIndex .productsList__item.is-new.is-limited.is-reservation a:after, .uno-productsIndex .productsList__item .is-limited.is-limited.is-reservation a:after {
    background-size: 35px 60px;
  }
  .uno-productsIndex .productsList__item.is-new.is-limited a:before, .uno-productsIndex .productsList__item.is-new.is-limited7 a:before, .uno-productsIndex .productsList__item.is-new.is-online a:before, .uno-productsIndex .productsList__item .is-limited.is-limited a:before, .uno-productsIndex .productsList__item .is-limited.is-limited7 a:before, .uno-productsIndex .productsList__item .is-limited.is-online a:before {
    width: 35px;
    height: 15px;
    left: 4px;
    top: 18px;
  }
  .uno-productsIndex .productsList__item.is-new.is-glossy a:before, .uno-productsIndex .productsList__item .is-limited.is-glossy a:before {
    top: 18px;
  }
  .uno-productsIndex .productsList__item.is-new.is-natural a:before, .uno-productsIndex .productsList__item .is-limited.is-natural a:before {
    top: 18px;
  }
  .uno-productsIndex .productsList__item.is-natural a:before, .uno-productsIndex .productsList__item.is-glossy a:before {
    width: 35px;
    height: 15px;
    left: 4px;
    background-size: 35px 15px;
  }
  .uno-productsIndex .productsList__item__thumb {
    padding: 0 0;
  }
  .uno-productsIndex .productsList__item__txtBox {
    padding: 0 15px 0 0;
  }
  .uno-productsIndex .productsList__item__txtBox:after {
    width: 9px;
    height: 14px;
    right: 0px;
    margin-top: -7px;
    background: url(../img/icon_arrow_01_s.png) no-repeat left center;
    background-size: 9px 14px;
  }
  .uno-productsIndex .productsList__item__category {
    font-size: 10px;
  }
  .uno-productsIndex .productsList__item__name {
    font-size: 14px;
    min-height: 3em;
  }
  .uno-productsIndex .productsList__item__name__small {
    display: inline-block;
    font-size: 12px;
    margin-left: 0.5em;
  }
  .uno-productsIndex .productsList__status,
.uno-productsIndex .productsList__colorlevel {
    margin-top: 3%;
    padding: 0;
  }
  .uno-productsIndex .productsList__status__item,
.uno-productsIndex .productsList__colorlevel__item {
    margin-bottom: 4px;
    font-size: 10px;
    overflow: hidden;
    vertical-align: middle;
  }
  .uno-productsIndex .productsList__status__category,
.uno-productsIndex .productsList__colorlevel__category {
    display: block;
    width: 58px;
    text-align: center;
    float: left;
    line-height: 1.5;
    vertical-align: middle;
  }
  .uno-productsIndex .productsList__colorlevel__category:after {
    right: -9.5em;
  }
  .uno-productsIndex .productsList__status__icon,
.uno-productsIndex .productsList__colorlevel__icon {
    width: 75px;
    height: 11px;
    background: url(../../products/img/icon_status_s.png) no-repeat left top;
    margin-left: 8px;
    margin-top: 1px;
  }
  .uno-productsIndex .productsList__status__icon:before,
.uno-productsIndex .productsList__colorlevel__icon:before {
    background: url(../../products/img/icon_status_s.png) no-repeat left bottom;
  }
  .uno-productsIndex .productsList__status__icon[data-status="0.5"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="0.5"]:before {
    width: 5.5px;
  }
  .uno-productsIndex .productsList__status__icon[data-status="1"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="1"]:before {
    width: 16px;
  }
  .uno-productsIndex .productsList__status__icon[data-status="1.5"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="1.5"]:before {
    width: 21.5px;
  }
  .uno-productsIndex .productsList__status__icon[data-status="2"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="2"]:before {
    width: 32px;
  }
  .uno-productsIndex .productsList__status__icon[data-status="2.5"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="2.5"]:before {
    width: 37.5px;
  }
  .uno-productsIndex .productsList__status__icon[data-status="3"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="3"]:before {
    width: 48px;
  }
  .uno-productsIndex .productsList__status__icon[data-status="3.5"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="3.5"]:before {
    width: 53.5px;
  }
  .uno-productsIndex .productsList__status__icon[data-status="4"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="4"]:before {
    width: 64px;
  }
  .uno-productsIndex .productsList__status__icon[data-status="4.5"]:before,
.uno-productsIndex .productsList__colorlevel__icon[data-status="4.5"]:before {
    width: 69.5px;
  }
  .uno-productsIndex .productsList__tag {
    margin-top: 5%;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
  }
  .uno-productsIndex .productsList__tag + .productsList__colorlevel {
    margin-top: 5%;
  }
  .uno-productsIndex .productsList__tag__items {
    margin: 0 0 -3px -3px;
  }
  .uno-productsIndex .productsList__tag__item {
    font-size: 10px;
    min-width: 50%;
    padding-left: 3px;
    margin-bottom: 3px;
  }
  .uno-productsIndex .productsList__tag__item span {
    border: solid 2px #a9a9a9;
    display: block;
    padding: 0 1px;
  }
  .uno-productsIndex .productsList__tag__item.is-long {
    min-width: 100%;
  }
  .uno-productsIndex .tagExpList {
    margin-bottom: 60px;
  }
  .uno-productsIndex .tagExpList__items {
    text-align: center;
    margin-bottom: 8px;
  }
  .uno-productsIndex .tagExpList__dt {
    display: block;
    font-size: 13px;
    text-align: center;
    margin: 0 auto 5px;
  }
  .uno-productsIndex .tagExpList__dd {
    display: inline-block;
    font-size: 10px;
    text-align: center;
    margin: 0 2px 6px;
    padding: 2px 10px;
  }
}
@media only screen and (max-width: 500px) {
  .uno-productsIndex .keyVisual__bg {
    padding-bottom: 240px;
    background: url(../../products/img/bg_kv_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 460px) {
  .uno-productsIndex .tagExpList__items:first-child {
    max-width: 320px;
  }
}
/*-----------------------------------
・feature_care.scssをベースに作成

・"feature-wax"用(制作期間からfeature-jellyと切り離し)
・

*memo
$breakPoint00: "only screen and (min-width:1260px)";
$breakPoint01: "only screen and (max-width:900px)";
$breakPoint01_02: "only screen and (max-width:850px)";
$breakPoint02: "only screen and (max-width:770px)";
$breakPoint04: "only screen and (max-width:480px)";
$breakPoint05: "only screen and (max-width:320px)";
==>$breakPoint05を375pxに変更
-----------------------------------*/
.uno-featureIndex .sectionBox05, .uno-featureIndex .sectionBox03, .uno-featureIndex .sectionBox02, .uno-featureIndex .sectionBox01__line {
  transform: skewY(-4.5deg);
}
.uno-featureIndex .sectionBox05 _:-ms-lang(x), .uno-featureIndex .sectionBox03 _:-ms-lang(x), .uno-featureIndex .sectionBox02 _:-ms-lang(x), .uno-featureIndex .sectionBox01__line _:-ms-lang(x), .uno-featureIndex .sectionBox05, .uno-featureIndex .sectionBox03, .uno-featureIndex .sectionBox02, .uno-featureIndex .sectionBox01__line {
  transform: skewY(0);
}

.uno-featureIndex .sectionBox05__inner, .uno-featureIndex .sectionBox03__inner, .uno-featureIndex .sectionBox02__inner {
  transform: skewY(4.5deg);
}
.uno-featureIndex .sectionBox05__inner _:-ms-lang(x), .uno-featureIndex .sectionBox03__inner _:-ms-lang(x), .uno-featureIndex .sectionBox02__inner _:-ms-lang(x), .uno-featureIndex .sectionBox05__inner, .uno-featureIndex .sectionBox03__inner, .uno-featureIndex .sectionBox02__inner {
  transform: skewY(0);
}

.uno-featureIndex .sec04in__imgArea__item__img img, .uno-featureIndex .sec03data__seen__img img, .uno-featureIndex .productTopic__inner__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.uno-featureIndex {
  /*page common
  ---------------------*/
}
.uno-featureIndex .sp-320break {
  display: none;
}
.uno-featureIndex .l-wrapper img[src$=".svg"] {
  max-width: 100%;
  height: auto;
}
.uno-featureIndex .uno-productsIndex {
  max-width: 960px;
  margin: auto;
}
.uno-featureIndex .productTopic__inner {
  overflow: hidden;
  max-width: 760px;
  padding: 0 80px;
}
.uno-featureIndex .productTopic__inner__img {
  max-width: 280px;
  width: 40%;
  float: left;
  margin: 0 35px 40px 0;
}
.uno-featureIndex .productTopic__inner__iconlist {
  position: relative;
  overflow: hidden;
  border-collapse: separate;
  display: table;
  border-spacing: 10px;
  margin-bottom: 15px;
}
.uno-featureIndex .productTopic__inner__iconlist .iconlist__item {
  display: table-cell;
  border-radius: 100%;
  color: #ffffff;
  background-color: #000;
  box-shadow: 4px 5px #000;
  width: 4rem;
  height: 4rem;
  text-align: center;
  vertical-align: middle;
}
.uno-featureIndex .productTopic__inner__title {
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.uno-featureIndex .productTopic__inner__title span {
  display: block;
  font-size: 200%;
  margin-bottom: 12px;
}
.uno-featureIndex .productTopic__inner__title small {
  font-size: 100%;
}
.uno-featureIndex .productTopic__inner__txt {
  line-height: 2;
}
.uno-featureIndex .productTopic__inner__wordlist {
  display: table;
}
.uno-featureIndex .productTopic__inner__wordlist .wordlist__item + .wordlist__item {
  margin-top: 15px;
}
.uno-featureIndex .productTopic__inner__wordlist + .productTopic__inner__btn01 {
  margin-top: 35px;
}
.uno-featureIndex .productTopic__inner__btn {
  clear: both;
  display: table;
  margin: auto;
}
.uno-featureIndex .productTopic__inner__btn02 {
  position: relative;
  display: table;
  margin-top: 30px;
  font-size: 20px;
}
.uno-featureIndex .productTopic__inner__btn02 span {
  margin-right: 25px;
  transition-duration: 0.2s;
}
.uno-featureIndex .productTopic__inner__btn02:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -6px;
  right: 0;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transition-duration: 0.2s;
}
.uno-featureIndex .productTopic__inner__btn02:hover span {
  color: #cd0000;
}
.uno-featureIndex .productTopic__inner__btn02:hover:after {
  border-color: #cd0000;
}
.uno-featureIndex .productsList {
  margin: 140px auto 100px;
}
.uno-featureIndex .lineupSection__title {
  margin-bottom: 90px;
}
.uno-featureIndex .sectionBox01 {
  position: relative;
  background-size: auto 100%;
}
.uno-featureIndex .sectionBox01__inner {
  position: relative;
  overflow: hidden;
  padding: 0 0 37.941%;
  margin-bottom: -7%;
}
.uno-featureIndex .keyVisual__bg {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 42%;
  background: url(../../feature/uno_wax_series/img/sec01_img.jpg) no-repeat center top, url(../../feature/uno_wax_series/img/sec01_bg.png) repeat-x center top;
  background-size: auto 100%, 100% 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-45px);
}
.uno-featureIndex .sectionBox01__line {
  position: relative;
  z-index: 2;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 25px 0 20px;
}
.uno-featureIndex .sectionBox01__inner__product {
  position: absolute;
  left: 0;
  right: 0;
  top: 43%;
  width: 65%;
  margin: auto;
}
.uno-featureIndex .sectionBox01__inner__product__item {
  width: 18%;
  float: left;
}
.uno-featureIndex .sectionBox01__inner__product__item + .sectionBox01__inner__product__item {
  margin-left: 2%;
}
.uno-featureIndex .sectionBox01__inner__product__item img {
  max-width: 100%;
  height: auto;
}
.uno-featureIndex .sectionBox01__inner__product__item:nth-child(odd) {
  margin-top: 2%;
  -webkit-animation: fadeInDown 1.5s ease both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.uno-featureIndex .sectionBox01__inner__product__item:nth-child(even) {
  -webkit-animation: fadeInDown 1s ease both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.uno-featureIndex .sectionBox01__inner__product__item:nth-child(1) {
  margin-top: 4%;
}
.uno-featureIndex .sectionBox01__inner__title {
  max-width: 670px;
  margin: 0 auto 10px;
}
.uno-featureIndex .sectionBox01__inner__lead {
  font-weight: bold;
  font-size: 172%;
}
.uno-featureIndex .sectionBox02 {
  overflow: hidden;
  position: relative;
  background: #fff;
}
.uno-featureIndex .sectionBox02__inner {
  margin: 9% auto;
  max-width: 920px;
}
.uno-featureIndex .sec02in01__ttl {
  font-size: 315%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
.uno-featureIndex .sec02in01__txt {
  line-height: 2;
}
.uno-featureIndex .sec02in02__ttl {
  font-size: 215%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
.uno-featureIndex .sec02in02__txt {
  font-weight: bold;
  line-height: 2;
}
.uno-featureIndex .sec02in02__note {
  line-height: 2;
}
.uno-featureIndex .sec02in02__note + .sec02in02__txt {
  margin-top: 35px;
}
.uno-featureIndex .sectionBox02__line {
  display: block;
  position: relative;
  background: #000 url(../../feature/uno_wax_series/img/sec02_img.jpg) no-repeat center 38%;
  padding-top: 25%;
}
.uno-featureIndex .sectionBoxLast {
  margin-top: 105px;
}
.uno-featureIndex .sectionBoxLast__ttl {
  clear: both;
  text-align: center;
  font-size: 215%;
  font-weight: bold;
  margin-bottom: 60px;
}
.uno-featureIndex .sectionBox03 {
  overflow: hidden;
  position: relative;
}
.uno-featureIndex .sectionBox03__inner {
  position: relative;
}
.uno-featureIndex .sectionBox03__inner--wrap01 {
  position: relative;
  overflow: hidden;
  background: #efefef;
  background: linear-gradient(to bottom, #efefef 0%, #d6d6d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#efefef", endColorstr="#d6d6d1",GradientType=0 );
}
.uno-featureIndex .sectionBox03__inner--wrap02 {
  position: relative;
  overflow: hidden;
  background: #efefef;
  background: linear-gradient(to bottom, #efefef 0%, #d6d6d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#efefef", endColorstr="#d6d6d1",GradientType=0 );
}
.uno-featureIndex .sectionBox03__inner--wrap03 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #6d6d68 0%, #9b9b97 49%, #9b9b97 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6d6d68", endColorstr="#9b9b97",GradientType=0 );
}
.uno-featureIndex .sectionBox03__inner__img {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.uno-featureIndex .sectionBox03__inner__img img {
  min-height: 898px;
  width: auto;
}
.uno-featureIndex .sec03in01 {
  padding: 175px 0 230px;
}
.uno-featureIndex .sec03in01 .sec03data__ttl {
  border-color: #cc0000;
}
.uno-featureIndex .sec03in01 .sec03data__list dd.is-on {
  background: #cc0000;
}
.uno-featureIndex .sec03in01 .sec03data__list dd.is-half:before, .uno-featureIndex .sec03in01 .sec03data__list dd.is-half--b:before {
  background: #cc0000;
}
.uno-featureIndex .sec03in01__ttl {
  text-align: right;
  max-width: 800px;
  position: absolute;
  top: 2.5%;
  left: 6.5%;
  right: 0;
  margin: auto;
  padding: 0 20px;
  z-index: -2;
}
.uno-featureIndex .sec03in01__ttl img {
  max-width: 800px;
}
.uno-featureIndex .sec03in01__img {
  margin-left: -60px;
}
.uno-featureIndex .sec03in02 {
  padding: 190px 0 105px;
}
.uno-featureIndex .sec03in02 .sectionBox03__inner__dataArea {
  margin: 0;
}
.uno-featureIndex .sec03in02 .sec03data__ttl {
  border-color: #9f9fa0;
}
.uno-featureIndex .sec03in02 .sec03data__list dd.is-on {
  background: #9f9fa0;
}
.uno-featureIndex .sec03in02 .sec03data__list dd.is-half:before, .uno-featureIndex .sec03in02 .sec03data__list dd.is-half--b:before {
  background: #9f9fa0;
}
.uno-featureIndex .sec03in02__ttl {
  max-width: 960px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 40px;
  z-index: -2;
}
.uno-featureIndex .sec03in02__ttl img {
  width: 80%;
  max-width: 640px;
}
.uno-featureIndex .sec03in03 {
  padding: 175px 0 230px;
}
.uno-featureIndex .sec03in03 .sec03data__ttl {
  border-color: #0759d4;
}
.uno-featureIndex .sec03in03 .sec03data__list dd.is-on {
  background: #0759d4;
}
.uno-featureIndex .sec03in03 .sec03data__list dd.is-half:before, .uno-featureIndex .sec03in03 .sec03data__list dd.is-half--b:before {
  background: #0759d4;
}
.uno-featureIndex .sec03in03__ttl {
  text-align: right;
  max-width: 960px;
  position: absolute;
  top: 2.5%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
  z-index: -2;
}
.uno-featureIndex .sec03in03__ttl img {
  width: 80%;
  max-width: 730px;
}
.uno-featureIndex .sec03in03__img {
  right: 8%;
  left: -8%;
}
.uno-featureIndex .sec03in04 {
  padding: 160px 0;
}
.uno-featureIndex .sec03in04 .sectionBox03__inner__img {
  left: 20%;
}
.uno-featureIndex .sec03in04 .sectionBox03__inner__dataArea {
  margin: 0;
}
.uno-featureIndex .sec03in04 .sec03data__product {
  top: 0;
  right: -40px;
  width: 42%;
}
.uno-featureIndex .sec03in04 .sec03data__ttl {
  border-color: #08d4ce;
}
.uno-featureIndex .sec03in04 .sec03data__list dd.is-on {
  background: #08d4ce;
}
.uno-featureIndex .sec03in04 .sec03data__list dd.is-half:before, .uno-featureIndex .sec03in04 .sec03data__list dd.is-half--b:before {
  background: #08d4ce;
}
.uno-featureIndex .sec03in04__ttl {
  max-width: 960px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
  z-index: -2;
}
.uno-featureIndex .sec03in04__ttl img {
  width: 80%;
  max-width: 620px;
}
.uno-featureIndex .sec03in05 {
  color: #fff;
  padding: 190px 0 105px;
}
.uno-featureIndex .sec03in05 .sectionBox03__inner__img {
  top: 12%;
  left: 20%;
}
.uno-featureIndex .sec03in05 .sectionBox03__inner__dataArea {
  margin: 0;
}
.uno-featureIndex .sec03in05 .sec03data__ttl {
  color: #fff;
  border-color: #bca849;
}
.uno-featureIndex .sec03in05 .sec03data__list .detail {
  border: none;
  text-align: right;
  font-size: 12px;
}
.uno-featureIndex .sec03in05 .sec03data__list dt {
  border: 2px solid #fff;
  border-bottom: none;
}
.uno-featureIndex .sec03in05 .sec03data__list dd {
  border: 2px solid #fff;
}
.uno-featureIndex .sec03in05 .sec03data__list dd.is-on {
  background: #bca849;
}
.uno-featureIndex .sec03in05 .sec03data__list dd.is-half:before, .uno-featureIndex .sec03in05 .sec03data__list dd.is-half--b:before {
  background: #bca849;
}
.uno-featureIndex .sec03in05__ttl {
  max-width: 960px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px 40px;
  z-index: -2;
}
.uno-featureIndex .sec03in05__ttl img {
  width: 80%;
  max-width: 640px;
}
.uno-featureIndex .sectionBox03__inner__dataArea--wrap {
  position: relative;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 2;
  max-width: 880px;
  margin: auto;
  padding: 20px;
}
.uno-featureIndex .sectionBox03__inner__dataArea {
  position: relative;
  right: 0;
  width: 57%;
  max-width: 500px;
  margin: auto 0 0 auto;
}
.uno-featureIndex .sec03data__ttl {
  font-weight: bold;
  font-size: 200%;
  border-left: 4px solid;
  line-height: 1;
  padding: 0 0 0 20px;
  margin-bottom: 15px;
}
.uno-featureIndex .sec03data__ttl small {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}
.uno-featureIndex .sec03data__txt {
  width: 65%;
  font-size: 93%;
  line-height: 2;
  margin-bottom: 15px;
}
.uno-featureIndex .sec03data__product {
  position: absolute;
  top: -20px;
  right: -30px;
  width: 40%;
}
.uno-featureIndex .sec03data__product img {
  max-width: 100%;
  height: auto;
}
.uno-featureIndex .sec03data__list {
  float: left;
  position: relative;
  overflow: hidden;
  width: 49%;
}
.uno-featureIndex .sec03data__list + .sec03data__list {
  margin-left: 2%;
}
.uno-featureIndex .sec03data__list--wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.uno-featureIndex .sec03data__list dt {
  display: block;
  text-align: center;
  border: 2px solid #000;
  border-bottom: none;
  padding: 4px 0 3px;
}
.uno-featureIndex .sec03data__list dd {
  position: relative;
  display: table-cell;
  text-align: center;
  width: 20%;
  border: 2px solid #000;
  padding: 4px 0 3px;
}
.uno-featureIndex .sec03data__list dd + dd {
  border-left: none;
}
.uno-featureIndex .sec03data__list dd.is-on {
  background: #000;
}
.uno-featureIndex .sec03data__list dd.is-half:before, .uno-featureIndex .sec03data__list dd.is-half--b:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  background: #000;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.uno-featureIndex .sec03data__list dd.is-half--b:before {
  left: auto;
  right: 0;
}
.uno-featureIndex .sec03data__seen {
  margin: 30px auto;
}
.uno-featureIndex .sec03data__seen__ttl {
  font-weight: bold;
  font-size: 129%;
  margin: 0 auto 15px;
}
.uno-featureIndex .sec03data__seen__img {
  width: 100%;
  margin: 0 auto 15px;
}
.uno-featureIndex .sec03data__btn01, .uno-featureIndex .sec03data__btn02 {
  width: 48%;
}
.uno-featureIndex .sec03data__btn01 span img, .uno-featureIndex .sec03data__btn02 span img {
  max-width: 115%;
}
.uno-featureIndex .sec03data__btn01 + .sec03data__btn02 {
  margin-left: 2%;
}
.uno-featureIndex .sectionBox04 {
  position: relative;
  max-width: 880px;
  padding: 105px 20px;
  margin: auto;
}
.uno-featureIndex .sec04in__ttl {
  font-weight: bold;
  font-size: 215%;
  text-align: center;
  margin-bottom: 60px;
}
.uno-featureIndex .sec04in__txt {
  line-height: 2;
  font-weight: bold;
}
.uno-featureIndex .sec04in__note {
  line-height: 2;
}
.uno-featureIndex .sec04in__note + .sec04in__txt {
  margin-top: 35px;
}
.uno-featureIndex .sec04in__imgArea {
  overflow: hidden;
  margin-top: 75px;
}
.uno-featureIndex .sec04in__imgArea__item {
  float: left;
  width: 49%;
}
.uno-featureIndex .sec04in__imgArea__item + .sec04in__imgArea__item {
  margin-left: 2%;
}
.uno-featureIndex .sec04in__imgArea__item__img {
  float: right;
  width: 40%;
  margin-bottom: 20px;
}
.uno-featureIndex .sec04in__imgArea__item__txtArea {
  float: left;
  width: 55%;
}
.uno-featureIndex .sec04in__imgArea__item__txtArea__ttl {
  font-weight: bold;
  font-size: 115%;
  margin-bottom: 10px;
}
.uno-featureIndex .sec04in__imgArea__item__bar {
  clear: both;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 115%;
  line-height: 1.4;
  padding: 5px;
}
.uno-featureIndex .sec04in__imgArea__item__note {
  clear: both;
  display: block;
  font-size: 72%;
  text-indent: -1rem;
  padding: 10px 0;
  margin: 0 0 0 1rem;
}
.uno-featureIndex .sectionBox05 {
  display: block;
  position: relative;
  background: #000;
  padding: 105px 0 75px;
}
.uno-featureIndex .sectionBox05__inner {
  text-align: center;
  color: #fff;
}
.uno-featureIndex .sec05in__ttl {
  font-weight: bold;
  font-size: 215%;
  margin-bottom: 35px;
}
.uno-featureIndex .sec05in__txt {
  font-size: 129%;
  margin-bottom: 40px;
}
.uno-featureIndex .sec05in__img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width:900px) {
  .uno-featureIndex .productTopic + .productsList {
    margin-top: 80px;
  }
  .uno-featureIndex .productTopic__inner {
    text-align: center;
  }
  .uno-featureIndex .productTopic__inner__img {
    width: auto;
    float: none;
    text-align: center;
    max-width: 55%;
    margin: 0 auto 30px;
    padding: 0 90px;
  }
  .uno-featureIndex .productTopic__inner__img img {
    width: auto;
  }
  .uno-featureIndex .productTopic__inner__txt, .uno-featureIndex .productTopic__inner__title {
    text-align: left;
    margin: 0 auto 20px;
  }
  .uno-featureIndex .productTopic__inner__btn {
    margin: auto;
  }
  .uno-featureIndex .productTopic__inner__btn span img {
    height: 20px;
  }
  .uno-featureIndex .lineupSection__title {
    margin-bottom: 40px;
  }
  .uno-featureIndex .sectionBox01__inner__title {
    margin: 0 auto 5px;
    padding: 0 20px;
  }
  .uno-featureIndex .sectionBox01__line {
    padding: 20px 0 15px;
  }
  .uno-featureIndex .sectionBox01__inner__lead {
    font-size: 129%;
  }
  .uno-featureIndex .sec04in__imgArea__item {
    float: none;
    display: block;
    width: 100%;
  }
  .uno-featureIndex .sec04in__imgArea__item + .sec04in__imgArea__item {
    margin-left: 0;
    margin-top: 25px;
  }
  .uno-featureIndex .sec04in__imgArea__item + .sec04in__imgArea__item .sec04in__imgArea__item__img {
    margin: 15px auto;
  }
  .uno-featureIndex .sec04in__imgArea__item + .sec04in__imgArea__item .sec04in__imgArea__item__img img {
    max-width: 90%;
  }
  .uno-featureIndex .sectionBox02__inner {
    padding: 0 20px;
  }
  .uno-featureIndex .sec03data__list {
    font-size: 86%;
  }
  .uno-featureIndex .sectionBox03__inner__dataArea {
    background: rgba(255, 255, 255, 0.5);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3ffffff", endColorstr="#ffffff",GradientType=0 );
    padding: 20px 10px;
  }
  .uno-featureIndex .sec03in02 .sectionBox03__inner__img {
    right: 15%;
    left: -15%;
  }
  .uno-featureIndex .sec03in03 .sectionBox03__inner__img {
    right: 0;
    left: -25%;
  }
  .uno-featureIndex .sec03in04 .sectionBox03__inner__img {
    right: 15%;
    left: 0;
    bottom: -3%;
  }
  .uno-featureIndex .sec03in05 .sectionBox03__inner__dataArea {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, #212121 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc000000", endColorstr="#212121",GradientType=0 );
  }
  .uno-featureIndex .sec03in05 .sectionBox03__inner__img {
    right: 0;
    left: 3%;
    top: 17%;
  }
  .uno-featureIndex .sec03in05 .sec03in05__ttl {
    text-align: center;
  }
  .uno-featureIndex .sec03in05 .sec03in05__ttl img {
    width: 100%;
  }
  .uno-featureIndex .sec04in__imgArea__item__txtArea {
    float: none;
    display: block;
    width: 100%;
  }
  .uno-featureIndex .sec04in__imgArea__item__img {
    float: none;
    display: block;
    width: 45%;
    text-align: center;
    margin: 5px auto;
  }
  .uno-featureIndex .sec04in__imgArea__item__img img {
    width: auto;
    max-width: 45%;
    height: auto;
  }
  .uno-featureIndex .sec04in__imgArea__item__bar {
    font-size: 100%;
    padding: 10px 0;
  }
  .uno-featureIndex .sectionBox05__inner {
    padding: 0 20px;
  }
  .uno-featureIndex .sectionBoxLast {
    margin-top: 12.5%;
    padding: 0 20px;
  }
}
@media only screen and (max-width:770px) {
  .uno-featureIndex .productTopic__inner {
    padding: 0 20px;
    margin-bottom: 70px;
  }
  .uno-featureIndex .productTopic__inner__title span {
    font-size: 150%;
  }
  .uno-featureIndex .uno-productsIndex {
    padding: 25px 20px 0;
    margin: 55px auto 0;
  }
  .uno-featureIndex .uno-productsIndex .productTopic__inner {
    padding: 0;
  }
  .uno-featureIndex .productTopic__inner__img {
    padding: 0;
  }
  .uno-featureIndex .productTopic__inner__wordlist {
    width: 100%;
    max-width: 400px;
  }
  .uno-featureIndex .productTopic__inner__wordlist .wordlist__item + .wordlist__item {
    margin-top: 5px;
  }
  .uno-featureIndex .sec02in01__ttl, .uno-featureIndex .sec02in02__ttl, .uno-featureIndex .sec04in__ttl, .uno-featureIndex .sec05in__ttl {
    font-size: 150%;
    margin-bottom: 30px;
  }
  .uno-featureIndex .sectionBox01 {
    background-size: auto 120%;
    min-height: 0;
  }
  .uno-featureIndex .sectionBox01__inner {
    padding-bottom: 68%;
    margin-bottom: -16%;
  }
  .uno-featureIndex .keyVisual__bg {
    background-image: url(../../feature/uno_wax_series/img/sec01_img_sp.jpg);
    padding-bottom: 75%;
    margin-top: -5%;
  }
  .uno-featureIndex .sectionBox01__inner__product {
    width: 92%;
    margin: -2% auto;
  }
  .uno-featureIndex .sectionBox01__inner__product__item {
    width: 20.5%;
  }
  .uno-featureIndex .sectionBox01__inner__product__item + .sectionBox01__inner__product__item {
    margin-left: -1%;
  }
  .uno-featureIndex .sectionBox01__inner__product__item:nth-child(odd) {
    margin-top: 5%;
  }
  .uno-featureIndex .sectionBox01__inner__product__item:nth-child(1) {
    margin-top: 8%;
  }
  .uno-featureIndex .sectionBox01__inner__lead {
    font-size: 115%;
  }
  .uno-featureIndex .sectionBox01__inner__title {
    margin-left: -5px;
  }
  .uno-featureIndex .sectionBox02__inner {
    padding: 20px;
  }
  .uno-featureIndex .sectionBox02__line {
    background: #000 url(../../feature/uno_wax_series/img/sec02_img.jpg) no-repeat 70% 38%;
    padding-top: 75%;
    background-size: auto 130%;
  }
  .uno-featureIndex .sectionBox03__inner__img {
    bottom: auto;
    top: 8.5%;
    right: 0;
    margin: auto;
  }
  .uno-featureIndex .sectionBox03__inner__img img {
    max-width: 100%;
    min-height: 0;
    height: auto;
  }
  .uno-featureIndex .sectionBox03__inner__dataArea {
    margin: 0;
    width: auto;
    max-width: 100%;
  }
  .uno-featureIndex .sec03data--tri {
    overflow: hidden;
    padding-top: 12.5%;
    position: relative;
    margin: -1px auto 0;
  }
  .uno-featureIndex .sec03data--tri:after {
    content: "";
    display: block;
    position: absolute;
    top: -50%;
    left: -10%;
    width: 120%;
    background: #fff;
    transform: rotate(-4.5deg);
    padding-bottom: 10.5%;
  }
  .uno-featureIndex .sec03data__ttl {
    font-size: 21px;
    padding: 0 0 0 12px;
  }
  .uno-featureIndex .sec03data__ttl small {
    font-size: 10px;
  }
  .uno-featureIndex .sec03data__txt {
    font-size: 86%;
    width: 100%;
  }
  .uno-featureIndex .sec03data__product {
    top: 0;
    right: -10px;
    width: 40%;
    margin-top: -80px;
    max-width: 170px;
  }
  .uno-featureIndex .sec03data__list {
    font-size: 93%;
    float: none;
    width: auto;
  }
  .uno-featureIndex .sec03data__list dd {
    padding: 8px 0 6px;
    width: 1%;
  }
  .uno-featureIndex .sec03data__list + .sec03data__list {
    margin-top: 15px;
    margin-left: 0;
  }
  .uno-featureIndex .sec03data__seen {
    margin: 20px auto;
  }
  .uno-featureIndex .sec03data__seen__ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .uno-featureIndex .sec03data__seen__img {
    margin: 15px auto 5px;
  }
  .uno-featureIndex .sec03data__seen__txt {
    font-size: 86%;
    line-height: 2;
  }
  .uno-featureIndex .sec03data__btn01, .uno-featureIndex .sec03data__btn02 {
    display: block;
    min-width: 180px;
    max-width: 230px;
    width: 60%;
    margin: auto;
  }
  .uno-featureIndex .sec03data__btn01 span img, .uno-featureIndex .sec03data__btn02 span img {
    height: 15px;
  }
  .uno-featureIndex .sec03data__btn01 + .sec03data__btn02, .uno-featureIndex .sec03data__btn02 + .sec03data__btn02 {
    margin-top: 15px;
    margin-left: auto;
  }
  .uno-featureIndex .sec03in01 {
    padding: 100% 0 45px;
  }
  .uno-featureIndex .sec03in01 .sec03in01__ttl {
    text-align: center;
    top: 2.5%;
    left: 0;
    right: 0;
  }
  .uno-featureIndex .sec03in02 {
    padding: 90% 0 45px;
  }
  .uno-featureIndex .sec03in02 .sec03in02__ttl {
    text-align: center;
  }
  .uno-featureIndex .sec03in02 .sec03in02__ttl img {
    width: 100%;
  }
  .uno-featureIndex .sec03in02 .sectionBox03__inner__img {
    top: 7.5%;
    right: 0;
    left: 0;
  }
  .uno-featureIndex .sec03in03 {
    padding: 95% 0 45px;
  }
  .uno-featureIndex .sec03in03 .sec03in03__ttl {
    width: 94%;
    max-width: 100%;
    text-align: center;
  }
  .uno-featureIndex .sec03in03 .sectionBox03__inner__img {
    right: 2%;
    left: -2%;
  }
  .uno-featureIndex .sec03in03 .sec03data__product {
    margin-top: -70px;
  }
  .uno-featureIndex .sec03in04 {
    padding: 90% 0 45px;
  }
  .uno-featureIndex .sec03in04 .sec03in04__ttl {
    text-align: center;
  }
  .uno-featureIndex .sec03in04 .sec03data__product {
    right: -12px;
    width: 42%;
    margin-top: -60px;
  }
  .uno-featureIndex .sec03in04 .sectionBox03__inner__img {
    bottom: auto;
    top: 7%;
    right: 0;
    margin: auto;
  }
  .uno-featureIndex .sec03in05 {
    padding: 100% 0 45px;
  }
  .uno-featureIndex .sec03in05 .sectionBox03__inner__img {
    top: 10%;
    right: 0;
    left: 0;
  }
  .uno-featureIndex .sec03in05 .sec03data--tri:after {
    background: #212121;
  }
  .uno-featureIndex .sectionBox04 {
    padding: 75px 20px;
  }
  .uno-featureIndex .sec04in__imgArea {
    margin-top: 40px;
  }
  .uno-featureIndex .sec04in__imgArea__item__img {
    width: 100%;
  }
  .uno-featureIndex .sec04in__imgArea__item__txtArea__ttl {
    font-size: 100%;
  }
  .uno-featureIndex .sec04in__imgArea__item__note {
    font-size: 86%;
  }
  .uno-featureIndex .sectionBox05 {
    padding: 75px 0;
  }
  .uno-featureIndex .sec05in__txt {
    font-size: 100%;
    line-height: 2;
  }
  .uno-featureIndex .sectionBoxLast {
    margin-top: 16.5%;
    padding: 0;
  }
  .uno-featureIndex .sectionBoxLast__ttl {
    font-size: 129%;
    margin-bottom: 40px;
  }

  html.android .uno-featureIndex .sec03in02__ttl, html.android .uno-featureIndex .sec03in05__ttl {
    position: absolute;
    z-index: 20;
    top: 0;
  }
  html.android .uno-featureIndex .sec03in02__ttl img, html.android .uno-featureIndex .sec03in05__ttl img {
    width: 635;
    height: 195;
  }
}
@media only screen and (max-width:375px) {
  .uno-featureIndex .sp-320break {
    display: inline;
  }
  .uno-featureIndex .sec03data__btn02 span img {
    height: 13px;
    width: auto;
  }
  .uno-featureIndex .productTopic__inner__title small {
    font-size: 86%;
  }
  .uno-featureIndex .productTopic__inner__btn span img {
    height: 15px;
  }
}