@charset "UTF-8";




@media only screen and (max-width: 767px){
	

	
	
/*********** 共通 *************/

.bt-more a {
	font-size: 1.4rem;
	width: 60px;
	height: 60px;
}

.bt-more a:hover::before {
	width: 60px;
	height: 60px;
}	


/*********** ↑共通 *************/


	
	
	
	
/********** main **********/
		
.main_copy {
	width: 88%;
   top: 35%;
}

.main_bt a {
    top: 60%;
    left: calc(50% - 40px);
	font-size: 1.6rem;
	width: 80px;
	height: 80px;
}
	
.scrolldown {
	height: 120px;
}

.scrolldown p {
	bottom: 80px;
}

.scrolldown::before {
	height: 120px;
}

.scrolldown::after{
	height: 120px;
}
	
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 1;
	}
	30%{
		height:120px;
		opacity: 1;
	}
	100%{
		height:0;
		top:120px;
		opacity: 1;
	}
}
	

/********** ↑main **********/
	
	
	
	
	
	
/*********** 行動提起・merit *************/
	
.attend1 {
	font-size: 2.4rem;
	padding-top: 30px;
}

.merit-wrap {
	width: 108%;
	margin-left: -4%;
	margin-top: -0;
}
	
/*********** ↑行動提起・merit *************/
	
	
	
	
	
	
	
	
/*********** info *************/

.info-wrap {
	padding: 30px 0;
	margin-top: 30px;
}

.info-wrap .ttl {
	padding-bottom: 10px;
}

.info-wrap dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.info-wrap dt {
	width: 100%;
}

/*********** ↑info *************/

	
	

	
/*********** concept *************/

.concept-wrap {
	display: grid;
	grid-template-columns: 5.26% 94.74%;
	grid-template-rows: auto auto auto;
	margin-top: 40px;
}

.concept-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 2 / 4;
}

.concept-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}

.concept-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.concept-wrap li:nth-child(4) {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}

.concept-wrap .copy {
	position: relative;
	font-size: 1.4rem;
	line-height: 2.0;
	padding: 0 20px;
	padding-top: 20px;
	margin-bottom: 50px;
}

.concept-wrap .copy::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;	
	width: 15px;
	height: 200px;
	background: linear-gradient(180deg, rgba(90,138,126,1), rgba(90,138,126,0));
}

.concept-wrap .bg {
	width: 100%;
	height: 50px;
}
	
.concept-wrap .photo {
	margin-bottom: 0;
}
	
.concept-wrap .photo::before {
	background: none;
}

/*********** ↑concept *************/

	
	
	
/*********** ↑openair *************/

.openair-wrap {

}

.openair-wrap .cap-cover {
	bottom: 3%;
}

/*********** ↑openair *************/

	
	
	
	
/*********** approach *************/

.approach-wrap {
	width: 94.74%;
	margin-left: 5.26%;
	margin-top: 40px;
}

.approach-wrap .bg {
	background: rgba(169,144,110,0.2);
	width: 200%;
	height: 90%;
	margin-left: 15px;
}

.approach-wrap .copy {
	font-size: 1.8rem;
	height: 100px;
	padding: 0 25px;
}

.approach-wrap .copy::before {
	width: 15px;
	height: 200px;
}

.approach-wrap .photo {
	margin-top: -40px;
	margin-left: 15px;
}

.approach-wrap .photo .cap-cover {
	bottom: -15px;
}

/*********** ↑approach *************/


	

	
/*********** location *************/

.location {
	margin-top: 60px;
}

.location .bg {
	width: 100%;
}
	
.location .line {
	left: 5.26%;
	height: 110%;
}

.location-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto;
	width: 94.74%;
	margin-left: 5.26%;
	padding-bottom: 40px;
}

.location-wrap > li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 4;
}

.location-wrap > li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.location-wrap > li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.location-wrap > li:nth-child(4) {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

.location-wrap .bg {
	width: 40%;
	height: calc(100% + 40px);
	margin-left: 60%;
}

.location-wrap .photo1 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-right: 0;
}

.location-wrap .photo1 .location_01 {
	width: 77.78%;
	margin-top: 5px;
}

.location-wrap .photo1 .location_01::before {
	display: none;
}

.location-wrap .photo2 {
	width: 78.33%;
	margin-top: 0;
	margin-left: 16.39%;
}

.location-wrap .copy {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 30px;
	margin-left: 5.56%;
}

.location-wrap .copy .ttl {
	font-size: 3.4rem;
}

.location-wrap .copy .txt {
	font-size: 1.8rem;
	margin-top: 10px;
}
	
