@charset "UTF-8";
/*  special-topics.css
---------------------------------------------- */
:root {
  --c-pink: #FFEFE8;
  --c-red: #DD1367;
  --c-white: #FFF;
  --c-orange: #F76724;
  --c-sp-list:#0A97D9;
  --c-sp-pickup:#E6B20A;
  --c-sp-toc: #DFDFDF;
  --c-sp-bg: #19486A;
}

/* 特集一覧ページ
---------------------------------------------- */
#topics .heading__ttl {
  margin-bottom: 40px;
}
@media (max-width: 565px) {
  #topics .heading__ttl {
    margin-bottom: 30px;
  }
}
#topics .heading__ttl .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 565px) {
  #topics .heading__ttl .ttl {
    font-size: 1.8rem;
  }
}
#topics .heading__ttl .ttl:before, #topics .heading__ttl .ttl:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 565px) {
  #topics .heading__ttl .ttl:before, #topics .heading__ttl .ttl:after {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
#topics .heading__ttl .ttl.is-pickup:before, #topics .heading__ttl .ttl.is-pickup:after {
  background-color: var(--c-sp-pickup);
}
#topics .heading__ttl .ttl.is-speciallist:before, #topics .heading__ttl .ttl.is-speciallist:after {
  background-color: var(--c-sp-list);
}
#topics #pagehead .pagehead__ttl::before {
  color: var(--c-orange);
}
#topics #pagehead .pagehead__ttl span::before {
  background-color: var(--c-orange);
}
#topics #topicspickup {
  margin: 150px 0;
}
@media (max-width: 565px) {
  #topics #topicspickup {
    margin: 60px 0;
  }
}
#topics #topicspickup .topicspickup__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 3.5%;
}
@media (max-width: 565px) {
  #topics #topicspickup .topicspickup__lists {
    justify-content: center;
  }
}
#topics #topicspickup .topicspickup__lists_item {
  position: relative;
  width: 48.25%;
}
@media (max-width: 565px) {
  #topics #topicspickup .topicspickup__lists_item {
    width: 100%;
    max-width: 366px;
  }
}
#topics #topicspickup .topicspickup__lists_item .thumbnail {
  width: 100%;
  height: 318px;
  margin-bottom: 20px;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
}
@media (max-width: 565px) {
  #topics #topicspickup .topicspickup__lists_item .thumbnail {
    height: 195px;
  }
}
#topics #topicspickup .topicspickup__lists_item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
#topics #topicspickup .topicspickup__lists_item .ttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
}
@media (hover: hover) {
  #topics #topicspickup .topicspickup__lists_item a:hover img {
    transform: scale(1.1);
    transition: 0.3s;
  }
}
#topics #topicslist {
  padding-bottom: 60px;
}
#topics #topicslist .topicslist__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 3.5%;
}
@media (max-width: 565px) {
  #topics #topicslist .topicslist__lists {
    justify-content: center;
  }
}
#topics #topicslist .topicslist__lists_item {
  position: relative;
  width: 31%;
}
@media (max-width: 565px) {
  #topics #topicslist .topicslist__lists_item {
    width: 100%;
    max-width: 366px;
  }
}
#topics #topicslist .topicslist__lists_item .thumbnail {
  width: 100%;
  height: 245px;
  margin-bottom: 20px;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
}
@media (max-width: 565px) {
  #topics #topicslist .topicslist__lists_item .thumbnail {
    height: 195px;
  }
}
#topics #topicslist .topicslist__lists_item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
#topics #topicslist .topicslist__lists_item .ttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
}
@media (hover: hover) {
  #topics #topicslist .topicslist__lists_item a:hover img {
    transform: scale(1.1);
    transition: 0.3s;
  }
}

