@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  position: relative;
  width: 100%;
  word-wrap: break-word;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  text-align: justify;
  font-feature-settings: "palt";
  word-break: break-all;
}

section {
  padding: 12rem 7rem;
}

section.main-visual {
  padding: 0;
}

section.yoruhis-box {
  padding: 0;
}
section.yoruhis-box:nth-last-of-type(1) {
  transition: all 0.5s ease;
}
section.yoruhis-box:nth-last-of-type(1):hover {
  opacity: 0.8;
}

p {
  margin-bottom: 0;
  word-wrap: break-word;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  text-align: justify;
  font-feature-settings: "palt";
}

.en p {
  text-align: left;
  letter-spacing: 0.1rem;
}

strong {
  color: #87c0ca;
  font-weight: 700 !important;
}

img {
  width: 100%;
  height: auto;
}

header {
  width: 250px;
  height: 100vh;
  position: fixed;
  overflow: scroll;
  z-index: 10000;
  background-color: #87c0ca;
}

header {
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

header::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.main-container {
  width: calc(100% - 250px);
  margin-left: auto;
  background-color: #fff;
}

.red-text {
  color: rgb(212, 44, 44);
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block;
}

.top-logo {
  padding: 3rem 3rem 0;
  margin-bottom: 3rem;
}
.top-logo img {
  transition: all 0.5s ease;
}
.top-logo img:hover {
  filter: drop-shadow(2px 4px 5px #777);
  transform: scale(1.05);
}

.link-btn {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 1s ease;
  padding-right: 5rem;
  justify-content: end;
  transition: all ease 0.5s;
  margin: 9rem 0 9rem 65%;
}

.link-btn:hover {
  transform: translateX(-20px);
  filter: drop-shadow(1px 1px 1px #bbb);
}

.link-btn::after {
  content: "";
  background-image: url(images/black-btnarrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: calc(50% - 17.5px);
}

.link-btn p {
  color: #240000;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-size: 1.6rem;
  text-align: right;
}

.en .link-btn p {
  text-align: center !important;
  line-height: 1.5;
}

.main-visual {
  position: relative;
}

.main-visual .slide-image {
  width: 100%;
  margin: 0 auto;
}

.title-fes {
  width: 80%;
  margin: 4rem auto;
}

.hushtag {
  background-color: #3b9fb1;
  height: 9rem;
  padding: 0;
  overflow: hidden;
}
.hushtag p {
  white-space: nowrap;
  font-size: 5rem;
  color: #fff;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-style: italic;
  animation: scrollSample01 40s linear infinite;
  filter: drop-shadow(2px 2px 2px #01352f);
}
@keyframes scrollSample01 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.mv-logo {
  position: absolute;
  left: 3%;
  bottom: 4%;
  width: min(15%, 15.5rem) !important;
}

.mv-type {
  position: absolute;
  right: 3%;
  top: 4%;
  width: min(15%, 35rem);
}

.en .mv-type {
  width: min(40%, 55rem);
}

.slide-image {
  position: relative;
}

.slide-image .copyright {
  position: absolute;
  text-align: right;
  right: 1%;
  bottom: 1%;
}

#theme {
  background-color: #87c0ca;
  width: 100%;
  padding: 2rem 0;
}

#theme p {
  font-size: 3.5rem;
  color: #fff;
  text-align: center !important;
  font-weight: 700;
  line-height: 1.5;
}

.en-heading {
  color: #87c0ca;
  letter-spacing: 0;
  font-family: Avenir, sans-serif;
  font-weight: 100;
  font-style: italic;
  font-style: italic;
  font-size: 12rem;
  line-height: 1;
}

.ja-heading {
  color: #240000;
  margin: 0 0 7rem;
  font-size: 4rem;
  position: relative;
  padding-left: 7rem;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
}
.ja-heading::before {
  content: "";
  border-bottom: #3e3a39 solid 2px;
  width: 5rem;
  position: absolute;
  left: 0;
  top: 50%;
}

.pd7 {
  padding: 7rem 0;
}

#way-join .lead {
  max-width: 840px;
  margin-bottom: 7rem;
  font-size: 2rem;
  width: 95%;
}

.type-plan {
  max-width: 840px;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
  width: 95%;
}

.page-container .type-plan {
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 auto;
}

.type-plan a:nth-last-of-type(1) .item {
  border-bottom: none;
}

.type-plan .item {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  background-color: transparent;
  border-bottom: 1px solid #87c0ca;
  position: relative;
  padding: 5rem 3rem;
  transition: all ease 0.5s;
}
.type-plan .item::after {
  content: "";
  background-image: url(images/green-btnarrow.webp);
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 18px);
  right: 3rem;
  transition: all ease 0.5s;
}
.type-plan .item:hover {
  background-color: #e60020;
  transform: translateX(30px);
}
.type-plan .item:hover .title {
  color: #fff;
}
.type-plan .item:hover .s-txt {
  color: #fff;
}
.type-plan .item:hover::after {
  background-image: url(images/white-btnarrow.webp);
}

.type-plan .item .title {
  font-size: 2rem;
  width: 20rem;
  color: #87c0ca;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  transition: all ease 0.5s;
}
.en .type-plan .item .title {
  width: 30rem;
}

.type-plan .item .s-txt {
  flex: 1;
  color: #240000;
  font-size: 1.6rem;
  font-family: toppan-bunkyu-gothic-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
}

#news {
  background-color: #fff;
}

#news .item {
  background-color: #fff;
  width: min(100%, 255px);
  height: 200px;
  padding: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border: 1px solid #87c0ca;
  transition: all 0.5s ease;
}
#news .item:hover {
  background-color: #87c0ca;
  box-shadow: 4px 4px 8px #ccc;
  transform: translateY(-20px);
}
#news .item:hover .new, #news .item:hover .post-day, #news .item:hover .title {
  color: #fff;
}

#news .item .new {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: #240000;
  position: absolute;
  top: 1rem;
  left: 1rem;
  transition: all 0.5s ease;
}

#news .item .post-day {
  font-family: Avenir, sans-serif;
  font-weight: 100;
  font-style: italic;
  font-weight: 100;
  color: #87c0ca;
  font-size: 1.4rem;
  text-align: right;
  position: absolute;
  top: 1rem;
  right: 1rem;
  letter-spacing: 0.2rem;
  font-style: normal;
  transition: all 0.5s ease;
}

#news .item .title {
  width: 210px;
  margin: 0 auto;
  font-size: 1.4rem;
  transition: all 0.5s ease;
}

.news-area {
  display: flex;
  flex-flow: row;
  max-width: 1140px;
  justify-content: space-between;
  margin: 7rem auto 0;
}

.collaborate {
  background-color: #240000;
  width: 100%;
  padding: 7rem 3rem;
}
.collaborate .link-btn p {
  color: #fff;
  font-family: Avenir, sans-serif;
  font-weight: 100;
  font-style: italic;
  font-style: normal;
}
.collaborate .link-btn::after {
  background-image: url(images/white-btnarrow2.webp);
}

.bottom-footer {
  background-color: #fff;
  width: 100%;
  padding: 3rem;
}

.collaborate .en-heading {
  color: #87c0ca;
}

