@font-face {
  font-family: 'alternate';
  src: url("../font/alternate.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url("../font/Helvetica-Bold.ttf");
  font-display: swap;
}
.fes .festival_contents {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 20px;
}
.fes .festival_contents .title h1 {
  font-size: 24px;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.fes .festival_contents img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .fes .festival_contents {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .fes .pc {
    display: unset;
  }
  .fes .sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .fes .pc {
    display: none;
  }
  .fes .sp {
    display: unset;
  }
}
.fes .title_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
.fes .title_contents h1 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.fes .title_contents .text_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  overflow: hidden;
  line-height: 1.6;
  max-height: 160px;
}
.fes .title_contents .text_contents .text_block {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.fes .title_contents .text_contents .text_block h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.4;
  padding-left: 10px;
  border-left: 3px solid transparent;
  border-image: linear-gradient(45deg, #d1ad69, #ae8a3f) 1;
}
.fes .title_contents .text_contents .text_block h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.fes .title_contents .text_contents .text_block p strong {
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.fes .title_contents .text_contents .text_block .news_itemization {
  line-height: 1.5;
  font-size: 14px;
  border-radius: 5px;
}
.fes .title_contents .text_contents .text_block .news_itemization .news_itemization_list {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.fes .title_contents .text_contents .text_block .news_itemization .news_itemization_list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transform: translateY(-50%);
  background: #CB0A6B;
}
.fes .title_contents .text_contents .text_block .news_itemization .news_itemization_list:last-of-type {
  margin-bottom: 0;
}
.fes .title_contents .text_contents .ticket_outline_close {
  margin-top: 0;
}
.fes .slider_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .fes .slider_contents {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.fes .scheduled_festival {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.fes .scheduled_festival .scheduled_year {
  font-size: 24px;
  font-family: "Helvetica-Bold";
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.fes .scheduled_festival a img {
  width: 100%;
}
.fes .fes_title {
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.fes .fes_title p {
  font-size: 30px;
  font-family: "alternate";
  line-height: 1;
  margin-bottom: 5px;
}
.fes .fes_title p span {
  color: #CB0A6B;
}
.fes .fes_title h2 {
  font-size: 10px;
  line-height: 1;
}
.fes .fes_title.fes_rakanpsy span {
  color: #1e8a16;
}
.fes .fes_news_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.fes .fes_news_contents .fes_news_contents_flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 7px;
}
.fes .fes_news_contents .fes_news_contents_flex .news_card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.fes .fes_news_contents .fes_news_contents_flex .news_card .news_card_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  width: 50%;
  aspect-ratio: 3 / 3;
}
.fes .fes_news_contents .fes_news_contents_flex .news_card .news_card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.fes .fes_news_contents .fes_news_contents_flex .news_card .news_title {
  width: 50%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 20px;
}
.fes .fes_news_contents .news_viewmore {
  margin-top: 20px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  display: none;
}
.fes .fes_news_contents .news_viewmore .viewmore_contents {
  position: relative;
  display: inline;
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  background-color: #f5f5f5;
  cursor: pointer;
}
.fes .fes_news_contents .news_viewmore .viewmore_contents::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  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;
}
.fes .fes_news_contents .news_close {
  font-size: 12px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.fes .fes_news_contents .news_close .close_contents {
  position: relative;
  display: inline;
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  background-color: #f5f5f5;
  cursor: pointer;
}
.fes .fes_news_contents .news_close .close_contents::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  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;
}
.fes .fes_movie_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.fes .fes_movie_contents iframe {
  width: 100%;
  aspect-ratio: 9 / 5;
  object-fit: cover;
}
.fes .fes_archives_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.fes .fes_archives_contents .archives_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.fes .fes_archives_contents .archives_contents img {
  width: 100%;
}
.fes .fes_archives_contents .scheduled_year {
  font-size: 24px;
  font-family: "Helvetica-Bold";
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.fes .fes_archives_contents a img {
  width: 100%;
}
.fes .fes_qanda_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.fes .fes_qanda_contents .qanda {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.fes .fes_qanda_contents .qanda .contents {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.fes .fes_qanda_contents .qanda .contents .question {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 10px;
}
.fes .fes_qanda_contents .qanda .contents .question .circle {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  line-height: 1;
}
.fes .fes_qanda_contents .qanda .contents .question h3 {
  width: calc(100% - 41px);
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
.fes .fes_qanda_contents .qanda .contents .answer {
  display: flex;
  gap: 6px;
}
.fes .fes_qanda_contents .qanda .contents .answer .circle {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #CB0A6B;
  line-height: 1;
}
.fes .fes_qanda_contents .qanda .contents .answer p {
  width: calc(100% - 41px);
  margin-top: 7px;
  line-height: 1.6;
  font-size: 14px;
}
.fes .fes_sns_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.fes .fes_sns_contents .sns_details {
  display: flex;
}
.fes .fes_sns_contents .sns_details .sns_detail_box_first {
  width: calc(100% / 5);
}
.fes .fes_sns_contents .sns_details .sns_detail_box_first .sns_detail_box {
  padding-top: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.fes .fes_sns_contents .sns_details .sns_detail_box_first .sns_detail_box .sns_detail_box_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fes .fes_sns_contents .sns_details .sns_detail_box_first .sns_detail_box .sns_detail_box_box img {
  width: 30px;
}
.fes .fes_sns_contents .sns_details .sns_detail_box_first .sns_detail_box.insta {
  background: linear-gradient(45deg, #7638FA 0%, #D300C5 30%, #FFD600 100%);
}
.fes .fes_sns_contents .sns_details .sns_detail_box_first .sns_detail_box.facebook {
  background: #1877F2;
}
.fes .fes_sns_contents .sns_details .sns_detail_box_first .sns_detail_box.x {
  background: #000;
}
.fes .fes_sns_contents .sns_details .sns_detail_box_first .sns_detail_box.spotify {
  background: #000;
}
.fes .fes_sns_contents .sns_details .sns_detail_box_first .sns_detail_box.youtube {
  background: #FA2525;
}
.fes .title_contents_event_detail {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 30px;
}
.fes .title_contents_event_detail iframe {
  width: 100%;
  aspect-ratio: 9 / 5;
  object-fit: cover;
  margin-top: 30px;
}
.fes .title_contents_event_detail h1 {
  font-size: 24px;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
}
.fes .title_contents_event_detail img {
  width: 100%;
}
.fes .title_contents_event_detail .info .date {
  font-size: 12px;
  color: #666;
  line-height: 1;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.fes .title_contents_event_detail .info .date::before {
  background: url(../img/top/date_gray.svg) no-repeat center / cover;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fes .title_contents_event_detail .info .area {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}
.fes .title_contents_event_detail .info .area::before {
  background: url(../img/top/icon__location.svg);
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.fes .fes_about_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.fes .fes_about_contents .text_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  overflow: hidden;
  line-height: 1.6;
  max-height: 160px;
  margin-bottom: 20px;
}
.fes .fes_about_contents .text_contents .text_block {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.fes .fes_about_contents .text_contents .text_block h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.fes .fes_about_contents .text_contents .ticket_outline_close {
  margin-top: 0;
}
.fes .fes_about_contents .button_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fes .fes_about_contents .button_flex .fes_button {
  width: 100%;
  height: 54px;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-family: "futura";
  line-height: 1;
  border-radius: 5px;
  font-weight: 300;
  text-align: center;
}
.fes .fes_about_contents .button_flex .fes_button span {
  font-size: 10px;
}
.fes .fes_about_contents .button_flex .fes_button::before {
  content: "";
  height: 17px;
  width: 10px;
  position: absolute;
  background: url(../img/top/icon__btn__arrow.svg);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.fes .fes_about_contents .button_flex .fes_button.ticket_button {
  background: #CB0A6B;
}
.fes .fes_about_contents .button_flex .fes_button.vvip_button {
  background: linear-gradient(45deg, #d1ad69, #ae8a3f);
}
.fes .line_up_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.fes .line_up_contents .artists_list {
  display: flex;
  column-gap: 5px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.fes .line_up_contents .artists_list .artitsts_list_box {
  width: calc((100% - 5px) / 2);
}
.fes .line_up_contents .artists_list .artitsts_list_box .artists_image {
  position: relative;
  padding-top: 124.25%;
  overflow: hidden;
  margin-bottom: 10px;
}
.fes .line_up_contents .artists_list .artitsts_list_box .artists_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fes .line_up_contents .artists_list .artitsts_list_box h3 {
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
}
.fes .line_up_contents .artists_tab {
  display: flex;
  border: 1px solid #ccc;
  overflow-x: scroll;
  margin-bottom: 20px;
}
.fes .line_up_contents .artists_tab .artists_tab_button {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #ccc;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 4px 0;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.fes .line_up_contents .artists_tab .artists_tab_button.artists_tab_button_rakanpsy {
  width: 50%;
}
.fes .line_up_contents .artists_tab .artists_tab_button:last-of-type {
  border-right: none;
}
.fes .line_up_contents .artists_tab .artists_tab_button.active {
  background-color: #000;
  color: #fff;
}
.fes .line_up_contents .artists_list {
  display: flex;
  flex-wrap: wrap;
  row-rap: 20px;
  column-gap: 5px;
}
.fes .line_up_contents #artists_list_2 {
  display: none;
}
.fes .timetable_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.fes .timetable_contents .flow_image {
  width: 100%;
}
.fes .fes_note_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.fes .fes_note_contents .text {
  font-size: 12px;
  line-height: 1.6;
}
.fes .fes_timetable_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.fes .fes_timetable_contents .artists_tab {
  display: flex;
  border: 1px solid #ccc;
  overflow-x: scroll;
  margin-bottom: 20px;
}
.fes .fes_timetable_contents .artists_tab .artists_tab_button2 {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #ccc;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 4px 0;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.fes .fes_timetable_contents .artists_tab .artists_tab_button2.artists_tab_button_rakanpsy {
  width: 50%;
}
.fes .fes_timetable_contents .artists_tab .artists_tab_button2:last-of-type {
  border-right: none;
}
.fes .fes_timetable_contents .artists_tab .artists_tab_button2.active {
  background-color: #000;
  color: #fff;
}
.fes .fes_timetable_contents #timetable_img2 {
  display: none;
}
.fes .fes_timetable_contents .timetable_img img {
  width: 100%;
}
.fes .fes_info_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.fes .fes_info_contents .flyer_img {
  width: 100%;
  margin-bottom: 20px;
}
.fes .fes_info_contents .plan_contents {
  padding: 10px;
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 5px;
}
.fes .fes_info_contents .plan_contents .plan_contents_flex {
  display: flex;
  gap: 15px;
  align-items: center;
}
.fes .fes_info_contents .plan_contents .plan_contents_flex .bottle_img {
  width: 130px;
  height: 130px;
  border-radius: 10px;
}
.fes .fes_info_contents .plan_contents .plan_contents_flex .plan_text {
  line-height: 1;
}
.fes .fes_info_contents .plan_contents .plan_contents_flex .plan_text p {
  font-family: "Futura-Bold";
  font-size: 18px;
  color: #CD1B1B;
}
.fes .fes_info_contents .plan_contents h3 {
  font-size: 20px;
  line-height: 1;
  font-family: "futura";
  font-weight: 300;
}
.fes .fes_info_contents .plan_contents .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_price_standardprice {
  line-height: 1;
  color: #666;
  margin-bottom: 6px;
}
.fes .fes_info_contents .plan_contents .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;
}
.fes .fes_info_contents .plan_contents .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_price_standardprice .standardprice {
  font-size: 12px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
  display: inline;
  line-height: 1;
}
.fes .fes_info_contents .plan_contents .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;
}
.fes .fes_info_contents .plan_contents .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_clubportprice {
  color: #CD1B1B;
  line-height: 1;
  margin-bottom: 6px;
}
.fes .fes_info_contents .plan_contents .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;
}
.fes .fes_info_contents .plan_contents .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_clubportprice .clubport_price {
  font-size: 16px;
  font-family: "Futura-Bold";
}
.fes .fes_info_contents .plan_contents .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_clubportprice .clubport_price span {
  font-size: 12px;
}
.fes .fes_info_contents .plan_contents .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;
}
.fes .fes_info_contents .plan_contents .plan_detail_newdesign_bottle_price_price .plan_detail_newdesign_bottle_price_point img {
  width: 16px;
  height: 16px;
}
.fes .fes_info_contents .plan_contents .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;
}
.fes .fes_info_contents .plan_contents .plan_detail_newdesign_bottle_price_price .per_price {
  margin-top: 6px;
  font-size: 10px;
  line-height: 1;
  color: #666;
}
.fes .fes_info_contents .plan_contents .plan_detail_newdesign_bottle_price_price .per_price span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
}
.fes .fes_info_contents .info_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.fes .fes_info_contents .info_contents .info_contents_block {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.fes .fes_info_contents .info_contents .info_contents_block .section {
  line-height: 1;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
}
.fes .fes_info_contents .info_contents .info_contents_block .section span {
  font-size: 10px;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-left: 5px;
  color: #666;
}
.fes .fes_info_contents .info_contents .info_contents_block .text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}
.fes .fes_photo_gallery_contents {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .fes .fes_photo_gallery_contents {
    padding: 0;
    width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .fes .fes_photo_gallery_contents .fes_title {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.fes .breadcrumb_ticket {
  padding-bottom: 10px;
  max-width: 640px;
  margin: 0 auto;
}
.follow_button {
  position: fixed;
  bottom: 0;
  height: 40px;
  transform: translateX(-50%);
  left: 50%;
  background: #CB0A6B;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 100%;
  cursor: pointer;
  max-width: 640px;
  color: #fff;
  font-family: "futura";
  font-weight: 300;
  font-size: 14px;
}
.follow_button span {
  font-size: 10px;
}
.follow_button::before {
  content: "";
  position: absolute;
  height: 17px;
  width: 10px;
  background: url(../img/top/icon__btn__arrow.svg);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.artists_viewmore {
  margin-top: 20px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  display: none;
}
.artists_viewmore .viewmore_contents {
  position: relative;
  display: inline;
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  background-color: #f5f5f5;
  cursor: pointer;
}
.artists_viewmore .viewmore_contents::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  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;
}
.artists_close {
  margin-top: 20px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  display: none;
}
.artists_close .close_contents {
  position: relative;
  display: inline;
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  background-color: #f5f5f5;
  cursor: pointer;
}
.artists_close .close_contents::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  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;
}
.coming_soon {
  text-align: center;
}
