@charset "UTF-8";
/* ============================================= *
  修正用
 * ============================================= */

.inline-block { display: inline-block; }

/* header
------------------------------------*/
@media screen and (min-width: 769px) {
  #header,
  #header-layout1 {
    height: 125px;
  }
  .header-layout1-sub {
    top: 125px;
  }
  #header-layout1 > .el-left h1 {
    width: 100%;
  }
  #header-layout1-row1 .el-left > ul {
    font-size: clamp(0.875rem, 1.29vw, 0.9375rem);
  }
    #header-layout1-row1 .el-right > ul {
    font-size: clamp(0.78125rem, 1.2vw, 0.875rem);
  }
  #header-layout1-row2 > ul {
    font-size: clamp(1.125rem, 2vw, 1.5rem);
  }
  #header-layout1-row2 > ul > li {
    margin-right: 30px;
  }
  .header-layout1-sub-menulist3-layout1 > div > .mid span {
    font-size: 65%;
    margin-left: .5em;
  }
}

@media screen and (max-width: 768px) {
  #header-menu_sp-layout1 > div .menu-children-bigtext span {
    font-size: 65%;
    margin-left: .5em;
  }
}

/* footer
------------------------------------*/
#footer .menu-parent > a {
	display: block;
}
#footer .menu-list > li.dot a {
	display: inline-block;
	margin-left: 1em;
}
#footer .menu-list > li.dot > a::before {
	content: '・';
	margin-left: -1em;
}
#footer .menu-list-parent > li.dot {
	font-weight: 500;
}
#footer .menu-list-parent > li.dot > a::before {
	content: '・';
}
#footer-layout2-pic1 {
display: flex;
align-items: center;
justify-content: space-between;
}

@media screen and (min-width: 1000px) {
  /*
  #footer-layout1 {
    flex-wrap: nowrap;
  }
  */
}

@media screen and (min-width: 769px) {
  /*
  #footer {
    padding-top: 130px;
  }
  #footer-layout1 {
    justify-content: center;
  }
	#footer-layout1 > div:nth-child(n):not(:last-child) {;
		margin-right: 32px;
		width: auto
	}
  
	#footer-layout1 > div:nth-child(4) {
		max-width: 428px;
	}
  */
	.child-menu-wrap {
		display: flex;
	}
	.child-menu-wrap .col {
		margin-right: 32px;
		width: calc((100% - 32px) / 2);
	}
	.child-menu-wrap .col:nth-of-type(2n) {
		margin-right: 0;
	}
	#footer .menu-list .menu-parent {
		display: inline-block;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	#footer .menu-list .child-head {
		margin-bottom: .5em;
	}
  #footer-layout2-pic1 {
    padding-right: 10px;
    width: 330px;
  }
  #footer-layout2-pic1 img:nth-of-type(1) {
    width: 235px;
  }
  #footer-layout2-pic1 img:nth-of-type(2) {
    width: 66px;
  }
  #gotoTop > a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    padding-top: 50px;
  }
  #footer-layout2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #footer-layout2-pic1 {
    margin-right: 0;
    max-width: 280px;
    width: 60%;
  }
  #footer-layout2-pic1 img:nth-of-type(1) {
    width: 75%;
  }
  #footer-layout2-pic1 img:nth-of-type(2) {
    width: 20%;
  }
  #footer-layout2-sns {
    margin: 0;
    width: 40%;
  }
	#footer .child-menu-wrap .menu-list {
		display: block;
	}
	#footer .menu-list .menu-parent {
		display: inline-block;
	}
	#footer .menu-list .child-head {
		margin: 1em 0 -.75em;
	}
	#fixedbox-bottom {
		transform: translateY(0);
		transition: .5s;
	}
	#fixedbox-bottom.hide {
		transform: translateY(100%);
	}
}

/* .common
------------------------------------*/
@media screen and (min-width: 769px) {
  body:not(.home) #main {
    padding-top: 125px;
  }
  .common-title1 {
    font-size: 2.375rem;
  }
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", 'メイリオ','Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* top slider
------------------------------------*/
#top-section1-slider .slick-track {
  display: flex;
}
#top-section1-slider .slick-slide {
  height: auto !important;
}
#top-section1-slider .article-kouen > a {
  height: 100%;
  padding-bottom: 45px;
  position: relative;
}
#top-section1-slider .article-kouen > a .thumb {
  padding-top: 141%;
  background-color: #EEE;
}
#top-section1-slider .article-kouen > a .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top-section1-slider .article-kouen > a:hover .thumb img {
  transform: translate(-50%, -50%) scale(1.05);
}
#top-section1-slider .article-kouen > a .link {
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0;
	display: block;
	color: #be8c3a;
	transition: color 0.3s linear, opacity 0.3s linear;
	padding-right: 4.25em;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#top-section1-slider .article-kouen > a .link::before,
