@charset "utf-8";

/* =======================================
共通設定
======================================= */
html{
	font-size: 2.6vw;
}
body {
	width:100%;
	height:auto;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
}

a:link { text-decoration:none; color: inherit;}
a:visited { text-decoration:none; color: inherit;}
a:active { text-decoration:none; color: inherit;}
a:hover { text-decoration:none; color: inherit;}

img{
	max-width: 100%;
	height: auto;
}

#container {
	width: 100%;
}
.pc{
	display: none !important;
}

/* 基本ボックス設定 */
.wrap_out{
	width:100%;
	height:auto;
}
.wrap_main{
	width:100%;
	height:auto;
}
.wrap_in{
	width:100%;
	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;
}
.table_block.sp_tate{
	display: block;
	table-layout: auto;
}
.table_block.sp_tate > .cell_block{
	display: block;
	width: 100%;
}

/* スクローラー */
#scroller{
	position: fixed;
	bottom:3vw;
	right: 3vw;
	width: 12vw;
}


/* HEADER
------------------------------- */
#top{
	position: absolute;
	width: 100%;
	background-position: 0 0;
	z-index: 1;
}
.tbb_headerA .cell_block{
	width: auto;
	height:15vw;
}
.tbb_headerA .cellB{
	display: none;
}
.bnr_arrow_wrap {
	position: absolute;
	right: 6.8vw;
	bottom: -2.9vw;
	width: 80vw;
}
.bnr_arrow{
	width: 55.6vw;
	height:6.7vw;
	font-size: 1.2rem;
	position: relative;
	margin-left: auto;
	margin-right: 0;
}
.bnr_arrow span{
	display: block;
	width: 100%;
	height:6.7vw;
	line-height: 6.7vw;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.bnr_arrow.bnrB {
	color: #fff;
	margin-right: 2.9vw;
	margin-top: 2vw;
}
.bnr_arrow img{
	display: block;
}

.tbb_headerA .cellA{
	vertical-align: middle;
	text-align: left;
	padding-left: 2.5vw;
}
.logo{
	width:40vw;
	vertical-align: middle;
	margin-bottom: 1vw;
}
.head_bnr {
	display: inline-block;
	width: 49.3vw;
	height: 6.6vw;
	line-height: 6.6vw;
	text-align: center;
	font-size: 1.2rem;
	font-style: italic;
	color: #fff;
	background-image: url( "../img/apparel_bg_sp.png");
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* MV
------------------------------- */
.mv{
	width: 100%;
	height: 133.333vw;
	background-image: url( "../img/mv_sp.jpg");
	background-position: center 0;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
}

/* CONTENTS
------------------------------- */
#container .wrap_in {
	padding: 19.8vw 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: 7vw;
}
.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.2rem;
}

.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: 8vw;
}
.img_list > li{
	width: 50%;
}
.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: 16vw;
	height: 65vw;
}
.footlogo{
	width: 60vw;
}
.address{
	padding-top: 6vw;
}
.copy {
	height: 13vw;
	font-size: 1rem;
	text-align: center;
	line-height: 1;
	position: relative;
}

