@charset "UTF-8";
/* CSS Document */
body {
  font-feature-settings: "palt";
  font-family: "MFW-PFutoGoB101Pr6N-Medium" !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

html {
  font-size: 62.5%;
}

/* html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
} */
strong,
b {
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
}

.g-recaptcha {
  display: flex;
  justify-content: center;
}

.under-link a {
  text-decoration: underline !important;
}

.under-link a:hover {
  text-decoration: underline !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none !important;
}

.prl-0px {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.pl-40-pr-0 {
  padding-left: 4rem !important;
  padding-right: 0rem !important;
}

.pb-10px {
  padding-bottom: 1rem;
  margin-bottom: 0px;
}

.pt-10px {
  padding-top: 1rem;
}

.mb-10px {
  margin-bottom: 1rem;
}

.mt-10px {
  margin-top: 1rem;
}

.pb-19px {
  padding-bottom: 1.9rem;
  margin-bottom: 0px;
}

.pt-20px {
  padding-top: 2rem;
}

.pb-39px {
  padding-bottom: 3.9rem;
  margin-bottom: 0px;
}

.pt-39px {
  padding-top: 3.9rem;
}

.mb-39px {
  margin-bottom: 3.9rem;
}

.mt-39px {
  margin-top: 3.9rem;
}

.pt-43px {
  padding-top: 4.3rem;
}

.pb-43px {
  padding-bottom: 4.3rem;
}

.pb-58px {
  padding-bottom: 5.8rem;
}

.pb-78px {
  padding-bottom: 7.8rem;
}

.pb-98px {
  padding-bottom: 9.8rem;
}

.pt-78px {
  padding-top: 7.8rem;
}

.mb-78px {
  margin-bottom: 7.8rem;
}

.mt-78px {
  margin-top: 7.8rem;
}

.mr-40px {
  margin-right: 4rem;
}

.ml-40px {
  margin-left: 4rem;
}

.text-bottom {
  position: absolute;
  bottom: 0;
}

.w-240 {
  width: 240px;
}

.w-245 {
  width: 245px;
}

.w-850s {
  padding-left: 130px;
  padding-right: 130px;
}

.text-dl dt {
  float: left;
}

.text-dl dd {
  margin-left: 100px;
  margin-bottom: 35px;
}

dl,
ol,
ul {
  padding-left: 0rem;
}

h2,
h3,
h4 {
  font-weight: bold !important;
}

h4 {
  color: #221613 !important;
}

h2 {
  color: #221613 !important;
  line-height: 1.4;
  padding: 1em 1em;
  text-align: center;
  margin-bottom: 3.2rem !important;
  font-size: 4.8rem !important;
  letter-spacing: 0.5rem;
}

.mincho {
  font-family: "hiragino-mincho-pron", sans-serif !important;
  font-weight: 600;
  font-style: normal;
}

.mr-50 {
  margin-right: 50px;
}

.sns-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 36px;
}

.sns-list li {
  margin-left: 10px;
  margin-right: 10px;
}

.sns-list li img {
  height: 24px;
}

.header-catch {
  float: left;
  font-size: 1.3rem;
  padding-top: 4px;
}

.english-box {
  background-color: #f5821f;
  color: #ffffff;
  float: right;
  width: 90px;
  height: 40px;
  text-align: center;
  padding-top: 6px;
}

.sp-catch {
  display: none;
}

/*サポートページ*/
.grid2,
.grid3 {
  overflow: hidden;
  transition: opacity 0.3s;
  opacity: 0;
  max-height: 100vh;
  opacity: 1;
  width: 100% !important;
  max-height: 100%;
  display: flex;
  flex-flow: row wrap;
}

.grid_s {
  overflow: hidden;
  transition: opacity 0.3s;
  opacity: 0;
  max-height: 100vh;
}
.grid_s.on {
  opacity: 1;
  width: 100% !important;
  max-height: 100%;
}

.grid-item2,
.grid-item3 {
  width: 29%;
  margin: 2%;
  background: white;
  font-size: 1.6rem;
}
.grid-item2 h4.pub,
.grid-item2 h4.pubf,
.grid-item3 h4.pub,
.grid-item3 h4.pubf {
  font-size: 1.6rem !important;
}
.grid-item2 a,
.grid-item3 a {
  font-size: 1.4rem;
}
.grid-item2 img,
.grid-item3 img {
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .grid-item2,
  .grid-item3 {
    width: 44%;
    margin: 3%;
  }
}

.grid-item_s {
  width: 28%;
  margin: 2%;
  background: white;
  font-size: 1.6rem;
}
.grid-item_s h4.pub,
.grid-item_s h4.pubf {
  font-size: 1.6rem !important;
}
.grid-item_s a {
  font-size: 1.4rem;
}
.grid-item_s img {
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .grid-item_s {
    width: 44%;
    margin: 3%;
  }
}

@media screen and (max-width: 768px) {
  #mg-wprm-wrap li.menu-item a span {
    font-size: 12px;
    padding-left: 1rem;
  }
}
/*リンクの種類によってアイコンを表示*/
/*a[target=_blank] {
	padding-right: 20px;
	background: url(../images/ico_cmn_blank.png) right center/11px auto no-repeat;
}*/
.wpr_social_icons a[target=_blank] {
  padding-right: 0px;
  background: none !important;
}

#sitemap_list li a {
  background-color: #ffffff !important;
}

a[href$=".pdf"]:after {
  content: " ";
  display: inline-block;
  width: 46px;
  height: 18px;
  margin-left: 0.8rem;
  background: url(../images/icon_pdf.jpg) no-repeat;
  vertical-align: middle;
}

a[target=_blank].non-pdf {
  padding-right: 0px;
  background: none;
}

a[href$=".pdf"].non-pdf:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 0px;
  background: none;
}

a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/ico_cmn_word.png) no-repeat;
}

a[href$=".xlsx"]:after,
a[href$=".xls"]:after {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/ico_cmn_xls.png) no-repeat;
}

/*リンクの種類によってアイコンを表示 END*/
a:hover {
  text-decoration: none !important;
  color: #231815 !important;
}

.page-content h5 a {
  color: #221613;
  text-decoration: none;
}

.btn-primary:focus {
  box-shadow: none !important;
}

a img:hover {
  opacity: 0.7;
}

.header-inner {
  max-width: 1110px;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

header h1 {
  width: 100%;
  margin-bottom: 53px;
}

#sub_navi-2 {
  background-color: #ffffff;
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
}

dl.page-dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.9rem;
}

dl.page-dl dt {
  width: 10%;
  box-sizing: border-box;
}

dl.page-dl dd {
  margin: 0;
  width: 90%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  dl.page-dl {
    flex-flow: column nowrap;
  }
  dl.page-dl dt,
  dl.page-dl dd {
    width: 100%;
  }
  dl.page-dl dd {
    border-left: none;
  }
  #mg-wprm-wrap li.menu-item a span {
    font-size: 12px;
    padding-left: 1rem;
  }
}
.page-content {
  line-height: 1.7;
}

ul.linkpage li {
  line-height: 2;
  margin-bottom: 1.6rem;
}

.line-height15 {
  line-height: 1.5;
}

.line-height2 {
  line-height: 2;
}

.line-height25 {
  line-height: 2.5;
}

.line-height3 {
  line-height: 3.5;
}

/*ページタイトル画像*/
.ttl-4 {
  background-image: url(../images/ttl-4.jpg);
  background-size: cover;
}

.ttl-8 {
  background-image: url(../images/ttl-8.jpg);
  background-size: cover;
}

.ttl-12 {
  background-image: url(../images/ttl-12.jpg);
  background-size: cover;
}

.ttl-14 {
  background-image: url(../images/ttl-14.jpg);
  background-size: cover;
}

.ttl-16 {
  background-image: url(../images/ttl-16.jpg);
  background-size: cover;
}

.ttl-599 {
  background-image: url(../images/ttl-599.jpg);
  background-size: cover;
}

.ttl-611 {
  background-image: url(../images/ttl-611.jpg);
  background-size: cover;
}

.ttl-614 {
  background-image: url(../images/ttl-614.jpg);
  background-size: cover;
}

.ttl-643 {
  background-image: url(../images/ttl-643.jpg);
  background-size: cover;
}

.ttl-news {
  background-image: url(../images/ttl-news.jpg);
  background-size: cover;
}

/*ページタイトル画像 END*/
.news-archive-title {
  display: inline-block;
  padding-right: 40px;
  vertical-align: top;
  min-width: 85px;
  white-space: nowrap;
}

.news-archive-title.talkdance {
  width: 150px;
}

.news-archive-title.mediacoverage {
  width: 200px;
}

.wings-page .news-archive-title.mediacoverage {
  margin-left: -32px;
  padding-right: 56px;
}

.news-archive-title.review {
  width: 110px;
}

.news-archive-box {
  display: inline-block;
  margin: 0 auto;
}

.floor-map img {
  max-height: 650px;
}

/*クッションページ*/
.page-cushion-inner {
  border: 1px solid #e3e3e3;
  height: 100%;
}

.page-cushion img {
  border: 1px solid #e3e3e3;
}

/*クッションページ END*/
.page-body {
  background-color: #fff;
  /*display:flex;*/
  padding-top: 133px;
  line-height: 1.7;
  word-break: break-word;
}

.header_search {
  position: absolute;
  width: 1140px;
  top: 3px;
}

.header_search form input {
  height: 30px;
}

.header_search form button {
  height: 27px;
  background-color: #707070;
}

.row-eq-height {
  display: flex !important;
  flex-wrap: wrap !important;
}

