@charset "UTF-8";
/*
Theme Name: Polaris international music festival
Author: nejic
Author URI: https://nejic.com/
Description: Polaris international music festival Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
 * media query
 *
 * メディアクエリ指定
　*/

html {
  font-size: 16px;
  overflow-y: scroll;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  position: relative;
  font-size: 1em;
  min-height: 100vh;
  color: #0D6890;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: #0D6890;
  color: #FFEA77;
}

::-moz-selection {
  background: #0D6890;
  color: #FFEA77;
}

.otgs-development-site-front-end {
  display: none !important;
}

.archive_polaris {
  padding: 100px 45px;
  background-color: #EFF6F8;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
}

.archive_polaris--head {
  font-family: serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.archive_polaris--main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-left: 0;
}

.archive_polaris--main ul li {
  display: block;
}

.archive_polaris--main ul li a {
  border: 2px solid #0D6E98;
  text-decoration: none;
  display: block;
  padding: 6px 45px;
}

.block--graduationThesisAward {
  display: flex;
  border-top: 1px solid #0D6890;
  border-bottom: 1px solid #0D6890;
  margin-bottom: -1px !important;
  transition: .15s;
}

.block--graduationThesisAward div {
  flex-grow: 1;
  height: 0;
  opacity: 0;
  transition: .15s;
}

.block--graduationThesisAward table {
  width: 100%;
}

.block--graduationThesisAward table tr {
  margin-bottom: -1px;
}

.block--graduationThesisAward table tr:first-child {
  border-bottom: 1px dotted #0D6890;
}

.block--graduationThesisAward table tr th,
.block--graduationThesisAward table tr td {
  padding: 20px 0;
  line-height: 2;
  vertical-align: top;
}

.block--graduationThesisAward table tr th {
  width: 100px;
}

.block--graduationThesisAward table tr td {
  display: flex;
  flex-direction: column;
}

.block--graduationThesisAward table tr td span {
  font-weight: bold;
  display: block;
}

.block--graduationThesisAward table tr td span:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #0D6890;
}

.block--graduationThesisAward .block__accordionInput {
  display: none;
}

.block--graduationThesisAward .block__accordionInput:checked ~ div {
  opacity: 1;
  height: auto;
}

.block--graduationThesisAward .block__accordionInput:checked + .block--graduationThesisAward__year::before {
  transform: rotate(0);
}

.block--graduationThesisAward__year {
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: bold;
  padding-right: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
  font-size: 18px;
  line-height: 2;
  position: relative;
}

.block--graduationThesisAward__year::before {
  content: '';
  display: block;
  height: 1px;
  width: 15px;
  background-color: #0D6890;
  position: absolute;
  right: 30px;
  top: 32px;
  transform: rotate(90deg);
  transition: .15s;
}

.block--graduationThesisAward__year::after {
  content: '';
  display: block;
  height: 1px;
  width: 15px;
  background-color: #0D6890;
  position: absolute;
  right: 30px;
  top: 32px;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex > div {
  width: calc(50% - 20px);
}

.footer {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  gap: 60px;
}

.footer__right {
  max-width: 400px;
  min-width: 300px;
}

.footer__left {
  display: grid;
  align-content: start;
  gap: 40px;
}

.footer__left svg {
  width: 80px;
  height: auto;
  fill: #0D6E98;
  margin-left: -40px;
}

.footer__left ul {
  margin: 0;
  padding: 0;
}

.footer__left .logo {
  margin-top: 80px;
}

.footer__left .logo img {
  max-width: 300px;
  height: auto;
  display: block;
  width: auto;
}

.header {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header__head {
  position: relative;
}

.header__head p {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
}

.header__head p a {
  color: #0D6890;
}

.header__head p a:hover {
  background-color: #000;
  color: #fff;
}

.header__outline {
  position: relative;
}

.header__outline h1 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
}

.header__outline h1 a {
  color: #0D6890;
}

.header__outline p {
  font-weight: bold;
  line-height: 2;
  font-size: 14px;
}

.header--nav_wrap {
  display: grid;
  grid-template-rows: auto auto;
  gap: 20px;
}

.past_archive_notification {
  padding: 1em;
  text-align: center;
  background-color: #EFF6F8;
}

.past_archive_notification p {
  margin-bottom: .5em;
  font-size: 14px;
  line-height: 1.5;
}

.past_archive_notification a {
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  padding: .5em 1em;
  border: 2px solid #0D6E98;
}

.past_archive_notification a:hover {
  background-color: #0D6E98;
  color: #fff;
}

.link--professor a {
  text-decoration: none !important;
  display: flex;
  color: #0D6890;
  font-size: 14px;
  padding: 1.5em;
  background-color: #fff;
  position: relative;
  filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.05));
  border-radius: 3em;
  align-items: center;
}

