/* CSS Document */
canvas{
position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0.4;
    mix-blend-mode: difference;
}
body{
  margin: 0;
	background: #1717bb url("img/back.png") no-repeat;
	background-size: contain;
}
.content{
	font-family: 'Futura','Verdana','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	line-height:40px;
	letter-spacing:0.1em;
	margin: 50px auto;
    padding: 50px 30px;
	color: #fff;
	border: solid 1px #fff;
	width:85%;
}
.tentext {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
  font-size: 1rem;
}
.tentext-inner {
  animation: tentext 500s linear infinite;
}
.tentext-fix{
	position: fixed;
	bottom: 0;
}
.title-fix{
position: fixed;
    left: 0;
    top: 0;
    width: 2%;
}
.title-fix img{
	width: 5%;
}
@keyframes tentext {
  0%   { translate: 0; }
  100% { translate: calc(-100% - 1rem); }
}
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time02{
animation-delay: 0.2s;
}

.delay-time04{
animation-delay: 0.8s;
}
/* オープニングアニメ*/
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 80%;
}
tr td{
	font-size: 20px;
    padding: 15px;
    border-bottom: solid;
}
.inbox{
	display: flex;
	margin: 50px auto;
}
.inbox2{
	display: flex;
	margin: 50px auto;
}
.two_column{
	width: 45%;
	margin: 0 auto;
	padding: 20px;
}
.two_column img{
	width: 100% !important;
}
.content img{
	width:50%;
	margin: 10px;
}
.left{
	margin: 0 auto 60px;
	width:100%;
	text-align: center;
	min-height: 440px;
}
.left img{
	margin: 0 auto;
	max-height: 400px;
	object-fit: contain;
}
.left h3{
	width: 100%;
    overflow-wrap: break-word;
}
.right{
	width:50%;
	padding: 30px;
}
.threeco{
	width: 30%;
	margin: 20px;
}
.event{
	margin: 0 auto;
}
h2　img {
	max-height: 12%;
}
h2{
	font-size: 3em;
	margin: 50px auto;
	width: 100%;
    text-align: center;
	line-height: 70px;
}
h3{
	padding: 0 0 0 10px;
    width: 100%;
    text-align: CENTER;
    font-size: 16px;
    border-bottom: solid 1px;
	margin: 50px auto 0;
}
h3 img{
	width: 50% !important;
}
a {
	color:#fff;
}
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 150px;
	margin: 0 auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #ffffff;
	color: #ffffff;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #0000ff;
}
.bold{
	font-weight: 700;
	margin: 0 auto;
}
.studio td img{
	width:90% !important;
}
td img{
	width:30% !important;
}
.img4c{
	width: 24%;
}
.img4c img{
	margin: 0px;
}
.text_small{
	font-size: 15px;
}
.outline{margin: 50px 0 50px;
	font-size: 14px;}
.map{
	width:100%;
}
@media screen and (max-width: 600px) {
	h2{
		font-size: 2em;
	}
	.content{
	line-height:50px;
	margin: 10px auto;
    padding: 50px 27px;
}
  .inbox {
    display: block;
	  margin: 50px auto 20px;
  }
	.left{
		width: 100%;
	}
	.right{
	width: 90%;
	padding: 5px;
	}
	.threeco{
		width: 90%;
		margin: 15px;
	}
	.title-fix {
    width: 2.5%;
}
	h2{line-height: 50px;}
	h3{margin:0px;}
h3 img{margin: 40px auto 10px;
}
hr{margin-bottom: 40px;}
	td{
		display: block;
		border-bottom: none !important;
	}
	table{
    border-collapse:collapse;
	}
table tr{
    border:1px solid #fff;
}
	td img{
	width:90% !important;
}
	.content img{
	width:100%;
	margin: 0 auto;
}
}
/*スタジオページCSS*/
.studio h3{
	padding: 0 0 0 10px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    border-bottom: solid 1px;
}
.studio h4{
	    font-size: 14px;
    margin: 10px 0;
}
.two_column{
	width: 90%;
	margin: 0 auto;
}
/*-----------------------------------------------------------*/
/*            ボタンクリックで表示内容を切り替える             */
/*-----------------------------------------------------------*/
.et_pb_module {
  display: inline-block;
}

.secList {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  background: #000080;
  transition: .4s;
  margin-right: 10px;
	    color: white;
    border: none;
    font-size: 15px;

}
  
.secList:hover {
  background: #00fa9a;
  color: white;
}

.et_pb_text_inner1 {
 
}

.et_pb_text_inner2 {
  
}
.et_pb_text_inner3 {
  
}
.et_pb_text_inner4 {
  
}
.et_pb_text_inner5 {
  
}
.et_pb_text_inner6 {
  
}
.et_pb_text_inner7 {
  
}
.et_pb_text_inner8 {
  
}
.et_pb_text_inner9 {
  
}
.et_pb_text_inner10 {
  
}
.et_pb_text_inner11 {
  
}
.et_pb_text_inner12 {
  
}
.et_pb_text_inner13 {
  
}
.et_pb_text_inner14 {
  
}
/*-----------------------------------------------------------*/