#sb_instagram .sbi_follow_btn a {
  background-color: #221613 !important;
  color: #ffffff !important;
}

.newMark {
  padding: 2px;
  color: #ea2125;
}

.btn.rb {
  bottom: 0;
  right: 15px;
  position: absolute;
}

.navbar {
  padding: 0 !important;
}

.navbar-collapse {
  background-color: #f5821f;
}

.navbar-nav .nav-item a {
  color: #ffffff;
}

.navbar-white .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url(../images/3.svg);
}

.navbar-white .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/batsu.svg);
}

.w-20 {
  width: 20%;
}

.w-60 {
  width: 60%;
}

.navpc {
  width: 100%;
  clear: both;
}

.page-top-wrap {
  margin: auto;
  position: fixed;
  z-index: 99993;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  height: 106px;
}

.navpc ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.navpc ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px 0 0;
}

.navpc ul li.gnav01,
.navpc ul li.gnav02,
.navpc ul li.gnav03,
.navpc ul li.gnav04,
.navpc ul li.gnav05 {
  margin-right: 120px;
  padding-bottom: 25px;
}

.navpc ul li.gnav06 {
  padding-bottom: 25px;
}

.navpc ul li a {
  color: #fff;
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
}

.page-top-wrap .navpc ul li a {
  color: #221613;
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
}

.navpc ul li a:hover {
  text-decoration: none;
}

.gnav01,
.gnav02,
.gnav03,
.gnav04,
.gnav05,
.gnav06 {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}

.gnav01:hover,
.gnav02:hover,
.gnav03:hover,
.gnav04:hover,
.gnav05:hover,
.gnav06:hover {
  border-bottom: 5px solid #221613;
}

.gnav01.current,
.gnav02.current,
.gnav03.current,
.gnav04.current,
.gnav05.current,
.gnav06.current {
  border-bottom: 5px solid #221613;
}

.header-contact {
  float: right;
}

.header-fb {
  margin-top: 8px;
  float: right;
  background: none !important;
}

#slide {
  margin-left: auto;
  margin-right: auto;
}

.top-wrap {
  z-index: 100000;
  left: 0;
  right: 0;
  height: 110px;
  margin: auto;
  position: fixed;
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1140px) {
  #slide {
    width: 100%;
  }
}
#slide ul {
  padding: 0px;
}

#slide ul li {
  overflow: hidden;
  width: 100%;
}

#slide ul li img {
  width: 100%;
  height: auto;
}

#slide span {
  position: absolute;
  z-index: 1000;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
}

#slide span strong {
  display: inline;
  background-color: #ffffff;
}

.event-wrap {
  width: 100%;
  height: 700px;
  background: #ededed;
}

.event-wrap-auto {
  width: 100%;
  height: auto;
}

.event-wrap img {
  max-height: 700px;
}

.line-heigt15 {
  line-height: 1.5;
}

.bg-gray {
  background-color: #f5f5f5;
}

.carousel-indicators li {
  height: 15px !important;
  width: 15px !important;
  border-radius: 50%;
}

.carousel-item img {
  width: 100%;
}

.carousel-fade .carousel-item {
  transition-duration: 2s !important;
}

.slide_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search.icon {
  color: #ffffff;
  margin-top: 2px;
  width: 12px;
  height: 12px;
  border: solid 1px currentColor;
  border-radius: 100%;
  transform: rotate(-45deg);
  display: inline-block;
  position: relative;
}

.search.icon:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  height: 6px;
  width: 1px;
  background-color: currentColor;
  color: #ffffff;
}

.form-inline .form-control {
  height: 27px;
  border: 1px solid #707070;
  border-radius: 0px !important;
}

h3 small {
  color: #231f20;
  font-size: 55%;
  padding-left: 0.8rem;
}

.activity-container h3.h3-title {
  color: #fff;
}

.activity-container h3.h3-title:before {
  background-color: #fff;
}

.activity-container .bg-white {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}

h3.h3-title {
  text-align: center;
  color: #221613;
  position: relative;
  display: inline-block;
  margin-bottom: 3.9rem;
  font-size: 3.2rem;
}

.arrow-big_btn_wrap {
  margin: auto;
  margin-top: 50px;
  max-width: 300px;
}

.arrow-big_btn a {
  display: block;
  padding: 15px 0;
  border-radius: 10px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 2;
  border: 1px solid #221613;
  font-size: 14px;
  background-image: url(../images/arrow01.png);
  background-position: right 18px center;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #221613;
  color: #fff;
}

.arrow-big_btn a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  h3.whatsnew {
    text-align: center;
  }
  #slide span {
    display: none;
  }
}
h3.whatsnew:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/icon-news.png);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 6px;
  margin-right: 20px;
}

.newsmore {
  text-align: right;
  font-weight: bold;
  font-size: 1.4rem;
}

.newsmore a {
  color: #221613;
}

.newsmore a:hover {
  text-decoration: none;
}

h3.instagram {
  text-align: center;
  margin-bottom: 0;
}

h3.instagram:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/icon-insta.png);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 6px;
  margin-right: 20px;
}

.page-body .page-content h3,
.page-body h3 {
  font-size: 3.2rem;
  margin-bottom: 0;
  letter-spacing: 0.2rem;
}

.page-body .page-content h3.jp,
.page-body h3.jp {
  font-size: 1.9rem;
  margin-bottom: 7.8rem;
  text-align: center;
}

.page-body .page-content h4,
.page-body h4 {
  font-size: 2.4rem;
  margin-bottom: 0rem;
  margin-top: 0rem;
  line-height: 1.4;
}

.page-body h4.pub,
.page-body h4.pubf {
  font-size: initial;
  margin-bottom: 0.5rem;
  margin-top: initial;
  line-height: 1.2;
}

.page-body .page-content h4.jp,
.page-body h4.jp {
  margin-bottom: 2.2rem;
  margin-top: 2.4rem;
}

.page-body .page-content h5,
.page-body h5 {
  position: relative;
  text-align: left;
  font-size: 1.9rem;
  margin-bottom: 0;
}

.page-body .page-content h5 span,
.page-body h5 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 1.6rem;
  background-color: #fff;
  text-align: left;
}

.page-body .page-content h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #231815;
}

.page-body h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #231815;
}

.page-body .page-content h6,
.page-body h6 {
  font-size: 1.9rem;
  border-bottom: 1px solid #231815;
  display: inline-block;
}

.f19 {
  font-size: 1.9rem;
}

.f10 {
  font-size: 1rem;
  line-height: 1rem;
}

.news-container {
  width: 100%;
}

.activity-container {
  width: 100%;
  background-image: url(../images/zisseki-base.jpg);
  min-height: 85vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.footer_illust {
  background-image: url(../images/footer_illust.png);
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 76px;
}

.logo-4 {
  margin: 0;
  padding: 0;
  text-align: center;
}

.logo-4 li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 20%;
}

.logo-4 li img {
  padding: 5%;
}

#footer_wrap_up {
  background-color: #0c337d;
  color: #ffffff;
}

#footer_wrap_up h4 {
  font-size: 1.9rem;
  margin-top: 1.6rem;
}

#footer_wrap_up .footer_access {
  display: flex;
  align-items: center;
}

#footer_wrap_up .footer_access:after {
  border-top: #ffffff 1px dotted;
  content: "";
  flex-grow: 1;
  background: #0c337d;
  display: block;
  top: 50%;
  left: 0;
  margin-left: 0.4em;
}

#footer_wrap_up h5 {
  font-size: 1.6rem;
  text-decoration: underline;
  margin-top: 1.6rem;
}

#footer_wrap_up small {
  padding-left: 1em;
  display: block;
}

#footer_wrap_down .row {
  padding-bottom: 7.8rem;
}

#footer_wrap_down .footer-logo {
  width: 85px;
}

#footer_wrap_down p {
  text-align: center;
  font-weight: bold;
}

#footer_wrap_down a:hover {
  text-decoration: none;
}

#footer_wrap_down .access-cap {
  text-align: center;
  font-weight: bold;
}

#footer_wrap_down .email {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

#footer_wrap_down .menu {
  margin: 0;
  padding: 0;
  text-align: center;
}

#footer_wrap_down .menu-item {
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.4rem;
}

#footer_wrap_down .menu-item span {
  font-size: 10px;
}

#footer_wrap_down .sub-menu {
  padding-inline-start: 0rem;
}

#footer_wrap_down .sub-menu li a {
  background: url(../images/arrow02.png) no-repeat 8px 0.5em;
  color: #221613;
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  padding: 0 0 0 19px;
}

#footer_wrap_down .sub-menu li {
  display: block;
  float: none;
}

#footer_wrap_down .sub-menu .menu-item a {
  color: #221613;
  font-weight: normal;
  font-size: 1.3rem;
}

#footer_wrap_down .col-12 {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  #footer_wrap_down .list-inline .list-inline-item {
    font-size: 1.3rem;
  }
  .logo-4 {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .logo-4 li {
    width: 45%;
  }
}
#footer_wrap_down .col-4 {
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}

#footer_wrap_down .list-inline .list-inline-item a small {
  color: #ffffff;
}

.pagetitle {
  background-color: #f5f5f5;
}

.pagetitle h2 {
  text-align: center;
  color: #ffffff;
  padding-top: 95px;
  font-weight: bold;
}

