@charset "UTF-8";
/* CSS Document */
.mv {
	background-image: url("../assets/header/top-main_bg.jpg");
	padding-top: 130px;
	padding-bottom: 314px;
	position: relative;
	background-size: cover;
}
.mvimg-wrapper {
	position: relative;
}
.mv-slide_items .slick-track{
	display: flex!important;
}
.mv-slide_items .slick-slide {
	margin-right: 0!important;
}
.mv-slide_items li .slideImg {
	height: 644px!important;
	object-fit: cover!important;
	width: calc(100% - 183px);
}
.mv-sns ul {
	position: absolute;
	top: 33%;
	left: 1.5%;
}
.mv-sns ul li {
	max-width: 26px;
}
.mv-sns ul li:not(:first-child) {
	margin-top: 22px;
}
.mv h2 {
	width: 930px;
	position: absolute;
	z-index: 2;
	bottom: -2rem;
	left: 6%;
}
.mv .lead1 {
	width: 700px;
}
.mv .lead4, .mv .lead5 {
	width: 400px;
}

@media only screen and (max-width:520px) {
	.mv {
		padding-top: 75px!important;
		padding-bottom: 120px!important;
	}
	.mv-slide_items li .slideImg {
	height: 250px!important;
	width: calc(100% - 35px);
}
	.mv-sns ul {
		top: 17%;
	}
	.mv-sns ul li {
		width: 20px;
	}
	.mv-sns ul li:not(:first-child) {
		margin-top: 15px;
	}
	.mv h2 {
		width: 260px;
		left: 3%;
		bottom: 10rem;
	}
	.modal-start {
		width: 7rem!important;
		height: 7rem!important;
		border: 2px solid currentColor!important;
	}
	.modal-wrap {
		bottom: 9.5rem!important;
	}
	.modal-start::before {
		top: 36%!important;
		left: 43%!important;
		width: 17px!important;
		height: 19px!important;
	}
	video source {
		width: 100%!important;
		height: 100%!important;
	}
}

/*モーダルの再生ボタン*/
.modal-wrap {
	position: absolute;
	right: 4%;
	bottom: 11.5rem;
}
.modal-start {
    display: inline-block;
    position: relative;
    width: 26rem;
    height: 26rem;
    border: 3px solid currentColor;
    border-radius: 50%;
    color: #25DEB4;
    font-size: 200px;
}
.modal-start:hover {
	background-color: #FFF;
	color: #FFF;
	transition: 0.5s;
}
.modal-start::before {
    position: absolute;
    top: 39%;
    left: 44%;
    box-sizing: border-box;
    content:"";
	background-image: url("../assets/top/triangle.png"); 
	width: 53px;
	height: 59px;
	background-repeat: no-repeat;
	background-size: cover;
}
/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
	z-index: 2000;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.modaal-close {
	width: 140px!important;
	height: 140px!important;
}
.modaal-close:after, .modaal-close:before {
	top: 43px!important;
	left: 67px!important;
	height: 55px!important;
	width: 2px!important;
}
@media only screen and (max-width:1280px) {
	.mv h2 {
		width: 65%;
	}
	.modal-start {
		width: 24rem;
		height: 24rem;
	}
}

@media only screen and (max-width:834px) {
	.mv-slide_items li img {
		width: calc(100% - 90px);
	}
	.modal-start {
		width: 18rem;
		height: 18rem;
	}
	.modal-start::before {
		top: 36%;
		left: 42%;
		width: 42px;
		height: 48px;
	}
	.modal-wrap {
		bottom: 16.5rem;
	}
}

@media only screen and (max-width:520px) {
	.mv {
		padding-top: 75px!important;
		padding-bottom: 80px!important;
		overflow: hidden;
	}
	.mv-slide_items li img {
	width: calc(100% - 35px);
}
	.mv-sns ul {
		top: 17%;
	}
	.mv-sns ul li {
		width: 20px;
	}
	.mv-sns ul li:not(:first-child) {
		margin-top: 15px;
	}
	.mv h2 {
		width: 260px!important;
		left: 10%;
		bottom: -2rem;
	}
	.mv .lead4, .mv .lead5 {
		width: 170px!important;
	}
	.modal-start {
		width: 7rem!important;
		height: 7rem!important;
		border: 2px solid currentColor!important;
	}
	.modal-wrap {
		bottom: 3.5rem!important;
	}
	.modal-start::before {
		top: 36%!important;
		left: 43%!important;
		width: 17px!important;
		height: 19px!important;
	}
	.modaal-close {
    width: 70px !important;
    height: 70px !important;
  }
  .modaal-close:after, .modaal-close:before {
    top: 17px !important;
    left: 33px !important;
    height: 35px !important;
	width: 2px;
  }
	.modaal-video-wrap {
		margin: auto 0!important;
	}
	.modaal-wrapper .modaal-close {
		border: solid 1px;
	}
	.modaal-video-container video {
		width: 100%!important;
		height: 100%!important;
	}
}


