@charset "UTF-8";
/*.共通部分.*/

/* HOME */
#HOME .index-slider-wrap {
	left: 50%;
	margin-left: -700px;
	overflow: hidden;
	position: absolute;
	width: 1400px;
}
#HOME .index-slider-wrap li.init-hdn {
    display: none;
}
#HOME .bx-viewport #IMG-SLIDER li {
    display: block !important;
}
#HOME .main{
	margin-top: 500px
}
#HOME .link-btn{
	margin-bottom: 33px;
}
#HOME .link-btn ul{
	width: 1080px;
	margin-right: -1px;
}
#HOME .link-btn ul li{
	float: left;
	overflow: hidden;
	display: block;
	width: 153px;
	margin-right: 1px;
}
#HOME .photo{
	margin-left: -160px;
	overflow: hidden;
	width: 1400px;
}
#HOME .product-list-clm{
	margin-bottom: 77px;
}
#HOME .product-list{
	margin-right: -1px;
}
#HOME .product-list li{
	float: left;
	display: block;
	overflow: hidden;
	margin: 0 1px 1px 0;
}
#HOME .product-list .jewelry{
	background: url(/imgs/home/jewelry.jpg) no-repeat;
}
#HOME .product-list .fashion{
	background: url(/imgs/home/fashion.jpg?t=2507) no-repeat;
}
#HOME .product-list .wedding{
	background: url(/imgs/home/wedding.jpg?t=2212) no-repeat;
}
#HOME .product-list .kagayuzen{
	background: url(/imgs/home/kagayuzen.jpg) no-repeat;
}
#HOME .product-list .kimono{
	background: url(/imgs/home/kimono.jpg) no-repeat;
}
#HOME .product-list .foundation{
	background: url(/imgs/home/foundation.jpg) no-repeat;
}
#HOME .product-list .leasing{
	background: url(/imgs/home/leasing.jpg) no-repeat;
}
#HOME .product-list .asagi{
	background: url(/imgs/home/asagi.jpg) no-repeat;
}
#HOME .product-list .tango {
	background: url(/imgs/home/tango.jpg) no-repeat;
}
#HOME .product-list .engi{
	background: url(/imgs/home/engi.jpg) no-repeat;
	width: 359px;
	height: 200px;
}

#HOME .product-list .engi .engi_ttl{
	display: inline-block;
	width: 230px;
	margin-top: 22px;
	margin-left: 65px;
}
#HOME .product-list .engi .engi_clm{
	display: block;
	margin-top: 11px;
	margin-left: 27px;
}
#HOME .product-list .engi .engi_btn{
	float: left;
	width: 153px;
}
#HOME .product-list li  a.mouse-over:hover p{
	background: rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#HOME .product-list li.fashion  a.mouse-over:hover p,
#HOME .product-list li.asagi  a.mouse-over:hover p{
	background: rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#HOME .product-list li.fashion  a.mouse-over img,
#HOME .product-list li.wedding  a.mouse-over img{
	opacity: 0.8 !important;
}
#HOME .product-list li.asagi  a.mouse-over img,
#HOME .product-list li.tango a.mouse-over img{
	opacity: 0.8 !important;
}

