/* Reset box-sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  padding: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role=list],
ol[role=list],
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizespeed;
  line-height: 1.5;
}

/* Remove default link styles */
a {
  color: inherit;
  text-decoration: none;
}

/* Remove default styles for buttons and form elements */
button,
input,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Remove focus outlines and add custom styles if needed */
:focus {
  outline: none;
}

/* Make images easier to work with */
svg,
picture {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/* Table resets */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* Remove quotes from blockquote and q elements */
blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

/* Reset headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Reset code/monospace elements */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

html {
  scroll-behavior: smooth;
  font-size: 625%;
}
@media (min-width: 1921px) {
  html {
    font-size: 5.2083333333dvw;
  }
}
@media (min-width: 1296.98px) and (max-width: 1920px) {
  html {
    font-size: 625%;
  }
}
@media (min-width: 1024.98px) and (max-width: 1296px) {
  html {
    font-size: 7.7160493827dvw;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 25.641025641dvw;
  }
}

body {
  font-family: minion-pro, serif;
  font-size: 0.22rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-wrap: anywhere;
  background: #060606;
}
@media (max-width: 1024px) {
  body {
    font-size: 0.16rem;
  }
}
body.noscroll {
  overflow: hidden;
}
body#ja-JP {
  font-family: minion-pro, source-han-serif-japanese, serif;
}
body#ko-KR {
  font-family: source-han-serif-korean, serif;
}
body#zh-Hans {
  font-family: source-han-serif-sc, serif;
}
body#zh-Hant {
  font-family: source-han-serif-tc, serif;
}

.main {
  position: relative;
  z-index: 995;
  background: url("../img/deco_belt.svg") no-repeat -0.2rem bottom;
  background-size: 19.2rem 0.23rem;
}
@media (max-width: 1024px) {
  .main {
    overflow-x: hidden;
  }
}

.app-nav_wrap.fixed .app-nav {
  position: fixed;
  top: 0;
}
.app-nav_wrap.fixed .hamburger {
  position: fixed;
  top: 0.1rem;
}
@media (max-width: 1024px) {
  .app-nav_wrap.fixed .hamburger {
    top: 0.08rem;
  }
}

.app-nav {
  position: absolute;
  top: 0.38rem;
  right: 1.1rem;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.1rem;
}
@media (max-width: 1024px) {
  .app-nav {
    top: 0.32rem;
    right: 0.1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 3.7rem;
  }
}
.app-nav .appDownloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.12rem;
  margin-right: 0.12rem;
}
@media (max-width: 1024px) {
  .app-nav .appDownloads {
    gap: 0.08rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: auto;
    margin-left: 0.08rem;
  }
}
.app-nav .appDownloads #apple-btn,
.app-nav .appDownloads #google-btn {
  display: none;
}
.app-nav .appDownloads a {
  line-height: 0;
}
.app-nav .appDownloads a img {
  width: auto;
  height: 0.56rem;
}
@media (max-width: 1024px) {
  .app-nav .appDownloads a img {
    height: 0.4rem;
  }
}
@media (max-width: 1024px) {
  .app-nav .ic_game {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.app-nav .ic_game img {
  width: auto;
  height: 0.56rem;
}
@media (max-width: 1024px) {
  .app-nav .ic_game img {
    height: 0.4rem;
  }
}

.hamburger {
  position: absolute;
  top: 0.48rem;
  right: 0.15rem;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.56rem;
  height: 0.56rem;
  padding: 0.02rem;
  cursor: pointer;
  background: #060606;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .hamburger {
    top: 0.4rem;
    right: 0.1rem;
    width: 0.46rem;
    height: 0.46rem;
  }
}
.hamburger::before {
  position: absolute;
  top: 0.02rem;
  right: 0.02rem;
  bottom: 0.02rem;
  left: 0.02rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  border: 0.02rem solid #c7b58d;
  border-radius: 50%;
}
.hamburger span {
  position: absolute;
  display: block;
  width: 0.26rem;
  height: 0.05rem;
  background-color: #706640;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .hamburger span {
    width: 0.2rem;
    height: 0.04rem;
  }
}
.hamburger span:nth-child(1) {
  top: 0.15rem;
}
@media (max-width: 1024px) {
  .hamburger span:nth-child(1) {
    top: 0.13rem;
  }
}
.hamburger span:nth-child(2) {
  top: 0.25rem;
}
@media (max-width: 1024px) {
  .hamburger span:nth-child(2) {
    top: 0.21rem;
  }
}
.hamburger span:nth-child(3) {
  top: 0.35rem;
}
@media (max-width: 1024px) {
  .hamburger span:nth-child(3) {
    top: 0.29rem;
  }
}
.hamburger.is-open {
  z-index: 999;
}
@media (max-width: 1024px) {
  .hamburger.is-open span {
    width: 0.24rem;
  }
}
.hamburger.is-open span:nth-child(1) {
  top: 0.26rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .hamburger.is-open span:nth-child(1) {
    top: 0.21rem;
  }
}
.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-child(3) {
  top: 0.26rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .hamburger.is-open span:nth-child(3) {
    top: 0.21rem;
  }
}

