*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

table {
  border-collapse: collapse;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}

body {
  font-size: 16px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #303030;
  background-color: #fff;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
}

[class*='original_icon']::before {
  display: inline-block;
  content: "";
}

.original_icon_menu::before {
  background-image: url(/digital-paper/gen1/images/icon/sp_menu.png);
}

.original_icon_home::before {
  background-image: url(/digital-paper/gen1/images/icon/home.png);
}

.original_icon_facebook::before {
  background-image: url(/digital-paper/gen1/images/icon/facebook.png);
}

.original_icon_twitter::before {
  background-image: url(/digital-paper/gen1/images/icon/twitter.png);
}

.original_icon_black_facebook::before {
  background-image: url(/digital-paper/gen1/images/icon/facebook_black.png);
}

.original_icon_black_twitter::before {
  background-image: url(/digital-paper/gen1/images/icon/twitter_black.png);
}

.icon_new {
  display: inline-block;
  width: 42px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 0.725rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 42px;
  background-color: #807560;
  border-radius: 50%;
}

.btn_base {
  display: inline-block;
  font-size: 0.8125rem;
  color: #fff;
  background-color: #151414;
  padding: 15px 40px;
  transition: background-color 0.2s;
}

.btn_base:hover {
  background-color: #807560;
}

.header {
  background-color: #151414;
}

@media (min-width: 1001px) {
  .header {
    color: #ccc;
  }
}

@media (max-width: 1000px) {
  .header {
    position: relative;
    z-index: 10;
    height: 60px;
  }
}

.header_inner {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 1001px) {
  .header_inner {
    position: relative;
    padding-top: 48px;
  }
}

@media (min-width: 1001px) {
  .global_navigation > * {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1000px) {
  .global_navigation {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #999;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
  }
  .global_navigation.is_show {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 1001px) {
  .navigation_main > *:not(:first-of-type) {
    margin-left: 32px;
  }
}

@media (min-width: 1001px) and (max-width: 1100px) {
  .navigation_main > *:not(:first-of-type) {
    margin-left: 22px;
  }
}

@media (min-width: 1001px) and (min-width: 1001px) {
  .navigation_main .btn_global_navigation {
    font-size: 0.875rem;
    line-height: 48px;
    border-bottom: 3px solid transparent;
    transition: border 0.2s;
  }
  .navigation_main .btn_global_navigation:hover, .navigation_main .btn_global_navigation.is_active {
    color: #fff;
    border-color: #fff;
  }
}

@media (min-width: 1001px) {
  .other_navigation {
    position: absolute;
    top: 0;
    right: 0;
  }
  .other_navigation > *:not(:first-of-type) {
    position: relative;
    padding-left: 16px;
    margin-left: 16px;
  }
  .other_navigation > *:not(:first-of-type)::before {
    display: block;
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    bottom: 13px;
    width: 1px;
    background-color: #fff;
  }
  .other_navigation .btn_global_navigation {
    font-size: 0.8125rem;
    line-height: 40px;
    padding-top: 4px;
  }
}

@media (min-width: 1001px) {
  .btn_global_navigation {
    display: inline-block;
  }
  .btn_global_navigation:hover, .btn_global_navigation.is_active {
    color: #fff;
  }
  .btn_global_navigation[class*='original_icon']::before {
    width: 20px;
    height: 20px;
    margin-bottom: -2px;
  }
  .btn_global_navigation[class*='original_icon'] span {
    display: none;
  }
}

@media (max-width: 1000px) {
  .btn_global_navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 46px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    padding-left: 5%;
    padding-right: 5%;
    border-top: 1px solid #e4e4e4;
  }
  .btn_global_navigation::before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 8px;
    margin-right: 14px;
    background-image: url(/digital-paper/gen1/images/icon/arrow_right.png);
  }
}

.btn_sns_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.btn_sns_list > *:not(:first-of-type) {
  margin-left: 26px;
}

.btn_sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 28px;
  height: 48px;
}

.btn_sns::before {
  width: 28px;
  height: 28px;
}

@media (max-width: 1000px) {
  .btn_sns {
    height: 60px;
  }
}

.btn_sp_menu[class*='original_icon']::before {
  width: 35px;
  height: 38px;
  margin-bottom: -3px;
}

@media (min-width: 1001px) {
  .btn_sp_menu {
    display: none;
  }
}

.footer {
  background-color: #151414;
  color: #fff;
}

.footer_inner {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding-top: 48px;
  padding-bottom: 36px;
}

.footer_navigation {
  font-size: 0.875rem;
}

@media (min-width: 801px) {
  .footer_navigation {
    display: -ms-flexbox;
    display: flex;
  }
  .footer_navigation > *:not(:last-of-type) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .footer_navigation > *:not(:last-of-type)::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 1em;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 800px) {
  .footer_navigation {
    text-align: center;
  }
  .footer_navigation > *:not(:first-of-type) {
    margin-top: 24px;
  }
}

.footer_fmv_btn {
  border: 1px solid #fff;
  padding: 13px 25px;
  margin-top: 25px;
  transition: all 0.3s ease 0s;
}

