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

  -Reset
  -Layout
  -Common
  -固有
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
  -Reset
------------------------------------------------------------------ */
body {
  line-height: 1.8;
}

/* ------------------------------------------------------------------
  -Layout
------------------------------------------------------------------ */
/*レイアウト*/
.item-box {
  border: 0;
}
.item-list .list-item {
  margin-top: 0;
}

/* ------------------------------------------------------------------
  -Common
------------------------------------------------------------------ */
.h2-ttl {
  font-size: 40px;
  font-weight: 700;
}

.active-thermal .mv__inner {
  background-position: center top;
  padding-top: initial;
  min-height: 500px;
}
@media screen and (min-width: 1521px) {
  .active-thermal .mv__inner {
    background-position: center 30%;
  }
}
@media screen and (max-width: 1250px) {
  .active-thermal .mv__inner {
    background-position: center top;
    padding-top: 40%;
    min-height: auto;
  }
}

/*mv*/
.mv-series {
  text-indent: -9999px;
}
.mv__inner {
  color: #fff;
  background-image: url("../active-thermal/img/active-thermal_mv_pc.jpg");
}
@media screen and (max-width: 600px) {
  .h2-ttl {
    font-size: 18px;
    font-weight: 700;
  }
  .active-thermal .mv__inner {
    background-image: url("../active-thermal/img/active-thermal_sq_mv_sp.jpg");
    padding-top: 100%;
    min-height: auto;
  }
}

/*pickup*/


/* アイテムリスト(タイトル直下)
------------------------------------------------------------------ */

/*pickup*/
.item-catch {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 0;
  padding: 20px 0;
  background: #F0EEEF;
}
.pickup-list .item-kana {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  background: #F0EEEF;
  position: relative;
}
.pickup-list .item-kana::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 40px;
  border-bottom: 1px solid #000;
}

.pickup-box  {
  padding: 80px 0 80px;
  overflow: hidden;
}
.pickup-slidebox {
  margin: 40px auto 0;
  width: 1520px;
}
.pickup_wrap {
  position: relative;
}
.pickup-ttl {
  font-size: 40px;
  font-weight: 700;
}