body {
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.drawer_wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
  width: 8rem;
  overflow-y: auto;
  color: #fff;
  pointer-events: none;
  visibility: hidden;
  background-color: #060606;
  background-image: url("../img/ptrn_drawer-menu.webp");
  background-repeat: repeat;
  background-position: left bottom;
  background-size: 0.62rem 0.87rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1024px) {
  .drawer_wrap {
    width: 100%;
  }
}
.drawer_wrap.is-open {
  z-index: 998;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.drawer_wrap .drawer_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.24rem 0 2rem;
}
@media (max-width: 1024px) {
  .drawer_wrap .drawer_panel {
    width: 100%;
    padding: 1.5rem 0 1rem;
  }
}
.drawer_wrap .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  font-size: 0.48rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .drawer_wrap .nav_list {
    gap: 1em;
    font-size: 0.27rem;
  }
}
.drawer_wrap .nav_list li {
  position: relative;
  padding-left: 0.55rem;
}
.drawer_wrap .nav_list li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  margin: auto;
  content: "";
  background: url("../img/ic_pp-list.svg") no-repeat center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.drawer_wrap .nav_list li:hover::before {
  -webkit-transform: translateX(0.1rem);
          transform: translateX(0.1rem);
}
.drawer_wrap .nav-share {
  margin-top: 0.4rem;
}
.drawer_wrap .nav-share li {
  display: inline-block;
  margin: 0 0.1rem;
}
.drawer_wrap .nav-share li a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.drawer_wrap .nav-share li.sns-facebook a {
  background-image: url("../img/ic_sns_fb.svg");
}
.drawer_wrap .nav-share li.sns-twitter a {
  background-image: url("../img/ic_sns_x_white.svg");
}

.pcbr {
  display: inline-block;
}
@media (max-width: 1024px) {
  .pcbr {
    display: none;
  }
}

.spbr {
  display: none;
}
@media (max-width: 1024px) {
  .spbr {
    display: inline-block;
  }
}

.btn_link {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 3.07rem;
  height: 0.4531rem;
  margin: 0 auto;
  font-size: 0.18rem;
  line-height: 0.4531rem;
  color: #fff;
  text-align: center;
  background: url("../img/btn_link.svg") no-repeat center/cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1024px) {
  .btn_link {
    width: 2.8rem;
    height: 0.4133rem;
    font-size: 0.16rem;
    line-height: 0.4133rem;
  }
}
.btn_link::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: url("../img/btn_link_hover.svg") no-repeat center/cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.btn_link:hover {
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.6));
}
.btn_link:hover::before {
  opacity: 1;
}

/****************************************
header
*****************************************/
.g-header {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.38rem;
  padding: 0 0.15rem;
  background: #e60012;
}
@media (max-width: 1024px) {
  .g-header {
    height: 0.32rem;
    padding: 0.04rem 0.1rem;
  }
}

