@charset "UTF-8";



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

main {
	margin-top: 0;
}


.bt-more {
	position: relative;
}

.bt-more a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Cormorant Garamond", serif;
	color: #5a8a7e;
	font-size: 1.7rem;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	width: 70px;
	height: 70px;
	border: 1px solid #5a8a7e;
	border-radius: 50%;
	transition: all 0.5s ease;
}

.bt-more a:hover {
	color: #fff;
	background: #5a8a7e;
}

.bt-more a:hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
	width: 70px;
	height: 70px;
	border: 1px solid #5a8a7e;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 1.5s linear infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

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





/********** main **********/

main {
	position: relative;
	width: 100%;
	height: 100vh;
}

#movie-area{
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#movie {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}

.main_copy {
	position: relative;
	width: 48.5%;
    top: 40%;
    left: 50%;
	transform: translateX(-50%);
}

.main_bt a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    top: 70%;
    left: calc(50% - 45px);
	z-index: 100;
	font-family: "Cormorant Garamond", serif;
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.2;
	text-align: center;
	width: 90px;
	height: 90px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.main_bt a:hover {
	text-decoration: none;
	transform: scale(1.2, 1.2);
}

.scrolldown {
	position:absolute;
	left: 50%;
	bottom: 0;
	height: 80px;
}

.scrolldown p {
	position: absolute;
	left: 5px;
	bottom: 40px;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown::before {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 80px;
	background: #fff;
	opacity: 0.3;
}

.scrolldown::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 80px;
	background: #fff;
	animation: pathmove 2.0s ease infinite;
	opacity: 1;
}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 1;
	}
	30%{
		height:80px;
		opacity: 1;
	}
	100%{
		height:0;
		top:80px;
		opacity: 1;
	}
}

/********** ↑main **********/






/*********** 行動提起・merit *************/

.attend1 {
	font-size: 4.0rem;
	line-height: 1.5;
	text-align: center;
	padding-top: 60px;
}

.merit-wrap {
	width: 101.68%;
	margin-left: -1.2%;
	margin-top: 20px;
}

/*********** ↑行動提起・merit *************/







/*********** info *************/

.info-wrap {
	background: rgba(123,86,34,0.2);
	padding: 60px 0;
	margin-top: 60px;
}

.info-wrap .inner {
	width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width: 1200px){
.info-wrap .inner {	width: 100%;}
}

.info-wrap .ttl {
	color: #5a8a7e;
	padding-bottom: 20px;
}

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

.info-wrap dt {
	margin-right: 1em;
}

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





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

.concept-wrap {
	display: grid;
	grid-template-columns: 12.5% 41.25% 46.25%;
	grid-template-rows: auto 300px;
	margin-top: 80px;
}

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

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

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

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

.concept-wrap .line {
	border-right: 1px solid #cbbca7;
}

.concept-wrap .copy {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	line-height: 2.6;
	padding: 0 30px;
}

.concept-wrap .bg {
	background: rgba(169,144,110,0.2);
	width: 220%;
}

.concept-wrap .photo {
	position: relative;
	margin-bottom: 10%;
}

.concept-wrap .photo::before {
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	width: 30px;
	height: 390px;
	background: linear-gradient(180deg, rgba(90,138,126,1), rgba(90,138,126,0));
}

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

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





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

.openair-wrap {
}

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

@media only screen and (max-width: 1280px){
.openair-wrap .cap-cover {	bottom: 3%;}
}

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





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

.approach-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto;
	width: 75%;
	margin: 0 auto;
	margin-top: 80px;
}

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

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

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

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

.approach-wrap .copy {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: center;
	height: 250px;
	padding: 0 30px;
}

.approach-wrap .copy::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 390px;
	background: linear-gradient(180deg, rgba(90,138,126,1), rgba(90,138,126,0));
}

.approach-wrap .photo {
	margin-top: -100px;
}

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

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






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

.location {
	position: relative;
	margin-top: 220px;
}

.location .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	mix-blend-mode: multiply;
}

.location .line {
	position: absolute;
	left: 12.5%;
	width: 1px;
	height: 100%;
	background: #cbbca7;
	z-index: 5;
}

.location-wrap {
	display: grid;
	grid-template-columns: 40.64% 44.43% 14.29%;
	grid-template-rows: auto auto;
	position: relative;
	width: 87.5%;
	margin-left: 12.5%;
	border-bottom: 1px solid #cbbca7;
	padding-bottom: 80px;
}

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

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

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

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

.location-wrap .bg {
	background: rgba(169,144,110,0.2);
	width: 200%;
	height: calc(100% + 80px);
	margin-left: -60%;
}

.location-wrap .photo1 {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-right: 1.5%;
}

.location-wrap .location_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 80%;
}

