


/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
}
header .asoview{
	background: #fff;
	box-shadow: 0 0 5px #d9e5e5;
	padding: 0.8em 0;
	position: relative;
	z-index: 10000;
	transition: 0.2s;
}
header .asoview:hover{
	opacity: 0.7;
}
header .asoview img{
	max-width: 150px;
	display: block;
	margin: 0 auto;
}
header #headerIn{
	position: relative;
	padding: 2em 2em 0;
	display: flex;
	justify-content: space-between;
} 
header .s_logo{
	max-width: 170px;
	transition: 0.2s;
}
header .s_logo:hover{
	opacity: 0.7;
}
header .spHMenu{
	background-color: rgba(255,255,255,0.9);
	width: 115px;
	height: 115px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	z-index: 10000;
	text-decoration: none;
}
header .spHMenu:before,
header .spHMenu span:before,
header .spHMenu:after{
	background-color: #2D4569;
	content: " ";
	height: 2px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	transition: all 0.4s ease-out 0s;
	width: 40%;
}
header .spHMenu:before{
	top: -45px;
}
header .spHMenu span:before{
	top: -20px;
}
header .spHMenu:after{
	top: 5px;
}
header .spHMenu span:after{
	content: "Menu";
	font-weight: 700;
	position: relative;
    top: 20px;	
}
header .spHMenu.MenuOpen:before{
    top: -25px;
	transform: rotate(225deg);
}
header .spHMenu.MenuOpen:after{
	top: -25px;
	transform: rotate(-225deg);
}
header .spHMenu.MenuOpen span:before{
	opacity: 0;
}
header .spHMenu.MenuOpen span:after{
	content: "Close";
}


#headerMenu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #9A5541;
	display: none;
}
#headerMenu #headerMenuFlex{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#headerMenu #headerMenuIn{
	max-width: 750px;
	margin: 0 auto;
}
#headerMenu #headerMenuIn .title{
	font-size: 30px;
	font-weight: 700;
	color: #9A5541;
	background: #fff;
	width: fit-content;
	margin: 0 auto;
	border-radius: 50px;
	padding: 0.5em 1.5em 0.7em;
    line-height: 1em;
}
.spotList{
	display: flex;
}
.spotList li{
	width: 33.33%;
	color: #fff;
	position: relative;
	transition: 0.2s;
}
.spotList li p{
	position: absolute;
	bottom: 1em;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	border-radius: 50px;
	padding: 0.5em 0 0.6em;
	line-height: 1em;
}
.spotList li p.west{
	background: #E68944;
}
.spotList li p.chubu{
	background: #6DA758;
}
.spotList li p.east{
	background: #A366B5;
}
.spotList li a{
	
}
.spotList li:hover,
#headerMenu #headerMenuIn .linkBox .bnr:hover,
.snsShareList li:hover{
	opacity: 0.7;
}
#headerMenu #headerMenuIn .linkBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2em;
	padding-top: 2em;
	border-top: #fff solid 1px;
}
#headerMenu #headerMenuIn .linkBox .bnr{
	width: 55%;
	transition: 0.2s;
}
.snsShareList{
	display: flex;
	width: 40%;
	justify-content: space-between;
}
.snsShareList li{
	width: 26%;
	transition: 0.2s;
	text-align: center;
	font-size: 17px;
}
.snsShareList li img{
	display: block;
	margin-bottom: 0.5em;
}
.snsShareList li a{
	color: #fff;
	text-decoration: none;
}




/*footer*/
#campaignListOuter{
	background: url("../images/top/kv_border.svg") #f6f6f6 center top no-repeat;
	background-size: 100% auto;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 8em 0 6em;
	position: relative;
	z-index: 10;
}
#campaignListOuter:before,
#campaignListOuter:after{
	content: "";
	position: absolute;
	bottom: 0;
	background: url("../images/common/mountain.png") center bottom no-repeat;
	background-size: 100% auto;
	height: 13em;
}
#campaignListOuter:before{
	width: 400px;
	max-width: 400px;
	left: -1em;
}
#campaignListOuter:after{
	width: 550px;
	max-width: 550px;
	right: -3.5em;
}
#campaignListTitle{
	max-width: 1800px;
	margin: 0 auto 6em;
	position: relative;
}
#campaignListTitle h2{
	text-align: center;
	font-weight: 800;
	font-size: 70px;
	position: relative;
	z-index: 10;
}
#campaignListTitle h2 br{
	display: none;
}
#campaignListTitle .sub{
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-top: 1em;
	position: relative;
	z-index: 10;
}
#campaignListTitle .cloud{
	max-width: 370px;
	position: absolute;
	top: 0;
	left: 0;
}
#campaignListTitle .sun{
	max-width: 250px;
	position: absolute;
    top: -5em;
    right: 10em;
}

