@charset "UTF-8";
:root {
  --clientWidth: var(--jsClientWidth, 100vw);
}
:root[data-whatinput=mouse] *:focus, :root[data-whatinput=touch] *:focus {
  outline: none !important;
}

html,
body {
  height: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6666666667;
  color: #000;
}

* {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  color: inherit;
  outline: none;
  -webkit-touch-callout: none;
}
a:hover {
  text-decoration: none;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  vertical-align: top;
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

rt {
  font-size: 40%;
  text-align: center;
  letter-spacing: 0;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

/* form */
input[type=text],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=password],
input[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
  display: block;
}

fieldset {
  margin: 0;
  border: none;
}

legend {
  display: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
:root {
  --zindex-header: 10;
}

.c-btn-green {
  width: 143px;
  height: 38px;
  line-height: 34px;
  background: #0c3b2c;
  border: 2px solid #0c3b2c;
}
.c-btn-green a {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.c-btn-green a span {
  position: relative;
  padding-right: 15px;
}
.c-btn-green a span::after {
  position: absolute;
  top: 17%;
  right: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.c-btn-green a:hover {
  color: #0c3b2c;
  background: #fff;
}
.c-btn-green a:hover span::after {
  border-color: #0c3b2c;
}

.c-btn-greenbg {
  width: 273px;
  max-width: 100%;
  height: 55px;
  line-height: 53px;
  background: #fff;
  border: 1px solid #0c3b2c;
  transition: all 0.3s ease 0s;
}
.c-btn-greenbg a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0c3b2c;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.c-btn-greenbg:hover {
  background: #0c3b2c;
}
.c-btn-greenbg:hover a {
  color: #fff;
}

.c-btn-green-arrow {
  width: 143px;
  height: 38px;
  line-height: 34px;
  background: #0c3b2c;
  border: 2px solid #0c3b2c;
}
.c-btn-green-arrow a {
  position: relative;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.c-btn-green-arrow a::after {
  position: absolute;
  top: 48%;
  right: 10px;
  width: 12px;
  height: 10px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.c-btn-green-arrow a:hover {
  color: #0c3b2c;
  background: #fff;
}
.c-btn-green-arrow a:hover::after {
  background-color: #0c3b2c;
}

.c-btn-green-arrow02 {
  width: 378px;
  max-width: 100%;
  height: 55px;
  line-height: 51px;
  background: #fff;
  border: 2px solid #0c3b2c;
  transition: all 0.3s ease 0s;
}
.c-btn-green-arrow02 a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #0c3b2c;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.c-btn-green-arrow02 a::after {
  position: absolute;
  top: 48%;
  right: 10px;
  width: 8.5px;
  height: 15px;
  content: "";
  background-color: #0c3b2c;
  -webkit-mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__arrow02.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.c-btn-green-arrow02:hover {
  background: #0c3b2c;
}
.c-btn-green-arrow02:hover a {
  color: #fff;
}
.c-btn-green-arrow02:hover a::after {
  background-color: #fff;
}

.c-card__content {
  display: flex;
  padding: 31px 25px 40px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1080px) {
  .c-card__content {
    width: calc(50% - 9px);
  }
  .c-card__content:nth-child(2n) {
    margin-left: 18px;
  }
  .c-card__content:nth-child(n+3) {
    margin-top: 18px;
  }
}
@media not all and (min-width: 1080px) {
  .c-card__content {
    display: block;
    padding: 30px 20px 30px;
  }
}
.c-card__content__img {
  position: relative;
  width: 100%;
  margin-top: 4px;
}
@media not all and (min-width: 1080px) {
  .c-card__content__img {
    max-width: 200px;
    margin: 0 auto;
  }
}
.c-card__content__img::before {
  display: block;
  padding-top: 141%;
  content: "";
}
.c-card__content__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__content__texts {
  width: 100%;
}
@media (min-width: 1080px) {
  .c-card__content__texts {
    margin-left: 26px;
  }
}
@media not all and (min-width: 1080px) {
  .c-card__content__texts {
    margin-top: 10px;
  }
}
.c-card__content__texts__date, .c-card__content__texts__time, .c-card__content__texts__place {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.c-card__content__texts__title {
  margin-top: 5px;
  margin-bottom: 33px;
  font-weight: 700;
  line-height: 1.5;
}
.c-card__content__texts__title span {
  font-size: 16px;
  font-size: 1rem;
}
.c-card__content__texts__btn:not(:first-child) {
  margin-top: 13px;
}
.c-card__content__texts__more-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 36px;
  color: #0c3b2c;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0c3b2c;
  transition: all 0.3s ease 0s;
}
.c-card__content__texts__more-btn a::after {
  position: absolute;
  top: 35%;
  right: 20px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #0c3b2c;
  border-right: 2px solid #0c3b2c;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.c-card__content__texts__more-btn a:hover {
  color: #fff;
  background: #0c3b2c;
}
.c-card__content__texts__more-btn a:hover::after {
  border-color: #fff;
}
.c-card__content__texts__reserve-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.c-card__content__texts__reserve-btn a::after {
  position: absolute;
  top: 35%;
  right: 20px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.c-card__content__texts__reserve-btn a.button_s_1 {
  background: #0c3b2c;
  border: 2px solid #0c3b2c;
}
.c-card__content__texts__reserve-btn a.button_s_1:hover {
  color: #0c3b2c;
  background: #fff;
}
.c-card__content__texts__reserve-btn a.button_s_1:hover::after {
  border-color: #0c3b2c;
}
.c-card__content__texts__reserve-btn a.button_s_2 {
  background: #6a7e77;
  border: 2px solid #6a7e77;
}
.c-card__content__texts__reserve-btn a.button_s_2:hover {
  color: #6a7e77;
  background: #fff;
}
.c-card__content__texts__reserve-btn a.button_s_2:hover::after {
  border-color: #6a7e77;
}
.c-card__content__texts__reserve-btn a.button_s_3 {
  background: #868103;
  border: 2px solid #868103;
}
.c-card__content__texts__reserve-btn a.button_s_3:hover {
  color: #868103;
  background: #fff;
}
.c-card__content__texts__reserve-btn a.button_s_3:hover::after {
  border-color: #868103;
}
.c-card__content__texts__reserve-btn a.button_s_4 {
  background: #a3a3a3;
  border: 2px solid #a3a3a3;
}
.c-card__content__texts__reserve-btn a.button_s_4:hover {
  color: #a3a3a3;
  background: #fff;
}
.c-card__content__texts__reserve-btn a.button_s_4:hover::after {
  border-color: #a3a3a3;
}

.c-calendar__title {
  position: relative;
  padding-bottom: 9px;
  margin: 64px 0 54px;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.7058823529;
  text-align: center;
  letter-spacing: 0.01em;
}
.c-calendar__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 2px;
  content: "";
  background: #4ba4c1;
  transform: translateX(-50%);
}

.c-search {
  background: #f7f7f5;
}
.c-search__selectbox {
  position: relative;
  min-width: 240px;
  margin-right: 0;
  margin-left: auto;
  border-radius: 4px;
}
.c-search__selectboxBody {
  position: relative;
  width: 100%;
}
.c-search__selectboxBody::before, .c-search__selectboxBody::after {
  position: absolute;
  content: "";
}
.c-search__selectboxBody::before {
  top: 50%;
  right: 38px;
  width: 1px;
  height: 16px;
  background: #ccc;
  transform: translateY(-50%);
}
.c-search__selectboxBody::after {
  top: 15px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0c3b2c;
  border-right: 2px solid #0c3b2c;
  transform: rotate(135deg);
}
.c-search__selectboxBody._bgGreen::before, .c-search__selectboxBody._bgGreen::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.c-search__selectboxBody select {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 43px;
  padding-right: 30px;
  padding-left: 15px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #ee8b16;
  color: #0c3b2c;
  text-align: center;
  text-align: -webkit-center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
._en .c-search__selectboxBody select {
  font-size: 16px;
  font-size: 1rem;
}
.c-search__selectboxBody select option {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
._en .c-search__selectboxBody select option {
  font-size: 16px;
  font-size: 1rem;
}
@media not all and (min-width: 1100px) {
  .c-search__selectboxBody select {
    width: 100%;
  }
}
.c-search__selectboxBody._bgGreen select {
  color: #fff;
  background: #0c3b2c;
}
.c-search__selectboxToggle {
  position: relative;
  z-index: 12;
  display: flex;
  align-items: center;
  height: 43px;
  padding-right: 38px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0c3b2c;
  transition: background 0.3s ease;
}
.c-search__selectboxToggle:hover {
  background: #effaf5;
}
.c-search__selectboxToggle::before, .c-search__selectboxToggle::after {
  position: absolute;
  content: "";
}
.c-search__selectboxToggle::before {
  top: 50%;
  right: 38px;
  width: 1px;
  height: 16px;
  background: #ccc;
  transform: translateY(-50%);
}
.c-search__selectboxToggle::after {
  top: 15px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0c3b2c;
  border-right: 2px solid #0c3b2c;
  transform: rotate(135deg);
}
._selectConcert .c-search__selectboxToggle:not(._active) {
  color: #fff;
}
._selectConcert .c-search__selectboxToggle:not(._active)::after {
  border-color: #fff;
}
.c-search__selectboxToggle span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-search__selectboxList {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 11;
  width: calc(100% + 2px);
  padding-top: 43px;
  pointer-events: none;
  visibility: hidden;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.1s ease-out;
  transition-property: opacity, visibility;
}
.c-search__selectbox:hover .c-search__selectboxList {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.c-search__selectboxItem {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  border-top: 1px solid #ccc;
}
.c-search__selectboxLink {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 47px;
  color: #0c3b2c;
  text-decoration: none;
  transition: background 0.3s ease;
}
.c-search__selectboxLink:hover {
  background: #effaf5;
}

.c-search__inner {
  padding: 40px 0 46px;
}
.c-search__inner.-paddingBottomNarrow {
  padding-bottom: 13px;
}
@media not all and (min-width: 1100px) {
  .c-search__inner {
    padding: 40px 20px !important;
  }
}
.c-search__inner__links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-search__inner__links:not(:first-child) {
  margin-top: 19px;
}
@media not all and (min-width: 1100px) {
  .c-search__inner__links {
    display: block;
  }
}
.c-search__inner__month {
  position: relative;
  width: 185px;
  max-width: 100%;
  height: 46px;
  margin: auto;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media not all and (min-width: 1100px) {
  .c-search__inner__month {
    width: 100%;
  }
}
.c-search__inner__month .transparent-text {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  padding-right: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0c3b2c;
  transform: translateY(-50%);
}
.c-search__inner__month select {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 46px;
  padding: 20px;
  cursor: pointer;
  border: none;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-search__inner__month select:focus {
  z-index: -1;
  opacity: 1;
}
.c-search__inner__month::after {
  position: absolute;
  top: 30%;
  right: 15px;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #0c3b2c;
  border-right: 2px solid #0c3b2c;
  transform: rotate(135deg);
}
.c-search__inner__month::before {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 2px;
  height: 19px;
  content: "";
  background: #ccc;
  transform: translateY(-50%);
}
.c-search__inner form {
  position: relative;
  max-width: 100%;
  margin-left: 25px;
}
@media not all and (min-width: 1100px) {
  .c-search__inner form {
    margin: 20px 0 0;
  }
}
.c-search__inner form .box {
  width: 450px;
  max-width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media not all and (min-width: 1100px) {
  .c-search__inner form .box {
    width: 100%;
  }
}
.c-search__inner form .submit {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  font-size: 0;
  cursor: pointer;
  background: url(/common/img/global/icon__search.png) no-repeat center center/contain;
  border: none;
  transform: translateY(-50%);
}
.c-search__inner__btns {
  display: flex;
  max-width: 100%;
}
@media not all and (min-width: 1100px) {
  .c-search__inner__btns {
    margin: 20px 0 0;
  }
}
.c-search__inner__all {
  max-width: 100%;
  margin-left: 25px;
}
.c-search__inner__all._current-page a {
  color: #fff;
  background: #0c3b2c;
}
@media not all and (min-width: 1100px) {
  .c-search__inner__all {
    width: 50%;
    margin: 0;
  }
}
.c-search__inner__all a {
  display: inline-block;
  width: 180px;
  max-width: 100%;
  height: 46px;
  font-weight: 700;
  line-height: 44px;
  color: #0c3b2c;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #273f2e;
  transition: all 0.3s ease 0s;
}
@media not all and (min-width: 1100px) {
  .c-search__inner__all a {
    width: 100%;
  }
}
.c-search__inner__all a:hover {
  color: #fff;
  background: #273f2e;
}
.c-search__inner__main {
  max-width: 100%;
  margin-left: 25px;
}
.c-search__inner__main._current-page a {
  color: #fff;
  background: #0c3b2c;
}
@media not all and (min-width: 1100px) {
  .c-search__inner__main {
    width: 50%;
    margin-left: 20px;
  }
}
.c-search__inner__main a {
  display: inline-block;
  width: 212px;
  max-width: 100%;
  height: 46px;
  font-weight: 700;
  line-height: 44px;
  color: #0c3b2c;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #273f2e;
  transition: all 0.3s ease 0s;
}
@media not all and (min-width: 1100px) {
  .c-search__inner__main a {
    width: 100%;
  }
}
.c-search__inner__main a:hover {
  color: #fff;
  background: #273f2e;
}
.c-search__inner__tabs {
  display: flex;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}
.c-search__inner__tabs:not(:first-child) {
  margin-top: 19px;
}
.c-search__inner__tabsBody {
  display: flex;
  width: 100%;
}
.c-search__inner__tab {
  width: 50%;
  color: #0c3b2c;
  text-align: center;
  background: #fff;
}
.c-search__inner__tab a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: al 0.3s ease 0s;
  transition-property: background, opacity;
}
.c-search__inner__tab a span._calendar {
  position: relative;
  padding-left: 40px;
}
.c-search__inner__tab a span._calendar::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/concert/icon__calendar.svg) no-repeat center center/cover;
          mask: url(/common/img/concert/icon__calendar.svg) no-repeat center center/cover;
  transform: translateY(-50%);
}
.c-search__inner__tab a span._list {
  position: relative;
  padding-left: 40px;
}
.c-search__inner__tab a span._list::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 21px;
  content: "";
  background-color: #0c3b2c;
  -webkit-mask: url(/common/img/concert/icon__list.svg) no-repeat center center/cover;
          mask: url(/common/img/concert/icon__list.svg) no-repeat center center/cover;
  transform: translateY(-50%);
}
._multiTabs .c-search__inner__tab a {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.c-search__inner__tab._current-page {
  color: #fff;
  background: #0c3b2c;
}
.c-search__inner__tab._current-page a::after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #0c3b2c transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  transform: translateX(-50%);
}
.c-search__inner__tab:not(:first-child):not(:last-child):not(._current-page) a::before, .c-search__inner__tab:not(:first-child):not(:last-child):not(._current-page) a::after {
  position: absolute;
  top: 0;
  display: block;
  width: 10px;
  height: 100%;
  content: "";
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}
.c-search__inner__tab:not(:first-child):not(:last-child):not(._current-page) a::before {
  left: -10px;
}
.c-search__inner__tab:not(:first-child):not(:last-child):not(._current-page) a::after {
  right: -10px;
}
.c-search__inner__tab:not(._current-page) a {
  overflow: hidden;
  background: #fff;
}
._multiTabs .c-search__inner__tab:not(._current-page) a:hover {
  background: #effaf5;
}

.c-calendar__titles {
  z-index: 10;
  display: flex;
  align-items: baseline;
  padding: 10px 0;
  background: #fff;
}

.c-calendar__date {
  font-size: 18px;
  font-size: 1.125rem;
}
.c-calendar__date span {
  margin-right: 1em;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

.c-calendar__labels {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
.c-calendar__labels__label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-calendar__labels__label:not(:first-child) {
  margin-left: 22px;
}
.c-calendar__labels__label::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  color: #fff;
  text-align: center;
  content: "";
  border-radius: 2px;
  transform: translateY(-50%);
}
.c-calendar__labels__label._concert::before {
  content: "C";
  background: #7eb5b8;
}
.c-calendar__labels__label._recital::before {
  content: "R";
  background: #d67a00;
}
.c-calendar__labels__label._organizer::before {
  background: #effaf5;
}
.c-calendar__labels__label._cosponsored::before {
  background: #fcf9df;
}

.c-search__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 90px auto 100px;
}
.c-search__bottom__month {
  position: relative;
  width: 185px;
  height: 46px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.c-search__bottom__month .transparent-text {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  padding-right: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0c3b2c;
  transform: translateY(-50%);
}
.c-search__bottom__month select {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 46px;
  padding: 20px;
  cursor: pointer;
  border: none;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-search__bottom__month select:focus {
  z-index: -1;
  opacity: 1;
}
.c-search__bottom__month::after {
  position: absolute;
  top: 30%;
  right: 15px;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #0c3b2c;
  border-right: 2px solid #0c3b2c;
  transform: rotate(135deg);
}
.c-search__bottom__month::before {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 2px;
  height: 19px;
  content: "";
  background: #ccc;
  transform: translateY(-50%);
}
.c-search__bottom__search form {
  position: relative;
  margin-left: 20px;
}
.c-search__bottom__search form .submit {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  font-size: 0;
  cursor: pointer;
  background: url(/common/img/global/icon__search.png) no-repeat center center/contain;
  border: none;
  transform: translateY(-50%);
}
.c-search__bottom__search form .box {
  width: 462px;
  max-width: 100%;
  padding: 10px 15px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.c-calendar__lists__wrap {
  margin-top: 11px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.c-calendar__lists__box {
  display: flex;
}
.c-calendar__lists__box:not(:first-child) {
  border-top: 2px solid #ccc;
}
.c-calendar__lists__box._organizer .p-calendar__list {
  background-color: #effaf5;
}
.c-calendar__lists__box__date {
  width: 18%;
  padding: 32px 0 0 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
.c-calendar__lists__box__date span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.c-calendar__lists__box__date span._saturday {
  color: #00559f;
}
.c-calendar__lists__box__date span._sunday, .c-calendar__lists__box__date span._holiday {
  color: #d72c2d;
}

.c-calendar__lists {
  width: 100%;
}

.c-calendar__list {
  display: flex;
  width: 100%;
}
.c-calendar__list:not(:first-child) {
  position: relative;
}
.c-calendar__list:not(:first-child)::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 82%;
  height: 1px;
  content: "";
  border-top: 1px dotted #707070;
}
.c-calendar__list:not(:first-child) .c-calendar__lists__box__date {
  display: none;
}
.c-calendar__list._organizer .c-calendar__list__info {
  background-color: #effaf5;
}
.c-calendar__list._cosponsored .c-calendar__list__info {
  background-color: #fcf9df;
}
.c-calendar__list__lists {
  margin-top: 11px;
}
.c-calendar__list__list {
  padding-left: 1em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  text-indent: -1em;
}
.c-calendar__list__info {
  display: flex;
  width: 82%;
  padding: 34px 20px;
  margin-left: auto;
}
.c-calendar__list__label {
  min-width: 160px;
  max-width: 160px;
  margin-top: 2px;
}
.c-calendar__list__label__place {
  position: relative;
  padding-left: 25px;
}
.c-calendar__list__label__place::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  color: #fff;
  text-align: center;
  content: "";
  border-radius: 2px;
  transform: translateY(-50%);
}
.c-calendar__list__label__place._concert::before {
  content: "C";
  background: #7eb5b8;
}
.c-calendar__list__label__place._recital::before {
  content: "R";
  background: #d67a00;
}
.c-calendar__list__texts {
  width: calc(100% - 160px);
  margin-left: 31px;
}
.c-calendar__list__texts__title {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.28;
  color: #0c3b2c;
}
.c-calendar__list__texts__title.noplan {
  font-weight: 700;
  color: #747474;
}
.c-calendar__list__texts__title span {
  font-size: 16px;
  font-size: 1rem;
}
.c-calendar__list__texts__title a {
  display: block;
  padding-right: 50px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.c-calendar__list__texts__title a:hover {
  text-decoration: underline;
}
.c-calendar__list__texts__title a::after {
  position: absolute;
  top: 36%;
  right: 26px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  border-top: 2px solid #0c3b2c;
  border-right: 2px solid #0c3b2c;
  transform: rotate(45deg);
}
.c-calendar__list__texts__title._noplan {
  margin-top: 26px;
  color: #747474;
}
.c-calendar__list__texts__title._noplan::after {
  display: none;
}
.c-calendar__list__texts__label {
  display: inline-block;
  width: 106px;
  height: 26px;
  margin-top: 7px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.c-calendar__list__texts__label._cancel {
  background: #a32121;
}
.c-calendar__list__texts__label._change {
  width: 120px;
  background: #16703a;
}
.c-calendar__list__texts__dl {
  display: flex;
  margin-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-calendar__list__texts__dd {
  margin-left: 10px;
}
.c-calendar__list__texts__dd a {
  color: #04a7c4;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.c-calendar__list__texts__dd a:hover {
  text-decoration: underline;
}

.c-search_wrap {
  position: relative;
  margin-left: auto;
  text-align: center;
}
@media not all and (min-width: 1080px) {
  .c-search_wrap {
    margin-top: 15px;
  }
}

.c-search_check {
  position: relative;
  display: inline-block;
  padding-top: 4px;
  padding-left: 37px;
  font-size: 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease 0s;
}
.c-search_check:hover {
  opacity: 0.7;
}

.c-search_check input {
  display: none;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  width: 28px;
  height: 28px;
  border: solid 1px #0c3b2c;
}

.checkmark::after {
  position: absolute;
  top: 2px;
  left: 8px;
  width: 8px;
  height: 14px;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}

.c-search_check input:checked + .checkmark::after {
  border-color: #fff;
  opacity: 1;
}

.c-search_check input:checked + .checkmark {
  background: #0c3b2c;
}

.c-year-label {
  padding: 9px 20px;
  color: #fff;
  background: #0c3b2c;
}

.c-calendar__table {
  margin-top: 40px;
}
.c-calendar__table__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-calendar__table .c-calendar__dls .c-calendar__dl {
  display: flex;
  padding-bottom: 32px;
  border-bottom: 2px solid #ccc;
}
.c-calendar__table .c-calendar__dls .c-calendar__dl__dl {
  margin-top: 33px;
}
.c-calendar__table .c-calendar__dls .c-calendar__dt {
  width: 50%;
}
.c-calendar__table .c-calendar__dls .c-calendar__dt__title {
  padding: 8px;
  color: #fff;
  text-align: center;
  background: #0c3b2c;
}
.c-calendar__table .c-calendar__dls .c-calendar__dt dl {
  display: flex;
  padding: 0 30px;
  line-height: 2;
}
.c-calendar__table .c-calendar__dls .c-calendar__dt dl:last-child {
  margin-top: 20px;
}
.c-calendar__table .c-calendar__dls .c-calendar__dt dl dt {
  width: 100px;
  text-align: right;
  white-space: nowrap;
}
.c-calendar__table .c-calendar__dls .c-calendar__dt dl dd {
  width: calc(100% - 100px);
}
.c-calendar__table .c-calendar__dls .c-calendar__dt dl dd a {
  color: #04a7c4;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.c-calendar__table .c-calendar__dls .c-calendar__dt dl dd a:hover {
  text-decoration: underline;
}
.c-calendar__table .c-calendar__dls .c-calendar__dd {
  width: 50%;
  margin-left: 12px;
}
.c-calendar__table .c-calendar__dls .c-calendar__dd__title {
  padding: 8px;
  color: #fff;
  text-align: center;
  background: #0c3b2c;
}
.c-calendar__table .c-calendar__dls .c-calendar__dd__texts {
  padding: 0 30px;
  margin-top: 36px;
}
.c-calendar__table .c-calendar__dls .c-calendar__dd__place {
  position: relative;
  padding-left: 25px;
}
.c-calendar__table .c-calendar__dls .c-calendar__dd__place::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  color: #fff;
  text-align: center;
  content: "";
  border-radius: 2px;
  transform: translateY(-50%);
}
.c-calendar__table .c-calendar__dls .c-calendar__dd__place._concert::before {
  content: "C";
  background: #7eb5b8;
}
.c-calendar__table .c-calendar__dls .c-calendar__dd__place._recital::before {
  content: "R";
  background: #d67a00;
}
.c-calendar__table .c-calendar__dls .c-calendar__dd__concert-title {
  margin-top: 10px;
}
.c-calendar__table .c-calendar__dls .c-calendar__dd__concert-title a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0c3b2c;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.c-calendar__table .c-calendar__dls .c-calendar__dd__concert-title a:hover {
  text-decoration: underline;
}

.c-detail__ticket-btn a {
  position: relative;
  display: block;
  width: 457px;
  max-width: 100%;
  height: 54px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.c-detail__ticket-btn a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 28px;
  height: 25px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/global/icon__pc.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__pc.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.c-detail__ticket-btn a::after {
  position: absolute;
  top: 35%;
  right: 20px;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/cover;
          mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/cover;
  transition: all 0.3s ease 0s;
}
.c-detail__ticket-btn a.button_s_1 {
  background: #0c3b2c;
  border: 2px solid #0c3b2c;
}
.c-detail__ticket-btn a.button_s_1:hover {
  color: #0c3b2c;
  background: #fff;
}
.c-detail__ticket-btn a.button_s_1:hover::after, .c-detail__ticket-btn a.button_s_1:hover::before {
  background-color: #0c3b2c;
}
.c-detail__ticket-btn a.button_s_2 {
  background: #6a7e77;
  border: 2px solid #6a7e77;
}
.c-detail__ticket-btn a.button_s_2:hover {
  color: #6a7e77;
  background: #fff;
}
.c-detail__ticket-btn a.button_s_2:hover::after, .c-detail__ticket-btn a.button_s_2:hover::before {
  background-color: #6a7e77;
}
.c-detail__ticket-btn a.button_s_3 {
  background: #868103;
  border: 2px solid #868103;
}
.c-detail__ticket-btn a.button_s_3:hover {
  color: #868103;
  background: #fff;
}
.c-detail__ticket-btn a.button_s_3:hover::after, .c-detail__ticket-btn a.button_s_3:hover::before {
  background-color: #868103;
}
.c-detail__ticket-btn a.button_s_4 {
  background: #a3a3a3;
  border: 2px solid #a3a3a3;
}
.c-detail__ticket-btn a.button_s_4:hover {
  color: #a3a3a3;
  background: #fff;
}
.c-detail__ticket-btn a.button_s_4:hover::after, .c-detail__ticket-btn a.button_s_4:hover::before {
  background-color: #a3a3a3;
}

.cancel__label {
  display: inline-block;
  padding: 4px;
  margin-top: 7px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #a32121;
}

.change__label {
  display: inline-block;
  padding: 4px;
  margin-top: 7px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #16703a;
}

.c-ex__inner {
  max-width: 1020px !important;
  padding: 12px 20px 100px;
}

.c-facilities__list__links {
  display: flex;
  margin-top: 37px;
}
@media not all and (min-width: 1080px) {
  .c-facilities__list__links {
    display: block;
    margin-top: 22px;
  }
}
.c-facilities__list__link {
  width: 50%;
}
@media (min-width: 1080px) {
  .c-facilities__list__link:not(:first-child) {
    border-left: none;
  }
}
@media not all and (min-width: 1080px) {
  .c-facilities__list__link {
    width: 100%;
  }
  .c-facilities__list__link:not(:first-child) {
    margin-top: 22px;
  }
}
.c-facilities__list__link a {
  text-decoration: none;
}
.c-facilities__list__link:hover a span::before {
  background-color: #fff;
}
.c-facilities__list__link._seat a span::before {
  -webkit-mask: url(/common/img/concert/icon__seat.svg) no-repeat center center/contain;
          mask: url(/common/img/concert/icon__seat.svg) no-repeat center center/contain;
}
.c-facilities__list__link._howtogo a span::before {
  -webkit-mask: url(/common/img/global/icon__marker.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__marker.svg) no-repeat center center/contain;
}
.c-facilities__list__link span {
  position: relative;
  padding-left: 35px;
}
.c-facilities__list__link span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 22px;
  content: "";
  background-color: #0c3b2c;
  transform: translateY(-50%);
}

.c-guide__wrap {
  background: #f7f7f5;
}
.c-guide__inner {
  padding: 45px 20px 30px;
}
.c-guide__tabs {
  display: flex;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}
.c-guide__tab {
  width: 50%;
  height: 60px;
  line-height: 60px;
  transition: all 0.3s ease 0s;
}
.c-guide__tab a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #0c3b2c;
  text-align: center;
  text-decoration: none;
}
.c-guide__tab._current {
  background: #0c3b2c;
}
.c-guide__tab._current a {
  position: relative;
  color: #fff;
}
.c-guide__tab._current a::after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #0c3b2c transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  transform: translateX(-50%);
}
.c-guide__tab:not(._current) {
  background: #fff;
}
.c-guide__tab:not(._current) a {
  position: relative;
}
.c-guide__tab:not(._current) a::after {
  position: absolute;
  top: 22px;
  right: 30px;
  width: 15px;
  height: 15px;
  content: "";
  border-top: 2px solid #0c3b2c;
  border-right: 2px solid #0c3b2c;
  transform: rotate(45deg);
}
.c-guide__tab:not(._current):hover {
  background: #effaf5 !important;
}
.c-guide__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 45px;
  justify-content: center;
  margin-top: 20px;
}
.c-guide__link:not(:first-child) a {
  position: relative;
}
.c-guide__link:not(:first-child) a::before {
  position: absolute;
  top: 50%;
  left: -22.5px;
  width: 1px;
  height: 100%;
  content: "";
  background: #0c3b2c;
  transform: translateY(-50%);
}
.c-guide__link a {
  font-weight: 700;
  color: #0c3b2c;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.c-guide__link a:hover {
  opacity: 0.7;
}
.c-guide__link._current {
  position: relative;
}
.c-guide__link._current::after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 56px;
  height: 2px;
  content: "";
  background: #0c3b2c;
  transform: translateX(-50%);
}

.c-guide--en {
  background: #f7f7f5;
}
.c-guide--en .c-guide__inner {
  padding: 45px 20px 75px;
}
.c-guide--en .c-guide__lists {
  display: flex;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}
.c-guide--en .c-guide__list {
  width: 33.3%;
  height: 60px;
  line-height: 58px;
  text-align: center;
}
.c-guide--en .c-guide__list:not(:first-child) {
  border-left: 1px solid #ccc;
}
.c-guide--en .c-guide__list a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}
.c-guide--en .c-guide__list._current {
  background: #0c3b2c;
}
.c-guide--en .c-guide__list._current a {
  position: relative;
  color: #fff;
}
.c-guide--en .c-guide__list._current a::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #0c3b2c transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  transform: translateX(-50%);
}
.c-guide--en .c-guide__list:not(._current) {
  background: #fff;
}
.c-guide--en .c-guide__list:not(._current) a {
  position: relative;
  color: #0c3b2c;
}
.c-guide--en .c-guide__list:not(._current) a::after {
  position: absolute;
  top: 22px;
  right: 30px;
  width: 15px;
  height: 15px;
  content: "";
  border-top: 2px solid #0c3b2c;
  border-right: 2px solid #0c3b2c;
  transform: rotate(45deg);
}
.c-guide--en .c-guide__list:not(._current):hover {
  background: #effaf5 !important;
}

.c-about__hall__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7083333333;
}

.c-btn-reserve a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 457px;
  height: 58px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 54px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
[class*=interview] .c-btn-reserve a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding-right: 46px;
  padding-left: 36px;
  font-size: 16px;
  font-size: 1rem;
}
.c-btn-reserve a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7.5px;
  height: 13px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/concert/icon-arrow.svg) no-repeat center center/contain;
          mask: url(/common/img/concert/icon-arrow.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.c-btn-reserve a.button_s_1 {
  background: #0c3b2c;
  border: 2px solid #0c3b2c;
}
.c-btn-reserve a.button_s_1:hover {
  color: #0c3b2c;
  background: #fff;
}
.c-btn-reserve a.button_s_1:hover::after {
  background-color: #0c3b2c;
}
.c-btn-reserve a.button_s_2 {
  background: #6a7e77;
  border: 2px solid #6a7e77;
}
.c-btn-reserve a.button_s_2:hover {
  color: #6a7e77;
  background: #fff;
}
.c-btn-reserve a.button_s_2:hover::after {
  background-color: #6a7e77;
}
.c-btn-reserve a.button_s_3 {
  background: #868103;
  border: 2px solid #868103;
}
.c-btn-reserve a.button_s_3:hover {
  color: #868103;
  background: #fff;
}
.c-btn-reserve a.button_s_3:hover::after {
  background-color: #868103;
}
.c-btn-reserve a.button_s_4 {
  background: #a3a3a3;
  border: 2px solid #a3a3a3;
}
.c-btn-reserve a.button_s_4:hover {
  color: #a3a3a3;
  background: #fff;
}
.c-btn-reserve a.button_s_4:hover::after {
  background-color: #a3a3a3;
}

.c-concert-border-title {
  position: relative;
  padding-bottom: 7px;
  margin-top: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.c-concert-border-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 4px;
  content: "";
  background: #0c3b2c;
}
.c-concert-border-title::after {
  position: absolute;
  bottom: 0;
  left: 110px;
  width: calc(100% - 110px);
  height: 1px;
  content: "";
  background: #707070;
}

.c-heading01 {
  position: relative;
  padding-bottom: 9px;
  margin: 64px 0 54px;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.7058823529;
  text-align: center;
  letter-spacing: 0.01em;
}
.c-heading01::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 2px;
  content: "";
  background: #4ba4c1;
  transform: translateX(-50%);
}

.c-heading02 {
  position: relative;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.c-heading02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px solid #ccc;
}
.c-heading02 span:not([class*=route]) {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 3px;
  padding-bottom: 9px;
}
.c-heading02 span:not([class*=route])::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #0c3b2c;
}
.c-heading02._large span {
  min-width: 120px;
  letter-spacing: 1px;
}
.c-heading02._withBorder {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 24px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}
.c-heading02._withBorder::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px solid #707070;
}
.c-heading02._withBorder::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 110px;
  height: 4px;
  content: "";
  background: #0c3b2c;
}
.c-heading02._bgGreen {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  background: #0c3b2c;
}
.c-heading02._bgGreen::after {
  display: none;
}
.c-heading02._alignCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-heading02__notes {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-heading02__notes:not(:last-child) {
  margin-bottom: 80px;
}

.c-heading03 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.6818181818;
}
.c-heading03._small {
  font-size: 18px;
  font-size: 1.125rem;
}
.c-heading03:not(:first-child) {
  padding-top: 60px;
}
.c-heading03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px solid #707070;
}
.c-heading03::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 110px;
  height: 4px;
  content: "";
  background: #0c3b2c;
}

