
#topKV{
	position: relative;
	background: #FDFAEF;
}
#topKVin{
	max-width: 1200px;
    margin: auto;
	position: relative;
}
#topKV h1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto auto 70px;
	max-width: 270px;
	width: 21.33vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
#topKV .presentcampaign{
	background: url("../images/top/kv_border.svg") #fff center top no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	transition: 0.2s;
	font-family: 'Noto Sans JP', sans-serif;
}
#topKV .presentcampaign:hover{
	opacity: 0.7;
}
#topKV .presentcampaign .lead{
	line-height: 1.5;
}
#topKV .presentcampaign .lead br{
	display: none;
}
#topKV .presentcampaign:before,
#topKV .presentcampaign:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#topKV .presentcampaign:before{
	background: #E6141F;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	right: 2em;
}
#topKV .presentcampaign:after{
	border-right: #fff solid 2px;
	border-bottom: #fff solid 2px;
	width: 0.6em;
	height: 0.6em;
	right: calc(2em + 24px);
	transform: rotate(45deg);
}
#topKV .presentcampaign a{
	text-decoration: none;
	display: block;
	padding: 2em 8em 1.5em 3em;
}
#topKV .presentcampaign .lead{
	color: #E6141F;
	font-size: 20px;
	font-weight: 500;
	margin:0 auto 0.7em;
	position: relative;
	width: fit-content;
}
#topKV .presentcampaign .lead:before,
#topKV .presentcampaign .lead:after{
	content: "";
	position: absolute;
	top: 0;
	background: #E6141F;
	width: 3px;
	height: 30px;
}
#topKV .presentcampaign .lead:before{
	left: -1em;
	transform: rotate(-30deg);
}
#topKV .presentcampaign .lead:after{
	right: -1em;
	transform: rotate(30deg);
}
#topKV .presentcampaign .title{
	font-weight: 700;
	color: #28474E;
	font-size: 32px;
}



#topAnniversary80{
	max-width: 1340px;
	margin: 7em auto;
	padding: 0 40px;
}
#topAnniversary80 .Atop {
	flex-direction: row-reverse;
	justify-content: space-between;
}
#topAnniversary80 .Atop h2{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 45px;
	color: #2D4569;
	font-weight: 700;
	line-height: 2em;
	margin-left: 1em;
}
#topAnniversary80 .Atop h2 span{
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
	position: relative;
	left: -0.06em;
}
#topAnniversary80 .Atop .photo{
	max-width: 1000px;
}
#topAnniversary80 .lead{
	max-width: 1200px;
	margin: 3em auto 0;
	line-height: 2em;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
}


#topCharmShizuoka{
	position: relative;
}
#topCharmShizuoka:before{
	content: "";
	background: #FDFAEF;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
}
#topCharmShizuokaIn{
	max-width: 1300px;
	margin: 0 auto;
	background: #FDFAEF;
	padding: 5em 40px;
	position: relative;
	z-index: 10;
}
#topCharmShizuoka h2{
	font-size: 60px;
	text-align: center;
	margin-bottom: 0.8em;
}
#topCharmShizuoka .lead{
	max-width: 960px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.7em;
}
#topCharmShizuoka .map{
	max-width: 1100px;
	margin: 0 auto;
}
#topCharmShizuoka .people01{
	position: absolute;
    bottom: -8em;
    left: -16em;
	max-width: 700px;
}
#topCharmShizuoka .people02{
	position: absolute;
	bottom: 2em;
    right: 4em;
	max-width: 230px;
}



#topRecommendSpot{
	background: #9A5541;
	color: #fff;
	padding: 10em 40px 0;
	margin-top: 13em;
	margin-bottom: 5em;
	position: relative;
}
#topRecommendSpot:before{
	content: "";
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25%;
	width: 100%;
}
#topRecommendSpotIn{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#topRecommendSpot h2{
	font-size: 60px;
	margin-bottom: 0.8em;
}
#topRecommendSpot h2 br{
	display: none;
}
#topRecommendSpot .lead{
	font-size: 18px;
	line-height: 1.7em;
	max-width: 680px;
}
#topRecommendSpot .image{
	position: absolute;
	max-width: 600px;
	top: -20em;
    right: -6em;
}
#topRecommendSpot .spotList{
	margin-top: 3em;
}
#topRecommendSpot .spotList li p{
	font-size: 26px;
}






@media screen and (max-width:1499.5px){
	#topCharmShizuoka .people01{
		width: 46.66vw;
		left: -10vw;
	}
	#topCharmShizuoka .people02{
		width: 15.33vw;
		right: 2vw;
	}
}


