#container.home {
	height: auto
}

.main-visual {
	position: relative;
	height: auto;
	opacity: 0;
	transition: opacity 1.5s ease;
	width: 100%
}

.main-visual.show {
	opacity: 1;
}

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

/* ---------------------- */
/* content */
/* ---------------------- */

.headding-primary {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 18px;
	margin: 0 0 60px;
	text-align: center;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
}

@media screen and (max-width: 736px) {
	.headding-primary {
		font-size: 14px;
		margin: 0 0 45px;
	}
}

.headding-secondary {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 30px;
	letter-spacing: 0.38em;
	line-height: 1;
	margin: 0 0 55px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.headding-secondary {
		font-size: 20px;
		line-height: 2;
		letter-spacing: 0.3em;
		margin: 0 0 40px;
	}
}

.text-primary {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 3;
	text-indent: 0.2em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.text-primary {
		font-size: 14px;
		line-height: 2.2;
		letter-spacing: 0;
		text-indent: 0;
	}
}

.main.home {
	background-color: #000;
}

/* ---------------------- */
/* mainvisual */
/* ---------------------- */

.home-mainvisual {
	margin-top: 100px;
	padding: 43.4% 0 105px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.home-mainvisual {
		margin-top: 60px;
		padding: 65.6% 0 70px;
	}
}

.home-mainvisual::after {
	background: url(../images/top/image-mainvisual.jpg) no-repeat center center;
	background-size: cover;
	content: '';
	padding-top: 108.9%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

@media screen and (max-width: 736px) {
	.home-mainvisual::after {
		background: url(../images/top/image-mainvisual-sp.jpg) no-repeat center center;
		background-size: cover;
		background-size: auto 100%;
		padding-top: 230.4%;
	}
}

.home-mainvisual .inner {
	text-align: center;
	padding: 125px 0 0;
	position: relative;
	z-index: 1;
}

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

.home-mainvisual .inner::after {
	background: url(../images/top/icon-deco.svg) no-repeat center center;
	background-size: 20px 50px;
	content: '';
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 20px;
}

@media screen and (max-width: 736px) {
	.home-mainvisual .inner::after {
		background-size: 10px 26px;
		height: 26px;
		width: 10px;
	}
}

.home-mainvisual .inner .subcopy > p {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 20px;
	letter-spacing: 0.4em;
	margin-bottom: 40px;
	text-indent: 0.4em;
}

.home-mainvisual .inner .subcopy > h2 {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 55px;
	letter-spacing: 0.4em;
	margin-bottom: 65px;
	text-indent: 0.4em;
}

.home-mainvisual .inner .subcopy > h2 span {
	color: #fff;
	display: block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 14px;
	letter-spacing: 0.4em;
	margin-top: 10px;
	text-indent: 0.4em;
}

.home-mainvisual .inner .subcopy > .date {
	color: #fff;
	display: block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 66px;
	letter-spacing: 0.4em;
	margin-bottom: 90px;
	text-indent: 0.4em;
}

.home-mainvisual .inner .subcopy > .date span {
	color: #fff;
	display: block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 15px;
	letter-spacing: 0.4em;
	margin-top: 5px;
	text-indent: 0.4em;
}

.home-mainvisual .inner .maincopy {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 82px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 135px;
	text-indent: 0.1em;
}

.home-mainvisual .inner .detail {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 29px;
	letter-spacing: 0.4em;
	margin-bottom: 160px;
	text-indent: 0.4em;
}

.home-mainvisual .inner .title {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 37px;
	letter-spacing: 0.4em;
	margin-bottom: 50px;
	text-indent: 0.4em;
}

.home-mainvisual .inner .text {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 17px;
	line-height: 2.3;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

@media screen and (max-width: 1100px) {
	.home-mainvisual .inner .subcopy > p {
		font-size: 18px;
	}

	.home-mainvisual .inner .subcopy > h2 {
		font-size: 45px;
	}

	.home-mainvisual .inner .subcopy > h2 span {
		font-size: 13px;
	}

	.home-mainvisual .inner .subcopy > .date {
		font-size: 56px;
	}

	.home-mainvisual .inner .subcopy > .date span {
		font-size: 14px;
	}

	.home-mainvisual .inner .maincopy {
		font-size: 72px;
	}

	.home-mainvisual .inner .detail {
		font-size: 24px;
	}

	.home-mainvisual .inner .title {
		font-size: 27px;
	}

	.home-mainvisual .inner .text {
		font-size: 16px;
	}
}

@media screen and (max-width: 736px) {
	.home-mainvisual .inner .subcopy > p {
		font-size: 14px;
		letter-spacing: 0.3em;
		margin-bottom: 15px;
		text-indent: 0.3em;
	}

	.home-mainvisual .inner .subcopy > h2 {
		font-size: 32px;
		letter-spacing: 0.3em;
		margin-bottom: 40px;
		text-indent: 0.3em;
	}

	.home-mainvisual .inner .subcopy > h2 span {
		font-size: 10px;
		margin-top: 20px;
		letter-spacing: 0.3em;
		text-indent: 0.3em;
	}

	.home-mainvisual .inner .subcopy > .date {
		font-size: 36px;
		letter-spacing: 0.3em;
		margin-bottom: 45px;
		text-indent: 0.3em;
	}

	.home-mainvisual .inner .subcopy > .date span {
		font-size: 10px;
		letter-spacing: 0.3em;
		margin-top: 25px;
		text-indent: 0.3em;
	}

	.home-mainvisual .inner .maincopy {
		font-size: 40px;
		letter-spacing: 0.15em;
		margin-bottom: 65px;
		text-indent: 0.15em;
	}

	.home-mainvisual .inner .detail {
		font-size: 20px;
		letter-spacing: 0.3em;
		margin-bottom: 75px;
		text-indent: 0.3em;
	}

	.home-mainvisual .inner .title {
		font-size: 24px;
		letter-spacing: 0.2em;
		line-height: 1.7;
		text-indent: 0.2em;
	}

	.home-mainvisual .inner .text {
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 1.8;
		text-indent: 0.05em;
	}
}

/* ---------------------- */
/* about */
/* ---------------------- */

.home-about {
	padding-top: 170px;
	padding-bottom: 135px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.home-about {
		padding-top: 115px;
		padding-bottom: 65px;
	}
}

.home-about::after {
	background: url(../images/top/icon-deco.svg) no-repeat center center;
	background-size: 20px 50px;
	content: '';
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 20px;
}

.home-about > .wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
	.home-about > .wrap {
		border-top: 1px solid #fff;
		margin-bottom: 20px;
	}
}

.home-about > .wrap .list {
	align-items: center;
	border-right: 1px solid #fff;
	display: flex;
	justify-content: center;
	height: 145px;
	margin-bottom: 80px;
	width: 50%;
}

@media screen and (max-width: 736px) {
	.home-about > .wrap .list {
		border-right: none;
		border-bottom: 1px solid #fff;
		height: 108px;
		margin-bottom: 0;
		width: 100%;
	}
}

.home-about > .wrap .list:nth-child(2n-1) {
	border-left: 1px solid #fff;
}

@media screen and (max-width: 736px) {
	.home-about > .wrap .list:nth-child(2n-1) {
		border-left: none;
	}
}

.home-about > .wrap .list:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.home-about > .wrap .list img {
	height: 90px;
	width: auto;
}

@media screen and (max-width: 1100px) {
	.home-about > .wrap .list img {
		height: 75px;
	}
}

@media screen and (max-width: 736px) {
	.home-about > .wrap .list img {
		height: 52px;
	}
}

.home-about .info {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 14px;
}

@media screen and (max-width: 736px) {
	.home-about .info {
		font-size: 12px;
		line-height: 1.8;
	}
}

/* ---------------------- */
/* entry */
/* ---------------------- */

#entry {
	padding: 160px 0 115px;
	position: relative;
}

