@font-face {
  font-family: 'balboa';
  src: url("../font/balboa.otf");
  font-display: swap;
}
.new_toppage_contents_outside {
  background-color: #f5f5f5;
}
.new_toppage_contents_fv {
  background-image: url(../img/lazysize/transparent_image.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 65vh;
  max-height: 460px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.new_toppage_contents_fv .new_toppage_contents_fv_title {
  width: 100%;
  font-family: "balboa", sans-serif;
  font-weight: 300;
  font-size: 72px;
  line-height: 1.05;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
}
.new_toppage_contents_fv .new_toppage_contents_fv_title h1 {
  font-weight: normal;
}
@media screen and (max-width: 375px) {
  .new_toppage_contents_fv .new_toppage_contents_fv_title {
    font-size: 19.2vw;
  }
}
.new_toppage_contents_fv .new_toppage_contents_fv_message {
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.new_toppage_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
}
.new_toppage_contents .title_contents {
  margin-bottom: 20px;
}
.new_toppage_contents .title_contents img {
  width: 40px;
}
.new_toppage_contents .title_contents .title_contents_word_toppage p {
  font-size: 22px;
}
.new_toppage_contents .title_contents .title_contents_word_toppage h2 {
  font-size: 10px;
}
.new_toppage_contents .new_toppage_contents_service {
  margin-bottom: 40px;
}
.new_toppage_contents .new_toppage_contents_service .new_toppage_contents_service_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.new_toppage_contents .new_toppage_contents_service .new_toppage_contents_service_flex .new_toppage_contents_service_flex_cards {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  border-radius: 6px;
}
.new_toppage_contents .new_toppage_contents_service .new_toppage_contents_service_flex .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_icon_radius {
  background-color: #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.new_toppage_contents .new_toppage_contents_service .new_toppage_contents_service_flex .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_icon_radius img {
  width: 23px;
}
.new_toppage_contents .new_toppage_contents_service .new_toppage_contents_service_flex .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_text {
  width: calc(100% - 70px);
}
.new_toppage_contents .new_toppage_contents_service .new_toppage_contents_service_flex .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_text h3 {
  font-size: 14px;
  line-height: 1.2;
  font-family: "futura";
  font-weight: 300;
  margin-bottom: 5px;
}
.new_toppage_contents .new_toppage_contents_service .new_toppage_contents_service_flex .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_text p {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
}
.new_toppage_contents .new_toppage_contents_feature {
  padding-bottom: 40px;
}
.new_toppage_contents .new_toppage_contents_worldmap {
  margin-bottom: 40px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon {
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #000;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon .new_toppage_contents_worldmap_map_icon_button {
  position: absolute;
  padding: 4px;
  font-size: 12px;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  background-color: #000;
  color: #fff;
  border-radius: 2px;
  white-space: nowrap;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon .new_toppage_contents_worldmap_map_icon_button p span {
  font-size: 12px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #000;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_korea {
  left: 41%;
  top: 46%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_korea .new_toppage_contents_worldmap_map_icon_button {
  left: 27px;
  top: -47px;
}
@media screen and (max-width: 400px) {
  .new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_korea {
    left: 40%;
    top: 43%;
  }
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_korea::before {
  top: -39px;
  left: 5px;
  transform: rotate(-60deg) translate(-50%, -50%);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_germany {
  left: 8%;
  top: 34%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_germany .new_toppage_contents_worldmap_map_icon_button {
  left: -40px;
  top: -80px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_germany::before {
  top: 0px;
  left: -39px;
  transform: rotate(70deg) translate(-50%, -50%);
  width: 85px;
}
@media screen and (max-width: 400px) {
  .new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_germany {
    left: 8%;
    top: 34%;
  }
  .new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_germany .new_toppage_contents_worldmap_map_icon_button {
    left: -25px;
    top: -70px;
  }
  .new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_germany::before {
    left: -30px;
    width: 65px;
  }
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_indonesia {
  left: 40%;
  top: 66%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_indonesia .new_toppage_contents_worldmap_map_icon_button {
  left: -93px;
  top: -50px;
}
@media screen and (max-width: 400px) {
  .new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_indonesia {
    left: 41%;
    top: 66%;
  }
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_indonesia::before {
  top: 2px;
  left: -28px;
  transform: rotate(60deg) translate(-50%, -50%);
  width: 58px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_argentina {
  left: 87%;
  bottom: 15%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_argentina .new_toppage_contents_worldmap_map_icon_button {
  left: -100px;
  bottom: -35px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_argentina::before {
  top: 40px;
  left: -47px;
  transform: rotate(128deg) translate(-50%, -50%);
  width: 50px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_hong_kong {
  left: 38%;
  top: 54%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_hong_kong .new_toppage_contents_worldmap_map_icon_button {
  left: 60px;
  top: -15px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_hong_kong::before {
  top: -5px;
  left: 35px;
  transform: rotate(-10deg) translate(-50%, -50%);
  width: 58px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_philippines {
  left: 40%;
  top: 60%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_philippines .new_toppage_contents_worldmap_map_icon_button {
  left: 41px;
  top: 20px;
}
@media screen and (max-width: 400px) {
  .new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_philippines {
    left: 45%;
    top: 62%;
  }
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_philippines::before {
  transform: rotate(33deg) translate(-50%, -50%);
  left: 20px;
  top: 30px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_singapore {
  left: 34%;
  top: 68%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_singapore .new_toppage_contents_worldmap_map_icon_button {
  right: 65px;
  top: 20px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_singapore::before {
  left: -35px;
  top: 7px;
  transform: rotate(-15deg) translate(-50%, -50%);
  width: 80px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_china {
  left: 36%;
  top: 44%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_china .new_toppage_contents_worldmap_map_icon_button {
  left: 15px;
  top: -47px;
}
@media screen and (max-width: 400px) {
  .new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_china {
    left: 36%;
    top: 35%;
  }
  .new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_china .new_toppage_contents_worldmap_map_icon_button {
    left: 5px;
  }
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_china::before {
  top: -39px;
  left: 5px;
  transform: rotate(-60deg) translate(-50%, -50%);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_malaysia {
  left: 33%;
  top: 65%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_malaysia .new_toppage_contents_worldmap_map_icon_button {
  right: 35px;
  top: 0px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_malaysia::before {
  left: -15px;
  top: 5px;
  transform: rotate(-15deg) translate(-50%, -50%);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_thailand {
  left: 33%;
  top: 58%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_thailand .new_toppage_contents_worldmap_map_icon_button {
  right: 9px;
  top: 46px;
}
@media screen and (max-width: 400px) {
  .new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_thailand {
    left: 33.5%;
    top: 58%;
  }
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_thailand::before {
  top: 48px;
  right: 5px;
  transform: rotate(120deg) translate(-50%, -50%);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_taiwan {
  left: 40%;
  top: 53%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_taiwan .new_toppage_contents_worldmap_map_icon_button {
  left: 41px;
  top: 19px;
}
@media screen and (max-width: 400px) {
  .new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_taiwan {
    left: 40%;
    top: 52%;
  }
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_taiwan::before {
  transform: rotate(20deg) translate(-50%, -50%);
  left: 20px;
  top: 20px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_japan {
  left: 44%;
  top: 46%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_japan .new_toppage_contents_worldmap_map_icon_button {
  left: 34px;
  top: -19px;
}
@media screen and (max-width: 400px) {
  .new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_japan {
    left: 45%;
    top: 43%;
  }
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_japan::before {
  width: 31px;
  top: -4px;
  left: 8px;
  transform: rotate(-30deg);
  transform-origin: center;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_ibiza {
  left: 7%;
  top: 43%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_ibiza .new_toppage_contents_worldmap_map_icon_button {
  left: 5px;
  top: 30px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_ibiza::before {
  top: 48px;
  left: 5px;
  transform: rotate(60deg) translate(-50%, -50%);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_vietnam {
  left: 35%;
  top: 58%;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_vietnam .new_toppage_contents_worldmap_map_icon_button {
  left: 5px;
  top: 46px;
}
@media screen and (max-width: 560px) {
  .new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_vietnam {
    left: 36%;
    top: 58%;
  }
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_map .new_toppage_contents_worldmap_map_icon_vietnam::before {
  top: 48px;
  left: 5px;
  transform: rotate(60deg) translate(-50%, -50%);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button {
  width: calc((100% / 2) - 10px);
  height: 44px;
  border-radius: 6px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background-position: center;
  background-size: cover;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button p {
  display: block;
  position: relative;
  z-index: 3;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.45;
  z-index: 1;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button::after {
  content: "";
  position: absolute;
  background-image: url(../img/index/arrow.svg);
  width: 7px;
  height: 11.9px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.jpn {
  background-image: url(../img/sougou/country_image/jpn.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.kor {
  background-image: url(../img/sougou/country_image/kor.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.tha {
  background-image: url(../img/sougou/country_image/tha.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.phl {
  background-image: url(../img/sougou/country_image/phl.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.vnm {
  background-image: url(../img/sougou/country_image/vnm.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.twn {
  background-image: url(../img/sougou/country_image/twn.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.ibiza {
  background-image: url(../img/sougou/country_image/ibiza.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.idn {
  background-image: url(../img/sougou/country_image/idn.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.chn {
  background-image: url(../img/sougou/country_image/chn.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.mys {
  background-image: url(../img/sougou/country_image/mys.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.deu {
  background-image: url(../img/sougou/country_image/deu.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.arg {
  background-image: url(../img/sougou/country_image/arg.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.hkg {
  background-image: url(../img/sougou/country_image/hkg.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.phl {
  background-image: url(../img/sougou/country_image/phl.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .new_toppage_contents_worldmap_buttons .new_toppage_contents_worldmap_buttons_button.sgp {
  background-image: url(../img/sougou/country_image/sgp.webp);
}
.new_toppage_contents .new_toppage_contents_worldmap .worldmap_button_viewmore_box {
  display: flex;
  justify-content: center;
}
.new_toppage_contents .new_toppage_contents_worldmap .worldmap_button_viewmore_box .worldmap_button_viewmore {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  font-family: "futura";
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.new_toppage_contents .new_toppage_contents_worldmap .worldmap_button_viewmore_box .worldmap_button_viewmore::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  background-image: url(../img/index/arrow_down.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.new_toppage_contents .new_toppage_contents_worldmap .worldmap_button_viewmore_box_close {
  display: flex;
  justify-content: center;
}
.new_toppage_contents .new_toppage_contents_worldmap .worldmap_button_viewmore_box_close .worldmap_button_viewmore_close {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  font-family: "futura";
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.new_toppage_contents .new_toppage_contents_worldmap .worldmap_button_viewmore_box_close .worldmap_button_viewmore_close::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  background-image: url(../img/index/arrow_up.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.new_toppage_contents .new_toppage_contents_worldclub {
  padding-bottom: 40px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents {
  margin-bottom: 40px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_title {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_title img {
  width: 27px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_title h3 {
  font-size: 18px;
  line-height: 1;
  font-family: "futura";
  font-weight: 300;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area {
  margin-bottom: 20px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area .new_toppage_contents_worldclub_contents_area_title {
  line-height: 1;
  margin-bottom: 10px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area .new_toppage_contents_worldclub_contents_area_title p {
  font-family: "futura";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 3px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area .new_toppage_contents_worldclub_contents_area_title h4 {
  font-size: 10px;
  color: #666;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area .new_toppage_contents_worldclub_contents_area_flex {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area .new_toppage_contents_worldclub_contents_area_flex .new_toppage_contents_worldclub_contents_area_box {
  width: calc((100% - 14px) / 3);
  border-radius: 6px;
  position: relative;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area .new_toppage_contents_worldclub_contents_area_flex .new_toppage_contents_worldclub_contents_area_box .new_toppage_contents_worldclub_contents_area_box_image {
  position: relative;
  padding-top: 74.77%;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  border-radius: 6px;
  z-index: 1;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area .new_toppage_contents_worldclub_contents_area_flex .new_toppage_contents_worldclub_contents_area_box .new_toppage_contents_worldclub_contents_area_box_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area .new_toppage_contents_worldclub_contents_area_flex .new_toppage_contents_worldclub_contents_area_box .new_toppage_contents_worldclub_contents_area_box_image .new_toppage_contents_worldclub_contents_area_box_message {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 6px 6px;
  padding: 4px 6px;
  font-size: 10px;
  font-weight: bold;
  z-index: 2;
  color: #fff;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area .new_toppage_contents_worldclub_contents_area_flex .new_toppage_contents_worldclub_contents_area_box .new_toppage_contents_worldclub_contents_area_box_image .new_toppage_contents_worldclub_contents_area_box_message::before {
  content: "";
  z-index: 3;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 10.2px;
  background-position: center;
  background-size: cover;
  background-image: url(../img/index/arrow.svg);
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area .new_toppage_contents_worldclub_contents_area_button {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #000;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area .new_toppage_contents_worldclub_contents_area_button p {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area .new_toppage_contents_worldclub_contents_area_button p span {
  font-size: 10px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_area .new_toppage_contents_worldclub_contents_area_button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url(../img/index/arrow_black.svg);
  width: 10px;
  height: 17px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club {
  margin-bottom: 20px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_title {
  line-height: 1;
  margin-bottom: 10px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_title p {
  font-family: "futura";
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 3px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_title h4 {
  font-size: 10px;
  color: #666;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_flex .new_toppage_contents_worldclub_contents_club_contents {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_flex .new_toppage_contents_worldclub_contents_club_contents .new_toppage_contents_worldclub_contents_club_contents_flex {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 10px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_flex .new_toppage_contents_worldclub_contents_club_contents .new_toppage_contents_worldclub_contents_club_contents_flex .new_toppage_contents_worldclub_contents_club_contents_img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (max-width: 375px) {
  .new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_flex .new_toppage_contents_worldclub_contents_club_contents .new_toppage_contents_worldclub_contents_club_contents_flex .new_toppage_contents_worldclub_contents_club_contents_img {
    width: 24vw;
    height: 24vw;
  }
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_flex .new_toppage_contents_worldclub_contents_club_contents .new_toppage_contents_worldclub_contents_club_contents_flex .new_toppage_contents_worldclub_contents_club_contents_info .new_toppage_contents_worldclub_contents_club_contents_info_logoname {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 8px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_flex .new_toppage_contents_worldclub_contents_club_contents .new_toppage_contents_worldclub_contents_club_contents_flex .new_toppage_contents_worldclub_contents_club_contents_info .new_toppage_contents_worldclub_contents_club_contents_info_logoname img {
  width: 30px;
  border-radius: 5px;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_flex .new_toppage_contents_worldclub_contents_club_contents .new_toppage_contents_worldclub_contents_club_contents_flex .new_toppage_contents_worldclub_contents_club_contents_info .new_toppage_contents_worldclub_contents_club_contents_info_logoname .new_toppage_contents_worldclub_contents_club_contents_info_logoname_name {
  font-size: 12px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_flex .new_toppage_contents_worldclub_contents_club_contents .new_toppage_contents_worldclub_contents_club_contents_flex .new_toppage_contents_worldclub_contents_club_contents_info .new_toppage_contents_worldclub_contents_club_contents_info_logoname .new_toppage_contents_worldclub_contents_club_contents_info_logoname_name p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  /* 2行で制限 */
  /* 行間の高さを調整 */
  max-height: 2em;
  /* 2行分の高さ */
}
@media screen and (max-width: 768px) {
  .new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_flex .new_toppage_contents_worldclub_contents_club_contents .new_toppage_contents_worldclub_contents_club_contents_flex .new_toppage_contents_worldclub_contents_club_contents_info {
    max-width: 206px;
  }
}
@media screen and (max-width: 375px) {
  .new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_flex .new_toppage_contents_worldclub_contents_club_contents .new_toppage_contents_worldclub_contents_club_contents_flex .new_toppage_contents_worldclub_contents_club_contents_info {
    max-width: 54.93vw;
  }
}
@media screen and (max-width: 375px) {
  .new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents .new_toppage_contents_worldclub_contents_club .new_toppage_contents_worldclub_contents_club_flex .new_toppage_contents_worldclub_contents_club_contents .new_toppage_contents_worldclub_contents_club_contents_flex {
    gap: 2.4vw;
  }
}
.new_toppage_contents .new_toppage_contents_worldclub .new_toppage_contents_worldclub_contents_club:nth-last-of-type(1) {
  margin-bottom: 0;
}
.new_toppage_contents_worldclub_contents_viewmore_box {
  display: flex;
  justify-content: center;
}
.new_toppage_contents_worldclub_contents_viewmore_box .new_toppage_contents_worldclub_contents_viewmore {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  font-family: "futura";
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.new_toppage_contents_worldclub_contents_viewmore_box .new_toppage_contents_worldclub_contents_viewmore::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  background-image: url(../img/index/arrow_down.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.new_toppage_contents_worldclub_contents_viewmore_box_close {
  display: flex;
  justify-content: center;
}
.new_toppage_contents_worldclub_contents_viewmore_box_close .new_toppage_contents_worldclub_contents_viewmore_close {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  font-family: "futura";
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.new_toppage_contents_worldclub_contents_viewmore_box_close .new_toppage_contents_worldclub_contents_viewmore_close::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  background-image: url(../img/index/arrow_up.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.banner_contents_new {
  width: 100%;
  height: 106px;
  background-color: #fff;
}
.new_banner_contents {
  width: 100%;
}
.in_link_viewall_sougou {
  width: 100%;
  font-size: 14px;
  height: 53px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
  background: #000;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  margin-top: 20px;
}
.in_link_viewall_sougou::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/arrow.svg);
  width: 10px;
  height: 17px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.toppage_clublist {
  margin-bottom: 40px;
}
.toppage_clublist .clublist_flex {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.toppage_clublist .clublist_flex a {
  width: calc((100% - 20px) / 5);
}
.toppage_clublist .clublist_flex a img {
  width: 100%;
}
.toppage_clublist .clublist_andmore {
  font-size: 36px;
  font-family: "balboa";
  line-height: 1;
  text-align: center;
}
.sougou_top_aboutbutton {
  margin-top: 10px;
}
.flyer_popup_open_btn .flyer_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
