#container.home {
	height: 100%
}

.main-visual {
	/* background-color: #000; */
	height: 100%;
	padding-top: 100px;
	position: relative;
	width: 100%
}

@media screen and (max-width: 736px) {
	.main-visual {
		padding-top: 60px;
	}
}

.main-visual .swiper-container, .main-visual .swiper-wrapper {
	height: 100%;
	overflow: hidden;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	width: 100%
}

.main-visual .swiper-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.main-visual>.ecohome {
	position: absolute;
	bottom: 45px;
	left: 45px;
	height: auto;
	width: 32.6%;
	z-index: 5;
}

@media screen and (max-width: 736px) {
	.main-visual>.ecohome {
		bottom: 25px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: calc(100% - 40px);
	}
}

.main-visual>.ecohome>.element {
	display: block;
	height: auto;
	width: 100%;
}

.main-visual>.ecohome>.element>img {
	height: auto;
	width: 100%;
}

.main-visual>.ecohome>.close {
	cursor: pointer;
	position: absolute;
	height: auto;
	padding-top: 4.5%;
	width: 4.5%;
	top: 6%;
	right: 3.5%;
}

.main-visual>.scroll>.element {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	display: block;
	height: 57px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	width: 79px;
}

@media screen and (max-width: 736px) {
	.main-visual>.scroll {
		display: none;
	}
}

.main-visual>.scroll>.element img {
	height: auto;
	width: 100%;
}

