@charset "utf-8";
/* CSS Document */
.pcOnly{
	display: block;
}
.spOnly{
	display: none;
}
.notepc-down-only{
	display: none;
}
html{
	overflow-x: hidden;	
}
body{
	position: relative;
	overflow-x: hidden;
    width: 100vw;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;		
	font-style: normal;
	font-size: 18px;
	line-height: 1.2;
}
.back-wrap{
/*	position: relative;
	width: 100%;
	height: 10000px;
*/}
.back-r1{
	position: absolute;
	top: 750px;
	left: 76%;
	transform: rotate(0deg);
	width: 55%;
	height: auto;
	z-index: -1;
	transition: ease-in-out 0.7s;
}

.back-l1{
	position: absolute;
	top: 1350px;
	right: 76%;
	transform: rotate(0deg);
	width: 55%;
	height: auto;
	z-index: -1;
	transition: ease-in-out 0.7s;
}

.back-r2{
	position: absolute;
	top: 2300px;
	left: 76%;
	transform: rotate(0deg);
	width: 55%;
	height: auto;
	z-index: -1;
	transition: ease-in-out 0.7s;
}

.back-l2{
	position: absolute;
	top: 3100px;
	right: 76%;
	transform: rotate(0deg);
	width: 55%;
	height: auto;
	z-index: -1;
	transition: ease-in-out 0.7s;
}

.back-footer{
	position: absolute;
	/*bottom: -512px;*/
	bottom: 0;
    left: 50%;
	transform: translateX(-50%) rotate(90deg);
	width: 375px;
	height: auto;
	z-index: -1;
	/*transition: ease-in-out 0.7s;*/
	transition: ease-in-out 3.7s;
	display: none;
}