.c-heading04 {
  font-size: 18px;
  font-size: 1.125rem;
}
.c-heading04:not(:last-child) {
  margin-bottom: 16px;
}
.c-heading04:not(:first-child) {
  margin-top: 48px;
}
[class*=c-heading] + .c-heading04 {
  margin-top: 0;
}

.c-pageHeading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-pageHeading:not(._left) {
  text-align: center;
}
.c-pageHeading:first-of-type {
  padding-top: 80px;
  padding-bottom: 16px;
}

[class*=heading0]._styleItalic {
  font-style: italic;
}

.c-panel {
  padding: 40px;
}
.c-panel:not(._noneShadow) {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-panel + h2 {
  margin-top: 80px;
}
.c-panel:not(:first-child) {
  margin-top: 80px;
}
h2 + .c-panel:not(:first-child) {
  margin-top: 40px;
}
.c-panel._narrow {
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-panel._bgWhite {
  background: #fff;
}
.c-panel__title {
  padding-bottom: 24px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3176470588;
  color: #0c3b2c;
  border-bottom: 2px solid #0c3b2c;
}
.c-panel__title:not(:first-child) {
  margin-top: 36px;
}
.c-panel__title:not(:last-child) {
  margin-bottom: 60px;
}

.c-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 245px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  background: #000;
}
.c-banner__visual {
  position: relative;
  width: 324px;
  height: 100%;
}
.c-banner__visualImage {
  display: block;
  width: 100%;
  height: 100%;
}
.c-banner__visualCopy {
  position: absolute;
  bottom: 12px;
  left: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 200;
}
.c-banner__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-banner__content {
  width: calc(100% - 324px);
}
.c-banner__heading span {
  display: block;
}
.c-banner__headingSub {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
}
.c-banner__headingMain {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
.c-banner__summary {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.75;
}

.c-program {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 10px;
  align-items: start;
}
.c-program._smallType, .c-program._halfType {
  grid-template-columns: minmax(50%, 560px) auto;
}
.c-program__text {
  line-height: 1.75;
}
.c-program__text:only-of-type {
  grid-column: span 2;
}
.c-program__scheduleDate, .c-program__scheduleNotes {
  display: block;
}
.c-program__scheduleDate {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
.c-program__scheduleNotes._bold {
  margin-top: 26px;
  font-weight: 700;
}
.c-program__cast {
  line-height: 2;
}
.c-program__cast:not(:first-child) {
  margin-top: 20px;
}
.c-program__summary {
  line-height: 2;
}
.c-program__summary:not(:first-child):not(._btoc) {
  margin-top: 30px;
}
._smallType .c-program__summary {
  margin-top: 20px;
}
.c-program__summary strong {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
}
.c-program__summary + .c-program__summary {
  padding-top: 30px;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 4px 1px;
}
.c-program__images {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.c-program__images._gridType {
  display: grid;
  grid-template-columns: auto auto;
  gap: 12px 5px;
  align-items: flex-start;
  align-self: flex-start;
  max-width: calc((var(--clientWidth) - 170px) / 2);
}
.c-program__images._gridType img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
._smallType .c-program__images, ._halfType .c-program__images {
  justify-content: flex-end;
}
.c-program__imagesItem._column-2 {
  grid-column: span 2;
}
.c-program__images figcaption {
  margin-top: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
}
.c-program__info, .c-program__link {
  grid-column: span 2;
}
.c-program__info {
  padding: 27px 30px;
  margin-top: 50px;
  line-height: 2;
  background: #f0f4f2;
}
.c-program__link {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.c-program__linkItem {
  width: calc((100% - 20px) / 2);
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  height: 55px;
  padding-right: 46px;
  padding-left: 36px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  background: #0c3b2c;
  border: 2px solid #0c3b2c;
  transition: background 0.2s ease-out;
}
.c-btn._inlineFlex {
  display: inline-flex;
  min-width: inherit;
  padding-right: 42px;
  padding-left: 32px;
}
.c-btn._large {
  max-width: 610px;
}
.c-btn._medium {
  min-width: 378px;
}
.c-btn._small {
  height: 38px;
  padding-right: 36px;
  padding-left: 26px;
}
.c-btn._exSmall {
  height: 38px;
  padding-right: 36px;
  padding-left: 26px;
}
.c-btn._download {
  justify-content: flex-start;
  text-align: left;
}
.c-btn._download:not(._large) {
  width: 295px;
  height: 34px;
  padding-left: 28px;
}
.c-btn._download._large {
  padding-left: 20px;
}
.c-btn__text {
  line-height: 1;
  color: #fff;
  text-align: center;
  transition: color 0.2s ease-out;
}
.c-btn__text span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
._small .c-btn__text {
  font-size: 13px;
  font-size: 0.8125rem;
}
._exSmall .c-btn__text {
  font-size: 13px;
  font-size: 0.8125rem;
}
._download .c-btn__text {
  text-align: left;
}
._download:not(._large) .c-btn__text {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-resultCard__title ._small .c-btn__text {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-btn__arrow {
  position: absolute;
  top: 50%;
  height: 13px;
  transform: translateY(-50%);
}
.c-btn__arrow svg {
  height: 13px;
  vertical-align: top;
  fill: #fff;
}
.c-btn__icon {
  position: absolute;
  top: 50%;
  left: 28px;
  height: 25px;
  transform: translateY(-50%);
}
.c-btn__icon svg {
  width: 29px;
  height: 25px;
  vertical-align: top;
  fill: #fff;
}
a:hover .c-btn, .c-btn:hover {
  background: #fff;
}
a:hover .c-btn .c-btn__text, .c-btn:hover .c-btn__text {
  color: #0c3b2c;
}
a:hover .c-btn .c-btn__icon svg,
a:hover .c-btn .c-btn__arrow svg, .c-btn:hover .c-btn__icon svg,
.c-btn:hover .c-btn__arrow svg {
  fill: #0c3b2c;
}
.c-btn._brackets .c-btn__arrow {
  right: 13px;
}
.c-btn._brackets .c-btn__arrow svg {
  width: 7.5px;
}
.c-btn._brackets._download:not(._large) svg {
  width: 6px;
}
.c-btn._brackets._exSmall svg {
  width: 4px;
}
.c-btn._arrow .c-btn__text {
  display: flex;
  align-items: baseline;
}
.c-btn._arrow .c-btn__arrow {
  right: 15px;
}
.c-btn._arrow .c-btn__arrow svg {
  width: 15px;
}
.c-btn._bgWhite {
  background: #fff;
  border-color: #0c3b2c;
}
.c-btn._bgWhite .c-btn__text {
  color: #0c3b2c;
}
.c-btn._bgWhite .c-btn__arrow svg {
  fill: #0c3b2c;
}
a:hover .c-btn._bgWhite, .c-btn._bgWhite:hover {
  background: #0c3b2c;
}
a:hover .c-btn._bgWhite .c-btn__text, .c-btn._bgWhite:hover .c-btn__text {
  color: #fff;
}
a:hover .c-btn._bgWhite .c-btn__arrow svg, .c-btn._bgWhite:hover .c-btn__arrow svg {
  fill: #fff;
}
.c-btn._white {
  background: #fff;
  border-color: #0c3b2c;
}
.c-btn._white .c-btn__text {
  color: #0c3b2c;
}
.c-btn._white .c-btn__arrow svg {
  fill: #0c3b2c;
}
a:hover .c-btn._white, .c-btn._white:hover {
  background: #0c3b2c;
}
a:hover .c-btn._white .c-btn__text, .c-btn._white:hover .c-btn__text {
  color: #fff;
}
a:hover .c-btn._white .c-btn__arrow svg, .c-btn._white:hover .c-btn__arrow svg {
  fill: #fff;
}
.c-btn._white._external .c-btn__text::before {
  background-color: #0c3b2c;
}
.c-btn._white._external:hover .c-btn__text::before {
  background-color: #fff;
}
.c-btn._external .c-btn__text {
  display: inline-flex;
  align-items: baseline;
}
.c-btn._external .c-btn__text::before {
  display: block;
  align-self: center;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  content: "";
  -webkit-mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
  transition: background-color 0.2s ease-out;
}

.c-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 32px;
  margin-bottom: 14px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #000;
}
.c-tag._canceled {
  background: #a32121;
}

.c-pager {
  display: flex;
  gap: 30px;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-pager:not(:first-child) {
  margin-top: 100px;
}
.c-pager__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border: 1px solid #0c3b2c;
  transition: all 0.1s ease;
  transition-property: background, color;
}
.c-pager__button._current {
  color: #fff;
  background: #0c3b2c;
}
.c-pager__button._disabled {
  color: #cdd7d4;
  border-color: #cdd7d4;
}
.c-pager__button._current, .c-pager__button._disabled {
  pointer-events: none;
}
.c-pager__button:hover {
  color: #fff;
  background: #0c3b2c;
}
.c-pager__button:hover svg {
  fill: #fff;
}
.c-pager__buttonIcon {
  height: 10px;
  fill: #0c3b2c;
  transition: fill 0.1s ease;
}
._latest .c-pager__buttonIcon, ._previous .c-pager__buttonIcon {
  transform: rotate(180deg);
}
._previous .c-pager__buttonIcon, ._next .c-pager__buttonIcon {
  width: 5.77px;
}
._latest .c-pager__buttonIcon, ._oldest .c-pager__buttonIcon {
  width: 12.11px;
}
._disabled .c-pager__buttonIcon {
  fill: #cdd7d4;
}
.c-pager__nav {
  display: flex;
  gap: 10px;
}
.c-pager__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.c-pageLink {
  border-bottom: 1px solid #ddd;
}
.c-pageLink._bgGreen {
  background: #0c3b2c;
}
.c-pageLink__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-pageLink__item {
  position: relative;
  font-weight: 700;
}
.c-pageLink__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 36px;
  content: "";
  background: #ddd;
  transform: translateY(-50%);
}
._bgGreen .c-pageLink__item:not(:last-child)::after {
  height: 15px;
}
.c-pageLink__item._current {
  position: relative;
}
.c-pageLink__item._current::before {
  position: absolute;
  bottom: 14px;
  left: 50%;
  display: block;
  width: 57px;
  height: 2px;
  pointer-events: none;
  content: "";
  background: #fff;
  opacity: 0.73;
  transform: translateX(-50%);
}
.c-pageLink__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  padding-right: 24px;
  padding-left: 24px;
  font-size: 16px;
  font-size: 1rem;
  color: #0c3b2c;
  text-decoration: none;
}
._bgGreen .c-pageLink__button {
  color: #fff;
}
.c-pageLink__item:not(._current) .c-pageLink__button:hover {
  text-decoration: underline;
}

.c-section {
  line-height: 2;
}
html:not([lang=en]) .c-section {
  word-break: break-all;
}
.c-section:last-child {
  padding-bottom: 80px;
}
.c-section._bgGray {
  background: #f7f7f5;
}
.c-section._bgGray:last-of-type {
  padding-bottom: 0;
}
.c-section__inner {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
.c-section:not(:last-child)._withBorderBottom .c-section__inner {
  border-bottom: 1px solid #707070;
}
.c-section:not(:last-child)._withBorderBottom._medium .c-section__inner {
  padding-bottom: 80px;
}
._medium .c-section__inner {
  padding-bottom: 0;
}
.c-section__description + .c-section__body {
  margin-top: 32px;
}
.c-section__body:first-child {
  padding-top: 60px;
}
._medium .c-section__body {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
._medium .c-section__body:first-child {
  padding-top: 48px;
}
._large .c-section__body {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}
._large .c-section__body:first-child {
  padding-top: 48px;
}
.c-section__body + .c-section__body {
  padding-top: 60px;
}
.c-section__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.c-section__title:not(._left) {
  padding-top: 80px;
  margin-bottom: 50px;
  text-align: center;
}
.c-section__description:last-of-type {
  margin-bottom: 32px;
}
.c-section__description + .c-section__description {
  margin-top: 16px;
}
.c-section__panel {
  padding: 43px 40px 40px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-section__panel + .c-section__panel {
  margin-top: 40px;
}
.c-section__more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}
.c-section__more:not([class*=_align]) {
  align-items: center;
}
.c-section__moreDescription {
  margin-top: 2em;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-section__moreNotes {
  display: flex;
  align-items: baseline;
  margin-top: 30px;
  font-weight: 700;
}
.c-section__moreNotesLarge {
  font-size: 24px;
  font-size: 1.5rem;
}

.c-linkCard:not(._full) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 47px 20px;
}
.c-linkCard._small {
  row-gap: 20px;
}
.c-linkCard__item {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
._full .c-linkCard__item:not(:first-child) {
  margin-top: 66px;
}
.c-linkCard__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.c-linkCard:not(._full) .c-linkCard__link {
  padding: 30px 20px 22px;
}
._full .c-linkCard__link {
  padding: 30px 37px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease-out;
}
._full .c-linkCard__link:hover {
  border-color: #0c3b2c;
}
.c-linkCard__detail {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 12px;
}
.c-linkCard__detail:last-child {
  padding-bottom: 10px;
}
.c-linkCard__detailText {
  display: flex;
  flex-direction: column;
}
.c-linkCard__detailYear {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-linkCard__detailYear span:not([class]) {
  padding-bottom: 8px;
  line-height: 1.2;
}
.c-linkCard__detailYearTag {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 10px;
  margin-bottom: 5px;
  line-height: 1;
  color: #fff;
  background: #0c3b2c;
  border-radius: 20px;
}
.c-linkCard__detailName {
  font-weight: 700;
  line-height: 1.6875;
}
.c-linkCard__detailName._ja {
  color: #04a7c4;
}
a:hover .c-linkCard__detailName._ja {
  text-decoration: underline;
}
.c-linkCard__schedule:not(:first-child) {
  padding-top: 12px;
  margin-top: 16px;
  border-top: 1px solid #d0d0d0;
}
.c-linkCard__scheduleLink {
  display: flex;
  margin-top: 10px;
}

.c-pageTab {
  background: #f7f7f5;
}
.c-pageTab__inner {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding-top: 45px;
  margin-right: auto;
  margin-left: auto;
}
.c-pageTab__inner:last-child {
  padding-bottom: 45px;
}
.c-pageTab__body {
  display: flex;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}
.c-pageTab__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 60px;
  transition: all 0.3s ease 0s;
}
.c-pageTab__item._current {
  background: #0c3b2c;
}
.c-pageTab__item:not(._current) {
  background: #fff;
}
.c-pageTab__item:not(._current):hover {
  background: #effaf5 !important;
}
.c-pageTab__item:not(._current):first-child {
  border-right: 1px solid #ccc;
}
.c-pageTab__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0c3b2c;
  text-align: center;
  text-decoration: none;
}
.c-pageTab__link::after {
  position: absolute;
  content: "";
}
.c-pageTab__item._current .c-pageTab__link {
  position: relative;
  color: #fff;
}
.c-pageTab__item._current .c-pageTab__link::after {
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-color: #0c3b2c transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  transform: translateX(-50%);
}
.c-pageTab__item:not(._current) .c-pageTab__link {
  position: relative;
}
.c-pageTab__item:not(._current) .c-pageTab__link::after {
  top: 22px;
  right: 30px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #0c3b2c;
  border-right: 2px solid #0c3b2c;
  transform: rotate(45deg);
}
.c-pageTab__nav {
  box-sizing: content-box;
  display: grid;
  grid-template-columns: repeat(3, minmax(230px, auto));
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  direction: rtl;
}
.c-pageTab__nav:last-child {
  padding-bottom: 16px;
}
.c-pageTab__navContents {
  display: contents;
}
.c-pageTab__navList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  direction: ltr;
}
.c-pageTab__navList._large {
  grid-column: span 2;
}
.c-pageTab__navListItem {
  position: relative;
  font-weight: 700;
}
.c-pageTab__navListItem:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 16px;
  content: "";
  background: #0c3b2c;
  transform: translateY(-50%);
}
.c-pageTab__navListItem._current {
  position: relative;
}
.c-pageTab__navListItem._current::before {
  position: absolute;
  bottom: 14px;
  left: 50%;
  display: block;
  width: 56px;
  height: 2px;
  pointer-events: none;
  content: "";
  background: #316445;
  opacity: 0.73;
  transform: translateX(-50%);
}
.c-pageTab__navListLink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  padding-right: 21px;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #0c3b2c;
  text-decoration: none;
}
.c-pageTab__navListItem:first-child .c-pageTab__navListLink {
  padding-left: 0;
}
.c-pageTab__navListItem:not(._current) .c-pageTab__navListLink:hover {
  text-decoration: underline;
}
.c-pageTab__navButtons {
  display: flex;
  gap: 7px;
  direction: ltr;
}
.c-pageTab__navButtons:only-child {
  padding-bottom: 16px;
  margin-top: 16px;
}
.c-pageTab__navButtonsLink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0c3b2c;
  text-decoration: none;
  background: #fff;
  border: 1px solid #0c3b2c;
  border-radius: 20px;
  transition: all 0.2s ease-out;
  transition-property: color, background;
}
.c-pageTab__navButtonsLink:hover {
  color: #fff;
  background: #0c3b2c;
}

.c-imageBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
.c-imageBox:not(:first-child) {
  margin-top: 60px;
}
[class*=description] + .c-imageBox {
  margin-top: 24px;
}
.c-imageBox__caption {
  grid-column: span 2;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-imageBox__caption:not(:last-child) {
  margin-bottom: 10px;
}
.c-imageBox figcaption {
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}

.c-table {
  width: 100%;
}
.c-table._small {
  line-height: 1.625;
}
.c-table:not(._layoutAuto) {
  table-layout: fixed;
}
.c-table th,
.c-table td {
  padding: 12px;
  border: 1px solid #ccc;
}
.c-table th {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: normal;
  background: #f0f4f2;
}
.c-table th:not([class*=u-align]) {
  text-align: left;
}
.c-table th[rowspan] {
  width: 50px;
}
.c-table tr:first-child th:only-of-type {
  width: 340px;
}
.c-table td {
  width: 33.35%;
}
.c-table td:not([class*=u-align]) {
  text-align: center;
}
.c-table:not(._layoutAuto) td {
  width: 33.3%;
}
.c-table._layoutAuto td {
  width: 22.2%;
}
.c-table sup {
  position: relative;
  bottom: 0.2em;
  font-size: 82%;
  vertical-align: baseline;
}
.c-table__outer:not(:last-child) {
  margin-bottom: 24px;
}
.c-table__title {
  margin-bottom: 10px;
  font-weight: 700;
}
.c-table__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 12px;
}
.c-table__headerTitle {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-size: 1.125rem;
}
.c-table__headerTitle::before {
  position: absolute;
  left: 0;
  display: block;
  height: 1em;
  content: "";
  background: #0c3b2c;
}
.c-table__headerTitle::before {
  top: 0.5em;
  width: 10px;
}
.c-textLink {
  position: relative;
  display: inline-block;
  color: #04a7c4;
  text-decoration: none;
}
.c-textLink:hover {
  text-decoration: underline;
}
.c-textLink._arrow {
  padding-left: 14px;
}
.c-textLink._arrow::before {
  position: absolute;
  top: calc((2em - 10px) / 2);
  left: 0;
  display: block;
  width: 7px;
  content: "";
  border: calc(10px / 2) solid transparent;
  border-right: 0;
  border-left: 7px solid #04a7c4;
}
[class*=textSub] .c-textLink._arrow::before {
  top: calc((2em - 10px) / 2);
}
.c-textLink._circleArrow::after {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: -1px;
  margin-left: 3px;
  vertical-align: text-top;
  content: "";
  background: url("/common/img/global/icon_circle-arrow-white.svg") center center/contain no-repeat;
}
.c-textLink._circleArrow:hover svg {
  background: #04a7c4;
  fill: #fff;
}
.c-textLink._pdf {
  position: relative;
  padding-top: 8px;
  padding-left: 37px;
}
.c-textLink._pdf::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 27px;
  height: 36px;
  content: "";
  background: url("/common/img/global/icon_pdf.svg") center center/contain no-repeat;
}
.c-textLink._external {
  padding-right: 24px;
}
.c-textLink._external::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #0c3b2c;
  -webkit-mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.c-textLink._colorGreen {
  color: #0c3b2c;
}
.c-textLink._colorInfo {
  color: #2058a5;
}
.c-textLink._colorInfo::before {
  border-left-color: #2058a5;
}
.c-textLink._colorBlue {
  color: #04a7c4;
}
.c-textLink._colorBlue::before {
  border-left-color: #04a7c4;
}

.Topics_common .c-topics._topicsEmphasis, .Topics_topics .c-topics._topicsEmphasis {
  background-color: #f5f8fc;
}
.Topics_ag .c-topics._topicsEmphasis {
  background-color: #fcf7f2;
}
.Topics_award .c-topics._topicsEmphasis {
  background-color: #f2f7f4;
}
.c-topics:not(:last-of-type) {
  border-bottom: 2px solid #707070;
}
.c-topics:last-of-type {
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 4px 1px;
}
.c-topics a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.c-topics a:hover {
  text-decoration: underline;
}
.c-topics__item {
  display: flex;
  gap: 23px;
  align-items: baseline;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 15px;
}
.c-topics__item:not(:last-child) {
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 4px 1px;
}
.c-topics__date {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 130px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #626262;
  white-space: nowrap;
}
._general .c-topics__date, ._ag .c-topics__date, ._concert .c-topics__date, ._takemitsu .c-topics__date {
  width: 293px;
}
._concertTop .c-topics__date, ._agTop .c-topics__date, ._awardTop .c-topics__date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
}
._arrow .c-topics__date {
  position: relative;
  padding-left: 12px;
}
._arrow .c-topics__date::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  transform: translateY(-50%);
}
.c-topics__date::after {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  height: 28px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1;
  color: #fff;
  background: #001e46;
  border-radius: 5px;
}
._general .c-topics__date::after {
  content: "総合案内";
}
._en ._general .c-topics__date::after {
  content: "General Info";
}
._ag .c-topics__date::after {
  content: "アートギャラリー";
  background-color: #e46a00;
}
._en ._ag .c-topics__date::after {
  content: "Art Gallery";
}
._concert .c-topics__date::after {
  content: "コンサート";
  background-color: #0c3b2c;
}
._en ._concert .c-topics__date::after {
  content: "Concert";
}
._takemitsu .c-topics__date::after {
  content: "武満徹作曲賞";
  background-color: #0c3b2c;
}
._en ._takemitsu .c-topics__date::after {
  content: "Award";
}
.c-topics__title {
  line-height: 1.5;
}
._general .c-topics__title, ._ag .c-topics__title, ._concert .c-topics__title, ._takemitsu .c-topics__title {
  width: calc(100% - 275px);
}
._important .c-topics__title {
  font-weight: 700;
  color: #f00;
}
.c-topics__nav {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 70px;
}
.l-topics .c-topics__nav, .p-topicsPost .c-topics__nav, .p-topicsPost + .c-topics__nav {
  padding-bottom: 80px;
}
.c-topics__navButton {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-width: 137px;
  height: 52px;
  padding: 0 18px;
  font-weight: 700;
  color: #2058a5;
  text-decoration: none;
  border: 1px solid #2058a5;
  border-radius: 1px;
  transition: all 0.1s ease;
  transition-property: background, color;
}
.c-topics__navButtonIcon {
  width: 8.96px;
  height: 15.67px;
}
.c-topics__navButton svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
  fill: #2058a5;
  transition: fill 0.1s ease;
}
.c-topics__navButton._bgBlue, .c-topics__navButton:hover {
  color: #fff;
  background-color: #2058a5;
}
.c-topics__navButton._bgBlue .c-topics__navButtonIcon svg, .c-topics__navButton:hover .c-topics__navButtonIcon svg {
  fill: #fff;
}
.c-topics__navButton._previous span {
  order: 2;
}
.c-topics__navButton._previous .c-topics__navButtonIcon {
  order: 1;
  transform: rotate(180deg);
}
.c-topics__navButton._disabled {
  pointer-events: none;
  opacity: 0.3;
}