/*About Us のセクション*/
.about {
	background-image: url("../assets/top/top_about_bg.jpg");
	padding-top: 120px;
	padding-bottom: 150px;
	position: relative;
	background-size: cover;
}
.top-about_flex {
	display: flex;
	justify-content: space-between;
}
.about_flex1 {
	margin-right: 90px;
	margin-left: calc(( 100% - 1000px ) / 2);
	flex-basis: 50%;
}
.about_flex2 {
	flex-basis: 40%;
}
.about_flex1 h3 {
	font-size: 3.2rem;
	font-weight: 700;
	color: #FFF;
	margin-top: 97px;
	margin-left: 111px;
	white-space: nowrap;
}
.about_flex1 .text {
	color: #FFF;
	margin-top: 57px;
	margin-left: 130px;
}
.about_flex1 .text p:not(:first-child) {
	margin-top: 15px;
}
.about_flex1 .more {
	text-align: end;
}
.about_flex2 img {
	height: 646px;
	object-fit: cover;
}
.ab-more {
	margin-top: 84px;
}

.top-about_flex2 {
	display: flex;
	margin-top: 120px;
}
.top-about_flex2 span {
	width: 50%;
}
.top-about_flex2 div {
	width: 50%;
}
.about-img {
	width: 15%;
	position: absolute;
	left: 0;
	top: 433px;
}
.about-img img{
	height: 664px;
	object-fit: cover;
}

@media only screen and (max-width:1280px) {
	.about_flex1 {
	margin-left: 10.5%;
}
}
@media only screen and (max-width:520px) {
	.about {
	padding-top: 70px;
	padding-bottom: 150px;
}
.about_flex1 {
	margin-left: 15px;
	margin-right: 25px;
	flex-basis: 70%;
}
	.about_flex1 h3 {
		font-size: 1.6rem;
		margin-top: 25px;
		margin-left: -2px;
	}
	.about_flex1 .text {
		margin-top: 25px;
		margin-left: 10px;
	}
	.about_flex1 .more {
		text-align: left;
	}
	.ab-more {
		margin-top: 30px;
	}
	.ab-more .more-flex {
		margin-left: 10px;
	}
	.about_flex2 img {
		height: 250px;
	}
	.top-about_flex2 {
		margin-top: 60px;
	}
	.about-img {
		width: 25%;
		top: 607px;
	}
	.about-img img {
		height: 224px;
	}
}

/*公演一覧のセクション*/
.performance {
	background-image: url("../assets/top/top_event_bg.jpg");
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
}
.pf_flex {
	display: flex;
	align-items: flex-end;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
}
.pf-more {
	margin-right: 67px;
}
.new-wrapper {
	margin-top: 60px;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.new-wrapper::before {
	content: "";
	background-color: #000950;
	height: 656px;
	width: 85%;
	position: absolute;
	top: 0;
	z-index: 0;
}
.new-inner {
	display: flex!important;
	width: 1000px!important;
	margin: 0 auto;
	justify-content: space-between;
	z-index: 1;
	position: relative;
}
.new-info {
	width: 45%;
}
.new-thum {
	width: 35%;
	margin-right: 138px;
}
.new-info ul li{
	background-color: #8016FA;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 2px 14px 3px;
	color: #FFF;
	display: inline-block;
	line-height: initial;
}
.new-info h3 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFF;
	line-height: 2;
	margin-top: 25px;
}
.new-info dl div {
	display: flex;
	margin-top: 45px;
}
.new-info dl div dt {
	color: #CFFF76;
	font-weight: 700;
	font-size: 1.6rem;
	margin-right: 30px;
}
.new-info dl div dd {
	font-weight: 700;
	color: #FFF;
	font-size: 1.6rem;
	margin-top: -8px;
	line-height: 2;
}
.new-more {
	width: 223px;
	border: 1px solid #FFF;
	text-align: center;
	border-radius: 29px;
	margin-top: 77px;
}
.new-more a {
	font-size: 1.6rem;
	color: #FFF;
	display: block;
	padding-top: 15px;
	padding-bottom: 17px;
}
.new-more a::after {
	content: url("../assets/top/newinfo-arrow.png");
	margin-left: 15px;
}