.back-r1.active,.back-r2.active{ transform: rotate(-180deg);}
.back-l1.active,.back-l2.active{ transform: rotate(180deg);}
.back-footer.active{ 
	transform: translateX(-50%) rotate(-90deg);
	animation: rainbowanime 6s ease-in-out;
}
.footer-rainbow{
	width: 800px;
	height: 800px;
	position: relative;
	margin: -800px auto 0;
	z-index: -1;
	overflow: hidden;
	padding: 0;
}
.footer-rainbow::after{
	content: '';
	width: 100%;
	height: 100%;
	transform: translateX(-50%) rotate(90deg);
	background: url(../images/common/back01r.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: ease-in-out 3.7s;
	position: absolute;
	top: 30%;
	left: 50%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.footer-rainbow.active::after{ 			
	transform: translateX(-50%) rotate(-90deg);
	animation: rainbowanime 6s ease-in-out;
}
@keyframes rainbowanime {			
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@media screen and (max-width:640px){
	.footer-rainbow{
		display: none;
		/*width: 80vw;
		height: 80vw;
		margin: -80vw auto 0;*/
		}
	.back-footer{
		display: inline;
	}
	.br-sp {
		display: none;
	}
}
#back-circle1,#back-circle2,#back-circle3,#back-circle4{
	position: absolute;
	z-index: -10;
	top: 800px;
	right: -433px;
	width: 867px;
	height: 866px;
	background-image: url("../images/common/back-circle.png");
	/* スクロールアニメーションの設定 */
    animation: linear rotation-left;
    animation-timeline: view();
	animation-range: cover 0% cover 100%;
	/*animation-duration: auto;
    animation:3s linear infinite rotation-left;*/
}
#back-circle2,#back-circle4{
	top: 1315px;
	left: -433px;	
	background-position: right;
	/* スクロールアニメーションの設定 */
    animation: linear rotation-right;
    animation-timeline: view();
	animation-range: cover 0% cover 100%;
    /*animation:3s linear infinite rotation-right;*/
}
#back-circle3{
	top: 2167px;
}
#back-circle4{
	top: 3200px;
}
@keyframes rotation-left{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-360deg); }
}
@keyframes rotation-right{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

a:hover{
	opacity: 0.5; 
}
#sp-header{
	display: none;
}
#pc-header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #fff;
	box-shadow: 0px 7px 4px -7px gray;
}
#pc-header-wrap {
	position: relative;
	display: flex;
	width: 1180px;
	margin: 20px auto;
}
#pc-header-wrap a{
	display: block;
}
#h1-box{
	margin: 0 10px;
}
#h1-box img{
	width: 250px;	
}
#pc-header-wrap .gl-navi{
	font-size: 18px;
}
#pc-header-wrap .gl-navi .gl-navi-list{
	display: flex;
	justify-content: flex-end;
	width: 855px;
}
#pc-header-wrap .gl-navi .gl-navi-list li{
	height: 19px;
	margin: 8px 0 8px 8px;
	position: relative;
	line-height: 19px;
	border-right: 1px solid gray;
}
#pc-header-wrap .gl-navi .gl-navi-list li:last-of-type{
	border-right: none;
}
#pc-header-wrap .gl-navi .gl-navi-list li a{
	padding: 0 20px;
}
#pc-header-wrap .gl-navi .gl-navi-list li.drop-on{
    padding: 0;
}
#pc-header-wrap .gl-navi .gl-navi-list li img{
	height: 19px;
	margin: 0 10px 0 0;
}
#pc-header-wrap .gl-navi .gl-navi-list li img.event-btn-img{
	margin: 0 5px;
}
#pc-header-wrap .gl-navi .dropdown-list{
	display: none;
	position: absolute;
	top: 20px;
	left: -8px;
	z-index: 100;
	width: 400px;
	margin: 0 0;
	padding: 10px 20px;
	background-color: rgba(255,255,255,0.9);
}
#pc-header-wrap .gl-navi .dropdown-list li{
	height: 35px;
	margin: 8px;
	border-right: none;	
	border-bottom: 1px solid gray;
}
#pc-header-wrap .gl-navi .dropdown-list li:last-of-type{
	margin: 8px 8px 0;
	border-bottom: none;
}
#pc-header-wrap .gl-navi .dropdown-list li a{
	margin: 10px;
	padding: 10px;
}
#pc-header-wrap .gl-navi .drop-on:hover .dropdown-list{
    display: block;/*Gナビメニューにホバーしたら表示*/
}
#pc-header-wrap .s-navi{
	width: 40px;
	margin: 0 10px;
}
#pc-header-wrap .s-navi img{
	width: 40px;
}
#pc-header-wrap .english-btn{
	/* display: none; */
	position: absolute;
	top: 0;
	right: -250px;
}
footer{
	position: relative;
	overflow: hidden;
	/*height: 432px;*/
	margin: 100px 0 0;
	padding: 200px 0 0;
	background-image: url("../images/common/footer-back.png");
	background-repeat: repeat-x;
	background-position: bottom center;
}
#back-circle-footer{
	position: absolute;
	z-index: -10;
	bottom: 0;
	width: 100%;
	height: 432px;
	background-image: url("../images/common/back-circle.png");
	background-repeat: no-repeat;
	background-position: center top;
	/* スクロールアニメーションの設定 */
    /*animation: linear rotation-left;
    animation-timeline: view();
	animation-range: cover 0% cover 100%;*/
}
#footer-wrap{
	width: 1280px;
	margin: 0 auto;
}
#footer-navi{
	display: flex;
	justify-content: space-between;
}
#footer-navi .footer-navi-list{
	display: flex;
	flex-wrap: wrap;
	width: 700px;
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
}
#footer-navi .footer-navi-list li{
	width: 350px;
	height: 30px;
	margin: 0 0 20px;
    padding: 0 0 0 20px;
	line-height: 30px;
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
}
#footer-navi .footer-navi-list li:before {
    display: block;
    position: absolute; /*絶対配置*/
    top: 12px; /*点の位置*/
    left: 0; /*点の位置*/
    width: 10px; /*点の幅*/
    height: 10px; /*点の高さ*/
    content: "";
    background: #f0857d; /*点の色*/
    border-radius: 50%; /*丸くする*/
}
#footer-navi .footer-s-navi{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	width: 250px;
}
#footer-navi .footer-s-navi .footer-sns{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
#footer-navi .footer-s-navi .footer-logo{
	width: 250px;
    margin: 15px 0 0;
}
#footer-navi .footer-s-navi .footer-logo img{
    width: 100%;
}
#footer-navi .footer-s-navi .footer-sns img{
    width: 40px;
    margin: 0 0 0 20px;
}
#footer-info-box{
    display: flex;
    justify-content: space-between;
	margin: 0 0 15px;
}
#footer-info-box .footer-info{
    font-size: 14px;
		font-weight: bold;
    line-height: 20px;
		width: fit-content;
		margin-inline: auto;
		p {
			word-break: keep-all;
		}
}
#footer-info-box .footer-info span {
	font-weight: normal;
	display: inline-block;
}
#copyright{
	/*height: 83px;*/
	padding: 30px 0;
	background: rgb(187,26,46);
	background: linear-gradient(90deg, rgba(187,26,46,1) 0%, rgba(59,85,162,1) 49%, rgba(69,152,57,1) 100%);
	color: #FFF;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
}

