/* TOP page-only layout. Keep shared components in globalcompass.css. */
body[data-page="top"] .top-latest {
  background: #f0fbfc;
  padding: 92px 0 96px;
}

body[data-page="top"] .top-section-title {
  color: #004831;
  line-height: 1;
  margin: 0 0 46px;
  text-align: center;
}

body[data-page="top"] .top-section-title-en,
body[data-page="top"] .top-section-title-ja {
  display: block;
}

body[data-page="top"] .top-section-title-en {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: .08em;
}

body[data-page="top"] .top-section-title-ja {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .1em;
  margin-top: 10px;
}

body[data-page="top"] .top-section-title-new {
  position: relative;
}

body[data-page="top"] .top-section-title-new::before,
body[data-page="top"] .top-section-title-new::after {
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
}

body[data-page="top"] .top-section-title-new::before {
  border-bottom: 1px solid #004831;
  border-top: 1px solid #004831;
  height: 24px;
  top: 20px;
  width: min(100%, 340px);
}

body[data-page="top"] .top-section-title-new::after {
  background: #fff;
  border: 1px solid #004831;
  height: 12px;
  top: 13px;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
}

body[data-page="top"] .top-section-title-new > span {
  position: relative;
  z-index: 1;
}

body[data-page="top"] [data-top-latest] {
  min-height: 142px;
}

body[data-page="top"] .top-latest-carousel {
  position: relative;
}

body[data-page="top"] .top-latest-message {
  color: #4b4b4b;
  font-size: 15px;
  margin: 0;
  padding: 36px 0;
  text-align: center;
}

body[data-page="top"] .top-latest-message.is-error {
  background: #f7f7f7;
}

body[data-page="top"] .top-latest-pages {
  min-width: 0;
}

body[data-page="top"] .top-latest-page {
  min-width: 0;
}

body[data-page="top"] .top-latest-page[hidden] {
  display: none;
}

body[data-page="top"] .top-latest-list {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

body[data-page="top"] .top-latest-item {
  min-width: 0;
}

body[data-page="top"] .top-latest-link {
  color: #4b4b4b;
  display: block;
  text-decoration: none;
}

body[data-page="top"] .top-latest-link:hover {
  opacity: .72;
}

body[data-page="top"] .top-latest-link:focus-visible,
body[data-page="top"] .top-latest-controls button:focus-visible {
  outline: 3px solid #004831;
  outline-offset: 4px;
}

body[data-page="top"] .top-latest-image {
  aspect-ratio: 251 / 142;
  display: block;
  object-fit: cover;
  width: 100%;
}

body[data-page="top"] .top-latest-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}

body[data-page="top"] .top-latest-category {
  color: #000;
  font-size: 12px;
  line-height: 1.35;
  padding: 5px 9px;
}

body[data-page="top"] .top-latest-date {
  color: #ababab;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  line-height: 1.35;
  margin-left: 8px;
  white-space: nowrap;
}

body[data-page="top"] .top-latest-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  margin: 11px 0 0;
}

body[data-page="top"] .top-latest-controls {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

body[data-page="top"] .top-latest-controls[hidden] {
  display: none;
}

body[data-page="top"] .top-latest-controls button {
  background: transparent;
  border: 0;
  color: #004831;
  cursor: pointer;
  font: inherit;
}

body[data-page="top"] .top-latest-prev,
body[data-page="top"] .top-latest-next {
  font-size: 13px;
  min-height: 32px;
  padding: 0 14px;
}

body[data-page="top"] .top-latest-prev::before,
body[data-page="top"] .top-latest-next::after {
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: '';
  display: inline-block;
  height: 7px;
  width: 7px;
}

body[data-page="top"] .top-latest-prev::before {
  margin-right: 8px;
  transform: rotate(45deg);
}

body[data-page="top"] .top-latest-next::after {
  margin-left: 8px;
  transform: rotate(225deg);
}

body[data-page="top"] .top-latest-controls button:disabled {
  color: #c1c1c1;
  cursor: default;
}

body[data-page="top"] .top-latest-dots {
  align-items: center;
  display: flex;
  gap: 10px;
}

body[data-page="top"] .top-latest-dots .top-latest-dot {
  background: #c1c1c1;
  border-radius: 50%;
  font-size: 0;
  height: 8px;
  min-height: 0;
  padding: 0;
  width: 8px;
}

body[data-page="top"] .top-latest-dots .top-latest-dot[aria-current="true"] {
  background: #004831;
}

body[data-page="top"] .location-areas {
  background: #f0fbfc;
  padding: 86px 0 94px;
}

body[data-page="top"] #categories {
  padding-top: 92px;
}

