/*====================================================================================*/
/* Common
/*====================================================================================*/
#wpadminbar{
	display:none;
}
#colophon{
	display:none;
}
.sbi_header_img_hover{
	display:none;
}
#sbi_load{
	display:none;
}
/*====================================================================================*/
/* PC 
/*====================================================================================*/
html,body {
    text-align:center;
}
/*__ Common   ____________________________*/
.pageWrapper{
    /* height: 100%; */
    text-align: center;
	min-height: 100%;
	/* padding-top: 50px; */
    /* padding-left: 20px; */
    width: calc(100% - 0px);
    /* padding-bottom: 50px; */
}
.pageWrapper > .contentsWraper{
	text-align: center;
}
.pageWrapper > .contentsWraper > .contents{
	margin-bottom:10vw;
}
.pageWrapper > .contentsWraper > #entrance > .logo{
    width: 80px;
	padding: 0px 130px;
	display: inline-block;
	vertical-align:middle;
    margin-bottom: 50px;
}
.pageWrapper > .contentsWraper > #entrance > .logo img{

}

.pageWrapper > .contentsWraper > .contents > .title{
	font-size:150%;
	margin-bottom:50px;
}
#entrance{
	
}
#entrance > .aLink >.linkParts{
    display: inline-block;
	width: calc(50vw - 176px);
    height: 100vh;
	text-align: center;
	vertical-align:middle;

    /* margin: 60px 115px;*/
	position:relative;
	
	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}
#entrance > .aLink >.linkParts video{
    width: 100%;
    height: 100%;
	object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#entrance > .aLink >.linkParts > .title{
	font-size: 120%;
    position: absolute;
	/* top: 50%; */
    left: 35px;
    bottom: 35px;
    /* transform: translate(-50%, -50%);*/
    text-align: left;
	opacity:1;
	letter-spacing: 0.2em;
	color: white;
	
	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#entrance > .aLink >.linkParts > .title > .JpTxt{
    font-size: 83%;
}
#entrance > .aLink >.linkParts > .title > .EnTxt{
	font-size: 92%;
}

#entrance > .aLink >.linkParts > .guideText{
	opacity:1;
	position: absolute;
	bottom: 30px;
	right: 30px;
	color:white;
	
	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#entrance > .aLink >.linkParts > .guideText > .arrowArea{
	display:inline-block;
    padding-right: 10px;
}
#entrance > .aLink >.linkParts > .guideText > .arrowArea > .horizontal{
	width:50px;
	height:1px;
	background-color:white;
	display:inline-block;
	content:" ";
	transform: translate(10px, 0px);
	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;s
}
#entrance > .aLink >.linkParts > .guideText > .arrowArea > .diagonal{
	width:10px;
	height:1px;
	background-color:white;
	display:inline-block;
	content:" ";
    transform: rotate(45deg);
	transform-origin: right bottom;
	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#entrance > .aLink >.linkParts > .image{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
	left: 0;
	
	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#entrance > .aLink >.linkParts > .image > .videoContents{
	opacity:0;
	
	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}

#entrance > .aLink >.linkParts > .image img{
    width: 100%;
	height: 100%;
	object-fit:cover;
    position: absolute;
    top: 0;
	left: 0;
	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#entrance > .aLink >.linkParts > .logo{
	width:80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	opacity:1;
	letter-spacing: 0.2em;
	color: white;
}
#entrance > .aLink >.linkParts > .logo img{
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	
	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;s
}

#entrance > .aLink >.hoverScale{
	transform: scale(1.05);
}

#captionArea{
	/*    padding: 0 100px;
	width: calc(100% - 200px);
	*/
	
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
	
}
#captionArea > .caption{
	margin-bottom:50px;
}

#imageArea{
	
}
#imageArea .image{
	margin-bottom:10vw;
}
#imageArea .image.center {
	padding: 10vw 10vw 0 10vw;
}
#imageArea .image.left {
	/* ここにスタイルを記述 */
	padding-right:30%;
	padding-left:10%;
		
}
#imageArea .image.right {
	/* ここにスタイルを記述 */
	padding-right:10%;
	padding-left:30%;
		
}
#imageArea .image img{
	width:100%;
}
#imageArea > .discription{
	text-align: left;
    display: inline-block;
	margin-bottom: 10vw;
	padding: 20px;
}
#imageArea > .discription > .caption{
    margin-bottom: 20px;
}
#imageArea > .discription > .pageGuide{
    text-align: center;
    margin-top: 70px;
}
#imageArea > .discription > .pageGuide > .aLink{
    display: inline-block;
}
#imageArea > .discription > .pageGuide > .aLink > .parts{
    display: inline-block;
    margin: 30px;
    padding: 30px;
	border: solid 1px;
	color:black;
	width:240px;
}
.videoContents{
	margin-bottom:8vw;
	padding: 0;
	opacity:1;
    width: 80%;
}
.videoCaptionArea{
	padding: 0 15%;
    width: 70%;
    text-align: left;
}
.videoCaptionArea > .caption{
	margin-bottom:50px;
}

#news{
	
}
#news > .listWrapper{
    display: inline-block;
    text-align: left;
}
#news > .listWrapper > .aLink > .list{
	margin-bottom:10px;
	color:black;
	
}
#news > .listWrapper > .aLink > .list > .date{
	width:100px;
	display:inline-block;
}
#news > .listWrapper >  .aLink >.list > .text{
	display:inline-block;
}