.pagetitle-inner {
  width: 1140px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.kouyama_box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.kouyama_box img {
  width: 10vw;
  max-width: 105px;
}

.arrow {
  background: url(../images/arrow.png) no-repeat;
  background-position: center left;
}

h6.arrow {
  padding-left: 12px;
  margin-bottom: 0px !important;
}

.sub .widget-title {
  background-color: #221613;
  text-align: center;
  font-size: 1.6rem;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
}

.sub ul.sub_navi {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.sub .sub_navi li {
  list-style: none;
}

.sub .sub_navi li a {
  padding-left: 0.8rem;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 22px;
}

.sub .sub_navi li.page_item_has_children {
  padding-bottom: 0px;
}

.sub .sub_navi li a:hover {
  background-color: #efefef;
}

.sub .sub_navi li.current_page_item > a {
  background-color: #efefef;
}

.sub .sub_navi li.current_page_item ul li a {
  color: #221613 !important;
}

.sub .sub_navi.faculty li a {
  display: inline-block;
}

.sub .sub_navi li a {
  font-size: 1.6rem;
  color: #221613;
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
}

.sub .sub_navi li a .date {
  font-size: 1.1rem;
  display: inline-block;
}

.sub .sub_navi ul.children {
  -webkit-padding-start: 0px;
  padding-left: 0px;
}

.sub .sub_navi ul.children li {
  border: none;
  list-style: none;
  border-left: none;
  padding-left: 0 !important;
}

.sub .sub_navi ul.children li:hover {
  color: #f5821f;
}

.sub .sub_navi ul.children li.current_page_item {
  color: #f5821f;
}

.sub .sub_navi ul.children li a {
  font-size: 1.3rem;
  border-left: none;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sub .sub_navi ul.children li a {
  padding-left: 1em;
  text-indent: -0.7em;
}

.sub .sub_navi ul.children li {
  border-left: 5px solid #f5821f;
}

.sub-pickup h5 {
  font-size: 1.6rem;
  border-left: 3px solid #f5821f;
  padding-left: 0.5rem;
}

.sub-pickup p {
  font-size: 1.3rem;
}

.breadcrumbs {
  font-size: 80%;
  color: #221613;
  padding-bottom: 35px;
  padding-top: 35px;
}

.breadcrumbs a {
  color: #221613 !important;
}

.sub h4 {
  border-bottom: #cfcfcf 1px solid;
  margin-bottom: 0px;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}

.sub h4 a {
  font-size: 1.6rem;
  color: #221613;
  position: relative;
  display: block;
}

.sub .panel-heading {
  cursor: pointer;
}

.sub .accordion-toggle a:after {
  content: url(../images/minus.png);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
}

.sub .accordion-toggle a.collapsed:after {
  content: url(../images/plus.png);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
}

.sub .panel-body ul {
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 20px;
}

.sub .panel-body ul li a {
  font-size: 1.3rem;
  color: #221613;
}

dl.info {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
dl.info dt {
  width: 150px;
}
dl.info dt span.cinema, dl.info dt span._media, dl.info dt span.news, dl.info dt span.update, dl.info dt span.event {
  width: 130px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background: linear-gradient(90deg, #33539b, #221613);
}
dl.info dd {
  width: calc(100% - 150px);
  padding-left: 20px;
}
dl.info dd span.cinema, dl.info dd span._media, dl.info dd span.news, dl.info dd span.update, dl.info dd span.event {
  width: 130px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background: linear-gradient(90deg, #33539b, #221613);
}
dl.info dt,
dl.info dd {
  padding: 3px;
  margin-bottom: 0;
}
dl.info dt a,
dl.info dd a {
  color: #221613;
}
@media screen and (max-width: 600px) {
  dl.info {
    flex-flow: column;
  }
  dl.info dt,
  dl.info dd {
    width: 100%;
    padding-left: 0;
  }
}

dl.info-archive {
  color: #221613;
  width: 100%;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 2.4rem;
}

dl.info-archive dt,
dl.info-archive dd {
  margin-bottom: 5px;
}

dl.info-archive dt,
dl.info-archive dd a {
  font-weight: normal;
  color: #221613;
}

dl.info-report {
  color: #221613;
  font-size: 80%;
  font-weight: normal;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-left: 7px;
  padding-right: 7px;
}

dl.info-report dt,
dl.info-report dd a {
  font-weight: bold;
  color: #666666;
}

dl.info-report dt span {
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 85%;
}

dl.info-alumni,
dl.info-teacher {
  padding: 7px;
  min-height: 113px;
}

dl.info-alumni dt,
dl.info-teacher dt {
  font-size: 80%;
  color: #221613;
  font-weight: bold;
}

dl.info-alumni a,
dl.info-teacher a {
  font-size: 90%;
  color: #221613;
  font-weight: bold;
}

.single-info span,
dl.info-archive span {
  width: 130px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background: linear-gradient(90deg, #33539b, #221613);
}

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

div.info p:nth-of-type(1) {
  width: 15%;
}

div.info p:nth-of-type(2) {
  width: 60%;
  padding-left: 30px;
}

div.info p:nth-of-type(3) {
  width: 25%;
}

.news-archive-box.review-box {
  width: 80%;
}

.news-container .more {
  font-size: 1.2rem;
  float: right;
  border-bottom: 1px solid #221714;
}

.top-calender-wrap p {
  font-size: 1.2rem;
  margin-bottom: 0px;
}

.top-calender {
  width: 100%;
  min-height: 520px;
  background: #ebebeb;
}

.calendar-caption {
  font-size: 2rem;
  color: #221613;
}

.pickup {
  background: #ebebeb;
  height: 520px;
  text-align: center;
  padding: 20px;
}

.pickup h4 {
  margin-bottom: 14px;
}

.pickup a {
  display: block;
}

.h4-title {
  font-size: 2.4rem;
}

.slick-initialized .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #f8f8f8;
  min-height: 188px;
}

.sub_navi li span {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 70%;
  font-weight: bold;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  color: #fff;
  background: linear-gradient(90deg, #33539b, #221613);
}

.single-info {
  width: 100%;
  display: table;
}

.page-item.active .page-link {
  background-color: #f5821f !important;
  border-color: #f5821f !important;
}

.page-link {
  color: #221613 !important;
}

.page-item.active .page-link {
  color: #ffffff !important;
}

.page-link:focus {
  box-shadow: none !important;
}

.branch h3 {
  color: #0c337d !important;
  font-size: 1.9rem;
}

.branch h3:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background: url(../images/branch-h3-head.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.branch-gray {
  background-color: #eeeeee;
}

.branch .fb-sp {
  display: none;
}

/*沿革のテーブル*/
table.enkaku th {
  width: 155px;
}

/*お問合せフォーム*/
.contact-form {
  width: 100%;
}

.contact-form .th {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

.contact-form .td {
  border: 1px solid #ccc !important;
}

.contact-form .th,
.contact-form .td {
  padding: 12px;
  min-width: 222px;
}

.contact-form .absolutely {
  font-size: 70%;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  top: -0.1em;
  color: #ff0000;
}

.contact-form input,
.contact-form textarea {
  outline: none;
}

.contact-form .adress {
  margin-top: 10px;
}

.contact_back,
.contact_go {
  background-color: #221613;
  color: #fff;
  line-height: 35px;
  border: 1px solid #221613 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 100%;
  letter-spacing: 5px;
  margin-left: 20px;
}

.contact_back:hover,
.contact_go:hover {
  border: 1px solid #221613;
  background-color: white;
  color: #221613;
}

.contact_back:active,
.contact_go:active,
.contact_go:focus {
  border: 1px solid #221613;
  background-color: white;
  color: #221613;
  outline: none;
}

.mw_wp_form .error {
  background-color: #ff0000;
  padding-left: 10px;
  color: #ffffff !important;
}

.mw_wp_form_preview small,
.mw_wp_form_preview .absolutely,
.mw_wp_form_preview .p-none {
  display: none;
}

header h1.sp {
  display: none;
}

.globalMenuSp .menu {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.globalMenuSp .menu-item {
  list-style-type: none;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}

.globalMenuSp .menu-item a span {
  font-size: 13px;
}

.globalMenuSp .menu-item-1494 {
  margin-left: 0px;
}

.globalMenuSp .menu-item-1490 {
  margin-right: 40px;
}

.globalMenuSp .menu-item a {
  color: #221613;
}

.globalMenuSp .menu-item a:hover {
  text-decoration: none;
  color: #221613;
}

.globalMenuSp .menu-item-2053,
.globalMenuSp .menu-item-2054,
.globalMenuSp .menu-item-2055,
.globalMenuSp .menu-item-3515,
.globalMenuSp .menu-item-3105 {
  height: 30px;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 0px;
}

.globalMenuSp .menu-item-2053 a:before {
  content: url(../images/tw-logo.svg);
  height: 29px;
  width: 30px;
}

.globalMenuSp .menu-item-2054 a:before {
  content: url(../images/insta-logo.svg);
  height: 29px;
  width: 30px;
}

.globalMenuSp .menu-item-2055 a:before {
  content: url(../images/fb-logo.svg);
  height: 29px;
  width: 30px;
}

.globalMenuSp .menu-item-3105 a:before {
  content: url(../images/youtube-logo.svg);
  height: 29px;
}

.globalMenuSp .menu-item-3515 a:before {
  content: url(../images/youtube-logo.svg);
  height: 29px;
}

.globalMenuSp .menu-item-2053 a,
.globalMenuSp .menu-item-2054 a,
.globalMenuSp .menu-item-2055 a,
.globalMenuSp .menu-item-3515 a,
.globalMenuSp .menu-item-3105 a {
  font-size: 0;
}

/* PC用スライドメニュー：常時 fixed（閉じ時は pointer-events なし）。開閉は ::before とパネルでぬるっと */
nav.globalMenuSp {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 100002;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  align-items: stretch;
  justify-content: flex-start;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease;
  -webkit-overflow-scrolling: touch;
}

nav.globalMenuSp::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.32, 1);
}

nav.globalMenuSp.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

nav.globalMenuSp.active::before {
  opacity: 1;
}

nav.globalMenuSp > div,
nav.globalMenuSp > ul,
nav.globalMenuSp > .menu {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.98);
  width: min(340px, 88vw);
  min-height: 100%;
  padding: 96px 0 2.5rem;
  box-sizing: border-box;
  box-shadow: 6px 0 32px rgba(0, 0, 0, 0.14);
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

nav.globalMenuSp.active > div,
nav.globalMenuSp.active > ul,
nav.globalMenuSp.active > .menu {
  transform: translate3d(0, 0, 0);
}

/* テーマ側スライドメニュー（.globalMenuSp）：日英ラベルのアキ */
nav.globalMenuSp.active .menu > li.menu-item > a {
  text-autospace: ideograph-alpha;
}

h1.pc {
  line-height: 40px;
}

h1.pc a {
  display: block;
}

h1.pc img {
  vertical-align: bottom;
}

@media screen and (max-width: 1000px) {
  h1.pc img {
    width: 700px;
  }
}
@media screen and (max-width: 900px) {
  h1.pc img {
    width: 650px;
  }
}
@media screen and (max-width: 800px) {
  h1.pc img {
    width: 600px;
  }
}
h1.pc.active {
  display: none;
}

.navToggle {
  display: none;
  float: left;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}

nav.globalMenuSp {
  display: none !important;
  pointer-events: none !important;
}

.navToggle span {
  display: block;
  position: relative;
  width: 30px;
  border-bottom: solid 6px #221613;
  transition: 0.35s ease-in-out;
  left: 0px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 0px;
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2) {
  top: 12px;
  transform: rotate(45deg);
}

.navToggle.active span:nth-child(3) {
  top: 6px;
  transform: rotate(45deg);
}

.wprmenu_bar {
  display: block !important;
  position: fixed !important;
  top: 24px !important;
  left: max(15px, (100vw - 1110px) / 2) !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 51px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  z-index: 100003 !important;
}

#custom_menu_icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 51px;
  padding: 0;
}

#custom_menu_icon .hamburger-box {
  width: 30px;
  height: 30px;
}

#custom_menu_icon .hamburger-inner,
#custom_menu_icon .hamburger-inner::before,
#custom_menu_icon .hamburger-inner::after {
  background-color: #221613 !important;
}

#mg-wprm-wrap {
  overflow-x: hidden;
  width: 100vw;
  max-width: none;
}

#wprmenu_menu {
  width: 100vw !important;
  max-width: none !important;
}

#wprmenu_menu_ul {
  width: 100%;
}

.container.pagetop {
  padding-top: 109px;
}

.page-body .container {
  padding-top: 16px;
}

.anchor {
  list-style: none;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}

.anchor li {
  width: 100%;
  text-align: center;
  position: relative;
}

.anchor li a {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.anchor-menu li {
  padding-bottom: 13px;
}

.anchor-menu li a {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.page-tab {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 100000;
}

.page-tab li {
  text-align: center;
  position: relative;
  padding-left: 3%;
  padding-right: 3%;
}

.page-tab li.new {
  margin-top: -28px;
}

.page-tab li.new:before {
  content: "";
  background-image: url(../images/newmark.png);
  background-size: contain;
  width: 46px;
  height: 24px;
  display: inline-block;
  vertical-align: bottom;
}

.page-tab li a {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #9d9d9d !important;
}

.page-tab li a.active {
  color: #231815 !important;
}

.page-tab li a:hover {
  color: #231815 !important;
}

.page-tab li {
  color: #231815 !important;
}

/*子階層以降共通*/
.page-tab li ul {
  position: relative;
  z-index: 10000000;
  width: 105%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(255, 255, 255, 0.8);
}

.page-tab li li {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  list-style: none;
  text-align: left;
}

.page-tab li li a {
  color: #231815 !important;
  font-size: 1.5rem;
}

.page-tab li:hover > ul > li {
  height: 3rem;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}

.creative-img {
  max-height: 778px;
}

.creativestaff-list a {
  display: table;
  margin-bottom: 0.5rem;
  /* background-image: linear-gradient(transparent 96%, #231815 96%);
    background-position-y: 2.7rem;*/
}

.creativestaff-list p {
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
}

.creativestaff-list .jp-name {
  font-size: 1.9rem;
  display: inline;
  margin-right: 1.9rem;
}

.creativestaff-list .partner .jp-name {
  margin-right: 0rem;
}

.creativestaff-list .en-name {
  font-size: 1.6rem;
  display: inline;
  margin-right: 1.9rem;
}

.creativestaff-list .jp-position {
  font-size: 1.4rem;
  display: inline;
}

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

.residenceartist-list {
  width: 245px;
}

.residenceartist-list .jp-genre {
  font-size: 1.4rem;
  display: table;
  /*background-image: linear-gradient(transparent 96%, #231815 96%);
    background-position-y: 2.7rem;*/
  line-height: 3rem;
}

.residenceartist-list .jp-name {
  font-size: 1.9rem;
  display: table;
  /*background-image: linear-gradient(transparent 96%, #231815 96%);
    background-position-y: 2.7rem;*/
  line-height: 3rem;
}

.residenceartist-list .en-name {
  font-size: 1.6rem;
  display: table;
  /*background-image: linear-gradient(transparent 96%, #231815 96%);
    background-position-y: 2.7rem;*/
  line-height: 3rem;
}

.commissionartist-list .jp-genre {
  font-size: 1.4rem;
  display: table;
  /*background-image: linear-gradient(transparent 96%, #231815 96%);
    background-position-y: 2.7rem;*/
  line-height: 3rem;
}

.commissionartist-list .jp-name {
  font-size: 1.9rem;
  display: table;
  /*background-image: linear-gradient(transparent 96%, #231815 96%);
    background-position-y: 2.7rem;*/
  line-height: 3rem;
  text-align: left;
}

.commissionartist-list .en-name {
  font-size: 1.6rem;
  display: none;
  /*background-image: linear-gradient(transparent 96%, #231815 96%);
    background-position-y: 2.7rem;*/
  line-height: 3rem;
}

.jp-name_delete {
  display: none;
}

.w-50-img {
  width: 50%;
}

.creatorprofile .jp-genre {
  font-size: 1.6rem;
  display: table;
  /*background-image: linear-gradient(transparent 96%, #231815 96%);
    background-position-y: 2.7rem;
    line-height: 3.0rem;*/
}

.creatorprofile .jp-name {
  font-size: 2.4rem;
  display: inline;
  /*border-bottom: 1px solid #231815;
    line-height: 3.0rem;*/
}

.creatorprofile .en-name {
  font-size: 1.9rem;
  display: table;
  /*background-image: linear-gradient(transparent 96%, #231815 96%);
    background-position-y: 2.7rem;
    line-height: 3.0rem;*/
}

.creator-profile-photo-frame {
  width: 100%;
  max-width: 366px;
  aspect-ratio: 733/1036;
  margin-left: auto;
  background: #f5f5f5;
  overflow: hidden;
}

.creator-profile-photo-frame .creator-profile-photo {
  width: 100%;
  height: 100%;
  display: block;
}

.creator-profile-photo-frame--fit-cover .creator-profile-photo {
  -o-object-fit: cover;
     object-fit: cover;
}

.creator-profile-photo-frame--fit-contain .creator-profile-photo {
  -o-object-fit: contain;
     object-fit: contain;
}

.creator_activity h4,
.creator_production h4 {
  font-size: 2rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.creator-page-navi {
  position: absolute;
  top: 300px;
  width: 97%;
}

.creator-page-navi .previous {
  position: absolute;
  left: 0px;
}

.creator-page-navi .next {
  position: absolute;
  right: 30px;
}

.karakara:after {
  content: "";
  width: 10rem;
}

@media screen and (min-width: 1200px) {
  .container.strong1180 {
    max-width: 1180px;
  }
}
#loading {
  text-align: center;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}

#loading p {
  text-align: center;
  font-size: 70px;
}

.grid {
  overflow: hidden;
  transition: opacity 0.3s;
  opacity: 0;
  max-height: 100vh;
}

.grid.on {
  opacity: 1;
  width: 100% !important;
  max-height: 100%;
}

.grid-item {
  width: 20%;
  margin: 2%;
  background: white;
  font-size: 1.6rem;
}

.grid-item a {
  font-size: 1.4rem;
}

.grid-item img {
  border-radius: 6px;
}

.list_thumbnail_box {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .grid-item {
    width: 44%;
    margin: 3%;
  }
}
.prl-20 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    width: 100%;
    border-top: none;
  }
  header {
    min-width: 100%;
    width: 100%;
  }
  header h1 {
    margin-bottom: 0px;
  }
  .anchor-menu li {
    width: 100%;
  }
  .w-50-img {
    width: 100%;
  }
  .text-bottom {
    position: relative;
  }
  .ft0603 .jp-name {
    font-size: 1.4rem;
  }
  .ft0603 .en-name {
    font-size: 1.2rem;
  }
  .ft0603 .jp-position {
    font-size: 1rem;
  }
  .page-body .page-content h3,
  .page-body h3 {
    font-size: 3rem;
  }
  .pl-40-pr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .text-sm-center {
    text-align: center;
  }
  .page-body h5::before {
    width: 95%;
  }
  .text-dl {
    font-size: 1.4rem;
  }
  .text-dl dd {
    margin-left: 65px;
  }
  .mt-16 {
    margin-top: 16px;
  }
  .prl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .prl-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .prl-15 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .prl-sm-10px {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pb-11 {
    padding-bottom: 1.1rem !important;
  }
  .pt-5px {
    padding-top: 0.5rem !important;
  }
  .pt-20px {
    padding-top: 2rem !important;
  }
  .pb-20px {
    padding-bottom: 2rem !important;
  }
  .pt-78px {
    padding-top: 7rem !important;
  }
  .pt-78px.strong10 {
    padding-top: 1rem !important;
  }
  .pb-78px {
    padding-bottom: 7rem !important;
  }
  .pb-78px.strong50 {
    padding-bottom: 5rem !important;
  }
  .pb-78px.strong40 {
    padding-bottom: 4rem !important;
  }
  .pb-43px.strong15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-78px.strong20 {
    padding-bottom: 2rem !important;
  }
  .pb-98px.strong0 {
    padding-bottom: 0rem !important;
  }
  .pb-78px.strong0 {
    padding-bottom: 0rem !important;
  }
  .pt-40px {
    padding-top: 4rem !important;
  }
  .pb-40px {
    padding-bottom: 4rem !important;
  }
  .pb-39px {
    padding-bottom: 3rem !important;
  }
  .pb-39px.strong20 {
    padding-bottom: 2rem !important;
  }
  .pb-30px {
    padding-bottom: 3rem !important;
  }
  .pb-sm-39px.strong50 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-39px.strong20 {
    padding-bottom: 2rem !important;
  }
  .pt-0px {
    padding-top: 0rem !important;
  }
  .pt-30px {
    padding-top: 3rem !important;
  }
  .pt-39px {
    padding-top: 3rem !important;
  }
  .pt-39px.strong0 {
    padding-top: 0rem !important;
  }
  .pt-39px.strong50 {
    padding-top: 5rem !important;
  }
  .pb-50px {
    padding-bottom: 5rem !important;
  }
  .mb-10px {
    margin-bottom: 3rem !important;
  }
  .mb-30px {
    margin-bottom: 3rem !important;
  }
  .mb-39px {
    margin-bottom: 3rem !important;
  }
  .mb-50px {
    margin-bottom: 5rem !important;
  }
  .mb-40px {
    margin-bottom: 4rem !important;
  }
  .mb-20px {
    margin-bottom: 2rem !important;
  }
  .mt-78px {
    margin-top: 7rem !important;
  }
  .mb-78px {
    margin-bottom: 7rem !important;
  }
  .mb-78px.strong50 {
    margin-bottom: 5rem !important;
  }
  .caption {
    font-size: 0.7rem !important;
  }
  .fbdaby {
    font-size: 1.6rem;
  }
  .ft-14px {
    font-size: 1.4rem;
  }
  .font-18px {
    font-size: 1.8rem !important;
  }
  .font-21px {
    font-size: 2.1rem !important;
  }
  .font-14px {
    font-size: 1.4rem;
  }
  .creator-page-navi {
    top: 25%;
  }
  .creator-page-navi .next {
    right: 15px;
    width: 15px;
  }
  .creator-page-navi .previous {
    width: 15px;
  }
  .w-850s {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .anchor li {
    width: 33%;
    padding: 0.3%;
  }
  .anchor.triad li:nth-child(1) {
    padding-bottom: 2rem;
  }
  .anchor.triad li:nth-child(2) {
    padding-bottom: 2rem;
  }
  .anchor.triad li:nth-child(3) {
    padding-bottom: 2rem;
  }
  .news-archive-box .info:last-child {
    padding-bottom: 0rem;
  }
  .d-sp-inline {
    display: inline !important;
  }
  .w-850.other {
    padding-left: 0px;
    padding-right: 0px;
  }
  .w50-mx {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .creativestaff-list .jp-name {
    margin-right: 0rem;
    display: table;
    /*border-bottom: 2px solid #231815;*/
    padding-top: 2rem;
  }
  .page-body .page-content h5,
  .page-body h5 {
    font-size: 1.8rem;
  }
  .page-body .page-content h6,
  .page-body h6 {
    font-size: 2.1rem;
  }
  .no0525 .col-6:nth-child(odd) {
    padding-right: 7.5px;
  }
  .no0525 .col-6:nth-child(even) {
    padding-left: 7.5px;
  }
  .commissionartist-list .jp-name {
    font-size: 1.4rem;
  }
  .commissionartist-list .en-name {
    font-size: 1.2rem;
  }
  .news-archive,
  .talkdance-archive {
    flex-flow: wrap;
  }
  .news-archive-title {
    font-size: 2.4rem;
    padding-bottom: 3rem;
    width: 100% !important;
  }
  .wings-page .news-archive-title.mediacoverage {
    margin-left: 0;
    padding-right: 0;
  }
  h3.h3-title {
    margin-bottom: 3rem;
  }
  .pickup h4 {
    margin-bottom: 2rem;
  }
  #footer_wrap_down .footer-logo {
    width: 100px;
  }
  #footer_wrap_down .row {
    padding-bottom: 2rem;
  }
  .page-body,
  .container,
  .container.pagetop {
    padding-top: 0px;
  }
  h2 {
    font-size: 2.9rem !important;
  }
  p {
    font-size: 1.4rem !important;
    line-height: 1.6;
  }
  .navToggle {
    display: none;
  }
  header h1.pc {
    display: block;
    position: fixed;
    top: 27px;
    left: calc(max(15px, (100vw - 1110px) / 2) + 58px);
    width: auto;
    margin: 0;
    z-index: 100003;
    line-height: 1;
  }
  header h1.pc img {
    width: 255px;
    max-width: none;
  }
  nav.globalMenuSp {
    display: none !important;
    pointer-events: none !important;
  }
  nav.globalMenuSp::before {
    display: none;
  }
  #footer_wrap_down p {
    font-size: 1.6rem;
  }
  #footer_wrap_down .access-cap {
    font-size: 1.3rem;
  }
  #footer_wrap_down .email {
    font-size: 1.3rem;
  }
  .wprmenu_bar {
    display: block !important;
    top: 24px !important;
    left: 15px !important;
  }
  .header-catch {
    display: none;
  }
  .header-inner {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 18px;
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
  }
  .menu-item-2331 a,
  .menu-item-2332 a,
  .menu-item-2333 a {
    font-size: 1.2rem !important;
  }
  .english-box {
    display: none;
  }
  #footer_wrap_down .menu-item {
    display: block;
    padding-right: 0;
    clear: both;
  }
  h3.h3-title {
    font-size: 2.4rem !important;
  }
  dl.info {
    font-size: 1.4rem;
    padding-bottom: 3rem;
  }
  dl.info dt,
  dl.info dd {
    padding: 0px;
  }
  .sp-catch {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #221613;
    color: #ffffff;
    font-weight: bold;
  }
  /* 縦スクロールは維持し、横だけはみ出しを抑える（overflow: hidden だと縦も潰れる） */
  html body div.wprm-wrapper {
    overflow-x: hidden !important;
  }
  .creator-page-navi {
    width: 96%;
  }
  .top-wrap {
    background-image: none;
    padding-bottom: 143.25px;
    z-index: 1000;
    position: relative;
  }
  .page-top-wrap {
    background-image: none;
    padding-bottom: 106px;
    z-index: 1000;
    position: relative;
  }
  dl.page-dl dt {
    float: none;
  }
  button:focus {
    outline: none !important;
  }
  .pagetitle-inner {
    width: 100%;
    height: auto;
    min-height: 150px;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .pagetitle h2 {
    padding-top: 0px;
    font-size: 2.4rem;
  }
  .menu-limit {
    width: 100%;
    height: auto;
    position: relative;
  }
  header h1 a {
    display: block;
  }
  header h1.pc {
    display: none;
  }
  header h1.sp {
    display: block;
    width: 230px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .anchor li a {
    font-size: 1.4rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  .btn.rb {
    position: static;
  }
  .navbar-nav li {
    border-bottom: #ffffff 1px dashed;
  }
  .navbar-nav li a {
    padding-left: 35px !important;
    font-size: 90%;
    font-weight: bold;
    width: 100%;
    margin-left: 0;
    color: #ffffff !important;
  }
  .navbar-nav li a:hover {
    margin-left: 0;
  }
  .navbar-nav li.gnav01 {
    background: url(../images/gnav01sp_on.png) left center no-repeat;
  }
  .navbar-nav li.gnav02 {
    background: url(../images/gnav02sp_on.png) left center no-repeat;
  }
  .navbar-nav li.gnav03 {
    background: url(../images/gnav03sp_on.png) left center no-repeat;
  }
  .navbar-nav li.gnav04 {
    background: url(../images/gnav04sp_on.png) left center no-repeat;
  }
  .navbar-nav li.gnav05 {
    background: url(../images/gnav05sp_on.png) left center no-repeat;
  }
  .navbar-nav li.gnav06 {
    background: url(../images/gnav06sp_on.png) left center no-repeat;
  }
  .nav-link {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .navbar-nav {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .navbar-collapse form {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .navpc {
    display: none;
  }
  .navpc ul li {
    display: none;
  }
  .slide_catch {
    top: 55%;
    width: 50%;
  }
  .btn.btn-primary {
    width: 100%;
  }
  .fb {
    width: 50px;
    height: 50px;
  }
  .map-sp section {
    border-top: #cfcfcf 1px solid;
  }
  .map-sp h4 {
    border-bottom: #cfcfcf 1px solid;
    margin-bottom: 0px;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
  }
  .map-sp h4 a {
    font-size: 1rem;
    color: #221613;
    position: relative;
    display: block;
  }
  .map-sp .panel-heading {
    cursor: pointer;
  }
  .map-sp .accordion-toggle a:after {
    content: url(../images/minus.png);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
  }
  .map-sp .accordion-toggle a.collapsed:after {
    content: url(../images/plus.png);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
  }
  .map-sp .panel-body ul {
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
  }
  .map-sp .panel-body ul li a {
    color: #221613;
  }
  dl.info dt,
  dl.info dd {
    float: none;
  }
  dl.info dd {
    margin-left: 0px;
  }
  dl.info dd a {
    display: block;
  }
  .news-container .more-wrap {
    text-align: center;
  }
  .news-container .more {
    float: none;
    display: inline-block;
    padding-top: 3rem;
  }
  #slide {
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #slide span {
    top: auto;
    left: auto;
  }
  .branch .fb-sp {
    display: block;
  }
  /*表の処理*/
  table.res,
  table.res tbody,
  table.res tr,
  table.res th,
  table.res td {
    display: block;
  }
  table.contact-form,
  table.contact-form tbody,
  table.contact-form tr,
  table.contact-form th,
  table.contact-form td {
    display: block;
  }
  /*沿革のテーブル*/
  table.enkaku th {
    width: 100%;
  }
  .contact-form .th {
    width: 100%;
    border-bottom: none;
  }
  .contact-form .td {
    width: 100%;
    border-bottom: none;
  }
  .contact-form .td.td-last {
    border-bottom: 1px solid #ccc;
  }
  .contact-form .th,
  .contact-form .td {
    float: none;
    margin-left: 0;
  }
  .contact-form .namae {
    width: 35% !important;
    margin-right: 0.8rem;
  }
  .contact-form .namae-f {
    width: 100% !important;
  }
  .contact-form .td textarea {
    width: 100% !important;
  }
  .contact-form .adress,
  .contact-form .mail {
    width: 100%;
  }
  .contact-form .mwform-tel-field input {
    width: 30% !important;
  }
  #pageplugin {
    display: none;
  }
  .carousel-indicators li {
    height: 10px !important;
    width: 10px !important;
  }
  .event-wrap {
    height: auto;
  }
  .page-tab li {
    padding-left: 0px;
    padding-right: 0px;
    width: 50%;
    padding: 1%;
    font-size: 1.4rem;
  }
  .creativestaff-list a {
    display: inline;
    margin-bottom: 0.5rem;
    /*border-bottom: 2px solid #231815;*/
    background-image: none;
  }
  .page-tab {
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
  }
  .pb-sm-39px {
    padding-bottom: 39px;
  }
  .pt-sm-39px {
    padding-top: 39px;
  }
  .pb-sm-78px {
    padding-bottom: 78px;
  }
  .pt-sm-78px {
    padding-top: 78px;
  }
  .anchor {
    flex-wrap: wrap;
  }
  .row-50 > div {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 576px) {
  h3 small {
    display: block;
    padding-left: 0;
  }
  .slick-next {
    right: -15px !important;
  }
  .slick-prev {
    left: -15px !important;
  }
  dl.info-report dt span {
    display: block;
  }
  .contact-form .mwform-tel-field input {
    width: 25% !important;
  }
  .pickup-container img,
  .sub-pickup img {
    width: 100%;
  }
  .carousel-indicators li {
    height: 8px !important;
    width: 8px !important;
  }
}
h4.switch {
  font-size: 1.6rem !important;
  text-align: center;
}

h4.switch span a {
  color: #ddd !important;
  transition: all 0.5s;
}

h4.switch span a:hover {
  color: #000 !important;
}

h4.page-production {
  padding-left: 20px;
  margin-top: 2rem !important;
}

span.writer {
  font-size: 1.6rem;
  color: #000;
  background-color: transparent;
  display: inline-block;
  text-align: left;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.qa {
  margin-top: 4rem;
}

.qa p {
  text-indent: -16px;
  padding-left: 16px;
  margin: 2rem 0 0.5rem;
}

.qa p:nth-of-type(2n) {
  margin: 0 0 4rem 0;
}

.production-grid {
  margin-bottom: 4rem;
}

.production-item a {
  font-size: 2rem;
}

@media screen and (max-width: 576px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .production-item a {
    font-size: 1.6rem;
  }
}
/*2023-10-26以降追加*/
.type_tag_area {
  display: flex;
  flex-flow: row wrap;
  gap: 3px;
  align-items: center;
  margin-bottom: 3px;
}

.type_tag_area span {
  background-color: #000;
  color: #fff;
  padding: 0.2rem 0.7rem 0.1rem;
  font-size: 13px;
  display: flex;
  border-radius: 3px;
  letter-spacing: 0.1rem;
  align-items: center;
  line-height: 1.4;
}

/* .type_tag_area span.performance {
  background-color: #49ce6a;
}
.type_tag_area span.free {
  background-color: #e78743;
}
.type_tag_area span.join {
  background-color: #35a4e9;
} */
.type_tag_area span.performance,
.type_tag_area span.free,
.type_tag_area span.paid,
.type_tag_area span.accepting,
.type_tag_area span.workshop {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.search_title {
  text-align: center;
  color: #fff !important;
  line-height: initial !important;
  font-weight: 100;
  background-color: #aaa;
  margin-top: 10px;
  text-shadow: none !important;
}

.search_form {
  margin: 0 auto;
  max-width: 95%;
  margin-bottom: 40px;
  border: 1px solid #bbb;
  padding: 10px 20px 20px;
  margin-top: 25px;
}

.search_form ul li {
  display: flex !important;
  flex-flow: row wrap;
  align-items: center;
}

.search_form > ul > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search_form ul li ul {
  display: flex !important;
  flex-flow: row wrap;
  width: calc(100% - 250px);
  gap: 0 30px;
}

.search_form label {
  margin-bottom: 0;
}

.search_form h4 {
  width: 250px;
  font-size: 16px !important;
}

input[name=_sf_submit] {
  border: none;
  background-color: #000;
  color: #fff;
  width: 100%;
  /* margin: 0 auto; */
  display: block;
  margin-right: auto !important;
  margin-left: auto;
  margin-top: 20px;
  max-width: 220px;
  cursor: pointer;
}

.search_form input {
  margin-right: 10px;
}

.sf-field-search label {
  width: 100%;
}

.sf-field-search label input {
  width: 100%;
}

.wpml-ls-legacy-list-horizontal {
  border: none !important;
  padding: 0 !important;
}

.lang_switch ul {
  position: absolute;
  top: 0;
  right: 30px;
  display: flex;
  flex-flow: row;
  width: 150px;
  border: 1px solid #000;
  border-top: none;
}

.lang_switch .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  display: flex;
  width: 50%;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  justify-content: center;
  align-items: center;
}

.lakg_switch .wpml-ls-legacy-list-horizontal > ul {
  display: flex;
}

.lang_switch .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language {
  background-color: #000;
  color: #fff !important;
}

.lang_switch .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a span {
  color: #fff !important;
} 
.otgs-development-site-front-end {
  display: none !important;
}

.date_input label {
  width: 150px;
  padding-right: 10px;
}

.date_input label:nth-of-type(2) {
  padding-left: 10px;
}

.date_input input {
  width: 100%;
  padding-left: 10px;
}

.venue_info,
#pubdate {
  font-size: 12px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: initial !important;
}

@media screen and (max-width: 768px) {
  .single_event .wp-caption {
    width: 100% !important;
  }
}
.serch_form_item {
  display: none;
}

.search_title {
  position: relative;
  margin: 0 !important;
  cursor: pointer;
}
.search_title.close {
  float: none !important;
  font-size: 16px;
}
.search_title.close::after {
  content: "ー";
  transform: translateY(-50%) rotate(0deg);
}
.search_title::after {
  content: "＋";
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translateY(-50%) rotate(-90deg);
  display: inline-block;
  transform-origin: center;
  transition: all 0.5s ease;
  top: 50%;
}

@media screen and (max-width: 576px) {
  .type_tag_area span {
    font-size: 10px;
  }
  .wpml-ls-legacy-list-horizontal a {
    padding: 1px 10px 4px !important;
  }
  .lang_switch .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    font-size: 12px !important;
  }
  .serch_form_item {
    display: none;
  }
  .search_form {
    padding: 10px;
  }
  .search_form > ul > li {
    flex-flow: column;
  }
  .search_form ul li ul {
    width: 100%;
  }
  .search_form h4 {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .sf-field-search label {
    width: 100%;
  }
  .search_form label {
    font-size: 14px;
  }
  .search_form ul li li {
    padding: 3px 0 !important;
  }
  .search_title {
    position: relative;
    margin: 0 !important;
  }
  .search_title.close {
    float: none !important;
  }
  .search_title.close::after {
    content: "ー";
  }
  .search_title::after {
    content: "＋";
    width: 20px;
    height: 20px;
    display: inline-block;
    transform-origin: center;
    transition: all 0.5s ease;
  }
}
#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

#popup-content {
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  color: #000;
}

#popup-content p {
  color: white;
}

#close-popup {
  margin-top: 20px;
  padding: 10px 20px;
  background: #ffffff;
  color: #000000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#menu-item-wpml-ls-125-ja,
#menu-item-wpml-ls-125-en {
  height: 30px;
}
#menu-item-wpml-ls-125-ja a,
#menu-item-wpml-ls-125-en a {
  border: 1px solid #000;
  display: flex;
  width: 100px;
  height: 100%;
  align-items: center;
  margin-left: 30px;
  padding: 0 !important;
  justify-content: center;
}
#menu-item-wpml-ls-125-ja a span,
#menu-item-wpml-ls-125-en a span {
  color: #000 !important;
  padding-left: 0 !important;
}
#menu-item-wpml-ls-125-ja.wpml-ls-current-language a,
#menu-item-wpml-ls-125-en.wpml-ls-current-language a {
  background-color: #000;
}
#menu-item-wpml-ls-125-ja.wpml-ls-current-language a span,
#menu-item-wpml-ls-125-en.wpml-ls-current-language a span {
  color: #fff !important;
}