#HOME .product-list li a.mouse-over:hover img{
	opacity: 1 !important;
}
#HOME .product-list li.engi  a.mouse-over img{
	opacity: 1 !important;
}
#HOME .product-list li.engi  a.mouse-over:hover img{
	opacity: 0.6 !important;
}
#HOME .topics-clm {
	float: left;
	margin-right: 36px;
	width: 684px;
}
#HOME .topics-clm h2 {
	float: left;
	font-size: 1.428em;
	color: #626262;
}
#HOME .topics-clm h2 span {

	font-size: 0.8em;
	padding-left: 16px;
}
#HOME .topics-clm .more {
	color: #626262;
	float: right;
	margin: 10px 0 21px;
}
#HOME .topics-clm .archive  {
	float: right;
}
#HOME .topics-clm .archive .more {
	float: left;
	margin-left: 1.75em;
}
#HOME .topics-clm tab-wrapper {
	margin-bottom: 42px;
}
#HOME .topics-clm .tab-wrapper ul.tab-cat {
	margin-right: -1px;
}
#HOME .topics-clm .tab-wrapper ul.tab-cat li a{
	float: left;
	background:url(/imgs/news/tab.png) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	margin-right: 1px;
	padding: 8px 0 13px;
	text-align: center;
	width: 131px;
}
#HOME .topics-clm .tab-wrapper ul li a:hover,
#HOME .topics-clm .tab-wrapper ul li.js-tab-active a {
	background:url(/imgs/news/tab-active.png) no-repeat;
	background-size: 100% auto;
	color: #ffffff;
}
#HOME .topics-clm .topics-list-wrapper {
	display: none;
}
#HOME .topics-clm .topics-list-wrapper.tab-01,
#HOME .topics-clm .topics-list-wrapper.tab-blog {
	display: block;
}
#HOME .topics-clm .topics-list-wrapper .topics{
	padding: 24px 0 68px;
}
#HOME .topics-clm .topics-list-wrapper .date {
	position: relative;
	width: 280px;
	overflow: hidden;
}
#HOME .topics-clm .topics-list-wrapper .topics .detail {
	margin: -1.65em 0 10px 0;
	padding: 0 0 15px 310px;
	border-bottom: 1px solid #dcdcdc;
}
#HOME .topics-clm .topics-list-wrapper .date .category{
	display: inline-block;
	width: 110px;
	text-align: center;
	float: right;
}
#HOME .topics-clm .topics-list-wrapper .topics .date .news{
	background-color: #cf3737;
	color: #ffffff;
}
#HOME .topics-clm .topics-list-wrapper .topics .date .media{
	background-color: #bc5595;
	color: #ffffff;
}
#HOME .topics-clm .topics-list-wrapper .blog .date .kizaemon{
	background-color: #4a5bae;
	color: #ffffff;
}
#HOME .topics-clm .topics-list-wrapper .blog .date .staff{
	background-color: #1a7596;
	color: #ffffff;
}
#HOME .topics-clm .top-blog .tab-wrapper {
	padding-bottom: 24px;
}
#HOME .topics-clm .top-blog .clm {
	padding-bottom: 28px;
}
#HOME .topics-clm .top-blog .photo {
	float: left;
	width: 150px;
	height: 90px;
	overflow: hidden;
	margin: 0;
}
#HOME .topics-clm .top-blog img {
	border: 1px solid #dddddd;
}
#HOME .topics-clm .top-blog .blog {
	float: right;
	width: 513px;
	padding-top: 1.25em;
}
#HOME .topics-clm .top-blog .detail {
	font-size: 128.75%;
	color: #1f579d;
	font-weight: bold;
}
#HOME .bnr-clm {
	float: right;
	width: 359px;
	margin-bottom: 10px;
}
#HOME .bnr-clm .recruit{
	background: url(imgs/home/home_recruit_bnr.jpg?t=2412) center top no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: auto;
	color: #ffffff;
}
#HOME .bnr-clm .recruit h2{
	padding: 14px 20px 0;
}
#HOME .bnr-clm .recruit ul{
	padding: 8px 20px;
}
#HOME .bnr-clm .recruit ul li{
	margin-bottom: 8px;
}
#HOME .bnr-clm .recruit ul li img{
	padding: 2px 8px;
	width: 15px;
}
/*.ご利用に関して.*/
#LEGALNOTICE .top_main_wrap {
	height: 200px;
	margin-bottom: 56px;
}
#LEGALNOTICE .clm{
	margin-bottom: 150px;
}
#LEGALNOTICE .clm p{
	margin-bottom: 28px;
}
#LEGALNOTICE .clm h2{
	font-weight: bold;
	line-height: 30px;
}
/*.個人情報保護方針.*/
#PRIVACY .top_main_wrap {
	height: 200px;
	margin-bottom: 56px;
}
#PRIVACY .clm{
	margin-bottom: 70px;
}
#PRIVACY .clm p{
	margin-bottom: 28px;
}
#PRIVACY .clm h2{
	font-weight: bold;
	line-height: 30px;
}
#PRIVACY .clm ul{
	margin: -21px 0 28px;
}
#PRIVACY .clm ul li{
	list-style: disc;
	margin-left: 14px;
}

/*.NotFound.*/
#NOTFOUND .top_main_wrap {
	height: 200px;
	margin-bottom: 56px;
}
#NOTFOUND .cont_wrapper {
	padding: 70px 0 300px;
}
#NOTFOUND .cont_wrapper .main-cont-01 a:before{
	content: ">";
	display: inline-block;
	font-weight: bold;
	color: #1f579d;
}
@media only screen and (max-width: 640px) {
	/*.共通部分.*/
	#LEGALNOTICE .top_main_wrap,
	#PRIVACY .top_main_wrap,
	#NOTFOUND .top_main_wrap {
	height: auto;
	margin-bottom: 8.75%;
}

