@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Castoro:ital@0;1&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Zen+Old+Mincho:wght@400;700;900&display=swap');

html{
	font-size:62.5%;
}

img{
	width:100%;
	height:auto;
}

a{
	text-decoration: none;
	color:#000;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.object-fit-img {
  		object-fit: cover;
		width:100%;
		height:100%;
  		font-family: 'object-fit: cover;'
}

.font-bod{
	font-family: 'Bodoni Moda', serif;
}

.font-cas{
	font-family: 'Castoro', serif;
}

.font-serif{
	font-family: 'Noto Serif JP', serif;
}

.font-zen{
	font-family: 'Zen Old Mincho', serif;
}

sup{
	font-size:0.8em;
	position: relative;
	top:-0.3em;
}

body{
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
	color:#000;
	font-feature-settings: "palt";
	letter-spacing: .8px;	
	font-family: 'Noto Sans JP', sans-serif;
}


@media screen and (min-width:769px){
	
	.pc_none{display:none !important;}
	
	body{
		font-size:1.5rem;  /*14px*/;
		line-height:3rem;
		min-width: 1200px;
	}
	
	/*header*/
	header{
		width:100%;
		position: fixed;
		background-color:rgba(0,0,0,0);
		top:0;
		left:0;
		min-width: 1200px;
		transition: all 0.2s;
		z-index:201;
	}
	
	header .headarea{
		position: absolute;
		width:100%;
		display: flex;
		justify-content: flex-end;
		padding:15px;
		z-index:1;
	}
	
	header .headarea a{
		width:180px;
		height:80px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background:#1647a4;
		color:#fff;
		transition: all 0.2s;
		margin:0 5px 0 0;
	}
	
	header .headarea a.box2{
		background:#0c234f;
	}
	
	header .headarea a:hover{
		background:#3b6dcb;
	}
	
	header .headarea a.box2:hover{
		background:#1647a4;
	}
	
	header .headarea a .tl{
		font-size:1.8rem;
		line-height: 1;
		margin:0 0 5px 0;
	}
	
	header .headarea a .tx{
		font-size:0.9rem;
		line-height: 1;
	}
	
	header .rightnav{
		position: absolute;
		top:0;
		left:0;
		width:80px;
		height:100vh;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		padding:15px;
		box-sizing: border-box;
		z-index:2;
	}
	
	header .rightnav .logo{
		margin:0 0 30px 0;
	}
	
	header .rightnav .tl{
		margin:auto 0;
		font-style: italic;
		font-size: 1.8rem;
		line-height: 1;
		-webkit-writing-mode: vertical-rl;
  		-ms-writing-mode: tb-rl;
  		-o-writing-mode: vertical-rl;
  		writing-mode: vertical-rl;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	header .rightnav .tl span{
		margin:-80px 0 0 0;
	}
	
	.menu{
		display: inline-block;
		width:40px;
		top:0;
		right:0;
		z-index:10;
		margin:0 auto;

	}

	.menu-trigger,
	.menu-trigger span {
  		display: inline-block;
  		transition: all .4s;
  		box-sizing: border-box;
		cursor: pointer;
	}
	.menu-trigger {
  		position: relative;
  		width: 40px;
  		height: 24px;
		z-index:5;
	}
	.menu-trigger span {
  		position: absolute;
  		left: 0;
  		width: 100%;
  		height: 2px;
  		background-color: #1a1a1a;
  		border-radius: 0px;
	}

	.menu-trigger span:nth-of-type(1) {
  		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
 		top:11px;
	}
	.menu-trigger span:nth-of-type(3) {
  		bottom: 0;
		width:70% !important;
	}

	.menu-trigger.active span:nth-of-type(1) {
  		-webkit-transform: translateY(11px) rotate(35deg);
  		transform: translateY(11px) rotate(35deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
  		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
  		-webkit-transform: translateY(-11px) rotate(-35deg);
 		 transform: translateY(-11px) rotate(-35deg);
		width:100% !important;
	}
	
	nav.fixednav{
		padding:100px 100px 100px 150px;
		background:rgba(255,255,255,1);
		position: fixed;
		min-width: 1200px;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:200;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		visibility:hidden;
		transition: all 0.5s;
	}
	
	nav.fixednav.active{
		opacity: 1;
		visibility:visible;
	}
	
	nav.fixednav .innerbox{
		display: flex;
		justify-content: space-between;
	}
	
	nav.fixednav .innerbox .box{
		display: flex;
		align-content: space-between;
		flex-wrap: wrap;
		width:100%;
	}
	
	nav.fixednav .innerbox .box .block{
		display: flex;
		flex-direction: column;
	}
	
	nav.fixednav .innerbox .box .linkbox{
		width:100%;
		display: flex;
		flex-direction: column;
		border-left:1px solid #000;
		padding:0 0 0 30px;
	}
	
	nav.fixednav .innerbox .box .linkbox a{
		transition: all 0.2s;
	}
	
	nav.fixednav .innerbox .box .linkbox a:hover{
		opacity: 0.7;
	}
	
	nav.fixednav .innerbox .box .linkbox.bonone{
		border: none;
	}
	
	nav.fixednav .innerbox .box .linkbox.pnone{
		padding:0 0 0 0;
	}
	
	nav.fixednav .innerbox .box .linkbox .mlink .tl{
		color:#1647a4;
		font-size:3.5rem;
		font-weight: 500;
		font-style: italic;
	}
	
	nav.fixednav .innerbox .box .linkbox .mlink .tl span{
		letter-spacing: -0.1em;
	}
	
	nav.fixednav .innerbox .box .linkbox .mlink .tx{
		font-size:1.2rem;
	}
	
	nav.fixednav .innerbox .box .linkbox .sublink{
		font-size:1.5rem;
		margin:10px 0 0 0;
	}
	
	nav.fixednav .innerbox .box .linkbox .movielink{
		width:330px;
		display: block;
		position: relative;
		margin:70px 0 0 0;
		cursor: pointer;
	}
	
	nav.fixednav .innerbox .box .linkbox .movielink .intx{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		color:#fff;
		font-size:2.5rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding:30px;
		box-sizing: border-box;
	}
	
	nav.fixednav .innerbox .box .linkbox .movielink .intx::after{
		content: "";
		width:50px;
		height:52px;
		background:url("../images/common/movie_arrow.svg") no-repeat;
		background-size:50px;
	}
	
	#maincontainer{
		padding:80px 0 0 0;
	}
	
	
	
	footer{
		padding:100px;
		background:url("../images/common/footer_bg.jpg") no-repeat;
		background-size:cover;
		background-position: 50% 50%;
	}
	
	footer .innerbox{
		display: flex;
		justify-content: space-between;
	}
	
	footer .innerbox .leftbox{
		width:295px;
		border-right:1px solid #000;
		padding:0 50px 0 0;
		box-sizing: border-box;
	}
	
	footer .innerbox .leftbox .logo{
		width:100%;
		margin:0 0 10px 0;
	}
	
	footer .innerbox .leftbox .tx{
		font-size:1.5rem;
		line-height: 2.5rem;
		margin:0 0 20px 0;
	}
	
	footer .innerbox .leftbox a.linkbtn{
		padding:0;
		color:#1647a4;
		display: inline-block;
		font-weight: bold;
		line-height: 1;
		transition: all 0.2s;
	}
	
	footer .innerbox .leftbox a.linkbtn:hover{
		opacity: 0.7;
	}
	
	footer .innerbox .leftbox a.linkbtn span{
		width:11px;
		height:7px;
		border:1px solid #1647a4;
		box-sizing: border-box;
		display: inline-block;
		position: relative;
		margin:0 0 0 5px;
		top:-2px;
	}
	
	footer .innerbox .leftbox a.linkbtn span::after{
		content: "";
		width:11px;
		height:7px;
		background:#1647a4;
		box-sizing: border-box;
		position: absolute;
		top:1px;
		left:-3px;
	}
	
	footer .innerbox .rightbox{
		padding:50px 50px 0 60px;
		width:calc(100% - 295px);
		max-width:900px;
		display: flex;
		justify-content: space-between;
	}
	
	footer .innerbox .rightbox .box .linkbox{
		padding:0 0 50px 0;
		display: flex;
		flex-direction: column;
	}
	
	footer .innerbox .rightbox .box .linkbox a.mlink{
		transition: all 0.2s;
	}
	
	footer .innerbox .rightbox .box .linkbox a.mlink:hover{
		opacity: 0.7;
	}
	
	footer .innerbox .rightbox .box .linkbox a.mlink span{
		font-size:2.5rem;
		color:#1647a4;
		line-height: 1;
	}
	
	footer .innerbox .rightbox .box .linkbox a.mlink span::before{
		content: "";
		width:15px;
		display: inline-block;
		border-bottom:1px solid #1647a4;
		margin:0 15px 0 0;
		vertical-align: middle;
		position: relative;
		top:-2px;
	}
	
	footer .innerbox .rightbox .box .linkbox a.mlink .sublink{
		font-size:1.1rem;
		margin:5px 0 0 30px;
		line-height: 1;
	}
	
	#bottomlink{
		display: flex;
		justify-content: space-between;
	}
	
	#bottomlink .box{
		width:calc((100% - 1px) / 2);
		height:200px;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		overflow: hidden;
	}
	
	#bottomlink .txbox{
		color:#fff;
		z-index:2;
		position: relative;
		padding:0 30px;
		display: flex;
		align-items: center;
		width:100%;
		box-sizing: border-box;
		font-size:1.2rem;

	}
	
	#bottomlink .txbox .inbox{
		vertical-align: bottom;
	}
	
	#bottomlink .txbox span{
		font-size:4rem;
		letter-spacing: 0.1em;
		margin:0 10px 0 0;
	}
	
	#bottomlink .txbox::after{
		content: "";
		width:50px;
		height:52px;
		background:url("../images/common/movie_arrow.svg") no-repeat;
		background-size:50px;
		display: inline-block;
		vertical-align: middle;
		margin:0 0 0 auto;
	}
	
	#bottomlink .box img.bg{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		transition: all 0.2s;
		transform: scale(1);
		z-index: 1;
	}
	
	#bottomlink .box:hover img.bg{
		transform: scale(1.1);
	}
	
	#bottomlink .mynavi{
		width:130px;
		position: absolute;
		top:30px;
		left:30px;
		z-index:2;
	}
	
	#bottomlink .mynavi img{
		wieth:100%;
		height:auto;
		position: relative;
	}
	
	#pagemain{
		padding:0 0 0 100px;
		position: relative;
	}
	
	#pagemain::after{
		content: "";
		width:50%;
		height:calc(100% - 100px);
		background:#ecf2fa;
		bottom: 0;
		right:0;
		position: absolute;
		z-index: 1;
	}
	
	#pagemain.box2::after{
		background:#e5f6f9;
	}
	
	#pagemain .flexbox{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		position: relative;
		z-index:2;
	}
	
	#pagemain .flexbox .tlcont{
		display: flex;
		align-items: center;
		position: absolute;
		z-index:2;
		width:100%;
		height:calc(100% - 100px);
		top:0;
		left:0;
	}
	
	#pagemain .flexbox .tlcont .mtl{
		font-size:8rem;
		line-height: 1;
		font-weight: 600;
		margin:0 0 20px 0;
		font-style: italic;
		width:100%;
	}
	
	#pagemain .flexbox .tlcont .mtl span{
		letter-spacing: -0.15em;
	}
	
	#pagemain .flexbox .tlcont .msub{
		font-size:2rem;
		line-height: 2.5rem;
		letter-spacing: 0.1em;
		padding:0 0 25px 0;
		position: relative;
		width:100%;
		font-weight: 600;
	}
	
	#pagemain .flexbox .tlcont .msub::after{
		content: "";
		width:30px;
		border-bottom:3px solid #5b7ebf;
		position: absolute;
		bottom:0;
		left:0;
	}
	
	#pagemain.box2 .flexbox .tlcont .msub::after{
		content: "";
		width:30px;
		border-bottom:3px solid #23aad1;
		position: absolute;
		bottom:0;
		left:0;
	}
	
	#pagemain .flexbox .tlcont .mtx{
		font-size:3rem;
		line-height: 5.1rem;
		letter-spacing: 0.05em;
		padding:30px 0 0 0;
		position: relative;
		width:100%;
		font-weight: 600;
		min-height:3rem;
	}
	
	#pagemain .flexbox .phbox{
		width:calc(100% - 350px);
		position: relative;
		z-index:1;
	}
	
	#pan{
		padding:20px 100px 50px 0;
		width:100%;
		box-sizing: border-box;
	}
	
	#pan .innerbox{
		width:100%;
		margin:0 auto;
		text-align: right;
		font-size:1.2rem;
		line-height: 1;
	}
	
	#pan .innerbox a{
		color:#666;
		text-decoration: underline;
	}
	
	.remodal{
		max-width:900px !important;
		width:90% !important;
		padding:0 !important;
		margin:0 0 0 0 !important;
		line-height: 0;
		background:none !important;
	}
	
	.remodal video{
		width:100%;
	}
}