.c-btn-howtogo a {
  display: inline-block;
  width: 240px;
  max-width: 100%;
  height: 51px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 49px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #0c3b2c;
  border: 2px solid #0c3b2c;
  transition: all 0.3s ease 0s;
}
@media not all and (min-width: 1080px) {
  .c-btn-howtogo a {
    width: 100%;
    height: 61px;
    line-height: 57px;
  }
}
.c-btn-howtogo a span {
  position: relative;
  padding-left: 28px;
}
.c-btn-howtogo a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16.5px;
  height: 22px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/global/icon__marker.svg) no-repeat center center/cover;
          mask: url(/common/img/global/icon__marker.svg) no-repeat center center/cover;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.c-btn-howtogo a:hover {
  color: #0c3b2c;
  background: #fff;
}
.c-btn-howtogo a:hover span::before {
  background-color: #0c3b2c;
}
.c-btn-howtogo._ag a {
  width: 400px;
  background: #e46a00;
  border-color: #e46a00;
}
.c-btn-howtogo._ag a:hover {
  color: #e46a00;
  background: #fff;
}
.c-btn-howtogo._ag a:hover span::before {
  background-color: #e46a00;
}

.c-mailnews {
  width: 703px;
  max-width: 100%;
  margin: 42px auto 0;
  transition: all 0.3s ease 0s;
}
.c-mailnews a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #001e46;
  text-decoration: none;
  border: 1px solid #001e46;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1080px) {
  .c-mailnews a {
    height: 85px;
  }
}
@media not all and (min-width: 1080px) {
  .c-mailnews a {
    display: block;
    padding: 20px 25px;
  }
}
.c-mailnews a::after {
  position: absolute;
  top: 40%;
  right: 40px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #001e46;
  border-right: 2px solid #001e46;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.c-mailnews:hover a {
  color: #fff;
  background: #001e46;
}
.c-mailnews:hover a::after {
  border-color: #fff;
}
.c-mailnews:hover a .c-mailnews__title::before {
  background-color: #fff;
}