.campaignListSlider .slick-slide{
	padding: 0 1.8em;
}
.campaignListSlider .photo{
	position: relative;
	margin-bottom: 3em;
}
.campaignListSlider .photo:before{
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0.8em;
	width: 100%;
	height: 100%;
	background: url("../images/common/campaign_photo_bg.png") center top no-repeat;
	background-size: cover;
	border-radius: 30px;
	overflow: hidden;
}
.campaignListSlider .photo p{
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.campaignListSlider .title{
	font-weight: 700;
	font-size: 20px;
}
.campaignListSlider .txt{
	color: #333;
	margin-top: 1em;
}

#campaignListOuter .entry{
	background: #E6141F;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-radius: 50px;
	padding: 1.5em 0;
	display: block;
	margin: 4em auto 0;
	font-size: 24px;
	max-width: 600px;
	text-decoration: none;
	transition: 0.2s;
	position: relative;
	z-index: 100;
	width: 60vw;
}
#campaignListOuter .entry:hover{
	opacity: 0.7;
}
#campaignListOuter .people01{
	position: absolute;
    bottom: -3em;
    left: 0;
    right: 75em;
	margin: auto;
	max-width: 170px;
}
#campaignListOuter .people02{
	position: absolute;
    bottom: -3em;
    left: 70em;
	right: 0;
	margin: auto;
	max-width: 120px;
	z-index: 10;
}



#snsShare{
	background: #3E474A;
	color: #fff;
	text-align: center;
	padding: 5em 40px;
}
#snsShare .title{
	font-size: 40px;
	font-weight: 700;
}
#snsShare .snsShareList{
	justify-content: center;
	margin: 4em auto 0;
	width: auto;
}
#snsShare .snsShareList li{
	max-width: 90px;
}
#snsShare .snsShareList li:nth-of-type(n+2){
	margin-left: 8em;
}

#footerOffer{
	text-align: center;
	padding: 5em 40px 3em;
	font-family: 'Noto Sans JP', sans-serif;
}
#footerOffer #offerLogo{
	display: flex;
	align-items: center;
	justify-content: center;
} 
#footerOffer #offerLogo p{
	transition: 0.2s;
}
#footerOffer #offerLogo p:hover{
	opacity: 0.7;
}
#footerOffer #offerLogo p:nth-of-type(n+2){
	margin-left: 6em;
}
#footerOffer #offerLogo .shizuoka{
	max-width: 220px;
}
#footerOffer #offerLogo .hello{
	max-width: 330px;
}
#footerOffer #offerLogo .hello span{
    display: block;
    text-align: left;
    margin-left: 54px;
    margin-top: 0.5em;
}
#footerOffer #offerLogo p a{
	text-decoration: none;
}


#footerOffer #copy{
	color: #333;
	font-size: 11px;
	margin-top: 3em;
}




@media screen and (max-width:1599.5px){
	#campaignListTitle .sun{
		right: -78vw;
		left: 0;
		margin: auto;
		width: 17vw;
	}
}

@media screen and (max-width:1299.5px){
	#campaignListTitle h2{
		font-size: 65px;
	}
	#campaignListTitle h2,
	#campaignListTitle .sub{
		text-align: left;
		margin-left: 5vw;
	}
	#campaignListTitle .sun{
		left: auto;
		top: -4vw;
		right: 5vw;
	}
	
	
	#campaignListOuter:before{
		width: 30.76vw;
	}
	#campaignListOuter:after{
		width: 42.3vw;
	}
	#campaignListOuter .people01{
		width: 13.07vw;
		right: 81vw;
	}
	#campaignListOuter .people02{
		width: 9.23vw;
	    left: 82vw;
	}
	
	
}


@media screen and (max-width:999.5px){
	#campaignListTitle h2 br{
		display: block;
	}
	#campaignListTitle h2,
	#campaignListTitle .sub {
		text-align: center;
		margin-left: 0;
	}
	#campaignListTitle .sun {
		left: 0;
		top: -6em;
		right: -40em;
		width: 13em;
	}

}