#top-section1-slider .article-kouen > a .link::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
}
#top-section1-slider .article-kouen > a .link::before {
	width: 3.25em;
	right: 0.55em;
	top: 0.8em;
	height: 1px;
	background-color: #be8c3a;
	transform-origin: 0 0;
}
#top-section1-slider .article-kouen > a .link::after {
	width: 1.1em;
	height: 1.1em;
	box-sizing: content-box;
	right: 0;
	top: 0.2em;
	border: 1px solid #be8c3a;
	border-radius: 50%;
}

@media screen and (min-width: 769px) {
  #top-section1-slider .article-kouen > a .cont .opendate {
    font-size: 0.9375rem;
  }
  #top-section1-slider .article-kouen > a .cont .tit {
    font-size: 1.125rem;
  }
  #top-section1-slider .article-kouen > a .link {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  #top-section1-slider .article-kouen > a {
    padding-bottom: 35px;
  }
  #top-section1-slider .article-kouen > a .link {
    font-size: 0.875rem;
    bottom: 10px;
    right: 12px;
  }
}

/* TOP slider以外
------------------------------------*/
@media screen and (min-width: 769px) {
  .btn-wrap > .btn > a .tit {
    font-size: 1.625rem;
  }
  #top-covid-banner1 > a .tit {
    font-size: 1.5625rem;
  }
  .news-list > li > a > .dt,
  .news-list > li > a > .tit {
    font-size: 1rem;
  }
  #top-section3-layout1 {
    background: none;
    margin-top: 40px;
  }
  #top-section3-layout1 .el-pic {
    width: 37.5%;
  }
  #top-section3-layout1 .el-cont {
    width: 62.5%;
    padding-top: 42px;
  }
  #top-section3-layout1 .el-cont::before {
    background-color: #ede9e8;
    content: "";
    height: calc(100% - 25px);
    width: calc(100% + 8%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  
  #top-section3-layout1-pic1 {
    overflow: hidden;
    top: 0;
  }
  #top-section3-layout1 > .el-cont > .inner {
    padding-top: 0;
    padding-bottom: 160px;
    max-width: calc(780px + 15px);
    padding-left: 15px;
  }
  #top-section3-layout1-midashi1 {
    position: static;
    margin-bottom: 35px;
  }
  .common-midashi-h4 {
    margin-bottom: 10px;
  }
  #top-section3 .top-section3-midashi > .ja {
    font-size: 5rem;
  }
  #top-section3 .top-section3-midashi-block.col2 > div {
    padding-right: 4%;
    margin-right: 0;
    width: 50%;
  }
  #top-section3-layout2 {
    margin: 0;
    background: none;
    padding-bottom: 85px;
    position: relative;
  }
  #top-section3-layout2::before {
    background-color: #ede9e8;
    content: "";
    height: calc(100% - 282px);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #top-section3-layout2-el1 {
    height: auto;
    max-width: 600px;
    top: 0;
    padding-top: 0;
  }
  #top-section3-layout2-pic1 {
    display: flex;
    justify-content: flex-end;
    top: -70px;
    margin-bottom: -70px;
  }
  #top-section3-layout1-pic1 img,
  #top-section3-layout2-pic1 img {
    width: 600px;
    max-width: inherit;
  }
  #top-section3 .top-section3-midashi > .lead {
    font-size: 1.25rem;
    display: inline-block;
  }
  #top-section3-layout2 > .inner {
    justify-content: space-between;
  }
  #top-section3-layout2-el1 {
    height: auto;
    margin: 0;
    padding-top: 0;
    width: 37.5%;
    max-width: 600px;
    top: 0;
  }
  #top-section3-layout2-el2 {
    height: auto;
    margin: 135px 0 0;
    padding-top: 100px;
    width: 56.75%;
    top: 0;
  }
  #top-section3-layout2-el1 > .inner {
    margin: 0 0 0 auto;
    padding: 25px 0 0 85px;
    max-width: 465px;
  }
  #top-section3-layout2-midashi1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 30px;
    width: calc(100% + 70px);
    position: relative;
    top: 0;
    left: -70px;
  }
  #top-section3 .top-section3-midashi .lead {
    margin-left: .5em;
  }
  #top-section3-layout2-midashi2 {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
  }
  #top-section3-layout2-el2 .top-section3-midashi-block {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1190px) and (min-width: 769px) {
  #top-section3-layout2-el1 {
    width: calc(47.5% - 5.75%);
  }
  #top-section3-layout2-el2 {
    padding-top: 135px;
    width: 52.5%;
  }
  #top-section3-layout2-midashi2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  #top-section3 .top-section3-midashi > .ja {
    font-size: 3.8125rem;
  }
  #top-section3-layout1-pic1 {
    max-width: inherit;
  }
  #top-section3-layout1 .shape-square {
    height: 200px;
    top: -10px;
  }
  #top-section3-layout2-el1 .shape-square {
    height: 128px;
    top: -10px;
  }
  #top-section3-layout2-midashi2 {
    margin-top: calc(-30vw + 10px);
  }
}

