/*
body{
	padding-top:0;
}
*/
main {
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-size: 15px;
	font-weight: 300;
	overflow: hidden;
}
.lp_feature {
	position: relative;
	background: url(../img/bg_feature.jpg) no-repeat center center;
/* 	background-attachment: fixed; */
	background-size: cover;
	min-height: calc(100vh - 117px);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.lp_feature:before {
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	top:0;
	left: 0;
	height: 10%;
	width: 10%;
	background: #FFCE00;
}
.lp_feature:after {
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	bottom:0;
	right: 0;
	height: 10%;
	width: 40%;
	background: rgba(255,247,38,.6);
}

.lp_feature .secin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 5%;
    position: relative;
    z-index: 2;
}
.lp_feature .bg_type {
	position: absolute;
	z-index: 0;
	right: -20px;
	top: -10px;
	width: 30%;
}
.lp_feature .bg_type img {
	width: 100%;
}
.lp_feature .secin .img {
	width: calc(50% - 60px);
	box-shadow: 10px 10px 70px -7px #CE3F00;
}
.lp_feature .secin .img img {
	width: 100%;
}
.lp_feature .secin .txt {
	width: 50%;
	color:#fff;
}
.lp_feature .secin .txt h2 {
	font-size: 32px;
	position: relative;
	left: -30%;
	font-family: baskerville-urw, serif;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.3em;
	line-height: 1;
}
.lp_feature .secin .txt h2 strong {
	display: block;
	letter-spacing: 0;
	font-size: 170px;
	font-family: baskerville-urw, serif;
	font-weight: 400;
}
.lp_feature .secin .txt p {
	font-weight: 300;
	line-height: 2;
}
.lp_feature .secin .txt p:before {
	content: "";
	padding-top: 50px;
	margin-top: 50px;
	display: block;
	border-top: 2px solid rgba(101,196,216,.6);
	width: 100px;
}

.lp_category {
	position: relative;
	width: 100%;
	padding: 130px 0;
	z-index: 1;
}
.lp_category:before {
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	top:0;
	left: 0;
	height: 130px;
	width: 30%;
}
.lp_category:after {
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	bottom:0;
	right: 0;
	height: 130px;
	width: 15%;
}