/*SP*/
@media screen and (max-width:767.5px){
	header .asoview img{
		width: 100px;
	}
	header #headerIn{
		padding: 1em;
	}
	header .s_logo {
   		max-width: 120px;
	}
	header .spHMenu{
		width: 55px;
		height: 55px;
	}
	header .spHMenu span:after{
		font-size: 10px;
		top: 10px;
	}
	header .spHMenu:before {
		top: -30px;
	}
	header .spHMenu span:before {
		top: -15px;
	}
	header .spHMenu:after {
		top: 0px;
	}
	header .spHMenu:before,
	header .spHMenu span:before,
	header .spHMenu:after{
		background-color: #2D4569;
	}
	header .spHMenu.MenuOpen:before,
	header .spHMenu.MenuOpen:after {
    	top: -15px;
	}
	
	
	#headerMenu #headerMenuIn{
		padding: 3em 20px 0;
	}
	#headerMenu #headerMenuIn .title {
    	font-size: 18px;
		margin: 0 0 1em;
	}
	#headerMenu #headerMenuIn .spotList{
		display: block;
		border-top: #8dbfcf solid 1px;
	}
	#headerMenu #headerMenuIn .spotList li{
		width: auto;
		border-bottom: #8dbfcf solid 1px;
	}
	#headerMenu #headerMenuIn .spotList li a{
		display: block;
		padding: 1.5em 0;
		position: relative;
	}
	#headerMenu #headerMenuIn .spotList li a:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 1.2em;
		margin: auto;
		border-right: #fff solid 2px;
		border-top: #fff solid 2px;
		width: 0.6em;
		height: 0.6em;
		transform: rotate(45deg);
	}
	#headerMenu #headerMenuIn .spotList li img{
		display: none;
	}
	#headerMenu #headerMenuIn .spotList li p{
		position: static;
		background: none !important;
		text-align: left;
		margin: 0;
		padding: 0;
		width: auto;
	}

	
	#headerMenu #headerMenuIn .linkBox{
		padding: 0;
		border: none;
		display: block;
	}
	#headerMenu #headerMenuIn .linkBox .bnr{
		width: auto;
		margin-bottom: 1.5em;
	}
	#headerMenu #headerMenuIn .snsShareList{
		margin: 0 auto;
		width: auto;
		justify-content: center;
	}
	.snsShareList li{
		font-size: 14px;
		width: 35%;
    	max-width: 70px;
	}
	.snsShareList li:nth-of-type(n+2){
		margin-left: 5%;
	}
	.snsShareList li img{
		display: block;
		width: 75%;
		margin: 0 auto;
	}
	
	
	#campaignListOuter{
		padding: 4em 0 7em;
	}
	#campaignListTitle{
		margin-bottom: 2em;
	}
	#campaignListTitle h2,
	#campaignListTitle .sub{
		text-align: left;
		margin-left: 7vw;
	}
	#campaignListTitle h2 {
		font-size: 36px;
	}
	#campaignListTitle .sub{
		font-size: 14px;
		line-height: 1.7em;
	}
	#campaignListTitle .cloud {
		top: -2em;
		left: -3em;
		width: 60vw;
	}
	#campaignListTitle .sun {
		top: -2em;
		right: -16em;
		width: 9em;
	}
	
	.campaignListSlider .slick-slide {
		padding: 0 1.3em;
	}
	.campaignListSlider .photo{
		margin-bottom: 2em;
	}
	.campaignListSlider .photo:before,
	.campaignListSlider .photo p{
		border-radius: 10px;
	}
	.campaignListSlider .title {
		font-size: 17px;
	}
	.campaignListSlider .txt {
		margin-top: 0.5em;
	}
	
	#campaignListOuter .entry{
		padding: 1em 0;
		width: 90vw;
		font-size: 18px;
		margin-top: 2em;
	}
	#campaignListOuter:before {
		width: 49.76vw;
		left: -3em;
	}
	#campaignListOuter:after{
		right: -5em;
		width: 62.3vw;
	}
	#campaignListOuter .people01{
		width: 20vw;
		right: 69vw;
		bottom: -4em
	}
	#campaignListOuter .people02 {
		width: 15vw;
		left: 61vw;
		bottom: -4em;
	}
	
	
	
	#snsShare{
		padding: 3.5em 20px;
	}
	#snsShare .title {
    	font-size: 30px;
	}
	#snsShare .snsShareList {
		margin-top: 2.5em;
	}
	#snsShare .snsShareList li:nth-of-type(n+2) {
		margin-left: 3%;
	}
	#snsShare .snsShareList li .icon{
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	
	#footerOffer {
		padding: 2em 20px 1em;
	}
	#footerOffer #offerLogo p:nth-of-type(n+2) {
    margin-left: 1em;
}
	#footerOffer #offerLogo .shizuoka {
    	width: 45vw;
	}
	#footerOffer #offerLogo .hello {
    	width: 50vw;
	}
	#footerOffer #offerLogo .hello span {
		margin-left: 7vw;
		margin-top: 0.1em;
		font-size: 10px;
	}
	#footerOffer #copy {
		margin-top: 0.5em;
	}
	
	
}
