/**
 * @author sara
 * Copyright (c) 2020 sara Co., Ltd.
 * All rights reserved.
 */

/* リセット
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body , html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}
body{
	margin:0;
	padding:0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;;
	box-sizing: border-box;
	height: 100vh !important;
	height: -webkit-fill-available;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li{margin:0;padding:0;}
ul{list-style: none}
.clearfix:after	{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

img{
	max-width: 100%;
	height: auto;
	display:block;
}
img[src$=".svg"] {
	width: 100%;
}

a:link { color: #000;text-decoration: none; }
a:visited { color: #000;text-decoration: none; }
a:hover { color: #000; text-decoration: none;}
a:active { color: #000; text-decoration: none;}

input[type="checkbox"]{display: none}


.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .45);
	overflow: hidden;
	overflow-y: auto; /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
	-webkit-overflow-scrolling: touch;
}


/* common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex_box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	height: auto;
	align-items: flex-start;
}
.flex_center{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex_between{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex_a_center{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.txt_center{
	text-align: center;
}
.txt_left{
	text-align: left;
}
.txt_right{
	text-align: right;
}
.pc, .pc2{
	display: block !important;
}
.sp{
	display: none !important;
}
.ssp{
	display: none !important;
}
.sssp{
	display: none !important;
}
.no_border{
	border: none !important;
}
.bold{
	font-weight: bold;
}
/* header
----------------------------------------------------------------*/
header{
	position: fixed;
	background-color: rgba(255,255,255,0.5);
	height: 20px;
	width: calc(100% - 2rem);
	z-index: 100;
	padding: 1rem;
	top: 0;
	left: 0;
}
header .inner{
	max-width: 1080px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* TOPに戻る
----------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #000;
	width: 65px;
	height: 55px;
	border-radius: 20px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity, transform;
	transform: translate(0, 100px);
}
#pageTop.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}
#pageTop div{
	color: #fff;
	font-size: 5rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#pageTop div p{
	transform: rotate(90deg);
	line-height: 2;
	margin-left: 5px;
	font-weight: 200;
}
#container{
	height: 100vh !important;
	height: -webkit-fill-available;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}
#container > div{
	max-width: 1120px;
	padding: 0 2rem;
	margin: 0 auto;
}
#container .img_wrap{
	overflow: hidden;
	background: #000;
	position:relative;
	margin-bottom: 20px;
}
#container .img_wrap.hs {
	margin: 0;
}
#container .img_wrap.ps a {
	display: flex;
}
#container .img_wrap.ps a.movie {
	display: block;
}
#container .img_wrap.ps a > div{
	width: 50%;
	overflow: hidden;
}
#container .img_wrap a.page img{
	transition: 1s all;
	width: 100% !important;
	max-width: initial;
}
#container .img_wrap a.page:hover img{
	opacity: 0.8;
	transform:scale(1.2,1.2);
	transition:1s all;
}
#container .img_wrap a.page:hover .logo_wrap img {
	opacity: 1;
	transform:scale(1,1);
}
#container .img_wrap a.movie {
	position: absolute;
	width: 15%;
	right: 5%;
	bottom: 10%;
}
#container .img_wrap.ps .logo_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 80%;
}
#container .img_wrap.hs .logo_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 35%;
}
@media all and (-ms-high-contrast: none) {
	#pageTop div p{
		padding-top: 15px;
	}
}
/*SP用----------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
	header img{
		max-width: 100%;
		margin-right: 1rem;
	}
	header h1 img{
		max-width: 45%;
	}
	header .inner{
		margin: 0 1rem;
	}
	#container{
		display: block;
	}
	#container > div{
		padding: 0;
	}
	#container .img_wrap.ps a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#container .img_wrap.hs {
		height: 33.3333vh;
		overflow: hidden;
	}
	#container .img_wrap.ps {
		height: 66.6666vh;
		overflow: hidden;
	}
	#container .img_wrap.ps a > div{
		width: 100%;
		height: 33.3333vh;
	}
	#container .img_wrap.ps .logo_wrap {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 55%;
		height: auto;
	}
	#container .img_wrap.hs .logo_wrap {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 55%;
	}
	#container .img_wrap{
		margin-bottom: 0;
	}
	#container .img_wrap a.movie {
		position: absolute;
		width: 35%;
		right: 5%;
		bottom: 5%;
	}
}
@media only screen and (max-width: 639px) {
	header img {
		max-width: 118px;
	}

	header a img {
		max-width: 113px;
	}
	#container .img_wrap a.movie {
		width: 40%;
	}
	#container{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#container > div{
		padding: 0;
	}
	#container .img_wrap.ps a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#container .img_wrap.hs {
		height: initial;
	}
	#container .img_wrap.ps {
		height: initial;
	}
	#container .img_wrap.ps a > div {
		width: 100%;
		 height: initial;
	}

}
@media all and (-ms-high-contrast: none) and (max-width: 639px) {
	#pageTop div p{
		padding-top: 12px;
	}
}
@media only screen and (max-width: 415px) {
	header a img {
		max-width: 100%;
	}
}
