@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;
}

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

@media screen and (max-width: 1580px) {
  .main .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ------------------------------------------------------------------
  -Common
------------------------------------------------------------------ */
/* メインビジュアル */
.mv-series {
  text-indent: -9999px;
}
.mv__inner {
  color: #fff;

  background-image:
    url("../sol/img/26ss_sol_mv_pc.jpg"),  /* 前面 */
    url("../sol/img/26ss_sol_mv_pc2.jpg");   /* 後面 */

  background-repeat: no-repeat, no-repeat;
  background-position: center, center;

  background-size: auto 100%, cover;
}
@media screen and (max-width: 767px) {
  .sol .mv__inner {
    background-image: url("../sol/img/26ss_sol_mv_sp.jpg");
    padding-top: 100%;
    min-height: auto;
  }
}



/*lineup*/
.lineup-ttl {
  display: inline-block;
  padding: 0 22px;
  font-size: 34px;
  line-height: 1.2;
  color: #fff;
  background-color: #000;
  margin-bottom: 0;
}
.pickup-box  {
  padding: 60px 0 80px;
  overflow: hidden;
}
.pickup-slidebox {
  margin: 0 auto;
  width: 1540px;
}
.pickup_wrap {
  position: relative;
}
.pickup-ttl {
  font-size: 40px;
  font-weight: 700;
}
.pnew.list-item::before {
  content: "NEW";
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
  background: #FF0718;
  border: 1px solid #FF0718;
    padding: 4px 8px;
  z-index: 100;
}

/*swiper*/
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  max-width: 1520px;
  padding-top: 0px;
  margin-top: 30px;
  overflow-x: visible;
  overflow-y: visible;
}
.swiper-wrapper {
}
.swiper .list-item .item-img {
  padding: 0 15px;
}
.swiper .list-item .item-kana {
  text-align: center;
  padding: 0 5px 10px;
  font-size: 15px;
  font-weight: 700;
  height: auto !important;
  min-height: 32px;
  line-height: 1.1;
}
.swiper .list-item .item-kana span {
  display: block;
  font-size: 40px;
  line-height: 1;
  margin-top: 5px;
}
.swiper .list-item .item-price {
  text-align: center;
  padding: 0 5px 0;
  font-size: 14px;
}
.swiper .list-item .item-price span {
  font-size: 70%;
  margin-left: 3px;
}

.swiper_func {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  max-width: 1520px;
  padding-top: 110px;
  margin-top: -70px;
  overflow-x: visible;
  overflow-y: visible;
}