@media screen and (max-width: 736px) {
	#entry {
		padding: 105px 0 65px;
	}
}

#entry::after {
	background: url(../images/top/icon-deco.svg) no-repeat center center;
	background-size: 20px 50px;
	content: '';
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 20px;
}

.home-entry .copy {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 21px;
	letter-spacing: 0.4em;
	margin-bottom: 90px;
	text-align: center;
	text-indent: 0.4em;
}

@media screen and (max-width: 736px) {
	.home-entry .copy {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.1em;
		margin-bottom: 40px;
		text-indent: 0.1em;
	}
}

.home-entry > .title {
	margin-bottom: 45px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-entry > .title {
		margin-bottom: 25px;
	}
}

.home-entry > .title span {
	border-bottom: 1px solid #cb912f;
	color: #cb912f;
	display: block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 36px;
	letter-spacing: 0.3em;
	margin: 0 auto;
	padding-bottom: 15px;
	text-indent: 0.3em;
	width: 685px;
}

@media screen and (max-width: 736px) {
	.home-entry > .title span {
		font-size: 21px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
		width: 100%;
	}
}

.home-entry > .text {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 120px;
	text-indent: 0.1em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-entry > .text {
		font-size: 14px;
		margin-bottom: 40px;
	}
}

.home-entry > .text a {
	color: #cb912f;
	text-decoration: underline;
}

.home-entry > .button {
	text-align: center;
}

.home-entry > .button a {
	background-color: rgba(203,145,47,0.5);
	border-radius: 30px;
	color: #fff;
	display: block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 22px;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 17px 0 16px;
	text-indent: 0.1em;
	transition: 0.3s;
	width: 408px;
}

@media screen and (max-width: 736px) {
	.home-entry > .button a {
		font-size: 18px;
		padding: 13px 0 12px;
		width: 300px;
	}
}

.home-entry > .button a:hover {
	opacity: 0.7;
}

