#archive-topics {
  background: #575032;
}

#archive-topics .pagenation,
#archive-topics .wp-pagenavi {
  position: relative;
  padding-top: calc(8px * 10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 959px) {
  #archive-topics .pagenation,
  #archive-topics .wp-pagenavi {
    padding-top: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-topics .pagenation,
  #archive-topics .wp-pagenavi {
    padding-top: calc((8px * 10) * 0.5);
  }
}

#archive-topics .pagenation .page-numbers,
#archive-topics .pagenation .page,
#archive-topics .pagenation .current,
#archive-topics .pagenation .nextpostslink,
#archive-topics .pagenation .previouspostslink,
#archive-topics .wp-pagenavi .page-numbers,
#archive-topics .wp-pagenavi .page,
#archive-topics .wp-pagenavi .current,
#archive-topics .wp-pagenavi .nextpostslink,
#archive-topics .wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #b3b5b4;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  #archive-topics .pagenation .page-numbers,
  #archive-topics .pagenation .page,
  #archive-topics .pagenation .current,
  #archive-topics .pagenation .nextpostslink,
  #archive-topics .pagenation .previouspostslink,
  #archive-topics .wp-pagenavi .page-numbers,
  #archive-topics .wp-pagenavi .page,
  #archive-topics .wp-pagenavi .current,
  #archive-topics .wp-pagenavi .nextpostslink,
  #archive-topics .wp-pagenavi .previouspostslink {
    font-size: 1.5rem;
  }
}

#archive-topics .pagenation .current,
#archive-topics .wp-pagenavi .current {
  position: relative;
  color: #d9dad9;
  cursor: auto;
}

#archive-topics .pagenation .current::before,
#archive-topics .wp-pagenavi .current::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: #d9dad9;
}

#archive-topics .pagenation .page-numbers.next,
#archive-topics .pagenation .page-numbers.prev,
#archive-topics .wp-pagenavi .page-numbers.next,
#archive-topics .wp-pagenavi .page-numbers.prev {
  background: url("/wp-content/themes/itreat_base/dist/img/icon/slide-arrow.svg") center/contain no-repeat;
  width: 16px;
  z-index: 1;
  cursor: pointer;
}

#archive-topics .pagenation .prev,
#archive-topics .wp-pagenavi .prev {
  rotate: 180deg;
}

#archive-topics .hero {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  #archive-topics .lower-page {
    padding-bottom: calc(8px * 18);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  #archive-topics .lower-page {
    padding-bottom: calc((8px * 18) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  #archive-topics .lower-page {
    padding-bottom: calc((8px * 18) * 0.5);
  }
}

#archive-topics .breadcrumb {
  padding-top: calc(8px * 11);
}

@media screen and (max-width: 959px) {
  #archive-topics .breadcrumb {
    padding-top: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-topics .breadcrumb {
    padding-top: calc((8px * 11) * 0.5);
  }
}

#archive-topics .cate-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 18px;
  margin: 0 auto;
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  #archive-topics .cate-menu {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-topics .cate-menu {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #archive-topics .cate-menu {
    gap: 12px;
  }
}

@media screen and (max-width: 519px) {
  #archive-topics .cate-menu {
    row-gap: 22px;
  }
}

#archive-topics .cate-menu__item a {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  color: #8d8f8e;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) no-repeat;
  background: linear-gradient(transparent, transparent) no-repeat;
  background-size: calc(100% - 12px) calc(100% - 12px);
  background-position: center;
  -webkit-transition: color 0.3s ease, background-size 0.3s ease;
  transition: color 0.3s ease, background-size 0.3s ease;
}

@media screen and (max-width: 959px) {
  #archive-topics .cate-menu__item a {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-topics .cate-menu__item a {
    font-size: 0.9rem;
  }
}

#archive-topics .cate-menu__item a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #8d8f8e;
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}

#archive-topics .cate-menu__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #8d8f8e;
  border-right: none;
  border-top: none;
  pointer-events: none;
}

#archive-topics .cate-menu__item a:hover {
  color: #575032;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3b5b4), to(#b3b5b4)) no-repeat;
  background: linear-gradient(#b3b5b4, #b3b5b4) no-repeat;
  background-size: calc(100% - 8px) calc(100% - 8px);
  background-position: center;
}

#archive-topics .cate-menu__item.is-current a {
  pointer-events: none;
  color: #d9dad9;
}

#archive-topics .cate-menu__item.is-current a::before {
  border: 1px solid #d9dad9;
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}

#archive-topics .cate-menu__item.is-current a::after {
  border: 1px solid #d9dad9;
  border-right: none;
  border-top: none;
  pointer-events: none;
}