@media screen and (max-width:768px){
	
	.sp_none{display:none !important;}
	
	body{
		font-size:1.2rem;  /*14px*/;
		line-height: 2.3rem;
		min-width: 100%;
	}
	
	/*header*/
	header{
		width:100%;
		position: fixed;
		background-color:rgba(0,0,0,0);
		top:0;
		left:0;
		min-width: 100%;
		transition: all 0.2s;
		z-index:201;
	}
	
	header .headarea{
		position: fixed;
		bottom:0;
		width:100%;
		display: flex;
		justify-content: flex-end;
		padding:0;
		z-index:1;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s;
	}
	
	header .headarea.active{
		visibility: visible;
		opacity: 1;
	}
	
	header .headarea a{
		width:50%;
		height:80px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background:#1647a4;
		color:#fff;
		transition: all 0.2s;
		margin:0 0 0 0;
	}
	
	header .headarea a.box2{
		background:#0c234f;
	}
	
	header .headarea a:hover{
		background:#3b6dcb;
	}
	
	header .headarea a.box2:hover{
		background:#1647a4;
	}
	
	header .headarea a .tl{
		font-size:1.8rem;
		line-height: 1;
		margin:0 0 5px 0;
	}
	
	header .headarea a .tx{
		font-size:0.9rem;
		line-height: 1;
	}
	
	header .rightnav{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding:0;
		box-sizing: border-box;
		z-index:2;
		background:#fff;
	}
	
	header .rightnav .logo{
		margin:0 0 0 2.5%;
		width:30px;
	}
	
	header .rightnav .tl{
		padding:0 0 0 0;
		font-style: italic;
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 0.1em;
	}
	
	.menu{
		width:50px;
		height:50px;
		background:#1647a4;
		top:0;
		right:0;
		z-index:10;
		order:2;
		display: flex;
		justify-content: center;
		align-items: center;

	}

	.menu-trigger,
	.menu-trigger span {
  		display: inline-block;
  		transition: all .4s;
  		box-sizing: border-box;
		cursor: pointer;
	}
	.menu-trigger {
  		position: relative;
  		width: 25px;
  		height: 15px;
		z-index:5;
	}
	.menu-trigger span {
  		position: absolute;
  		left: 0;
  		width: 100%;
  		height: 1px;
  		background-color: #fff;
  		border-radius: 0px;
	}

	.menu-trigger span:nth-of-type(1) {
  		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
 		top:7px;
	}
	.menu-trigger span:nth-of-type(3) {
  		bottom: 0;
		width:70% !important;
	}

	.menu-trigger.active span:nth-of-type(1) {
  		-webkit-transform: translateY(7px) rotate(35deg);
  		transform: translateY(7px) rotate(35deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
  		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
  		-webkit-transform: translateY(-7px) rotate(-35deg);
 		 transform: translateY(-7px) rotate(-35deg);
		width:100% !important;
	}
	
	nav.fixednav{
		padding:100px 5% 100px 5%;
		background:rgba(255,255,255,1);
		position: fixed;
		min-width: 100%;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:200;
		box-sizing: border-box;
		opacity: 0;
		visibility:hidden;
		transition: all 0.5s;
		overflow-y: auto;
	}
	
	nav.fixednav.active{
		opacity: 1;
		visibility:visible;
	}
	
	nav.fixednav .innerbox{
		display: block;
	}
	
	nav.fixednav .innerbox .box{
		display: flex;
		align-content: space-between;
		flex-wrap: wrap;
		width:100%;
	}
	
	nav.fixednav .innerbox .box .linkbox{
		width:100%;
		display: flex;
		justify-content: space-between;
		align-items:flex-start;
		border-left:1px solid #000;
		padding:0 0 0 20px;
		margin:0 0 30px 0;
	}
	
	nav.fixednav .innerbox .box .linkbox .block{
		display: flex;
		flex-direction: column;
		width:50%;
	}
	
	nav.fixednav .innerbox .box .linkbox a{
		transition: all 0.2s;
	}
	
	nav.fixednav .innerbox .box .linkbox a:hover{
		opacity: 0.7;
	}
	
	nav.fixednav .innerbox .box .linkbox.pnone{
		padding:0 0 0 0;
	}
	
	nav.fixednav .innerbox .box .linkbox .mlink .tl{
		color:#1647a4;
		font-size:2.2rem;
		font-weight: 500;
		font-style: italic;
	}
	
	nav.fixednav .innerbox .box .linkbox .mlink .tl span{
		letter-spacing: -0.1em;
	}
	
	nav.fixednav .innerbox .box .linkbox .mlink .tx{
		font-size:1.2rem;
	}
	
	nav.fixednav .innerbox .box .linkbox .sublink{
		font-size:1.2rem;
		margin:0 0 10px 0;
		text-indent:-1.7rem;
		padding-left:1.7rem;
	}
	
	nav.fixednav .innerbox .box .linkbox .sublink:last-child{
		margin:0 0 0 0;
	}
	
	nav.fixednav .innerbox .box .linkbox .movielink{
		width:100%;
		display: block;
		position: relative;
		margin:0 0 0 0;
	}
	
	nav.fixednav .innerbox .box .linkbox .movielink .intx{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		color:#fff;
		font-size:2.2rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding:35px 25px;
		box-sizing: border-box;
	}
	
	nav.fixednav .innerbox .box .linkbox .movielink .intx::after{
		content: "";
		width:50px;
		height:52px;
		background:url("../images/common/movie_arrow.svg") no-repeat;
		background-size:50px;
	}
	
	#maincontainer{
		padding:50px 0 0 0;
	}
	
	
	
	footer{
		padding:45px 0 60px;
		background:url("../images/common/footer_bg.jpg") no-repeat;
		background-size:cover;
		background-position: 50% 50%;
	}
	
	footer .innerbox{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	
	footer .innerbox .leftbox{
		width:90%;
		margin:0 auto;
		border-top:1px solid #000;
		padding:45px 0 0 0;
		box-sizing: border-box;
		order:1;
	}
	
	footer .innerbox .leftbox .logo{
		width:100%;
		max-width:320px;
		margin:0 0 10px 0;
	}
	
	footer .innerbox .leftbox .tx{
		font-size:1.5rem;
		line-height: 2.5rem;
		margin:0 0 20px 0;
	}
	
	footer .innerbox .leftbox a.linkbtn{
		padding:0;
		color:#1647a4;
		display: inline-block;
		font-weight: bold;
		line-height: 1;
		transition: all 0.2s;
		font-size:1.6rem;
	}
	
	footer .innerbox .leftbox a.linkbtn:hover{
		opacity: 0.7;
	}
	
	footer .innerbox .leftbox a.linkbtn span{
		width:12px;
		height:8px;
		border:1px solid #1647a4;
		box-sizing: border-box;
		display: inline-block;
		position: relative;
		margin:0 0 0 5px;
		top:-2px;
	}
	
	footer .innerbox .leftbox a.linkbtn span::after{
		content: "";
		width:12px;
		height:8px;
		background:#1647a4;
		box-sizing: border-box;
		position: absolute;
		top:1px;
		left:-3px;
	}
	
	footer .innerbox .rightbox{
		padding:0 0 10px 0;
		width:100%;
		display: block;
	}
	
	footer .innerbox .rightbox .box .linkbox{
		padding:0 0 40px 0;
		display: flex;
		flex-direction: column;
	}
	
	footer .innerbox .rightbox .box .linkbox a.mlink{
		transition: all 0.2s;
	}
	
	footer .innerbox .rightbox .box .linkbox a.mlink:hover{
		opacity: 0.7;
	}
	
	footer .innerbox .rightbox .box .linkbox a.mlink span{
		font-size:2.7rem;
		color:#1647a4;
		line-height: 1;
	}
	
	footer .innerbox .rightbox .box .linkbox a.mlink span::before{
		content: "";
		width:5%;
		display: inline-block;
		border-bottom:2px solid #1647a4;
		margin:0 15px 0 0;
		vertical-align: middle;
		position: relative;
		top:-2px;
	}
	
	footer .innerbox .rightbox .box .linkbox a.mlink .sublink{
		font-size:1.2rem;
		margin:5px 0 0 calc(5% + 15px);
		line-height: 1;
	}
	
	#bottomlink{
		display: block;
	}
	
	#bottomlink .box{
		width:100%;
		height:150px;
		margin:1px 0 0 0;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		overflow: hidden;
	}
	
	#bottomlink .txbox{
		color:#fff;
		z-index:2;
		position: relative;
		padding:0 5%;
		display: flex;
		align-items: center;
		width:100%;
		box-sizing: border-box;
		font-size:1.2rem;

	}
	
	#bottomlink .txbox .inbox{
		vertical-align: bottom;
	}
	
	#bottomlink .txbox span{
		font-size:2.5rem;
		letter-spacing: 0.1em;
		margin:0 10px 0 0;
	}
	
	#bottomlink .txbox::after{
		content: "";
		width:40px;
		height:42px;
		background:url("../images/common/movie_arrow.svg") no-repeat;
		background-size:40px;
		display: inline-block;
		vertical-align: middle;
		margin:0 0 0 auto;
	}
	
	#bottomlink .box img.bg{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		transition: all 0.2s;
		transform: scale(1);
		z-index: 1;
	}
	
	#bottomlink .box:hover img.bg{
		transform: scale(1.1);
	}
	
	#bottomlink .mynavi{
		width:100px;
		position: absolute;
		top:20px;
		left:5%;
		z-index:2;
	}
	
	#bottomlink .mynavi img{
		wieth:100%;
		height:auto;
		position: relative;
	}
	
	#pagemain{
		padding:0 0 0 0;
		position: relative;
	}
	
	#pagemain .flexbox{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		position: relative;
		z-index:2;
	}
	
	#pagemain .flexbox .tlcont{
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		z-index:2;
		padding:40px 0 0 0;
		width:100%;
		top:0;
		left:0;
	}
	
	#pagemain .flexbox .tlcont .mtl{
		font-size:3.5rem;
		line-height: 1;
		font-weight: 600;
		margin:0 0 10px 0;
		font-style: italic;
		width:100%;
		text-align: center;
	}
	
	#pagemain .flexbox .tlcont .mtl span{
		letter-spacing: -0.15em;
	}
	
	#pagemain .flexbox .tlcont .msub{
		font-size:1.2rem;
		line-height: 1em;
		letter-spacing: 0.1em;
		padding:0 0 15px 0;
		position: relative;
		width:100%;
		margin:0 0 15px 0;
		text-align: center;
		font-weight: 600;
	}
	
	#pagemain .flexbox .tlcont .msub::after{
		content: "";
		width:15px;
		border-bottom:3px solid #5b7ebf;
		position: absolute;
		bottom:0;
		left:calc(50% - 7.5px);
	}
	
	#pagemain.box2 .flexbox .tlcont .msub::after{
		content: "";
		width:15px;
		border-bottom:3px solid #23aad1;
		position: absolute;
		bottom:0;
		left:calc(50% - 7.5px);
	}
	
	#pagemain .flexbox .tlcont .mtx{
		font-size:1.5rem;
		line-height: 1rem;
		letter-spacing: 0.05em;
		padding:0 0 30px 0;
		position: relative;
		width:100%;
		font-weight: 600;
		text-align: center;
	}
	
	#pagemain .flexbox .phbox{
		width:100%;
		position: relative;
		z-index:1;
	}
	
	#pan{
		padding:20px 100px 50px 0;
		width:100%;
		box-sizing: border-box;
		display: none;
	}
	
	#pan .innerbox{
		width:100%;
		margin:0 auto;
		text-align: right;
		font-size:1.2rem;
		line-height: 1;
	}
	
	#pan .innerbox a{
		color:#666;
		text-decoration: underline;
	}
	
	#pagetop{
		padding:0 0 20px 0;
		text-align: center;
	}
	
	#pagetop .inbox{
		display: inline-block;
		height:50px;
	}
	
	#pagetop .inbox img{
		width:auto;
		height:100%;
	}
	
	.remodal{
		max-width:900px !important;
		width:100% !important;
		padding:0 !important;
		margin:0 0 0 0 !important;
		line-height: 0;
		background:none !important;
	}
	
	.remodal video{
		width:100%;
	}
	
}

