.feature {
  overflow: hidden;
}

.feature_kv {
  position: fixed;
  top: 60px;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 60px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .feature_kv {
    height: calc(70vh - 60px);
  }
}

.feature_inner {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 100vh;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .feature_inner {
    margin-top: calc(70vh - 60px);
    padding: 60px 0;
  }
}

.feature_header {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .feature_header {
    margin-bottom: 40px;
  }
}

.feature_header_title {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: normal;
  margin: 0 0 20px;
}

.feature_date {
  font-size: 10px;
  line-height: 1.8em;
  color: #B1B3B3;
}

.feature_note {
  font-size: 12px;
  line-height: 1.8em;
  text-indent: -1em;
  padding-left: 1em;
}

.feature_block {
  max-width: 876px;
  margin: 0 auto 100px;
}

.feature_block:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .feature_block {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

.feature_block .image {
  transition: opacity 0.8s, transform 0.8s;
  opacity: 0;
  transform: translate(0, 30px);
}

.feature .image {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.feature_caption {
  font-size: 10px;
  line-height: 1.8em;
  text-align: center;
  margin: 20px 0 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .feature_caption {
    margin-top: 10px;
  }
}

.feature_caption.left {
  text-align: left;
}

.feature .text h1, .feature .text h2, .feature .text h3, .feature .text h4, .feature .text h5, .feature .text h6 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: normal;
  margin: 0 0 20px;
}

.feature .text p {
  margin: 0 0 20px;
}

.feature .text p:last-child {
  margin-bottom: 0;
}

.feature .text a:link, .feature .text a:visited {
  text-decoration: underline;
}

.feature .text a:hover, .feature .text a:active {
  text-decoration: none;
}

.feature_slider {
  max-width: 896px;
  position: relative;
}

.feature_slider:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

.feature_slider_block {
  float: left;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .feature_slider_block {
    margin: 0 5px;
  }
}

.feature_slider .slick-arrow {
  top: 49%;
}

.feature_slider .slick-arrow.slick-next {
  right: -50px;
}

@media screen and (max-width: 980px) {
  .feature_slider .slick-arrow.slick-next {
    right: 0;
  }
}

.feature_slider .slick-arrow.slick-prev {
  left: -50px;
}

@media screen and (max-width: 980px) {
  .feature_slider .slick-arrow.slick-prev {
    left: 0;
  }
}

.feature_imageleft {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.feature_imageleft .image {
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .feature_imageleft .image {
    width: 100%;
    margin-bottom: 40px;
  }
}

.feature_imageleft .text {
  width: calc(50% - 48px);
}

@media screen and (max-width: 768px) {
  .feature_imageleft .text {
    width: 100%;
    text-align: center;
  }
}

.feature_imageright {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.feature_imageright .image {
  width: calc(50% - 10px);
  order: 2;
}

@media screen and (max-width: 768px) {
  .feature_imageright .image {
    width: 100%;
    margin-bottom: 40px;
    order: 1;
  }
}

.feature_imageright .text {
  width: calc(50% - 48px);
  order: 1;
}

@media screen and (max-width: 768px) {
  .feature_imageright .text {
    width: 100%;
    text-align: center;
  }
}

.feature_imagesidebyside {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.feature_imagesidebyside .text {
  width: 100%;
  margin: 0 0 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature_imagesidebyside .text {
    margin-bottom: 0;
    order: 1;
  }
  .feature_imagesidebyside .text:not(:last-child) {
    margin-top: 40px;
  }
}

.feature_imagesidebyside .text.left {
  text-align: left;
}

.feature_imagesidebyside .text:last-child {
  margin-bottom: 0;
}

.feature_imagesidebyside .image {
  width: calc(50% - 10px);
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .feature_imagesidebyside .image {
    margin: 0 0 10px;
    width: calc(50% - 5px);
  }
}

.feature_imagesidebyside > .feature_caption {
  margin-top: 0;
}

.feature_bg {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .feature_bg {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.feature_bg:after {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  background: #F4F7F7;
  z-index: -1;
  top: 0;
}

.feature_store {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 100px 20px;
}

@media screen and (max-width: 768px) {
  .feature_store {
    padding: 60px 20px;
  }
}

.feature_store:before {
  content: "";
  width: 1200px;
  height: 1px;
  background: #D7D9D9;
  position: absolute;
  display: block;
  top: 0;
  left: calc(50% - 600px);
}

@media screen and (max-width: 1240px) {
  .feature_store:before {
    width: 100%;
    left: 0;
  }
}

.feature_store_title {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: normal;
  margin: 0 0 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature_store_title {
    margin-bottom: 40px;
  }
}

.feature_store_list {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}

@media screen and (max-width: 1240px) {
  .feature_store_list {
    width: 100%;
  }
}

.feature_store_list li {
  width: 20%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .feature_store_list li {
    width: 50%;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .feature_store_list li {
    width: 100%;
  }
}

.feature_store p {
  margin: 0 0 20px;
}

.feature_store p:last-child {
  margin-bottom: 0;
}

.feature_store .feature_note {
  max-width: 1200px;
  margin: 0 auto;
}

.feature_share {
  background: #fff;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 100px 20px;
}

@media screen and (max-width: 768px) {
  .feature_share {
    padding: 60px 20px;
  }
}

.feature_share:before {
  content: "";
  width: 1200px;
  height: 1px;
  background: #D7D9D9;
  position: absolute;
  display: block;
  top: 0;
  left: calc(50% - 600px);
}

@media screen and (max-width: 1240px) {
  .feature_share:before {
    width: 100%;
    left: 0;
  }
}

.feature_share_title {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: normal;
  margin: 0 0 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature_share_title {
    margin-bottom: 40px;
  }
}

.feature_share_list {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
}

.feature_share_list li {
  font-size: 0;
  line-height: 0;
  margin: 0 10px;
}

.feature_list {
  background: #F4F7F7;
  position: relative;
  z-index: 2;
  padding: 100px 0px 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .feature_list {
    padding: 60px 0 40px;
  }
}

.feature_list_slider {
  zoom: 1;
  overflow: hidden;
  width: 100%;
}

.feature_list_slider:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.feature_list_slider .feature_list_block {
  float: left;
  width: auto;
}

@media screen and (max-width: 414px) {
  .feature_list_slider .feature_list_block {
    margin: 0 5px 20px;
  }
}

.feature_list_slider .slick-arrow.slick-prev {
  left: 0;
}

.feature_list_slider .slick-arrow.slick-next {
  right: 0;
}

.feature_list_slider .slick-dots > li:first-child:last-child {
  display: none;
}

.feature_list_title {
  font-size: 18px;
  line-height: 1.6em;
  position: relative;
  font-weight: normal;
  text-align: center;
  margin: 0 0 70px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .feature_list_title {
    margin-bottom: 50px;
  }
}

.feature_list_title:after {
  content: "";
  background: #B1B3B3;
  width: 1px;
  height: 20px;
  position: absolute;
  display: block;
  left: 50%;
  bottom: -25px;
}

.feature_list_block {
  width: calc(25% - 10px);
  margin: 0 5px 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature_list_block {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 414px) {
  .feature_list_block {
    width: 100%;
    margin: 0 0 20px;
  }
}

.feature_list_block .image {
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .feature_list_block .image {
    margin-bottom: 10px;
  }
}

.feature_list_block_title {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: normal;
  margin: 0 0 10px;
}

.feature .move-v {
  transition: opacity 0.8s, transform 0.8s;
  opacity: 0;
  transform: translate(0, 30px);
}

.feature .move-l {
  transition: opacity 0.8s, transform 0.8s;
  opacity: 0;
  transform: translate(30px, 0);
}

.feature .move-r {
  transition: opacity 0.8s, transform 0.8s;
  opacity: 0;
  transform: translate(-30px, 0);
}

.feature .move-fix {
  opacity: 1.0 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.feature_index {
  zoom: 1;
  overflow: hidden;
  width: calc(100% + 10px);
  position: relative;
  left: -5px;
}

.feature_index .feature_list_block {
  float: left;
}

.feature_index .feature_list_block:first-child {
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .feature_index .feature_list_block:first-child {
    width: calc(100% - 10px);
  }
}

.feature_index + .feature_index_list {
  margin-top: 60px;
}

.feature_index_mix {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.feature_index_mix .feature_list_block {
  width: calc(28% - 10px);
  float: left;
}

@media screen and (max-width: 768px) {
  .feature_index_mix .feature_list_block {
    width: calc(50% - 10px);
  }
}

.feature_index_mix .feature_list_block:first-child {
  width: calc(72% - 10px);
}

@media screen and (max-width: 768px) {
  .feature_index_mix .feature_list_block:first-child {
    width: calc(100% - 10px);
  }
}

.feature_index_mix .feature_list_block:nth-child(n + 4) {
  max-width: 680px;
  margin: 0 auto;
  float: none;
  clear: both;
  border-top: 1px solid #F5F7F7;
  clear: both;
  width: 100% !important;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 0;
}

.feature_index_mix .feature_list_block:nth-child(n + 4) .image {
  display: none;
}

.feature_index_mix .feature_list_block:nth-child(n + 4) .feature_list_block_title {
  order: 2;
  margin: 0;
}

.feature_index_mix .feature_list_block:nth-child(n + 4) .feature_date {
  order: 1;
  width: 100px;
}

.feature_index_list {
  max-width: 680px;
  margin: 0 auto;
}

.feature_index_list .feature_list_block {
  border-top: 1px solid #F5F7F7;
  clear: both;
  width: 100% !important;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 0;
}

.feature_index_list .feature_list_block .image {
  display: none;
}

.feature_index_list .feature_list_block_title {
  order: 2;
  margin: 0;
}

.feature_index_list .feature_list_block .feature_date {
  order: 1;
  width: 100px;
}

.fs-body-top .block-limitedoffer + .feature_list {
  margin-top: 100px;
}

.fs-body-top .feature_list {
  background: none;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tleft {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) {
  .tright {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) {
  .tcenter {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .tleft-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .tright-sp {
    text-align: right !important;
  }
}

@media screen and (max-width: 768px) {
  .tcenter-sp {
    text-align: center !important;
  }
}