#archive-topics .topics-unit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 72px;
}

@media screen and (max-width: 959px) {
  #archive-topics .topics-unit {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
  }
}

@media screen and (max-width: 519px) {
  #archive-topics .topics-unit {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 40px;
    margin: 0 auto;
  }
}

#archive-topics .topics-unit__item .topics-vsl {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 17/18;
}

@media screen and (max-width: 959px) {
  #archive-topics .topics-unit__item .topics-vsl {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 519px) {
  #archive-topics .topics-unit__item .topics-vsl {
    margin-bottom: 16px;
  }
}

#archive-topics .topics-unit__item .topics-vsl::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#archive-topics .topics-unit__item .topics-vsl img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#archive-topics .topics-unit__item .topics-dtl .topics-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
  #archive-topics .topics-unit__item .topics-dtl .topics-cate {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 519px) {
  #archive-topics .topics-unit__item .topics-dtl .topics-cate {
    margin-bottom: 8px;
  }
}

#archive-topics .topics-unit__item .topics-dtl .topics-cate span {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #b3b5b4;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) no-repeat;
  background: linear-gradient(transparent, transparent) no-repeat;
  background-size: calc(100% - 12px) calc(100% - 12px);
  background-position: center;
  -webkit-transition: color 0.3s ease, background-size 0.3s ease;
  transition: color 0.3s ease, background-size 0.3s ease;
}

@media screen and (max-width: 959px) {
  #archive-topics .topics-unit__item .topics-dtl .topics-cate span {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-topics .topics-unit__item .topics-dtl .topics-cate span {
    padding: 6px 10px;
    font-size: 0.9rem;
  }
}

#archive-topics .topics-unit__item .topics-dtl .topics-cate span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #b3b5b4;
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}

#archive-topics .topics-unit__item .topics-dtl .topics-cate span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #b3b5b4;
  border-right: none;
  border-top: none;
  pointer-events: none;
}

#archive-topics .topics-unit__item .topics-dtl .topics-ttl {
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  #archive-topics .topics-unit__item .topics-dtl .topics-ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-topics .topics-unit__item .topics-dtl .topics-ttl {
    margin-bottom: 6px;
    font-size: 1.3rem;
  }
}

#archive-topics .topics-unit__item .topics-dtl .topics-date {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

@media screen and (max-width: 959px) {
  #archive-topics .topics-unit__item .topics-dtl .topics-date {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-topics .topics-unit__item .topics-dtl .topics-date {
    font-size: 1rem;
  }
}

#archive-topics .topics-unit__item:hover .topics-vsl::before {
  opacity: 0.5;
}

#archive-topics .topics-unit__item:hover .topics-vsl img {
  scale: 1.05;
}

.single-topics {
  padding-top: 68px;
  color: #201e14;
  background: #c6c7c7;
}

@media screen and (max-width: 959px) {
  .single-topics {
    padding-top: 48px;
  }
}

@media screen and (max-width: 519px) {
  .single-topics {
    padding-top: 30px;
  }
}

