@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'corp_round_bold';
	src: url('../font/corp_round_v1.woff') format('woff'),
	url('../font/corp_round_v1.ttf') format('truetype');
}
@font-face {
	font-family: 'corp_round';
	src: url('../font/Corporate-Logo-Medium-ver2.woff') format('woff'),
	url('../font/Corporate-Logo-Medium-ver2.otf') format('opentype');
}

div#maincontents{
	font-size: 62.5%;
}

.container {
	width: 60%;
	max-width: 1080px;
}
@media only screen and (max-width:1280px){
	.container{
		width:80%;
	}
}
@media only screen and (max-width:768px){
	.container{
		width:90%;
	}
}
@media only screen and (max-width:420px){
/*
	.container{
		width:100%;
	}
*/
}

.campaign-fv-bg {
	background: url('../img/anniversary/fv-bg.png');
	background-position: center;
	background-size: 100% 100%;
	padding: 50px 0;
}
h1.campaign-fv {
	margin: auto;
	text-align:center;
}
.main-block{
	background: url('../img/anniversary/main-bg.png');
	background-position: center;
	background-size: 100% 100%;
	padding: 150px 0;
}
.anniversary-head img {
	width: 100%;
	object-fit: cover;
}
.anniversary-content {
	border: 10px solid #0071BC;
	padding: 30px;
	background: #FFF;
	text-align:center;
	border-radius: 0 0 80px 80px;
}
.anniversary-content p{
	font-family: 'corp_round';
	font-weight: 500;
	font-size:2.0em;
}
.anniversary-content h2 {
	font-family: 'corp_round_bold';
	font-size: 3.2em;
	line-height: 1.6;
	border: none;
	background: none;
	margin-top: 0;
	text-align: center;
}
.anniversary-content p.yappari {
	font-size: 3.5em;
	font-weight: bold;
	margin: 3em auto;
	text-align:center;
}
.anniversary-content p:last-child{
	margin-bottom:5.0em;
	text-align:center;
}
.cta-block{
	background: url('../img/anniversary/cta-bg.png');
	background-position: center;
	background-size: cover;
	padding: 150px 0;
}
.anniversary-campaign {
	background: #FFF;
	padding: 180px 50px 50px;
	border: 10px solid #0071BC;
	border-radius: 80px;
	position: relative;
}
p.jeis60th,p.over60th {
	font-family: 'corp_round_bold';
	font-size: 2.2em;
	width: fit-content;
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	margin: auto;
	background: #0071BC;
	color: #FFF;
	padding: 1em;
	border-radius: 12px;
}
p.over60th{
	text-align:center;
	font-size: 2.5em;
}
p.jeis60th span {
	display: block;
	text-align: center;
	font-size: 2.1em;
}
p.over60th span.pink {
	color: #F58B8B;
}
@media only screen and (max-width:1160px){
	.main-block{
		background-position:top;
		background-size:100%;
	}
}
@media only screen and (max-width:768px){
	h1.campaign-fv{
		max-width:480px;
	}
	.campaign-fv-bg,.main-block,.cta-block{
		background-size:cover;
	}
	.main-block{
		padding:80px 0;
	}
	.anniversary-content h2,.anniversary-content p.yappari{
		font-size:2.8em;
	}
	.anniversary-content{
		border-width:5px;
		border-radius:0 0 30px 30px;
		padding:30px 15px;
	}
	.anniversary-campaign{
		border-width:5px;
		border-radius:30px;
		padding:120px 15px 30px;
		text-align:center;
	}
	.anniversary-content p{
		font-size:1.5em;
	}
}
@media only screen and (max-width:640px){
	.campaign-fv-bg {
		background: url('../img/anniversary/fv-bg-sp.png');
		background-size: cover;
	}
	.main-block{
		background: url('../img/anniversary/main-bg-sp.png');
		background-size: cover;
	}
	.cta-block{
		background: url('../img/anniversary/cta-bg-sp.png');
		background-size: cover;
		padding:80px 0;
	}
	.anniversary-content h2,.anniversary-content p.yappari{
		font-size:2.4em;
	}
	.anniversary-content p{
		text-align:left;
	}
}
@media only screen and (max-width:430px){
	p.jeis60th ,p.over60th{
		width: 100%;
		position: relative;
		top: unset;
		margin-bottom: 30px;
		border-radius: 0;
		text-align: center;
	}
	.anniversary-campaign {
		padding: 30px 15px;
	}
	p.jeis60th span ,p.over60th span{
		display: inline-block;
		font-size: unset;
	}
	.anniversary-content h2, .anniversary-content p.yappari{
		font-size:2.1em;
	}
	.anniversary-content p{
		font-size:1.4em;
	}
}
@media only screen and (max-width:320px){
	.anniversary-content h2, .anniversary-content p.yappari{
		font-size:1.8em;
	}
}
