@charset "utf-8";
@charset "utf-8";
body article section.first_view.scroll {
  background-image: url("/images/heatmap/scroll/fv_bg_heatmap_scrollanalysis.png");
}
body article section.first_view.scroll-data {
  background-image: url("/images/heatmap/scroll-data/fv_bg_heatmap_scroll_data.png");
}
body article section.first_view.click {
  background-image: url("/images/heatmap/click/fv_bg_heatmap_clickanalysis.png");
}
body article section.first_view.graphy {
  background-image: url("/images/heatmap/graphy/fv_bg_heatmap_mousegraphy.png");
}
body article section.first_view.recording_gazeplot {
  background-image: url("/images/gazeplot/fv_bg_gazeplot.png");
}
body article section.first_view.move {
  background-image: url("/images/heatmap/move/fv_bg_heatmap_mousemove.jpg");
}
body article section.first_view.touch {
  background-image: url("/images/heatmap/touch/fv_bg_heatmap_tapanalysis.png");
}
body article section.first_view.touch-action {
  background-image: url("/images/heatmap/touch-action/fv_bg_heatmap_touchactionanalysis.png");
}
body article section.first_view.click-data {
  background-image: url("/images/heatmap/click-data/fv_bg_heatmap_clickdata.jpg");
}
body article section.first_view.ab-test {
  background-image: url("/images/test/ab/fv_bg_splittesting_abtesting.jpg");
}
body article section.first_view.multi-test {
  background-image: url("/images/multi/fv_bg_splittesting_multitesting.png");
}
body article section.first_view.ai-test {
  background-image: url("/images/test/ai/fv_bg_splittesting_autotesting.jpg");
}
body article section.first_view.flpo {
  background-image: url("/images/flpo/fv_bg_splittesting_flpotesting.png");
}
body article section.first_view.form-stat {
  background-image: url("/images/efo/statistic/fv_bg_efo_fromstatistics.jpg");
}
body article section.first_view.entry-support {
  background-image: url("/images/common/fv_bg.png");
}
body article section.first_view.monitoring {
  background-image: url("/images/efo/monitoring/fv_bg_efo_monitoring.jpg");
}
body article section.first_view.summary {
  background-image: url("/images/data/summary/fv_bg_data_datasummary.jpg");
}
body article section.first_view.new-repeater {
  background-image: url("/images/data/new-repeater/fv_bg_data_newandreturn.jpg");
}
body article section.first_view.period-comparison {
  background-image: url("/images/comparison/period/fv_bg_comparison_time.png");
}
body article section.first_view.segment-comparison {
  background-image: url("/images/comparison/segment/fv_bg_comparison_segment.png");
}
body article section.first_view.smart-report {
  background-image: url("/images/report/smart-report/fv_bg_smartreport.png");
}
body article section.first_view.ai-report {
  background-image: url("/images/report/ai-report/fv_bg_aireport.png");
}
body article section.first_view.auto-mail-report {
  background-image: url("/images/report/auto-mail-report/fv_bg_auto_mail_report.png");
}
body article section.first_view.form-report {
  background-image: url("/images/efo/statistic/fv_bg_form_report.png");
}
body article section.first_view.bfo {
  background-image: url("/images/efo/bfo/fv_bg_bfo.png");
}
body article section.first_view.goal-funnel {
  background-image: url("/images/goal-funnel/fv_bg_goal_funnel.png?20211209v2");
}
body article section.first_view.personalize-lp {
  background-image: url("/images/personalize-lp/fv_bg_smart_report.png");
}
body article {
  margin-top: 0;
}
body article section.first_view {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
body article section.first_view >h1,
body article section.first_view >p {
  position: relative;
  top: 140px;
  line-height: 1em;
}
body article section.first_view >h1.not-heatmap,
body article section.first_view >p.not-heatmap {
  top: 160px;
}
body article section.first_view >h1.first_title,
body article section.first_view >p.first_title {
  margin-bottom: 8px;
}
body article section.first_view >h1.first_title >.trademark,
body article section.first_view >p.first_title >.trademark {
  position: relative;
  bottom: 14px;
  font-size: 70%;
}
@media screen and (max-width: 720px) {
  body article section.first_view >h1.first_title >.trademark,
  body article section.first_view >p.first_title >.trademark {
    bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  body article section.first_view >h1.first_title >.trademark,
  body article section.first_view >p.first_title >.trademark {
    bottom: 8px;
  }
}
body article section.first_view >h1.first_subtitle,
body article section.first_view >p.first_subtitle {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
body article section.first_view >h1.breadcrumb,
body article section.first_view >p.breadcrumb {
  position: absolute;
  left: calc(50% - 480px);
  top: 90px;
}
body article section.first_view >h1.breadcrumb >a,
body article section.first_view >p.breadcrumb >a {
  text-decoration: none;
}
body article section.first_view >h1.breadcrumb >a:hover,
body article section.first_view >p.breadcrumb >a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  body article section.first_view >h1.breadcrumb,
  body article section.first_view >p.breadcrumb {
    left: 40px;
  }
}
@media screen and (max-width: 720px) {
  body article section.first_view {
    height: 256px;
  }
  body article section.first_view >h1,
  body article section.first_view >p {
    top: 100px;
  }
  body article section.first_view >h1.not-heatmap,
  body article section.first_view >p.not-heatmap {
    top: 106px;
  }
  body article section.first_view >h1.first_subtitle,
  body article section.first_view >p.first_subtitle {
    bottom: 36px;
  }
  body article section.first_view >h1.breadcrumb,
  body article section.first_view >p.breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body article section.first_view >h1.not-heatmap,
  body article section.first_view >p.not-heatmap {
    top: 116px;
  }
}
body article section h2 {
  margin-top: 64px;
  margin-bottom: 32px;
}
body article section >.contents {
  max-width: 1280px;
  margin: auto;
}
body article section >.contents >.content {
  margin-left: 12.5%;
  margin-right: 12.5%;
  margin-bottom: 80px;
}
body article section >.contents >.content >.text {
  max-width: 468px;
  margin: auto;
  margin-bottom: 40px;
}
body article section >.contents >.content >.text >p {
  margin-bottom: 1em;
}
body article section >.contents >.content >.illust {
  max-width: 906px;
  margin: auto;
  margin-bottom: 80px;
}
body article section >.contents >.content >.illust.video {
  display: block;
}
body article section >.contents >.content >.illust.video >p >.sp {
  display: none;
}
body article section >.contents >.content >.illust >img {
  width: 100%;
}
body article section >.contents >.content >.illust >video {
  width: calc(100% - 12px);
  max-width: 800px;
  border: solid 6px #cfd8dc;
}
body article section#detail,
body article section#usage {
  border-bottom: solid 1px #cfd8dc;
}
body article section#usage >.contents >.content {
  letter-spacing: -0.4em;
}
body article section#usage >.contents >.content >* {
  letter-spacing: normal;
}
body article section#usage >.contents >.content >.text {
  display: block;
}
body article section#usage >.contents >.content >.illust {
  margin-bottom: 0;
}
body article section#usage >.contents >.content >.illust.margin {
  margin: 40px 0 12px 0;
}
body article section#usage >.contents >.content >.illust.video {
  display: block;
  text-align: center;
}
body article section#usage >.contents >.content >.illust >video {
  margin-bottom: 0px;
  border: solid 6px #cfd8dc;
}
body article section#usage >.contents >.content >.illust >p {
  text-align: center;
}
body article section#usage >.contents >.content >div {
  display: inline-block;
}
body article section#usage >.contents >.content >div >p {
  letter-spacing: normal;
}
body article section#usage >.contents >.content >div >p.left-align {
  text-align: left;
}
body article section#usage >.contents >.content >div >img.with-sentence {
  margin-bottom: 32px;
}
body article section#usage >.contents >.content >.left {
  width: 48.75%;
  max-width: 468px;
  margin-right: 2.5%;
  text-align: center;
  vertical-align: top;
}
@media screen and (min-width: 721px) {
  body article section#usage >.contents >.content >.left.scrolldata_caption {
    text-align: left;
  }
}
body article section#usage >.contents >.content >.left img {
  width: 100%;
}
body article section#usage >.contents >.content >.left >p:first-child {
  margin-bottom: 16px;
}
body article section#usage >.contents >.content >.left >p:last-child {
  margin-top: 16px;
}
body article section#usage >.contents >.content >.right {
  max-width: 468px;
  width: 48.75%;
}
body article section#usage >.contents >.content >.right >p {
  margin-bottom: 1em;
}
body article section#usage >.contents >.content >.right >p:last-child {
  margin-bottom: 0;
}
body article section#usage >.contents >.content >.right img {
  width: 100%;
}
body article section#usage >.contents >.content.two-column-rev {
  direction: rtl;
}
body article section#usage >.contents >.content.two-column-rev >div {
  direction: ltr;
}
body article section#usage >.contents >.content.two-column-usage >div {
  position: relative;
}
body article section#usage >.contents >.content.two-column-usage >div >img {
  position: absolute;
  top: 0;
  left: 0;
}
body article section#usage >.contents >.content.two-column-usage >div >p.first-sentence {
  padding-top: 300px;
}
@media screen and (max-width: 1280px) {
  body article section#usage >.contents >.content.two-column-usage >div >p.first-sentence {
    padding-top: 23.5vw;
  }
}
body article section#usage >.contents >.content.three-column {
  margin-bottom: 0;
  letter-spacing: -0.4em;
}
body article section#usage >.contents >.content.three-column >* {
  letter-spacing: normal;
}
body article section#usage >.contents >.content.three-column >.left,
body article section#usage >.contents >.content.three-column >.right,
body article section#usage >.contents >.content.three-column >.center {
  display: inline-block;
  width: 31.6%;
  max-width: 304px;
  margin-right: 2.5%;
  margin-bottom: 40px;
  vertical-align: top;
  text-align: left;
}
body article section#usage >.contents >.content.three-column >.left:last-child,
body article section#usage >.contents >.content.three-column >.right:last-child,
body article section#usage >.contents >.content.three-column >.center:last-child {
  margin-right: 0;
}
body article section#usage >.contents >.content.three-column >.left >img,
body article section#usage >.contents >.content.three-column >.right >img,
body article section#usage >.contents >.content.three-column >.center >img {
  margin-bottom: 12px;
  width: 100%;
}
body article section#usage >.contents >.content.three-column >.left >p,
body article section#usage >.contents >.content.three-column >.right >p,
body article section#usage >.contents >.content.three-column >.center >p {
  letter-spacing: normal;
  margin-top: 0;
}
@media screen and (max-width: 720px) {
  body article section h2 {
    width: 80%;
    margin: 40px auto 20px;
  }
  body article section >.contents >.content {
    width: 80%;
    max-width: 512px;
    margin: 0 auto 40px;
  }
  body article section >.contents >.content >.text {
    max-width: none;
  }
  body article section >.contents >.content >.illust {
    margin-bottom: 40px;
  }
  body article section >.contents >.content >.illust.video >p >.pc {
    display: none;
  }
  body article section >.contents >.content >.illust.video >p >.sp {
    display: inline;
  }
  body article section#usage >.contents.mobile-rev {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body article section#usage >.contents.mobile-rev >.content:first-child {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  body article section#usage >.contents.mobile-rev >.content:last-child {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  body article section#usage >.contents.mobile-rev >.content:last-child >.left {
    margin-bottom: 30px;
  }
  body article section#usage >.contents >.content >.left,
  body article section#usage >.contents >.content >.right {
    width: 100%;
    max-width: 512px;
  }
  body article section#usage >.contents >.content >.left img,
  body article section#usage >.contents >.content >.right img {
    width: auto;
    max-width: 100%;
  }
  body article section#usage >.contents >.content >.left {
    margin: 0 auto 40px;
  }
  body article section#usage >.contents >.content >.right {
    margin: 0 auto;
  }
  body article section#usage >.contents >.content.two-column-rev >.left {
    margin-bottom: 0;
  }
  body article section#usage >.contents >.content.two-column-rev >.right {
    margin-bottom: 40px;
  }
  body article section#usage >.contents >.content.three-column >.left,
  body article section#usage >.contents >.content.three-column >.right,
  body article section#usage >.contents >.content.three-column >.center {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
  body article section#usage >.contents >.content.three-column >.left:last-child,
  body article section#usage >.contents >.content.three-column >.right:last-child,
  body article section#usage >.contents >.content.three-column >.center:last-child {
    margin-right: auto;
  }
  body article section#usage >.contents >.content.two-column-usage >div >img {
    position: relative;
    top: 30px;
  }
  body article section#usage >.contents >.content.two-column-usage >div >p.first-sentence {
    padding-top: 0;
  }
  body article section#usage >.contents >.content.two-column-usage >div >p:last-of-type {
    margin-bottom: 0;
  }
}
