@charset "UTF-8";
#main:after, .product ul:after, #store1_soldout ul:after, #store3 dl.otanoshimi dd:after, #info:after {
	content: "";
	display: table;
	clear: both;
}

.column .column2 .colL dt, .main_text, .lead p, #resale h3, #soldout h3, #store1 h4, #store1_soldout h3, #store2 h4, #store3 h4, .column h3, #site h3, #shop h3, #info h3, #main ul > li > a, .lead dl dd > strong, #about h3, .product h4, #popupstore h3, #store1 h5, #store3 .column2 .colR dl dt, #store3 dl.otanoshimi dt, #site dt, #shop dt, #info dt, #link {
	font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#share, #making, #info, .lead, #shiro, #popupstore, #store2 {
	background-color: rgba(60, 55, 54, 0.64);
	/*display: none;*/
}

#site, .lead.white, #resale, #soldout, #about, #sumi, #store1, #store1_soldout, #store3, #shop, #link {
	/*display: none;*/
	background-color: rgba(255, 255, 255, 0.9);
	color: #3C3736;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

#footer {
	/*display: none;*/
}

.lead.white p {
	color: #3C3736;
}

.lead p {
	font-size: 19px;
	line-height: 2.15;
}

.store {
	display: block;
	margin-bottom: 14px;
}

#resale h3, #soldout h3, #store1 h4, #store1_soldout h3, #store2 h4, #store3 h4, #shop h3 {
	font-size: 27px;
	line-height: 1.8;
}

.column h3, #info h3 {
	font-size: 19px;
	line-height: 1.8;
}
	
	/* home */
#background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	z-index: -2;
}

#background .img_caption {
	position: absolute;
	left: 45px;
	bottom: 45px;
	font-size: 13px;
}

#bgMovie {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}

#lakagu {
	display: none;
	position: fixed;
	width: 100%;
	background: url(../images/home/bg_lakagu.jpg) no-repeat center top/cover;
	z-index: -1;
}

#headerSub {
	top: -220px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#headerSub.active {
	top: 0;
}

#header {
	background-color: transparent;
}

.home_logo_ldkware svg {
	width: 160px;
}

#header .content {
	min-height: 0;
}

#main {
	position: relative;
	height: calc(100% - 110px);
}

#main .content {
	/*display: none;*/
}

#main .scrollDown {
	position: absolute;
	bottom: 24px;
	left: 50%;
	margin-left: -13px;
}

#main .scrollDown > a {
	display: block;
	width: 26px;
	margin: 0 auto;
}

#main .scrollDown > a > img {
	display: block;
	width: 100%;
}

.main_nav {
	width: 640px;
	margin: 50px auto;
	text-align: center;
}

.main_nav li {
	display: inline-block;
	margin-right: 35px;
	font-size: 15px;
}

.main_nav li:last-child {
	margin-right: 0;
}

.main_nav li a {
	color: #fff;
}

#resale, #soldout {
	padding-top: 60px;
	padding-bottom: 60px;
}

#resale h3, #soldout h3 {
	font-size: 39px;
}

.lead {
	padding-top: 60px;
	padding-bottom: 90px;
}

.lead p {
	text-align: center;
}

.lead dl {
	margin-top: 60px;
}

.lead dl dt {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	text-align: center;
	width: 130px;
	line-height: 1;
}

.lead dl dt > img {
	display: block;
	margin-bottom: 10px;
}

.lead dl dt > span {
	font-size: 14px;
}

.lead dl dd {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.86;
}

.lead dl dd > strong {
	display: block;
	margin: 26px 0 16px 0;
	font-size: 29px;
	line-height: 1;
}

.lead dl dd > .date {
	font-size: 30px;
	text-align: left;
	margin: 30px 0 0;
	padding: 0;
	line-height: 1;
}

.lead dl dd > .name {
	font-size: 24px;
	text-align: left;
	margin: 20px 0;
	padding: 0;
	line-height: 1;
}

