@charset "utf-8";

html,
body,
.page,
#container {
	height: 100%;
}

#gHeader {
	border-bottom: none;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
	transition: 1s;
	opacity: 1;
}

#gHeader.hide {
	opacity: 0;
}


#gHeader .dropDown ,
#gHeader .dropDown02 {
	transition: background 0.3s ease-in;
}

#mainImage {
	height: 100%;
	position: relative;
	overflow: hidden;
}
#mainImage .anniversary {
	position: absolute;
    right: 0;
    top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 206px;
	width: 240px;
	opacity: 0;
	transition: opacity 2s;
	transition-delay: .1s;
}

#mainImage.active .anniversary {
	opacity: 1;
}

#mainImage .bg {
	position: relative;
	height: 100%;
	background: url(../imgs/img-main.jpg) 50% 50% no-repeat;
	background-size: cover;
	opacity: 0;
	transform: scale(1.1);
	transition: 2s;
	transition-delay: 1s;
}
#mainImage.active .bg {
	opacity: 1;
	transform: scale(1);
}
#mainImage .text {
	/*width:  38.194%;*/
	position: absolute;
	left: 50%;
	bottom: 6.649%;
	transform: translateX(-516px);
}
#mainImage .text01,
#mainImage .text02 {
	opacity: 0;
	transform: translateY(50px);
	transition: 2s;
	vertical-align: top;
}
#mainImage .text01 {
	transition-delay: 4.3s;
	margin-left: 0;
	margin-bottom: 20px;
	display: block;
}
#mainImage .text02 {
	transition-delay: 2.6s;

}

#mainImage.active .text01,
#mainImage.active .text02 {
	opacity: 1;
	transform: translateY(0);
}

@media only screen and (max-width:768px) {
	#mainImage.active .anniversary {
		width: 100%;
		height: 400px;
		text-align: center;
		margin: 0;
		top: 0;
		bottom: inherit;
	}
	#mainImage.active .anniversary img{
		max-width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
}

@media only screen and (max-width:1070px) {
	#mainImage .text {
		left: 10px;
		transform: translateX(0);
	}
	#mainImage .anniversary {
		right: 10px;
		transform: translateX(0);
	}
}
@media only screen and (max-width:959px) {
	#gHeader {
		border-bottom: none;
	}
	#gHeader.ghost {
		background-color: #fff;
		box-shadow: none;
	}
	#gHeader.ghost .top strong,
	#gHeader.ghost .mind a,
	#gHeader.ghost .lineup a,
	#gHeader.ghost .results a,
	#gHeader.ghost .customize a {
		background-image: none;
	}
	#mainImage .anniversary img {
		width: 180px;
	}
/*
}
@media only screen and (max-width:640px) {
*/
	html,
	body,
	.page,
	#container {
		height: auto;
	}

	#mainImage {
		margin-top: 65px;
		height: auto;
	}
	#mainImage .bg {
		height: 400px;
		transform: scale(1,1) !important;
	}
	#mainImage img.sp {
		display: block;
		width: 100%;
	}
	#mainImage .sp.txt {
		display: block;
		padding: 20px 20px 0;
		font-family: serif;
		font-size: 14px;
		line-height: 2;
		text-align: center;
		opacity: 0;
		transition: 2s;
		transition-delay: 4s;
	}
	#mainImage .sp.txt h3 {
		margin-bottom: 20px;
		font-size: 20px;
		color: #aa8420;
	}
	#mainImage .sp.txt.active {
		opacity: 1;
		transform: translateY(0);
	}

	#mainImage .text {
		display: none;
		width:  auto;
		position: static;
		transform: none;
	}
}
@media only screen and (max-width:425px) {
	#mainImage .bg {
		height: 270px;
	}
	#mainImage .anniversary {
		height: 270px !important;
	}
}


#mainContent {
	margin-top: -90px;
	padding-top: 90px;
}

#mainContent section{
	margin: 100px 0 0;
}
#mainContent section .title {
	margin: 0 0 30px;
}
#mainContent #brand {
	margin: 100px 0 0;
}
#brand a{
	height: 200px;
}

