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

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

/* ------------------------------------------------------------------
  -Layout
------------------------------------------------------------------ */
.inner {
  max-width: 1520px;
  margin: 0 auto;
}
.contentWrapper {
  max-width: 1520px;
  margin: 0 auto;
}

/* ------------------------------------------------------------------
  -Common
------------------------------------------------------------------ */
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
.h2-ttl {
  font-size: 40px;
  font-weight: 700;
}
/*mv*/
.ski_bc .mv__inner {
  background-position: center 10%;
  padding-top: initial;
  min-height: 500px;
}
@media screen and (min-width: 1521px) {
  .ski_bc .mv__inner {
    background-position: center 25%;
  }
}
@media screen and (max-width: 1250px) {
  .ski_bc .mv__inner {
    background-position: center top;
    padding-top: 40%;
    min-height: auto;
  }
}

@font-face {
  font-family: GTPressuraRegular;
  src: url("../ski_top/font/GTPressuraRegular/");
  src: url("../ski_top/font/GTPressuraRegular/GTPressuraRegular.eot") format("embedded-opentype"), url("../ski_top/font/GTPressuraRegular/GTPressuraRegular.woff") format("woff"), url("../ski_top/font/GTPressuraRegular/GTPressuraRegular.ttf") format("truetype");
  font-weight: 400;
}
.f-gtpr {
  font-family: "GTPressuraRegular";
}
/*mv*/
.mv-series {
  text-indent: -9999px;
}
.mv__inner {
  color: #fff;
  background-image: url("../ski_bc/img/ski_bc_mv_pc.jpg");
}
@media screen and (max-width: 600px) {
  .ski_bc .mv__inner {
    background-image: url("../ski_bc/img/ski_bc_mv_sp.jpg");
    padding-top: 100%;
    min-height: auto;
  }
}

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

/* ------------------------------
  Swiper
------------------------------ */
.swiper {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
/* ページネーション共通 */
.swiper-pagination {
  position: static;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .swiper {
    margin-bottom: 0;
  }
}
/*コンテンツ幅超過解決
html, body { overflow-x: clip; }*/
.ski_bc { overflow-x: clip; }


/* swiper-lineup */
.lineup-slider .swiper {
  overflow: visible;
}
.lineup-slider .swiper-slide {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .lineup-slider .swiper {
    margin-bottom: 6vw;
  }
}

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

/*ttl*/
.base-ttl {
  display: inline-block;
  padding: 0 22px;
  font-size: 34px;
  line-height: 1.2;
  color: #fff;
  background-color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .base-ttl {
    padding: 0 4.5vw;
    font-size: 7vw;
    margin-bottom: 4vw;
  }
}

/* ------------------------------
  lineup
------------------------------ */
.lineup-box  {
  padding: 60px 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lineup-box {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .lineup-box {
    padding: 12vw 0 10vw;
  }
}



/* arrow - swiper-button */
/* .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;
    margin-top: 0;
    margin-bottom: 7vw;
  }
  .swiper_func {
    margin-top: 0;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper-button-box {
    display: none;
  }
  .lineup-item .item-kana {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .pickup-slidebox {
    margin: 0 auto;
    width: 100%;
  }
  .pickup-slidebox {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
} */


/* ------------------------------
  lineup-item
------------------------------ */
/* 詳細 */
.lineup-item .item-img {
  padding: 0 15px;
}
.lineup-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;
}
.lineup-item .item-kana span {
  display: block;
  font-size: 40px;
  line-height: 1;
  margin-top: 5px;
}
.lineup-item .item-price {
  text-align: center;
  padding: 0 5px 0;
  font-size: 14px;
}
.lineup-item .item-price span {
  font-size: 70%;
  margin-left: 3px;
}
.pnew.lineup-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;
}
@media screen and (max-width: 767px) {
  .lineup-item .item-kana {
    font-size: 14px;
  }
}

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

