/*PC用*/ 

.IndexTop{
	width:100px;
	background:#fff;
	height:100px;
	
}

.topImageArea{
	width:100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 840px;
	position: relative;
	z-index:1;
	background-size: cover;
	
}

#global-nav ul{
	width:100%;
	margin:0;
	
}

.topImageTitle_en {
	position: absolute;
	text-align: center;
	top: 42%;
	width: 100%;
	z-index: 2;
	margin: auto;
}

.topImageTitle_en p {
	font-family: "notoSerifJp", "Noto Serif JP", "游明朝", "Yu Mincho", yumincho, "Hiragino Mincho Pro", serif;
    letter-spacing: .1em;
	color: #fff;
	text-align: center;
	width: 90%;
	margin: auto;
	font-weight: 500;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	font-size: 46px;
	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: 56%;
	width: 100%;
	z-index: 2;
	margin: auto;
}

.topImageTitle p {
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	width: 90%;
	margin: auto;
	font-weight: 500;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	font-size: 20px;
	line-height: 1.6;
	writing-mode: vertical-tb;
	-webkit-writing-mode: vertical-tb;
	-ms-writing-mode: vertical-tb;
}

.InformationArea {
	/* border-radius: 5px; */
	box-sizing: border-box;
	margin: auto;
	padding: 0;
	width: 100%;
	background: #2EBACF;
}

.IndexInformationArea{
	width: 1000px;
	/* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
	padding: 4px 20px 4px 20px;
	margin: auto;
	/* box-sizing: border-box; */
}

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

}
.IndexInformationDetailArea_ul{
	font-size:0;

}

.IndexInformationDetailArea_li:first-child{
	width: 100%;
	margin: auto;
	text-align: left;
	border-bottom: none;
	padding: 8px 0;
	display: flex;
}

.IndexInformationDetailArea_li{
	width: 100%;
	margin: auto;
	text-align: left;
	padding: 2% 0;
	display: flex;
}

.IndexInformationDetailArea a{
	color: #fff;
	display: block;
	text-align: left;
	/* width: 100%; */
	text-decoration: underline;
	/* margin: 2% auto auto; */
	font-size: 14px;
	font-weight: 200;
}
.IndexInformationDetailArea a:hover{
	opacity:0.5;

}

.InformationDate{
    color: #fff;
    display: block;
    font-size: 13px;
    margin: auto 0;
	padding-right: 10px;
    text-align: left;
    /* flex-wrap: wrap-reverse; */
	/* width: 17%; */
    font-weight: 200;
}

.InformationTit {
	font-family: "Poppins", sans-serif;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: auto 0;
	padding-right: 20px;
    text-align: left;
    /* width: 12%; */
    font-weight: 500;
}

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

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

.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,
.IndexLinkAreaMini a:hover{
	opacity:0.7;

}

.IndexSubTitle {
	width: 100%;
	text-align: center;
	margin:0 auto 5%;
	padding-top: 5%;
	position:relative;
}

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


/* .IndexSubTitle_E,
.ContactIndexSubTitle_E{
	width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #2EBACF;
    margin: auto;
    font-family: "Poppins";
    letter-spacing: .06em;
	line-height: 1.3;
}

.IndexSubTitle_J,
.ContactIndexSubTitle_J{
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #4E676B;
	margin: auto;
	font-weight: normal;
}

.ContactIndexSubTitle_E,
.ContactIndexSubTitle_J{
	color: #FFF;
} */

.IndexAboutArea{
	margin:auto;
	width:100%;
	background-image: url("../commonImages/logo_white_bg.png");
	text-align: center;
	background-position: right center;
	height: 400px;
	background-repeat: no-repeat;
	background-size: 260px;

}
.IndexAboutArea_ul{
	font-size:0;
	margin:auto;
	max-width: 1400px;
}

.IndexAboutTextArea_sp{
	display:none;

}

.IndexAboutTextArea_pctb{
	/* width : 52%; */
	display:inline-block;
	box-sizing:border-box;
	padding:2%;
	vertical-align: middle;

}

.IndexAboutTextArea_pctb p{
	text-align:left;
	font-size:16px;
	margin-bottom:20px;
	line-height: 2.6;
    color: #323A3A;
    font-weight: 300;
}

.IndexAboutTextArea_pctb p strong{
	font-size: 16px;
	font-weight: 700;
}

.IndexAboutMovieArea {
	width : 44% ;
	display:inline-block;
	padding:2%;
	box-sizing:border-box;
	vertical-align: middle;
}

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

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

.background {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 0;
}


.box {
	background: #F0FBFC;
	text-align: center;
	position:relative;
	/* padding-top: 5%; */
	z-index: 1;
}

.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: 5%;
	box-sizing: border-box;
}

.IndexMessageTextArea{
	width: 60%;
	display: inline-block;
	box-sizing: border-box;
	padding: 2%;
//	background: #fff;
//	border: 1px solid #fff;
//	box-shadow: 0 0 10px 0 rgba(47,69,101, 0.1);
}

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

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

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

.IndexMessageImageArea p{
	font-size:16px;
	margin:7px auto;
	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:14px 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;
}


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