body[data-page="top"] #keyword {
  padding-bottom: 92px;
}

body[data-page="top"] #globalpass {
  padding: 68px 0;
}

body[data-page="top"] #about,
body[data-page="top"] #movies {
  padding: 92px 0;
}

body[data-page="top"] .top-latest-side-controls {
  display: none;
}

@media (min-width: 768px) {
  body[data-page="top"] .hero {
    margin: 40px 0 130px;
  }

  body[data-page="top"] .hero-slider-controls {
    column-gap: 10px;
    grid-template-columns: 13px repeat(3, 12px) 9px 13px;
    justify-content: center;
    width: 150px;
  }

  body[data-page="top"] .hero-slider .hero-slider-controls .slick-prev,
  body[data-page="top"] .hero-slider .hero-slider-controls .slick-next {
    height: 20px;
    width: 13px;
  }

  body[data-page="top"] .hero-slider .hero-slider-controls .slick-prev {
    transform: none;
  }

  body[data-page="top"] .hero-slider .hero-slider-controls .slick-next {
    transform: none;
  }

  body[data-page="top"] .hero-slider-controls .hero-slider-toggle {
    height: 18px;
    width: 9px;
  }

  body[data-page="top"] .hero-slider-controls .slide-dots li button::before {
    height: 12px;
    width: 12px;
  }

  body[data-page="top"] .hero-slider .hero-slider-controls .slick-prev::before,
  body[data-page="top"] .hero-slider .hero-slider-controls .slick-next::before {
    background-image: url("../images/common/location-country-arrow.svg");
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(53%) sepia(75%) saturate(647%) hue-rotate(151deg) brightness(91%) contrast(88%);
    height: 20px;
    width: 13px;
  }

  body[data-page="top"] .hero-slider .hero-slider-controls .slick-prev::before {
    transform: translate(-50%, -50%) scaleX(-1);
  }

  body[data-page="top"] .hero-slider .hero-slider-controls .slick-next::before {
    transform: translate(-50%, -50%);
  }

  body[data-page="top"] .top-latest {
    padding: var(--gc-section-padding-pc) 0;
  }

  body[data-page="top"] .top-latest .gc_container {
    max-width: 1240px;
  }

  body[data-page="top"] .top-section-title-new {
    background-image: url("../images/index/ttl_new_pc_icon_left.svg"), url("../images/index/ttl_new_pc_line.svg"), url("../images/index/ttl_new_pc_icon_right.svg");
    background-position: left 9px, center 54px, right 9px;
    background-repeat: no-repeat;
    background-size: 60px 68px, 170px 22.63px, 60px 68px;
    margin: 0 auto 43px;
    min-height: 108px;
    width: 316px;
  }

  body[data-page="top"] .top-section-title-new::before,
  body[data-page="top"] .top-section-title-new::after {
    content: none;
  }

  body[data-page="top"] .top-section-title-new .top-section-title-en {
    color: #000;
    font-size: 64px;
    letter-spacing: .015em;
    line-height: normal;
  }

  body[data-page="top"] .top-section-title-new .top-section-title-ja {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.25;
    margin-top: 7px;
  }

  body[data-page="top"] [data-top-latest] {
    margin: 0 auto;
    max-width: 1070px;
    min-height: 343px;
  }

  body[data-page="top"] .top-latest-list {
    gap: 22px;
  }

  body[data-page="top"] .top-latest-meta {
    margin-top: 16px;
  }

  body[data-page="top"] .top-latest-category {
    font-size: 13px;
    padding: 5px 13px;
  }

  body[data-page="top"] .top-latest-date {
    font-size: 15px;
  }

  body[data-page="top"] .top-latest-title {
    display: -webkit-box;
    font-size: 18px;
    line-height: 1.35;
    margin-top: 16px;
    min-height: 73px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body[data-page="top"] .top-latest-viewport {
    overflow: hidden;
  }

  body[data-page="top"] .ranking-carousel-viewport {
    overflow: visible;
    clip-path: inset(-20px 0 -20px -20px);
  }

  body[data-page="top"] .top-latest-side-controls {
    display: contents;
  }

  body[data-page="top"] .top-latest-side-controls[hidden] {
    display: none;
  }

  body[data-page="top"] .top-latest-side-prev,
  body[data-page="top"] .top-latest-side-next {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 61px 61px;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 71px;
    padding: 0;
    position: absolute;
    top: 36px;
    width: 70px;
    z-index: 2;
    opacity: .55;
  }

  body[data-page="top"] .top-latest-side-prev {
    background-image: url("../images/common/slider_arrow02_prev.png");
    left: -86px;
  }

  body[data-page="top"] .top-latest-side-next {
    background-image: url("../images/common/slider_arrow02_next.png");
    right: -86px;
  }

  body[data-page="top"] .top-latest-side-prev::before,
  body[data-page="top"] .top-latest-side-next::before {
    content: none;
  }

  body[data-page="top"] .top-latest-side-prev:disabled,
  body[data-page="top"] .top-latest-side-next:disabled {
    cursor: default;
    opacity: .25;
  }

  body[data-page="top"] .top-latest-controls {
    margin-top: 50px;
  }

  body[data-page="top"] .top-latest-controls .top-latest-prev,
  body[data-page="top"] .top-latest-controls .top-latest-next {
    font-size: 0;
    min-height: 20px;
    overflow: hidden;
    padding: 0 15px;
  }

  body[data-page="top"] .top-latest-prev::before,
  body[data-page="top"] .top-latest-next::after {
    background-image: url("../images/common/location-country-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    filter: brightness(0) saturate(100%) invert(53%) sepia(75%) saturate(647%) hue-rotate(151deg) brightness(91%) contrast(88%);
    height: 20px;
    margin: 0;
    width: 13px;
  }

  body[data-page="top"] .top-latest-prev::before {
    transform: scaleX(-1);
  }

  body[data-page="top"] .top-latest-next::after {
    transform: none;
  }

  body[data-page="top"] .top-latest-dots .top-latest-dot {
    height: 12px;
    width: 12px;
  }

  body[data-page="top"] .top-latest-dots .top-latest-dot[aria-current="true"] {
    background: #279dc8;
  }

  body[data-page="top"] #ranking {
    margin-top: 0;
  }

  body[data-page="top"] #ranking .ranking_contents {
    max-width: 930px;
    position: relative;
  }

  body[data-page="top"] .ranking-list.is-desktop-slider {
    display: block;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  body[data-page="top"] .ranking-list.is-desktop-slider .slick-slide {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  body[data-page="top"] .ranking-list.is-desktop-slider .slick-list {
    overflow: visible;
  }

  body[data-page="top"] .ranking-carousel-controls {
    display: contents;
  }

  body[data-page="top"] .ranking-list-toggle {
    display: none;
  }

  body[data-page="top"] .ranking-carousel-controls[hidden] {
    display: none;
  }

  body[data-page="top"] .ranking-carousel-prev,
  body[data-page="top"] .ranking-carousel-next {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 56px 56px;
    border: 0;
    cursor: pointer;
    height: 70px;
    padding: 0;
    position: absolute;
    top: 112px;
    width: 70px;
    opacity: .55;
  }

  body[data-page="top"] .ranking-carousel-prev {
    background-image: url("../images/common/slider_arrow02_prev.png");
    left: -86px;
  }

  body[data-page="top"] .ranking-carousel-next {
    background-image: url("../images/common/slider_arrow02_next.png");
    right: -86px;
  }

  body[data-page="top"] .ranking-carousel-prev:disabled,
  body[data-page="top"] .ranking-carousel-next:disabled {
    cursor: default;
    opacity: .25;
  }

  body[data-page="top"] .ranking-carousel-prev:focus-visible,
  body[data-page="top"] .ranking-carousel-next:focus-visible {
    outline: 3px solid #004831;
    outline-offset: 2px;
  }

  body[data-page="top"] .location-areas {
    margin-top: 0;
    padding: var(--gc-section-padding-pc) 0;
  }

  body[data-page="top"] .location-areas-intro {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.25;
    margin-bottom: 37px;
  }

  body[data-page="top"] .location-area-accordion {
    align-items: start;
    gap: 20px;
    grid-template-columns: repeat(2, 335px);
    max-width: 690px;
  }

  body[data-page="top"] .location-area-accordion-item {
    background: transparent;
    border: 0;
    overflow: visible;
  }

  body[data-page="top"] .location-area-toggle {
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    height: 60px;
    letter-spacing: .36px;
    min-height: 60px;
  }

  body[data-page="top"] .location-area-toggle::before {
    left: 12px;
  }

  body[data-page="top"] .location-area-toggle-icon {
    right: 12px;
  }

  body[data-page="top"] .location-area-toggle.is-expanded {
    border-bottom: 1px solid #c1c1c1;
    border-radius: 4px 4px 0 0;
  }

  body[data-page="top"] .location-area-country-links {
    background: #fff;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #c1c1c1;
    box-sizing: border-box;
    height: auto;
  }

  body[data-page="top"] .location-area-country-links a {
    background-position: right 28px center;
    color: #000;
    font-size: 16px;
    letter-spacing: .32px;
    min-height: 51px;
    padding: 0 38px 0 19px;
  }

  body[data-page="top"] .location-area-country-links li {
    background: #fff;
    position: relative;
  }

  body[data-page="top"] .location-area-country-links li + li {
    border-top: 0;
  }

  body[data-page="top"] .location-area-country-links li + li::before {
    background: #c1c1c1;
    content: '';
    height: 1px;
    left: 20px;
    position: absolute;
    top: 0;
    width: calc(100% - 40px);
  }

  body[data-page="top"] #categories {
    padding: 77px 0 56px;
  }

  body[data-page="top"] #categories .categories_list-item {
    display: flex;
  }

  body[data-page="top"] #categories .categories_list-alink {
    justify-content: flex-start;
    width: 100%;
  }

  body[data-page="top"] #keyword {
    padding: 80px 0 162px;
  }

  body[data-page="top"] #globalpass {
    padding: 70px 0 73px;
  }

  body[data-page="top"] #globalpass .bnr_gp-alink {
    padding: 9px 0;
  }

  body[data-page="top"] #globalpass .bnr_gp-alink img {
    max-width: 100%;
    width: 824px;
  }

  body[data-page="top"] #about {
    padding: 78px 0 77px;
  }

  body[data-page="top"] #movies {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  body[data-page="top"] .gc_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  body[data-page="top"] .hero {
    margin: 30px 0 108px;
  }

  body[data-page="top"] .hero-slider-controls {
    bottom: -53px;
    column-gap: 0;
    grid-template-columns: 11px repeat(3, 10px) 9px 11px;
    justify-content: space-between;
    width: 138px;
  }

  body[data-page="top"] .hero-slider .hero-slider-controls .slick-prev,
  body[data-page="top"] .hero-slider .hero-slider-controls .slick-next {
    height: 17px;
    transform: none;
    width: 11px;
  }

  body[data-page="top"] .hero-slider .hero-slider-controls .slick-prev::before,
  body[data-page="top"] .hero-slider .hero-slider-controls .slick-next::before {
    background-image: url("../images/common/slider-arrow-sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: none;
    height: 11px;
    opacity: 1;
    width: 17px;
  }

  body[data-page="top"] .hero-slider .hero-slider-controls .slick-prev::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  body[data-page="top"] .hero-slider .hero-slider-controls .slick-next::before {
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  body[data-page="top"] .hero-slider-controls .slide-dots li button::before {
    height: 10px;
    width: 10px;
  }

  body[data-page="top"] .hero-slider-controls .hero-slider-toggle {
    height: 16px;
    width: 9px;
  }

  body[data-page="top"] .top-latest {
    padding: var(--gc-section-padding-sp) 0;
  }

  body[data-page="top"] .location-areas {
    padding: var(--gc-section-padding-sp) 0;
  }

  body[data-page="top"] .top-section-title {
    margin-bottom: 28px;
  }

  body[data-page="top"] .top-section-title-en {
    font-size: 34px;
  }

  body[data-page="top"] .top-section-title-ja {
    font-size: 14px;
    margin-top: 7px;
  }

  body[data-page="top"] .top-section-title-new::before {
    background-color: transparent;
    background-image: url("../images/index/ttl_new_sp_icon.svg"), url("../images/index/ttl_new_sp_line.svg"), url("../images/index/ttl_new_sp_icon.svg");
    background-position: left 6px, 38px 31px, right 6px;
    background-size: 36px 41px, 135px 18px, 36px 41px;
    border: 0;
    height: 49px;
    left: 0;
    top: 0;
    transform: none;
    width: 209px;
  }

  body[data-page="top"] .top-section-title-new::after {
    content: none;
  }

  body[data-page="top"] .top-section-title-new {
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    min-height: 73px;
    width: 209px;
  }

  body[data-page="top"] .top-section-title-new .top-section-title-en {
    color: #000;
    font-size: 35px;
    letter-spacing: .015em;
    line-height: normal;
  }

  body[data-page="top"] .top-section-title-new .top-section-title-ja {
    color: #4b4b4b;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.25;
    margin-top: 14px;
  }

  body[data-page="top"] [data-top-latest] {
    min-height: 437px;
  }

  body[data-page="top"] .top-latest-list {
    align-content: start;
    column-gap: 11px;
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 420px;
    row-gap: 40px;
  }

  body[data-page="top"] .top-latest-link {
    height: auto;
    min-height: 170px;
  }

  body[data-page="top"] .top-latest-image {
    aspect-ratio: 162 / 92;
  }

  body[data-page="top"] .top-latest-meta {
    margin-top: 9px;
  }

  body[data-page="top"] .top-latest-category {
    font-size: 10px;
    padding: 4px 6px;
  }

  body[data-page="top"] .top-latest-date {
    font-size: 10px;
    margin-left: 4px;
  }

  body[data-page="top"] .top-latest-title {
    display: -webkit-box;
    font-size: 15px;
    height: 38px;
    line-height: 1.25;
    margin-top: 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body[data-page="top"] .top-latest-controls {
    height: 17px;
    justify-content: space-between;
    margin: 0 auto;
    width: 96px;
  }

  body[data-page="top"] .top-latest-controls .top-latest-prev,
  body[data-page="top"] .top-latest-controls .top-latest-next {
    font-size: 0;
    min-height: 17px;
    padding: 0;
    width: 11px;
  }

  body[data-page="top"] .top-latest-prev::before,
  body[data-page="top"] .top-latest-next::after {
    background-image: url("../images/common/slider-arrow-sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    height: 11px;
    margin: 0;
    width: 17px;
  }

  body[data-page="top"] .top-latest-prev::before {
    transform: rotate(90deg);
  }

  body[data-page="top"] .top-latest-next::after {
    transform: rotate(-90deg);
  }

  body[data-page="top"] .top-latest-dots {
    gap: 12px;
  }

  body[data-page="top"] .top-latest-dots .top-latest-dot {
    height: 10px;
    width: 10px;
  }

  body[data-page="top"] .top-latest-dots .top-latest-dot[aria-current="true"] {
    background: #279dc8;
  }

  body[data-page="top"] #ranking .ranking_contents {
    max-width: 335px;
    position: relative;
  }

  body[data-page="top"] .ranking-list-image {
    height: 85px;
  }

  body[data-page="top"] .ranking-list {
    position: relative;
  }

  body[data-page="top"] .ranking-list-category {
    padding: .5em 6px;
    white-space: nowrap;
  }

  body[data-page="top"] .ranking-list-date {
    white-space: nowrap;
  }

  body[data-page="top"] .ranking-list-toggle {
    background: rgba(255, 255, 255, .82);
    margin: 42px auto 0;
    max-width: 100%;
    position: relative;
    width: 288px;
    z-index: 2;
  }

  body[data-page="top"] .ranking-list-item.is-ranking-preview {
    bottom: auto;
    left: 0;
    position: absolute;
    opacity: .3;
    pointer-events: none;
    right: 0;
    top: 100%;
    z-index: 0;
  }

  body[data-page="top"] .ranking-list-item.is-ranking-preview::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 88%);
    content: '';
    inset: 0;
    position: absolute;
  }

  body[data-page="top"].has-active-floatmenu .footer {
    padding-bottom: 110px;
  }

  body[data-page="top"] #categories,
  body[data-page="top"] #keyword,
  body[data-page="top"] #about,
  body[data-page="top"] #movies {
    padding: 54px 0;
  }

  body[data-page="top"] #globalpass {
    padding: 44px 0;
  }
}