.home-entry .tel-wrap {
	margin-top: 120px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-entry .tel-wrap {
		margin-top: 65px;
	}
}

.home-entry .tel-wrap > .title {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 19px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	text-align: center;
	text-indent: 0.1em;
}

@media screen and (max-width: 736px) {
	.home-entry .tel-wrap > .title {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 25px;
	}
}

.home-entry .tel-wrap > .title span {
	display: block;
	font-size: 16px;
	margin-bottom: 45px
}

@media screen and (max-width: 736px) {
	.home-entry .tel-wrap > .title span {
		font-size: 11px;
		margin-bottom: 15px
	}
}

.home-entry .tel-wrap > span {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

@media screen and (max-width: 736px) {
	.home-entry .tel-wrap > span {
		font-size: 14px;
		line-height: 1.8;
	}
}

.home-entry .tel-wrap > a {
	display: block;
	margin: 0 auto 40px;
	text-align: center;
	width: 431px;
}

@media screen and (max-width: 736px) {
	.home-entry .tel-wrap > a {
		margin: 0 auto 30px;
		width: 270px;
	}
}

.home-entry .tel-wrap > a img {
	height: auto;
	width: 100%;
}

.home-entry .holiday {
	border: 1px solid #fff;
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 15px;
	line-height: 2;
	margin: 40px auto 0;
	padding: 15px;
	text-align: center;
	width: 80%;
}

@media screen and (max-width: 736px) {
	.home-entry .holiday {
		font-size: 14px;
		margin: 30px auto 0;
		text-align: justify;
		width: 100%
	}
}

/* ---------------------- */
/* access */
/* ---------------------- */

#map {
	padding: 215px 0 200px;
	position: relative;
}

@media screen and (max-width: 736px) {
	#map {
		padding: 115px 0 65px;
	}
}

#map::after {
	background: url(../images/top/icon-deco.svg) no-repeat center center;
	background-size: 20px 50px;
	content: '';
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 20px;
}

.home-map .copy {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 25px;
	letter-spacing: 0.2em;
	line-height: 2.2;
	margin-bottom: 60px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-map .copy {
		font-size: 18px;
		line-height: 2;
		padding: 0 20px;
	}
}

.home-map .copy span {
	font-size: 16px;
}

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

.home-map .map-wrap .title {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 18px;
	letter-spacing: 0.4em;
	margin-bottom: 10px;
	text-indent: 0.4em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-map .map-wrap .title {
		font-size: 16px;
		margin-bottom: 25px;
	}
}

.home-map .map-wrap .inner {
	background-color: #fff;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-map .map-wrap .inner {
		background-color: transparent
	}
}

.home-map .map-wrap .inner img {
	height: auto;
	margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    width: 83.5%;
}

@media screen and (max-width: 736px) {
	.home-map .map-wrap .inner img {
		width: 100%;
	}
}

/* ---------------------- */
/* model */
/* ---------------------- */

#model {
	padding: 210px 0 80px;
	position: relative;
}

@media screen and (max-width: 736px) {
	#model {
		padding: 110px 0 50px;
	}
}

#model::after {
	background: url(../images/top/icon-deco.svg) no-repeat center center;
	background-size: 20px 50px;
	content: '';
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 20px;
}

.home-model .title {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 35px;
	letter-spacing: 0.44em;
	margin-bottom: 25px;
	text-align: center;
	text-indent: 0.44em;
}

@media screen and (max-width: 736px) {
	.home-model .title {
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: 0.2em;
		margin-bottom: 15px;
		text-indent: 0.2em;
		text-shadow: none;
	}
}

.home-model > span {
	color: #fff;
	display: block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 24px;
	letter-spacing: 0.4em;
	margin-bottom: 120px;
	text-align: center;
	text-indent: 0.4em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-model > span {
		font-size: 16px;
		letter-spacing: 0.2em;
		margin-bottom: 60px;
		text-indent: 0.2em;
	}
}

.home-model > .wrap {
	border: 1px solid #555555;
	display: flex;
	padding: 30px 35px 20px;
}

@media screen and (max-width: 736px) {
	.home-model > .wrap {
		flex-direction: column;
		padding: 20px 15px 25px;
	}
}

.home-model > .wrap .headding {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 27px;
	letter-spacing: 0.2em;
	width: 150px;
}

@media screen and (max-width: 736px) {
	.home-model > .wrap .headding {
		font-size: 20px;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}
}

.home-model > .wrap .text {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	width: calc(100% - 150px);
}

@media screen and (max-width: 736px) {
	.home-model > .wrap .text {
		text-align: justify;
		width: 100%;
	}
}

.home-model > .wrap .text span {
	display: block;
	font-size: 15px;
	margin-top: 3px;
	margin-left: -8px;
}

@media screen and (max-width: 736px) {
	.home-model > .wrap .text span {
		margin-top: 20px;
		text-align: left;
		margin-left: 0;
	}
}