/* HOME */
	#HOME .index-slider-wrap {
		left: 0;
		margin-left: 0;
		overflow: visible;
		position: inherit;
		width: 100%;
	}
	#HOME .main{
		margin-top: 5px
	}
	#HOME .link-btn{
		padding-bottom: 7%;
		width: 100%;
	}

	#HOME .link-btn ul{
		width: 101%;
		margin-right: -1%;
		overflow: hidden;
	}
	#HOME .link-btn ul li{
		margin: 0 1% 1% 0;
		width: 49%;
	}
	#HOME .link-btn .jewelry{
		background: url(/imgs/home/jewelry_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	#HOME .link-btn .fashion{
		background: url(/imgs/home/fashion_sp.jpg?t=2507) no-repeat;
		background-size: 100% auto;
	}
	#HOME .link-btn .wedding{
		background: url(/imgs/home/wedding_sp.jpg?t=2212) no-repeat;
		background-size: 100% auto;
	}
	#HOME .link-btn .kagayuzen{
		background: url(/imgs/home/kagayuzen_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	#HOME .link-btn .kimono{
		background: url(/imgs/home/kimono_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	#HOME .link-btn .foundation{
		background: url(/imgs/home/foundation_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	#HOME .link-btn .leasing{
		background: url(/imgs/home/leasing_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	#HOME .link-btn .asagi{
		background: url(/imgs/home/asagi_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	#HOME .link-btn .tango {
		background: url(/imgs/home/tango_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	#HOME .link-btn .engi{
		background: url(/imgs/home/engi_sp.jpg) no-repeat;
		background-size: cover;
	}
	#HOME .link-btn li a.mouse-over:hover p{
		background: rgba(255,255,255,.4);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#HOME .link-btn li a.mouse-over:hover img{
		opacity: 1 !important;
	}
	#HOME .link-btn ul li.engi{
		width: 99%;
	}
	#HOME .link-btn ul li.engi .engi_ttl{
		width: 46.167%;
		float: left;
		margin: 5.833% 10.833% 5.667% 3.333%;
	}
	#HOME .link-btn ul li.engi .engi_clm{
		width: 36.333%;
		float: left;
		margin-top: 5%;
	}
	#HOME .link-btn ul li.engi .engi_btn{
		float: none;
		width: 100%;
		margin-bottom: 3%;
	}
	#HOME .topics-clm {
		width: 100%;
		margin-bottom: 10%;
		float: none;
	}
	#HOME .topics-clm .top-blog .archive {
		margin-bottom: 21px;
	}
	#HOME .topics-clm .top-blog .archive .more {
		margin: 10px 0 0 1.75em;
	}
	#HOME .topics-clm .tab-wrapper ul.tab-cat {
		margin-right: -1%;
		width: 101%;
	}
	#HOME .topics-clm .tab-wrapper ul.tab-cat li#js-tab-01,
	#HOME .topics-clm .tab-wrapper ul.tab-cat li#js-tab-blog{
				width: 26%;
	}
	#HOME .topics-clm .tab-wrapper ul.tab-cat li{
		float: left;
		width: 35%;
		margin: 0 1% 2% 0;

	}
	#HOME .topics-clm .tab-wrapper ul.tab-cat li a{
		border: 1px solid #959595;
		background-image: none;
		padding: 8px 0 4px;
		width: 100%;
	}
	#HOME .topics-clm .tab-wrapper ul li a:hover,
	#HOME .topics-clm .tab-wrapper ul li.js-tab-active a {
		background-image: none;
		border: 1px solid #626262;
		background-color: #626262;
	}

	#HOME .topics-clm .topics-list-wrapper{
		margin-bottom: 10%;
	}
	#HOME .topics-clm .topics-list-wrapper .topics{
		padding-bottom: 0.031%;
	}

	#HOME .topics-clm .topics-list-wrapper .topics .date {
		max-width: 98%;
		padding-top: 10px;
		margin-top: 0;
	}

	#HOME .topics-clm .topics-list-wrapper .topics .detail:last-child {
		border-bottom: 1px solid #626262
	}

	#HOME .topics-clm .topics-list-wrapper .topics .detail {
		margin: 3% 0 0;
		padding: 0 0 10px;
	}
	#HOME .topics-clm .topics-list-wrapper .topics .date .category{
		max-width: 40%;
	}

	#HOME .topics-clm .top-blog .topics-list-wrapper .date {
		width: auto;
	}
	#HOME .topics-clm .top-blog .photo {
		width: 33.33%;
		height: auto;
	}
	#HOME .topics-clm .top-blog .blog {
		padding-top: 0;
		width: 62.6%;
	}
	#HOME .topics-clm .top-blog .topics-list-wrapper .date .category {
		float: none;
	}
	#HOME .bnr-clm {
		float: none;
		width: 100%;
	}
	#HOME .bnr-clm .recruit{
		background-size: cover;
	}
	#HOME .bnr-clm .recruit h2{
	padding-left: 5%;
	margin-bottom: 3%;
}
#HOME .bnr-clm .recruit ul{
	padding-left: 3%;
}
#HOME .bnr-clm .recruit ul li{
	margin-bottom: 3%;
}
	#HOME .bnr-clm .recruit ul li img{
	padding: 3px 8px;
	}


	/*.個人情報保護方針.*/
	#PRIVACY .clm ul li{
		margin-left: 5%;
	}
	/*.NotFound.*/
	#NOTFOUND .cont_wrapper {
		padding: 10.93% 3% 23.43%;
	}
}