@charset "utf-8";
/* index.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スライド    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#slide_main div {
	width: 980px;
}

#slide_main img {
	width: 100%;
	height: auto;

}
#slide_thumb {
	font-size: 0px;
	margin-top: 10px;
}
#slide_thumb li {
	font-size: 16px;
	margin-right: 7px;
	width: 134px;
	display: inline-block;
	margin-bottom: 7px;
}
#slide_thumb li a {
	display: block;
}

#slide_thumb li:nth-child(7n) {
	margin-right: 0px;
}
#slide_thumb img {
	width: 100%;
	height: auto;
}
/* デフォルトのデザインをリセット */
.bx-wrapper {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: transparent !important;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ラインナップ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#linup {
	margin-top: 40px;
}
#linup_tt {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DE2727;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#lineup_box {
	border-left-color: #DE2727;
	border-right-color: #DE2727;
	border-bottom-color: #DE2727;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding-top: 29px;
	padding-right: 29px;
	padding-bottom: 29px;
	padding-left: 29px;
}
.lineup_ctg {
	color: #DE2727;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	padding-left: 10px;
	border-left: 10px solid #DE2727;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.lineup_ctg:nth-child(n + 2) {
	margin-top: 50px;
}
.lineup_list {
	width: 286px;
	float: left;
	margin-right: 30px;
	margin-bottom: 50px;
}
.lineup_list:nth-child(3n) {
	margin-right: 0px;
}

.lineup_thumb {
	width: 286px;
	height: 200px;
	border: 1px solid #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;
	background-size: 100% auto;
}
.lineup_thumb img {
	display: none;
}

.lineup_logo {
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}
.lineup_logo img {
	display: none;
}

.lineup_name {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.lineup_name a:hover {
	color: #333333;
}




/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 767px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スライド    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#slide_main div {
	width: 100%;
}

#slide_thumb li {
	margin-right: 0px;
	width: 20%;
	height: auto;
	background-image: url(transparent);
	margin-bottom: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2px;
	padding-right: 2px;
}

#slide_thumb li a {

}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ラインアップ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#linup_tt {
	font-size: 26px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#lineup_box {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.lineup_ctg {
	font-size: 20px;
	margin-bottom: 20px;
}
.lineup_list {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 50px;
	height: auto;
}


.lineup_thumb {
	width: 100%;
	height: auto;
	background-image: url(transparent) !important;
}

.lineup_thumb img {
	width: 100%;
	height: auto;
	display: inherit;
	border-radius: 10px;
}

.lineup_logo {
	height: auto;
	background-image: url(transparent) !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.lineup_logo img {
	width: 70%;
	height: auto;
	display: inherit;
	margin-left: auto;
	margin-right: auto;
}

.lineup_name {
	font-size: 16px;
}

#kei {
	margin-bottom: 10px;
}
}