@media screen and (max-width:1299.5px){
	#topKV .presentcampaign .lead{
		font-size: 18px;
	}
	#topKV .presentcampaign .title{
		font-size: 28px;
	}
}

@media screen and (max-width:1199.5px){
	#topKV h1{
	    margin-bottom: 3.5em;
	}
	#topKV .presentcampaign .lead {
		font-size: 16px;
	}
	#topKV .presentcampaign .title {
		font-size: 26px;
	}
	
	#topRecommendSpot h2 br{
		display: block;
	}
	#topRecommendSpot .image{
		width: 50vw;
		top: -20vw;
	}
	#topRecommendSpot .lead{
    	width: 56vw;
	}
}


@media screen and (max-width:1099.5px){
	#topAnniversary80 .lead{
		font-size: 20px;
	}
}


@media screen and (max-width:999.5px){
	#topKV .presentcampaign a{
		padding: 1.5em 6em 1em 2em;
	}
	#topKV .presentcampaign:before{
		width: 50px;
    	height: 50px;
	}
	#topKV .presentcampaign:after{
		right: calc(2em + 19px);
	}
	#topKV .presentcampaign .lead{
		margin-bottom: 0.3em;
	}
	
	
	#topAnniversary80 .Atop h2{
		font-size: 38px;
	}
	
	#topRecommendSpot{
		padding-top: 5em;
		margin-top: 10em;
	}
	#topRecommendSpot h2 {
    	font-size: 54px;
	}
	#topRecommendSpot .spotList li p {
		font-size: 22px;
	}
	#topRecommendSpot .image{
		right: -4em;
		top: -15vw;
	}
	#topRecommendSpot .lead {
		width: 49vw;
	}
}


/*SP*/

@media screen and (max-width:767.5px){
	#topKV h1{
		width: 42vw;
	}
	#topKV .presentcampaign{
		max-width: calc(100% - 30px);
		margin: auto;
		left: 0;
		bottom: 15px;
	}
	#topKV .presentcampaign a{
		padding: 1em 4em 0.7em 1em;
	}
	#topKV .presentcampaign:before {
		width: 30px;
		height: 30px;
		right: 1em;
	}
	#topKV .presentcampaign:after{
		right: calc(1em + 10px);
		width: 0.5em;
    	height: 0.5em;
	}
	#topKV .presentcampaign .lead {
   		font-size: 11px;
		margin-bottom: 0;
		white-space: nowrap;
	}
	#topKV .presentcampaign .lead:before,
	#topKV .presentcampaign .lead:after {
		bottom: 0;
		top: auto;
		width: 2px;
		height: 18px;
	}
	#topKV .presentcampaign .title {
   		font-size: 17px;
		white-space: nowrap;
	}	
	
	
	
	#topAnniversary80{
		margin: 3em auto;
		padding: 0;
		position: relative;
	}
	#topAnniversary80 .Atop{
		display: block;
	}
	#topAnniversary80 .Atop h2{
		position: absolute;
		top: 0;
		right: 0.5em;
		font-size: 22px;
		line-height: 1.5em;
	}
	#topAnniversary80 .Atop h2 span{
		left: -0.08em;
	}
	#topAnniversary80 .Atop .photo{
		width: calc(100% - 20px);
	}
	#topAnniversary80 .lead {
		font-size: 14px;
		padding: 0 2em;
		margin-top: 2em;
		line-height: 1.7em;
	}
	
	#topCharmShizuokaIn{
		padding: 3em 20px;
	}
	#topCharmShizuoka h2,
	#topRecommendSpot h2 {
		font-size: 30px;
		text-align: center;
	}
	#topCharmShizuoka .lead{
		font-size: 14px;
		padding: 0 1em;
	}
	#topCharmShizuoka .map{
		margin-top: 1em;
	}
	#topCharmShizuoka .people01{
		bottom: 1em;
	}
	
	
	#topRecommendSpot{
		margin: 0;
		padding: 3em 0 0;
	}
	#topRecommendSpot .image{
		position: static;
		width: 90%;
    	margin: 1em auto 0;
	}
	#topRecommendSpot h2 br{
		display: none;
	}
	#topRecommendSpot .lead{
		width: auto;
		font-size: 14px;
		padding: 0 2em;
	}
	#topRecommendSpot:before{
		display: none;
	}
	#topRecommendSpot .spotList {
		margin-top: 1em;
	}
	#topRecommendSpot .spotList li p {
		font-size: 13px;
		width: 90%;
	}
	#topRecommendSpot .spotList li p span{
		font-size: 80%;
	}
	


}

@media screen and (max-width:350px){
	#topKV .presentcampaign .lead br{
		display: block;
	}
	#topKV .presentcampaign:before, #topKV .presentcampaign:after{
		top: -15px;
	}
}