@keyframes kv_slider {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -167.6rem 0;
  }
}
.button01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  letter-spacing: 0.015em;
  fill: #fff;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button01 {
    border-radius: 6.2rem;
    width: 26rem;
    height: 6.2rem;
    padding: 1rem 3rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .button01 {
    border-radius: 10rem;
    width: 40rem;
    height: 10rem;
    padding: 2rem 5rem;
    font-size: 2.8rem;
  }
}
.button01::before {
  content: "";
  position: absolute;
  border: 1px solid;
  inset: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .button01::before {
    border-radius: 6.2rem;
  }
}
@media (max-width: 768px) {
  .button01::before {
    border-radius: 10rem;
  }
}
.button01 > div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.button01 > div > p {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.875em;
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform-origin: left top;
  white-space: nowrap;
}
.button01 > div > p svg {
  flex-shrink: 0;
  width: 1.125em;
  height: 1.125em;
}
.button01 > div > p:nth-of-type(1) {
  rotate: 0deg;
  translate: 0 0;
  transition: 0.3s ease-out;
}
.button01 > div > p:nth-of-type(2) {
  rotate: 30deg;
  translate: 0 100%;
  transition: 0.3s ease-in;
}
.button01:hover > div > p:nth-of-type(1) {
  rotate: -30deg;
  translate: 0 -100%;
  transition-timing-function: ease-in;
}
.button01:hover > div > p:nth-of-type(2) {
  rotate: 0deg;
  translate: 0 0;
  transition-timing-function: ease-out;
}
.button01.is-comingsoon {
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.button01.is-comingsoon svg {
  display: none;
}

.button02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  width: 26rem;
  letter-spacing: 0.015em;
  fill: #0c104c;
  color: #0c104c;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button02 {
    border-radius: 6.2rem;
    height: 6.2rem;
    padding: 1rem 3rem;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .button02 {
    border-radius: 7.2rem;
    height: 7.2rem;
    padding: 1rem 4rem;
    font-size: 2.8rem;
  }
}
.button02 > p {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.button02 > p > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
  overflow: hidden;
  transform-origin: left top;
  white-space: nowrap;
}
.button02 > p > span:nth-of-type(1) {
  rotate: 0deg;
  translate: 0 0;
  transition: 0.3s ease-out;
}
.button02 > p > span:nth-of-type(2) {
  rotate: 30deg;
  translate: 0 100%;
  transition: 0.3s ease-in;
}
.button02 svg {
  flex-shrink: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (min-width: 769px) {
  .button02 svg {
    width: 0.9em;
    height: 0.9em;
    right: 2.3rem;
  }
}
@media (max-width: 768px) {
  .button02 svg {
    width: 0.75em;
    height: 0.75em;
    right: 2rem;
  }
}
.button02:hover > p > span:nth-of-type(1) {
  rotate: -30deg;
  translate: 0 -100%;
  transition-timing-function: ease-in;
}
.button02:hover > p > span:nth-of-type(2) {
  rotate: 0deg;
  translate: 0 0;
  transition-timing-function: ease-out;
}
.button02.is-comingsoon {
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.button02.is-comingsoon svg {
  display: none;
}

.button03 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  letter-spacing: 0.015em;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button03 {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6.2rem;
    width: 26rem;
    height: 6.2rem;
    padding: 1rem 3rem;
    font-size: 2rem;
    fill: #0c104c;
    color: #0c104c;
  }
}
@media (max-width: 768px) {
  .button03 {
    background: #353659;
    border-radius: 9.2rem;
    width: 100%;
    height: 9.2rem;
    padding: 2rem 15rem;
    font-size: 3.2rem;
    fill: #fff;
    color: #fff;
  }
}
.button03 > p {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.button03 > p > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
  overflow: hidden;
  transform-origin: left top;
  white-space: nowrap;
}
.button03 > p > span:nth-of-type(1) {
  rotate: 0deg;
  translate: 0 0;
  transition: 0.3s ease-out;
}
.button03 > p > span:nth-of-type(2) {
  rotate: 30deg;
  translate: 0 100%;
  transition: 0.3s ease-in;
}
.button03 svg {
  flex-shrink: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (min-width: 769px) {
  .button03 svg {
    width: 0.9em;
    height: 0.9em;
    right: 2.3rem;
  }
}
@media (max-width: 768px) {
  .button03 svg {
    width: 0.875em;
    height: 0.875em;
    right: 3.2rem;
  }
}
.button03:hover > p > span:nth-of-type(1) {
  rotate: -30deg;
  translate: 0 -100%;
  transition-timing-function: ease-in;
}
.button03:hover > p > span:nth-of-type(2) {
  rotate: 0deg;
  translate: 0 0;
  transition-timing-function: ease-out;
}
.button03.is-comingsoon {
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.button03.is-comingsoon svg {
  display: none;
}

.kv_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .kv_section {
    row-gap: 6.1rem;
    padding: 53.8rem 10px 14.8rem;
  }
}
@media (max-width: 768px) {
  .kv_section {
    row-gap: 9.5rem;
    padding: 92.4rem 10px 21.7rem;
  }
}
.kv_section::before {
  content: "";
  position: absolute;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .kv_section::before {
    background-image: url(/global/en/dynabook-b2c/images/top/kv_bg_pc.webp);
    height: 51.072vw;
    max-height: 90rem;
  }
}
@media (max-width: 768px) {
  .kv_section::before {
    background-image: url(/global/en/dynabook-b2c/images/top/kv_bg_sp.webp);
    height: 106rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 401px) {
  .kv_section::before {
    background-image: url(/global/en/dynabook-b2c/images/top/kv_bg_pc.webp);
  }
}
.kv_lead {
  position: relative;
  width: 100%;
  font-weight: 700;
}
@media (min-width: 769px) {
  .kv_lead {
    max-width: 110rem;
    line-height: 1.05;
    font-size: 6.1rem;
  }
  .kv_lead > h1 {
    font: inherit;
  }
  .kv_lead > h1:first-of-type {
    margin-top: -0.024em;
  }
  .kv_lead > h1:last-of-type {
    margin-bottom: -0.024em;
  }
}
@media (max-width: 768px) {
  .kv_lead {
    max-width: 87.324%;
    line-height: 1.082;
    font-size: 9.8rem;
  }
  .kv_lead > h1 {
    font: inherit;
  }
  .kv_lead > h1:first-of-type {
    margin-top: -0.04em;
  }
  .kv_lead > h1:last-of-type {
    margin-bottom: -0.04em;
  }
}
.kv_lead h1 {
  display: flex;
  flex-direction: column;
}
.kv_lead h1 span:nth-of-type(2) {
  transition-delay: 0.2s;
}
.kv_text {
  position: relative;
  width: 100%;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media (min-width: 769px) {
  .kv_text {
    max-width: 110rem;
    line-height: 1.778;
    font-size: 1.8rem;
  }
  .kv_text > p {
    font: inherit;
  }
  .kv_text > p:first-of-type {
    margin-top: -0.388em;
  }
  .kv_text > p:last-of-type {
    margin-bottom: -0.388em;
  }
}
@media (max-width: 768px) {
  .kv_text {
    max-width: 87.324%;
    line-height: 1.786;
    font-size: 2.8rem;
  }
  .kv_text > p {
    font: inherit;
  }
  .kv_text > p:first-of-type {
    margin-top: -0.392em;
  }
  .kv_text > p:last-of-type {
    margin-bottom: -0.392em;
  }
}
.kv_text::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(12, 16, 76, 0), #0c104c 50%, #0c104c 100%);
  height: 200%;
  inset: auto -2px -2px;
  transition: translate 0.6s linear;
  transform-origin: center bottom;
  pointer-events: none;
}
.kv_text.is-animated::before {
  translate: 0 105%;
}

.message_section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .message_section {
    padding: 3.3rem 10px 18.2rem;
  }
}
@media (max-width: 768px) {
  .message_section {
    padding: 6.4rem 10px 22rem;
  }
}
.message_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 769px) {
  .message_bg {
    height: 27.2rem;
  }
}
@media (max-width: 768px) {
  .message_bg {
    height: 26rem;
  }
}
.message_bg::before {
  content: "";
  aspect-ratio: 419/34;
  position: absolute;
  background-image: url(/global/en/dynabook-b2c/images/top/message_bg.webp);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  left: 0;
  top: 0;
  bottom: 0;
  animation: kv_slider 41.9s linear infinite;
}
.message_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .message_inner {
    row-gap: 4.8rem;
  }
}
@media (max-width: 768px) {
  .message_inner {
    row-gap: 7.6rem;
  }
}
.message_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .message_head {
    row-gap: 0.6rem;
  }
}
@media (max-width: 768px) {
  .message_head {
    row-gap: 1.2rem;
  }
}
.message_head h2 {
  letter-spacing: 0.015em;
  line-height: 1;
}
@media (min-width: 769px) {
  .message_head h2 {
    font-size: 7.2rem;
  }
}
@media (max-width: 768px) {
  .message_head h2 {
    font-size: 9.2rem;
  }
}
.message_head p {
  letter-spacing: 0.015em;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 769px) {
  .message_head p {
    padding-left: 1.8rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .message_head p {
    font-size: 3rem;
  }
}
.message_buttons {
  display: flex;
  justify-content: center;
  position: relative;
}

.story_section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .story_section {
    background-image: url(/global/en/dynabook-b2c/images/top/story_bg_pc.webp);
    padding: 18.6rem 10px 19.2rem;
  }
}
@media (max-width: 768px) {
  .story_section {
    background-image: url(/global/en/dynabook-b2c/images/top/story_bg_sp.webp);
    padding: 33.2rem 10px 34.7rem;
  }
}
.story_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .story_inner {
    row-gap: 4rem;
  }
}
@media (max-width: 768px) {
  .story_inner {
    row-gap: 6.7rem;
  }
}
.story_head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .story_head {
    row-gap: 0.6rem;
  }
}
@media (max-width: 768px) {
  .story_head {
    row-gap: 1.2rem;
  }
}
.story_head h2 {
  letter-spacing: 0.015em;
  line-height: 1;
}
@media (min-width: 769px) {
  .story_head h2 {
    font-size: 7.2rem;
  }
}
@media (max-width: 768px) {
  .story_head h2 {
    font-size: 9.2rem;
  }
}
.story_head p {
  letter-spacing: 0.015em;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 769px) {
  .story_head p {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .story_head p {
    font-size: 3rem;
  }
}
.story_buttons {
  display: flex;
  justify-content: center;
}

.report_section {
  position: relative;
}
@media (min-width: 769px) {
  .report_section {
    padding: 15.9rem 10px 0;
  }
}
@media (max-width: 768px) {
  .report_section {
    padding: 20.9rem 10px 0;
  }
}
.report_inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .report_inner {
    justify-content: center;
    max-width: 110rem;
  }
}
@media (max-width: 768px) {
  .report_inner {
    flex-direction: column;
    row-gap: 8rem;
    max-width: 87.324%;
  }
}
.report_head {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .report_head {
    row-gap: 4.9rem;
    width: 36.364%;
  }
}
@media (max-width: 768px) {
  .report_head {
    align-items: center;
    row-gap: 4.4rem;
  }
}
.report_head h2 {
  letter-spacing: 0.015em;
}
@media (min-width: 769px) {
  .report_head h2 {
    line-height: 1;
    font-size: 7.2rem;
  }
}
@media (max-width: 768px) {
  .report_head h2 {
    line-height: 1;
    font-size: 9.2rem;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .report_head figure {
    width: 26.9rem;
  }
}
@media (max-width: 768px) {
  .report_head figure {
    width: 35.2rem;
  }
}
.report_cards {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .report_cards {
    flex-shrink: 0;
    gap: 1.5rem;
    width: 63.637%;
  }
}
@media (max-width: 768px) {
  .report_cards {
    gap: 3rem;
    width: 100%;
  }
}
.report_card {
  display: grid;
  align-items: center;
  position: relative;
  background: #353659;
  fill: #fff;
}
@media (min-width: 769px) {
  .report_card {
    grid-template-columns: 31rem 1fr;
    grid-template-rows: 1fr min-content;
    column-gap: 2rem;
    border-radius: 1.2rem;
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .report_card {
    border-radius: 1.6rem;
    padding: 2rem 2rem 2.8rem;
  }
}
.report_card figure {
  position: relative;
  background: #676883;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .report_card figure {
    grid-column: 1/2;
    grid-row: 1/3;
    border-radius: 0.4rem;
    height: 16rem;
  }
}
@media (max-width: 768px) {
  .report_card figure {
    aspect-ratio: 620/298;
    border-radius: 0.8rem;
    min-height: 29.8rem;
  }
  .report_card figure img {
    object-fit: cover;
  }
}
.report_card figure:empty::before {
  content: "COMING SOON";
  position: absolute;
  left: 49%;
  top: 50%;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  translate: -50% -50%;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .report_card figure:empty::before {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .report_card figure:empty::before {
    font-size: 4.1rem;
  }
}
.report_card h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media (min-width: 769px) {
  .report_card h2 {
    column-gap: 1.4rem;
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .report_card h2 {
    column-gap: 1.6rem;
    padding: 6rem 0;
    font-size: 6.2rem;
  }
}
.report_card h2 svg {
  flex-shrink: 0;
  width: 0.41em;
  height: 0.41em;
  transition: 0.2s linear;
}
.report_card p {
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 769px) {
  .report_card p {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .report_card p {
    font-size: 1.8rem;
  }
}
.report_card:hover {
  background: #4e4f6e;
}
.report_card:hover h2 svg {
  translate: 5px 0;
}
.report_card.is-comingsoon {
  fill: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.world_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .world_section {
    padding: 15rem 0 14.7rem;
  }
}
@media (max-width: 768px) {
  .world_section {
    padding: 19.7rem 0 21rem;
  }
}
.world_head {
  position: relative;
}
@media (min-width: 769px) {
  .world_head {
    padding-bottom: 6.7rem;
  }
}
@media (max-width: 768px) {
  .world_head {
    padding-bottom: 9rem;
  }
}
.world_head h2 {
  letter-spacing: 0.015em;
  text-align: center;
}
@media (min-width: 769px) {
  .world_head h2 {
    line-height: 1;
    font-size: 7.2rem;
  }
}
@media (max-width: 768px) {
  .world_head h2 {
    line-height: 1;
    font-size: 9.2rem;
  }
}
.world_map {
  display: flex;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .world_map {
    justify-content: center;
    max-width: 115.4rem;
  }
}
@media (max-width: 768px) {
  .world_map {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .world_map_bg {
    width: 115.4rem;
    height: 55rem;
  }
}
@media (max-width: 768px) {
  .world_map_bg {
    width: 80.2rem;
    height: 38.3rem;
    margin-bottom: 4.9rem;
  }
}
.world_map_anchor {
  position: absolute;
}
@media (max-width: 768px) {
  .world_map_anchor.js-anchor svg {
    rotate: 90deg;
  }
}
@media (min-width: 769px) {
  .world_map_anchor.pos1 {
    display: none;
  }
}
@media (max-width: 768px) {
  .world_map_anchor.pos1 {
    right: calc(50% + 6.5rem);
    top: 18rem;
  }
}
@media (min-width: 769px) {
  .world_map_anchor.pos2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .world_map_anchor.pos2 {
    right: calc(50% - 5.3rem);
    top: 2.4rem;
  }
}
@media (min-width: 769px) {
  .world_map_anchor.pos3 {
    display: none;
  }
}
@media (max-width: 768px) {
  .world_map_anchor.pos3 {
    left: calc(50% + 1.7rem);
    top: 18rem;
  }
}
@media (min-width: 769px) {
  .world_map_anchor.pos4 {
    left: 73.397%;
    top: 23.819%;
  }
}
@media (max-width: 768px) {
  .world_map_anchor.pos4 {
    left: calc(50% + 8.5rem);
    top: 7.2rem;
  }
}
@media (min-width: 769px) {
  .world_map_list {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .world_map_list {
    position: relative;
    width: 87.324%;
    transition: margin 0.2s linear;
  }
  .world_map_list + .world_map_list {
    margin-top: 6.2rem;
  }
  .world_map_list:has(.js-accSwitch.is-opened) {
    margin-bottom: -4.6rem;
  }
}
.world_map_list .button03.js-accSwitch svg, .world_map_list .button02.js-accSwitch svg {
  rotate: 90deg;
}
.world_map_list .button03.js-accSwitch.is-opened svg, .world_map_list .button02.js-accSwitch.is-opened svg {
  scale: -1 1;
}
@media (min-width: 769px) {
  .world_map_list.pos1 {
    left: 5.113%;
    top: 28.91%;
  }
}
@media (min-width: 769px) {
  .world_map_list.pos2 {
    left: 35.789%;
    top: 12.91%;
    z-index: 5;
  }
}
@media (min-width: 769px) {
  .world_map_list.pos3 {
    left: 52.947%;
    top: 49.637%;
  }
}
@media (min-width: 769px) {
  .world_map_list.pos4 {
    display: none;
  }
}
@media (max-width: 768px) {
  .world_map_button {
    z-index: 5;
  }
  .world_map_button.js-animation.slideUpIn {
    opacity: 1;
    translate: 0 0;
  }
}
.world_map_accordion {
  position: relative;
  height: 0;
  transition: height 0.2s linear;
  overflow: hidden;
}
@media (max-width: 768px) {
  .world_map_accordion {
    margin-top: -4.6rem;
  }
}
.world_map_content {
  display: grid;
  background: rgba(255, 255, 255, 0.9);
  color: #0c104c;
}
@media (min-width: 769px) {
  .world_map_content {
    grid-template-columns: 29rem 32rem;
    gap: 3rem;
    border-radius: 3.1rem;
    padding: 2.2rem 2.7rem;
  }
  .world_map_content:has(.world_map_area:only-of-type) {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .world_map_content {
    row-gap: 7rem;
    border-radius: 4.6rem;
    padding: 8.7rem 5rem 5rem;
  }
}
.world_map_area {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .world_map_area {
    row-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .world_map_area {
    row-gap: 4rem;
  }
}
@media (min-width: 769px) {
  .world_map_area.full {
    grid-column: 1/3;
  }
  .world_map_area.full .world_map_links {
    display: grid;
    grid-template-columns: auto auto auto auto;
  }
}
.world_map_area > dt {
  position: relative;
  letter-spacing: 0.015em;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .world_map_area > dt {
    padding: 0.3rem 0 0.8rem;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .world_map_area > dt {
    padding: 0.5rem 0 1.6rem;
    font-size: 3.2rem;
  }
}
.world_map_area > dt::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.world_map_links {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .world_map_links {
    row-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .world_map_links {
    row-gap: 2rem;
  }
}
.world_map_links > li {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .world_map_links > li {
    column-gap: 0.6rem;
  }
}
@media (max-width: 768px) {
  .world_map_links > li {
    column-gap: 0.9rem;
  }
}
.world_map_links > li::before {
  content: "";
  background: #0c104c;
}
@media (min-width: 769px) {
  .world_map_links > li::before {
    width: 0.5rem;
    height: 0.15rem;
  }
}
@media (max-width: 768px) {
  .world_map_links > li::before {
    width: 0.7rem;
    height: 1px;
  }
}
.world_map_link {
  letter-spacing: 0.015em;
}
@media (min-width: 769px) {
  .world_map_link {
    line-height: 1.223;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .world_map_link {
    line-height: 1.5;
    font-size: 2.8rem;
  }
}
.world_map_link span {
  position: relative;
}
.world_map_link span::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  bottom: 0.1em;
  scale: 0 1;
  transition: scale 0.2s linear;
  transform-origin: right bottom;
  pointer-events: none;
}
.world_map_link:hover span::before {
  scale: 1 1;
  transform-origin: left bottom;
}