#wprmenu_menu_ul {
  display: flex;
  flex-flow: row wrap;
}

#mg-wprm-wrap {
  overflow-x: hidden;
}

/* WPR パネル内の全メニューリンク：日英アキ（#wprmenu_menu_ul 以外の ul にも効かせる） */
#mg-wprm-wrap ul li.menu-item > a {
  text-autospace: ideograph-alpha;
}

/* WP Responsive Menu: 開閉アイコン色を白で固定 */
div#mg-wprm-wrap ul li span.wprmenu_icon {
  color: #000 !important;
}
div#mg-wprm-wrap ul li span.wprmenu_icon::before, div#mg-wprm-wrap ul li span.wprmenu_icon::after {
  color: #000 !important;
}

#wprmenu_menu_ul li {
  width: 100%;
}
#wprmenu_menu_ul {
  /* 和文と欧文の境にアキ（Chromium 系・一部ブラウザ。未対応は header の JS で補完） */
}
#wprmenu_menu_ul li.menu-item > a {
  text-autospace: ideograph-alpha;
}
#wprmenu_menu_ul .menu-item-residence a {
  white-space: normal;
}
#wprmenu_menu_ul #menu-item-wpml-ls-125-ja,
#wprmenu_menu_ul #menu-item-wpml-ls-125-en {
  width: 100px;
}

