*,
::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 {
    background-image: url(/digital-paper/gen1/images/tips/bg_main.jpg);
  }
}

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

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

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

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

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

@media (min-width: 540px) {
  .tips_index {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.btn_tips_index {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 44px;
  font-size: 0.875rem;
  color: #fff;
}

.btn_tips_index::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
}

.btn_tips_index::after {
  display: inline-block;
  content: "";
  border: 5px solid transparent;
  border-top: 8px solid currentColor;
  margin-left: 15px;
  margin-bottom: -4px;
}

.btn_tips_index[data-tips-type="write"] {
  background-color: #847255;
}

.btn_tips_index[data-tips-type="write"]::before {
  background-image: url(/digital-paper/gen1/images/icon/pen.svg);
}

.btn_tips_index[data-tips-type="read"] {
  background-color: #88827b;
}

.btn_tips_index[data-tips-type="read"]::before {
  background-image: url(/digital-paper/gen1/images/icon/book_open.svg);
}

.btn_tips_index[data-tips-type="search"] {
  background-color: #c5b69f;
}

.btn_tips_index[data-tips-type="search"]::before {
  background-image: url(/digital-paper/gen1/images/icon/search.svg);
}

.btn_tips_index[data-tips-type="adjust"] {
  background-color: #bdc3c9;
}

.btn_tips_index[data-tips-type="adjust"]::before {
  background-image: url(/digital-paper/gen1/images/icon/files.svg);
}

.btn_tips_index[data-tips-type="other"] {
  background-color: #6c493c;
}

.btn_tips_index[data-tips-type="other"]::before {
  background-image: url(/digital-paper/gen1/images/icon/file_gear.svg);
}

@media (min-width: 540px) {
  .btn_tips_index {
    -ms-flex-positive: 1;
        flex-grow: 1;
    min-width: 200px;
    max-width: 214px;
    margin: 12px;
  }
}

@media (max-width: 540px) {
  .btn_tips_index:not(:first-of-type) {
    margin-top: 20px;
  }
}

.tips_section_list {
  margin-top: 54px;
}

.tips_section_list .tips_section:nth-of-type(odd) {
  background-color: #f9f8f7;
}

.tips_section[data-tips-type="write"] .tips_header span {
  background-color: #847255;
}

.tips_section[data-tips-type="write"] .tips_header span::before {
  background-image: url(/digital-paper/gen1/images/icon/pen.svg);
  transform: translate3d(0, -2px, 0);
}

.tips_section[data-tips-type="read"] .tips_header span {
  background-color: #88827b;
}

.tips_section[data-tips-type="read"] .tips_header span::before {
  background-image: url(/digital-paper/gen1/images/icon/book_open.svg);
}

.tips_section[data-tips-type="search"] .tips_header span {
  background-color: #c5b69f;
}

.tips_section[data-tips-type="search"] .tips_header span::before {
  background-image: url(/digital-paper/gen1/images/icon/search.svg);
}

.tips_section[data-tips-type="adjust"] .tips_header span {
  background-color: #bdc3c9;
}

.tips_section[data-tips-type="adjust"] .tips_header span::before {
  background-image: url(/digital-paper/gen1/images/icon/files.svg);
}

.tips_section[data-tips-type="other"] .tips_header span {
  background-color: #6c493c;
}

.tips_section[data-tips-type="other"] .tips_header span::before {
  background-image: url(/digital-paper/gen1/images/icon/file_gear.svg);
  transform: translate3d(2px, 0, 0);
}

@media (min-width: 801px) {
  .tips_section {
    padding-top: 56px;
    padding-bottom: 92px;
  }
}

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

.tips_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.625rem;
}

.tips_header span {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.tips_header span::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  background-size: contain;
  margin: auto;
}

@media (max-width: 540px) {
  .tips_header {
    font-size: 1.375rem;
  }
  .tips_header span {
    width: 46px;
    height: 46px;
    margin-right: 8px;
  }
  .tips_header span::before {
    width: 34px;
    height: 34px;
  }
}

.slider_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 1166px;
}

@media (min-width: 801px) {
  .slider_area {
    position: relative;
    width: 82%;
    margin-top: 62px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.btn_slider {
  position: absolute;
  visibility: visible;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
  transition: visibility 0.2s, opacity 0.2s;
  margin-top: 8%;
}

.btn_slider.prev {
  background-image: url(/digital-paper/gen1/images/icon/btn_left.png);
  right: 103%;
}

.btn_slider.next {
  background-image: url(/digital-paper/gen1/images/icon/btn_right.png);
  left: 103%;
}

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

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

.tips_list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
}

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

@media (max-width: 800px) {
  .tips_list {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }
  .tips_list::before, .tips_list::after {
    display: block;
    content: "";
    width: 10%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (max-width: 540px) {
  .tips_list::before, .tips_list::after {
    display: block;
    content: "";
    width: 10%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.tips_card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31%;
}

.tips_card:not(:first-of-type) {
  margin-left: 3.5%;
}

@media (max-width: 800px) {
  .tips_card {
    width: 38%;
  }
  .tips_card:not(:first-of-type) {
    margin-left: 4%;
  }
}

@media (max-width: 540px) {
  .tips_card {
    width: 75%;
  }
  .tips_card:not(:first-of-type) {
    margin-left: 8%;
  }
}

.tips_thumbnail_outer {
  position: relative;
}

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

.tips_thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 66.7%;
}

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

.tips_textarea {
  margin-top: 16px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.tips_title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
}

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

.tips_lead {
  font-size: 0.9375rem;
  line-height: 1.86;
  margin-top: 4px;
}

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

.btn_share_list {
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

.modal {
  position: relative;
  width: 90%;
  max-width: 980px;
  height: 100%;
  max-height: 80vh;
  background-color: #fff;
}

.btn_close_modal {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  background-image: url(/digital-paper/gen1/images/icon/x_circle.png);
}

@media (max-width: 540px) {
  .btn_close_modal {
    top: -16px;
    right: -16px;
    width: 40px;
    height: 40px;
  }
}

.modal_body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.modal_body > * {
  display: block;
  width: 100%;
  height: 100%;
}