.footer_fmv_btn:hover {
  background: #fff;
  color: #151514;
}

.footer_notes {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-top: 45px;
}

.copyright {
  font-size: 0.8125rem;
  margin-top: 15px;
}

.btn_page_to_top {
  position: absolute;
  top: 56px;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url(/digital-paper/gen1/images/icon/go_to_top.png);
}

@media (min-width: 801px) {
  .btn_page_to_top {
    margin-right: -20px;
  }
}

@media (min-width: 801px) {
  .top_view {
    height: 440px;
  }
}

@media (max-width: 800px) {
  .top_view {
    height: 240px;
  }
}

.top_view_inner {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 801px) {
  .top_view_inner {
    padding-top: 60px;
  }
}

@media (max-width: 800px) {
  .top_view_inner {
    padding-top: 20px;
  }
}

.top_view_logo {
  background-image: url(/digital-paper/gen1/images/icon/logo_white.svg);
  background-size: contain;
  filter: drop-shadow(1px 1px 30px rgba(0, 0, 0, 0.4));
}

@media (min-width: 801px) {
  .top_view_logo {
    width: 365px;
    height: 66px;
  }
}

@media (max-width: 800px) {
  .top_view_logo {
    width: 210px;
    height: 38px;
  }
}

.page_header {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-weight: 300;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}

.page_header::after {
  display: block;
  content: "";
  width: 280px;
  height: 14px;
  background-image: url(/digital-paper/gen1/images/common/bg_swoosh.png);
  margin: 22px auto 0;
}

@media (max-width: 800px) {
  .page_header::after {
    width: 200px;
    height: 10px;
  }
}

@media (min-width: 801px) {
  .page_header {
    font-size: 2.25rem;
    padding-top: 80px;
    padding-bottom: 92px;
  }
}

