@charset "UTF-8";

.page-title {
	background: url("../img/landplan/title.jpg") center no-repeat;
	background-size: cover;
	min-height: 450px;
	text-align: left;
	position: relative;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.page-title {
		min-height: 200px;
		margin-top: 50px;
		margin-bottom: 0;
	}
}

.content {
	padding-top: 120px;
}
.content h3 {
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 56px;
	text-align: center;
	color: #fff;
	max-width: 538px;
	margin: 0 auto;
	background: linear-gradient(to right,rgba(142, 124, 83, 0) 0%, rgba(181, 170, 144, 0.6) 50%, rgba(142, 124, 83, 0) 100%);
}
.inner{
	margin: 0 auto;
	text-align: center;
	/*border-bottom: 1px solid rgba(255,255,255,.2);*/
	padding: 0;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
	.content {
		padding-top: 60px;
	}
	.content h3 {
		font-size: 1.8rem;
		line-height: 48px;
		width: 90%;
	}
	.inner{
		display: block;
	}
}

.inner_bg {
	position: relative;
}
.inner_bg::before {
	content: '';
	position: absolute;
	top: 15%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,.1);
	transform: skewY(-7deg);
	z-index: 0;
	height: 80%;
}
.inner_bg02 {
	position: relative;
}
.inner_bg02::before {
	content: '';
	position: absolute;
	top: 5%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,.1);
	transform: skewY(7deg);
	z-index: 0;
	height: 80%;
}
.inner_bg03 {
	position: relative;
}
.inner_bg03::before {
	content: '';
	position: absolute;
	top: 30%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,.1);
	transform: skewY(7deg);
	z-index: 0;
	height: 40%;
}

