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;
  }
}
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 #link-to-message {
  margin-top: 2.4rem;
}
#top-container #link-to-message:after {
  background-image: url(../img/top/message.png);
}
#top-container #link-to-report {
  height: 80px;
  margin-top: 3.2rem;
}
#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;
}
@media screen and (max-width: 959px) {
  #top-container {
    background-color: #f5f5f5;
    flex-direction: column-reverse;
  }
}
#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: 2.4;
  margin-top: 3rem;
}
#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;
  }
}
#latest-news {
  margin-top: 8rem;
  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;
}
#latest-news .news .news-item .img {
  width: 72px;
}
#latest-news .news .news-item .text {
  width: calc(100% - 90px);
}
#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 {
  border-left: 2px solid #bfc2c4;
  display: inline-block;
  height: 1;
  margin-left: 1rem;
  padding-left: 1rem;
}
#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;
}
#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%);
}
@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;
  }
}
#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;
  }
  #challenge-list .block-d .columns > .card > p {
    bottom: 0;
    padding: 0 10px 10px;
    top: unset;
    transform: unset;
  }
}
@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) {
  #challenge-list .block-d .columns > .card > p {
    bottom: auto;
    padding: 0 10px 0 55px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@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 > .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;
}
body {
  overflow-x: hidden;
}
#challenge-list,
body {
  width: 100vw;
}
#page-header {
  position: relative;
}
#page-header h1 {
  margin: 20px auto;
  max-width: 467px;
  padding-top: 30px;
}
@media screen and (max-width: 959px) {
  #page-header h1 {
    width: 50vw;
  }
}
@media screen and (max-width: 599px) {
  #page-header h1 {
    padding-top: 16px;
  }
}
#page-header:after {
  background-image: url(../img/top/bg-mugen.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 460px;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 760px;
}
@media screen and (max-width: 959px) {
  #page-header:after {
    width: 88vw;
  }
}
#page-header .lead {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #page-header .lead {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  #page-header .lead {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 359px) {
  #page-header .lead {
    font-size: 1.1rem;
  }
}
#challenge-menu {
  margin: 60px auto 40px;
  width: 1200px;
}
#challenge-menu .outer-wrapper {
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1259px) {
  #challenge-menu {
    box-sizing: border-box;
    padding: 0 50px;
    width: 100%;
  }
}
@media screen and (max-width: 1079px) {
  #challenge-menu {
    -ms-overflow-style: none;
    margin: 40px auto 30px;
    overflow-x: scroll;
    padding: 0 30px;
    scrollbar-width: none;
  }
  #challenge-menu::-webkit-scrollbar {
    display: none;
  }
  #challenge-menu .outer-wrapper {
    width: 1000px;
  }
}
@media screen and (max-width: 599px) {
  #challenge-menu {
    margin: 30px auto 20px;
    padding: 0 20px;
  }
  #challenge-menu .outer-wrapper {
    flex-direction: column-reverse;
    width: 100%;
  }
  #challenge-menu .inner-wrapper {
    -ms-overflow-style: none;
    margin-top: 16px;
    overflow-x: scroll;
    scrollbar-width: none;
    width: 100%;
  }
  #challenge-menu .inner-wrapper::-webkit-scrollbar {
    display: none;
  }
}
#challenge-menu li {
  border-bottom: 1px solid #959a9c;
  border-top: 1px solid #959a9c;
  box-sizing: content-box;
  font-size: 1.5rem;
  font-weight: 700;
  height: 48px;
  line-height: 1.2;
  min-width: 110px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1259px) {
  #challenge-menu li {
    min-width: 90px;
  }
}
#brand-list > div > div {
  height: 48px;
}
@media screen and (max-width: 959px) {
  #challenge-menu li {
    font-size: 1.4rem;
    height: 40px;
  }

  #brand-list > div > div {
    height: 40px;
  }
}
#challenge-menu li a {
  display: block;
  height: 100%;
  width: 100%;
}
#challenge-menu li a span {
  display: inline-block;
  left: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#challenge-menu li.medium {
  min-width: 128px;
}
#challenge-menu li.is-active {
  background-color: #959a9c;
  border-bottom: 1px solid #959a9c;
  border-top: 1px solid #fff;
}
#challenge-menu li.is-active span {
  color: #fff;
}
#challenge-menu li.is-active:after {
  border-left: 15px solid transparent;
  border-top: 15px solid #fff;
  content: '';
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 2;
}
#challenge-menu li#brands {
  width: 154px;
}
#challenge-menu li#brands .sub-menu {
  display: none;
}
#challenge-menu li#brands li:first-child {
  border-top: 0;
}
#challenge-menu li#brands li > a {
  height: 46px;
}
@media screen and (max-width: 959px) {
  #challenge-menu li#brands li > a {
    height: 40px;
  }
}
#challenge-menu li#brands li > a span {
  color: #272727;
}
#challenge-menu li#brands .sub-menu li:first-child,
#challenge-menu li#brands > a {
  height: 48px;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  #challenge-menu li#brands .sub-menu li:first-child,
  #challenge-menu li#brands > a {
    height: 40px;
  }
}
#challenge-menu li#brands .sub-menu li:first-child span,
#challenge-menu li#brands > a span {
  color: #272727;
  left: calc(50% - 12px);
}
#challenge-menu li#brands .sub-menu li:first-child span:after,
#challenge-menu li#brands > a span:after {
  background-image: url(../img/top/chevron.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  content: '';
  height: 10px;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
#challenge-menu li#brands.is-active:after {
  display: none;
}
#challenge-menu li#brands.is-active .sub-menu {
  display: block;
}
#challenge-menu li#brands.is-active .sub-menu li:first-child span:after {
  transform: translateY(-50%) rotate(180deg);
}
#challenge-menu .sub-menu {
  background-color: #fff;
  border: 1px solid #959a9c;
  box-sizing: content-box;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}
