/*TB用*/ 
  
.IndexTop{
	width:100px;
	background:#fff;
	height:80px;
	
}
.topImageArea{
	width:90%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 540px;
	position: relative;
	z-index:1;
	
}

#global-nav ul{
	width:100%;
	margin:0;
}
.topImageTitle_en {
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
	z-index: 2;
	margin: auto;
}

.topImageTitle_en p {
	color: #fff;
	text-align: center;
	width: 95%;
	margin: auto;
	font-weight: bold;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	font-size: 30px;
	line-height: 1.6;
	writing-mode: vertical-tb;
	-webkit-writing-mode: vertical-tb;
	-ms-writing-mode: vertical-tb;
}

.topImageTitle {
	position: absolute;
	text-align: center;
	top: 60%;
/* 	transform: translateY(60%); */
	width: 100%;
	z-index: 2;
}

.topImageTitle p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 95%;
	margin: auto;
	text-shadow:  0 0 6px rgba(0, 0, 0, 0.2);
	line-height: 2;
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
}

.topImageExplain {
	position: absolute;
	width: 180px;
	display: block;
	border: none;
	padding: 1%;
	text-align: center;
	margin: auto;
	background: rgba(255,255,255,0.1);
	left: 0;
	right: 0;
	bottom: 17%;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.topImageExplain:hover {
	background: rgba(0,0,0,0.5);

}

.topImageExplain p {
	color:#fff;
	text-align: center;
	width: 100%;
	margin:auto;
	line-height:2;
	font-size:13px;
}

.InformationArea {
	width: 90%;
	margin: auto;
	box-sizing: border-box;
}

.IndexInformationArea{
    margin: auto;
    text-align: left;
    width: 90%;
	padding: 0 30px 10px 30px;
	margin: auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
	box-sizing: border-box;
	border-radius: 12px;

}

.IndexInformationDetailArea{
	width:100%;
	margin:auto;

}
.IndexInformationDetailArea_ul{
	font-size:0;

}

.IndexInformationDetailArea_li{
	width:100%;
	margin: 0 auto;
	text-align:left;
	padding: 1% 0;
	border-bottom: 1px dotted #ccc;

}
.IndexInformationDetailArea a{
	width: 100%;
	font-size: 14px;
	text-align: left;
	display: block;
	margin: 1% auto auto;
	text-decoration: underline;

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

}

.InformationDate{
	font-size:13px;
	text-align:left;
	display:block;
	margin:auto;
	color:#777;

}

.IndexLinkArea{
	width:90%;
	text-align:center;
	margin:8% auto 10%;
}

.IndexLinkAreaMini a{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	display: block;
	margin: 6px auto 0 auto;
	padding: 4px;
	text-align: center;
	width: 150px;
	border-radius:50px;
	font-size:13px;
	transition:0.2s;
}

.IndexLinkArea a:hover{
	opacity:1;

}

.LinkE{
	font-size:15px;
	font-weight:bold;
	color:#0099ff;
	letter-spacing:0.1em;
	line-height:2;
	text-align:right;
}
.LinkJ{
	font-size:11px;
	color:#fff;
	letter-spacing:0.1em;

}

.IndexSubTitle{
	width:100%;
	text-align:center;	
	margin:15% auto 10%;
	position:relative;
}

.all_sub_intro_bg_text {
	position: absolute;
	line-height: 1;
	font-size:80px;
	color: #7fcbea;
	opacity: 0.3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	left: 0;
	right:0;
	top: -50%;
}


.IndexSubTitle_E{
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #0D0B2B;
	margin: auto;
}

.IndexSubTitle_J{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #2F4565;
	margin: auto;
	font-weight: normal;
}

.IndexAboutArea{
	height:1100px;                /* ご提示値を踏襲 */
}

.IndexAboutTextArea_pctb{
	width:100%;
	max-height:calc(650px - 200px); /* 余白・動画高さを差引。調整可 */
	overflow-y:auto;
	padding-right:8px;
}

.IndexAboutTextArea_sp{
	display:none;
}

.IndexAboutTextArea_pctb{
	width : 100%;
	display:inline-block;
	box-sizing:border-box;
	padding:5% 2%;
}

.IndexAboutTextArea_pctb p{
	text-align:left;
	font-size:15px;
	margin-bottom:20px;
	line-height:1.8;
}

.IndexAboutMovieArea {
	width : 100% ;
	display:inline-block;
	padding:2%;
	box-sizing:border-box;

}

.IndexAboutMovieAreaDetail {
	margin: auto;
	width: 100%;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	border: 2px solid #fff;
}

.IndexAboutMovieAreaDetail video {
	width:100%;
	height: auto;
}

.IndexMessageArea{
	width:100%;
	margin:auto;
	text-align:center;
	background: -moz-linear-gradient(top, #FFF, #e9f9fc);
	background: -webkit-linear-gradient(top, #FFF, #e9f9fc);
	background: linear-gradient(to bottom, #FFF, #e9f9fc);

}

.IndexMessageArea_ul {
	font-size: 0;
	margin: auto;
	padding: 0 5%;
	box-sizing: border-box;
}

.IndexMessageTextArea{
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 2%;

}

.IndexMessageTextArea p{
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
}

.IndexMessageImageArea{
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 2%;
	vertical-align: top;
	margin: 5% auto;
}

.IndexMessageImageArea img{
	margin: auto;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
	width:50%;
	height: auto;
}

.IndexMessageImageArea p{
	font-size:16px;
	margin:15px auto 0;
	text-align:center;

}

.Col2LinksArea{
	width:90%;
	max-width:1250px;
	margin: 3% auto 8%;
	display:flex;
	justify-content: space-between;
}

.Col2Links{
	width:48%;
	transition: 0.1s;
	    
}

.Col2LinksImg {
	margin: 0 auto;
    width: 100%;
    overflow: hidden;
    border-radius:12px;
}

.Col2Links img{
	width: 100%;
    height: 400px;
    transition: 1s all;
    object-fit: cover;
}

.Col2Links img:hover{
	transform:scale(1.1,1.1);
	transition:0.5s all;
	opacity:0.7;
}

.Col2Links p {
	padding: 25px 0;
	font-size:15px;
	border-bottom: solid 2px #dddee0;
	position: relative;
}
 
.Col2Links p:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 12%;
	border-bottom:2px solid #2F4565;
}

.Col2Links p:hover{
	opacity:0.7;
}


.Col3LinksArea{
	width:100%;
	margin:auto;
	background:#e7f0fd;
}

.Col3LinksAreaInner{
	width:100%;
	max-width:1250px;
	margin:auto;
	padding: 100px 0;
	display:flex;
	justify-content: center;
}

.Col3Links {
	text-align:center;
}
.Col3Links{
	width:30%;
}

.Col3Links img{
	width: 200px;
	margin-bottom: 20px;
}

.Col1LinksArea{
	width:100%;
	margin:80px auto;
	text-align:center;
}
.Col1LinksArea img{
	width:660px;
}

.ContactincArea{
	width:100%;
	margin:auto;

}

.ContactincArea_ul{
	font-size:0;
	display:table;
	width:100%;

}

.ContactincAreaInner_web{
	width: 50%;
	display:table-cell;
	background:#7fcbea;
	text-align:center;
	margin:auto;
	padding:5% 0;
	vertical-align: middle;
	box-sizing:border-box;

}

.ContactincAreaInner_web img {
	width: 30px;
	vertical-align:top;
}

.ContactincAreaInner_web a{
	font-size:23px;
	color:#fff;
	font-weight:bold;

}

.ContactincAreaInner_tel{
	width: 50%;
	display:table-cell;
	text-align:center;
	background:#43aad4;
	margin:auto;
	padding:5% 0;
	box-sizing:border-box;

}

.ContactincAreaInner_tel_detail{
	width: 100%;
	margin:auto;
	text-align: center;

}
.ContactincAreaInner_tel_detail p{
	font-weight:bold;
	font-size:23px;
	text-aling:center;
	color:#fff;

}

.bh{
	font-size:13px;
	color:#fff;
	font-weight:normal;
}