.sectionBlock {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .sectionBlock {
    padding-top: 50px;
  }
}
.visualArea {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 7.63%;
  color: #fff;
}
.visualArea--en-de {
  background-image: url(/assets/images/regional/en-de/top_visual_pc.webp);
}
.visualArea--cs-cz {
  background-image: url(/assets/images/regional/cs-cz/top_visual_pc.webp);
}
.visualArea--hu-hu {
  background-image: url(/assets/images/regional/hu-hu/top_visual_pc.webp);
}
.visualArea--en-us {
  background-image: url(/assets/images/regional/en-us/top_visual_pc.webp);
}
.visualArea--zh-tw {
  background-image: url(/assets/images/regional/zh-tw/top_visual_pc.webp);
}
.visualArea--ko-kr {
  background-image: url(/assets/images/regional/ko-kr/top_visual_pc.webp);
}
.visualArea--en-my {
  background-image: url(/assets/images/regional/en-my/top_visual_pc.webp);
}
.visualArea--th-th {
  background-image: url(/assets/images/regional/th-th/top_visual_pc.webp);
}
.visualArea--en-ie {
  background-image: url(/assets/images/regional/en-ie/top_visual2.webp);
}
.visualArea--en-in {
  background-image: url(/assets/images/regional/en-in/top_visual.webp);
}
@media screen and (max-width: 767px) {
  .visualArea--en-de {
    background-image: url(/assets/images/regional/en-de/top_visual_sp.webp);
  }
  .visualArea--cs-cz {
    background-image: url(/assets/images/regional/cs-cz/top_visual_sp.webp);
  }
  .visualArea--hu-hu {
    background-image: url(/assets/images/regional/hu-hu/top_visual_sp.webp);
  }
  .visualArea--en-us {
    background-image: url(/assets/images/regional/en-us/top_visual_sp.webp);
  }
  .visualArea--zh-tw {
    background-image: url(/assets/images/regional/zh-tw/top_visual_sp.webp);
  }
  .visualArea--ko-kr {
    background-image: url(/assets/images/regional/ko-kr/top_visual_sp.webp);
  }
  .visualArea--en-my {
    background-image: url(/assets/images/regional/en-my/top_visual_sp.webp);
  }
  .visualArea--th-th {
    background-image: url(/assets/images/regional/th-th/top_visual_sp.webp);
  }
}