#about {
	padding-top: 80px;
	padding-bottom: 106px;
}

#about .content {
	/*padding: 0 4%;*/
}

#about h3 {
	font-size: 45px;
	line-height: 1.55;
}

#about h3 span {
	color: #FF4000;
}

.product {
	padding-top: 86px;
	padding-bottom: 110px;
}

.product h4 {
	font-size: 25px;
	margin-bottom: 64px;
	line-height: 1;
}

.product h4 > span {
	font-size: 17px;
	vertical-align: middle;
}

.product ul > li {
	float: left;
	width: 24.4%;
}

.product ul > li a {
	display: block;
	text-align: center;
	cursor: pointer;
}

.product ul > li a > img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.product ul > li + li {
	margin-left: 0.8%;
}

.product .content, #about .content {
	width: 95%;
}

#shiro ul > li a span {
	color: #fff;
}

#sumi ul > li a span {
	color: #3C3736;
}

.column {
	padding-top: 70px;
	padding-bottom: 80px;
}

.column .content {
	padding: 0 6%;
}

.column .column2 .colL dl {
	width: 420px;
}

.column .column2 .colR > div {
	width: 380px;
	padding-top: 0;
}

.column .column2 .colR > div img.auto {
	width: 100%;
}

.column h3 {
	margin-bottom: 36px;
	text-align: center;
}

.column .column2 .colL dt {
	font-size: 24px;
	line-height: 1.8;
}

.column .column2 .colL dd {
	padding: 20px 0;
}

.column .column2 .colL dd h4 {
	padding: 0 0 10px;
}

.column dt span {
	font-size: 13px;
}

.column dd > div {
	width: 100%;
	max-width: 360px;
	margin: 30px 0;
}

.column dd > div img {
	width: 100%;
}

.column dd > div a:hover {
	opacity: 1;
}

.column dd p {
	margin-bottom: 30px;
}

.showroom_photo {
	text-align: left;
	position: relative;
}

.showroom_photo a.new:before {
	content: '';
	width: 62px;
	height: 62px;
	background-image: url("../images/showroom_new.png");
	background-size: 62px 62px;
	background-repeat: no-repeat;
	position: absolute;
	right: -40px;
	top: 30px;
	display: block;
}

.column h3.showroom_title {
	font-size: 20px;
	text-align: left;
	margin-bottom: 10px;
}

.showroom_title span.showroom_title_name {
	font-size: 13px;
}

.showroom_title span.showroom_title_num {
	display: inline-block;
	font-size: 18px;
	background-image: url(../images/ldkware_frame.svg);
	background-repeat: no-repeat;
	width: 38px;
	height: 33px;
	background-size: 38px 32px;
	text-align: center;
	background-position: left 3px;
}

#popupstore {
	padding-top: 80px;
	padding-bottom: 200px;
}

#popupstore .column2 {
	margin-top: 40px;
}

#popupstore h3 {
	font-size: 45px;
	line-height: 1.55;
}

#popupstore p {
	padding-top: 30px;
}

#store1 {
	padding-top: 60px;
	padding-bottom: 76px;
}

#store1 .colL {
	width: 57.4%;
}

#store1 .colR {
	width: 42.6%;
	margin-top: 14px;
	padding-left: 2.6%;
	padding-right: 2.6%;
	padding-bottom: 26px;
	border-top: 3px solid #FF4000;
	border-bottom: 3px solid #FF4000;
}

#store1 h4 + p {
	margin-top: 40px;
}

#store1 h5 {
	font-size: 20px;
	line-height: 40px;
}

#store1 h5 span {
	display: inline-block;
	margin-right: 14px;
	padding: 0 7px;
	border: 3px solid #FF4000;
	border-top: none;
	font-size: 27px;
	color: #FF4000;
}

#store1 .itemImage {
	margin-top: 12px;
}

#store1 .itemImage > img {
	width: 100%;
}