#challenge-menu .sub-menu li {
  border-bottom: 1px;
}
@media screen and (max-width: 959px) {
  #challenge-menu .sub-menu li {
    font-size: 1.4rem;
    height: 40px;
  }
}
#challenge-filter {
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 956px;
}
@media screen and (max-width: 1259px) {
  #challenge-filter {
    width: 800px;
  }
}
#challenge-sort {
  background-color: #959a9c;
  border-bottom: 1px solid #959a9c;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  min-width: 154px;
  position: relative;
}
@media screen and (max-width: 599px) {
  #challenge-sort {
    width: 100%;
  }
}
#challenge-sort:after,
#brands.is-active > div:after {
  border-left: 15px solid transparent;
  border-top: 15px solid #fff;
  content: '';
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 2;
}
#challenge-sort .sub-menu {
  display: none;
}
#challenge-sort a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  height: 46px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 959px) {
  #challenge-sort a {
    font-size: 1.4rem;
    height: 40px;
  }
}
#challenge-sort a span {
  color: #fff;
  display: inline-block;
  left: calc(50% - 8px);
  position: relative;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#challenge-sort a span:after {
  background-image: url(../img/top/chevron-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 10px;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
#challenge-sort.is-active {
  background-color: transparent;
  border: 1px solid #959a9c;
  border-bottom: 0;
}
#challenge-sort.is-active .sub-menu {
  border-top: 0;
  display: block;
  left: -1px;
  position: absolute;
  top: 0;
}
#challenge-sort.is-active .sub-menu li:first-child {
  border-top: 0;
}
#challenge-sort.is-active > a span:after {
  transform: translateY(-50%) rotate(180deg);
}
#challenge-list {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #challenge-list .block {
    margin-bottom: 4px;
  }
  #challenge-list .block.reverse {
    flex-direction: row-reverse;
  }
  #challenge-list .block-a > .card {
    height: 41.45vw;
    margin-bottom: 0;
    width: 64.6%;
  }
  #challenge-list .block-a .rows {
    height: 41.45vw;
    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) !important;
  }
  #challenge-list .block-b {
    height: 24.87vw;
  }
  #challenge-list .block-b .card {
    height: 100%;
    margin-bottom: 4px !important;
    width: calc(18.3% - 3px) !important;
  }
  #challenge-list .block-b .card:first-child,
  #challenge-list .block-b .card:nth-child(2) {
    width: calc(31.7% - 3px) !important;
  }
  #challenge-list .block-c {
    height: 24.87vw;
  }
  #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 {
    display: block;
    height: 100%;
    width: calc(50% - 2px);
  }
  #challenge-list .block-c .rows .card {
    width: 100% !important;
  }
  #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%;
  }
  #challenge-list .block-d {
    flex-direction: row;
    height: 24.87vw;
  }
  #challenge-list .block-d .columns {
    align-items: flex-start;
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: calc(50% - 2px);
  }
  #challenge-list .block-d .columns .rows {
    display: block;
    height: 100%;
    width: calc(63.5% - 2px);
  }
  #challenge-list .block-d .columns .rows .card {
    width: 100% !important;
  }
  #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%;
    margin-bottom: 0;
    width: calc(36.5% - 2px);
  }
  #challenge-list .block-d > .card {
    height: 100%;
    margin-bottom: 0;
    width: calc(50% - 2px);
  }
}

