@charset "UTF-8";
body {
  position: relative;
  width: 100%;
  min-width: 1200px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin: 0;
}

a {
  color: #000;
  text-decoration: underline;
}

h1 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

h2 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

h3 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

h4 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

h5 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

h6 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

ul, dl, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #FFF;
  text-decoration: none;
}

figure {
  margin: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 16px 0 14px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}
.header .common__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .common_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 650px;
  margin: 0 65px 0 0;
}
.header .common_menu__item {
  position: relative;
  font-size: 1rem;
  color: #FFF;
  cursor: pointer;
}
.header .common_menu__item:hover {
  color: #fcdb18;
}
.header .common_menu__item.current {
  color: #fcdb18;
}
.header .common_menu__children {
  position: absolute;
  top: calc(100% + 21px);
  left: 0;
  display: none;
  min-width: 200px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
}
.header .common_menu__children__item {
  display: block;
  padding: 10px 0;
}
.header .common_menu__children__item:hover {
  color: #fcdb18;
}
.header .common_menu__children__item.current {
  color: #fcdb18;
}
.header__search {
  position: relative;
  cursor: pointer;
}
.header__search__child {
  position: absolute;
  top: calc(100% + 21px);
  left: 0;
  display: none;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
}
.header__search__close {
  text-align: right;
}
.header__search__close .fa {
  font-size: 20px;
  cursor: pointer;
  color: #FFFFFF;
}
.header__search__close .fa:hover {
  color: #fcdb18;
}
.header__search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__search__input {
  width: 200px;
}
.header__search__submit {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  border: none;
  background: url("../img/header_icon_search.png") no-repeat center, #000;
}
.header_search {
  display: flex;
  align-items: stretch;
}
.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__sns__item {
  margin-left: 20px;
}

