@charset "utf-8";

/* =======================================
共通設定
======================================= */
body {
	width:100%;
	height:auto;
	background: #fff;
	min-width: 1200px;
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: 200;
}

a:link { text-decoration:none; color: inherit;}
a:visited { text-decoration:none; color: inherit;}
a:active { text-decoration:none; color: inherit;}

img{
	max-width: 100%;
	height: auto;
}

#container {
	width: 100%;
}
.sp{
	display: none !important;
}

.wrap_out a:hover,
.wrap_out a:hover img ,
.wrap_in a:hover,
.wrap_in a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}

/* 基本ボックス設定 */
.wrap_out{
	width:100%;
	height:auto;
}
.wrap_main{
	width:100%;
	height:auto;
}
.wrap_in{
	width:1200px;
	height:auto;
	margin:0 auto;
}

/* 横並びリスト */
ul.many_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.many_rows > li{
	display:block;
	height:auto;
	float:left;
}

/* 2カラム横並びリスト */
ul.two_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.two_rows > li{
	display:block;
	height:auto;
	float:left;
}
ul.two_rows > li:nth-child(2n+2) {
	float: right;
}

/* 3カラム横並びリスト */
ul.three_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.three_rows > li{
	display:block;
	height:auto;
	float:left;
}
ul.three_rows > li:nth-child(3n+2) {
	margin-right:0;
}
ul.three_rows > li:nth-child(3n+3) {
	float: right;
	margin-right:0;
}

/*テーブルブロック*/
.table_block{
	display: table;
	table-layout:fixed;
	width: 100%;
}
.table_block > .cell_block{
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

/* スクローラー */
#scroller{
	position: fixed;
	bottom:30px;
	right: 30px;
}

/*その他*/
.tk_shdw{
text-shadow:
	1px 1px 5px rgba(0,0,0,0.50),
	1px 0px 5px rgba(0,0,0,0.50),
	0px 1px 5px rgba(0,0,0,0.50),
	0px 0px 5px rgba(0,0,0,0.50),
	-1px -1px 5px rgba(0,0,0,0.50),
	-1px 0px 5px rgba(0,0,0,0.50),
	0px -1px 5px rgba(0,0,0,0.50)
}
.tk_shdw_1{
text-shadow:
	1px 1px 3px rgba(0,0,0,0.50),
	1px 0px 3px rgba(0,0,0,0.50),
	0px 1px 3px rgba(0,0,0,0.50),
	0px 0px 3px rgba(0,0,0,0.50),
	-1px -1px 3px rgba(0,0,0,0.50),
	-1px 0px 3px rgba(0,0,0,0.50),
	0px -1px 3px rgba(0,0,0,0.50)
}

/* HEADER
------------------------------- */
.tbb_headerA .cell_block{
	width: auto;
	height: 120px;
	background-color: #fff;
}
.tbb_headerA .cellB{
	width: 400px;
	overflow: hidden;
	border-left: 1px solid #c3c3c3;
}
.bnr_arrow{
	width: 50%;
	float: left;
	font-size: 1.5rem;
	position: relative;
}
.bnr_arrow span{
	display: block;
	width: 100%;
	height: 120px;
	padding-top: 32px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.bnr_arrow.bnrB span{
	padding-top: 16px;
}
.bnr_arrow.bnrB{
	color: #fff;
}
.bnr_arrow img{
	display: block;
}

.tbb_headerA .cellA{
	vertical-align: middle;
	text-align: left;
	padding-left: 42px;
}
.logo{
	width: 300px;
	vertical-align: middle;
}
.head_bnr{
	display: inline-block;
	width: 253px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.5rem;
	font-style: italic;
	color: #fff;
	background-image: url( "../img/apparel_bg.png");
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 30px;
}

/* MV
------------------------------- */
.mv{
	width: 100%;
	height: 640px;
	background-image: url( "../img/mv.jpg");
	background-position: center 0;
	background-repeat: no-repeat;
	background-size:cover;
}

/* CONTENTS
------------------------------- */
#container .wrap_in{
	padding: 98px 0;
}
.ttl_h2{
	text-align: center;
	color: #818181;
	font-size: 4.8rem;
	font-weight: 100;
	letter-spacing: 0.01em;
	line-height: 1.4;
	margin-bottom: 36px;
}
.ttl_h2 small{
	display: block;
	text-align: center;
	font-size: 1.4rem;
	color: #000;
	font-weight: 300;
	line-height: 1;
}
.ttl_h2 + p{
	text-align: center;
	font-size: 1.4rem;
}

.sec02{
	background-image: url( "../img/base.jpg");
	background-position: 0 0;
	-webkit-background-size: 100% 100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
	color: #fff;
}
.img_list{
	margin-top: 50px;
}
.img_list > li{
	width: 33.333333%;
}
.img_list img{
	display: block;
	width: 100%;
}
.sec02 .ttl_h2{
	color: #fff;
}
.sec02 .ttl_h2 small{
	color: #fff;
}

/* FOOTER
------------------------------- */
.footer_wrap{
	text-align: center;
	padding-top: 82px;
	padding-bottom: 50px;
	height: 296px;
}
.footlogo{
	width: 290px;
}
.address{
	padding-top: 30px;
}
.copy{
	height: 64px;
	font-size: 1rem;
	text-align: center;
	line-height: 1;
	padding-top: 48px;
	position: relative;
	}
.copy::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url( "../img/base.jpg");
	-webkit-background-size: cover;
	background-size:cover;
	background-position: 0 0;
	background-repeat: no-repeat;
}