/*====================================================================================*/
/* スマフォ　縦表示
/*====================================================================================*/
@media only screen and (max-width: 1024px) and (orientation:portrait){
	.pageWrapper {
	}
	#entrance > .logo{
		width:100% !important;
	}
	#entrance > .logo img{
		width: 80px;
	}
	#entrance > .aLink >.linkParts {
		display: inline-block;
        padding: 20px;
        height: calc((100vw + 50px));
        width: calc(100vw - 40px);
		margin: 0;
		margin-bottom: 40px;
	}
	.pageWrapper > .contentsWraper > .contents {
		margin-bottom: 20px;
        padding-top: 30px;
	}
	.pageWrapper > .contentsWraper > #entrance > .logo{
		padding:0;
	}
	.pageWrapper > .contentsWraper > #entrance > .logo,mobDisp {
		padding:0;
	}
	#captionArea {
		text-align: left;
		display: inline-block;
		padding: 20px;
		width: calc(100vw - 40px);
	}
	#news {
		padding: 20px;
		width: calc(100% - 40px);
	}
	#news > .listWrapper > .list{
		margin-bottom:10px;
	}
	#news > .listWrapper > .list > .date {
		width: 100px;
		display: block;
	}
	#entrance > .aLink >.linkParts > .title{
		opacity:1;
	}
	#entrance > .aLink >.linkParts > .guideText{
		color:white;
	}
	#imageArea .image.center {
		padding: 0 0;
	}
	#imageArea > .discription{
		padding: 20px 30px;
        width: calc(100% - 60px);
	}
	#imageArea > .discription > .pageGuide > .aLink > .parts{
		width:200px;
	}
	#imageArea .image.left {
		padding-right: 30%;
		padding-left: 20px;
	}	
	#imageArea .image.right {
		padding-right: 20px;
		padding-left: 30%;
	}
	#imageArea > .videoContents{
		padding 20px;
		width: calc(100% - 40px);
		text-align:center;
	}
	#imageArea > .videoCaptionArea{
		padding: 0 20px;
		display:inline-block;
		text-align:left;
	}
	#mobEntrance{
		text-align:center;
	}
	#mobEntrance > .logoArea{
        display: inline-block;
        height: 100vh; */
        position: relative;
	}
	#mobEntrance > .logoArea img{
		width: 80px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
		
	}
	#mobEntrance > .logoArea > .scrollGuide{
		position:absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		/* animation */	
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		
	}
	#mobEntrance > .logoArea > .scrollGuide > .text{
		color:black;
	}
	#mobEntrance > .logoArea > .scrollGuide > .line{
		width:1px;
		height:45px;
		background:black;
		display: inline-block;
	}
	#mobEntrance > .linkArea{
		
	}
	#mobEntrance > .linkArea > .parts{
		margin-bottom: 80px;
	}
	#mobEntrance > .linkArea > .parts > .slide{
		height:calc(90vw*0.66);
		position:relative;
	}
	#mobEntrance > .linkArea > .parts > .slide > .item{
		position:absolute;
		top:0;
		left:0;
		opacity: 0;	
		/* animation */	
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	
	}
	#mobEntrance > .linkArea > .parts > .slide > .item > .image{
	
	}
	#mobEntrance > .linkArea > .parts > .slide > .item > .image img{
	
	}
	#mobEntrance > .linkArea > .parts > .slide > .line{
		position:absolute;
		top:10px;
		right:15px;
		width:1px;
		height:0px;
		background:white;
	}
	#mobEntrance > .linkArea > .parts > .slide > .number{
	position:absolute;
		bottom:1px;
		right:8px;
		color:white;
		font-size:70%;
		letter-spacing:0.3em;
	}
	

	
	#mobEntrance > .linkArea > .parts > .slide video{
			width:100%;
	}
	#mobEntrance > .linkArea > .parts > .captionArea{
		        padding-top: 10px;
	}
	#mobEntrance > .linkArea > .parts > .captionArea > .title{
		
	}
	#mobEntrance > .linkArea > .parts.left{
		width:90vw;
		position: relative;
	}
	#mobEntrance > .linkArea > .parts.left > .slide{

		
	}
	#mobEntrance > .linkArea > .parts.left > .captionArea{
		
	}
	#mobEntrance > .linkArea > .parts.left > .captionArea > .title{
		
	}
	#mobEntrance > .linkArea > .parts.left > .captionArea > .guide{
		text-align: right;
	}
	#mobEntrance > .linkArea > .parts.left > .subscript{
		position: absolute;
        top: 0;
        right: 0px;
		transform: translateX(30px);
		writing-mode: vertical-rl;
        letter-spacing: 0.2em;

	}

	#mobEntrance > .linkArea > .parts.right{
		margin-left:10vw;
		width:90%;
        height: calc(90vw * 0.66);
		position: relative;

	}
	#mobEntrance > .linkArea > .parts.right > .slide{
	}
	#mobEntrance > .linkArea > .parts.right > .captionArea{
		
	}
	#mobEntrance > .linkArea > .parts.right > .captionArea > .title{
		
	}
	#mobEntrance > .linkArea > .parts.right > .captionArea > .guide{
		text-align: left;
	}

	#mobEntrance > .linkArea > .parts.right > .subscript{
        position: absolute;
        top: 0;
        left: 0;
		writing-mode: vertical-rl;
        transform: translateX(-30px);
        letter-spacing: 0.2em;

	}

}