/*トップへ戻るボタン*/
#page-top{
    margin: 0 5px 0 56px;
}
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 50px;
	height: 50px;
	background:#333333;
	border-radius: 30px;
	transition:all 0.3s;
}
#page-top a::before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin: 10px 0 0;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(-45deg);    
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
@keyframes UpAnime2{
  from {
    opacity: 0;
	transform: translateY(-500px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
@keyframes DownAnime2{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(-500px);
  }
}

main{
	z-index: 10;
	width: 1240px;
	margin: 0 auto 200px;
	font-size: 22px;
}
/*トップページ*/
.header{
	position: absolute;
	top: 90px;
	width: 100%;
	aspect-ratio: 16/9;
	max-height: 100vh;
	/* background: #ccc; */
}

.top{
	position: relative;
	/*width: 800px;*/
	width: 63%;
	aspect-ratio: 10/4.9;
	margin: 0 auto;
}

.kv{
	position: relative;
	width: 100%;
	height: auto;
	opacity: 0;
	z-index: 2;
}

.onload .kv{
	opacity: 1;
	transition: ease-in-out 0.3s 1.8s;
}

.title{
	position: absolute;
	left: 31%;
	top: 17px;
	width: 40%;
	transform: scale(2) translateY(20%);
	transition: ease-in-out 0.5s 1.4s;
}
.onload .title{
	transform: scale(1) translateY(0);
}

.line{
	position: absolute;
	left: 17px;
	top: 17px;
	width: calc(100% - 34px);
	height: calc(100% - 34px);
	/* background: rgba(0, 0, 255, 0.5); */
}

.line span{
	width: 100%;
	height: 100%;
	display: inline-block;
}

.line::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: #333;
	transition: linear 0.1s 1.2s;
	transform-origin: top;
	transform: scale(1,0);
}

.line::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #333;
	transition: linear 0.2s 1.3s;
	transform-origin: left;
	transform: scale(0,1);
}

.line span::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: #333;
	transition: linear 0.1s 1.5s;
	transform-origin: bottom;
	transform: scale(1,0);
}

.line span::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: #333;
	transition: linear 0.2s 1.6s;
	transform-origin: right;
	transform: scale(0,1);
}

.onload .line::before,
.onload .line::after,
.onload .line span::before,
.onload .line span::after{ transform: scale(1,1);}

.is-notshow {
  /* 変更：　iOS Safariでも動く */
  transition: opacity 1s, visibility 0s ease 1s;
    
  opacity: 0;
  visibility: hidden;
}

.is-show {  
  /* 変更：　iOS Safariでも動く */
  /*transition-delay: 0s;*/
  transition: opacity 1s, visibility 0s ease 1s;
  
  opacity: 1;
  visibility: visible;
}

#slider-box{
	position: relative;
	/*width: 1900px;*/
	width: 100%;
	margin: 90px auto 50px;
}
.is-noshow{
	opacity: 0;
	visibility: hidden;
}
#slider-box .slider img{
	width: 90%;
	margin: 0 auto 100px;
}
#slider-box .modal-btn{
	position: absolute;
	top: 25%;
	right: 10vw;
}
#slider-box .modal-btn-sp {
	display: none;
}
#slider-box .modal-btn img{
	width: 10vw;
}

