*,
::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/images/icon/sp_menu.png);
}

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

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

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

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

.original_icon_black_twitter::before {
  background-image: url(/digital-paper/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/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/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/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/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;
  }
}

.usage_content {
  margin-top: 4px;
}

.usage_thumbnail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  position: relative;
  height: 460px;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
  padding-bottom: 0;
  cursor: pointer;
  transition: padding-bottom 0.3s;
}

.usage_thumbnail > * {
  position: relative;
}

.usage_thumbnail:hover .usage_thumbnail_bg, .usage_thumbnail.is_active .usage_thumbnail_bg {
  transform: scale(1.02);
}

.usage_thumbnail:hover .usage_thumbnail_bg::before, .usage_thumbnail.is_active .usage_thumbnail_bg::before {
  opacity: 1;
}

.usage_thumbnail.is_active {
  padding-bottom: 28px;
}

.usage_thumbnail.is_active .btn_more i {
  visibility: hidden;
  opacity: 0;
}

.usage_thumbnail.is_active .btn_more span {
  transform: translate3d(0, -28px, 0);
}

.usage_thumbnail.is_active .btn_more span::before, .usage_thumbnail.is_active .btn_more span::after {
  transform: rotate(0deg);
}

@media (max-width: 800px) {
  .usage_thumbnail {
    height: 300px;
  }
}

.usage_thumbnail_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1);
  transition: transform 2s;
}

.usage_thumbnail_bg::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.2s;
}

.usage_thumbnail_header {
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 1.75rem;
}

@media (max-width: 800px) {
  .usage_thumbnail_header {
    font-size: 1.5rem;
  }
}

.btn_more {
  margin-top: 28px;
}

.btn_more i {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s, opacity 0.2s;
}

.btn_more span {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s;
}

.btn_more span::before, .btn_more span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% + 0.5px);
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s;
}

.btn_more span::before {
  left: 0;
  transform-origin: right center;
  transform: rotate(45deg);
}

.btn_more span::after {
  right: 0;
  transform-origin: left center;
  transform: rotate(-45deg);
}

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

.usage_description_area {
  overflow: hidden;
  position: relative;
  height: 0;
}

.usage_description {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 128px;
}

.usage_description > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 800px) {
  .usage_description {
    padding-top: 24px;
    padding-bottom: 64px;
  }
}

.usage_title,
.usage_lead {
  padding-left: 32px;
  padding-right: 32px;
}

.usage_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 1.625rem;
  line-height: 1.6;
}

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

.usage_title .icon_new {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}

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

.usage_lead a {
  text-decoration: underline;
}

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

.usage_btn_area {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
}

.usage_movie {
  background-color: #f9f8f7;
  padding: 80px 80px 80px 100px;
  margin-top: 80px;
}

@media (min-width: 801px) {
  .usage_movie {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 1000px) {
  .usage_movie {
    padding: 60px 48px 60px 40px;
  }
}

@media (max-width: 800px) {
  .usage_movie {
    padding: 40px 24px;
  }
}

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

@media (max-width: 800px) {
  .usage_movie_header {
    font-size: 1.375rem;
  }
}

.usage_movie_lead {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 28px;
}

.usage_movie_thumbnail {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-left: 80px;
  cursor: pointer;
}

.usage_movie_thumbnail::before, .usage_movie_thumbnail::after {
  display: block;
  content: "";
}

.usage_movie_thumbnail::before {
  background-image: url(/digital-paper/images/usage_old/bg_pv_image.jpg);
  padding-top: 56.25%;
}

.usage_movie_thumbnail::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s;
}

.usage_movie_thumbnail:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1000px) and (min-width: 801px) {
  .usage_movie_thumbnail {
    max-width: 340px;
    margin-left: 48px;
  }
}

@media (max-width: 800px) {
  .usage_movie_thumbnail {
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
  }
}