.link--professor a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1.5em);
  right: 0;
  opacity: 0;
  background: url("assets/images/keyboard_arrow_right-black-18dp.svg") no-repeat center center;
  background-size: cover;
  width: 3em;
  height: 3em;
  transition: .15s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link--professor a:hover::before {
  opacity: 1;
  right: -1.5em;
}

.link--professor a > div {
  flex: 1;
}

.link--professor a .link--professorName {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
}

.link--professor a .link--professorHead {
  text-decoration: none;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}

.link--professor a .link--professorOutline {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
}

.link--trips.wp-block-image {
  position: relative;
}

.link--trips.wp-block-image a {
  display: block;
  padding: 40px 40px 80px;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 80px;
  filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.05));
}

.link--trips.wp-block-image a img {
  display: block;
}

.link--trips.wp-block-image a:hover {
  background-color: transparent;
}

.link--trips.wp-block-image figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0px 1px 3px #fff;
}

.list {
  display: grid;
}

.main--archive .list {
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
}

.list--program {
  flex-direction: column;
  grid-template-columns: 1fr;
  gap: 90px;
}

.list__item--program {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.list__item--program > *:not(:last-child) {
  margin-right: 30px;
}

.list__item--program .program__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: #FFEA77;
  border-radius: 120px;
  font-family: serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
}

.list__item--program .program__date > *:not(:last-child) {
  margin-bottom: 4px;
}

.list__item--program .program__date span:first-child,
.list__item--program .program__date span:last-child {
  font-size: 12px;
}

.list__item--program a {
  text-decoration: none;
}

.list__item--program a span {
  font-size: 14px;
  font-family: serif;
  display: inline-block;
}

.list__item--program a span:first-child {
  margin-bottom: 20px;
}

.list__item--program a span:last-child {
  margin-top: 20px;
}

.list__item--program .program__title {
  flex: 1;
  font-size: 24px;
  line-height: 1.3;
}

.list__item--program .program__artists {
  flex-basis: 0;
  display: flex;
  justify-content: flex-end;
  margin-right: 28px;
}

.list__item--program .program__artists > div {
  height: 140px;
  width: 100px;
}

.list__item--program .program__artists > div img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.list__item--program::before {
  content: '';
  width: calc(100% - 60px);
  height: calc(100% + 60px);
  display: block;
  border: 2px solid #FFEA77;
  position: absolute;
  left: 60px;
  top: -33px;
  z-index: -1;
}

.list--artist {
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 40px;
}

.list--artist > * table {
  width: 100%;
  word-break: break-all;
}

