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

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

.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/info/bg_main.jpg);
  }
}

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

.notice_intro_list {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

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

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

.pagination {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 56px;
}

.btn_pagination {
  width: 32px;
  height: 32px;
  font-size: 0.75rem;
  text-align: center;
  line-height: 32px;
  transition: color 0.2s;
}

.btn_pagination:hover {
  color: #000;
}

.btn_page_number {
  width: 32px;
  height: 32px;
  font-size: 0.75rem;
  text-align: center;
  line-height: 32px;
  background-color: transparent;
  margin-left: 18px;
  margin-right: 18px;
  border: 1px solid #919087;
  border-radius: 50%;
  transition: background-color 0.2s, border 0.2s;
}

.btn_page_number::before {
  display: block;
  content: attr(data-page-number);
  transition: color 0.2s;
}

.btn_page_number:hover, .btn_page_number.is_active {
  background-color: #303030;
  border-color: transparent;
}

.btn_page_number:hover::before, .btn_page_number.is_active::before {
  color: #fff;
}

.footer {
  margin-top: 92px;
}
