*,
::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;
  }
}

.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;
  }
}

.notice_intro {
  padding: 24px 28px;
}

.notice_intro:not(:first-of-type) {
  border-top: 1px solid #e6e6e6;
}

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

.notice_intro_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 801px) {
  .notice_intro_header {
    margin-top: 6px;
  }
}

@media (max-width: 800px) {
  .notice_intro_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -24px;
  }
  .notice_intro_header > * {
    margin-top: 12px;
    margin-left: 24px;
  }
}

.notice_intro_time {
  min-width: 8em;
  font-size: 0.875rem;
}

.notice_intro_label {
  display: inline-block;
  min-width: 120px;
  font-size: 0.6875rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #303030;
  padding: 6px 20px;
  border-radius: 12px;
}

.notice_intro_label[data-type="information"] {
  background-color: #afafaf;
}

.notice_intro_label[data-type="publication"] {
  background-color: #afa38b;
}

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

.notice_intro_lead {
  display: inline-block;
  line-height: 2.25;
}

.notice_intro_lead[href] {
  text-decoration: underline;
}

.notice_intro_lead[href]:hover {
  text-decoration: none;
}

@media (min-width: 801px) {
  .notice_intro_lead {
    margin-left: 36px;
  }
}

@media (max-width: 800px) {
  .notice_intro_lead {
    width: 100%;
    font-size: 0.9375rem;
    margin-top: 20px;
  }
}

.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/gen1/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%;
  }
}

.top_view {
  position: relative;
  overflow: hidden;
}

@media (min-width: 801px) {
  .top_view {
    padding-top: 58.9%;
  }
}

@media (max-width: 800px) {
  .top_view {
    padding-top: 120%;
  }
}

.slider {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(1.05) translate3d(0, 10px, 0);
  transition: visibility 0.5s, opacity 0.5s, transform 1.5s;
}

.slider.is_show {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
}

.slider_item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: visibility 1s cubic-bezier(0.755, 0.05, 0.855, 0.06), opacity 1s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

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

.slider_item img {
  -webkit-backface-visibility: hidden;
}

.slider_item .sp_image {
  display: none;
}

@media (max-width: 800px) {
  .slider_item .sp_image {
    display: block;
  }
}

@media (max-width: 800px) {
  .slider_item .pc_image {
    display: none;
  }
}

.main_image02, .main_image03 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.main_image02.is_show, .main_image03.is_show {
  opacity: 1;
}

.btn_slider_list {
  text-align: center;
}

.btn_slider {
  visibility: hidden;
  width: 26px;
  height: 60px;
  text-align: center;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}

.btn_slider::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 auto;
  background-color: transparent;
  border: 1px solid #777;
  border-radius: 50%;
  transition: background-color 0.3s, border 0.3s;
}

.btn_slider:hover::before {
  border-color: #151414;
}

.btn_slider.is_active {
  pointer-events: none;
}

.btn_slider.is_active::before {
  background-color: #151414;
  border-color: #151414;
}

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

.slider_scansnap_content {
  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;
}