.pub_date {
  margin-bottom: 0;
}

.tab {
  width: 100%;
  border-bottom: 0.5px solid #ddd;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  margin-bottom: 4rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tab {
    justify-content: center;
  }
}
.tab .tab_item {
  background-color: #ddd;
  padding: 0 2rem;
  position: relative;
  padding-right: 40px;
}
.tab .tab_item.active {
  background-color: #000;
  color: #fff;
}
.tab .tab_item::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.tab .tab_thumnail::after {
  background-image: url(../images/icon_thum.webp);
}
.tab .tab_thumnail.active::after {
  background-image: url(../images/icon_thum_rv.webp);
}
.tab .tab_calendar::after {
  background-image: url(../images/icon_cal.webp);
}
.tab .tab_calendar.active::after {
  background-image: url(../images/icon_cal_rv.webp);
}

.display_thumnail,
.display_calendar {
  display: none;
}
.display_thumnail.active,
.display_calendar.active {
  display: block;
}

.cal_year {
  margin: 10px 0 !important;
}
.cal_year:nth-of-type(2) {
  margin-top: 40px !important;
}

.calendar_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  padding-top: 20px;
  gap: 10px 50px;
  flex-flow: row wrap;
}
.calendar_list li .event-month {
  font-size: 18px;
  padding-top: 4px;
  letter-spacing: 0.2rem;
}
.calendar_list li .event-day {
  font-size: 46px;
}
.calendar_list li div:nth-of-type(1) {
  width: 100px;
  display: flex;
  align-self: flex-start;
  padding-top: 5px;
}
.calendar_list li div:nth-of-type(1) span {
  line-height: 1;
}
.calendar_list li div:nth-of-type(2) {
  font-size: 18px;
  margin: 0;
  flex: 1;
}
.calendar_list li div:nth-of-type(3) {
  font-size: 18px;
  width: 150px;
  border-left: 2px solid #000;
  padding-left: 15px;
}
.calendar_list li div:nth-of-type(3) p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .calendar_list li div {
    width: 100% !important;
    flex: initial !important;
  }
}
.calendar_list li > a {
  align-items: center;
  display: flex;
  height: 30px;
  border: 1px solid #000;
  width: 130px;
  justify-content: center;
  font-size: 18px;
  color: #000;
  transition: all ease 0.5s;
}
.calendar_list li > a:hover {
  background-color: #000;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .calendar_list li > a {
    width: 100%;
  }
}

