@charset "UTF-8";
/* base　
================================================= */
/* topicPath */
#topicPath {
  padding: 4px 8px;
}

#topicPath li {
  display: inline;
  padding-right: 8px;
  font-size: 75%;
  letter-spacing: -.5px;
  vertical-align: middle;
  background: url(/common/images/bg_topicpath_01.gif) no-repeat right center;
}

#topicPath li.current {
  background: none;
}

#topicPath img {
  padding-top: 4px;
}

/* snsArea */
.snsArea .share_title {
  font-size: 30px;
  font-size: 4.0vw;
  text-align: center;
}

.snsArea .share_list {
  margin: 25px auto 0;
  margin: 3.3vw auto 0;
}

.snsArea .share_list ul {
  text-align: center;
}

.snsArea .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
  margin: 0 2.0vw;
}

/* visualSection
================================================= */
.visualSection {
  position: relative;
}
.visualSection__image img {
  width: 100%;
  height: auto;
}
.visualSection__btn {
  position: absolute;
  left: 50%;
  top: 82%;
  margin-top: -20px;
  margin-left: -100px;
}
.visualSection__btn a {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #fff url(/s/products/scanner/special/ff680w/images/visual_icn_movie.png) no-repeat right 5px center;
  background-size: 30px 30px;
  color: #664796;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

/* section
================================================= */
.section__inner {
  padding: 0 15px;
  overflow: visible;
}
.section__title {
  color: #664796;
  font-size: 34px;
  font-size: 5.3125vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

/* contents */
.contents {
  padding: 15px 0 40px 0;
  background: #efecf4;
}
.contents__title {
  position: relative;
  margin: 0 10px 30px 0;
  text-align: center;
}
.contents__title h2 {
  margin: 0 0 10px 0;
  color: #664796;
  font-size: 34px;
  font-size: 5.3125vw;
  font-weight: bold;
  line-height: 1.3;
}
.contents__title h2 span {
  display: inline-block;
  margin-bottom: 0.35em;
  position: relative;
  font-size: 24px;
  font-size: 3.75vw;
}
.contents__title h2 span:after, .contents__title h2 span:before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 13px;
  height: 17px;
}
.contents__title h2 span:before {
  left: -18px;
  background: url(/s/products/scanner/special/ff680w/images/cnt_ttl_bg-l.png);
  background-size: 13px 17px;
}
.contents__title h2 span:after {
  right: -18px;
  background: url(/s/products/scanner/special/ff680w/images/cnt_ttl_bg-r.png);
  background-size: 13px 17px;
}
.contents__title p {
  padding: 0 0.5em;
  font-weight: bold;
  font-size: 24px;
  font-size: 3.75vw;
  line-height: 1.55;
}
.contents__title__main {
  position: relative;
  padding: 20px 10px 15px;
  background: #fff;
}
.contents__title__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/s/products/scanner/special/ff680w/images/cnt_ttl_bg.png);
  background-size: 10px 10px;
  left: 10px;
  top: 10px;
}
.contents__section {
  text-align: center;
}
.contents__section__title {
  margin-bottom: 5px;
}
.contents__section__title span, .contents__section__title em {
  display: block;
}
.contents__section__title span {
  margin-bottom: .5em;
}
.contents__section__title span img {
  width: calc(246 / 580 * 100%);
}
.contents__section__title em {
  color: #664796;
  font-size: 36px;
  font-size: 5.625vw;
  font-weight: bold;
  font-style: normal;
}
.contents__section__lead {
  margin-bottom: .5em;
  font-size: 24px;
  font-size: 3.75vw;
  font-weight: bold;
}
.contents__section__image {
  margin: 0 -6px;
}

