@charset "UTF-8";

/*------------------------
top
------------------------*/
.topimg{
	background: #f8f4e9 url(/pochikame/pc/img/index/bg_topimg.png) center bottom no-repeat;
	background-size: cover;
	padding: 2.86vw 0 26.04vw 2.6vw;
	position: relative;
	margin-top: -60px;
}
.topimg .logo a{
	width: 23.44vw;
	height: 7.29vw;
	background: #fff;
	border-radius: 18px;
	padding: 20px 30px 20px 15px;
	margin-bottom: 4.95vw;
	position: relative;
	z-index: 120;
}
.topimg h1{
	width: 30.52vw;
	height: auto;
	z-index: 10;
	position: relative;
}
.topimg .mainimg{
	position: absolute;
	top: 0;
	right: 0;
	width: 63.13vw;
	height: 33.02vw;
	z-index: 0;
}

.topimg .illust-wrap .image{
	animation: fadeInDown .7s forwards;
	opacity: 0;
	transform: translatey(0);
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -30%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.topimg .illust-wrap .illust01{
	width: 22.24vw;
	height: 16.51vw;
	position: absolute;
	left: 10.42vw;
	bottom: 6.77vw;
	animation-delay: .3s;
}
.topimg .illust-wrap .illust02{
	width: 19.74vw;
	height: 21.35vw;
	bottom: 0.78vw;
	left: 35.42vw;
	position: absolute;
}
.topimg .illust-wrap .illust03{
	width: 13.8vw;
	height: 13.28vw;
	position: absolute;
	bottom: 1.3vw;
	left: 59.9vw;
	animation-delay: .5s;
}
.topimg .illust-wrap .illust04{
	width: 9.69vw;
	height: 13.65vw;
	position: absolute;
	bottom: 2.08vw;
	left: 78.13vw;
	animation-delay: .8s;
}
.topimg .illust-wrap .illust05{
	width: 5.26vw;
	height: 6.77vw;
	position: absolute;
	bottom: 5.73vw;
	left: 88.54vw;
	animation-delay: .5s;
}


@media screen and (max-width:1200px) { 
	.topimg{
		padding: 34px 0 312px 31px;
	}
	.topimg .logo a{
		width: 280px;
		height: 87px;
		margin-bottom: 60px;
	}
	.topimg h1{
		width: 366px;
	}
	.topimg .mainimg{
		width: 757px;
		height: 396px;
	}
	.topimg .illust-wrap .illust01{
		width: 267px;
		height: 198px;
		left: 125px;
		bottom: 81px;
	}
	.topimg .illust-wrap .illust02{
		width: 237px;
		height: 256px;
		left: 425px;
		bottom: 10px;
	}
	.topimg .illust-wrap .illust03{
		width: 166px;
		height: 159px;
		left: 718px;
		bottom: 16px;
	}
	.topimg .illust-wrap .illust04{
		width: 116px;
		height: 163px;
		left: 937px;
		bottom: 25px;
	}
	.topimg .illust-wrap .illust05{
		width: 63px;
		height: 81px;
		left: 1062px;
		bottom: 69px;
	}
}

/*------------------------
section共通
------------------------*/
section .inner{
	width: 1000px;
	margin: 0 auto;
}
section .inner .ttl-wrap h2{
	font-size: 46px;
	letter-spacing: .04em;
	line-height: 1;
	display: inline-block;
}
section .inner .ttl-wrap .sub{
	font-size: 20px;
	font-weight: bold;
}

.info-cont{
	background: var(--bg_beige);
	padding: 186px 0 115px;
	position: relative;
	overflow: hidden;
}
.info-cont .logo-anime{
	content: "";
	min-width: 1183px;
	min-height: 1082px;
	background: url(/pochikame/pc/img/index/bg_logo.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0px;
	top: 35px;
	width: 61.61vw;
	height: 56.35vw;
}


/*------------------------
お知らせ
------------------------*/
#news {
	margin-bottom: 120px;
}
#news .inner{
	background: rgba(255, 255, 255, .88);
	padding: 45px 40px;
	display: flex;
	justify-content: space-between;
	border-radius: 30px;
	position: relative;
}
#news .inner::after{
	content: "";
	width: 207px;
	height: 273px;
	background: url(/pochikame/pc/img/index/news_illust.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 10px;
	bottom: -105px;
	opacity: 0;
}