#store1 .itemTitle {
	margin-top: 26px;
	line-height: 1.4;
}

#store1 .itemTitle > img {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}

#store1 .itemTitle > span {
	display: inline-block;
	margin-bottom: 20px;
	line-height: 35px;
}

#store1 dd {
	font-size: 14px;
}

#store1_soldout {
	padding-top: 54px;
	padding-bottom: 104px;
}

#store1_soldout ul {
	margin-top: 64px;
}

#store1_soldout ul > li {
	float: left;
	width: 24%;
}

#store1_soldout ul > li > img {
	width: 100%;
}

#store1_soldout ul > li + li {
	margin-left: 1%;
}

#store2 {
	padding-top: 66px;
	padding-bottom: 132px;
}

#store2 h4 {
	margin-bottom: 40px;
}

#store2 .colR {
	display: block;
	width: 368px;
}

#store3 {
	padding-top: 54px;
	padding-bottom: 68px;
}

#store3 h4 {
	display: inline-block;
	margin-right: 32px;
	vertical-align: top;
}

#store3 h4 + p {
	display: inline-block;
	vertical-align: top;
}

#store3 .column2 {
	margin-top: 60px;
}

#store3 .column2 .colL {
	width: 54.6%;
	padding-right: 5%;
}

#store3 .column2 .colL dl + dl {
	margin-top: 80px;
}

#store3 .column2 .colR {
	width: 45.4%;
}

#store3 .column2 .colR dl {
	font-size: 12px;
}

#store3 .column2 .colR dl dt {
	font-size: 13px;
}

#store3 .column2 .colR dl + dl {
	margin-top: 28px;
}

#store3 dl.otanoshimi dt {
	margin-bottom: 26px;
	font-size: 17px !important;
	line-height: 1.6;
}

#store3 dl.otanoshimi dd > img {
	display: block;
	float: left;
	width: 98px;
}

#store3 dl.otanoshimi dd p {
	font-size: 13px;
	margin-left: 111px;
}

#shop {
	padding-top: 70px;
	padding-bottom: 74px;
}

#shop h3 {
	text-align: center;
}

#shop h3 + p {
	margin: 12px auto 0 auto;
	width: 430px;
}

#shop .column2 {
	margin-top: 50px;
}

#info {
	padding-top: 64px;
	padding-bottom: 64px;
}

#info h3 {
	text-align: center;
	margin-bottom: 50px;
}

#info dl {
	display: inline-block;
	vertical-align: top;
}

#info dl + dl {
	margin-left: 50px;
}

#info dl:last-child {
	float: right;
	width: 150px;
}

#info dl:last-child a {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #fff;
	border-radius: 8px;
	text-align: center;
	font-size: 12px;
	line-height: 46px;
	color: #fff;
	cursor: pointer;
}

#info dt {
	font-size: 18px;
	margin-bottom: 8px;
}

#info dt .small {
	font-size: 16px;
}

#info dd {
	font-size: 14px;
}

#info dd ul {
	font-size: 12px;
	line-height: 1.6;
}

#info .content {
	width: calc(100% - 50px);
	margin: 0 auto;
}

#link {
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom: 2px solid #3C3736;
	text-align: center;
	font-size: 17px;
}

#link ul {
	max-width: 485px;
	margin: 70px auto 0 auto;
}

#link ul > li {
	display: inline-block;
	vertical-align: top;
}

#link ul > li > a {
	display: block;
	width: 82px;
	height: 72px;
	padding-top: 36px;
	background: url(../images/house.png) no-repeat center top/contain;
	line-height: 1;
}

#link ul > li + li {
	margin-left: 180px;
}

ul.articleIndex > li {
	margin-left: 2.35em;
	margin-bottom: 5px;
	text-align: left;
	text-indent: -2.35em;
	font-size: 15px;
	line-height: 1.6;
}

ul.articleIndex > li em {
	color: #fff;
}

