.look_book .mainContentsRContent {
	width: 900px;
	margin: auto;
}
.look_book .area__itemCoord {
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.look_book .area__itemCoord * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.look_book .ttl__item {
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
.look_book .ttl__item__head {
	color: #595959;
	font-family: "Century Gothic", "CentGothWGL", CenturyGothic, AppleGothic, sans-serif;
	font-size: 30px;
	font-weight: normal;
}
.look_book .ttl__item__head span {
	color: #808080;
	font-size: 28px;
	display: block;
	padding-top: 15px;
}
.look_book .ttl__item__body {
	font-size: 16px;
	padding-top: 20px;
	line-height: 1.8;
	text-align: center;
}
.look_book .nav__itemCoord {
	margin-bottom: 40px;
}
.look_book .nav__itemCoord::after {
	content: "";
	display: block;
	clear: both;
}
.look_book .nav__itemCoord__list {
	float: left;
	text-align: center;
	width: 50%;
}
.look_book .nav__itemCoord__list a {
	display: block;
	border-right: 1px solid #e6e6e6;
	color: #000;
	padding: 20px 10px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.look_book .nav__itemCoord__list a::after {
	content: "";
	display: block;
	clear: both;
}
.look_book .nav__itemCoord__list a:hover {
	background-color: #e6e6e6;
}
.look_book .nav__itemCoord__list a.js-current {
	background-color: #e6e6e6;
}
.look_book .nav__itemCoord__list:first-child {
	border-left: 1px solid #e6e6e6;
}
.look_book .nav__itemCoord__body--en {
	display: block;
	font-size: 24px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.look_book .nav__itemCoord__lead p {
	font-size: 16px;
	line-height: 2.0;
	margin-bottom: 30px;
}
.look_book .sec__itemCoord {
	position: relative;
	margin-bottom: 60px;
	width: 100%;
	min-height: 840px;
}
.look_book .sec__itemCoord::after {
	content: "";
	display: block;
	clear: both;
}
.look_book .box__main {
	width: 66%;
	z-index: 0;
}
.look_book .box__sub {
	width: 30%;
	z-index: 1;
	position: absolute;
	bottom: 60px;
}
.look_book .box__sub__l {
	width: 40%;
	z-index: 1;
}
.look_book .box__sub__l .box__sub__l__inner {
	width: 75%;
}
.look_book .box__pic::after {
	content: "";
	display: block;
	clear: both;
}
.look_book .box__pic + .box__pic {
	margin-top: 20px;
}
.look_book .fl--left {
	position: absolute;
	left: 0;
}
.look_book .fl--right {
	position: absolute;
	right: 0;
}
.look_book .ttl__itemCoord--en {
	display: block;
	font-family: "Century Gothic", "CentGothWGL", CenturyGothic, AppleGothic, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
}
.look_book .list__itemCoord {
	font-size: 14px;
	line-height: 1.6;
	padding-top: 20px;
}
.look_book .list__itemCoord li {
	border-bottom: 1px solid #e6e6e6;
}
.look_book .list__itemCoord li:first-child {
	border-top: 1px solid #e6e6e6;
}
.look_book .list__itemCoord li a {
	color: #000;
	display: block;
	padding: 10px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.look_book .list__itemCoord li a::after {
	content: "";
	display: block;
	clear: both;
}
.look_book .list__itemCoord li a:hover {
	background-color: #e6e6e6;
}
.look_book .list__itemCoord__name, .look_book .list__itemCoord__more {
	display: block;
}
.look_book .list__itemCoord__name {
	float: left;
	width: 98%;
}
.look_book .list__itemCoord__name.fullWid {
	width: 100%;
}
.look_book .list__itemCoord__more {
	background-color: #808080;
	color: #fff;
	float: right;
	text-align: center;
	width: 28%;
}
.look_book .list__itemCoord__more_wo {
	background-color: #feaa7e;
	color: #fff;
	float: right;
	text-align: center;
	width: 28%;
}
.look_book .mod__fig {
	float: left;
	width: 48%;
}
.look_book .mod__fig::after {
	content: "";
	display: block;
	clear: both;
}
.look_book .mod__fig + .mod__fig {
	float: right;
	width: 48%;
}
.look_book .mod__fig__icon {
	background-color: rgba(255, 255, 255, 0.6);
	color: #000;
	bottom: 0;
	right: 0;
	font-size: 17px;
	text-align: center;
	padding: 5px;
	position: absolute;
}
.look_book .mod__fig__thum {
	float: left;
	width: 48%;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	position: relative;
}
.look_book .mod__fig__thum:hover {
	opacity: .6;
}
.look_book .mod__fig__body {
	font-size: 12px;
	line-height: 1.6;
	float: right;
	width: 48%;
}
.look_book .btn__itemCoord {
	margin: 25px auto 80px;
	width: 70%;
}
.look_book .btn__itemCoord a {
	border: 3px solid #002060;
	color: #002060;
	display: block;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 12px 10px;
	text-align: center;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.look_book .btn__itemCoord a:hover {
	background-color: #002060;
	color: #fff;
	text-decoration: none;
}
.look_book .btn__itemCoord--en, .look_book .btn__itemCoord--ja {
	display: block;
}
.look_book .btn__itemCoord--en {
	font-size: 2.0rem;
}
.look_book .btn__itemCoord--02 a {
	background-color: #002060;
	color: #fff;
}
.look_book .btn__itemCoord--02 a:hover {
	background-color: rgba(0, 32, 96, 0.7);
}
.look_book #glayLayer {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
body.open .look_book #glayLayer {
	visibility: visible;
	opacity: 1;
}
.look_book #overLayer {
	z-index: 20;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.look_book #overLayer img {
	position: relative;
}
.look_book #close {
	position: absolute;
	background-color: #000;
	color: #fff;
	font-size: 30px;
	padding: 20px;
	cursor: pointer;
	top: 0;
	right: 0;
}
.look_book #wra_items_list {
	width:900px;
	margin:auto;
}
.look_book #wra_items_list .list ul li {
	width:32.73%;
	float:left;
}
.look_book #wra_items_list .list ul li.w_blk {
    width: 66.37%;
    float: left;
    margin: 0 0 0.8% 0 !important;
}
.look_book #wra_items_list .list ul li:first-child {
	margin:0 0.8% 0.7% 0%;
}
.look_book #wra_items_list .list ul li:last-child {
	margin:0 0% 0.8% 0.8%;
}
.look_book #wra_items_list .list ul li img {
	width:100%;
	height:auto;
}
.look_book .list__itemCoord__name.no_atag_style {
	padding: 10px 10px 10px 10px;
	float: none!important;
	width: auto!important;
	color: #7f7f7f;
}
.box__width .fl--left{
    float: left;
    position: inherit;
	margin-top: 98px;
}

