.cookie-popup {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  width: min(70vw, 20em);
  background-color: #fff;
  box-shadow: 0px 5px 13px -5px #919191;
  border-radius: 8px;
  z-index: 50;
}
.cookie-popup__inner {
  padding: 1em;
}
.cookie-popup__text {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #333;
}
.cookie-popup__text + .cookie-popup__text {
  margin-top: 1rem;
}
.cookie-popup__text.--center {
  text-align: center;
}
.cookie-popup__link {
  text-decoration: underline;
  font-size: 100%;
}
.cookie-popup__accept {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #fff;
  margin-top: 1rem;
  padding: 8px;
  font-size: 0.75rem;
  width: 100%;
  border-radius: 999px;
}
.cookie-popup.closed {
  display: none;
}

.cookieSetting h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 64px;
}
@media screen and (max-width: 499px) {
  .cookieSetting h2 {
    font-size: 1.5rem !important;
  }
}
.cookieSetting ol {
  list-style-type: decimal;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.5rem;
  padding-left: 16px;
  color: var(--mdc-theme-text-primary-on-background);
}
.cookieSetting ol li:not(:first-of-type) {
  margin-top: 1.5rem;
}
.cookieSetting__list {
  width: 100%;
}
.cookieSetting__list__item {
  border-top: 1px solid #ddd;
}
.cookieSetting__list__item:last-of-type {
  border-bottom: 1px solid #ddd;
}
.cookieSetting__collapseBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #EFEFEF;
}
.cookieSetting__collapseBtn[aria-expanded=true] > .cookieSetting__collapseIcon {
  transform: rotate(225deg);
}
.cookieSetting__collapseIcon {
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  font-size: 2rem !important;
}
@media screen and (max-width: 499px) {
  .cookieSetting__collapseIcon {
    font-size: 1.5rem !important;
  }
}
.cookieSetting__collapse__content {
  padding: 16px 24px;
}
.cookieSetting__heading {
  font-size: 1.25rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 499px) {
  .cookieSetting__heading {
    font-size: 1rem;
    margin-right: 24px;
  }
}
.cookieSetting__detail {
  position: relative;
}
.cookieSetting__detail p, .cookieSetting__detail a {
  font-size: 1rem !important;
}
.cookieSetting__detail a {
  color: var(--blue) !important;
}
.cookieSetting__check {
  display: none;
}
.cookieSetting__button {
  margin-top: 1rem;
  padding: 8px 32px;
  color: #767676;
  background-color: #9E9E9E;
  border-radius: 8px;
  font-weight: bold;
}
.cookieSetting__check:checked + .cookieSetting__button {
  background-color: #26A69A;
  color: #FFF;
}
.cookieSetting__activate {
  margin-top: 0.5rem;
  color: #26A69A;
  font-weight: bold;
}
.cookieSetting__settingRow {
  display: flex;
  max-width: 20em;
  margin-top: 1rem;
  justify-content: space-between;
  align-items: center;
}
.cookieSetting__toggle {
  width: 64px;
  height: 32px;
  display: flex;
  border-radius: 999px;
  border: 1px solid #DDD;
  overflow: hidden;
  position: relative;
  align-items: center;
}
.cookieSetting__toggle__track {
  width: 100%;
  height: 100%;
  background: #EFEFEF;
  transition: all 0.3s ease-in-out;
}
.cookieSetting__check:checked + .cookieSetting__settingRow > .cookieSetting__toggle > .cookieSetting__toggle__track {
  background: #26A69A;
}
.cookieSetting__toggle__handle {
  width: 28px;
  height: 28px;
  background: #FFF;
  z-index: 10;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
}
.cookieSetting__check:checked + .cookieSetting__settingRow > .cookieSetting__toggle > .cookieSetting__toggle__handle {
  transform: translateX(32px);
}
.cookieSetting__save {
  margin-top: 2rem;
}

