/* フリガナ */
.club_name_furigana {
  font-size: 10px;
  line-height: 1;
  color: #666;
  margin-bottom: 4px;
  font-weight: 300;
}
.club_name_furigana.guestlist {
  color: #fff;
}
.todays_event_contents_info_clubinfo_name_name {
  margin-bottom: 4px;
}
.guestlist_card_title_name h3 {
  margin-bottom: 6px;
}
/* .title__h3 {
	line-height: 1;
} */
.tokyo__item:first-child .location {
  margin-top: 0;
}
.club_name_furigana.ranking {
  margin-top: 10px;
  text-align: center;
}
.rangking-info-h4.after_frigana {
  margin-top: 0;
  margin-bottom: 8px;
}
/* 金額表示 */
.todays_event_contents_plandetail_plan_message_originalprice {
  margin-bottom: 5px;
}
.todays_event_contents_plandetail_plan_message_plan {
  margin-bottom: 5px;
  font-family: "futura";
  font-weight: 300;
  font-size: 15px;
}
.todays_event_contents_plandetail_plan_bottleimg {
  width: 50px;
  height: 50px;
}
.todays_event_contents_plandetail_plan_message_newprice {
  font-size: 11px;
}
.todays_event_contents_plandetail_plan_message_newprice span {
  font-size: 10px;
}
.todays_vip_plan_contents_planinfo {
  justify-content: flex-start;
  gap: 20px;
}
.todays_vip_plan_contents_planinfo_right_after {
  margin-top: 6px;
  line-height: 1;
  font-size: 16px;
  position: relative;
}
.todays_vip_plan_contents_planinfo_right_arrow {
  position: relative;
  top: -2px;
}
.todays_vip_plan_contents_planinfo_right_after p {
  line-height: 1;
}
.todays_vip_plan_contents_planinfo_right_after span {
  font-size: 12px;
}
.todays_vip_plan_contents_planinfo.only_one_price {
  justify-content: normal;
  gap: 10px;
}
.guestlist_week {
  text-align: center;
}
@media screen and (max-width: 824px) {
  .guestlist_week {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .width_120 {
    width: 40px;
  }
}
.arrow_table {
  padding-right: 10px;
  padding-left: 10px;
}
.content-onetwo-plandetail {
  margin-top: 10px;
}
/* ヘッダーの中身調整 */
.global_menu {
  max-width: 400px;
  padding: 0 20px;
  overflow-y: scroll;
  /* padding: 0 0 20px 0; */
}
@media screen and (max-width: 768px) {
  .global_menu {
    max-width: 100%;
    padding: 0;
  }
}
.global_menu_list {
  margin-bottom: 0;
  padding: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #ccc;
}
.global_menu_list_link {
  padding: 0;
}
.global_menu_list_link .global_menu_link {
  padding: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}
.global_menu_list:last-of-type {
  border-bottom: 1px solid #ccc;
}
.linkButtonPadding {
  margin-top: 20px;
  padding: 0 20px;
}
.contact_linkButton {
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 27px;
  background-color: #b5ff40;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.contact_linkButton span {
  font-size: 10px;
}
.contact_linkButton::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/arrow_black.svg);
  width: 10px;
  height: 17px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.contact_linkButton_jnp {
  background-color: #000;
  color: #fff;
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 27px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "futura";
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.contact_linkButton_jnp img {
  width: 70%;
  max-height: 30px;
}
.contact_linkButton_jnp::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/arrow.svg);
  width: 10px;
  height: 17px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.contact_linkButtonBox {
  margin-top: 60px;
  padding: 0 20px;
  margin-bottom: 10px;
  position: relative;
}
.contact_linkButtonBox .contact_linkButtonBox_speechBubble {
  font-size: 14px;
  line-height: 1;
  color: #000;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: "futura";
}
.contact_linkButtonBox .contact_linkButtonBox_speechBubble span {
  font-size: 10px;
}
.contact_linkButtonBox .contact_linkButtonBox_speechBubble::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-35deg);
  transform-origin: center center;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.contact_linkButtonBox .contact_linkButtonBox_speechBubble::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(35deg);
  transform-origin: center center;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.ticketselling_contact_linkButton {
  margin-bottom: 0;
  border-radius: 5px;
}
.contact_linkButton_festicket {
  background: #cb086b;
  color: #fff;
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 27px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.contact_linkButton_festicket span {
  font-size: 10px;
}
.contact_linkButton_festicket::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/arrow.svg);
  width: 10px;
  height: 17px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.global_menu {
  line-height: 1;
  height: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  .global_menu {
    height: calc(100% - 50px);
  }
}
.global_menu_link {
  display: block;
  width: 100%;
  height: 100%;
}
.country_menu .global_menu_link {
  max-width: 70%;
  height: 17px;
}
.country_menu {
  /* margin-left: 20px; */
  position: relative;
}
.country_menu_plus_button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.country_menu_plus_button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}
.country_menu_plus_button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background-color: #000;
  border-radius: 2px;
}
.country_menu_button_hide::after {
  display: none;
}
.country_menu_list {
  margin-top: 20px;
  margin-left: 25px;
}
.country_menu_list_menu {
  margin-bottom: 20px;
}
.country_menu_list_menu:last-of-type {
  margin-bottom: 0;
}
.country_menu_list_menu img {
  border: none;
  opacity: 0.3;
}
.country_menu_list_menu .global_active img {
  opacity: 1;
}
.country_menu .global_menu_link {
  opacity: 1;
  color: #bbbbbb;
  display: flex;
  align-items: center;
}
.country_menu .global_active {
  color: #000;
}
.country_menu img {
  width: 18px;
  height: auto;
}
.country_image {
  border: 1px solid #ccc;
}
.event_search_calendar {
  padding-bottom: 20px;
}
.event_search_page_new {
  max-height: 350px;
  overflow-y: scroll;
}
#calendar_week {
  width: 100%;
  margin-bottom: 20px;
}
#calendar_week th {
  width: 14.28%;
  text-align: center;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}
.calendar_searchevent {
  margin-bottom: 30px;
}
.calendar_searchevent:last-of-type {
  margin-bottom: 30px;
}
.calendar_searchevent_title {
  text-align: center;
  font-size: 18px;
  font-family: "futura";
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 1;
}
.date_table_popup_newcalendar_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 100000;
}
.date_table_popup_newcalendar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: calc(100% - 40px);
  max-width: 640px;
  padding: 20px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
