.p-top {
  position: relative;
}
.p-top-blank {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-blank {
    height: 150vh;
  }
}
@media screen and (max-width: 767px) {
  .p-top-blank {
    height: calc(120 * var(--lvh, 1lvh));
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv {
    position: relative;
    height: 300vh;
    color: #fff;
    z-index: 1;
  }
  .p-top-mv__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .p-top-mv__video.is-playing .p-top-mv__video-player {
    opacity: 1;
  }
  .p-top-mv__video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 3;
  }
  .p-top-mv__video-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .p-top-mv__video-thumbnail picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top-mv__video-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-mv__video-player {
    width: 150%;
    height: 300%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 16/9) {
  .p-top-mv__video-player {
    width: 265.5vh;
    height: 300vh;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv__inner {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-mv__content {
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    z-index: 4;
  }
  .p-top-mv__title {
    line-height: 1;
  }
  .p-top-mv__title img {
    width: 256px;
    margin: 0 auto;
  }
  .p-top-mv__logo {
    width: 173px;
    margin: 32px auto 0;
  }
  .p-top-mv__subtitle {
    margin-top: 60px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: var(--letter-spacing);
  }
  .p-top-mv__button {
    margin-top: 40px;
  }
  .p-top-mv__button .c-button {
    padding: 0 80px;
  }
  .p-top-mv__scroll {
    position: fixed;
    left: 50%;
    bottom: 0;
    height: 80px;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    pointer-events: none;
    z-index: 2;
  }
  .p-top-mv__scroll span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    -webkit-animation: scrollbar-anim 3s ease-out infinite;
            animation: scrollbar-anim 3s ease-out infinite;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    position: relative;
    height: calc(270 * var(--lvh, 1lvh));
    color: #fff;
    z-index: 1;
  }
  .p-top-mv__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100lvh;
    overflow: hidden;
  }
  .p-top-mv__video.is-playing .p-top-mv__video-player {
    opacity: 1;
  }
  .p-top-mv__video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 3;
  }
  .p-top-mv__video-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .p-top-mv__video-thumbnail picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top-mv__video-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-mv__video-player {
    width: 150%;
    height: 300%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .p-top-mv__inner {
    position: sticky;
    top: 0;
    height: calc(100 * var(--svh, 1svh));
    width: 100%;
  }
  .p-top-mv__content {
    position: relative;
    text-align: center;
    height: 100%;
    z-index: 4;
  }
  .p-top-mv__content-inner {
    width: 83.2%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-mv__logo {
    width: 130px;
    margin: 16px auto 0;
  }
  .p-top-mv__title {
    margin-top: 30px;
    line-height: 1;
  }
  .p-top-mv__title img {
    width: 169px;
    margin: 0 auto;
  }
  .p-top-mv__subtitle {
    margin-top: 27px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: var(--letter-spacing);
  }
  .p-top-mv__button {
    margin-top: 40px;
  }
  .p-top-mv__button .c-button {
    padding: 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-topics {
    position: relative;
    z-index: 2;
    margin-top: -150vh;
  }
  .p-top-topics__container {
    padding: 80px 0 210px;
    background: #fff;
  }
  .p-top-topics__inner {
    width: 68.59375%;
  }
  .p-top-topics__subtitle {
    font-size: 15px;
  }
  .p-top-topics__title {
    margin-top: 20px;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: var(--letter-spacing);
  }
  .p-top-topics__list {
    margin-top: 73px;
    border-top: 1px solid #E2E2E2;
  }
  .p-top-topics__item {
    border-bottom: 1px solid #E2E2E2;
  }
  .p-top-topics__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 27px 0;
  }
  .p-top-topics__item a:hover .p-top-topics__item-category {
    color: #fff;
  }
  .p-top-topics__item a:hover .p-top-topics__item-category::before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .p-top-topics__item-category {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: var(--letter-spacing);
    width: 88px;
    height: 24px;
    border: 1px solid #111;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.45s cubic-bezier(0, 0, 0.15, 1);
    transition: color 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.45s cubic-bezier(0, 0, 0.15, 1);
    transition: color 0.2s ease-out, border-color 0.2s ease-out, transform 0.45s cubic-bezier(0, 0, 0.15, 1);
    transition: color 0.2s ease-out, border-color 0.2s ease-out, transform 0.45s cubic-bezier(0, 0, 0.15, 1), -webkit-transform 0.45s cubic-bezier(0, 0, 0.15, 1);
  }
  .p-top-topics__item-category::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 105%;
    height: 100%;
    background: #111;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.45s cubic-bezier(0, 0, 0.15, 1);
    transition: color 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.45s cubic-bezier(0, 0, 0.15, 1);
    transition: color 0.2s ease-out, border-color 0.2s ease-out, transform 0.45s cubic-bezier(0, 0, 0.15, 1);
    transition: color 0.2s ease-out, border-color 0.2s ease-out, transform 0.45s cubic-bezier(0, 0, 0.15, 1), -webkit-transform 0.45s cubic-bezier(0, 0, 0.15, 1);
    z-index: -1;
  }
  .p-top-topics__item-title {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: var(--letter-spacing);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin-left: 24px;
  }
  .p-top-topics__item-date {
    font-size: 12px;
    color: #999085;
    margin: 0 0 0 16px;
    letter-spacing: var(--letter-spacing-thin);
  }
  .p-top-topics__button {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-topics {
    position: relative;
    z-index: 2;
    margin-top: -150vh;
  }
  .p-top-topics__container {
    padding: 150px 0 150px;
    background: #fff;
  }
  .p-top-topics__inner {
    width: 91.466%;
  }
  .p-top-topics__heading .c-heading-top__title {
    margin-top: 18px;
  }
  .p-top-topics__subtitle {
    font-size: 15px;
  }
  .p-top-topics__title {
    margin-top: 15px;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: var(--letter-spacing);
  }
  .p-top-topics__list {
    margin-top: 75px;
    border-top: 1px solid #E2E2E2;
  }
  .p-top-topics__item {
    border-bottom: 1px solid #E2E2E2;
  }
  .p-top-topics__item a {
    padding: 24px 0 21px;
    display: block;
  }
  .p-top-topics__item-category {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: var(--letter-spacing);
    width: 88px;
    height: 24px;
    border: 1px solid;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 16px;
  }
  .p-top-topics__item-title {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: var(--letter-spacing);
  }
  .p-top-topics__item-date {
    margin-top: 7px;
    font-size: 12px;
    color: #999085;
    letter-spacing: var(--letter-spacing-thin);
    line-height: 1.2;
  }
  .p-top-topics__button {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-story {
    position: relative;
    z-index: 2;
  }
  .p-top-story__container {
    padding: 117px 0 248px;
    background: #F9F7F5;
  }
  .p-top-story__category {
    margin-top: 40px;
  }
  .p-top-story__list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-story {
    position: relative;
    z-index: 2;
  }
  .p-top-story__container {
    padding: 90px 0 160px;
    background: #F9F7F5;
  }
  .p-top-story__category {
    margin-top: 30px;
  }
  .p-top-story__list {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-venues {
    position: relative;
    z-index: 2;
  }
  .p-top-venues__container {
    padding: 108px 0 140px;
    background: #fff;
  }
  .p-top-venues__heading {
    text-align: center;
  }
  .p-top-venues__subtitle {
    font-size: 15px;
  }
  .p-top-venues__title {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: var(--letter-spacing);
  }
  .p-top-venues__list {
    margin-top: 46px;
  }
  .p-top-venues__list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 32px;
  }
  .p-top-venues__item {
    position: relative;
  }
  .p-top-venues__button {
    margin-top: 80px;
    border-top: 1px solid #E2E2E2;
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-venues {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .p-top-venues__container {
    padding: 80px 0 120px;
    background: #fff;
  }
  .p-top-venues__heading {
    text-align: left;
  }
  .p-top-venues__subtitle {
    font-size: 15px;
  }
  .p-top-venues__title {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: var(--letter-spacing);
  }
  .p-top-venues__list {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }
  .p-top-venues__list-wrapper {
    overflow: visible;
  }
  .p-top-venues__item {
    position: relative;
  }
  .p-top-venues__button {
    margin-top: 48px;
    border-top: 1px solid #E2E2E2;
    padding-top: 32px;
  }
}

.l-footer {
  background: #fff;
  margin-top: -1px;
}

@media screen and (min-width: 768px) {
  body.windows.chrome .p-top-topics__item-category,
  body.windows.edge .p-top-topics__item-category,
  body.mac.safari .p-top-topics__item-category {
    padding-top: 1px;
  }
}