@media (max-width: 800px) {
  .slider_scansnap_content {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}

.slider_scansnap_header {
  width: 900px;
  height: 310px;
  filter: drop-shadow(1px 1px 30px rgba(0, 0, 0, 0.4));
}

.slider_scansnap_header .sp {
  display: none;
}

@media (max-width: 800px) {
  .slider_scansnap_header {
    width: 270px;
    height: 210px;
  }
  .slider_scansnap_header .pc {
    display: none;
  }
  .slider_scansnap_header .sp {
    display: block;
  }
}

.slider_scansnap_text {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
  margin-bottom: 36px;
}

@media (max-width: 800px) {
  .slider_scansnap_text {
    display: none;
  }
}

.youtube_player {
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.youtube_player.is_show {
  opacity: 1;
}

@media (max-width: 800px) {
  .youtube_player {
    display: none;
  }
}

.youtube_movie {
  width: 100%;
  height: 100%;
}

.btn_skip_movie_top {
  visibility: visible;
  position: absolute;
  font-size: 1.25rem;
  font-weight: bold;
  right: 28px;
  bottom: 28px;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s;
}

.btn_skip_movie_top.is_hide {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 800px) {
  .btn_skip_movie_top {
    display: none;
  }
}

.btn_play_movie_top {
  display: none;
  position: absolute;
  bottom: 32px;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  transform: translateX(-50%);
}

.btn_play_movie_top:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

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

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

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

.campaign_banner {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 47%;
}

@media (min-width: 801px) {
  .campaign_banner {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 800px) {
  .campaign_banner {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.campaign_banner img {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-backface-visibility: hidden;
}

@media (max-width: 800px) {
  .campaign_banner_image_pc {
    display: none;
  }
}

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

.notice {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 76px;
}

.notice_header {
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-weight: 300;
  color: #000;
  text-align: center;
  letter-spacing: 0.15em;
}

@media (min-width: 801px) {
  .notice_header {
    font-size: 2.5rem;
  }
}

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

.notice_intro_list {
  margin-top: 60px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.btn_notice_more_area {
  text-align: center;
  margin-top: 56px;
}

@media (min-width: 801px) {
  .feature_list {
    overflow: hidden;
  }
}

.pv_image_area {
  background-color: #f9f8f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

@media (min-width: 801px) {
  .pv_image_area .page_header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 800px) {
  .pv_image_area .page_header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.pv_image_area_frame {
  margin-top: 50px;
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 20px;
  background: #fff;
}

.pv_image_area_frame h3 {
  margin-bottom: 40px;
  font-family: "Nothing You Could Do", serif;
  font-size: 1.625rem;
  text-align: center;
}

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

@media (min-width: 801px) {
  .pv_image_area_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .pv_image_area_inner > * {
    width: 45%;
    max-width: 520px;
  }
}

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

.pv_image[data-pv-number="1"] .pv_image_thumbnail {
  background-image: url(/digital-paper/gen1/images/top/bg_pv_image01.jpg);
}

.pv_image[data-pv-number="2"] .pv_image_thumbnail {
  background-image: url(/digital-paper/gen1/images/top/bg_pv_image02.jpg);
}

.pv_image[data-pv-number="3"] .pv_image_thumbnail {
  background-image: url(/digital-paper/gen1/images/top/bg_pv_image03.jpg);
}

.pv_image[data-pv-number="4"] .pv_image_thumbnail {
  background-image: url(/digital-paper/gen1/images/top/bg_pv_image04.jpg);
}

.pv_image_header {
  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.375rem;
  min-height: 56px;
  line-height: 1.375;
}

.pv_image_header .icon_new {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: middle;
  margin-right: 8px;
}

.pv_image_thumbnail {
  display: block;
  position: relative;
  padding-top: 61.5%;
  margin-top: 24px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

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

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

.btn_play_movie_demo {
  position: absolute;
  top: 50%;
  left: 50%;
  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/gen1/images/icon/play_gold.png);
  margin-right: 24px;
}

.pv_image_text {
  font-size: 0.9375rem;
  line-height: 2;
}

@media (min-width: 801px) {
  .pv_image_text {
    margin-top: 20px;
    margin-left: 14px;
    margin-right: 14px;
  }
}

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

.btn_share_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 18px;
}

.btn_share[data-sns-name="twitter"] {
  width: 98px;
  height: 28px;
  background-image: url(/digital-paper/gen1/images/icon/btn_share_twitter.png);
}

.btn_share[data-sns-name="facebook"] {
  width: 88px;
  height: 28px;
  background-image: url(/digital-paper/gen1/images/icon/btn_share_facebook.png);
}

.btn_share:not(:first-of-type) {
  margin-left: 14px;
}

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

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

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

@media (min-width: 801px) {
  .usage_scene {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .usage_scene:nth-of-type(odd) {
    padding-right: 7%;
  }
  .usage_scene:nth-of-type(odd) .icon_new {
    right: -16px;
  }
  .usage_scene:nth-of-type(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    padding-left: 7%;
  }
  .usage_scene:nth-of-type(even) .icon_new {
    left: -16px;
  }
}

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

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

.usage_scene_title {
  font-family: "Nothing You Could Do", serif;
  font-size: 1.625rem;
}

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

@media (max-width: 800px) {
  .usage_scene_header {
    font-size: 1.3125rem;
    line-height: 1.5;
    margin-top: 16px;
  }
}

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

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

.ussage_scene_image {
  position: relative;
}

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

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

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

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

.ussage_scene_image[data-image-number="4"] {
  background-image: url(/digital-paper/gen1/images/top/bg_scene04.jpg);
}

.ussage_scene_image[data-image-number="5"] {
  background-image: url(/digital-paper/gen1/images/top/bg_scene05.jpg);
}

.ussage_scene_image[data-image-number="6"] {
  background-image: url(/digital-paper/gen1/images/top/bg_scene06.jpg);
}

.ussage_scene_image .icon_new {
  position: absolute;
  top: -16px;
}

@media (max-width: 800px) {
  .ussage_scene_image .icon_new {
    right: -16px;
  }
}

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

.product_info {
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 801px) {
  .product_info {
    padding-top: 120px;
    padding-bottom: 80px;
    margin-top: 120px;
  }
}

@media (max-width: 800px) {
  .product_info {
    padding-top: 80px;
    padding-bottom: 88px;
    margin-top: 80px;
  }
}

.product_info_inner {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 801px) {
  .product_info_inner {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (max-width: 800px) {
  .product_info_inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}

.product_image::before {
  display: block;
  content: "";
  background-size: contain;
  background-image: url(/digital-paper/gen1/images/top/bg_devices.png);
}

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

@media (max-width: 800px) {
  .product_image {
    width: 80%;
    max-width: 440px;
  }
  .product_image::before {
    padding-top: 65.9%;
  }
}

.product_info_summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 801px) {
  .product_info_summary {
    width: 320px;
    margin-left: 11%;
    margin-right: 10%;
    padding-top: 12px;
  }
}

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

.product_info_summary .btn_sns_list {
  margin-top: 20px;
}

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

.product_info_summary .btn_sns {
  width: 36px;
  height: 48px;
}

.product_info_summary .btn_sns::before {
  width: 36px;
  height: 36px;
}

.product_info_logo {
  width: 320px;
  height: 80px;
  background-image: url(/digital-paper/gen1/images/icon/top_logo_black.svg);
  background-size: contain;
}

@media (max-width: 800px) {
  .product_info_logo {
    width: 224px;
    height: 56px;
  }
}

.product_link_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 36px;
}

.product_link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 0.9375rem;
  margin-bottom: 12px;
}

.product_link:not(:last-of-type):not(:nth-of-type(3))::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 1em;
  background-color: #303030;
  margin-left: 10px;
  margin-right: 10px;
}

.product_link a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #999;
  transition: color 0.2s, border 0.2s;
}

.product_link a:hover {
  color: #666;
  border-bottom-color: transparent;
}

.btn_product_info_action {
  min-width: 190px;
  margin-top: 14px;
  text-align: center;
}