.location-wrap .location_01::before {
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	width: 30px;
	height: 100%;
	background: linear-gradient(180deg, rgba(90,138,126,1), rgba(90,138,126,0));
}

.location-wrap .location_01 li:nth-child(1) {
	width: 100%;
	margin-bottom: 6px;
}

.location-wrap .location_01 li:nth-child(2) {
	width: 42.31%;
}

.location-wrap .location_01 li:nth-child(3) {
	width: 56.11%;
}

.location-wrap .photo2 {
	margin-top: -100px;
}

.location-wrap .location_02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.location-wrap .location_02 li {
	width: 49.52%;
	margin-top: 6px;
}

.location-wrap .copy {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 50px;
	margin-left: 10px;
}

.location-wrap .copy .ttl {
	font-family: "Cormorant Garamond", serif;
	color: #5a8a7e;
	font-size: 7.0rem;
	line-height: 1.2;
}

.location-wrap .copy .txt {
	font-size: 2.6rem;
	line-height: 1.8;
	margin-top: 10px;
}

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


@media only screen and (max-width: 1200px){
.location-wrap .copy {	margin-top: 10px;}
.location-wrap .copy .ttl {	font-size: 5.0rem;}
.location-wrap .copy .txt {	font-size: 2.0rem;}
}
	
/*********** ↑location *************/






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

.cross {
	position: relative;
}

.cross .line {
	position: absolute;
	left: 12.5%;
	width: 1px;
	height: 100%;
	background: #cbbca7;
	z-index: 5;
}

.cross-wrap {
	display: grid;
	grid-template-columns: 12.5% 47.81% 39.69%;
	grid-template-rows: auto auto;
}

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

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

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

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

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

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

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

.cross-wrap .bg1 {
	background: rgba(169,144,110,0.2);
	width: 100%;
}

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

.cross-wrap .bg2 .cross_bg {
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}

.cross-wrap .photo1 {
	position: relative;
	margin-top: 100px;
}

.cross-wrap .photo1 .cap-cover {
	right: auto;
	left: -85px;
}

.cross-wrap .photo1 .cross_01b {
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}

.cross-wrap .photo2 {
	position: relative;
	width: 38.92%;
}

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

.cross-wrap .copy::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	background: linear-gradient(180deg, rgba(90,138,126,1), rgba(90,138,126,0));
}

.cross-wrap .copy .txt {
	font-size: 2.6rem;
	line-height: 1.8;
	text-align: right;
	padding: 0 30px;
	margin-top: 40px;
}

.cross-wrap .title {
	position: relative;
	font-family: "Cormorant Garamond", serif;
	color: #fff;
	font-size: 17.0rem;
	line-height: 1.0;
	margin-bottom: 20px;
}

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

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







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

.lowrise {
	position: relative;
}

.lowrise .line {
	position: absolute;
	left: 12.5%;
	width: 1px;
	height: 100%;
	background: #cbbca7;
	z-index: 5;
}

.lowrise-wrap {
	display: grid;
	grid-template-columns: 34.17% 65.83%;
	grid-template-rows: 210px auto;
	width: 75%;
	margin: 0 auto;
	padding-top: 140px;
}

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

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

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

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

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

.lowrise-wrap .title {
	width: 50.98%;
	margin-left: 12%;
	margin-bottom: 10%;
}

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

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

.lowrise-wrap .copy .txt {
	font-size: 2.6rem;
	line-height: 1.8;
	margin-top: 40px;
}

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

/*********** ↑lowrise *************/







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

.rising {
	position: relative;
}

.rising .line {
	position: absolute;
	right: 12.5%;
	width: 1px;
	height: 100%;
	background: #cbbca7;
	z-index: 5;
}

.rising-wrap {
	display: grid;
	grid-template-columns: 58.08% 41.92%;
	grid-template-rows: 210px auto;
	width: 75%;
	margin: 0 auto;
	padding-top: 140px;
}

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

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

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

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

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

.rising-wrap .bg1 {
	background: rgba(169,144,110,0.2);
	width: 100%;
}

.rising-wrap .photo .cap-cover {
	right: 0;
	bottom: -15px;
}

.rising-wrap .title {
	width: 50.98%;
	margin-left: 12%;
	margin-bottom: 10%;
}

.rising-wrap .bg2 {
	mix-blend-mode: multiply;
}

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

.rising-wrap .copy::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 70%;
	background: linear-gradient(180deg, rgba(90,138,126,1), rgba(90,138,126,0));
}

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

.rising-wrap .copy .txt {
	font-size: 2.6rem;
	line-height: 1.8;
	margin-top: 30px;
}

.rising-wrap .copy .ttl {
	font-family: "Cormorant Garamond", serif;
	color: #5a8a7e;
	font-size: 7.0rem;
	line-height: 1.2;
	letter-spacing: 0;
	margin-top: 10px;
}