.collaborate .ja-heading {
  color: #fff;
  font-family: Avenir, sans-serif;
  font-weight: 100;
  font-style: italic;
  font-style: normal;
}
.collaborate .ja-heading:before {
  border-bottom: #fff 2px solid;
}

.collaborate .logo {
  max-width: 1140px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin: 0 auto;
}

.collaborate .logo .item {
  background-color: #fff;
  width: min(25%, 255px);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin-right: 1rem;
}

.collaborate .logo .item:nth-of-type(4) {
  margin-right: 0;
}

.brand-outline {
  max-width: 1140px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  /* padding: 1rem; */
  margin: 3rem auto 8rem;
  gap: 5rem;
}

.brand-outline .his-logo {
  width: 250px;
}

.brand-outline .s-txt {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  max-width: 800px;
  font-size: 1.6rem;
  /* letter-spacing: 0.2rem; */
  line-height: 1.8;
  text-align: justify;
  color: #fff;
}

.link-btn-box {
  width: 20rem;
  height: 5rem;
  margin: 8rem auto 0;
}

.link-btn-box.program-link {
  margin: 4rem 0 0 0;
}

footer .link-btn-box {
  margin: 0 4rem 0;
}

.bottom-footer .logo {
  max-width: 1140px;
  display: flex;
  flex-flow: row wrap;
  padding: 3rem 0;
  margin: 0 auto;
}

.bottom-footer .logo figure {
  margin-right: 2rem;
  height: 4rem;
  max-width: 11rem;
}

.bottom-footer .logo figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.italia .logo {
  max-width: 1140px;
  display: flex;
  flex-flow: row wrap;
  padding: 3rem 0;
  margin: 0 auto;
}

.italia .logo figure {
  margin-right: 2rem;
  height: 4rem;
  max-width: 11rem;
}

.italia .logo figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.copyright {
  font-size: 1rem;
  color: #b4b4b5;
  line-height: 1.5;
  letter-spacing: 0;
  max-width: 1140px;
  margin: 0 auto;
  font-family: Avenir, sans-serif;
  font-weight: 100;
  font-style: italic;
  font-style: normal;
}

.lang-switch {
  max-width: 173px;
  font-size: 1.4rem;
  background-color: #dbdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8rem auto 3rem;
  transition: all 1s ease;
}

.lang-switch:hover {
  opacity: 0.7;
}

.sns {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 1rem;
  padding-left: 3rem;
}

.sns img {
  width: 30px;
  transition: all 0.5s ease;
}
.sns img:hover {
  transform: translateY(-10px);
}

.menu2 {
  margin: 3rem 0;
}

.menu2 li {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
  padding-left: 3rem;
}

/*ページ*/
.page-container {
  padding-top: 3rem;
}
.page-container .link-btn {
  margin: 0 0 0 auto;
}
.page-container .link-btn-box {
  margin: initial;
  width: initial;
}

.page-head {
  max-width: 1500px;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  padding: 0;
}

.page-head .title {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
  color: #87c0ca;
}

.page-head figure {
  width: 86px;
  height: auto;
}

.content-box {
  max-width: 1500px;
  background-color: #f4f4f4;
  padding: 10rem 15rem;
  margin: 0 auto 12rem;
  min-height: 350px;
  width: 95%;
}

.content-box-film {
  max-width: 1500px;
  background-color: #f4f4f4;
  margin: 5rem auto;
}

.content-box-film .container {
  padding-left: 0px;
  padding-right: 0px;
}

.director-cont.content-box {
  margin: 5rem auto;
  width: 95%;
}

.page-container h3 {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #fff;
  background-color: #87c0ca;
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
  margin: 10rem 0 3rem;
  font-feature-settings: "palt";
}

.page-container h3:nth-of-type(1) {
  margin: 0 0 3rem;
}

.midokoro {
  background-color: #240000;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0 1rem;
}

.page-container h4 {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  color: #87c0ca;
  width: 100%;
  margin: 5rem 0 2rem;
  font-feature-settings: "palt";
}

.detail h4 {
  margin: 0 0 1rem;
}

.comment {
  font-size: 1.4rem;
  color: #87c0ca;
  font-weight: bold;
}

#otomo {
  margin-top: 0;
}

.page-container h5 {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.2rem;
  color: #555;
  width: 100%;
  margin: 2rem 0 0;
  font-feature-settings: "palt";
}

.page-container h3.special {
  background-color: #ed6c00;
}

.page-container h3.world {
  background-color: #48a86d;
}

.page-container h3.focus {
  background-color: #5486ac;
}

.page-container h3.venice {
  background-color: #e5004f;
}

.page-container h3.lab {
  background-color: #9fa0a0;
}

.page-container h3.kikakuichi {
  background-color: #9fa0a0;
}

.page-container h3.bologna {
  background-color: #fabe00;
}

.page-container h4.special {
  color: #ed6c00;
  margin-bottom: 0;
}

.page-container h4.world {
  color: #48a86d;
  margin-bottom: 0;
}

.page-container h4.focus {
  color: #5486ac;
  margin-bottom: 0;
}

.page-container h4.venice {
  color: #e5004f;
  margin: 5rem 0 2rem;
  border-left: 4px solid #e5004f;
  padding-left: 2rem;
}

.page-container h4.lab {
  color: #9fa0a0;
  margin-bottom: 0;
}

.page-container h4.kikakuichi {
  color: #9fa0a0;
  margin-bottom: 0;
}

.page-container h4.bologna {
  color: #fabe00;
  margin: 5rem 0 2rem;
  border-left: 4px solid #fabe00;
  padding-left: 2rem;
}

.yoruhis {
  background-color: rgb(72, 61, 139);
}

.program-ja {
  color: #555;
  font-size: 2rem;
  font-weight: bold;
}

.program-logo {
  padding: 0 5rem 5rem !important;
  margin-top: 2rem;
}

.mt2 {
  margin-top: 2rem;
}

.lead-btn {
  max-width: 1500px;
  padding: 5rem 0rem;
  margin: 0 auto;
  width: 95%;
}

.lead-btn .lead {
  font-size: 1.8rem;
  margin: 0 0 5rem 0;
  max-width: 860px;
}

.big-lead {
  font-size: 3rem !important;
  line-height: 1.5;
}

.btn-box {
  margin-bottom: 5rem;
}

.btn-box .link-btn-box {
  margin: 0;
}

.page-container .defolt-li li {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-size: 1.6rem;
  /* line-height: 2; */
  /* letter-spacing: 0.2rem; */
  text-align: justify;
  /* font-feature-settings: "palt"; */
  /* font-weight: 400; */
  /* font-style: normal; */
  margin-bottom: 0;
  list-style: inside;
  text-indent: -2rem;
  padding-left: 2.5rem;
}

.join-box .catch {
  font-size: 1.8rem;
  color: #000;
  border-bottom: 1px solid #666;
  margin-bottom: 1rem;
  width: 100%;
}

.join-box .link-btn-box {
  margin: 1rem 2rem 0 0;
}

.join-box .btn-box {
  justify-content: flex-start;
  padding: 0;
}

.join-box figure {
  width: 30%;
  height: 264px;
}