/* 公演情報
------------------------------------*/
#ticketbox-pic1 {
  border: 1px solid #BE8C3A;
  border-radius: 50%;
  color: #BE8C3A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  height: 168px;
  width: 168px;
}
#ticketbox-pic1 span:nth-of-type(1) {
  color: #FFF;
  position: relative;
  top: -5px;
}
#ticketbox-pic1 span:nth-of-type(3) {
  font-size: 37px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: .15em;
  margin-left: 7px;
}
#ticketbox-text3 > a::after {
  content: url("../images/icon-external-white.svg");
}
#schedule_single-mainvisual .el-right {
  background-image: url("../images/schedule/mainvisual.jpg");
  background-position: 50% 50%;
}

@media screen and (min-width: 769px) {
  .list-schedule > .inner > .el-right .opendate {
    font-size: 1.25rem;
  }
  #ticketbox-text1 {
    font-size: 1.375rem;
  }
  #ticketbox-text2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 768px) {
  #ticketbox-pic1 {
    height: 86px;
    width: 86px;
    font-size: 7px;
  }
  #ticketbox-pic1 span:nth-of-type(1) {
    font-size: 11px;
  }
  #ticketbox-pic1 span:nth-of-type(3) {
    font-size: 19px;
    margin-left: 4px;
  }
}

/* 財団の取り組み
------------------------------------*/
.business::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .business__greed {
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .c-container__ttl {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 768px) {
  .business__greed {
    padding-bottom: 0;
  }
}

/* 財団の取り組み - これまでの公演
------------------------------------*/
.history__photograph {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .history__item {
    position: relative;
    margin-bottom: 70px;
  }
  .history__photograph {
    position: absolute;
    bottom: -25px;
    /*left: calc(((100% - 640px) / 4) * 3);*/
    left: 0;
  }
  .history__photograph__row2 {
    bottom: -38px;
  }
}

@media screen and (max-width: 768px) {
  .history__photograph {
    text-align: right;
    margin-top: 5px;
  }
  
  #history-section3 .history__photograph {
    margin: 5px auto 0;
    max-width: 284px;
    width: 100%;
  }
}

/* 日生劇場舞台フォーラム
------------------------------------*/
@media screen and (max-width: 768px) {
  #forum-mainvisual .el-right {
    background: url("../images/forum/mainvisual__forum_sp.jpg") center no-repeat;
    background-size: cover;
  }
  #ayumi-mainvisual .el-right {
    background: url("../images/ayumi/mainvisual__ayumi_sp.jpg") center no-repeat;
    background-size: cover;
  }
}

/* チケット購入方法
------------------------------------*/
.ticket__banner__btn::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(188, 138, 57, 0.67);
}
.ticket__banner__btn__link .next {
	color: #FFF;
}
.ticket__banner__btn__link .next::before {
	background-color: #FFF;
}
.ticket__banner__btn__link .next::after {
	border-color: #FFF;
}
.ticket__banner__link[target="_blank"]::after {
	display: none !important;
}

/* contact
------------------------------------*/
#contact-mainvisual .el-right {
  background-position: center;
}
#contact-section1 {
	text-align: center;
}
#contact-section1-text1 {
	text-align: left;
}
@media screen and (min-width: 769px) {
  #contact-section1-text1 {
    display: inline-block;
  }
}

/* search
------------------------------------*/
#search-section1-layout1 table.gsc-search-box td.gsc-input {
	width: 100%;
}

/* 404エラー
------------------------------------*/
.c-absolute::before {
  display: none;
}
@media screen and (min-width: 769px) {
  #error404-section1 .error404 a {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  #error404-section1 .error404 a {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 350px) {
  .access__map__address__inner .address__txt {
    font-size:12px; 
  }
  .access__tab-area.sp .sp-wrap p {
    padding-left: 5px;
    padding-right: 5px;
  }
  .access__map__address__inner .m-fax::before {
    vertical-align: 0px;
    width: 12px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  body.page-id-15782 #lightbox .lb-outerContainer {
    width: 80% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-id-15782 #lightbox .lb-container {
  }
  body.page-id-15782 #lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 480px) {
  body.page-id-15782 #lightbox .lb-nav a.lb-prev {
    background-position-x: -10%;
  }
  body.page-id-15782 #lightbox .lb-nav a.lb-next {
    background-position-x: 103.5%;
  }
}

@media screen and (max-width: 768px) {
  .form-style .wpcf7-text, .form-style .wpcf7-textarea, .form-style .wpcf7-select, .form-style .wpcf7-number, .form-style .wpcf7-total {
      font-size: 16px;
  }
}