/*********** ↑location *************/

	
	
	
	
	
/*********** cross *************/

.cross {

}

.cross .line {
	display: none;
}

.cross-wrap {
	display: grid;
	grid-template-columns: 60.53% 39.47%;
	grid-template-rows: auto auto 1fr;
}

.cross-wrap li:nth-child(1).bg1 {
	display: none;
}

.cross-wrap li:nth-child(2).bg2 {
	grid-column: 1 / 3;
	grid-row: 2 / 4;
	align-self: flex-start;
}

.cross-wrap li:nth-child(3).photo1 {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}

.cross-wrap li:nth-child(4).photo2 {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

.cross-wrap li:nth-child(5).copy {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}

.cross-wrap li:nth-child(6).title {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	justify-self: flex-start;
	align-self: flex-start;
}

.cross-wrap li:nth-child(7).line2 {
	display: none;
}

.cross-wrap .bg2 .cross_bg {
	position: relative;
}
	

.cross-wrap .photo1 {
	width: 100%;
	margin-top: 40px;
}

.cross-wrap .photo1 .cap-cover {
	left: 0;
	right: 5px;
	bottom: -15px;
	text-align: right;
}

.cross-wrap .photo2 {
	position: relative;
	width: 93.04%;
	margin-left: 6.96%;
}
	
.cross-wrap .photo2::before {
	content: '';
	position: absolute;
	top: 0;
	left: -8%;
	width: 8%;
	height: 70%;
	background: linear-gradient(180deg, rgba(90,138,126,1), rgba(90,138,126,0));
}

.cross-wrap .copy {
	margin-bottom: 40px;
}
	
.cross-wrap .copy::before {
	display: none;
}

.cross-wrap .copy .txt {
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 0 3%;
	margin-top: 40px;
}

.cross-wrap .title {
	position: relative;
	font-size: 7.0rem;
	margin-bottom: 0;
	margin-left: -17%;
	margin-top: 20px;
}

.cross-wrap .line2 {
	border-top: 1px solid #cbbca7;
}

/*********** ↑cross *************/

	
	
	
	
	
/*********** lowrise *************/

.lowrise {

}

.lowrise .line {
	display: none;
}

.lowrise-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto;
	width: 89.48%;
	margin: 0 auto;
	padding-top: 0;
}