.visualArea__main {
  font-family: 'Roboto Condensed', serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.visualArea__main--s {
  font-size: 7.2rem;
}
.visualArea__lead {
  font-family: 'Roboto Condensed', serif;
  margin-top: 20px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .visualArea__main {
    font-size: 6.6rem;
  }
  .visualArea__main--s {
    font-size: 4.6rem;
  }
  .visualArea__lead {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .visualArea {
    height: 280px;
    padding: 20px;
    justify-content: flex-end;
  }
  .visualArea__main {
    font-size: 4rem;
  }
  .visualArea__main--s {
    font-size: 2.8rem;
  }
}

.newsArea {
  padding: 100px 0;
}
.newsArea__wrap {
  display: flex;
  gap: 0 40px;
}
.newsArea__title {
  width: 216px;
}
.newsArea__sub {
  display: block;
  font-size: 2.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1;
}
.newsArea__moreBtn {
  margin-top: 40px;
}
.newsArea__list {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .newsArea {
    padding: 50px 0;
  }
  .newsArea__title {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .newsArea__sub {
    font-size: 2rem;
  }
  .newsArea__wrap {
    display: block;
  }
  .newsArea__list {
    margin-top: 30px;
  }
  .newsArea__moreBtn {
    margin-top: 0;
    text-align: center;
  }
  .newsArea .p-regiNewsList__item {
    display: none;
  }
  .newsArea .p-regiNewsList__item:first-child,
  .newsArea .p-regiNewsList__item:nth-child(2),
  .newsArea .p-regiNewsList__item:nth-child(3) {
    display: block;
  }
}

.en-de-policy {
  background: #eee;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin-top: 60px;
}
.en-de-policy__text {
  flex: 1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
}
.en-de-policy__btns {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .en-de-policy {
    padding: 20px;
    display: flex;
    flex-flow: column;
    gap: 20px 0;
    margin-top: 20px;
  }
  .en-de-policy__text {
    font-size: 1.6rem;
  }
  .en-de-policy__btns {
    width: 100%;
  }
  .en-de-policy__btn {
    flex: 1;
  }
  .en-de-policy__btn .c-regiBtnStyle01 {
    width: 100%;
    justify-content: center;
  }
}

.globalNetworkArea {
  padding: 100px 0 0;
}
.globalNetworkArea .c-regiHeading01 {
  text-align: center;
}
.globalNetworkArea .c-regiHeading01 .sub {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .globalNetworkArea {
    padding: 50px 0 0;
  }
  .globalNetworkArea .c-regiHeading01 .sub {
    font-size: 1.8rem;
  }
}

.globalMapBox {
  position: relative;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 5.29% 7.57%;
  margin-top: 60px;
}
.globalMapBox img.worldmap {
  width: 100%;
}
.globalMapBox a {
  position: absolute;
  text-align: center;
  color: var(--site-color-main);
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  height: 25px;
  border: 1px solid var(--site-color-main);
  border-radius: 4px;
  background: #fff;
  padding: 0 20px;
  transition: 0.4s all;
}
.globalMapBox a::before {
  content: '';
  display: block;
  width: 31px;
  height: 40px;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -20px;
  background: url(/assets/images/regional/icon-pin.svg) no-repeat center center;
  background-size: 31px 40px;
}
.globalMapBox a:hover {
  opacity: 0.7;
}
.globalMapBox .europe {
  top: 31.5%;
  left: 13.5%;
}
.globalMapBox .china {
  top: 44.5%;
  left: 37.5%;
}
.globalMapBox .asia {
  top: 58%;
  left: 36.5%;
}
.globalMapBox .japan {
  top: 37.5%;
  left: 44.5%;
}
.globalMapBox .america {
  top: 38.5%;
  left: 70%;
}
@media screen and (max-width: 1023px) {
  .globalMapBox {
    position: relative;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
  }
  .globalMapBox a {
    font-size: 14px;
    height: 20px;
  }
  .globalMapBox a::before {
    width: 20px;
    height: 26px;
    left: -12px;
    margin-top: -13px;
    background-size: 20px 26px;
  }
  .globalMapBox .europe {
    top: 30%;
    left: 8.5%;
  }
  .globalMapBox .china {
    top: 44%;
    left: 36%;
  }
  .globalMapBox .asia {
    top: 59.5%;
    left: 34.5%;
  }
  .globalMapBox .japan {
    top: 36.5%;
    left: 43.5%;
  }
  .globalMapBox .america {
    top: 38.5%;
    left: 72.5%;
  }
}
@media screen and (max-width: 767px) {
  .globalMapBox {
    padding: 0 0 20px;
    margin-top: 40px;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
  }
  .mapWrap {
    width: 100%;
    padding: 10px 20px;
  }
  .globalMapBox a {
    position: static;
    width: calc(100% - 40px);
    height: 43px;
    padding: 0 10px;
    margin: 0 20px;
  }
  .globalMapBox a::before {
    display: none;
  }
}

.exhibitionArea {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #ededed;
}
.exhibitionArea .c-regiHeading01 {
  text-align: center;
  margin-bottom: 60px;
}
.archiveItem {
  display: block;
  text-decoration: none;
  color: #000;
  transition: var(--hover-transition);
}
.archiveItem:hover {
  opacity: var(--hover-opacity);
}
.archiveItem__image {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.archiveItem__image img {
  width: 100%;
  height: auto;
}
.archiveItem__category {
  display: inline-flex;
  padding: 5px;
  color: #fff;
  background: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.archiveItem__category.live {
  background-color: #0e9b79;
}
.archiveItem__category.future {
  background-color: #002f70;
}
.archiveItem__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.exhibitionArea .moreBtn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .exhibitionArea {
    padding: 50px 0;
  }
  .exhibitionArea .c-regiHeading01 {
    margin-bottom: 30px;
  }
  .exhibitionArea .moreBtn {
    margin-top: 30px;
    text-align: center;
  }
}

.searchDistributorStockArea {
  margin-top: 60px;
}
.distributorsBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 20px 60px;
}
.distributorsBox__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.distributorsBox__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  gap: 10px 20px;
}
.distributorsBox__search {
  position: relative;
  width: 320px;
}
.distributorsBox__input {
  width: 100%;
  min-height: 40px;
  padding: 10px 50px 10px 12px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  font-size: 1.6rem;
}
.distributorsBox__btn {
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  font-size: 0;
  width: 19px;
  height: 20px;
  margin-top: -10px;
  background: url(/assets/images/icon_search.svg) no-repeat center center;
  background-size: 19px 20px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .searchDistributorStockArea {
    margin-top: 30px;
  }
}

.toCorporateArea {
  padding: 100px 0;
}
.toCorporateBnr {
  display: flex;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  height: 120px;
  padding: 36px 40px;
  transition: 0.4s all;
  text-decoration: none;
  border-radius: 15px;
  overflow: hidden;
}
.toCorporateBnr:hover {
  opacity: 0.7;
}
.toCorporateBnr__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.toCorporateBnr__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 20px;
}
.toCorporateBnr__text {
  color: #fff;
  font-family: 'Roboto Condensed', serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .toCorporateBnr__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .toCorporateArea {
    padding: 50px 0;
  }
  .toCorporateBnr {
    flex-flow: column;
    height: auto;
    padding: 0;
  }
  .toCorporateBnr__image {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0 0;
  }
  .toCorporateBnr__inner {
    background: #565458;
    padding: 16px;
    border-radius: 0 0 15px 15px;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
  }
  .toCorporateBnr__text {
    text-align: right;
    font-size: 1.4rem;
  }
  .toCorporateBnr__btn {
    flex-shrink: 0;
  }
}

.colorBoxBtn {
  background: #eee;
  padding: 30px 20px;
}
.colorBoxBtn__btn {
  max-width: 635px;
  margin: 0 auto;
}
.colorBoxBtn__btn .c-regiBtnStyle02 {
  width: 100%;
}