/*infoエリアをはじめは非表示*/
#modal-info{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-inner-wrapper{
	vertical-align: top;
}
.modaal-container{
	position: relative;
    max-width: 1000px;
	padding: 30px;
	border-radius: 10px;
	background-image: url("../images/top/modal-bk.png");
	background-size: cover;
}
.modaal-container h2{
	margin: 0 0 25px;
	text-align: center;
}
.modaal-container p{
	color: #333;
	font-size: 24px;
	line-height: 40px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-wrapper .modaal-close{
	position: absolute;
	background: #707070;	
}
.modaal-close:after, 
.modaal-close:before{
	left: 24px;
	width: 2px;
	background:#fff;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#000;
}
#news,#schedule{
    margin: 100px 0 0;
    padding: 100px 0 0;
}
#top-page .top-news-box{
    width: 100%;
    margin: 0 0 200px;
    padding: 0 0 3px 25px;
    background-image: url("../images/common/sec-bar.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 10px 100%;
}
#top-page .top-title {
    display: flex;
    margin: 0 0 10px;
    line-height: 40px;
    font-weight: bold;
}
#top-page .top-title h2 {
	font-size: 40px;
}
#top-page .top-title p{
    padding: 0 20px;
	font-size: 22px;
}
#top-page .top-news-contents{
    margin: 10px 0;
    
}
#top-page .top-news-contents dl.top-news-contentsOpen {
	display: flex;
	margin: 0 0 10px;
    line-height: 1.8em;
}
#top-page .top-news-contents dl a{
    display: flex;
		margin: 0 0 10px;
    line-height: 1.8em;
}
#top-page .top-news-contents dt{
    margin: 0 5px 0 0;
    font-size: 16px;
    font-weight: normal;
}
#top-page .top-news-contents dd{
    font-size: 24px;
    font-weight: bold;
}
#top-page .top-news-btn a{
    padding: 5px 20px;
    background: #333;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
#top-page .top-news-btn a:hover{
    opacity: 1;
    background: #fff;
    border: 2px solid #333;
    color: #333;
}
#top-page .top-forward-box,#top-page .top-matinaka-box,#top-page .top-office-box,#top-page .top-schedule-box,#top-page .top-movie-box,#top-page .top-link-box{
    margin: 0 0 200px;
}
#top-page .top-forward-contents,#top-page .top-matinaka-contents,#top-page .top-office-contents,#top-page .top-schedule-contents,#top-page .top-movie-contents,#top-page .top-link-contents{
    width: 100%;
    margin: 0 0 50px;
    padding: 0 0 0 25px;
    background-image: url("../images/common/sec-bar.png");
    background-position: top left;
    background-repeat: no-repeat; 
    /*background-size: 10px 200px;*/
    background-size: 10px 100%;
}
/*#top-page .top-matinaka-box{
   background-size: 10px 95px;
}
#top-page .top-schedule-contents,#top-page .top-movie-contents,#top-page .top-link-contents{
   background-size: 10px 40px;    
}*/
#top-page .top-forward-date{
    margin: 25px 0;
    font-size: 28px;
    font-weight: bold;
}
#top-page .top-forward-text{
    width: 90%;
}
#top-page .top-forward-image,#top-page .top-matinaka-image,#top-page .top-office-image{
    position: relative;
}
#top-page .top-forward-image picture img,#top-page .top-matinaka-image picture img,#top-page .top-office-image picture img{
	width: 100%;
}

#top-page .top-forward-fukidasi{
    position: absolute;
    top: 170px;
    left: -125px;
    width: 294px;
    height: 286px;
    padding: 82px 0 0 90px;
    background-image: url("../images/common/fukidasi01.png");
    background-repeat: no-repeat;
    font-weight: bold;
    text-align: left;
}
#top-page .top-forward-fukidasi .date{
    margin: 0 0 10px;
    font-size: 45px;
	line-height: 45px;
}
#top-page .top-forward-fukidasi .week{
    margin: 0 0 0 20px;
    font-size: 20px;
	line-height: 20px;
}
#top-page .top-matinaka-text{
    width: 78%;
}
#top-page .top-office-text{
    width: 70%;
}
#top-page .top-matinaka-fukidasi,#top-page .top-office-fukidasi{
    position: absolute;
    top: -120px;
    right: 13px;
    width: 209px;
    height: 209px;
    padding: 62px 30px;
    background-image: url("../images/common/fukidasi03.png");
    background-repeat: no-repeat;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