#lineup img {
	vertical-align: bottom;
}

#lineup a .text ,
#brand a .text ,
#topics a.bnr .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	backface-visibility: hidden;
}
#lineup a .text {
	top: auto;
	bottom: 0;
	-webkit-transform: translateY(0) translateX(-50%);
	-ms-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%);
}



#topics a img {
	vertical-align: bottom;
}

#topics .bnr_gooddesign .pc {
	letter-spacing: -0.4em;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}
#topics .bnr_gooddesign .pc > div {
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: normal;
}
#topics .bnr_gooddesign a .logo {
	width: 25%;
}
#topics .bnr_gooddesign a .photo {
	width: 75%;
	overflow: hidden;
}
#topics .bnr_gooddesign a .logo img {
	width: 100%;
}
#topics .bnr_gooddesign a .photo img {
	transition: 0.5s ease-out;
	width: 100%;
}
#topics .bnr_gooddesign a:hover .photo img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


#gallery .slide_wrap {
	position: relative;
}
#gallery .over_link {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    z-index: 999;
	opacity: 0;
	transition: 1s;
}
#gallery .over_link:hover {
	opacity: 0.5;
}
#gallery li {
	display: inline-block;
	width: 215px;
	overflow: hidden;
}
#gallery li img {
	vertical-align: top;
}
#gallery a {
	height: 350px;
}
#gallery .text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	opacity: 0;
	transition: opacity 1s;
	transform: translateY(-50%);
}
#gallery a:hover .text {
	opacity: 1;
}
#gallery .bx-wrapper {
	max-width: none !important;
}

#topics li {
	display: inline-block;
	width: 50%;
}
#topics li img {
	vertical-align: top;
}
#topics a.bnr {
	margin-bottom: 80px;
}
#topics .text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	/*opacity: 0;*/
	transition: 1s;
	transform: translateY(-50%);
}
#topics a:hover .text {
	opacity: 1;
}
#topics a.design img {
	vertical-align: bottom;
	transition: opacity 0.5s ease-out;
	backface-visibility: hidden;
}
#topics a.design:hover img {
	opacity: 0.5;
}

@media only screen and (max-width:640px) {
	#mainContent section{
		margin: 9.375% 0 0;
	}
	#mainContent section .title {
		margin: 0 4.688% 4.688%;
	}

	#mainContent #brand {
		margin: 9.375% 0 0;
	}
	#brand a {
		height: auto;
		/*margin: 0 4.688%;*/
	}
	#brand a img {
		vertical-align: top;
	}
	#brand a .text {
		display: none;
	}

	#gallery li {
		width: 33.594%;
	}
	#gallery a {
		height: auto;
	}
	#gallery .text {
		display: none;
	}

	#topics a {
		display: block;
		text-align: center;
		/*width: 78.125%;*/
		margin: 0 auto;
	}
	#topics a.design:hover img {
		opacity: 1;
	}
	#topics a.bnr {
		margin-bottom: 30px;
	}
	#brand a, #topics a.bnr {
		height: auto;
	}
	#topics .text {
		display: none;
	}
	.bnr_gooddesign .pc {
		display: none;
	}




	#mansion {
		margin: 7.812% 0 0;
		padding: 0 4.688%;
	}
}


#pageDown {
    width: 45px;
    border: 1px solid #8c8c8c;
    padding: 6px 0 13px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    text-align: center;
	color: #222;
    z-index: 999;
	display: none;
	opacity: 1;
	transition: opacity 1s;
	text-decoration: none;
}

#pageDown string {
	display: block;
	font-size: 10px;
    color: #afafaf;
}

#pageDown.ghost {
	opacity: 0;
}

#pageDown img {
	vertical-align: bottom;
    transition: 0.5s;
}

#pageDown:hover img {
    transform: translateY(5px);
}


