#container.home {
	height: 100%;
}

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

.headding-primary {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	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: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	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;
	}
}


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

.main-visual {
	position: relative;
	height: auto;
	overflow: hidden;
	/* padding-top: 100px; */
	transition: opacity 1.5s ease;
	width: 100%
}

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

.home-mainvisual {
	height: 100svh;
	position: relative;
	width: 100%;
}

.home-mainvisual .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.home-mainvisual .logo img {
	height: 150px;
	width: 244px;
}

@media screen and (max-width: 736px) {
	.home-mainvisual .logo img {
		height: 93px;
		width: 150px;
	}
}

.home-mainvisual .title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	letter-spacing: 0.6em;
	line-height: 1.8;
	text-align: center;
	text-indent: 0.6em;
	text-shadow: 0px 0px 7px #fff;
}

@media screen and (max-width: 736px) {
	.home-mainvisual .title {
		bottom: 45px;
		font-size: 14px;
		letter-spacing: 0.5em;
		text-indent: 0.5em;
	}
}

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

#about {
	padding: 100px 0 385px;
}

@media screen and (max-width: 736px) {
	#about {
		padding: 100px 0 35px;
	}
}

.home-about .project {
	margin-bottom: 290px;
}

@media screen and (max-width: 736px) {
	.home-about .project {
		margin-bottom: 60px;
	}
}

.home-about .project .title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 31px;
	letter-spacing: 0.4em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-about .project .title {
		font-size: 20px;
	}
}

.home-about .project .title .sm {
	font-size: 21px;
}

@media screen and (max-width: 736px) {
	.home-about .project .title .sm {
		display: block;
		font-size: 13px;
		margin: 18px 0;
	}
}

.home-about .project .title .num {
	display: block;
	margin-top: 35px;
	font-size: 60px;
}

@media screen and (max-width: 736px) {
	.home-about .project .title .num {
		font-size: 48px;
		letter-spacing: 0.4em;
		text-indent: 0.4em;
	}
}


.home-about .detail {
	text-align: center;
}

.home-about .detail .logo {
	margin-bottom: 80px;
}

@media screen and (max-width: 736px) {
	.home-about .detail .logo {
		margin-bottom: 50px;
	}
}

.home-about .detail .logo img {
	height: auto;
	width: 190px;
}

@media screen and (max-width: 736px) {
	.home-about .detail .logo img {
		width: 120px;
	}
}

.home-about .detail .name {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	letter-spacing: 0.4em;
	margin-bottom: 110px;
	text-indent: 0.4em;
	text-shadow: #fff 1px 0 10px;
}

@media screen and (max-width: 736px) {
	.home-about .detail .name {
		font-size: 20px;
		line-height: 2;
		margin-bottom: 30px;
	}
}

.home-about .detail .text-primary {
	margin-bottom: 175px;
}

@media screen and (max-width: 736px) {
	.home-about .detail .text-primary {
		line-height: 2.2;
		margin: 0 20px 65px;
	}
}

.home-about .detail .images {
	margin-bottom: 125px;
}

@media screen and (max-width: 736px) {
	.home-about .detail .images {
		margin-bottom: 70px;
	}
}

.home-about .detail .images img {
	height: auto;
	width: 100%;
}

.home-about .detail > .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-about .detail > .wrap .list {
	border-right: 1px solid #fff;
	margin-bottom: 70px;
	width: 50%
}

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

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

@media screen and (max-width: 736px) {
	.home-about .detail > .wrap .list:nth-child(1) {
		border-top: 1px solid #fff;
	}

	.home-about .detail > .wrap .list:nth-child(2n-1) {
		border-left: none;
	}
}

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

.home-about .detail > .wrap .list img {
	height: auto;
	width: 100%;
}

/* ---------------------- */
/* concept */
/* ---------------------- */

.home-concept {
	padding: 315px 0 290px;
}

@media screen and (max-width: 736px) {
	.home-concept {
		padding: 170px 0 125px;
	}
}

.home-concept .headding {
	color: #fff;
	font-size: 26px;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	text-shadow: 0px 0px 5px #fff;
}

@media screen and (max-width: 736px) {
	.home-concept .headding {
		font-size: 15px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
}

.home-concept .headding span {
	font-size: 20px;
}

@media screen and (max-width: 736px) {
	.home-concept .headding span {
		font-size: 11px;
	}
}

/* ---------------------- */
/* corp */
/* ---------------------- */

#corp {
	height: 100svh;
	width: 100%;
}

.home-corp {
	height: 100%;
	position: relative;
	width: 100%;
}

.home-corp.wada .company img {
	height: auto;
	width: 552px;
}

@media screen and (max-width: 736px) {
	.home-corp.wada .company img {
		height: auto;
		width: 253px;
	}
}

.home-corp.ryobi .company img {
	height: auto;
	width: 537px;
}

@media screen and (max-width: 736px) {
	.home-corp.ryobi .company img {
		height: auto;
		width: 248px;
	}
}

.home-corp.ryobihome .company img {
	height: auto;
	width: 421px;
}

@media screen and (max-width: 736px) {
	.home-corp.ryobihome .company img {
		height: auto;
		width: 257px;
	}
}

/* ---------------------- */
/* bg */
/* ---------------------- */

