@charset "UTF-8";
/* ==================================================
base
================================================== */
/*サイト全体の背景色を変更する場合*/
/*body { background: #fff; }*/
/*コンテンツ部の背景に画像を敷く場合*/
/*.wrapper { background: url(../img/xxx.png) repeat-x; }*/
/*コンテンツ部の上部をヘッダーに付ける場合*/
/*#contents { padding-top: 0; }*/
/*1カラムだけの場合*/
/*
#main { width: 100%; }
aside#side { display: none; }
*/
#contents {
  max-width: 1060px;
  width: 100%;
}

#contents ul li {
  padding-left: 0;
}

#contents ul li:before {
  display: none;
}

/* ==================================================
オリジナルの追加
================================================== */
.-mb2 {
  margin-bottom: 2rem !important;
}

.-head {
  margin-bottom: 6.375rem;
}
.-head img {
  margin-bottom: 4rem;
}
.-head h1 {
  font-size: 1.81rem;
  font-weight: 600;
  line-height: 1.37;
  margin-bottom: 1.17em;
}

.-wrap {
  margin: 0 5%;
}

.-anchor {
  width: 90%;
  border: 1px solid #ddd;
  padding: 5%;
  margin: 0 auto 8.43rem;
}
.-anchor p {
  margin-bottom: 0.5em;
}
.-anchor ol {
  counter-reset: li;
}
.-anchor ol li {
  position: relative;
  margin-left: 1.3em;
}
.-anchor ol li:before {
  position: absolute;
  counter-increment: li;
  content: counter(li) ".";
  left: -1.3em;
  top: 0;
}
.-anchor ol li a {
  color: #1e7ba5;
}

.-more {
  margin: 5% 0;
}
.-more a {
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  border: 1px solid #1e7ba5;
  border-radius: 3rem;
  transition: opacity 0.3s all;
}
.-more a span {
  position: relative;
  display: inline-block;
  padding: 0.5em 2.75em 0.5em 0.75em;
  color: #1e7ba5;
}
.-more a span:after {
  content: "";
  position: absolute;
  top: 38%;
  right: 1em;
  width: 1em;
  height: 1em;
  background: url("../img/icn-lnk.svg") no-repeat 50% 50%;
  background-size: contain;
}
.-more a:hover {
  background-color: #1e7ba5;
}
.-more a:hover span {
  color: #fff;
}
.-more a:hover span:after {
  background-image: url("../img/icn-lnk_w.svg");
}

.section .article {
  margin-bottom: 3em;
}
.section .article h2 {
  text-align: left;
  font-size: 1.8125rem;
  line-height: 1.37;
  font-weight: 600;
  padding-bottom: 0.82em;
  border-bottom: 1px solid #6ca73a;
  margin: 0 0 1.6em 5%;
  padding-right: 5%;
}
.section .article h3 {
  font-size: 1.25rem;
  line-height: 1.37;
  font-weight: 600;
  margin: 0 0 1.6em;
}
.section .article .-txt {
  padding: 5% 0;
}
.section .article .-mov {
  width: 100%;
  aspect-ratio: 16/9;
}
.section .article .-mov iframe {
  width: 100%;
  height: 100%;
}
.section .article .-artists {
  background: #fafafa;
  padding: 5%;
}
.section .article .-artists h3 {
  font-size: 1.5rem;
}
.section .article .-scroll {
  margin-bottom: 2.5rem;
}
.section .article .-scroll ul {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 1rem;
}
.section .article .-scroll ul li {
  width: 135px;
  flex-shrink: 0;
}
.section .article .-scroll ul li:not(:last-child) {
  margin-right: 2.18rem;
}
.section .article .-scroll ul li figure img {
  max-width: 135px;
  margin: 0 auto 1rem;
}
.section .article .-scroll ul li figure figcaption {
  text-align: center;
  color: #707070;
  font-weight: 600;
}
.section .article .-scroll ul li figure figcaption span {
  display: block;
  white-space: nowrap;
}
.section .article .-scroll ul::-webkit-scrollbar {
  height: 1rem;
}
.section .article .-scroll ul::-webkit-scrollbar-thumb {
  background: #d3edc4; /* ツマミの色 */
  border-radius: 7px; /* ツマミ両端の丸み */
}
.section .article .-scroll ul::-webkit-scrollbar-track {
  background: #eee; /* トラックの色 */
  border-radius: 7px; /* トラック両端の丸み */
}
.section .article .-box {
  padding: 5%;
  border: 1px solid #ddd;
}
.section .article .-box h3 {
  font-size: 1.8125rem;
}
.section .article .-box h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.section .article .-box dl dt {
  margin-top: 1rem;
  font-weight: 600;
}/*# sourceMappingURL=styles.css.map */