.ntd-logo {
  width: 0.81rem;
}
.ntd-logo a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.label-lang {
  position: relative;
  display: block;
  font-family: sans-serif;
  line-height: 1;
}
.label-lang::before {
  position: absolute;
  top: 0.07rem;
  right: 0.1rem;
  z-index: 99;
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  pointer-events: none;
  content: "";
  border-right: 0.02rem solid #009bbe;
  border-bottom: 0.02rem solid #009bbe;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.label-lang .country-name,
.label-lang select {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  padding: 0.03rem 0.06rem;
  font-weight: bold;
  line-height: 0.18rem;
  border-radius: 0.03rem;
}
.label-lang .country-name {
  margin-right: 0.02rem;
  font-size: 0.13rem;
  color: #fff;
  background-color: #555;
}
@media (max-width: 1024px) {
  .label-lang .country-name {
    display: none;
  }
}
.label-lang select {
  width: 1.3rem;
  padding-right: 0.24rem;
  margin: 0;
  font-size: 0.14rem;
  color: #6f6f6f;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  background-color: #ebebeb;
  border: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.label-lang select::-ms-expand {
  display: none;
}

/****************************************
FOOTER
*****************************************/
.g-footer {
  position: relative;
  z-index: 996;
  padding: 0.5rem 0 0.2rem;
  color: #060606;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .g-footer {
    padding: 0.45rem 0;
  }
}

.g-footer-inner {
  max-width: 1296px;
  padding: 0 0.48rem;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .g-footer-inner {
    padding: 0 0.2rem;
  }
}

.btn-pageTop {
  position: fixed;
  right: 0.1rem;
  bottom: 0.1rem;
  z-index: 999;
  width: 0.46rem;
  height: 0.46rem;
}
.btn-pageTop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url("../img/ic_pagetotop.svg") center center/contain no-repeat;
}

.footer-share li {
  display: inline-block;
  margin: 0 0.1rem;
}
.footer-share li a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-share li.sns-facebook a {
  background-image: url("../img/ic_sns_fb.svg");
}
.footer-share li.sns-twitter a {
  background-image: url("../img/ic_sns_x.svg");
}
.footer-share + .footer-nav {
  margin-top: 0.45rem;
}
@media screen and (max-width: 1024px) {
  .footer-share + .footer-nav {
    margin-top: 0.35rem;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem 0.35rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .footer-nav {
    gap: 0.15rem 0.2rem;
  }
}
.footer-nav li {
  font-size: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .footer-nav li {
    font-size: 0.15rem;
  }
}
.footer-nav li a,
.footer-nav li button {
  position: relative;
  display: inline-block;
  padding-left: 0.3rem;
  line-height: 1;
  color: #060606;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .footer-nav li a,
  .footer-nav li button {
    padding-left: 0.2rem;
  }
}
.footer-nav li a::before, .footer-nav li a::after,
.footer-nav li button::before,
.footer-nav li button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
}
.footer-nav li a::before,
.footer-nav li button::before {
  width: 0.2rem;
  height: 0.2rem;
  background: #706640;
}
@media screen and (max-width: 1024px) {
  .footer-nav li a::before,
  .footer-nav li button::before {
    width: 0.15rem;
    height: 0.15rem;
  }
}
.footer-nav li a::after,
.footer-nav li button::after {
  left: 0.04rem;
  width: 0.08rem;
  height: 0.08rem;
  border-top: 0.02rem solid #fff;
  border-right: 0.02rem solid #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media screen and (max-width: 1024px) {
  .footer-nav li a::after,
  .footer-nav li button::after {
    left: 0.02rem;
  }
}

.rating_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0.3rem;
}
@media screen and (max-width: 1024px) {
  .rating_wrap {
    margin: 0 auto 0.25rem;
  }
}
.rating_wrap .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating_wrap .rating_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: sans-serif;
  font-size: 0.11rem;
}
.rating_wrap .rating_txt hr {
  width: 100%;
  height: 1px;
  background-color: #060606;
  border: none;
}
.rating_wrap .rating_logo img {
  width: auto;
  height: 0.9rem;
}

.legal-attribution {
  margin-bottom: 0.24rem;
  font-family: sans-serif;
  font-size: 0.11rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1024px) {
  .legal-attribution {
    margin-bottom: 0.15rem;
    font-size: 0.1rem;
    line-height: 1.6em;
    text-align: center;
  }
}
.legal-attribution .apple {
  margin-top: 1em;
}

.copyright {
  font-family: sans-serif;
  font-size: 0.13rem;
}
@media screen and (max-width: 1024px) {
  .copyright {
    font-size: 0.11rem;
  }
}