ul.articleIndex > li span {
	color: #FF4000;
}

@media (max-width: 1024px) {
	#share, #making, #info, .lead, #shiro, #popupstore, #store2 {
		display: block;
	}

	#site, .lead.white, #resale, #soldout, #about, #sumi, #store1, #store1_soldout, #store3, #shop, #link {
		display: block;
	}

	#footer {
		display: block;
	}

	#main .content {
		display: block;
	}

	#main h2 {
		float: none;
		width: 68.84058%;
		margin: 0 auto;
	}
	#main ul {
		text-align: center;
		padding-top: 0px;
	}
	#main ul > li {
		display: block;
	}
	#main ul > li + li {
		margin-top:	5px;
		margin-left: 0;
	}
	#resale .adj, #soldout .adj {
		display: none;
	}
	#resale .colL, #soldout .colL {
		float: none;
	}
	#resale .colR, #soldout .colR {
		float: none;
		margin-top: 30px;
	}
	.lead .adj {
		display: none;
	}
	.lead .colL {
		float: none;
	}
	.lead .colR {
		float: none;
	}
	.lead p {
		text-align: left;
	}
	.lead dl dt {
		text-align: left;
	}
	#about .adj {
		display: none;
	}
	#about .colL {
		float: none;
	}
	#about .colR {
		float: none;
		margin-top: 30px;
	}
	#popupstore .adj {
		display: none;
	}
	#popupstore h3 {
		float: none;
		font-size: 30px;
	}
	#popupstore .colR {
		float: none;
	}
	#store1 .adj {
		display: none;
	}
	#store1 .colL {
		float: none;
		width: 100%;
	}
	#store1 .colR {
		float: none;
		width: 100%;
		max-width: 600px;
		margin: 60px auto 0 auto;
	}
	#store1 h4 + p {
		margin-top: 20px;
	}
	#store1_soldout .colL {
		float: none;
	}
	#store1_soldout .colR {
		float: none;
		margin-top: 30px;
	}
	#store2 .colL {
		float: none;
	}
	#store2 .colR {
		float: none;
		width: 100%;
		max-width: 500px;
		margin-top: 30px;
	}
	#store3 .adj {
		display: none;
	}
	#store3 h4 {
		display: block;
		margin-right: 0;
	}
	#store3 h4 + p {
		display: block;
		margin-top: 20px;
	}
	#store3 .column2 .colL {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#store3 .column2 .colL dl + dl {
		margin-top: 40px;
	}
	#store3 .column2 .colR {
		float: none;
		width: 100%;
		margin-top: 40px;
	}
	#store3 dl.otanoshimi dt {
		margin-bottom: 16px;
		font-size: 17px;
		line-height: 1.6;
	}
	#store3 dl.otanoshimi dd > img {
		display: block;
		float: left;
		width: 98px;
	}
	#store3 dl.otanoshimi dd p {
		font-size: 13px;
		margin-left: 111px;
	}
	
	#shop h3 {
		text-align: left;
	}
	#shop h3 + p {
		width: auto;
	}
	#shop .column2 {
		margin-top: 30px;
	}
	#shop .colL {
		float: none;
	}
	#shop .colR {
		float: none;
		margin-top: 30px;
	}
	#info h3 {
		text-align: left;
		margin-bottom: 30px;
	}
	#info dl {
		display: block;
		margin-top: 30px;
	}
	#info dl + dl {
		margin-left: 0;
	}
	#info dl:last-child {
		float: none;
	}
	#info dt {
		margin-bottom: 6px;
	}
}

@media (min-width: 701px) {
	#main .main_text.pc {
		display: block;
		font-size: 46px;
		line-height: 80px;
		width: 640px;
		margin: 0 auto;
	}
	
	#main .main_text.pc img {
		margin: 50px auto 0 150px;
	}

	#main .main_text.sp {
		display: none;
	}
}