#news .inner.jump.anime::after{
	opacity: 1;
	transform : translate(0, 0);
	animation: jump 2.8s cubic-bezier(.4, 0, .2, 1) forwards;
}

#news .left{
	margin-right: 35px;
}
#news .inner .ttl-wrap h2{
	background: url(/pochikame/pc/img/index/bg_ttl_news.png) no-repeat;
	background-size: contain;
	padding: 12px 20px;
}
#news .inner .ttl-wrap .sub{
	padding-left: 20px;
}

#news ul{
	height: 240px;
	overflow-y: scroll;
	position: relative;
}
/* スクロールバー */
#news ul::-webkit-scrollbar {
	background: #d5cbc2;
	border: 3px solid #fff;
	width: 10px;
}
#news ul::-webkit-scrollbar-thumb {
	background: var(--green);
	border-radius: 50px;
}
#news ul li a{
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	margin-right: 25px;
	border-bottom: 1px solid #d5cbc2;
	position: relative;
}
#news ul li a:hover{
	color: var(--green);
}
#news ul li:first-child a{
	padding: 0 0 25px 0;
}
#news ul li .day{
	width: 150px;
	color: #646464;
}
#news ul li .ttl{
	flex: 1;
	line-height: 1.56;
	letter-spacing: .05em;
}

/*------------------------
プロジェクト
------------------------*/
#project .inner{
	background: rgba(255, 255, 255, .88);
	padding: 50px 40px 70px;
	border-radius: 30px;
	position: relative;
}
#project .inner::after{
	content: "";
	width: 241px;
	height: 278px;
	background: url(/pochikame/pc/img/index/project_illust.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: -45px;
	bottom: 12px;
	opacity: 0;
	transition: all 800ms;
}
#project .inner.scrollin::after{
	opacity : 1;
	transform : translate(0, 0);
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
}

#project .inner .ttl-wrap{
	text-align: center;
	margin-bottom: 25px;
}
#project .inner .ttl-wrap h2{
	background: url(/pochikame/pc/img/index/bg_ttl_project.png) no-repeat;
	background-size: contain;
	padding: 10px 9px 14px;
}

#project .textarea{
	width: 722px;
	font-size: 20px;
	line-height: 2;
	margin: 0 auto;
	text-align: center;
	letter-spacing: .02em;
}


/*------------------------
コンセプト
------------------------*/
#concept {
	background: #f7e08b;
	padding: 80px 0 0 0;
	position: relative;
}
#concept::before{
	content: "";
	width: 1166px;
	height: 440px;
	background: url(/pochikame/pc/img/index/concept_bottom_ashirai.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#concept .inner .ttl-wrap{
	text-align: center;
	margin-bottom: 25px;
}
#concept .inner .ttl-wrap h2{
	background: url(/pochikame/pc/img/index/bg_ttl_concept.png) no-repeat;
	background-size: contain;
	padding: 10px 9px 14px;
}

#concept .sub-ttl{
	text-align: center;
	margin-bottom: 25px;
}
#concept .sub-text{
	font-size: 24px;
	text-align: center;
	letter-spacing: -.04em;
	line-height: 1.7;
	margin-bottom: 100px;
	font-weight: 500;
}
/* #concept h4{
	background: #fff;
	border-radius: 20px;
	font-size: 26px;
	font-weight: 500;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
#concept h4 .green{
	color: var(--green);
	font-size: 31px;
} */

#concept .g-map{
	width: 800px;
	margin: 0 auto;
}
#concept .g-map img{
	border-radius: 15px;
	border: 4px solid #fff;
	margin-bottom: 30px;
}

#concept .block-wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#concept .block-wrap .block{
	background: #fff;
	width: 480px;
	border-radius: 18px;
	padding: 30px;
	position: relative;
}
#concept .fadein.scrollin:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}