.main-visual-slider>.list01 {
	background: url(../images/top/image-mainvisual.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	position: relative;
	width: 100%
}

@media screen and (max-width: 736px) {
	.main-visual-slider>.list01 {
		background: url(../images/top/image-mainvisual-sp.jpg) no-repeat center center;
		background-size: cover;
	}
}

.main-visual-slider>.list02 {
	background: url(../images/top/image-mainvisual02.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	position: relative;
	width: 100%
}

@media screen and (max-width: 736px) {
	.main-visual-slider>.list02 {
		background: url(../images/top/image-mainvisual02-sp.jpg) no-repeat center center;
		background-size: cover;
	}
}

.main-visual-slider>.list03 {
	background: url(../images/top/image-mainvisual03.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	position: relative;
	width: 100%
}

@media screen and (max-width: 736px) {
	.main-visual-slider>.list03 {
		background: url(../images/top/image-mainvisual03-sp.jpg) no-repeat center center;
		background-size: cover;
	}
}

.main-visual-slider>.list04 {
	background: url(../images/top/image-mainvisual04.png) no-repeat center center;
	background-size: cover;
	height: 100%;
	position: relative;
	width: 100%
}

@media screen and (max-width: 736px) {
	.main-visual-slider>.list04 {
		background: url(../images/top/image-mainvisual04-sp.png) no-repeat center center;
		background-size: cover;
	}
}

.main-visual-slider>.swiper-slide>.maincopy {
	position: absolute;
	top: 50%;
	right: auto;
	left: 50%;
	margin: auto;
	text-align: center;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 100%;
	z-index: 2;
}

.main-visual-slider>.swiper-slide>.maincopy.copy01 img {
	height: auto;
	width: 492px;
}

.main-visual-slider>.swiper-slide>.maincopy.copy02 {
	left: 50.3%;
	top: 53%;
}

.main-visual-slider>.swiper-slide>.maincopy.copy02 img {
	height: auto;
	width: 660px;
}

.main-visual-slider>.swiper-slide>.maincopy.copy03 img {
	height: auto;
	width: 859px;
}

@media screen and (max-width: 736px) {
	.main-visual-slider>.swiper-slide>.maincopy.copy01 img {
		margin: 0 auto;
		width: 256px;
	}

	.main-visual-slider>.swiper-slide>.maincopy.copy02 img {
		margin: 0 auto;
		width: 268px;
	}

	.main-visual-slider>.swiper-slide>.maincopy.copy03 img {
		margin: 0 auto;
		width: 318px;
	}
}

/* ---------------------- */
/* cancel */
/* ---------------------- */

.main .cancel {
	position: fixed;
	margin: auto;
	width: 800px;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 10;
}

@media screen and (max-width: 736px) {
	.main .cancel {
		width: 90%;
	}
}

.main .cancel .txt {
	padding: 80px 0;
	color: #fff;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
	background: rgba(255,127,127,0.9);
}

.main .cancel input:checked + label + .txt {
	overflow: hidden;
	padding: 0;
	height: 0;
	transition: all .2s ease;
}

.main .cancel span {
	display: block;
	margin-bottom: 15px;
	font-size: 28px;
}

.main .cancel p { margin-bottom: 20px; }

.main .cancel ul li {
	margin: 0 auto;
	width: 54%;
}

@media screen and (max-width: 736px) {
	.main .cancel ul li {
		width: 80%
	}
}

.main .cancel ul li a {
	display: block;
	padding: 10px 0;
	color: #000;
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	transition: all .2s ease;
}

.main .cancel ul li a:hover {
	color: #fff;
	background: #ffcc00;
}

.main .cancel label::before {
	box-sizing: border-box;
	position: absolute;
	cursor: pointer;
	display: inline-block;
	content: "×";
	color: #000;
	line-height: 1;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	width: 30px;
	height: 30px;
	top: 20px;
	right: 20px;
	background: #fff;
	border-radius: 50%;
	z-index: 11;
	padding-top: 3px;
	transition: all .2s ease;
}

.main .cancel label:hover::before {
	color: #fff;
	background: #ffcc00;
}

.main .cancel input:checked ~ label::before {
	display: none;
	cursor: auto;
}

.main .cancel input { display: none; }

/* ---------------------- */
/* topics */
/* ---------------------- */

#topics {
	margin-top: -208px;
	padding-top: 208px;
}

@media screen and (max-width: 736px) {
	#topics {
		margin-top: -60px;
		padding-top: 60px;
	}
}

.home-topics {
	margin: 0 auto;
	padding: 85px 30px 100px;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 1230px) {
	.home-topics {
		padding: 120px 30px 70px;
	}
}

@media screen and (max-width: 736px) {
	.home-topics {
		margin: 0 auto 110px;
		padding: 65px 0 0;
	}
}

.home-topics > .head {
	color: #231815;
	font-family: "din-2014", sans-serif;
	font-size: 18px;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
	padding-top: 15px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 1230px) {
	.home-topics > .head {
		font-size: 18px;
	}
}

@media screen and (max-width: 736px) {
	.home-topics > .head {
		font-size: 16px;
		letter-spacing: 0.2em;
		text-indent: 0.2em;
	}
}

.home-topics > .head::after {
	background-color: #78aa8c;
	content: '';
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 200px;
}

@media screen and (max-width: 1230px) {
	.home-topics > .head::after {
		width: 180px;
	}
}

@media screen and (max-width: 736px) {
	.home-topics > .head::after {
		width: 145px;
	}
}

.home-topics > .box {
	margin-bottom: 35px;
	padding-top: 55px;
	position: relative;
}

@media screen and (max-width: 1230px) {
	.home-topics > .box {
		margin-bottom: 25px;
		padding-top: 35px;
	}
}

@media screen and (max-width: 736px) {
	.home-topics > .box {
		margin-bottom: 30px;
		padding-top: 45px;
	}
}

.home-topics > .box.contact-wrap {
	margin-bottom: 0;
}

.home-topics > .box::after {
	background: url(../images/top/figure-arrow.svg) no-repeat center center;
	background-size: 29px 9px;
	content: '';
	height: 9px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 29px;
}

.home-topics .yokoku-topics > .copy {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	text-indent: 0.2em;
}

@media screen and (max-width: 736px) {
	.home-topics .yokoku-topics > .copy {
		font-size: 18px;
	}
}

.home-topics .yokoku-topics > .sub {
	color: #231815;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 10px;
	text-indent: 0.1em;
}

@media screen and (max-width: 736px) {
	.home-topics .yokoku-topics > .sub {
		letter-spacing: 0.05em;
		text-align: justify;
		text-indent: 0;
	}
}

.home-topics .yokoku-topics > .season {
	color: #231815;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

@media screen and (max-width: 736px) {
	.home-topics .yokoku-topics > .season {
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
}

.home-topics .topics-wrap > .copy {
	color: #231815;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 42px;
	letter-spacing: 0.4em;
	line-height: 1.5;
	margin-bottom: 10px;
	text-indent: 0.4em;
}

.home-topics .topics-wrap > .copy.small {
	font-size: 36px;
}

@media screen and (max-width: 1230px) {
	.home-topics .topics-wrap > .copy {
		font-size: 38px;
	}
	.home-topics .topics-wrap > .copy.small {
		font-size: 32px;
	}
}

@media screen and (max-width: 736px) {
	.home-topics .topics-wrap > .copy {
		font-size: 25px;
		letter-spacing: 0.2em;
		margin-bottom: 10px;
		text-indent: 0.2em;
	}
	.home-topics .topics-wrap > .copy.small {
		font-size: 20px;
	}
}

.home-topics .topics-wrap > .pdf {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 40px;
	border-bottom: 1px solid #78aa8c;
	display: inline-block;
	color: #78aa8c;
	margin: 20px 0 30px;
	padding-bottom: 5px;
}

@media screen and (max-width: 736px) {
	.home-topics .topics-wrap > .pdf {
		font-size: 23px;
	}
}

.home-topics .topics-wrap > .ex {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 1230px) {
	.home-topics .topics-wrap > .ex {
		font-size: 15px;
	}
}

.home-topics .topics-wrap > .sub {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	line-height: 1.8;
	/* margin-top: 20px; */
}

.home-topics .topics-wrap > .sub > a {
	color: #78aa8c;
	font-weight: 600;
	/* margin-top: 20px; */
}

@media screen and (max-width: 1230px) {
	.home-topics .topics-wrap > .sub {
		font-size: 13px;
	}
}

@media screen and (max-width: 736px) {
	.home-topics .topics-wrap > .sub {
		font-size: 12px;
		text-align: justify;
	}
}

.home-topics .topics-wrap > .holiday {
	color: blue;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}

@media screen and (max-width: 736px) {
	.home-topics .topics-wrap > .holiday {
		font-size: 13px;
		text-align: justify;
	}
}

@media screen and (max-width: 736px) {
	.home-topics .main-wrap {
		margin-top: 35px;
		margin-bottom: 35px;
	}
}

.home-topics .main-wrap > .logo {
	height: 129px;
	margin-bottom: 40px;
	width: 187px;
}

@media screen and (max-width: 736px) {
	.home-topics .main-wrap > .logo {
		height: 80px;
		margin-bottom: 20px;
		width: 115px;
	}
}

.home-topics .main-wrap > .name {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	text-indent: 0.1em;
}

@media screen and (max-width: 1230px) {
	.home-topics .main-wrap > .name {
		font-size: 20px;
	}
}

@media screen and (max-width: 736px) {
	.home-topics .main-wrap > .name {
		font-size: 12px;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
		text-indent: 0.05em;
	}
}

.home-topics .main-wrap > .copy {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 54px;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	text-indent: 0.1em;
}

@media screen and (max-width: 736px) {
	.home-topics .main-wrap > .copy {
		font-size: 16px;
		line-height: 1.3;
	}

	.home-topics .main-wrap > .copy span {
		display: block;
		font-size: 27px;
	}
}

.home-topics .main-wrap > .sub {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

@media screen and (max-width: 736px) {
	.home-topics .main-wrap > .sub {
		font-size: 16px;
	}
}

.home-topics .main-wrap > .maincopy {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 28px;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
}

@media screen and (max-width: 736px) {
	.home-topics .main-wrap > .maincopy {
		font-size: 14px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
}

.home-topics .contact-wrap > .head > a {
	border-bottom: 1px solid #78aa8c;
	color: #78aa8c;
	display: inline-block;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 20px;
	letter-spacing: 0.2em;
	margin: 0 auto 40px;
	padding-bottom: 15px;
	text-indent: 0.2em;
	transition: all 0.3s ease;
	width: 505px;
}

.home-topics .contact-wrap > .head > a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 1230px) {
	.home-topics .contact-wrap > .head > a {
		font-size: 20px;
		width: 480px;
	}
}

@media screen and (max-width: 736px) {
	.home-topics .contact-wrap > .head > a {
		font-size: 16px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
		width: 235px
	}
}

.home-topics .contact-wrap > .title {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	text-indent: 0.1em;
}

.home-topics .contact-wrap > .title > span {
	display: block;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	margin-top: 15px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

@media screen and (max-width: 1230px) {
	.home-topics .contact-wrap > .title {
		font-size: 16px;
	}
}

@media screen and (max-width: 736px) {
	.home-topics .contact-wrap > .title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.home-topics .contact-wrap > .title > span {
		font-size: 12px;
		line-height: 1.6;
		margin-top: 10px;
	}
}

.home-topics .contact-wrap > .tel {
	margin-bottom: 20px;
}

.home-topics .contact-wrap > .tel a {
	color: #78aa8c;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 60px;
	display: inline-block;
	line-height: 1;
}

@media screen and (max-width: 1230px) {
	.home-topics .contact-wrap > .tel a {
		font-size: 55px;
	}
}

@media screen and (max-width: 736px) {
	.home-topics .contact-wrap > .tel {
		margin-bottom: 15px;
	}

	.home-topics .contact-wrap > .tel a {
		font-size: 30px;
	}
}

.home-topics .contact-wrap > .tel.free a {
	padding-left: 70px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.home-topics .contact-wrap > .tel.free a {
		padding-left: 35px;
	}
}

.home-topics .contact-wrap > .tel.free a::after {
	background: url(../images/common/icon-tel-g.svg) no-repeat center center;
	background-size: 70px 37px;
	/* content: 'TEL.'; */
	content: '';
	/* font-size: 36px; */
	height: 37px;
	position: absolute;
	/* bottom: 5px; */
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 70px;
}

@media screen and (max-width: 736px) {
	.home-topics .contact-wrap > .tel.free a::after {
		/* font-size: 22px; */
		/* bottom: 2px; */
		background-size: 32px 17px;
		height: 17px;
		width: 32px;
	}
}

.home-topics .contact-wrap > .tel span {
	display: inline-block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 26px;
}

@media screen and (max-width: 1230px) {
	.home-topics .contact-wrap > .tel span {
		font-size: 22px;
	}
}

@media screen and (max-width: 736px) {
	.home-topics .contact-wrap > .tel span {
		font-size: 11px;
	}
}

.home-topics .contact-wrap > .time {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	text-indent: 0.1em;
}

@media screen and (max-width: 736px) {
	.home-topics .contact-wrap > .time {
		font-size: 13px;
		line-height: 1.8;
		margin-bottom: 0;
	}
}

.home-topics .contact-wrap > .nav-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.home-topics .contact-wrap > .nav-wrap.sp {
	display: none;
}

@media screen and (max-width: 736px) {
	.home-topics .contact-wrap > .nav-wrap {
		display: none;
	}

	.home-topics .contact-wrap > .nav-wrap.sp {
		display: block;
		margin-bottom: 30px;
	}
}

.home-topics .contact-wrap > .nav-wrap .list {
	margin: 0 5px;
}

.home-topics .contact-wrap > .nav-wrap .list a {
	display: inline-block;
	text-align: center;
	padding: 5px;
	transition: all 0.3s ease;
	width: 260px;
}

@media screen and (max-width: 1230px) {
	.home-topics .contact-wrap > .nav-wrap .list a {
		width: 220px;
	}
}

@media screen and (max-width: 736px) {
	.home-topics .contact-wrap > .nav-wrap .list a {
		width: 260px;
	}
}

.home-topics .contact-wrap > .nav-wrap .list a:hover {
	opacity: 0.7;
}

.home-topics .contact-wrap > .nav-wrap .list a .inner {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 21px;
	letter-spacing: 0.1em;
	padding: 10px 0;
	text-indent: 0.1em;
	width: 100%;
}

@media screen and (max-width: 1230px) {
	.home-topics .contact-wrap > .nav-wrap .list a .inner {
		font-size: 17px;
	}
}

@media screen and (max-width: 736px) {
	.home-topics .contact-wrap > .nav-wrap .list a .inner {
		font-size: 16px;
		padding: 13px 0;
	}
}

.home-topics .contact-wrap > .nav-wrap .list:nth-child(1) a {
	background-color: #d3ba57;
}

@media screen and (max-width: 736px) {
	.home-topics .contact-wrap > .nav-wrap .list:nth-child(1) a {
		background-color: #cd9480;
	}
}

.home-topics .contact-wrap > .nav-wrap .list:nth-child(2) a {
	background-color: #cd9480;
}

.home-topics .contact-wrap > .nav-wrap .list:nth-child(3) a {
	background-color: #7f9aa0;
}

/* ---------------------- */
/* contents */
/* ---------------------- */

#contents {
	margin-bottom: 135px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 736px) {
	#contents {
		margin-bottom: 60px;
	}

	#contents:last-child {
		margin-bottom: 0;
	}
}

.btn-flat {
	display: block;
	padding: 5px;
	position: relative;
	width: 160px;
}

.btn-flat::after {
	border: 1px solid;
    border-bottom: none;
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
	content: '';
	height: 15px;
	position: absolute;
	top: 50%;
	left: -7px;
	transform: translateY(-50%) rotate(-90deg);
	width: 30px;
}

.btn-flat::before {
	border: 1px solid;
    border-bottom: none;
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
	content: '';
	height: 15px;
	position: absolute;
	top: 50%;
	right: -7px;
	transform: translateY(-50%) rotate(90deg);
	width: 30px;
}

.btn-flat span {
	transition: all 0.3s ease;
	background-color: #c7dcd0;
	border-radius: 11px;
	color: #000;
	display: block;
	font-family: "din-2014", sans-serif;
	letter-spacing: 0.2em;
	padding: 2px 18px;
}

.btn-flat:hover span {
	background-color: #78aa8c;
	color: #fff;
}


/* concept */

.home-concept {
	padding: 0 0 15.5445% 54.9048%;
	position: relative;
}

@media screen and (max-width: 736px) {
	.home-concept {
		/* padding: 165px 0 145px 15px; */
		padding: 51.564% 0 121.877% 15px;
		position: relative;
	}
}

.home-concept .title {
	height: auto;
	margin-bottom: 24.622%;
	width: 72.0779%
}

@media screen and (max-width: 736px) {
	.home-concept .title {
		float: right;
		height: auto;
		/* padding-left: 90px; */
		margin-right: 30px;
		/* margin-bottom: 170px; */
		margin-bottom: 32.789%;
		overflow: hidden;
		width: 60.5%
	}
}

.home-concept .title > img {
	height: auto;
	width: 100%
}

.home-concept .imgtxt {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 25px;
	left: 9.9%;
	width: 73.4260%;
	z-index: -1;
}

@media screen and (max-width: 736px) {
	.home-concept .imgtxt {
		left: 0;
		bottom: 22.939%;
		width: 91.6%
	}
}

.home-concept .imgtxt > img {
	height: auto;
	width: 100%;
}

.home-concept .image {
	position: absolute;
	z-index: -3;
}

.home-concept .image01 {
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 50%
}

@media screen and (max-width: 736px) {
	.home-concept .image01 {
		/* width: 195px; */
		width: 60.9%;
	}
}

.home-concept .image02 {
	top: 52.12%;
	right: 0;
	bottom: auto;
	left: auto;
	width: 38.8602%
}

@media screen and (max-width: 736px) {
	.home-concept .image02 {
		bottom: 0;
		top: auto;
		/* top: 385px; */
		/* width: 235px; */
		width: 73.4%
	}
}

.home-concept .image > img {
	height: auto;
	width: 100%
}


/* location */

.home-location {
	padding: 8.7345% 0 4.0712% 33.3%;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 736px) {
	.home-location {
		padding: 75px 0 0 30px;
	}
}

.home-location > .content {
	margin-bottom: 8.878%;
	padding-left: 6.659%;
}

@media screen and (max-width: 736px) {
	.home-location > .content {
		/* margin-bottom: 235px; */
		margin-bottom: 76%;
		margin-right: 20px;
		float: right;
	}
}

.home-location > .content .headding-primary {
	display: inline-block;
}

.home-location > .map {
	position: relative;
	width: 50.493%;
	z-index: 1;
}

@media screen and (max-width: 736px) {
	.home-location > .map {
		/* width: 295px; */
		width: 100%
	}
}

.home-location > .map > img {
	height: auto;
	width: 100%
}

.home-location .image {
	position: absolute;
	z-index: -2;
}

.home-location .image > img {
	height: auto;
	width: 100%
}

.home-location .image01 {
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 31.7545%
}

@media screen and (max-width: 736px) {
	.home-location .image01 {
		top: 115px;
		/* width: 192px */
		width: 100%;
	}
}

.home-location .image02 {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	width: 27.0863%
}

@media screen and (max-width: 736px) {
	.home-location .image02 {
		/* top: 263px; */
		top: 40.954%;
		bottom: auto;
		/* width: 98px; */
		width: 30.6%
	}
}


/* design */

.home-design {
	display: -webkit-box;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: -1;
}

@media screen and (max-width: 736px) {
	.home-design {
		-webkit-box-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
		margin-top: 0;
		padding-top: 55px;
	}
}

.home-design > .image {
	position: relative;
	width: 61.1273%;
	z-index: -2;
}

@media screen and (max-width: 736px) {
	.home-design > .image {
		padding-right: 13px;
		width: 100%;
	}
}

.home-design > .image > img {
	height: auto;
	width: 100%
}

.home-design > .content {
	padding-left: 75px;
}

@media screen and (max-width: 736px) {
	.home-design > .content {
		padding-left: 20px;
		padding-bottom: 30px;
	}
}

/* model */

.home-modelroom {
	padding-top: 9.623%;
	position: relative;
}

@media screen and (max-width: 736px) {
	.home-modelroom {
		padding-top: 70px;
	}
}

.home-modelroom .image {
	padding-left: 9.623%;
}

@media screen and (max-width: 736px) {
	.home-modelroom .image {
		padding-left: 0;
	}
}

.home-modelroom .image img {
	height: auto;
	width: 100%;
}

.home-modelroom .content {
	position: absolute;
	top: 15.692%;
	left: 14.804%;
}

@media screen and (max-width: 736px) {
	.home-modelroom .content {
		margin-bottom: 35px;
		position: static;
		padding-left: 20px;
	}
}


/* room */

.home-room > .headding {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-direction: row-reverse;
}

@media screen and (max-width: 736px) {
	.home-room > .headding {
		display: block;
		overflow: hidden;
	}

	.home-room > .headding .content {
		float: right;
		margin-bottom: 50px;
	}
}

.home-room > .headding > .plans .list {
	-webkit-box-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: flex;
}

@media screen and (max-width: 736px) {
	.home-room > .headding > .plans {
		float: left;
	}
}

.home-room > .headding > .plans .list > h3 {
	font-family: "din-2014", sans-serif;
	font-size: 72px;
	font-weight: 600;
	letter-spacing: 0.4em;
}

@media screen and (max-width: 1150px) {
	.home-room > .headding > .plans .list > h3 {
		font-size: 65px;
	}
}

@media screen and (max-width: 736px) {
	.home-room > .headding > .plans .list > h3 {
		font-size: 35px;
	}
}

.home-room > .headding > .plans .list > p {
	font-family: "din-2014", sans-serif;
	font-size: 16px;
	letter-spacing: 0.2em;
	padding-bottom: 12px
}

@media screen and (max-width: 1150px) {
	.home-room > .headding > .plans .list > p {
		font-size: 14px;
	}
}

@media screen and (max-width: 736px) {
	.home-room > .headding > .plans .list > p {
		font-size: 10px;
		padding-bottom: 5px;
	}
}

.home-room > .headding > .plans .list > p > span {
	display: block;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 21px;
	letter-spacing: 0.1em;
	margin-top: 6px;
}

@media screen and (max-width: 1150px) {
	.home-room > .headding > .plans .list > p > span {
		font-size: 18px;
	}
}

@media screen and (max-width: 736px) {
	.home-room > .headding > .plans .list > p > span {
		font-size: 12px;
		margin-top: 3px
	}
}

.home-room > .headding > .plans .list:last-child {
	padding-left: 80px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.home-room > .headding > .plans .list:last-child {
		padding-left: 60px;
	}
}

.home-room > .headding > .plans .list:last-child::before {
	background: url(../images/top/icon-room-arrow.svg) no-repeat center center;
	background-size: 55px 91px;
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	height: 91px;
	width: 55px;
}

@media screen and (max-width: 736px) {
	.home-room > .headding > .plans .list:last-child::before {
		background-size: 46px 28px;
		height: 28px;
		top: 5px;
		width: 46px;
	}
}

.home-room > .rooms {
	-webkit-box-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: flex;
	margin-top: 55px;
}

@media screen and (max-width: 736px) {
	.home-room > .rooms {
		-webkit-box-align: start;
		align-items: flex-start;
		margin-top: 35px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
	}
}

.home-room > .rooms > .item {
	text-align: center;
	width: 25%;
}

@media screen and (max-width: 736px) {
	.home-room > .rooms > .item {
		margin-bottom: 20px;
		width: 100%;
	}

	.home-room > .rooms > .item:last-child {
		margin-bottom: 0;
	}

	.home-room > .rooms > .item > .image {
		margin: 0 auto;
	}
}

.home-room > .rooms > .item.sold .sold-text {
	background-color: #ff3b3b;
	margin: 15px auto 0;
	padding: 3px;
	opacity: 1;
	width: 85%;
}

.home-room > .rooms > .item.sold .sold-text span {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 12px 0 10px;
}

.home-room > .rooms > .item.sold .image,
.home-room > .rooms > .item.sold p {
	opacity: 0.6;
}

.home-room > .rooms > .item > .image.a {
	width: 93.5%;
}

@media screen and (max-width: 736px) {
	.home-room > .rooms > .item > .image.a {
		width: 72.5%;
	}
}

.home-room > .rooms > .item > .image.b {
	width: 90.5%;
}

@media screen and (max-width: 736px) {
	.home-room > .rooms > .item > .image.b {
		width: 70.4%;
	}
}

.home-room > .rooms > .item > .image.c {
	width: 86.5%;
}

@media screen and (max-width: 736px) {
	.home-room > .rooms > .item > .image.c {
		width: 67.5%;
	}
}

.home-room > .rooms > .item > .image.d {
	width: 93.8%;
}

@media screen and (max-width: 736px) {
	.home-room > .rooms > .item > .image.d {
		width: 68.9%;
	}
}

.home-room > .rooms > .item > .image img {
	height: auto;
	margin: 0 auto;
	width: 100%;
}

.home-room > .rooms > .item > p {
	font-family: "din-2014", sans-serif;
	font-size: 16px;
	margin-top: 20px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

@media screen and (max-width: 736px) {
	.home-room > .rooms > .item > p {
		font-size: 13px;
		margin-top: 15px;
	}
}


/* quality */

.home-quality .headding-primary {
	margin-bottom: 55px;
}

@media screen and (max-width: 736px) {
	.home-quality .headding-primary {
		margin-bottom: 20px;
	}
}

.home-quality .headding-secondary {
	margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
	.home-quality .headding-secondary {
		margin-bottom: 25px;
		padding-bottom: 25px;
		position: relative;
	}

	.home-quality .headding-secondary::after {
		background-color: #000;
		content: '';
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 60px;
	}
}

.home-quality > .wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.home-quality > .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
}

.home-quality > .wrap > .box {
	width: 46.4%;
}

@media screen and (max-width: 736px) {
	.home-quality > .wrap > .box {
		width: 100%;
	}
}

.home-quality > .wrap > .box:nth-child(2) {
	width: 50.2%;
}

@media screen and (max-width: 736px) {
	.home-quality > .wrap > .box:nth-child(2) {
		width: 100%;
	}
}

.home-quality > .wrap > .box .headding-secondary {
	margin: 0 0 130px;
	padding-left: 35px;
}

.home-quality > .wrap > .box .headding-secondary .for-midi {
	display: none;
}

@media screen and (max-width: 1280px) {
	.home-quality > .wrap > .box .headding-secondary .for-midi {
		display: block;
	}

	.home-quality > .wrap > .box .headding-secondary {
		padding-left: 0;
	}
	
}

@media screen and (max-width: 736px) {
	.home-quality > .wrap > .box .headding-secondary .for-midi {
		display: none;
	}

	.home-quality > .wrap > .box .headding-secondary {
		margin-bottom: 30px;
		padding-bottom: 26px;
		position: relative;
	}

	.home-quality > .wrap > .box .headding-secondary::after {
		background-color: #231815;
		content: '';
		height: 1px;
		position: absolute;
		top: auto;
		left: 0;
		bottom: 0;
		width: 60px;
	}
}


@media screen and (max-width: 736px) {
	.home-quality > .wrap > .box .hpe {
		margin-bottom: 30px;
	}
}

.home-quality > .wrap > .box .hpe > .title {
	margin-bottom: 25px;
	padding-top: 47px;
	width: 100%
}

@media screen and (max-width: 736px) {
	.home-quality > .wrap > .box .hpe > .title {
		height: auto;
		margin-bottom: 10px;
		padding-top: 0;
	}
}

.home-quality > .wrap > .box .hpe > .title img {
	height: 25px;
	width: auto
}

@media screen and (max-width: 736px) {
	.home-quality > .wrap > .box .hpe > .title img {
		height: auto;
		width: 214px;
	}
}

.home-quality > .wrap > .box .text {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: justify;
}

@media screen and (max-width: 736px) {
	.home-quality > .wrap > .box .text {
		font-size: 12px;
		line-height: 1.8;
	}
}

.home-quality > .wrap > .box .figure {
	width: 100%;
}

.home-quality > .wrap > .box .figure > img {
	margin: 35px 0 0;
	width: 65.5%
}

@media screen and (max-width: 736px) {
	.home-quality > .wrap > .box .figure > img {
		margin: 20px 0 0;
		width: 100%; 
	}
}


.home-quality > .wrap > .box .zeh > .title {
	margin-bottom: 19px;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.home-quality > .wrap > .box .zeh > .title {
		margin-bottom: 13px;
	}
}

.home-quality > .wrap > .box .zeh > .title img {
	height: 77px;
	width: auto;
}

@media screen and (max-width: 736px) {
	.home-quality > .wrap > .box .zeh > .title img {
		height: auto;
		width: 280px;
	}
}

.home-quality > .wrap > .box .image {
	margin-top: 80px;
	width: calc(100% + 20.2%);
}

@media screen and (max-width: 736px) {
	.home-quality > .wrap > .box .image {
		line-height: 1;
		margin-top: 30px;
		margin-left: -20px;
		width: calc(100% + 40px);
	}
}

.home-quality > .wrap > .box .image > img {
	height: auto;
	width: 100%;
}

.home-quality .bnr-zeh {
	margin-top: 55px;
}

@media screen and (max-width: 736px) {
	.home-quality .bnr-zeh {
		margin-top: 40px;
	}
}

.home-quality .bnr-zeh img {
	height: auto;
	width: 100%;
}

.bnr-concept {
	margin-bottom: 80px;
}

@media screen and (max-width: 736px) {
	.bnr-concept {
		margin-bottom: 45px;
	}
}

.bnr-concept img {
	height: auto;
	width: 100%;
}