.search_grid {
  opacity: 1;
  width: 100% !important;
  max-height: 100%;
  display: flex;
  flex-flow: row wrap;
  height: auto;
  position: relative;
}
.search_grid .search_grid-item {
  width: 20%;
  margin: 2%;
  background: white;
  font-size: 1.6rem;
}
.search_grid .search_grid-item a {
  font-size: 1.4rem;
}
.search_grid .search_grid-item img {
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .search_grid-item {
    width: 44%;
    margin: 3%;
  }
}
.layout {
  display: flex;
  padding-top: 133px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .layout {
    padding-top: 40px;
  }
}
.layout .sidebar {
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  color: #fff;
  padding: 50px;
  z-index: 1000;
  padding-left: 0;
  overflow-y: scroll;
}
.layout .sidebar img {
  padding: 100px 0 50px 0;
  max-width: 120px;
  transform: scale(0.88);
  transform-origin: center;
}
.layout .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout .sidebar ul li {
  margin-bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.layout .sidebar ul li a {
  color: #212529;
  text-decoration: none;
  font-weight: bold;
}
.layout .sidebar ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 540px) {
  .layout .sidebar {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 0;
    padding-bottom: 0;
  }
  .layout .sidebar img {
    padding: 70px 0 20px 0;
    max-width: 80px;
    transform: scale(0.8);
    transform-origin: left bottom;
  }
}
.layout .sidebar::-webkit-scrollbar {
  display: none;
}
.layout .sidebar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.layout .content {
  margin-left: 220px;
  flex: 1;
  max-width: 1000px;
  margin-bottom: 80px;
}