.jazzpro_2020 {
  font-family: "Noto Sans JP";
  padding: 140px 0 0;
  background: #F5F5F5;
}
.jazzpro_2020 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jazzpro_2020 a {
  color: #000;
  text-decoration: underline;
}
.jazzpro_2020 figure {
  width: 100%;
  margin: 0;
  text-align: center;
}
.jazzpro_2020 figure img {
  display: inline-block;
  width: 100%;
}
.jazzpro_2020 figure figcaption {
  font-size: 14px;
}
.jazzpro_2020 .figure_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jazzpro_2020 .figure_wrap figure {
  width: 50%;
}
.jazzpro_2020__artist_list_title {
  font-size: 32px;
  margin: 0 0 56px;
  text-align: center;
}
.jazzpro_2020__contents {
  margin: 0 auto;
}
.jazzpro_2020__header {
  margin: 0 auto 60px;
}
.jazzpro_2020__header .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 60px;
}
.jazzpro_2020__header .image_title {
  width: 41.6%;
}
.jazzpro_2020__header .image_title .yokohama_culture_program_logo {
  display: block;
  width: 50%;
}
.jazzpro_2020__header .image_title .yokohama_culture_program_logo img {
  width: 100%;
}
.jazzpro_2020__header .text {
  width: calc(58.4% - 40px);
}
.jazzpro_2020__header .text p {
  margin: 0 0 1em;
}
.jazzpro_2020__header .text .link {
  display: block;
  font-size: 16px;
  margin: 28px 0 0;
  text-decoration: none;
}
.jazzpro_2020__header .text .link svg {
  display: inline-block;
  margin: 0 36px 0 0;
}
.jazzpro_2020__header .anchor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  background: #FFF;
}
.jazzpro_2020__header .anchor_link__item {
  width: 20%;
  font-size: 14px;
  color: #000;
  padding: 0 0 15px;
  text-decoration: none;
  text-align: center;
  border-right: 1px solid #003399;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23000000" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>') no-repeat bottom/auto 25px;
}
.jazzpro_2020__header .anchor_link__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.jazzpro_2020__header .anchor_link__item:last-of-type {
  border: none;
}
.jazzpro_2020__content {
  padding: 80px 0 80px;
  margin: -80px auto 80px;
  border-bottom: 1px solid #C1C1C1;
}
.jazzpro_2020__content:nth-child(odd) {
  background: #FFF;
}
.jazzpro_2020__content:last-of-type {
  border: none;
}
.jazzpro_2020__heading {
  font-size: 30px;
  font-weight: 700;
  color: #003399;
  margin: 0 0 41px;
  line-height: 42px;
  text-align: center;
}
.jazzpro_2020__heading.end_text br {
  display: none;
}
.jazzpro_2020__sub_heading {
  font-size: 20px;
  margin: 0 0 41px;
  line-height: 42px;
  text-align: center;
}
.jazzpro_2020__data {
  font-size: 18px;
  margin: 0 0 52px;
  text-align: center;
}
.jazzpro_2020__data .text_wrap {
  display: inline-block;
  text-align: left;
}
.jazzpro_2020__data p {
  margin: 0 0 32px;
}
.jazzpro_2020__data p:last-of-type {
  margin: 0;
}
.jazzpro_2020__about {
  margin: 0 0 60px;
  text-align: center;
}
.jazzpro_2020__about .text_wrap {
  display: inline-block;
  text-align: left;
}
.jazzpro_2020__about p {
  margin: 0 0 32px;
}
.jazzpro_2020__about p:last-of-type {
  margin: 0;
}
.jazzpro_2020 .youtube_wrapper {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
}
.jazzpro_2020 .youtube_wrapper.large {
  margin: 0 0 44px;
}
.jazzpro_2020 .youtube_wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.jazzpro_2020 .youtube_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jazzpro_2020 .youtube_flex__inner {
  width: calc((100% - 40px) / 2);
}
.jazzpro_2020 .youtube_flex__inner:last-of-type {
  margin: 0 0 0 40px;
}
.jazzpro_2020 .youtube_flex__heading {
  font-size: 18px;
}
.jazzpro_2020 .youtube_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 50px;
}
.jazzpro_2020 .youtube_list__item {
  width: calc((100% - 80px) / 3);
}
.jazzpro_2020 .time_table {
  width: 860px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.jazzpro_2020 .time_table__wrapper {
  width: 100%;
  margin: 0 auto 60px;
  overflow-x: auto;
}
.jazzpro_2020 .time_table th,
.jazzpro_2020 .time_table td {
  border: 2px solid #000;
  background: #FFF;
}
.jazzpro_2020 .time_table th {
  font-weight: 100;
  text-align: center;
  background: #e7efff;
}
.jazzpro_2020 .time_table thead th {
  padding: 17px 0;
}
.jazzpro_2020 .time_table tbody th {
  width: 180px;
  padding: 21px 0;
  vertical-align: top;
}
.jazzpro_2020 .time_table tbody td {
  width: 340px;
  padding: 24px 20px;
}
.jazzpro_2020 .time_table tbody td .image_wrapper {
  text-align: center;
}
.jazzpro_2020 .time_table tbody td img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 160px;
}
.jazzpro_2020 .time_table tbody td .artist_name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 28px;
}
.jazzpro_2020 .time_table tbody td .comment {
  margin: 0 0 22px;
}
.jazzpro_2020 .pro .inner,
.jazzpro_2020 .city .inner {
  width: 860px;
  margin: 0 auto;
}
.jazzpro_2020 .pro .caption {
  font-size: 28px;
  margin: 0 0 16px;
  text-align: center;
}
.jazzpro_2020 .pro .tv,
.jazzpro_2020 .pro .interview,
.jazzpro_2020 .pro .note {
  margin: 0 auto 80px;
  text-align: center;
}
.jazzpro_2020 .pro .tv:last-of-type,
.jazzpro_2020 .pro .interview:last-of-type,
.jazzpro_2020 .pro .note:last-of-type {
  margin: 0;
}
.jazzpro_2020 .pro .interview {
  margin: 0 auto 60px;
}
.jazzpro_2020 .pro .tv {
  text-align: center;
}
.jazzpro_2020 .pro .tv .text_wrap {
  display: inline-block;
  text-align: left;
}
.jazzpro_2020 .pro .tv p {
  margin: 0 0 1em;
}
.jazzpro_2020 .pro .tv a {
  display: block;
}
.jazzpro_2020 .city .caption {
  font-size: 28px;
  margin: 0 0 16px;
  text-align: center;
}
.jazzpro_2020 .city .time_table {
  width: auto;
  border: 2px solid #000;
}
.jazzpro_2020 .city .time_table_wrapper {
  width: 860px;
  margin: 0 auto;
}
.jazzpro_2020 .city .time_table__wrapper {
  background: #FFF;
}
.jazzpro_2020 .city .time_table__wrapper.first .th,
.jazzpro_2020 .city .time_table__wrapper.first .td {
  width: calc(856px / 4);
}
.jazzpro_2020 .city .time_table .th,
.jazzpro_2020 .city .time_table .td {
  width: calc(856px / 3);
}
.jazzpro_2020 .city .time_table .tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jazzpro_2020 .city .time_table .tbody .tr:last-of-type {
  border-right: none;
}
.jazzpro_2020 .city .time_table .tbody .tr:last-of-type .th,
.jazzpro_2020 .city .time_table .tbody .tr:last-of-type .td {
  border-right: none;
}
.jazzpro_2020 .city .time_table .tbody .th {
  height: 130px;
  padding: 17px 0;
  line-height: 1.5;
  text-align: center;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #e7efff;
}
.jazzpro_2020 .city .time_table .tbody .th a {
  display: block;
}
.jazzpro_2020 .city .time_table .tbody .td {
  padding: 24px 20px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.jazzpro_2020 .city .time_table .tbody .td:nth-child(5) {
  border-bottom: none;
}
.jazzpro_2020 .city .time_table .tbody .td .image_wrapper {
  text-align: center;
}
.jazzpro_2020 .city .time_table .tbody .td img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 160px;
}
.jazzpro_2020 .city .time_table .tbody .td .artist_name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 28px;
}
.jazzpro_2020 .city .time_table .tbody .td .artist_name.small {
  font-size: 14px;
}
.jazzpro_2020 .city .time_table .tbody .td .comment {
  margin: 0 0 22px;
}
.jazzpro_2020 .city .time_table .tbody .td .link {
  display: block;
}
.jazzpro_2020 .city .time_table_date {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  text-align: left;
}
.jazzpro_2020 .club .jazz_club_link {
  display: inline-block;
}
.jazzpro_2020 .club .jazz_club_link:after {
  content: "/";
  display: inline-block;
}
.jazzpro_2020 .club .jazz_club_link:last-of-type:after {
  content: none;
}
.jazzpro_2020 .special_stage .jazzpro_2020__heading {
  background: url("../images/2020/icon_special_stage.png") no-repeat center left/80px auto;
}
.jazzpro_2020 .city_youtube .jazzpro_2020__about.link {
  font-size: 24px;
  font-weight: 900;
}
.jazzpro_2020 .nhk .jazzpro_2020__sub_heading {
  margin: 0;
}
.jazzpro_2020 .nhk .schedule {
  text-align: center;
}
.jazzpro_2020 .nhk .schedule .text_wrap {
  display: inline-block;
  text-align: left;
}
.jazzpro_2020 .nhk .schedule__list {
  margin: 0 0 16px;
}
.jazzpro_2020 .nhk .schedule__list .date {
  width: 50%;
  margin: 0 1em 0 0;
  text-align: right;
}
.jazzpro_2020 .collaboration .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jazzpro_2020 .collaboration .images img {
  width: calc((100% - 100px) / 2);
}
.jazzpro_2020 .sponsor {
  background: #FFF;
}
.jazzpro_2020 .sponsor .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 27px;
}
.jazzpro_2020 .sponsor .item:last-of-type {
  margin: 0;
}
.jazzpro_2020 .sponsor .item dt {
  width: 40px;
  margin: 0 50px 0 0;
}
.jazzpro_2020 .sponsor .item dd {
  width: calc(100% - 90px);
  line-height: 30px;
}
.jazzpro_2020 .sponsor .item dd span {
  display: inline-block;
}
.jazzpro_2020 .sponsor .item dd span:after {
  content: "/";
  display: inline-block;
}
.jazzpro_2020 .sponsor .item dd span:last-of-type:after {
  content: none;
}
.jazzpro_2020 .sponsor .jazzpro_2020__data .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jazzpro_2020 .sponsor .jazzpro_2020__data .text_wrap .magcul_logo {
  width: 62px;
  height: auto;
}
.jazzpro_2020 .sponsors_logo {
  padding: 55px 0;
}
.jazzpro_2020 .sponsors_logo .link {
  text-align: center;
}
.jazzpro_2020 .sponsors_logo .gold_sponsor,
.jazzpro_2020 .sponsors_logo .silver_sponsor,
.jazzpro_2020 .sponsors_logo .bronze_sponsor,
.jazzpro_2020 .sponsors_logo .other_sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 64px;
}
.jazzpro_2020 .sponsors_logo .gold_sponsor .link {
  width: 40%;
  max-width: 550px;
}
.jazzpro_2020 .sponsors_logo .gold_sponsor .link img {
  width: 100%;
}
.jazzpro_2020 .sponsors_logo .silver_sponsor .link {
  width: calc(100% / 3);
}
.jazzpro_2020 .sponsors_logo .silver_sponsor .link img {
  width: 50%;
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link {
  margin: 0 0 24px;
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link img {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 60px;
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link .kt {
  max-height: 60px;
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link .miyoshi {
  max-width: 80%;
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link .akarenga {
  max-width: 70%;
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(1) {
  width: calc(100% / 5);
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(2) {
  width: calc(100% / 5);
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(3) {
  width: calc(100% / 5);
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(4) {
  width: calc(100% / 5);
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(5) {
  width: calc(100% / 5);
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(6) {
  width: calc(100% / 6);
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(7) {
  width: calc(100% / 6);
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(8) {
  width: calc(100% / 6);
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(9) {
  width: calc(100% / 6);
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(10) {
  width: calc(100% / 6);
}
.jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(11) {
  width: calc(100% / 6);
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link {
  width: calc(100% / 5);
  margin: 0 0 24px;
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link img {
  width: auto;
  height: auto;
  max-width: 50%;
  max-height: 40px;
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link .all_staff {
  max-height: 50px;
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link .radio_nippon {
  max-height: 35px;
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link .inagaki {
  max-width: 50%;
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link .kgu {
  max-width: 50%;
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link .sanbo {
  max-width: 80%;
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link .sigma {
  max-height: 35px;
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link .bashamichi {
  max-height: 35px;
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link .royal_park_hotel {
  max-width: 60%;
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link .nk_t {
  max-width: 60%;
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link .tsunashima {
  max-height: 60px;
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link .minatomirai_line {
  max-height: 40px;
}
.jazzpro_2020 .sponsors_logo .other_sponsor .link .partners {
  max-height: 60px;
}
@media screen and (max-width: 767px) {
  .jazzpro_2020 .sponsors_logo {
    padding: 55px 20px;
  }
  .jazzpro_2020 .sponsors_logo .gold_sponsor .link {
    width: 100%;
    max-width: initial;
  }
  .jazzpro_2020 .sponsors_logo .gold_sponsor .link img {
    width: 100%;
  }
  .jazzpro_2020 .sponsors_logo .silver_sponsor .link {
    width: calc(100% / 2);
    margin: 0 0 24px;
  }
  .jazzpro_2020 .sponsors_logo .silver_sponsor .link img {
    width: 80%;
  }
  .jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(1) {
    width: calc(100% / 3);
  }
  .jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(2) {
    width: calc(100% / 3);
  }
  .jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(3) {
    width: calc(100% / 3);
  }
  .jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(4) {
    width: calc(100% / 3);
  }
  .jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(5) {
    width: calc(100% / 3);
  }
  .jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(6) {
    width: calc(100% / 3);
  }
  .jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(7) {
    width: calc(100% / 3);
  }
  .jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(8) {
    width: calc(100% / 3);
  }
  .jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(9) {
    width: calc(100% / 3);
  }
  .jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(10) {
    width: calc(100% / 3);
  }
  .jazzpro_2020 .sponsors_logo .bronze_sponsor .link:nth-child(11) {
    width: calc(100% / 3);
  }
  .jazzpro_2020 .sponsors_logo .bronze_sponsor .link img {
    max-width: 80%;
    max-height: 30px;
  }
  .jazzpro_2020 .sponsors_logo .bronze_sponsor .link .kt {
    max-height: 35px;
  }
  .jazzpro_2020 .sponsors_logo .other_sponsor .link {
    width: calc(100% / 4);
  }
  .jazzpro_2020 .sponsors_logo .other_sponsor .link img {
    max-width: 80%;
    max-height: 25px;
  }
  .jazzpro_2020 .sponsors_logo .other_sponsor .link .nk_t {
    max-width: 80px;
  }
  .jazzpro_2020 .sponsors_logo .other_sponsor .link .tsunashima {
    max-height: 35px;
  }
  .jazzpro_2020 .sponsors_logo .other_sponsor .link .partners {
    max-height: 30px;
  }
}
.jazzpro_2020 .keyvisual {
  margin: -80px auto 0;
}
.jazzpro_2020 .keyvisual .inner {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jazzpro_2020 {
    padding: 75px 0 0;
    line-height: 1.5;
  }
  .jazzpro_2020 .figure_wrap {
    display: block;
  }
  .jazzpro_2020 .figure_wrap figure {
    width: 100%;
    margin: 0 0 20px;
  }
  .jazzpro_2020 .figure_wrap figure:last-of-type {
    margin: 0;
  }
  .jazzpro_2020 .mobile_line {
    display: block;
  }
  .jazzpro_2020__artist_list_title {
    font-size: 28px;
    margin: 0 0 44px;
  }
  .jazzpro_2020__contents {
    width: 100%;
  }
  .jazzpro_2020__header {
    margin: 0 15px 60px;
  }
  .jazzpro_2020__header .description {
    display: block;
    margin: 0 0 60px;
  }
  .jazzpro_2020__header .image_title {
    width: 100%;
    margin: 0 0 32px;
  }
  .jazzpro_2020__header .image_title img {
    width: 100%;
  }
  .jazzpro_2020__header .text {
    width: 100%;
  }
  .jazzpro_2020__header .text .link {
    display: block;
    margin: 21px 0 0;
  }
  .jazzpro_2020__header .anchor_link {
    display: block;
    padding: 0;
  }
  .jazzpro_2020__header .anchor_link__item {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 13px 34px;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #003399;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23000000" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>') no-repeat 95% center/auto 25px;
  }
  .jazzpro_2020__header .anchor_link__item span {
    display: initial;
  }
  .jazzpro_2020__header .anchor_link__item br {
    display: none;
  }
  .jazzpro_2020__content {
    width: 100%;
    padding: 55px 0 55px;
    margin: -55px auto 55px;
  }
  .jazzpro_2020__content > .inner {
    padding: 0 15px;
    margin: 0 0 40px;
  }
  .jazzpro_2020__content > .inner:last-of-type {
    margin: 0;
  }
  .jazzpro_2020__heading {
    font-size: 24px;
    margin: 0 0 26px;
    word-break: break-word;
  }
  .jazzpro_2020__heading.end_text br {
    display: block;
  }
  .jazzpro_2020__sub_heading {
    font-size: 18px;
  }
  .jazzpro_2020__data {
    font-size: 16px;
    margin: 0 0 27px;
  }
  .jazzpro_2020__data p {
    margin: 0 0 32px;
  }
  .jazzpro_2020__data p:last-of-type {
    margin: 0;
  }
  .jazzpro_2020__about {
    font-size: 14px;
    margin: 0 0 32px;
  }
  .jazzpro_2020 .youtube_flex {
    display: block;
  }
  .jazzpro_2020 .youtube_flex__inner {
    width: 100%;
  }
  .jazzpro_2020 .youtube_flex__inner:last-of-type {
    margin: 0;
  }
  .jazzpro_2020 .pro .inner,
.jazzpro_2020 .city .inner {
    width: 100%;
  }
  .jazzpro_2020 .pro .time_table,
.jazzpro_2020 .city .time_table {
    width: 860px;
  }
  .jazzpro_2020 .pro .time_table_wrapper,
.jazzpro_2020 .city .time_table_wrapper {
    width: 100%;
  }
  .jazzpro_2020 .pro .caption {
    font-size: 22px;
  }
  .jazzpro_2020 .pro .time_table {
    width: 100%;
  }
  .jazzpro_2020 .pro .time_table:first-of-type {
    margin: 0 0 32px;
  }
  .jazzpro_2020 .pro .time_table thead th {
    padding: 5px 0;
  }
  .jazzpro_2020 .pro .time_table tbody th {
    width: 80px;
    padding: 21px 5px;
    text-align: left;
  }
  .jazzpro_2020 .pro .time_table tbody th span {
    display: block;
  }
  .jazzpro_2020 .pro .time_table tbody th span:first-of-type:after {
    content: "～";
    display: inline-block;
  }
  .jazzpro_2020 .pro .time_table tbody td {
    width: calc(100% - 80px);
    padding: 14px 10px;
  }
  .jazzpro_2020 .pro .time_table tbody td .artist_name {
    margin: 0 0 16px;
  }
  .jazzpro_2020 .pro .time_table tbody td .comment {
    margin: 0;
  }
  .jazzpro_2020 .city .time_table {
    width: 100%;
    border: none;
  }
  .jazzpro_2020 .city .time_table__wrapper {
    border: none;
  }
  .jazzpro_2020 .city .time_table .tbody {
    display: block;
  }
  .jazzpro_2020 .city .time_table .tbody .tr {
    margin: 0 0 32px;
    border: 2px solid #000;
    border-bottom: none;
  }
  .jazzpro_2020 .city .time_table .tbody .tr:last-of-type {
    border: 2px solid #000;
    border-bottom: none;
  }
  .jazzpro_2020 .city .time_table .tbody .th,
.jazzpro_2020 .city .time_table .tbody .td {
    width: 100%;
    height: auto !important;
    padding: 8px;
    border: none;
    border-bottom: 2px solid #000;
  }
  .jazzpro_2020 .city .time_table .tbody .td:nth-child(5) {
    border-bottom: 2px solid #000;
  }
  .jazzpro_2020 .city .time_table .tbody .td.second {
    height: auto !important;
  }
  .jazzpro_2020 .city .time_table .tbody .td .artist_name {
    margin: 0;
  }
  .jazzpro_2020 .city .time_table .tbody .td .artist_name.small {
    font-size: 18px;
  }
  .jazzpro_2020 .city .parade span {
    display: block;
  }
  .jazzpro_2020 .special_stage .jazzpro_2020__heading {
    padding: 0 0 0 100px;
    word-break: break-word;
    background: url("../images/2020/icon_special_stage.png") no-repeat center left/80px auto;
  }
  .jazzpro_2020 .special_stage .jazzpro_2020__heading br {
    display: none;
  }
  .jazzpro_2020 .special .text_wrap span {
    display: block;
  }
  .jazzpro_2020 .city_youtube .youtube_list {
    display: block;
    margin: 0 0 32px;
  }
  .jazzpro_2020 .city_youtube .youtube_list__item {
    width: calc(100% - 86px);
    margin: 0 auto 32px;
  }
  .jazzpro_2020 .city_youtube .youtube_list__item a {
    display: block;
  }
  .jazzpro_2020 .city_youtube .youtube_list__item:last-of-type {
    margin: 0 auto;
  }
  .jazzpro_2020 .super_big_band .jazzpro_2020__heading br {
    display: none;
  }
  .jazzpro_2020 .super_big_band .toshiko_akiyoshi .jazzpro_2020__heading br {
    display: block;
  }
  .jazzpro_2020 .collaboration .images img {
    width: calc((100% - 30px) / 2);
  }
  .jazzpro_2020 .sponsor {
    padding: 55px 20px;
    margin: -55px auto 60px;
  }
  .jazzpro_2020 .sponsor .item {
    display: block;
    margin: 0 0 33px;
  }
  .jazzpro_2020 .sponsor .item dt {
    width: 100%;
    margin: 0 0 18px 0;
  }
  .jazzpro_2020 .sponsor .item dd {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
  }
  .jazzpro_2020 .keyvisual {
    margin: -55px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .jazzpro_2020 {
    width: 100%;
  }
  .jazzpro_2020__header {
    width: 100%;
    padding: 0 20px;
  }
  .jazzpro_2020__contents {
    width: 100%;
    padding: 0;
  }
  .jazzpro_2020__content {
    width: 100%;
    min-width: initial;
    padding: 55px 0 55px;
    margin: -55px 0 55px;
  }
  .jazzpro_2020__content > .inner {
    padding: 0 20px;
  }
  .jazzpro_2020 .pro .inner,
.jazzpro_2020 .city .inner {
    width: 100%;
  }
  .jazzpro_2020 .pro .time_table,
.jazzpro_2020 .city .time_table {
    width: 860px;
  }
  .jazzpro_2020 .pro .time_table_wrapper,
.jazzpro_2020 .city .time_table_wrapper {
    width: 100%;
  }
  .jazzpro_2020 .pro .time_table {
    width: 100%;
  }
  .jazzpro_2020 .pro .time_table:first-of-type {
    margin: 0 0 32px;
  }
  .jazzpro_2020 .pro .time_table thead th {
    padding: 5px 0;
  }
  .jazzpro_2020 .pro .time_table tbody th {
    width: 80px;
    padding: 21px 5px;
    text-align: left;
  }
  .jazzpro_2020 .pro .time_table tbody th span {
    display: block;
  }
  .jazzpro_2020 .pro .time_table tbody th span:first-of-type:after {
    content: "～";
    display: inline-block;
  }
  .jazzpro_2020 .pro .time_table tbody td {
    width: calc(100% - 80px);
    padding: 14px 10px;
  }
  .jazzpro_2020 .pro .time_table tbody td .artist_name {
    margin: 0 0 16px;
  }
  .jazzpro_2020 .pro .time_table tbody td .comment {
    margin: 0;
  }
  .jazzpro_2020 .city .time_table {
    width: 100%;
  }
  .jazzpro_2020 .city .time_table.first .tr {
    width: calc(100% / 4);
  }
  .jazzpro_2020 .city .time_table.first .tr .th,
.jazzpro_2020 .city .time_table.first .tr .td {
    width: 100%;
  }
  .jazzpro_2020 .city .time_table .tr {
    width: calc(100% / 3);
  }
  .jazzpro_2020 .city .time_table .tr .th,
.jazzpro_2020 .city .time_table .tr .td {
    width: 100%;
  }
  .jazzpro_2020 .city .time_table .tbody .td {
    height: 230px;
  }
  .jazzpro_2020 .sponsor {
    padding: 55px 20px;
    margin: -55px auto 60px;
  }
  .jazzpro_2020 .sponsor .item {
    display: block;
    margin: 0 0 33px;
  }
  .jazzpro_2020 .sponsor .item dt {
    width: 100%;
    margin: 0 0 18px 0;
  }
  .jazzpro_2020 .sponsor .item dd {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
  }
  .jazzpro_2020 .keyvisual {
    margin: -55px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .jazzpro_2020 figure img {
    width: 80%;
  }
  .jazzpro_2020__header {
    width: 1200px;
  }
  .jazzpro_2020__content > .inner {
    width: 860px;
    margin: 0 auto 80px;
  }
  .jazzpro_2020__content > .inner:last-of-type {
    margin: 0 auto;
  }
}
.jazzpro_2020__artist_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 56px;
}
.jazzpro_2020__artist_link > div {
  width: 50%;
}
.jazzpro_2020__artist_link > div:nth-child(even) {
  border-left: 1px solid #C1C1C1;
}
.jazzpro_2020__artist_link__item {
  display: block;
  text-decoration: none !important;
  padding: 8px 42px 8px 32px;
  border-bottom: 1px solid #C1C1C1;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23000000" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>') no-repeat calc(100% - 16px) center/auto 25px, #FFF;
}
@media screen and (max-width: 767px) {
  .jazzpro_2020__artist_link {
    display: block;
    padding: 0 15px;
  }
  .jazzpro_2020__artist_link > div {
    width: 100%;
  }
  .jazzpro_2020__artist_link > div:nth-child(even) {
    border: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jazzpro_2020__artist_link {
    margin: 0 0 136px;
  }
}
.jazzpro_2020 .artist_article {
  width: 62.5%;
  padding: 80px 14% 80px;
  margin: -80px auto 75px;
  border-bottom: 1px solid #C1C1C1;
}
.jazzpro_2020 .artist_article:last-of-type {
  margin: -55px auto 0;
  border: none;
}
.jazzpro_2020 .artist_article__name {
  font-size: 28px;
  margin: 0 0 31px;
  line-height: 30px;
  text-align: center;
}
.jazzpro_2020 .artist_article__name.hungrytiger {
  padding: 0 0 100px;
  background: url("../images/2020/hungrytiger.png") no-repeat center bottom/auto 100px;
}
.jazzpro_2020 .artist_article__date {
  margin: 0 0 31px;
  text-align: center;
}
.jazzpro_2020 .artist_article__date span {
  display: block;
}
.jazzpro_2020 .artist_article__slider {
  margin: 0 0 32px;
  text-align: center;
}
.jazzpro_2020 .artist_article__slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  outline: none;
  border: none;
  background: none;
}
.jazzpro_2020 .artist_article__slider .slick-prev {
  left: 20px;
  -webkit-box-shadow: -2px 2px 0 #000;
  -moz-box-shadow: -2px 2px 0 #000;
  box-shadow: -2px 2px 0 #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
}
.jazzpro_2020 .artist_article__slider .slick-next {
  right: 20px;
  -webkit-box-shadow: 2px -2px 0 #000;
  -moz-box-shadow: 2px -2px 0 #000;
  box-shadow: 2px -2px 0 #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.jazzpro_2020 .artist_article__slider img {
  display: inline-block;
  width: auto;
  max-height: 339px;
}
.jazzpro_2020 .artist_article__slider_nav .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 100;
  display: inline-block;
  width: 30px;
  height: 80px;
  text-indent: -99999px;
  outline: none;
  border: none;
  background: #C1C1C1;
}
.jazzpro_2020 .artist_article__slider_nav .slick-arrow.slick-prev {
  left: 0;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z" /></svg>') no-repeat center center, #C1C1C1;
}
.jazzpro_2020 .artist_article__slider_nav .slick-arrow.slick-next {
  right: 0;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>') no-repeat center center, #C1C1C1;
}
.jazzpro_2020 .artist_article__slider_nav li {
  margin: 0 10px;
  text-align: center;
}
.jazzpro_2020 .artist_article__slider_nav img {
  display: inline-block;
  width: auto;
  max-height: 80px;
}
.jazzpro_2020 .artist_article__item {
  margin: 0 0 60px;
  text-align: center;
}
.jazzpro_2020 .artist_article__item:last-of-type {
  margin: 0;
}
.jazzpro_2020 .artist_article__item .text {
  display: inline-block;
  text-align: left;
}
.jazzpro_2020 .artist_article__item .heading {
  font-size: 20px;
  margin: 0 0 33px;
}
.jazzpro_2020 .artist_article__item .member * {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .jazzpro_2020 .artist_article {
    width: 100%;
    padding: 55px 15px 60px;
  }
  .jazzpro_2020 .artist_article__name {
    font-size: 24px;
    margin: 0 0 21px;
  }
  .jazzpro_2020 .artist_article__slider {
    margin: 0 0 20px;
  }
  .jazzpro_2020 .artist_article__slider img {
    max-width: 100%;
    max-height: 339px;
  }
  .jazzpro_2020 .artist_article__slider_nav .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 100;
    display: inline-block;
    width: 30px;
    height: 80px;
    text-indent: -99999px;
    outline: none;
    border: none;
    background: #C1C1C1;
  }
  .jazzpro_2020 .artist_article__slider_nav .slick-arrow.slick-prev {
    left: 0;
  }
  .jazzpro_2020 .artist_article__slider_nav .slick-arrow.slick-next {
    right: 0;
  }
  .jazzpro_2020 .artist_article__slider_nav li {
    margin: 0 10px;
    text-align: center;
  }
  .jazzpro_2020 .artist_article__slider_nav img {
    display: inline-block;
    width: auto;
    max-height: 80px;
  }
  .jazzpro_2020 .artist_article__item {
    margin: 0 0 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jazzpro_2020 .artist_article {
    padding: 0 0 80px;
  }
}
.jazzpro_2020 .amateur__contents {
  width: 860px;
  margin: 0 auto;
}
.jazzpro_2020 .amateur__heading {
  font-size: 32px;
  margin: 0 0 56px;
  text-align: center;
}
.jazzpro_2020 .amateur__tax_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  background: #FFF;
}
.jazzpro_2020 .amateur__tax_wrapper a {
  width: calc(100% / 3);
  color: #000;
  padding: 17px 0;
  text-decoration: none;
}
.jazzpro_2020 .amateur__tax_wrapper a span {
  display: block;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #003399;
}
.jazzpro_2020 .amateur__tax_wrapper a:last-of-type span {
  border: none;
}
.jazzpro_2020 .amateur__tax_wrapper a.active {
  color: #FFF;
  background: #003399;
}
.jazzpro_2020 .amateur__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  margin: 0 0 40px;
  border-bottom: 1px solid #C1C1C1;
}
.jazzpro_2020 .amateur__article:last-of-type {
  border: none;
}
.jazzpro_2020 .amateur__article .text_area {
  width: 100%;
}
.jazzpro_2020 .amateur__article .thumbnail {
  width: 40%;
  text-align: center;
}
.jazzpro_2020 .amateur__article .thumbnail img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.jazzpro_2020 .amateur__article .thumbnail + .text_area {
  width: calc(60% - 24px);
}
.jazzpro_2020 .amateur__article .name {
  font-size: 24px;
  margin: 0 0 16px;
}
.jazzpro_2020 .amateur__article .pr {
  margin: 0 0 24px;
}
.jazzpro_2020 .amateur__article .youtube_link {
  display: block;
}
.jazzpro_2020 .amateur__article .youtube_link svg {
  width: 40px;
  height: auto;
}
.jazzpro_2020 .amateur__article .youtube_link path {
  fill: #003399;
}
@media screen and (max-width: 767px) {
  .jazzpro_2020 .amateur__contents {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .jazzpro_2020 .amateur__heading {
    font-size: 22px;
  }
  .jazzpro_2020 .amateur__article {
    display: block;
  }
  .jazzpro_2020 .amateur__article .thumbnail,
.jazzpro_2020 .amateur__article .text_area {
    width: 100%;
  }
  .jazzpro_2020 .amateur__article .thumbnail {
    margin: 0 0 8px;
  }
  .jazzpro_2020 .amateur__article .thumbnail + .text_area {
    width: 100%;
  }
}

/*=============================
Common
=============================*/
.page_top {
  position: absolute;
  bottom: 320px;
  right: 10px;
  line-height: 0;
  z-index: 99999;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.common__inner {
  width: 1180px;
  margin: 0 auto;
}
.common__bk {
  background: url("../img/common_bk.png");
}

.area_icon {
  display: inline-block;
  font-size: 0.9rem;
  height: 28px;
  text-decoration: none;
  padding: 0 5px;
  margin-bottom: 40px;
  line-height: 30px;
  border: 2px solid #000;
  vertical-align: top;
}

.title--h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.title--h2 .s-txt {
  font-size: 0.8rem;
  color: #999;
}
.title--tw {
  color: #900;
}

.sub_title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #990000;
  margin-bottom: 30px;
  text-align: center;
}

.category_icon {
  display: inline-block;
  min-width: 80px;
  height: 22px;
  font-size: 0.8rem;
  color: #FFF;
  padding: 0 10px;
  margin-left: 30px;
  text-align: center;
  line-height: 22px;
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post_content_inner {
  padding-bottom: 50px;
  margin-top: 30px;
  border-bottom: 1px solid #c1c1c1;
}

.paging {
  margin-bottom: 100px;
  text-align: center;
}
.paging .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  text-align: center;
  line-height: 50px;
  border: 2px solid #000;
}
.paging .page-numbers.current {
  color: #FFF;
  background: #000;
}
.paging a {
  color: #000;
}

.prev_next_paging {
  display: flex;
}
.prev_next_paging .prev,
.prev_next_paging .next {
  position: relative;
  width: 50%;
  min-height: 150px;
  font-size: 1.1rem;
  padding: 20px;
  text-align: center;
  border: 3px solid #000;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.prev_next_paging .prev .post_txt,
.prev_next_paging .next .post_txt {
  display: inline-block;
  width: 200px;
  font-weight: bold;
  margin: 0 0 12px 0;
}
.prev_next_paging .prev .layout_flex,
.prev_next_paging .next .layout_flex {
  align-items: center;
  text-align: left;
}
.prev_next_paging .prev .paging_txt,
.prev_next_paging .next .paging_txt {
  font-size: 0.9rem;
}
.prev_next_paging .prev a,
.prev_next_paging .next a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 150px;
  font-size: 1.1rem;
  color: #000;
}
.prev_next_paging .prev .paging_thum,
.prev_next_paging .next .paging_thum {
  height: 63px;
  margin-right: 15px;
  overflow: hidden;
}
.prev_next_paging .prev .paging_thum img,
.prev_next_paging .next .paging_thum img {
  width: auto;
  height: 100%;
}
.prev_next_paging .prev {
  border-right: 0.5px solid #000;
}
.prev_next_paging .prev .post_txt:before {
  content: "<";
  margin-right: 10px;
  display: inline-block;
}
.prev_next_paging .next {
  border-left: 0.5px solid #000;
}
.prev_next_paging .next .post_txt:after {
  content: ">";
  margin-left: 10px;
  display: inline-block;
}

.button--black {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 60px;
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  line-height: 60px;
  border: 3px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button--black:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 10px;
  display: inline-block;
  font-size: 1rem;
  color: #000;
  margin: 0 0 0 auto;
}
.button--black .s_text {
  font-size: 0.3rem;
}
.button--white {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 60px;
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
  line-height: 60px;
  border: 3px solid #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button--white:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 10px;
  display: inline-block;
  font-size: 1rem;
  color: #FFF;
  margin: 0 0 0 auto;
}
.button--white .s_text {
  font-size: 0.3rem;
}
.button--2line {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 60px;
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
  line-height: 60px;
  border: 3px solid #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 0;
  line-height: 1em;
}
.button--2line:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 10px;
  display: inline-block;
  font-size: 1rem;
  color: #FFF;
  margin: 0 0 0 auto;
}
.button--2line .s_text {
  font-size: 0.3rem;
}

.layout_flex {
  display: flex;
}

.common_layout {
  width: 1200px;
  min-height: 70vh;
  margin: 100px auto;
}
.common_layout h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.common_layout .inner {
  width: 100%;
  padding: 30px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.common_layout .finished {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: red;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.common_layout--1column {
  padding: 30px;
  background: #FFF;
}
.common_layout--2column {
  zoom: 1;
}
.common_layout--2column:after {
  content: "";
  display: block;
  clear: both;
}
.common_layout--2column__sidebar {
  float: left;
  width: 280px;
  padding: 20px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.common_layout--2column__sidebar .area_icon {
  color: #000;
  margin: 0 10px 10px 0;
}
.common_layout--2column__sidebar ul {
  margin-bottom: 30px;
}
.common_layout--2column__sidebar ul.sidebar_icon_wrapper {
  margin-bottom: 0;
}
.common_layout--2column__sidebar ul.sidebar_icon_wrapper li {
  display: inline-block;
}
.common_layout--2column__sidebar ul.sidebar_icon_wrapper li .icon {
  display: inline-block;
  font-size: 0.9rem;
  height: 28px;
  text-decoration: none;
  padding: 0 5px;
  margin-bottom: 40px;
  line-height: 30px;
  border: 2px solid #000;
  vertical-align: top;
}
.common_layout--2column__sidebar ul.sidebar_icon_wrapper li .area_icon {
  margin-bottom: 10px;
}
.common_layout--2column__sidebar ul.sidebar_icon_wrapper li:after {
  content: "";
  background: none;
}
.common_layout--2column__sidebar ul li a:not(.area_icon) {
  color: #000;
  text-decoration: none;
}
.common_layout--2column__sidebar ul li a:not(.area_icon):after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 5px;
  background: url("../img/arrow-link.png") no-repeat center/cover;
}
.common_layout--2column__sidebar .sidebar_list {
  margin-bottom: 20px;
}
.common_layout--2column__sidebar .sidebar_list__item:after {
  content: "";
}
.common_layout--2column__sidebar .sidebar_list__item ul a {
  display: inline-block;
}
.common_layout--2column__sidebar .sidebar_list__item ul a:before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}
.common_layout--2column__sidebar .title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.common_layout--2column__content {
  float: right;
  width: 890px;
}
.common_layout--2column__content.jazzclub_single {
  float: none;
  margin: 0 auto;
}
.common_layout--2column__content .inner--white {
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
}
.common_layout--2column__content .inner--white a {
  color: #000;
  text-decoration: underline;
}
.common_layout--2column__content .inner--white img {
  max-width: 100%;
  height: auto;
}
.common_layout--2column__content .title {
  font-size: 1.6rem;
  font-weight: bold;
}
.common_layout .inner--white a {
  color: #000;
  text-decoration: underline;
}

.article_list__item a {
  display: flex;
  color: #000;
  margin-bottom: 40px;
}
.article_list__item a .title {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 10px;
}
.article_list__item .category {
  display: block;
  min-width: 82px;
  height: 22px;
  font-size: 0.8rem;
  color: #FFF;
  padding: 0 10px;
  margin: 0 40px;
  text-align: center;
  line-height: 22px;
  background: #000;
  white-space: nowrap;
}

/*下層ページ共通*/
.page_title {
  width: 100%;
  min-width: 1200px;
  height: 300px;
  padding-top: 170px;
  text-align: center;
  background: url("../img/title_bk.png") no-repeat center/cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page_title__h1 {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.page_title__h1 span {
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0 10px;
}

.contents {
  padding: 100px 0;
  background: url("../img/common_bk.png");
}

/*SNS*/
.social_bookmark {
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  height: 30px;
  margin-top: 30px;
  text-align: center;
}
.social_bookmark .g-plusone,
.social_bookmark .fb-like,
.social_bookmark .twitter-follow-button {
  height: 20px !important;
  margin: 0 !important;
  vertical-align: bottom;
}
.social_bookmark .fb-like {
  margin: 0 15px !important;
}
.social_bookmark .fb-like > span {
  vertical-align: top !important;
}

.sidebar_social_bookmark {
  padding: 20px 0 0 0;
  text-align: center;
  border-top: 1px solid #c1c1c1;
}
.sidebar_social_bookmark .btn_wrapper {
  margin-bottom: 20px;
}

.none_border .sidebar_social_bookmark {
  border: none;
}

/*=============================
投稿　固定ページ
=============================*/
.edit_content h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.edit_content h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.edit_content h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 60px 0 10px;
}
.edit_content img {
  margin: 60px 0 10px;
}

/*news*/
.s-news h3 {
  margin: 0 0 10px 0;
}

/*=============================
Top
=============================*/
.home {
  /*開催直前*/
}
.home .main {
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  /* Safari */
  flex-direction: column;
  width: 100%;
  height: 90vh;
  padding: 320px 0 55px;
  text-align: center;
  background: url("../img/top_main.png") no-repeat center/cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home .main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  min-height: 100% !important;
  z-index: -1;
}
.home .main__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 34px;
  color: #FFF;
  line-height: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home .main__text .stop_text {
  width: 60%;
  margin: 0 auto;
}
.home .main__text img {
  margin: 37px 0 80px;
}
.home .main__text .special_page_link {
  display: block;
  width: 28%;
  min-width: 536px;
  margin: 0 auto;
  line-height: 0;
}
.home .main__text .special_page_link img {
  width: 100%;
  height: auto;
  margin: 0;
}
.home .main__link {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home .enjoy_jazzpro_banner_wrapper {
  text-align: center;
}
.home .enjoy_jazzpro_banner_wrapper a {
  display: inline-block;
  width: 30%;
}
.home .enjoy_jazzpro_banner_wrapper img {
  width: 100%;
  height: auto;
}
.home .jazzpro_goods {
  display: block !important;
  margin: 40px auto 50px;
  text-align: center;
}
.home .jazzpro_2020 {
  padding: 20px;
  margin: 56px 0 0;
  border: 6px solid #ED7D31;
}
.home .jazzpro_2020__date {
  text-align: right;
}
.home .jazzpro_2020__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 32px;
  text-align: center;
}
.home .jazzpro_2020__name {
  text-align: right;
  margin: 0 0 32px;
}
.home .jazzpro_2020__desc {
  text-align: center;
}
.home .jazzpro_2020__desc p {
  margin: 0 0 1.5em;
}
.home .jazzpro_2020__desc a {
  color: #003399 !important;
  text-decoration: underline;
}
.home__time_line {
  padding: 20px 0;
}
.home__time_line .layout_flex {
  justify-content: space-between;
}
.home__crew {
  width: 100%;
  padding: 120px 0 125px;
  background: url("../img/top_bk01.png");
}
.home__performer {
  width: 100%;
  color: #FFF;
  padding: 120px 0 125px;
  background: url("../img/top_bk02.png");
}
.home__about {
  width: 100%;
  color: #FFF;
  padding: 120px 0 125px;
  background: url("../img/top_bk03.png") no-repeat center bottom/cover;
}
.home__competition {
  width: 100%;
  padding: 120px 0 125px;
  background: url("../img/common_bk.png");
}
.home__broadcast {
  width: 100%;
  color: #FFF;
  padding: 120px 0 125px;
  background: url("../img/top_bk05.png") no-repeat center top/cover;
}
.home__sponsor {
  padding: 55px 0;
}
.home__sponsor__bnr {
  display: inline-block;
  padding: 120px 0 125px;
  background: #FFF;
}
.home__sponsor__bnr.bnr--first {
  text-align: right;
}
.home__sponsor .link {
  display: block;
  text-align: center;
}
.home__sponsor .link img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.home__sponsor .gold_sponsor,
.home__sponsor .silver_sponsor,
.home__sponsor .bronze_sponsor,
.home__sponsor .other_sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 64px;
}
.home__sponsor .silver_sponsor .link {
  width: calc(100% / 3);
}
.home__sponsor .silver_sponsor .link img {
  width: 50%;
}
.home__sponsor .bronze_sponsor .link {
  margin: 0 0 24px;
}
.home__sponsor .bronze_sponsor .link img {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 50px;
}
.home__sponsor .bronze_sponsor .link .miyoshi {
  max-width: 80%;
}
.home__sponsor .bronze_sponsor .link .akarenga {
  max-width: 70%;
}
.home__sponsor .bronze_sponsor .link:nth-child(1) {
  width: calc(100% / 5);
}
.home__sponsor .bronze_sponsor .link:nth-child(2) {
  width: calc(100% / 5);
}
.home__sponsor .bronze_sponsor .link:nth-child(3) {
  width: calc(100% / 5);
}
.home__sponsor .bronze_sponsor .link:nth-child(4) {
  width: calc(100% / 5);
}
.home__sponsor .bronze_sponsor .link:nth-child(5) {
  width: calc(100% / 5);
}
.home__sponsor .bronze_sponsor .link:nth-child(6) {
  width: calc(100% / 6);
}
.home__sponsor .bronze_sponsor .link:nth-child(7) {
  width: calc(100% / 6);
}
.home__sponsor .bronze_sponsor .link:nth-child(8) {
  width: calc(100% / 6);
}
.home__sponsor .bronze_sponsor .link:nth-child(9) {
  width: calc(100% / 6);
}
.home__sponsor .bronze_sponsor .link:nth-child(10) {
  width: calc(100% / 6);
}
.home__sponsor .bronze_sponsor .link:nth-child(11) {
  width: calc(100% / 6);
}
.home__sponsor .other_sponsor .link {
  width: calc(100% / 5);
  margin: 0 0 24px;
}
.home__sponsor .other_sponsor .link img {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 30px;
}
.home__sponsor .other_sponsor .link .sanbo {
  max-width: 80%;
}
.home__sponsor .other_sponsor .link .baytax {
  max-width: 70%;
}
.home__sponsor .other_sponsor .link .royal_park_hotel {
  max-width: 70%;
}
.home__sponsor .other_sponsor .link .nk_t {
  max-width: 70%;
}
.home__sponsor .other_sponsor .link .tsunashima {
  max-height: 45px;
}
.home__sponsor .other_sponsor .link .partners {
  max-height: 35px;
}
@media screen and (max-width: 767px) {
  .home__sponsor .silver_sponsor .link img {
    width: 70%;
  }
}
.home__access {
  width: 100%;
  color: #FFF;
  padding: 120px 0 125px;
  background: url("../img/top_bk04.png") no-repeat center bottom/cover;
}
.home__access__title {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}
.home__access__title .s_text {
  font-size: 0.5rem;
  color: #999;
  margin: 0 0 0 0.6rem;
}
.home__access__image:first-child {
  margin-right: auto;
}
.home__access__map .google_map {
  width: 100%;
  height: 600px;
  color: #000;
}
.home__access__map .google_map a {
  color: #000;
}
.home__access__map .top_text {
  font-size: 1rem;
  color: #000;
  letter-spacing: 0.07em;
  padding: 0 0 0 40px;
  margin: 0 0 5px 0;
  background: url("../img/top_icon_access.png") no-repeat left/contain;
}
.home__access__map .bottom_text {
  font-size: 0.9rem;
  color: #FFF;
  margin-top: 5px;
}
.home__access .layout_flex {
  margin-bottom: 50px;
}
.home__access .button {
  display: block;
  margin: 45px auto 0;
}
.home .layout_flex {
  -webkit-align-items: center;
  align-items: center;
}
.home .layout_flex .description_area {
  flex: 4;
  text-align: center;
}
.home .layout_flex .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.3em;
}
.home .layout_flex .text {
  margin-bottom: 50px;
}
.home .layout_flex .button {
  margin: 0 5px;
}
.home .layout_flex .button:after {
  line-height: 60px;
}
.home .layout_flex .photo_area {
  flex: 4;
  text-align: center;
}
.home__sponsor {
  text-align: center;
}
.home__logo {
  text-align: center;
}
.home__logo .flex_box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 600px;
}
.home__logo .layout_flex {
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.home__logo__bnr {
  display: inline-block;
  padding: 55px 0 55px;
}
.home__logo__bnr img {
  width: auto;
  height: 158px;
}
.home .release_soon .layout_flex {
  align-items: stretch;
}
.home .release_soon a {
  display: inline-block;
  color: #000;
}
.home .release_soon--info {
  padding: 60px 0 0 0;
  margin: 0 0 50px 0;
}
.home .release_soon--info .common__inner {
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.home .release_soon--info .news_area {
  width: 100%;
}
.home .release_soon--info .news_area .title--h2 {
  display: flex;
  align-items: baseline;
}
.home .release_soon--info .news_area .title--h2 a {
  font-size: 12px;
  margin: 0 0 0 auto;
}
.home .release_soon--info .news_area .title--h2 a:before {
  content: "";
}
.home .release_soon--info .news_area .sns_banner_area {
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  margin: 80px 0 0 0;
}
.home .release_soon--info .news_area .sns_banner_area a {
  margin: 0 20px;
}
.home .release_soon--info .news_area .news_list__item {
  margin-bottom: 20px;
}
.home .release_soon--info .news_area .news_list__item a {
  display: flex;
}
.home .release_soon--info .news_area .date {
  margin: 0 20px 0 0;
}
.home .release_soon--info .news_area .category {
  height: 16px;
  font-size: 0.7rem;
  color: #FFF;
  padding: 0 10px;
  margin: 0 45px 0 0;
  line-height: 16px;
  text-align: center;
  background: #888;
}
.home .release_soon--info .news_area .title {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
}
.home .release_soon--info .news_area .link_list {
  padding: 10px;
  background: url("../img/top_news_link_bk.png");
}
.home .release_soon--info .news_area .link_list_item {
  margin: 0 10px 0 0;
}
.home .release_soon--info .news_area .link_list_item a {
  font-size: 0.8rem;
}
.home .release_soon--info .news_area .link_list_item a:before {
  margin: 0 5px 0 0;
}
.home .release_soon--info .time_line_wrapper {
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.home .release_soon--info .time_line_wrapper .title--h2 {
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: flex-end;
  /* Safari */
  align-items: flex-end;
}
.home .release_soon--info .time_line_wrapper .title--h2 a {
  font-size: 1rem;
  font-weight: normal;
}
.home .release_soon--info .time_line_wrapper .title--h2 a:before {
  content: "";
  margin: 0 5px 0 0;
}
.home .release_soon--info .facebook_time_line,
.home .release_soon--info .twitter_time_line {
  width: 500px;
}
.home .release_soon--info .facebook_time_line .title--h2 a,
.home .release_soon--info .twitter_time_line .title--h2 a {
  margin: 0 0 0 auto;
}
.home .release_soon--info .twitter_time_line .title--h2 {
  align-items: baseline;
}
.home .release_soon--info .twitter_time_line .title--h2 a {
  font-size: 12px;
  margin: 0 0 0 auto;
}
.home .release_soon--info .twitter_time_line .title--h2 a:before {
  content: "";
}
.home .release_soon--schedule {
  padding: 50px 0;
}
.home .release_soon--schedule .title--h2 {
  margin: 0;
}
.home .release_soon--schedule .timetable .nav_wrapper {
  width: 1180px;
}
.home .release_soon--schedule .timetable .layout_flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.home .release_soon--schedule .button--black {
  display: block;
  margin: 0 auto;
}
.home .release_soon-ticket {
  padding: 50px 0;
  background: #fafafa;
}
.home .release_soon-ticket .common_layout {
  margin: 30px auto 0;
}
.home .release_soon-ticket .ticket__button_wapper {
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}
.home .release_soon-ticket .button {
  display: block;
}
.home .release_soon-ticket .red_text {
  color: #ff0000;
}
.home .release_soon-ticket .big_text {
  font-size: 20px;
}
.home .release_soon--artist {
  padding: 0 0 128px 0;
}
.home .release_soon--artist .button {
  display: block;
  margin: 0 auto;
}
.home .release_soon--artist .artist_list {
  display: flex;
  flex-wrap: wrap;
}
.home .release_soon--artist .artist_list__item {
  width: 30%;
  margin: 0 1.5% 60px;
}
.home .release_soon--artist .artist_list__item a {
  display: block;
}
.home .release_soon--artist .artist_list .thumbnail {
  height: 258px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.home .release_soon--artist .artist_list .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.home .release_soon--artist .artist_list .title {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 0 10px;
  margin: 0 0 15px 0;
  border-left: 5px solid #003399;
}
.home .ticket_info_wrap {
  margin: 0 auto 50px;
}
.home .ticket_info_wrap a {
  color: #000;
}
.home .ticket_info_wrap .bold {
  font-weight: bold;
}
.home .ticket_info_wrap .large_text {
  font-size: 2rem;
}
.home .ticket_info_wrap .text {
  margin: 0 auto 30px;
}
.home .ticket_info_wrap .red_text {
  color: #FF0000;
}
.home .ticket_info_wrap .line_through {
  text-decoration: line-through;
}
.home .ticket_info_wrap .list {
  font-size: 0;
  margin: 0 auto 30px;
  border-bottom: 1px solid #CCC;
}
.home .ticket_info_wrap .list .title,
.home .ticket_info_wrap .list .text {
  display: inline-block;
  font-size: 1rem;
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home .ticket_info_wrap .list .title {
  width: 29%;
  font-weight: bold;
}
.home .ticket_info_wrap .list .text {
  width: 70%;
}
.home .ticket_info_wrap .list .text .bold {
  font-size: 1.1rem;
  font-weight: bold;
}

/*=============================
About
=============================*/
.about .layout_flex {
  margin-bottom: 50px;
}
.about .layout_flex--half_margin {
  margin-bottom: 60px;
}
.about #about,
.about #management,
.about #program,
.about #crew {
  margin-top: -60px;
  padding-top: 60px;
}
.about .about__fixed_tabs {
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
  margin: 46px 0;
}
.about .about__fixed_tabs__item {
  position: relative;
  width: 180px;
  height: 40px;
  margin: 0 10px 0 0;
  text-align: center;
  line-height: 40px;
  border: solid 1px #000;
  background: #FFF;
}
.about .about__fixed_tabs__item .fa-angle-down {
  position: absolute;
  top: 10px;
  right: 10px;
}
.about .about__fixed_tabs__item a {
  display: block;
  color: #000;
}
.about .about__fixed_tabs.on {
  position: fixed;
  top: 90px;
  margin: 0;
  text-align: right;
  z-index: 1000;
}
.about .contents {
  padding: 100px 0 50px;
}
.about .common__inner {
  width: 1200px;
  margin: 0 auto;
}
.about .inline_block__wrapper {
  font-size: 0;
  margin-bottom: 50px;
}
.about .inline_block__wrapper--left {
  display: flex;
  text-align: left;
}
.about .inline_block__wrapper--right {
  display: flex;
  text-align: right;
}
.about .inline_block__wrapper .about__text_area--white {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.about .inline_block__wrapper .about__image_area {
  display: inline-block;
  width: 50%;
}
.about__another_text {
  margin: 0 0 100px 0;
}
.about__another_text__inner {
  margin: 0 0 30px;
}
.about__another_text span {
  display: inline-block;
}
.about__inner_title {
  width: 100%;
  height: 200px;
  font-size: 2rem;
  color: #FFF;
  line-height: 200px;
  text-align: center;
  background: url("../img/page_inner_title_bk.png") no-repeat center/cover;
}
.about__text_area {
  flex: 5;
  font-size: 0.9rem;
  padding: 0 40px;
}
.about__text_area--left {
  text-align: left;
}
.about__text_area--left.about__text_area--white {
  position: relative;
}
.about__text_area--white {
  display: inline-block;
}
.about__image_area {
  flex: 5;
}
.about__image_area img {
  width: 100%;
  height: auto;
}
.about__title01 {
  position: relative;
  display: inline-block;
  height: 120px;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 55px;
  margin-bottom: 40px;
  line-height: 120px;
  text-shadow: 0 0 3px #FFF;
  border: 5px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}
.about__title02 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/*=============================
Archives
=============================*/
.page-archives .archives {
  width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
}
.page-archives .archives__list {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.page-archives .archives__list_item {
  position: relative;
  width: 285px;
  height: 285px;
  margin: 0 10px 20px;
  overflow: hidden;
}
.page-archives .archives__list_item img {
  width: 100%;
  height: auto;
}
.page-archives .archives__list_item .title {
  position: absolute;
  width: 100%;
  height: 46px;
  bottom: 0;
  left: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 46px;
  background: rgba(0, 0, 0, 0.7);
}

/*=============================
Single
=============================*/
/*Hall*/
.single_layout01 .single_post .social_bookmark {
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  padding: 30px 0 0 0;
  border-top: 1px solid #c1c1c1;
}
.single_layout01 .single_post .social_bookmark .fb-like {
  margin: 0 15px !important;
}
.single_layout01 .single_post .title {
  display: inline-block;
  margin: 0 30px 40px 0;
}
.single_layout01 .single_post .sub_title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #990000;
  margin-bottom: 30px;
  text-align: center;
}
.single_layout01 .single_post .area_icon {
  display: inline-block;
  font-size: 0.9rem;
  height: 28px;
  padding: 0 5px;
  margin-bottom: 40px;
  line-height: 30px;
  border: 2px solid #000;
  vertical-align: top;
}
.single_layout01 .single_post .thumbnail {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single_layout01 .single_post .button {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.single_layout01 .single_post .datum dl {
  margin-bottom: 20px;
}
.single_layout01 .single_post .datum dl dt {
  width: 10%;
  float: left;
  font-weight: bold;
}
.single_layout01 .single_post .datum dl dd {
  width: 85%;
  float: left;
  margin: 0;
}
.single_layout01 .single_post .map iframe {
  width: 100%;
}
.single_layout01 .hall_artist {
  margin-top: 40px;
}
.single_layout01 .barrier_free {
  margin: 0 0 30px;
}
.single_layout01 #singleMap {
  height: 580px;
  margin: 0 0 30px;
}
.single_layout01 .layout_flex .info {
  width: 60%;
}
.single_layout01 .service_area {
  margin: 50px 0 15px;
}
.single_layout01 .service_area .heading {
  font-weight: bold;
}

/*parade*/
.single_parad {
  margin: 0 0 30px 0;
}
.single_parad img {
  width: 100%;
}

/*place*/
.single_place .layout_flex {
  margin: 0 0 30px 0;
}
.single_place .open_hall_artist:after {
  content: "";
}
.single_place .part_place_artist_desc a {
  color: #000;
  text-decoration: underline;
}
.single_place .part_place_artist_desc table {
  width: 100%;
}

/*各種会場のスケジュール*/
.place_schedule__item {
  display: flex;
  margin: 0 0 20px 0;
}
.place_schedule__item .artist_name {
  width: calc(100% - 200px);
  word-break: break-all;
}
.place_schedule__inner {
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*Artist*/
.single_artist .inner--white .area_icon {
  margin: 0 10px 0 0;
}
.single_artist .name {
  margin: 0 0 20px 0;
}
.single_artist .social_bookmark {
  display: flex;
  padding: 30px 0 0 0;
  border-top: 1px solid #c1c1c1;
}
.single_artist .genre {
  margin: 15px 0;
}
.single_artist .genre .genre_heading {
  font-weight: bold;
}
.single_artist .text_wrapper {
  display: inline-block;
}
.single_artist .wp-caption {
  margin: 10px auto 100px;
}
.single_artist .wp-caption .thumbnail {
  width: 100%;
  height: 500px;
  margin: 0 0 10px 0;
  text-align: center;
  overflow: hidden;
}
.single_artist .wp-caption .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.single_artist .text_area {
  margin-bottom: 90px;
}
.single_artist .text_area.member table {
  width: 100% !important;
}
.single_artist .text_area.member table td:nth-child(odd) {
  color: #003399;
}
.single_artist .text_area .sub_title {
  margin-bottom: 50px;
}
.single_artist .artist_link {
  margin: 0 0 10px;
}
.single_artist .artist_link__name, .single_artist .artist_link__a {
  display: inline-block;
  color: #000;
  margin: 0 10px 0 0;
}
.single_artist .artist_link__a {
  text-decoration: underline;
}
.single_artist .artist_link__a.fa-twitter, .single_artist .artist_link__a.fa-facebook-square {
  font-size: 20px;
}
.single_artist .artist_link__a.fa-twitter {
  color: #55ACEE;
  text-decoration: none;
}
.single_artist .artist_link__a.fa-facebook-square {
  color: #4267B2;
  text-decoration: none;
}

/*=============================
Category
=============================*/
/*News*/
.category_news_page a {
  color: #000;
}
.category_news_page .news_list__item {
  margin-bottom: 40px;
}
.category_news_page .news_list__item .category {
  display: inline-block;
  width: 82px;
  height: 22px;
  font-size: 0.7rem;
  color: #FFF;
  letter-spacing: 0.05em;
  margin: 0 40px;
  text-align: center;
  line-height: 22px;
  background: #000;
}
.category_news_page .news_list__item .title {
  flex: 3;
  font-size: 1rem;
  font-weight: normal;
}
.category_news_page .news_list__item a {
  display: flex;
}

/*Hall*/
.hall_list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.hall_list__item {
  width: calc(100% / 3 - 20px);
  margin: 0 10px 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hall_list__item .icon {
  display: inline-block;
  font-size: 0.9rem;
  height: 28px;
  text-decoration: none;
  padding: 0 5px;
  margin-bottom: 40px;
  line-height: 30px;
  border: 2px solid #000;
  vertical-align: top;
}
.hall_list__item .icon_state {
  display: inline-block;
  color: #000;
  padding: 0 10px;
  margin: 0 0 10px;
  line-height: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.hall_list__item .icon_state.full {
  color: #FFF;
  background: #d50000;
}
.hall_list__item .icon_state.congestion {
  background: #ffd54f;
}
.hall_list__item .icon_state.vacant {
  background: #4fc3f7;
}
.hall_list__item .icon_state.free {
  background: #4ff767;
}
.hall_list__item .icon_state.closed {
  background: #cccccc;
}
.hall_list__item .situation {
  padding: 10px;
  background: #f2f2f2;
}
.hall_list__item .area_icon {
  margin: 10px 0;
}
.hall_list__item .place {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #000;
  border: 1px solid #c1c1c1;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hall_list__item .thumbnail {
  width: 100%;
  height: 190px;
  text-align: center;
  overflow: hidden;
}
.hall_list__item .thumbnail.no_image {
  font-size: 1.8rem;
  color: #c1c1c1;
  line-height: 190px;
}
.hall_list__item .thumbnail img {
  width: 100%;
  height: auto;
}
.hall_list__item .thumbnail--height {
  text-align: center;
}
.hall_list__item .thumbnail--height img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.hall_list__item .title {
  font-size: 1.1rem;
  padding-left: 5px;
  margin-bottom: 15px;
  border-left: 5px solid #003399;
}
.hall_list__item .datum {
  font-size: 0.9rem;
  padding: 9px;
  word-break: break-all;
}
.hall_list__item .datum p,
.hall_list__item .datum div {
  line-height: 1.5;
}
.hall_list__item .datum a {
  color: #000;
  text-decoration: underline;
}
.hall_list__item .datum .title--tw {
  margin: 10px 0;
}
.hall_list__item__artist_not_hall {
  align-items: stretch;
}
.hall_list__item__artist_not_hall .place {
  min-height: 190px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hall_list {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin: 0;
  }
  .hall_list__item {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .hall_list__item .datum table {
    display: block;
    margin: 0 0 20px;
  }
  .hall_list__item .datum table td, .hall_list__item .datum table tr {
    display: block;
  }
  .hall_list__item .datum table tr + tr {
    margin: 20px 0 0;
  }
  .hall_list__item .datum table a {
    display: inline-block;
  }
}

/*=============================
Page
=============================*/
/*tv*/
.page-tv .inner a {
  color: #000;
  text-decoration: underline;
}

/*time table*/
.timetable .download_text a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}
.timetable .common_layout {
  min-height: auto;
  margin: 30px auto;
}
.timetable .button {
  display: block;
  margin: 0 auto;
}
.timetable .panel {
  display: none;
}
.timetable .panel.active {
  display: block;
}
.timetable .nav_wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.timetable .nav_wrapper .prev_btn {
  position: absolute;
  width: 87px;
  height: 100px;
  top: 50%;
  bottom: 50%;
  left: -87px;
  cursor: pointer;
  background: url("../img/prev.png") no-repeat left center;
}
.timetable .nav_wrapper .next_btn {
  position: absolute;
  width: 87px;
  height: 100px;
  top: 50%;
  bottom: 50%;
  right: -87px;
  text-align: right;
  cursor: pointer;
  background: url("../img/next.png") no-repeat right center;
}
.timetable .clearfix {
  position: relative;
}
.timetable--date {
  display: inline-block;
  font-size: 2rem;
  margin-right: 50px;
  line-height: normal;
}
.timetable--side_date {
  display: inline-block;
  margin-right: 50px;
  cursor: pointer;
}
.timetable--side_date:after {
  content: "»";
  display: inline-block;
}
.timetable__wrapper {
  position: relative;
  overflow: hidden;
}
.timetable .scroll_area {
  width: 1200px;
  margin: 0 auto 50px;
}
.timetable .place_list {
  text-align: right;
}
.timetable .place_list__item {
  display: inline-block;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #000;
  cursor: pointer;
}
.timetable .place_list__item.active {
  color: #FFF;
  background: #000;
}
.timetable .place_list__url {
  display: inline-block;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #000;
  cursor: pointer;
}
.timetable .place_list__url a {
  color: #000;
}
.timetable .area {
  width: 100%;
  -webkit-align-items: stretch;
  /* Safari */
  align-items: stretch;
  border: 1px solid #DDD;
  border-left-width: 2px;
  background: #FFF;
}
.timetable .area--title {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 200px;
  font-size: 0.8rem;
  padding: 0 10px;
  margin: 0;
  text-align: center;
  line-height: 1.3rem;
  border-bottom: solid 2px #FFF;
  background: #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.timetable .area__schedule_wrapper {
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.timetable .area .artist_schedule {
  word-break: break-all;
}
.timetable .area--schedule {
  width: 100%;
  padding: 10px;
  border-bottom: 1px dotted #DDD;
  border-left: dashed 1px #DDD;
}

.timetable_wrapper a {
  color: #333333;
}

/*Outline開催概要 -Access-*/
.access_content {
  margin-top: 100px;
}
.access_content .bold {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.access_content #accessTrain {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 70px;
}
.access_content #accessTrain span {
  display: inline-block;
}
.access_content #accessTrain span.access_img01 {
  margin: 0 20px 0 0;
}
.access_content #accessWalking {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 70px;
}
.access_content #accessWalking .access_walking--first {
  margin: 0 40px 0 0;
}
.access_content #accessWalking .line_text {
  font-weight: bold;
  margin: 30px 0 20px;
}
.access_content #accessWalking .line_img {
  margin: 10px 0 60px;
}
.access_content #accessTrainInfo {
  padding-top: 80px;
  margin-top: -80px;
}
.access_content #accessTrainInfo .bold {
  margin: 0 0 40px 0;
}
.access_content .train_tickets_heading {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  margin: 40px 0;
  line-height: 40px;
  border: 1px solid #000;
}
.access_content .train_tickets_list__heading {
  font-weight: bold;
  margin: 0 0 15px;
}
.access_content .train_tickets_list__inner {
  padding: 0 0 0 20px;
  margin: 0 0 30px;
}

/*Archives - page-yjp -*/
.s-single_archives {
  width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
  padding: 30px;
  margin: 100px auto;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-single_archives .thumbnail img {
  width: 180px;
}
.s-single_archives section {
  margin: 0 0 50px 0;
}
.s-single_archives .credit {
  font-size: 0.8rem;
}
.s-single_archives .mb20 {
  margin: 0 0 20px 0;
}
.s-single_archives .layout_flex {
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.s-single_archives .layout_flex.item_over {
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
.s-single_archives .layout_flex .flex_item02 {
  width: 48%;
}
.s-single_archives .layout_flex .flex_item02 img {
  width: 100%;
}
.s-single_archives .layout_flex .flex_item03 {
  width: 30%;
}
.s-single_archives .layout_flex .flex_item03 img {
  width: 100%;
}
.s-single_archives h2 {
  margin-bottom: 30px;
}
.s-single_archives h2 span.L {
  font-size: 22px;
  font-weight: bold;
  color: #990000;
}
.s-single_archives a {
  color: #000;
}
.s-single_archives h3#heading-1,
.s-single_archives h3#heading-2,
.s-single_archives h3#heading-3,
.s-single_archives h3#attentioned {
  font-size: 38px;
  font-weight: bold;
  margin: 30px 0 45px;
}
.s-single_archives h4 {
  font-size: 22px;
  font-weight: bold;
  color: #990000;
}
.s-single_archives .photo {
  margin-bottom: 40px;
  text-align: center;
}
.s-single_archives .ph_2colwrap {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px;
}
.s-single_archives .ph_2colwrap .ph_2colpart {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-single_archives .ph_2colwrap .ph_2colpart img {
  width: 100%;
}
.s-single_archives .toc {
  display: flex;
  margin-bottom: 50px;
}
.s-single_archives .toc .thumbnail {
  margin-right: 30px;
}
.s-single_archives .dl_2col,
.s-single_archives .sponsor {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
.s-single_archives .dl_2col dt,
.s-single_archives .sponsor dt {
  width: 30%;
  font-weight: bold;
  padding-right: 30px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-single_archives .dl_2col dd,
.s-single_archives .sponsor dd {
  width: 70%;
  margin: 0;
  word-break: break-all;
}
.s-single_archives .jazzmap {
  text-align: center;
}

/*Link*/
.page-link #performer,
.page-link #jazzclub,
.page-link #association,
.page-link #a, .page-link #ka, .page-link #sa, .page-link #ta, .page-link #na, .page-link #ha, .page-link #ma, .page-link #ya, .page-link #ra, .page-link #wa {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

/*jazz map*/
.jazz_map a {
  color: #000;
  text-decoration: underline;
}
.jazz_map--g_map {
  margin: 0 0 30px 0;
}

/*============================
  Ticket
  ============================*/
.ticket .note_list li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 10px;
}
.ticket .note_list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.ticket #web,
.ticket #tel {
  padding: 80px 0 0 0;
  margin: -80px 0 50px 0;
}
.ticket .mb1 {
  margin-bottom: 1.3em;
}
.ticket .mb2 {
  margin-bottom: 2.5em;
}
.ticket__table {
  width: 100%;
  margin: 20px 0 100px;
}
.ticket__table .red {
  color: red;
  font-size: 0.8rem;
  white-space: nowrap;
}
.ticket__table .black {
  font-size: 0.8rem;
  white-space: nowrap;
}
.ticket__table th,
.ticket__table td {
  width: 16.6666666667%;
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #DDD;
}
.ticket__table th ul,
.ticket__table td ul {
  text-align: left;
}
.ticket__table th li,
.ticket__table td li {
  position: relative;
  padding: 0 0 0 1em;
}
.ticket__table th li:before,
.ticket__table td li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.ticket__table th {
  font-weight: bold;
  background: #DDD;
}
.ticket__table td {
  vertical-align: middle;
  background: #FFF;
}
.ticket__table .bold {
  font-weight: bold;
}
.ticket__text_list {
  margin: 0 0 130px 0;
}
.ticket .button {
  display: block;
  margin: 0 auto;
}
.ticket__periods {
  margin: 30px 0 10px;
  padding: 10px;
  border-top: 1px solid #CCC;
}
.ticket__periods--title {
  width: 30%;
  font-weight: bold;
}
.ticket__period {
  margin: 0 0 50px;
  padding: 10px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.ticket__period--title {
  width: 30%;
  font-weight: bold;
}
.ticket__buy {
  margin: 0 0 50px 0;
}
.ticket__buy a {
  color: #000;
  text-decoration: underline;
}
.ticket__buy .title--h3 {
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
}
.ticket__buy .layout_flex {
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  padding: 10px;
  border-bottom: 1px solid #CCC;
}
.ticket__buy--title {
  width: 27%;
  font-weight: bold;
}
.ticket__buy--text {
  width: 70%;
}
.ticket__buy--text .bold {
  font-size: 1.1rem;
  font-weight: bold;
}
.ticket--jtb_box {
  display: flex;
}
.ticket--jtb_box .jtb_guide {
  margin: 10px 0 0 20px;
}
.ticket .ticket_info_wrap {
  margin: 0 auto 50px;
}
.ticket .ticket_info_wrap a {
  color: #003399;
  text-decoration: underline;
}
.ticket .ticket_info_wrap .button--black {
  color: #000;
  text-decoration: none;
}
.ticket .ticket_info_wrap .text_under_line {
  text-decoration: underline;
}
.ticket .ticket_info_wrap.frame_box {
  padding: 40px;
  background: rgba(255, 255, 255, 0.7);
}
.ticket .ticket_info_wrap dl dt {
  font-weight: bold;
}
.ticket .ticket_info_wrap dl dd {
  margin-bottom: 1em;
}
.ticket .ticket_info_wrap .bold {
  font-weight: bold;
}
.ticket .ticket_info_wrap .large_text {
  font-size: 2rem;
}
.ticket .ticket_info_wrap .text {
  margin: 0 auto 30px;
}
.ticket .ticket_info_wrap .red_text {
  color: #FF0000;
}
.ticket .ticket_info_wrap .line_through {
  text-decoration: line-through;
}
.ticket .ticket_info_wrap .list {
  font-size: 0;
  margin: 0 auto 30px;
  border-bottom: 1px solid #CCC;
}
.ticket .ticket_info_wrap .list .title,
.ticket .ticket_info_wrap .list .text {
  display: inline-block;
  font-size: 1rem;
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ticket .ticket_info_wrap .list .title {
  width: 29%;
  font-weight: bold;
}
.ticket .ticket_info_wrap .list .text {
  width: 70%;
}
.ticket .ticket_info_wrap .list .text .bold {
  font-size: 1.1rem;
  font-weight: bold;
}
.ticket .ticket_info_wrap .tickets_type .ticket_name {
  position: relative;
  display: inline-block;
  width: 105px;
  padding: 0 50px 0 0;
  vertical-align: top;
}
.ticket .ticket_info_wrap .tickets_type .ticket_name:after {
  content: "・・・";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
.ticket .ticket_info_wrap .tickets_type .price {
  padding: 0 0 0 155px;
  margin: 0 0 10px;
}

/*=============================
search.php
=============================*/
.search .paging {
  margin: 20px 0 0 0;
}
.search_page a {
  color: #000;
}
.search_list__item {
  padding: 20px 0;
  border-bottom: 1px solid #c1c1c1;
}
.search_list__item:last-child {
  border: none;
}

/*=============================
404.php
=============================*/
.page_404 {
  margin: 100px auto;
}
.page_404 .button {
  margin: 50px 0 0 0;
}

/*=============================
Underconstruction
=============================*/
.underconstruction {
  display: none;
}

/*=============================
English
=============================*/
.page-english footer {
  position: relative;
}
.page-english .page_top {
  bottom: 100px;
}

.en__main img {
  width: 100%;
  margin-bottom: 70px;
}

.en {
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif !important;
  padding: 0 0 50px 0;
}
.en p {
  margin: 0;
  padding: 0;
  line-height: 2;
}
.en_sp_header {
  position: relative;
}
.en_sp_header .en_sp_logo {
  margin: 0;
}
.en-width {
  width: 80.4vw;
  margin: 0 auto;
}
.en_title01 {
  font-size: 42px;
  text-align: center;
  background: none;
  margin-bottom: 60px;
  font-weight: 100;
  color: #000;
  line-height: 1.5em;
  word-break: break-word;
}
.en_title01 strong {
  display: block;
  font-size: 30px;
}
.en_title01_02 {
  font-size: 42px;
  text-align: center;
  background: none;
  margin-bottom: 60px;
  font-weight: 100;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .en_title01 {
    line-height: 24px;
  }
  .en_title01 p {
    line-height: 1.3;
  }
  .en_title01 strong {
    font-size: 20px;
    margin: 0 0 40px;
    line-height: 1.3;
  }
}
.en_title02 {
  display: inline-block;
  font-size: 32px;
  text-align: center;
  border-bottom: solid 2px #3c579e;
  background: none;
  color: #000;
  font-weight: 100;
}
.en_title02_02 {
  display: inline-block;
  font-size: 32px;
  text-align: center;
  border-bottom: solid 2px #FFF;
  background: none;
  color: #FFF;
  font-weight: 100;
}
.en_title03 {
  color: #3c579e;
  font-weight: bold;
}
.en_title03_02 {
  color: #FFF;
  font-weight: bold;
}
.en_title03_03 {
  color: #000;
  font-weight: bold;
}
.en-center {
  text-align: center;
}
.en_button {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  text-align: left;
  padding: 0 30px 0 67px;
  margin-top: 30px;
  background: url("../images/en/en_download_icon.png") no-repeat 14px/40px, #003399;
}
.en_button a {
  display: table-cell;
  height: 60px;
  color: #FFF;
  text-decoration: none;
  vertical-align: middle;
}
.en_content__download-live-schedule {
  margin: 0 auto 50px;
}
.en_content__download-live-schedule a {
  color: #3c579e;
  text-decoration: underline;
}
.en_content__download-live-schedule .text_bottom_button {
  margin: 0 0 30px 0;
}
.en_contact {
  padding: 60px 0 0 0;
}
.en_contact .en_title02 {
  margin: 0 0 45px 0;
}
.en_contact__input_text {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #003399;
  margin-bottom: 20px;
}
.en_contact__image {
  width: 100%;
  margin-bottom: 30px;
}
.en_contact__image img {
  width: 100%;
  height: auto;
}
.en_header {
  width: 100%;
  background: #003399;
  color: #FFF;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.en_header a {
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
}
.en_header__logo {
  width: 206px;
  margin-right: 80px;
}
.en_header__gnavi {
  display: inline-block;
  width: auto;
  padding-top: 15px;
}
.en_header__gnavi li {
  display: inline-block;
  margin-right: 45px;
}
.en_header .en_right {
  display: inline-block;
  width: auto;
  padding-top: 15px;
}

.en_header .en_left,
.en .en_left {
  float: left;
  width: 48%;
}

.en_header .en_right,
.en .en_right {
  float: right;
  width: 48%;
}

.en_content__download-live-schedule .en_right .en_button p {
  padding-top: 13px;
}

.en_content__download-live-schedule .en_title02 {
  margin-bottom: 40px;
}

.en_content__ticket {
  background: url("../images/en/en_background02.jpg") no-repeat center;
  background-size: cover;
  padding: 45px 0 75px;
  color: #FFF;
  margin-bottom: 50px;
}

.en_content__ticket .en_title02_02 {
  margin-bottom: 45px;
}

.en_content__ticket .en_content__ticket__center_text {
  margin-bottom: 60px;
}

.en_content__ticket .en_left .en_content__ticket__list01 {
  margin-bottom: 75px;
}

.en_content__ticket .en_left .en_content__ticket__list02 {
  margin-bottom: 35px;
}

.en_content__ticket_buy {
  padding-bottom: 110px;
}

.en_content__ticket_buy a {
  color: #0088cc;
  text-decoration: none;
}

.en_content__ticket_buy .en_content__ticket_buy___text01 {
  margin-bottom: 48px;
}

.en_content__ticket_buy .en_content__ticket_buy___text02 {
  margin-bottom: 40px;
}

.en_content__ticket_buy .en_content__ticket_buy___text03 {
  margin-bottom: 45px;
}

.en_content__ticket_buy .en_content__ticket_buy___text04 {
  margin-bottom: 35px;
}

.en_content__ticket_buy .en_title02 {
  margin-bottom: 45px;
}

.en_whats_jazzpro {
  width: 100%;
  padding: 90px 0 100px;
  margin: 0 0 100px 0;
  background: url("../img/top_bk01.png");
}
.en_whats_jazzpro__inner {
  width: 995px;
  margin: 0 auto;
}
.en_whats_jazzpro__inner .en_title01 {
  text-align: center;
}
.en_whats_jazzpro__inner .en-center {
  width: 100%;
  padding: 20px;
  text-align: left;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.en_whats_jazzpro p {
  margin-bottom: 1.5em;
}

.en_whats_jazzpro .en_title01 {
  margin-bottom: 60px;
}

.en_contact .en_contact__button {
  -webkit-appearance: none;
  background: #003399;
  border: none;
  color: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  padding: 15px 60px;
}

.en_contact .en_contact__text {
  margin-bottom: 30px;
}

.en_footer {
  width: 100%;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 12px;
  color: #FFF;
  padding: 30px 0;
  text-align: center;
  background: #231815;
}

.en_footer p {
  margin: 0 10px;
}

.en_sp_logo {
  width: 44.66vw;
  float: left;
  margin-right: 8vw;
}

header.en_sp_header {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header.en_sp_header h1.en_sp_logo a {
  width: 100%;
}

.en_sp_logo img {
  width: 100%;
}

.en_language_change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 106px;
  margin: 0 10px;
  border: 2px solid #FFF;
}
.en_language_change.hide {
  display: none;
}
.en_language_change * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.en_language_change a {
  display: block;
  width: 53px;
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.en_language_change a:first-child {
  border-right: 2px solid #FFF;
}
.en_language_change a.active {
  color: #000;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .en_language_change {
    width: auto;
    display: block;
  }
  .en_language_change a {
    width: auto;
    padding: 0 20px;
  }
  .en_language_change a:first-child {
    border-right: none;
  }
}

.en.page_top {
  display: none;
}

.machikado_live ul {
  margin-bottom: 2em;
  line-height: 1.8;
}

.en-mb40 {
  margin-bottom: 40px;
}

/*-----------------------------------------------------------
	.en 英語ページ メディアクエリ
-----------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .en_header .en_left,
.en .en_left {
    float: none;
    width: 100%;
  }

  .en_header .en_right,
.en .en_right {
    float: none;
    width: 100%;
  }

  .en_content__download-live-schedule .en_left {
    margin-bottom: 60px;
  }

  .en_contact .en_left {
    margin-bottom: 60px;
  }

  .en_content__download-live-schedule .en_right .en_button p {
    padding-top: 0;
  }

  .en.page_top {
    display: block;
  }

  .en_contact .en_contact__button,
.en_contact .en_contact__input_text {
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .en_whats_jazzpro__inner {
    width: 90%;
  }
}
/*=============================
Artist List ホール以外
=============================*/
.artist_schedule_list .pull_down_title {
  position: relative;
  font-size: 1.3rem;
  padding: 10px;
  margin: 0 0 30px 0;
  border-left: 10px solid #000;
  background: #FFF;
  cursor: pointer;
}
.artist_schedule_list .pull_down_title .fa {
  position: absolute;
  top: 35%;
  right: 10px;
}
.artist_schedule_list .pull_down_list {
  display: none;
}
.artist_schedule_list .pull_down_list.active {
  display: block;
}
.artist_schedule_list .artist_image {
  height: 190px;
  margin: -9px -9px 9px;
  text-align: center;
}
.artist_schedule_list .artist_image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.artist_schedule_list .artist_link {
  margin: 0 0 10px;
}
.artist_schedule_list .artist_link__name, .artist_schedule_list .artist_link__a {
  display: inline-block;
  color: #000;
  margin: 0 10px 0 0;
}
.artist_schedule_list .artist_link__a {
  text-decoration: underline;
}
.artist_schedule_list .artist_link__a.fa-twitter {
  color: #55ACEE;
  text-decoration: none;
}
.artist_schedule_list .artist_link__a.fa-facebook-square {
  color: #4267B2;
  text-decoration: none;
}

/*=============================
Archives インタビュー
=============================*/
.interview {
  /*SP*/
}
.interview p {
  margin: 0 0 1em 0;
}
.interview a {
  color: #000;
}
.interview .name {
  color: #990000;
  font-weight: bold;
}
.interview__sub_title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #990000;
  margin: 0 0 30px 0;
}
.interview__textarea {
  margin: 0 0 50px 0;
}
.interview .last_text {
  text-align: right;
  margin: 50px 0 0 0;
}
.interview .toc {
  display: flex;
  margin-bottom: 30px;
}
.interview .toc .thumbnail {
  margin: 0 20px 0 0;
}
.interview .toc .desc a {
  color: #000;
}
.interview .toc .desc h3 {
  margin: 0 0 20px;
}
.interview .toc ul {
  list-style-position: inside;
}
.interview .toc ul li {
  list-style-type: disc;
  background: none;
  padding: 0;
  margin-bottom: 7px;
}
.interview .kakomi {
  padding: 20px;
  margin: 0 0 50px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #cccccc;
  background: #EEE;
}
.interview .right_photo {
  float: right;
  margin: 10px;
}
.interview .left_photo {
  float: left;
  margin: 10px;
}
.interview.artists_2012 .kakomi {
  margin: 50px 0 30px;
}
.interview#content .right_photo,
.interview#content .left_photo {
  float: none;
  text-align: center;
}

/*=============================
Archives artist
=============================*/
.archive_artist_list a {
  color: #000;
}
.archive_artist_list .toc .thumbnail {
  margin: 0 20px 0 0;
}
.archive_artist_list .inner {
  background: none;
}
.archive_artist_list .place h4 {
  position: relative;
  font-size: 1.3rem;
  padding: 10px;
  border: 1px solid #CCC;
  border-left: 10px solid #000;
  border-bottom: none;
  background: #FFF;
}
.archive_artist_list .place table {
  width: 100%;
  margin: 0 0 50px 0;
}
.archive_artist_list .place th,
.archive_artist_list .place td {
  width: 50%;
  padding: 10px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
}

/*=============================
Site map
=============================*/
.sitemap {
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.sitemap .hide {
  display: none;
}
.sitemap .item_lists {
  margin: 0 0 50px 0;
}
.sitemap .item_list a {
  color: #000;
}

/*=============================
Column
=============================*/
.column_list .author {
  margin: 0 0 0 5px;
}
.column_list .sub_date {
  margin: 0 0 20px 0;
}
.column_list .inner {
  height: 162px;
  padding: 0;
  margin: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.column_list .category {
  display: inline-block;
  color: #000;
  margin: 0 0 20px 0 !important;
  text-align: left;
  background: none;
}
.column_list .category a {
  display: inline-block;
}
.column_list .read_more {
  display: block;
  width: 140px;
  height: 40px;
  margin: 0;
  line-height: 40px;
  text-align: center;
  border: 3px solid #000;
}
.column_list .read_more:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 20px;
}

.column--single .title--h2 {
  font-size: 2rem;
  margin: 0 0 60px;
}
.column--single .category {
  display: inline-block;
  color: #666;
  font-size: 12px;
  margin: 30px 0 0 0;
}

/*=============================
プライバシーポリシー
=============================*/
.parent-pageid-1855 .edit_content a {
  color: #003399;
}
.parent-pageid-1855 .edit_content a:hover {
  text-decoration: underline;
}

/*=============================
live
=============================*/
.common_layout h3.live_schedule {
  font-size: 24px;
  margin-top: 50px;
}

.live h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.live h4 {
  font-weight: bold;
  margin-top: 30px;
}
.live a {
  color: #000000;
  text-decoration: underline;
}
.live .live_flex {
  display: flex;
  justify-content: center;
}
.live .live_flex .main_body {
  width: 50%;
}
.live .live_flex .right_body {
  width: 50%;
  text-align: right;
}

.page_live iframe {
  max-width: 100%;
}

/*=============================
live_sp
=============================*/
#sp_content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#sp_content h3 {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 20px;
}
#sp_content h4 {
  font-weight: bold;
  margin-top: 50px;
}
#sp_content .sp_space {
  margin: 20px 0;
}

/*=============================
Editor Css
=============================*/
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 20px 20px 5px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

/*--------------------------------------------------------------
  Archive カスタム投稿
-------------------------------------------------------------- */
.archive_re .heading-1 {
  font-size: 38px;
  font-weight: bold;
  margin: 30px 0 0 0;
  line-height: 1.5;
}
.archive_re .heading-2 {
  font-size: 22px;
  font-weight: bold;
  color: #990000;
  margin: 30px 0 0 0;
}
.archive_re .heading-3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 30px 0 0 0;
}
.archive_re .text {
  margin: 30px 0 0 0;
}
.archive_re .text p {
  text-indent: 1em;
}
.archive_re .image {
  margin: 10px 0 0 0;
  vertical-align: top;
}
.archive_re .image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive_re .image.image1 {
  width: 100%;
}
.archive_re .image.image2, .archive_re .image.image4 {
  display: inline-block;
  max-width: calc( 100% / 2 - 15px);
  margin: 10px 7px 0;
}
.archive_re .image.image3 {
  display: inline-block;
  width: calc( 100% / 3 - 15px);
  margin: 10px 7px 0;
}
.archive_re .image img {
  max-width: 100%;
  height: auto;
}
.archive_re .caption {
  font-size: 12px;
}
.archive_re table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.archive_re table th,
.archive_re table td {
  min-width: 20%;
  padding: 10px;
  border: 1px solid #5C5C5C;
}
.archive_re .no_border table th,
.archive_re .no_border table td {
  border: none;
}
.archive_re .no_border table tr th:first-child,
.archive_re .no_border table tr td:first-child {
  font-weight: bold;
  text-align: right;
}
.archive_re .heading .archive_title {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #990000;
  margin: 0 0 30px 0;
}
.archive_re .heading .thumbnail {
  display: inline-block;
  width: 180px;
  margin: 0 30px 0 0;
  vertical-align: top;
}
.archive_re .heading .thumbnail img {
  width: 100%;
  height: auto;
}
.archive_re .heading .contents_list {
  display: inline-block;
  width: calc( 100% - 220px );
  vertical-align: top;
}

.page_faq .common_title01 {
  display: none;
}
.page_faq .note_description {
  margin: 0 0 30px;
}
.page_faq .faq_list > * {
  position: relative;
}
.page_faq .faq_list > *:before {
  display: inline-block;
  margin: 0 10px 0 0;
}
.page_faq .faq_list dt {
  font-weight: bold;
  padding: 80px 0 0;
  margin: -80px 0 10px;
}
.page_faq .faq_list dd {
  margin: 0 0 20px;
}
.page_faq .faq_list dd li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 10px;
}
.page_faq .faq_list dd li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.page_faq .anchor_list a {
  position: relative;
  display: block;
  color: #000;
  margin: 0 0 15px;
}
.page_faq .anchor_list a:after {
  position: absolute;
  top: 40%;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .page_faq {
    padding: 60px 15px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page_faq .common_title01 {
    display: block;
  }
  .page_faq .common_layout--2column__sidebar {
    display: none;
  }
  .page_faq .common_layout--2column__content {
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*--------------------------------------------------------------
  Template: 1カラム
-------------------------------------------------------------- */
.no_sidebar__title_side_logo {
  display: inline;
  width: 50px;
}
.no_sidebar .title--h2 {
  line-height: 40px;
}
.no_sidebar .title--h2.inline {
  display: inline;
  vertical-align: top;
}
.no_sidebar img {
  height: auto;
  max-width: 70%;
}
.no_sidebar img.aligncenter {
  display: block;
  margin: 0 auto 16px;
}
.no_sidebar video {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .no_sidebar .inner {
    padding: 60px 15px 50px;
  }
  .no_sidebar .title--h2 {
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .no_sidebar__title_side_logo {
    width: 30px !important;
  }
}

/*--------------------------------------------------------------
  Category place(hall/club/city)
-------------------------------------------------------------- */
body.category .google_map {
  margin: 0 0 30px;
}
body.category .google_map a {
  color: #000;
}

/*--------------------------------------------------------------
  Return Tickets チケット払い戻し
-------------------------------------------------------------- */
.return_tickets {
  margin: 0 0 130px;
}
.return_tickets ul {
  margin: 0 0 32px;
}
.return_tickets p {
  margin: 0 0 32px;
}
.return_tickets a {
  color: #003399;
}
.return_tickets .button {
  display: block;
  width: 30%;
  color: #FFF;
  margin: 0 0 16px;
  text-align: center;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #003399;
}
.return_tickets .under_line {
  text-decoration: underline;
}
.return_tickets .bold {
  font-weight: bold;
}
.return_tickets .red {
  color: red;
}
.return_tickets .indent {
  padding: 0 0 0 20px;
}
.return_tickets .border_bottom {
  padding: 0 0 30px;
  border-bottom: 1px solid #003399;
}
.return_tickets__heading {
  font-size: 32px;
  margin: 0 0 48px;
  text-align: center;
}
.return_tickets__description {
  margin: 0 0 40px;
}
.return_tickets__anchor_links {
  margin: 0 0 40px;
}
.return_tickets__anchor_links .list {
  margin: 0 0 32px;
}
.return_tickets__anchor_links .list ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.return_tickets__article {
  padding: 80px 0 32px;
  margin: -80px 0 40px;
  border-bottom: 1px solid #003399;
}
.return_tickets__article .date {
  color: red;
}
.return_tickets__article.border_bold {
  border-bottom: 3px solid #003399;
}

/*--------------------------------------------------------------
  準備中
-------------------------------------------------------------- */
.preparation p {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .preparation {
    height: calc(100vh - 482px);
    padding: 85px 15px 0;
    box-sizing: border-box;
  }
  .preparation p {
    font-size: 20px;
  }
}

/*# sourceMappingURL=common.css.map */
