@font-face {
  font-family: 'balboa';
  src: url("../font/balboa.otf");
}
@font-face {
  font-family: "Helvetica";
  src: url("../font/Helvetica.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url("../font/Helvetica-Bold.ttf");
  font-display: swap;
}
.title_contents img {
  width: 40px;
  height: 40px;
}
.title_contents .title_contents_word_toppage h2 {
  font-size: 10px;
  margin-top: 5px;
}
.title_contents .title_contents_word_toppage h1 {
  font-size: 10px;
  margin-top: 5px;
}
.title_contents .title_contents_word_toppage p {
  font-size: 22px;
}
.title_contents .title_contents_word_toppage p span {
  font-size: 12px;
}
.new_about_page_contents {
  max-width: 640px;
  margin: 0 auto;
}
.new_about_page {
  background-color: #f5f5f5;
}
.new_about_page .new_about_page_fv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.new_about_page .new_about_page_fv .first_message {
  padding-top: 80px;
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
}
.new_about_page .new_about_page_fv .first_message p {
  font-size: 50px;
  line-height: 1;
  font-family: "balboa";
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.new_about_page .new_about_page_fv .first_message h1 {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  font-weight: bold;
}
.new_about_page .new_about_page_fv .fv_language {
  position: relative;
  z-index: 3;
  padding-bottom: 10px;
}
.new_about_page .new_about_page_fv .fv_language .fv_language_national_flag {
  display: flex;
  gap: 4px;
  padding: 0 20px;
  justify-content: center;
}
.new_about_page .new_about_page_fv .fv_language .fv_language_national_flag img {
  width: calc((100% - 25px) / 13);
  max-width: 46px;
}
.new_about_page .new_about_page_fv::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.new_about_page .new_about_page_about {
  margin-bottom: 40px;
}
.new_about_page .new_about_page_about .title_contents {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .new_about_page .new_about_page_about .title_contents {
    padding: 0 20px;
  }
}
.new_about_page .new_about_page_about .about_page_big_title_contents {
  text-align: center;
  margin-bottom: 20px;
}
.new_about_page .new_about_page_about .about_page_big_title_contents .about_page_big_title {
  display: inline-block;
  width: auto;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.new_about_page .new_about_page_about .about_page_big_title_contents .about_page_big_title .about_page_big_title_en {
  font-size: 26px;
  font-family: "balboa";
  margin-bottom: 4px;
  position: relative;
  z-index: 2;
}
.new_about_page .new_about_page_about .about_page_big_title_contents .about_page_big_title .about_page_big_title_ja {
  font-size: 12px;
  color: #666;
  font-weight: 300;
  display: inline-block;
  width: auto;
  position: relative;
  z-index: 2;
}
.new_about_page .new_about_page_about .about_page_big_title_contents .about_page_big_title .about_page_big_title_ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #666;
}
.new_about_page .new_about_page_about .about_page_big_title_contents .about_page_big_title .about_page_big_title_ja::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #666;
}
.new_about_page .new_about_page_about .about_page_big_title_contents .about_page_big_title .about_page_fukidashi {
  position: absolute;
  top: -79px;
  right: -60px;
  width: 94px;
  z-index: 1;
}
@media screen and (max-width: 375px) {
  .new_about_page .new_about_page_about .about_page_big_title_contents .about_page_big_title .about_page_fukidashi {
    width: 25.8vw;
    right: -14vw;
    top: -21vw;
  }
}
@media screen and (max-width: 350px) {
  .new_about_page .new_about_page_about .about_page_big_title_contents .about_page_big_title .about_page_fukidashi {
    width: 70px;
    top: -50px;
    right: -30px;
  }
}
.new_about_page .new_about_page_about .about_image_slider .image_slider_image {
  padding: 0 5px;
  width: calc(230px + (368 - 230) * ((100vw - 375px) / (600 - 375)));
  /* 動的に変化 */
  max-width: 368px;
  /* 最大幅を368pxに制限 */
  min-width: 230px;
  /* 最小幅を230pxに制限 */
}
.new_about_page .new_about_page_about .new_about_page_about_txt {
  padding: 0 20px;
  margin-bottom: 20px;
}
.new_about_page .new_about_page_about .new_about_page_about_txt .new_about_page_about_txt_en {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 8px;
}
.new_about_page .new_about_page_about .new_about_page_about_txt .new_about_page_about_txt_ja {
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}
.new_about_page .new_about_page_about .service {
  padding: 0 20px;
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: center;
}
.new_about_page .new_about_page_about .service .service_img {
  width: calc((100% - 20px) / 3);
  max-width: 150px;
}
.new_about_page .new_about_page_about .world {
  padding: 0 20px;
}
.new_about_page .new_about_page_about .world .about_page_big_title_contents {
  margin-bottom: 20px;
}
.new_about_page .new_about_page_about .world .world_map {
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.new_about_page .new_about_page_about .world .world_map img {
  width: 100%;
  max-width: 315px;
}
.new_about_page .new_about_page_about .clublist .clublist_flex {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.new_about_page .new_about_page_about .clublist .clublist_flex img {
  width: calc((100% - 20px) / 5);
}
.new_about_page .new_about_page_about .clublist .clublist_andmore {
  font-size: 36px;
  font-family: "balboa";
  line-height: 1;
  text-align: center;
}
.new_about_page .section_service {
  padding: 0 20px;
  margin-bottom: 40px;
}
.new_about_page .section_service .title_contents {
  margin-bottom: 20px;
}
.new_about_page .section_service .service_contents {
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
}
.new_about_page .section_service .service_contents .service_contents_number {
  width: 84px;
  margin-bottom: 15px;
}
.new_about_page .section_service .service_contents .service_contents_title {
  line-height: 1.2;
  margin-bottom: 20px;
}
.new_about_page .section_service .service_contents .service_contents_title p {
  font-size: 16px;
  font-weight: bold;
  font-family: "Helvetica-Bold";
  margin-bottom: 4px;
}
.new_about_page .section_service .service_contents .service_contents_title h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.new_about_page .section_service .service_contents .service_contents_txt {
  margin-bottom: 20px;
}
.new_about_page .section_service .service_contents .service_contents_txt .service_contents_txt_en {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}
.new_about_page .section_service .service_contents .service_contents_txt .service_contents_txt_ja {
  color: #666;
  line-height: 1.5;
  font-size: 12px;
}
.new_about_page .section_service .service_contents .service_contents_point {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.new_about_page .section_service .service_contents .service_contents_point img {
  width: 100%;
}
.new_about_page .section_service .service_contents .service_contents_message_contents {
  text-align: center;
}
.new_about_page .section_service .service_contents .service_contents_message_contents .service_contents_message {
  line-height: 1;
  position: relative;
  text-align: center;
}
.new_about_page .section_service .service_contents .service_contents_message_contents .service_contents_message .service_contents_message_message {
  margin-bottom: 10px;
}
.new_about_page .section_service .service_contents .service_contents_message_contents .service_contents_message .service_contents_img {
  text-align: center;
  display: inline-block;
}
.new_about_page .section_service .service_contents .service_contents_message_contents .service_contents_message .service_contents_img img {
  width: 50%;
}
.new_about_page .section_service .service_contents .service_contents_message_contents .service_contents_message::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
  background-color: #000;
  height: 100%;
  width: 2px;
}
.new_about_page .section_service .service_contents .service_contents_message {
  width: 70%;
  margin: 0 auto;
  max-width: 250px;
  margin-bottom: 10px;
}
.new_about_page .section_service .service_contents .new_toppage_contents_service_flex_cards_blue {
  width: 100%;
}
.new_about_page .section_service .service_contents .new_toppage_contents_service_flex_cards_contents {
  background-color: #f5f5f5;
  width: 100%;
  margin-bottom: 10px;
}
.new_about_page .section_service .service_contents .new_toppage_contents_service_flex_cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  position: relative;
}
.new_about_page .section_service .service_contents .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_fukidashi {
  width: 80px;
  position: absolute;
  right: -10px;
  top: -80px;
}
.new_about_page .section_service .service_contents .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_icon_radius {
  background: linear-gradient(#d1ad69, #ae8a3f) no-repeat;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.new_about_page .section_service .service_contents .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_icon_radius img {
  width: 23px;
}
.new_about_page .section_service .service_contents .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_text h3 {
  font-size: 12px;
  line-height: 1.2;
  font-family: "futura";
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 5px;
}
.new_about_page .section_service .service_contents .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_text h3 span {
  font-size: 16px;
  color: #d1ad69;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
}
.new_about_page .section_service .service_contents .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_text p {
  font-weight: 300;
  font-size: 10px;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #666;
}
.new_about_page .section_service .service_contents .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_text p span {
  font-size: 12px;
  color: #d1ad69;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
}
.new_about_page .section_service .service_contents .banner_contents_button_flex {
  flex-wrap: wrap;
  line-height: 1;
  justify-content: center;
}
.new_about_page .section_service .service_contents .banner_contents_button_flex .banner_contents_button {
  height: 32px;
}
.new_about_page .section_service .service_contents .other_service_contents .other_service_contents_title {
  text-align: center;
  margin-bottom: 40px;
}
.new_about_page .section_service .service_contents .other_service_contents .other_service_contents_title p {
  font-family: "balboa";
  font-size: 26px;
  line-height: 1;
  margin-bottom: 5px;
}
.new_about_page .section_service .service_contents .other_service_contents .other_service_contents_title h3 {
  font-size: 12px;
  line-height: 1;
  color: #666;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.new_about_page .section_service .service_contents .other_service_contents .other_service_contents_title h4 {
  font-size: 12px;
  line-height: 1;
  color: #666;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.new_about_page .section_service .service_contents .other_service_contents .coupon_service_contents {
  position: relative;
}
.new_about_page .section_service .service_contents .other_service_contents .coupon_service_contents .coupon_fukidashi {
  position: absolute;
  top: -10px;
  right: 0;
  width: 94px;
}
@media screen and (max-width: 443px) {
  .new_about_page .section_service .service_contents .other_service_contents .coupon_service_contents .coupon_fukidashi {
    right: -20px;
  }
}
@media screen and (max-width: 416px) {
  .new_about_page .section_service .service_contents .other_service_contents .coupon_service_contents .coupon_fukidashi {
    right: -30px;
    width: 76px;
  }
}
@media screen and (max-width: 393px) {
  .new_about_page .section_service .service_contents .other_service_contents .coupon_service_contents .coupon_fukidashi {
    width: 60px;
    top: 10px;
  }
}
.new_about_page .section_service .service_contents .other_service_contents .coupon_service_contents .coupon_service_title {
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
}
.new_about_page .section_service .service_contents .other_service_contents .coupon_service_contents .coupon_service_title p {
  font-size: 16px;
  font-family: "Helvetica-Bold";
  margin-bottom: 4px;
}
.new_about_page .section_service .service_contents .other_service_contents .coupon_service_contents .coupon_service_title h4 h3 {
  font-size: 12px;
}
.new_about_page .section_service .service_contents .other_service_contents .coupon_service_contents .coupon_service_image {
  margin-bottom: 20px;
}
.new_about_page .section_service .service_contents .other_service_contents .coupon_service_contents .coupon_service_contents_txt {
  margin-bottom: 40px;
}
.new_about_page .section_service .service_contents .other_service_contents .coupon_service_contents .coupon_service_contents_txt .coupon_service_contents_txt_en {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}
.new_about_page .section_service .service_contents .other_service_contents .coupon_service_contents .coupon_service_contents_txt .coupon_service_contents_txt_ja {
  color: #666;
  line-height: 1.5;
  font-size: 12px;
}
.new_about_page .section_service .service_contents .other_service_contents .other_service_contents_last_message {
  margin-bottom: 20px;
}
.new_about_page .section_service .service_contents .other_service_contents .other_service_contents_last_message h4 {
  line-height: 1.2;
  font-size: 12px;
}
.new_about_page .section_service .service_contents .other_service_contents .banner_contents_button_flex {
  line-height: 1;
}
.new_about_page .section_service .service_contents .other_service_contents .banner_contents_button_flex .banner_contents_button.banner_contents_button {
  height: 44px;
  width: calc((100% - 5px) / 2);
}
.new_about_page .section_service .service_contents.sns_contents {
  padding: 20px 5px;
}
.new_about_page .section_service .service_contents.sns_contents .sns_contents_title .sns_contents_title_fukidashi {
  font-size: 12px;
  text-align: center;
  font-family: "";
}
.new_about_page .section_service .service_contents.sns_contents .sns_contents_title .sns_contents_title_fukidashi .sns_contents_title_fukidashi_p {
  display: inline;
  position: relative;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
}
.new_about_page .section_service .service_contents.sns_contents .sns_contents_title .sns_contents_title_fukidashi .sns_contents_title_fukidashi_p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%) rotate(-20deg);
  width: 1px;
  height: 100%;
  background-color: #000;
}
.new_about_page .section_service .service_contents.sns_contents .sns_contents_title .sns_contents_title_fukidashi .sns_contents_title_fukidashi_p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%) rotate(20deg);
  width: 1px;
  height: 100%;
  background-color: #000;
}
.new_about_page .section_service .service_contents.sns_contents .sns_contents_title .title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
.new_about_page .section_service .service_contents.sns_contents .sns_contents_title .text {
  font-size: 12px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  color: #666;
  text-align: center;
  margin-bottom: 15px;
}
.new_about_page .section_service .service_contents.sns_contents .sns_contents_title .sns_image_flex {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.new_about_page .section_service .service_contents.sns_contents .sns_contents_title .sns_image_flex a img {
  width: 50px;
  height: 50px;
}
.new_about_page .section_contact {
  padding: 0 20px;
  padding-bottom: 40px;
}
.new_about_page .section_contact .title_contents {
  margin-bottom: 20px;
}
.new_about_page .section_contact .button_flex {
  display: flex;
  gap: 5px;
  font-weight: bold;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.new_about_page .section_contact .button_flex .corporate_button {
  width: calc((100% - 5px) / 2);
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  gap: 4px;
}
.new_about_page .section_contact .button_flex .corporate_button p {
  line-height: 1.4;
  font-weight: 300;
}
.new_about_page .section_contact .button_flex .corporate_button.aboutclub {
  background-color: #448AFF;
  color: #fff;
}
.new_about_page .section_contact .button_flex .corporate_button.aboutticket {
  background-color: #B5FF40;
  color: #000;
}
.new_about_page .store_number {
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
}
.new_about_page .store_number p span {
  font-size: 40px;
}
.new_about_page .jnp_japanmap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.new_about_page .jnp_japanmap .jnp_japanmap_radius {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
}
.new_about_page .jnp_japanmap .jnp_japanmap_radius .jnp_japanmap_image {
  border-radius: 5px;
  height: 46px;
  display: flex;
  position: absolute;
  gap: 5px;
  top: -20px;
  left: -180px;
  width: 135px;
  background-color: #f5f5f5;
  align-items: center;
}
.new_about_page .jnp_japanmap .jnp_japanmap_radius img {
  border-radius: 5px 0 0 5px;
  width: 35%;
  height: 100%;
  object-fit: cover;
}
.new_about_page .jnp_japanmap .jnp_japanmap_radius .jnp_japanmap_text {
  font-size: 12px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.2;
}
.new_about_page .jnp_japanmap .jnp_japanmap_radius .jnp_japanmap_text span {
  font-size: 22px;
}
.new_about_page .jnp_japanmap .jnp_japanmap_radius.jnp_japanmap_radius_hokkaido {
  top: 40px;
  right: 50px;
}
.new_about_page .jnp_japanmap .jnp_japanmap_radius.jnp_japanmap_radius_hokkaido .jnp_japanmap_image_hokkaido.jnp_japanmap_image {
  top: -20px;
  left: -180px;
}
.new_about_page .jnp_japanmap .jnp_japanmap_radius.jnp_japanmap_radius_hokkaido::before {
  content: "";
  width: 42px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -42px;
  transform: translateY(-50%);
  background-color: #000;
}
.new_about_page .jnp_japanmap .jnp_japanmap_radius.jnp_japanmap_radius_tokyo {
  bottom: 120px;
  right: 110px;
}
.new_about_page .jnp_japanmap .jnp_japanmap_radius.jnp_japanmap_radius_tokyo .jnp_japanmap_image_tokyo.jnp_japanmap_image {
  top: 60px;
  left: 0;
}
.new_about_page .jnp_japanmap .jnp_japanmap_radius.jnp_japanmap_radius_tokyo::before {
  content: "";
  width: 1px;
  height: 42px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
.new_about_page .jnp_ticket .message_contents {
  text-align: center;
  margin-bottom: 10px;
}
.new_about_page .jnp_ticket .message_contents .message {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.new_about_page .jnp_ticket .message_contents .message::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%) rotate(-20deg);
  width: 2px;
  height: 22px;
  background-color: #000;
}
.new_about_page .jnp_ticket .message_contents .message::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%) rotate(20deg);
  width: 2px;
  height: 22px;
  background-color: #000;
}
.new_about_page .jnp_ticket .jnp_ticket_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.new_about_page .jnp_ticket .jnp_ticket_flex img {
  width: 100%;
}
.new_about_page .service_contents.ticket_service_contents .service_contents_point {
  margin-bottom: 20px;
}
.about_page_mini_title {
  text-align: center;
  position: relative;
  z-index: 3;
  line-height: 1;
  margin-bottom: 10px;
}
.about_page_mini_title .about_page_mini_title_en {
  font-size: 16px;
  font-family: "Helvetica-Bold";
  font-weight: bold;
  margin-bottom: 3px;
}
.about_page_mini_title .about_page_mini_title_ja {
  font-size: 10px;
  position: relative;
  font-weight: 300;
  display: inline-block;
  width: auto;
}
.about_page_mini_title .about_page_mini_title_ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.about_page_mini_title .about_page_mini_title_ja::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.about_page_mini_title.about_page_mini_title_down {
  text-align: center;
  position: relative;
  z-index: 3;
  line-height: 1;
  margin-bottom: 10px;
}
.about_page_mini_title.about_page_mini_title_down .about_page_mini_title_en {
  font-size: 16px;
  font-family: "Helvetica-Bold";
  font-weight: bold;
  margin-bottom: 3px;
}
.about_page_mini_title.about_page_mini_title_down .about_page_mini_title_ja {
  font-size: 10px;
  position: relative;
  font-weight: 300;
  display: inline-block;
  width: auto;
  color: #666;
}
.about_page_mini_title.about_page_mini_title_down .about_page_mini_title_ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #666;
}
.about_page_mini_title.about_page_mini_title_down .about_page_mini_title_ja::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #666;
}
.about_page_big_title_contents {
  text-align: center;
}
.about_page_big_title_contents .about_page_big_title {
  display: inline-block;
  width: auto;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.about_page_big_title_contents .about_page_big_title .about_page_big_title_en {
  font-size: 26px;
  font-family: "balboa";
  margin-bottom: 4px;
  position: relative;
  z-index: 2;
}
.about_page_big_title_contents .about_page_big_title .about_page_big_title_ja {
  font-size: 12px;
  color: #666;
  font-weight: 300;
  display: inline-block;
  width: auto;
  position: relative;
  z-index: 2;
}
.about_page_big_title_contents .about_page_big_title .about_page_big_title_ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #666;
}
.about_page_big_title_contents .about_page_big_title .about_page_big_title_ja::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #666;
}
.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: "futura";
  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%);
}
.in_link_viewall_sougou {
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
}