#top-page .top-matinaka-fukidasi span,#top-page .top-office-fukidasi span{
    font-size: 22px;
}
#top-page .top-detail-btn{
    position: absolute;
    right: 0;
    bottom: -103px;
}
#top-page .top-detail-btn:hover {
    bottom: -90px;
}
#top-page .top-detail-btn a{
	display: block;
}
#top-page .top-detail-btn a:hover {
    opacity: 1;
}
#top-page .top-detail-btn a:hover img {
    width: 110%;
}
#top-page .top-forward-pic{
    position: absolute;
    top: -211px;
    right: -166px;
}
#top-page .top-matinaka-pic{
    position: absolute;
    left: -103px;
    bottom: -100px;
}
#top-page .top-office-pic{
    position: absolute;
    left: -18px;
    bottom: -55px;
}
#top-page .schedule-img-pc{
	width: 1204px;
	margin: 0 auto;
}
#top-page .schedule-img-notepc,
#top-page .schedule-img-tablet,
#top-page .schedule-img-large-sp,
#top-page .schedule-img-sp,
#top-page .schedule-sp{
	display: none;
}
#top-page .top-movie-data{
    width: 640px;
    margin: 0 auto 5px;
}
iframe#player5.youtube{
    width: 640px;
    height: 360px;
}
#top-page .top-movie-text{
	font-size: 16px;
    text-align: center;
}
#top-page .top-link-x-bnr{
	display: flex;
	margin: 0 50px;
}
#top-page .top-link-x{
	width: 342px;
	height: 547px;
	margin: 0 100px 0 0;
}
#top-page .top-link-bnr ul{
	display: flex;
	flex-wrap: wrap;
	width: 644px;
	margin: 0 0 30px;
}
#top-page .top-link-bnr ul li{
	margin: 0 20px 40px 0;
	color: #707070;
	font-size: 16px;
}
#top-page .top-link-bnr ul li img{
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
}
#top-page .top-link-bnr h3{
	margin: 0 0 25px 0;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}