h4 {
	text-align: center;
	color: #1C0C00;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}
h4 strong {
	display: block;
	color: #B5A482;
	font-size: 4rem;
	font-weight: normal;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	h4 {
		font-size: 4.4vw;
		margin: 0 auto 30px;
	}
	h4 strong {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
}

figure {
	position: relative;
}
figure figcaption {
	color: #1C0C00;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.1rem;
	padding: 0.1em 0.5em;
}
figure figcaption.cap_bg {
	color: #1C0C00;
	background-color: rgba(255,255,255,.5);
}

.sec01 {
	max-width: 1004px;
	width: 90%;
	margin: 140px auto 120px;
	position: relative;	
}
.sec01 .slide-inner {
	position: relative;	
}
.sec01 .slide-inner .modal_btn {
	width: 22px;
	height: 22px;
	position: absolute;
	z-index: 5;
	border: 1px solid #fff;
	animation: pulse 1.6s 0s ease-out infinite;
}
.sec01 .slide-inner .modal_btn img {
	display: block;
}
.sec01 .slide-inner .modal_btn:nth-child(2) {
	top: 12.8%;
	left: 47.9%;
}
.sec01 .slide-inner .modal_btn:nth-child(3) {
	top: 43.8%;
	left: 80.3%;
}
.sec01 .slide-inner .modal_btn:nth-child(4) {
	top: 19.8%;
	left: 44%;
}
.sec01 .slide-inner .modal_btn:nth-child(5) {
	top: 52.2%;
	left: 57.6%;
}
.sec01 .slide-inner .modal_btn:nth-child(6) {
	top: 25.7%;
	left: 58.8%;
}
.sec01 .slide-inner .modal_btn:nth-child(7) {
	top: 49.5%;
	left: 51%;
}
@keyframes pulse {
	0% {
		box-shadow:0 0 8px 4px rgba(166,133,52,0.00);
	}
	10% {
		box-shadow:0 0 8px 4px rgba(166,133,52,.70);
	}
	100% {
		box-shadow: 0 0 8px 14px rgba(166,133,52, 0);
	}
}
#lean_overlay {
  position: fixed;
  z-index:9999;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: #000;
  display: none;
}
.modal_box {
	color: #1C0C00;
	text-align: left;
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 25px 25px 20px ;
  top: 50% !important;
  transform: translateY(-50%);
	max-width: 502px;
	width: 90%;
}
.modal_box h5 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 10px 0 5px;
}
.modal_box p {
	font-size: 1.3rem;
	line-height: 1.7;
}
.modal_close{ 
  position: absolute;
  top: 5px;
  right: 5px;
  display: block; 
  z-index: 2;
  font-size: 20px;
  line-height: 1;
  color: #9e9e9e;
  cursor: pointer;
}
.sec01 > p {
	position: absolute;
	width: 320px;
	top: -65px;
	left: 27px;
	z-index: 5;
}
.sec01 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}
.sec01 ul::after {
	content: "";
	width: 320px;
	height: 0;
}
.sec01 li {
	font-size: 1.5rem;
	width: 320px;
	border: 1px solid #B5A482;
	color: #1C0C00;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 15px 0;
	margin-bottom: 20px;
	line-height: 1.6;
}
.sec01 li:nth-child(1),
.sec01 li:nth-child(2),
.sec01 li:nth-child(3) {
	font-size: 1.7rem;
}
.sec01 li div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}
.sec01 li div figure {
	width: 100px;
	margin-right: 10px;
}
.sec01 li small {
	font-size: 1.2rem;
	text-align: left;
}
.sec01 li span {
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	width: 36px;
	height: 36px;
	/*border-right: 1px solid #C1AE8A;
	border-bottom: 1px solid #C1AE8A;*/
	background-color: #B5A482;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	line-height: 36px;
}
.swipe-icon {
  display: none;
}
@media only screen and (max-width: 768px) {
	.sec01 {
		margin: 70px auto 60px;
	}
	.modal_box {
		margin-left: 0 !important;
		left: 5% !important;
	}
	.sec01 > p {
		width: 45vw;
		top: -8vw;
		left: 5vw;
	}
  .slide-wrap {
		position: relative;	
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    z-index: 1;
		width: 100%;
  }
  .slide-wrap .slide-inner {
    width: 160vw;
  }
	.sec01 .slide-inner .modal_btn {
		width: 3.4vw;
		height: 3.4vw;
	}
  .slide-wrap .swipe-icon {
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 301;
    width: 110px;
    animation: horizontal 2.5s ease-in-out infinite alternate;
  }
	.sec01 ul {
		margin-top: 30px;
	}
	.sec01 li {
		font-size: 1.2rem;
		width: 49%;
		padding: 10px 0;
		margin-bottom: 2%;
		line-height: 1.4;
	}
	.sec01 li:nth-child(1),
	.sec01 li:nth-child(2),
	.sec01 li:nth-child(3) {
		font-size: 1.4rem;
	}
	.sec01 li:nth-child(3) {
		width: 100%;
	}
	.sec01 li small {
		font-size: 1rem;
	}
	.sec01 li span {
		font-size: 1.6rem;
		width: 23px;
		height: 23px;
		line-height: 23px;
	}
}
@keyframes horizontal {
  0% , 100%{
    left: 40%;
  }
  50%{
    left: 50%;
  }
}