/* features */
.features {
  padding: 30px 0 40px 0;
  background: #fff;
  overflow: hidden;
}
.features__inner {
  padding: 0 40px;
}
.features__slider {
  visibility: hidden;
}
.features__slider__link {
  backface-visibility: hidden;
  transition: opacity .3s ease;
  display: block;
  text-decoration: none !important;
  color: #000;
}
.features__slider__link:hover {
  opacity: 0.75;
}
.features__slider__image {
  margin-bottom: 15px;
}
.features__slider__text {
  min-height: 3.5em;
  line-height: 1.44;
  text-align: center;
  font-size: 30px;
  font-size: 4.6875vw;
  font-weight: bold;
  color: #000 !important;
}
.features__slider__btn span {
  display: block;
  margin: 0 auto;
  width: 186px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  background: #664796 url(/s/products/scanner/special/ff680w/images/product_icn_btn.png) no-repeat right 15px center;
  background-size: 7px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.features__slider__outer {
  position: relative;
}
.features__slider__controll {
  backface-visibility: hidden;
  position: absolute;
  top: 24%;
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.features__slider__controll--prev {
  left: -3px;
}
.features__slider__controll--next {
  right: -3px;
}
.features .bx-wrapper {
  margin-bottom: 0;
  box-shadow: none;
  border: none;
  background: transparent;
}

/* product */
.product {
  padding: 30px 0 50px 0;
  background: #efecf4;
}
.product__others {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 -9px 30px;
}
.product__others li {
  margin: 0 9px 1.5em;
  width: calc(1 / 3 * 100% - 18px);
  text-align: center;
  line-height: 1.25;
  font-size: 22px;
  font-size: 3.4375vw;
  font-weight: bold;
}
.product__others li img {
  display: block;
  margin-bottom: 10px;
}
.product__item {
  position: relative;
  margin: 0 10px 0 0;
}
.product__item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/s/products/scanner/special/ff680w/images/cnt_ttl_bg.png);
  background-size: 10px 10px;
  left: 10px;
  top: 10px;
}
.product__item__main {
  position: relative;
  padding: 50px 20px 40px;
  background: #fff;
}
.product__item__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.product__item__title span {
  display: inline-block;
  padding: 0.5em 2em;
  border: solid 2px #664796;
  background: #fff;
  line-height: 1;
  color: #664796;
  font-size: 32px;
  font-size: 5vw;
  font-weight: bold;
}
.product__item__image {
  margin-bottom: 15px;
}
.product__item__text {
  margin-bottom: 20px;
}
.product__item__text dt {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 40px;
  font-size: 6.25vw;
  line-height: 1.3;
}
.product__item__text dt em {
  font-size: 22px;
  font-size: 3.4375vw;
  font-weight: bold;
}
.product__item__text dt span {
  display: inline-block;
  padding: 4px 8px 3px;
  background: #e30920;
  line-height: 1;
  font-size: 18px;
  vertical-align: 0.15em;
  color: #fff;
  font-size: 24px;
  font-size: 3.75vw;
  font-weight: bold;
}
.product__item__text dd {
  line-height: 1.44;
  font-size: 24px;
  font-size: 3.75vw;
}
.product__item__links {
  overflow: hidden;
}
.product__item__links li + li {
  margin-top: 15px;
}
.product__item__links a {
  transition: opacity .3s ease;
  display: block;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  background: #664796 url(/s/products/scanner/special/ff680w/images/product_icn_btn.png) no-repeat right 15px center;
  background-size: 7px 10px;
  color: #fff;
  font-size: 26px;
  font-size: 4.0625vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

/* modal */
.modal {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  padding: 60px 15px 30px;
  background: #fff;
}
.modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
  color: #664796;
  cursor: pointer;
}
.modal__image {
  margin-bottom: 25px;
}
.modal__text dt {
  margin-bottom: 0.25em;
  font-size: 30px;
  font-size: 4.6875vw;
  font-weight: bold;
}
.modal__text dd {
  font-size: 24px;
  font-size: 3.75vw;
  line-height: 1.75;
}
.modal__arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-color: #664796;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 1050;
}
.modal__arrow--left {
  left: 8px;
}
.modal__arrow--left:before {
  content: '<';
  color: #fff;
}
.modal__arrow--right {
  right: 8px;
}
.modal__arrow--right:before {
  content: '>';
  color: #fff;
}

.mfp-bottom-bar {
  margin-top: 1em;
  padding: 0 1em;
  font-size: 14px;
}
