@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* css style start */
html,
body {
  height: 100%;
}

body {
  color: #1a1a1c;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 2;
}
body > footer {
  position: sticky;
  top: 100vh;
}

a,
img {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

a {
  word-break: break-all;
}
a:hover {
  color: #cccccf;
}
a:hover img {
  opacity: 0.7;
}
.nav_pankuzu a, .lst_grid li a, .lst_tags li a, a.lnk_nav, a.lnk_text {
  color: #1a1a1c;
  text-decoration: none;
}
.nav_pankuzu a:hover, .lst_grid li a:hover, .lst_tags li a:hover, a.lnk_nav:hover, a.lnk_text:hover {
  color: #cccccf;
}
a.lnk_btn {
  color: #1a1a1c;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1rem;
}
h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}
.slide_title h1, .slide_title h2, .slide_title h3, .slide_title h4, .slide_title h5, .slide_title h6 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Times New Roman", "BIZ UDMincho", "Yu Mincho", serif !important;
}

h1 {
  font-size: 1.875rem;
}
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 1.375rem;
  }
}

h2, h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  h2, h3 {
    font-size: 1.25rem;
  }
}

h4, h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

.art_content h2, .art_content h4, .art_content h6,
.art_cnt_grid h2,
.art_cnt_grid h4,
.art_cnt_grid h6,
.editor-styles-wrapper h2,
.editor-styles-wrapper h4,
.editor-styles-wrapper h6 {
  position: relative;
  padding-left: 1.5rem;
}
.art_content h2::before, .art_content h4::before, .art_content h6::before,
.art_cnt_grid h2::before,
.art_cnt_grid h4::before,
.art_cnt_grid h6::before,
.editor-styles-wrapper h2::before,
.editor-styles-wrapper h4::before,
.editor-styles-wrapper h6::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  left: 0;
  display: block;
  width: 3px;
  height: 75%;
  background-color: #d1d7df;
}

.nav_pankuzu {
  font-size: 0.875rem;
}
.nav_pankuzu span {
  padding: 0 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .nav_pankuzu span {
    padding: 0 0.1rem;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Times New Roman", "BIZ UDMincho", "Yu Mincho", serif;
  font-size: 1.375rem;
  line-height: 1;
}
.pagination .nav-links a {
  color: #b1b1b7;
  text-decoration: none;
}
.pagination .nav-links a:hover {
  color: #1a1a1c;
}
.pagination .nav-links a,
.pagination .nav-links span {
  padding: 4px 12px;
}
@media screen and (max-width: 767.98px) {
  .pagination .nav-links a,
  .pagination .nav-links span {
    padding: 4px;
  }
}
.pagination .nav-links .prev svg,
.pagination .nav-links .next svg {
  width: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .pagination .nav-links {
    gap: 5px;
  }
}

.cmn_container {
  max-width: 1320px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.slide_wrap {
  margin-bottom: 4rem;
}
@media screen and (max-width: 991.98px) {
  .slide_wrap {
    margin-bottom: 2rem;
  }
}

.cct_inner {
  padding-bottom: 5rem;
}
@media screen and (max-width: 991.98px) {
  .cct_inner {
    padding-bottom: 3rem;
  }
}

.lyt_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 3rem 2rem;
}
@media screen and (max-width: 991.98px) {
  .lyt_grid {
    gap: 1.5rem 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .lyt_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 1rem;
  }
}
.lyt_grid .lyt_block1 {
  grid-column: span 3/span 3;
}
@media screen and (max-width: 767.98px) {
  .lyt_grid .lyt_block1 {
    grid-column: span 1/span 1;
    padding-bottom: 3rem;
  }
}
.lyt_grid .lyt_block2 {
  grid-column-start: 4;
}
@media screen and (max-width: 767.98px) {
  .lyt_grid .lyt_block2 {
    grid-column-start: 1;
  }
}
.lyt_grid .lst_grid {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991.98px) {
  .lyt_grid .lst_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .lyt_grid .lst_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575.98px) {
  .lyt_grid .lst_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.lst_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991.98px) {
  .lst_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .lst_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 1rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .lst_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 1rem;
  }
}
.lst_grid .lst_title {
  line-height: inherit;
  margin: 10px 0;
  padding: 0 !important;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Times New Roman", "BIZ UDMincho", "Yu Mincho", serif;
  font-size: 1.125rem;
  font-weight: 800;
}
.lst_grid .lst_title::before {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .lst_grid .lst_title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .lst_grid .lst_title {
    font-size: 1.125rem;
  }
}
.lst_grid .lst_img {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
.lst_grid .lst_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .lst_grid .lst_img {
    aspect-ratio: 1.618/1;
  }
}
.lst_grid .lst_img.img_cntn img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.lst_grid .lst_cap {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  color: #e50012;
  margin: 0.5rem 0;
}
.lst_grid .lst_label {
  position: absolute;
  top: 0;
  left: 0;
}
.lst_grid a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.lst {
  list-style: none;
  padding-left: 0;
}