/* arrow */
.swiper-button-box {
  position: absolute;
  max-width: 1520px;
  margin: 0 auto;
  top: 0;
  height: 64px;
  left: 0;
  right: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev {
  right: 80px;
  left: auto;
  top: 0;
  margin-top: 0;
}
.swiper-button-prev {
  width: 64px;
  height: 64px;
  border-radius: 100vh;
  background: #fff;
  border: 1px solid #fff;;
  display: flex
}
.swiper-button-prev::after {
  content: '';
  display: inline-block;
  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;
}
/* 次への矢印カスタマイズ */
.swiper-button-next {
  right: 0;
  top: 0;
  margin-top: 0;
}
.swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 100vh;
  background: #000;
  border: 1px solid #fff;;
  display: flex;
}
.swiper-button-next::after {
  content: '';
  display: inline-block;
  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: 1580px) {
  .swiper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .swiper_func {
    max-width: 1520px;
    overflow-x: visible;
    overflow-y: visible;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1150px) {
  .swiper_func {
    padding-top: 12vw;
    margin-top: -8vw;
  }
  .swiper-slide span {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper_func {
    margin-top: 0;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper-button-box {
    display: none;
  }
}
@media screen and (max-width: 1580px) {
  .pickup-slidebox {
    margin: 0 auto;
    width: 100%;
  }
  .pickup-slidebox {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pickup-box {
    padding: 50px 0 70px;
    background-size: cover;
  }
}
@media screen and (max-width: 500px) {
  .lineup-ttl {
    padding: 0 4.5vw;
    font-size: 7vw;
  }
  .pickup-box {
    padding: 12vw 0 12vw;
    background-size: cover;
  }
}



/* 色玉表示 */
._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;
}
/*タグ*/
._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;
}


/* ------------------------------------------------------------------
  -固有
------------------------------------------------------------------ */
.sec_box {
  background: #F0EEEE;
  padding-top: 60px;
  padding-bottom: 60px;
}

/*sec01*/
.sec_inner {
  max-width: 1780px;
  margin: 0 auto 0;
}
.sec_bg{
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 0;
}
.sec01 .sec_bg {
  height: 960px;
  aspect-ratio: 1780 / 960;
  background: url("../sol/img/img100_26ss_re.jpg") top left 50% / cover no-repeat;
  margin: 40px auto 0;
}
.sec010 .sec_bg {
  height: 960px;
  aspect-ratio: 1780 / 960;
  background: #5281B5 top left 50% / cover no-repeat;
  margin: 0 auto 0;
}

.sec02 .sec_bg {
  height: auto;
  aspect-ratio: 1780 / 960;
  background: linear-gradient(to top right, #000 0%, #000 55%, #696969 100%);
  margin: 60px auto 0;
}
.sec25 .sec_bg {
  height: 960px;
  aspect-ratio: 1780 / 960;
  background: #fff;
  margin: 60px auto 0;
  border: 1px solid #ddd;
}
.sec03 .sec_bg {
  height: 740px;
  aspect-ratio: 1780 / 960;
  background: url("../sol/img/img102.jpg") top left 50% / cover no-repeat;
  margin: 60px auto 0;
}
.sec_txt_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_img {
  width: 45%;
  text-align: center;
}
.sec_img img {
  width: 100%;
  max-width: 300px;
}
.sec25 .sec_img img {
  max-width: 550px;
}
.sec_img video {
  width: 100%;
  height: auto;
}
.video-section__native {
  display: block;
}
.sec_txt {
  width: 50%;
  text-align: center;
}
.sec01 .sec_txt {
  padding-top: 55px;
  padding-left: 45px;
  padding-right: 15px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
}
.sec010 .sec_txt {
  width: 100%;
  padding-top: 55px;
  padding-left: 45px;
  padding-right: 15px;
}
.sec02 .sec_txt {
  order: 2;
}
.sec02 .sec_img {
  order: 1;
}
.sec02 .sec_img img {
  max-width: 100%;
}
.sec25 .sec_txt {
  order: 1;
}
.sec25 .sec_img {
  width: 45%;
  order: 2;
}
.sec03 .sec_txt {
  order: 2;
}
.sec03 .sec_img {
  width: 45%;
  order: 1;
}
.sec_ttl {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 45px;
}
.sec02 .sec_ttl {
  font-size: 45px;
}
.sec25 .sec_ttl {
  font-size: 55px;
}
.sec03 .sec_ttl {
  font-size: 55px;
}
.sec_subttl {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 25px;
}
.sec_desc {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #fff;
}
.sec25 .sec_ttl {
  color: #000;
}
.sec25 .sec_desc {
  color: #000;
}
.sec03 .sec_ttl {
  color: #fff;
}
.sec03 .sec_desc {
  color: #fff;
}
.sec_desc b {
  font-weight: 700;
}
.sec_desc span {
  text-decoration: underline;
}
.sec01_bannerttl {
  font-size: 60px;
  padding-top: 120px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.sec01_banner {
  max-width: 800px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 120px;
}
.sec01_banner-img {
  max-width: 1520px;
  margin: 0 auto;
}
.sec01_banner-img.banner03 {
  margin-bottom: 50px;
}
.sec01_banner-img.banner01 {
  margin-bottom: 50px;
}
@media screen and (max-width:1820px) {
  .sec_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1400px) {

  .sec_bg {
    height: auto;
    background-size: 110%;
    background-position: top left 10%;
  }
  .sec_txt {
    width: 42%;
    padding-top: 0%;
    padding-left: 5%;
    text-align: left;
  }
  .sec_ttl {
    font-size: 35px;
    margin-bottom: 5%
  }
  .sec02 .sec_ttl {
    text-align: center;
    font-size: 35px;
  }
  .sec25 .sec_ttl {
    text-align: center;
    font-size: 35px;
  }
  .sec25 .sec_txt {
    padding-left: 0;
    padding-right: 4%;
  }
  .sec_desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .sec_txt {
    width: 45%;
  }
  .sec_ttl {
    font-size: 28px;
  }
  .sec_desc {
    font-size: 14px;
  }
  .sec02 .sec_ttl {
    font-size: 26px;
  }
  .sec25 .sec_ttl {
    font-size: 26px;
  }
  .sec03 .sec_ttl {
    font-size: 26px;
  }
  .sec01 .sec_bg {
    height: auto;
  }
  .sec01 .sec_txt {
    padding-top: 0;
    padding-left: 4vw;
  }
  .sec02 .sec_bg {
    height: auto;
  }
  .sec25 .sec_bg {
    height: auto;
    padding-bottom: 4vw;
  }
  .sec25 .sec_txt {
    padding-top: 0;
    padding-left: 0;
  }
  .sec03 .sec_bg {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .sec25 .sec_txt {
    padding-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {

  .sec_inner {
    padding-left: 0;
    padding-right: 0;
  }
  .sec03 .sec_bg {
    padding-top: 0;
  }
  .sec_box {
  background: #F0EEEE;
  padding-top: 0;
  padding-bottom: 10vw;
}
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec_txt {
    text-align: center;
  }
  .sec_ttl {
    font-size: 5.5vw;
    letter-spacing: 0;
    margin-bottom: 4.68vw;
  }
  .sec_subttl {
    font-size: 5.7vw;
    letter-spacing: 0;
    margin-bottom: 2.8vw;
  }
  .sec_desc {
    font-size: 3.8vw;
    letter-spacing: 0;
    text-align: left;
  }
  .sec01 .sec_bg {
    height: auto;
    aspect-ratio: 780 / 1500;
    background-image: url("../sol/img/img100_sp_26ss_re.jpg");
    background-size: 100%;
    background-position: 0;
    margin-top: 0;
    align-items: flex-end;
  }

  .sec01 .sec_txt {
    width: 100%;
    padding-top: 0;
    padding-bottom: 10vw;
    padding-left: 4.3vw;
    padding-right: 4.3vw;
  }
  .sec010 .sec_bg {
    height: auto;
    aspect-ratio: 1040 / 1875;
    background-image: url("../sol/img/img100_sp_26ss_re.jpg");
    background-size: 100%;
    background-position: 0;
    align-items: flex-end;
  }
  .sec02.sec_inner {
    padding: 0 20px;
  }
  .sec25.sec_inner {
    padding: 0 20px;
  }
  .sec03.sec_inner {
    padding: 0 20px;
  }
  .sec02 .sec_bg {
    height: auto;
    background: #000;
    margin: 10vw auto 0;
  }
  .sec02 .sec_txt_wrap {
    flex-direction: column;
  }
  .sec02 .sec_img {
    width: 100%;
  }
  .sec02 .sec_txt {
    width: 100%;
    padding: 10vw 10px;
  }
  .sec02 .sec_ttl {
    font-size: 5.8vw;
    padding-bottom: 0;
  }
  .sec25 .sec_bg {
    height: auto;
    background-image: none;
    margin: 10vw auto 0;
  }
  .sec25 .sec_inner {
    padding: 0 15px;
  }
  .sec25 .sec_txt_wrap {
    flex-direction: column;
  }
  .sec25 .sec_img {
    width: 100%;
    order: 2;
    padding-bottom: 4vw;
  }
  .sec25 .sec_txt {
    width: 100%;
    padding: 10vw 20px 0;
    order: 1;
  }
  .sec25 .sec_ttl {
    font-size: 5.8vw;
    padding-bottom: 0;
  }
  .sec25 small {
    display: inline-block;
    font-size: 50%;
    line-height: 1.5;
  }
  .sec03 .sec_bg {
    height: auto;
    background: none;
    margin: 10vw auto 0;
  }
  .sec03 .sec_inner {
    padding: 0 15px;
  }
  .sec03 .sec_txt_wrap {
    flex-direction: column;
  }
  .sec03 .sec_img {
    width: 100%;
    order: 1;
  }
  .sec03 .sec_txt {
    width: 100%;
    padding: 10vw 20px;
    order: 2;
    background-image: url("../sol/img/img102.jpg");
    background-position: right 20% top 10%;
    background-size: cover;
  }
  .sec03 .sec_ttl {
    font-size: 5.8vw;
    padding-bottom: 0;
  }
  .sec01_bannerttl {
    font-size: 8.2vw;
    line-height: 1.2;
    padding-top: 12vw;
    margin-bottom: 0;
  }
  .sec01_banner {
    padding-left:  4.6vw;
    padding-right:  4.6vw;
    margin: 0 auto;
    padding-bottom: 10vw;
  }
  .sec01_banner-img.banner03 {
    margin-bottom: 6vw;
  }
  .sec01_banner-img.banner01 {
    margin-bottom: 6vw;
  }
}

/*sec-scene*/
.sec-scene {
  padding: 0 0 140px;
}
@media screen and (max-width: 767px) {
  .sec-scene {
    padding: 0 0 80px;
  }
}

/*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;
  }
}

/**/
.features01 .bx-wrapper .bx-prev {
  background: #fff;
}
.features03 .bx-wrapper .bx-prev {
  background: #fff;
}
.features05 .bx-wrapper .bx-prev {
  background: #fff;
}
.features .inner {
  overflow: visible;
  padding-bottom: 50px;
}
.features-item {
  padding: 140px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.features02,
.features04,
.features06 {
  background: #F0EEEF;
}
.features01 {
  padding: 100px 0 50px;
}
.features02 {
  padding: 100px 0 50px;
}
.features03 {
  padding: 100px 0 50px;
}
.features04 {
  padding: 100px 0 50px;
}
.features05 {
  padding: 100px 0 50px;
}
.features-body {
  font-size: 20px;
  margin-top: 20px;
}

.features-item.features-m {
  padding: 0;
  align-items: center;
}

.features-m-01 {
  width: 35%;
}
.features-m-02 {
  width: 28%;
  margin-right: 2%;
}
.features-m-03 {
  width: 30%;
  padding-top: 50px;
}
.features-m-02 img {
  margin-top: 0;
}
.features04 .features-m-02 img {
  margin-top: -50px;
}
.features-m-ttl {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}
.features02 .features-m-ttl {
  width: 120%;
}
.features-m-name {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.features-m-pc .features-m-name {
  margin-top: 50px;
}
.features-m-desc {
  font-size: 20px;
  margin-top: 20px;
}
.features04 .features-m .btn-buy {
  margin-top: 80px;
}
.features-m-pc {
  display: block;
}
.features-m-sp {
  display: none;
}
/*購入ボタン*/
.btn-buy {
  margin-top: 40px;
  text-align: center;
}
.btn-buy a {
  display: block;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 1350px) {
  .features-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .features01 {
    padding: 0;
  }
  .features02 {
    padding: 0;
  }
  .features03 {
    padding: 0;
  }
  .features04 {
    padding: 0;
  }
  .features05 {
    padding: 0;
  }
  .btn-buy {
    margin-top: 4vw;
    text-align: right;
  }
  .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;
  }
  .features01 .features-item.features-m {
    padding: 40px 0 20px;
  }
  .features-m-01 {
    width: 100%;
    text-align: center;
  }
  .features01 {
    padding-top: 128px;
  }
  .features01 .features-m-01 {
    margin-top: 0;
  }
  .features-m-02 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .features-m-03 {
    width: 80%;
    padding-top: 20px;
  }
  .features-m-02 img {
    margin-top: 20px;
    max-width: 400px;
    width: 80%;
  }
  .features01 .features-m-02 img {
    margin-top: 30px;
  }
  .features-m-ttl {
    margin-top: 20px;
  }
  .features02 .features-m-ttl {
    width: 100%;
  }
  .features-m-name {
    margin-bottom: 20px;
  }
  .features-m-desc {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .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: 767px) {
  .features .inner {
    padding-bottom: 15vw;
  }
  .features-item.features-m {
    padding: 15vw 0 20px;
    flex-direction: column;
  }

  .features01 {
    padding-top: 15vw;
  }
  .features01 .features-item.features-m {
    padding: 8vw 0 20px;
  }
  .features-m-01 {
    width: 100%;
    text-align: left;
    margin-bottom: 6vw;
  }
  .features-m-02 {
    width: 100%;
    text-align: center;
  }
  .features-m-03 {
    width: 100%;
  }
  .features01 .features-m-02 img {
    margin-top: 0;
  }
  .features-m-02 img {
    max-width: 400px;
  }
  .features-m-ttl {
    margin-top: 0;
    font-size: 5.2vw;
  }
  .btn-buy a {
    max-width: 200px;
  }
  .features-m-name {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .features-m-desc {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 4vw;
  }
  .features04 .features-m .btn-buy {
    margin-top: 40px;
  }
  .features-body {
    font-size: 16px;
  }
  .features-m .btn-buy {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .bx-wrapper li {
    user-select: none;
    max-width: 200px;
    width: 200px;
    margin-right: 20px;
  }
}

/* ========================================
   セクション全体
   ======================================== */
.heat-section {
  max-width: 1780px;
  margin: 60px auto;
  padding: 100px 20px;
  background: #5281B5;
}
.heat-section_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.heat-section__ttl {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 80px;
}

/* ========================================
   サーモグラフィ（上段）
   ======================================== */
.thermography {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  --label-h: 45px;
  --label-mb: 15px;
}

/* 温度スケール（左に飛び出す） */
.thermography__scale {
  position: absolute;
  right: 100%;
  top: calc(var(--label-h) + var(--label-mb));
  bottom: 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  gap: 0 6px;
  padding-right: 8px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
}
.thermography__scale-top {
  grid-column: 1;
  grid-row: 1;
  margin-top: -10px;
}
.thermography__scale-bottom {
  grid-column: 1;
  grid-row: 3;
}
.thermography__colorbar {
  grid-column: 2;
  grid-row: 1 / 4;
  width: 30px;
  height: 100%;
  background: linear-gradient(to bottom, #F5EDDD, #F61D39, #ffc400, #63A247, #1E4797, #111C39);
}

/* カラム */
.thermography__col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.thermography__label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  border: 1.5px solid #fff;
  padding: 4px 0;
  color: #fff;
  height: var(--label-h);
  margin-bottom: var(--label-mb);
}
.thermography__img {
  width: 100%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: none; /* ラベルと画像の間の二重線を消す */
}

/* 中央矢印 */
.thermography__arrow {
  position: absolute;
  top: 55%;
  left: 51%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  gap: 0;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.thermography__arrow::before {
  margin-right: -8px;
}
.thermography__arrow::before,
.thermography__arrow::after {
  content: '';
  display: block;
  width: 44px;
  height: 89px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 89'%3E%3Cpath d='M0 89V66.46L21.71 44.5 0 22.54V0l44 44.5z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* ========================================
   グラフ（下段）
   ======================================== */
.charts {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.chart {
  flex: 1;
  min-width: 0;
  border-radius: 4px;
  position: relative;
}
.chart__header {
  background: #5281b5;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 6px 12px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
}
.chart__body {
  padding: 16px;
  position: relative;
}
.chart__img {
  width: 100%;
  display: block;
}
/* .chart__value {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #00c896;
} 
.chart__value sup {
  font-size: 14px;
}*/

/* X軸ラベル */
.chart__axis {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
  padding: 4px 16px 12px;
}

/* ========================================
   凡例
   ======================================== */
.legend-conditions {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
  align-items: flex-start;
}
.legend {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 16px;
}
.legend__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}
.legend__color {
  width: 52px;
  height: 3px;
  position: relative;
  display: inline-block;
}
.legend__color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: inherit; /* 親の色を引き継ぐ */
}
.legend__color--gray {
  background: #434343;
}
.legend__color--green {
  background: #BBFCCF;
}

/* ========================================
   測定条件
   ======================================== */
.conditions {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: #fff;
  margin-right: 20px;
}

.conditions__title {
  width: 150px;
  flex-shrink: 0;
  padding: 4px 12px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}

.conditions__body {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 16px;
  gap: 4px 20px;
  margin-top: 4px;
}

/* ========================================
   注釈
   ======================================== */
.note {
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto 0;
}

@media (max-width: 1500px) {
  .heat-section {
    max-width: 100%;
    padding: 100px 150px 80px;
  }
  .conditions {
    margin-right: 0;
  }
  .legend-conditions {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .heat-section__ttl {
    font-size: 35px;
  }
  .note {
  text-align: left;
  }
  .note .sp_none {
    display: none;
  }
}
@media (max-width: 768px) {
  .heat-section {
    max-width: 100%;
    padding: 13vw 15vw;
  }
  .thermography {
    position: relative;
    display: flex;
    align-items: center;
    --label-h: 6vw;
    --label-mb: 4vw;
    --label-gap: 10vw;
    gap: var(--label-gap);
    flex-direction: column;
    margin-bottom: 10vw;
  }
  .heat-section__ttl {
    font-size: 5vw;
    margin-bottom: 8vw;
  }
  .thermography__scale {
    font-size: 3vw;
    height: calc(50% - var(--label-h) - var(--label-mb) - (var(--label-gap) / 2));
  }

  .thermography__colorbar {
    flex: 1;
    background: linear-gradient(to bottom, #F5EDDD, #F61D39, #ffc400, #63A247, #1E4797, #111C39);
    width: 5vw;
    margin: 0 1vw;
  }
  .thermography__arrow {
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .thermography__arrow::before {
    margin-right: -1vw;
  }
  .thermography__arrow::before, .thermography__arrow::after {
    width: 4vw;
    height: 12vw;
  }
  .thermography__scale-top {
    grid-column: 2;
    margin-top: -5vw;
  }
  .thermography__scale-bottom {
    grid-column: 2;
    margin-bottom: -5vw;
  }
  .thermography__label {
    font-size: 3.5vw;
  }
  .charts {
    flex-direction: column;
    margin-bottom: 8vw;
  }
  .chart {
    overflow: visible;
  }
  .chart__axis {
    position: relative;
    font-size: 3vw;
  }
  .chart__axis span:nth-child(1) {
    visibility: hidden;
  }
  .chart__axis::before {
    content: '\6C17\6E29';
    position: absolute;
    left: -8vw;
    top: -5vw;
    font-size: 3vw;
  }
  .chart__body {
    padding: 0 0 2vw;
  }
  .legend {
    gap: 2vw 0;
    margin-bottom: 4vw;
  }
  .legend__item {
    gap: 2vw;
    font-size: 3vw;
  }
  .legend-conditions {
    gap: 2vw;
    margin-bottom: 8vw;
  }
  .legend__color {
    width: 6vw;
    height: 0.5vw;
  }
  .legend__color::after {
    width: 3vw;
    height: 3vw;
  }
  .conditions {
    flex-direction: column;
    gap: 2vw;
  }
  .conditions__title {
    width: 100%;
    padding: 2vw 0 1vw;
    text-align: left;
    font-size: 3vw;
  }
  .conditions__body {
    gap: 0 1vw;
    margin-top: 0;
    font-size: 2.5vw;
  }
  .note {
    font-size: 3.5vw;
    text-align: left;
  }
}