@charset "UTF-8";
:root {
  --mincho: "Zen Old Mincho", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --gothic: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a:active {
  color: unset;
}

a:visited {
  color: unset;
}

a:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.sp {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

body {
  margin: 0;
  padding: 0;
}

header.top-header {
  aspect-ratio: 2/1;
  background-image: url("./images/common/header-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
}
header.top-header .site-header {
  position: fixed;
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 2.5%;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
}
header.top-header .site-header .site-logo {
  display: block;
  width: 25%;
  max-width: 350px;
  transition: opacity 0.3s ease;
}
header.top-header .site-header .site-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header.top-header .site-header .site-logo:hover {
  opacity: 0.6;
}
header.top-header .site-header .bunka-logo {
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 30%;
}
header.top-header .site-header .bunka-logo .label {
  flex-shrink: 0;
}
header.top-header .site-header .bunka-logo img {
  width: calc(100% - 2.5em);
  object-fit: contain;
}
header.top-header .site-header .language-nav {
  display: flex;
  align-items: center;
  font-size: 14px;
}
header.top-header .site-header .language-nav .label {
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
header.top-header .site-header .language-nav .label::before {
  content: "";
  display: inline-block;
  background-image: url("./images/common/language-icon-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
header.top-header .site-header .language-nav ul {
  list-style: none;
  display: flex;
  gap: 10px;
  padding-left: 1.5em;
}
header.top-header .site-header .language-nav ul li a {
  display: block;
  color: #000;
  border: 1px solid #000;
  padding: 0.2em 1em;
  transition: all 0.3s ease;
}
header.top-header .site-header .language-nav ul li a.active {
  color: #fff;
  background-color: #000;
}
header.top-header .site-header .language-nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.5333333333);
  color: #fff;
  opacity: 0.6;
}
header.top-header h1 {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 80%;
  max-width: 1200px;
  margin: 30px 0 0 0;
}
header.top-header h1 img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(5px -5px 5px rgba(0, 0, 0, 0.8)) drop-shadow(5px -5px 5px rgba(0, 0, 0, 0.8));
}
header.top-header h1 .sub-title {
  display: block;
  width: fit-content;
  border: 1px solid #fff;
  padding: 0.1em 0.5em;
  color: #fff;
  font-weight: 500;
  font-size: min(26px, 2vw);
  margin-top: 50px;
}
header.inner-header {
  background-image: url("./images/common/page-header-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
}
header.inner-header .site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 2.5%;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
}
header.inner-header .site-header .site-logo {
  display: block;
  width: 25%;
  max-width: 350px;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  transition: opacity 0.3s ease;
}
header.inner-header .site-header .site-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header.inner-header .site-header .site-logo:hover {
  opacity: 0.6;
}
header.inner-header .site-header .home-link {
  display: block;
  width: 20%;
  max-width: 60px;
  transition: opacity 0.3s ease;
}
header.inner-header .site-header .home-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header.inner-header .site-header .home-link:hover {
  opacity: 0.6;
}
header.inner-header .site-header .bunka-logo {
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 30%;
}
header.inner-header .site-header .bunka-logo .label {
  flex-shrink: 0;
}
header.inner-header .site-header .bunka-logo img {
  width: calc(100% - 2.5em);
  object-fit: contain;
}
header.inner-header .site-header .language-nav {
  display: flex;
  align-items: center;
  font-size: 14px;
}
header.inner-header .site-header .language-nav .label {
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
header.inner-header .site-header .language-nav .label::before {
  content: "";
  display: inline-block;
  background-image: url("./images/common/language-icon-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
header.inner-header .site-header .language-nav ul {
  list-style: none;
  display: flex;
  gap: 10px;
  padding-left: 1.5em;
}
header.inner-header .site-header .language-nav ul li a {
  display: block;
  color: #000;
  border: 1px solid #000;
  padding: 0.2em 1em;
  transition: all 0.3s ease;
}
header.inner-header .site-header .language-nav ul li a.active {
  color: #fff;
  background-color: #000;
}
header.inner-header .site-header .language-nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.5333333333);
  color: #fff;
  opacity: 0.6;
}
header.inner-header .main-logo {
  display: block;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
}
header.inner-header .main-logo img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(5px -5px 5px rgba(0, 0, 0, 0.8)) drop-shadow(5px -5px 5px rgba(0, 0, 0, 0.8));
}

main#top .block-1 .contents {
  width: 80%;
  max-width: 1200px;
  margin: 80px auto 100px;
}
main#top .block-1 .contents a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1016/89;
  font-family: var(--mincho);
  font-weight: 600;
  width: 100%;
  border: solid 1.6px #00502e;
  color: #fff;
  font-size: min(32px, 2.6vw);
  padding: 0.7em 1.2em 0.5em 1em;
  text-align: center;
  line-height: 1.5;
  transition: all 0.3s ease;
}
main#top .block-1 .contents a span {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("./images/common/link-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
main#top .block-1 .contents a::before {
  content: "";
  display: block;
  background-image: url("./images/common/top-banner-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  z-index: -1;
  transition: all 0.3s ease;
}
main#top .block-1 .contents a:hover {
  opacity: 0.6;
  border: solid 1.6px #fff;
  padding: 0.5em 1em 0.5em 1em;
}
main#top .block-1 .contents a:hover::before {
  top: 0;
  left: 0;
}
main#top .block-2 .contents {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
main#top .block-2 .contents h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  font-size: min(40px, 3vw);
  font-family: var(--mincho);
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #4d4d4d;
}
main#top .block-2 .contents h2 .border-top {
  width: fit-content;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 15px;
  font-size: min(24px, 1.5vw);
  letter-spacing: 0;
  font-family: var(--gothic);
}
main#top .block-2 .contents h2 .border-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #079046;
}
main#top .block-2 .contents > small {
  display: block;
  text-align: center;
  color: #026838;
  font-weight: 600;
  font-size: min(14px, 1.5vw);
  margin-top: 0.5em;
}
main#top .block-2 .contents .click-guide {
  margin-top: 1em;
  font-size: min(14px, 1.5vw);
  text-align: center;
}
main#top .block-2 .contents .click-guide .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("./images/common/click-icon.svg");
}
main#top .block-2 .contents .top-map-placeholder a {
  transition: all 0.3s ease;
}
main#top .block-2 .contents .top-map-placeholder a:hover {
  opacity: 0.4;
}
main#top .block-3 .contents {
  width: 80%;
  max-width: 1200px;
  margin: 50px auto;
}
main#top .block-3 .contents .links {
  display: flex;
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
main#top .block-3 .contents .links a {
  position: relative;
  display: block;
  font-family: var(--mincho);
  width: calc(50% - 10px);
  text-align: center;
  transition: all 0.3s ease;
}
main#top .block-3 .contents .links a > div {
  border: 2px solid #00502e;
  padding: 1em;
  height: 100%;
  align-content: center;
}
main#top .block-3 .contents .links a > div h2 {
  color: #00502e;
  font-size: min(24px, 1.8vw);
  line-height: 1.5;
  font-weight: 700;
}
main#top .block-3 .contents .links a > div h2 span {
  display: inline-block;
  font-size: min(16px, 1.4vw);
  margin-left: 0.5em;
}
main#top .block-3 .contents .links a > div h2.long-title {
  line-height: 1;
}
main#top .block-3 .contents .links a > div h2.long-title span {
  display: block;
  line-height: 1.5;
}
main#top .block-3 .contents .links a > div p {
  text-align: left;
  font-weight: 600;
  font-size: min(16px, 1.3vw);
  margin-top: 0.5em;
}
main#top .block-3 .contents .links a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #e6f5e5;
  z-index: -1;
  display: block;
}
main#top .block-3 .contents .links a::after {
  content: "";
  position: absolute;
  width: 3em;
  height: 0.79em;
  background-image: url("./images/common/menu-ribbon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 1em;
  z-index: 1;
  display: block;
}
main#top .block-3 .contents .links a:hover {
  opacity: 0.6;
}
main#page-orchestra-program-analysis .block-1 .contents {
  width: 80%;
  max-width: 1200px;
  margin: 80px auto;
  font-family: var(--mincho);
}
main#page-orchestra-program-analysis .block-1 .contents h1 {
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 700;
  color: #00502e;
  text-align: center;
  font-weight: 600;
}
main#page-orchestra-program-analysis .block-1 .contents .author {
  text-align: right;
  font-weight: 700;
  font-size: clamp(18px, 2.5vw, 24px);
  margin-top: 0.5em;
}
main#page-orchestra-program-analysis .block-1 .contents .box {
  margin-top: 50px;
}
main#page-orchestra-program-analysis .block-1 .contents .box p {
  text-align: justify;
  letter-spacing: 0.01em;
  line-height: 2;
}
main#archive-orchestra .block-1 .contents,
main#archive-orchestra .block-2 .contents {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
main#archive-orchestra .block-1 .contents h2,
main#archive-orchestra .block-2 .contents h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 50px 0;
  font-size: clamp(24px, 2.5vw, 40px);
  font-family: var(--gothic);
  letter-spacing: 0;
  font-weight: 700;
  color: #000;
}
main#archive-orchestra .block-1 .contents h2 small,
main#archive-orchestra .block-2 .contents h2 small {
  display: block;
  text-align: center;
  color: #026838;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: min(14px, 1.5vw);
  margin-top: 0.5em;
}
main#archive-orchestra .block-1 .contents h2 .border,
main#archive-orchestra .block-2 .contents h2 .border {
  width: 30%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 15px;
  height: 5px;
  background-color: #00502e;
  margin-top: 0.5em;
}
main#archive-orchestra .block-1 .contents ul,
main#archive-orchestra .block-2 .contents ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
main#archive-orchestra .block-1 .contents ul li,
main#archive-orchestra .block-2 .contents ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #215133;
  padding: 0.5em 0;
}
main#archive-orchestra .block-1 .contents ul li:last-child,
main#archive-orchestra .block-2 .contents ul li:last-child {
  border-bottom: 1px solid #215133;
}
main#archive-orchestra .block-1 .contents ul li .title-link,
main#archive-orchestra .block-2 .contents ul li .title-link {
  display: flex;
  flex-direction: column;
  font-family: var(--gothic);
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
main#archive-orchestra .block-1 .contents ul li .title-link span,
main#archive-orchestra .block-2 .contents ul li .title-link span {
  font-size: 14px;
  color: #026838;
  font-family: var(--mincho);
}
main#archive-orchestra .block-1 .contents ul li .buttons,
main#archive-orchestra .block-2 .contents ul li .buttons {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
main#archive-orchestra .block-1 .contents ul li .buttons .pdf-button,
main#archive-orchestra .block-2 .contents ul li .buttons .pdf-button {
  display: block;
  padding: 0.5em 1.5em;
  background-image: linear-gradient(90deg, #215133, #52904c 50%, #215133);
  font-family: var(--mincho);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}