/* 特集詳細ページ
---------------------------------------------- */
#topics-single h2 img {
  width: 100%;
  max-width: auto;
}
#topics-singlehead {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  #topics-singlehead {
    margin-bottom: 50px;
  }
}
#topics-single #toc {
  margin-bottom: 120px;
}
@media (max-width: 565px) {
  #topics-single #toc {
    margin-bottom: 0px;
  }
}
#topics-single #toc .toc_content {
  max-width: 940px;
  margin: 0 auto 120px;
  padding: 60px 100px;
  border: 1px solid var(--c-sp-toc);
  box-shadow: 0px 5px 0px -1px var(--c-sp-toc);
  border-radius: 20px;
  counter-reset: toc-counter;
}
@media (max-width: 768px) {
  #topics-single #toc .toc_content {
    margin-bottom: 54px;
    padding: 30px 25px;
  }
}
#topics-single #toc .toc_content h2 {
  margin-bottom: 38px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  #topics-single #toc .toc_content h2 {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
#topics-single #toc .toc_content h2:before {
  content: " " attr(data-en);
  display: block;
  margin-bottom: 2px;
  color: var(--c-orange);
  font-family: "objektiv-mk1", sans-serif;
  font-size: 5.6rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 768px) {
  #topics-single #toc .toc_content h2:before {
    font-size: 4.6rem;
  }
}
#topics-single #toc .toc_content .toclists_item {
  position: relative;
}
#topics-single #toc .toc_content .toclists_item a {
  position: relative;
  counter-increment: toc-counter;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 5px;
  padding: 25px 0 25px 60px;
  border-bottom: 1px solid var(--c-sp-toc);
  font-size: 1.6rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #topics-single #toc .toc_content .toclists_item a {
    padding: 24px 0 20px 40px;
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  #topics-single #toc .toc_content .toclists_item a:hover {
    color: #F76724;
  }
}
#topics-single #toc .toc_content .toclists_item a .ttl {
  position: relative;
}
#topics-single #toc .toc_content .toclists_item a .ttl:before {
  position: absolute;
  top: -10px;
  left: -60px;
  content: counter(toc-counter, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  margin-bottom: auto;
  background-image: url(../img/topics/img/icon/icon_num.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--c-white);
  font-family: "objektiv-mk1", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #topics-single #toc .toc_content .toclists_item a .ttl:before {
    top: -5px;
    left: -45px;
    width: 34px;
    height: 34px;
    font-size: 1.4rem;
  }
}
#topics-single #toc .toc_content .toclists_item a:after {
  content: "";
  display: block;
  min-width: 17.41px;
  min-height: 8.7px;
  background-image: url(../img/topics/img/icon/icon_arrow_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  #topics-single #toc .toc_content .toclists_item a:after {
    min-width: 14.33px;
    min-height: 7.17px;
  }
}
#topics-single #toc .toc_description {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  #topics-single #toc .toc_description {
    margin-bottom: 54px;
  }
}
#topics-single #toc .toc_description p {
  font-size: 2rem;
  text-align: center;
  line-height: 2.5;
}
@media (max-width: 768px) {
  #topics-single #toc .toc_description p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#topics-single #toc .toc_description p .tb-only {
  display: none;
}
@media (max-width: 768px) {
  #topics-single #toc .toc_description p .tb-only {
    display: block;
  }
}
#topics-single #topics-contents .topics-contents {
  position: relative;
  counter-increment: toc-counter;
  padding: 80px 0 150px;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents {
    padding: 40px 0 80px;
  }
}
#topics-single #topics-contents .topics-contents:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 600px;
  background-color: var(--c-sp-bg);
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents:before {
    height: 332px;
  }
}
#topics-single #topics-contents .topics-contents_ttl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  margin-bottom: 54px;
  padding: 0 5%;
  color: var(--c-white);
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_ttl {
    margin-bottom: 32px;
    padding: 0 10px;
    font-size: 2rem;
    line-height: 1.75;
  }
}
#topics-single #topics-contents .topics-contents_ttl:before {
  content: counter(toc-counter, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 83px;
  aspect-ratio: 1/1;
  margin-bottom: auto;
  background-image: url(../img/topics/img/icon/icon_num.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--c-white);
  font-family: "objektiv-mk1", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_ttl:before {
    width: 46px;
    height: 46px;
    font-size: 1.6rem;
  }
}
#topics-single #topics-contents .topics-contents_ttl .tb-only {
  display: none;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_ttl .tb-only {
    display: block;
  }
}
#topics-single #topics-contents .topics-contentsslide {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contentsslide {
    margin-bottom: 0;
    padding-bottom: 94px;
  }
}
#topics-single #topics-contents .topics-contentsslide_item {
  position: relative;
}
#topics-single #topics-contents .topics-contentsslide_item img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contentsslide_item img {
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
#topics-single #topics-contents .topics-contentsslide_item .caption {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contentsslide_item .caption {
    font-size: 1.2rem;
  }
}
#topics-single #topics-contents .topics-contents_description {
  max-width: 940px;
  margin: 0 auto 60px;
  padding: 80px 80px;
  border: 1px solid var(--c-sp-toc);
  box-shadow: 0px 5px 0px -1px var(--c-sp-toc);
  border-radius: 20px;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_description {
    margin: 0 auto 30px;
    padding: 30px 25px;
  }
}
#topics-single #topics-contents .topics-contents_description p {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_description p {
    font-size: 1.4rem;
  }
}
#topics-single #topics-contents .topics-contents_info {
  display: flex;
  gap: 0 40px;
  max-width: 940px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_info {
    flex-direction: column;
    gap: 30px 0;
    margin: 0 auto 40px;
  }
}
#topics-single #topics-contents .topics-contents_info_item {
  max-width: 450px;
  width: 100%;
  padding: 40px 43px;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_info_item {
    max-width: 100%;
    padding: 30px 25px;
  }
}
#topics-single #topics-contents .topics-contents_info_item:first-child {
  border: 1px solid var(--c-sp-toc);
  box-shadow: 0px 5px 0px -1px var(--c-sp-toc);
  border-radius: 20px;
}
#topics-single #topics-contents .topics-contents_info_item:first-child .special-contents_info_item_ttl:before {
  color: var(--c-red);
}
#topics-single #topics-contents .topics-contents_info_item:first-child .special-contents_info_item_ttl span:before {
  background-color: var(--c-red);
}
#topics-single #topics-contents .topics-contents_info_item:last-child {
  background-color: var(--c-pink);
  border: 1px solid var(--c-pink);
  box-shadow: 0px 5px 0px -1px var(--c-sp-toc);
  border-radius: 20px;
}
#topics-single #topics-contents .topics-contents_info_item:last-child .topics-contents_info_item_ttl {
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_info_item:last-child .topics-contents_info_item_ttl {
    margin-bottom: 0;
  }
}
#topics-single #topics-contents .topics-contents_info_item:last-child .topics-contents_info_item_ttl:before {
  color: var(--c-orange);
}
#topics-single #topics-contents .topics-contents_info_item:last-child .topics-contents_info_item_ttl span:before {
  background-color: var(--c-orange);
}
#topics-single #topics-contents .topics-contents_info_item:last-child dl dt, #topics-single #topics-contents .topics-contents_info_item:last-child dl dd {
  width: 100%;
}
#topics-single #topics-contents .topics-contents_info_item:last-child dl dt {
  font-size: 2.2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_info_item:last-child dl dt {
    font-size: 1.6rem;
  }
}
#topics-single #topics-contents .topics-contents_info_item:last-child dl dt span {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#topics-single #topics-contents .topics-contents_info_item:last-child dl dd {
  border-bottom: 0;
}
#topics-single #topics-contents .topics-contents_info_item_ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_info_item_ttl {
    font-size: 1.2rem;
  }
}
#topics-single #topics-contents .topics-contents_info_item_ttl:before {
  content: " " attr(data-en);
  display: block;
  margin-bottom: 5px;
  color: var(--c-red);
  font-family: "objektiv-mk1", sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_info_item_ttl:before {
    font-size: 2.4rem;
  }
}
#topics-single #topics-contents .topics-contents_info_item_ttl span:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background-color: var(--c-red);
  transform: translateY(-2px);
}
#topics-single #topics-contents .topics-contents_info_item dl {
  display: flex;
  flex-wrap: wrap;
}
#topics-single #topics-contents .topics-contents_info_item dl dt, #topics-single #topics-contents .topics-contents_info_item dl dd {
  padding: 21px 0 14px;
  border-bottom: 1px solid var(--c-sp-toc);
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_info_item dl dt, #topics-single #topics-contents .topics-contents_info_item dl dd {
    padding: 16px 0 10px;
  }
}
#topics-single #topics-contents .topics-contents_info_item dl dt {
  min-width: 90px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_info_item dl dt {
    font-size: 1.4rem;
  }
}
#topics-single #topics-contents .topics-contents_info_item dl dd {
  width: calc(100% - 90px);
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #topics-single #topics-contents .topics-contents_info_item dl dd {
    font-size: 1.4rem;
  }
}
#topics-single .swiper-button-next,
#topics-single .swiper-button-prev {
  top: 45%;
  z-index: 12;
  width: 78px;
  height: 78px;
  background-size: 78px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 565px) {
  #topics-single .swiper-button-next,
  #topics-single .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 56px;
  }
}
#topics-single .swiper-button-next:after,
#topics-single .swiper-button-prev:after {
  display: none;
}
#topics-single .swiper-button-next {
  right: 15%;
  background-image: url(../img/topics/img/icon/icon_slide_next.svg);
}
@media (max-width: 565px) {
  #topics-single .swiper-button-next {
    right: 20%;
    top: auto;
    bottom: 25px;
  }
}
#topics-single .swiper-button-prev {
  left: 15%;
  background-image: url(../img/topics/img/icon/icon_slide_prev.svg);
}
@media (max-width: 565px) {
  #topics-single .swiper-button-prev {
    left: 20%;
    top: auto;
    bottom: 25px;
  }
}
@media (max-width: 565px) {
  #topics-single .swiper-pagination {
    bottom: 45px;
  }
}
#topics-single .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #8b8b8b !important;
  background-color: #FFF;
}
#topics-single .swiper-pagination-bullet-active {
  background-color: #FCC30B !important;
  border: none !important;
}