@media only screen and (max-width: 1340px){
.rising-wrap .copy .ttl {	font-size: 5.0vw;}
}

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

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






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

.urban {
	margin-top: 100px;
}

.urban-wrap {
	position: relative;
}

.urban-wrap .copy {
	position: absolute;
	top: 8.89%;
	left: 8%;
}

.urban-wrap .copy::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 120%;
	background: linear-gradient(180deg, rgba(52,142,109,1), rgba(255,255,255,0));
}

.urban-wrap .copy .ttl {
	font-family: "Cormorant Garamond", serif;
	color: #fff;
	font-size: 14.0rem;
	line-height: 1.0;
	padding: 0 40px 0 60px;
}

@media only screen and (max-width: 1100px){
.urban-wrap .copy .ttl {	font-size: 10.0vw;}
}

.urban-wrap .copy .txt {
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.8;
	padding: 20px 60px 60px;
}

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








/*********** access *************/

.access {
	position: relative;
}

.access .line {
	position: absolute;
	left: 52%;
	width: 1px;
	height: 100%;
	background: #cbbca7;
	z-index: 5;
}

.access-wrap {
	display: grid;
	grid-template-columns: 52.75% 40.5%;
	grid-template-rows: auto 1fr;
	justify-content: space-between;
	width: 75%;
	margin: 0 auto;
	margin-top: 140px;
}

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

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

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

.access-wrap .photo1 {
	position: relative;
}

.access-wrap .photo1::before {
	content: '';
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	height: 70%;
	background: linear-gradient(180deg, rgba(90,138,126,1), rgba(90,138,126,0));
}

.access_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.access_02-wrap li {
	width: 31.07%;
	margin-bottom: 30px;
}

.access_02-wrap dl {
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	border-left: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
	margin-top: 10px;
}

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

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

.access_02-wrap dd .l {
	font-size: 2.0em;
}

.access-wrap .photo2 .cap {
	margin-top: -10px;
}

.access-wrap .copy {
	margin-top: 20px;
	padding-bottom: 100px;
}

.access-wrap .copy .ttl {
	font-family: "Cormorant Garamond", serif;
	color: #5a8a7e;
	font-size: 7.0rem;
	line-height: 1.2;
	letter-spacing: 0;
	margin-top: 10px;
}

.access-wrap .copy .txt {
	font-size: 2.6rem;
	line-height: 1.8;
	margin-top: 30px;
}

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

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







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

.plan {
	margin-top: 20px;
}

.plan-wrap {
	display: grid;
	grid-template-columns: 38.63% 61.37%;
	grid-template-rows: 1fr auto;
	width: 100%;
	background: #fff;
}

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

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

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

.plan-wrap .photo .cap-cover {
	right: 0;
	bottom: -15px;
}

.plan-wrap .copy {
	position: relative;
	background-image: url("../../images/plan_bg.png");
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
	border-top: 1px solid #cbbca7;
	padding: 10px 50px 50px 80px;
}

.plan-wrap .copy::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	background: linear-gradient(180deg, rgba(90,138,126,1), rgba(90,138,126,0));
}

.plan-wrap .copy .ttl {
	font-family: "Cormorant Garamond", serif;
	color: #5a8a7e;
	font-size: 7.0rem;
	line-height: 1.2;
	letter-spacing: 0;
	margin-top: 10px;
}

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

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


.swiper-area {
	margin-bottom: 50px;
}


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






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

.sustainable {
	position: relative;
	margin-top: 180px;
}

.sustainable .line {
	position: absolute;
	left: 12.5%;
	width: 1px;
	height: 115%;
	background: #cbbca7;
	z-index: 5;
}

.sustainable-wrap {
	display: grid;
	grid-template-columns: 50.17% 49.83%;
	grid-template-rows: auto 175px;
	width: 75%;
	margin: 0 auto;	
}

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

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

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

.sustainable .bg {
	background: rgba(169,144,110,0.2);
	width: 200%;
	border-bottom: 1px solid #cbbca7;
}

.sustainable .copy {
	position: relative;
	padding-left: 40px;
	z-index: 5;
}

.sustainable .copy::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background: linear-gradient(180deg, rgba(90,138,126,1), rgba(90,138,126,0));
}

.sustainable .copy .ttl {
	font-family: "Cormorant Garamond", serif;
	color: #5a8a7e;
	font-size: 7.0rem;
	line-height: 1.2;
	letter-spacing: 0;
	margin-top: 60px;
}

@media only screen and (max-width: 1400px){
.sustainable .copy .ttl {	font-size: 5.0vw;}
}

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

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

.sustainable .photo .cap-cover {
	right: 0;
	bottom: -15px;
}

/*********** ↑sustainable *************/