#concept .block-wrap .block:nth-child(1)::before{
	content: "";
	width: 30px;
	height: 35px;
	background: url(/pochikame/pc/img/index/concept_ashirai.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: -32px;
	top: -20px;
	transform: rotate(-110deg);
}
#concept .block-wrap .block:nth-child(2)::before{
	content: "";
	width: 30px;
	height: 35px;
	background: url(/pochikame/pc/img/index/concept_ashirai.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: -32px;
	top: -20px;
}
#concept .block-wrap .block .ttl{
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 3px;
}
#concept .block-wrap .block .sub{
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}
#concept .block-wrap .block .sub::before{
	content: "";
	width: 100%;
	height: 12px;
	background: #f4c3c3;
	position: absolute;
	bottom: 0px;
	z-index: -1;
}
#concept .block-wrap .block .image{
	height: 240px;
	margin-bottom: 20px;
}
#concept .block-wrap .block .image img{
	border-radius: 15px;

}
#concept .block-wrap .block .textarea{
	letter-spacing: -.04em;
	line-height: 1.75;
}

#concept .illust-wrap{
}
#concept .illust-wrap .illust01{
	width: 233px;
	height: 220px;
	position: absolute;
	bottom: -10px;
	left: -240px;
	transition: all 0.3s ease 0s;
}
#concept .illust-wrap .illust02{
	width: 244px;
	height: 190px;
	margin-right: 10px;
	position: absolute;
	bottom: -10px;
	right: -240px;
	transition: all 0.3s ease 0s;
}
#concept .illust-wrap .image img{
	object-fit: contain;
}
#concept .illust-wrap .illust01.jump.anime{
	opacity: 1;
	transform : translate(0, 0);
	animation: jump 2.8s cubic-bezier(.4, 0, .2, 1) forwards;
}
#concept .illust-wrap .illust02.jump.anime{
	opacity: 1;
	transform : translate(0, 0);
	animation: jump 2.8s cubic-bezier(.4, 0, .2, 1) forwards;
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}

@media screen and (max-width:1500px) { 
	#concept .illust-wrap .image{
		display: none;
	}
}
/* 活用シーン */
#concept .use-wrap{
	padding-bottom: 50px;
	position: relative;
	z-index: 10;
}
#concept .use-wrap h3{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}
#concept .use-wrap h3::before{
	content: "";
	width: 30px;
	height: 35px;
	background: url(/pochikame/pc/img/index/concept_ashirai.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 322px;
	top: -13px;
}
#concept .use-wrap .box-wrap{
	display: flex;
	justify-content: space-between;
}
#concept .use-wrap .box-wrap .box{
	width: 312px;
}
#concept .use-wrap .box-wrap .box .image{
	height: 240px;
}
#concept .use-wrap .box-wrap .box .image img{
	border-radius: 18px;
}
#concept .use-wrap .box-wrap .box .ttl{
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0 0;
	line-height: 1;
	text-align: center;
}

/*------------------------
バナー
------------------------*/
.banner-wrap {
	padding: 60px 0;
	width: 1000px;
	margin: 0 auto;
}

.banner-wrap a:hover{
	transform: translateY(5px);
	opacity: .8;
}


/*------------------------
エリアインフォメーション
------------------------*/
#area-info {
	background: #f8f4e9;
	padding: 80px 0;
	position: relative;
}
#area-info .inner .ttl-wrap{
	text-align: center;
	margin-bottom: 25px;
}
#area-info .inner .ttl-wrap h2{
	background: url(/pochikame/pc/img/index/bg_ttl_areainfo.png) no-repeat;
	background-size: contain;
	padding: 10px 12px 14px;
}
#area-info .sub-text{
	font-size: 20px;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 15px;
}
#area-info .map{
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

/* 街区 */
#area-info .block-wrap .block{
	background: #fbdba8;
	border: 1px solid #505050;
	border-radius: 20px;
	padding: 0 40px 40px 40px;
}

