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

.seneca .mv__inner {
  background-position: center 80%;
  padding-top: initial;
  min-height: 500px;
}
@media screen and (min-width: 1521px) {
  .seneca .mv__inner {
    background-position: center 30%;
  }
}
@media screen and (max-width: 1250px) {
  .seneca .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("../seneca/font/GTPressuraRegular/");
  src: url("../seneca/font/GTPressuraRegular/GTPressuraRegular.eot") format("embedded-opentype"), url("../seneca/font/GTPressuraRegular/GTPressuraRegular.woff") format("woff"), url("../seneca/font/GTPressuraRegular/GTPressuraRegular.ttf") format("truetype");
  font-weight: 400;
}
.f-gtpr {
  font-family: "GTPressuraRegular";
}

/*mv*/
.mv__inner {
  color: #fff;
  background-image: url("../seneca/img/fw25_seneca_mv_pc.jpg");
}
@media screen and (max-width: 600px) {
  .seneca .mv__inner {
    background-image: url("../seneca/img/fw25_seneca_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;
  }
}



/* ------------------------------------------------------------------
  -固有
------------------------------------------------------------------ */
/* sec01 */
.sec01_bg {
  background-image: url("../seneca/img/sec01_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 860px;
  text-align: center;
  padding-top: 80px;
}
.sec0102_bg {
  background-image: url("../seneca/img/sec0102_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 580px;
  text-align: center;
  padding-top: 80px;
}
.sec01 .sec01-ttl-box {
  background: #1D1D1F;
  padding: 80px 0 20px;
}
.sec01 .sec01-ttl {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
.sec01 .sec01-ttl-box span {
  font-size: 50px;
  margin-right: 4px;
}
.sec01 .copy-lead  {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
}
.sec0102_bg .inner {
  position: relative;
  height: 100%;
}
.bg-item {
  position: absolute;
  bottom: 15px;
  right: 0;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.bg-item li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.bg-item img {
  width: 66px;
  margin-right: 10px;
}
.sec01_txt {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
}
.sec01 .sec01_img {
  width: 180px;
  margin: 0 auto;
}
.bg-item.sp_none {
  display: flex !important;
}
.bg-item.pc_none {
  display: none !important;
}
.sec0102_box {
  padding-top: 50px;
  background: #1D1D1F;
}
.sec0102_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec0102_box li {
  width: 31%;
}
.list-ttl {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.list-ttl span {
  font-size: 28px;
  color: #808080;
  font-weight: 400;
  margin-right: 4px;
}
.list-desc {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #808080;
}
.sec0102_notice_box {
  max-width: 700px; 
  margin: 20px 0 30px auto;
  color: #808080;
  font-size: 12px;
}
@media screen and (max-width: 1400px) {

.sec0102_box li {
  width: 48%;
}
}
@media screen and (max-width: 767px) {
  .sec01 .sec01-ttl-box {
    text-align: center;
    padding: 50px 0 20px;
  }
  .sec01 .sec01-ttl {
    font-size: 35px;
    line-height: 1.2;
  }
  .sec01 .sec01-ttl-box span {
    font-size: 40px;
  }
  .sec01_bg {
    background-image: url("../seneca/img/sec01_bg_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 1120px;
    padding-top: 12vw;
  }
  .sec0102_bg {
    background-image: url("../seneca/img/sec0102_bg_sp.jpg");
    height: 100vw;
    padding-top: 0;
  }
  .sec01 .copy-lead  {
    font-size: 35px;
  }
  .sec01_txt {
    font-size: 18px;
    margin-bottom: 4vw;
  }
  .bg-item.sp_none {
    display: none !important;
  }
  .bg-item.pc_none {
    display: flex !important;
  }
  .sec0102_box .desc-list-item {
    width: 100%;
  }
  .sec0102_box {
    padding-top: 8vw;
  }
  .bg-item  {
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0 auto 12vw;
    padding-top: 10vw;
    max-width: 350px;
    justify-content: center;
    position: relative;
  }
  .bg-item li {
    flex-direction: column;
    width: 50%;
    margin-right: 0;
    font-size: 12px;
  }
  .bg-item li img {
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .list-ttl {
    font-size: 20px;
  }
  .list-ttl span {
    font-size: 20px;
    color: #bcbcbc;
  }
  .list-desc {
    font-size: 16px;
    margin-bottom: 7vw;
    color: #bcbcbc;
  }
  .sec0102_notice_box {
    margin: 3vw 0 3vw auto;
    color: #bcbcbc;
  }
  .sec0102_notice_box p {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .sec01 .sec01-ttl-box {
    padding: 8vw 0 3vw;
  }
  .sec01_bg {
    height: 200vw;
  }
  .sec01 .sec01-ttl {
    font-size: 5.5vw;
  }
  .sec01 .sec01-ttl-box span {
    font-size: 6vw;
  }
  .sec01 .copy-lead  {
    font-size: 6.15vw;
  }
  .sec01_txt {
    font-size: 3.5vw;
  }
  .sec01 .sec01_img {
    width: 40%;
  }

  .bg-item li {
    font-size: 3vw;
  }
  .bg-item li img {
    width: 40%;
  }
  .list-ttl {
    font-size: 4.8vw;
  }
  .list-ttl span {
    font-size: 4.8vw;
    color: #bcbcbc;
  }
  .list-desc {
    font-size: 3.5vw;
  }
  .sec0102_notice_box {
    font-size: 3vw;
  }
}

/*sec-scene*/
.sec-scene {
  padding: 100px 0 100px;
  background: #F0EEEF;
}
.scene02 {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
.sec-scene {
  padding: 60px 0 60px;
}
}
@media screen and (max-width: 767px) {
  .scene02 {
    margin-top: 50px;
  }
  .sec-scene {
      padding: 12vw 0;
  }
}


/*sec-features*/
.features {
  margin-top: 100px;
}
/*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: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;
}
.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;
}
.features01 {
  padding: 20px 0 100px;
}
.features02 {
  padding: 100px 0 100px;
}
.features03 {
  padding: 100px 0 100px;
}
.features04 {
  padding: 100px 0 100px;
}
.features05 {
  padding: 100px 0 100px;
}
.features-body {
  font-size: 18px;
  margin-top: 20px;
}
.features-item.features-m {
  padding: 0;
  align-items: flex-start;
}
.features-item.features-m.center {
  padding-top: 120px;
  align-items: center;
}
.features-m-head {
  width: 100%;
  text-align: center;
  padding-bottom: 80px;
}
.features-m-body_pc {
  max-width: 700px;
  margin: 100px auto 60px;
}
.features-m-body_sp {
  display: none;
}
.features-m-01 {
  width: 50%;
  position: relative;
}
.features-m-02 {
  width: 27%;
  z-index: 1;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.features-m-03 {
  width: 33%;
  padding-top: 30px;
  position: relative;
}
.features-m-02 img {
  margin-top: 0;
}
.features01 .features-m-02 img {
  margin-top: -50px;
}
.features02 .features-m-02 img {
  margin-top: -60px;
}
.features03 .features-m-02 img {
  margin-top: -70px;
}
.features-m-ttl {
  margin-top: 0;
  font-size: 33px;
  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-name.new span {
  position: relative;
}
.features-m-name.new span::before {
  position: absolute;
  left: -60px;
  top: 7px;
  content: 'NEW';
  font-size: 14px;
  padding: 4px 10px;
  background: #D6004A;
  color: #fff;
}
.features-m-pc .features-m-name {
  margin-top: 50px;
}
.features-m-box {
  margin-top: -60px;
}
.features-m-box .features-m-name {
  margin-top: 0;
}
.features02 .features-m-body_pc {
  margin: 110px auto 60px;
}
.features03 .features-m-body_pc {
  margin: 110px auto 60px;
}
.features-m-desc {
  font-size: 18px;
  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('../seneca/img/features/sec02_01_bg.jpg');
}
.features01 .features-m-bg {
  background-image:url('../seneca/img/features/sec02_01_bg.jpg');
}
.features02 .features-m-bg {
  background-image:url('../seneca/img/features/sec02_02_bg.jpg');
}
.features03 .features-m-bg {
  background-image:url('../seneca/img/features/sec02_03_bg.jpg');
}
.features-m-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 640px;
}
.features-m-pc .features-m-desc {
  padding-top: 460px;
}
.features05br {
  display: none;
}
@media screen and (min-width: 1581px) {
.features01 .features-m-02 img {
  padding: 0 10px;
}
}
@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: -3vw;
  }
  .features02 .features-m-02 img {
    margin-top: -3.5vw;
  }
  .features03 .features-m-02 img {
    margin-top: -4vw;
  }
  .features-item.features-m.center {
    padding-top: 6vw;
  }
}
@media screen and (max-width: 1200px) {
  .features01 .features-m-bg {
  background-image:url('../seneca/img/features/sec02_01_bg_sp.jpg');
        background-size: cover;
}
.features02 .features-m-bg {
  background-image:url('../seneca/img/features/sec02_02_bg_sp.jpg');
        background-size: cover;
}
.features03 .features-m-bg {
  background-image:url('../seneca/img/features/sec02_03_bg_sp.jpg');
        background-size: cover;
}
  .features-m-head {
    padding-bottom: 35px;
  }
  .features01 .pc_none {
    display: block !important;
  }
  .features03 .pc_none {
    display: block !important;
  }
  .features-m-body_pc {
    display: none;
  }
  .features-m-body_sp {
    display: block;
  }
  .features05 .features-m-body_sp {
    max-width: 800px;
    margin: 0 auto;
  }
  .features .inner {
    overflow: hidden;
  }
  .features-m-bg {
    width: 800px;
    height: 440px;
    top: 0;
  }
  .features .bx-viewport {
    overflow: visible !important;
  }
  .features-body {
    font-size: 16px;
  }
  .features01 {
    padding: 0 0 60px;
  }
  .features02 {
    padding: 60px 0 60px;
  }
  .features03 {
    padding: 60px 0 60px;
  }
  .features04 {
    padding: 60px 0 60px;
  }
  .features05 {
    padding: 60px 0 60px;
  }
  .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 0;
  }
  .features-m-01 {
    width: 100%;
    text-align: center;
    padding-top: 260px;
  }
  .features-m-01 .features-m-sp {
    margin-top: -200px;
  }
  .features05 .features-m-01 {
    padding-top: 0;
  }
  .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: -10px;
  }
  .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: -4vw;
  }

  .features-m-desc {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .features05 .features-m-desc {
    margin-top: -10px;
  }
  .features-m-ttl {
    margin: 20px auto 0;
  }
  .features-m-name {
    margin: 10px auto 0;
  }
  .features05 .btn-buy a {
      margin: 0 auto 0;
  }
  .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-02 {
  }
  .features-m-bg {
    width: 100%;
    height: 52vw;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .features {
    margin-top: 12vw;
  }
  .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;
  }
  .features05 .features-m-01 {
    display: block;
  }
  .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('../seneca/img/features/sec02_01_bg_sp.jpg');
  }
  .features02 .features-m-02 {
    background-image:url('../seneca/img/features/sec02_02_bg_sp.jpg');
  }
  .features03 .features-m-02 {
    background-image:url('../seneca/img/features/sec02_03_bg_sp.jpg');
  }
  .features01 .features-m-02 img {
    margin-top: 40vw;
  }
  .features02 .features-m-02 img {
    margin-top: 40vw;
  }
  .features03 .features-m-02 img {
    margin-top: 40vw;
  }
  .features .inner {
    padding-bottom: 0;
  }
  .features-m-name.new {
    padding-top: 7vw;
  }
  .features-m-name.new span::before {
    left: 0;
    top: -6vw;
    font-size: 3vw;
    padding: 0.1vw 2vw;
  }
  .features01 {
    padding: 5vw 0 12vw;
    margin-top: 0;
  }
  .features02 {
    padding: 12vw 0 12vw;
  }
  .features03 {
    padding: 12vw 0 12vw;
  }
  .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 4vw 0;
  }
  .features-m-name {
    max-width: 100%;
    margin: 0 auto 0 0;
    font-size: 4.5vw;
  }
  .features-m-desc {
    margin-top: 0;
    margin-bottom: 8vw;
    font-size: 14px;
  }
  .features04 .features-m .btn-buy {
    margin-top: 40px;
  }
  .features-body {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .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;
  }
}