@media screen and (max-width:1865px) {
    #pc-header-wrap{
        position: static;
    }
    #pc-header-wrap .english-btn{
		top: 20px;
        right: 94px;
    }
}
@media screen and (max-width:1700px) {
    #pc-header-wrap{
        justify-content: space-between;
        width: auto;
        margin: 20px 240px 20px 20px;
    }
    #pc-header-wrap .gl-navi .gl-navi-list{
        width: auto;
    }
}
@media screen and (max-width:1440px) {
	.notepc-up-only{
		display: none;
	}
	.notepc-down-only{
		display: block;
	}
	#pc-header-wrap{
		margin: 20px 65px 20px 20px;
	}
	#pc-header-wrap .english-btn{
		right: 20px;
	}
	#pc-header-wrap .english-btn img{
		width: 40px;
	}
	#footer-wrap{
		width: 90%;
	}
	main{
		width: 80%;
	}
	#slider-box .slider img{
		margin: 0 auto 30px;
	}
	#slider-box .modal-btn img{
		width: 200px;
	}
	#top-page .forward-title {
		display: block;
	}
	#top-page .forward-title p{
		padding: 10px 0px 0px;
	}
	#top-page .top-forward-pic picture img,#top-page .top-matinaka-pic picture img{
		width: 28vw;
	}
    #top-page .top-matinaka-text{
        width: 70%;
    }
	#top-page .top-office-pic picture img{
		width: 20vw;		
	}
	#top-page .schedule-img-pc{
		display: none;
	}
	#top-page .schedule-img-notepc{
		display: block;
		width: 760px;
		margin: 0 auto;
	}
	#top-page .schedule-img-notepc img{
		width: 100%;
	}
	
	#top-page .top-link-x-bnr{
		flex-wrap: wrap;
		margin: 0;
	}
	#top-page .top-link-x{
		width: 100%;
		height: 400px;
		margin: 0 0 20px;
	}
	#top-page .top-link-bnr{
		margin: 10px auto;
	}
	#top-page .top-link-bnr ul{
		justify-content: center;
		width: 100%;
		margin: 0 0 10px;
	}
	#top-page .top-link-bnr ul li{
		margin: 0 10px 20px;
	}
	#top-page .top-link-bnr h3{
		margin: 0 0 15px 0;
	}
}
@media screen and (max-width:1040px) {
	#pc-header-wrap .gl-navi .gl-navi-list li a, #pc-header-wrap .gl-navi .gl-navi-list li.drop-on{
		padding: 0 5px;
	}
	#pc-header-wrap .gl-navi .gl-navi-list li img{
		margin: 0 5px 0 0;
	}
	#top-page .top-forward-pic{
		top: -178px;
		right: -140px;
	}
	#top-page .top-forward-fukidasi{
		top: 25px;
		left: -100px;
	}
}
@media screen and (max-width:904px) {
	#pc-header-wrap .gl-navi{
		font-size: 17px;
	}
	#pc-header-wrap .gl-navi .gl-navi-list li a, #pc-header-wrap .gl-navi .gl-navi-list li.drop-on{
		padding: 0 5px 0 0;
	}
	#pc-header-wrap .gl-navi .gl-navi-list li img{
		display: none;
	}
	#top-page .top-forward-date br{
		display: block;
	}
	#top-page .top-forward-pic{
		top: -130px;
		right: -102px;
	}
    #top-page .top-matinaka-text{
        width: 65%;
    }
    #top-page .top-office-text{
        width: 65%;
    }
	#top-page .schedule-img-notepc{
		display: none;
	}
	#top-page .schedule-img-tablet{
		display: block;
		width: 450px;
		margin: 0 auto;
	}
	#top-page .schedule-img-tablet img{
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	.pcOnly{
		display: none;
	}
	.spOnly{
		display: block;
	}
	body{
		font-size: 14px;
		line-height: 1.2;
	}
    .back-r1,.back-l1,.back-r2,.back-l2{
    	width: 100%;    
    }
    .back-r1{
        top: 640px;
        left: 55%;
    }
    .back-l1{
        top: 1290px;
        right: 55%;
    }
    .back-r2{
        top: 2120px;
        left: 55%;
    }
    .back-l2{
        top: 2810px;
        right: 55%;
    }
    
	#pc-header{
		display: none;
	}
	#sp-header{
		display: flex;
		position: fixed;
		z-index: 9999;
		top: 0;
		width: 100vw;
		background: #fff;
		box-shadow: 0px -7px 22px 1px gray;
	}
	#sp-h1-box{
		z-index: 9999;
		width: 234px;
		margin: 10px 5px 10px 15px;
	}
	#sp-header .s-navi,#sp-header .english-btn{
		z-index: 9999;
		width: 32px;
		margin: 10px 5px;
	}
	/*
	#sp-header .english-btn{
	    display: none;
	}
	*/
	#sp-h1-box img,#sp-header .s-navi img,#sp-header .english-btn img{
		width: 100%;
	}
	/*スマホメニューボタン*/
	.openbtn{
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;
		background: #707070;
		cursor: pointer;
		width: 54px;
		height: 54px;
	}
	/*ボタン内側*/
	.openbtn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
	  }
	.openbtn span:nth-of-type(1),
	.openbtn span:nth-of-type(2),
	.openbtn span:nth-of-type(3) {
		left: 14px;
		width: 50%;
		height: 2px;
		background: #fff;
	 }
	.openbtn span:nth-of-type(1) {
		top:15px;	
	}
	.openbtn span:nth-of-type(2) {
		top:25px;
	}
	.openbtn span:nth-of-type(3) {
		top:35px;
	}
	.openbtn.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}
	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.openbtn.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}
	#g-nav{
		position:fixed;
		z-index: 999;
		top: -120%;
		left: 0;
		width: 100%;
		height: 100vh;/*ナビの高さ*/
		background: rgba(0,0,0,0.60);
		transition: all 0.6s;
	}
	#g-nav.panelactive{
		top: 54px;
	}

	/*ナビゲーションの縦スクロール*/
	#g-nav.panelactive #g-nav-list{
		/*ナビの数が増えた場合縦スクロール*/
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;/*表示する高さ*/
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	/*ナビゲーション*/
	#g-nav nav{
		width: 100vw;
		background: #fff;		
	}
	#g-nav .gl-navi-list{
		padding: 20px;
		z-index: 999;
	}
	#g-nav .gl-navi-list li{
		list-style: none;
		margin: 0 auto;
	}
	#g-nav .gl-navi-list li img{
		margin: 0 5px 0 0;
	}
	#g-nav .gl-navi-list li a{
		color: #333;
		padding:10px;
		display: block;
		font-weight: bold;
	}
	.gl-navi-x-english{
		display: none;
	}	
	footer{
		height: auto;
		margin: 0;
		padding: 80px 0 0;
		background-position: bottom right;
	}
	#footer-wrap{
		width: 90%;
		margin: 0 5% 20px;
	}
	#footer-navi {
		position: relative;
	}
	#footer-navi .footer-navi-list{
		width: 260px;
	}
	#footer-navi .footer-navi-list li{
		margin: 0 0 10px;
	}
	#footer-navi .footer-s-navi{
		width: 200px;
		text-align: center;
		position: absolute;
		bottom: 30px;
		right: 0;
	}
	#page-top{
		margin: 0 0 90px;
	}	
	#footer-navi .footer-s-navi .footer-sns img{
		margin: 0;
	}
	#footer-info-box{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#footer-info-box .footer-logo{
		margin: 5px 0;
	}
	main{
		width: 90%;
		margin: 74px auto 0;
		font-size: 16px;
	}
    #news,#schedule{
        margin: 80px 0 0;
        padding: 80px 0 0;
    }
	#top-page .top-news-box{
	    margin: 0 0 100px;
	    background-size: 5px 100%;
	}
	#top-page .top-title {
		flex-wrap: wrap;
		line-height: 32px;
	}
	#top-page .top-title h2{
		font-size: 28px;		
	}
	#top-page .top-title p{
		font-size: 16px;
	}
	#top-page .top-news-contents dl.top-news-contentsOpen {
		display: block;
		margin: 0 0 20px;
	}
	#top-page .top-news-contents dl a{
    display: block;
		margin: 0 0 20px;
	}
	#top-page .top-news-contents dt{
		font-size: 12px;
		line-height: 16px;
	}
	#top-page .top-news-contents dd{
		font-size: 22px;
	}
	#top-page .top-news-btn{
		width: 183px;
		margin: 30px auto 0;
	}
	#top-page .top-news-btn a{
		display: block;
		width: 100%;
		padding: 5px 0;
		font-size: 14px;
		text-align: center;
	}
	#top-page .top-forward-box,#top-page .top-matinaka-box,#top-page .top-office-box,#top-page .top-schedule-box,#top-page .top-movie-box,#top-page .top-link-box{
		margin: 0 0 150px;
	}
	#top-page .top-forward-contents,#top-page .top-matinaka-contents,#top-page .top-office-contents,#top-page .top-schedule-contents,#top-page .top-movie-contents,#top-page .top-link-contents{
	    background-size: 5px 100%;
	}
	#top-page .top-forward-contents .top-title p{
		padding: 10px 0 0;
		line-height: 20px;
	}
	#top-page .top-forward-date{
    	font-size: 18px;
	}
    #top-page .top-forward-text,#top-page .top-matinaka-text,#top-page .top-office-text{
        width: 100%;
    }
	#top-page .top-forward-fukidasi{
		top: -32px;
		left: auto;
		right: -19px;
		width: 159px;
		height: 166px;
		padding: 44px;
	    background-image: url("../images/common/fukidasi01-sp.png");
	}
	#top-page .top-forward-fukidasi .date{
		font-size: 23px;
		line-height: 23px;
	}
	#top-page .top-forward-fukidasi .week{
	    margin: 0 0 0 10px;
		font-size: 10px;
		line-height: 10px;
	}
	#top-page .top-matinaka-fukidasi,#top-page .top-office-fukidasi{
		top: -27px;
		right: -19px;
		width: 126px;
		height: 127px;
	    padding: 36px 0;
		background-size: contain;
		font-size: 28px;
	}
	#top-page .top-matinaka-fukidasi span,#top-page .top-office-fukidasi span{
		font-size: 16px;
	}
	#top-page .top-detail-btn{
		position: absolute;
		z-index: 100;
		right: -22px;
		bottom: -94px;
		width: 185px;
	}
	#top-page .top-detail-btn img{
		width: 100%;
	}
	#top-page .top-detail-btn:hover img {
		width: 110%;
	}	
	#top-page .top-forward-pic,#top-page .top-matinaka-pic,#top-page .top-office-pic{
		position: absolute;
		top: auto;
		right: auto;
		left: -11px;
		bottom: -87px;
	}
	#top-page .top-office-pic{
		left: -11px;		
	}
	#top-page .top-forward-pic img{
		width: 60%;		
	}
	#top-page .top-forward-pic picture img{
		width: 178px;
	}
	#top-page .top-matinaka-pic picture img{
		width: 223px;
	}
	#top-page .top-office-pic picture img{
		width: 171px;
	}
	#top-page .top-matinaka-pic img,#top-page .top-office-pic img{
		width: 60%;
	}
	#top-page .top-schedule-box img{
		width: 100%;
		margin: 0 auto;
	}
	#top-page .top-movie-data{
		width: 100%;
	}
    iframe#player5.youtube{
        width: 100%;
        height: 360px;
    }
	#top-page .top-movie-data img{
		width: 100%;
	}
	#top-page .top-movie-text{
		font-size: 14px;
	}
	.is-noshow{
		opacity: 1;
		visibility: visible;
	}
	#slider-box .slider{
		margin: 83px 0 0;
	}
	#slider-box .slider img{
		margin: 0 auto 50px;
	}
	#slider-box .modal-btn{
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		display: none;
	}
	#slider-box .modal-btn-sp {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
	}
	#slider-box .modal-btn-sp img {
		width: 200px;
	}
	.modaal-container{
		max-width: 90%;
		padding: 60px 0;
	}
	.modaal-container h2{
		width: 90%;
		margin: 0 auto 15px;
	}
	.modaal-container h2 img{
		width: 100%;
	}
	.modaal-content-container{
		padding: 10px;
	}
	.modaal-container p{
		font-size: 16px;
		line-height: 27px;
	}
	.modaal-close{
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
	.modaal-close:after, 
	.modaal-close:before{
		top: 10px;
		left: 20px;
		width: 2px;
	}
	
	
	
	#header{
		display: none;
	}

	/*リーフページ*/

	
}
@media screen and (max-width:640px) {
    #footer-info-box{
        justify-content: flex-end;
    }
}
@media screen and (max-width:500px) {
	#top-page .schedule-img-tablet{
		display: none;
	}
	#top-page .schedule-img-large-sp{
		display: block;
		width: 360px;
		margin: 0 auto;
	}
    #top-page .schedule-sp{
        position: relative;
        display: block;
    }
    #top-page .schedule-sp img{
        width: 100%;
    }
    #top-page .schedule-sp .link1{
        position: absolute;
        top: 11%;
        right: 0;
        display: block;
        width: 70%;
        height: 11%;
    }
    #top-page .schedule-sp .link2{
        position: absolute;
        top: auto;
        right: 4%;
        bottom: 20%;
        display: block;
        width: 56%;
        height: 9%;
    }
    #top-page .schedule-sp .link3{
        position: absolute;
        top: auto;
        right: 10%;
        bottom: 3%;
        display: block;
        width: 77%;
        height: 13%;
    }
    #top-page .schedule-sp .link4,
    #top-page .schedule-sp .link5,
    #top-page .schedule-sp .link6,
    #top-page .schedule-sp .link7,
    #top-page .schedule-sp .link8,
    #top-page .schedule-sp .link9,
    #top-page .schedule-sp .link10,
    #top-page .schedule-sp .link11{
        position: absolute;
        top: 22%;
        right: 5%;
        display: block;
        width: 65%;
        height: 6%;
    }
    #top-page .schedule-sp .link5{
        top: 28%;
    }
    #top-page .schedule-sp .link6{
        top: 35%;
    }
    #top-page .schedule-sp .link7{
        top: 41%;
        height: 5%;
    }
    #top-page .schedule-sp .link8{
        top: 47%;
    }
    #top-page .schedule-sp .link9{
        top: 53%;
        height: 5%;
    }
    #top-page .schedule-sp .link10{
        top: 59%;
    }
    #top-page .schedule-sp .link11{
        top: 65%;
    }
}
@media screen and (max-width:400px) {
	#top-page .schedule-img-large-sp{
		display: none;
	}
	#top-page .schedule-img-sp{
		display: block;
		width: 300px;
		margin: 0 auto;
	}
}
@media screen and (max-width:393px) {
	#sp-header .s-navi, #sp-header .english-btn{
		display: none;
	}
	#sp-header .gl-navi-x-english .s-navi, #sp-header .gl-navi-x-english .english-btn{
		display: block;
	}
	/*
	#sp-header .gl-navi-x-english .english-btn{
	    display: none;
	}
	*/
	.gl-navi-x-english{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		width: 90vw;
		margin: 20px auto;
		padding: 0 0 15px;
	}
}

/*画面サイズ1920px以上の場合*/
@media screen and (min-width:2560px) {
	.back-r1{
		top: 20vw;
		left: 83vw;
		width: 40vw;
	}
	.back-l1{
		top: 30vw;
		right: 83vw;
		width: 40vw;
	}
	.back-r2{
		top: 80vw;
		left: 83vw;
		width: 40vw;
	}
	.back-l2{
		top: 90vw;
		right: 83vw;
		width: 40vw;
	}
}

/* 20240822追記 */
@media screen and (max-width: 768px) {
	#light.top-forward-box {
		margin-bottom: 100px;
	}
}

/* 20240829追記 */
#light .top-news-btn {
	margin-top: 15px;
}