.ticket-wrapper {
	margin-top: 164px;
}
.ticket-inner {
	width: 735px;
	margin: 0 auto;
}
.ticket-inner a {
	background-color: #FFF;
	border-radius: 5px;
	display: flex;
}
.ticket-left {
	text-align: center;
	background-color: #25DEB4;
	padding: 60px 40px 60px;
	border-radius: 5px;
}
.ticket-left .eng {
	font-size: 4.0rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000760;
}
.ticket-left .kana {
	font-size: 1.4rem;
	font-weight: 700;
	color: #000760;
	margin-top: 10px;
}
.ticket-right {
	display: flex;
	align-items: center;
	padding-left: 73px;
	padding-right: 73px;
}
.ticket-right p {
	color: #000760;
	line-height: 2;
	font-size: 1.6rem;
	margin-right: 35px!important;
}
.ticket-wrapper .more p {
	margin-right: 0;
}
.swiper {
	max-width: 1000px!important;
}

.swiper-pagination {
  color: #fff;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	display: none;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	width: 57px!important;
	right: 26.5%!important;
	bottom: -75px!important;
	left: auto!important;
	top: auto!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	width: 57px!important;
	right: 16%!important;
	bottom: -75px!important;
	top: auto!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -72px!important;
	width: 79%!important;
	z-index: 0!important;
}
.swiper-pagination {
	text-align: right!important;
}

/* 現在のスライド番号 */
.swiper-pagination-current {
	font-size: 4.6rem;
	margin-right: 5px;
}

/* スライド総数 */
.swiper-pagination-total {
	font-size: 2.0rem;
	margin-left: 5px;
}

.bg-star {
	background-image: url("../assets/top/top_star2.jpg");
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 202px;
}

.archives .section-title {
	text-align: center;
	border-left: none;
	padding-left: 0;
}
.archives .slide-items {
	display: flex;
	margin-top: 70px;
	/*height: 364px!important;--js動かす場合追加*/
	justify-content: center;/*js動かす場合はここを消す*/
	gap:3rem;/*js動かす場合はここを消す*/
}
.archives .slide-items .slide-item {
	width: 256px!important;
	background-color: #FFF;
}
.archives .slide-items .slide-item a img:hover {
	opacity: 0.5; 
	opacity: 1;
    -webkit-animation: flash 1s;
  animation: flash 1s;
	background-color: #FFF;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width:520px) {
	.performance {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.pf_flex {
		margin: 0 15px;
	}
	.new-wrapper {
		margin-top: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
		background-color: #000950;
	}
	.pf-more {
		margin-right: 0px;
	}
	.new-inner {
		max-width: 100%!important;
		flex-wrap:wrap-reverse;
	}
	.new-wrapper::before {
		display: none;
	}
	.new-info {
		width: 100%;
		margin-top: 25px;
	}
	.new-info ul li {
		font-size: 1.4rem;
		padding: 2px 10px 3px;
	}
	.new-info h3 {
		font-size: 1.6rem;
		margin-top: 20px;
	}
	.new-info dl {
		margin-bottom: 40px;
	}
	.new-info dl div {
		margin-top: 30px;
	}
	.new-info dl div dt {
		font-size: 1.4rem;
		margin-right: 25px;
	}
	.new-info dl div dd {
		font-size: 1.4rem;
	}
	.new-more {
		width: 200px;
		margin: 0 auto;
	}
	.new-more a {
		font-size: 1.4rem;
	}
	.new-more a::after {
		margin-left: 10px;
	}
	.new-thum {
		width: 170px;
		margin: 0 auto;
	}
	.ticket-inner {
		width: 315px;
	}
	.ticket-left {
		padding: 35px 20px;
	}
	.ticket-left .eng {
		font-size: 2.0rem;
	}
	.ticket-left .kana {
		font-size: 1.2rem;
		font-weight: 600;
		margin-top: 5px;
	}
	.ticket-right {
		padding: 15px;
	}
	.ticket-right p {
		font-size: 1.2rem;
		line-height: 1.6;
		margin-right: 15px!important;
		font-weight: 500;
	}
	.ticket-right br {
		display: none;
	}
	.ticket-inner a {
		align-items: center;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		width: 45px!important;
		right: 10%!important;
		bottom: -65px!important;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		width: 45px!important;
		right: 40%!important;
		bottom: -65px!important;
	}
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -65px!important;
	width: 77.5%!important;
}
}

.archives .slick-list {
	height: auto!important;
}

