/* html {
  font-size: 62.5% !important;
}
body {
  color: #272727;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  margin: 0;
} */
.font-en {
  font-family: Red Hat Text, sans-serif;
}
.flex-wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}
.img > img {
  display: block;
  width: 100%;
}
.is-sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .break-line-sp {
    max-width: 100px;
  }
}
a {
  color: #272727;
  text-decoration: none;
}
a.with-arrow,
a.with-chevron,
a.with-chevron-up {
  font-size: 1.3rem;
  position: relative;
}
a.with-arrow:after,
a.with-chevron-up:after,
a.with-chevron:after {
  background-image: url(../img/top/arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 12px;
  z-index: 1;
}
a.with-arrow:hover:after,
a.with-chevron-up:hover:after,
a.with-chevron:hover:after {
  right: 24px;
}
a.with-arrow.white,
a.with-chevron-up.white,
a.with-chevron.white {
  color: #fff;
}
a.with-arrow.white:after,
a.with-chevron-up.white:after,
a.with-chevron.white:after {
  background-image: url(../img/top/arrow-white.svg);
}
a.with-chevron-up:after,
a.with-chevron:after {
  background-image: url(../img/top/chevron-white.svg);
  height: 6px;
  width: 14px;
}
a.with-chevron-up:after {
  transform: translateY(-50%) rotate(180deg);
}
.obi {
  height: 58px;
  width: 320px;
}
.obi,
.obi > a {
  position: relative;
}
.obi > a {
  display: block;
  font-weight: 700;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.obi > a span {
  display: block;
  left: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.obi:after {
  background-image: url(../img/top/obi-bg.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 58px;
  left: 0;
  position: absolute;
  top: 0;
  width: 320px;
  z-index: 1;
}
#top-container h3 {
  margin: 1em 0;
}
#top-container #link-to-message {
  margin-top: 2.4rem;
  width: 100%;
  max-width: 320px;
}
#top-container #link-to-message:after {
  /* background-image: url(../img/top/message.png); */
  width: 100%;
  max-width: 320px;
  background-position: right top;
}
#top-container #link-to-report {
  height: 80px;
  margin-top: 3.2rem;
  width: 100%;
  max-width: 320px;
}
#top-container #link-to-report > a span {
  padding-left: 60px;
  top: calc(50% + 14px);
}
#top-container #link-to-report > a:after {
  top: calc(50% + 14px);
}
#top-container #link-to-report:after {
  /* background-image: url(../img/top/report.png); */
  /* height: 80px; */
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 959px) {
  #top-container {
    background-color: #f5f5f5;
    flex-direction: column-reverse;
  }
}

.rss-articles li {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
  list-style: disc;
  text-indent: -2px;
}

.rss-articles li::marker {
  font-size: 0.75em;
}

.rss-articles li a,
.rss-articles li a:hover,
.rss-articles li a:visited {
  text-decoration: none;
}

#basic-info {
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 50px 30px 200px;
  width: 400px;
}
@media screen and (max-width: 959px) {
  #basic-info {
    padding: 50px 30px 80px;
  }
}
@media screen and (max-width: 719px) {
  #basic-info {
    padding: 50px 30px 60px;
  }
}
#basic-info > h1 {
  width: 320px;
}
#basic-info .lead {
  line-height: 1.8;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
