@charset "utf-8";

/*//////////////////////////////
 * Essential Lift様用スタイル
 /////////////////////////////*/

/*-------------
 * index.html
 * ------------*/
body #gnavBg {
	margin-bottom: 14px;
}

body #gnav .navi02 a img {
	visibility: hidden;
}

body #wrap {
	margin-bottom: 40px;
}

body #wrap .mainImg {
	margin-bottom: 10px;
}

body #wrap .mainImg ul {
	list-style: none;
}

body #wrap .mainImg .photoList {}

body #wrap .mainImg .photoList li {
	float: left;
}

body #wrap .mainImg .photoList li a {
	height: 400px;
	display: block;
}

body #wrap .mainImg .photoList li a {
	background: #271B30 url("/img/top/main_img01.jpg") no-repeat center top;
}

body #wrap .mainImg .photoList .li02 a {
	background: #F1F1F4 url("/img/top/main_img02.jpg") no-repeat center top;
}

body #wrap .mainImg .photoList li span {
	margin: 0 auto;
	width: 1372px;
}

body #wrap .mainImg .iconList {
	clear: both;
	text-align: center;
	height: 9px;
	line-height: 9px;
	margin-top: 11px;
}

body #wrap .mainImg .iconList a {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 4px;
	background: url("/img/top/icon_out.gif") no-repeat;
}

body #wrap .mainImg .iconList a.selected {
	background: url("/img/top/icon_over.gif") no-repeat;
}

body #wrap .mainImg .iconList a span {
	display: none;
}

body #wrap .bannerUl {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}

body #wrap .bannerUl li {
	float: left;
	width: 302px;
}

body #wrap .bannerUl li:not(:last-child) {
	margin-right: 27px;
}

body #wrap .bannerUl li a {
	border: 1px solid #E5D4B0;
	display: block;
	overflow: hidden;
	text-decoration: none;
	padding: 2px;
	zoom: 1;
}

body #wrap .bannerUl li a:hover {
	border: 1px solid #5B4265;
}

body #wrap .bannerUl .liStyle a:hover {
	border: 1px solid #7D6738;
}

body #wrap .bannerUl li a span {
	display: block;
}

body #wrap .bannerUl li a .photo {
	float: right;
}

body #wrap .bannerUl li a .textBox {
	background: url("/img/top/banner_ul_bg01.gif") no-repeat left bottom;
	float: left;
	min-height: 184px;
	padding-bottom: 10px;
	width: 129px;
}

body #wrap .bannerUl .liStyle a .textBox {
	background: url("/img/top/banner_ul_bg02.gif") no-repeat left bottom;
}

body #wrap .bannerUl li a .textBox .title {
	margin-bottom: 5px;
}

body #wrap .bannerUl li a .textBox .text {
	color: #FFF;
	font-size: 12px;
	line-height: 1.2;
	margin: 0 12px 0 7px;
}

body #main {
	padding-bottom: 37px;
}

body #contents {
	float: left;
	width: 631px;
}

body #contents h2 {
	margin-bottom: 32px;
	position: relative;
}

body #contents h2 a {
	position: absolute;
	right: 8px;
	top: 10px;
}

body #snav {
	float: right;
	margin-top: 1px;
	width: 302px;
}

body #snav .banner {
	margin-bottom: 22px;
}

body #wrap .btmBox {
	clear: both;
	margin: 0 auto;
	width: 960px;
}

body #wrap .btmBox .facebook {
	float: left;
	width: 630px;
}

body #wrap .btmBox .twitter {
	float: right;
	width: 302px;
}

#contents:has(#mp_ta_freepage) {
	width: 100%;
	float: none;
}

#contents:has(#mp_ta_freepage) .mainImg .photoList li a {
	height: auto;
	aspect-ratio: 3;
	background-size: cover;
	background-position-x: left;
}