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

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

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


/* ------------------------------------------------------------------
  -Common
------------------------------------------------------------------ */
/*mv*/
.mv-series {
  text-indent: -9999px;
}
.mv__inner {
  background-image: url("../trilogy-jorasses/img/trilogy-jorasses_pc.jpg");
  min-height: auto;
}
@media screen and (max-width: 767px) {
  .trilogy-jorasses .mv__inner {
    background-image: url("../trilogy-jorasses/img/trilogy-jorasses_sp.jpg");
    padding-top: 120%;
    min-height: auto;
  }
}

.section-ttl {
  display: inline-block;
  padding: 0 24px;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  background-color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    padding: 0 4.5vw;
    font-size: 7vw;
  }
}


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

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

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

/* arrow */
.swiper-button-box {
  position: absolute;
  max-width: 1520px;
  margin: 0 auto;
  top: 0;
  height: 64px;
  left: 0;
  right: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev {
  right: 80px;
  left: auto;
  top: 0;
  margin-top: 0;
}
.swiper-button-prev {
  width: 64px;
  height: 64px;
  border-radius: 100vh;
  background: #fff;
  border: 1px solid #fff;;
  display: flex
}
.swiper-button-prev::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
/* 次への矢印カスタマイズ */
.swiper-button-next {
  right: 0;
  top: 0;
  margin-top: 0;
}
.swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 100vh;
  background: #000;
  border: 1px solid #fff;;
  display: flex;
}
.swiper-button-next::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(https://milletonline.itembox.design/item/production-newlogo-assets/assets/img/svg/icn_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}


@media screen and (max-width: 1580px) {
  .swiper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .swiper_func {
    max-width: 1520px;
    overflow-x: visible;
    overflow-y: visible;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1150px) {
  .swiper_func {
    padding-top: 12vw;
    margin-top: -8vw;
  }
  .swiper-slide span {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper_func {
    margin-top: 0;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper-button-box {
    display: none;
  }
}
@media screen and (max-width: 1580px) {
  .pickup-slidebox {
    margin: 0 auto;
    width: 100%;
  }
  .pickup-slidebox {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pickup-box {
    padding: 50px 0 70px;
    background-size: cover;
  }
}
@media screen and (max-width: 500px) {
  .lineup-ttl {
    padding: 0 4.5vw;
    font-size: 7vw;
  }
  .pickup-box {
    padding: 12vw 0 12vw;
    background-size: cover;
  }
}



/* 色玉表示 */
._additional_text1 {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10px 0 5px !important;
}
._additional_text1 > div {
  display: inline-block;
  margin: 0 4px !important;
}
._additional_text1 > div::before {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100vh;
}

/* white */
._additional_text1 > div._WHITE::before {
  background: #fff;
  border: 1px solid #aaa;
}

/* black */
._additional_text1 > div._BLACK::before {
  background: #000;
}

/* gray */
._additional_text1 > div._GRAY::before {
  background: #888888;
}

/* beige */
._additional_text1 > div._BEIGE::before {
  background: #d6c7a6;
}

/* navy */
._additional_text1 > div._NAVY::before {
  background: #012e69;
}

/* blue */
._additional_text1 > div._BLUE::before {
  background: #2B5DB2;
}

/* lightblue */
._additional_text1 > div._LIGHTBLUE::before {
  background: #70CBE6;
}

/* purple */
._additional_text1 > div._PURPLE::before {
  background: #683577;
}

/* olive */
._additional_text1 > div._OLIVE::before {
  background: #6B6932;
}

/* green */
._additional_text1 > div._GREEN::before {
  background: #59A023;
}

/* brown */
._additional_text1 > div._BROWN::before {
  background: #765029;
}

/* orange */
._additional_text1 > div._ORANGE::before {
  background: #E78538;
}

/* red */
._additional_text1 > div._RED::before {
  background: #C33027;
}

/* pink */
._additional_text1 > div._PINK::before {
  background: #D15585;
}

/* yellow */
._additional_text1 > div._YELLOW::before {
  background: #F7E93F;
}

/* multi */
._additional_text1 > div._MULTI::before {
  background: url(https://milletonline.itembox.design/item/asset/img/color_icn_multi.png) no-repeat;
  background-size: 25px 25px;
  border: 0;
}
/*タグ*/
._layoutgroup2 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
._layoutgroup2 ._display_text2 {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-size: 12px;
    line-height: 1;
    padding: 4px 4px !important;
    margin-top: 0 !important;
    margin-bottom: 3px !important;
    margin-left: 0 !important;
    margin-right: 3px !important;
}
._layoutgroup2 ._display_text3 {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-size: 12px;
    line-height: 1;
    padding: 4px 4px !important;
    margin-top: 0 !important;
    margin-bottom: 3px !important;
    margin-left: 0 !important;
    margin-right: 3px !important;
}
._layoutgroup2 ._display_text4 {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-size: 12px;
    line-height: 1;
    padding: 4px 4px !important;
    margin-top: 0 !important;
    margin-bottom: 3px !important;
    margin-left: 0 !important;
    margin-right: 3px !important;
}


/* ------------------------------------------------------------------
  -固有
------------------------------------------------------------------ */
/*copy*/
.copy .inner {
  padding-top: 100px;
  padding-bottom: 20px;
  text-align: center;
}
.copy-img img {
  max-width: 96px;
}
.copy-ttl {
  margin-top: 60px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
}
.copy-lead {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
.copy-h3 {
  margin-top: 70px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.copy-h3 span {
  font-size: 16px;
  margin-left: 8px;
}
.copy-lead.mtex {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .copy .inner {
    padding-top: 16vw;
    padding-bottom: 10px;
    text-align: center;
  }
  .copy-ttl {
    margin-top: 8vw;
    font-size: 32px;
    margin-bottom: 0;
  }
  .copy-lead {
    font-size: 16px;
    margin-top: 4vw;
    text-align: left;
  }
  .copy-lead.mtex {
    margin-top: 20px;
  }
  .copy-h3 {
    margin-top: 40px;
  }
  .copy-h3 span {
    font-size: 12px;
    line-height: 1.1;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .copy-img img {
    max-width: 20vw;
  }
  .copy-ttl {
    font-size: 8vw;
  }
  .copy-lead {
    font-size: 4vw;
  }
  .copy-h3 {
    margin-top: 10vw;
    font-size: 6vw;
  }
}

/*sec-sec01*/
.sec01-img {
  margin: 100px auto 160px;
}
@media screen and (max-width: 767px) {
  .sec01-img {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .sec01-img {
    margin: 6vw auto 0;
  }
}


/*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;
}
}
/*bx-slider*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -130px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background:#ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls {
  position: absolute;
  top: -10px;
  right: 0;
}
.bx-controls-direction {
  position: relative;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -60px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -9999px;
  z-index: 100;
}
.bx-wrapper .bx-prev {
  right: 65px;
  background: #F0EEEF;
}
.bx-wrapper .bx-next {
  right: 0;
  background: #000;
}
.bx-wrapper .bx-prev.disabled,
.bx-wrapper .bx-next.disabled {
  opacity: 0.6;
  cursor: default;
}
.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;
  }
}

/**/
.features02 .bx-wrapper .bx-prev {
  background: #fff;
}
.features04 .bx-wrapper .bx-prev {
  background: #fff;
}
.features06 .bx-wrapper .bx-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;
}
.features02,
.features04,
.features06 {
  background: #F0EEEF;
}

.features-box {
  padding-top: 100px;
  padding-bottom: 100px;
}
.features01 {
  padding: 20px 0 100px;
}
.features-body {
  font-size: 20px;
  margin-top: 20px;
}
.features-item.features-m {
  padding: 0;
  align-items: flex-start;
}
.features-m-head {
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}
.features-m-body_pc {
  max-width: 700px;
  margin: 60px auto 60px;
}
.features-m-body_sp {
  display: none;
}
.features-m-01 {
  width: 50%;
  position: relative;
}
.features-m-02 {
  width: 31%;
  z-index: 1;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.features-m-03 {
  width: 34%;
  padding-top: 39px;
  position: relative;
}
.features-m-02 img {
  margin-top: 0;
}
.features01 .features-m-02 img {
  margin-top: -40px;
}
.features02 .features-m-02 img {
  margin-top: -40px;
}
.features03 .features-m-02 img {
  margin-top: -30px;
}
.features04 .features-m-02 img {
  margin-top: -40px;
}
.features05 .features-m-02 img {
  margin-top: -40px;
}
.features06 .features-m-02 img {
  margin-top: -40px;
}
.features-m-ttl {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}
.features-m-name {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}
.features-m-pc .features-m-name {
  margin-top: 50px;
}
.features-m-box {
  margin-top: -60px;
}
.features-m-box .features-m-name {
  margin-top: 0;
}
.features03 .features-m-body_pc {
  margin: 60px auto 60px;
}
.features-m-desc {
  font-size: 20px;
  margin-top: 20px;
}
.features-m-pc {
  display: block;
}
.features-m-sp {
  display: none;
}
/*購入ボタン*/
.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-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 760px;
  z-index: 0;
  height:428px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image:url('../trilogy-jorasses/img/feature/sec02_01_bg.jpg');
}
.features01 .features-m-bg {
  background-image:url('../trilogy-jorasses/img/feature/sec02_01_bg.jpg');
}
.features02 .features-m-bg {
  background-image:url('../trilogy-jorasses/img/feature/sec02_02_bg.jpg');
}
.features03 .features-m-bg {
  background-image:url('../trilogy-jorasses/img/feature/sec02_03_bg.jpg');
}
.features04 .features-m-bg {
  background-image:url('../trilogy-jorasses/img/feature/sec02_04_bg.jpg');
}
.features05 .features-m-bg {
  background-image:url('../trilogy-jorasses/img/feature/sec02_05_bg.jpg');
}
.features06 .features-m-bg {
  background-image:url('../trilogy-jorasses/img/feature/sec02_06_bg.jpg');
}
.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: 1580px) {
  .features-m-bg {
    width: 46vw;
    height: 27vw;
  }
  .features-m-pc .features-m-desc {
    padding-top: 29vw;
  }
  .features01 .features-m-02 img {
    margin-top: -2vw;
  }
  .features02 .features-m-02 img {
    margin-top: -2vw;
  }
  .features03 .features-m-02 img {
    margin-top: -2vw;
  }
  .features04 .features-m-02 img {
    margin-top: -2vw;
  }
  .features05 .features-m-02 img {
    margin-top: -2vw;
  }
  .features06 .features-m-02 img {
    margin-top: -2vw;
  }
}
@media screen and (max-width: 1200px) {
  .features-m-body_pc {
    display: none;
  }
  .features-m-body_sp {
    display: block;
  }
  .features .inner {
    overflow: hidden;
  }
  .features-m-bg {
    width: 800px;
    height: 440px;
    top: 0;
  }
  .features .bx-viewport {
    overflow: visible !important;
  }
  .features-body {
    font-size: 16px;
  }
  .btn-buy {
    margin-top: 3vw;
    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-item.features-m {
    padding: 60px 0 20px;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
  }
  .features01 .features-item.features-m {
    padding: 0 0 20px;
  }
  .features02 .features-item.features-m {
    padding: 0 0 20px;
  }
  .features03 .features-item.features-m {
    padding: 0 0 20px;
  }
  .features04 .features-item.features-m {
    padding: 0 0 20px;
  }
  .features05 .features-item.features-m {
    padding: 0 0 20px;
  }
  .features06 .features-item.features-m {
    padding: 0 0 20px;
  }
  .features-m-01 {
    width: 100%;
    text-align: center;
    padding-top: 280px;
  }
  .features-m-01 .features-m-sp {
    margin-top: -200px;
  }
  .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: 20px;
    max-width: 400px;
    width: 80%;
  }
  .features01 .features-m-02 img {
    margin-top: 0;
  }
  .features02 .features-m-02 img {
    margin-top: 0;
  }
  .features03 .features-m-02 img {
    margin-top: 0;
  }
  .features04 .features-m-02 img {
    margin-top: 0;
  }
  .features05 .features-m-02 img {
    margin-top: 0;
  }
  .features06 .features-m-02 img {
    margin-top: 0;
  }
  .features-m-ttl {
    margin: 20px auto 0;
  }
  .features-m-name {
    margin: 10px auto 0;
  }
  .features-m-desc {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .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: 880px) {
  .features-m-bg {
    width: 100%;
    height: 52vw;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .features-inner {
    justify-content: flex-start;
  }
  .features {
    margin-top: 70px;
  }
  .features-box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .features-box.features01 {
    padding-top: 40px;
  }
  .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-01 {
    padding-top: 0;
    display: none;
  }
  .features-m-01 .features-m-sp {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .features-m-02 {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .features01 .features-m-02 {
    background-image:url('../trilogy-jorasses/img/feature/sec02_01_bg.jpg');
  }
  .features02 .features-m-02 {
    background-image:url('../trilogy-jorasses/img/feature/sec02_02_bg.jpg');
  }
  .features03 .features-m-02 {
    background-image:url('../trilogy-jorasses/img/feature/sec02_03_bg.jpg');
  }
  .features04 .features-m-02 {
    background-image:url('../trilogy-jorasses/img/feature/sec02_04_bg.jpg');
  }
  .features05 .features-m-02 {
    background-image:url('../trilogy-jorasses/img/feature/sec02_05_bg.jpg');
  }
  .features06 .features-m-02 {
    background-image:url('../trilogy-jorasses/img/feature/sec02_06_bg.jpg');
  }
  .features01 .features-m-02 img {
    margin-top: 28vw;
  }
  .features02 .features-m-02 img {
    margin-top: 28vw;
  }
  .features03 .features-m-02 img {
    margin-top: 28vw;
  }
  .features04 .features-m-02 img {
    margin-top: 28vw;
  }
  .features05 .features-m-02 img {
    margin-top: 28vw;
  }
  .features06 .features-m-02 img {
    margin-top: 28vw;
  }
  .features .inner {
    padding-bottom: 0;
  }
  .features-item.features-m {
    padding: 15vw 0 20px;
    flex-direction: column;
  }
  .features01 .features-m-01 {
    padding-top: 6vw;
  }
  .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;
  }
}
@media screen and (max-width: 500px) {
  .features {
    margin-top: 16vw;
  }
  .features-box {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .features-box.features01 {
    padding-top: 4vw;
  }
  .features01 .features-m-02 img {
    margin-top: 18vw;
  }
  .features02 .features-m-02 img {
    margin-top: 22vw;
  }
  .features03 .features-m-02 img {
    margin-top: 18vw;
  }
  .features04 .features-m-02 img {
    margin-top: 18vw;
  }
  .features05 .features-m-02 img {
    margin-top: 22vw;
  }
  .features06 .features-m-02 img {
    margin-top: 20vw;
  }
  .features02 .features-m-03 {
    margin-top: 0;
  }
  .features-m-ttl {
    margin: 4vw auto 6vw;
  }
  .features-m-desc {
    font-size: 4vw;
  }
  .bx-wrapper li {
    user-select: none;
    max-width: 200px;
    width: 200px;
    margin-right: 20px;
  }
  .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;
  }
}


/*sec-scene*/
.sec-scene {
  padding: 100px 0 100px;
  background: #F0EEEF;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-scene {
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 500px) {
  .sec-scene {
    padding: 0 0 16vw;
  }
}

/**/
.product-list {
  background: #F0EEEF;
  padding: 140px 0 140px;
}

.gender-txt {
  width: 100%;
  color: #000;
  position: relative;
  margin-top: 64px;
  margin-bottom: 30px;
}
.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-w::after {
  width: calc(100% - 120px);
}
.gender-txt.gender-u::after {
  width: calc(100% - 140px);
}
.product-list .list-item {
  border-color: #F0EEEF;
  background: #fff;
  color: #000;
  width: 24%;
  margin-bottom: 1.6%;
  padding-top: 15px;
}
.product-list .list-box::before,
.product-list .list-box::after {
  width: 24%;
}
.product-list .list-item a {
  color: #000;
}
@media screen and (max-width: 1040px) {
  .product-list {
    padding: 70px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .product-list {
    padding: 70px 0 40px;
  }
  .gender-txt {
    margin-top: 2vw;
    margin-bottom: 5vw;
  }
  .gender-txt span {
    font-size: 4vw;
  }
  .gender-txt::after {
    width: calc(100% - 16vw);
  }
  .gender-txt.gender-w::after {
    width: calc(100% - 26vw);
  }
  .gender-txt.gender-u::after {
    width: calc(100% - 30vw);
  }
  .product-list .list-box {
    margin-bottom: 0;
  }
  .product-list .list-item {
    width: 48.5%;
    margin-bottom: 3%;
  }
  .product-list .list-box::before,
  .product-list .list-box::after {
    width: 48.5%;
  }
}
@media screen and (max-width: 500px) {
  .product-list {
    padding: 16vw 0 15vw;
  }
  .product-list .list-item p.item-name {
    font-size: 3.8vw;
  }
  .product-list .list-item p.price {
    font-size: 3.5vw;
  }
}

/**/
.shop-list {
  margin: 60px 0;
}
.shop-list .inner {
  display: flex;
  flex-wrap: nowrap;
}
.shop-list .list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: calc(100% - 250px);
}
.shop-list .list-box {
  width: 23%;
}
.shop-ttl {
  width: 250px;
}
.shop-ttl span {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 1.1;
  padding: 8px 24px;
}
.area-ttl {
  font-size: 20px;
  background-color: initial;
  color: #000;
  border: initial;
  width: 100%;
  display: table;
  text-align: left;
  white-space: nowrap;
  padding: 0;
}
.area-ttl:after {
  content: '';
  display: table-cell;
  width: 100%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.area-ttl:after {
  border-left: 1em solid transparent;
}
.area-ttl span {
  font-weight: 700;
  padding-right: 10px;
}
.shop-list .gender-ttl {
  margin: 0;
}
.shop-name {
  margin-top: 20px;
}
.shop-name a {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.shop-name img {
  display: inline-block;
  width: 16px;
  margin-top: 4px;
  margin-left: 8px;
  flex-shrink: 0;
}
.shop-addr {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #7C7C7C;
}
.shop-tel {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #7C7C7C;
}
@media screen and (max-width: 1350px) {
  .shop-list .inner {
    flex-direction: column;
  }
  .shop-list .list-wrap {
    width: 100%;
    margin-top: 40px;
  }
  .shop-ttl {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .shop-list .list-wrap {
    flex-direction: column;
  }
  .shop-list .list-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .shop-list .list-wrap{
    margin-top: 3vw;
  }
  .shop-list .list-box {
    margin-bottom: 20px;
  }
  .shop-ttl span {
    font-size: 4.8vw;
    margin-bottom: 20px;
    padding: 1.5vw 4.5vw;
  }
  .shop-list .area-ttl span {
    font-size: 14px;
  }
  .shop-name {
    margin-top: 10px;
  }
  .shop-name a {
    font-size: 18px;
  }
  .shop-name img {
    width: 12px;
  }
  .shop-addr {
    margin-top: 10px;
    font-size: 14px;
  }
  .shop-tel {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .shop-list {
    margin: 16vw 0;
  }
  .shop-list .area-ttl span {
    font-size: 4.5vw;
  }
  .area-ttl {
    font-size: 4.5vw;
    background-color: initial;
    color: #000;
    border: initial;
    width: 100%;
    display: table;
    text-align: left;
    white-space: nowrap;
    padding: 0;
  }
  .shop-ttl span {
    font-size: 4.5vw;
  }
  .shop-name a {
    font-size: 5vw;
  }
  .shop-addr {
    font-size: 4vw;
  }
  .shop-tel {
    font-size: 4vw;
  }
}

/**/
.mov-box {
  max-width: 1560px;
  margin: 120px auto 0;
  padding-left: 40px;
  padding-right: 40px;
}
.mov-box .hacobune-app-container {
  padding: 0;
}
.mov-box .hacobune-unit-video-outline {
  padding: 0;
  display: none;
}
@media screen and (max-width: 1280px) {
  .mov-box {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .mov-box {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 !important;
  }
  .mov-box .hacobune-app-container {
    width: 100% !important;
    padding: 0 !important;
  }
  .mov-box .hacobune-unit-video {
    margin: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .mov-box {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}