.list__item--artist {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.list__item--artist > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.list__item--artist .artist__image {
  position: relative;
  z-index: 1;
  width: 150px;
  height: 210px;
  margin-left: 20px;
}

.list__item--artist img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.list__artist__text {
  background-color: #FFEA77;
  padding: 30px 20px 20px;
  width: calc(100% - 40px);
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  z-index: 0;
  margin-top: -20px;
}

.list__artist__text .artist__name {
  font-family: serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
}

.list__artist__text .artist__position {
  font-size: 12px;
  font-weight: bold;
}

.list__artist__text .artist__en {
  font-size: 12px;
  margin-bottom: 1.5em;
  line-height: 1.3;
}

.list__artist__text .readmore {
  text-align: right;
  font-size: 10px;
  margin-top: auto;
  font-weight: bold !important;
}

.list--news {
  gap: 30px;
}

.list__item--news {
  position: relative;
}

.list__item--news a {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #FFEA77;
  overflow: hidden;
}

.list__item--news a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFEA77;
  opacity: 0;
  left: -30%;
  z-index: -1;
  transition: .3s;
}

.list__item--news a:hover::before {
  left: 0;
  opacity: 1;
}

.list__item--news .news__date {
  font-size: 12px;
}

.list__item--news .news__title {
  line-height: 1.3;
  font-weight: bold;
  font-size: 18px;
}

.list__item--news__text {
  padding: 30px;
  display: flex;
}

.list__item--news__text .news__title {
  font-size: 18px;
  line-height: 1.3;
  margin-left: 30px;
}

.top__updates .list__item--news__text {
  padding: 20px;
}

.list__item--news__right {
  flex: 1;
}

.list__item--news__right .news__excerpt {
  margin-top: 20px;
  position: relative;
}

.logo {
  z-index: 10000;
}

.logo a {
  text-decoration: none;
}

.logo a img {
  display: block;
  max-width: 300px;
  width: auto;
  height: auto;
}

main {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
}

main article {
  flex: 1;
  display: flex;
  flex-direction: column;
}

main article .section__grid {
  flex: 1;
}

main.main--page .text {
  margin-left: 30px;
  margin-right: 30px;
  padding: 100px 60px;
  border: 1px solid #0D6E98;
  border-radius: 30px;
}

.pagination {
  width: 100%;
  display: block;
  margin-top: 40px;
  margin-bottom: -1px;
}

.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.pagination ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 1px;
  border-bottom: 2px solid #FFEA77;
  transition: .15s;
  color: #0D6890;
  font-weight: bold;
}

.pagination ul li a:hover {
  background-color: transparent;
  border-bottom: 2px solid #0D6890;
}

.pagination ul li.-current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 1.6;
  margin-left: -1px;
  font-weight: bold;
  border-bottom: 2px solid #0D6890;
  color: #0D6890;
}

.nav--header ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  font-family: serif;
}

.nav--header ul li {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.nav--header ul li:not(:first-child)::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #0D6E98;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
}

.nav--header ul li a {
  text-decoration: none;
  color: #0D6890;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: .15s;
  line-height: 1.5;
}

.nav--header ul li a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0D6890;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: .3s;
  z-index: -1;
}

.nav--header ul li a:hover {
  color: #fff;
}

.nav--header ul li a:hover::before {
  bottom: 0;
}

.nav--sns ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  gap: 2px;
  padding-left: 0;
}

.nav--sns ul li {
  margin: 0;
}

.nav--sns ul li a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  background-color: #0D6E98;
  color: #fff;
  padding: 0.25em 0.5em;
}

.nav--sns ul li a:hover {
  background-color: #EFF6F8;
  color: #0D6E98;
}

.footer .nav--sns ul {
  justify-content: flex-start;
}

.nav__category {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: -1em;
  margin-left: -1em;
}

.nav__category li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 0;
  font-size: 14px;
}

.nav__category li ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}