#basic-info .news h3 {
  font-size: 1.7rem;
  font-weight: 900;
}
@media screen and (max-width: 959px) {
  #basic-info {
    margin: 0 auto;
    max-width: 800px;
    /* width: 100vw; */
    width: 100%;
  }
}
#latest-news {
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 959px) {
  #latest-news {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 719px) {
  #latest-news {
    margin-top: 0;
  }
}
#latest-news:before {
  background-color: #d5d5d5;
  content: '';
  height: 1px;
  position: absolute;
  right: 0;
  top: 14px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  #latest-news:before {
    top: 26px;
  }
}
#latest-news h2 {
  background-color: #f5f5f5;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 900;
  margin: 0;
  padding-right: 1rem;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  #latest-news h2 {
    font-size: 3rem;
  }
}
#latest-news .news {
  margin-top: 3rem;
}
#latest-news .news h3 {
  border-left: 1px solid #707070;
  font-size: 1.4rem;
  line-height: 1;
  padding-left: 1rem;
}
#latest-news .news .news-item .flex-wrapper {
  justify-content: space-between;
}
#latest-news .news .news-item p {
  margin-top: 0;
  margin-bottom: 1.4rem;
}
#latest-news .news .news-item .img {
  width: 72px;
}
#latest-news .news .news-item .text {
  width: calc(100% - 90px);
}
#latest-news .news .news-item .text.no-img {
  width: 100%;
}
#latest-news .news .news-item .text p:first-child {
  color: #bfc2c4;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 0.4rem;
}
#latest-news .news .news-item .text p:first-child span.category-name {
  margin-left: 1rem;
  padding-left: calc(1rem + 2px);
  display: inline-block;
  position: relative;
}
#latest-news .news .news-item .text p:first-child span.divider {
  border-left: 2px solid #bfc2c4;
  position: absolute;
  height: 70%;
  left: 0;
  top: 20%;
  color: #bfc2c4;
}
#latest-news .news .news-item .text p:nth-child(2) {
  font-weight: 700;
  line-height: 1.4;
}
#latest-news .news .news-item.no-thumbs {
  margin-bottom: 1.6rem;
}
#latest-news .news .news-item.no-thumbs p {
  margin: 0;
}
#latest-news .news .news-item.no-thumbs p:first-child {
  color: #bfc2c4;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.4rem;
}
#latest-news .news .news-item.no-thumbs p:nth-child(2) {
  font-weight: 700;
  line-height: 1.4;
}
#latest-news .news .more {
  color: #959a9c;
  display: flex;
  font-weight: 700;
  justify-content: flex-end;
  padding-right: 20px;
}
#latest-news .news .more:after {
  right: 0;
}
#latest-news .news .more:hover:after {
  right: -4px;
}

#happiness-capital-management-sp {
  width: 100%;
  max-width: 320px;
  border-left: 1px solid #eaeaea;
}

#happiness-capital-management-sp::after {
  width: 100%;
  max-width: 320px;
  background-position: right top;
}
@media screen and (max-width: 319px) {
  #happiness-capital-management-sp > a span {
    left: 2rem;
  }
  #happiness-capital-management-sp > a.with-arrow:after {
    right: 20px;
  }
}

@media screen and (max-width: 289px) {
  #happiness-capital-management-sp > a span {
    left: 1rem;
  }
  #happiness-capital-management-sp > a.with-arrow:after {
    right: 15px;
  }
}

#main-topics {
  margin-top: 8rem;
  position: relative;
}
@media screen and (max-width: 959px) {
  #main-topics {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 719px) {
  #main-topics {
    margin-top: 2rem;
  }
}
#main-topics:before {
  background-color: #d5d5d5;
  content: '';
  height: 1px;
  position: absolute;
  right: 0;
  top: 14px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  #main-topics:before {
    top: 26px;
  }
}
#main-topics h2 {
  background-color: #f5f5f5;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 900;
  margin: 0;
  padding-right: 2rem;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  #main-topics h2 {
    font-size: 3rem;
  }
}
#main-topics section {
  margin-top: 4rem;
}
#main-topics section h3 {
  border-left: 1px solid #707070;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  padding-left: 1rem;
}
#main-topics ul {
  margin-top: 0;
  padding-left: 0;
}
#main-topics ul li {
  border-bottom: 1px solid #d5d5d5;
  list-style-type: none;
  padding: 1.2rem 0;
}
#main-topics ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
#main-topics ul li a:after {
  right: 0;
}
#main-topics ul li a:hover:after {
  right: -4px;
}
#top-header-sp {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 60px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #top-header-sp {
    padding: 10px 20px;
  }
}
#top-header-sp h1 {
  width: 200px;
}
#top-header-sp:after {
  background-image: url(../img/top/bg-mugen.svg);
  background-position: 50%;
  background-size: cover;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 84vw;
}
@media screen and (max-width: 599px) {
  #top-header-sp:after {
    width: 88vw;
  }
}
#top-header-sp > a {
  display: inline-block;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #top-header-sp > a {
    right: 20px;
  }
}
#top-header-sp > a span {
  color: #959a9c;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 20px;
  text-align: right;
}
#top-header-sp > a:after {
  right: 0;
  top: 50%;
}
#challenge-list {
  background-color: #fff;
  width: calc(100vw - 400px);
}
@media screen and (max-width: 959px) {
  #challenge-list {
    /* width: 100vw; */
    width: 100%;
  }
}
#challenge-list .block {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4px;
  z-index: 1;
}
#challenge-list .block.reverse {
  flex-direction: row-reverse;
}
#challenge-list .block .columns {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
#challenge-list .block .card {
  background-color: #272727;
  color: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#challenge-list .block .card .no {
  left: 30px;
  position: absolute;
  top: 10px;
  z-index: 3;
}
#challenge-list .block .card .no em {
  display: block;
  font-family: Red Hat Text, sans-serif;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  min-width: 60px;
  text-align: center;
  white-space: nowrap;
}
#challenge-list .block .card .no em:after {
  background-color: #fff;
  bottom: -16px;
  content: '';
  height: 8px;
  left: 50%;
  min-width: 60px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