@keyframes topscale {
    0% {
        transform:ScaleX(1);
    }
	
    100% {
        transform:ScaleX(0);
    }
}

@keyframes topopacity {
    0% {
        opacity:0;
    }
	
    100% {
        opacity:1;
    }
}

@keyframes leftscale {
    0% {
        transform:scaleX(0);
    }
	
    100% {
       transform:scaleX(1);
    }
}

@keyframes rightscale {
    0% {
        transform:scaleX(0);
    }
	
    100% {
       transform:scaleX(1);
    }
}

@keyframes topfade {
    0% {
		opacity: 0;
		top:40px;
    }
	
    100% {
		opacity: 1;
		top:0;
    }
}

.leftbganimation::after,
.leftbganimation::before{
	transform:scaleX(0);
	transform-origin: left;
}

.active.leftbganimation::after,
.active.leftbganimation::before{
	animation-name: leftscale;
	animation-fill-mode:forwards;
	animation-duration:0.5s;
	animation-timing-function:cubic-bezier(.09,.89,.44,1.01);
	animation-delay: 0s;
}

.rightbganimation::after,
.rightbganimation::before{
	transform:scaleX(0);
	transform-origin: right;
}

.active.rightbganimation::after,
.active.rightbganimation::before{
	animation-name: rightscale;
	animation-fill-mode:forwards;
	animation-duration:0.5s;
	animation-timing-function:cubic-bezier(.09,.89,.44,1.01);
	animation-delay: 0s;
}