.lst_notes li,
.lst_nav li,
.lst_tags li {
  font-size: 0.875rem;
}

.lst_nav li,
.lst_tags li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lst_notes li > a,
.lst_notes li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.8rem;
  position: relative;
}
.lst_notes li > a::before,
.lst_notes li > span::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  left: 0;
  display: block;
  width: 1px;
  height: 55%;
  background-color: #1a1a1c;
}
.lst_notes li > a:first-child,
.lst_notes li > span:first-child {
  padding-left: 0 !important;
}
.lst_notes li > a:first-child::before,
.lst_notes li > span:first-child::before {
  display: none !important;
}
@media screen and (max-width: 991.98px) {
  .lst_notes li > a,
  .lst_notes li > span {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .lst_notes li > a,
  .lst_notes li > span {
    padding: 0 0.8rem;
  }
}
.lst_notes li > a {
  font-weight: 600;
  color: #1a1a1c;
  text-decoration: none;
}
.lst_notes li > a:hover {
  color: #cccccf;
}

.lst_nav li {
  padding: 0 1.5rem;
  position: relative;
}
.lst_nav li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  left: 0;
  display: block;
  width: 1px;
  height: 55%;
  background-color: #1a1a1c;
}
.lst_nav li:first-child {
  padding-left: 0 !important;
}
.lst_nav li:first-child::before {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .lst_nav li {
    padding: 0 0.5rem;
  }
}

.lst_tags li {
  font-weight: 600;
}
.lst_tags li a {
  margin-right: 0.75rem;
}
.lst_tags li a::before {
  content: "#";
  padding-right: 2px;
}

.lst_label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5rem;
  padding: 7px 15px 10px;
  border: 1px solid #1a1a1c;
  background-color: white;
}
.lst_label.lbl_red {
  color: #e50012 !important;
  border-color: #e50012 !important;
}

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

.lnk_text,
.lnk_btn {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}
.lnk_text::before,
.lnk_btn::before {
  content: "\f285";
  font-family: bootstrap-icons;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  padding-right: 5px;
}
.lnk_text.ico_blank::before,
.lnk_btn.ico_blank::before {
  content: "\f759" !important;
  padding-right: 10px !important;
}
.lnk_text.txt_normal,
.lnk_btn.txt_normal {
  font-size: 1.5rem !important;
  font-style: normal !important;
}

.lnk_btn {
  border: 1px solid #1a1a1c;
  padding: 0.8rem 8rem;
}
.lnk_btn:hover {
  background-color: #1a1a1c;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .lnk_btn {
    padding: 0.8rem 4rem;
  }
}
.lnk_btn.txt_normal {
  padding: 1rem 8rem;
}
@media screen and (max-width: 767.98px) {
  .lnk_btn.txt_normal {
    padding: 1rem 4rem;
  }
}

.lnk_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e0e4e9;
}

.cmn_header {
  background-color: #fff;
}
.cmn_header .nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem 0;
}
@media screen and (max-width: 767.98px) {
  .cmn_header .nav_menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.5rem 0;
  }
}
.cmn_header .nav_logo {
  margin-bottom: 8px;
}
.cmn_header .nav_logo svg {
  width: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #1a1a1c !important;
}
@media screen and (max-width: 767.98px) {
  .cmn_header .nav_logo svg {
    width: 180px;
  }
}
.cmn_header .nav_logo a:hover {
  opacity: 0.5;
}
.cmn_header .nav_link {
  position: absolute;
  right: 0;
}
.cmn_header .nav_link .lnk_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn_header .nav_link .lnk_nav svg {
  width: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #b3bdca;
}
.cmn_header .nav_link .lnk_nav > span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  padding-right: 10px;
}