.ach-more {
	text-align: center;
	margin-top: 75px;
}
@media only screen and (max-width:520px) {
	.bg-star {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.archives .section-title {
		padding-left: 0!important;
	}
	.archives .slide-items .slide-item {
		width: 170px!important;
	}
	.archives .slide-items {
		/*height: 241px!important;--js復活時追加*/
		margin-top: 40px;
		gap: 1.5rem;
	}
	.ach-more {
		margin-top: 45px;
	}
}

/*劇団員のセクションです*/
.member {
	margin-top: 150px;
}
.member-wrapper {
	display: flex;
}
.member-wrap1 {
	background-image: url("../assets/top/top_member_bg.jpg");
	background-repeat: no-repeat;
	margin-left: calc((100% - 1000px)/2);
	width: 500px;
	height: 500px;
}
.member-wrap1_block {
	padding: 96px 63px 63px;
}
.member-wrap1_block .text {
	color: #FFF;
	margin-top: 48px;
}
.member-wrap2 {
	padding-top: 50px;
	width: 50%;
}
.member-wrap2 img {
	height: 500px;
	object-fit: cover;
}
.member-more {
	margin-top: 38px;
	text-align: end;
}

.middle-bg {
	text-align: center;
}
.middle-bg img {
	height: 553px;
	object-fit: cover;
	vertical-align: bottom;
}
@media only screen and (max-width:520px) {
	.member {
	margin-top: 70px;
}
	.member-wrapper {
		flex-wrap: wrap;
	}
	.member-wrap1 {
		margin-left: 0;
		height: 335px;
		width: 100%;
	}
	.member-wrap1_block {
		padding: 70px 0 0 0;
		margin: 0 25px;
	}
	.member-wrap1_block .text {
		margin-top: 30px;
	}
	.member-more {
		margin-top: 25px;
	}
	.member-wrap2 {
		width: 100%;
		margin: 0 25px;
		padding-top: 0;
	}
	.member-wrap2 img {
		height: 250px;
	}
	.middle-bg img {
		height: 180px;
	}
}

/*各種メディアのセクションです*/
.media {
	background-image: url("../assets/top/top_media_bg.jpg");
	padding-top: 150px;
	padding-bottom: 150px;
	background-size: cover;
	background-repeat: no-repeat;
}
.sns-flex1 {
	margin-top: 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sns-flex1 h3 {
	width: 158px;
	margin: 0 auto;
}
.feed {
	margin-top: 30px;
}
.insta-feed {
	margin-top: 18px;
}
#sb_instagram .sb_instagram_header a, .sb_instagram_header a {
	display: none!important;
}
#sb_instagram #sbi_load {
	display: none!important;
}

.sns-flex2 {
	display: flex;
	margin-top: 75px;
	flex-wrap: wrap;
	gap:25px 20px;
}

.sns-flex2 .blog {
	background-image: url("../assets/top/sns_bg.png");
	height: 165px;
	background-size: cover;
	width: 32%;
}
.sns-flex2 .blog img {
	width: 16px;
}
.blog a {
	display: block;
	height: 100%;
}
.blog-inner {
	padding: 17px 19px;
}
.blog-link {
	text-align: end;
}
.blog-inner h4 {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	color: #FFF;
	margin-top: 7px;
	line-height: 1.5;
}
.sns-flex2 .blog .blog-inner h4 img {
	width: 64px;
	vertical-align: bottom;
}
.blog-inner h5 {
	font-size: 1.2rem;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-top: 12px;
	text-align: center;
}
.blog-inner .inner-yt, .blog-inner .inner-fb {
	margin-top: 14px;
}
.twitter-wrap {
	width: 48%;
}
.insta-wrap {
	width: 48%;
}
.sb_instagram_header {
	margin-bottom: 0!important;
}
@media only screen and (max-width:520px) {
	.media {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.sns-flex1 {
		margin-top: 40px;
	}
	.twitter-wrap {
		width: 100%;
	}
	.sns-flex1 h3 {
		width: 120px;
	}
	.feed {
		margin-top: 20px;
	}
	.insta-feed {
		margin-top: 0px;
	}
	.insta-wrap {
		margin-top: 35px;
		width: 100%;
	}
	.sns-flex2 {
		margin-top: 50px;
		gap:15px 13px;
	}
	.sns-flex2 .blog img {
		width: 12px;
	}
	.blog-inner h4 {
		font-size: 1.6rem;
	}
	.blog-inner h5 {
		margin-top: 10px;
	}
	.sns-flex2 .blog {
		width: 48%;
		height: 124px;
	}
	.sns-flex2 .blog .blog-inner h4 img {
		width: 45px;
	}
	
}

.gallery {
	text-align: center;
}
.gallery img {
	vertical-align: bottom;
}

/*モーダル閉じるボタンの枠*/
.modaal-wrapper .modaal-close {
	border: solid 1px #FFF!important;
}