.date_table_box2 {
  font-weight: 300;
}
.country_logo {
  max-width: 220px;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .country_logo {
    height: 24px;
  }
}
.footer__logo_country {
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .footer__logo_country {
    width: 137px;
  }
}
.country_lastcontents {
  padding-bottom: 40px;
}
.foreign_toppage_margin {
  padding-top: 41px;
}
.in_cont03_area_map_thailand {
  display: flex;
  justify-content: center;
}
.in_cont03_area_map_thailand img {
  width: 55%;
}
.in_bangkok {
  left: 46%;
  top: 38%;
}
.in_pattaya {
  left: 50%;
  top: 50%;
}
.in_phuket {
  left: 28%;
  top: 80%;
}
.in_seoul {
  left: 24%;
  top: 18%;
}
.in_busan {
  top: 54%;
  right: 40%;
}
.in_cont03_area_map_thailand:has(.in_bali) img {
  width: 70%;
}
@media screen and (max-width: 453px) {
  .in_cont03_area_map_thailand:has(.in_bali) img {
    width: 90%;
  }
}
.in_cont03_area_map2 .in_bangkok {
  left: 42%;
  top: 42%;
}
.in_cont03_area_map2 .in_pattaya {
  left: 47%;
  top: 50%;
}
.in_cont03_area_map2 .in_phuket {
  left: 28%;
  top: 80%;
}
.in_cont03_area_map2 .in_seoul {
  left: 24%;
  top: 18%;
}
.in_cont03_area_map2 .in_busan {
  top: 54%;
  right: 40%;
}
@media screen and (max-width: 480px) {
  .in_cont03_area_map2 .in_bangkok {
    left: 46%;
    top: 38%;
  }
  .in_cont03_area_map2 .in_pattaya {
    left: 50%;
    top: 50%;
  }
  .in_cont03_area_map2 .in_phuket {
    left: 28%;
    top: 80%;
  }
  .in_cont03_area_map2 .in_seoul {
    left: 24%;
    top: 18%;
  }
  .in_cont03_area_map2 .in_busan {
    top: 54%;
    right: 40%;
  }
}
.country_club_menu {
  flex-wrap: wrap;
}
.menu_active {
  border-color: #000;
  color: #000;
}
.h1_title_clubdetails_top {
  margin-top: 20px;
}
.h1_title_clubdetails_country {
  margin-top: 20px;
}
.club_top_image {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 20px;
}
.new_club_padding {
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .club_top_image {
    padding: 0 0;
  }
  .club_top_image .musicbar_title {
    padding: 0 20px;
  }
  .new_club_padding {
    padding: 0 20px;
  }
}
.club_slider_prev_arrow {
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  left: 20px;
  z-index: 3;
  background-image: url(../img/index/arrow_prev.svg);
  background-color: transparent;
  width: 10px;
  height: 17px;
  background-size: contain;
  background-position: center;
}
.club_slider_next_arrow {
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  right: 20px;
  z-index: 3;
  background-image: url(../img/index/arrow.svg);
  background-color: transparent;
  width: 10px;
  height: 17px;
  background-size: contain;
  background-position: center;
}
.image_slider_image_image {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 20px;
}
.image_slider_image_contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new_club_abouttext {
  font-size: 14px;
}
.dots_newclub {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.dots_newclub li {
  margin: 0 5px;
}
.dots_newclub li button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  /* 丸いドット */
  background-color: #bbbdc2;
  border: none;
  position: relative;
  text-indent: -9999px;
}
.dots_newclub li.slick-active button {
  background-color: #fff;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.calender_container {
  background-color: #fff;
}
#calendar-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  font-family: "futura";
  font-weight: 300;
  padding-bottom: 20px;
}
#calendar-controls button {
  /* background: none; */
  border: none;
  font-size: 24px;
  cursor: pointer;
}
#calendar-controls button:focus {
  outline: none;
}
#calendar-controls span {
  font-size: 18px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  width: 140px;
}
#calendar {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
#calendar2 {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
#calendar3 {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
#calendar tbody {
  border: 1px solid #ccc;
}
#calendar2 tbody {
  border: 1px solid #ccc;
}
#calendar3 tbody {
  border: 1px solid #ccc;
}
#calendar tr {
  border-bottom: 1px solid #ccc;
  height: 70px;
}
#calendar tr:last-child {
  border-bottom: none;
  height: 70px;
}
#calendar tbody tr {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#calendar th,
#calendar td {
  width: 14.28%;
  text-align: center;
}
#calendar td {
  cursor: none;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
}
#calendar td.sunday {
  color: #cd1b1b;
}
#calendar td.saturday {
  color: #72afd3;
}
#calendar .full {
  cursor: pointer;
  /* position: relative; */
  vertical-align: baseline;
}
#calendar2 tr {
  border-bottom: 1px solid #ccc;
  height: 70px;
}
#calendar2 tr:last-child {
  border-bottom: none;
  height: 70px;
}
#calendar2 tbody tr {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#calendar2 th,
#calendar2 td {
  width: 14.28%;
  text-align: center;
}
#calendar2 td {
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
}
#calendar2 td.sunday {
  color: #cd1b1b;
}
#calendar2 td.saturday {
  color: #72afd3;
}
#calendar2 .full {
  cursor: pointer;
  /* position: relative; */
  vertical-align: baseline;
}
#calendar3 tr {
  border-bottom: 1px solid #ccc;
  height: 70px;
}
#calendar3 tr:last-child {
  border-bottom: none;
  height: 70px;
}
#calendar3 tbody tr {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#calendar3 th,
#calendar3 td {
  width: 14.28%;
  text-align: center;
}
#calendar3 td {
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
}
#calendar3 td.sunday {
  color: #cd1b1b;
}
#calendar3 td.saturday {
  color: #72afd3;
}
#calendar3 .full {
  cursor: pointer;
  /* position: relative; */
  vertical-align: baseline;
}
.new_club_calender_title {
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.calendar_clubtop {
  max-width: 1100px;
  margin: 0 auto;
}
.calender_tbody_clubtop {
  background-color: #fff;
}
#calendar #calendar2 #calendar3 {
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.calender_contents_center {
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
}
#calendar td {
  font-size: 12px;
}
#calendar2 tr {
  height: 60px;
}
#calendar2 tr:last-child {
  height: 60px;
}
#calendar2 td {
  font-size: 12px;
}
#calendar3 tr {
  height: 60px;
}
#calendar3 tr:last-child {
  height: 60px;
}
#calendar3 td {
  font-size: 12px;
}
.calender_contents_center_club {
  position: absolute;
  top: 10px;
}
.calendar_searchevent {
  font-size: 12px;
}
.calender_contents_center {
  font-size: 12px;
}
.status_eventon .calender_status {
  background-image: url(../img/club/status/status_eventon.svg);
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 6px;
}
.status_noevent .calender_status {
  background-image: url(../img/club/status/status_noevent.svg);
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 6px;
}
.status_commingsoon .calender_status {
  background-image: url(../img/club/status/status_comingsoon.svg);
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 6px;
}
.status_commingsoon .calender_status {
  background-image: url(../img/club/status/status_comingsoon.svg);
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 6px;
}
.status_soldout .calender_status {
  background-image: url(../img/club/status/status_soldout_new.svg);
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 6px;
}
.status_closed .calender_status {
  background-image: url(../img/club/status/status_noevent.svg);
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 6px;
}
.status_closed.sunday .calender_status {
  background-image: url(../img/club/status/status_noevent_sunday.svg);
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 6px;
}
.status_closed.saturday .calender_status {
  background-image: url(../img/club/status/status_noevent_saturday.svg);
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 6px;
}
.title_padding {
  padding-left: 20px;
  padding-right: 20px;
}
.calendar-controls_search_event {
  background-color: #fff !important;
}
.date_table_box2 .calender_prevmonth_box {
  background-color: #fff;
}
.date_table_box2 .calender_nextmonth_box {
  background-color: #fff;
}
.calender_days2 {
  height: auto !important;
  border-left: none !important;
  border-right: none !important;
  font-size: 16px;
  font-family: "futura";
  font-weight: 300;
}
.calender_days2 .sunday {
  color: #cd1b1b;
}
.calender_days2 .saturday {
  color: #72afd3;
}
.date_table_box2 h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-family: "Futura", sans-serif;
  text-align: center;
  font-weight: 300;
}
.calendar_status_flex {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  row-gap: 10px;
}
.calendar_status_flex .calendar_status_flex_contents {
  width: 50%;
  display: flex;
  gap: 5px;
  align-items: center;
}
.calendar_status_flex .calendar_status_flex_contents img {
  width: 30px;
  height: 30px;
}
.calendar_status_flex .calendar_status_flex_contents .calendar_status_flex_contents_message {
  font-size: 12px;
  font-family: "futura";
  font-weight: 300;
  line-height: 1.2;
}
.calendar_status_flex .calendar_status_flex_contents .calendar_status_flex_contents_message span {
  font-size: 10px;
}
.club_vip_banner_contents {
  margin-top: 0;
}
.club_vip_banner_world {
  background-image: url(../img/sougou/world_top_banner.jpg);
  background-size: cover;
  background-position: center;
  height: 80px;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.club_vip_banner_world .club_vip_banner_message {
  line-height: 1.3;
}
.wrap__content_country {
  position: relative;
}
.wrap__text_country {
  overflow: hidden;
  line-height: 1.5em;
  /* 行の高さを設定 */
  max-height: 9em;
  /* 6行分の高さを指定 (6行 x 行の高さ 1.5em = 9em) */
  transition: max-height 0.5s ease;
}
.terms_close {
  display: none;
  margin-top: 10px;
}
.terms_viewmore {
  background-color: rgba(245, 245, 245, 0.8);
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.terms_viewmore_contents {
  position: relative;
  display: inline-block;
}
.terms_viewmore_contents::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/index/arrow_down.svg);
  width: 9px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.terms_close {
  width: 100%;
  text-align: center;
}
.terms_close_contents {
  position: relative;
  display: inline-block;
}
.terms_close_contents::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/index/arrow_up.svg);
  width: 9px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wrap__text.open {
  max-height: none;
  /* 全文表示のために高さ制限を解除 */
}
.country_banner_contents {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.calender_button_box {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_price_display_old span {
  font-size: 10px;
}
.new_price_display span {
  font-size: 14px;
}
.date_table_popup_newcalendar_background #calendar tbody {
  border: none;
}
.date_table_popup_newcalendar_background #calendar tbody tr {
  border-left: none;
  border-right: none;
}
.date_table_popup_newcalendar_background #calendar tr {
  border-bottom: none;
}
.date_table_popup_newcalendar_background #calendar2 tbody {
  border: none;
}
.date_table_popup_newcalendar_background #calendar2 tbody tr {
  border-left: none;
  border-right: none;
}
.date_table_popup_newcalendar_background #calendar2 tr {
  border-bottom: none;
}
.date_table_popup_newcalendar_background #calendar3 tbody {
  border: none;
}
.date_table_popup_newcalendar_background #calendar3 tbody tr {
  border-left: none;
  border-right: none;
}
.date_table_popup_newcalendar_background #calendar3 tr {
  border-bottom: none;
}
.date_table_popup_newcalendar_background .calender_contents_center {
  font-size: 12px;
}
.date_table_popup_newcalendar_background #calendar tr {
  height: 50px;
}
.date_table_popup_newcalendar_background #calendar tr:last-child {
  height: 50px;
}
.date_table_popup_newcalendar_background #calendar2 tr {
  height: 50px;
}
.date_table_popup_newcalendar_background #calendar2 tr:last-child {
  height: 50px;
}
.date_table_popup_newcalendar_background #calendar3 tr {
  height: 50px;
}
.date_table_popup_newcalendar_background #calendar3 tr:last-child {
  height: 50px;
}
.date_table_popup_newcalendar_background .status_commingsoon .calender_status {
  background-image: url(../img/club/status/status_comingsoon.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  margin-top: 6px;
}
.date_table_popup_newcalendar_background .status_soldout .calender_status {
  background-image: url(../img/club/status/status_soldout_new.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  margin-top: 6px;
}
.date_table_popup_newcalendar_background .status_eventon.sunday .calender_status {
  background-image: url(../img/club/status/status_eventon_sunday.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  margin-top: 6px;
}
.date_table_popup_newcalendar_background .status_eventon.saturday .calender_status {
  background-image: url(../img/club/status/status_eventon_saturday.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  margin-top: 6px;
}
.date_table_popup_newcalendar_background .status_eventon .calender_status {
  background-image: url(../img/club/status/status_eventon.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  margin-top: 6px;
}
.date_table_popup_newcalendar_background .status_noevent.sunday .calender_status {
  background-image: url(../img/club/status/status_noevent_sunday.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  margin-top: 6px;
}
.date_table_popup_newcalendar_background .status_noevent.saturday .calender_status {
  background-image: url(../img/club/status/status_noevent_saturday.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  margin-top: 6px;
}
.date_table_popup_newcalendar_background .status_noevent .calender_status {
  background-image: url(../img/club/status/status_noevent.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  margin-top: 6px;
}
.guestlist_CPprice {
  font-size: 12px;
}
.guestlist_CPprice small {
  font-size: 10px;
}
.guestlist_week {
  font-size: 12px;
}
.contents_all_guestlist {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contents_all_guestlist .guestlist_card_clubtop {
  width: calc((100% - 40px) / 3);
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .contents_all_guestlist {
    padding: 0 20px;
  }
  .contents_all_guestlist .guestlist_card_clubtop {
    width: 100%;
  }
}
.guestlist_card_title_name .club_name_furigana {
  color: #fff;
}
.readmorebutton {
  position: relative;
}
.readmorebutton::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/index/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 9px;
  height: 15px;
}
.event-search-content {
  font-size: 10px;
}
.new_club_sitemap_countrypage {
  font-size: 12px;
}
.new_club_sitemap_countrypage span {
  font-size: 10px;
}
.new_club_sitemap_countrypage_border {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
#calendar td {
  cursor: default;
}
#calendar .status_eventon a {
  cursor: pointer;
}
#calendar .status_eventon .calender_contents_center {
  cursor: pointer;
}
#calendar2 td {
  cursor: default;
}
#calendar2 .status_eventon a {
  cursor: pointer;
}
#calendar2 .status_eventon .calender_contents_center {
  cursor: pointer;
}
#calendar3 td {
  cursor: default;
}
#calendar3 .status_eventon a {
  cursor: pointer;
}
#calendar3 .status_eventon .calender_contents_center {
  cursor: pointer;
}
.breadcrumb__home {
  height: auto;
}
@media screen and (max-width: 768px) {
  .title_contents_word p {
    font-size: 10px;
    margin-top: 3px;
  }
}
.menu__three .menu__top .menu__item a {
  height: 41px;
  width: auto;
}
.top_contents_subbutton_clublist_news p {
  font-size: 14px;
}
.note_localtime {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.2;
}
.note_localtime .note_localtime_en {
  font-size: 12px;
  margin-bottom: 3px;
}
.note_localtime .note_localtime_jp {
  font-size: 10px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .title_contents_word_toppage h2 {
    font-size: 10px;
    margin-top: 3px;
  }
  .title_contents_word_toppage h3 {
    font-size: 10px;
    margin-top: 3px;
  }
}
.layoy-about-banner {
  padding-top: 0;
}
.global_top_padding {
  padding-top: 20px;
}
.global_top_padding_zero {
  padding-top: 0;
}
.ticket_content_maincontents_number_note h4 {
  font-size: 14px;
  line-height: 1;
}
.form_contents_title_title p {
  margin-bottom: 3px;
}
.form_contents_title_title h2 {
  font-size: 12px;
}
.ticket_form_contents label span {
  font-size: 10px;
}
.ticket_form_contents .vip {
  line-height: 1;
  font-size: 14px;
}
.flow_design_box {
  font-size: 12px;
}
.flow_design_box p {
  font-size: 9px;
  color: #666;
}
.nowbox p {
  color: #fff;
}
.name_form_contents_form label span {
  font-size: 10px;
}
.confirm_form_contents_checkbox_message {
  line-height: 1.2;
}
.confirm_form_contents_note_title h4 {
  font-size: 16px;
}
.guestlist_notes {
  font-size: 12px;
}
.guestlist_notes span {
  font-size: 10px;
}
.guestlist_button {
  font-size: 14px;
  line-height: 1.2;
}
.guestlist_button p span {
  font-size: 10px;
}
.guestlist_note_contents {
  font-size: 12px;
}
.guestlist_note_contents p:nth-of-type(2) {
  font-size: 10px;
}
.guestlist_note_detail {
  font-size: 16px;
}
.guestlist_note_detail span {
  font-size: 10px;
  color: #666;
}
.guestlist_email p {
  font-size: 10px;
}
.guest_list_head_comment_en {
  line-height: 1.4;
}
.reserve_table_head_comment_jp,
.guest_list_head_comment_ja {
  margin-top: 15px;
  font-size: 10px;
  color: #666;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .information .item__information .title__h3 {
    font-size: 16px;
  }
}
.terms .wrap__text .txt__ja {
  font-size: 12px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .guest__list .txt__en {
    font-size: 14px;
  }
}
.content-three-plandetail-p span {
  color: #666;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .number-review {
    width: auto;
  }
}
.btn-login-forgot {
  line-height: 1.2;
}
.btn-login-forgot p {
  font-size: 10px;
}
.lay-confirm-main1-span {
  font-size: 10px;
}
.top_contents_subbutton p {
  font-size: 14px;
  font-weight: 400;
  font-family: "futura";
}
.breadcrumb__home {
  width: 15px;
  height: 24px;
}
.country_menu_new {
  padding: 4px 0;
}
.menu_item_new {
  width: 46px;
  padding: 5px 0;
}
.menu_item_newclub {
  padding: 5px 0;
}
.menu__top .menu_item_newclub:not(:hover, .menu__active) img {
  filter: opacity(0.4);
}
@media only screen and (max-width: 490px) {
  .tokyo__item_new {
    column-gap: 2.4vw !important;
  }
}
.breadcrumb__item {
  margin-left: 20px;
}
.breadcrumb__item::before {
  width: 7px;
  height: 12px;
  background-size: cover;
  background-position: center;
}
.country_newmenu {
  position: relative;
}
.country_newmenu .country_newmenu_flag {
  position: absolute;
  top: -6px;
  left: -10px;
  width: 20px;
  border: 1px solid #ccc;
  filter: opacity(1);
  z-index: 2;
}
.menu__top .menu_item_newclub:not(:hover, .menu__active) .country_newmenu_flag {
  filter: opacity(1);
}
.scroll_searchbutton {
  margin-top: 0;
  width: 100%;
  padding: 10px 20px;
  position: fixed;
  left: 0;
  top: 176px;
  background-color: #fcfcfc;
  z-index: 100;
}
.scroll_searchbutton .Store_top_Event_list_drop_Date {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .scroll_searchbutton {
    top: 146px;
  }
}
.sougou_banner_contents {
  max-width: 1100px;
  margin: 0 auto;
}
.country_margin {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .country_margin {
    margin-bottom: 40px;
  }
}
.jpnPricePlan {
  color: #666;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 10px;
  margin-top: 5px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 5px;
}
.jpnPricePlan img {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.jpnPricePlan p {
  line-height: 1.2;
}
.jpnPricePlanSearchEvent {
  color: #666;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 10px;
  margin-top: 5px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 5px;
}
.jpnPricePlanSearchEvent img {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.jpnPriceNotePopUp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  display: none;
}
.jpnPriceNotePopUp .jpnPriceNotePopUpContents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 640px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.jpnPriceNotePopUp .jpnPriceNotePopUpContents .jpnPriceNotePopUpCOntentsCloseBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
}
.jpnPriceNotePopUp .jpnPriceNotePopUpContents .jpnPriceNotePopUpCOntentsCloseBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
  transform: rotate(45deg);
}
.jpnPriceNotePopUp .jpnPriceNotePopUpContents .jpnPriceNotePopUpCOntentsCloseBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
  transform: rotate(-45deg);
}
.jpnPriceNotePopUp .jpnPriceNotePopUpContents .jpnPriceNotePopUpContentsTitle {
  font-size: 16px;
  font-family: "futura";
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.jpnPriceNotePopUp .jpnPriceNotePopUpContents .jpnPriceNotePopUpContentsTitle span {
  font-size: 10px;
  color: #666;
}
.jpnPriceNotePopUp .jpnPriceNotePopUpContents .jpnPriceNotePopUpContentsText .jpnPriceNotePopUpContentsTextEn {
  font-size: 12px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 5px;
}
.jpnPriceNotePopUp .jpnPriceNotePopUpContents .jpnPriceNotePopUpContentsText .jpnPriceNotePopUpContentsTextJp {
  font-size: 10px;
  line-height: 1.2;
  color: #666;
}
.jpnPriceNotePopUp .jpnPriceNotePopUpContents .jpnPriceTime {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.jpnPriceNotePopUp .jpnPriceNotePopUpContents .jpnPriceTime span {
  font-size: 12px;
  color: #666;
}
.jpnPricePlanEventPage {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
  line-height: 1.2;
  color: #666;
  width: 100%;
}
.jpnPricePlanEventPage .jpnPricePlanEventPageText {
  font-size: 10px;
}
.jpnPricePlanEventPage .jpnPricePlanEventPageFlex {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  margin-bottom: 2px;
}
.jpnPriceNotePopUpContentsExchange {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.exchangeRateTitle {
  margin-top: 15px;
}
.jpnPriceNotePopUp2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  display: none;
}
.jpnPriceNotePopUp2 .jpnPriceNotePopUpContents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 640px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.jpnPriceNotePopUp2 .jpnPriceNotePopUpContents .jpnPriceNotePopUpCOntentsCloseBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
}
.jpnPriceNotePopUp2 .jpnPriceNotePopUpContents .jpnPriceNotePopUpCOntentsCloseBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
  transform: rotate(45deg);
}
.jpnPriceNotePopUp2 .jpnPriceNotePopUpContents .jpnPriceNotePopUpCOntentsCloseBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
  transform: rotate(-45deg);
}
.jpnPriceNotePopUp2 .jpnPriceNotePopUpContents .jpnPriceNotePopUpContentsTitle {
  font-size: 16px;
  font-family: "futura";
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.jpnPriceNotePopUp2 .jpnPriceNotePopUpContents .jpnPriceNotePopUpContentsTitle span {
  font-size: 10px;
  color: #666;
}
.jpnPriceNotePopUp2 .jpnPriceNotePopUpContents .jpnPriceNotePopUpContentsText .jpnPriceNotePopUpContentsTextEn {
  font-size: 12px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 5px;
}
.jpnPriceNotePopUp2 .jpnPriceNotePopUpContents .jpnPriceNotePopUpContentsText .jpnPriceNotePopUpContentsTextJp {
  font-size: 10px;
  line-height: 1.2;
  color: #666;
}
.jpnPriceNotePopUp2 .jpnPriceNotePopUpContents .jpnPriceTime {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.jpnPriceNotePopUp2 .jpnPriceNotePopUpContents .jpnPriceTime span {
  font-size: 12px;
  color: #666;
}
.foreign_note_confirm_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.foreign_note_confirm {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.foreign_note_confirm .foreign_note_confirm_title {
  font-size: 16px;
  font-family: "futura";
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
.foreign_note_confirm .foreign_note_confirm_title span {
  font-size: 10px;
  color: #666;
}
.foreign_note_confirm .foreign_note_confirm_text_en {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.foreign_note_confirm .foreign_note_confirm_text_ja {
  font-size: 10px;
  line-height: 1.2;
  color: #666;
}
.number {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  color: #000;
}
.wrap_star_renewal {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
}
.jq-ry-container {
  padding: 0;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline;
  width: 14px;
  height: 14px;
}
#star {
  width: 85px !important;
}
.jq-ry-container {
  width: 85px !important;
}
.title__h3_renewal {
  margin-bottom: 2px;
}
.club_top_h1title {
  margin-bottom: 5px;
  font-size: 8px;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  color: #666;
}
@media only screen and (max-width: 768px) {
  .container__renewal {
    padding: 0 20px;
  }
}
.container__renewal {
  display: flex;
  justify-content: space-between;
}
.tokyo__item_renewal_menu {
  width: 40%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tokyo__item_renewal_menu .menu__item_renewal {
  border: 1.5px solid #afafaf;
  border-radius: 5px;
  width: calc((100% - 30px) / 4);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 0;
}
.tokyo__item_renewal_menu .menu__item_renewal .icon__menu__item_renewal {
  width: 40px;
  margin-bottom: 10px;
  filter: opacity(0.3);
}
.tokyo__item_renewal_menu .menu__item_renewal .menu__item__renewal__text {
  font-size: 14px;
  line-height: 1;
  font-family: "futura";
  font-weight: 300;
  color: #afafaf;
}
.tokyo__item_renewal_menu .menu__active_renewal.menu__item_renewal {
  border: 1.5px solid #000;
}
.tokyo__item_renewal_menu .menu__active_renewal.menu__item_renewal .icon__menu__item_renewal {
  width: 40px;
  margin-bottom: 10px;
  filter: opacity(1);
}
.tokyo__item_renewal_menu .menu__active_renewal.menu__item_renewal .menu__item__renewal__text {
  color: #000;
}
.tokyo__item_renewal_menu .tokyo__item_renewal_menu_down {
  display: flex;
  gap: 10px;
}
.tokyo__item_renewal_menu .tokyo__item_renewal_menu_down .menu__item_renewal {
  border: 1.5px solid #afafaf;
  border-radius: 5px;
  width: calc((100% - 10px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 0;
}
.tokyo__item_renewal_menu .tokyo__item_renewal_menu_down .menu__item_renewal .icon__menu__item_renewal {
  width: 40px;
  margin-bottom: 3px;
  filter: opacity(0.3);
}
.tokyo__item_renewal_menu .tokyo__item_renewal_menu_down .menu__item_renewal .menu__item__renewal__text {
  font-size: 14px;
  line-height: 1;
  font-family: "futura";
  font-weight: 300;
  color: #afafaf;
}
.tokyo__item_renewal_menu .tokyo__item_renewal_menu_down .menu__active_renewal.menu__item_renewal {
  border: 1.5px solid #000;
}
.tokyo__item_renewal_menu .tokyo__item_renewal_menu_down .menu__active_renewal.menu__item_renewal .icon__menu__item_renewal {
  width: 40px;
  margin-bottom: 10px;
  filter: opacity(1);
}
.tokyo__item_renewal_menu .tokyo__item_renewal_menu_down .menu__active_renewal.menu__item_renewal .menu__item__renewal__text {
  color: #000;
}
@media screen and (max-width: 768px) {
  .tokyo__item_renewal {
    margin-bottom: 10px;
  }
  .tokyo__item_renewal_menu {
    display: flex;
    gap: 5px;
    width: 100%;
    justify-content: center;
  }
  .tokyo__item_renewal_menu .menu__item_renewal {
    border: 1.5px solid #afafaf;
    max-height: 50px;
    border-radius: 5px;
    width: calc((100% - 15px) / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
  }
  .tokyo__item_renewal_menu .menu__item_renewal .icon__menu__item_renewal {
    width: 50%;
    margin-bottom: 3px;
    filter: opacity(0.3);
  }
  .tokyo__item_renewal_menu .menu__item_renewal .menu__item__renewal__text {
    font-size: 10px;
    line-height: 1;
    font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 300;
    color: #afafaf;
  }
  .tokyo__item_renewal_menu .menu__active_renewal.menu__item_renewal {
    border: 1.5px solid #000;
  }
  .tokyo__item_renewal_menu .menu__active_renewal.menu__item_renewal .icon__menu__item_renewal {
    width: 50%;
    margin-bottom: 3px;
    filter: opacity(1);
  }
  .tokyo__item_renewal_menu .menu__active_renewal.menu__item_renewal .menu__item__renewal__text {
    color: #000;
  }
  .tokyo__item_renewal_menu .tokyo__item_renewal_menu_down {
    display: flex;
    gap: 5px;
    width: calc((100% - 5px) / 2);
  }
  .tokyo__item_renewal_menu .tokyo__item_renewal_menu_down .menu__item_renewal {
    border: 1.5px solid #afafaf;
    border-radius: 5px;
    width: calc((100% - 10px) / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
  }
  .tokyo__item_renewal_menu .tokyo__item_renewal_menu_down .menu__item_renewal .icon__menu__item_renewal {
    width: 50%;
    margin-bottom: 3px;
    filter: opacity(0.3);
  }
  .tokyo__item_renewal_menu .tokyo__item_renewal_menu_down .menu__item_renewal .menu__item__renewal__text {
    font-size: 10px;
    line-height: 1;
    font-family: "futura";
    font-weight: 300;
    color: #afafaf;
  }
  .tokyo__item_renewal_menu .tokyo__item_renewal_menu_down .menu__active_renewal.menu__item_renewal {
    border: 1.5px solid #000;
  }
  .tokyo__item_renewal_menu .tokyo__item_renewal_menu_down .menu__active_renewal.menu__item_renewal .icon__menu__item_renewal {
    width: 50%;
    margin-bottom: 3px;
    filter: opacity(1);
  }
  .tokyo__item_renewal_menu .tokyo__item_renewal_menu_down .menu__active_renewal.menu__item_renewal .menu__item__renewal__text {
    color: #000;
  }
}
.calendar_after_twoweek {
  width: 100%;
  background-color: #fff;
  position: relative;
  line-height: 1.2;
  font-size: 13px;
  text-align: center;
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar_after_twoweek span {
  font-size: 10px;
  color: #666;
}
.calendar_after_twoweek::before {
  content: "";
  background-image: url(../img/index/arrow_black.svg);
  position: absolute;
  width: 10px;
  height: 17px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.calendar_btn_popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 20px;
  display: none;
}
.calendar_btn_popup .calendar_btn_popup_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 640px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
}
.calendar_btn_popup .calendar_btn_popup_contents .calendar_btn_popup_contents_title {
  font-size: 14px;
  font-family: "futura";
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
}
.calendar_btn_popup .calendar_btn_popup_contents .calendar_btn_popup_contents_title span {
  font-size: 10px;
  color: #666;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.calendar_btn_popup .calendar_btn_popup_contents .calendar_btn_popup_contents_message {
  margin-bottom: 10px;
}
.calendar_btn_popup .calendar_btn_popup_contents .calendar_btn_popup_contents_message .calendar_btn_popup_contents_message_en {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.calendar_btn_popup .calendar_btn_popup_contents .calendar_btn_popup_contents_message .calendar_btn_popup_contents_message_ja {
  font-size: 10px;
  line-height: 1.2;
  color: #666;
}
.calendar_btn_popup .calendar_btn_popup_contents .calendar_btn_popup_contents_form select {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.calendar_btn_popup .calendar_btn_popup_contents .calendar_btn_popup_contents_close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
}
.calendar_btn_popup .calendar_btn_popup_contents .calendar_btn_popup_contents_close_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
  transform: rotate(45deg);
}
.calendar_btn_popup .calendar_btn_popup_contents .calendar_btn_popup_contents_close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
  transform: rotate(-45deg);
}
.calendar_pointtext {
  padding: 6px 0;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
}
.calendar_pointtext .calendar_pointtext_en {
  font-size: 14px;
  margin-bottom: 5px;
}
.calendar_pointtext .calendar_pointtext_ja {
  font-size: 10px;
  color: #666;
}
.newcalendar_contents {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.calendar_after_twoweek {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .newcalendar_contents {
    padding: 0 0;
  }
  .calendar_pointtext {
    padding: 6px 20px;
  }
}
#calendar_popup_select {
  cursor: pointer;
}
.information .club_top_businesshours_en {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.information .time__price__ja {
  font-size: 10px;
  color: #666;
  line-height: 1;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .information .club_top_businesshours_en {
    font-size: 14px;
  }
  .information .time__price__ja {
    font-size: 10px;
    color: #666;
  }
}
.club_top_businesshours_ja {
  font-size: 10px;
  line-height: 1;
}
.businesshour_en {
  margin-top: 10px;
  line-height: 1;
  margin-bottom: 5px;
}
.businesshour_ja {
  font-size: 10px;
  line-height: 1;
}
.time__price__en {
  margin-top: 5px;
  line-height: 1;
}
.newcalendar_contents .new_toppage_contents_service_flex_cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
.newcalendar_contents .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_fukidashi {
  width: 80px;
  position: absolute;
  right: -10px;
  top: -80px;
}
.newcalendar_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;
}
.newcalendar_contents .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_icon_radius img {
  width: 23px;
}
.newcalendar_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;
}
.newcalendar_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;
}
.newcalendar_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;
}
.newcalendar_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;
}
.calendar_btn_popup_contents .new_toppage_contents_service_flex_cards {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}
.calendar_btn_popup_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;
}
.calendar_btn_popup_contents .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_icon_radius img {
  width: 20px;
}
.calendar_btn_popup_contents .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_text h3 {
  font-size: 12px;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.calendar_btn_popup_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;
}
.calendar_btn_popup_contents .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_text p {
  font-weight: 300;
  font-size: 10px;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #666;
}
.calendar_btn_popup_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;
}
.reserve_price_margin {
  margin-top: 5px;
}
.exhange_note {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 10px;
}
.exhange_note span {
  font-size: 10px;
  line-height: 1.2;
  margin-top: 10px;
  color: #666;
}
.eventdetail_h1 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.feature_lastcontents {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .feature_lastcontents {
    padding-top: 40px;
  }
}
.ticket_blogpage_button {
  width: 100%;
  font-size: 14px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
  background: linear-gradient(#d1ad69, #ae8a3f) no-repeat;
  font-family: "futura";
  margin-top: 20px;
  line-height: 1;
}
.ticket_blogpage_button span {
  font-size: 10px;
}
.ticket_blogpage_button::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/arrow.svg);
  width: 10px;
  height: 17px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.new_toppage_contents_service_flex_cards_blue {
  width: calc(100% - 40px);
  max-width: 640px;
  margin: 0 auto;
  background-color: #000;
  border-radius: 6px 6px 0 0;
  line-height: 1;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_toppage_contents_service_flex_cards_blue img {
  width: 100%;
  max-width: 150px;
}
.new_toppage_contents_service_flex_cards_blue span {
  color: #ffef06;
}
.new_toppage_contents_service_flex_cards_blue span span {
  font-size: 24px;
}
.calendar_btn_popup_contents .new_toppage_contents_service_flex_cards_blue {
  width: 100%;
}
.new_toppage_contents_service_flex_cards_contents {
  width: calc(100% - 40px);
  max-width: 640px;
  margin: 0 auto;
  border-radius: 6px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 10px;
}
.point_campaign_text {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.point_campaign_text .point_campaign_text_title {
  background: linear-gradient(#d1ad69, #ae8a3f) no-repeat;
  padding: 5px 0;
  line-height: 1;
  font-family: "futura";
  color: #fff;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
}
.point_campaign_text .point_campaign_text_text {
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 10px;
  border: 1px solid #d1ad69;
}
.point_campaign_text .text_en {
  font-size: 14px;
  font-family: "futura";
  font-weight: 300;
  line-height: 1;
}
.point_campaign_text .text_en span {
  font-size: 34px;
  color: #d1ad69;
}
.point_campaign_text .text_ja {
  font-size: 10px;
  color: #666;
  line-height: 1;
}
.point_campaign_text .text_ja span {
  font-size: 18px;
  color: #d1ad69;
}
.calendar_btn_popup_contents .new_toppage_contents_service_flex_cards_contents {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  border-radius: 6px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 0;
}
.calendar_btn_popup_contents .new_toppage_contents_service_flex_cards_contents .new_toppage_contents_service_flex_cards {
  position: relative;
}
.calendar_btn_popup_contents .new_toppage_contents_service_flex_cards_contents .new_toppage_contents_service_flex_cards .new_toppage_contents_service_flex_cards_fukidashi {
  position: absolute;
  left: 0;
  top: -45px;
  width: 50px;
}
.banner_contents_button_flex {
  flex-wrap: wrap;
  display: flex;
  gap: 5px;
  margin-top: 10px;
  line-height: 1.2;
  justify-content: center;
}
.banner_contents_button_flex .banner_contents_button {
  width: calc((100% - 10px) / 3);
  background-color: #000;
  color: #fff;
  background: linear-gradient(#d1ad69, #ae8a3f) no-repeat;
  border-radius: 6px;
  font-size: 10px;
  font-family: "futura";
  text-align: center;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_contents_button_flex .banner_contents_button span {
  font-size: 8px;
}
.confirm_contents_item_name_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
.confirm_contents_item_name_flex_last {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 0;
}
.confirm_contents_item_name_flex_last .confirm_contents_item_name_right {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #cd1b1b;
}
.banner_under {
  padding: 0 20px;
}
.jnp_review_request {
  max-width: 640px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.jnp_review_request img {
  width: 100%;
}
.tokyo__item:first-child .location {
  line-height: 1.2;
}
.txt-all-ranking-contents {
  font-size: 10px;
  text-align: left;
  line-height: 1.2;
  color: #666;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
}
.rangking-info-h4 {
  margin-bottom: 8px;
}
.club_area_reserved {
  font-size: 10px;
  color: #fff;
  line-height: 1.2;
  margin-top: 6px;
}
.club_name_kana {
  color: #666;
  font-size: 10px;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}
.club_name_kana_end {
  color: #666;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
.rangking-info-h4 {
  margin-top: 6px;
}
.rangking-info-h4-end-1 {
  margin-top: 6px;
}
.fv_slider {
  display: none;
}
.fv_slider.slick-initialized {
  display: block;
}
.image_slider {
  display: none;
}
.image_slider.slick-initialized {
  display: block;
}
.clubtop_plancontents {
  max-width: 640px;
  margin: 0 auto;
}
.plan_detail_newdesign {
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 15px;
  width: 100%;
  position: relative;
}
.plan_detail_newdesign .jpnPricePlanEventPage {
  margin-top: 6px;
  font-size: 10px;
  text-align: left;
  line-height: 1.2;
  color: #666;
}
.plan_detail_newdesign .jpnPricePlanEventPage .jpnPricePlanEventPageText {
  font-size: 10px;
}
.plan_detail_newdesign .jpnPricePlanEventPage .jpnPricePlanEventPageFlex {
  display: flex;
  gap: 5px;
  margin-bottom: 2px;
  align-items: center;
  justify-content: flex-start;
}
.plan_detail_newdesign .jpnPricePlanEventPage .jpnPricePlanEventPageFlex img {
  width: 12px;
  height: 12px;
}
.plan_detail_newdesign .plan_detail_newdesign_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan_detail_newdesign .plan_detail_newdesign_flex .plan_title {
  width: 30%;
  font-family: "futura";
  font-weight: 300;
  line-height: 1;
  font-size: 24px;
}
.plan_detail_newdesign .plan_detail_newdesign_flex .plan_title h5 {
  font-family: "futura";
  font-weight: 300;
  line-height: 1;
  font-size: 24px;
}
.plan_detail_newdesign .plan_detail_newdesign_flex .plan_info {
  width: 70%;
  font-size: 10px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: right;
  line-height: 1;
  gap: 10px;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
.plan_detail_newdesign .plan_detail_newdesign_flex .plan_info .plan_info_seat {
  position: relative;
  padding-left: 16px;
}
.plan_detail_newdesign .plan_detail_newdesign_flex .plan_info .plan_info_seat::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../img/top/plan_seat_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.plan_detail_newdesign .plan_detail_newdesign_flex .plan_info .plan_info_people {
  position: relative;
  padding-left: 16px;
}
.plan_detail_newdesign .plan_detail_newdesign_flex .plan_info .plan_info_people::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../img/index/icon_pp.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 2px;
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price .plan_detail_newdesign_bottle_price_bottoleimage {
  width: 130px;
  height: 130px;
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price .plan_detail_newdesign_bottle_price_price {
  margin-top: 5px;
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_price_standardprice {
  line-height: 1;
  color: #666;
  margin-bottom: 6px;
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_price_standardprice p {
  font-size: 12px;
  font-family: "Futura";
  font-weight: 300;
  margin-bottom: 1px;
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_price_standardprice .standardprice {
  font-size: 12px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
  display: inline;
  line-height: 1;
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_price_standardprice .standardprice::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #666;
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_clubportprice {
  color: #cd1b1b;
  line-height: 1;
  margin-bottom: 6px;
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_clubportprice p {
  font-size: 14px;
  font-family: "Futura";
  font-weight: 300;
  margin-bottom: 6px;
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_clubportprice .clubport_price {
  font-size: 16px;
  font-family: "Futura-Bold";
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_clubportprice .clubport_price span {
  font-size: 12px;
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_point {
  padding-left: 18px;
  color: #cd1b1b;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  position: relative;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_point img {
  width: 16px;
  height: 16px;
}
.plan_detail_newdesign .plan_detail_newdesign_bottle_price .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url(../img/top/in_icon_point_plan.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.plan_detail_newdesign .view_more_plan_detail {
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  line-height: 1;
  gap: 6px;
  margin-bottom: 15px;
}
.plan_detail_newdesign .view_more_plan_detail span {
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
}
.plan_detail_newdesign .view_more_plan_detail .view_more_plan_detail_arrow {
  position: relative;
  display: inline;
}
.plan_detail_newdesign .view_more_plan_detail .view_more_plan_detail_arrow.open::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/arrow_up.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.plan_detail_newdesign .view_more_plan_detail .view_more_plan_detail_arrow.closed::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/arrow_down.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.plan_detail_newdesign .close_plan_detail {
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Futura";
  font-weight: bold;
  line-height: 1;
  gap: 6px;
  margin-bottom: 10px;
}
.plan_detail_newdesign .close_plan_detail span {
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
}
.plan_detail_newdesign .close_plan_detail .close_plan_detail_arrow {
  position: relative;
  display: inline;
}
.plan_detail_newdesign .close_plan_detail .close_plan_detail_arrow::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/arrow_up.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.plan_detail_newdesign .view_more_plan_detail_contents {
  display: none;
}
.cv_button_clubtop_newdesign {
  height: 40px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.cv_button_clubtop_newdesign::before {
  content: "";
  height: 17px;
  width: 10px;
  background: url(../img/top/icon__btn__arrow.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.view_more_plan_detail_contents {
  margin-bottom: 10px;
}
.view_more_plan_detail_contents .view_more_plan_detail_contents_img {
  border-radius: 10px 10px 0 0;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}
.view_more_plan_detail_contents .view_more_plan_detail_contents_img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.view_more_plan_detail_contents table {
  overflow: hidden;
  width: 100%;
  font-size: 10px;
  border: 1px solid #000;
}
.view_more_plan_detail_contents table thead {
  height: 20px;
  line-height: 1;
  background-color: #e8efff;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
.view_more_plan_detail_contents table thead tr .first {
  width: 62%;
  padding-left: 5px;
  height: 20px;
  border-right: 1px solid #000;
  text-align: left;
}
.view_more_plan_detail_contents table thead tr .second {
  width: 18%;
  height: 20px;
  text-align: center;
  border-right: 1px solid #000;
}
.view_more_plan_detail_contents table thead tr .third {
  width: 20%;
  height: 20px;
  text-align: right;
  padding-right: 5px;
}
.view_more_plan_detail_contents table tbody {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.view_more_plan_detail_contents table tbody tr {
  border-bottom: 1px solid #000;
}
.view_more_plan_detail_contents table tbody tr td {
  padding: 2px 0;
}
.view_more_plan_detail_contents table tbody tr .first {
  width: 62%;
  padding-left: 5px;
  height: 20px;
  border-right: 1px solid #000;
}
.view_more_plan_detail_contents table tbody tr .second {
  width: 18%;
  height: 20px;
  text-align: center;
  border-right: 1px solid #000;
}
.view_more_plan_detail_contents table tbody tr .third {
  width: 20%;
  height: 20px;
  text-align: right;
  padding-right: 5px;
}
.view_more_plan_detail_contents table tbody tr .last_first {
  width: 62%;
  height: 20px;
  background-color: #e8efff;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  border-right: 1px solid #000;
  padding-left: 5px;
}
.view_more_plan_detail_contents table tbody tr .last_blank {
  background-color: #fff;
}
.view_more_plan_detail_contents table tbody tr .last_second {
  width: 38%;
  height: 20px;
  background-color: #fff;
  text-align: right;
  padding-right: 5px;
}
.view_more_plan_detail_contents table tbody tr .last_second.minus {
  color: #cd1c1c;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
.view_more_plan_detail_contents table tbody tr .last_second.total {
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
.view_more_plan_detail_contents tbody tr:nth-of-type(even) {
  background-color: #eaeaea;
}
.plan-detail-layout {
  gap: 20px;
}
.item_comment_contents {
  font-size: 12px;
}
.popup_point {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  z-index: 1000000000;
}
.popup_point .popup_point_box {
  background-color: #fff;
  border-radius: 5px;
  width: calc(100% - 40px);
  max-width: 640px;
  padding: 20px;
  max-height: 80vh;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.popup_point .popup_point_box .popup_enter_confirm_contents_box_contents {
  font-size: 12px;
  line-height: 1.2;
}
.popup_point .popup_point_box .popup_enter_confirm_contents_box_contents .en {
  font-size: 14px;
  line-height: 1.2;
}
.popup_point .popup_point_box .popup_enter_confirm_contents_box_contents .ja {
  font-size: 12px;
  line-height: 1.2;
  color: #666;
}
.popup_enter_confirm_contents_box_title h5 {
  font-size: 18px;
  font-family: "futura";
  margin-bottom: 3px;
  font-weight: 300;
}
.jpnPriceNotePopUpCOntentsCloseBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
}
.jpnPriceNotePopUpCOntentsCloseBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
  transform: rotate(-45deg);
}
.jpnPriceNotePopUpCOntentsCloseBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
  transform: rotate(45deg);
}
.soldout_design_vipplan {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .soldout_design_vipplan {
    width: 90%;
  }
}
.section-company-main {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-company-main {
    padding-bottom: 20px;
  }
}
.advertise_banner {
  max-width: 840px;
  padding: 0 20px;
  width: 70%;
  margin: 0 auto;
}
.advertise_banner .advertise_banner_contents .advertise_banner_contents_fukidashi {
  position: relative;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
}
.advertise_banner .advertise_banner_contents .advertise_banner_contents_fukidashi .fukidashi {
  display: inline;
  position: relative;
  line-height: 1;
}
.advertise_banner .advertise_banner_contents .advertise_banner_contents_fukidashi .fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 100%;
  background-color: #000;
  transform: translateY(-50%) rotate(-30deg);
  transform-origin: center;
}
.advertise_banner .advertise_banner_contents .advertise_banner_contents_fukidashi .fukidashi::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: #000;
  transform: translateY(-50%) rotate(30deg);
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .advertise_banner .advertise_banner_contents .advertise_banner_contents_fukidashi {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.advertise_banner .advertise_banner_contents a {
  margin: 0 auto;
  max-width: 800px;
}
.event_search_form_flex {
  gap: 5px;
}
.global_menu_link {
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
}
.top_contents_subbutton p {
  line-height: 1;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
}
.top_contents_subbutton3 p {
  font-family: "futura";
  font-size: 14px;
  font-weight: 300;
}
.in_link_viewall {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.button_padding {
  padding: 0 30px;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
}
.in_cont03_area_map a {
  display: flex;
  align-items: center;
  position: absolute;
  padding: 5px 24px 5px 5px;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #fff;
  line-height: 1;
}
.in_cont03_area_map2 a {
  display: flex;
  align-items: center;
  position: absolute;
  padding: 5px 24px 5px 5px;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #fff;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .in_cont03_area_map a {
    padding: 5px;
    font-size: 12px;
  }
  .in_cont03_area_map2 a {
    padding: 5px;
    font-size: 12px;
  }
}
.in_cont03_area_r_link a {
  line-height: 1;
  padding-right: 10px;
}
@media only screen and (max-width: 480px) {
  .in_cont03_area_r_link a {
    width: calc((100% - 20px) / 2);
  }
}
.area_table_popup_list_wrap {
  align-items: stretch;
}
.area_table_popup_list {
  display: flex;
  margin: 0 20px 20px 0;
}
.area_table_popup_list_link {
  display: flex;
  align-items: center;
}
.area_table_popup_list a,
.area_table_popup_list button {
  padding-right: 10px;
  line-height: 1.5;
}
.menu_item_newclub {
  width: 60px;
  padding: 5px 0;
}
.tokyo__item_new {
  column-gap: 0 !important;
}
.newcountrymenu {
  display: flex;
  flex-wrap: nowrap;
  font-size: 11px;
  width: 60px;
}
.icon__menu__item__jnp img {
  height: 25px;
}
.icon__menu__text {
  font-size: 11px;
  line-height: 1;
  margin-top: 3px;
}
.in_cont03_area_map2 .in_sendai {
  top: 48%;
  right: 16%;
}
.in_cont03_area_map2 .in_tokyo {
  top: 66%;
  right: 30%;
}
.in_cont03_area_map2 .in_osaka {
  bottom: 24%;
  right: 54%;
}
.in_cont03_area_map2 .in_kyoto {
  bottom: 32%;
  left: 34%;
}
.in_cont03_area_map2 .in_nagoya {
  bottom: 26%;
  right: 40%;
}
.in_cont03_area_map2 .in_okinawa {
  bottom: 5%;
  right: 10%;
}
.in_cont03_area_map2 .in_kumamoto {
  left: 7%;
  bottom: 11%;
}
.in_cont03_area_map2 .in_fukuoka {
  left: 7%;
  bottom: 19%;
}
.in_cont03_area_map2 .in_hiroshima {
  left: 17%;
  bottom: 25.8%;
}
.in_cont03_area_map2 .in_kobe {
  left: 34%;
  bottom: 28%;
}
.in_cont03_area_map2 .in_okayama {
  bottom: 35%;
  left: 16%;
}
.in_cont03_area_map2 .in_shizuoka {
  bottom: 22%;
  right: 32%;
}
.in_cont03_area_map2 .in_saitama {
  bottom: 35%;
  right: 28%;
}
.in_cont03_area_map2 .in_hokkaido {
  right: 5%;
  top: 10%;
}
.in_cont03_area_map2 .in_kanazawa {
  bottom: 37%;
  right: 50%;
}
@media screen and (max-width: 1300px) {
  .in_cont03_area_map2 .in_kobe {
    left: 28%;
    bottom: 28%;
  }
  .in_cont03_area_map2 .in_kyoto {
    bottom: 32%;
    left: 32%;
  }
}
@media screen and (max-width: 850px) {
  .in_cont03_area_map2 .in_kobe {
    left: 32%;
    bottom: 28%;
  }
}
@media screen and (max-width: 510px) {
  .in_cont03_area_map2 .in_hiroshima {
    left: 8%;
    bottom: 25.8%;
  }
}
@media screen and (max-width: 416px) {
  .in_cont03_area_map2 .in_osaka {
    bottom: 19%;
    right: 54%;
  }
  .in_cont03_area_map2 .in_kobe {
    left: 27%;
    bottom: 26%;
  }
  .in_cont03_area_map2 .in_kyoto {
    bottom: 32%;
    left: 27%;
  }
  .in_cont03_area_map2 .in_saitama {
    bottom: 35%;
    right: 28%;
  }
  .in_cont03_area_map2 .in_tokyo {
    top: 66%;
    right: 25%;
  }
  .in_cont03_area_map2 .in_hiroshima {
    left: 5%;
    bottom: 25.8%;
  }
  .in_cont03_area_map2 .in_nagoya {
    bottom: 25%;
    right: 40%;
  }
}
@media screen and (max-width: 768px) {
  .club_s_cont01_map .in_cont03_area_map2 {
    background-size: contain;
    width: 93vw;
  }
}
.menu__item_club img {
  transition: ease all 0.35s;
}
.menu__top .menu__item_club:not(:hover, .menu__active) {
  color: #afafaf;
}
.menu__top .menu__item_club:not(:hover, .menu__active) img {
  filter: opacity(0.3);
}
.tokyo__img2 {
  width: 40px;
  height: 40px;
}
.menu__item_club {
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 10px;
  line-height: 1;
}
.menu__item_club img {
  width: 25px;
  height: 25px;
}
.menu__item_club a {
  text-align: center;
}
.menu__item_club a .menu__item_club_text {
  margin-top: 3px;
  font-weight: 300;
}
@media only screen and (max-width: 490px) {
  .menu__two .tokyo__item,
  .menu__two .menu__top {
    column-gap: 10px;
  }
}
@media only screen and (max-width: 365px) {
  .menu__two .tokyo__item,
  .menu__two .menu__top {
    column-gap: 2vw;
  }
}
.club_timeandreview {
  display: flex;
  gap: 8px;
  justify-content: left;
  align-items: center;
}
.club_timeandreview .wrap_star_renewal {
  margin-bottom: 0;
}
.club_timeandreview .club_newcontents_time {
  position: relative;
  top: 1px;
}
.club_timeandreview .location {
  font-size: 12px;
}
.club_name_furigana {
  font-size: 10px;
  line-height: 1;
  color: #666;
  margin-bottom: 4px;
  font-weight: 300;
}
.wrap__content__item .club_name_furigana {
  font-size: 12px;
}
.club_newcontents_time {
  margin-bottom: 0;
}
.club_newcontents_name {
  font-size: 13px;
}
.wrap__content__item .club_timeandreview {
  margin-top: 4px;
  display: flex;
  gap: 8px;
  justify-content: left;
  align-items: center;
}
.wrap__content__item .club_timeandreview .club_newcontents_time {
  position: relative;
  top: 1px;
  font-size: 12px;
}
.wrap__content__item .club_timeandreview .wrap_star_renewal {
  margin-bottom: 0;
}
.tokyo__item:first-child .wrap__star {
  max-height: none;
  line-height: 1;
}
.wrap__star {
  line-height: 1;
}
.title__h3_renewal {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .tokyo__item:first-child .title__h3_renewal {
    /* font-size: 3.2vw; */
    font-size: 14px;
  }
}
.tokyo__item:first-child .location {
  line-height: 1;
  font-size: 12px;
}
.banner_contents_square {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.banner_contents_square a {
  width: calc((100% - 10px) / 2);
}
.wrap__information__items_title {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.information .club_top_businesshours_en {
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .information .club_top_businesshours_en {
    font-size: 12px;
  }
}
.icon_menu_link img {
  max-width: 50px;
}
@media screen and (max-width: 768px) {
  .container_club_detail {
    padding: 0 10px;
  }
}
.guest_list_head_comment_en {
  font-size: 12px;
}
.reserve_form_box_layout .help_popup_open_btn {
  height: 15px;
}
.receive-p4 {
  margin-bottom: 10px;
}
.reserve_form_note_box {
  font-size: 12px;
  line-height: 1.2;
}
.reserve_table_head_comment_en {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}
.js_reserve_teams_box_text {
  font-size: 12px;
}
.terms_list_box {
  display: block;
  text-align: left;
}
.terms_list_box a {
  display: inline-block;
  text-align: left;
  margin: 0;
}
.info_title {
  font-size: 14px;
}
.menu__item_club a {
  width: 40px;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.top_contents_subbutton {
  border: 1px solid #000;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: initial;
  background: transparent;
}
.top_contents_subbutton::before {
  background-image: url(../img/index/arrow_black.svg);
}
.top_contents_subbutton::after {
  display: none;
}
.banner_contents_button_flex .banner_contents_button {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.top_button {
  background: #000;
}
@media screen and (max-width: 768px) {
  .in_link_viewall.show_sp {
    background: #000;
  }
}
.in_cont03_area_map a {
  border: 1px solid #000;
}
.in_link_viewall_under {
  background: #000;
}
.ranking_button {
  background: #000;
  color: #fff !important;
  -webkit-background-clip: border-box;
  /* 初期値 */
  -webkit-text-fill-color: initial;
}
.ranking_button::before {
  background-image: url(../img/index/arrow.svg);
}
.in_cont03_area_map2 a {
  border: 1px solid #000;
}
.active-mp {
  background: #000;
  border: none;
}
.paginate_item {
  border: 1px solid #000;
}
.btn__view__all__clubtop {
  background: #000;
}
.ticket_contents_ticket_choose_button_button::after {
  background: linear-gradient(45deg, #d1ad69, #ae8a3f);
}
@media only screen and (max-width: 490px) {
  .menu__two .tokyo__item,
  .menu__two .menu__top {
    column-gap: 4px;
  }
}
.menu__item_club a {
  width: 45px;
}
@media screen and (max-width: 374px) {
  .small_club_header .container {
    padding: 0 10px;
  }
}
.todays_event_contents_flyer_message_down {
  align-items: center;
}
.form_contents_title_title_title p {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
}
.form_contents_title_title_title h2 {
  font-size: 18px;
  font-family: "futura";
  margin-bottom: 3px;
  font-weight: 300;
}
.fontButton_futara {
  font-family: "futura";
  font-weight: 300;
  line-height: 1;
}
.fontButton_futara span {
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.club_logo_newheader {
  width: 75px;
  height: 75px;
}
.club_menu_flex {
  gap: 5px;
}
.club_menu_top {
  width: calc(100% - 75px);
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.club_menu_top .menu__item_club {
  width: calc((100% - 15px) / 4);
  height: 35px;
  border: 1px solid #afafaf;
  border-radius: 4px;
  color: #afafaf;
}
.club_menu_top .menu__item_club a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.club_menu_top .menu__item_club a .icon__menu__item {
  width: 16px;
  height: 16px;
  opacity: 0.3;
}
.club_menu_top .menu__item_club.menu__active {
  border: 1px solid #000;
  color: #000;
}
.club_menu_top .menu__item_club.menu__active a .icon__menu__item {
  opacity: 1;
}
.container_club_layerpage {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
.subordinate_contents_club {
  padding-top: 111px;
}
.sheetask_contents {
  margin-top: 0;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .sheetask_contents {
    margin-top: 0;
    padding-top: 20px;
  }
}
.seat_ask_required {
  margin-top: 10px;
  margin-bottom: 0;
}
.seat_ask_required .signup-field {
  margin-bottom: 0;
  line-height: 1;
}
.signup-field .ja {
  font-size: 10px;
}
.sheetask_contents .reserve-table tbody tr td:first-child small {
  margin-left: 5px;
}
.sheetask_textarea {
  margin-bottom: 0;
}
.signup_note.floormap {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}
.signup_note.floormap .signup_note_text_ja {
  color: #000;
}
.banner_contents_clubpage {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1140px;
  margin-bottom: 20px;
}
.banner_contents_loginpage {
  margin-top: 20px;
}
.ticket_contents_lastmargin:last-of-type {
  margin-bottom: 0;
}
.ticket_contents .breadcrumb .container {
  max-width: 640px;
}
.ticket_content_maincontents_top {
  padding-bottom: 40px;
}
.event_ticket_content_padding {
  padding-top: 10px;
}
.ticket_contents_top {
  padding-top: 10px;
}
.breadcrumb .container {
  padding: 0;
}
.breadcrumb .wrap__breadcrumb {
  justify-content: flex-start;
  padding: 0 20px;
  row-gap: 10px;
}
.breadcrumb .breadcrumb__home {
  width: auto;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb .breadcrumb__home img {
  width: 15px;
}
.breadcrumb .breadcrumb__item {
  line-height: 1;
  margin-left: 10px;
  padding-left: 17px;
}
.breadcrumb_ticket {
  padding: 0;
  padding-top: 10px;
}
.breadcrumb_ticket .container {
  padding: 0;
}
.breadcrumb_ticket .wrap__breadcrumb {
  justify-content: flex-start;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .breadcrumb_ticket .wrap__breadcrumb {
    padding: 0 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.breadcrumb_ticket .breadcrumb__home {
  width: 15px;
  height: 15px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb_ticket .breadcrumb__home img {
  width: 15px;
}
@media screen and (max-width: 768px) {
  .breadcrumb_ticket .breadcrumb__home img {
    max-width: 15px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb_ticket .breadcrumb__home {
    margin-left: 20px;
  }
}
.breadcrumb_ticket .breadcrumb__item {
  line-height: 1;
  margin-left: 10px;
  padding-left: 17px;
}
.help_popup_text {
  line-height: 1.2;
}
.help_popup_box_close_btn {
  top: 10px;
  right: 10px;
}
.help_popup_box {
  padding: 20px;
}
.help_popup_text_reserve {
  margin-bottom: 10px;
}
.mypage_plan_detail_event_data_plan_price {
  font-size: 16px;
  line-height: 1;
}
.mypage_plan_detail_event_data_plan_id_box {
  line-height: 1;
  margin-top: 4px;
}
.mypage_plan_detail_status {
  font-size: 10px;
}
.mypage_plan_detail_box {
  padding: 10px;
}
.mypage_plan_detail_btn_box .cancel_btn {
  height: 40px;
  max-width: 100%;
  font-size: 14px;
  line-height: 1;
  padding: 0;
}
.mypage_plan_detail_btn_box .cancel_btn .ja {
  font-size: 10px;
}
.mypage_plan_detail_btn_box .cancel_btn span {
  display: initial;
}
.mypage_plan_detail_status {
  padding: 3px 15px;
  text-align: center;
  line-height: 1.1;
}
.reserve_point_wrap {
  width: auto;
  padding: 0;
  border: none;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.reserve_point_wrap .available_point {
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.reserve_form_title {
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.reserve_form_title span {
  margin-left: 7px;
  color: #666;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  font-size: 10px;
}
.payment_label {
  display: flex;
  align-items: center;
}
.payment_popup {
  margin-left: 7px;
}
.reserve_form_title_point {
  margin-bottom: 10px;
}
.rsv-lay-3 {
  margin-top: 15px;
}
.reserve_point_menu {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.reserve_form_title_questionrequest {
  margin-bottom: 6px;
}
.rsvlay5_lastoftyme {
  margin-bottom: 0;
}
.reserve_point_menu_flex {
  display: flex;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
/* ミュージックバー */
.musicbar_contents {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.musicbar_contents_contents {
  /* width: calc((100% - 15px) / 6); */
  width: calc((100% - 75px) / 6);
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .musicbar_contents_contents {
    width: calc((100% - 30px) / 3);
  }
}
.musicbar_contents_contents_image {
  /* background-image: url(../img/musicbar.jpeg); */
  border-radius: 10px 10px 0 0;
  /* background-position: center;
background-size: cover;
background-repeat: no-repeat; */
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 60%;
}
.musicbar_contents_contents_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.musicbar_contents_contents_info {
  padding: 10px;
}
.musicbar_contents_contents_info_kana_name {
  font-size: 10px;
  line-height: 1;
  margin-bottom: 4px;
  color: #666;
}
.musicbar_contents_contents_info_name {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.musicbar_contents_contents_info_area {
  font-size: 10px;
  line-height: 1;
  color: #666;
  padding-left: 16px;
  position: relative;
  /* margin-bottom: 2px; */
  margin-bottom: 10px;
}
.musicbar_contents_contents_info_area::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/in_icon_adress.svg);
  width: 11px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.musicbar_contents_subbutton {
  width: 100%;
  height: 30px;
  background-color: transparent;
  border-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#d1ad69, #ae8a3f) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.musicbar_contents_subbutton p {
  font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
}
.musicbar_contents_subbutton p span {
  font-size: 10px;
}
.musicbar_contents_subbutton::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  /* 角を丸くする */
  padding: 1px;
  /* ボーダーの幅を調整 */
  background: linear-gradient(#d1ad69, #ae8a3f);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.musicbar_contents_subbutton::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../img/index/in_arrow_color.svg);
  width: 6px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .musicbar_contents {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  .musicbar_contents_contents {
    width: calc((100% - 15px) / 2);
    background-color: #fff;
    border-radius: 10px;
  }
  .musicbar_contents_contents_image {
    /* background-image: url(../img/musicbar.jpeg); */
    border-radius: 10px 10px 0 0;
    /* background-position: center;
	background-size: cover;
	background-repeat: no-repeat; */
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 60%;
  }
  .musicbar_contents_contents_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .musicbar_contents_contents_info {
    padding: 10px;
  }
  .musicbar_contents_contents_info_name {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
    font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  .musicbar_contents_contents_info_area {
    font-size: 10px;
    line-height: 1;
    color: #666;
    padding-left: 16px;
    position: relative;
    /* margin-bottom: 10px; */
  }
  .musicbar_contents_contents_info_area::before {
    content: "";
    position: absolute;
    background-image: url(../img/index/in_icon_adress.svg);
    width: 11px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .musicbar_contents_subbutton {
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#d1ad69, #ae8a3f) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }
  .musicbar_contents_subbutton p {
    font-size: 12px;
  }
  .musicbar_contents_subbutton p span {
    font-size: 10px;
  }
  .musicbar_contents_subbutton::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    /* 角を丸くする */
    padding: 1px;
    /* ボーダーの幅を調整 */
    background: linear-gradient(#d1ad69, #ae8a3f);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }
  .musicbar_contents_subbutton::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url(../img/index/in_arrow_color.svg);
    width: 6px;
    height: 10px;
  }
}
.in_cont03_area_map {
  position: relative;
}
.area_club_musicbar {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 5px;
}
.area_club_musicbar_button {
  height: 24px;
  border-radius: 12px;
  line-height: 1;
  font-size: 14px;
  font-family: "futura";
  font-weight: 300;
  width: 100px;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}
.area_club_musicbar_button.area_active {
  background-color: #000;
  color: #fff;
}
.search_musicbar_contents {
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.star_musicbar {
  line-height: 1;
  font-weight: 300;
}
.search_musicbar_contents_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.search_musicbar_contents_box {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  padding: 20px 15px;
  /* padding: 15px; */
  border-radius: 10px;
  position: relative;
}
.search_musicbar_contents_box2 {
  padding: 0;
}
.search_musicbar_contents_box_info {
  margin-bottom: 10px;
}
.search_musicbar_contents_box_info2 {
  padding: 0 15px 0 15px;
}
.search_musicbar_contents_box_category {
  height: 18px;
  border-radius: 9px;
  width: 105px;
  font-size: 10px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
  font-weight: bold;
}
.search_musicbar_contents_box_category_name {
  position: relative;
  padding-left: 16px;
}
.search_musicbar_contents_box_category_name::before {
  content: "";
  position: absolute;
  background-image: url(../img/musicbar/musicbar_icon.svg);
  background-size: cover;
  background-position: center;
  width: 13px;
  height: 13px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.search_club_contents_box__tab {
  display: flex;
  gap: 5px;
}
.search_club_contents_box_category {
  height: 18px;
  border-radius: 9px;
  width: 105px;
  font-size: 10px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
  background-color: #82bfb5;
  color: #004d40;
  font-weight: bold;
}
.search_club_contents_box_category_name {
  position: relative;
  padding-left: 16px;
}
.search_club_contents_box_category_name::before {
  content: "";
  position: absolute;
  background-image: url(../img/musicbar/club_icon.svg);
  background-size: cover;
  background-position: center;
  width: 13px;
  height: 11px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.jnp_tab {
  height: 18px;
  border-radius: 9px;
  width: 60px;
  font-size: 10px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.jnp_tab_name {
  position: relative;
  padding-left: 17px;
}
/* .jnp_tab_name::before {
	content: "";
	position: absolute;
	background-image: url(../img/musicbar/jnp_icon.svg);
	background-size: cover;
	background-position: center;
	width: 14px;
	height: 11px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
} */
.club_newcontentsbox_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.club_newcontents {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .club_newcontents {
    width: 100%;
  }
}
.club_newcontents_flex {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}
.club_newcontents_logo {
  width: 80px;
  height: 80px;
}
.club_newcontents_logo img {
  border-radius: 10px;
}
.club_newcontents_name {
  font-weight: bold;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  margin-bottom: 6px;
}
.club_newcontents_area {
  font-size: 10px;
  line-height: 1.2;
  color: #666;
  padding-left: 18px;
  position: relative;
  margin-bottom: 4px;
}
.club_newcontents_area::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/in_icon_adress.svg);
  width: 11px;
  height: 15px;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.club_newcontents_time {
  line-height: 1;
  font-size: 10px;
  color: #666;
  padding-left: 18px;
  position: relative;
}
.club_newcontents_time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/index/icon_clock_gray2.svg);
  width: 14px;
  height: 14px;
  background-size: cover;
  background-position: center;
}
.club_newcontents_image {
  display: flex;
  margin-bottom: 15px;
}
.club_newcontents_image_contents {
  width: calc(100% / 3);
}
.club_newcontents_image_image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.club_newcontents_image_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.club_newcontents_image_left {
  border-radius: 10px 0 0 10px;
}
.club_newcontents_image_right {
  border-radius: 0 10px 10px 0;
}
.clublist_underplancontents {
  padding: 0;
}
.todays_vip_plan_contents_planinfo_left {
  margin-left: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.category_musicbar {
  background-color: #abe2fc;
  color: #0079b2;
}
.category_nightclub {
  background-color: #0079b2;
}
.search_musicbar_contents_box_name {
  line-height: 1.2;
  font-size: 12px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 8px;
}
.search_musicbar_contents_box_flex {
  display: flex;
  gap: 8px;
  align-items: center;
}
.search_musicbar_contents_box_flex_left {
  width: 80px;
  flex-shrink: 0;
}
.search_musicbar_contents_box_flex_left img {
  border-radius: 10px;
}
.search_musicbar_contents_box_area {
  font-size: 10px;
  line-height: 1.2;
  color: #666;
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
}
.search_musicbar_contents_box_area::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/in_icon_adress.svg);
  width: 11px;
  height: 15px;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.search_musicbar_contents_box_time {
  line-height: 1;
  font-size: 10px;
  color: #666;
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
}
.search_musicbar_contents_box_time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/index/icon_clock_gray.svg);
  width: 15px;
  height: 15px;
}
.search_musicbar_contents_img {
  display: flex;
  margin-bottom: 10px;
}
.search_musicbar_contents_img_1 {
  width: calc(100% / 3);
}
.search_musicbar_contents_img_1_1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.first_radius {
  border-radius: 10px 0 0 10px;
}
.last_radius {
  border-radius: 0 10px 10px 0;
}
.search_musicbar_contents_img_1_1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search_musicbar_contents_box_message {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.musicbar_contents_subbutton2 {
  height: 40px;
}
.musicbar_contents_subbutton2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../img/index/in_arrow_color.svg);
  width: 10px;
  height: 17px;
}
.search_musicbar_contents_button2 {
  padding: 0 15px 15px 15px;
}
@media screen and (max-width: 768px) {
  .search_musicbar_contents_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .search_musicbar_contents_box {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
  }
  .search_musicbar_contents_box2 {
    padding: 0;
  }
  .search_musicbar_contents_box_info {
    margin-bottom: 10px;
  }
  .search_musicbar_contents_box_name {
    line-height: 1.2;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
    margin-bottom: 8px;
  }
  .search_musicbar_contents_box_area {
    font-size: 10px;
    line-height: 1.2;
    color: #666;
    padding-left: 18px;
    position: relative;
  }
  .search_musicbar_contents_box_area::before {
    content: "";
    position: absolute;
    background-image: url(../img/index/in_icon_adress.svg);
    width: 11px;
    height: 15px;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .search_musicbar_contents_img {
    display: flex;
    margin-bottom: 10px;
  }
  .search_musicbar_contents_img_1 {
    width: calc(100% / 3);
  }
  .search_musicbar_contents_img_1_1 {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
  }
  .search_musicbar_contents_img_1_1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .search_musicbar_contents_box_message {
    font-size: 12px;
    line-height: 1.2;
    /* margin-bottom: 10px; */
  }
  .musicbar_contents_subbutton2 {
    height: 40px;
  }
  .musicbar_contents_subbutton2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url(../img/index/in_arrow_color.svg);
    width: 10px;
    height: 17px;
  }
}
.musicbar_contents_width {
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .musicbar_contents_width {
    margin-bottom: 40px;
  }
}
.musicbar_contents_width_events {
  margin-bottom: 0;
}
.musicbar_contents_width_layer {
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.musicbar_coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.musicbar_coupon_layer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.musicbar_coupon_contents {
  padding: 15px 20px;
  width: calc((100% / 2) - 20px);
  background-color: #fff;
  border-radius: 10px;
}
.musicbar_coupon_contents_detail {
  padding: 15px 20px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.musicbar_coupon_contents_tab {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.musicbar_coupon_contents_tab_tab {
  position: relative;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 9px;
  padding: 0 6px;
  font-size: 10px;
  line-height: 1;
  background: linear-gradient(#d1ad69, #ae8a3f) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.musicbar_coupon_contents_tab_tab::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 9px;
  /* 角を丸くする */
  padding: 1px;
  /* ボーダーの幅を調整 */
  background: linear-gradient(#d1ad69, #ae8a3f);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.musicbar_contents_subbutton::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  /* 角を丸くする */
  padding: 1px;
  /* ボーダーの幅を調整 */
  background: linear-gradient(#d1ad69, #ae8a3f);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.musicbar_coupon_contents_title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
}
.musicbar_coupon_contents_price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.musicbar_coupon_contents_price_original {
  font-size: 10px;
  color: #333333;
  line-height: 1.2;
}
.musicbar_coupon_contents_price_original p span {
  font-size: 12px;
}
.musicbar_coupon_contents_price_arrow {
  width: 7px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .musicbar_coupon_contents {
    width: 100%;
  }
}
.musicbar_coupon_contents_price_discount {
  color: #e50112;
  line-height: 1.2;
  font-weight: bold;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.musicbar_coupon_contents_price_discount p span {
  font-size: 20px;
  font-family: "futura";
}
.musicbar_coupon_contents_note {
  margin-bottom: 10px;
  /* flex-direction: column; */
}
.musicbar_coupon_contents_note_item_label {
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "futura";
  font-weight: 300;
  margin-bottom: 5px;
}
.musicbar_coupon_contents_note_item_label span {
  margin-left: 5px;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro";
}
.musicbar_coupon_contents_note_item_text {
  font-size: 10px;
  line-height: 1.2;
}
.musicbar_coupon_contents_fixed_note {
  line-height: 1;
  font-size: 10px;
  color: #666666;
  padding: 5px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
}
.musicbar_coupon_contents_note_item:first-child {
  margin-bottom: 10px;
}
.musicbar_cv_buttons {
  width: 100%;
  height: 40px;
  color: #fff;
  background: linear-gradient(45deg, #d1ad69, #ae8a3f);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-family: "futura";
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  font-weight: 300;
  position: relative;
}
.musicbar_cv_buttons span {
  font-size: 10px;
}
.musicbar_cv_buttons::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/arrow.svg);
  width: 10px;
  height: 17px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.musicbar_title {
  margin-top: 40px;
  margin-bottom: 20px;
}
.musicbar_title_first {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* .musicbar_coupon_button_contents {
	margin: 0 auto;
} */
.musicbar_coupon_button {
  width: 335px;
  height: 54px;
  background: linear-gradient(#d1ad69, #ae8a3f) no-repeat;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-family: "futura";
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.musicbar_coupon_button::before {
  content: "";
  background-image: url(../img/index/arrow.svg);
  width: 10px;
  height: 17px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.musicbar_coupon_button span {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .musicbar_coupon_button {
    width: 100%;
  }
}
.musicbar_events_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.musicbar_events_list_contents {
  width: calc((100% - 30px) / 3);
}
.musicbar_events_list_contents_img {
  width: 100%;
  margin-bottom: 10px;
}
.musicbar_events_list_contents_img_img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.musicbar_events_list_contents_img_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.musicbar_events_list_contents_date {
  font-size: 12px;
  position: relative;
  padding-left: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
.musicbar_events_list_contents_date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url(../img/musicbar/in_icon_calender_black.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.musicbar_events_list_contents_name {
  font-weight: bold;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .musicbar_events_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .musicbar_events_list_contents {
    width: calc((100% - 15px) / 2);
  }
}
.musicbar_h1_top {
  margin-top: 20px;
}
.musicbar_coupon_contents_mypagetitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.musicbar_coupon_contents_musicbarname {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.2;
}
.musicbar_coupon_contents_musicbararea {
  font-size: 10px;
  color: #666;
  position: relative;
  line-height: 1;
}
.musicbar_coupon_contents_musicbararea::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/in_icon_adress.svg);
  width: 11px;
  height: 15px;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.search_club_contents_box_category {
  height: 18px;
  border-radius: 9px;
  width: auto;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 10px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
  background-color: #82bfb5;
  color: #004d40;
  font-weight: bold;
}
.search_club_contents_box_category_name_name {
  position: relative;
  top: 0.4px;
}
.search_club_contents_box_category_icon {
  width: 13px;
}
.jnp_tab {
  background-color: #000;
}
.jnp_tab_name {
  color: #fff;
  padding-left: 0;
}
.atom_tab {
  background-color: #ffc5b2;
}
.beach_tab {
  background-color: #c5d9ff;
}
.beach_tab_name {
  color: #145395;
}
.atom_tab_name {
  color: #ff5722;
}
.musicbar_contents_subbutton {
  background: transparent;
  -webkit-background-clip: border-box;
  /* 初期値 */
  -webkit-text-fill-color: initial;
  border: 1px solid #000;
}
.musicbar_contents_subbutton::after {
  display: none;
}
.musicbar_contents_subbutton {
  background: transparent;
  -webkit-background-clip: border-box;
  /* 初期値 */
  -webkit-text-fill-color: initial;
  border: 1px solid #000;
  border-radius: 20px;
}
.musicbar_contents_subbutton2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../img/index/arrow_black.svg);
  width: 10px;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .musicbar_contents_subbutton {
    background: transparent;
    -webkit-background-clip: border-box;
    /* 初期値 */
    -webkit-text-fill-color: initial;
    border: 1px solid #000;
    border-radius: 20px;
  }
  .musicbar_contents_subbutton2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url(../img/index/arrow_black.svg);
    width: 10px;
    height: 17px;
  }
}
.event_ticket_list {
  display: flex;
  gap: 30px;
  column-gap: 10px;
  line-height: 1;
  flex-wrap: wrap;
}
.event_ticket_list .contents {
  width: calc((100% - 10px) / 2);
}
.event_ticket_list .contents .flyer {
  margin-bottom: 9px;
  position: relative;
}
.event_ticket_list .contents .flyer .todaysevent {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 6px;
  background-color: #cd1b1b;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event_ticket_list .contents h2 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 2行まで表示 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 省略記号（…）を表示 */
  max-height: 2.4em;
}
.event_ticket_list .contents .place {
  font-size: 12px;
  color: #666;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.event_ticket_list .contents .place::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background: url(../img/index/in_icon_adress.svg) center center / cover no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
.event_ticket_list .contents .date {
  font-size: 12px;
  color: #666;
  position: relative;
  padding-left: 15px;
}
.event_ticket_list .contents .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background: url(../img/top/date_gray.svg) center center / cover no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
.in_cont03_area_map_thailand {
  width: 50%;
}
.in_cont03_area_map_thailand img {
  width: 50%;
}
@media screen and (max-width: 1216px) {
  .in_cont03_area_map_thailand {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .in_cont03_area_map_thailand {
    width: 100%;
  }
  .in_cont03_area_map_thailand img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .in_cont03_area_map_thailand .map_width {
    width: 50%;
  }
}
.specialplan_contents {
  padding: 0 20px;
}
.plan_detail_specialplan {
  border: 3px solid #000;
  padding: 0;
}
.plan_detail_specialplan .special_plan_contents {
  background-color: #000;
  color: #fff;
  padding: 10px 10px;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.plan_detail_specialplan .special_plan_contents .verve-logo {
  width: auto;
  max-width: calc((100% - 60px) / 2);
  max-height: 50px;
}
.plan_detail_specialplan .special_plan_contents .CP-logo {
  width: auto;
  max-width: calc((100% - 60px) / 2);
  max-height: 50px;
}
.plan_detail_specialplan .special_plan_detail {
  padding: 15px;
}
.plan_detail_specialplan .plan_detail_newdesign_flex .plan_info {
  width: 60%;
}
.plan_detail_specialplan .plan_detail_newdesign_flex .special_plan_title {
  width: 40%;
}
.plan_detail_specialplan .plan_detail_newdesign_flex .special_plan_title h5 {
  letter-spacing: 1px;
}
.plan_detail_specialplan .plan_detail_newdesign_flex .special_plan_title .special_plan_rainbow {
  font-family: "Futura-Bold";
  font-size: 22px;
  background: linear-gradient(45deg, #f88dcd 0%, #ae3df6 15%, #37aefd 30%, #00ffff 45%, #71ff61 60%, #fbff00 65%, #fbff00 70%, #f50b04 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #d1ad69;
}
.todays_vip_plan_contents_planinfo_right .special_plan_title {
  line-height: 1;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "futura";
  font-weight: 300;
  margin-bottom: 8px;
}
.todays_vip_plan_contents_planinfo_right .special_plan_title .special_plan_rainbow {
  font-family: "Futura-Bold";
  font-size: 14px;
  background: linear-gradient(45deg, #f88dcd 0%, #ae3df6 15%, #37aefd 30%, #00ffff 45%, #71ff61 60%, #fbff00 65%, #fbff00 70%, #f50b04 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #d1ad69;
}
.todays_event_contents_plandetail_plan .special_plan_title {
  line-height: 1;
  letter-spacing: 1px;
  font-size: 15px;
  font-family: "futura";
  font-weight: 300;
  margin-bottom: 5px;
}
.todays_event_contents_plandetail_plan .special_plan_title .special_plan_rainbow {
  font-family: "Futura-Bold";
  font-size: 14px;
  background: linear-gradient(45deg, #f88dcd 0%, #ae3df6 15%, #37aefd 30%, #00ffff 45%, #71ff61 60%, #fbff00 65%, #fbff00 70%, #f50b04 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #d1ad69;
}
.todays_event_contents_plandetail_plan_message_plan .special_plan_rainbow {
  font-family: "Futura-Bold";
  font-size: 14px;
  background: linear-gradient(45deg, #f88dcd 0%, #ae3df6 15%, #37aefd 30%, #00ffff 45%, #71ff61 60%, #fbff00 65%, #fbff00 70%, #f50b04 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #d1ad69;
}
.vipplan_detail_contents .title h5 .special_plan_rainbow {
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 24px;
  background: linear-gradient(45deg, #f88dcd 0%, #ae3df6 15%, #37aefd 30%, #00ffff 45%, #71ff61 60%, #fbff00 65%, #fbff00 70%, #f50b04 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #d1ad69;
}
.confirm_return_btn {
  height: 40px;
}
.guest_list_text {
  margin: 20px 0;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.6;
}
@font-face {
  font-family: "hel_bold";
  src: url("../font/Helvetica-Bold.ttf");
  font-display: swap;
}
.freedrink_page .subordinate_contents {
  margin-bottom: 20px;
}
.freedrink {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .freedrink {
    margin-bottom: 40px;
  }
}
.freedrink .freedrink_flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.freedrink .freedrink_flex .freedrink_card {
  width: calc((100% / 2) - 20px);
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .freedrink .freedrink_flex .freedrink_card {
    width: 100%;
  }
}
.freedrink .freedrink_flex .freedrink_card .top {
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-family: "hel_bold";
  line-height: 1;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.freedrink .freedrink_flex .freedrink_card .detail {
  padding: 10px;
}
.freedrink .freedrink_flex .freedrink_card .detail .tab {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .freedrink .freedrink_flex .freedrink_card .detail .tab {
    gap: 2px;
  }
}
.freedrink .freedrink_flex .freedrink_card .detail .tab .tab_tab {
  padding: 0 4px;
  height: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 500px) {
  .freedrink .freedrink_flex .freedrink_card .detail .tab .tab_tab {
    font-size: 8px;
  }
}
.freedrink .freedrink_flex .freedrink_card .detail .credit_payment {
  text-align: center;
  margin-bottom: 2px;
}
.freedrink .freedrink_flex .freedrink_card .detail .credit_payment img {
  width: 46%;
}
.freedrink .freedrink_flex .freedrink_card .detail .title {
  padding-left: 14px;
  position: relative;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.freedrink .freedrink_flex .freedrink_card .detail .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.freedrink .freedrink_flex .freedrink_card .detail .freedrink_ticket_note {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.freedrink .freedrink_flex .freedrink_card .detail .freedrink_ticket_note .text {
  width: 100%;
  font-size: 10px;
  color: #666;
  line-height: 1;
}
.freedrink .freedrink_flex .freedrink_card .detail .price {
  width: 100%;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 5px;
  gap: 5px;
}
.freedrink .freedrink_flex .freedrink_card .detail .price .before_price {
  font-size: 12px;
  color: #666666;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  bottom: 4px;
}
.freedrink .freedrink_flex .freedrink_card .detail .price .before_price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #666;
}
.freedrink .freedrink_flex .freedrink_card .detail .price .price_arrow {
  width: 5.8px;
  position: relative;
  bottom: 4px;
}
.freedrink .freedrink_flex .freedrink_card .detail .price .after_price {
  color: #cd1b1b;
  font-size: 30px;
  font-family: "hel_bold";
}
.freedrink .freedrink_flex .freedrink_card .detail .btn {
  width: 64%;
  text-align: center;
  margin: 0 auto;
  height: 36px;
  color: #fff;
  background: linear-gradient(45deg, #d1ad69, #ae8a3f);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-family: "futura";
  line-height: 1;
  border-radius: 5px;
  position: relative;
}
.freedrink .freedrink_flex .freedrink_card .detail .btn span {
  font-size: 10px;
}
.freedrink .freedrink_flex .freedrink_card .detail .btn::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 17px;
  background-image: url(../img/top/icon__btn__arrow.svg);
}
.freedrink .freedrink_flex .freedrink_card.card_mens .top {
  background-color: #018bd6;
}
.freedrink .freedrink_flex .freedrink_card.card_mens .detail .tab .tab_tab {
  color: #018bd6;
  background-color: #c1e9ff;
}
.freedrink .freedrink_flex .freedrink_card.card_mens .detail .title::before {
  background-image: url(../img/freedrink/mens.svg);
}
.freedrink .freedrink_flex .freedrink_card.card_womens .top {
  background-color: #e56e94;
}
.freedrink .freedrink_flex .freedrink_card.card_womens .detail .tab .tab_tab {
  color: #e56e94;
  background-color: #ffe2eb;
}
.freedrink .freedrink_flex .freedrink_card.card_womens .detail .title::before {
  background-image: url(../img/freedrink/womens.svg);
}
.freedrink .note {
  border-radius: 5px;
  padding: 10px 5px;
  background-color: #fff;
  border: 1px solid #666;
  color: #666;
  position: relative;
}
.freedrink .note .close_btn2 {
  position: relative;
  color: #000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}
.freedrink .note .close_btn2 .arrow_close {
  position: relative;
}
.freedrink .note .close_btn2 .arrow_close::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-image: url(../img/index/arrow_up.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.freedrink .note .close_btn {
  position: relative;
  color: #000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}
.freedrink .note .close_btn .arrow_close {
  position: relative;
}
.freedrink .note .close_btn .arrow_close::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-image: url(../img/index/arrow_up.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.freedrink .note .note_title {
  font-size: 14px;
  font-family: "Helvetica-Bold";
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
}
.freedrink .note .note_title span {
  font-size: 10px;
}
.freedrink .note .note_text {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 6em;
  transition: all 0.3s ease;
}
.freedrink .note .note_text p {
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.freedrink .note .note_text.open {
  -webkit-line-clamp: unset;
  max-height: none;
  display: block;
}
.freedrink .note .viewmore_btn {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(180deg, rgba(245, 245, 245, 0.3), rgba(255, 255, 255, 0.9));
  padding-top: 10px;
  height: 20px;
}
.freedrink .note .viewmore_btn .arrow_viewmore {
  position: relative;
}
.freedrink .note .viewmore_btn .arrow_viewmore::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-image: url(../img/index/arrow_down.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.freedrink .note .viewmore_btn2 {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(180deg, rgba(245, 245, 245, 0.3), rgba(255, 255, 255, 0.9));
  padding-top: 10px;
  height: 20px;
}
.freedrink .note .viewmore_btn2 .arrow_viewmore {
  position: relative;
}
.freedrink .note .viewmore_btn2 .arrow_viewmore::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-image: url(../img/index/arrow_down.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.entrance_coupon {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.entrance_coupon .guest_list_text {
  margin-bottom: 20px;
}
.entrance_coupon .coupon_flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.entrance_coupon .coupon_flex .coupon_card {
  width: calc((100% / 2) - 20px);
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .entrance_coupon .coupon_flex .coupon_card {
    width: 100%;
  }
}
.entrance_coupon .coupon_flex .coupon_card .top {
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-family: "hel_bold";
  line-height: 1;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
}
.entrance_coupon .coupon_flex .coupon_card .detail {
  padding: 10px;
}
.entrance_coupon .coupon_flex .coupon_card .detail .title {
  position: relative;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.entrance_coupon .coupon_flex .coupon_card .detail .price_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}
.entrance_coupon .coupon_flex .coupon_card .detail .price_flex .mens_womens {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.entrance_coupon .coupon_flex .coupon_card .detail .price_flex .mens_womens .title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
}
.entrance_coupon .coupon_flex .coupon_card .detail .price_flex .mens_womens .title img {
  width: 9px;
  height: 14px;
}
.entrance_coupon .coupon_flex .coupon_card .detail .price_flex .mens_womens .title h4 {
  line-height: 1;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
}
.entrance_coupon .coupon_flex .coupon_card .detail .price_flex .mens_womens .price {
  display: flex;
  align-items: center;
  gap: 6px;
  width: auto;
}
.entrance_coupon .coupon_flex .coupon_card .detail .price_flex .mens_womens .price .before_price {
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #666;
  position: relative;
}
.entrance_coupon .coupon_flex .coupon_card .detail .price_flex .mens_womens .price .before_price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666;
  transform: translateY(-50%);
}
.entrance_coupon .coupon_flex .coupon_card .detail .price_flex .mens_womens .price img {
  width: 5.82px;
}
.entrance_coupon .coupon_flex .coupon_card .detail .price_flex .mens_womens .price .after_price {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.entrance_coupon .coupon_flex .coupon_card .detail .entranceBoxComment {
  margin-bottom: 5px;
  font-size: 12px;
}
.entrance_coupon .coupon_flex .coupon_card .detail .btn {
  width: 64%;
  text-align: center;
  margin: 0 auto;
  height: 36px;
  color: #fff;
  background: linear-gradient(45deg, #d1ad69, #ae8a3f);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-family: "futura";
  line-height: 1;
  border-radius: 5px;
  position: relative;
}
.entrance_coupon .coupon_flex .coupon_card .detail .btn span {
  font-size: 10px;
}
.entrance_coupon .coupon_flex .coupon_card .detail .btn::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 17px;
  background-image: url(../img/top/icon__btn__arrow.svg);
}
.entrance_coupon .note {
  border-radius: 5px;
  padding: 10px 5px;
  background-color: #fff;
  border: 1px solid #666;
  color: #666;
  position: relative;
}
.entrance_coupon .note .close_btn2 {
  position: relative;
  color: #000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}
.entrance_coupon .note .close_btn2 .arrow_close {
  position: relative;
}
.entrance_coupon .note .close_btn2 .arrow_close::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-image: url(../img/index/arrow_up.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.entrance_coupon .note .note_title {
  font-size: 14px;
  font-family: "Helvetica-Bold";
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
}
.entrance_coupon .note .note_title span {
  font-size: 10px;
}
.entrance_coupon .note .note_text {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 6em;
  transition: all 0.3s ease;
}
.entrance_coupon .note .note_text p {
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.entrance_coupon .note .note_text.open {
  -webkit-line-clamp: unset;
  max-height: none;
  display: block;
}
.entrance_coupon .note .viewmore_btn2 {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(180deg, rgba(245, 245, 245, 0.3), rgba(255, 255, 255, 0.9));
  padding-top: 10px;
  height: 20px;
}
.entrance_coupon .note .viewmore_btn2 .arrow_viewmore {
  position: relative;
}
.entrance_coupon .note .viewmore_btn2 .arrow_viewmore::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-image: url(../img/index/arrow_down.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.freedrink_clubtop {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.freedrink_clubtop .club_title_top {
  padding: 0;
}
.club_top_contents .freedrink_coupon_card {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .club_top_contents .freedrink_coupon_card {
    width: 100%;
  }
}
.club_top_contents .freedrink_coupon_card .club_info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.club_top_contents .freedrink_coupon_card .club_info img {
  width: 50px;
  height: 50px;
}
.club_top_contents .freedrink_coupon_card .club_info .club_info_info {
  line-height: 1;
}
.club_top_contents .freedrink_coupon_card .club_info .club_info_info p {
  font-size: 10px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #666;
  margin-bottom: 4px;
}
.club_top_contents .freedrink_coupon_card .club_info .club_info_info h3 {
  font-size: 14px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #000;
  margin-bottom: 4px;
}
.club_top_contents .freedrink_coupon_card .club_info .club_info_info .info_area {
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  color: #666;
  font-size: 10px;
  padding-left: 15px;
  position: relative;
}
.club_top_contents .freedrink_coupon_card .club_info .club_info_info .info_area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 15px;
  background-image: url(../img/index/in_icon_adress.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.club_top_contents .freedrink_coupon_card .detail_flex {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail {
  width: calc((100% - 5px) / 2);
  border-radius: 5px;
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail .top {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  height: 20px;
  font-family: "hel_bold";
  display: flex;
  align-items: center;
  justify-content: center;
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents {
  padding: 0 5px;
  display: flex;
  align-items: center;
  height: 66px;
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents h4 {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  position: relative;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 4px;
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7.7px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents .before_price {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 2px;
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents .before_price .before_price_price {
  font-size: 12px;
  line-height: 1;
  color: #666;
  position: relative;
  font-family: "hel_bold";
  display: inline;
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents .before_price .before_price_price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #666;
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents .after_price {
  font-size: 18px;
  color: #cd1c1c;
  line-height: 1;
  font-family: "hel_bold";
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail.mens {
  border: 1px solid #018bd6;
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail.mens .top {
  border: 5px 5px 0 0;
  background-color: #018bd6;
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail.mens .contents h4::before {
  background-image: url(../img/freedrink/mens.svg);
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail.womens {
  border: 1px solid #e56e94;
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail.womens .top {
  border: 5px 5px 0 0;
  background-color: #e56e94;
}
.club_top_contents .freedrink_coupon_card .detail_flex .freedrink_detail.womens .contents h4::before {
  background-image: url(../img/freedrink/womens.svg);
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail {
  width: calc((100% - 5px) / 2);
  border-radius: 5px;
  border: 1px solid #000;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .top {
  border: 5px 5px 0 0;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  height: 20px;
  font-family: "hel_bold";
  display: flex;
  align-items: center;
  justify-content: center;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents {
  height: 66px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents h4 {
  font-size: 10px;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  margin-bottom: 4px;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .contents_contents {
  width: 100%;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail {
  display: flex;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .mens {
  width: 50%;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .mens h5 {
  font-size: 10px;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .mens h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7.7px;
  height: 12px;
  background-image: url(../img/freedrink/mens.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .womens {
  width: 50%;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .womens h5 {
  font-size: 10px;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .womens h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7.7px;
  height: 12px;
  background-image: url(../img/freedrink/womens.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .before_price {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 2px;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .before_price .before_price_price {
  font-size: 8px;
  line-height: 1;
  color: #666;
  position: relative;
  font-family: "hel_bold";
  display: inline;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .before_price .before_price_price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #666;
}
.club_top_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .after_price {
  font-size: 10px;
  color: #000;
  line-height: 1;
  font-family: "hel_bold";
}
.club_top_contents .freedrink_coupon_card .guest_free_button {
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.club_top_contents .freedrink_coupon_card .guest_free_button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 17px;
  background-image: url(../img/index/arrow_black.svg);
}
.freedrink_coupon_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.freedrink_coupon_flex .freedrink_coupon_card {
  width: calc((100% - 40px) / 3);
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .freedrink_coupon_flex .freedrink_coupon_card {
    width: 100%;
  }
}
.freedrink_coupon_flex .freedrink_coupon_card .club_info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.freedrink_coupon_flex .freedrink_coupon_card .club_info img {
  width: 50px;
  height: 50px;
}
.freedrink_coupon_flex .freedrink_coupon_card .club_info .club_info_info {
  line-height: 1;
}
.freedrink_coupon_flex .freedrink_coupon_card .club_info .club_info_info p {
  font-size: 10px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #666;
  margin-bottom: 4px;
}
.freedrink_coupon_flex .freedrink_coupon_card .club_info .club_info_info h3 {
  font-size: 14px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #000;
  margin-bottom: 4px;
}
.freedrink_coupon_flex .freedrink_coupon_card .club_info .club_info_info .info_area {
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  color: #666;
  font-size: 10px;
  padding-left: 15px;
  position: relative;
}
.freedrink_coupon_flex .freedrink_coupon_card .club_info .club_info_info .info_area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 15px;
  background-image: url(../img/index/in_icon_adress.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail {
  width: calc((100% - 5px) / 2);
  border-radius: 5px;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail .top {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  height: 20px;
  font-family: "hel_bold";
  display: flex;
  align-items: center;
  justify-content: center;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail .contents {
  padding: 0 5px;
  display: flex;
  align-items: center;
  height: 66px;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail .contents h4 {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  position: relative;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 4px;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail .contents h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7.7px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail .contents .before_price {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 2px;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail .contents .before_price .before_price_price {
  font-size: 12px;
  line-height: 1;
  color: #666;
  position: relative;
  font-family: "hel_bold";
  display: inline;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail .contents .before_price .before_price_price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #666;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail .contents .after_price {
  font-size: 18px;
  color: #cd1c1c;
  line-height: 1;
  font-family: "hel_bold";
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail.mens {
  border: 1px solid #018bd6;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail.mens .top {
  border: 5px 5px 0 0;
  background-color: #018bd6;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail.mens .contents h4::before {
  background-image: url(../img/freedrink/mens.svg);
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail.womens {
  border: 1px solid #e56e94;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail.womens .top {
  border: 5px 5px 0 0;
  background-color: #e56e94;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .freedrink_detail.womens .contents h4::before {
  background-image: url(../img/freedrink/womens.svg);
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail {
  width: calc((100% - 5px) / 2);
  border-radius: 5px;
  border: 1px solid #000;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .top {
  border: 5px 5px 0 0;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  height: 20px;
  font-family: "hel_bold";
  display: flex;
  align-items: center;
  justify-content: center;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents {
  height: 66px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents h4 {
  font-size: 10px;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  margin-bottom: 4px;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents .contents_contents {
  width: 100%;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail {
  display: flex;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .mens {
  width: 50%;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .mens h5 {
  font-size: 10px;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .mens h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7.7px;
  height: 12px;
  background-image: url(../img/freedrink/mens.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .womens {
  width: 50%;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .womens h5 {
  font-size: 10px;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .womens h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7.7px;
  height: 12px;
  background-image: url(../img/freedrink/womens.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .before_price {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 2px;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .before_price .before_price_price {
  font-size: 8px;
  line-height: 1;
  color: #666;
  position: relative;
  font-family: "hel_bold";
  display: inline;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .before_price .before_price_price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #666;
}
.freedrink_coupon_flex .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .after_price {
  font-size: 10px;
  color: #000;
  line-height: 1;
  font-family: "hel_bold";
}
.freedrink_coupon_flex .freedrink_coupon_card .guest_free_button {
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.freedrink_coupon_flex .freedrink_coupon_card .guest_free_button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 17px;
  background-image: url(../img/index/arrow_black.svg);
}
.purchase_contents_message_ja {
  font-size: 12px;
}
.freedrink_contents {
  background-color: #f5f5f5;
}
.freedrink_contents .purchase_contents {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 640px;
}
.freedrink_contents .purchase_contents .flow_design {
  padding-top: 20px;
}
.confirm_form_contents .club_title {
  margin-bottom: 20px;
}
.confirm_form_contents .club_title h2 {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 18px;
  font-family: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
}
.confirm_form_contents .club_title .ticketName {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.confirm_form_contents .club_title .ticketName:before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 1000px;
  background-color: #333;
}
.confirm_form_contents .club_title .detailBox {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.confirm_form_contents .club_title .detailBox dt,
.confirm_form_contents .club_title .detailBox dd {
  padding: 8px;
  line-height: 1.4;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  border-bottom: 1px dotted #ccc;
}
.confirm_form_contents .club_title .detailBox dt:nth-last-child(-n + 2),
.confirm_form_contents .club_title .detailBox dd:nth-last-child(-n + 2) {
  border-bottom: none;
}
.confirm_form_contents .club_title .detailBox dt {
  width: 20%;
  border-right: 1px solid #ccc;
  background-color: #f6f6f6;
}
.confirm_form_contents .club_title .detailBox dd {
  width: 80%;
  font-weight: bold;
  background-color: #fff;
}
.confirm_form_contents .club_title h3 {
  line-height: 1;
  font-size: 12px;
  font-family: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.confirm_form_contents .reserve_form_multi_column {
  display: flex;
  gap: 10px;
}
.freedrink_purchase_form_box_layout .form_radio_box_contents {
  justify-content: initial;
  height: 50px;
}
.freedrink_purchase_form_box_layout .form_radio_box_contents .paypay_logo {
  background-image: url(../img/freedrink/paypay_logo.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.freedrink_purchase_form_box_layout .form_radio_box_contents .form_radio_box_contents_right {
  width: 20px;
  padding-right: 0;
  margin-left: 20px;
}
.freedrink_purchase_form_box_layout .form_radio_box_contents .form_radio_box_contents_right_label::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.freedrink_purchase_form_box_layout .form_radio_box_contents .form_radio_box_contents_right_label::after {
  content: "";
  background: #162b75;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
}
.freedrink_purchase_form_box_layout .form_radio_box_contents .form_radio_box_contents_left {
  padding-left: 0;
}
#credit_payment_contents {
  display: none;
}
#credit_payment_contents .reserve_use_card_icon_box {
  margin-bottom: 20px;
}
.freedrink_contents .reserve_confirm_section {
  padding: 20px 0;
}
.freedrink_contents .reserve_confirm_section_text {
  text-align: left;
}
.flow_design_entrance_coupon .flow_design_box {
  width: calc((100% - 15px) / 4);
}
.entrance_coupon_terms_list_box {
  margin-top: 40px;
  margin-bottom: 20px;
}
.entrance_coupon_terms_list_box .notes_check_section {
  margin-left: 0;
  margin-right: 0;
}
.guestlist_contents .freedrink_coupon_card {
  width: calc((100% - 40px) / 3);
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .guestlist_contents .freedrink_coupon_card {
    width: 100%;
  }
}
.guestlist_contents .freedrink_coupon_card .club_info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.guestlist_contents .freedrink_coupon_card .club_info img {
  width: 50px;
  height: 50px;
}
.guestlist_contents .freedrink_coupon_card .club_info .club_info_info {
  line-height: 1;
}
.guestlist_contents .freedrink_coupon_card .club_info .club_info_info p {
  font-size: 10px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #666;
  margin-bottom: 4px;
}
.guestlist_contents .freedrink_coupon_card .club_info .club_info_info h3 {
  font-size: 14px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #000;
  margin-bottom: 4px;
}
.guestlist_contents .freedrink_coupon_card .club_info .club_info_info .info_area {
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  color: #666;
  font-size: 10px;
  padding-left: 15px;
  position: relative;
}
.guestlist_contents .freedrink_coupon_card .club_info .club_info_info .info_area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 15px;
  background-image: url(../img/index/in_icon_adress.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.guestlist_contents .freedrink_coupon_card .detail_flex {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail {
  width: calc((100% - 5px) / 2);
  border-radius: 5px;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail .top {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  height: 20px;
  font-family: "hel_bold";
  display: flex;
  align-items: center;
  justify-content: center;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents {
  padding: 0 5px;
  display: flex;
  align-items: center;
  height: 66px;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents h4 {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  position: relative;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 4px;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7.7px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents .before_price {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 2px;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents .before_price .before_price_price {
  font-size: 12px;
  line-height: 1;
  color: #666;
  position: relative;
  font-family: "hel_bold";
  display: inline;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents .before_price .before_price_price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #666;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail .contents .after_price {
  font-size: 18px;
  color: #cd1c1c;
  line-height: 1;
  font-family: "hel_bold";
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail.mens {
  border: 1px solid #018bd6;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail.mens .top {
  border: 5px 5px 0 0;
  background-color: #018bd6;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail.mens .contents h4::before {
  background-image: url(../img/freedrink/mens.svg);
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail.womens {
  border: 1px solid #e56e94;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail.womens .top {
  border: 5px 5px 0 0;
  background-color: #e56e94;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .freedrink_detail.womens .contents h4::before {
  background-image: url(../img/freedrink/womens.svg);
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail {
  width: calc((100% - 5px) / 2);
  border-radius: 5px;
  border: 1px solid #000;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .top {
  border: 5px 5px 0 0;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  height: 20px;
  font-family: "hel_bold";
  display: flex;
  align-items: center;
  justify-content: center;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents {
  height: 66px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents h4 {
  font-size: 10px;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  margin-bottom: 4px;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .contents_contents {
  width: 100%;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail {
  display: flex;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .mens {
  width: 50%;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .mens h5 {
  font-size: 10px;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .mens h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7.7px;
  height: 12px;
  background-image: url(../img/freedrink/mens.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .womens {
  width: 50%;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .womens h5 {
  font-size: 10px;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .womens h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7.7px;
  height: 12px;
  background-image: url(../img/freedrink/womens.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .before_price {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 2px;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .before_price .before_price_price {
  font-size: 8px;
  line-height: 1;
  color: #666;
  position: relative;
  font-family: "hel_bold";
  display: inline;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .before_price .before_price_price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #666;
}
.guestlist_contents .freedrink_coupon_card .detail_flex .coupon_detail .contents .detail .after_price {
  font-size: 10px;
  color: #000;
  line-height: 1;
  font-family: "hel_bold";
}
.guestlist_contents .freedrink_coupon_card .guest_free_button {
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guestlist_contents .freedrink_coupon_card .guest_free_button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 17px;
  background-image: url(../img/index/arrow_black.svg);
}
.freedrink_contents .Store_top_Event_list_drop_Date {
  width: 100%;
}
.in_link_viewall.in_link_viewall_sougou.futura {
  font-family: "futura";
  font-weight: 300;
}
.banner_vip {
  max-width: 640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
}