#challenge-pager {
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  #challenge-pager {
    margin-top: 30px;
  }
}
#challenge-pager > div {
  cursor: pointer;
  height: 40px;
  margin: 0 8px;
  position: relative;
  width: 36px;
}
#challenge-pager > div.current {
  background-color: #959a9c;
  color: #fff;
}
#challenge-pager > div span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
#challenge-pager > div img,
#challenge-pager > div span {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#youtube-channel {
  background-color: #f2f4f4;
  box-sizing: border-box;
  margin: 150px auto 100px;
  max-width: 1020px;
  padding: 60px;
  position: relative;
}
#youtube-channel .flex-wrapper {
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#youtube-channel .flex-wrapper .img {
  width: 460px;
}
#youtube-channel .flex-wrapper .text {
  width: calc(100% - 520px);
}
#youtube-channel .flex-wrapper .text h2 {
  font-size: 3.3rem;
  margin: 0;
}
#youtube-channel .flex-wrapper .text h2:before {
  background-image: url(../img/top/youtube-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 27px;
  margin-bottom: 2rem;
  width: 36px;
}
#youtube-channel .flex-wrapper .text p {
  line-height: 2;
}
#youtube-channel:after {
  background-image: url(../img/top/arrow-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 400px;
  margin-bottom: 2rem;
  position: absolute;
  right: -20px;
  top: -100px;
  width: 400px;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  #youtube-channel {
    margin: 120px auto 80px;
    max-width: 640px;
    padding: 40px;
    width: calc(100% - 60px);
  }
  #youtube-channel .flex-wrapper {
    flex-direction: column-reverse;
  }
  #youtube-channel .flex-wrapper .img {
    width: 100%;
  }
  #youtube-channel .flex-wrapper .text {
    margin-top: 40px;
    width: 100%;
  }
  #youtube-channel .flex-wrapper .text h2 {
    font-size: 2.8rem;
  }
  #youtube-channel .flex-wrapper .text h2:before {
    margin-bottom: 1.6rem;
  }
  #youtube-channel:after {
    height: 320px;
    top: 240px;
    width: 320px;
  }
}
@media screen and (max-width: 599px) {
  #youtube-channel {
    margin: 60px auto 80px;
    padding: 40px 20px 20px;
    width: calc(100% - 40px);
  }
  #youtube-channel .flex-wrapper .text {
    margin-top: 30px;
  }
  #youtube-channel .flex-wrapper .text h2 {
    font-size: 2.2rem;
  }
  #youtube-channel .flex-wrapper .text h2:before {
    margin-bottom: 1.2rem;
  }
  #youtube-channel:after {
    height: 228px;
    top: calc(56vw - 80px);
    width: 228px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  #youtube-channel:after {
    background-position: 0px;
    right: 0;
    width: 380px;
  }
}

#sort-list > div > div {
  height: 48px;
}
#brand-list > div > div,
#sort-list > div > div {
  position: relative;
}
#brand-list a span,
#sort-list a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#brand-list a span.challenge-brand-en {
  white-space: unset;
  width: 100%;
}
#brands a span:after {
  background-image: url(../img/top/chevron.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 10px;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
#brands.large a span:after {
  right: -18px;
}
#brands.medium a span:after {
  right: -20px;
}
#brands.is-active a span:after {
  background-image: url(../img/top/chevron-white.svg);
}
#challenge-menu li#brands span {
  left: calc(50% - 8px);
}
@media screen and (max-width: 959px) {
  #sort-list > div > div {
    height: 40px;
  }
}
#challenge-list .card.light-gray {
  background-color: #959a9c;
}
#challenge-list .card.dark-gray {
  background-color: #272727;
}