.l-portal-header--top__wrapper {
  width: 100%;
  height: 88px;
  color: #fff;
}
@media screen and (max-width: 499px) {
  .l-portal-header--top__wrapper {
    height: auto;
  }
}
.l-portal-header--top__inner {
  width: 100%;
  max-width: 1016px;
  margin: auto;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 499px) {
  .l-portal-header--top__inner {
    padding: 12px 16px;
  }
}
.l-portal-header--top__logo_w {
  width: 160px;
  height: 43px;
}
@media screen and (max-width: 499px) {
  .l-portal-header--top__logo_w {
    width: 70px;
    height: auto;
  }
}
.l-portal-header--top__logo {
  width: 160px;
  height: 43px;
}
@media screen and (max-width: 499px) {
  .l-portal-header--top__logo {
    width: 48px;
    height: auto;
  }
}
.l-portal-header--top__logo__img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.l-portal-header--top__right {
  display: flex;
  justify-content: flex-end;
}
.l-portal-header--top__textLink {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
.l-portal-header--top__textLink a {
  border-right: solid 1px #FFF;
  padding: 0px 16px;
}
@media screen and (max-width: 499px) {
  .l-portal-header--top__textLink a {
    font-size: 0.65rem !important;
    padding: 0px 8px;
  }
}
.l-portal-header--top__textLink:last-child a {
  border-right: none;
}
.l-portal-header--top__textLink a span {
  vertical-align: -4px;
  font-size: 20px;
  margin-left: 0.5rem;
}
.l-portal-header--top__notification {
  width: auto;
  height: auto;
}
.l-portal-header--top__mypage {
  width: 36px;
  height: 36px;
}
.l-portal-header--top__mypage__img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.l-portal-header--top__gifting {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
body {
  background: #000;
  color: #fff;
  font-size: 16px;
}

main {
  max-width: 1280px;
  margin: auto;
}

img, iframe {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .sp-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.l-portal-header--top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.l-portal-header--top__wrapper {
  background: unset;
}
.l-portal-header--top__inner {
  max-width: 1280px;
}
.l-portal-header--top__logo__img {
  filter: invert(100%);
}
.l-portal-header--top__textLink {
  color: #fff;
}

.kv {
  /* width: 100vw; */
  height: 100vh;
  position: relative;
  padding: 0 72px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv {
    padding: 0;
    margin-bottom: unset;
  }
}
.kv__txt {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  .kv__txt {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .kv__txt {
    top: 55%;
  }
}
.kv__logo {
  width: 600px;
  margin: auto;
}
.kv__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv__logo {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.kv__tagline {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6875;
  margin: auto;
  margin-bottom: 2.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .kv__tagline {
    font-size: 1rem;
    margin: 1.5rem 0 1rem 0;
  }
}
.kv__links {
  margin: auto;
  margin-top: 3rem;
  width: 900px;
}
@media screen and (max-width: 999px) {
  .kv__links {
    width: 400px;
  }
}
.kv__linksTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 999px) {
  .kv__linksTop {
    display: block;
    margin-bottom: 1rem;
  }
}
.kv__linksTop__left {
  width: calc(100% / 2 - 12px);
  text-align: center;
}
@media screen and (max-width: 999px) {
  .kv__linksTop__left {
    width: auto;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 499px) {
  .kv__linksTop__left {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.kv__linksTop__left a {
  padding: 2rem 0px;
  display: block;
  background-color: #fff;
  color: #2e3a45;
  transition: 0.2s;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1);
}
@media screen and (max-width: 499px) {
  .kv__linksTop__left a {
    padding: 1rem 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.57), 0 0 40px rgba(128, 128, 128, 0.1);
  }
}
.kv__linksTop__left a:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.57), 0 0 40px rgba(128, 128, 128, 0.1);
}
.kv__linksTop__left a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12%;
  width: 11px;
  height: 11px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.kv__linksTop__left a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 11px;
  height: 11px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.kv__linksTop__left__title {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 499px) {
  .kv__linksTop__left__title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.kv__linksTop__left__icon {
  display: block !important;
  font-size: 45px !important;
  margin-bottom: 16px;
}
@media screen and (max-width: 499px) {
  .kv__linksTop__left__icon {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 499px) {
  .kv__linksTop__left__text {
    font-size: 0.75rem;
  }
}
.kv__linksTop__right {
  width: calc(100% / 2 - 12px);
  text-align: center;
}
@media screen and (max-width: 999px) {
  .kv__linksTop__right {
    width: auto;
  }
}
@media screen and (max-width: 499px) {
  .kv__linksTop__right {
    width: 85%;
    margin: 0 auto;
  }
}
.kv__linksTop__right a {
  padding: 2rem 0px;
  display: block;
  background-color: #fff;
  color: #2e3a45;
  transition: 0.2s;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1);
}
@media screen and (max-width: 499px) {
  .kv__linksTop__right a {
    padding: 1rem 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.57), 0 0 40px rgba(128, 128, 128, 0.1);
  }
}
.kv__linksTop__right a:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.57), 0 0 40px rgba(128, 128, 128, 0.1);
}
.kv__linksTop__right a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12%;
  width: 11px;
  height: 11px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.kv__linksTop__right a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 11px;
  height: 11px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.kv__linksTop__right__icon {
  display: block !important;
  font-size: 50px !important;
  margin-bottom: 16px;
}
@media screen and (max-width: 499px) {
  .kv__linksTop__right__icon {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.kv__linksTop__right__title {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 499px) {
  .kv__linksTop__right__title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 499px) {
  .kv__linksTop__right__text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 499px) {
  .kv__linksBottom {
    width: 83%;
    margin: 0 auto;
  }
}
.kv__linksBottom a {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
  background-color: #313131;
  color: white;
  transition: 0.2s;
  margin: 0 0 25px 0;
  position: relative;
  border: 2px solid #FFF;
  padding: 32px 0;
}
@media screen and (max-width: 999px) {
  .kv__linksBottom a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 499px) {
  .kv__linksBottom a {
    padding: 24px 0px;
  }
}
.kv__linksBottom a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border: 2px solid #FFF;
  transition: 0.3s;
}
.kv__linksBottom a:hover {
  font-size: 1.37rem;
}
.kv__linksBottom a:hover::after {
  bottom: 0px;
  right: 0px;
}
.kv__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: rotate(7deg);
}
@media screen and (max-width: 768px) {
  .kv__bg {
    transform: rotate(7deg) scale(0.8);
  }
}
.kv__bgGroup {
  width: 100vw;
}
.kv__bgGroup .slick-list {
  overflow: visible;
}
.kv__bgGroup .slick-list .slick-track {
  display: flex;
  gap: 8px;
}

.section {
  margin-left: 120px;
  margin-top: 150px;
  overflow: hidden;
  padding-right: 72px;
}
@media screen and (max-width: 768px) {
  .section {
    margin-top: 48px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 499px) {
  .section {
    margin-left: 16px;
    margin-right: 16px;
    padding-right: 16px;
  }
}

.heading2__upper {
  font-size: 1.5rem;
  opacity: 0.6;
  font-weight: 400;
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (max-width: 499px) {
  .heading2__upper {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
}
.heading2__lower {
  font-size: 3rem;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 499px) {
  .heading2__lower {
    font-size: 2rem;
  }
}

.icon-arrow-24 {
  font-size: 1.5rem;
  transform: translateY(25%) rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

.icon-arrow-48 {
  font-size: 3rem;
  transform: translateY(25%) rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

.news {
  display: flex;
  justify-content: flex-start;
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .news {
    margin-top: 96px;
  }
}
@media screen and (max-width: 499px) {
  .news {
    flex-direction: column;
  }
}
.news__list {
  margin-left: 72px;
  max-width: 40em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-left: 5.2vw;
  }
}
@media screen and (max-width: 499px) {
  .news__list {
    width: calc(100vw - 5.2vw - 32px);
  }
}
.news__item {
  color: #fff;
}
.news__date {
  color: #fff;
}
.news .c-list__item__inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.news__readmore {
  text-align: right;
  width: 100%;
  margin-top: 1.5rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 499px) {
  .news__readmore {
    margin: 1rem auto;
  }
}
.news__readmore:hover .icon-arrow-24 {
  transform: translateY(25%) rotate(0deg);
}
.news__readmore__link {
  font-size: 1rem;
  margin-right: 8px;
}
@media screen and (max-width: 499px) {
  .news__readmore__link {
    font-size: 1rem;
  }
}

.athlete__list {
  width: 100%;
  margin: -48px 24px;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1240px) {
  .athlete__list {
    margin: -48px 24px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 499px) {
  .athlete__list {
    margin-top: 48px;
    margin-left: 5.2vw;
    width: calc(100vw - 5.2vw - 32px);
  }
}
.athlete__list__item {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 24px 24px;
  width: 30em;
}
@media screen and (max-width: 1240px) {
  .athlete__list__item {
    padding: 24px 16px;
    width: 38vw;
  }
}
@media screen and (max-width: 768px) {
  .athlete__list__item {
    width: auto;
  }
}
@media screen and (max-width: 499px) {
  .athlete__list__item {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 768px) {
  .athlete__list__item:nth-child(n+5) {
    display: none;
  }
}
.athlete__img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 499px) {
  .athlete__img {
    width: 48px;
    height: 48px;
  }
}
.athlete__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.athlete__txt {
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.athlete__name {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 499px) {
  .athlete__name {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }
}
.athlete__genre, .athlete__slash, .athlete__area, .athlete__club {
  font-size: 0.875rem;
  opacity: 0.6;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .athlete__genre, .athlete__slash, .athlete__area, .athlete__club {
    font-size: 0.75rem;
  }
}
.athlete__slash {
  margin: 0 0.5em;
}
.athlete__club {
  margin-top: 1em;
}
.athlete__search {
  text-align: right;
  width: 100%;
  margin-top: 72px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 499px) {
  .athlete__search {
    margin: 64px auto;
  }
}
.athlete__search:hover .icon-arrow-24 {
  transform: translateY(25%) rotate(0deg);
}
.athlete__search__link {
  font-size: 1.5rem;
  margin-right: 8px;
}
@media screen and (max-width: 499px) {
  .athlete__search__link {
    font-size: 1rem;
  }
}

.athlete-box {
  margin-top: 32px;
  margin-left: 16px;
  margin-right: -16px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .athlete-box {
    flex-direction: column;
    margin-left: 22px;
    margin-right: 0px;
  }
}
.athlete-box__item {
  margin: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  flex-basis: calc(50% - 50px);
  /* width: 36vw; */
  width: 28em;
  transition: all 0.2s;
  position: relative;
}
.athlete-box__item:hover {
  transform: translateY(-8px);
}
@media screen and (max-width: 768px) {
  .athlete-box__item {
    width: 100%;
    margin: 11px;
  }
}
.athlete-box__item__pickup {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  background: #ae1c1c;
  color: #ffff;
  font-size: 0.5rem;
  z-index: 10;
}
.athlete-box__item__KV {
  position: relative;
}
.athlete-box__item__KV:before {
  content: "";
  display: block;
  padding-top: 42.6%;
}
.athlete-box__item__KV__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.athlete-box__item__KV__bg img {
  filter: blur(1.5px) brightness(0.6);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1.5);
}
.athlete-box__item__KV__img {
  position: absolute;
  cursor: -webkit-grab;
  cursor: grab;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.athlete-box__item__KV__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 87%;
  padding-top: 5.8%;
}
.athlete-box__item__info {
  display: flex;
  padding: 24px 16px;
}
@media screen and (max-width: 768px) {
  .athlete-box__item__info {
    padding: 16px 16px;
  }
}
.athlete-box__item__icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .athlete-box__item__icon {
    width: 48px;
    height: 48px;
  }
}
.athlete-box__item__icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.athlete-box__item__name {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3;
  white-space: normal;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .athlete-box__item__name {
    font-size: 1.25rem;
  }
}

.latest__content {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 499px) {
  .latest__content {
    margin-top: 48px;
    margin-left: 5.2vw;
    width: calc(100vw - 5.2vw - 32px);
  }
}
@media screen and (max-width: 768px) {
  .latest__content {
    flex-direction: column-reverse;
  }
}
.latest__content__txt {
  max-width: 30em;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .latest__content__txt {
    margin-right: 0;
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
  }
}
.latest__content__media {
  width: auto;
  max-width: 350px;
  min-height: 105px;
}
.latest__content__media__item {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .latest__content__media {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .latest__content__media__item {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.latest .p-feed__text {
  margin-top: 16px;
  font-size: 1rem;
}
.latest .p-feed__text img, .latest .p-feed__text iframe {
  width: 100%;
  margin-top: 1em;
  max-width: 100%;
}

.about__slide .slick-slide {
  display: flex;
}
.about__slide .slick-slide:focus {
  background: unset;
}
.about__section {
  margin: 2rem;
  margin-top: 72px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .about__section {
    flex-direction: column;
  }
}
@media screen and (max-width: 499px) {
  .about__section {
    margin-top: 48px;
    margin-left: 5.2vw;
    margin-right: 5.2vw;
    width: calc(100vw - 5.2vw - 32px);
  }
}
.about__heading__upper {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.about__heading__main {
  display: block;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  line-break: strict;
}
@media screen and (max-width: 1199px) {
  .about__heading__main {
    font-size: 2.34vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .about__heading__main {
    font-size: calc(14px + 2vw);
    white-space: unset;
  }
}
@media screen and (max-width: 499px) {
  .about__heading__main {
    font-size: 6vw;
  }
}
.about__body {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  margin-top: 1.75rem;
  max-width: 29em;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .about__txt {
    margin-top: 24px;
  }
}
.about__img {
  width: 280px;
  margin-right: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .about__img {
    width: 29em;
  }
}
@media screen and (max-width: 499px) {
  .about__img {
    width: 100%;
  }
}
.about__img img {
  width: 100%;
}

.publication__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 72px;
}
@media screen and (max-width: 499px) {
  .publication__list {
    margin-top: 48px;
    margin-left: 5.2vw;
    width: calc(100vw - 5.2vw - 32px);
  }
}
.publication__list__item {
  width: 30%;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .publication__list__item {
    width: 50%;
    padding: 4px;
  }
}
.publication__list__item img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.publication__list__item img:hover {
  transform: scale(1.1, 1.1);
}
.publication__link {
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  overflow: hidden;
}
.publication__link:hover {
  filter: brightness(0.8);
}

.partner__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 72px;
}
@media screen and (max-width: 499px) {
  .partner__list {
    margin-top: 48px;
    margin-left: 5.2vw;
    width: calc(100vw - 5.2vw - 32px);
  }
}
.partner__list__item {
  width: auto;
  height: 100%;
  padding: 8px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .partner__list__item {
    width: 50%;
    padding: 4px;
  }
}
.partner__list__item img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.partner__list__item img:hover {
  transform: scale(1.1, 1.1);
}
.partner__link {
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  overflow: hidden;
}
.partner__link:hover {
  filter: brightness(0.8);
}
.partner .slick-track {
  display: flex;
}

.getstarted {
  margin-top: 160px;
  margin-bottom: 100px;
}
@media screen and (max-width: 499px) {
  .getstarted {
    margin-top: 64px;
  }
}
.getstarted__linkWrapper {
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin-top: 72px;
}
@media screen and (max-width: 499px) {
  .getstarted__linkWrapper {
    margin-top: 48px;
  }
}
.getstarted__link {
  position: relative;
  display: block;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 16px 0px;
  transition: 0.6s cubic-bezier(0.83, 0, 0.17, 1);
}
@media screen and (max-width: 499px) {
  .getstarted__link {
    padding: 16px 8px;
  }
}
.getstarted__link:last-child {
  margin-top: -1px;
}
.getstarted__link:hover {
  background: #000;
  color: #fff;
}
.getstarted__link:hover .getStarted__arrow {
  right: 0px;
}
.getstarted__helpertxt {
  font-size: 1.25rem;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .getstarted__helpertxt {
    font-size: 0.875rem;
  }
}
.getstarted__primarytxt {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .getstarted__primarytxt {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 499px) {
  .getstarted__primarytxt {
    font-size: 1.25rem;
  }
}
.getstarted__arrow {
  transition: 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  font-size: 4rem;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .getstarted__arrow {
    font-size: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .getstarted__arrow {
    right: 8px;
    font-size: 1.5rem;
  }
}

.adArea {
  padding: unset;
}
.adArea__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 499px) {
  .adArea__box {
    justify-content: center;
  }
}
.container-unlim {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .container-unlim {
    padding: 0 8px;
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .container-unlim {
    gap: 8px;
  }
}
.container-unlim .content {
  font-size: 4rem;
}
@media screen and (max-width: 1199px) {
  .container-unlim .content {
    padding: 0 8px;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .container-unlim .content {
    font-size: 3rem;
  }
}
@media screen and (max-width: 499px) {
  .container-unlim .content {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .container-unlim .content {
    font-size: 1.8rem;
  }
}
.container-unlim .content .text-1,
.container-unlim .content .text-2 {
  color: white;
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: 800;
  letter-spacing: 11px;
  word-wrap: break-word;
}
.container-unlim .footer-unlim {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .container-unlim .footer-unlim {
    padding: 0 8px;
  }
}
@media screen and (max-width: 499px) {
  .container-unlim .footer-unlim {
    height: 10px;
  }
}
.container-unlim .footer-unlim .separator {
  flex: 1 1 0;
  height: 1px;
  background: white;
}
.container-unlim .footer-unlim .caption {
  color: white;
  font-size: 24px;
  font-family: "Proxima Nova";
  font-weight: 500;
  line-height: 28.8px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .container-unlim .footer-unlim .caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .container-unlim .footer-unlim .caption {
    font-size: 12px;
  }
}
.container-unlim .container_unlim {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 999px) {
  .container-unlim .container_unlim {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .container-unlim .container_unlim {
    gap: 10px;
  }
}
.container-unlim .container_unlim .wrapper_unlim {
  display: inline-flex;
  width: 958px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 999px) {
  .container-unlim .container_unlim .wrapper_unlim {
    width: 100%;
    display: flex !important;
    flex-direction: column;
  }
}
@media screen and (max-width: 499px) {
  .container-unlim .container_unlim .wrapper_unlim {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .container-unlim .container_unlim .wrapper_unlim {
    width: 100%;
    display: block;
  }
  .container-unlim .container_unlim .wrapper_unlim .card_unlim {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .container-unlim .container_unlim .wrapper_unlim .card_unlim {
    width: 100%;
    padding: 0 8px;
  }
}
.container-unlim .container_unlim .wrapper_unlim__item {
  width: 100%;
}
.container-unlim .container_unlim .wrapper_unlim .card_unlim {
  flex: 1 1 0;
  height: 125px;
  padding: 24px 32px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 499px) {
  .container-unlim .container_unlim .wrapper_unlim .card_unlim {
    padding: 24px 40px;
  }
}
.container-unlim .container_unlim .wrapper_unlim .card_unlim .card-content_unlim {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.container-unlim .container_unlim .wrapper_unlim .card_unlim .card-content_unlim div:first-child {
  text-align: justify;
  color: white;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic StdN";
  font-weight: 800;
  line-height: 27px;
  letter-spacing: 0.9px;
  word-wrap: break-word;
}
.container-unlim .container_unlim .wrapper_unlim .card_unlim .card-content_unlim div:last-child {
  width: 394.5px;
  text-align: center;
  color: #E1E1E1;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: 500;
  line-height: 21px;
}
@media screen and (max-width: 999px) {
  .container-unlim .container_unlim .wrapper_unlim .card_unlim .card-content_unlim div:last-child {
    width: 100%;
  }
}
.container-unlim .container_unlim .wrapper_unlim .card_unlim .arrow_unlim {
  width: 10px;
  height: 10px;
  transition: 0.5s;
  box-shadow: -3px 3px 0 white;
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  right: 7%;
}
.container-unlim .container_unlim .wrapper_bottom__unlim {
  width: 100%;
}
.container-unlim .container_unlim .footer-card_unlim {
  width: 100%;
  padding: 24px 32px;
  background: rgba(10, 11, 29, 0.5);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border: solid 1.5px #fff;
}
@media screen and (max-width: 999px) {
  .container-unlim .container_unlim .footer-card_unlim {
    width: 100%;
  }
}
.container-unlim .container_unlim .footer-card_unlim .card-content_unlim {
  flex: 1 1 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.container-unlim .container_unlim .footer-card_unlim .card-content_unlim div:first-child {
  text-align: justify;
  color: white;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic StdN";
  font-weight: 800;
  line-height: 27px;
  letter-spacing: 0.9px;
  word-wrap: break-word;
}
.container-unlim .container_unlim .footer-card_unlim .card-content_unlim div:last-child {
  color: #E1E1E1;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: 500;
  line-height: 21px;
}
.container-unlim .container_unlim .footer-card_unlim .arrow_unlim {
  width: 10px;
  height: 10px;
  transition: 0.5s;
  float: left;
  box-shadow: -3px 3px 0 white;
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  right: 3.2%;
}
@media screen and (max-width: 999px) {
  .container-unlim .container_unlim .footer-card_unlim .arrow_unlim {
    right: 6.7%;
  }
}

.slick-dots li button:before {
  color: rgba(255, 255, 255, 0.6);
}

.slick-dots li.slick-active button:before {
  color: white;
}