.nav__category li ul li {
  margin-left: 20px;
  margin-top: 20px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.text > *:not(:last-child) {
  margin-bottom: 2em;
}

.serif {
  font-family: serif;
}

strong, .strong {
  font-weight: bold;
}

.alignright {
  text-align: right !important;
}

.alignleft {
  text-align: left !important;
}

.aligncenter {
  text-align: center !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: bold;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  margin-top: 4em;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

p {
  font-size: 16px;
  line-height: 2;
}

p a:hover,
li a:hover,
td a:hover {
  background-color: #0D6890;
  color: #fff;
}

em {
  font-style: italic !important;
}

a {
  text-decoration: underline;
  color: #0D6890;
  font-weight: bold;
  position: relative;
  transition: .15s;
}

img {
  width: auto;
  height: auto;
  display: block;
}

ol,
ul {
  padding-left: 2em;
}

ol li,
ul li {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 16px;
  max-width: 800px;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

figcaption {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1em;
  margin-bottom: 4em;
  color: #0D6890;
}

.wp-block-image img {
  height: auto;
  width: auto;
}

.wp-block-gallery ul {
  padding-left: 0;
}

.wp-block-buttons {
  margin-right: 0;
}

.wp-block-buttons > .wp-block-button a {
  text-align: left;
  text-decoration: none;
  color: #0D6890;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  padding: 1.2em 1.5em;
  background-color: #FFEA77;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: .15s;
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  color: #0D6890 !important;
}

.wp-block-code {
  margin-left: -1px;
  margin-right: -1px;
  padding: 30px;
  color: #fff;
  line-height: 2;
  background-color: #118abf;
  font-family: monospace;
}

.wp-embed {
  border: 1px solid #0D6890;
}

.wp-embed-site-icon {
  display: none;
}

blockquote {
  padding-left: 30px;
  border-left: 1px solid #0D6E98;
}

blockquote::before {
  content: '"';
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}

blockquote::after {
  content: '"';
  display: block;
  text-align: right;
  font-size: 48px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: -0.5em;
}

blockquote cite {
  display: block;
  text-align: right;
  margin-top: 30px;
  font-size: 12px;
}

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.block--place h2 {
  margin-bottom: 24px;
}

.block--place table {
  margin-bottom: 24px;
}

.block--place table tbody {
  display: flex;
  flex-direction: column;
}

.block--place table tbody tr {
  display: flex;
}

.block--place table tbody tr:not(:last-child) {
  margin-bottom: 24px;
}

.block--place table tbody tr th,
.block--place table tbody tr td {
  line-height: 1.5;
}

.block--place table tbody tr th {
  width: 100px;
  font-weight: bold;
  font-family: serif;
  text-align: right;
  margin-right: 30px;
}

.place__link {
  display: flex;
  flex-wrap: wrap;
}

.place__link a {
  text-align: left;
  text-decoration: none;
  color: #0D6890;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  padding: 1.2em 1.5em;
  background-color: #FFEA77;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: .15s;
  margin-right: 20px;
  margin-bottom: 20px;
}

.single--artist article {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 30px;
  margin-left: 30px;
}

.single--artist article .single--artist__image {
  position: relative;
  z-index: 2;
  margin-left: -30px;
}

.single--artist article .single--artist__image img {
  display: block;
  width: 300px;
  height: auto;
}

.single--artist .single__header h1 {
  font-family: serif;
}

.single--artist__wrap {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding: 60px 60px 60px 30px;
  background-color: #FFEA77;
}

.page__header {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}

.page__header p {
  font-size: 48px;
  font-weight: bold;
  font-family: serif;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.page__header p .taxonomy__term {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  padding: 12px 20px;
  background-color: #0D6E98;
  color: #fff;
}

.page__header p svg {
  position: absolute;
  left: -150px;
  top: calc(-150px + 1em);
  z-index: -1;
  fill: #FDFCF5;
  width: 300px;
  height: 300px;
}

.single--program article {
  margin-left: 30px;
  margin-right: 30px;
  padding: 60px 60px 120px;
  border: 2px solid #FFEA77;
}

.single--program .single__header {
  position: relative;
  display: flex;
  align-items: center;
}

.single--program .single__header .program__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: #FFEA77;
  border-radius: 120px;
  font-family: serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin-right: 30px;
}

.single--program .single__header .program__date span:not(:last-child) {
  margin-bottom: 4px;
}

.single--program .single__header .program__date span:first-child,
.single--program .single__header .program__date span:last-child {
  font-size: 12px;
}

.single--program .text {
  display: flex;
  flex-direction: row;
}

.single--program__left {
  max-width: 400px;
  margin-right: 30px;
}

.program__outline {
  flex: 1;
}

.program__outline table tbody {
  display: flex;
  flex-direction: column;
}

.program__outline table tbody tr {
  display: flex;
  align-items: flex-start;
}

.program__outline table tbody tr:not(:last-child) {
  margin-bottom: 60px;
}

.program__outline table tbody tr th,
.program__outline table tbody tr td {
  line-height: 1.5;
}

.program__outline table tbody tr th {
  font-weight: bold;
  text-align: right;
  font-family: serif;
  width: 120px;
  margin-right: 30px;
}

.program__outline table tbody tr td {
  flex: 1;
}

.single--news article {
  margin-left: 30px;
  margin-right: 30px;
  border: 2px solid #FFEA77;
  padding: 60px 60px 120px;
  text-align: center;
}

.single--news .text > * {
  width: 100%;
  text-align: left;
  max-inline-size: 720px;
  margin-inline: auto;
}

.single__header {
  position: relative;
  margin-bottom: 90px;
}

.single__header h1 {
  font-size: 30px;
  line-height: 1.3;
  margin-top: 0;
}

.single__date {
  margin-bottom: 10px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
}

.single__category {
  margin-bottom: 30px;
}

.single__category ul {
  display: flex;
  flex-wrap: wrap;
}

.single__category ul li {
  margin-right: 10px;
  margin-bottom: 5px;
}

.single__category ul li a {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #0D6890;
  display: inline-block;
  overflow: hidden;
  transition: .15s;
}

.single__category ul li a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: -100%;
  transition: .15s;
  z-index: -1;
}

.single__category ul li a:hover {
  color: #fff;
}

.single__category ul li a:hover::before {
  left: 0;
}

.text .single__related {
  margin-bottom: 0;
}

.text .single__related h2 {
  margin-top: 5em;
  margin-bottom: 30px;
}

.text .single__related .lexicon__list {
  margin-left: 1px;
}

.single__related {
  margin-top: 120px;
  margin-left: 30px;
  margin-right: 30px;
}

.single__related h2 {
  margin-bottom: 60px;
  font-size: 24px;
  font-family: serif;
}

.top__about__message {
  background-color: #FFEA77;
  padding: 45px 30px;
  font-family: serif;
}

.top__about__message h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.3;
}

.top__about__message .message__content {
  font-family: serif;
  display: flex;
  flex-direction: column;
}

.top__about__message .message__content > *:not(:last-child) {
  margin-bottom: 1.2em;
}

.top__about__message .message__content p {
  max-width: none;
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
}

.top__about__sub {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 30px;
  margin-top: -30px;
}

.top__about__sign {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 60px;
}

.top__about__sign > p {
  text-align: right;
  line-height: 1.8;
  font-size: 14px;
}

.top__about__signimages {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

.top__about__signimages img:first-child {
  max-width: 300px;
  width: auto;
  height: auto;
  margin-right: 30px;
}

.top__about__signimages img:last-child {
  max-width: 150px;
  width: auto;
  height: auto;
}

.top__about__polaris {
  padding: 45px 30px;
}

.top__about__polaris h2 {
  font-size: 18px;
  margin-bottom: 30px;
}

.top__about__polaris p {
  line-height: 1.7;
}

.top__section {
  margin-top: 160px;
}

.top__section > h2 {
  font-size: 30px;
  width: 240px;
  font-family: serif;
  position: relative;
}

.top__section > h2 svg {
  position: absolute;
  left: -150px;
  top: calc(-150px + 0.8em);
  z-index: -1;
  fill: #FDFCF5;
  width: 300px;
  height: 300px;
}

.top__section > div {
  flex: 1;
}

.top__section__link {
  text-align: right;
  margin-top: 60px;
}

.top__section__link > a {
  display: inline-flex;
  font-family: serif;
  align-items: center;
  font-size: 14px;
}

.top__section__link > a svg {
  margin-left: 12px;
  width: 24px;
  height: 24px;
  fill: #0D6E98;
}

.top__program,
.top__section {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}

.top__outline__inner {
  display: flex;
}

.top__outline__inner table {
  flex: 1;
  border: 2px solid #EFF6F8;
  margin-right: 60px;
}

.top__outline__inner table tr:not(:first-child) {
  border-top: 1px solid #EFF6F8;
}

.top__outline__inner table tr th,
.top__outline__inner table tr td {
  padding: 15px 20px;
  line-height: 1.5;
  font-size: 15px;
}

.top__outline__inner table tr th p,
.top__outline__inner table tr td p {
  font-size: 15px;
  line-height: 1.5;
}

.top__outline__inner table tr th {
  white-space: nowrap;
  font-weight: bold;
}

.top__outline__inner table tr td {
  flex: 1;
}

.top__outline__flyer {
  max-width: 240px;
}

.top__outline__flyer img {
  width: 100%;
  height: auto;
  display: block;
}

.top__flyer__button {
  margin-top: 20px;
  text-align: center;
  display: block;
  background-color: #FFEA77;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  padding: 12px 20px;
  border-radius: 50px;
}

@media screen and (max-width: 37.5em) {
  .mq_only_pc {
    display: none;
  }
  .mq_only_tab {
    display: none;
  }
  .archive_polaris {
    padding: 60px 24px;
  }
  .block--graduationThesisAward {
    flex-direction: column;
  }
  .block--graduationThesisAward table tr {
    display: flex;
    flex-direction: column;
  }
  .block--graduationThesisAward table tr th {
    padding-bottom: 0;
  }
  .block--graduationThesisAward table tr td {
    padding-left: 20px;
  }
  .block--graduationThesisAward table tr:first-child th {
    padding-top: 0;
  }
  .footer {
    padding-top: 120px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: 100%;
    width: auto;
  }
  .footer__right {
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
  .footer__left {
    margin-right: 0;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__left svg {
    width: 48px;
    margin-left: auto;
    margin-bottom: 60px;
    margin-right: auto;
  }
  .footer__left .logo {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .footer__left .logo img {
    max-width: 50vw;
  }
  .header {
    padding: 24px 0 48px;
  }
  .header__head p {
    font-size: 24px;
  }
  .link--professor a {
    display: flex;
    flex-direction: column;
    padding: 1em;
    border-radius: 2em;
    align-items: flex-start;
  }
  .link--professor a::before {
    display: none;
  }
  .link--professor a > div {
    flex: 1;
  }
  .link--professor a .link--professorName {
    width: auto;
  }
  .link--professor a .link--professorHead {
    margin-top: 1em;
  }
  .link--professor a .link--professorOutline {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
  }
  .link--trips.wp-block-image a {
    padding: 20px 20px 40px;
    border-radius: 40px;
  }
  .link--trips.wp-block-image figcaption {
    font-size: 16px;
  }
  .list {
    max-width: calc(100vw - 48px);
  }
  .main--archive .list {
    margin-top: 36px;
    margin-left: 0;
    margin-right: 0;
  }
  .list--program {
    gap: 10px;
  }
  .list__item--program {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    width: calc(100% - 48px);
  }
  .list__item--program > *:not(:last-child) {
    margin-bottom: 24px;
  }
  .list__item--program a {
    text-decoration: none;
  }
  .list__item--program a span {
    font-size: 12px;
  }
  .list__item--program a span:first-child {
    margin-bottom: 10px;
  }
  .list__item--program a span:last-child {
    margin-top: 10px;
  }
  .list__item--program .program__date {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
  .list__item--program .program__date > *:not(:last-child) {
    margin-bottom: 2px;
  }
  .list__item--program .program__date span:first-child,
  .list__item--program .program__date span:last-child {
    font-size: 10px;
  }
  .list__item--program .program__title {
    font-size: 18px;
  }
  .list__item--program .program__artists {
    flex-basis: auto;
    width: 100%;
    justify-content: flex-start;
  }
  .list__item--program .program__artists > div {
    height: 140px;
    width: calc(100% / 3);
  }
  .list__item--program::before {
    content: '';
    height: calc(100% - 64px);
    width: calc(100% - 4px);
    display: block;
    border: 2px solid #FFEA77;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: -1;
  }
  .list--artist {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .list__item--artist > a {
    text-align: right;
  }
  .list__item--artist .artist__image {
    width: calc(50vw - 60px);
    height: calc(70vw - 84px);
    position: relative;
    margin-left: 12px;
    overflow: hidden;
  }
  .list__artist__text {
    padding: 30px 12px 12px;
    width: calc(100% - 24px);
    margin-right: 0;
    text-align: left;
  }
  .list__artist__text .artist__name {
    font-size: 18px;
  }
  .list__artist__text .artist__position {
    font-size: 10px;
  }
  .list__artist__text .artist__en {
    font-size: 10px;
    margin-bottom: 24px;
    line-height: 1.5;
  }
  .list__artist__text .readmore {
    font-size: 10px;
  }
  .list--news {
    gap: 20px;
  }
  .list__item--news__text .news__title {
    font-size: 15px;
    margin-top: 10px;
    margin-left: 0;
  }
  .list__item--news__text {
    padding: 20px;
    flex-direction: column;
  }
  .list__item--news__right .news__excerpt {
    font-size: 14px;
  }
  .logo a img {
    max-width: calc(50vw - 24px);
  }
  main.main--page .text {
    margin-left: -25px;
    margin-right: -25px;
    padding: 60px 24px;
  }
  main {
    min-height: unset;
  }
  .pagination {
    margin-top: 20px;
  }
  .pagination ul li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .pagination ul li.-current {
    width: 40px;
    height: 42px;
    font-size: 14px;
  }
  .nav--header ul {
    flex-direction: column;
    align-items: flex-end;
  }
  .nav--header ul li:not(:first-child) {
    margin-top: 12px;
  }
  .nav--header ul li:not(:first-child)::before {
    display: none;
  }
  .nav--sns ul {
    flex-direction: column;
    align-items: flex-end;
  }
  .footer .nav--sns ul {
    flex-direction: row;
  }
  .footer .nav--header ul {
    flex-direction: row;
  }
  .footer .nav--header ul li {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .nav__category {
    margin-top: -1em;
    margin-left: -1em;
    padding-left: 0;
  }
  .nav__category li {
    font-size: 14px;
    margin-top: 1em;
    margin-left: 1em;
    font-size: 12px;
  }
  .nav__category li ul {
    margin-top: -1em;
    margin-left: -1em;
  }
  .text:not(:last-child) {
    margin-bottom: 1.2em;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  .wp-block-buttons > .wp-block-button a {
    padding: 1em;
  }
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .block--place table tbody tr {
    flex-direction: column;
  }
  .block--place table tbody tr th {
    margin-right: 12px;
    width: auto;
    text-align: left;
  }
  .place__link a {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .single--artist article {
    flex-direction: column;
    align-items: flex-start;
    margin-left: -24px;
    margin-right: -24px;
  }
  .single--artist article .single--artist__image {
    margin-bottom: -30px;
    margin-left: 0;
  }
  .single--artist article .single--artist__image img {
    width: 50%;
    height: auto;
    margin-left: 24px;
  }
  .single--artist__wrap {
    margin-top: 0;
    padding: 60px 24px 36px 24px;
  }
  .page__header {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .page__header p {
    gap: 12px;
    font-size: 30px;
  }
  .page__header p .taxonomy__term {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    padding: 6px 12px;
    background-color: #0D6E98;
    color: #fff;
  }
  .single--program article {
    margin-left: -26px;
    margin-right: -26px;
    padding: 36px 24px 48px;
  }
  .single--program .single__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .single--program .single__header .program__date {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
    margin-right: 0;
    font-size: 18px;
  }
  .single--program .single__header .program__date span:first-child {
    font-size: 10px;
  }
  .single--program .text {
    flex-direction: column;
  }
  .single--program__left {
    max-width: none;
    margin-right: 0;
    margin-bottom: 36px;
  }
  .program__outline table tbody tr {
    flex-direction: column;
    padding-top: 24px;
    border-top: 2px solid #EFF6F8;
  }
  .program__outline table tbody tr:not(:last-child) {
    margin-bottom: 24px;
  }
  .program__outline table tbody tr th {
    text-align: left;
    width: auto;
    font-size: 14px;
    margin-bottom: 1em;
  }
  .program__outline table tbody tr td {
    font-size: 14px;
  }
  .single--news article {
    margin-left: -26px;
    margin-right: -26px;
    padding: 36px 24px 48px;
    text-align: left;
  }
  .single__header h1 {
    font-size: 24px;
  }
  .single__header {
    margin-bottom: 48px;
  }
  .single__related {
    margin-left: 0;
    margin-right: 0;
    margin-top: 72px;
  }
  .single__related h2 {
    margin-bottom: 24px;
  }
  .top__about__message {
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px 24px 48px;
  }
  .top__about__message h1 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .top__about__message .message__content p {
    font-size: 14px;
  }
  .top__about__sub {
    flex-direction: column;
    padding: 0;
    margin-top: -24px;
  }
  .top__about__sign {
    margin-left: 0;
    margin-bottom: 48px;
  }
  .top__about__sign > p {
    font-size: 12px;
  }
  .top__about__signimages {
    margin-bottom: 12px;
  }
  .top__about__signimages img:first-child {
    max-width: calc(60vw - 36px);
    width: auto;
    height: auto;
    margin-right: 24px;
  }
  .top__about__signimages img:last-child {
    max-width: calc(40vw - 36px);
    width: auto;
    height: auto;
  }
  .top__about__polaris {
    border-top: 1px solid #0D6E98;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #0D6E98;
  }
  .top__about__polaris p {
    font-size: 14px;
  }
  .top__section {
    margin-top: 120px;
  }
  .top__section > h2 {
    width: auto;
    text-align: center;
    margin-bottom: 48px;
  }
  .top__section > h2 svg {
    left: calc(50vw - 174px);
  }
  .top__section__link {
    text-align: center;
    margin-top: 48px;
  }
  .top__section__link > a {
    flex-direction: column-reverse;
    align-items: center;
  }
  .top__section__link > a svg {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .top__program,
  .top__section {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .top__outline__inner {
    flex-direction: column;
  }
  .top__outline__inner table {
    margin-right: 0;
    margin-bottom: 48px;
  }
  .top__outline__inner table tr {
    display: flex;
    flex-direction: column;
  }
  .top__outline__inner table tr th,
  .top__outline__inner table tr td {
    font-size: 12px;
  }
  .top__outline__inner table tr th {
    width: 36px;
    padding: 12px 20px 0;
  }
  .top__outline__inner table tr td {
    padding: 12px 20px;
  }
  .top__outline__inner table tr td * {
    font-size: 12px !important;
  }
  .top__outline__flyer {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: none;
  }
  .top__outline__flyer img {
    max-width: 240px;
  }
}

@media screen and (min-width: 37.5em) and (max-width: 60em) {
  .mq_only_pc {
    display: none;
  }
  .mq_only_sp {
    display: none;
  }
}

@media screen and (min-width: 60em) {
  .mq_only_sp {
    display: none;
  }
  .mq_only_tab {
    display: none;
  }
  .mq_only_sptab {
    display: none;
  }
}

@media screen and (max-width: 60em) {
  .flex > div {
    width: auto;
  }
  .flex--column {
    flex-direction: column;
  }
  .flex--columnReverse {
    flex-direction: column-reverse;
  }
}