#area-info .block-wrap .block:nth-child(n+2){
	margin-top: 15px;
}
#area-info .block-wrap .block .plan{
	display: inline-flex;
	width: 112px;
	height: 46px;
	font-size: 16px;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #505050;
	border-top: none;
	color: #505050;
	border-radius: 0 0 12px 12px;
	margin-bottom: 2px;
}
#area-info .block-wrap .block .plan span{
	font-size: 22px;
    font-weight: bold;
    padding-left: 6px;
    padding-bottom: 4px;
	font-weight: bold;
}
#area-info .block-wrap .block .textarea{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#area-info .block-wrap .block .flex{
	margin-bottom: 10px;
}
#area-info .block-wrap .block .flex .text h3{
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	padding: 8px 0 10px;
}
#area-info .shop-list .shop{
	border: 1px solid #c8c8c8;
	padding: 20px 25px;
	background: #fff;
}
#area-info .shop-list .shop:nth-child(n+2){
	margin-top: 10px;
}

#area-info .shop-list .shop .name-wrap{
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}
#area-info .shop-list .shop .name-wrap .num{
	background: #323232;
	width: 40px;
	height: 24px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin-right: 10px;
}

#area-info .shop-list .shop .cat{
	background: #c2edb7;
	color: #217e61;
	font-size: 14px;
	height: 27px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 21px;
	border-radius: 50px;
	margin-right: 10px;
}
#area-info .shop-list .shop .name{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
}
#area-info .shop-list .shop .name span {
	display: inline-block;
	padding-left: 15px;
	font-size: 90%;
	color: #F15A24;
	letter-spacing: 0;
}
#area-info .shop-list .shop .shop-text{
	font-weight: 500;
	margin-bottom: 15px;
}

#area-info .shop-list .shop .sp-flex{
	display: flex;
}
#area-info .shop-list .shop .image-wrap{
	position: relative;
	margin-right: 20px;
}
#area-info .shop-list .shop .image-wrap .logo{
	width: 220px;
	height: 100%;
	max-height: 200px;
}
#area-info .shop-list .shop .image-wrap .logo img{
	object-fit: contain;
	object-position: left;
}

#area-info .shop-list .shop .text-wrap{
	flex: 1;
}
#area-info .shop-list .shop .text-wrap .outline{
	display: flex;
	margin-bottom: 8px;
}
#area-info .shop-list .shop .text-wrap .left{
	width: 320px;
}
#area-info .shop-list .shop .text-wrap dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 8px;
}
#area-info .shop-list .shop .text-wrap dl:last-child{
	margin-bottom: 0;
}
#area-info .shop-list .shop .text-wrap dl dt{
	width: 110px;
	min-width: 76px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #323232;
	font-size: 13px;
	margin-right: 10px;
	padding: 0 5px;
}
#area-info .shop-list .shop .text-wrap dl dd{
	flex: 1;
	line-height: 1.3;
}
#area-info .shop-list .shop .text-wrap dl dd a{
	text-decoration: underline;
}
#area-info .shop-list .shop .text-wrap dl dd a:hover{
	opacity: .8;
}

#area-info .shop-list .shop .text-wrap .official{
	flex: 1;
	margin-left: 30px;
}
#area-info .shop-list .shop .text-wrap .official .url a{
	width: 120px;
	height: 30px;
	background: var(--bg_black);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#area-info .shop-list .shop .text-wrap .official .url a:hover{
	background: var(--green);
}
#area-info .shop-list .shop .text-wrap .official .sns{
	display: flex;
	flex-direction: column;
}
#area-info .shop-list .shop .text-wrap .official .sns .image{
	width: 30px;
	height: 30px;
	margin-bottom: 8px;
}
#area-info .shop-list .shop .text-wrap .official .sns a:hover {
	transform: translateY(-3px);
}

#area-info .official .ttl,
#area-info .official-hp .ttl{
	font-weight: 500;
	margin-bottom: 10px;
	border-left: 4px solid var(--bg_black);
	line-height: 1;
	padding-left: 7px;
	font-size: 17px;
}
#area-info .shop-list .shop .text-wrap .caution {
	display: block;
	font-size: 1.3rem;
	line-height: 1;
}