.lp_tiedye {
	background: url(../img/bg_tiedye.jpg) no-repeat center center;
	background-size: cover;	
}
.lp_tiedye:before {
background: rgb(73,155,89);
background: -moz-linear-gradient(81deg, rgba(73,155,89,1) 0%, rgba(248,237,89,1) 100%);
background: -webkit-linear-gradient(81deg, rgba(73,155,89,1) 0%, rgba(248,237,89,1) 100%);
background: linear-gradient(81deg, rgba(73,155,89,1) 0%, rgba(248,237,89,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#499b59",endColorstr="#f8ed59",GradientType=1);
}
.lp_tiedye:after {
background: rgb(235,226,92);
background: -moz-linear-gradient(153deg, rgba(235,226,92,1) 0%, rgba(255,87,151,1) 100%);
background: -webkit-linear-gradient(153deg, rgba(235,226,92,1) 0%, rgba(255,87,151,1) 100%);
background: linear-gradient(153deg, rgba(235,226,92,1) 0%, rgba(255,87,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebe25c",endColorstr="#ff5797",GradientType=1);}

.lp_henley {
	background: url(../img/bg_henley.jpg) no-repeat center center;
	background-size: cover;	
}
.lp_henley:before {
	background: #525E84;
}
.lp_henley:after {
	background: #BD9C65;
}

.lp_pile {
	background: url(../img/bg_pile.jpg) no-repeat center center;
	background-size: cover;	
}
.lp_pile:before {
	background: #193171;
}
.lp_pile:after {
	background: #B3F5D3;
}

.lp_spring {
	background: url(../img/bg_spring.jpg) no-repeat center center;
	background-size: cover;	
}
.lp_spring:before {
	background: #FFEA88;
}
.lp_spring:after {
	background: #B3C6CA;
}

.lp_golf {
	background: url(../img/bg_golf.jpg) no-repeat center center;
	background-size: cover;	
}
.lp_golf:before {
	background: #354674;
}
.lp_golf:after {
	background: #80A8E2;
}

.lp_category .secin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0 5%;
    z-index: 2;
    padding-bottom: 100px;
}
.lp_category.reverse .secin {
	flex-direction: row-reverse;
}
.lp_category .secin .img {
	width: calc(65% - 80px);
}

.lp_tiedye .secin .img {
	box-shadow: 10px 10px 70px -7px #056F9F;
}

.lp_category .secin .img img {
	width: 100%;
}
.lp_category .secin .txt {
	width: 35%;
	color:#fff;
	margin-top: 50px;
}
.lp_category .secin .txt h3 {
	font-size: 8vw;
	position: relative;
	right: -30%;
	font-family: baskerville-urw, serif;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}
.lp_category .secin .txt h3.dark {
	color: #314069;
}
.lp_category.reverse .secin .txt h3 {
	left: -30%;
}
.lp_category .secin .txt h3 span {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.lp_category.reverse .secin .txt h3 span {
	flex-direction: row-reverse;
}
.lp_category.lp_henley .secin .txt h3 span {
	align-items: flex-end;
}
.lp_category .secin .txt h3 span:before {
	content: "";
	display: block;
	min-width: 80px;
	height: 2px;
	margin-right: 20px;
}
.lp_category.reverse .secin .txt h3 span:before {
	margin-left: 20px;
	margin-right: 0;
}
.lp_category.lp_tiedye .secin .txt h3 span:before {
background: rgb(235,226,92);
background: -moz-linear-gradient(242deg, rgba(235,226,92,1) 0%, rgba(255,87,151,1) 100%);
background: -webkit-linear-gradient(242deg, rgba(235,226,92,1) 0%, rgba(255,87,151,1) 100%);
background: linear-gradient(242deg, rgba(235,226,92,1) 0%, rgba(255,87,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebe25c",endColorstr="#ff5797",GradientType=1);
}
.lp_category.lp_henley .secin .txt h3 span:before {
	background: #D15959;
	margin-bottom: 40px;
	margin-left: -60px;
}
.lp_category.lp_pile .secin .txt h3 span:before {
	background: #C3EBD6;
}
.lp_category.lp_spring .secin .txt h3 span:before {
	background: #FFFFFF;
}
.lp_category.lp_golf .secin .txt h3 span:before {
	background: #354674;
}

.lp_category .secin .txt p {
	font-weight: 300;
	line-height: 2;
	margin-top: 50px;
}
.lp_category .secin .txt p.dark {
	color: #314069;
}

.lp_itemlist {
	position: relative;
	z-index: 3;
	display: flex;
	max-width: 1000px;
	margin: -130px auto 130px;
	box-shadow: 10px 10px 70px -7px rgba(0,0,0,.16);
	padding: 6%;
	background: #fff;
}
.lp_itemlist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.center.lp_itemlist ul {
	justify-content: center;
}
.lp_itemlist li {
	width: calc(50% - 20px);
	margin-bottom: 30px;
}
.lp_itemlist li a {
	width: 100%;
	text-align: center;
}
.lp_itemlist li a img {
	width: 100%;
	border: 1px solid #e9e9e9;
}
.lp_itemlist li .item_catch {
	margin-top: 10px;
	font-weight: 500;
	margin-bottom: 4px;
}
.lp_itemlist li .item_price {
	font-family: baskerville-urw, serif;
	font-weight: 400;
	font-size: 16px;
	margin-top: 4px;
}

.lp_feature .secin .txt,
.lp_feature .secin .img {
	opacity: 0;
	position: relative;
	top: -100px;
	transition: top 2s, opacity 2s;
}
.lp_feature .secin .txt.load,
.lp_feature .secin .img.load {
	opacity: 1;
	top: 0;
}
.lp_feature:before,
.lp_feature:after,
.lp_category:before,
.lp_category:after {
	transition: width .8s ease-in-out;
	width: 0;
}
.lp_feature.load:before {
	width: 10%;
}
.lp_feature.load:after {
	width: 40%;
}
.lp_category.scroll:before {
	width: 30%;
}
.lp_category.scroll:after {
	width: 15%;
}