.box__width02 .fl--right{
    float: right;
    position: inherit;
	margin-top: 98px;
}
.box__width .sec__itemCoord,
.box__width02 .sec__itemCoord{
    min-height: 420px;
}
@media only screen and (max-width: 40.063em) {
	.look_book .mainContentsRContent {
		width: 100%;
		padding-top: 10px;
	}
	.look_book .area__itemCoord {
		color: #7f7f7f;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-bottom: 50px;
	}
	.look_book .area__itemCoord * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.look_book .ttl__item {
		color: #000;
		text-align: center;
		margin-bottom: 40px;
	}
	.look_book .ttl__item__head {
		border-bottom: 0;
	}
	.look_book .ttl__item__head img {
		vertical-align: bottom;
	}
	.look_book .ttl__item__body {
		font-size: 18px;
		padding-top: 30px;
		line-height: 1.8;
		text-align: left;
	}
	.look_book .nav__itemCoord {
		border-top: 1px solid #e6e6e6;
		margin-bottom: 40px;
	}
	.look_book .nav__itemCoord::after {
		content: "";
		display: block;
		clear: both;
	}
	.look_book .nav__itemCoord__list {
		width: 50%;
		float: left;
		text-align: center;
	}
	.look_book .nav__itemCoord__list a {
		display: block;
		border-bottom: 1px solid #e6e6e6;
		color: #000;
		padding: 20px 0px;
		-webkit-transition: .5s ease;
		transition: .5s ease;
	}
	.look_book .nav__itemCoord__list a::after {
		content: "";
		display: block;
		clear: both;
	}
	.look_book .nav__itemCoord__list a:hover, .look_book .nav__itemCoord__list a:active, .look_book .nav__itemCoord__list a.js-current {
		background-color: #e6e6e6;
	}
	.look_book .nav__itemCoord__list a:hover span, .look_book .nav__itemCoord__list a:active span, .look_book .nav__itemCoord__list a.js-current span {
		text-decoration: underline;
	}
	.look_book .nav__itemCoord__body--en {
		display: block;
		font-size: 22px;
	}
	.look_book .nav__itemCoord__body--ja {
		display: block;
		padding-top: 5px;
	}
	.look_book .nav__itemCoord__lead p {
		font-size: 18px;
		line-height: 1.8;
		margin-bottom: 30px;
	}
	.look_book .sec__itemCoord {
		margin-bottom: 40px;
		width: 100%;
	}
	.look_book .sec__itemCoord::after {
		content: "";
		display: block;
		clear: both;
	}
	.look_book .box__main {
		width: 100%;
	}
	.look_book .box__pic {
		padding-top: 25px;
	}
	.look_book .box__pic::after {
		content: "";
		display: block;
		clear: both;
	}
	.look_book .ttl__itemCoord--en {
		display: block;
		font-family: "Century Gothic", "CentGothWGL", CenturyGothic, AppleGothic, sans-serif;
		font-size: 48px;
		font-weight: normal;
		line-height: 1.4;
		text-align: center;
		color: #7f7f7f;
	}
	.look_book .txt__itemCoord {
		padding-top: 20px;
		font-size: 18px;
		line-height: 1.8;
	}
	.look_book .txt__itemCoord__lead {
		color: #000;
		font-size: 18px;
		line-height: 1.6;
		padding-top: 20px;
	}
	.look_book .list__itemCoord {
		font-size: 18px;
		line-height: 1.6;
		padding-top: 20px;
	}
	.look_book .list__itemCoord li {
		border-bottom: 1px solid #e6e6e6;
	}
	.look_book .list__itemCoord li:first-child {
		border-top: 1px solid #e6e6e6;
	}
	.look_book .list__itemCoord li a {
		color: #000;
		display: block;
		padding: 10px;
		-webkit-transition: .5s ease;
		transition: .5s ease;
	}
	.look_book .list__itemCoord li a::after {
		content: "";
		display: block;
		clear: both;
	}
	.look_book .list__itemCoord li a:hover {
		background-color: #e6e6e6;
	}
	.look_book .list__itemCoord__name, .list__itemCoord__more {
		display: block;
	}
	.look_book .list__itemCoord__name {
		float: left;
		width: 98%;
	}
	.look_book .list__itemCoord__more {
		background-color: #7f7f7f;
		color: #fff;
		float: right;
		text-align: center;
		width: 18%;
	}
	.look_book .list__itemCoord__more_wo {
		background-color: #feaa7e;
		color: #fff;
		float: right;
		text-align: center;
		width: 18%;
	}
	.look_book .mod__fig {
		width: 100%;
	}
	.look_book .mod__fig::after {
		content: "";
		display: block;
		clear: both;
	}
	.look_book .mod__fig + .mod__fig {
		margin-top: 20px;
	}
	.look_book .mod__fig__icon {
		background-color: rgba(255, 255, 255, 0.6);
		color: #000;
		bottom: 0;
		right: 0;
		font-size: 18px;
		text-align: center;
		padding: 5px;
		position: absolute;
	}
	.look_book .mod__fig__thum {
		float: left;
		width: 38%;
		position: relative;
	}
	.look_book .mod__fig__body {
		font-size: 14px;
		line-height: 1.6;
		float: right;
		width: 58%;
	}
	.look_book .btn__itemCoord {
		margin: 25px auto 40px;
		width: 100%;
	}
	.look_book .btn__itemCoord a {
		border: 3px solid #002060;
		background-color: rgba(0, 32, 96, 0.7);
		color: #fff;
		display: block;
		font-size: 14px;
		letter-spacing: 1px;
		padding: 12px 10px;
		text-align: center;
		-webkit-transition: .5s ease;
		transition: .5s ease;
	}
	.look_book .btn__itemCoord a:hover {
		background-color: #002060;
		color: #fff;
		text-decoration: none;
	}
	.look_book .btn__itemCoord--en, .look_book .btn__itemCoord--ja {
		display: block;
	}
	.look_book .btn__itemCoord--en {
		font-size: 22px;
		padding-bottom: 5px;
	}
	.look_book #wra_items_list {
		width:100%;
		margin:auto;
	}
	.look_book #wra_items_list .list ul {
		padding:0 !important;
	}
	.look_book #wra_items_list .list ul li {
		width:48%;
		float:left;
		margin:1px 1%;
		list-style:none;
	}
	.look_book #wra_items_list .list ul li img {
		width:100%;
		height:auto;
	}
	.look_book #wra_items_list .list ul li:first-child {
		margin: 1px 1%;
	}
	.look_book #wra_items_list .list ul li:last-child {
		margin: 1px 1%;
	}
	.look_book .sec__itemCoord {
		min-height: auto;
	}
.look_book #wra_items_list .list ul li.w_blk {
    width: 100%;
	margin: 1px 1% !important;
	padding: 0 2% 0 0;
}


}