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

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

.exp .mv__inner {
  background-position: center top;
  padding-top: initial;
  min-height: 500px;
}
@media screen and (min-width: 1521px) {
  .exp .mv__inner {
    background-position: center 30%;
  }
}
@media screen and (max-width: 1250px) {
  .exp .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
------------------------------------------------------------------ */

@font-face {
  font-family: GTPressuraRegular;
  src: url("../exp/font/GTPressuraRegular/");
  src: url("../exp/font/GTPressuraRegular/GTPressuraRegular.eot") format("embedded-opentype"), url("../exp/font/GTPressuraRegular/GTPressuraRegular.woff") format("woff"), url("../exp/font/GTPressuraRegular/GTPressuraRegular.ttf") format("truetype");
  font-weight: 400;
}
.f-gtpr {
  font-family: "GTPressuraRegular";
}

/*mv*/
.mv__inner {
  background-image: url("../exp/img/exp_mv_pc.jpg");
}
@media screen and (max-width: 600px) {
  .exp .mv__inner {
    background-image: url("../exp/img/exp_sq_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;
  }
  .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;
  }
  .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;
}
@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;
  }
}

/* sec-mov */
.sec-mov {
  width:100%;
  padding: 0 0;
  background: #fff;
}
.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-left: 0;
    padding-right: 0;
  }
}
@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-scene*/
.sec-scene {
  padding-top: 150px;
  padding-bottom: 0;
}
.sec-scene .visumo-box {
  margin: 100px auto 0;
}
.scene01 {
  background-color: #C9CCD4;
}
.scene02 {
  background-color: #E3E1E1;
}
.scene03 {
  background-color: #C9CCD4;
}
.scene04 {
  background-color: #E3E1E1;
}
.sec-scene .img-box {
  margin-top: 150px;
}
.scene-head {
  width: 100%;
  margin: 0 auto;
}
.scene-head img {
  width: 100%;
}
.scene-bottom {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding-top: 20px;
}
.scene-bottom img {
  width: 100%;
}
.func-body {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 28px;
}
.func-no {
  width: 100px;
  padding-right: 20px;
}
.func-desc {
  width: calc(100% - 100px);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.scene-item {
  max-width: 740px;
  margin: 140px auto 80px;
}
.scene-item-img {
  text-align: center;
}
.scene-item-img img {
  max-width: 363px;
}
.scene-item-ttl {
  margin-top: 30px;
  border-bottom: 2px solid #000;
  text-align: left;
  padding-bottom: 15px;
}
.scene-item-ttl img {
  max-width: 293px;
}
.scene-item-body {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
}
.scene-item-desc {
  width: 58%;
  font-size: 16px;
  margin-top: 30px;
}
.btn-buy {
  width: 240px;
}
@media screen and (max-width: 1580px) {
  .sec-scene .visumo-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .main .sec-scene .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-scene .img-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sec-scene .pickup-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {

  .sec-scene .img-box {
    padding-left: 0;
    padding-right: 0;
  }
  .scene03 .scene-bottom {
    padding-bottom: 15vw;
  }
  .main .sec-scene .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec-scene .pickup-box {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .sec-scene .visumo-box {
    margin-top: 15vw;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15vw;
  }
  .sec-scene {
    padding: 18vw 0 18vw;
  }
  .sec-scene .img-box {
    margin-top: 20vw;
  }
  .func-body {
    margin-top: 6vw;
    align-items: flex-start;
  }
  .func-no {
    width: 14vw;
    padding-right: 0;
  }
  .func-desc {
    margin-top: 2vw;
    width: calc(100% - 15vw);
    font-size: 4vw;
  }
  .scene-item {
    max-width: 100%;
    margin: 18vw auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .scene-item-img img {
    max-width: 55%;
  }
  .scene-item-ttl {
    text-align: center;
    padding-bottom: 3vw;
  }
  .scene-item-ttl img {
    width: 40vw;
    max-width: 40vw;
  }
  .scene-item-body {
    flex-direction: column;
  }
  .scene-item-desc {
    width: 100%;
    margin-top: 2vw;
  }
  .btn-buy {
    text-align: center !important;
    margin: 8vw auto 0;
  }
}

/*sec-features*

/**/
.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;
}
.features01,
.features03,
.features05 {
  background: #F0EEEF;
}
.features01 {
  padding: 100px 0 50px;
}
.features02 {
  padding: 100px 0 50px;
}
.features03 {
  padding: 100px 0 50px;
}
.features04 {
  padding: 100px 0 50px;
}
.features-body {
  font-size: 20px;
  margin-top: 20px;
}
.features-item.features-m {
  padding: 0;
  align-items: center;
}
.features-m-03 {
  width: 30%;
  padding-top: 50px;
}
.features-m-02 img {
  margin-top: -100px;
}
.features01 .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-top: 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;
}
.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;
}
/*購入ボタン*/
.btn-buy {
  margin-top: 6vw;
  text-align: right;
}
.btn-buy a {
  display: block;
  margin: 0  0 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;
  }
  .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;
  }
  .features-m-01 {
    width: 100%;
    text-align: center;
  }
  .features-m-02 {
    width: 100%;
    text-align: center;
  }
  .features-m-03 {
    width: 80%;
    padding-top: 0;
  }
  .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-top: 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-body {
    font-size: 12px;
  }
  .features-item.features-m {
    padding: 40px 0 20px;
    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 {
    max-width: 400px;
  }
  .features-m-ttl {
    margin-top: 20px;
    font-size: 20px;
  }
  .features-m-name {
    font-size: 14px;
  }
  .features-m-desc {
    margin-top: 20px;
    font-size: 14px;
  }
  .features04 .features-m .btn-buy {
    margin-top: 40px;
  }
  .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;
  }
}