.sec02 {
	color: #1C0C00;
	text-align: left;
	padding-bottom: 140px;
}
.sec02 > figure {
	margin-bottom: 70px;
}
.sec02_01 {
	max-width: 1004px;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec02_01 > div {
	width: 640px;
}
.sec02_01 > div > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*margin-bottom: 40px;*/
}
.sec02_01 > div > div h5 {
	font-size: 2.4rem;
	font-weight: normal;
	margin-right: 40px;
}
.sec02_01 > div > div h5 strong {
	font-size: 3rem;
}
.sec02_01 > div > div figure {
	width: 264px;
}
.sec02_01 > div p {
	font-size: 1.3rem;
	line-height: 1.7;
}
.sec02_01 > figure {
	width: 340px;
	position: relative;
}
.sec02_01 > figure figcaption {
	/*position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.1rem;
	background-color: rgba(0,0,0,.5);
	padding: 0.2em 1em;*/
}
@media only screen and (max-width: 768px) {
	.sec02 {
		padding-bottom: 60px;
	}
	.sec02 > figure {
		margin-bottom: 30px;
	}
	.sec02_01 {
		width: 90%;
		display: block;
		margin-bottom: 30px;
	}
	.sec02_01 > div {
		width: 100%;
	}
	.sec02_01 > div > div {
		margin-bottom: 20px;
	}
	.sec02_01 > div > div h5 {
		font-size: 1.5rem;
		margin-right: 20px;
	}
	.sec02_01 > div > div h5 strong {
		font-size: 2rem;
	}
	.sec02_01 > div > div figure {
		width: 130px;
	}
	.sec02_01 > div p {
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.sec02_01 > figure {
		width: 100%;
	}
}

.sec02_02 {
	background: #ffffff;
	padding: 80px 0;
}
.sec02_02 .sec_inner {
	width: 1004px;
	margin: 0 auto;
}
.sec02_02 h4 {
	font-size: 3rem;
	letter-spacing: 0.1em;
	margin-bottom: 28px;
}
.sec02_02 h6 {
	font-size: 1.8rem;
	font-weight: normal;
	color: #B5A482;
	margin-bottom: 5px;
}
.sec02_02 .sec_inner > p {
	text-align: center;
	margin-bottom: 30px;
}
.sec02_02 ul.use_wrap {
	display: flex;
	justify-content: space-between;
}
.sec02_02 ul.use_wrap li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: calc(180 / 834 * 100%);
}
.sec02_02 ul.use_wrap li span {
	font-size: 3.4rem;
	color: #B5A482;
	margin-right: 8px;
}
.sec02_02 ul.use_wrap li p {
	font-size: 1.6rem;
}
.sec02_02 ul.use_wrap li p small {
	display: block;
	font-size: 1.3rem;
	margin-top: 12px;
}
.sec02_02 .sec_inner ul.use_wrap + p {
	text-align: left;
	font-size: 1.1rem;
	padding-top: 20px;
	margin-bottom: 80px;
}
.sec02_02 ul.use_wrap .triangle {
  background: #B5A482;
  height: 24px;
  width: 16px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
	margin-top: 40px;
}
.sec02_02 ul.use_wrap .arrow {
  width: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sec02_02 .sec_inner div.sec02_02_inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.sec02_02 .sec_inner div.sec02_02_inner div {
	width: 49%;
}
.sec02_02 .sec_inner div.sec02_02_inner div p {
	color: #ffffff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding: 0.6em 0 0.5em;
	text-align: center;
	background-color: #87A0C7;
}

.sec02_02 .weev_price_inner {
	display: flex;
	justify-content: space-between;
}
.sec02_02 .weev_price {
	width: 470px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.sec02_02 .weev_price dl {
	text-align: center;
	border: 1px solid #C1AF8B;
}
.sec02_02 .weev_price dt {
	font-size: 2rem;
	padding: 8px 0 5px;
}
.sec02_02 .weev_price dd {
	font-size: 2.6rem;
	background-color: #E5DECE;
	padding: 10px 30px 11px;
}
.sec02_02 .weev_price figure {
	width: 30px;
	margin: 0 20px;
}
.sec02_02 .weev_price ul {
	width: 100%;
	margin-top: 10px;
}
.sec02_02 .weev_price ul li {
	text-align: left;
	font-size: 1.1rem;
	text-indent: -1em;
	padding-left: 1em;
}
.sec02_02 .weev_app_inner {
	width: 500px;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
.sec02_02 .weev_app_inner > div {
	width: 200px;
}
.sec02_02 .weev_app_inner h5 {
	width: 140px;
	margin: 0 0 20px;
}
.sec02_02 .weev_app_inner ul {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.sec02_02 .weev_app_inner li {
	width: 130px;
}
.sec02_02 .weev_app_inner li p {
	font-size: 2.2rem;
	text-align: center;
	margin-top: 5px;
}
.sec02_02 .weev_app_inner li figure {
	border: 1px solid #F5EADB;
}
@media only screen and (max-width: 768px) {
	.sec02_02 {
		padding: 60px 0;
	}
	.sec02_02 .sec_inner {
		width: 90%;
		text-align: center;
	}
	.sec02_02 h4 {
		font-size: 4.4vw;
		margin-bottom: 28px;
	}
	.sec02_02 h6 {
		font-size: 1.6rem;
	}
	.sec02_02 > p {
		font-size: 1.3rem;
		margin-bottom: 20px;
	}
	.sec02_02 ul.use_wrap {
		flex-wrap: wrap;
		row-gap: 15px;
	}
	.sec02_02 ul.use_wrap li {
		width: calc((100% - 15px) / 2 );
		justify-content: flex-start;
	}
	.sec02_02 ul.use_wrap li span {
		font-size: 3rem;
	}
	.sec02_02 ul.use_wrap li p small {
		margin-top: 10px;
	}
	.sec02_02 ul.use_wrap .triangle {
		background: #C1AE8A;
		width: 24px;
		height: 16px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		margin: 10px 0 0 40px;
	}
	.sec02_02 ul.use_wrap .arrow {
		display: none;
	}
	.sec02_02 .sec_inner ul.use_wrap + p {
		margin-bottom: 50px;
	}
	.sec02_02 .sec_inner div.sec02_02_inner {
		flex-direction: column;
		row-gap: 20px;
		margin-bottom: 50px;
	}
	.sec02_02 .sec_inner div.sec02_02_inner div {
		width: 100%;
	}
	.sec02_02 .sec_inner div.sec02_02_inner div p {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		padding: 0.6em 0 0.5em;
		text-align: center;
		background-color: #87A0C7;
	}
	.sec02_02 .weev_price_inner {
		display: block;
	}
	.sec02_02 .weev_price {
		width: 100%;
		justify-content: center;
	}
	.sec02_02 .weev_price dt {
		font-size: 1.6rem;
	}
	.sec02_02 .weev_price dd {
		font-size: 2rem;
		padding: 10px 20px 11px;
	}
	.sec02_02 .weev_price figure {
		width: 20px;
		margin: 0 15px;
	}
	.sec02_02 .weev_price ul {
		margin-bottom: 30px;
	}
	.sec02_02 .weev_app_inner {
		width: 100%;
		display: block;
	}
	.sec02_02 .weev_app_inner > div {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 15px;
		margin-bottom: 20px;
	}
	.sec02_02 .weev_app_inner > div p {
		text-align: left;
	}
	.sec02_02 .weev_app_inner h5 {
		margin: 0;
	}
	.sec02_02 .weev_app_inner ul {
		justify-content: center;
	}
	.sec02_02 .weev_app_inner li p {
		font-size: 2rem;
	}
}

.sec02_03 {
	width: 1004px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.sec02_03 h4 {
	font-size: 3rem;
	letter-spacing: 0.1em;
	margin-bottom: 38px;
}
.sec02_03 h4 + p {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 68px;
}
.sec02_03 ul {
	display: flex;
	justify-content: space-between;
}
.sec02_03 ul li {
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	width: 174px;
	height: 174px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #C1AE8A;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.sec02_03 {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 60px;
	}
	.sec02_03 h4 {
		font-size: 4.4vw;
		margin-bottom: 15px;
	}
	.sec02_03 h4 + p {
		font-size: 1.3rem;
		margin-bottom: 30px;
	}
	.sec02_03 ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.sec02_03 ul li {
		font-size: 1.8rem;
		width: 140px;
		height: 140px;
	}
}

.sec02_04 {
	padding: 80px 0 0;
}
.sec02_04 .sec_inner {
	width: 1004px;
	margin: 0 auto;
}
.sec02_04 h5 {
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #B45547;
	position: relative;
	padding: 38px 0 34px;
	margin-bottom: 80px;
}
.sec02_04 h5::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	border: 1px solid rgba(252,241,241,0.3);
}
.sec02_04 h4.under_line {
	text-align: left;
	font-size: 3rem;
	border-bottom: 1px solid #1C0C00;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.sec02_04 ol li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.sec02_04 ol li span {
	font-size: 2.6rem;
	color: #fff;
	background-color: #B45547;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
}
.sec02_04 ol + p {
	font-size: 1.6rem;
	margin: 30px 0 60px;
}
.sec02_04 .sec02_04_caps {
	font-size: 1.1rem;
	line-height: 1.8;
	border-top: 1px solid #1C0C00;
	padding-top: 30px;
	margin: 40px 0 100px;
}
.sec02_04 .sec02_04_caps li {
	text-indent: -1.8em;
	padding-left: 1.8em;
}
.sec02_04 .sec02_04_caps + h4 {
	font-size: 3rem;
}
.sec02_04 .recommend {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 660px;
	background-color: #fff;
	border-radius: 20px;
	padding: 50px 0 60px;
	margin: 0 auto;
}
.sec02_04 .recommend p {
	font-size: 2.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 38px;
}
.sec02_04 .recommend p::before,
.sec02_04 .recommend p::after {
	content: "";
	width: 24px;
	height: 31px;
	background: url("../img/landplan/recommend_left.svg") center no-repeat;
	background-size: contain;
	margin: 0 35px 0 0;
}
.sec02_04 .recommend p::after {
	background: url("../img/landplan/recommend_right.svg") center no-repeat;
	background-size: contain;
	margin: 0 0 0 35px;
}
.sec02_04 .recommend li {
	font-size: 2rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sec02_04 .recommend li::before {
	content: "";
	width: 36px;
	height: 36px;
	background: url("../img/landplan/icon_check.svg") center no-repeat;
	background-size: contain;
	margin-right: 25px;
}
.sec02_04 .recommend li + li {
	margin-top: 16px;
}
@media only screen and (max-width: 768px) {
	.sec02_04 {
		padding: 60px 0 0;
	}
	.sec02_04 .sec_inner {
		width: 90%;
	}
	.sec02_04 h5 {
		font-size: 4vw;
		letter-spacing: 0.05em;
		padding: 28px 0 24px;
		margin-bottom: 40px;
	}
	.sec02_04 h5::after {
		top: 6px;
		left: 6px;
		width: calc(100% - 14px);
		height: calc(100% - 14px);
	}
	.sec02_04 h4.under_line {
		text-align: center;
		font-size: 4.4vw;
		margin-bottom: 20px;
	}
	.sec02_04 ol li {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	.sec02_04 ol li span {
		font-size: 1.6rem;
		width: 26px;
		height: 26px;
		line-height: 26px;
		margin-right: 10px;
	}
	.sec02_04 ol + p {
		font-size: 1.4rem;
		margin: 20px 0 40px;
	}
	.sec02_04 .sec02_04_caps {
		padding-top: 15px;
		margin: 20px 0 50px;
	}
	.sec02_04 .sec02_04_caps + h4 {
		font-size: 4.4vw;
	}
	.sec02_04 .recommend {
		width: 100%;
		border-radius: 15px;
		padding: 30px 0 40px;
	}
	.sec02_04 .recommend p {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.sec02_04 .recommend p::before,
	.sec02_04 .recommend p::after {
		width: 16px;
		height: 20px;
		margin: 0 18px 0 0;
	}
	.sec02_04 .recommend p::after {
		margin: 0 0 0 18px;
	}
	.sec02_04 .recommend li {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.sec02_04 .recommend li::before {
		content: "";
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}
	.sec02_04 .recommend li + li {
		margin-top: 10px;
	}
}

.sec03 {
	color: #1C0C00;
	text-align: left;
	margin-bottom: 60px;
}
.sec03 > figure {
	margin-bottom: 60px;
}
.sec03_01 {
	width: 1004px;
	margin: 0 auto;
	border-bottom: 1px solid #C1AE8A;
	padding-bottom: 60px;
}
.sec03_01 > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.sec03_01 > div figure {
	width: 328px;
}
.sec03_01 > div p {
	font-size: 1.3rem;
	line-height: 1.7;
	width: 620px;
}
.sec03_01 ul {
	display: flex;
	justify-content: space-between;
}
.sec03_01 ul li {
	width: 324px;
}
.sec03_01 ul li figure {
	margin-bottom: 10px;
}
.sec03_01 ul li h5 {
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 5px;
}
.sec03_01 ul li p {
	font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
	.sec03 {
		margin-bottom: 50px;
	}
	.sec03 > figure {
		margin-bottom: 40px;
	}
	.sec03_01 {
		width: 90%;
		padding-bottom: 20px;
	}
	.sec03_01 > div {
		display: block;
		margin-bottom: 30px;
	}
	.sec03_01 > div figure {
		width: 280px;
		margin-bottom: 20px;
	}
	.sec03_01 > div p {
		line-height: 1.5;
		width: 100%;
	}
	.sec03_01 ul {
		display: block;
	}
	.sec03_01 ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec03_01 ul li h5 {
		font-size: 1.5rem;
		font-weight: normal;
		margin-bottom: 5px;
	}
	.sec03_01 ul li p {
		font-size: 1.3rem;
	}

}


.sec04 {
	width: 1004px;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	color: #fff;
	border-bottom: 1px solid #C1AE8A;
}
.sec04 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec04 ul li {
	width: 324px;
	margin-bottom: 30px;
}
.sec04 ul li h5 {
	font-size: 1.6rem;
	font-weight: normal;
	background-color: #B5A482;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	position: relative;
}
.sec04 ul li figure {
	margin-bottom: 10px;
}
.sec04 ul li p {
	font-size: 1.3rem;
	text-align: left;
	color: #1C0C00;
}
.sec04 ul li p > span {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-top: 10px;
}
.sec04 ul li p > span img {
	width: 60px;
	margin-right: 10px;
}
.sec04 ul li p > span span {
	font-size: 1.1rem;
}
.sec04 ul li:last-child {
	width: 664px;
}
.sec04 ul li:last-child h5::after {
	content: "";
	display: block;
	width: 89px;
	height: 89px;
	background: url("../img/landplan/wifi.svg") center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -50px;
	left: 30px;
	z-index: 2;
}
.sec04 ul li > div {
	display: flex;
	justify-content: space-between;
}
.sec04 ul li > div figure {
	width: 324px;
}

@media only screen and (max-width: 768px) {
	.sec04 {
		width: 90%;
		margin: 0 auto 50px;
		padding-bottom: 20px;
	}
	.sec04 ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec04 ul li h5 {
		font-size: 1.5rem;
		height: 30px;
		line-height: 30px;
	}
	.sec04 ul li:last-child {
		width: 100%;
	}
	.sec04 ul li:last-child h5::after {
		content: "";
		display: block;
		/*width: 55px;
		height: 55px;*/
		background: url("../img/landplan/wifi.svg") center no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -90px;
		left: 10px;
	}
	.sec04 ul li > div {
		display: block;
	}
	.sec04 ul li > div figure {
		width: 100%;
	}
}

.sec05 {
	width: 1004px;
	margin: 0 auto;
	padding-bottom: 120px;
	color: #fff;
}
.sec05_01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.sec05_01 > div {
	width: 664px;
}
.sec05_01 > div + div {
	width: 324px;
}
.sec05_01 > div h5 {
	font-size: 1.6rem;
	font-weight: normal;
	background-color: #B5A482;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
}
.sec05_01 > div p {
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.7;
	color: #1C0C00;
}
.sec05_01 > div ul.support {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0 0;
}
.sec05_01 > div ul.support li {
	font-size: 1.7rem;
	line-height: 52px;
	color: #B5A482;
	width: 206px;
	height: 52px;
	border: 1px solid #B5A482;
	background-color: #fff;
	margin-bottom: 20px;
}
.sec05_01 > div ul.cap li {
	font-size: 1.1rem;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.8;
	color: #1C0C00;
}
.sec05_02 h5 {
	font-size: 1.6rem;
	font-weight: normal;
	background-color: #B5A482;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
}
.sec05_02 h5 small {
	font-size: 1.3rem;
	margin-right: 5px;
}
.sec05_02 > div:not(.set) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.sec05_02 > div:not(.set) figure {
	width: 467px;
}
.sec05_02 > div:not(.set) div {
	width: 495px;
	text-align: left;
	color: #1C0C00;
}
.sec05_02 > div:not(.set) div h6 {
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 10px;
}
.sec05_02 > div:not(.set) div p {
	font-size: 1.3rem;
	line-height: 1.7;
}
.sec05_02 > div.set {
	width: 834px;
	background-color: #B5A482;
	padding: 5px 35px 30px;
	margin: 0 auto;
}
.sec05_02 > div.set p {
	font-size: 1.6rem;
	margin-bottom: 15px;
	position: relative;
}
.sec05_02 > div.set p strong {
	font-size: 3.2rem;
	font-weight: normal;
	padding: 0 0.1em;
}
.sec05_02 > div.set p span {
	background-color: #B5A482;
	padding: 0 20px;
	z-index: 1;
}
.sec05_02 > div.set p::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color:rgba(193,174,138,0.15);
	position: absolute;
	top: 60%;
	left: 0;
}
@media only screen and (max-width: 768px) {
	.sec05 {
		width: 90%;
		padding-bottom: 80px;
	}
	.sec05_01 {
		display: block;
	}
	.sec05_01 > div {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec05_01 > div + div {
		width: 100%;
	}
	.sec05_01 > div h5 {
		font-size: 1.5rem;
		height: 30px;
		line-height: 30px;
	}
	.sec05_01 > div p {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.sec05_01 > div ul.support li {
		font-size: 1.5rem;
		line-height: 46px;
		width: 48%;
		height: 46px;
		margin-bottom: 4%;
	}
	.sec05_01 > div ul.cap {
		margin-top: 5px;
	}
	.sec05_01 > div ul.cap li {
		font-size: 1.1rem;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.8;
	}
	.sec05_02 h5 {
		font-size: 1.5rem;
		height: 32px;
		line-height: 32px;
	}
	.sec05_02 h5 small {
		font-size: 1.2rem;
	}
	.sec05_02 > div:not(.set) {
		display: block;
	}
	.sec05_02 > div:not(.set) figure {
		width: 100%;
		margin-bottom: 10px;
	}
	.sec05_02 > div:not(.set) div {
		width: 100%;
		text-align: left;
	}
	.sec05_02 > div:not(.set) div h6 {
		font-size: 1.5rem;
	}
	.sec05_02 > div:not(.set) div p {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.sec05_02 > div.set {
		width: 100%;
		padding: 5px 20px 15px;
	}
	.sec05_02 > div.set p {
		font-size: 1.5rem;
	}
	.sec05_02 > div.set p strong {
		font-size: 2.8rem;
	}
	.sec05_02 > div.set p span {
		padding: 0 15px;
	}
}


.scrolldown1{
  position:absolute;
  left:50%;
  bottom:10px;
  height:50px;
}
.scrolldown1 span{
  position: absolute;
  left:-15px;
  top: -15px;
  color: #1C0C00;
  font-size: 1.2rem;
	font-weight: 600;
  letter-spacing: 0.05em;
	padding: 0;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #1C0C00;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
    .scrolldown1{
      bottom: -30px;
    }
}

.slideEffectWrap {
	overflow: hidden;
}
.slideEffectUp {
	transform: translateY(-100%);
  overflow: hidden;
  transition: transform 1.2s ease-in-out;
	display: block;
}
.slideEffectUp img {
	transform: translateY(100%);
	filter: blur(5px) grayscale(100%);
	transition: transform 1.2s ease-in-out,filter 3s ease-in-out;
}
.slideEffectUp.is-active {
	transform: translateY(0);
}
.slideEffectUp.is-active img {
	transform: translateY(0);
	filter: blur(0) grayscale(0);
}

.inview-zoom figure {
	overflow: hidden;
}
.inview-zoom figure img {
	transform: scale(1.15);
	opacity: 0;
}
.inview-zoom.show figure img {
	animation-fill-mode: forwards;
	animation-duration: 2.4s;
	animation-name: zoom;
	filter: grayscale(100%);
	transform: scale(1);
}
@keyframes zoom {
	0% {
		filter: grayscale(100%);
		transform: scale(1.1);
		opacity: 0;
	}
	100% {
		filter: grayscale(0%);
		transform: scale(1);
		opacity: 1;
	}
}

