@charset "UTF-8";

/*===========Layout===========---*/
.wrap {
	width:1000px;
	margin:0 auto;
}
@media only screen and (max-width:999px) {
	.wrap {
		width:96%;
	}
}
/*===========top image===========---*/
#s01{
	background: url(../images/top_im02.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}
#s01 .scroll{
	position:absolute;
	width: 60px;
	bottom:20px;
	left:50%;
	margin-left:-30px;
}

/*=========== Top image 以下 ===========---*/
#catch,
#tshirt,
#hat,
#tote,
#umbrella,
#wallet,
#necessaries {
	padding: 100px 0;
}
@media only screen and (max-width:640px) {
	#catch,
	#tshirt,
	#hat,
	#tote,
	#umbrella,
	#wallet,
	#necessaries {
		padding: 50px 0;
	}
}
/*=========== Catch ===========---*/
#catch {
	margin-top: 100px;
}
#catch div.catch_im {
	width: 100%;
	text-align: center;
}
#catch div.catch_tex {
	margin-top: 70px;
	text-align: center;
}
#catch div.catch_tex p {
	font-size: 18px;
	line-height: 46px;
	letter-spacing: 0.1em:
}
.ba_lc_s {
	text-align: center;
	margin: 30px 0 80px;
}
@media only screen and (max-width:760px) {
	#catch div.catch_tex {
		margin-top: 40px;
	}
	#catch div.catch_tex p {
		font-size: 16px;
		line-height: 42px;
		letter-spacing: 0:
	}
}
@media only screen and (max-width:640px) {
	#catch div.catch_tex p {
		font-size: 14px;
		text-align: left;
		line-height: 36px;
		letter-spacing: 0:
	}
	#catch div.catch_tex p br {
		display: none;
	}
}

/*=========== T Shirt ===========---*/
#tshirt div.tshirt_logo {
	width: 430px;
	float: left;
	text-align: center;
	padding: 91px 0 0 10px;
}
#tshirt div.tshirt_im {
	width: 560px;
	float: right;
}
@media only screen and (max-width:999px) {
	#tshirt div.tshirt_logo {
		width: 43%;
		padding: 10px 0 0 0;
	}
	#tshirt div.tshirt_im {
		width: 56%;
	}
}
@media only screen and (max-width:640px) {
	#tshirt div.tshirt_logo {
		width: 100%;
		float: none;
		padding: 0 0 30px 0;
	}
	#tshirt div.tshirt_im {
		width: 100%;
		float: none;
		text-align: center;
	}
}

/*=========== Hat ===========---*/
#hat div.hat_im {
	width: 535px;
	float: left;
}
#hat div.hat_tex {
	width: 460px;
	float: right;
}
#hat div.hat_tex h2 {
	font-size: 24px;
	text-align: center;
	line-height: 460px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width:999px) {
	#hat div.hat_im {
		width: 54%;
	}
	#hat div.hat_tex {
		width: 46%;
	}
	#hat div.hat_tex h2 {
		line-height: 100%;
		padding-top: 48%;
	}
}
@media only screen and (max-width:640px) {
	#hat div.hat_im {
		width: 100%;
		float: none;
	}
	#hat div.hat_tex {
		width: 100%;
		float: none;
	}
	#hat div.hat_tex h2 {
		line-height: 300%;
		padding-top: 0;
	}
}

/*=========== Umbrella & Wallet ===========---*/
#umbrella div.umbrella_im1,
#wallet div.wallet_im1 {float: left;}
#umbrella div.umbrella_im2,
#wallet div.wallet_im2 {float: right;}
@media only screen and (max-width:999px) {
	#umbrella div.umbrella_im1 {width: 45%;}
	#umbrella div.umbrella_im2 {width: 45%;}
	#wallet div.wallet_im1 {width: 47%;}
	#wallet div.wallet_im2 {width: 51%;}
}
@media only screen and (max-width:640px) {
	#umbrella div.umbrella_im1,
	#wallet div.wallet_im1,
	#umbrella div.umbrella_im2,
	#wallet div.wallet_im2 {
		float: none;
		width: 100%;
		text-align: center;
	}
}

/*=========== Tote ===========---*/
#tote div.tote_im {
	width: 480px;
	float: right;
}
#tote div.tote_tex {
	width: 510px;
	float: left;
}
#tote div.tote_tex h2 {
	font-size: 24px;
	text-align: center;
	line-height: 440px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width:999px) {
	#tote div.tote_im {
		width: 48%;
	}
	#tote div.tote_tex {
		width: 51%;
	}
	#tote div.tote_tex h2 {
		padding-top: 48%;
		line-height: 100%;
	}
}
@media only screen and (max-width:640px) {
	#tote div.tote_im {
		width: 100%;
		float: none;
		text-align: center;
	}
	#tote div.tote_tex {
		width: 100%;
		float: none;
	}
	#tote div.tote_tex h2 {
		line-height: 300%;
		padding-top: 0;
	}
}