.join-box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.join-box .detail {
  width: 70%;
  padding-left: 2rem;
}

.program-catch {
  font-size: 1.8rem;
  color: #666;
  font-weight: bold;
  margin-bottom: 1rem;
  width: 100%;
}

.program-invitation .catch {
  font-size: 1.8rem;
  color: #000;
  border-bottom: 1px solid #666;
  margin-bottom: 1rem;
  width: 100%;
}

.program-invitation .link-btn-box {
  margin: initial;
}

.program-invitation .btn-box {
  justify-content: flex-start;
  padding: 0;
}

.program-invitation figure {
  flex: 1;
  height: auto;
  padding-bottom: 2rem;
}

.program-invitation:nth-of-type(4) figure img {
  -o-object-fit: contain;
     object-fit: contain;
}

.program-invitation {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.program-invitation .detail {
  width: 60%;
  padding-left: 2rem;
}

.program-invitation span {
  font-size: 1.4rem;
}

.map {
  max-width: 1140px;
  height: 500px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.anchor-txt {
  font-size: 2rem;
  color: #fff;
  padding-bottom: 1rem;
  text-align: center !important;
  width: 90%;
  margin: 0 auto;
}

.anchor.item {
  background-color: #87c0ca;
  flex: 0 0 22%;
  transition: all 0.5s ease;
  padding: 2rem 1rem;
  margin-right: 1rem;
}

.anchor.item:hover {
  transform: translateY(15px);
  box-shadow: 4px 4px 8px #ccc;
}

.anchor figure {
  width: 50%;
  margin: 2rem auto !important;
}

.type-plan .anchor.item::after {
  content: none;
}

/*ニュース詳細*/
.news-single .post-day {
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
  letter-spacing: 0.2rem;
  color: #bbb;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
}

.news-single {
  padding-left: min(3%, 8rem);
  padding-right: min(3%, 8rem);
}

.news-single .catch {
  margin-top: 2rem;
}

.pagination {
  font-size: 1.4rem;
  color: #87c0ca;
  font-size: 1.4rem;
  color: #87c0ca;
  width: 95%;
  margin: 5rem auto;
}

.pagination .prev a {
  position: relative;
}

.pagination .prev a::before {
  content: "";
  background-image: url(images/squeeze-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  width: 12px;
  height: 8px;
  position: absolute;
  left: -17px;
  top: 30%;
}

.pagination .next a {
  position: relative;
}

.pagination .next a::before {
  content: "";
  background-image: url(images/squeeze-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(270deg);
  width: 12px;
  height: 8px;
  position: absolute;
  right: -17px;
  top: 30%;
}

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

/*ニュース一覧*/
.news-archive .year p {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-size: 3rem;
  color: #bbb;
}

.archive-item {
  background-color: #fff;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  transition: all 1s ease;
}

.news-archive .post-date {
  color: #bbb;
  font-size: 1rem;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  width: 100%;
}

.news-archive .title {
  font-size: 2rem;
  color: #87c0ca;
  width: 100%;
  transition: all 1s ease;
}

.archive-item:hover {
  background-color: #87c0ca;
}

.archive-item:hover .title {
  color: #fff !important;
}

/*メニュー*/
.menu {
  font-size: 1.5rem;
  font-family: toppan-bunkyu-gothic-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
}

.menu-item {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  position: relative;
  line-height: 1.5;
  padding: 1rem 3rem;
  transition: all 0.5s ease;
}
.menu-item:hover {
  background-color: #3b9fb1;
  padding-left: 4rem;
}

.sub-menu .menu-item {
  color: #888888;
  font-size: 1.2rem;
  line-height: 1.5;
}

.sub-menu .menu-item::before {
  content: none;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  cursor: pointer;
  outline: none;
  width: 48px;
  height: 50px;
  background-image: url(images/slick-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -5.5%;
  transform: rotate(180deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -5.5%;
  transform: rotate(0deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.news-area .slick-track {
  top: calc(50% - 100px) !important;
}

.news-area .slick-list {
  height: 240px !important;
}

.main-visual .slider {
  text-align: center;
}
.main-visual .slider img {
  max-height: 1080px;
}

.slider {
  display: none;
}

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

/*ここまで*/
a {
  transition: all 1s ease;
}

a:hover {
  border-bottom: none !important;
}

.url-link {
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #666;
  transition: all 1s ease;
}

.url-link:hover {
  color: #87c0ca;
}

/*フォーム*/
.form-box {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  padding-top: 30rem;
}

.mw_wp_form .title {
  background-color: #87c0ca;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}

.mw_wp_form dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 8rem;
}

.mw_wp_form dl dt {
  width: 20%;
  height: auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: 1.7;
  text-align: center;
  background-color: #555;
  margin-bottom: 0.5rem;
}

.mw_wp_form dl dd {
  width: 80%;
  height: auto;
  display: flex;
  flex-flow: column;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-weight: 400;
  padding: 1rem;
  background-color: #fff;
}
.mw_wp_form dl dd input {
  border-bottom: 1px solid #bbb;
  margin: 0 auto;
}
.mw_wp_form dl dd .detail {
  padding-left: 10px;
}

.mw_wp_form_preview dl dd {
  width: 80%;
  height: auto;
  display: flex;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  align-items: center;
  padding-left: 1rem;
  border: 1px solid #555;
}

.mw_wp_form_complete {
  width: 100%;
  height: 50rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.mw_wp_form_complete p {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-size: 2rem;
  text-align: center !important;
}

.mw_wp_form dl input,
.mw_wp_form dl textarea {
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  padding: 1rem;
  border-radius: 0;
}

.mw_wp_form .link-btn p {
  font-size: 2rem;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
}

.mw_wp_form .link-btn {
  width: 35rem;
}
.mw_wp_form .link-btn.center_btn {
  margin: 0;
  justify-content: center;
  width: 100%;
  padding-right: 0;
}
.mw_wp_form .link-btn.center_btn p {
  color: #fff;
  background-color: #240000;
  border-radius: 10px;
  width: 100px;
}
.mw_wp_form .link-btn.center_btn p input {
  width: 100%;
  text-align: center;
}
.mw_wp_form .link-btn.center_btn::after {
  content: none;
}
.mw_wp_form .link-btn.center_btn:hover {
  transform: none;
}

.mwform-zip-field {
  margin-bottom: 1rem;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
}

.mw_wp_form .error {
  margin: 0.5rem 0;
}

input.radio-btn {
  height: 16px !important;
}

select.radio-btn {
  background-color: #ddd;
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-radius: 8px;
  width: 70px;
}

.mailmagazine dd {
  flex-flow: row wrap !important;
  padding: 0 0 0 1rem !important;
  border: none !important;
  margin-bottom: 2rem !important;
}

.mailmagazine dt {
  border-radius: 8px !important;
  margin-bottom: 2rem !important;
}

.mailmagazine input {
  background-color: #ddd !important;
  padding: 0.5rem 0 0.5rem 1.5rem !important;
  border-radius: 8px !important;
}

/*上映作品一覧*/
.icon-box img {
  width: 20px;
}

.icon-box {
  width: 95%;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}

.catch {
  color: #87c0ca;
  font-weight: 700;
  line-height: 1.6;
  width: 93%;
  letter-spacing: 0.2rem;
}

.gaiyou {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  width: 93%;
  margin: 1rem 0;
}

.additionalinfo {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  background-color: #87c0ca;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}

.program-item {
  background-color: #fcf9f9;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 0 2rem !important;
  width: min(30%, 353px);
}

.search-films,
.news-archive {
  background-color: transparent;
  padding: 10rem 5rem;
}

.search-films .container:nth-of-type(2) {
  margin-top: 10rem;
}

.program-item .film-image {
  width: 93%;
  min-height: 250px;
  background-color: #eee;
}
.program-item .film-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  -o-object-position: center;
     object-position: center;
  max-height: 250px;
}

.program-item .program {
  width: 100%;
  padding-left: 1rem;
  margin-bottom: 1.7rem;
}

.program-item .program p {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0;
}

.program-item .copyright {
  width: 93%;
  letter-spacing: 0;
  margin-top: 0.5rem;
}

.program-item .title {
  width: 93%;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  margin: 2rem 0 1rem;
  font-weight: bold;
}

.film-container {
  gap: 2rem;
}

.film-container a {
  width: 93%;
}

.squeeze {
  text-align: center !important;
  color: #87c0ca;
  width: 100%;
  cursor: pointer;
  margin-bottom: 5rem;
}

.squeeze img {
  width: 12px;
}

.acordion {
  display: none;
}

.squeeze.close {
  float: none !important;
  font-size: 1.6rem !important;
  font-weight: normal !important;
  line-height: 1 !important;
  color: #87c0ca !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

/*.squeeze::before{
	content: "";
	background-image: url(images/squeeze-arrow.png);
	background-repeat: no-repeat;
	width: 12px;
}*/
.searchandfilter ul li ul {
  margin-top: 3px;
}

#search-filter-form-8226 h4 {
  font-size: 2rem;
  color: #000;
  font-weight: normal;
  border-bottom: 1px solid #94854c;
  width: 100% !important;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  padding: 5px 0;
  font-feature-settings: "palt";
}

#search-filter-form-8226 ul {
  margin-bottom: 4rem;
}

.sf-field-taxonomy-screening_type ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.sf-level-0 {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  margin-right: 3rem !important;
  display: inline-block !important;
}

.sf-field-taxonomy-screening_type ul li input {
  border: none;
}

.sf-field-submit input {
  width: 20%;
  height: 50px;
  margin: 0 auto;
  background-color: #3e3a39;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 1s ease;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
}

.sf-field-submit input:hover {
  opacity: 0.7;
}

#pwbox-36 {
  border: #555 1px solid;
}

/*ここまで*/
/*プログラムカラーの定義*/
.special.bg,
.historica-special.bg {
  background-color: #ed6c00;
  color: #ffffff;
}

.world.bg,
.historica-world.bg {
  background-color: #48a86d;
  color: #ffffff;
}

.focus.bg,
.hitorica-focus.bg {
  background-color: #5486ac;
  color: #ffffff;
}

.venice.bg,
.venice2.bg {
  background-color: #e5004f;
  color: #ffffff;
}

.bologna.bg,
.bologna2.bg {
  background-color: #fabe00;
  color: #ffffff;
}

.lab.bg,
.lab2.bg,
.kikakuichi.bg {
  background-color: #9fa0a0;
  color: #ffffff;
}

.matsushita100.bg {
  background-color: #01352f;
  color: #fff;
}

.ritsumeikan.bg,
.ritsumeikan-2.bg {
  background-color: #9fa0a0;
  color: #ffffff;
}

.special.font,
.historica-special.font {
  color: #ed6c00;
}

.world.font,
.historica-world.font {
  color: #48a86d;
}

.focus.font,
.hitorica-focus.font {
  color: #5486ac;
}

.venice.font,
.venice2.font {
  color: #e5004f;
}

.bologna.font,
.bologna2.font {
  color: #fabe00;
}

.lab.font,
.lab2.font {
  color: #9fa0a0;
}

.ritsumeikan.font,
.ritsumeikan-2.font {
  color: #9fa0a0;
}

/*作品詳細*/
.slider {
  margin: 0 auto;
  width: 100%;
}

.singlefilm .slider .slick-slide {
  margin: 0;
}

.singlefilm .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slider-img img {
  height: auto;
  width: 100%;
}

.slide-dots {
  margin: 0;
  padding: 0;
  text-align: left;
}

.slide-dots li {
  display: inline-block;
  margin: 0 20px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  outline: none;
}

.slide-dots li button::before {
  background-color: #bcbcbc;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 6px;
  left: -10px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5px;
  width: 48px;
}

.slide-dots li.slick-active button::before {
  background-color: #87c0ca;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

.singlefilm .program {
  width: 100%;
  height: auto;
  padding: 1rem;
}

.singlefilm .program p {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

.singlefilm h2 {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  width: 100%;
  margin: 2rem auto;
  font-feature-settings: "palt";
}

.filmbox {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.singlefilm {
  padding: 0 0 5rem;
}

.singlefilm .visual {
  max-width: 762px;
  height: auto;
}

.singlefilm .right {
  flex: 1;
  padding: 0 2rem;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.singlefilm .right .title {
  font-size: 2.6rem;
  color: #87c0ca;
  width: 100%;
  text-align: center !important;
}

.singlefilm .right .method {
  background-color: #87c0ca;
  color: #fff;
  width: 100%;
  text-align: center !important;
}

.singlefilm .right .detail {
  font-size: 2.6rem;
  line-height: 1.7;
  text-align: center !important;
  width: 100%;
  margin: 2rem 0;
}

.singlefilm .right .link-btn-box {
  margin: 2rem auto;
}

.singlefilm .copyright {
  text-align: right;
  width: 100%;
}

.singlefilm .guest-box {
  width: 90%;
  margin: 0 auto;
  border: #87c0ca solid 2px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.singlefilm .guest-box p {
  font-size: 2rem;
  text-align: center !important;
}

h4 span {
  font-size: 1.6rem;
}

.singlefilm .schedule {
  width: 100%;
}

.schedule .link-btn-box .link-btn {
  width: initial !important;
}

.film-detailes {
  width: 100%;
  margin: 0 auto;
}

.film-detailes .additionalinfo-box {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  margin-bottom: 3rem;
}

.film-detailes .additionalinfo {
  background-color: #87c0ca;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.7rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0.5rem;
  margin-right: 1rem;
}

.film-detailes .catch {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  width: 100%;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}

.film-detailes p {
  width: 100%;
}

.film-detailes .gaiyou {
  width: 100%;
}

.gaiyou .director {
  padding: 0 2rem;
  border-top: #87c0ca solid 1px;
  border-bottom: #87c0ca solid 1px;
  color: #87c0ca;
  font-weight: bold;
  margin: 2rem 0;
}

.gaiyou .actor {
  padding: 0 2rem;
  font-weight: bold;
}

.film-info {
  font-size: 1.4rem;
  padding: 0 2rem;
}

.film-detailes .icon-box {
  width: 100%;
}

.film-detailes .icon-box li {
  font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #87c0ca;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: 0.2rem 1rem 0;
  border: #87c0ca 1px solid;
}

.director-box {
  background-color: #fff;
  max-width: 1140px;
  margin: 0 auto;
}

.director-box .program {
  width: 100%;
  height: 24px;
  padding-left: 2rem;
  background-color: #87c0ca;
}

.director-box .program p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}

.director-cont {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
}

.director-cont .photo {
  width: 200px;
  height: 285px;
  margin: 1rem 2rem;
}

.director-cont .photo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}

.director-cont .right {
  flex: 1;
  padding: 0 2rem 2rem 0;
}

.director-cont .right .director-name {
  font-size: 3.5rem;
  width: 100%;
  border-bottom: #87c0ca 1px solid;
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}

.director-cont .right .director-name span {
  font-size: 1.6rem;
  display: block;
}

.director-cont .right p {
  width: 100%;
}

h4.film-name {
  font-size: 3.5rem;
  line-height: 1.2;
}

h4.film-name span {
  font-size: 3rem;
  color: #000;
  font-weight: normal;
}

h4.like {
  background-color: rgb(213, 140, 58);
  color: #fff;
  font-size: 2rem;
  /* padding-left: 1rem; */
  font-weight: normal;
  width: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.host-box {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 1140px;
  padding-top: 2rem;
  margin: 0 auto;
  width: 95%;
}

.host-cont {
  display: flex;
  flex-flow: row wrap;
  /*width: 48%;*/
  margin: 0;
  border: #87c0ca 1px solid;
}

.host-cont .photo {
  width: 160px;
  height: 200px;
  margin: 2rem;
}

.host-cont .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.host-cont .right {
  flex: 1;
  padding: 0 2rem 2rem 0;
}

.host-cont .right .host-name {
  font-size: 2.4rem;
  width: 100%;
  border-bottom: #87c0ca 1px solid;
  margin: 0 0 2rem;
  padding-bottom: 1rem;
}

.host-cont .right .host-name span {
  font-size: 1.6rem;
}

.host-cont .right p {
  width: 100%;
  font-size: 1.4rem;
}

.yoruhis-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.yoruhis-box .youtube-link {
  width: 60%;
  padding-bottom: 33.7%;
}

.yoruhis-box .right {
  width: 38%;
}

.yoruhis-box .right .host-profile {
  font-size: 1.4rem;
}

.yoruhis-box .detail {
  font-size: 2.6rem;
  line-height: 1.7;
  text-align: left !important;
  width: 100%;
  margin: 0;
  color: #87c0ca;
  font-weight: bold;
}

.yoruhis-box .host-name {
  font-size: 2.4rem;
  width: 100%;
  border-bottom: #87c0ca 1px solid;
  margin: 2rem 0 2rem;
  padding-bottom: 1rem;
  line-height: 1.2;
}

.yoruhis-box .host-name span {
  font-size: 1.4rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.guest-name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.guest-name span {
  font-size: 1.6rem;
}

.program-item.min {
  padding: 1.5rem !important;
}

.program-item.min .copyright {
  width: 100%;
}

.program-item.min .title {
  width: 100%;
  font-size: 2.2rem;
}

.program-item.min .gaiyou {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  width: 100%;
}

.program-item.min a {
  width: 100%;
}

.big_btn_wrap {
  margin-bottom: 20rem;
}

.web-link {
  color: #87c0ca;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

.article-gray {
  background-color: #eee;
  padding: 3rem;
  margin: 3rem 0;
}

.film-image.min {
  width: 100%;
}

.single_box .detail {
  width: 100%;
  padding-left: 0;
}

.profile {
  padding: 2rem;
  font-size: 1.4rem;
  border: #87c0ca 1px solid;
  margin-top: 2rem;
}

.profile span {
  font-size: 1.2rem;
}

table.schedule thead th {
  background-color: #000;
}

table.schedule tbody th {
  height: 10rem;
  background-color: #888888;
  width: 6rem;
}

table.schedule.single_schedule th {
  width: 18rem !important;
}
@media screen and (max-width: 540px) {
  table.schedule.single_schedule th {
    width: 100% !important;
  }
}
table.schedule.single_schedule td {
  width: calc(100% - 18rem) !important;
}
@media screen and (max-width: 540px) {
  table.schedule.single_schedule td {
    width: 100% !important;
  }
}

table.schedule th,
table.schedule td {
  color: #fff;
  border-top: #fff 2px solid;
  border-right: #666 1px solid;
  padding: 1rem;
  font-size: 1.4rem;
}

table.schedule td span {
  display: block;
  margin-top: 3px;
}
table.schedule td span.sc_time {
  font-size: 1.1rem;
  font-weight: bold;
}
table.schedule td span.art_name {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 3px 0;
}
table.schedule td span.sc_planning {
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
}
table.schedule td span.sc_guest {
  color: #ffe943;
  font-size: 1.2rem;
  line-height: 1.5;
}

table .break {
  color: #000 !important;
  text-align: center !important;
}

.schedule-box {
  width: 100%;
  height: 100%;
}
.schedule-box table {
  width: 100%;
}

table.schedule2 {
  min-width: 900px;
  width: 100%;
}

table.schedule2 th {
  color: #fff;
  background-color: #87c0ca;
  border-right: #fff 1px solid;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}

table.schedule2 td {
  color: #000;
  background-color: #fff;
  border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}

table.schedule2 td span {
  color: #ffe943;
  font-weight: 400;
}

/*YouTube埋め込みのレスポンシブ*/
.youtube-link {
  position: relative;
  padding-bottom: 56.2%; /*アスペクト比 16:9の場合の縦幅 縦幅ここで調整*/
  height: 0;
  overflow: hidden;
  width: 100%; /*大きさはここで調整*/
  background-image: url("");
}

.youtube-link iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*object-fitのIE対応*/
img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/*pointer*/
.fav-box {
  position: relative;
}
.fav-box .right {
  z-index: 1;
}
.fav-box::before {
  content: "";
  background-image: url(images/fav-horse.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 40px;
  top: 40px;
}

@media screen and (max-width: 1000px) {
  .program-item {
    width: min(45%, 353px);
  }
  .collaborate .logo .item {
    margin-bottom: 1.5rem;
    width: 49%;
    margin-right: 0.5rem;
  }
  .collaborate .logo {
    flex-flow: row wrap;
  }
  .collaborate .logo .item:nth-of-type(2) {
    margin-right: 0;
  }
  .brand-outline {
    flex-flow: column-reverse;
    gap: 2rem;
  }
  .brand-outline .his-logo {
    width: 250px;
  }
  .brand-outline figure {
    width: 15rem;
    margin: 2rem auto;
  }
  footer .link-btn-box {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 840px) {
  .cursor,
  .follower {
    display: none !important;
  }
  .singlefilm .copyright {
    width: 90%;
  }
  .big-lead {
    text-align: center;
  }
  .link-btn {
    margin: 3rem 0;
    width: 100%;
  }
  .mailmagazine dd {
    padding: 0 !important;
  }
  .program-item {
    width: min(100%, 330px);
  }
  .program-item.min {
    width: min(100%, 374px);
  }
  .slide-image .copyright {
    font-size: 0.8rem !important;
  }
  .hideClass {
    transform: translateY(-200px);
  }
  p {
    letter-spacing: 0.1rem;
  }
  .page-container h3 {
    font-size: 2.2rem;
    margin-top: 6rem;
  }
  .page-head .title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .page-head figure {
    width: 65px;
  }
  .btn-box {
    padding: 1rem;
    gap: 1rem;
  }
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none;
  }
  .mw_wp_form dl {
    flex-flow: column;
  }
  .mw_wp_form dl dt {
    width: 100%;
    margin-bottom: 0;
  }
  .mw_wp_form dl dd {
    width: 100%;
  }
  .form-box {
    padding-top: 17rem;
  }
  body {
    flex-flow: column;
  }
  header {
    width: 100%;
    height: 70px;
    transition: all 1s ease;
    top: 0;
    padding: 0.5rem 1rem;
  }
  .main-container {
    width: 100%;
    padding-top: 7rem;
  }
  .main-visual .slide-image {
    height: auto;
  }
  .menu-sp {
    position: absolute;
    left: 0;
  }
  .openbtn {
    /*ボタン内側の基点となるためrelativeを指定。
    追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    position: relative;
    cursor: pointer;
    width: 6rem;
    height: 6rem;
    margin-left: auto;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    background: #240000;
    width: 65%;
  }
  .openbtn span:nth-of-type(1) {
    top: 19px;
  }
  .openbtn span:nth-of-type(2) {
    top: 28px;
  }
  .openbtn span:nth-of-type(3) {
    top: 37px;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .menu.active .openbtn span:nth-of-type(1) {
    top: 22px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    background: #fff;
  }
  .menu.active .openbtn span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .menu.active .openbtn span:nth-of-type(3) {
    top: 34px;
    left: 18px;
    transform: translateY(-6px) rotate(-135deg);
    background: #fff;
  }
  .menu-list {
    opacity: 0;
    transition: all 1s ease;
    position: fixed;
    padding-top: 8rem;
    background-color: rgba(135, 192, 202, 0.8);
    width: 100vw;
    height: auto;
    overflow: scroll;
    padding-bottom: 3rem;
    transform: translateX(100px);
    z-index: -9999;
  }
  .menu-list.active {
    opacity: 1;
    transform: none;
    z-index: 9999;
  }
  .menu-list.active {
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  .menu-list.active::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .menu-list .menu1 {
    margin-bottom: 0 !important;
  }
  .menu-list .lang-switch {
    max-width: none;
    width: 175px;
  }
  .menu-list .menu1 li {
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.7;
    font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  }
  .menu-list .sub-box {
    display: flex;
    flex-flow: row;
    width: 100%;
    margin: 2rem auto;
    height: 10rem;
    position: absolute;
    transition: all 1s ease;
  }
  .sns {
    max-width: 100%;
    padding: 1rem;
    width: 100%;
  }
  .menu-list .sub-box .sns a {
    height: 50px;
  }
  .sns {
    justify-content: flex-start;
    gap: 2rem;
    padding: 1rem 3rem;
  }
  .sns img {
    width: 42px;
  }
  .menu {
    margin: 0;
    padding: 0;
  }
  .top-logo {
    width: 27rem;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 1rem;
  }
  .hushtag p {
    font-size: 4rem;
  }
  .hushtag {
    height: 7.5rem;
  }
  #theme p {
    font-size: 1.6rem;
  }
  .slider {
    width: 90%;
  }
  .en-heading {
    font-size: 6rem;
  }
  .ja-heading {
    font-size: 1.6rem;
  }
  .lead {
    width: 100%;
  }
  .lead,
  .lead-btn .lead {
    font-size: 1.6rem;
  }
  .type-plan {
    width: 80%;
  }
  .page-container .type-plan {
    width: 100%;
  }
  .type-plan .item {
    width: 100%;
    flex-flow: column;
    padding: 2rem 0;
  }
  .page-container .type-plan .item {
    max-width: 95%;
  }
  .type-plan .item figure {
    width: 9rem;
  }
  .type-plan .item .s-txt {
    font-size: 1.4rem;
    width: 70%;
  }
  .type-plan .item .title {
    font-size: 3rem;
    margin: 0;
    width: 50rem;
  }
  .bottom-footer .logo {
    max-width: 95%;
    justify-content: space-between;
  }
  .copyright {
    max-width: 100%;
    width: 100%;
  }
  .bottom-footer .logo figure {
    height: 3.5rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .bottom-footer .logo figure {
    max-width: 6rem;
  }
  .copyright {
    font-size: 0.7rem;
    letter-spacing: 0;
  }
  .join-box {
    flex-flow: column;
    width: 100%;
  }
  .join-box figure,
  .join-box .detail {
    width: 100%;
  }
  .join-box .detail {
    padding-left: 0;
  }
  .join-box .link-btn-box {
    margin: 1rem auto 0;
  }
  .join-box .btn-box {
    margin-top: 2rem;
  }
  .join-box figure {
    margin-bottom: 4rem;
  }
  .program-invitation {
    flex-flow: column;
    width: 100%;
  }
  .program-invitation figure,
  .program-invitation .detail {
    width: 100%;
  }
  .program-invitation figure {
    height: auto;
  }
  .program-invitation .link-btn-box {
    margin: 3rem auto;
  }
  .program-invitation .detail {
    padding-left: 0;
  }
  .link-btn-box.program-link {
    margin: 4rem auto 0;
  }
  .sf-field-submit input {
    width: 100%;
  }
  .article-gray {
    padding: 1rem;
  }
  .page-container .defolt-li li {
    font-size: 1.4rem;
  }
  .news-archive .title {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.2rem;
  }
  .mw_wp_form .link-btn {
    width: 100%;
  }
  .mw_wp_form .link-btn-box {
    margin: 4rem auto;
  }
  .archive-img {
    width: 60% !important;
    margin: 0 auto 2rem;
  }
  .archive-txt p {
    font-size: 1.2rem;
    text-align: left;
  }
  .singlefilm .visual {
    width: 100%;
    height: auto;
  }
  .singlefilm .right {
    width: 100%;
  }
  .director-cont .photo {
    width: 100%;
    height: 375px;
  }
  .director-cont .right {
    width: 100%;
    padding: 2rem;
  }
  .film-container {
    justify-content: space-between;
  }
  .menu2 {
    max-width: 95%;
    width: 95%;
    margin: 0 auto;
  }
  .menu2 li {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.7rem;
    display: inline-block;
    margin-right: 2rem;
  }
  #news .item {
    width: 288px;
  }
  table.schedule th,
  table.schedule td {
    width: 100%;
    display: block;
    border-left: none;
    border-right: none;
  }
  .no-bg {
    display: none !important;
  }
  table.schedule tbody th {
    height: 4rem;
    text-align: center;
    margin-top: 1rem;
    width: 100%;
  }
  table.schedule {
    width: 100%;
  }
  .break {
    text-align: center !important;
  }
  .schedule-box {
    overflow-x: scroll;
  }
  .host-cont {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 2rem 0;
    border: #87c0ca 1px solid;
    padding: 1rem;
  }
  .host-cont .photo {
    width: 100%;
    height: auto;
    margin: 2rem;
  }
  .host-cont .right {
    width: 100%;
    padding: 0;
  }
  .yoruhis-box .youtube-link {
    width: 100%;
    padding-bottom: 56.2%;
  }
  .yoruhis-box .right {
    width: 100%;
  }
  h4.like {
    width: 100%;
  }
  h4.film-name {
    font-size: 3.2rem;
  }
  h4.film-name span {
    font-size: 1.8rem;
  }
  .director-cont .right .director-name {
    line-height: 1;
  }
  .director-cont.content-box {
    padding: 0.5rem;
  }
  section {
    padding: 8rem 2rem;
  }
  .title-fes {
    margin: 0 auto;
    width: 90%;
  }
  html.active,
  body.active {
    overflow: hidden;
  }
  .slick-prev,
  .slick-next {
    width: 20px;
    height: 40px;
  }
  .content-box {
    padding: 5rem 2rem;
  }
  .anchor.item {
    flex: 0 0 49%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .page-container h4 {
    font-size: 2.2rem;
  }
  .page-head {
    margin: 6rem auto 0;
    width: 85%;
    justify-content: center;
    gap: 2rem;
  }
  .page-head p {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  .fav-box::before {
    width: 200px;
    height: 200px;
    left: 20px;
    top: 20px;
  }
  .singlefilm .copyright {
    width: 95%;
  }
  .big-lead {
    text-align: center;
  }
  .link-btn {
    margin: 3rem 0;
    width: 100%;
  }
  .mailmagazine dd {
    padding: 0 !important;
  }
  .program-item {
    width: min(100%, 353px);
  }
  .slide-image .copyright {
    font-size: 0.8rem !important;
  }
  .hideClass {
    transform: translateY(-200px);
  }
  p {
    letter-spacing: 0.1rem;
  }
  .page-container h3 {
    font-size: 2.2rem;
    margin-top: 6rem;
  }
  .page-head .title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .page-head figure {
    width: 65px;
  }
  .btn-box {
    padding: 1rem;
    gap: 1rem;
  }
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none;
  }
  .mw_wp_form dl {
    flex-flow: column;
  }
  .mw_wp_form dl dt {
    width: 100%;
    margin-bottom: 0;
  }
  .mw_wp_form dl dd {
    width: 100%;
  }
  .form-box {
    padding-top: 17rem;
  }
  body {
    flex-flow: column;
  }
  header {
    width: 100%;
    height: 70px;
    transition: all 1s ease;
    top: 0;
    padding: 0.5rem 1rem;
  }
  .main-container {
    width: 100%;
    padding-top: 7rem;
  }
  .main-visual .slide-image {
    height: auto;
  }
  .menu-sp {
    position: absolute;
    left: 0;
  }
  .openbtn {
    /*ボタン内側の基点となるためrelativeを指定。
    追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    position: relative;
    cursor: pointer;
    width: 6rem;
    height: 6rem;
    margin-left: auto;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    background: #240000;
    width: 65%;
  }
  .openbtn span:nth-of-type(1) {
    top: 19px;
  }
  .openbtn span:nth-of-type(2) {
    top: 28px;
  }
  .openbtn span:nth-of-type(3) {
    top: 37px;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .menu.active .openbtn span:nth-of-type(1) {
    top: 22px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    background: #fff;
  }
  .menu.active .openbtn span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .menu.active .openbtn span:nth-of-type(3) {
    top: 34px;
    left: 18px;
    transform: translateY(-6px) rotate(-135deg);
    background: #fff;
  }
  .menu-list {
    opacity: 0;
    transition: all 1s ease;
    position: fixed;
    padding-top: 8rem;
    background-color: rgba(135, 192, 202, 0.8);
    width: 100vw;
    height: auto;
    overflow: scroll;
    padding-bottom: 3rem;
    transform: translateX(100px);
    z-index: -9999;
  }
  .menu-list.active {
    opacity: 1;
    transform: none;
    z-index: 9999;
  }
  .menu-list.active {
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  .menu-list.active::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .menu-list .menu1 {
    margin-bottom: 0 !important;
  }
  .menu-list .lang-switch {
    max-width: none;
    width: 175px;
  }
  .menu-list .menu1 li {
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.7;
    font-family: Avenir, toppan-bunkyu-gothic-pr6n, sans-serif;
  }
  .menu-list .sub-box {
    display: flex;
    flex-flow: row;
    width: 100%;
    margin: 2rem auto;
    height: 10rem;
    position: absolute;
    transition: all 1s ease;
  }
  .sns {
    max-width: 100%;
    padding: 1rem;
    width: 100%;
  }
  .menu-list .sub-box .sns a {
    height: 50px;
  }
  .sns {
    justify-content: space-evenly;
  }
  .sns img {
    width: 42px;
  }
  .menu {
    margin: 0;
    padding: 0;
  }
  .top-logo {
    width: 27rem;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 1rem;
  }
  .hushtag p {
    font-size: 2.2rem;
  }
  .hushtag {
    height: 4rem;
  }
  #theme p {
    font-size: 1.6rem;
  }
  .slider {
    width: 95%;
  }
  .en-heading {
    font-size: 4.5rem;
  }
  .ja-heading {
    font-size: 1.6rem;
  }
  #way-join .lead {
    width: 29rem;
  }
  .lead,
  .lead-btn .lead {
    font-size: 1.6rem;
  }
  .type-plan {
    width: 95%;
  }
  .page-container .type-plan {
    width: 100%;
  }
  .type-plan .item {
    width: 100%;
    flex-flow: column;
    padding: 2rem 0;
  }
  .page-container .type-plan .item {
    max-width: 95%;
  }
  .type-plan .item figure {
    width: 9rem;
  }
  .type-plan .item .s-txt {
    font-size: 1.4rem;
    width: 70%;
  }
  .type-plan .item .title {
    font-size: 2rem;
    margin: 0;
    width: 20rem;
  }
  .bottom-footer .logo {
    max-width: 95%;
    justify-content: space-between;
  }
  .copyright {
    max-width: 100%;
    width: 100%;
  }
  .bottom-footer .logo figure {
    height: 3.5rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .bottom-footer .logo figure {
    max-width: 6rem;
  }
  .copyright {
    font-size: 0.7rem;
    letter-spacing: 0;
  }
  .join-box {
    flex-flow: column;
    width: 100%;
  }
  .join-box figure,
  .join-box .detail {
    width: 100%;
  }
  .join-box .detail {
    padding-left: 0;
  }
  .join-box .link-btn-box {
    margin: 1rem auto 0;
  }
  .join-box .btn-box {
    margin-top: 2rem;
  }
  .join-box figure {
    margin-bottom: 4rem;
  }
  .program-invitation {
    flex-flow: column;
    width: 100%;
  }
  .program-invitation figure,
  .program-invitation .detail {
    width: 100%;
  }
  .program-invitation figure {
    height: auto;
  }
  .program-invitation .link-btn-box {
    margin: 3rem auto;
  }
  .program-invitation .detail {
    padding-left: 0;
  }
  .link-btn-box.program-link {
    margin: 4rem auto 0;
  }
  .sf-field-submit input {
    width: 100%;
  }
  .article-gray {
    padding: 1rem;
  }
  .news-archive .title {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.2rem;
  }
  .mw_wp_form .link-btn {
    width: 100%;
  }
  .mw_wp_form .link-btn-box {
    margin: 4rem auto;
  }
  .archive-img {
    width: 60% !important;
    margin: 0 auto 2rem;
  }
  .archive-txt p {
    font-size: 1.2rem;
    text-align: left;
  }
  .singlefilm .visual {
    width: 100%;
    height: auto;
  }
  .singlefilm .right {
    width: 100%;
  }
  .director-cont .photo {
    width: 100%;
    height: auto;
  }
  .director-cont .right {
    width: 100%;
    padding: 2rem;
  }
  .film-container {
    justify-content: center;
  }
  .menu2 {
    max-width: 95%;
    width: 95%;
    margin: 0 auto;
  }
  .menu2 li {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.7rem;
    display: inline-block;
    margin-right: 2rem;
  }
  #news .item {
    width: 288px;
  }
  table.schedule th,
  table.schedule td {
    width: 100%;
    display: block;
    border-left: none;
    border-right: none;
  }
  .no-bg {
    display: none !important;
  }
  table.schedule tbody th {
    height: 4rem;
    text-align: center;
    margin-top: 1rem;
    width: 100%;
  }
  table.schedule {
    width: 100%;
  }
  .break {
    text-align: center !important;
  }
  .schedule-box {
    overflow-x: scroll;
  }
  .host-cont {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 2rem 0;
    border: #87c0ca 1px solid;
    padding: 1rem;
  }
  .host-cont .photo {
    width: 100%;
    height: auto;
    margin: 2rem;
  }
  .host-cont .right {
    width: 100%;
    padding: 0;
  }
  .yoruhis-box .youtube-link {
    width: 100%;
    padding-bottom: 56.2%;
  }
  .yoruhis-box .right {
    width: 100%;
  }
  h4.like {
    width: 100%;
  }
  h4.film-name {
    font-size: 3.2rem;
  }
  h4.film-name span {
    font-size: 1.8rem;
  }
  .director-cont .right .director-name {
    line-height: 1;
  }
  .director-cont.content-box {
    padding: 0.5rem;
  }
  section {
    padding: 8rem 2rem;
  }
  .title-fes {
    margin: 0 auto;
    width: 90%;
  }
  html.active,
  body.active {
    overflow: hidden;
  }
  .slick-prev,
  .slick-next {
    width: 20px;
    height: 40px;
  }
  .content-box {
    padding: 5rem 2rem;
  }
  .anchor.item {
    flex: 0 0 49%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .page-container h4 {
    font-size: 2.2rem;
  }
  .page-head {
    margin: 6rem auto 0;
    width: 85%;
    justify-content: center;
    gap: 2rem;
  }
  .page-head p {
    width: 100%;
    text-align: center;
  }
}
/*2023-11-06以降追加*/
.banner {
  max-width: 800px;
  margin: 0 auto;
}

.slick-slide img {
  max-height: 500px !important;
}

.ozashiki_title {
  background-color: #fff;
  border-radius: 10px;
  padding-left: 10px;
  position: relative;
  margin: 1rem 0 !important;
}
.ozashiki_title.ozashiki1 {
  border: #df7421 2px solid;
  color: #df7421 !important;
}
.ozashiki_title.ozashiki2 {
  border: #75b12e 2px solid;
  color: #75b12e !important;
}
.ozashiki_title::before {
  content: "▼";
  transform: rotate(0deg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 17px;
  font-weight: bold;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ozashiki_title.close_program::before {
  top: 15px;
  transform: rotate(-90deg);
}

[class*=ozashiki] article {
  background-color: #fae5d2;
  padding: 1.5rem;
  margin: 1rem;
}
[class*=ozashiki] article h6 {
  font-size: 1.6rem;
  color: #df7421;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
}
[class*=ozashiki] article .time {
  background-color: #df7421;
  padding: 0 1rem;
  color: #fff;
  font-weight: bold;
  font-family: Avenir, sans-serif;
  font-weight: 100;
  font-style: italic;
}
[class*=ozashiki] article .title {
  font-size: 2.6rem;
  line-height: 1.5;
  padding: 2rem 0;
}
@media screen and (max-width: 540px) {
  [class*=ozashiki] article .title {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }
}
[class*=ozashiki] article .photo {
  margin: 0 !important;
  height: auto !important;
}
[class*=ozashiki] article .director-name {
  font-size: 1.8rem !important;
  color: #df7421;
  font-weight: bold;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  line-height: 1.4 !important;
}
@media screen and (max-width: 540px) {
  [class*=ozashiki] article .director-name {
    margin-bottom: 0.5rem !important;
  }
}
[class*=ozashiki] article .director-name span {
  font-size: 1.6rem;
  padding-left: 1rem;
}
@media screen and (max-width: 540px) {
  [class*=ozashiki] article .director-name span {
    display: block;
    padding-left: 0;
  }
}
[class*=ozashiki] article .txt {
  font-size: 1.5rem;
  line-height: 1.6;
}
[class*=ozashiki] article .right {
  padding-left: 1rem !important;
  text-align: justify;
}
@media screen and (max-width: 540px) {
  [class*=ozashiki] article .right {
    padding: 2rem 0 !important;
  }
}
[class*=ozashiki] article .right p {
  font-size: 1.4rem;
}
[class*=ozashiki] article hr {
  border-top: 1px solid #fff;
}
[class*=ozashiki] article .event_photo {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
}
[class*=ozashiki] article .event_photo figure {
  width: calc((100% - 1rem) / 2);
  height: auto;
  text-align: center;
}
[class*=ozashiki] article .event_photo figure span {
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 540px) {
  [class*=ozashiki] article .event_photo figure {
    width: 100%;
  }
}
[class*=ozashiki] article .event_photo figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
[class*=ozashiki] article .event_photo figure.height400px {
  height: 400px;
}
@media screen and (max-width: 540px) {
  [class*=ozashiki] article .event_photo figure.height400px {
    height: 300px;
  }
}

.ozashiki2 article {
  background-color: #e8f0d8;
}
.ozashiki2 article .time {
  background-color: #75b12e;
}
.ozashiki2 article h6 {
  color: #75b12e;
}
.ozashiki2 article .director-name {
  color: #75b12e;
}
.ozashiki_box {
  flex-flow: column;
  align-items: center;
}
.ozashiki_box .catch {
  border-bottom: none;
  border-top: 2px solid #87c0ca;
  padding-top: 1rem;
}
.ozashiki_box .detail {
  width: 100%;
  padding-left: 0;
}
.ozashiki_box figure {
  height: 250px;
  width: 100%;
  margin-bottom: 4rem;
}
.ozashiki_box figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  margin-bottom: 5px;
  -o-object-position: center;
     object-position: center;
}

.ozashiki_box_layout {
  display: flex;
  flex-flow: row wrap;
  gap: 4rem;
}
.ozashiki_box_layout .ozashiki_box {
  width: calc((100% - 8rem) / 3);
}
@media screen and (max-width: 540px) {
  .ozashiki_box_layout .ozashiki_box {
    width: 100%;
  }
}

.uetsuki {
  vertical-align: super;
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */