@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;
}
/*mv*/
.mv-series {
  text-indent: -9999px;
}
.mv__inner {
  color: #fff;
  background-image: url("../ski/img/ski_mv_pc.jpg");
  padding-top: 40%;
  min-height: auto;
}
@media screen and (max-width: 767px) {
  .h2-ttl {
    font-size: 18px;
    font-weight: 700;
  }
  .ski .mv__inner {
    background-image: url("../ski/img/ski_mv_sp.jpg");
    padding-top: 120%;
    min-height: auto;
  }
}

/*pickup*/


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

/*pickup*/
.item-catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 30px auto 0;
}
.pickup-list .item-kana {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  padding: 10px 0;
  margin: 14px auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  height: auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.pickup .gender-ttl {
  width: 100%;
  margin: 0 auto 15px 0;
}
.pickup .gender-ttl.gender-womens {
  width: 100%;
  margin: 0 auto 15px 0;
}
.pickup-box  {
  padding: 120px 0 80px;
  overflow: hidden;
}
.pickup-box.womens {
  padding: 0;
}
.pickup-slidebox {
  margin: 0 auto;
  width: 1520px;
}
.pickup_wrap {
  position: relative;
}
.pickup-ttl {
  font-size: 40px;
  font-weight: 700;
}
/*
.gender-ttl {
  margin: 10px 0 30px;
}
.pickup-list {
  justify-content: initial;
}
*/
.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);
} */
.gender-ttl {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding: 5px 0 5px 16px;
  margin: 40px 0 30px;
}
.pickup-list .list-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 0;
  width: 23%;
  margin-bottom: 1.3%;
}
.list-item-box {
  border: 1px solid #000;
}
.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: 150px;
}

.pickup-list .item-button.item-button-col2 {
  width: 85%;
  display: flex;
  justify-content: space-between;
}

.pickup-list .item-button {
    margin: 10px auto 30px;
}
.pickup-list .item-button a {
  margin-left: 0;
  margin-right: 0;
}
.pickup-list .item-button.item-button-col2 a {
  max-width: 135px;
}
.pickup-list .item-button span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  color: #FFF;
  font-size: 13px;
  letter-spacing: -0.5px;
  padding: 12px 5px;
}