.terms-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.terms-modal.is-show {
  overflow: scroll;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.terms-modal .inner {
  position: relative;
  width: 8rem;
  padding: 0.4rem;
  margin: 1rem auto;
  font-size: 0.18rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .terms-modal .inner {
    width: 3.6rem;
    padding: 0.2rem;
    margin: 0.6rem auto;
    font-size: 0.16rem;
  }
}
.terms-modal .inner .word-container h1.main-title {
  font-size: 0.28rem;
  font-weight: 700;
  text-align: center;
}
.terms-modal .inner .word-container h2 {
  margin-top: 1em;
  font-size: 0.26rem;
  font-weight: 700;
}
.terms-modal .inner .word-container h3 {
  margin-top: 1em;
  font-size: 0.24rem;
  font-weight: 700;
}
.terms-modal .inner .word-container p {
  text-align: left;
}
.terms-modal .inner .word-container p + p {
  margin-top: 1em;
}
.terms-modal .inner .word-container ul {
  padding-left: 1em;
  list-style-type: disc;
}
.terms-modal .inner .word-container a {
  text-decoration: underline;
}
.terms-modal .inner .word-container .policy-section {
  margin-top: 3em;
}
.terms-modal .inner .word-container .version-info {
  font-style: italic;
}
.terms-modal .inner #close-modal {
  position: absolute;
  top: -1em;
  right: -0.8em;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .terms-modal .inner #close-modal {
    right: 0;
    font-size: 0.6rem;
  }
}

body {
  background-color: #060606;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 19.2rem auto;
}
@media (max-width: 1024px) {
  body {
    background-size: 100% auto;
  }
}

main {
  background: url("../img/deco_belt.svg") no-repeat -0.2rem bottom;
  background-size: 19.2rem 0.23rem;
}

.hero_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 4.2rem;
  background-color: #060606;
  background-image: url("../img/topics/topics_index_bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 19.2rem auto;
}
@media (max-width: 1024px) {
  .hero_area {
    height: 2.7rem;
    background-image: url("../img/topics/topics_index_bg_sp.webp");
    background-size: 100% auto;
  }
}
.hero_area .inner {
  width: 100%;
  max-width: 12.96rem;
  padding: 0 0.48rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .hero_area .inner {
    padding: 0 0.2rem;
  }
}
.hero_area .page-ttl {
  margin-bottom: 0.4rem;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1024px) {
  .hero_area .page-ttl {
    margin-bottom: 0.3rem;
    font-size: 0.6rem;
  }
}
.hero_area .page-ttl span {
  margin-left: 0.2rem;
  font-size: 0.3rem;
}
@media (max-width: 1024px) {
  .hero_area .page-ttl span {
    display: block;
    margin-left: 0;
    font-size: 0.18rem;
  }
}

.index {
  padding: 1.62rem 0;
  background: url("../img/deco_belt.svg") no-repeat -0.2rem top;
  background-size: 19.2rem 0.23rem;
}
@media (max-width: 1024px) {
  .index {
    padding: 0.95rem 0 1.5rem;
  }
}
.index .inner {
  width: 100%;
  max-width: 12.96rem;
  padding: 0 0.48rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .index .inner {
    padding: 0 0.2rem;
  }
}

.topics_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .topics_ul {
    gap: 0.4rem;
    margin-bottom: 0.6rem;
  }
}
.topics_ul .topics_li .topics_link {
  display: grid;
  grid-template-columns: 2.02rem 1fr;
  color: #fff;
}
@media (max-width: 1024px) {
  .topics_ul .topics_li .topics_link {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.topics_ul .topics_li .topics_link .topics_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1;
  background: #706640;
}
@media (max-width: 1024px) {
  .topics_ul .topics_li .topics_link .topics_day {
    padding: 0.06rem 0;
    font-size: 0.2rem;
  }
}
.topics_ul .topics_li .topics_link .topics_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.17rem 0.7rem 0.17rem 0.2rem;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 1.4;
  color: #060606;
  text-align: left;
  background: url("../img/bg_multiple-squares.webp") no-repeat 0 0/10.22rem 0.96rem;
}
@media (max-width: 1024px) {
  .topics_ul .topics_li .topics_link .topics_ttl {
    padding: 0.15rem;
    font-size: 0.16rem;
    background-position: center;
  }
}
.topics_ul .topics_li .topics_link .topics_ttl::after {
  position: absolute;
  right: 0.3rem;
  width: 0.32rem;
  height: 0.33rem;
  content: "";
  background: url("../img/ic_pp-list.svg") no-repeat center/cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1024px) {
  .topics_ul .topics_li .topics_link .topics_ttl::after {
    display: none;
  }
}
.topics_ul .topics_li .topics_link .topics_ttl .line-clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1024px) {
  .topics_ul .topics_li .topics_link .topics_ttl .line-clamp {
    -webkit-line-clamp: 3;
  }
}
.topics_ul .topics_li:hover {
  cursor: pointer;
}
.topics_ul .topics_li:hover .topics_day {
  background: #8d8566;
}
.topics_ul .topics_li:hover .topics_ttl {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), url("../img/bg_multiple-squares.webp") no-repeat 0 0/10.22rem 0.96rem;
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("../img/bg_multiple-squares.webp") no-repeat 0 0/10.22rem 0.96rem;
}
.topics_ul .topics_li:hover .topics_ttl::after {
  -webkit-transform: translateX(0.2rem);
          transform: translateX(0.2rem);
}
@media (max-width: 1024px) {
  .topics_ul .topics_li:hover .topics_ttl {
    background-position: center;
  }
}