/* #original .panelArea {
	letter-spacing: -0.4em;
}
#original .panelArea > div.panel {
	width: 32%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
	position: relative;
	margin-bottom: 2%;
}

#original .panelArea .limited {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
	display: inline-block;
}
#original .panelArea > div.panel + .panel {
	margin-left: 2%;
}
#original .panelArea > div.panel:nth-child(3n+1) {
	margin-left: 0%;
}
#original .panelArea > div.panel:nth-last-of-type(1) {
	margin-bottom: 0;
}
#original .panelArea > div.panel img {
	vertical-align: bottom;
}

#original .panelArea > div.panel a .text {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	width: 100%;
	box-sizing: border-box;
	transition: all 0.5s ease-out;
}
#original .panelArea > div.panel a {
	position: relative;
}
#original .panelArea > div.panel a:hover .text {
	background: #33322e;
}
#original .panelArea > div.panel a .text span {
	display: inline-block;
	position: relative;
}
#original .panelArea > div.panel a span.gooddesign {
	width: 10.625%;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 999;
}
#original .panelArea > div.panel a .text > span img {
	transition: opacity 0.5s ease-out;
}
#original .panelArea > div.panel a:hover .text > span img {
	opacity: 0;
}
#original .panelArea > div.panel a:hover span.gooddesign img {
	opacity: 1;
}
#original .panelArea > div.panel a:hover span.gooddesign:before {
	content: none;
}
#original .panelArea > div.panel a .text > span:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease-out;
}
#original .panelArea > div.panel a:hover .text span:before {
	opacity: 1;
}
#original .panelArea > div.panel01 a .text span:before {
	background: url(../imgs/txt-original01_ov.png) no-repeat left center;
	background-size: 100% 100%;
}
#original .panelArea > div.panel02 a .text span:before {
	background: url(../imgs/txt-original02_ov.png) no-repeat left center;
	background-size: 100% 100%;
}
#original .panelArea > div.panel03 a .text span:before {
	background: url(../imgs/txt-original03_ov.png) no-repeat left center;
	background-size: 100% 100%;
}
#original .panelArea > div.panel04 a .text span:before {
	background: url(../imgs/txt-original04_ov.png) no-repeat left center;
	background-size: 100% 100%;
}
#original .panelArea > div.panel05 a .text span:before {
	background: url(../imgs/txt-original05_ov.png) no-repeat left center;
	background-size: 100% 100%;
}
#original .panelArea > div.panel06 a .text span:before {
	background: url(../imgs/txt-original06_ov.png) no-repeat left center;
	background-size: 100% 100%;
}
#original .panelArea > div.panel07 a .text span:before {
	background: url(../imgs/txt-original07_ov.png) no-repeat left center;
	background-size: 100% 100%;
}
#original .panelArea > div.panel08 a .text span:before {
	background: url(../imgs/txt-original08_ov.png) no-repeat left center;
	background-size: 100% 100%;
}
#original .wrap {
	padding: 0 4.688%;
}

@media screen and (max-width:768px) {
	.darkerBg:hover .bg {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	#original .panelArea > div.panel a:hover .text {
		background: rgba(255,255,255,0.9);
	}
	#original .panelArea > div.panel a:hover .text span img {
		opacity: 1;
	}
	#original .panelArea > div.panel a .text span:before {
		content: none;
	}
}

@media screen and (max-width:640px) {
	#original .panelArea > div.panel {
		width: 48.5%;
	}
	#original .panelArea > div.panel + .panel {
		margin-left: 3%;
	}
	#original .panelArea > div.panel + .panel:nth-child(2n+1) {
		margin-left: 0;
	}
	#original .panelArea > div.panel a .text span.gooddesign {
		width: 43.214285714%;
		position: absolute;
		top: -37%;
		left: 5px;
		right: auto;
	}
	#original .panelArea .limited {
		width: 41.071428571%;
		position: absolute;
		top: auto;
		bottom: 33%;
		left: 5px;
		z-index: 5;
	}
	#original .panelArea > div.panel {
		margin-bottom: 3%;
	}
} */

.wrap .title span {
	display: none;
}
@media screen and (max-width:640px) {
	.wrap .title img {
		display: none;
	}
	.wrap .title span {
		display: block;
		text-align: center;
		font-size: 23px;
		color: #a79242;
		font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
}