.lowrise-wrap li:nth-child(1).bg {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.lowrise-wrap li:nth-child(2).title {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.lowrise-wrap li:nth-child(3).copy {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

.lowrise-wrap li:nth-child(4).photo {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.lowrise-wrap .bg {
	background: rgba(169,144,110,0.2);
	width: 80%;
	margin-left: -6%;
}

.lowrise-wrap .title {
	width: 44.12%;
	margin-left: 10%;
	margin-bottom: 20px;
}

.lowrise-wrap .copy {
	position: relative;
	margin-left: 12%;
}

.lowrise-wrap .copy::before {
	left: -12%;
	top: -150%;
	width: 15px;
	height: 250%;
}

.lowrise-wrap .copy .txt {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 20px;
	margin-left: 20%;
}

.lowrise_under {
	position: relative;
	z-index: 10;
	margin-top: 0;
}

.lowrise-wrap .photo {
	position: relative;
	z-index: 10;
}
	
/*********** ↑lowrise *************/

	
	
	
	
	
	
/*********** rising *************/

.rising {

}

.rising .line {
	display: none;
}

.rising-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto auto;
	width: 89.48%;
	margin: 0 auto;
	padding-top: 70px;
}

.rising-wrap li:nth-child(1).photo {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.rising-wrap li:nth-child(2).bg1 {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.rising-wrap li:nth-child(3).title {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	align-self: flex-end;
}

.rising-wrap li:nth-child(4).bg2 {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
	align-self: flex-end;
}

.rising-wrap li:nth-child(5).copy {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

.rising-wrap .bg1 {
	margin-left: 30%;
}

.rising-wrap .photo {
	position: relative;
	z-index: 10;
}
	
.rising-wrap .photo .cap-cover {
	right: auto;
	left: 0;
}

.rising-wrap .title {
	width: 44.12%;
	margin-left: 40%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.rising-wrap .bg2 {
	width: 107%;
	margin-left: -10%;
	margin-top: -50px;
}

.rising-wrap .copy {
	position: relative;
}

.rising-wrap .copy::before {
	content: '';
	position: absolute;
	top: -50%;
	left: auto;
	right: 0;
	width: 15px;
	height: 100%;
}

.rising-wrap .copy > div {
	margin-left: 6%;
}

.rising-wrap .copy .txt {
	font-size: 1.8rem;
	margin-top: 10px;
}

.rising-wrap .copy .ttl {
	font-size: 3.4rem;
	margin-top: 10px;
}

.rising-wrap .copy .bt-more {
	margin-top: 10px;
	padding-bottom: 40px;
}

/*********** ↑rising *************/


	
	
	
	
/*********** urban *************/

.urban {
	margin-top: 80px;
}

.urban-wrap {
	position: relative;
}
	
.urban-wrap .photo {

}

.urban-wrap .copy {
	top: 8%;
	left: 5%;
}

.urban-wrap .copy::before {
	width: 15px;
	height: 100%;
}

.urban-wrap .copy .ttl {
	font-size: 5.5rem;
	padding: 10px 0 10px 30px;
}

.urban-wrap .copy .txt {
	font-size: 1.5rem;
	padding: 10px 10px 10px 30px;
}

/*********** ↑urban *************/
	
	
	
	
	
	
/*********** access *************/

.access {

}

.access .line {
	display: none;
}

.access-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto;
	justify-content: space-between;
	width: 89.47%;
	margin-top: 0 auto;
	margin-top: 80px;
}

.access-wrap > li:nth-child(1).photo1 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.access-wrap > li:nth-child(2).photo2 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.access-wrap > li:nth-child(3).copy {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

.access-wrap .photo1 {
	margin-top: 40px;
}

.access-wrap .photo1::before {
	right: 0;
	width: 15px;
	height: 140%;
}

.access_02-wrap li {
	width: 32.07%;
	margin-bottom: 20px;
}

.access_02-wrap dl {
	margin-top: 5px;
	letter-spacing: 0;
}

.access_02-wrap dt {
	font-size: 1.3rem;
}

.access_02-wrap dd {
	font-size: 1.0rem;
}

.access-wrap .copy {
	position: relative;
	margin-top: -40px;
	margin-left: 20%;
	padding-bottom: 0;
	z-index: 10;
}

.access-wrap .copy .ttl {
	font-size: 3.4rem;
	margin-top: 10px;
}

.access-wrap .copy .txt {
	font-size: 1.8rem;
	margin-top: 10px;
}

.access-wrap .copy .bt-more {
	margin-top: 20px;
}

/*********** ↑access *************/

	
	
	
	
	
	
/*********** plan *************/

.plan {
	margin-top: 60px;
}

.plan-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto;
	width: 89.47%;
	margin: 0 auto;
}

.plan-wrap li:nth-child(1).photo {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.plan-wrap li:nth-child(2).type {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.plan-wrap li:nth-child(3).copy {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

.plan-wrap .photo .cap-cover {
	right: 5px;
	bottom: 5px;
	color: #fff;
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.plan-wrap .copy {
	position: relative;
	background-image: url("../../images/sp_plan_bg.png");
	background-position: center bottom;
	border-top: none;
	padding: 0 30px 50px 30px;
}

.plan-wrap .copy::before {
	display: none;
}

.plan-wrap .copy .ttl {
	font-size: 3.4rem;
	margin-top: 10px;
}

.plan-wrap .copy .txt {
	font-size: 1.8rem;
	margin-top: 10px;
}

.plan-wrap .copy .bt-more {
	margin-top: 20px;
}


.plan-wrap .type {
	position: relative;
}
	
.plan-wrap .type::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 150px;
	background: linear-gradient(180deg, rgba(90,138,126,1), rgba(90,138,126,0));
	z-index: 10;
}
	
.swiper-area {
	margin-bottom: 40px;
}

/*********** ↑plan *************/
	
	

	
	
/*********** sustainable *************/

.sustainable {
	margin-top: 80px;
}

.sustainable .line {
	display: none;
}

.sustainable-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto;
	width: 89.47%;
	margin: 0 auto;	
}

.sustainable-wrap li:nth-child(1).bg {
	display: none;
}

.sustainable-wrap li:nth-child(2).copy {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.sustainable-wrap li:nth-child(3).photo {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.sustainable .copy {
	padding-left: 40px;
}

.sustainable .copy::before {
	left: 0;
	width: 15px;
	height: 100%;
}

.sustainable .copy .ttl {
	font-size: 3.4rem;
	margin-top: 20px;
}

.sustainable .copy .txt {
	font-size: 1.8rem;
	margin-top: 10px;
}

.sustainable .copy .bt-more {
	margin-top: 20px;
	margin-bottom: 0;
}

.sustainable .photo .cap-cover {
	color: #fff;
	right: 5px;
	bottom: 5px;
}
	
/*********** ↑sustainable *************/





	
	
	
	
	
	
	
	
	
	

	
	
	
}