.c-mailnews__title {
  position: relative;
  padding-left: 75px;
  margin-top: 5px;
  margin-left: 40px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}
.c-mailnews__title span {
  margin-top: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.c-mailnews__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 59px;
  height: 43px;
  content: "";
  background-color: #001e46;
  -webkit-mask: url(/common/img/common/icon__mail.svg) no-repeat center center/cover;
          mask: url(/common/img/common/icon__mail.svg) no-repeat center center/cover;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}

.c-mailnews__text {
  margin-top: 5px;
  margin-left: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media not all and (min-width: 1080px) {
  .c-mailnews__text {
    margin-top: 15px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.c-access__inner.l-inner {
  padding: 67px 0 116px;
}

.c-access__title {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.054em;
}

.c-access__contents {
  display: flex;
  margin-top: 55px;
}
.c-access__contents__map {
  position: relative;
  width: 100%;
  max-width: 780px;
}
.c-access__contents__map::before {
  display: block;
  padding-top: 61.5384%;
  content: "";
}
.c-access__contents__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-access__contents__texts {
  margin-left: 43px;
}
.c-access__contents__texts__title {
  font-weight: 700;
  line-height: 1.375;
}
.c-access__contents__texts__address {
  margin-top: 22px;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-access__contents__texts__btn {
  margin-top: 36px;
}
.c-access__contents__texts__btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 254px;
  height: 49px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 47px;
  color: #0c3b2c;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0c3b2c;
  transition: all 0.3s ease 0s;
}
.c-access__contents__texts__btn a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 13px;
  height: 11px;
  content: "";
  background-color: #0c3b2c;
  -webkit-mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.c-access__contents__texts__btn a:hover {
  color: #fff;
  background: #0c3b2c;
}
.c-access__contents__texts__btn a:hover::after {
  background-color: #fff;
}
.c-access__contents__texts__googlemap {
  margin-top: 28px;
}
.c-access__contents__texts__googlemap a {
  position: relative;
  display: inline-block;
  padding-top: 3px;
  padding-right: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #04a7c4;
  text-decoration: none;
}
.c-access__contents__texts__googlemap a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #04a7c4;
  -webkit-mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}

.c-heading01 + .c-sns__outer {
  margin-top: 80px;
  margin-bottom: 24px;
}
.c-heading01 + .c-sns__outer .c-sns {
  margin-bottom: 0;
}
.c-sns__outer .c-sns {
  gap: 16px;
  margin-bottom: 50px;
}
.p-resultHeader .c-sns__outer .c-sns {
  margin-bottom: 0;
}
.c-sns__outer .c-sns .c-sns__link {
  height: 33px;
}
.p-main__sns .c-sns {
  gap: 10px;
  justify-content: flex-end;
  margin-top: 10px;
}
.p-main__sns .c-sns .c-sns__link {
  height: 30px;
}

.c-symbols {
  display: none;
}

.c-accordion .c-accordion__btnWrap {
  position: relative;
}
.c-accordion .c-accordion__btnWrap .c-accordion__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: flex;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
}
.c-accordion .c-accordion__btnWrap .c-accordion__btn::before, .c-accordion .c-accordion__btnWrap .c-accordion__btn::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 15px;
  height: 2px;
  content: "";
  background: #0c3b2c;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
}
.c-accordion .c-accordion__btnWrap .c-accordion__btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-accordion .c-accordion__btnWrap .c-accordion__btn span {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.js-accordion.c-accordion._open .c-accordion__btnWrap .c-accordion__btn::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.c-link__list .c-link__item + .c-link__item::before {
  content: "|";
}
.c-link__list .c-link__item a {
  display: inline-block;
  padding: 0 1.3em;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
}
.c-link__list .c-link__item a:hover {
  text-decoration: underline;
}

.l-footer {
  position: relative;
}
.l-footer .l-footer__commonLink {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonLink {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonNav .l-footer__commonNav__list {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonNav .l-footer__commonNav__item {
    flex-basis: 33.3%;
    width: 33.3%;
  }
  .l-footer .l-footer__commonNav .l-footer__commonNav__item + .l-footer__commonNav__item {
    border-left: 1px solid #ccc;
  }
}
.l-footer .l-footer__commonNav .l-footer__commonNav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-top: 2px solid;
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonNav .l-footer__commonNav__item a {
    height: 72px;
    border-top-width: 5px;
    transition: color 0.3s ease, background 0.3s ease;
  }
}
.l-footer .l-footer__commonNav .l-footer__commonNav__item._all a {
  color: #001e46;
  border-color: #001e46;
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonNav .l-footer__commonNav__item._all a:hover {
    color: #fff;
    background: #001e46;
  }
}
.l-footer .l-footer__commonNav .l-footer__commonNav__item._concert a {
  color: #0c3b2c;
  border-color: #0c3b2c;
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonNav .l-footer__commonNav__item._concert a:hover {
    color: #fff;
    background: #0c3b2c;
  }
}
.l-footer .l-footer__commonNav .l-footer__commonNav__item._ag a {
  color: #e46a00;
  border-color: #e46a00;
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonNav .l-footer__commonNav__item._ag a:hover {
    color: #fff;
    background: #e46a00;
  }
}
.l-footer .l-footer__common__information {
  padding: 15px 0 120px;
  color: #fff;
  text-align: center;
  background: #001e46;
}
@media (min-width: 768px) {
  .l-footer .l-footer__common__information {
    padding: 33px 0 30px;
  }
}
.l-footer .l-footer__common__information address {
  display: block;
  font-style: normal;
}
.l-footer .l-footer__common__information address > em {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-footer .l-footer__common__information address > em {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-footer .l-footer__common__information address > span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .l-footer .l-footer__common__information address > span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer .l-footer__common__information small {
  display: block;
  margin-top: 20px;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .l-footer .l-footer__common__information small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.l-pagetop {
  position: fixed;
  right: 80px;
  bottom: 30px;
  z-index: 100;
  width: 56px;
  height: 56px;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
@media not all and (min-width: 768px) {
  .l-pagetop {
    right: 30px;
  }
}
.l-pagetop:not(._show) {
  visibility: hidden;
  opacity: 0;
}
.l-pagetop .l-pagetop__link {
  display: block;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 28px;
}

.c-dotlist li {
  position: relative;
  padding-left: 16px;
}
html:not([lang=en]) .c-dotlist li {
  word-break: break-all;
}
.c-dotlist li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.c-dotlist._dotOrange li::before {
  color: #ee8b16;
}
.c-dotlist.u-textSub li {
  line-height: 2.2857142857;
}
.c-dotlist._withIndent > li {
  padding-left: 56px;
}
.c-dotlist._withIndent > li::before {
  left: 36px;
}
.c-dotlist._withMargin > li:not(:last-child) {
  margin-bottom: 12px;
}
.c-dotlist._withBorder > li:not(:last-child) {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.c-dotlist__child._noDot li {
  padding-left: 0;
}
.c-dotlist__child._noDot li::before {
  display: none;
}

.c-asterisklist li {
  position: relative;
  padding-left: 16px;
}
html:not([lang=en]) .c-asterisklist li {
  word-break: break-all;
}
.c-asterisklist li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "＊";
}
.c-asterisklist._ja li::before {
  content: "※";
}
.c-asterisklist.u-textSub li {
  line-height: 2.2857142857;
}

.c-numberlist._small {
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-numberlist._small:not(:first-child) {
  margin-top: 1em;
}
.c-numberlist._small:not(:last-child) {
  margin-bottom: 1em;
}
.c-numberlist > li {
  position: relative;
  padding-left: 32px;
  counter-increment: practice;
}
.c-numberlist > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  text-align: right;
  content: counter(practice) ".";
}
.c-numberlist > li .c-numberlist li {
  counter-increment: sub-practice;
}
.c-numberlist > li .c-numberlist li::before {
  content: counter(sub-practice) ".";
}
.c-numberlist._withMargin > li:not(:last-child) {
  margin-bottom: 40px;
}
.c-numberlist._withBorder > li:not(:last-child) {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ccc;
}

.c-noticelist._small {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-noticelist._small:not(:first-child) {
  margin-top: 2em;
}
.c-noticelist._small:not(:last-child) {
  margin-bottom: 2em;
}
.c-noticelist > li {
  position: relative;
  padding-left: 60px;
  counter-increment: practice;
}
.c-noticelist > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  content: "［注" counter(practice) "］";
}

.c-arrowlist li {
  position: relative;
  padding-left: 24px;
}
.c-arrowlist li:not(:first-child) {
  margin-top: 1em;
}
.c-arrowlist li::before {
  position: absolute;
  top: 9.5px;
  left: 0;
  display: block;
  width: 7px;
  content: "";
  border: calc(13px / 2) solid transparent;
  border-right: 0;
  border-left: 7px solid #04a7c4;
}

.c-arrowlinklist li {
  position: relative;
  padding-left: 16px;
}
.c-arrowlinklist li::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 7px;
  content: "";
  border: calc(13px / 2) solid transparent;
  border-right: 0;
  border-left: 7px solid #04a7c4;
}

.c-underlinelist {
  margin-bottom: 18px;
  border-bottom: 1px solid #ccc;
}
.c-underlinelist:not(:first-child) {
  margin-top: 15px;
}
.c-underlinelist__item {
  display: grid;
  grid-template-columns: 185px 1fr;
  padding: 15px 0;
  border-top: 1px solid #ccc;
}

.c-formTable {
  width: 100%;
}
.c-formTable__index {
  display: flex;
  gap: 14px;
  align-items: center;
}
.c-formTable__index::before {
  display: block;
  width: 4px;
  height: 19px;
  content: "";
  background: #0c3b2c;
}
._common .c-formTable__index {
  gap: 10px;
}
._common .c-formTable__index::before {
  background: #021e46;
}
.c-formTable__notice, .c-formTable__attention {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}
.c-formTable__notice:not(:last-of-type):not(:empty), .c-formTable__attention:not(:last-of-type):not(:empty) {
  margin-bottom: 12px;
}
.c-formTable__notice {
  margin-top: 12px;
}
.c-formTable__attention {
  color: #f00;
}
.c-formTable__attention:not(:empty) {
  margin-top: 12px;
}
.c-formTable__noteList {
  margin-top: 24px;
}
.c-formTable__detail {
  display: flex;
  align-items: baseline;
}
.c-formTable__detail:not(:first-child) {
  margin-top: 17px;
}
.c-formTable__detailTitle {
  width: 100px;
}
.c-formTable__detailTitle + input {
  width: calc(100% - 100px) !important;
  max-width: 565px;
}
[lang=en] .c-formTable__detailTitle {
  width: 145px;
}
[lang=en] .c-formTable__detailTitle + input {
  width: calc(100% - 145px) !important;
}
.c-formTable__detailContent {
  width: calc(100% - 100px);
  max-width: 565px;
}
[lang=en] .c-formTable__detailContent {
  width: calc(100% - 145px);
}
.c-formTable__inputGroup {
  display: flex;
}
.c-formTable__inputGroup:not(._full) {
  gap: 14px;
  align-items: center;
}
.c-formTable__inputGroup._full {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}
.c-formTable__radioGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}
.c-formTable__radioGroup:not(:first-child) {
  margin-top: 17px;
}
.c-formTable__radioGroup label {
  display: flex;
  gap: 0 3px;
  align-items: center;
}
.c-formTable__radioGroupOther {
  display: grid;
  grid-template-columns: 98px 1fr;
  align-items: baseline;
  width: 100%;
  margin-top: 12px;
}
.c-formTable:not(._confirm) th,
.c-formTable:not(._confirm) td {
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-formTable:not(._confirm) th {
  width: 225px;
  padding-left: 18px;
}
.c-formTable:not(._common):not(._confirm) tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.c-formTable._confirm th,
.c-formTable._confirm td {
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid #ccc;
}
.c-formTable._confirm th {
  width: 340px;
  padding-right: 24px;
  padding-left: 24px;
  font-weight: normal;
  text-align: left;
  background: #f0f4f2;
}
.c-formTable._confirm td {
  padding-right: 42px;
  padding-left: 42px;
}
.c-formTable._common tr:not(._noLine) {
  border-bottom: 1px solid #ccc;
}
.c-formTable._common th {
  width: 230px;
}
.c-formTable._common th[colspan] {
  font-size: 14px;
  font-size: 0.875rem;
  color: #a25f86;
  text-align: left;
}
.c-formTable._common [class*=__trHeading] + tr th,
.c-formTable._common [class*=__trHeading] + tr td {
  padding-top: 18px;
}
.c-formTable._confirmCommon th,
.c-formTable._confirmCommon td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-formTable th,
.c-formTable td {
  vertical-align: top;
}
.c-formTable input,
.c-formTable textarea,
.c-formTable select {
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
.c-formTable input[type=text]:not([name*=zip]):not([name*=phone]):not([name*=pamphlet]):not([name*=birth]),
.c-formTable textarea:not([name*=zip]):not([name*=phone]):not([name*=pamphlet]):not([name*=birth]) {
  width: 100%;
  max-width: 565px;
}
.c-formTable input[type=text][name*=zip], .c-formTable input[type=text][name*=phone], .c-formTable input[type=text][name*=pamphlet],
.c-formTable textarea[name*=zip],
.c-formTable textarea[name*=phone],
.c-formTable textarea[name*=pamphlet] {
  width: 180px;
}
.c-formTable input[type=text][name*=Year],
.c-formTable textarea[name*=Year] {
  width: 140px;
}
[lang=en] .c-formTable input[type=text][name*=phone],
[lang=en] .c-formTable textarea[name*=phone] {
  width: 100%;
}
.c-formTable input[type=text] {
  height: 40px;
  padding: 0 10px;
}
.c-formTable input[type=checkbox],
.c-formTable input[type=radio] {
  margin: 0;
}
.c-formTable__checkbox label {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.c-formTable__checkbox input {
  position: relative;
  top: 1px;
}
.c-formTable__checkboxInner {
  display: flex;
  flex-direction: column;
  width: calc(100% - 23px);
}
.c-formTable__checkboxOther {
  display: grid;
  grid-template-columns: 73px 1fr;
  align-items: baseline;
  margin-bottom: 12px;
}
.c-formTable__checkboxOther:not(:first-child) {
  margin-top: 3px;
}
.c-formTable textarea {
  height: 142px;
  padding-right: 10px;
  padding-left: 10px;
}
.c-formTable__selectbox {
  position: relative;
  max-width: 565px;
}
.c-formTable__selectbox::after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 12px;
  pointer-events: none;
  content: "";
  border: calc(12px / 2) solid transparent;
  border-top: 11px solid #4e7254;
  border-bottom: 0;
  transform: translateY(-50%);
}
._common .c-formTable__selectbox::after {
  border-top-color: #001e46;
}
.c-formTable select {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-formTable select[name=state] {
  width: 204px;
}
.c-formTable__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}
.c-formTable__buttonsNotes {
  width: 100%;
  text-align: center;
}

.c-formOuter {
  padding-top: 62px;
}

.c-iconRequired {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 19px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: #a25f86;
  border-radius: 2px;
}
p .c-iconRequired {
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.c-tableFormat {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  border-top: 1px solid #ccc;
}
.c-tableFormat._column3 {
  grid-template-columns: 100px auto 1fr;
}
.c-tableFormat:not(:first-child) {
  margin-top: 1em;
}
.c-tableFormat:not(:last-child) {
  margin-bottom: 8px;
}
.c-tableFormat__heading {
  margin-bottom: 12px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}
.c-tableFormat__index, .c-tableFormat__content {
  padding-top: 12px;
  padding-bottom: 12px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.c-tableFormat__index {
  padding-right: 18px;
  padding-left: 18px;
  font-weight: normal;
  text-align: left;
  background: #f0f4f2;
  border-left: 1px solid #ccc;
}
.c-tableFormat__index:not([class*=_row]):not([class*=_column]) {
  width: 225px;
}
.c-tableFormat__index[class*=_row] {
  border-right: 0;
}
.c-tableFormat__index._row2 {
  grid-row: span 2;
}
.c-tableFormat__index._row3 {
  grid-row: span 3;
}
.c-tableFormat__index._column2 {
  grid-column: span 2;
}
.c-tableFormat__index._column3 {
  grid-column: span 3;
}
.c-tableFormat__content {
  padding-right: 28px;
  padding-left: 28px;
}
.c-tableFormat__content._subIndex {
  padding-left: 0;
  background: #f0f4f2;
}
.c-tableFormat__content._subIndex:not(:nth-last-child(2)) {
  border-bottom-style: dotted;
}
.c-tableFormat__content._subContent:not(:last-child) {
  border-bottom-style: dotted;
}
.c-tableFormat__detail {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
}
.c-tableFormat__button {
  display: flex;
  padding-bottom: 10px;
  margin-top: 24px;
}
.c-tableFormat sup {
  position: relative;
  bottom: 0.2em;
  font-size: 82%;
  vertical-align: baseline;
}

.l-breadcrumb {
  padding: 25px 30px 0;
}
.l-breadcrumb ul {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.l-breadcrumb ul li {
  flex: 0 0 auto;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}
.l-breadcrumb ul li:not(:first-child) {
  position: relative;
  padding-left: 30px;
}
.l-breadcrumb ul li:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 1px;
  height: 12px;
  content: "";
  background: #000;
  transform: translateY(-50%) rotate(20deg);
}
.l-breadcrumb ul li a {
  color: #0c3b2c;
  text-decoration: none;
}

.l-footer .l-footer__inner {
  padding-top: 60px;
  margin-bottom: 20px;
  background: #f7f7f7;
}
.l-footer .l-footer__logo {
  display: flex;
  align-self: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.l-footer .l-footer__logo .l-footer__logoImage {
  display: flex;
  align-items: center;
}
.l-footer .l-footer__logo .l-footer__logoImage a {
  display: block;
}
.l-footer .l-footer__logo .l-footer__logoImage .l-footer__logoImage__image {
  width: 80px;
  height: 55px;
}
.l-footer .l-footer__logo .l-footer__tagline {
  margin-left: 25px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #0c3b2c;
}
.l-footer .l-footer__navigation {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 56px;
  margin: 0 auto;
}
.l-footer .l-footer__globalNavigation__calendar {
  margin-bottom: 30px;
}
.l-footer .l-footer__globalNavigation__calendar .l-footer__globalNavigation__calendarBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 27px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: #0c3b2c;
  border: none;
  border-radius: 4px;
}
.l-footer .l-footer__globalNavigation__calendar .l-footer__globalNavigation__calendarBtn span {
  display: inline-flex;
  align-items: center;
  height: 39px;
}
.l-footer .l-footer__globalNavigation__calendar .l-footer__globalNavigation__calendarBtn span::before {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 4px;
  content: "";
  background: url("/common/img/concert/icon__calendar.svg") no-repeat 0 50%;
  background-size: 19px auto;
}
@media (min-width: 768px) {
  .l-footer .l-footer__globalNavigation__calendar .l-footer__globalNavigation__calendarBtn {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-footer .l-footer__globalNavigation__calendar .l-footer__globalNavigation__calendarBtn:hover {
    opacity: 0.7;
  }
}
.l-footer .l-footer__globalNavigation {
  display: flex;
}
.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__list {
  display: flex;
}
.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__itemContainer {
  flex-basis: 27.3%;
  width: 27.3%;
}
.l-footer:not([lang=en]) .l-footer__globalNavigation .l-footer__globalNavigation__itemContainer .l-footer__globalNavigation__item + .l-footer__globalNavigation__item {
  margin-top: 40px;
}

.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__itemContainer .l-footer__globalNavigationSub__item__heading a {
  font-weight: 400;
}
.l-footer:not([lang=en]) .l-footer__globalNavigation .l-footer__globalNavigation__itemContainer .l-footer__globalNavigationSub__item {
  display: none;
}

.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item._concert {
  flex-basis: 61.9%;
  width: 61.9%;
}
.l-footer[lang=en] .l-footer__globalNavigation .l-footer__globalNavigation__item._concert {
  flex-basis: 22.2%;
  width: 22.2%;
}
.l-footer[lang=en] .l-footer__globalNavigation .l-footer__globalNavigation__item._concert .l-footer__globalNavigationSub__inner > .l-footer__globalNavigationSub__list:first-child {
  width: 95%;
}

.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item._concert .l-footer__globalNavigationSub__inner {
  display: flex;
}
.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item._concert .l-footer__globalNavigationSub__inner > .l-footer__globalNavigationSub__list:first-child {
  flex-shrink: 0;
  width: 26.7%;
}
.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item._concert .l-footer__globalNavigationSub__inner .l-footer__globalNavigationSub__list + .l-footer__globalNavigationSub__list {
  margin-top: 10px;
}
.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item._concert .l-footer__globalNavigationSub__listWrap {
  flex-shrink: 0;
  width: 39.6%;
}
.l-footer[lang=en] .l-footer__globalNavigation .l-footer__globalNavigation__item._award {
  flex-basis: 36.7%;
  width: 36.7%;
}

.l-footer[lang=en] .l-footer__globalNavigation .l-footer__globalNavigation__item._facilities {
  flex-basis: 18%;
  width: 18%;
}

.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item._access {
  flex-basis: 10%;
  width: 10%;
}
.l-footer[lang=en] .l-footer__globalNavigation .l-footer__globalNavigation__item._access {
  flex-basis: 6.3%;
  width: 6.3%;
}

.l-footer[lang=en] .l-footer__globalNavigation .l-footer__globalNavigation__item._seat {
  flex-basis: 16.8%;
  width: 16.8%;
}

.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item .l-footer__globalNavigation__itemWrap .l-footer__globalNavigation__btn {
  display: none;
}
.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item a.l-footer__globalNavigation__itemLink {
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item a.l-footer__globalNavigation__itemLink {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item a.l-footer__globalNavigation__itemLink:hover {
    opacity: 0.7;
  }
}
.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item .l-footer__globalNavigation__itemLink {
  display: block;
  margin-bottom: 22px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0c3b2c;
  text-decoration: none;
}
.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item .l-footer__globalNavigation__itemLink::after {
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  background: #0c3b2c;
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item .l-footer__globalNavigation__itemLink {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.l-footer .l-footer__globalNavigation__container {
  flex-basis: 14.8%;
  width: 14.8%;
}
.l-footer[lang=en] .l-footer__globalNavigation__container {
  flex-basis: 16%;
  width: 16%;
}

.l-footer .l-footer__globalNavigation__container .l-footer__globalNavigation__list {
  display: block;
}
.l-footer .l-footer__globalNavigation__container + .l-footer__globalNavigation__list {
  flex-basis: 85.2%;
  width: 85.2%;
}
.l-footer[lang=en] .l-footer__globalNavigation__container + .l-footer__globalNavigation__list {
  flex-basis: 84%;
  width: 84%;
}

.l-footer .l-footer__globalNavigationSub .l-footer__globalNavigationSub__list {
  font-size: 12px;
  font-size: 0.75rem;
}
.l-footer .l-footer__globalNavigationSub .l-footer__globalNavigationSub__item a {
  display: block;
  text-decoration: none;
}
.l-footer .l-footer__globalNavigationSub .l-footer__globalNavigationSub__item a {
  padding: 3px 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-footer .l-footer__globalNavigationSub .l-footer__globalNavigationSub__item a:hover {
  text-decoration: underline;
}
.l-footer .l-footer__globalNavigationSub .l-footer__globalNavigationSub__item__heading a:hover {
  text-decoration: underline;
}
.l-footer .l-footer__globalNavigationSub .l-footer__globalNavigationSub__item__heading a {
  font-weight: 700;
  text-decoration: none;
}
.l-footer .l-footer__navigation__linkWrap {
  margin-top: 62px;
  text-align: center;
}
.l-footer .l-footer__navigation__linkWrap .l-footer__navigation__link {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0c3b2c;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .l-footer .l-footer__navigation__linkWrap .l-footer__navigation__link {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-footer .l-footer__navigation__linkWrap .l-footer__navigation__link:hover {
    opacity: 0.7;
  }
}
.l-footer .l-footer__navigation__linkWrap .l-footer__navigation__link::after {
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  background: #0c3b2c;
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .l-footer .l-footer__navigation__linkWrap .l-footer__navigation__link {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.l-footer .l-footer__navigation__sns {
  margin-top: 28px;
  text-align: center;
}
.l-footer .l-footer__navigation__sns a + a {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .l-footer .l-footer__navigation__sns a {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-footer .l-footer__navigation__sns a:hover {
    opacity: 0.7;
  }
}
.l-footer .l-footer__common {
  margin-top: 20px;
}
@media (min-width: 1070px) {
  .l-globalNavigation {
    padding-left: 12px;
    margin-top: auto;
  }
}
@media (min-width: 1070px) {
  .l-globalNavigation .l-globalNavigation__list {
    display: flex;
  }
}
@media not all and (min-width: 1070px) {
  .l-globalNavigation .l-globalNavigation__list {
    background: #f7f7f5;
    border-bottom: 1px solid #0c3b2c;
  }
}
@media (min-width: 1070px) {
  .l-globalNavigation .l-globalNavigation__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
  }
  .l-header[lang=en] .l-globalNavigation .l-globalNavigation__item {
    position: relative;
  }
}
@media not all and (min-width: 1070px) {
  .l-globalNavigation .l-globalNavigation__item {
    border-top: 1px solid #0c3b2c;
  }
}
@media not all and (min-width: 1070px) {
  .l-globalNavigation .l-globalNavigation__item.u-hidePC {
    display: block !important;
  }
}
@media (min-width: 1070px) {
  .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemWrap {
    height: 100%;
  }
  .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemWrap .l-globalNavigation__btn {
    display: none;
  }
}
.l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1070px) {
  .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 14px;
    padding-left: 14px;
    overflow: hidden;
    font-size: 15px;
    font-size: 0.9375rem;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink::after {
    position: absolute;
    bottom: -2px;
    left: 14px;
    display: block;
    width: calc(100% - 28px);
    height: 2px;
    content: "";
    background: #0c3b2c;
    transition: transform 0.3s ease-in-out;
  }
}
@media (min-width: 1070px) and (min-width: 768px) {
  .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1070px) {
  .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink:hover::after {
    opacity: 1;
    transform: translateY(-2px);
  }
}
@media (min-width: 1070px) {
  .l-globalNavigation .l-globalNavigation__item .c-accordion__btnWrap .l-globalNavigation__itemLink {
    padding-right: 28px;
    background: url("/common/img/common/icon__anglebrackets__bottom.svg") no-repeat calc(100% - 14px) 50%;
    background-size: 9px auto;
  }
}
@media (min-width: 1070px) {
  .l-globalNavigation .l-globalNavigation__item._current .c-accordion__btnWrap .l-globalNavigation__itemLink::after {
    transform: translateY(-2px);
  }
}
@media (min-width: 1070px) {
  .l-globalNavigation .l-globalNavigation__item._current > .l-globalNavigation__itemLink::after {
    transform: translateY(-2px);
  }
}
@media (min-width: 1070px) {
  .l-header[lang=en] .l-globalNavigation .l-globalNavigation__item:hover .l-globalNavigation__itemLink::after {
    opacity: 1;
    transform: translateY(-2px);
  }
}
@media not all and (min-width: 1070px) {
  .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #0c3b2c;
  }
  .l-globalNavigation .l-globalNavigation__item > .l-globalNavigation__itemLink::after {
    display: block;
    align-self: center;
    width: 25px;
    height: 25px;
    margin-left: auto;
    content: "";
    background: url("/common/img/concert/icon__anglebrackets.svg") no-repeat 50% 50%;
    background-size: auto 15px;
    transition: transform 0.3s ease;
    transform-origin: center;
  }
}

@media (min-width: 1070px) {
  .l-globalNavigation__btn {
    display: none;
  }
}
@media not all and (min-width: 1070px) {
  .l-globalNavigation__btn {
    display: block;
  }
}

@media (min-width: 1070px) {
  .l-globalNavigation__item .l-globalNavigationSub {
    position: absolute;
    top: 92px;
    left: 0;
    display: none;
    width: 100%;
    background: #f7f7f5;
  }
  .l-globalNavigation__item._navigationOpen .l-globalNavigation__itemLink::after {
    opacity: 1;
    transform: translateY(-2px);
  }
  .l-globalNavigation__item._navigationOpen .l-globalNavigationSub {
    display: block;
  }
  .l-header[lang=en] .l-globalNavigation__item._navigationOpen .l-globalNavigation__itemLink::after {
    display: none;
  }
  .l-header[lang=en] .l-globalNavigation__item._navigationOpen .l-globalNavigationSub {
    display: none;
  }

  .l-header[lang=en] .l-globalNavigation__item .l-globalNavigationSub {
    top: 56px;
    left: 14px;
    width: auto;
  }
  .l-header[lang=en] .l-globalNavigation__item .l-globalNavigationSub._wide {
    width: calc(100% - 28px);
  }
  .l-header[lang=en] .l-globalNavigation__item .l-globalNavigationSub .l-globalNavigationSub__item a {
    white-space: nowrap;
  }
  .l-header[lang=en] .l-globalNavigation__item:hover .l-globalNavigationSub {
    display: block;
  }

  .l-globalNavigationSub .l-globalNavigationSub__inner {
    width: 100%;
  }
  .l-header:not([lang=en]) .l-globalNavigation .l-globalNavigationSub .l-globalNavigationSub__inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
  }

  .l-header[lang=en] .l-globalNavigation .l-globalNavigationSub .l-globalNavigationSub__inner {
    padding: 10px 14px 10px 10px;
  }
}
@media not all and (min-width: 1070px) {
  .l-globalNavigationSub {
    padding-bottom: 10px;
    padding-left: 18px;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .l-footer .l-footerNav__item._open .l-footerSubNav {
    display: block;
  }
}
@media (min-width: 1070px) {
  .l-globalNavigationSub .l-globalNavigationSub__heading {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 24px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
  }
}
@media not all and (min-width: 1070px) {
  .l-globalNavigationSub .l-globalNavigationSub__heading.u-hideSP {
    display: none;
  }
}
.l-globalNavigationSub .l-globalNavigationSub__heading a {
  color: #0c3b2c;
  text-decoration: none;
}
@media (min-width: 1070px) {
  .l-globalNavigationSub .l-globalNavigationSub__heading a {
    display: inline-flex;
    align-items: center;
  }
  .l-globalNavigationSub .l-globalNavigationSub__heading a::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    content: "";
    border-color: transparent transparent transparent #0c3b2c;
    border-style: solid;
    border-width: 5px 0 5px 5px;
  }
  .l-globalNavigationSub .l-globalNavigationSub__heading a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1070px) {
  .l-header:not([lang=en]) .l-globalNavigationSub .l-globalNavigationSub__inner:not(._column-4) .l-globalNavigationSub__list {
    flex-basis: 33.3%;
    width: 33.3%;
    padding-left: 10px;
  }

  .l-header:not([lang=en]) .l-globalNavigationSub .l-globalNavigationSub__inner._column-4 .l-globalNavigationSub__list {
    flex-basis: 25%;
    width: 25%;
    padding-left: 10px;
  }
}
@media not all and (min-width: 1070px) {
  .l-globalNavigationSub .l-globalNavigationSub__list {
    padding-left: 15px;
  }
  .l-globalNavigationSub .l-globalNavigationSub__list + ul.l-globalNavigationSub__list {
    margin-top: 15px;
  }
}
.l-globalNavigationSub .l-globalNavigationSub__item a {
  display: block;
  text-decoration: none;
  background: url("/common/img/concert/icon__anglebrackets.svg") no-repeat;
  background-position: 5px 14px;
  background-size: auto 10px;
}
@media (min-width: 1070px) {
  .l-globalNavigationSub .l-globalNavigationSub__item a {
    padding: 8px 0 8px 20px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0c3b2c;
  }
  .l-globalNavigationSub .l-globalNavigationSub__item a:hover {
    text-decoration: underline;
  }
  .l-header[lang=en] .l-globalNavigationSub .l-globalNavigationSub__item._calendar a {
    display: inline-flex;
  }
  .l-header[lang=en] .l-globalNavigationSub .l-globalNavigationSub__item._calendar a::after {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 8px;
    content: "";
    background: url(/common/img/concert/icon__calendar__green.svg) no-repeat 0 50%;
    background-size: 19px auto;
  }
}
@media not all and (min-width: 1070px) {
  .l-globalNavigationSub .l-globalNavigationSub__item a {
    padding: 8px 0 8px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-globalNavigation .l-globalNavigation__item:not(._open) .l-globalNavigationSub {
    display: none;
  }
}
@media (min-width: 1070px) {
  .l-globalNavigationSub .l-globalNavigationSub__item__heading {
    margin-left: -10px;
  }
  .l-globalNavigationSub .l-globalNavigationSub__item__heading a:hover {
    text-decoration: underline;
  }
}
@media not all and (min-width: 1070px) {
  .l-globalNavigationSub .l-globalNavigationSub__item__heading {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-globalNavigationSub .l-globalNavigationSub__item__heading a {
    display: block;
    padding: 10px 0;
  }
}
.l-globalNavigationSub .l-globalNavigationSub__item__heading a {
  font-weight: 700;
  color: #0c3b2c;
  text-decoration: none;
}
@media (min-width: 1070px) {
  .l-globalNavigationSub .l-globalNavigationSub__item__heading a {
    display: inline-flex;
    align-items: center;
  }
  .l-globalNavigationSub .l-globalNavigationSub__item__heading a::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    content: "";
    border-color: transparent transparent transparent #0c3b2c;
    border-style: solid;
    border-width: 5px 0 5px 5px;
  }
}
@media (min-width: 1070px) {
  .l-globalNavigationSub .l-globalNavigationSub__item__heading._calendar a {
    display: inline-flex;
    align-items: center;
  }
  .l-globalNavigationSub .l-globalNavigationSub__item__heading._calendar a::after {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 4px;
    content: "";
    background: url(/common/img/concert/icon__calendar__green.svg) no-repeat 0 50%;
    background-size: 19px auto;
  }
}
@media not all and (min-width: 1070px) {
  .l-header[lang=en] .l-globalNavigationSub .l-globalNavigationSub__item__heading._calendar a {
    display: inline-flex;
  }
  .l-header[lang=en] .l-globalNavigationSub .l-globalNavigationSub__item__heading._calendar a::after {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 8px;
    content: "";
    background: url(/common/img/concert/icon__calendar__green.svg) no-repeat 0 50%;
    background-size: 19px auto;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1070px) {
  .l-header {
    box-sizing: border-box;
    height: 92px;
    padding: 0 32px;
  }
}
@media not all and (min-width: 1070px) {
  .l-header {
    height: 70px;
    padding: 0 20px;
  }
}
.l-header .l-header__inner {
  display: flex;
  width: 100%;
  height: 92px;
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__inner {
    align-items: center;
    justify-content: space-between;
  }
}
.l-header .l-header__logo {
  flex-shrink: 0;
}
@media (min-width: 1070px) {
  .l-header .l-header__logo {
    align-self: center;
  }
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__logo {
    display: flex;
    align-items: center;
  }
}
.l-header .l-header__logo .l-header__logoImage {
  display: flex;
  align-items: center;
}
.l-header .l-header__logo .l-header__logoImage a {
  display: block;
}
@media (min-width: 1070px) {
  .l-header .l-header__logo .l-header__logoImage .l-header__logoImage__image {
    width: 63px;
    height: 43px;
  }
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__logo .l-header__logoImage .l-header__logoImage__image {
    width: 46px;
    height: 31px;
  }
}
.l-header .l-header__logo .l-header__tagline {
  font-weight: 700;
  color: #0c3b2c;
}
@media (min-width: 1070px) {
  .l-header .l-header__logo .l-header__tagline {
    position: absolute;
    top: 23px;
    left: 126px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5714285714;
    letter-spacing: 0.02em;
  }
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__logo .l-header__tagline {
    margin-left: 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .l-header .l-header__logo .l-header__tagline br.u-brSP {
    display: inline;
  }
}
@media (min-width: 1070px) {
  .l-header .l-header__navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__navigation {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 70px);
    margin-top: 70px;
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s linear, visibility 0.3s linear;
  }
  .l-header .l-header__navigation._open {
    overflow: scroll;
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1070px) {
  .l-header .l-header__navigation__calendar {
    flex-shrink: 0;
    margin: auto 0 13px 30px;
  }
  .l-header .l-header__navigation__calendar .l-header__navigation__calendarBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 27px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background: #0c3b2c;
    border: none;
    border-radius: 4px;
  }
  .l-header .l-header__navigation__calendar .l-header__navigation__calendarBtn span {
    display: inline-flex;
    align-items: center;
    height: 39px;
  }
  .l-header .l-header__navigation__calendar .l-header__navigation__calendarBtn span::before {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 4px;
    content: "";
    background: url("/common/img/concert/icon__calendar.svg") no-repeat 0 50%;
    background-size: 19px auto;
  }
}
@media (min-width: 1070px) and (min-width: 768px) {
  .l-header .l-header__navigation__calendar .l-header__navigation__calendarBtn {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-header .l-header__navigation__calendar .l-header__navigation__calendarBtn:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__navigation__calendar {
    padding: 30px 0 26px;
    background: #f7f7f5;
  }
  .l-header .l-header__navigation__calendar .l-header__navigation__calendarBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67.7%;
    max-width: 508px;
    margin: 0 auto;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: #0c3b2c;
    border: none;
    border-radius: 4px;
  }
  .l-header .l-header__navigation__calendar .l-header__navigation__calendarBtn span {
    display: inline-flex;
    align-items: center;
    height: 39px;
  }
  .l-header .l-header__navigation__calendar .l-header__navigation__calendarBtn span::before {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 16px;
    content: "";
    background: url("/common/img/concert/icon__calendar.svg") no-repeat 0 50%;
    background-size: 19px auto;
  }
}
@media (min-width: 1070px) {
  .l-header .l-header__navigation__container {
    position: absolute;
    top: 16px;
    right: 32px;
    display: flex;
    align-items: center;
  }
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__navigation__container {
    display: contents;
  }
}
.l-header .l-header__navigation__link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 1070px) {
  .l-header .l-header__navigation__link {
    margin-left: auto;
  }
  .l-header .l-header__navigation__link li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 12px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
    text-decoration: none;
    background: #04a7c4;
    border-radius: 12px;
  }
}
@media (min-width: 1070px) and (min-width: 768px) {
  .l-header .l-header__navigation__link li a {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-header .l-header__navigation__link li a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1070px) {
  .l-header .l-header__navigation__link li + li {
    margin-left: 4px;
  }
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__navigation__link {
    display: flex !important;
    justify-content: space-between;
    padding: 20px;
  }
  .l-header .l-header__navigation__link li {
    width: 38.8%;
  }
  .l-header .l-header__navigation__link li + li {
    width: 57%;
  }
  .l-header .l-header__navigation__link li + li::before {
    display: none;
  }
  .l-header .l-header__navigation__link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    color: #0c3b2c;
    text-decoration: none;
    background: #fff;
    border: 1px solid #0c3b2c;
    border-radius: 27px;
  }
}
@media (min-width: 1070px) {
  .l-header .l-header__navigation__contact {
    margin-right: 17px;
    margin-left: 12px;
  }
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__navigation__contact {
    display: none;
  }
}
.l-header .l-header__navigation__contact a {
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 1070px) {
  .l-header .l-header__navigation__contact a {
    min-height: 18px;
    padding-left: 25px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #0c3b2c;
    background: url("/common/img/concert/icon__mail.svg") no-repeat 0 50%;
    background-size: 18px auto;
  }
  .l-header .l-header__navigation__contact a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1070px) {
  .l-header .l-header__navigation__language {
    margin-left: 12px;
  }
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__navigation__language {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 78px;
    margin-top: auto;
    background: #0c3b2c;
  }
}
.l-header .l-header__navigation__language a {
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 1070px) {
  .l-header .l-header__navigation__language a {
    min-height: 18px;
    padding-left: 23px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #0c3b2c;
    background: url("/common/img/common/icon__globe.svg") no-repeat 0 50%;
    background-size: 18px auto;
  }
  .l-header .l-header__navigation__language a:hover {
    text-decoration: underline;
  }
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__navigation__language a {
    min-height: 16px;
    color: #fff;
  }
  .l-header .l-header__navigation__language a:first-child {
    padding-right: 1em;
    padding-left: 31px;
    background: url("/common/img/common/icon__globe__white.svg") no-repeat 0 50%;
    background-size: 16px auto;
  }
  .l-header .l-header__navigation__language a + a {
    padding: 0 1em;
  }
  .l-header .l-header__navigation__language a + a::before {
    position: relative;
    left: -1em;
    content: "|";
  }
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__navigation__language a.u-hidePC {
    display: block !important;
  }
}
@media (min-width: 1070px) {
  .l-header .l-header__calendar {
    display: none;
  }
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__calendar {
    position: absolute;
    right: 70px;
    display: block;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
@media not all and (min-width: 1070px) {
  .l-header .l-header__calendar .l-header__calendarBtn {
    display: block;
    width: 28px;
    height: 28px;
    text-decoration: none;
    background: #0c3b2c url("/common/img/concert/icon__calendar.svg") no-repeat 50%;
    background-size: 17px 17px;
    border-radius: 14px;
    opacity: 1;
  }
  .l-header .l-header__calendar .l-header__calendarBtn span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.l-header .l-header__navigation._open + .c-hamburger + .l-header__calendar {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.c-hamburger {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border: none;
}
.c-hamburger .c-hamburger__line {
  position: relative;
  display: block;
  width: 42px;
  height: 1px;
  background-color: #000;
  transition: color 0.3s ease-in-out;
}
.c-hamburger .c-hamburger__line::before, .c-hamburger .c-hamburger__line::after {
  position: absolute;
  left: 0;
  display: block;
  width: 42px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: background-color 0.3s ease-in-out;
}
.c-hamburger .c-hamburger__line::before {
  top: -8px;
}
.c-hamburger .c-hamburger__line::after {
  bottom: -8px;
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line {
  background-color: #fff;
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line::before, .l-header__navigation._open + .c-hamburger .c-hamburger__line::after {
  background-color: #000;
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line::before {
  transform: translateY(8px) rotateZ(45deg);
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line::after {
  transform: translateY(-8px) rotateZ(-45deg);
}
@media (min-width: 1070px) {
  .c-hamburger {
    display: none;
  }
}
@media not all and (min-width: 1070px) {
  .c-hamburger {
    display: flex;
  }
}

@media (min-width: 1071px) {
  .l-main {
    padding-top: 92px;
  }
}
@media not all and (min-width: 1070px) {
  .l-main {
    padding-top: 70px;
  }
}

.l-pagetop .l-pagetop__link {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32px 24px"><path fill="%230c3b2c" d="M0 11.791 11.706 0l11.706 11.791-1.709 1.709-10-10.082-10 10.082-1.709-1.709" /></svg>');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 14px;
  border: 1px solid #0c3b2c;
  transition: all 0.3s ease;
}
.l-pagetop .l-pagetop__link:hover {
  background-color: #0c3b2c;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32px 24px"><path fill="%23ffffff" d="M0 11.791 11.706 0l11.706 11.791-1.709 1.709-10-10.082-10 10.082-1.709-1.709" /></svg>');
}

.l-inner {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.l-inner__body {
  padding-top: 50px;
  padding-bottom: 100px;
}

br.u-brSP {
  display: none;
}
.u-alignCenter {
  text-align: center;
}

.u-alignCenter-forPc {
  text-align: center;
}

.u-alignRight {
  text-align: right;
}

.u-alignLeft {
  text-align: left;
}

.u-alignRight-forPc {
  text-align: right;
}

.u-hidePC {
  display: none !important;
}

@media (min-width: 1080px) {
  .u-hideUL {
    display: none !important;
  }
}

@media not all and (min-width: 1080px) {
  .u-showUL {
    display: block !important;
  }
}

.u-pc_margin_top_0 {
  margin-top: 0px !important;
}

.u-pc_margin_right_0 {
  margin-right: 0px !important;
}

.u-pc_margin_bottom_0 {
  margin-bottom: 0px !important;
}

.u-pc_margin_left_0 {
  margin-left: 0px !important;
}

.u-pc_margin_top_5 {
  margin-top: 5px !important;
}

.u-pc_margin_right_5 {
  margin-right: 5px !important;
}

.u-pc_margin_bottom_5 {
  margin-bottom: 5px !important;
}

.u-pc_margin_left_5 {
  margin-left: 5px !important;
}

.u-pc_margin_top_10 {
  margin-top: 10px !important;
}

.u-pc_margin_right_10 {
  margin-right: 10px !important;
}

.u-pc_margin_bottom_10 {
  margin-bottom: 10px !important;
}

.u-pc_margin_left_10 {
  margin-left: 10px !important;
}

.u-pc_margin_top_15 {
  margin-top: 15px !important;
}

.u-pc_margin_right_15 {
  margin-right: 15px !important;
}

.u-pc_margin_bottom_15 {
  margin-bottom: 15px !important;
}

.u-pc_margin_left_15 {
  margin-left: 15px !important;
}

.u-pc_margin_top_20 {
  margin-top: 20px !important;
}

.u-pc_margin_right_20 {
  margin-right: 20px !important;
}

.u-pc_margin_bottom_20 {
  margin-bottom: 20px !important;
}

.u-pc_margin_left_20 {
  margin-left: 20px !important;
}

.u-pc_margin_top_25 {
  margin-top: 25px !important;
}

.u-pc_margin_right_25 {
  margin-right: 25px !important;
}

.u-pc_margin_bottom_25 {
  margin-bottom: 25px !important;
}

.u-pc_margin_left_25 {
  margin-left: 25px !important;
}

.u-pc_margin_top_30 {
  margin-top: 30px !important;
}

.u-pc_margin_right_30 {
  margin-right: 30px !important;
}

.u-pc_margin_bottom_30 {
  margin-bottom: 30px !important;
}

.u-pc_margin_left_30 {
  margin-left: 30px !important;
}

.u-pc_margin_top_35 {
  margin-top: 35px !important;
}

.u-pc_margin_right_35 {
  margin-right: 35px !important;
}

.u-pc_margin_bottom_35 {
  margin-bottom: 35px !important;
}

.u-pc_margin_left_35 {
  margin-left: 35px !important;
}

.u-pc_margin_top_40 {
  margin-top: 40px !important;
}

.u-pc_margin_right_40 {
  margin-right: 40px !important;
}

.u-pc_margin_bottom_40 {
  margin-bottom: 40px !important;
}

.u-pc_margin_left_40 {
  margin-left: 40px !important;
}

.u-pc_margin_top_45 {
  margin-top: 45px !important;
}

.u-pc_margin_right_45 {
  margin-right: 45px !important;
}

.u-pc_margin_bottom_45 {
  margin-bottom: 45px !important;
}

.u-pc_margin_left_45 {
  margin-left: 45px !important;
}

.u-pc_margin_top_50 {
  margin-top: 50px !important;
}

.u-pc_margin_right_50 {
  margin-right: 50px !important;
}

.u-pc_margin_bottom_50 {
  margin-bottom: 50px !important;
}

.u-pc_margin_left_50 {
  margin-left: 50px !important;
}

.u-pc_margin_top_55 {
  margin-top: 55px !important;
}

.u-pc_margin_right_55 {
  margin-right: 55px !important;
}

.u-pc_margin_bottom_55 {
  margin-bottom: 55px !important;
}

.u-pc_margin_left_55 {
  margin-left: 55px !important;
}

.u-pc_margin_top_60 {
  margin-top: 60px !important;
}

.u-pc_margin_right_60 {
  margin-right: 60px !important;
}

.u-pc_margin_bottom_60 {
  margin-bottom: 60px !important;
}

.u-pc_margin_left_60 {
  margin-left: 60px !important;
}

.u-pc_margin_top_65 {
  margin-top: 65px !important;
}

.u-pc_margin_right_65 {
  margin-right: 65px !important;
}

.u-pc_margin_bottom_65 {
  margin-bottom: 65px !important;
}

.u-pc_margin_left_65 {
  margin-left: 65px !important;
}

.u-pc_margin_top_70 {
  margin-top: 70px !important;
}

.u-pc_margin_right_70 {
  margin-right: 70px !important;
}

.u-pc_margin_bottom_70 {
  margin-bottom: 70px !important;
}

.u-pc_margin_left_70 {
  margin-left: 70px !important;
}

.u-pc_margin_top_75 {
  margin-top: 75px !important;
}

.u-pc_margin_right_75 {
  margin-right: 75px !important;
}

.u-pc_margin_bottom_75 {
  margin-bottom: 75px !important;
}

.u-pc_margin_left_75 {
  margin-left: 75px !important;
}

.u-pc_margin_top_80 {
  margin-top: 80px !important;
}

.u-pc_margin_right_80 {
  margin-right: 80px !important;
}

.u-pc_margin_bottom_80 {
  margin-bottom: 80px !important;
}

.u-pc_margin_left_80 {
  margin-left: 80px !important;
}

.u-pc_margin_top_85 {
  margin-top: 85px !important;
}

.u-pc_margin_right_85 {
  margin-right: 85px !important;
}

.u-pc_margin_bottom_85 {
  margin-bottom: 85px !important;
}

.u-pc_margin_left_85 {
  margin-left: 85px !important;
}

.u-pc_margin_top_90 {
  margin-top: 90px !important;
}

.u-pc_margin_right_90 {
  margin-right: 90px !important;
}

.u-pc_margin_bottom_90 {
  margin-bottom: 90px !important;
}

.u-pc_margin_left_90 {
  margin-left: 90px !important;
}

.u-pc_margin_top_95 {
  margin-top: 95px !important;
}

.u-pc_margin_right_95 {
  margin-right: 95px !important;
}

.u-pc_margin_bottom_95 {
  margin-bottom: 95px !important;
}

.u-pc_margin_left_95 {
  margin-left: 95px !important;
}

.u-pc_margin_top_100 {
  margin-top: 100px !important;
}

.u-pc_margin_right_100 {
  margin-right: 100px !important;
}

.u-pc_margin_bottom_100 {
  margin-bottom: 100px !important;
}

.u-pc_margin_left_100 {
  margin-left: 100px !important;
}

.u-pc_margin_top_105 {
  margin-top: 105px !important;
}

.u-pc_margin_right_105 {
  margin-right: 105px !important;
}

.u-pc_margin_bottom_105 {
  margin-bottom: 105px !important;
}

.u-pc_margin_left_105 {
  margin-left: 105px !important;
}

.u-pc_margin_top_110 {
  margin-top: 110px !important;
}

.u-pc_margin_right_110 {
  margin-right: 110px !important;
}

.u-pc_margin_bottom_110 {
  margin-bottom: 110px !important;
}

.u-pc_margin_left_110 {
  margin-left: 110px !important;
}

.u-pc_margin_top_115 {
  margin-top: 115px !important;
}

.u-pc_margin_right_115 {
  margin-right: 115px !important;
}

.u-pc_margin_bottom_115 {
  margin-bottom: 115px !important;
}

.u-pc_margin_left_115 {
  margin-left: 115px !important;
}

.u-pc_margin_top_120 {
  margin-top: 120px !important;
}

.u-pc_margin_right_120 {
  margin-right: 120px !important;
}

.u-pc_margin_bottom_120 {
  margin-bottom: 120px !important;
}

.u-pc_margin_left_120 {
  margin-left: 120px !important;
}

.u-pc_margin_top_125 {
  margin-top: 125px !important;
}

.u-pc_margin_right_125 {
  margin-right: 125px !important;
}

.u-pc_margin_bottom_125 {
  margin-bottom: 125px !important;
}

.u-pc_margin_left_125 {
  margin-left: 125px !important;
}

.u-pc_margin_top_130 {
  margin-top: 130px !important;
}

.u-pc_margin_right_130 {
  margin-right: 130px !important;
}

.u-pc_margin_bottom_130 {
  margin-bottom: 130px !important;
}

.u-pc_margin_left_130 {
  margin-left: 130px !important;
}

.u-pc_margin_top_135 {
  margin-top: 135px !important;
}

.u-pc_margin_right_135 {
  margin-right: 135px !important;
}

.u-pc_margin_bottom_135 {
  margin-bottom: 135px !important;
}

.u-pc_margin_left_135 {
  margin-left: 135px !important;
}

.u-pc_margin_top_140 {
  margin-top: 140px !important;
}

.u-pc_margin_right_140 {
  margin-right: 140px !important;
}

.u-pc_margin_bottom_140 {
  margin-bottom: 140px !important;
}

.u-pc_margin_left_140 {
  margin-left: 140px !important;
}

.u-pc_margin_top_145 {
  margin-top: 145px !important;
}

.u-pc_margin_right_145 {
  margin-right: 145px !important;
}

.u-pc_margin_bottom_145 {
  margin-bottom: 145px !important;
}

.u-pc_margin_left_145 {
  margin-left: 145px !important;
}

.u-pc_margin_top_150 {
  margin-top: 150px !important;
}

.u-pc_margin_right_150 {
  margin-right: 150px !important;
}

.u-pc_margin_bottom_150 {
  margin-bottom: 150px !important;
}

.u-pc_margin_left_150 {
  margin-left: 150px !important;
}

.u-pc_margin_top_155 {
  margin-top: 155px !important;
}

.u-pc_margin_right_155 {
  margin-right: 155px !important;
}

.u-pc_margin_bottom_155 {
  margin-bottom: 155px !important;
}

.u-pc_margin_left_155 {
  margin-left: 155px !important;
}

.u-pc_margin_top_160 {
  margin-top: 160px !important;
}

.u-pc_margin_right_160 {
  margin-right: 160px !important;
}

.u-pc_margin_bottom_160 {
  margin-bottom: 160px !important;
}

.u-pc_margin_left_160 {
  margin-left: 160px !important;
}

.u-pc_margin_top_165 {
  margin-top: 165px !important;
}

.u-pc_margin_right_165 {
  margin-right: 165px !important;
}

.u-pc_margin_bottom_165 {
  margin-bottom: 165px !important;
}

.u-pc_margin_left_165 {
  margin-left: 165px !important;
}

.u-pc_margin_top_170 {
  margin-top: 170px !important;
}

.u-pc_margin_right_170 {
  margin-right: 170px !important;
}

.u-pc_margin_bottom_170 {
  margin-bottom: 170px !important;
}

.u-pc_margin_left_170 {
  margin-left: 170px !important;
}

.u-pc_margin_top_175 {
  margin-top: 175px !important;
}

.u-pc_margin_right_175 {
  margin-right: 175px !important;
}

.u-pc_margin_bottom_175 {
  margin-bottom: 175px !important;
}

.u-pc_margin_left_175 {
  margin-left: 175px !important;
}

.u-pc_margin_top_180 {
  margin-top: 180px !important;
}

.u-pc_margin_right_180 {
  margin-right: 180px !important;
}

.u-pc_margin_bottom_180 {
  margin-bottom: 180px !important;
}

.u-pc_margin_left_180 {
  margin-left: 180px !important;
}

.u-pc_margin_top_185 {
  margin-top: 185px !important;
}

.u-pc_margin_right_185 {
  margin-right: 185px !important;
}

.u-pc_margin_bottom_185 {
  margin-bottom: 185px !important;
}

.u-pc_margin_left_185 {
  margin-left: 185px !important;
}

.u-pc_margin_top_190 {
  margin-top: 190px !important;
}

.u-pc_margin_right_190 {
  margin-right: 190px !important;
}

.u-pc_margin_bottom_190 {
  margin-bottom: 190px !important;
}

.u-pc_margin_left_190 {
  margin-left: 190px !important;
}

.u-pc_margin_top_195 {
  margin-top: 195px !important;
}

.u-pc_margin_right_195 {
  margin-right: 195px !important;
}

.u-pc_margin_bottom_195 {
  margin-bottom: 195px !important;
}

.u-pc_margin_left_195 {
  margin-left: 195px !important;
}

.u-pc_margin_top_200 {
  margin-top: 200px !important;
}

.u-pc_margin_right_200 {
  margin-right: 200px !important;
}

.u-pc_margin_bottom_200 {
  margin-bottom: 200px !important;
}

.u-pc_margin_left_200 {
  margin-left: 200px !important;
}

.u-margin_bottom_0 {
  margin-bottom: 0 !important;
}

.u-margin_top_0 {
  margin-top: 0 !important;
}

.u-padding_top_0 {
  padding-top: 0px !important;
}

.u-padding_bottom_0 {
  padding-bottom: 0px !important;
}

.u-pc_padding_top_0 {
  padding-top: 0px !important;
}

.u-pc_padding_right_0 {
  padding-right: 0px !important;
}

.u-pc_padding_bottom_0 {
  padding-bottom: 0px !important;
}

.u-pc_padding_left_0 {
  padding-left: 0px !important;
}

.u-padding_top_5 {
  padding-top: 5px !important;
}

.u-padding_bottom_5 {
  padding-bottom: 5px !important;
}

.u-pc_padding_top_5 {
  padding-top: 5px !important;
}

.u-pc_padding_right_5 {
  padding-right: 5px !important;
}

.u-pc_padding_bottom_5 {
  padding-bottom: 5px !important;
}

.u-pc_padding_left_5 {
  padding-left: 5px !important;
}

.u-padding_top_10 {
  padding-top: 10px !important;
}

.u-padding_bottom_10 {
  padding-bottom: 10px !important;
}

.u-pc_padding_top_10 {
  padding-top: 10px !important;
}

.u-pc_padding_right_10 {
  padding-right: 10px !important;
}

.u-pc_padding_bottom_10 {
  padding-bottom: 10px !important;
}

.u-pc_padding_left_10 {
  padding-left: 10px !important;
}

.u-padding_top_15 {
  padding-top: 15px !important;
}

.u-padding_bottom_15 {
  padding-bottom: 15px !important;
}

.u-pc_padding_top_15 {
  padding-top: 15px !important;
}

.u-pc_padding_right_15 {
  padding-right: 15px !important;
}

.u-pc_padding_bottom_15 {
  padding-bottom: 15px !important;
}

.u-pc_padding_left_15 {
  padding-left: 15px !important;
}

.u-padding_top_20 {
  padding-top: 20px !important;
}

.u-padding_bottom_20 {
  padding-bottom: 20px !important;
}

.u-pc_padding_top_20 {
  padding-top: 20px !important;
}

.u-pc_padding_right_20 {
  padding-right: 20px !important;
}

.u-pc_padding_bottom_20 {
  padding-bottom: 20px !important;
}

.u-pc_padding_left_20 {
  padding-left: 20px !important;
}

.u-padding_top_25 {
  padding-top: 25px !important;
}

.u-padding_bottom_25 {
  padding-bottom: 25px !important;
}

.u-pc_padding_top_25 {
  padding-top: 25px !important;
}

.u-pc_padding_right_25 {
  padding-right: 25px !important;
}

.u-pc_padding_bottom_25 {
  padding-bottom: 25px !important;
}

.u-pc_padding_left_25 {
  padding-left: 25px !important;
}

.u-padding_top_30 {
  padding-top: 30px !important;
}

.u-padding_bottom_30 {
  padding-bottom: 30px !important;
}

.u-pc_padding_top_30 {
  padding-top: 30px !important;
}

.u-pc_padding_right_30 {
  padding-right: 30px !important;
}

.u-pc_padding_bottom_30 {
  padding-bottom: 30px !important;
}

.u-pc_padding_left_30 {
  padding-left: 30px !important;
}

.u-padding_top_35 {
  padding-top: 35px !important;
}

.u-padding_bottom_35 {
  padding-bottom: 35px !important;
}

.u-pc_padding_top_35 {
  padding-top: 35px !important;
}

.u-pc_padding_right_35 {
  padding-right: 35px !important;
}

.u-pc_padding_bottom_35 {
  padding-bottom: 35px !important;
}

.u-pc_padding_left_35 {
  padding-left: 35px !important;
}

.u-padding_top_40 {
  padding-top: 40px !important;
}

.u-padding_bottom_40 {
  padding-bottom: 40px !important;
}

.u-pc_padding_top_40 {
  padding-top: 40px !important;
}

.u-pc_padding_right_40 {
  padding-right: 40px !important;
}

.u-pc_padding_bottom_40 {
  padding-bottom: 40px !important;
}

.u-pc_padding_left_40 {
  padding-left: 40px !important;
}

.u-padding_top_45 {
  padding-top: 45px !important;
}

.u-padding_bottom_45 {
  padding-bottom: 45px !important;
}

.u-pc_padding_top_45 {
  padding-top: 45px !important;
}

.u-pc_padding_right_45 {
  padding-right: 45px !important;
}

.u-pc_padding_bottom_45 {
  padding-bottom: 45px !important;
}

.u-pc_padding_left_45 {
  padding-left: 45px !important;
}

.u-padding_top_50 {
  padding-top: 50px !important;
}

.u-padding_bottom_50 {
  padding-bottom: 50px !important;
}

.u-pc_padding_top_50 {
  padding-top: 50px !important;
}

.u-pc_padding_right_50 {
  padding-right: 50px !important;
}

.u-pc_padding_bottom_50 {
  padding-bottom: 50px !important;
}

.u-pc_padding_left_50 {
  padding-left: 50px !important;
}

.u-padding_top_55 {
  padding-top: 55px !important;
}

.u-padding_bottom_55 {
  padding-bottom: 55px !important;
}

.u-pc_padding_top_55 {
  padding-top: 55px !important;
}

.u-pc_padding_right_55 {
  padding-right: 55px !important;
}

.u-pc_padding_bottom_55 {
  padding-bottom: 55px !important;
}

.u-pc_padding_left_55 {
  padding-left: 55px !important;
}

.u-padding_top_60 {
  padding-top: 60px !important;
}

.u-padding_bottom_60 {
  padding-bottom: 60px !important;
}

.u-pc_padding_top_60 {
  padding-top: 60px !important;
}

.u-pc_padding_right_60 {
  padding-right: 60px !important;
}

.u-pc_padding_bottom_60 {
  padding-bottom: 60px !important;
}

.u-pc_padding_left_60 {
  padding-left: 60px !important;
}

.u-padding_top_65 {
  padding-top: 65px !important;
}

.u-padding_bottom_65 {
  padding-bottom: 65px !important;
}

.u-pc_padding_top_65 {
  padding-top: 65px !important;
}

.u-pc_padding_right_65 {
  padding-right: 65px !important;
}

.u-pc_padding_bottom_65 {
  padding-bottom: 65px !important;
}

.u-pc_padding_left_65 {
  padding-left: 65px !important;
}

.u-padding_top_70 {
  padding-top: 70px !important;
}

.u-padding_bottom_70 {
  padding-bottom: 70px !important;
}

.u-pc_padding_top_70 {
  padding-top: 70px !important;
}

.u-pc_padding_right_70 {
  padding-right: 70px !important;
}

.u-pc_padding_bottom_70 {
  padding-bottom: 70px !important;
}

.u-pc_padding_left_70 {
  padding-left: 70px !important;
}

.u-padding_top_75 {
  padding-top: 75px !important;
}

.u-padding_bottom_75 {
  padding-bottom: 75px !important;
}

.u-pc_padding_top_75 {
  padding-top: 75px !important;
}

.u-pc_padding_right_75 {
  padding-right: 75px !important;
}

.u-pc_padding_bottom_75 {
  padding-bottom: 75px !important;
}

.u-pc_padding_left_75 {
  padding-left: 75px !important;
}

.u-padding_top_80 {
  padding-top: 80px !important;
}

.u-padding_bottom_80 {
  padding-bottom: 80px !important;
}

.u-pc_padding_top_80 {
  padding-top: 80px !important;
}

.u-pc_padding_right_80 {
  padding-right: 80px !important;
}

.u-pc_padding_bottom_80 {
  padding-bottom: 80px !important;
}

.u-pc_padding_left_80 {
  padding-left: 80px !important;
}

.u-padding_top_85 {
  padding-top: 85px !important;
}

.u-padding_bottom_85 {
  padding-bottom: 85px !important;
}

.u-pc_padding_top_85 {
  padding-top: 85px !important;
}

.u-pc_padding_right_85 {
  padding-right: 85px !important;
}

.u-pc_padding_bottom_85 {
  padding-bottom: 85px !important;
}

.u-pc_padding_left_85 {
  padding-left: 85px !important;
}

.u-padding_top_90 {
  padding-top: 90px !important;
}

.u-padding_bottom_90 {
  padding-bottom: 90px !important;
}

.u-pc_padding_top_90 {
  padding-top: 90px !important;
}

.u-pc_padding_right_90 {
  padding-right: 90px !important;
}

.u-pc_padding_bottom_90 {
  padding-bottom: 90px !important;
}

.u-pc_padding_left_90 {
  padding-left: 90px !important;
}

.u-padding_top_95 {
  padding-top: 95px !important;
}

.u-padding_bottom_95 {
  padding-bottom: 95px !important;
}

.u-pc_padding_top_95 {
  padding-top: 95px !important;
}

.u-pc_padding_right_95 {
  padding-right: 95px !important;
}

.u-pc_padding_bottom_95 {
  padding-bottom: 95px !important;
}

.u-pc_padding_left_95 {
  padding-left: 95px !important;
}

.u-padding_top_100 {
  padding-top: 100px !important;
}

.u-padding_bottom_100 {
  padding-bottom: 100px !important;
}

.u-pc_padding_top_100 {
  padding-top: 100px !important;
}

.u-pc_padding_right_100 {
  padding-right: 100px !important;
}

.u-pc_padding_bottom_100 {
  padding-bottom: 100px !important;
}

.u-pc_padding_left_100 {
  padding-left: 100px !important;
}

.u-padding_top_105 {
  padding-top: 105px !important;
}

.u-padding_bottom_105 {
  padding-bottom: 105px !important;
}

.u-pc_padding_top_105 {
  padding-top: 105px !important;
}

.u-pc_padding_right_105 {
  padding-right: 105px !important;
}

.u-pc_padding_bottom_105 {
  padding-bottom: 105px !important;
}

.u-pc_padding_left_105 {
  padding-left: 105px !important;
}

.u-padding_top_110 {
  padding-top: 110px !important;
}

.u-padding_bottom_110 {
  padding-bottom: 110px !important;
}

.u-pc_padding_top_110 {
  padding-top: 110px !important;
}

.u-pc_padding_right_110 {
  padding-right: 110px !important;
}

.u-pc_padding_bottom_110 {
  padding-bottom: 110px !important;
}

.u-pc_padding_left_110 {
  padding-left: 110px !important;
}

.u-padding_top_115 {
  padding-top: 115px !important;
}

.u-padding_bottom_115 {
  padding-bottom: 115px !important;
}

.u-pc_padding_top_115 {
  padding-top: 115px !important;
}

.u-pc_padding_right_115 {
  padding-right: 115px !important;
}

.u-pc_padding_bottom_115 {
  padding-bottom: 115px !important;
}

.u-pc_padding_left_115 {
  padding-left: 115px !important;
}

.u-padding_top_120 {
  padding-top: 120px !important;
}

.u-padding_bottom_120 {
  padding-bottom: 120px !important;
}

.u-pc_padding_top_120 {
  padding-top: 120px !important;
}

.u-pc_padding_right_120 {
  padding-right: 120px !important;
}

.u-pc_padding_bottom_120 {
  padding-bottom: 120px !important;
}

.u-pc_padding_left_120 {
  padding-left: 120px !important;
}

.u-padding_top_125 {
  padding-top: 125px !important;
}

.u-padding_bottom_125 {
  padding-bottom: 125px !important;
}

.u-pc_padding_top_125 {
  padding-top: 125px !important;
}

.u-pc_padding_right_125 {
  padding-right: 125px !important;
}

.u-pc_padding_bottom_125 {
  padding-bottom: 125px !important;
}

.u-pc_padding_left_125 {
  padding-left: 125px !important;
}

.u-padding_top_130 {
  padding-top: 130px !important;
}

.u-padding_bottom_130 {
  padding-bottom: 130px !important;
}

.u-pc_padding_top_130 {
  padding-top: 130px !important;
}

.u-pc_padding_right_130 {
  padding-right: 130px !important;
}

.u-pc_padding_bottom_130 {
  padding-bottom: 130px !important;
}

.u-pc_padding_left_130 {
  padding-left: 130px !important;
}

.u-padding_top_135 {
  padding-top: 135px !important;
}

.u-padding_bottom_135 {
  padding-bottom: 135px !important;
}

.u-pc_padding_top_135 {
  padding-top: 135px !important;
}

.u-pc_padding_right_135 {
  padding-right: 135px !important;
}

.u-pc_padding_bottom_135 {
  padding-bottom: 135px !important;
}

.u-pc_padding_left_135 {
  padding-left: 135px !important;
}

.u-padding_top_140 {
  padding-top: 140px !important;
}

.u-padding_bottom_140 {
  padding-bottom: 140px !important;
}

.u-pc_padding_top_140 {
  padding-top: 140px !important;
}

.u-pc_padding_right_140 {
  padding-right: 140px !important;
}

.u-pc_padding_bottom_140 {
  padding-bottom: 140px !important;
}

.u-pc_padding_left_140 {
  padding-left: 140px !important;
}

.u-padding_top_145 {
  padding-top: 145px !important;
}

.u-padding_bottom_145 {
  padding-bottom: 145px !important;
}

.u-pc_padding_top_145 {
  padding-top: 145px !important;
}

.u-pc_padding_right_145 {
  padding-right: 145px !important;
}

.u-pc_padding_bottom_145 {
  padding-bottom: 145px !important;
}

.u-pc_padding_left_145 {
  padding-left: 145px !important;
}

.u-padding_top_150 {
  padding-top: 150px !important;
}

.u-padding_bottom_150 {
  padding-bottom: 150px !important;
}

.u-pc_padding_top_150 {
  padding-top: 150px !important;
}

.u-pc_padding_right_150 {
  padding-right: 150px !important;
}

.u-pc_padding_bottom_150 {
  padding-bottom: 150px !important;
}

.u-pc_padding_left_150 {
  padding-left: 150px !important;
}

.u-padding_top_155 {
  padding-top: 155px !important;
}

.u-padding_bottom_155 {
  padding-bottom: 155px !important;
}

.u-pc_padding_top_155 {
  padding-top: 155px !important;
}

.u-pc_padding_right_155 {
  padding-right: 155px !important;
}

.u-pc_padding_bottom_155 {
  padding-bottom: 155px !important;
}

.u-pc_padding_left_155 {
  padding-left: 155px !important;
}

.u-padding_top_160 {
  padding-top: 160px !important;
}

.u-padding_bottom_160 {
  padding-bottom: 160px !important;
}

.u-pc_padding_top_160 {
  padding-top: 160px !important;
}

.u-pc_padding_right_160 {
  padding-right: 160px !important;
}

.u-pc_padding_bottom_160 {
  padding-bottom: 160px !important;
}

.u-pc_padding_left_160 {
  padding-left: 160px !important;
}

.u-padding_top_165 {
  padding-top: 165px !important;
}

.u-padding_bottom_165 {
  padding-bottom: 165px !important;
}

.u-pc_padding_top_165 {
  padding-top: 165px !important;
}

.u-pc_padding_right_165 {
  padding-right: 165px !important;
}

.u-pc_padding_bottom_165 {
  padding-bottom: 165px !important;
}

.u-pc_padding_left_165 {
  padding-left: 165px !important;
}

.u-padding_top_170 {
  padding-top: 170px !important;
}

.u-padding_bottom_170 {
  padding-bottom: 170px !important;
}

.u-pc_padding_top_170 {
  padding-top: 170px !important;
}

.u-pc_padding_right_170 {
  padding-right: 170px !important;
}

.u-pc_padding_bottom_170 {
  padding-bottom: 170px !important;
}

.u-pc_padding_left_170 {
  padding-left: 170px !important;
}

.u-padding_top_175 {
  padding-top: 175px !important;
}

.u-padding_bottom_175 {
  padding-bottom: 175px !important;
}

.u-pc_padding_top_175 {
  padding-top: 175px !important;
}

.u-pc_padding_right_175 {
  padding-right: 175px !important;
}

.u-pc_padding_bottom_175 {
  padding-bottom: 175px !important;
}

.u-pc_padding_left_175 {
  padding-left: 175px !important;
}

.u-padding_top_180 {
  padding-top: 180px !important;
}

.u-padding_bottom_180 {
  padding-bottom: 180px !important;
}

.u-pc_padding_top_180 {
  padding-top: 180px !important;
}

.u-pc_padding_right_180 {
  padding-right: 180px !important;
}

.u-pc_padding_bottom_180 {
  padding-bottom: 180px !important;
}

.u-pc_padding_left_180 {
  padding-left: 180px !important;
}

.u-padding_top_185 {
  padding-top: 185px !important;
}

.u-padding_bottom_185 {
  padding-bottom: 185px !important;
}

.u-pc_padding_top_185 {
  padding-top: 185px !important;
}

.u-pc_padding_right_185 {
  padding-right: 185px !important;
}

.u-pc_padding_bottom_185 {
  padding-bottom: 185px !important;
}

.u-pc_padding_left_185 {
  padding-left: 185px !important;
}

.u-padding_top_190 {
  padding-top: 190px !important;
}

.u-padding_bottom_190 {
  padding-bottom: 190px !important;
}

.u-pc_padding_top_190 {
  padding-top: 190px !important;
}

.u-pc_padding_right_190 {
  padding-right: 190px !important;
}

.u-pc_padding_bottom_190 {
  padding-bottom: 190px !important;
}

.u-pc_padding_left_190 {
  padding-left: 190px !important;
}

.u-padding_top_195 {
  padding-top: 195px !important;
}

.u-padding_bottom_195 {
  padding-bottom: 195px !important;
}

.u-pc_padding_top_195 {
  padding-top: 195px !important;
}

.u-pc_padding_right_195 {
  padding-right: 195px !important;
}

.u-pc_padding_bottom_195 {
  padding-bottom: 195px !important;
}

.u-pc_padding_left_195 {
  padding-left: 195px !important;
}

.u-padding_top_200 {
  padding-top: 200px !important;
}

.u-padding_bottom_200 {
  padding-bottom: 200px !important;
}

.u-pc_padding_top_200 {
  padding-top: 200px !important;
}

.u-pc_padding_right_200 {
  padding-right: 200px !important;
}

.u-pc_padding_bottom_200 {
  padding-bottom: 200px !important;
}

.u-pc_padding_left_200 {
  padding-left: 200px !important;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-textColor-red {
  color: #f00;
}

.u-textSub {
  font-size: 14px;
  font-size: 0.875rem;
}

.u-link {
  position: relative;
  display: inline-block;
  color: #04a7c4;
  text-decoration: none;
  word-break: break-all;
}
.u-link:not([class*=_]) {
  display: inline;
}
.u-link:hover {
  text-decoration: underline;
}
.u-link._arrow {
  padding-left: 14px;
}
.u-link._arrow::before {
  position: absolute;
  top: calc((2em - 10px) / 2);
  left: 0;
  display: block;
  width: 7px;
  content: "";
  border: calc(10px / 2) solid transparent;
  border-right: 0;
  border-left: 7px solid #04a7c4;
}
[class*=textSub] .u-link._arrow::before {
  top: calc((2em - 10px) / 2);
}
.u-link._circleArrow::after {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: -1px;
  margin-left: 3px;
  vertical-align: text-top;
  content: "";
  background: url("/common/img/global/icon_circle-arrow-white.svg") center center/contain no-repeat;
}
.u-link._circleArrow:hover svg {
  background: #04a7c4;
  fill: #fff;
}
.u-link._pdf {
  position: relative;
  padding-top: 8px;
  padding-left: 37px;
}
.u-link._pdf::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 27px;
  height: 36px;
  content: "";
  background: url("/common/img/global/icon_pdf.svg") center center/contain no-repeat;
}