@media (max-width: 700px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.column .column2 .colR > div img.original {
		width: 173px;
	}

	.column .column2 .colR > div img.auto {
		width: 100%;
	}

	.content {
		width: calc(100% - 24px);
	}

	.adj {
		display: none;
	}
	.lead p {
		font-size: 16px;
	}
	#resale h3, #soldout h3, #store1 h4, #store1_soldout h3, #store2 h4, #store3 h4, #site h3, #shop h3, #info h3 {
		font-size: 20px;
	}
	#info h3 {
		text-align: center;
	}
	#main {
		padding-top: 0;
	}
	.lead {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.lead dl dt {
		display: block;
		margin-right: 0;
		text-align: center;
		width: 100%;
	}
	.lead dl dt > img {
		display: inline-block;
		margin-bottom: 10px;
	}
	.lead dl dd {
		display: block;
		text-align: center;
	}
	.lead dl dd .date,
	.lead dl dd .name {
		text-align: center;
	}
	#about {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.product {
		padding-top: 66px;
		padding-bottom: 60px;
	}
	.product h4 {
		margin-bottom: 32px;
	}
	.product ul > li {
		width: 49%;
		margin-bottom: 60px;
	}
	.product ul > li a > img {
		margin-bottom: 10px;
	}
	.product ul > li + li {
		margin-left: 1.6%;
	}
	.product ul > li:nth-child(3) {
		margin-left: 0;
	}
	#popupstore {
		padding-top: 60px;
		padding-bottom: 160px;
	}
	#store1 {
		padding-top: 40px;
		padding-bottom: 56px;
	}
	#store2 {
		padding-top: 46px;
		padding-bottom: 82px;
	}
	#site {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	#shop {
		padding-top: 50px;
		padding-bottom: 54px;
	}
	#link {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#link .content p {
		text-align: left;
	}
	#link .content ul {
		margin-top: 40px;
	}
	#link .content ul > li + li {
		margin-left: 5.15464%;
	}
	.home_logo_ldkware {
		width: 100%;
	}
	.home_logo_ldkware svg {
		width: 140px;
		height: 140px;
		left: 50%;
		top: 30px;
		position: relative;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.main_nav {
		width: 100%;
		margin-top: 20px;
	}
	.main_nav li {
		margin: 0;
	}
	#main .content {
		position: relative;
		height: 100%;
	}
	#main .main_text.pc {
		display: none;
	}
	#main .main_text.sp {
		display: block;
		width: 280px;
		text-align: left;
		font-size: 20px;
		margin: 120px auto 0;
	}
	#main .main_text.sp img {
		width: 100%;
		margin-top: 20px;
	}
	#info dd {
		text-align: left;
	}
	#info dl:last-child {
		float: none;
		width: auto;
	}
	#background {
		/*background-image: url(../images/home/bg_shozo_sp.jpg);*/
	}
	.column .column2 .colL, .column .column2 .colR {
		float: none;
	}

	.column .column2 .colL dl {
		width: 100%;
	}
	.column .column2 .colR > div {
		width: 100%;
		padding-top: 0;
	}
	.column .column2 .colR > div img {
		width: 100%;
	}

	.showroom_photo a.new:before {
		right: -35px;
		top: 60px;
	}

	.column .column2 .colR > div.showroom_photo > .showroom_title img {
		width: 60%;
	}
}

@media (max-width: 500px) {
	#about h3 {
		font-size: 30px;
	}
	#store1_soldout ul {
		margin-top: 40px;
	}
	#store1_soldout ul > li {
		float: left;
		width: 46%;
		margin-top: 10px;
	}
	#store1_soldout ul > li + li {
		margin-left: 4%;
	}
	#store1_soldout ul > li:nth-child(3) {
		margin-left: 0;
	}
	#background .img_caption {
		font-size: 10px;
		position: absolute;
		left: 10px;
		bottom: 13px;
		color: #fff;
		writing-mode: vertical-lr;
		z-index: 100;
	}
}