main#archive-orchestra .block-1 .contents ul li .buttons .pdf-button:hover,
main#archive-orchestra .block-2 .contents ul li .buttons .pdf-button:hover {
  opacity: 0.6;
}
main#archive-orchestra .block-1 .contents ul li .buttons .pdf-button.pdf-button-2,
main#archive-orchestra .block-2 .contents ul li .buttons .pdf-button.pdf-button-2 {
  background-image: linear-gradient(90deg, #79b075, #9cc081 50%, #79b075);
}
@media (max-width: 960px) {
  main#archive-orchestra .block-1 .contents ul li,
  main#archive-orchestra .block-2 .contents ul li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  main#archive-orchestra .block-1 .contents ul li .buttons,
  main#archive-orchestra .block-2 .contents ul li .buttons {
    gap: 0.5em;
  }
}
main#archive-orchestra .block-2 .contents {
  margin-top: 100px;
}
main#archive-orchestra .block-2 .contents .home-link {
  display: block;
  width: fit-content;
  margin: 50px auto 100px auto;
  background-color: #00502e;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
  padding: 1em 3em;
  border-radius: 999px;
}
main#archive-orchestra .block-2 .contents .home-link:hover {
  opacity: 0.6;
}
main#single-orchestra section .contents {
  width: 80%;
  max-width: 1080px;
  margin: 50px auto;
}
main#single-orchestra section .contents header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main#single-orchestra section .contents header .logo {
  max-width: 150px;
  margin-bottom: 1em;
}
main#single-orchestra section .contents header .logo img {
  width: 100%;
  height: auto;
}
main#single-orchestra section .contents header .associate-member {
  font-size: 14px;
  padding: 0.2em 1em;
  border-radius: 999px;
  background-color: #52904c;
  font-family: var(--mincho);
  color: #fff;
  margin-bottom: 1em;
}
main#single-orchestra section .contents header .title {
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 700;
  text-align: center;
  font-weight: 600;
}
main#single-orchestra section .contents header .title-en {
  font-size: clamp(18px, 2.5vw, 24px);
  color: #215133;
  font-family: var(--mincho);
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
main#single-orchestra section .contents header .border {
  width: 30%;
  max-width: 200px;
  height: 5px;
  background-color: #00502e;
  margin: 1em auto 0 auto;
}
main#single-orchestra section .contents header nav {
  width: 100%;
}
main#single-orchestra section .contents header nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 30px 0;
}
main#single-orchestra section .contents header nav ul li {
  width: 20%;
  text-align: center;
}
main#single-orchestra section .contents header nav ul li a {
  display: block;
  font-family: var(--mincho);
  border: 1px solid #00502e;
  border-right: none;
  padding: 0.5em;
  color: #000;
  font-size: min(16px, 1.2vw);
  transition: all 0.3s ease;
}
main#single-orchestra section .contents header nav ul li a span {
  display: block;
  font-size: clamp(8px, 1.2vw, 12px);
  color: #215133;
  font-family: var(--mincho);
  font-weight: 600;
}
main#single-orchestra section .contents header nav ul li a.active {
  background-image: linear-gradient(90deg, #215133, #52904c 50%, #215133);
  color: #fff;
}
main#single-orchestra section .contents header nav ul li a.active span {
  color: #fff;
}
main#single-orchestra section .contents header nav ul li a.none {
  color: #cacaca;
  background-color: #f1f1f1;
}
main#single-orchestra section .contents header nav ul li a.last {
  border-right: 1px solid #00502e;
}
main#single-orchestra section .contents header nav ul li a:hover {
  opacity: 0.6;
}
main#single-orchestra section .contents #overview {
  width: 95%;
  margin: 20px auto;
}
main#single-orchestra section .contents #overview p {
  font-size: 14px;
  font-family: var(--mincho);
  text-align: justify;
  letter-spacing: 0.01em;
  line-height: 2;
}
main#single-orchestra section .contents .main-image img {
  width: 100%;
  height: auto;
}
main#single-orchestra section .contents .official-site {
  margin-top: 50px;
}
main#single-orchestra section .contents .official-site a {
  text-align: center;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #00502e;
  color: #fff;
  padding: 0.5em 1.5em;
  border-radius: 999px;
  font-size: 14px;
  font-family: var(--gothic);
  gap: 1em;
  transition: all 0.3s ease;
}
main#single-orchestra section .contents .official-site a::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("./images/common/single-link-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
main#single-orchestra section .contents .official-site a:hover {
  opacity: 0.6;
}
main#single-orchestra section .contents .bottom-nav ul {
  padding: 0;
  margin: 50px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main#single-orchestra section .contents .bottom-nav ul li a {
  display: block;
  border-left: 2px solid #000;
  color: #000;
  padding: 0 1em;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease;
}
main#single-orchestra section .contents .bottom-nav ul li a:hover {
  opacity: 0.6;
}
main#single-orchestra section .contents .bottom-nav ul li a.disabled {
  color: #cacaca;
}
main#single-orchestra section .contents .bottom-nav ul li a.last {
  border-right: 2px solid #000;
}