.leftbganimation2::after,
.leftbganimation2::before{
	transform:scaleX(0);
	transform-origin: left;
}

.active .leftbganimation2::after,
.active .leftbganimation2::before{
	animation-name: leftscale;
	animation-fill-mode:forwards;
	animation-duration:0.5s;
	animation-timing-function:cubic-bezier(.09,.89,.44,1.01);
	animation-delay: 0s;
}

.rightbganimation2::after,
.rightbganimation2::before{
	transform:scaleX(0);
	transform-origin: right;
}

.active .rightbganimation2::after,
.active .rightbganimation2::before{
	animation-name: rightscale;
	animation-fill-mode:forwards;
	animation-duration:0.5s;
	animation-timing-function:cubic-bezier(.09,.89,.44,1.01);
	animation-delay: 0s;
}

.rightscale{
	transform:scaleX(0);
	transform-origin: right;
}

.active .rightscale{
	animation-name: rightscale;
	animation-fill-mode:forwards;
	animation-duration:0.5s;
	animation-timing-function:cubic-bezier(.09,.89,.44,1.01);
	animation-delay: 0s;
}

.leftscale{
	transform:scaleX(0);
	transform-origin: left;
}

.active .leftscale{
	animation-name: leftscale;
	animation-fill-mode:forwards;
	animation-duration:0.5s;
	animation-timing-function:cubic-bezier(.09,.89,.44,1.01);
	animation-delay: 0s;
}

.topfade{
	opacity: 0;
	position: relative;
	top:40px;
	transition: all 1s;
	transition-delay: 0.5s;
}

.active .topfade{
	opacity: 1;
	top: 0;
}

.topfadedelay{
	opacity: 0;
	position: relative;
	top:40px;
	transition: all 1s;
	transition-delay: 0.6s;
}

.active .topfadedelay{
	opacity: 1;
	top: 0;
}

.fadein{
	opacity: 0;
	transition: all 1s;
	transition-delay: 0.5s;
}

.active .fadein{
	opacity: 1;
	top: 0;
}