[lang=en] #topics-single #topics-contents .topics-contents_info_item dl dt,
[lang=fr] #topics-single #topics-contents .topics-contents_info_item dl dt,
[lang=th] #topics-single #topics-contents .topics-contents_info_item dl dt,
[lang=es] #topics-single #topics-contents .topics-contents_info_item dl dt {
  min-width: 130px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  [lang=en] #topics-single #topics-contents .topics-contents_info_item dl dt,
  [lang=fr] #topics-single #topics-contents .topics-contents_info_item dl dt,
  [lang=th] #topics-single #topics-contents .topics-contents_info_item dl dt,
  [lang=es] #topics-single #topics-contents .topics-contents_info_item dl dt {
    min-width: 140px;
  }
}
[lang=en] #topics-single #topics-contents .topics-contents_info_item dl dd,
[lang=fr] #topics-single #topics-contents .topics-contents_info_item dl dd,
[lang=th] #topics-single #topics-contents .topics-contents_info_item dl dd,
[lang=es] #topics-single #topics-contents .topics-contents_info_item dl dd {
  width: calc(100% - 130px);
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  [lang=en] #topics-single #topics-contents .topics-contents_info_item dl dd,
  [lang=fr] #topics-single #topics-contents .topics-contents_info_item dl dd,
  [lang=th] #topics-single #topics-contents .topics-contents_info_item dl dd,
  [lang=es] #topics-single #topics-contents .topics-contents_info_item dl dd {
    width: calc(100% - 140px);
  }
}