/*ラベル*/
.gender-txt {
  width: 100%;
  color: #000;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}
.gender-txt.gender-tw {
  margin-top: 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-t::after {
  width: calc(100% - 120px);
}
.gender-txt.gender-tw::after {
  width: calc(100% - 140px);
}
.gender-txt.gender-tb::after {
  width: calc(100% - 100px);
}
.gender-txt.gender-tp::after {
  width: calc(100% - 200px);
}
.gender-txt.gender-ts::after {
  width: calc(100% - 400px);
}
@media screen and (max-width: 767px) {
  .gender-txt {
    margin-top: 2vw;
    margin-bottom: 5vw;
  }
  .gender-txt span {
    font-size: 3vw;
  }
  .gender-txt.gender-t::after {
    width: calc(100% - 17vw);
  }
  .gender-txt.gender-tw::after {
    width: calc(100% - 21vw);
  }
  .gender-txt.gender-tb::after {
    width: calc(100% - 14vw);
  }
  .gender-txt.gender-tp::after {
    width: calc(100% - 30vw);
  }
  .gender-txt.gender-ts::after {
    width: calc(100% - 60vw);
  }
}
@media screen and (max-width: 600px) {
  .gender-txt span {
    font-size: 4vw;
  }
  .gender-txt.gender-tw {
    margin-top: 0;
  }
  .gender-txt.gender-t::after {
    width: calc(100% - 23vw);
  }
  .gender-txt.gender-tw::after {
    width: calc(100% - 28vw);
  }
  .gender-txt.gender-tb::after {
    width: calc(100% - 20vw);
  }
  .gender-txt.gender-tp::after {
    width: calc(100% - 42vw);
  }
  .gender-txt.gender-ts::after {
    width: calc(100% - 78vw);
  }
}

/* ------------------------------
  sec-ttl
------------------------------ */

.f01 .sec-ttl-bg {
  background-image: url("../ski_bc/img/f01_bg.jpg");
}
.f02 .sec-ttl-bg {
  background-image: url("../ski_bc/img/f02_bg.jpg");
}
.f03 .sec-ttl-bg {
  background-image: url("../ski_bc/img/f03_bg.jpg");
}
@media screen and (max-width: 767px) {
  .f01 .sec-ttl-bg {
    background-image: url("../ski_bc/img/f01_bg_sp.jpg");
  }
  .f02 .sec-ttl-bg {
    background-image: url("../ski_bc/img/f02_bg_sp.jpg");
  }
  .f03 .sec-ttl-bg {
    background-image: url("../ski_bc/img/f03_bg_sp.jpg");
  }
}

/* ------------------------------
  sec-scene
------------------------------ */
.sec-scene {
  padding-top: 100px;
  padding-bottom: 100px;
}

.thumbnail_row {
    max-width: 1520px;
    width: 100%;
    margin-inline: auto;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(32, 1fr);
}
.thumbnail_row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1550px) {
  .thumbnail_row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .sec-scene {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .thumbnail_row {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ------------------------------
  sec-voice
------------------------------ */
.sec-voice {
  padding-top: 100px;
}
.sec-voice .under-ttl {
  margin-top: 100px;
}
.sec-voice ul {
  margin-top: 40px;
  padding: 0;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#grandmontespro .sec-voice ul {
  justify-content: center;
}
.sec-voice ul li {
  width: 48%;
  padding: 0;
  margin-bottom: 60px;
}
.sec-voice-prof {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sec-voice .txt {
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 2;
}
.sec-voice .dept {
  font-size: 14px;
  line-height: 1.2;
  text-align: right;
}
.sec-voice .name {
  width: 25%;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec-voice {
    padding-top: 60px;
  }
  .sec-voice ul {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .sec-voice ul li {
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .sec-voice ul li:last-of-type {
    border-bottom: 0;
  }
  .sec-voice .txt {
    font-size: 14px;
    margin-bottom: 5vw;
  }
  .sec-voice .dept {
    font-size: 12px;
  }
  .sec-voice .name {
    width: auto;
    margin-left: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .sec-voice .txt {
    font-size: 4vw;
  }
  .sec-voice .dept {
    font-size: 3.3vw;
  }
  .sec-voice .name {
    margin-left: 2vw;
    font-size: 4vw;
  }
}

.features01 {
}
.sec-ttl-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
.sec-ttl-box_wrap {
  width: 1520px;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.sec-ttl-box {
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .f02 .sec-ttl-box {
    padding: 76px 0;
  }
}
.sec-ttl {
  padding: 0;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #fff;
}
.sec-ttl span {
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 3px solid #fff;
}
.sec-ttl small {
  display: block;
  font-size: 60%;
  padding-bottom: 0;
}
.sec-ttl_kana {
  font-size: 19px;
  margin-top: 0;
  color: #fff;
}
.sec-ttl_tag_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 15px auto 0;
}
.sec-ttl_tag {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 5px;
  padding: 0 10px;
  width: 100px;
  border: 1px solid #000;
}
.sec-ttl_tag.sec-ttl_tag_unisex {
  background: #808080;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 5px;
  padding: 0 10px;
  width: 100px;
  border: 1px solid #808080;
}
.sec-ttl_tag.sec-ttl_tag_women {
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 5px;
  padding: 0 10px;
  width: 100px;
}
@media screen and (max-width: 1550px) {
  .sec-ttl-box_wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .features01 .sec-ttl-bg {
    height: 120vw;
  }
  .sec-ttl-box_wrap {
    height: 120vw;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec-ttl-box {
    padding: 0;
    margin: auto 0 10vw;
  }
  .sec-ttl_kana {
    font-size: 3.3vw;
  }
  .sec-ttl span {
    display: inline-block;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    border-bottom: 1px solid #fff;
  }
  .sec-ttl_tag_wrap {
    margin: 0 auto;
    gap: 4vw;
  }
  .sec-ttl_tag {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.3vw;
    margin: 0 0;
    padding: 0 4vw;
    width: 18vw;
  }
  .sec-ttl_tag.sec-ttl_tag_unisex {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.3vw;
    margin: 0 0;
    padding: 0 4vw;
    width: 18vw;
  }
  .sec-ttl_tag.sec-ttl_tag_women {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.3vw;
    margin: 0 0;
    padding: 0 4vw;
    width: 18vw;
  }
}
@media screen and (max-width: 500px) {
  .sec-ttl  {
    font-size: 10vw;
  }
}

/*sec-features*/
.features-inner {
  display: flex;
  justify-content: center;
}
.features-inner .lineup-ttl  {
  margin-bottom: 60px;
}
.lineup-ttl {
  display: inline-block;
  padding: 0 22px;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  background-color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lineup-ttl {
    padding: 0 4.5vw;
    font-size: 7vw;
    margin-bottom: 3vw;
  }
  .features-inner .lineup-ttl  {
    margin-bottom: 10px;
  }
}

/*features-swiper*/
.features .swiper {
  padding-top: 100px;
  position: relative;
}
.features .swiper-button-box {
  width: 136px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 0;
}
.features .swiper-button-prev svg,
.features .swiper-button-next svg {
  display: none;
}
.features .swiper-button-prev,
.features .swiper-button-next {
  height: 60px;
  width: 60px;
  margin-top: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 100vh;
  text-indent: -9999px;
  z-index: 100;
}
.features .swiper-button-prev {
  left: 0;
  background: #F0EEEF;
}
.features .swiper-button-next {
  right: 0;
  background: #000;
}
.features .swiper-button-prev::after,
.features .swiper-button-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  height: 60px;
  width: 60px;
  margin: auto;
  top: calc(50% - 8px);
  right: calc(50% - 8px);
  width: 16px;
  height: 16px;
}
.features .swiper-button-prev::after {
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_left.svg);
}
.features .swiper-button-next::after {
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_w.svg);
}

/**/
.features-box {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
}
.features .features03 .swiper-button-prev {
  background: #fff;
}
.features .features04 .swiper-button-prev {
  background: #fff;
}
.features .features09 .swiper-button-prev {
  background: #fff;
}
.features .features10 .swiper-button-prev {
  background: #fff;
}
.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-body {
  font-size: 20px;
  margin-top: 20px;
}
.features-item.features-m {
  padding: 0;
  align-items: flex-start;
  min-height: 580px;
}
.features-m-head {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}
.features-m-body {
  max-width: 700px;
  margin: 0 auto 60px;
}
.features-m-01 {
  width: 35%;
  padding-top: 100px;
  position: relative;
}
.features-m-02 {
  width: 34%;
  z-index: 1;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.features-m-03 {
  width: 35%;
  position: relative;
}
.features-slide {
  background: #f3f3f3;
}
.features-slide span {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px;
}

.features-m-gen {
  display: inline-block;
  padding: 0 30px;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  margin-bottom: 15px;
}
.features-m-gen.women {
  color: #000;
  background: #fff;
}
.features-m-gen.unisex {
  color: #fff;
  background: #808080;
  border: 1px solid #808080;
}
.features-m-ttl {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}
.features-m-name {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}
.features-m-desc {
  font-size: 18px;
}
/*購入ボタン*/
.btn-buy {
  margin-top: 10px;
  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;
}
.features-m-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 640px;
}
.features-m-pc .features-m-desc {
  padding-top: 460px;
}
@media screen and (max-width: 1100px) {
  .features-m-01 {
    order: 2;
  }
  .features-m-02 {
    order: 1;
  }
  .features-m-03 {
    order: 3;
  }
  .features .inner {
    overflow: hidden;
  }
  .features-body {
    font-size: 16px;
  }
  .btn-buy {
    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-m-body {
    max-width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }
  .features-item.features-m {
    padding: 0;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
  }
  .features-m-01 {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .features-m-02 {
    width: 100%;
    margin-right: 0;
    position: relative;
    text-align: center;
  }
  .features-m-03 {
    width: 100%;
    padding-top: 0;
  }
  .features-m-02 img {
    margin-top: 0;
    max-width: 400px;
    width: 80%;
  }
  
  .features-m-ttl {
    margin: 20px auto 0;
  }
  .features-m-name {
    margin: 10px auto 0;
  }
  .features-m-desc {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .features-m-img {
    text-align: center;
  }
  .features-m-img img {
    max-width: 300px;
    width: 300px;
  }  
  .features .swiper {
    overflow: visible;
    padding-top: 20px;
  }
  .features .swiper-button-box {
    display: none;
  }
  .features-slide span {
    font-size: 14px;
    min-height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .features-m-gen {
    padding: 0 5vw;
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }
  .features-inner {
    justify-content: flex-start;
  }
  .features {
    margin-top: 70px;
  }
  .features-box {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 0;
  }
  .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-body {
    margin-bottom: 3vw;
  }
  .features-m-01 {
    padding-top: 0;
  }
  .features .inner {
    padding-bottom: 0;
  }
  .features-item.features-m {
    padding: 2vw 0 20px;
    flex-direction: column;
  }
  .features-m-01 {
    width: 100%;
    text-align: left;
  }
  .features-m-02 {
    width: 100%;
    text-align: center;
  }
  .features-m-03 {
    width: 100%;
  }
  .features-m-02 img {
    max-width: 400px;
  }
  .features-m-ttl {
    max-width: 100%;
    font-size: 5.2vw;
    margin: 4vw auto 6vw 0;
  }
  .features-m-name {
    max-width: 100%;
    margin: 0 auto 0 0;
    font-size: 4.5vw;
  }
  .features-m-desc {
    margin-top: 8vw;
    margin-bottom: 8vw;
    font-size: 16px;
  }
  .features-body {
    font-size: 16px;
  }
  .features-m .btn-buy {
    margin-top: 40px;
  }
  .features-slide span {
    min-height: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .features {
    margin-top: 0;
  }
  .features-box {
    padding-top: 10vw;
    padding-bottom: 16vw;
  }
  .features-m-ttl {
    margin: 4vw auto 6vw;
  }
  .features-m-desc {
    font-size: 4vw;
  }
  .btn-buy a {
    font-size: 4vw;
    padding: 4.5vw 0;
    max-width: 60vw;
  }
  .btn-buy a:after {
    top: calc(50% - 3vw);
    right: 3vw;
    width: 6vw;
    height: 6vw;
    margin-left: 3vw;
  }
  .features-slide span {
    font-size: 3.5vw;
  }
}

/*spec*/
.features-spec {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #000;
  margin-top: 60px;
  padding-top: 15px;
}
.features08 .features-spec {
  margin-top: 100px;
}
.features-spec .features-spec-img {
  width: 80px;
  flex-shrink: 0;
}
.features-spec-table {
  flex: 1;
}
.features-spec-table table {
  width: 100%;
  border-collapse: collapse;
}
.features-spec tbody {
  display: flex;
  gap: 20px;
}
.features08 .features-spec tbody {
  flex-direction: column;
  gap: 10px;
}
.features-spec tr {
  display: flex;
}
.features-spec th {
  font-size: 16px;
  font-weight: bold;
  padding-right: 4px;
  white-space: nowrap;
}
.features-spec td {
  font-size: 16px;
  white-space: nowrap;
}
.features-spec caption {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .features-spec {
    margin-top: 40px;
  }
  .features08 .features-spec {
    margin-top: 40px;
  }
  .features08 .features-spec tbody {
    flex-direction: row;
    gap: 10px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .features-spec {
    margin-top: 4vw;
    gap: 4vw;
    align-items: flex-start;
  }
  .features08 .features-spec {
    margin-top: 4vw;
  }
  .features-spec tbody {
    flex-direction: column;
    gap: 1vw;
  }
  .features08 .features-spec tbody {
    flex-direction: column;
    gap: 1vw;
    margin-bottom: 2vw;
  }
  .features-spec .features-spec-img {
    width: 20vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .features-spec th {
    font-size: 3.3vw;
  }
  .features-spec td {
      font-size: 3.3vw;
  }
  .features-spec caption {
    font-size: 3.3vw;
  }
}

.sec01_bottom {
  margin-top: 100px;
}
.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;
}
.sec01_banner-img {
  max-width: 1520px;
  margin: 0 auto;
}
.sec01_banner-img.banner03 {
  margin-bottom: 40px;
}
.sec01_banner-img.banner01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1540px) {
  .sec01_banner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec01_bottom {
    margin-top: 18vw;
  }
  .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;
  }
}