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

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

/* ------------------------------------------------------------------
  -Layout
------------------------------------------------------------------ */
.inner {
  max-width: 1520px;
  margin: 0 auto;
}
/*レイアウト*/
.item-box {
  border: 0;
}
.item-list .list-item {
  margin-top: 0;
}

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

/* ------------------------------------------------------------------
  -Common
------------------------------------------------------------------ */

@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_top/img/ski_top_mv_pc_re.jpg");
}
@media screen and (min-width: 1300px) {
  .ski_top .mv__inner {
    background-position: center 100%;
  }
}
@media screen and (max-width: 600px) {
  .ski_top .mv__inner {
    background-image: url("../ski_top/img/ski_top_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: 10px;
}
.pickup-box  {
  padding: 60px 0 100px;
  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: visible;
  list-style: none;
  padding: 0;
  z-index: 1;
  max-width: 1520px;
  padding-top: 0px;
  margin-top: 20px;
  margin-bottom: 50px;
  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;
    margin-top: 0;
    margin-bottom: 7vw;
  }
  .swiper_func {
    margin-top: 0;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper-button-box {
    display: none;
  }
  .swiper .list-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;
  }
}
@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;
    margin-bottom: 4vw;
  }
  .pickup-box {
    padding: 12vw 0 10vw;
    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;
}
@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: 60px;
  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);
  }
}

/* セクション
-----------------------------------------------------------*/
/* sec01 */

.sec01_bg {
  position: relative;
  background-image: url("../ski_top/img/sec01_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 1080px;
  text-align: center;
  padding-top: 110px;
}
.sec01_ttl {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
.sec01_txt {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 100px;
  text-align: center;
  color: #000;
}
.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_bg {
    background-size: cover;
    background-position: top center;
    height: auto;
  }
  .sec01_banner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec01_bg {
    background-image: url("../ski_top/img/sec01_bg_sp.jpg");
    padding-top: 13vw;
  }
  .sec01_ttl {
    font-size: 6.1vw;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 7.68vw;
    padding-left: 0;
  }
  .sec01_txt {
    font-size: 3.6vw;
    text-align: left;
    letter-spacing: 0.05em;
    margin-bottom: 15vw;
    padding-left: 0;
  }
  .sec01_subttl {
    font-size: 3.6vw;
    text-align: left;
    letter-spacing: 0.05em;
    padding-left: 4.6vw;
    margin-bottom: 12vw;
  }
  .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;
  }
}

.sec-mov {
  background: transparent;
  padding: 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1520px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.sec-mov-box {
  width: 48%;
}
.visumo-box .hacobune-app-container {
  padding: 0 !important;
  max-width: 1520px !important;
}
.visumo-box .hacobune-unit-video-outline {
  display:none;
}
.visumo-box .hacobune-video-js.videojs-default-skin {
  background-color: #000 !important;
}
@media (max-width: 1540px) {
  .sec-mov {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .sec-mov {
    padding: 0;
    flex-direction: column;
    padding-bottom: 15vw;
  }
  .sec-mov-box {
    width: 100%;
    margin-bottom: 3.8vw;
  }
}
@media (max-width: 720px) {
  .visumo-box .hacobune-unit-video {
      margin: 0 !important;
  }
}
@media (max-width: 719px) {
  .visumo-box .hacobune-app-container {
      width: 100% !important;
  }
}


/*sec-tech*/
.main .sec-sec100 .inner {
  padding: 0;
}
/*sec-scene*/
.sec-scene {
  padding: 140px 0 140px;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  .sec-scene {
    padding: 80px 0 0;
  }
}