.single-topics .post-dtl {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .single-topics .post-dtl {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .single-topics .post-dtl {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.single-topics .topics-content {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .single-topics .topics-content {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.single-topics .topics-content .post-eyecatch {
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .post-eyecatch {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .post-eyecatch {
    margin-bottom: 12px;
  }
}

.single-topics .topics-content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .post-meta {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .post-meta {
    margin-bottom: 24px;
  }
}

.single-topics .topics-content .post-meta__date {
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #63615a;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .post-meta__date {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .post-meta__date {
    font-size: 1.2rem;
  }
}

.single-topics .topics-content .post-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.single-topics .topics-content .post-meta__cate a {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #63615a;
  font-size: 1.8rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) no-repeat;
  background: linear-gradient(transparent, transparent) no-repeat;
  background-size: calc(100% - 12px) calc(100% - 12px);
  background-position: center;
  -webkit-transition: color 0.3s ease, background-size 0.3s ease;
  transition: color 0.3s ease, background-size 0.3s ease;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .post-meta__cate a {
    padding: 10px 18px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .post-meta__cate a {
    padding: 8px 12px;
    font-size: 1.1rem;
  }
}

.single-topics .topics-content .post-meta__cate a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #63615a;
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}

.single-topics .topics-content .post-meta__cate a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #63615a;
  border-right: none;
  border-top: none;
  pointer-events: none;
}

.single-topics .topics-content .post-meta__cate a:hover {
  color: #c6c7c7;
  background: -webkit-gradient(linear, left top, left bottom, from(#63615a), to(#63615a)) no-repeat;
  background: linear-gradient(#63615a, #63615a) no-repeat;
  background-size: calc(100% - 8px) calc(100% - 8px);
  background-position: center;
}

.single-topics .topics-content .post-ttl {
  margin-bottom: calc(8px * 11);
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .post-ttl {
    margin-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .post-ttl {
    margin-bottom: calc((8px * 11) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .post-ttl {
    font-size: 3rem;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .post-ttl {
    font-size: 2.1rem;
  }
}

.single-topics .topics-content .topics-txt {
  font-size: 2rem;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .single-topics .topics-content .topics-txt {
    font-size: 1.4rem;
  }
}

.single-topics .topics-content .topics-vsl__img {
  max-height: 720px;
}

.single-topics .topics-content .topics-vsl__img img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.single-topics .topics-content .topics-vsl .topics-cap {
  margin-top: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .single-topics .topics-content .topics-vsl .topics-cap {
    font-size: 0.9rem;
    text-align: center;
  }
}

.single-topics .topics-content .topics-dtl h2 {
  margin-bottom: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
}

@media screen and (max-width: 1279px) {
  .single-topics .topics-content .topics-dtl h2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-dtl h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-dtl h2 {
    font-size: 1.8rem;
  }
}

.single-topics .topics-content .topics-dtl h2:not(:first-child) {
  margin-top: 40px;
}

.single-topics .topics-content .topics-dtl h3 {
  margin-bottom: 24px;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-dtl h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-dtl h3 {
    font-size: 2rem;
  }
}

.single-topics .topics-content .topics-dtl h3:not(:first-child) {
  margin-top: 32px;
}

.single-topics .topics-content .topics-dtl h4 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-dtl h4 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-dtl h4 {
    font-size: 1.8rem;
  }
}

.single-topics .topics-content .topics-dtl h4:not(:first-child) {
  margin-top: 24px;
}

.single-topics .topics-content .topics-dtl p {
  font-size: 2rem;
  letter-spacing: 0;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-dtl p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-dtl p {
    font-size: 1.4rem;
  }
}

.single-topics .topics-content .topics-dtl p:not(:first-child) {
  margin-top: 16px;
}

.single-topics .topics-content .topics-dtl a {
  color: #1a1a1a;
  text-decoration: underline;
}

.single-topics .topics-content .topics-dtl a:hover {
  text-decoration: none;
}

.single-topics .topics-content .topics-dtl strong {
  font-weight: bold;
}

.single-topics .topics-content .topics-dtl em {
  font-style: italic;
}

.single-topics .topics-content .topics-dtl ul:not(:first-child) {
  margin-top: 16px;
}

.single-topics .topics-content .topics-dtl ul > li {
  position: relative;
  padding-left: 14px;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-dtl ul > li {
    padding-left: 11px;
  }
}

.single-topics .topics-content .topics-dtl ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 2px;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-dtl ul > li:not(:nth-last-of-type(1)) {
    margin-bottom: 1px;
  }
}

.single-topics .topics-content .topics-dtl ul > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #1a1a1a;
  border-radius: 50%;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-dtl ul > li::before {
    top: 12px;
  }
}

.single-topics .topics-content .topics-txt-only:not(:last-child) {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-txt-only:not(:last-child) {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-txt-only:not(:last-child) {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.single-topics .topics-content .topics-img-only:not(:last-child) {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-img-only:not(:last-child) {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-img-only:not(:last-child) {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-img-only {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .single-topics .topics-content .topics-img-only {
    max-width: 320px;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-img-only {
    max-width: 284px;
  }
}

.single-topics .topics-content .topics-movie {
  position: relative;
  max-width: 752px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.single-topics .topics-content .topics-movie:not(:last-child) {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-movie:not(:last-child) {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-movie:not(:last-child) {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.single-topics .topics-content .topics-movie__thumb {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-topics .topics-content .topics-movie__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.single-topics .topics-content .topics-movie__play::after {
  content: '';
  width: 76px;
  aspect-ratio: 19 / 13;
  background: #888572;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/play.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/play.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.single-topics .topics-content .topics-movie iframe {
  width: 100%;
  height: 100%;
}

.single-topics .topics-content .topics-left-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-topics .topics-content .topics-left-img:not(:last-child) {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-left-img:not(:last-child) {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-left-img:not(:last-child) {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.single-topics .topics-content .topics-left-img .topics-vsl {
  max-width: 400px;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-left-img .topics-vsl {
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .single-topics .topics-content .topics-left-img .topics-vsl {
    margin: 0 auto 24px auto;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-left-img .topics-vsl {
    max-width: 284px;
  }
}

.single-topics .topics-content .topics-left-img .topics-dtl {
  width: calc(100% - 452px);
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-left-img .topics-dtl {
    width: calc(100% - 356px);
  }
}

@media screen and (max-width: 767px) {
  .single-topics .topics-content .topics-left-img .topics-dtl {
    width: 100%;
  }
}

.single-topics .topics-content .topics-right-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .single-topics .topics-content .topics-right-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.single-topics .topics-content .topics-right-img:not(:last-child) {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-right-img:not(:last-child) {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-right-img:not(:last-child) {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.single-topics .topics-content .topics-right-img .topics-vsl {
  max-width: 400px;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-right-img .topics-vsl {
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .single-topics .topics-content .topics-right-img .topics-vsl {
    margin: 0 auto 24px auto;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-right-img .topics-vsl {
    max-width: 284px;
  }
}

.single-topics .topics-content .topics-right-img .topics-dtl {
  width: calc(100% - 452px);
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-right-img .topics-dtl {
    width: calc(100% - 356px);
  }
}

@media screen and (max-width: 767px) {
  .single-topics .topics-content .topics-right-img .topics-dtl {
    width: 100%;
  }
}

.single-topics .topics-content .topics-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto 160px auto;
  padding: 48px 24px;
  max-width: 776px;
  border-top: 1px solid #414543;
  border-bottom: 1px solid #414543;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-unit {
    padding: 36px 24px;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-unit {
    padding: 26px 24px;
  }
}

.single-topics .topics-content .topics-unit .topics-item-ttl {
  width: 135px;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-unit .topics-item-ttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-unit .topics-item-ttl {
    margin-bottom: 12px;
    width: 100%;
    font-size: 1.2rem;
  }
}

.single-topics .topics-content .topics-unit .topics-item-ttl span {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.single-topics .topics-content .topics-unit .topics-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 8px;
  width: calc(100% - 135px);
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-unit .topics-item-list {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-unit .topics-item-list {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 4px;
    width: 100%;
  }
}

.single-topics .topics-content .topics-unit .topics-item-list__item {
  position: relative;
}

.single-topics .topics-content .topics-unit .topics-item-list__item a {
  font-size: 1.8rem;
  color: #414543;
  text-decoration: underline;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-unit .topics-item-list__item a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-unit .topics-item-list__item a {
    font-size: 1.3rem;
  }
}

.single-topics .topics-content .topics-unit .topics-item-list__item a:hover {
  text-decoration: none;
}

.single-topics .topics-content .topics-unit .topics-item-list__item:not(:last-child)::before {
  content: '/';
  position: absolute;
  top: 50%;
  right: -24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .single-topics .topics-content .topics-unit .topics-item-list__item:not(:last-child)::before {
    right: -18px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  .single-topics .topics-content .topics-unit .topics-item-list__item:not(:last-child)::before {
    right: -14px;
    font-size: 1.3rem;
  }
}

.single-anglers {
  color: #201e14;
  background: #cdcac1;
}

.single-anglers .topics-content .eyecatch {
  position: relative;
}

.single-anglers .topics-content .eyecatch .anglers-dtl-en {
  position: absolute;
  top: 0;
  right: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  color: #aba798;
  font-size: 5.2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .single-anglers .topics-content .eyecatch .anglers-dtl-en {
    left: -44px;
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 959px) {
  .single-anglers .topics-content .eyecatch .anglers-dtl-en {
    left: -32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  .single-anglers .topics-content .eyecatch .anglers-dtl-en {
    left: -26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .single-anglers .topics-content .eyecatch .anglers-dtl-en br {
    display: none !important;
  }
}

.single-anglers .topics-content .anglers-cate {
  margin-bottom: 40px;
  text-align: center;
}

.single-anglers .topics-content .anglers-cate span {
  position: relative;
  padding-bottom: 6px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 3.6rem;
  color: #575032;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .single-anglers .topics-content .anglers-cate span {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  .single-anglers .topics-content .anglers-cate span {
    font-size: 2.4rem;
  }
}

.single-anglers .topics-content .anglers-cate span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background: #575032;
}

@media screen and (max-width: 959px) {
  .single-anglers .topics-content .anglers-cate span::before {
    width: 56px;
    height: 3px;
  }
}

@media screen and (max-width: 519px) {
  .single-anglers .topics-content .anglers-cate span::before {
    width: 42px;
    height: 3px;
  }
}

.single-anglers .topics-content .post-ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 959px) {
  .single-anglers .topics-content .post-ttl {
    margin-bottom: 16px;
  }
}

.single-anglers .topics-content .anglers-place {
  margin: 0 auto;
  margin-bottom: calc(8px * 11);
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .single-anglers .topics-content .anglers-place {
    margin-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .single-anglers .topics-content .anglers-place {
    margin-bottom: calc((8px * 11) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .single-anglers .topics-content .anglers-place {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .single-anglers .topics-content .anglers-place {
    font-size: 1.3rem;
  }
}

.single-anglers .topics-content .post-meta {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.single-anglers .topics-content .post-meta__date {
  color: #89846f;
}

.single-anglers .topics-content .post-dtl {
  margin: 0 auto;
  max-width: 664px;
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .single-anglers .topics-content .post-dtl {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .single-anglers .topics-content .post-dtl {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.single-anglers .topics-content .post-dtl .topics-ttl {
  text-align: center;
}

.topics-data {
  margin: 0 auto;
  margin-bottom: calc(8px * 20);
  max-width: 776px;
}

@media screen and (max-width: 959px) {
  .topics-data {
    margin-bottom: calc((8px * 20) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .topics-data {
    margin-bottom: calc((8px * 20) * 0.5);
  }
}

.topics-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 48px 24px;
  border-bottom: 1px solid #414543;
}

@media screen and (max-width: 959px) {
  .topics-data__item {
    padding: 36px 24px;
  }
}

@media screen and (max-width: 519px) {
  .topics-data__item {
    padding: 26px 24px;
  }
}

.topics-data__item:first-child {
  border-top: 1px solid #414543;
}

.topics-data__item dt {
  width: 170px;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .topics-data__item dt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .topics-data__item dt {
    margin-bottom: 12px;
    width: 100%;
    font-size: 1.2rem;
  }
}

.topics-data__item dt span {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.topics-data__item dd {
  width: calc(100% - 170px);
}

@media screen and (max-width: 519px) {
  .topics-data__item dd {
    width: 100%;
  }
}

.topics-data__item dd h2 {
  margin-bottom: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
}

@media screen and (max-width: 1279px) {
  .topics-data__item dd h2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .topics-data__item dd h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .topics-data__item dd h2 {
    font-size: 1.8rem;
  }
}

.topics-data__item dd h2:not(:first-child) {
  margin-top: 40px;
}

.topics-data__item dd h3 {
  margin-bottom: 24px;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
}

@media screen and (max-width: 959px) {
  .topics-data__item dd h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .topics-data__item dd h3 {
    font-size: 2rem;
  }
}

.topics-data__item dd h3:not(:first-child) {
  margin-top: 32px;
}

.topics-data__item dd h4 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
}

@media screen and (max-width: 959px) {
  .topics-data__item dd h4 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .topics-data__item dd h4 {
    font-size: 1.8rem;
  }
}

.topics-data__item dd h4:not(:first-child) {
  margin-top: 24px;
}

.topics-data__item dd p {
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
}

@media screen and (max-width: 959px) {
  .topics-data__item dd p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  .topics-data__item dd p {
    font-size: 1.4rem;
  }
}

.topics-data__item dd p:not(:first-child) {
  margin-top: 16px;
}

.topics-data__item dd a {
  color: #1a1a1a;
  text-decoration: underline;
}

.topics-data__item dd a:hover {
  text-decoration: none;
}

.topics-data__item dd strong {
  font-weight: bold;
}

.topics-data__item dd em {
  font-style: italic;
}

.topics-data__item dd ul:not(:first-child) {
  margin-top: 16px;
}

.topics-data__item dd ul > li {
  position: relative;
  padding-left: 14px;
}

@media screen and (max-width: 959px) {
  .topics-data__item dd ul > li {
    padding-left: 11px;
  }
}

.topics-data__item dd ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 2px;
}

@media screen and (max-width: 959px) {
  .topics-data__item dd ul > li:not(:nth-last-of-type(1)) {
    margin-bottom: 1px;
  }
}

.topics-data__item dd ul > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #1a1a1a;
  border-radius: 50%;
}

@media screen and (max-width: 959px) {
  .topics-data__item dd ul > li::before {
    top: 12px;
  }
}

.topics-data__item dd .topics-data-anglers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topics-data__item dd .topics-data-anglers .name-jp {
  margin-right: 8px;
}

.topics-data__item dd .topics-data-anglers .name-jp a {
  color: #1a1a1a;
  text-decoration: underline;
}

.topics-data__item dd .topics-data-anglers .name-jp a:hover {
  text-decoration: none;
}

.topics-data__item dd .topics-data-anglers .name-en {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: italic;
}

/*# sourceMappingURL=../../maps/pages/topics.css.map */
