body {
	width: 100%;
	height: auto;
	font-family: "Bellefair", serif;
	font-weight: 400;
	font-style: normal;
	background: #000000;
	line-height: 1.8;
	letter-spacing: 0.1rem;
}

.rel{
	position: relative;
	display: block;
}

.bgArea,
canvas {
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	top:0;
	left:0;
	z-index: 0;
}
.bgArea{
	z-index: -1;
	background: url("../img/bg.png") no-repeat center center;
	background-size: cover;
}
.bgArea > :nth-child(1){
	height: 100%; width: 100%;
}
img{
	max-width: 100%;
}
.bgArea > :nth-child(1) img{
	max-width: inherit;
}
header, main, footer{
	position: relative; display: block;
	z-index: 1;
}
header{
	padding: 125px 15px 0;
}
header h1 img{
	display: block; margin: 0 auto;
}

.topImg{
	overflow: hidden;
}

.resizing *{
	transition: none !important;
}

.flip-card {
	background-color: transparent;
	width: 100%;
	max-width: 700px;
    perspective: 1000px;
	margin: 0 auto;
	position: relative;
	height: 525px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s ease-out;
  transform-style: preserve-3d;
}

.chg .flip-card .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front > img,
.flip-card-back > img{
	transition:0.1s ease-out;
	transition-delay: 0.2s;
}
.flip-card-back {
  transform: rotateY(180deg);
}
.chg .flip-card-front > img,
.flip-card-back > img {
	opacity: 0;
}
.chg .flip-card-back > img,
.flip-card-front > img{
	opacity: 1;
}
.coming_soon{
	margin: 90px auto 0;
	display: block; position: relative;
	width: calc(100% - 80px);
	max-width: 450px;
}

.inner{
	width: 100%; max-width: 600px;
	padding: 0 25px;
	margin: 0 auto;
}
.inner h2{
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
	color: #E9E9E9;
}
section{
	padding: 150px 0 170px;
}
#news ul{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
}
#news ul > li > :nth-child(1){
	text-decoration: none;
	font-size: 16px;
	margin-bottom: 20px;
	display: flex; justify-content: flex-start;
	align-items: flex-start;
}
#news ul > li > :nth-child(1) span{
	position: relative; display: block;
}
#news ul > li > :nth-child(1) span:nth-child(1){
	width: 20%;
	color: #CE2034;
}
#news ul > li > :nth-child(1) > span:nth-child(2){
	width: 80%;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
}
#news ul > li > a > span:nth-child(2){
	text-decoration: underline;
}
#digitalplatforms{
	background: #000000;
}

#digitalplatforms ul{
	display: flex;
	position: relative;
	justify-content: space-between;
}
#digitalplatforms ul li{
	width: calc(33.3% - 20px);
	align-items: flex-start;
}
#digitalplatforms ul li a{
	font-size: 20px; color: #E9E9E9; text-decoration: none;
	text-align: center;
}
#digitalplatforms ul li a > span{
	position: relative; display: block;
}
#digitalplatforms ul li a > .img > img {
	display: block;
}
#contact .inner{
	max-width: 800px;
}
#contact .flexBlock{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#contact .flexBlock .info{
	width: 72%;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #E9E9E9;
}
#contact .flexBlock .info > .img{
	margin-right: 10px;
}
#contact .flexBlock .info > .img > img{
	display: block;
}
#contact .flexBlock .info .text{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
}
#contact .flexBlock .info .text > p,
#contact .flexBlock .info .text > a{
	position: relative; display: block;
	margin-bottom: 5px;
}
#contact .flexBlock .info .text > :nth-last-child(1){
	margin-bottom: 0;
	display: flex; align-items: center;
	justify-content: flex-start;
}
#contact .flexBlock .info .text > :nth-last-child(1) > img{
	margin-right: 7px;
}
#contact .flexBlock .info .text a{
	color: #E9E9E9; text-decoration: none;
}
#contact .flexBlock .info .text > p:nth-child(1){
	font-size: 18px;
}

#contact .flexBlock .sns{
	width: 28%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer{
	font-size: 16px; text-align: center;
	color: #E9E9E9;
	padding: 30px 15px;
}
.sp-only{
	display: none;
}

@media screen and (min-width:769px) {
	#contact .flexBlock .info .text a:hover{
		text-decoration: underline;
	}
	#contact .flexBlock .sns a:hover,
	#digitalplatforms ul li a:hover > .img > img {
		animation: yureru 0.3s infinite;
	}
}
@keyframes yureru {
	0% {
		transform: translate(5px, 5px);
	}
	25% {
		transform: translate(5px, -5px);
	}
	50% {
		transform: translate(-5px, -5px);
	}
	75% {
		transform: translate(-5px, 5px);
	}
	100% {
		transform: translate(5px, 5px);
	}
}
@media screen and (max-width:768px) {
	header {
		padding: 110px 15px 0;
	}
	header h1 img{
		width: 100%;
		max-width: 260px;
	}
	.flip-card{
		height: 75vw;
	}
	#news ul > li > :nth-child(1){
		font-size: 14px;
		flex-direction: column;
		margin-bottom: 40px;
	}
	#news ul > li > :nth-child(1) span{
		width: 100% !important;
	}
	section {
		padding: 100px 0 100px;
	}
	#digitalplatforms ul li a{
		font-size: 16px;
	}
	#contact .flexBlock{
		flex-direction: column;
	}
	#contact .flexBlock .sns{
		width: 230px;
	}
	#contact .flexBlock .info{
		flex-direction: column;
		width: 100%;
		margin-bottom: 50px;
	}
	#contact .flexBlock .info > .img{
		margin-right: 0;
		margin-bottom: 20px;
	}
	#contact .flexBlock .info{
		font-size: 14px;
	}
	#contact .flexBlock .info .text > p:nth-child(1){
		font-size: 16px;
	}
	#contact .flexBlock .info .text{
		align-items: center; text-align: center;
	}
	#contact .flexBlock .info .text > :nth-last-child(1){
		margin-top: 15px;
	}
	footer{
		font-size: 14px;
	}
	.sp-only{
		display: block;
	}
}