.cmn_header .offcanvas-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cmn_header .offcanvas-body .input-group {
  margin-bottom: 2rem;
}
.cmn_header .search_box svg {
  width: 18px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #1a1a1c;
  margin-top: -4px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.cmn_header .search_box > input,
.cmn_header .search_box > button {
  border-color: #d1d7df !important;
}
.cmn_header .search_box > input {
  border-right: 0;
}
.cmn_header .search_box > button {
  border-left: 0;
}
.cmn_header .search_box > button:hover svg {
  opacity: 0.5;
}

.cmn_footer {
  background-image: -webkit-gradient(linear, left top, right top, from(#c7ced8), to(#9faab7));
  background-image: linear-gradient(90deg, #c7ced8, #9faab7);
  padding: 2.5rem 0;
}
.cmn_footer h1,
.cmn_footer a,
.cmn_footer small {
  color: #fff !important;
}
.cmn_footer a {
  text-decoration: none;
}
.cmn_footer a:hover {
  opacity: 0.5;
}
.cmn_footer .nav_menu,
.cmn_footer .copyright {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .cmn_footer .copyright {
    font-size: 0.875rem;
  }
}
.cmn_footer .asd_tags {
  margin-bottom: 1.875rem;
}
.cmn_footer .asd_tags .asd_title {
  -o-border-image: linear-gradient(to left, #9faab7, #fff) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#9faab7), to(#fff)) 1;
     border-image: linear-gradient(to left, #9faab7, #fff) 1;
}
.cmn_footer .nav_menu {
  padding-top: 1.875rem;
}
.cmn_footer .nav_logo {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
}
.cmn_footer .nav_logo svg {
  width: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff !important;
}
@media screen and (max-width: 767.98px) {
  .cmn_footer .nav_logo svg {
    width: 180px;
  }
}
.cmn_footer .lst_nav li::before {
  background-color: #fff !important;
}

.art_content .art_head {
  margin-bottom: 2rem;
}
.art_content .art_body {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .art_content .art_body {
    padding-bottom: 1rem;
  }
}
.art_content .art_body figure img {
  width: 100%;
  height: auto;
}
.art_content .art_body_bottom {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .art_content .art_body_bottom {
    padding-bottom: 3rem;
  }
}
.art_content .art_body_bottom .lnk_wrap {
  padding-top: 1rem;
}
.art_content .art_footer {
  border: 1px solid #d1d7df;
  padding: 1.8rem 2.5rem 1.3rem;
}
@media screen and (max-width: 991.98px) {
  .art_content .art_footer {
    padding: 1rem 1rem 0.5rem;
  }
}
.art_content .art_footer .art_ftr_title {
  font-size: 1.125rem;
}
.art_content .art_footer .art_ftr_grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 3rem 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767.98px) {
  .art_content .art_footer .art_ftr_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 1rem;
  }
}
.art_content .art_footer .art_ftr_grid .lst_img img {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}
.art_content .art_footer .art_ftr_grid .lst_img.img_cntn img {
  -o-object-fit: contain;
     object-fit: contain;
}
.art_content .wp-block-image {
  margin-bottom: 2rem;
}
.art_content .wp-block-group {
  margin-bottom: 4rem;
}

.art_title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Times New Roman", "BIZ UDMincho", "Yu Mincho", serif;
}

.art_cnt_grid .art_title {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #d1d7df, #fff) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#d1d7df), to(#fff)) 1;
     border-image: linear-gradient(to right, #d1d7df, #fff) 1;
}
@media screen and (max-width: 767.98px) {
  .art_cnt_grid .art_title {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.art_cnt_grid .art_title > span {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 600;
  padding-right: 15px;
}
@media screen and (max-width: 767.98px) {
  .art_cnt_grid .art_title > span {
    font-size: 2.5rem;
    padding-right: 10px;
  }
}
.art_cnt_grid .art_head {
  text-align: center;
  margin-bottom: 2rem;
}
.art_cnt_grid .art_head .art_title,
.art_cnt_grid .art_head .art_title_sub {
  margin-bottom: 0;
}
.art_cnt_grid .art_head .art_title {
  font-size: 2.1875rem;
  font-weight: 500;
  border: 0;
}
@media screen and (max-width: 767.98px) {
  .art_cnt_grid .art_head .art_title {
    font-size: 1.875rem;
  }
}
.art_cnt_grid .art_head .art_title_sub {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Times New Roman", "BIZ UDMincho", "Yu Mincho", serif;
  font-size: 1.125rem;
  padding-left: 0;
}
.art_cnt_grid .art_head .art_title_sub::before {
  display: none;
}
.art_cnt_grid .art_footer .widget_block {
  padding-top: 3rem;
  margin-bottom: 4rem;
}

.search_desc svg {
  width: 18px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #1a1a1c;
  margin-top: -4px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-right: 10px;
}

.asd {
  margin-bottom: 3rem;
}
.asd:last-child {
  margin-bottom: 0;
}

.asd_banner .lnk_img {
  aspect-ratio: 1/0.748;
}

.asd_backnumber .asd_inner {
  border: 1px solid #d1d7df;
  padding: 1.5rem 1.875rem 1rem;
}
@media screen and (max-width: 1199.98px) {
  .asd_backnumber .asd_inner {
    padding: 1rem 1rem 0.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .asd_backnumber .asd_inner {
    padding: 1rem 0.8rem 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .asd_backnumber .asd_inner {
    padding: 1rem 2.5rem 0.5rem;
  }
}
.asd_backnumber .asd_title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Times New Roman", "BIZ UDMincho", "Yu Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.asd_backnumber .asd_title span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 600;
  padding-right: 15px;
}
.asd_backnumber .asd_ttl_sub {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Times New Roman", "BIZ UDMincho", "Yu Mincho", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.asd_backnumber .lnk_wrap {
  margin-bottom: 1rem;
}
.asd_backnumber .lnk_img {
  aspect-ratio: 1/1.397;
}

.asd_tags .asd_title {
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #d1d7df, #fff) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#d1d7df), to(#fff)) 1;
     border-image: linear-gradient(to right, #d1d7df, #fff) 1;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}

.scroll_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #1a1a1c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 767.98px) {
  .scroll_top {
    bottom: 15px;
    right: 15px;
  }
}
.scroll_top:hover {
  background-color: #1a1a1c;
}
.scroll_top:hover a {
  color: #fff;
}
.scroll_top:hover a svg {
  fill: #fff;
}
.scroll_top a {
  text-decoration: none;
  line-height: 1;
}
.scroll_top svg {
  width: 28px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #1a1a1c;
}

.animate__delay-01s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.1);
          animation-delay: calc(var(--animate-delay) * 0.1);
}

.animate__delay-02s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.2);
          animation-delay: calc(var(--animate-delay) * 0.2);
}

.animate__delay-03s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.3);
          animation-delay: calc(var(--animate-delay) * 0.3);
}

.animate__delay-04s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.4);
          animation-delay: calc(var(--animate-delay) * 0.4);
}