.pickup-list .item-button2 {
  width: 100%;
  text-align: center;
  margin: 20px 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: 20px 0 0;
}
@media screen and (max-width: 1550px) {
  .pickup-slidebox {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-catch {
    font-size: 20px;
    margin: 30px auto 0;
  }
  .pickup-list .item-kana {
    width: 85%;
    padding: 10px 0;
    margin: 14px auto;
    font-size: 14px;
  }
  .pickup-list .item-button.item-button-col2 a {
    max-width: 46%;
  }
}
@media screen and (max-width: 1040px) {
  .pickup-box {
    padding: 80px 0;
  }
  .pickup .gender-ttl {
    margin: 0 auto 10px 0;
  }
  .pickup .gender-ttl {
    width: calc(100% - 130px);
  }
  .item-catch {
    font-size: 18px;
    margin: 30px auto 0;
  }
  .pickup-list .item-kana {
    width: 90%;
    font-size: 13px;
    letter-spacing: -0.6px;
  }
  .pickup-list .item-button.item-button-col2 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .item-catch {
    font-size: 2.5vw;
    margin: 2vw auto 0;
  }
  .pickup .gender-ttl {
    width: 100%;
    margin: 10px 0 15px;
  }
  .pickup .mens .gender-ttl {
    width: 100%;
  }
  .pickup .slick__prev,
  .pickup .slick__next {
    display: none !important;
  }
  .pickup .bx-viewport {
    overflow: visible !important;
  }
  .pickup-list {
    justify-content: initial;
  }
  .pickup-box {
    padding: 50px 0;
    background-size: cover;
  }
  .pickup-ttl {
    font-size: 22px;
  }
  .list-item {
    margin-bottom: 0;
  }
  .pickup-carousel li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .item-catch {
    font-size: 4vw;
    margin: 4vw auto 0;
  }
  .pickup-ttl {
    font-size: 5vw;
  }
  .pickup-list .item-button2 span {
    font-size: 3vw;
  }
  .pickup-carousel .slick-list { padding-right: 10%; }
  .pickup-list .item-kana {
    font-size: 3vw;
    width: 90%;
    letter-spacing: 0;
  }
  .pickup-list .item-button.item-button-col2 {
    width: 90%;
  }

  .pickup-list .item-button {
    margin: 2vw auto 8vw;
  }
  .pickup-list .item-button span {
    font-size: 3vw;
  }
  .pickup-list .item-button.item-button-col2 a span {
    font-size: 3vw;
  }
  .pickup-list .item-button span::after {
    top: calc(50% - 4px);
    right: 5px;
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
  .pickup-list .item-button2 span::after {
    top: calc(50% - 4px);
    right: 5px;
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
}

@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: 1040px) {
  .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.6% 0 !important;
  }
  .pickup-list .list-item:first-of-type {
    margin-left: 0 !important;
  }
  .pickup-list .list-item:last-of-type {
    margin-right: 0 !important;
  }
}


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

.visumo-box .hacobune-app-container {
  padding: 0 !important;
}
.visumo-box .hacobune-unit-video-outline {
  display:none;
}
@media (max-width: 720px) {
  .visumo-box .hacobune-unit-video {
      margin: 0 !important;
  }
}
@media (max-width: 719px) {
  .visumo-box .hacobune-app-container {
      width: 100% !important;
  }
}

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

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

/* secimg
------------------------------------------------------------------ */
.shadow {
  filter: drop-shadow(0 3px 6px #B7B4A5);
}
.secimg01 .secimg-bg__wrap {
  width: 100%;
  max-width: 1520px;
  height: 1235px;
  margin: 0 auto 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.secimg01 .secimg-bg__wrap .txt-box {
  position: absolute;
  max-width: 1520px;
  width: calc(100%);
  top: 240px;
  left: 0;
}
.secimg01 .secimg-bg__wrap .txt-box-head {
  width: 710px;
  margin-bottom: 90px;
  margin-left: 64px;
}
.secimg01 .secimg-bg__wrap .txt-box-body {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.secimg01 .secimg-bg__wrap .txt-box-body .secimg01-yt {
  width: 48%;
}
.secimg01 .secimg-bg {
  background: url("../ski/img/secimg01_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
  height: 1235px;
}
.secimg01 .secimg01-ttl {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
}
.secimg01 .secimg01-midashi {
  margin-top: 72px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
}
.secimg01 .secimg01-txt {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
}
.secimg01-yt {

}
.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%);
}
@media screen and (max-width: 1520px) {
  .secimg01 .secimg-bg__wrap .txt-box {
    top: 13vw;
  }
  .secimg01 .secimg-bg__wrap .txt-box-head {
    width: 80%;
    margin-bottom: 10vw;
    margin-left: 8vw;
  }
  .secimg01 .secimg-bg__wrap .txt-box-body {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1280px) {
  .secimg01 .secimg-bg {
    height: 100vw;
  }
  .secimg01 .secimg-bg__wrap {
    width: 100%;
    max-width: 100%;
    height: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .secimg01 .secimg-bg__wrap .txt-box {
    top: 24vw;
  }
  .secimg .img-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0;
  }
  .secimg01 .secimg .secimg-bg__wrap {
    height: 128vw;
    min-height: 128vw;
    padding: 0;
    justify-content: space-between;
  }
  .secimg01 .secimg-bg__wrap {
    height: 240vw;
  }
  .secimg01 .secimg-bg {
    background: url("../ski/img/secimg01_bg_sp.jpg") no-repeat;
    background-size: cover;
    height: 240vw;
    min-height: 240vw;
  }
  .secimg01 .secimg-bg__wrap .txt-box-head {
    width: calc(100% - 25px);
    margin-bottom: 20vw;
    margin-left: 15px;
  }
  .secimg01 .secimg-bg__wrap .txt-box-body {
    flex-direction: column;
  }
  .secimg01 .secimg-bg__wrap .txt-box-body .secimg01-yt {
    width: 100%;
    margin-bottom: 5vw;
  }
  .secimg-bg__flex {
    padding: 30px 15px;
    margin: 10vw auto 0;
  }
  .secimg01 .secimg01-ttl {
    font-size: 5vw;
  }
  .secimg01 .secimg01-midashi {
    margin-top: 8vw;
    font-size: 3.5vw;
  }
  .secimg01 .secimg01-txt {
    margin-top: 4vw;
    font-size: 3vw;
  }
  .secimg-bg__flex {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .secimg01 .secimg01-ttl {
    font-size: 6.25vw;
  }
  .secimg01 .secimg01-midashi {
    margin-top: 7vw;
    font-size: 5.2vw;
  }
  .secimg01 .secimg01-txt {
    margin-top: 5vw;
    font-size: 3.6vw;
  }
}


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

/* section user voice */
.sec-voice {
  padding-top: 140px;
}
.sec-voice .under-ttl {
  margin-top: 100px;
}
.sec-voice ul {
  margin-top: 40px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.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: 20px;
  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: 80px;
  }
  .sec-voice ul {
    margin-top: 20px;
  }
  .sec-voice ul li {
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
  }
  .sec-voice ul li:last-of-type {
    border-bottom: 0;
  }
  .sec-voice .txt {
    font-size: 14px;
  }
  .sec-voice .dept {
    font-size: 12px;
  }
  .sec-voice .name {
    width: auto;
    margin-left: 10px;
    font-size: 16px;
  }
}

/*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);
  overflow: visible !important;
}
/** 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;
  }
}

/**/
#throughwarm .bx-wrapper .bx-prev,
#wafflewool .bx-wrapper .bx-prev {
  background: #fff;
}
#drygrid .bx-wrapper .bx-prev,
#alphalightsweat .bx-wrapper .bx-prev {
  background: #F0EEEF;
}
.bg-gray {
  background: #F0EEEF;
}
.features .inner {
  overflow: visible;
  padding-bottom: 40px;
}
.features-item {
  padding: 100px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.features-ttl {
  position: absolute;
  top: 120px;
  right: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
.features01 .features-ttl {
  right: 5%;
}
.features02 .features-ttl {
  right: 0;
}
.features-left {
  width: 100%;
  position: relative;
}
.features-product {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 30%;
  z-index: 2;
}
.features-img {
  width: 100%
}
.features-img img {
  width: 100%
}
.features-name {
  width: 49%;
  font-size: 28px;
  margin-top: 0;
  font-weight: 700;
  line-height: 1.4;
}
.features-desc {
  width: 49%;
  font-size: 20px;
  margin-top: 20px;
}
.features-right {
  width: 100%;
  padding-top: 8vw;
  overflow: hidden;
}
.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: 25%;
}
.features04 .features-m-02 {
  margin-top: 20px;
}
.features-m-03 {
  width: 30%;
}
.features-m-02 img {
  margin-top: 50px;
}
.features-m-ttl {
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.features-m-name {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.features-m-pc .features-m-name {
  margin-top: 50px;
}
.features-m-desc {
  font-size: 20px;
  margin-top: 20px;
}
.features-m .btn-buy {
  margin-top: 50px;
}
.features04 .features-m .btn-buy {
  margin-top: 80px;
}
.features-m-pc {
  display: block;
}
.features-m-sp {
  display: none;
}
.spec-box {
  margin-top: 60px;
}
/*購入ボタン*/
.btn-buy {
  margin-top: 6vw;
  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:hover a {
  background-color: #0086D6;
}
.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;
}


.bx-wrapper li {
  user-select: none;
  max-width: 480px;
  width: 480px;
  margin-right: 40px;
}
/* .slider01 {
  display: flex;
  align-items:flex-end;
  vertical-align: bottom;
} */


@media screen and (max-width: 1350px) {
  .features-body {
    font-size: 16px;
  }
  .features-product {
    position: absolute;
    right: 6%;
    bottom: 0;
    width: 38%;
  }
}
@media screen and (max-width: 1350px) {
  .features-ttl {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .features01 .features-ttl {
    right: 0;
  }
  .features02 .features-ttl {
    right: 0;
  }
  .features-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1040px) {
  .features-item {
    padding: 0 0 40px;
  }
  .features-left {
    width: 100%;
  }
  .features-right {
    width: 80%;
    padding-top: 40px;
    margin: 0 auto;
  }
  .features-ttl {
    font-size: 30px;
    margin-bottom: 0;
  }
  .features-img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -270%;
    width: 100%;
    z-index: 1;
    text-align: center;
  }
  .features-img img {
    max-width: 800px;
  }
  .features-product {
    right: 0;
    left: 10%;
    bottom: 110%;
    z-index: 2;
    width: 80%;
    padding-top: 0;
    text-align: center;
  }
  .features-product img {
    max-width: 500px;
  }
  .features-name {
    width: 80%;
    margin: 20px auto 0;
  }
  .features-desc {
    width: 80%;
    margin: 20px auto 0;
    text-align: left;
  }
  .features-head {
    width: 100%;
  }
  .features-body {
    width: 100%;
    padding: 5px 0;
    color: #000;
  }
  .bx-controls-direction {
    display: none;
  }
  .bx-wrapper li {
    user-select: none;
    max-width: 300px;
    width: 300px;
    margin-right: 20px;
  }
  .features-body {
    margin-top: 15px;
  }
  .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 40px;
    flex-direction: column;
  }
  .features-m-01 {
    width: 100%;
    text-align: center;
  }
  .features-m-02 {
    width: 100%;
    text-align: center;
  }
  .features-m-03 {
    width: 80%;
  }
  .features-m-02 img {
    margin-top: 0;
    max-width: 400px;
  }
  .features-m-ttl {
    font-size: 24px;
    margin-top: 20px;
  }
  .features-m-name {
    margin-top: 20px;
  }
  .features-m-desc {
    font-size: 14px;
    margin-top: 20px;
  }
  .features-m .btn-buy {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1040px) {
  .features-product {
    right: 0;
    left: 15%;
    bottom: 100%;
    z-index: 2;
    width: 70%;
    padding-top: 0;
    text-align: center;
  }
  .features-product img {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .features-product img {
    width: 100%;
  }
  .features-right {
    width: 100%;
    padding-top: 40px;
    margin: 0 auto;
  }
  .features-ttl {
    font-size: 20px;
  }
  .features-name {
    width: 100%;
    font-size: 18px;
  }
  .features-desc {
    width: 100%;
    font-size: 14px;
  }
  .features-body {
    margin-top: 15px;
    font-size: 14px;
  }
  .features-item.features-m {
    padding: 60px 0 40px;
    flex-direction: column;
  }
  .features-m-01 {
    width: 100%;
    text-align: center;
  }
  .features-m-02 {
    width: 100%;
    text-align: center;
  }
  .features-m-03 {
    width: 100%;
  }
  .features-m-02 img {
    margin-top: 0;
    max-width: 400px;
  }
  .features-m-ttl {
    margin-top: 20px;
    font-size: 20px;
  }
  .features-m-name {
    margin-top: 20px;
    font-size: 14px;
  }
  .features-m-desc {
    margin-top: 20px;
    font-size: 14px;
  }
  .features-m .btn-buy {
    margin-top: 40px;
  }
  .features-product {
    right: 0;
    left: 15%;
    bottom: 100%;
    z-index: 2;
    width: 70%;
    padding-top: 0;
    text-align: center;
  }
  .features-product img {
    max-width: 450px;
  }
}
@media screen and (max-width: 500px) {
  .bx-wrapper li {
    user-select: none;
    max-width: 200px;
    width: 200px;
    margin-right: 20px;
  }
}

.features .featuresimg-bg__wrap {
  width: 100%;
  max-width: 1520px;
  height: 540px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.featuresimg-bg__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0 30px;
  border-left: 40px solid #FADE2B;
}
.featureskv01 .featuresimg-bg__flex {
  border-color: #FADE2B;
}
.featureskv02 .featuresimg-bg__flex {
  border-color: #0F3B81;
}
.featureskv03 .featuresimg-bg__flex {
  border-color: #077ABA;
  color: #fff;
}
.featureskv04 .featuresimg-bg__flex {
  border-color: #9D4F9C;
  color: #fff;
}
.featureskv01 .featuresimg-bg {
  background: url("../ski/img/sec02/sec02_01_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
  height: 540px;
}
.featureskv02 .featuresimg-bg {
  background: url("../ski/img/sec02/sec02_02_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
  height: 540px;
}
.featureskv03 .featuresimg-bg {
  background: url("../ski/img/sec02/sec02_03_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
  height: 540px;
}
.featureskv04 .featuresimg-bg {
  background: url("../ski/img/sec02/sec02_04_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
  height: 540px;
}
.featureskv-ttl {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}
.featureskv-txt {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 10px;
}

@media screen and (max-width: 1540px) {
  .features .featuresimg-bg__wrap {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1040px) {
  .features .img-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0;
  }
  .features .featuresimg-bg__wrap {
    position: relative;
    min-height: 120vw;
    height: 120vw;
    padding: 0 15px;
    justify-content: space-between;
  }
  .features .featuresimg-bg__wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
    height: 50vw;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, #ffffff 80%);
  }
  .features.bg-grey .featuresimg-bg__wrap:after {
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, #EFEFEF 80%);
  }
  .featureskv01 .featuresimg-bg {
    background: url("../ski/img/sec02/sec02_01_bg_sp.jpg") no-repeat;
    background-position: center -20vw;
    background-size: cover;
    min-height: 130vw;
    height: 130vw;
  }
  .featureskv02 .featuresimg-bg {
    background: url("../ski/img/sec02/sec02_02_bg_sp.jpg") no-repeat;
    background-position: center -30vw;
    background-size: cover;
    min-height: 130vw;
    height: 130vw;
  }
  .featureskv03 .featuresimg-bg {
    background: url("../ski/img/sec02/sec02_03_bg_sp.jpg") no-repeat;
    background-position: center -25vw;
    background-size: cover;
    min-height: 130vw;
    height: 130vw;
  }
  .featureskv04 .featuresimg-bg {
    background: url("../ski/img/sec02/sec02_04_bg_sp.jpg") no-repeat;
    background-position: center -25vw;
    background-size: cover;
    min-height: 130vw;
    height: 130vw;
  }
  .featureskv-ttl {
    font-size: 5vw;
  }
  .featureskv-txt {
    margin-top: 1vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .featuresimg-bg__flex {
    padding: 6vw 0 0 15px;
    border-width: 20px;
  }

  .features .featuresimg-bg__wrap:after {
    display: none;
  }
  .featureskv01 .featuresimg-bg {
    background-position: center top;
    background-size: contain;
    height: 203vw;
    min-height: 203vw;
  }
  .featureskv02 .featuresimg-bg {
    background-position: center top;
    background-size: contain;
    height: 203vw;
    min-height: 203vw;
  }
  .featureskv03 .featuresimg-bg {
    background-position: center top;
    background-size: contain;
    height: 203vw;
    min-height: 203vw;
  }
  .featureskv04 .featuresimg-bg {
    background-position: center top;
    background-size: contain;
    height: 203vw;
    min-height: 203vw;
  }
}

/**/
.product-list {
  padding: 80px 0 140px;
}

.typhon.product-list, .telluride.product-list {
  background: #fff;
}
.list-wrap02 {
  display: flex;
  justify-content: space-between;
}
.list-wrap03 {
  display: flex;
  justify-content: space-between;
}
.list-50 {
  width: 48.66%;
}
.product-list .list-50 .list-item {
  width: 48%;
}
.list-33 {
  width: 32%;
}
.product-list .list-33  .list-box {
  justify-content: center;
}
.product-list .list-33 .list-item {
  display: flex;
  justify-content: center;
  width: 80%;
}
.product-list .list-33 .list-box::before,
.product-list .list-33 .list-box::after {
  display: none;
}
.telluride.product-list .list-box, 
.nallo.product-list .list-box {
  justify-content: center;
}
.telluride.product-list .list-item,
.nallo.product-list .list-item {
  margin: 0 1% 2.6%;
}
.telluride.product-list .list-box::before,
.telluride.product-list .list-box::after,
.nallo.product-list .list-box::before,
.nallo.product-list .list-box::after {
  display: none;
}
@media screen and (max-width: 1040px) {
  .product-list .list-item {
    width: 48%;
  }
  .list-wrap02 {
    flex-wrap: wrap;
  }
  .list-wrap03 {
    flex-wrap: wrap;
  }
  .product-list {
    padding: 0 0 80px;
  }
  .list-50 {
    width: 100%;
  }
  .product-list .list-50 .list-item {
    width: 48%;
  }
  .list-33 {
    width: 100%;
  }
  .product-list .list-33 .list-item {
    width: 50%;
  }
  .telluride.product-list .list-box, 
  .nallo.product-list .list-box {
    justify-content: space-between;
  }
  .telluride.product-list .list-item,
  .nallo.product-list .list-item {
    margin: 0 0 2.6%;
  }
  .telluride.product-list .list-box::before,
  .telluride.product-list .list-box::after,
  .nallo.product-list .list-box::before,
  .nallo.product-list .list-box::after {
    display: block;
  }
  .product-list .sec-ttl {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
}

#snowbasin .bx-wrapper .bx-prev, #nallo .bx-wrapper .bx-prev {
  background: #fff;
}