.wings-page .layout {
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wings-page .layout .content {
    margin-left: 170px;
    max-width: initial;
  }
}
@media screen and (max-width: 540px) {
  .wings-page .layout .content {
    margin-left: 90px;
  }
}

@media screen and (max-width: 768px) {
  .layout {
    justify-content: end;
  }
  .layout .sidebar {
    padding-left: 20px;
  }
  .layout .content {
    margin-left: 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .layout .content {
    max-width: 300px;
  }
}
#about {
  width: 95%;
  margin: 0 auto;
}
#about .img-container {
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  #about .img-container {
    gap: 20px;
  }
}
#about .img-container img {
  max-width: 400px;
  width: 80%;
}
#about .lead-text {
  font-size: 2rem;
  margin: 40px auto;
  text-align: center;
}
#about .fund-text {
  margin-top: 50px;
}
#about p {
  margin: 20px 0;
}

#creators h3 {
  text-align: center;
  margin: 75px 0 30px;
}
#creators .row .row-50 {
  justify-content: start;
}
@media screen and (max-width: 768px) {
  #creators .row .row-50 {
    margin: 0;
  }
}
#creators .col-6.col-sm-3.pb-78px.strong40 {
  max-width: initial;
  padding-bottom: 1.8rem;
  flex: initial;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #creators .col-6.col-sm-3.pb-78px.strong40 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #creators .col-6.col-sm-3.pb-78px.strong40 {
    width: 100%;
  }
}
#creators a.text-right.pb-39px.strong20.d-block {
  padding-bottom: 1rem;
}
#creators img.img-fluid.mx-auto.d-block {
  height: 380px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #creators img.img-fluid.mx-auto.d-block {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  #creators .commissionartist-list .jp-name {
    font-size: 1.8rem;
  }
}

.job-title {
  margin: 0;
  font-size: 14px;
  min-height: 2em;
}

#sponsor,
#sponsor2 {
  width: 95%;
  margin: 100px auto 80px;
}
#sponsor .container,
#sponsor2 .container {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #sponsor .container,
  #sponsor2 .container {
    justify-content: center;
    align-items: center;
  }
}
#sponsor .container img,
#sponsor2 .container img {
  height: 60px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #sponsor .container img,
  #sponsor2 .container img {
    margin: 10px;
    height: auto;
    width: 40%;
  }
}

#works {
  width: 95%;
  margin: 0 auto;
}
#works .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#works .container img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
#works .container .title {
  text-align: center;
  font-size: 36px;
}
#works .works-title {
  font-size: 18px;
}
#works h3 {
  text-align: center;
  margin: 75px 0 30px;
  font-size: 28px;
}
#works .info-container {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #works .info-container p {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #works .info-container {
    display: block;
    margin-bottom: 20px;
  }
}
#works .reports-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #works .reports-container {
    flex-direction: column;
    gap: 20px;
  }
}
#works .reports-container .reports-item {
  width: calc((100% - 40px) / 3);
  box-sizing: border-box;
  text-align: center;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #works .reports-container .reports-item {
    width: 100%;
  }
}
#works .reports-container .reports-item img {
  border: solid 1px rgba(0, 0, 0, 0.1098039216);
  padding: 9px;
  display: block;
  max-width: 300px;
  height: auto;
  width: 100%;
  border-radius: 10px;
}
#works .reports-container .reports-item img.empty_img {
  padding: 60px;
}
#works .reports-container .reports-item p {
  margin: 0;
  text-align: left;
}
#works .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  max-width: 1200px;
  margin: 75px auto 40px;
  justify-content: left;
}
#works .gallery .gallery-item {
  width: calc((100% - 15px) / 6);
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #works .gallery .gallery-item {
    width: calc((100% - 15px) / 4);
  }
}
@media screen and (max-width: 500px) {
  #works .gallery .gallery-item {
    width: calc((100% - 15px) / 3);
  }
}
#works .gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#works .movie {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
  margin-bottom: 40px;
}
#works .movie iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