#challenge-list .block .card .no:after {
  background-image: url(../img/top/infinity.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -62px;
  content: '';
  height: 45px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 54px;
}
#challenge-list .block .card > p {
  bottom: 0;
  box-sizing: border-box;
  font-family: HonMinSink-B;
  left: 0;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 0 10px 30px 30px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
#challenge-list .block .card-l > p {
  font-size: 2rem;
}

#challenge-list .block .card-l:after {
  background-image: url(../img/top/arrow-large.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 500px;
  position: absolute;
  right: 0;
  top: -100px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 495px;
}

#challenge-list .block .card-m:after {
  background-image: url(../img/top/arrow-large.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 300px;
  position: absolute;
  right: 0;
  top: -60px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 295px;
}
#challenge-list .block .card-m .no {
  left: 24px;
  top: 20px;
}
#challenge-list .block .card-m .no em {
  font-size: 4.2rem;
  min-width: 36px;
}
#challenge-list .block .card-m .no em:after {
  bottom: -12px;
  height: 6px;
  min-width: 36px;
}
#challenge-list .block .card-m .no:after {
  bottom: -44px;
  height: 34px;
  width: 40px;
}
#challenge-list .block .card-m > p {
  font-size: 1.6rem;
  padding: 0 10px 20px 20px;
}
#challenge-list .block .card-s:after {
  background-image: url(../img/top/arrow-large.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 117px;
  position: absolute;
  right: 0;
  top: -26px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 116px;
}
#challenge-list .block .card-s:hover:after,
#challenge-list .block .card-m:hover:after,
#challenge-list .block .card-l:hover:after {
  transform: scale(1.2);
}
#challenge-list .block .card-s .no {
  left: 24px;
  top: 20px;
}
#challenge-list .block .card-s .no em {
  font-size: 2.2rem;
  min-width: 24px;
}
#challenge-list .block .card-s .no em:after {
  bottom: -8px;
  height: 3px;
  min-width: 24px;
}
#challenge-list .block .card-s .no:after {
  bottom: -28px;
  height: 18px;
  width: 20px;
}
#challenge-list .block .card-s > p {
  font-size: 1.4rem;
  padding: 0 10px 20px 20px;
}
#challenge-list .block .card .img {
  height: 100%;
  position: relative;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: 1;
}
#challenge-list .block .card .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#challenge-list .block .card:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.25s linear;
  width: 100%;
  z-index: 2;
}
#challenge-list .block .card:hover {
  cursor: pointer;
}
#challenge-list .block .card:hover .img {
  transform: scale(1.1);
}
#challenge-list .block .card:hover:before {
  background-color: transparent;
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  #challenge-list .block .card .no {
    left: 24px;
    top: 10px;
  }
  #challenge-list .block .card .no em {
    font-size: 7.2rem;
    min-width: 54px;
  }
  #challenge-list .block .card .no em:after {
    bottom: -12px;
    height: 8px;
    min-width: 54px;
  }
  #challenge-list .block .card .no:after {
    bottom: -60px;
    height: 45px;
    width: 54px;
  }
  #challenge-list .block .card > p {
    padding: 0 10px 24px 24px;
  }
  #challenge-list .block .card-l > p {
    font-size: 1.8rem;
  }
  #challenge-list .block .card-l:after {
    height: 350px;
    top: -60px;
    width: 345px;
  }
  #challenge-list .block .card-m .no {
    left: 16px;
    top: 10px;
  }
  #challenge-list .block .card-m .no em {
    font-size: 2.8rem;
    min-width: 32px;
  }
  #challenge-list .block .card-m .no em:after {
    bottom: -8px;
    height: 4px;
    min-width: 32px;
  }
  #challenge-list .block .card-m .no:after {
    bottom: -32px;
    height: 26px;
    width: 30px;
  }
  #challenge-list .block .card-m > p {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 10px 16px 16px;
  }
  #challenge-list .block .card-m:after {
    height: 250px;
    top: -50px;
    width: 245px;
  }
  #challenge-list .block .card-s:after {
    height: 117px;
    top: -26px;
    width: 116px;
  }
  #challenge-list .block .card-s .no {
    left: 16px;
    top: 10px;
  }
  #challenge-list .block .card-s .no em {
    font-size: 1.8rem;
    min-width: 20px;
  }
  #challenge-list .block .card-s .no em:after {
    bottom: -6px;
    height: 3px;
    min-width: 20px;
  }
  #challenge-list .block .card-s .no:after {
    bottom: -22px;
    height: 15px;
    width: 16px;
  }
  #challenge-list .block .card-s > p {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 10px 10px;
  }
}
@media screen and (max-width: 959px) {
  #challenge-list .block .card .no {
    left: 20px;
    top: 10px;
  }
  #challenge-list .block .card .no em {
    font-size: 3.6rem;
    min-width: 40px;
  }
  #challenge-list .block .card .no em:after {
    bottom: -8px;
    height: 4px;
    min-width: 40px;
  }
  #challenge-list .block .card .no:after {
    bottom: -36px;
    height: 28px;
    width: 32px;
  }
  #challenge-list .block .card > p {
    padding: 0 10px 20px 20px;
  }
  #challenge-list .block .card-l > p {
    font-size: 1.4rem;
    padding: 0 60px 16px 16px;
  }
  #challenge-list .block .card-l:after {
    height: 350px;
    top: -60px;
    width: 345px;
  }
  #challenge-list .block .card-m:after {
    height: 250px;
    top: -50px;
    width: 245px;
  }
  #challenge-list .block .card-m .no,
  #challenge-list .block .card-s .no {
    left: 16px;
    top: 10px;
  }
  #challenge-list .block .card-m .no em,
  #challenge-list .block .card-s .no em {
    font-size: 1.8rem;
    min-width: 20px;
  }
  #challenge-list .block .card-m .no em:after,
  #challenge-list .block .card-s .no em:after {
    bottom: -6px;
    height: 3px;
    min-width: 20px;
  }
  #challenge-list .block .card-m .no:after,
  #challenge-list .block .card-s .no:after {
    bottom: -24px;
    height: 17px;
    width: 18px;
  }
  #challenge-list .block .card-m > p,
  #challenge-list .block .card-s > p {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 10px 10px 16px;
  }
  #challenge-list .block .card-s:after {
    height: 117px;
    top: -26px;
    width: 116px;
  }
}
@media (min-width: 960px) and (max-width: 1199px), screen and (max-width: 719px) {
  #challenge-list .block {
    margin-bottom: 2px;
  }
  #challenge-list .block.reverse {
    flex-direction: row;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  #challenge-list .block {
    margin-bottom: 4px;
  }
  #challenge-list .block.reverse {
    flex-direction: row-reverse;
  }
}
#challenge-list .block-a > .card {
  height: calc(58.55vw - 400px);
  width: 64.6%;
}
#challenge-list .block-a .rows {
  height: calc(58.55vw - 400px);
  width: calc(35.4% - 4px);
}
#challenge-list .block-a .rows .card {
  height: calc(60.5% - 4px);
  margin-bottom: 4px;
  width: 100%;
}
#challenge-list .block-a .rows .columns {
  height: 39.5%;
}
#challenge-list .block-a .rows .columns .card {
  height: 100%;
  width: calc(50% - 2px);
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  #challenge-list .block-a .rows,
  #challenge-list .block-a > .card {
    height: 41.45vw;
  }
}
@media screen and (max-width: 719px), screen and (min-width: 960px) and (max-width: 1199px) {
  #challenge-list .block-a > .card {
    height: calc(78.65vw - 400px);
    margin-bottom: 2px;
    width: 100%;
  }
  #challenge-list .block-a .rows {
    height: auto;
    width: 100%;
  }
  #challenge-list .block-a .rows .card {
    margin-bottom: 2px;
  }
  #challenge-list .block-a .rows .card,
  #challenge-list .block-a .rows .columns {
    height: calc(67.85vw - 400px);
    width: 100%;
  }
  #challenge-list .block-a .rows .columns .card:first-child {
    width: calc(65% - 1px);
  }
  #challenge-list .block-a .rows .columns .card:nth-child(2) {
    width: calc(35% - 1px);
  }
}
@media screen and (max-width: 719px) {
  #challenge-list .block-a > .card {
    height: 57.6vw;
  }
  #challenge-list .block-a .rows .card,
  #challenge-list .block-a .rows .columns {
    height: 33.6vw;
  }
}
#challenge-list .block-b {
  height: calc(46.85vw - 400px);
}
#challenge-list .block-b .card {
  height: 100%;
  width: calc(18.3% - 3px);
}
#challenge-list .block-b .card:first-child,
#challenge-list .block-b .card:nth-child(2) {
  width: calc(31.7% - 3px);
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  #challenge-list .block-b {
    height: 24.87vw;
  }
}
@media screen and (max-width: 719px), screen and (min-width: 960px) and (max-width: 1199px) {
  #challenge-list .block-b {
    height: auto;
  }
  #challenge-list .block-b .card {
    height: calc(67.85vw - 400px);
  }
  #challenge-list .block-b .card:first-child,
  #challenge-list .block-b .card:nth-child(4) {
    width: calc(65% - 1px);
  }
  #challenge-list .block-b .card:nth-child(2),
  #challenge-list .block-b .card:nth-child(3) {
    width: calc(35% - 1px);
  }
  #challenge-list .block-b .card:first-child,
  #challenge-list .block-b .card:nth-child(2) {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 719px) {
  #challenge-list .block-b .card {
    height: 33.6vw;
  }
}
#challenge-list .block-c {
  height: calc(46.85vw - 400px);
}
#challenge-list .block-c .columns {
  height: 100%;
  width: calc(50% - 2px);
}
#challenge-list .block-c .columns .card:first-child {
  width: calc(36.5% - 2px);
}
#challenge-list .block-c .columns .card:nth-child(2) {
  width: calc(63.5% - 2px);
}
#challenge-list .block-c .rows {
  height: 100%;
  width: calc(50% - 2px);
}
#challenge-list .block-c .rows .card {
  width: 100%;
}
#challenge-list .block-c .rows .card:first-child {
  height: calc(36.5% - 4px);
  margin-bottom: 4px;
}
#challenge-list .block-c .rows .card:first-child > p {
  bottom: auto;
  padding: 0 10px 0 55px;
  top: 50%;
  transform: translateY(-50%);
}
#challenge-list .block-c .rows .card:nth-child(2) {
  height: 63.5%;
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  #challenge-list .block-c {
    height: 24.87vw;
  }
}
@media screen and (max-width: 719px), screen and (min-width: 960px) and (max-width: 1199px) {
  #challenge-list .block-c {
    height: auto;
  }
  #challenge-list .block-c .columns {
    height: calc(67.85vw - 400px);
    margin-bottom: 2px;
    width: 100%;
  }
  #challenge-list .block-c .columns .card:first-child {
    width: calc(35% - 1px);
  }
  #challenge-list .block-c .columns .card:nth-child(2) {
    width: calc(65% - 1px);
  }
  #challenge-list .block-c .rows {
    align-items: flex-start;
    display: flex;
    height: calc(67.85vw - 400px);
    justify-content: space-between;
    width: 100%;
  }
  #challenge-list .block-c .rows .card:first-child {
    height: 100%;
    width: calc(65% - 1px);
  }
  #challenge-list .block-c .rows .card:first-child > p {
    bottom: 0;
    padding: 0 10px 10px 16px;
    top: auto;
    transform: translateY(0);
  }
  #challenge-list .block-c .rows .card:nth-child(2) {
    height: 100%;
    width: calc(35% - 1px);
  }
}
@media screen and (max-width: 719px) {
  #challenge-list .block-c .columns,
  #challenge-list .block-c .rows {
    height: 33.6vw;
  }
}
#challenge-list .block-d {
  height: calc(46.85vw - 400px);
}
#challenge-list .block-d .columns {
  height: 100%;
  width: calc(50% - 2px);
}
#challenge-list .block-d .columns .rows {
  height: 100%;
  width: calc(63.5% - 2px);
}
#challenge-list .block-d .columns .rows .card {
  width: 100%;
}
#challenge-list .block-d .columns .rows .card:first-child {
  height: calc(36.5% - 4px);
  margin-bottom: 4px;
}
#challenge-list .block-d .columns .rows .card:first-child > p {
  bottom: auto;
  padding: 0 10px 0 55px;
  top: 50%;
  transform: translateY(-50%);
}
#challenge-list .block-d .columns .rows .card:nth-child(2) {
  height: 63.5%;
}
#challenge-list .block-d .columns > .card {
  height: 100%;
  width: calc(36.5% - 2px);
}
#challenge-list .block-d > .card {
  width: calc(50% - 2px);
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  #challenge-list .block-d {
    height: 24.87vw;
  }
}
@media screen and (max-width: 719px), screen and (min-width: 960px) and (max-width: 1199px) {
  #challenge-list .block-d {
    flex-direction: column-reverse;
    height: auto;
  }
  #challenge-list .block-d .columns {
    display: block;
    height: auto;
    width: 100%;
  }
  #challenge-list .block-d .columns .rows {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    height: calc(67.85vw - 400px);
    justify-content: space-between;
    margin-bottom: 2px;
    width: 100%;
  }
  #challenge-list .block-d .columns .rows .card:first-child {
    height: 100%;
    width: calc(65% - 1px);
  }
  #challenge-list .block-d .columns .rows .card:first-child > p {
    bottom: 0;
    padding: 0 10px 10px 16px;
    top: auto;
    transform: translateY(0);
  }
  #challenge-list .block-d .columns .rows .card:nth-child(2) {
    height: 100%;
    width: calc(35% - 1px);
  }
  #challenge-list .block-d .columns > .card {
    height: calc(33.925vw - 200px);
    width: 100%;
  }
  #challenge-list .block-d .columns > .card > p {
    bottom: auto;
    padding: 0 10px 0 55px;
    top: 50%;
    transform: translateY(-50%);
  }
  #challenge-list .block-d > .card {
    height: calc(67.85vw - 400px);
    margin-bottom: 2px;
    width: 100%;
  }
  #challenge-list .block-d.reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 719px) {
  #challenge-list .block-d .columns .rows {
    height: 33.6vw;
  }
  #challenge-list .block-d .columns > .card {
    height: 16.8vw;
  }
  #challenge-list .block-d > .card {
    height: 33.6vw;
  }
}
#more-links {
  background-color: #272727;
  padding: 40px 0;
  position: relative;
  z-index: 4;
}
#more-links:before {
  background: #272727;
  background: linear-gradient(180deg, rgba(39, 39, 39, 0), rgba(39, 39, 39, 0.5) 25%, #272727);
  content: '';
  height: 80px;
  left: 0;
  position: absolute;
  top: -80px;
  width: 100%;
}
#more-links #see-more {
  margin: 0 auto;
}
#more-links #see-more span {
  left: 50%;
  transform: translate(-50%, -50%);
}
#more-links #load-less,
#more-links #load-more,
#more-links #see-movies {
  margin: 20px auto 0;
  text-align: center;
}
#more-links #load-less a,
#more-links #load-more a,
#more-links #see-movies a {
  color: #fff;
}
#more-links #load-less a:after,
#more-links #load-more a:after,
#more-links #see-movies a:after {
  right: -20px;
}
#challenge-list .card.light-gray {
  background-color: #959a9c;
}
#challenge-list .card.dark-gray {
  background-color: #272727;
}
.hcm-top-fixed-banner {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.hcm-top-fixed-banner-img {
  max-width: 128px;
  width: 58.71%;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.hcm-top-fixed-banner-main-arrow {
  height: 80px;
  position: absolute;
  z-index: 0;
}

.fb-arrow-bg {
  position: absolute;
}

.fb-arrow-bg1 {
  width: 26%;
  transform: translate(-16%, -6%);
  left: 0;
  top: 0;
}

.fb-arrow-bg2 {
  width: 25%;
  right: 0;
  top: 0;
  transform: translateY(-10.57%);
}

.fb-arrow-bg3 {
  width: 25%;
  bottom: 0;
  left: 0;
  transform: translate(33%, 8%);
}
.fb-arrow-bg4 {
  right: 15px;
  bottom: -14px;
  width: 28%;
}