body.topics_detail {
  background-image: url("../img/bg_stone-wall.webp");
}
@media (max-width: 1024px) {
  body.topics_detail {
    background-image: url("../img/bg_stone-wall_sp.webp");
  }
}

.article {
  padding: 0.9rem 0;
  font-size: 0.22rem;
  color: #fff;
}
@media (max-width: 1024px) {
  .article {
    padding: 0.9rem 0 1.3rem;
    font-size: 0.16rem;
  }
}
.article .inner {
  max-width: 12.96rem;
  padding: 0 0.48rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .article .inner {
    padding: 0 0.2rem;
  }
}
.article .article__header {
  padding: 0 0.6rem 0.8rem;
  background: url("../img/topics/deco_divider.svg") repeat-x left bottom;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .article .article__header {
    padding: 0 0.2rem 0.7rem;
    background-image: url("../img/topics/deco_divider_sp.svg");
  }
}
.article .article__header .article__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.08rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.51rem;
  font-weight: 700;
  color: #c6b691;
}
@media (max-width: 1024px) {
  .article .article__header .article__label {
    font-size: 0.38rem;
  }
}
.article .article__header .article__label::before, .article .article__header .article__label::after {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.45rem;
  height: 0.35rem;
  content: "";
  background: url("../img/deco_sec_ttl.svg") no-repeat center/cover;
}
.article .article__header .article__label::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.article .article__header .article__title {
  margin-top: 0.7rem;
  font-size: 0.52rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1024px) {
  .article .article__header .article__title {
    font-size: 0.27rem;
  }
}
.article .article__header .article__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.45rem auto 0;
  font-size: 0.26rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .article .article__header .article__date {
    font-size: 0.21rem;
  }
}
.article .article__header .article__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.4rem;
  font-size: 0.22rem;
}
@media (max-width: 1024px) {
  .article .article__header .article__nav {
    font-size: 0.16rem;
  }
}
.article .article__header .article__nav a {
  overflow: hidden;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article .article__body {
  padding: 1rem 0.6rem 0;
}
@media (max-width: 1024px) {
  .article .article__body {
    padding: 0.7rem 0.2rem 0;
  }
}
.article .article__body > *:first-child {
  margin-top: 0;
}
.article .article__body h2 {
  position: relative;
  padding-bottom: 0.28rem;
  margin-top: 1.2rem;
  font-size: 0.48rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .article .article__body h2 {
    padding-bottom: 0.18rem;
    margin-top: 0.6rem;
    font-size: 0.25rem;
  }
}
.article .article__body h2::after {
  position: absolute;
  bottom: 0;
  left: -0.27rem;
  width: 11.34rem;
  height: 0.28rem;
  content: "";
  background: url("../img/topics/deco_h2.svg") no-repeat left bottom;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .article .article__body h2::after {
    left: -0.11rem;
    width: 3.28rem;
    height: 0.18rem;
    background-image: url("../img/topics/deco_h2_sp.svg");
  }
}
.article .article__body h2 + p {
  margin-top: 0.25rem;
}
.article .article__body h3 {
  padding-left: 0.2rem;
  font-size: 0.4rem;
  font-weight: 700;
  color: #c6b691;
  background: url("../img/topics/deco_h3.svg") no-repeat left top;
  background-size: 0.08rem 100%;
}
@media (max-width: 1024px) {
  .article .article__body h3 {
    font-size: 0.22rem;
  }
}
.article .article__body h3 + p {
  margin-top: 0.1rem;
}
.article .article__body h4 {
  position: relative;
  padding-left: 0.3rem;
  font-size: 0.3rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .article .article__body h4 {
    font-size: 0.19rem;
  }
}
.article .article__body h4::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  margin: auto;
  content: "";
  background: url("../img/topics/deco_h4.svg") no-repeat center;
  background-size: cover;
}
.article .article__body h4 + p {
  margin-top: 0.1rem;
}
.article .article__body p {
  margin-top: 0.2rem;
}
.article .article__body p.color_red {
  color: #cb3245;
}
.article .article__body p.color_blue {
  color: #6292a3;
}
.article .article__body p.color_yellow {
  color: #d9a343;
}
.article .article__body p.txt_center {
  text-align: center;
}
.article .article__body p.txt_right {
  text-align: right;
}
.article .article__body figure {
  margin: 0.5rem auto;
  margin-top: 0.4rem;
}
@media (max-width: 1024px) {
  .article .article__body figure {
    margin-top: 0.2rem;
  }
}
.article .article__body figure.img_small {
  width: 33%;
}
.article .article__body figure.img_medium {
  width: 66%;
}
.article .article__body figure.img_large {
  width: 100%;
}
.article .article__body figure img {
  max-width: 100%;
  height: auto;
}
.article .article__body figcaption {
  font-size: 0.18rem;
}
@media (max-width: 1024px) {
  .article .article__body figcaption {
    font-size: 0.13rem;
  }
}
.article .article__body a {
  color: #00cdef;
  text-decoration: underline;
}
.article .article__body a:hover {
  text-decoration: none;
}
.article .article__body ul {
  padding-left: 1em;
  margin-top: 0.4rem;
  list-style-type: disc;
}
.article .article__body ul li::marker {
  color: #706640;
}
.article .article__body ul + p,
.article .article__body ul ul {
  margin-top: 0.1rem;
}
.article .article__body .article__note {
  padding: 0.3rem;
  font-size: 0.18rem;
  color: #060606;
  background-color: #c6b691;
  background-image: url("../../common/img/ptrn_multiple-squares.svg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 0.63rem 0.88rem;
}
@media (max-width: 1024px) {
  .article .article__body .article__note {
    padding: 0.15rem;
    font-size: 0.13rem;
  }
}
.article .article__body .article__note p {
  margin-top: 0;
}
.article .article__body .single-link {
  display: block;
  margin-top: 0.2rem;
}
.article .btn_to_index {
  position: absolute;
  top: 0.15rem;
  left: 0.2rem;
  padding-left: 0.36rem;
  font-size: 0.2rem;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .article .btn_to_index {
    top: auto;
    bottom: 0.35rem;
    left: 0.1rem;
    padding-left: 0.26rem;
    font-size: 0.16rem;
  }
}
.article .btn_to_index::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  content: "";
  background: url("../img/ic_pp-list.svg") no-repeat center/cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
@media (max-width: 1024px) {
  .article .btn_to_index::before {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.article .btn_to_index:hover {
  text-decoration: none;
}
.article .btn_to_index:hover::before {
  -webkit-transform: scale(-1, 1) translateY(-50%) translateX(0.05rem);
          transform: scale(-1, 1) translateY(-50%) translateX(0.05rem);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: inherit;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .pagination__list {
    gap: 0.05rem;
  }
}
.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__item.is-hidden {
  display: none;
}
.pagination__ellipsis {
  padding: 0 0.15rem;
  font-size: 0.26rem;
  color: #fff;
}
@media (max-width: 1024px) {
  .pagination__ellipsis {
    padding: 0 0.05rem;
    font-size: 0.14rem;
  }
}
.pagination__link, .pagination__control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  font-size: 0.26rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}
@media (max-width: 1024px) {
  .pagination__link, .pagination__control {
    width: 0.38rem;
    height: 0.38rem;
    font-size: 0.22rem;
  }
}
.pagination__link:hover, .pagination__control:hover {
  color: #000;
  background-color: #c8b78e;
}
.pagination__next, .pagination__last {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pagination .is-current {
  color: #fff;
  cursor: default;
  background-color: #8a7b54;
}
.wf-loading .page-ttl,.wf-loading .topics_day,.wf-loading .topics_ttl {
    opacity: 0;
}
.wf-loading .inner{
    opacity: 0;
}