/*=========== Necessaries ===========---*/
#necessaries div.necessarie_im {
	width: 500px;
	float: left;
}
#necessaries div.necessarie_tex {
	width: 460px;
	float: right;
	padding-top: 140px;
}
#necessaries div.necessarie_tex h2 {
	font-size: 24px;
	margin-bottom: 30px;
}
#necessaries div.necessarie_tex p {
	line-height: 40px;
}
@media only screen and (max-width:999px) {
	#necessaries div.necessarie_im {
		width: 40%;
	}
	#necessaries div.necessarie_tex {
		width: 55%;
		padding-top: 50px;
	}
}
@media only screen and (max-width:640px) {
	#necessaries div.necessarie_im {
		width: 100%;
		float: none;
		text-align: center;
	}
	#necessaries div.necessarie_tex {
		width: 100%;
		float: none;
		padding-top: 30px;
	}
	#necessaries div.necessarie_tex h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	#necessaries div.necessarie_tex p {
		line-height: 24px;
		text-align: left;
	}
	#necessaries div.necessarie_tex p br {
		display: none;
	}
}

/*=========== THE Legend Collection ===========---*/
header#lc_header {
	width: 100%;
	height: 46px;
	position: fixed;
	padding: 0 30px;
	background-color: #1a1d3b;
}
header#lc_header ul {
	list-style: none;
}
header#lc_header li {
	float: left;
	height: 46px;
	padding-right: 42px;
}
#lc_title {
	margin-bottom: 150px;
	padding-top: 80px;
	height: 295px;
	background: url(../images/bg_footer.jpg);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#lc_title .lc_title_logo {
	text-align: center;
	margin-bottom: 30px;
}
#lc_title h1 {
	font-size: 36px;
	text-align: center;
	color: #1a1d3b;
}
section.lc_section {
	padding: 50px 0 150px;
}
.im_main {
	margin-bottom: 30px;
}
.im_main li {
	float: left;
}
.im_main2 {
}
.im_main2 li {
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.im_sub1 {
	width: 100%;
	margin: 20px 0 40px;
	text-align: center;
}
.im_sub2 li {
	float: left;
	width: 50%;
	margin: 20px 0 40px;
	text-align: center;
}
.im_sub3 li {
	float: left;
	width: 33%;
	margin: 20px 0 40px;
	text-align: center;
}
.lc_note {
	padding: 0 11px;
}
.lc_note h2 {
	font-size: 32px;
	color: #1a1d3b;
	margin-bottom: 15px;
}
.lc_note p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 15px;
}
#lc_title h1,
.lc_note h2,
.lc_note p {
	font-family: 'PT Serif', serif;
}

@media only screen and (max-width:999px) {
	.im_main li {
		float: none;
		text-align: center;
		width: 100%;
	}
}
@media only screen and (max-width:640px) {
	header#lc_header {
		padding: 0 10px;
	}
	header#lc_header li {
		width: 50%;
		text-align: center;
		padding-right: 0;
	}
		#lc_title {
		margin-bottom: 30px;
	}
	#lc_title h1 {
		font-size: 24px;
	}
	section.lc_section {
		padding: 50px 0 50px
	}
	.im_main {
		margin-bottom: 0;
	}
	.im_sub1 {
		width: 70%;
		margin: 20px auto;
	}
	.im_sub2 li,
	.im_sub3 li{
		float: none;
		width: 70%;
		margin: 20px auto;
	}
	.lc_note h2 {
		font-size: 20px;
	}
	.lc_note p {
		font-size: 14px;
	}
}

/*=========== footer ===========---*/
#footer {
	width:100%;
	margin-top:100px;
	padding-top: 50px;
	background: url(../images/bg_footer.jpg);
	box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
}
#footer #footer_inner {
	text-align: center;
	margin-bottom: 50px;
}
#footer #footer_inner h1,
#footer #footer_inner p {
	color: #1e4686;
	line-height: 200%;
}
#footer #footer_inner p a {
	color: #1e4686;
}
#footer #footer_inner p a:hover {
	color: #1e4686;
	text-decoration: underline;
}
#footer #footer_inner p.f_sns {
	margin: 30px 0;
}
#footer #footer_inner p.f_sns img {
	margin: 0 15px;
}
#footer #footer_inner #footer_link {
	width: 480px;
	margin: 0 auto;
}
#footer #footer_inner #footer_link ul {
	list-style: none;
}
#footer #footer_inner #footer_link li {
	float: left;
	width: 50%;
	text-align: center;
}
#footer p.copy {
	font-size:10px;
	line-height:20px;
	letter-spacing:0.1em;
	text-align:center;
	color:#888;
}
@media only screen and (max-width:640px) {
	#footer #footer_inner #footer_link {
		width: 96%;
	}
	#footer p.copy {
		letter-spacing:0;
	}
}