footer {
  margin-top: 30px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.8);
  background-color: #fff;
}
footer .contents {
  padding: 50px 5% 20px;
}
footer .contents .box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}
footer .contents .box img {
  width: 20%;
  max-width: 100px;
}
footer .contents .box .texts {
  font-weight: 600;
}
footer .contents .box .texts .label {
  font-size: min(18px, 1.5vw);
  margin-bottom: 0.5em;
}
footer .contents .box .texts .address,
footer .contents .box .texts .tel {
  font-size: min(14px, 1.2vw);
  margin-bottom: 0.5em;
}
footer .contents > a {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin: 30px auto;
  background-image: linear-gradient(90deg, #80623e, #b49b4b 50%, #80623e);
  border-radius: 999px;
  padding: 0.8em 0.8em 0.8em 1.5em;
  color: #fff;
  font-weight: 600;
  font-size: min(16px, 1.2vw);
  text-align: center;
  transition: all 0.3s ease;
}
footer .contents > a::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url("./images/common/link-icon-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
footer .contents > a:hover {
  opacity: 0.6;
}
footer .contents .copyright {
  text-align: center;
  font-size: min(14px, 1.2vw);
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header.top-header {
    aspect-ratio: 75/42;
    background-image: url("./images/common/header-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  }
  header.top-header .site-header {
    position: unset;
    gap: 1em;
    background-color: unset;
    align-items: center;
    padding: 10px 2.5%;
    box-shadow: unset;
  }
  header.top-header .site-header .site-logo {
    display: block;
    width: 60%;
    max-width: 350px;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  }
  header.top-header .site-header .bunka-logo {
    display: none;
  }
  header.top-header .site-header .language-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    align-items: center;
    font-size: 14px;
  }
  header.top-header .site-header .language-nav .label {
    font-size: 10px;
    width: 100%;
    justify-content: start;
    color: #fff;
  }
  header.top-header .site-header .language-nav .label::before {
    width: 15px;
    height: 15px;
    background-image: url("./images/common/language-icon.svg");
  }
  header.top-header .site-header .language-nav ul {
    width: 100%;
    padding: 0;
    margin: 0;
    justify-content: start;
  }
  header.top-header .site-header .language-nav ul li a {
    font-size: 10px;
    color: #fff;
    border: 1px solid #fff;
  }
  header.top-header h1 {
    width: 90%;
  }
  header.top-header h1 .sub-title {
    width: 100%;
    text-align: center;
    font-size: min(26px, 3.5vw);
    margin-top: 1em;
    margin-bottom: 2em;
  }
  header.inner-header {
    padding-bottom: 30px;
  }
  header.inner-header .site-header .site-logo {
    display: block;
    width: 60%;
  }
  header.inner-header .site-header .site-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  header.inner-header .site-header .site-logo:hover {
    opacity: 0.6;
  }
  header.inner-header .site-header .home-link {
    max-width: 40px;
  }
  header.inner-header .main-logo {
    width: 90%;
  }
  main {
    overflow: hidden;
  }
  main#top .bunka-logo .contents {
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    position: relative;
  }
  main#top .bunka-logo .contents img {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    height: auto;
  }
  main#top .bunka-logo .contents .label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    margin-bottom: 0.5em;
  }
  main#top .bunka-logo .contents p {
    font-size: 12px;
    text-align: center;
    margin-top: 1em;
  }
  main#top .block-1 .contents {
    width: 90%;
    margin: 30px auto 40px;
  }
  main#top .block-1 .contents a {
    font-size: clamp(18px, 5vw, 24px);
  }
  main#top .block-2 .contents {
    width: 90%;
  }
  main#top .block-2 .contents > h2 {
    font-size: clamp(18px, 5vw, 32px);
  }
  main#top .block-2 .contents > h2 .border-top {
    font-size: clamp(14px, 5vw, 20px);
  }
  main#top .block-2 .contents .click-guide {
    display: none;
  }
  main#top .block-2 .contents > small {
    display: block;
    text-align: right;
    color: #026838;
    font-weight: 600;
    font-size: 12px;
    margin-top: 0.5em;
  }
  main#top .block-2 .contents > .sp {
    margin-top: 20px;
  }
  main#top .block-2 .contents > .sp > div {
    border-top: 1px solid #215133;
  }
  main#top .block-2 .contents > .sp > div:last-child {
    border-bottom: 1px solid #215133;
  }
  main#top .block-2 .contents > .sp > div > button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    border: 0;
    border-radius: 0;
    background-color: #e6e6e6;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--gothic);
    text-align: left;
    padding: 0.9em 0.5em 0.9em 0.5em;
    line-height: 1.4;
  }
  main#top .block-2 .contents > .sp > div > button > span {
    width: calc(100% - 2em);
  }
  main#top .block-2 .contents > .sp > div > button::before, main#top .block-2 .contents > .sp > div > button::after {
    content: "";
    display: block;
    position: absolute;
    right: 0.8em;
    top: 50%;
    color: #026838;
    width: 0.9em;
    border-top: 2px solid #026838;
    transform: translateY(-50%);
  }
  main#top .block-2 .contents > .sp > div > button::before {
    transform: translateY(-50%) rotate(90deg);
  }
  main#top .block-2 .contents > .sp > div.is-open > button {
    border-bottom: 1px solid #215133;
  }
  main#top .block-2 .contents > .sp > div.is-open > button::before {
    opacity: 0;
  }
  main#top .block-2 .contents > .sp > div > div {
    transition: max-height 0.35s ease;
  }
  main#top .block-2 .contents > .sp > div > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  main#top .block-2 .contents > .sp > div > div > ul li {
    border-top: 1px solid #d9e5dd;
    padding: 0 0.8em 0 2em;
  }
  main#top .block-2 .contents > .sp > div > div > ul li a {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "ja arrow" "en arrow";
    column-gap: 0.8em;
    align-items: center;
    padding: 0.8em 0.2em;
    color: #000;
    text-decoration: none;
  }
  main#top .block-2 .contents > .sp > div > div > ul li a .title-ja {
    display: block;
    grid-area: ja;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
  }
  main#top .block-2 .contents > .sp > div > div > ul li a .title-en {
    display: block;
    grid-area: en;
    color: #026838;
    font-size: 11px;
    font-family: var(--mincho);
    line-height: 1.4;
    margin-top: 0.25em;
  }
  main#top .block-2 .contents > .sp > div > div > ul li a .arrow {
    grid-area: arrow;
    font-size: 18px;
    color: #215133;
    line-height: 1;
  }
  main#top .block-2 .contents > .sp > div > div > p {
    color: #6b6b6b;
    font-size: 13px;
    margin: 0;
    padding: 0.2em 0 1em;
  }
  main#top .block-3 .contents {
    width: 90%;
  }
  main#top .block-3 .contents .links {
    flex-direction: column;
    width: 100%;
  }
  main#top .block-3 .contents .links a {
    width: 100%;
  }
  main#top .block-3 .contents .links a > div {
    border: 2px solid #00502e;
    padding: 1em;
  }
  main#top .block-3 .contents .links a > div h2 {
    color: #00502e;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
  }
  main#top .block-3 .contents .links a > div h2 span {
    display: inline-block;
    font-size: 18px;
    margin-left: 0.5em;
  }
  main#top .block-3 .contents .links a > div h2.long-title {
    font-size: 22px;
  }
  main#top .block-3 .contents .links a > div h2.long-title span {
    font-size: 12px;
  }
  main#top .block-3 .contents .links a > div p {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0.5em;
  }
  main#page-orchestra-program-analysis .block-1 .contents {
    width: 90%;
    max-width: 1200px;
    margin: 10px auto 30px auto;
    font-family: var(--mincho);
  }
  main#page-orchestra-program-analysis .block-1 .contents h1 {
    font-size: clamp(24px, 2.5vw, 40px);
  }
  main#page-orchestra-program-analysis .block-1 .contents .author {
    font-size: clamp(16px, 2.5vw, 24px);
  }
  main#page-orchestra-program-analysis .block-1 .contents .box {
    margin-top: 30px;
  }
  main#page-orchestra-program-analysis .block-1 .contents .box p {
    font-size: 14px;
    line-height: 1.8;
  }
  main#archive-orchestra .block-1 .contents,
  main#archive-orchestra .block-2 .contents {
    width: 90%;
  }
  main#archive-orchestra .block-1 .contents h2,
  main#archive-orchestra .block-2 .contents h2 {
    margin: 10px 0 30px 0;
    font-size: clamp(24px, 2.5vw, 40px);
  }
  main#archive-orchestra .block-1 .contents h2 small,
  main#archive-orchestra .block-2 .contents h2 small {
    font-size: clamp(14px, 2.5vw, 20px);
  }
  main#single-orchestra section .contents {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  main#single-orchestra section .contents header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main#single-orchestra section .contents header .title {
    font-size: clamp(24px, 2.5vw, 40px);
    font-weight: 700;
    text-align: center;
    font-weight: 600;
  }
  main#single-orchestra section .contents header nav {
    width: 100%;
  }
  main#single-orchestra section .contents header nav ul {
    flex-direction: column;
    gap: 0.2em;
  }
  main#single-orchestra section .contents header nav ul li {
    width: 100%;
  }
  main#single-orchestra section .contents header nav ul li a {
    border: 1px solid #00502e;
    font-size: 14px;
  }
  main#single-orchestra section .contents #overview {
    width: 95%;
    margin: 20px auto;
  }
  main#single-orchestra section .contents #overview p {
    font-size: 14px;
    line-height: 1.6;
  }
  main#single-orchestra section .contents .official-site a {
    width: 100%;
  }
  main#single-orchestra section .contents .bottom-nav ul {
    flex-direction: column;
  }
  main#single-orchestra section .contents .bottom-nav ul li {
    width: 100%;
  }
  main#single-orchestra section .contents .bottom-nav ul li a {
    border: none;
    border-top: 1px solid #000;
    padding: 1em 0;
  }
  main#single-orchestra section .contents .bottom-nav ul li a.last {
    border-right: none;
    border-bottom: 1px solid #000;
  }
  footer {
    margin-top: 20px;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
  }
  footer .contents {
    padding: 30px 5% 20px;
  }
  footer .contents .box {
    display: flex;
    align-items: top;
    gap: 20px;
  }
  footer .contents .box .texts {
    font-weight: 600;
  }
  footer .contents .box .texts .label {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  footer .contents .box .texts .address,
  footer .contents .box .texts .tel {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  footer .contents > a {
    font-size: 16px;
  }
  footer .contents .copyright {
    text-align: center;
    font-size: 14px;
    margin-top: 2em;
  }
}

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