.animate__delay-05s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.5);
          animation-delay: calc(var(--animate-delay) * 0.5);
}

.animate__delay-06s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.6);
          animation-delay: calc(var(--animate-delay) * 0.6);
}

.animate__delay-07s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.7);
          animation-delay: calc(var(--animate-delay) * 0.7);
}

.animate__delay-08s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.8);
          animation-delay: calc(var(--animate-delay) * 0.8);
}

.animate__delay-09s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.9);
          animation-delay: calc(var(--animate-delay) * 0.9);
}

.animate__delay-10s {
  -webkit-animation-delay: calc(var(--animate-delay) * 1);
          animation-delay: calc(var(--animate-delay) * 1);
}

.animate__delay-11s {
  -webkit-animation-delay: calc(var(--animate-delay) * 1.1);
          animation-delay: calc(var(--animate-delay) * 1.1);
}

.animate__delay-12s {
  -webkit-animation-delay: calc(var(--animate-delay) * 1.2);
          animation-delay: calc(var(--animate-delay) * 1.2);
}

.animate__delay-13s {
  -webkit-animation-delay: calc(var(--animate-delay) * 1.3);
          animation-delay: calc(var(--animate-delay) * 1.3);
}

.animate__delay-14s {
  -webkit-animation-delay: calc(var(--animate-delay) * 1.4);
          animation-delay: calc(var(--animate-delay) * 1.4);
}

.animate__delay-15s {
  -webkit-animation-delay: calc(var(--animate-delay) * 1.5);
          animation-delay: calc(var(--animate-delay) * 1.5);
}

.animate__delay-16s {
  -webkit-animation-delay: calc(var(--animate-delay) * 1.6);
          animation-delay: calc(var(--animate-delay) * 1.6);
}

@media print {
  thead {
    display: table-header-group;
  }
  body {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    width: 1320px;
    zoom: 0.8;
  }
}