.btn_play_movie_demo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.btn_play_movie_demo::before {
  display: inline-block;
  content: "";
  width: 48px;
  height: 48px;
  vertical-align: middle;
  background-image: url(/digital-paper/images/icon/play_gold.png);
  background-size: contain;
  margin-right: 24px;
}

@media (max-width: 1000px) {
  .btn_play_movie_demo {
    font-size: 1.125rem;
  }
  .btn_play_movie_demo::before {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
}

.usage_support_os_area {
  background-color: #f9f8f7;
  padding: 28px 24px 24px;
  margin-top: 28px;
}

.usage_support_os_area + .usage_process_list_header {
  margin-top: 48px;
}

.usage_support_os {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 540px) {
  .usage_support_os {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.icon_support_os {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 50px;
  height: 50px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background-color: #efefef;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}

.support_os_list {
  display: -ms-flexbox;
  display: flex;
}

.support_os_list > * {
  width: 120px;
  line-height: 40px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

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

@media (min-width: 541px) {
  .support_os_list {
    margin-left: 12px;
  }
}

@media (max-width: 540px) {
  .support_os_list {
    margin-top: 16px;
  }
}

.usage_support_os_attention {
  max-width: 620px;
  font-size: 0.8125rem;
  color: #666;
  line-height: 1.7;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.usage_support_os_attention a {
  text-decoration: underline;
}

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

.usage_process_list_header {
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 90px;
}

@media (max-width: 800px) {
  .usage_process_list_header {
    font-size: 1.25rem;
  }
}

.usage_process_list_lead {
  font-size: 0.875rem;
  line-height: 1.85;
  margin-top: 24px;
}

.usage_process_list_lead + .usage_process_list {
  margin-top: 40px;
}

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

.usage_process_list.no_header {
  margin-top: 8px;
}

@media (max-width: 1000px) {
  .usage_process_list {
    margin-top: 40px;
  }
  .usage_process_list.no_header {
    margin-top: 0;
  }
}

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

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

.usage_process {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
}

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

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

.usage_process_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  min-height: 2.6em;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  line-height: 1.3;
}

@media (min-width: 541px) {
  .usage_process_header {
    font-size: 1.1rem;
  }
}

.usage_process_image_area {
  position: relative;
  margin-top: 20px;
}

.usage_process_image_area .icon_new {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
}

.usage_process_image {
  position: relative;
}

.usage_process_image[data-size="150"] {
  padding-top: 75%;
}

.usage_process_image[data-size="200"] {
  padding-top: 100%;
}

.usage_process_image[data-size="260"] {
  padding-top: 130%;
}

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

.usage_process_text {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 20px;
}

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

.modal_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}

.modal_area.is_show {
  visibility: visible;
  opacity: 1;
}

.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.btn_close_modal {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background-image: url(/digital-paper/images/icon/x.png);
}

.modal {
  position: relative;
}

@media (min-width: 801px) {
  .modal {
    width: calc(100% - 116px);
    height: calc(100% - 116px);
  }
}

@media (max-width: 800px) {
  .modal {
    width: 90%;
    height: 60%;
  }
}

@media (min-width: 801px) {
  .top_view {
    background-image: url(/digital-paper/images/usage/bg_main.jpg);
  }
}

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

.lead {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 2;
  margin-top: -28px;
  margin-bottom: 120px;
}

@media (min-width: 801px) {
  .lead {
    text-align: center;
  }
}

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

.usage_content[data-type="interface"] .usage_thumbnail_bg {
  background-image: url(/digital-paper/images/usage/interface/bg_header.jpg);
}

@media (max-width: 800px) {
  .usage_content[data-type="interface"] .usage_thumbnail_bg {
    background-image: url(/digital-paper/images/usage/interface/bg_header_sp.jpg);
  }
}

.usage_content[data-type="interface"] .usage_movie_thumbnail::before {
  background-image: url(/digital-paper/images/usage/interface/bg_movie_thumbnail.png);
}

.usage_content[data-type="adjust_pen"] .usage_thumbnail_bg {
  background-image: url(/digital-paper/images/usage/adjust_pen/bg_header.jpg);
}

@media (max-width: 800px) {
  .usage_content[data-type="adjust_pen"] .usage_thumbnail_bg {
    background-image: url(/digital-paper/images/usage/adjust_pen/bg_header_sp.jpg);
  }
}

.usage_content[data-type="adjust_pen"] .usage_movie_thumbnail::before {
  background-image: url(/digital-paper/images/usage/adjust_pen/bg_movie_thumbnail.png);
}

.usage_content[data-type="use_pen"] .usage_thumbnail_bg {
  background-image: url(/digital-paper/images/usage/use_pen/bg_header.jpg);
}

@media (max-width: 800px) {
  .usage_content[data-type="use_pen"] .usage_thumbnail_bg {
    background-image: url(/digital-paper/images/usage/use_pen/bg_header_sp.jpg);
  }
}

.usage_content[data-type="use_pen"] .usage_movie_thumbnail::before {
  background-image: url(/digital-paper/images/usage/use_pen/bg_movie_thumbnail.png);
}

.usage_content[data-type="write"] .usage_thumbnail_bg {
  background-image: url(/digital-paper/images/usage/write/bg_header.jpg);
}

@media (max-width: 800px) {
  .usage_content[data-type="write"] .usage_thumbnail_bg {
    background-image: url(/digital-paper/images/usage/write/bg_header_sp.jpg);
  }
}

.usage_content[data-type="write"] .usage_movie_thumbnail::before {
  background-image: url(/digital-paper/images/usage/write/bg_movie_thumbnail.png);
}

.usage_content[data-type="scheduler"] .usage_thumbnail_bg {
  background-image: url(/digital-paper/images/usage/scheduler/bg_header.jpg);
}

@media (max-width: 800px) {
  .usage_content[data-type="scheduler"] .usage_thumbnail_bg {
    background-image: url(/digital-paper/images/usage/scheduler/bg_header_sp.jpg);
  }
}

.usage_content[data-type="scheduler"] .usage_movie_thumbnail::before {
  background-image: url(/digital-paper/images/usage/scheduler/bg_movie_thumbnail.png);
}

.usage_content[data-type="note"] .usage_thumbnail_bg {
  background-image: url(/digital-paper/images/usage/note/bg_header.jpg);
}

@media (max-width: 800px) {
  .usage_content[data-type="note"] .usage_thumbnail_bg {
    background-image: url(/digital-paper/images/usage/note/bg_header_sp.jpg);
  }
}

.usage_content[data-type="note"] .usage_movie_thumbnail::before {
  background-image: url(/digital-paper/images/usage/note/bg_movie_thumbnail.png);
}

.usage_content[data-type="link_pc"] .usage_thumbnail_bg {
  background-image: url(/digital-paper/images/usage/link_pc/bg_header.jpg);
}

@media (max-width: 800px) {
  .usage_content[data-type="link_pc"] .usage_thumbnail_bg {
    background-image: url(/digital-paper/images/usage/link_pc/bg_header_sp.jpg);
  }
}

.usage_content[data-type="link_pc"] .usage_movie_thumbnail::before {
  background-image: url(/digital-paper/images/usage/link_pc/bg_movie_thumbnail.png);
}

.usage_content[data-type="link_sp"] .usage_thumbnail_bg {
  background-image: url(/digital-paper/images/usage/link_sp/bg_header.jpg);
}

@media (max-width: 800px) {
  .usage_content[data-type="link_sp"] .usage_thumbnail_bg {
    background-image: url(/digital-paper/images/usage/link_sp/bg_header_sp.jpg);
  }
}

.usage_content[data-type="link_sp"] .usage_movie_thumbnail::before {
  background-image: url(/digital-paper/images/usage/link_sp/bg_movie_thumbnail.png);
}

.usage_content[data-type="scansnap"] .usage_thumbnail_bg {
  background-image: url(/digital-paper/images/usage/scansnap/bg_header.jpg);
}

@media (max-width: 800px) {
  .usage_content[data-type="scansnap"] .usage_thumbnail_bg {
    background-image: url(/digital-paper/images/usage/scansnap/bg_header_sp.jpg);
  }
}

.usage_content[data-type="scansnap"] .usage_movie_thumbnail::before {
  background-image: url(/digital-paper/images/usage/scansnap/bg_movie_thumbnail.png);
}

.interface_device01 {
  margin-top: 100px;
}

@media (min-width: 1001px) {
  .interface_device01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 1000px) {
  .interface_device01 {
    margin-top: 40px;
  }
  .interface_device01 .interface_device_header {
    text-align: center;
  }
}

.interface_device_image_outer {
  width: 100%;
  max-width: 500px;
}

@media (min-width: 1001px) {
  .interface_device_image_outer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

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

.interface_device_image {
  position: relative;
  padding-top: 40%;
}

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

@media (max-width: 1000px) {
  .interface_device_image {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1001px) {
  .interface_device_textarea {
    margin-left: 20px;
  }
}

@media (max-width: 1000px) {
  .interface_device_textarea {
    max-width: 440px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.interface_device_header {
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

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

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

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

@media (min-width: 1001px) {
  .interface_device02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 100px;
  }
}

@media (max-width: 1000px) {
  .interface_device02 {
    margin-top: 40px;
  }
}

.interface_device02_item {
  max-width: 440px;
}

.interface_device02_item .interface_device_header {
  text-align: center;
  margin-top: 20px;
}

.interface_device02_item .usage_process_image {
  padding-top: 72%;
}

@media (min-width: 1001px) {
  .interface_device02_item {
    width: calc(50% - 28px);
  }
}

@media (max-width: 1000px) {
  .interface_device02_item {
    margin-left: auto;
    margin-right: auto;
  }
  .interface_device02_item:not(:first-of-type) {
    margin-top: 52px;
  }
}

.about_use_pen {
  margin-top: 60px;
}

.about_use_pen .usage_process {
  position: relative;
}

@media (min-width: 1001px) {
  .about_use_pen_image {
    width: calc(100% - 240px);
    max-width: 730px;
    margin-left: auto;
  }
  .about_use_pen_image .pc_none {
    display: none;
  }
  .about_use_pen_image .sp_none {
    display: block;
  }
}

@media (max-width: 1000px) {
  .about_use_pen_image .pc_none {
    display: block;
  }
  .about_use_pen_image .sp_none {
    display: none;
  }
}

@media (min-width: 1001px) {
  .use_pen_process_list {
    margin-top: 28px;
  }
  .use_pen_process_list > *:first-of-type {
    transform: translateY(-374px);
  }
}

.about_write {
  margin-top: 60px;
}

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

.write_pen_feature_area {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  .write_pen_feature_area {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    position: relative;
  }
}

@media (min-width: 801px) {
  .write_pen_image {
    width: 175px;
    margin-left: 228px;
  }
  .write_pen_image .pc_none {
    display: none;
  }
  .write_pen_image .sp_none {
    display: block;
  }
}

@media (max-width: 800px) {
  .write_pen_image {
    position: relative;
    top: 0;
    width: 125px;
  }
  .write_pen_image .pc_none {
    display: block;
  }
  .write_pen_image .sp_none {
    display: none;
  }
}

.write_pen_feature_list {
  margin-left: 20px;
}

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

@media (min-width: 801px) {
  .write_pen_feature_list > *:nth-of-type(2) {
    position: absolute;
    top: 160px;
    right: 428px;
  }
}

@media (min-width: 801px) {
  .write_pen_feature_list {
    position: relative;
    margin-left: 28px;
  }
}

@media (min-width: 1001px) {
  .other_write_pen_feature_list .write_pen_feature:not(:first-of-type) {
    margin-top: 40px;
  }
}

@media (max-width: 540px) {
  .other_write_pen_feature_list .write_pen_feature {
    width: 47.5%;
  }
}

@media (max-width: 1000px) {
  .other_write_pen_feature_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 460px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}

.write_pen_feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
}

.about_note {
  margin-top: 60px;
}

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

@media (max-width: 1000px) {
  .about_note {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1001px) {
  .note_feature_list_outer {
    width: 200px;
  }
}

@media (max-width: 1000px) {
  .note_feature_list_outer {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media (min-width: 1001px) {
  .note_feature_list > *:not(:first-of-type) {
    margin-top: 40px;
  }
}

@media (max-width: 1000px) and (min-width: 541px) {
  .note_feature_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}

.note_feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 541px) {
  .note_feature {
    width: 200px;
  }
}

@media (max-width: 540px) {
  .note_feature {
    width: 100%;
  }
  .note_feature:not(:first-of-type) {
    margin-top: 60px;
  }
  .note_feature .usage_process_header {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .note_feature .usage_process_image_outer {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 700px) {
  .refill_area {
    width: 700px;
  }
}

@media (min-width: 700px) {
  .refill_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.refill_list_image {
  width: 100%;
  max-width: 300px;
}

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

.refill_info {
  margin-top: 20px;
}

.refill_info a {
  text-decoration: underline;
}

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

.refill_description,
.new_refill_text {
  font-size: 0.875rem;
  line-height: 2;
}

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

.new_refill {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  background-color: #f9f8f7;
  padding: 50px 28px 40px;
  margin-top: 72px;
}

.new_refill .icon_new {
  position: absolute;
  top: -28px;
  left: 28px;
}

.new_refill_header {
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

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

.new_refill_image {
  position: relative;
  width: 100%;
  padding-top: 69.3%;
  margin-top: 20px;
}

.new_refill_image > * {
  position: absolute;
  top: 0;
  left: 0;
}

.new_refill_text {
  width: 100%;
  margin-top: 12px;
}

.btn_new_refill {
  margin-top: 24px;
}

@media (max-width: 540px) {
  .about_link_sp_header {
    text-align: center;
  }
}

.about_link_sp {
  margin-top: 20px;
}

@media (min-width: 541px) {
  .about_link_sp {
    display: -ms-flexbox;
    display: flex;
  }
}

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

@media (max-width: 540px) {
  .about_link_sp_image_outer {
    margin-left: auto;
    margin-right: auto;
  }
}

.about_link_sp_image {
  position: relative;
  padding-top: 100%;
}

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

.about_link_sp_text {
  font-size: 0.875rem;
  line-height: 2;
}

@media (min-width: 541px) {
  .about_link_sp_text {
    margin-left: 32px;
  }
}

@media (max-width: 540px) {
  .about_link_sp_text {
    font-size: 0.8125rem;
    margin-top: 12px;
  }
}

@media (min-width: 1001px) {
  .about_link_sp_list .usage_process {
    width: 280px;
  }
}

.about_link_sp_list .usage_process_image {
  padding-top: 66.7%;
}

@media (max-width: 540px) {
  .about_link_sp_list {
    margin-top: 56px;
  }
}

.scansnap_howto_list {
  margin-top: 52px;
}

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

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

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

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

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

.scansnap_howto_image[data-image-number="1"] {
  background-image: url(/digital-paper/images/usage/scansnap/img_01.jpg);
}

.scansnap_howto_image[data-image-number="2"] {
  background-image: url(/digital-paper/images/usage/scansnap/img_02.jpg);
}

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

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

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

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

.scansnap_step_list {
  font-size: 1rem;
  line-height: 2.4;
  list-style-type: decimal;
  background-color: #f9f8f7;
  padding: 32px 40px;
  margin-top: 24px;
}

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

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

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

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

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

.scansnap_step_attention a {
  text-decoration: underline;
}

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

.scansnap_link_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f9f8f7;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 48px;
}

.scansnap_link_area .btn_base {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.3;
  margin: 12px 24px;
}

@media (min-width: 801px) {
  .scansnap_link_area .btn_base br {
    display: none;
  }
}

.footer {
  margin-top: 4px;
}