#works .works-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  #works .works-container {
    flex-direction: column;
  }
}
#works .works-container .works-item {
  flex: 1 1 calc((100% - 40px) / 2);
  box-sizing: border-box;
  text-align: center;
  margin: 15px 0;
}

@media screen and (max-width: 1200px) {
  #works .works-container .works-item {
    flex: 1 1 calc((100% - 40px) / 1);
  }
}
@media screen and (max-width: 768px) {
  #works .works-container .works-item {
    flex: 1 1 100%;
  }
}
#works .works-container .works-item a {
  display: block;
}

#works .works-container .works-item a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
  margin-bottom: 10px;
}

#works .works-container .works-item a p {
  margin: 0;
  text-align: left;
}

#seminar {
  width: 95%;
  margin: 0 auto;
}
#seminar h3 {
  text-align: center;
  margin: 75px 0 30px;
  font-size: 24px;
}
#seminar .seminar-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #seminar .seminar-container {
    flex-direction: column;
    gap: 20px;
  }
}
#seminar .seminar-container .seminar-item {
  flex: 1 1 calc((100% - 40px) / 3);
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #seminar .seminar-container .seminar-item {
    flex: 1 1 100%;
  }
}
#seminar .seminar-container .seminar-item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
}
#seminar .seminar-container .seminar-item p {
  margin: 0;
  text-align: left;
}

.spbr {
  display: none;
}
@media screen and (max-width: 540px) {
  .spbr {
    display: block;
  }
}

/* レジデンスプログラム：PC（全画面）時は二行表示 */
.pcbr {
  display: none;
}
@media screen and (min-width: 769px) {
  .pcbr {
    display: block;
  }
}

/* グローバルメニュー：日英の間のスペースは通常幅（.pcbr と同じ 769px）のときだけ表示 */
.daby-menu-cjk-gap {
  display: none;
}

/* バナーは先頭・レジデンスはウイングス〜お問い合わせの間（PHP / JS で挿入。flex order は使わない） */
.globalMenuSp .menu-item-residence a {
  white-space: normal;
  text-align: center;
}

/* サイドメニュー最上段：asset5 バナー（ハンバーガー / WPR 共通クラス） */
.menu-item-menu-banner {
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  pointer-events: auto;
}

.global-menu-banner {
  display: block;
  padding: 0.85rem 12px 1rem 35px;
  box-sizing: border-box;
}
.global-menu-banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

nav.globalMenuSp.active .menu-item-menu-banner {
  border-bottom: 1px dashed rgba(207, 207, 207, 0.95);
}

#wprmenu_menu_ul .menu-item-menu-banner {
  width: 100%;
}
#wprmenu_menu_ul .menu-item-menu-banner .global-menu-banner {
  padding: 0.85rem 15px 1rem 35px;
}
#wprmenu_menu_ul .menu-item-residence a {
  white-space: normal;
}

.fancybox-toolbar {
  display: none;
}

.wings-page .w-850 {
  padding: 0;
}

.info-body {
  padding: 0;
}

#banner {
  width: 95%;
  margin: 40px auto;
}

.works_banner {
  border: 1px solid #ddd;
}

@media screen and (min-width: 769px) {
  #mg-wprm-wrap,
  #wprmenu_menu {
    width: 25vw !important;
    max-width: 25vw !important;
  }
}
/*wingstopのスライダー*/
.daby-works-slider-section {
  width: 100%;
  margin-bottom: 40px;
}

.daby-works-slider-wrap {
  width: 100%;
}

.daby-works-main {
  margin-bottom: 24px;
}

.daby-works-main-link {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.daby-works-main-img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.daby-works-main-img--next {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--daby-works-fade-duration, 600ms) ease;
}

.daby-works-main-img--next.is-visible {
  opacity: 1;
}

.daby-works-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.daby-works-thumb {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  text-decoration: none;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}

.daby-works-thumb:hover,
.daby-works-thumb.is-active {
  opacity: 1;
}

.daby-works-thumb img {
  display: block;
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.daby-works-thumb.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid #fff;
  outline: 2px solid #333;
  box-sizing: border-box;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .daby-works-slider-section {
    padding: 0 10px;
  }
  .daby-works-main {
    margin-bottom: 32px;
  }
  .daby-works-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
  }
  .daby-works-thumb img {
    height: auto;
    aspect-ratio: 3/2;
  }
}
/*wings worksページのスライダー*/
.daby-works-slider {
  width: 100%;
  margin-bottom: 40px;
}

/*wings top のworks一覧へのボタン*/
.daby-works-more {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 64px;
}

.daby-works-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 16px 32px;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s ease;
}

.daby-works-more-button:hover {
  color: #fff;
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .daby-works-more {
    margin-top: 28px;
    margin-bottom: 56px;
  }
  .daby-works-more-button {
    width: 100%;
    min-width: 0;
    padding: 16px 20px;
  }
}
.wings-page .content .daby-works-more a.daby-works-more-button,
.wings-page .content .daby-works-more a.daby-works-more-button:link,
.wings-page .content .daby-works-more a.daby-works-more-button:visited {
  color: #fff !important;
  background-color: #000;
  text-decoration: none !important;
  opacity: 1 !important;
}

.wings-page .content .daby-works-more a.daby-works-more-button:hover,
.wings-page .content .daby-works-more a.daby-works-more-button:focus,
.wings-page .content .daby-works-more a.daby-works-more-button:active {
  color: #fff !important;
  background-color: #333;
  text-decoration: none !important;
  opacity: 1 !important;
}

/*レジデンスプログラム一覧*/
.residence-program {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px;
}

.residence-program-year-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .residence-program-year-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.residence-program-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.residence-program-item {
  flex: 1 1 calc((100% - 60px) / 3);
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .residence-program-item {
    flex: 1 1 100%;
  }
}
.residence-program-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.residence-program-item a:hover {
  opacity: 0.85;
}

.residence-program-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
  margin-bottom: 10px;
}

.residence-program-placeholder {
  width: 100%;
  aspect-ratio: 3/2;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 1.4rem;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.residence-program-name {
  margin: 0 0 4px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}

.residence-program-artist {
  margin: 0;
  font-size: 1.3rem;
  text-align: left;
  color: #555;
}

.residence-program-single {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0 80px;
  text-align: left;
}

.residence-program-single-back {
  margin-bottom: 24px;
}

.residence-program-single-back a {
  color: #221613;
  text-decoration: none;
}

.residence-program-single-back a:hover {
  text-decoration: underline;
}

.residence-program-single-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 32px;
  line-height: 1.4;
}

.residence-program-single-h2 {
  font-size: 2rem !important;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: left;
}

.residence-program-detail-card {
  margin-bottom: 48px;
}

.residence-program-detail-photo-link {
  display: block;
  text-decoration: none;
  margin-bottom: 12px;
}

.residence-program-detail-photo-link .residence-program-detail-photo {
  margin-bottom: 0;
}

.residence-program-detail-photo {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 3/2;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 1.4rem;
  margin-bottom: 12px;
  overflow: hidden;
}

.residence-program-detail-photo:not(.residence-program-detail-photo--img),
.residence-program-artist-photo:not(.residence-program-artist-photo--img) {
  position: relative;
  color: transparent;
  font-size: 0;
}

.residence-program-detail-photo:not(.residence-program-detail-photo--img)::before,
.residence-program-detail-photo:not(.residence-program-detail-photo--img)::after,
.residence-program-artist-photo:not(.residence-program-artist-photo--img)::before,
.residence-program-artist-photo:not(.residence-program-artist-photo--img)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #c7cdd3;
}

.residence-program-detail-photo:not(.residence-program-detail-photo--img)::before,
.residence-program-artist-photo:not(.residence-program-artist-photo--img)::before {
  top: 18%;
  width: 28%;
  aspect-ratio: 1;
  border-radius: 50%;
}

.residence-program-detail-photo:not(.residence-program-detail-photo--img)::after,
.residence-program-artist-photo:not(.residence-program-artist-photo--img)::after {
  bottom: 14%;
  width: 46%;
  height: 34%;
  border-radius: 999px 999px 0 0;
}

.residence-program-detail-photo--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.residence-program-detail-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 16px;
}

.residence-program-single-content {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}

/* 同期済み post_content 内の編集用参加者リスト（フロントでは写真グリッドを別表示） */
body:not(.wp-admin) .residence-program-single .daby-rp-editor-only {
  display: none;
}

.residence-program-artist-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.residence-program-artist-item {
  width: calc((100% - 48px) / 3);
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.residence-program-artist-item:hover {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  .residence-program-artist-item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .residence-program-artist-item {
    width: 100%;
  }
}
.residence-program-artist-photo {
  width: 100%;
  aspect-ratio: 733/1036;
  max-width: 180px;
  margin: 0 auto 8px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 1.2rem;
  overflow: hidden;
}

.residence-program-artist-photo--img img {
  width: 100%;
  height: 100%;
  display: block;
}

.residence-program-artist-photo--fit-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.residence-program-artist-photo--fit-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.residence-program-artist-name {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
}/*# sourceMappingURL=content0415.css.map */