/* 2街区 */
#area-info .block-wrap #area02{
	padding: 0 40px 60px 40px;
	background: #f3f3f3;
	overflow: hidden;
}

#area-info .block-wrap #area02 .textarea{
	background: url(/pochikame/pc/img/index/bg_logo.svg) no-repeat center right 380px;
	background-size: contain;
	line-height: 1.4;
}


/* 4街区 */
#area-info .block-wrap #area04{
	padding: 0 40px 60px 40px;
	background: #f3f3f3;
	overflow: hidden;
}

#area-info .block-wrap #area04 .textarea{
	background: url(/pochikame/pc/img/index/bg_logo.svg) no-repeat center right 380px;
	background-size: contain;
	line-height: 1.4;
}

/* 5街区 */
#area-info #area05{
	padding: 0 40px 40px;
}
#area-info #area05 .outline{
	align-items: flex-start;
}
#area-info #area05 .official-hp dl{
	align-items: center;
}
#area-info #area05 .official-hp dt{
	border: none;
	font-size: 16px;
	height: auto;
	display: block;
	min-width: auto;
	padding: 0;
	width: auto;
}
#area-info #area05 .official-hp dd{
	padding-top: 0;
}
#area-info #area05 .official-hp dd .image{
	width: 25px;
	height: 25px;
	display: block;
}
#area-info #area05 .official-hp dd .image a:hover{
	transform: translateY(-3px);
}
/*#area-info #area05 .more{
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 55px;
	position: relative;
}
#area-info #area05 .more::after{
	content: "";
	width: 28px;
	height: 28px;
	background: url(/pochikame/pc/img/index/bg_logo.svg) no-repeat;
	background-size: contain;
	display: block;
	margin-left: 10px;
}
#area-info #area05 .more::before{
	content: "・・・";
	transform: rotate(90deg);
	position: absolute;
	width: fit-content;
	top: 15px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -.1em;
}
*/

/*------------------------
コンセプト
------------------------*/
#access {
	padding: 80px 0 100px;
}
#access .inner .ttl-wrap{
	text-align: center;
	margin-bottom: 25px;
}
#access .inner .ttl-wrap h2{
	background: url(/pochikame/pc/img/index/bg_ttl_access.png) no-repeat;
	background-size: contain;
	padding: 10px 12px 14px;
}

#access .block-wrap {
	margin-bottom: 40px;
}
#access .block {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
#access .block h3 {
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-right: 20px;
	line-height: 1;
}
#access .block h3::before {
	content: "";
	width: 17px;
	height: 24px;
	background: url(/pochikame/pc/img/index/icon_pin.svg) no-repeat;
	background-size: contain;
	display: block;
	margin-right: 8px;
}
#access .block.train h3::before {
	content: "";
	width: 22px;
	height: 28px;
	background: url(/pochikame/pc/img/index/icon_train.svg) no-repeat;
	background-size: contain;
}
#access .block.car h3::before {
	content: "";
	width: 32px;
	height: 20px;
	background: url(/pochikame/pc/img/index/icon_car.svg) no-repeat;
	background-size: contain;
	margin-top: 2px;
}
#access .block .text {
	font-size: 18px;
	line-height: 1.3;
}
#access .block.train .text{
	line-height: 1.5;
}
#access .block.train .text p{
	display: flex;
}
#access .block.train .text p .num{
	width: 14px;
	display: inline-block;
	text-align: center;
}
#access .map {
	height: 450px;
	margin: 0 calc(49% - 50vw) 50px;
	width: 100vw;
	transition: all 0.5s ease 0s;
}
#access .map iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1200px) {
	#access .map {
		margin: 0 0 50px;
		width: 1000px;
	}
}

#access .btn a{
	background: var(--green);
	width: 360px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 50px;
	margin: 0 auto;
	padding-bottom: 5px;
	position: relative;
}
#access .btn a:hover{
	background: var(--bg_black);
}
#access .btn a::after{
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	transition: all .3s ease 0s;
}