@media (max-width: 800px) {
  .page_header {
    font-size: 1.875rem;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

@media (min-width: 801px) {
  .top_view {
    height: 700px;
    background-image: url(/digital-paper/gen1/images/special/scansnap/bg_main.jpg);
    background-position: center 58%;
  }
}

@media (max-width: 800px) {
  .top_view {
    height: 350px;
    background-image: url(/digital-paper/gen1/images/special/scansnap/bg_main_sp.jpg);
  }
}

.top_view_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding-top: 0;
}

.top_view_logo {
  width: 900px;
  height: 385px;
  background-image: url(/digital-paper/gen1/images/special/scansnap/logo_scansnap.svg);
}

@media (max-width: 800px) {
  .top_view_logo {
    width: 270px;
    height: 210px;
    background-image: url(/digital-paper/gen1/images/special/scansnap/logo_scansnap_sp.svg);
  }
}

@media (min-width: 801px) {
  .page_header {
    font-size: 2rem;
    line-height: 1.6;
  }
}

@media (max-width: 800px) {
  .page_header {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .page_header br {
    display: none;
  }
}

.lead {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

@media (min-width: 801px) {
  .lead {
    font-size: 1.125rem;
    margin-top: -28px;
  }
}

@media (max-width: 800px) {
  .lead {
    font-size: 1rem;
    margin-top: -14px;
  }
}

.lead a {
  text-decoration: underline;
}

.lead a:hover {
  text-decoration: none;
}

.section_area {
  margin-top: 72px;
}

.section_area[data-section="scene"], .section_area[data-section="product"] {
  background-color: #f9f8f7;
  padding-top: 60px;
  padding-bottom: 72px;
}

.section_area[data-section="step"] .section {
  background-color: #f9f8f7;
  padding: 48px 100px 80px;
}

@media (max-width: 800px) {
  .section_area[data-section="step"] .section {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.section {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.section_header {
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 1.625rem;
  line-height: 1.6;
  text-align: center;
}

.section_header::after {
  display: block;
  content: "";
  width: 280px;
  height: 14px;
  background-image: url(/digital-paper/gen1/images/common/bg_swoosh.png);
  margin: 22px auto 0;
}

@media (max-width: 800px) {
  .section_header::after {
    width: 200px;
    height: 10px;
  }
}

@media (max-width: 800px) {
  .section_header {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.section_lead {
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  margin-top: 28px;
}

.scene_list {
  margin-top: 56px;
}

.scene_list > *:not(:first-of-type) {
  margin-top: 44px;
}

@media (max-width: 800px) {
  .scene_list > *:not(:first-of-type) {
    margin-top: 64px;
  }
}

@media (min-width: 801px) {
  .scene {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 801px) {
  .scene_text_area {
    -ms-flex-positive: 0;
        flex-grow: 0;
    width: 50%;
    margin-top: -30px;
  }
}

@media (max-width: 800px) {
  .scene_text_area {
    margin-top: 28px;
  }
}

.scene_header {
  font-family: 'Noto Serif JP', serif;
  color: #151414;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: 10px;
}

.scene_text {
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 26px;
}

@media (max-width: 800px) {
  .scene_text {
    font-size: 0.875rem;
    margin-top: 32px;
  }
}

.scene_text_small {
  display: block;
  margin-top: 20px;
  font-size: 0.8125rem;
}

.scene_image {
  position: relative;
}

.scene_image::before {
  display: block;
  content: "";
  padding-top: 66.7%;
}

.scene_image[data-image-number="1"] {
  background-image: url(/digital-paper/gen1/images/special/scansnap/bg_scene01.jpg);
}

.scene_image[data-image-number="2"] {
  background-image: url(/digital-paper/gen1/images/special/scansnap/bg_scene02.jpg);
}

.scene_image[data-image-number="3"] {
  background-image: url(/digital-paper/gen1/images/special/scansnap/bg_scene03.jpg);
}

@media (min-width: 801px) {
  .scene_image {
    width: 46%;
    max-width: 480px;
  }
}

.step_list {
  font-size: 1.125rem;
  line-height: 2;
  list-style-type: decimal;
  background-color: #fff;
  padding: 32px 40px;
  margin-top: 36px;
}

.step_list > * {
  margin-left: 16px;
}

.step_list > *:not(:first-of-type) {
  margin-top: 8px;
}

@media (max-width: 800px) {
  .step_list {
    padding: 15px 20px;
  }
}

.step_attention {
  position: relative;
  font-size: 0.875rem;
  padding-left: 14px;
}

.step_attention::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border: 7px solid transparent;
  border-left-color: currentColor;
}

.step_attention a {
  text-decoration: underline;
}

.step_info {
  margin-top: 15PX;
  padding: 20px 0;
  text-align: center;
  background-color: #807560;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .step_info {
    padding: 20px;
    text-align: left;
  }
}

.step_info a {
  text-decoration: underline;
}

.step_info a:hover {
  text-decoration: none;
}

.howto_list {
  margin-top: 52px;
}

@media (min-width: 801px) {
  .howto_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 800px) {
  .howto_list > *:not(:first-of-type) {
    margin-top: 52px;
  }
}

@media (min-width: 801px) {
  .howto {
    width: calc(50% - 20px);
  }
}

@media (max-width: 800px) {
  .howto {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.howto_image {
  height: 180px;
  background-size: contain;
}

.howto_image[data-image-number="1"] {
  background-image: url(/digital-paper/gen1/images/special/scansnap/img_howto01.jpg);
}

.howto_image[data-image-number="2"] {
  background-image: url(/digital-paper/gen1/images/special/scansnap/img_howto02.jpg);
}

@media (max-width: 800px) {
  .howto_image {
    height: 140px;
  }
}

.howto_header {
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 36px;
}

.howto_text {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 12px;
}

.howto_text_small {
  display: block;
  margin-top: 20px;
  font-size: 0.8125rem;
}

.process_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 56px;
}

@media (max-width: 1000px) and (min-width: 541px) {
  .process_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 540px) {
  .process_list {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: -5%;
    margin-right: -5%;
  }
  .process_list::before, .process_list::after {
    display: block;
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 5%;
  }
}

.process {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1000px) and (min-width: 541px) {
  .process:nth-of-type(n+3) {
    margin-top: 40px;
  }
}

@media (max-width: 540px) {
  .process {
    width: 40%;
  }
  .process:not(:first-of-type) {
    margin-left: 5%;
  }
}

.process_image {
  position: relative;
  padding-top: 135%;
  margin-top: 20px;
}

.process_image > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.process_text {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 12px;
}

@media (max-width: 540px) {
  .process_text {
    font-size: 0.8125rem;
  }
}

.process_text_small {
  display: block;
  margin-top: 20px;
  font-size: 0.8125rem;
}

.product_list {
  margin-top: 80px;
}

@media (min-width: 801px) {
  .product_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 800px) {
  .product_list > *:not(:first-of-type) {
    margin-top: 52px;
  }
}

.product_list.row02 {
  margin-top: 30px;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 800px) {
  .product_list.row02 {
    margin-top: 52px;
  }
}

@media (min-width: 801px) {
  .product {
    width: calc(50% - 20px);
  }
}

@media (max-width: 800px) {
  .product {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product_image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 224px;
  margin-left: auto;
  margin-right: auto;
}

.product_image::before {
  display: block;
  content: "";
  width: 100%;
}

.product_image[data-image-number="1"] {
  max-width: 316px;
}

.product_image[data-image-number="1"]::before {
  background-image: url(/digital-paper/gen1/images/special/scansnap/img_product01.png);
  padding-top: 70.9%;
}

.product_image[data-image-number="2"] {
  max-width: 409px;
}

.product_image[data-image-number="2"]::before {
  background-image: url(/digital-paper/gen1/images/special/scansnap/img_product02.png);
  padding-top: 37.9%;
}

.product_header {
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 36px;
}

.product_text {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 12px;
}

.product_link_area {
  max-width: 800px;
  text-align: center;
  background-color: #fff;
  padding: 26px 20px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}

.product_link_area a {
  text-decoration: underline;
}

.product_attention {
  max-width: 800px;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}