.gender-txt {
  width: 100%;
  color: #000;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.gender-txt span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
  background: transparent;
  padding: 0;
}
.gender-txt::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: calc(100% - 80px);
  height: 0.5px;
  z-index: 0;
  background-color: #000;
}
.gender-txt.gender-w::after {
  width: calc(100% - 120px);
}
.gender-txt.gender-u::after {
  width: calc(100% - 140px);
}
.pickup-carousel li {
  margin-right: 24px;
}
/*slick*/
.slick-list{
  overflow: visible;
}
.pickup .slick__prev,
.pickup .slick__next {
  position: absolute;
  top: -80px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.pickup .slick__prev {
  border: 1px solid #fff;
  background: #F0EEEF;
}
.pickup .slick__next {
  border: 1px solid #000;
  background: #000;
}
.pickup .slick__prev:hover,
.pickup .slick__next:hover {
  cursor: pointer;
}
.pickup .slick__prev {
  /* (インナー幅の右端) + (画像のマージン + ボタンの大きさ + ボタンとの間隔) */
  right: 60px;
}
.pickup .slick__next {
  /* (インナー幅の右端) + (画像のマージン) */
  right: 0;
}
.pickup .slick__prev:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_left.svg);
  background-size: contain;
  vertical-align: bottom;
}
.pickup .slick__next:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: calc(50% - 8px);
  width: 16px;
  height: 16px;
  margin-left: 20px;
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_w.svg);
  background-size: contain;
  vertical-align: bottom;
}
/* .pickup .slick__prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.pickup .slick__next:before {
  transform: translate(-75%, -50%) rotate(45deg);
} */
.pickup-list .list-item {
  display: flex;
  flex-direction: column;
  width: 23%;
  background: #fff;
  border: 0;
  margin-bottom: 1.3%;
}
.list-item-box {
  border: 1px solid #F0EEEF;
}
.pickup-list .item-button a {
  margin-top: 10px;
  max-height: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  width: 80%;
  max-width: 240px;
}
.pickup-list .item-button2 {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.pickup-list .item-button2 span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  color: #FFF;
  font-size: 12px;
  letter-spacing: -0.1px;
  padding: 15px 0;
}
.pickup-list .item-button2 span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_d.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.pickup-list .item-img {
  padding: 0;
}
.list-item-box .item-button {
  padding-bottom:40px;
  margin-bottom: 0;
  border-bottom: 1px solid #F0EEEF;
}
@media screen and (max-width: 1550px) {
  .pickup-slidebox {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .pickup-box {
    padding: 80px 0;
  }
  .pickup .gender-ttl {
    margin: 0 auto 10px 0;
  }
  .pickup .gender-ttl {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 767px) {
  .pickup-slidebox {
    margin-top: 20px;
  }
.pickup-list .item-kana {
    font-size: 16px;
    padding: 4vw 0 2vw;
  }
  .pickup-list .item-kana::after {
    bottom: -1vw;
    width: 4vw;
  }
  .item-catch {
    font-size: 14px;
  }
  .pickup-list .item-button span {
    font-size: 14px;
  }
  .list-item-box .item-button {
    padding-bottom: 4vw;
  }
  .gender-txt {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }
  .gender-txt span {
    font-size: 4vw;
  }
  .gender-txt::after {
    width: calc(100% - 16vw);
  }
  .gender-txt.gender-w::after {
    width: calc(100% - 26vw);
  }
  .gender-txt.gender-u::after {
    width: calc(100% - 30vw);
  }
  .pickup .slick__prev,
  .pickup .slick__next {
    display: none !important;
  }
  .pickup .bx-viewport {
    overflow: visible !important;
  }
  .pickup-list {
    justify-content: initial;
  }
  .pickup-box {
    padding: 12vw 0 3vw;
    background-size: cover;
  }
  .pickup-ttl {
    font-size: 22px;
  }
  .list-item {
    margin-bottom: 0;
  }
  .pickup-carousel li {
    margin-right: 20px;
  }
  .pickup-list .item-button2 span {
    font-size: 2vw;
  }
  .pickup-carousel .slick-list { padding-right: 10%; }
}
@media screen and (max-width: 500px) {
.pickup-list .item-kana {
    font-size: 3.5vw;
    padding: 4vw 0 2vw;
  }
  .pickup-list .item-kana::after {
    bottom: -1vw;
    width: 4vw;
  }
  .pickup-list .item-button span {
    font-size: 3vw;
  }
  .item-catch {
    font-size: 3vw;
  }
  .pickup-ttl {
    font-size: 5vw;
  }
  .pickup-list .item-button2 span {
    font-size: 3vw;
  }
}

@media screen and (min-width: 767px) {
/*
  .pickup-list.pickup-center .slick-track:before, .slick-track:after {
    display: none;
  }
*/
  .pickup-list.pickup-center .slick-list {
    padding-right: 0 !important;
  }
  .pickup-list.pickup-center .slick-track {
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
  }
  .pickup-list.pickup-center .list-item {
    width: 31% !important;
    margin-right: 24px !important;
  }
}
@media screen and (min-width: 1280px) {
  .pickup-list.pickup-center .slick-track {
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center !important;
  }
  .pickup-list.pickup-center .list-item {
    width: 23% !important;
    margin: 0 18px !important;
  }
  .pickup-list .slick-track {
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between !important;
  }
  .pickup-list .list-item {
    width: 23.8% !important;
    margin: 0 0.8% 0 !important;
  }
  .pickup-list .list-item:first-of-type {
    margin-left: 0 !important;
  }
  .pickup-list .list-item:last-of-type {
    margin-right: 0 !important;
  }
}

/* 色玉表示 */
._additional_text1 {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10px 0 5px !important;
}
._additional_text1 > div {
  display: inline-block;
  margin: 0 4px !important;
}
._additional_text1 > div::before {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100vh;
}

/* white */
._additional_text1 > div._WHITE::before {
  background: #fff;
  border: 1px solid #aaa;
}

/* black */
._additional_text1 > div._BLACK::before {
  background: #000;
}

/* gray */
._additional_text1 > div._GRAY::before {
  background: #888888;
}

/* beige */
._additional_text1 > div._BEIGE::before {
  background: #d6c7a6;
}

/* navy */
._additional_text1 > div._NAVY::before {
  background: #012e69;
}

/* blue */
._additional_text1 > div._BLUE::before {
  background: #2B5DB2;
}

/* lightblue */
._additional_text1 > div._LIGHTBLUE::before {
  background: #70CBE6;
}

/* purple */
._additional_text1 > div._PURPLE::before {
  background: #683577;
}

/* olive */
._additional_text1 > div._OLIVE::before {
  background: #6B6932;
}

/* green */
._additional_text1 > div._GREEN::before {
  background: #59A023;
}

/* brown */
._additional_text1 > div._BROWN::before {
  background: #765029;
}

/* orange */
._additional_text1 > div._ORANGE::before {
  background: #E78538;
}

/* red */
._additional_text1 > div._RED::before {
  background: #C33027;
}

/* pink */
._additional_text1 > div._PINK::before {
  background: #D15585;
}

/* yellow */
._additional_text1 > div._YELLOW::before {
  background: #F7E93F;
}

/* multi */
._additional_text1 > div._MULTI::before {
  background: url(https://milletonline.itembox.design/item/asset/img/color_icn_multi.png) no-repeat;
  background-size: 25px 25px;
  border: 0;
}
@media screen and (max-width: 767px) {
  ._additional_text1 > div::before {
    width: 20px;
    height: 20px;
  }
}

/*タグ*/
._layoutgroup2 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
._layoutgroup2 ._display_text2 {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-size: 12px;
    line-height: 1;
    padding: 4px 4px !important;
    margin-top: 0 !important;
    margin-bottom: 3px !important;
    margin-left: 0 !important;
    margin-right: 3px !important;
}
._layoutgroup2 ._display_text3 {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-size: 12px;
    line-height: 1;
    padding: 4px 4px !important;
    margin-top: 0 !important;
    margin-bottom: 3px !important;
    margin-left: 0 !important;
    margin-right: 3px !important;
}
._layoutgroup2 ._display_text4 {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-size: 12px;
    line-height: 1;
    padding: 4px 4px !important;
    margin-top: 0 !important;
    margin-bottom: 3px !important;
    margin-left: 0 !important;
    margin-right: 3px !important;
}
@media screen and (max-width: 500px) {
  ._layoutgroup2 ._display_text2 {
      font-size: 2.9vw;
  }
  ._layoutgroup2 ._display_text3 {
      font-size: 2.9vw;
  }
  ._layoutgroup2 ._display_text4 {
      font-size: 2.9vw;
  }
}

/*yt*/
.yt-box {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  padding: 0 0 80px;
}
.yt-item {
  width: 100%;
  max-width: 1040px;
}
.yt-ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.yt-txt {
  min-height: 80px;
}
.youtube {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .yt-box {
    padding: 20px 0;
  }
  .yt-ttl {
    text-align: center;
  }
  .yt-txt {
    min-height: auto;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .yt-item {
    width: 100%;
    padding-bottom: 40px;
  }
}

/* ------------------------------------------------------------------
  -固有
------------------------------------------------------------------ */

.lineup-ttl {
  display: inline-block;
  padding: 0 22px;
  font-size: 34px;
  line-height: 1.2;
  color: #fff;
  background-color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .lineup-ttl {
    padding: 0 4.5vw;
    font-size: 7vw;
    margin-bottom: 4vw;
  }
}
/* secimg
------------------------------------------------------------------ */
.shadow {
  filter: drop-shadow(0 3px 6px #B7B4A5);
}
.secimg01 .secimg-bg__wrap {
  width: 100%;
  max-width: 1520px;
  height: 784px;
  margin: 0 auto 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.secimg01 .secimg-bg__wrap .txt-box-head {
  position: absolute;
  width: 1000px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.secimg01 .secimg-bg {
  background: url("../active-thermal/img/secimg01_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
  height: 600px;
}
.secimg01 .secimg01-ttl {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.secimg01 .secimg01-midashi {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.secimg01 .secimg01-txt {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}
.secimg02 .secimg-bg__wrap {
  width: 100%;
  max-width: 1520px;
  height: 668px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.secimg-bg__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 70px auto 70px;
  padding: 30px 60px;
  background: rgb(255 255 255 / 80%);
}
.secimg02 .secimg-bg__wrap .txt-box-head {
  width: 45%;
}
.secimg02 .secimg-bg__wrap .txt-box-body {
  width: 53%;
}
.secimg02 .secimg-bg {
  background: url("../active-thermal/img/secimg02_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
  height: 668px;
}
.secimg02 .secimg02-ttl {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
}
.secimg02 .secimg02-txt {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 1520px) {
  .secimg02 .secimg-bg__wrap {
    padding: 0 15px;
  }
  .secimg-bg__flex {
    padding: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .secimg01 .secimg-bg__wrap .txt-box-head {
    width: 100%;
    padding: 0 40px;
    text-align: left;
  }
  .secimg01 .secimg01-txt .sp_none {
    display: none !important;
  }
  .secimg02 .secimg-bg__wrap .txt-box-head {
    width: 55%;
  }
  .secimg02 .secimg-bg__wrap .txt-box-body {
    width: 40%;
  }

}
@media screen and (max-width: 767px) {
  .secimg .img-wrap {
    padding-left: 20px;
    padding-right: 20px;
    margin: 20px 0;
  }
  .secimg01 .secimg .secimg-bg__wrap {
    height: 128vw;
    min-height: 128vw;
    justify-content: space-between;
  }
  .secimg01 .secimg01-txt {
    margin-top: 24px;
    font-size: 20px;
    text-align: left;
  }
  .secimg02 .secimg .secimg-bg__wrap {
    height: 193vw;
    min-height: 193vw;
    padding: 0;
    justify-content: space-between;
  }
  .secimg01 .secimg-bg__wrap {
    height: auto;
  }
  .secimg02 .secimg-bg__wrap {
    padding: 0 15px;
    height: auto;
  }
  .secimg01 .secimg-bg {
    background: url("../active-thermal/img/secimg01_bg_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center 30%;
    height: 130vw;
  }
  .secimg01 .secimg-bg__wrap .txt-box-head {
    top: 12vw;
    padding: 0 20px;
  }
  .secimg01 .secimg01-txt {
    padding: 0;
    width: 100%;
  }
  .secimg02 .secimg-bg {
    background: url("../active-thermal/img/secimg02_bg_sp.jpg") no-repeat;
    background-size: cover;
    height: 170vw;
  }
  .secimg-bg__flex {
    padding: 30px 15px;
    margin: 12vw auto 0;
  }
  .secimg01 .secimg01-ttl {
    font-size: 5.5vw;
  }
  .secimg01 .secimg01-midashi {
    margin-top: 8vw;
    font-size: 4vw;
    text-align: left;
  }
  .secimg01 .secimg01-txt {
    margin-top: 5vw;
    font-size: 3.3vw;
  }
    .secimg02 .secimg-bg__wrap .txt-box-head {
      width: 100%;
      margin-bottom: 5vw;
    }
  
    .secimg02 .secimg-bg__wrap .txt-box-body {
        width: 100%;
    }
  .secimg-bg__flex {
      display: flex;
      flex-direction: column;
    }
  .secimg02 .secimg02-ttl {
    font-size: 5vw;
  }
  .secimg02 .secimg02-txt {
    margin-top: 3vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
}


/*sec-scene*/
.sec-scene {
  background: #F0EEEF;
    padding: 80px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec-scene {
    padding: 12vw 0 12vw;
  }
}

/*sec-features*/
/*bx-slider*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -130px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background:#ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls {
  position: absolute;
  top: -10px;
  right: 0;
}
.bx-controls-direction {
  position: relative;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -60px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -9999px;
  z-index: 100;
}
.bx-wrapper .bx-prev {
  right: 65px;
  background: #F0EEEF;
}
.bx-wrapper .bx-next {
  right: 0;
  background: #000;
}
.bx-wrapper .bx-prev:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
.bx-wrapper .bx-next:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -3vw;
    outline: 0;
    width: 5vw;
    height: 5vw;
  }
  .bx-wrapper .bx-controls-direction a.bx-next {
    right: -2vw;
  }
  .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -2vw;
  }
}

/**/
.features-desc {
  background: #000;
  margin-bottom: 100px;
}
.features-desc .inner {
  padding-bottom: 70px;
}
.features-desc-ttl {
  margin-top: 70px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .features-desc {
    margin-bottom: 40px;
  }
  .features-desc-ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .features-desc .inner {
    padding-bottom: 4vw;
  }
  .features-desc {
    margin-bottom: 8vw;
  }
  .features-desc-ttl {
    margin-top: 8vw;
    margin-bottom: 4vw;
    font-size: 5.2vw;
  }
}
.features .inner {
  padding-bottom: 0;
  overflow: visible;
}
.features-item {
  padding: 140px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.features-box {
  padding: 0 0 80px;
}
.features-body {
  font-size: 18px;
  margin-top: 20px;
}
.features-item.features-m {
  padding: 0;
  align-items: flex-start;
  padding-bottom: 100px;
}
.features02 .features-item.features-m  {
  padding-bottom: 140px;
}
.features03 .features-item.features-m  {
  padding-bottom: 140px;
}
.features04 .features-item.features-m  {
  padding-bottom: 100px;
}
.features-item.features-m.center {
  padding-top: 120px;
  align-items: center;
}
.features-m-head {
  width: 100%;
  text-align: center;
  padding-bottom: 80px;
}
.features-m-body_pc {
  max-width: 700px;
  margin: 60px auto 60px;
}
.features-m-body_sp {
  display: none;
}
.features-m-01 {
  width: 50%;
  position: relative;
}
.features-m-02 {
  width: 26%;
  z-index: 1;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.features-m-03 {
  width: 33%;
  padding-top: 30px;
  position: relative;
}
.features-m-02 img {
  margin-top: -50px;
}
.features02 .features-m-02 img {
  margin-top: -60px;
}
.features03 .features-m-02 img {
  margin-top: -60px;
}
.features04 .features-m-02 img {
  margin-top: -60px;
}
.features-m-ttl {
  margin-top: 0;
  font-size: 33px;
  line-height: 1.4;
  font-weight: 700;
}
.features-m-name {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}
.features-m-name.new span {
  position: relative;
}
.features-m-name.new span::before {
  position: absolute;
  left: -60px;
  top: 7px;
  content: 'NEW';
  font-size: 14px;
  padding: 4px 10px;
  background: #D6004A;
  color: #fff;
}
.features-m-pc .features-m-name {
  margin-top: 50px;
}
.features-m-box {
  margin-top: -60px;
}
.features-m-box .features-m-name {
  margin-top: 0;
}
.features02 .features-m-body_pc {
  margin: 100px auto 60px;
}
.features03 .features-m-body_pc {
  margin: 100px auto 60px;
}

.features-m-desc {
  font-size: 18px;
  margin-top: 20px;
}
.features-m-pc {
  display: block;
}
.features-m-sp {
  display: none;
}
/*購入ボタン*/
.btn-buy {
  margin-top: 10px;
  text-align: center;
}
.btn-buy a {
  display: block;
  margin: 40px auto 0 0;
  padding: 15px 0;
  max-width: 240px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.btn-buy a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.features-m-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 760px;
  z-index: 0;
  height:428px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image:url('../active-thermal/img/features/sec02_01_bg.jpg');
}
.features01 .features-m-bg {
  background-image:url('../active-thermal/img/features/sec02_01_bg.jpg');
}
.features02 .features-m-bg {
  background-image:url('../active-thermal/img/features/sec02_02_bg.jpg');
}
.features03 .features-m-bg {
  background-image:url('../active-thermal/img/features/sec02_03_bg.jpg');
}
.features04 .features-m-bg {
  background-image:url('../active-thermal/img/features/sec02_04_bg.jpg');
}
.features05 .features-m-bg {
  background-image:url('../active-thermal/img/features/sec02_05_bg.jpg');
}
.features-m-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 640px;
}
.features-m-pc .features-m-desc {
  padding-top: 460px;
}
.features05br {
  display: none;
}
@media screen and (min-width: 1581px) {
.features01 .features-m-02 img {
  padding: 0 10px;
}
}

@media screen and (max-width: 1580px) {
  .features-m-bg {
    width: 46vw;
    height: 27vw;
  }
  .features-m-pc .features-m-desc {
    padding-top: 29vw;
  }
  .features01 .features-m-02 img {
    margin-top: -5vw;
  }
  .features02 .features-m-02 img {
    margin-top: -5vw;
  }
  .features03 .features-m-02 img {
    margin-top: -5vw;
  }
  .features04 .features-m-02 img {
    margin-top: -5vw;
  }
.features-m-03 {
  padding-top: 0;
}
.features-box {
  padding: 0 0 2vw;
}
  .features02 .features-m-body_pc {
    margin: 60px auto 60px;
  }
  .features-m-body_pc {
      margin: 6vw auto 60px;
  }
}

@media screen and (min-width: 1380px) and (max-width: 1580px) {

  .features01 .features-item.features-m {
    padding-bottom: 7vw;
  }
  .features02 .features-item.features-m  {
    padding-bottom: 12vw;
  }
  .features03 .features-item.features-m  {
    padding-bottom: 12vw;
  }
  .features04 .features-item.features-m  {
    padding-bottom: 7vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1379px) {

  .features01 .features-item.features-m {
    padding-bottom: 5vw;
  }
  .features02 .features-item.features-m  {
    padding-bottom: 5vw;
  }
  .features03 .features-item.features-m  {
    padding-bottom: 5vw;
  }
  .features04 .features-item.features-m  {
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 1200px) {

  .features-m-head {
    padding-bottom: 35px;
  }
  .features05br {
    display: none;
  }
  .features-m-body_pc {
    display: none;
  }
  .features-m-body_sp {
    display: block;
  }
  .features05 .features-m-body_sp {
    max-width: 800px;
    margin: 0 auto;
  }
  .features .inner {
    overflow: hidden;
  }
  .features-m-bg {
    width: 800px;
    height: 440px;
    top: 0;
  }
  .features .bx-viewport {
    overflow: visible !important;
  }
  .features-body {
    font-size: 16px;
  }
  .features01 {
    padding: 0 0 60px;
  }
  .features02 {
    padding: 0 0 60px;
  }
  .features03 {
    padding: 0 0 60px;
  }
  .btn-buy {
    margin-top: 3vw;
    text-align: center;
  }
  .btn-buy a {
    display: block;
    margin: 0  auto;
    padding: 12px 0;
    max-width: 240px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
  }
  .features-item.features-m {
    padding: 60px 0 20px;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
  }
  .features01 .features-item.features-m {
    padding: 0 0 20px;
  }
  .features02 .features-item.features-m {
    padding: 0 0 20px;
  }
  .features03 .features-item.features-m {
    padding: 0 0 20px;
  }
  .features04 .features-item.features-m {
    padding: 0 0 20px;
  }
  .features05 .features-item.features-m {
    padding: 0 0 0;
  }
  .features-m-01 {
    width: 100%;
    text-align: center;
    padding-top: 180px;
  }
  .features-m-01 .features-m-sp {
    margin-top: -200px;
  }
  .features05 .features-m-01 {
    padding-top: 0;
  }
  .features-m-02 {
    width: 100%;
    margin-right: 0;
    position: relative;
    text-align: center;
  }
  .features-m-03 {
    width: 100%;
    padding-top: 30px;
  }
  .features-m-02 img {
    margin-top: 20px;
    max-width: 400px;
    width: 80%;
  }
  .features01 .features-m-02 img {
    margin-top: -10px;
  }
  .features02 .features-m-02 img {
    margin-top: 0;
  }
  .features03 .features-m-02 img {
    margin-top: 0;
  }
  .features04 .features-m-02 img {
    margin-top: 0;
  }
  .features05 .features-m-02 img {
    margin-top: -4vw;
  }

  .features-m-desc {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .features05 .features-m-desc {
    margin-top: -10px;
  }
  .features-m-ttl {
    margin: 20px auto 0;
  }
  .features-m-name {
    margin: 10px auto 0;
  }
  .features05 .btn-buy a {
      margin: 0 auto 0;
  }
  .features-m .btn-buy {
    margin-top: 50px;
  }
  .bx-wrapper li {
    user-select: none;
    max-width: 300px;
    width: 300px;
    margin-right: 20px;
  }
  .features-m-img {
    text-align: center;
  }
  .features-m-img img {
    max-width: 300px;
    width: 300px;
  }
  .bx-controls-direction {
    display: none;
  }
  
  .features-m-pc {
    display: none;
  }
  .features-m-sp {
    display: block;
  }
}
@media screen and (max-width: 880px) {
  .features-m-02 {
  }
  .features-m-bg {
    width: 100%;
    height: 52vw;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {

  .features-m-head {
    padding-bottom: 0;
  }
  .features-item.features-m {
    padding: 60px 0 20px;
    max-width: 100%;
  }
  .features-m-head {
    text-align: left;
  }
  .features-m-01 {
    padding-top: 0;
    display: none;
  }
  .features05 .features-m-01 {
    display: block;
  }
  .features-m-01 .features-m-sp {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .features-m-02 {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .features01 .features-m-02 {
    background-image:url('../active-thermal/img/features/sec02_01_bg_sp.jpg');
  }
  .features02 .features-m-02 {
    background-image:url('../active-thermal/img/features/sec02_02_bg_sp.jpg');
  }
  .features03 .features-m-02 {
    background-image:url('../active-thermal/img/features/sec02_03_bg_sp.jpg');
  }
  .features04 .features-m-02 {
    background-image:url('../active-thermal/img/features/sec02_04_bg_sp.jpg');
  }
  .features05 .features-m-02 {
    background-image:url('../active-thermal/img/features/sec02_05_bg_sp.jpg');
  }
  .features01 .features-m-02 img {
    margin-top: 25vw;
  }
  .features02 .features-m-02 img {
    margin-top: 25vw;
  }
  .features03 .features-m-02 img {
    margin-top: 25vw;
  }
  .features04 .features-m-02 img {
    margin-top: 25vw;
  }
  .features05 .features-m-02 img {
    margin-top: -7vw;
  }
  .features .inner {
    padding-bottom: 5vw;
  }
  .features-m-name.new {
    padding-top: 7vw;
  }
  .features-m-name.new span::before {
    left: 0;
    top: -6vw;
    font-size: 3vw;
    padding: 0.1vw 2vw;
  }
  .features01 {
    padding: 0 0 8vw;
    margin-top: 0;
  }
  .features02 {
    padding: 12vw 0 12vw;
  }
  .features03 {
    padding: 12vw 0 12vw;
  }
  .features-item.features-m {
    padding: 15vw 0 20px;
    flex-direction: column;
  }
  .features01 .features-m-01 {
    padding-top: 6vw;
  }
  .features-m-01 {
    width: 100%;
    text-align: left;
  }
  .features-m-02 {
    width: 100%;
    text-align: center;
  }
  .features-m-03 {
    width: 100%;
    padding-top: 4vw;
  }
  .features-m-02 img {
    max-width: 60%;
  }
  .features-m-ttl {
    max-width: 100%;
    font-size: 5.2vw;
    margin: 4vw auto 4vw 0;
  }
  .features-m-name {
    max-width: 100%;
    margin: 0 auto 0 0;
    font-size: 4.5vw;
  }
  .features-m-desc {
    margin-top: 0;
    margin-bottom: 8vw;
    font-size: 15px;
  }
  .features04 .features-m .btn-buy {
    margin-top: 40px;
  }
  .features-body {
    font-size: 15px;
    margin-top: 10px;
  }
  .features-m .btn-buy {
    margin-top: 40px;
  }
  .features05 .features-m-desc {
      margin-top: -10px;
  }
}
@media screen and (max-width: 500px) {
  .features-body {
    font-size: 3.2vw;
  }
  .bx-wrapper li {
    user-select: none;
    max-width: 200px;
    width: 200px;
    margin-right: 20px;
  }
}

/**/
.product-list {
  background: initial;
  padding: 80px 0 80px;
}
.list-wrap02 {
  display: flex;
  justify-content: space-between;
}
.list-wrap01 {
  margin-top: 40px;
}
.list-wrap02 .list-wrap {
  width: 48.66%;
}
.product-list .list-wrap02 .list-wrap .list-item {
  width: 48.66%;
}
.product-list .list-item {
  border: 0;
}
@media screen and (max-width: 767px) {

.list-wrap01 {
  margin-top: 40px;
}
  .product-list {
  background: initial;
    padding: 12vw 0 0;
  }
  .list-wrap02 {
    flex-wrap: wrap;
  }
  .list-wrap02 .list-wrap {
    width: 100%;
  }
}

}