.fixed-wrap .info {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	opacity: 0;
	transition: all ease 0.5s;
	z-index: -1;
}

@media screen and (max-width: 736px) {
	.fixed-wrap .info {
		text-align: center;
	}
}

.fixed-wrap .info p {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	right: 60px;
}

@media screen and (max-width: 736px) {
	.fixed-wrap .info p {
		font-size: 10px;
		bottom: 25px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}

.fixed-wrap.show .info {
	opacity: 1;
}

.fixed-wrap .company {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all ease 0.5s;
}

.fixed-wrap.show .company {
	opacity: 1;
}

.fixed-wrap .bg {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all ease 0.8s;
    z-index: -1;
}

.fixed-wrap.show .bg {
	opacity: 1;
}

.fixed-wrap .bg._01 {
	background-image: url(../images/top/bg-fixed01.jpg);
}

.fixed-wrap .bg._02 {
	background-image: url(../images/top/bg-fixed02.jpg);
}

.fixed-wrap .bg._03 {
	background-image: url(../images/top/bg-fixed03.jpg);
}

.fixed-wrap .bg._04 {
	background-image: url(../images/top/bg-fixed04.jpg);
}

@media screen and (max-width: 736px) {
	.fixed-wrap .bg._01 {
		background-image: url(../images/top/bg-fixed01-sp.jpg);
	}

	.fixed-wrap .bg._02 {
		background-image: url(../images/top/bg-fixed02-sp.jpg);
	}

	.fixed-wrap .bg._03 {
		background-image: url(../images/top/bg-fixed03-sp.jpg);
	}

	.fixed-wrap .bg._04 {
		background-image: url(../images/top/bg-fixed04-sp.jpg);
	}
}

body.bg-hide .fixed-wrap .bg,
body.bg-hide .fixed-wrap .info,
body.bg-hide .fixed-wrap .company {
  opacity: 0;
}

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

#entry {
	padding: 0 0 250px;
	position: relative;
}

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

.home-entry .copy {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	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 #c8b450;
	color: #c8b450;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	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: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	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: #c8b450;
	text-decoration: underline;
}

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

.home-entry > .button a {
	background-color: #c8b450;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	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: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	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: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	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 35px;
	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 .tel-wrap .gallery {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	text-align: center;
	text-indent: 0.2em;
}

.home-entry .holiday {
	border: 1px solid #fff;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	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%
	}
}


/* ---------------------- */
/* location */
/* ---------------------- */

#location {
	background-color: #1e1e1e;
	padding: 150px 0 70px;
}

@media screen and (max-width: 736px) {
	#location {
		padding: 60px 0;
	}

	#location .content-primary {
		margin: 0;
	}
}

.home-location .headding {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 39px;
	letter-spacing: 0.4em;
	margin-bottom: 80px;
	text-align: center;
	text-shadow: 0px 0px 7px #fff;
}

@media screen and (max-width: 736px) {
	.home-location .headding {
		font-size: 24px;
		margin-bottom: 50px;
	}
}

.home-location .title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 2;
	margin-bottom: 45px;
	text-align: center;
	text-shadow: 0px 0px 5px #fff;
}

@media screen and (max-width: 736px) {
	.home-location .title {
		font-size: 15px;
		margin-bottom: 55px;
	}
}

.home-location .map-image {
	margin-bottom: 60px;
}

@media screen and (max-width: 736px) {
	.home-location .map-image {
		margin-bottom: 40px;
	}
}

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

.home-location .wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

@media screen and (max-width: 736px) {
	.home-location .wrap {
		margin-bottom: 40px;
		padding: 0 20px;
	}
}

.home-location .wrap .list {
	margin-right: 4%;
	margin-bottom: 25px;
	width: 22%;
}

@media screen and (max-width: 736px) {
	.home-location .wrap .list {
		margin-right: 3.6%;
		margin-bottom: 30px;
		width: 48.2%
	}
}

.home-location .wrap .list:nth-child(4n) {
	margin-right: 0;
}

.home-location .wrap .list:nth-last-child(-n+4) {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
	.home-location .wrap .list:nth-child(2n) {
		margin-right: 0;
	}

	.home-location .wrap .list:nth-last-child(-n+4) {
		margin-bottom: 30px;
	}

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

.home-location .wrap .list img {
	height: auto;
	margin-bottom: 12px;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.home-location .wrap .list img {
		margin-bottom: 10px;
	}
}

.home-location .wrap .list .text {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

@media screen and (max-width: 736px) {
	.home-location .wrap .list .text {
		font-size: 12px;
	}
}

.home-location .wrap .list .text span {
	display: inline-block;
	font-size: 21px;
	margin: 0 3px;
}

@media screen and (max-width: 736px) {
	.home-location .wrap .list .text span {
		font-size: 18px;
	}
}

.home-location .info {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
}

@media screen and (max-width: 736px) {
	.home-location .info {
		line-height: 1.5;
		padding: 0 20px;
	}
}

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

#model {
	padding: 315px 0 105px;
	position: relative;
}

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

.home-model .title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	letter-spacing: 0.44em;
	margin-bottom: 60px;
	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: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.4em;
	margin-bottom: 170px;
	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: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	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: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	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;
	}
}