
/* COMMOM */
html {
	overflow: hidden;
	overflow-x: hidden;
	position: relative;
}
body {
	overflow: hidden;
	overflow-x: hidden;
	position: relative;
}


.only-sp {
	display: none;
} 

html,body {
	font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
	font-weight: 500;
	position: relative;
}

html * {
	box-sizing: border-box;
}
html img {
	max-width: 100%;
}
header {
	display: none;
}

footer {
	width: 100%;
	color: #fff;
	font-size: 12px;
	padding: 20px;
	margin: 0;
	position: relative;
	z-index: 100;
	background: #000;
}
footer .inner {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer nav {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
footer .copy {
	font-size: 10px;
	line-height: 80px;
	white-space: nowrap;
	text-align: center;
}
footer ul {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
	display: block;
	vertical-align: middle;
}
footer ul li {
	font-size: 12px;
	color: #fff;
	border-left: 1px solid #fff;
	display: inline-block;
	float: none;
}
footer ul li:first-child {
	border-left: 0;
	padding-left: 0;
}
footer ul li:last-child {
	padding-right: 0;
}

footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	text-decoration: underline;
}

.newyear2020 a img {
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
.newyear2020 a:hover img {
	opacity: .7;
}

@media screen and (max-width: 768px) {
	.only-sp {
		display: block;
	} 
	.only-pc {
		display: none;
	} 

	footer .inner {
		width: 94.666%;
		overflow: auto;
		margin: 0 auto;
	}
	footer nav {
		width: 100%;
		float: none;
	}
	footer ul {
		display: block;
		text-align: center;
	}
	footer ul li {
		border-left:0;
		display: block;
	}
	footer .copy {
		float: none;
		line-height: 1.6;
		margin-top: 20px;
		white-space: pre-wrap;
		text-align: center;
	}
}




/*****************************

OPENING

*****************************/

main {
	overflow-x: hidden;
}

.mainVisual > div,
.mv-scroll {
	/*opacity: 0;*/
}
.mv-inner {
	max-width: 880px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.mainVisual {
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	position: relative;
}
.mv-100th-logo {
	width: 120px;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -45px;
	position: absolute;
}
.mv-message {
	width: 665px;
	top: 50%;
	left: 0;
	margin-left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
.mv-scroll {
	width: 42px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.mv-cat {
	width: 870px;
	height: 550px;
	top: 50%;
	left: 100%;
	margin-left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../img/cat-move.png") no-repeat left top;
	background-size: 870px;
	position: fixed;
}

@media screen and (max-width: 768px) {
	.mainVisual {
		height: calc(var(--vh, 1vh) * 100);
	}

	.mv-message {
		width: 84.375vw;
		top: 50%;
		left: 50%;
		margin-left: -40%;
		-webkit-transform: translateY(-300%);
		transform: translateY(-300%);
	}
	.mv-cat {
		width: 136.25vw;
		height: 86.25vw;
		-webkit-transform: translateY(-30%);
		transform: translateY(-30%);		
		background: url("../img/cat-move.png") no-repeat left top;
		background-size: 100%;
		position: absolute;
	}

}

@media screen and (max-width: 340px) {
	.mv-cat {
		width: 125.25vw;
	}

}







/*****************************

CONTENTS

*****************************/


/* mainText */ 
.mainContent {
	width: 100%;
	position: relative;
}
.mc-text {
	width: 920px;
	font-size: 18px;
	line-height: 38px;
	margin: 0 auto;
	padding: 0 20px;
}
.mc-pg {
	margin-bottom: 45px;
}
.logo-yamato {
	width: 300px;
}
.txt-date {
	font-size: 16px;
}
.sns_list {
	max-width: 180px;
	margin: 0 auto 45px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.sns_list li {
	width: 34px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.mc-text {
		width: 84.375%;
		font-size: 3.466vw;
		line-height: 7.066vw;
		padding: 0;
	}
	.mc-pg {
		margin-bottom: 8.666vw;
	}
	.logo-yamato {
		width: 35.6vw;
	}
	.txt-date {
		font-size: 3.125vw;
	}
	.sns_list {
		margin: 0 auto 6.25vw;
	}
	
}



/* BANNER */
.foot-bnr {
	width: 100%;
	background: url("../img/bg-bnr.png");
	background-size: 60px 35px;
	margin: 100px 0 45px;
}
.foot-bnr > p {
	max-width: 1000px;
	background: #fff;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.foot-bnr {
		margin: 13.333vw 0 6.25vw;
	}
}





