@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #000;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#container {
	text-align: left;
}

#main {
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}

#gHeader.fixed {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gHeader .hInner {
	padding: 45px 98px 20px 94px;
}

#gHeader h1 {
	margin-top: -25px;
	float: left;
}

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 20px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #333;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	float: right;
}

#gNavi li {
	padding-left: 31px;
	float: left;
}

#gNavi li:last-child {
	padding-left: 33px;
}

#gNavi li:last-child img {
	margin-top: -16px;
}

#gNavi li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 33px 0 58px;
	text-align: center;
	background-color: #E61773;
}

#gFooter .fLogo {
	margin-bottom: 32px;
}

#gFooter .copyright {
	font-size: 14px;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	padding-top: 110px;
	margin-bottom: 224px;
}

.mainImg img {
	width: 100%;
}

.pageTop {
	padding-right: 100px;
	text-align: right;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
	margin: 0 auto 222px;
	width: 988px;
	padding: 5px;
	border: 1px solid #fff;
}

#main .comBox .infoBox {
	padding: 52px 0 60px;
	border: 1px solid #fff;
}

#main .comBox .title {
	margin-bottom: 58px;
	text-align: center;
}

#main .comBox .slick-prev,
#main .comBox .slick-next {
	margin-top: -32px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 39px;
    height: 76px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

#main .comBox .slick-prev {
	left: 33px;
	background: url(img/common/prev.png) no-repeat;
	z-index: 1100;
}

#main .comBox .slick-next {
	right: 33px;
	background: url(img/common/next.png) no-repeat;
	z-index: 1000;
}

#main .comBox .sliderBox {
	padding: 0 88px;
	overflow: hidden;
}

#main .comBox .sliderBox .slider {
	padding: 0 5px;
}

#main .comBox .sliderBox .slider img {
	width: 260px;
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
#main .comContact {
	margin: 0 auto;
	padding-bottom: 66px;
	width: 1000px;
}

#main .comContact h2 {
	margin-bottom: 109px !important;
	text-align: center;
}

#main .comContact p {
	margin: 0 !important;
	font-size: 18px;
	line-height: 1.5 !important;
	text-align: center;
}

#main .comContact p span {
	margin-bottom: 10px;
	font-size: 20px;
	display: block;
}

/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
#main .comUl {
	margin: 0 -1px 182px 1px;
}

#main .comUl li {
	float: left;
	width: 490px;
}

#main .comUl li:last-child {
	float: right;
}

#main .comUl li .top {
	margin-bottom: 17px;
}

#main .comUl li .txtImg {
	margin-bottom: 20px;
	text-align: center;
}

#main .comUl li .link {
	margin: 0 auto;
	padding-top: 47px;
	width: 300px;
	text-align: center;
}

#main .comUl li .link a {
	padding: 16px 5px 13px;
	display: block;
	text-decoration: none;
	border: 1px solid #FFF;
	background-color: #E61773;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s; 
}

#main .comUl li .link a:hover {
	background-color: #000;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .indexBox {
	padding-top: 110px;
}

#main .indexBox .sec01 {
	margin-top: -110px;
	height: 1286px;
	background: url(img/index/sec01_bg.jpg) no-repeat center top;
	background-size: cover;
}

#main .indexBox .sec01 .topImg {
	padding: 208px 0 41px 203px;
}

#main .indexBox .sec01 .imgBox {
	padding-left: 115px;
}

#main .indexBox .sec01 .scroll {
	margin-top: -49px;
	text-align: center;
}

#main .indexBox .sec02 {
	height: 1349px;
	background: url(img/index/sec02_bg.jpg) no-repeat center top fixed;
	background-size: cover;
}

#main .indexBox .content {
	margin: 0 auto;
	padding: 225px 0;
	width: 1000px;
}

#main .indexBox .sec02 h2 {
	margin-bottom: 58px;
	text-align: center;
}

#main .indexBox .sec02 .photo {
	margin-bottom: 40px;
	text-align: center;
}

#main .indexBox .sec02 p {
	margin-bottom: 42px;
	font-size: 20px;
	text-align: center;
	line-height: 2.5;
}

#main .indexBox .btn {
	margin: 0 auto;
	width: 300px;
	text-align: center;
}

#main .indexBox .btn a {
	padding: 16px 0 13px;
	display: block;
	border: 1px solid #fff;
	text-decoration: none;
}

#main .indexBox .btn a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .indexBox .sec03 {
	height: 1273px;
	background: url(img/index/sec03_bg.jpg) no-repeat center center fixed;
	background-size: cover;
}

#main .indexBox .sec03 h2 {
	margin-bottom: 54px;
	text-align: center;
}

#main .indexBox .sec03 .content {
	padding: 223px 0;
}

#main .indexBox .sec03 .lineupSlider {
	margin: 0 auto 99px;
	width: 674px;
	text-align: center;
}

#main .indexBox .sec03 .lineupSlider .slick-prev,
#main .indexBox .sec03 .lineupSlider .slick-next {
	margin-top: -50px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 44px;
    height: 116px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

#main .indexBox .sec03 .lineupSlider .slick-prev {
	left: -163px;
	background: url(img/index/sec03_prev.png) no-repeat;
	z-index: 1100;
}

#main .indexBox .sec03 .lineupSlider .slick-next {
	right: -163px;
	background: url(img/index/sec03_next.png) no-repeat;
	z-index: 1000;
}

#main .indexBox .sec04 {
	background: #000 url(img/index/sec04_bg.jpg) no-repeat center top;
}

#main .indexBox .sec04 .content {
	padding: 221px 0 151px;
}

#main .indexBox .sec04 h2 {
	margin-bottom: 89px;
	text-align: center;
}

#main .indexBox .sec04 .newsUl {
	margin: -11px -15px 0 0;
	overflow: hidden;
}

#main .indexBox .sec04 .newsUl li {
	margin: 11px 13px 0 0;
	width: 190px;
	float: left;
}

#main .indexBox .sec04 .newsUl li img {
	width: 125px;
	height: 150px;
	overflow: hidden;
}

#main .indexBox .sec04 .btn {
	margin-top: 75px;
}

#main .indexBox .sec04 .newsUl li a {
	padding: 18px 0 20px;
	display: block;
	position: relative;
	border: 1px solid #FFF;
	text-align: center;
	background: url(img/index/sec04_bg.png) repeat left top;
}

#main .indexBox .sec04 .newsUl li .hoverSpan {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background: url(img/index/sec04_bg02.png) repeat left top;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

#main .indexBox .sec04 .newsUl li a:hover .hoverSpan {
	opacity: 1;
}

#main .indexBox .sec04 .newsUl li .link:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .indexBox .sec04 .newsUl li .hoverSpan span {
	display: block;
}

#main .indexBox .sec04 .newsUl li .hoverSpan .time {
	padding: 40px 0 10px;
	font-size: 12px;
	display: block;
}

#main .indexBox .sec04 .newsUl li .hoverSpan .text {
	margin: 0 15px 18px;
	font-size: 14px;
	line-height: 1.4;
}

#main .indexBox .sec04 .newsUl li .hoverSpan .link {
	display: block;
	font-size: 12px;
}

#main .indexBox .sec05 {
	height: 1274px;
	background: url(img/index/sec05_bg01.jpg) no-repeat center center fixed;
	background-size: cover;
}

#main .indexBox .comBox {
	margin-top: 225px;
}

#main .indexBox .comBgBox {
	background-color: #000;
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#main .newsBox {
	margin: 0 auto;
	width: 1000px;
}

#main .newsBox h2 {
	margin-bottom: 102px;
	text-align: center;
}

#main .newsBox .ulBox {
	margin-bottom: 55px;
	padding: 15px 0 2px 25px;
	background-color: #1B1B1B;
}

#main .newsBox .ulBox ul {
	margin-right: -15px;
}

#main .newsBox .ulBox li {
	margin-right: 15px;
	float: left;
	width: 230px;
}

#main .newsBox .ulBox li a {
	padding: 0 0 12px 28px;
	display: inline-block;
	background: url(img/common/icon01.gif) no-repeat left 3px;
}

#main .newsBox .btmBox {
	margin-bottom: 196px;
}

#main .newsBox .borderBox {
	margin-bottom: 41px;
	border: 1px solid #434343;
}

#main .newsBox .borderBox dl {
	padding: 13px 22px 7px 22px;
	background-color: #1B1B1B;
}

#main .newsBox .borderBox dt {
	margin-bottom: 4px;
	font-size: 12px;
}

#main .newsBox .borderBox dd {
	font-size: 22px;
}

#main .newsBox .borderBox .imgBox {
	padding: 16px 21px;
	position: relative;
}

#main .newsBox .borderBox .imgBox .photoBox {
	float: left;
}

#main .newsBox .borderBox .imgBox .photoBox img {
	width: 117px;
}

#main .newsBox .borderBox .imgBox .textBox {
	margin-top: -3px;
	float: right;
	width: 808px;
}

#main .newsBox .borderBox .imgBox .textBox .btn {
	position: absolute;
	right: 19px;
	bottom: 19px;
	width: 132px;
	text-align: center;
}

#main .newsBox .borderBox .imgBox .textBox .btn a {
	padding: 3px 0 1px;
	display: block;
	text-decoration: none;
	background-color: #434343;
}

.popup {
	display: none;
	padding: 10px 0 0;
	background-color: #000;
	border: 1px solid #ccc;
}

.popup .infoPopup .detailTit {
	padding: 0 10px 10px;
	color: #fff;
}

.popup .infoPopup .detailTit span {
	display: block;
	font-size: 12px;
}

.popup .infoPopup .infoBox {
	padding: 10px;
	background: url(img/index/sec04_bg.png) repeat left top;
}

.popup .infoPopup .infoBox p {
	margin-bottom: 10px;
	color: #fff;
}

.popup .infoPopup .infoBox .photoImg {
	margin-bottom: 10px;
}

.popup .infoPopup .infoBox .photoImg img {
	width: 100%;
}

/*------------------------------------------------------------
	lineup
------------------------------------------------------------*/
#main .lineupBox {
	margin: 0 auto;
	width: 1000px;
}

#main .lineupBox h2 {
	margin-bottom: 97px;
	text-align: center;
}

#main .lineupBox .topImg {
	margin-bottom: 62px;
	text-align: center;
}

#main .lineupBox .comUl li .photoBox {
	margin-left: 10px;
}

#main .lineupBox .comUl li .infoPhoto .slick-prev {
	display: none !important;
}

#main .lineupBox .comUl li .infoPhoto .slick-next {
	display: none !important;
}

#main .lineupBox .comUl li .infoPhoto .slick-dots {
	margin-top: 9px;
	text-align: center;
}

#main .lineupBox .comUl li .infoPhoto .slick-dots li {
    position: relative;
    display: inline-block;
	width: 14px;
	height: 14px;
    margin: 0 8.5px;
    padding: 0;
	float: none;
    cursor: pointer;
}

#main .lineupBox .comUl li .infoPhoto .slick-dots li:last-child {
	float: none;
}

#main .lineupBox .comUl li .infoPhoto .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
	width: 14px;
	height: 14px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: url(img/common/icon02.png) no-repeat left top;
}

#main .lineupBox .comUl li .infoPhoto .slick-dots li.slick-active button {
	background: url(img/common/icon02_over.png) no-repeat left top;
}

/*------------------------------------------------------------
	concept
------------------------------------------------------------*/
#main .conceptBox {
	margin: 0 auto;
	width: 1000px;
}

#main .conceptBox h2 {
	margin: 0 0 38px 3px;
	text-align: center;
}

#main .conceptBox .topBox {
	margin: 0 0 -81px 110px;
	position: relative;
	text-align: center;
}

#main .conceptBox .topPhoto {
	margin: 0 0 12px 56px;
	text-align: center;
}

#main .conceptBox p {
	margin-bottom: 65px;
	font-size: 20px;
	line-height: 2.5;
	text-align: center;
}

#main .conceptBox .bigPhoto {
	margin-bottom: 76px;
	height: 350px;
	width: 100%;
	background: url(img/concept/photo03.jpg) no-repeat center center fixed;
	background-size: cover;
}

#main .conceptBox .bigPhoto01 {
	margin-bottom: 115px;
	background: url(img/concept/photo04.jpg) no-repeat center center fixed;
	background-size: cover;
}

#main .conceptBox .txtImg {
	margin-bottom: 26px;
} 

#main .conceptBox .txtImg01 {
	margin-bottom: 63px;
}

#main .conceptBox .imgBox {
	margin-bottom: 149px;
}

#main .conceptBox .borderBox {
	margin-bottom: 183px;
	padding-bottom: 5px;
	border: 8px solid #fff;
}

#main .conceptBox .borderBox01 {
	padding-bottom: 13px;
}

#main .conceptBox .borderBox .title {
	margin-bottom: 39px;
	text-align: center;
}

#main .conceptBox .borderBox .title img {
	margin-top: -136px;
}

#main .conceptBox .borderBox .inner {
	margin: 0 10px 0 9px;
}

#main .conceptBox .borderBox .inner .photoBox {
	float: left;
}

#main .conceptBox .borderBox .inner .textBox {
	margin-top: -8px;
	float: right;
	width: 460px;
}

#main .conceptBox .borderBox .inner .textBox p {
	margin-bottom: 10px;
	line-height: 1.8;
	text-align: left;
}

#main .conceptBox .borderBox01 .inner .photoBox img {
	margin-top: -36px;
}

#main .conceptBox .borderBox01 .inner .textBox p {
	margin-bottom: 43px;
}

#main .conceptBox .borderBox01 .inner .textBox .imgText {
	margin: 0 0 19px -30px;
}

#main .conceptBox .borderBox02 {
	margin-bottom: 80px;
	padding-bottom: 0;
}

#main .conceptBox .borderBox02 .inner .photoBox img {
	margin: -245px -100px 0 -9px;
}

#main .conceptBox .borderBox02 .inner .textBox p {
	letter-spacing: -1px;
}

#main .conceptBox .comUl {
	margin: 0 -3px 92px -5px;
}

#main .conceptBox .comUl li .txtImg {
	margin-bottom: 0;
	font-size: inherit;
	line-height: inherit;
}

#main .conceptBox .comUl li .link {
	padding-top: 28px;
}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	body {
		font-size: 13px;
	}
	
	#gHeader .hInner {
		padding: 0;
	}
	
	#gHeader .spBox {
		padding: 15px;
		position: relative;
		z-index: 999;
		overflow: hidden;
		background-color: #fff;
	}
	
	#gHeader h1 {
		margin: 0;
	}
	
	#gHeader h1 img {
		width: 120px;
	}
	
    #nav-toggle {
        display: block;
    }
	
	#nav-toggle.open span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	
	#nav-toggle.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	
	#nav-toggle.open span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}	
		
    #gNavi {
        position: absolute;
        top: -500px;
		left: 0;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		float: none;
    }
	
	#gNavi.on {
		-moz-transform: translateY(563px);
		-webkit-transform: translateY(563px);
		transform: translateY(563px);
	}
			
	#gNavi li {
		padding: 10px 0;
		float: none;
	}
	
	#gNavi li:last-child {
		padding: 10px 0;
	}
	
	#gNavi li:last-child img {
		margin: 0;
	}
	
	#gNavi li a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}
		
	#gFooter {
		padding: 30px 15px;
	}
	
	#gFooter .fLogo {
		margin-bottom: 15px;
	}
	
	#gFooter .fLogo img {
		width: 120px;
	}
	
	#gFooter .copyright {
		font-size: 12px;
	}
	
	/*------------------------------------------------------------
		mainImg
	------------------------------------------------------------*/
	.mainImg {
		padding-top: 63px;
		margin-bottom: 60px;
	}
		
	/*------------------------------------------------------------
		comBox
	------------------------------------------------------------*/
	#main .comBox {
		margin: 0 15px 50px;
		width: auto;
		padding: 3px;
	}
	
	#main .comBox .infoBox {
		padding: 30px 0;
	}
	
	#main .comBox .title {
		margin-bottom: 30px;
	}
	
	#main .comBox .title img {
		width: 140px;
	}
	
	#main .comBox .sliderBox {
		padding: 0 30px;
	}
	
	#main .comBox .sliderBox .slider {
		padding: 0 10px;
	}
	
	#main .comBox .sliderBox img {
		width: 100% !important;
	}
	
	#main .comBox .slick-prev,
	#main .comBox .slick-next {
		margin-top: -19px;
		width: 20px;
		height: 38px;
	}
	
	#main .comBox .slick-prev {
		left: 5px;
		background-size: 20px auto;
	}
	
	#main .comBox .slick-next {
		right: 5px;
		background-size: 20px auto;
	}

	/*------------------------------------------------------------
		comContact
	------------------------------------------------------------*/
	#main .comContact {
		padding: 0 10px 50px;
		width: auto;
	}
	
	#main .comContact h2 {
		margin-bottom: 40px !important;
	}
	
	#main .comContact h2 img {
		width: 160px;
	}
	
	#main .comContact p {
		font-size: 14px;
	}
	
	#main .comContact p span {
		margin-bottom: 5px;
		font-size: 16px;
	}
	
	/*------------------------------------------------------------
		comUl
	------------------------------------------------------------*/
	#main .comUl {
		margin: 0 15px 100px;
	}
	
	#main .comUl li {
		margin-bottom: 20px;
		width: 100%;
	}
	
	#main .comUl li:last-child {
		margin-bottom: 0;
	}
	
	#main .comUl li .top {
		margin-bottom: 15px;
	}
	
	#main .comUl li .top img {
		width: 100%;
	}
	
	#main .comUl li .txtImg {
		width: 40%;
		margin: 0 auto 20px;
	}
	
	#main .comUl li .txtImg img {
		width: 100%;
	}
	
	#main .comUl li .link {
		padding-top: 30px;
		width: 180px;
	}
	
	#main .comUl li .link a {
		padding: 7px 0;
	}
	
	/*------------------------------------------------------------
		index
	------------------------------------------------------------*/
	#main .indexBox {
		padding-top: 63px;
	}
	
	#main .indexBox .sec01 {
		margin: 0;
		height: auto;
		background: url(img/index/sp_sec01_bg.jpg) no-repeat center top;
		background-size: cover;
	}
	
	#main .indexBox .sec01 .topImg {
		padding: 25px 0 15px 15px;
		width: 58%;
	}
	
	#main .indexBox .sec01 .topImg img {
		width: 100%;
	}
	
	#main .indexBox .sec01 .imgBox {
		padding: 0 0 0 15px;
		width: 80%;
	}
	
	#main .indexBox .sec01 .imgBox img {
		width: 100%;
	}
	
	#main .indexBox .sec01 .scroll {
		margin: 0;
		position: absolute;
		bottom: 10px;
		width: 100%;
		text-align: center;
	}
	
	#main .indexBox .sec01 .scroll img {
		width: 70px;
	}
	
	#main .indexBox .sec02 {
		height: auto;
		background: url(img/index/sp_sec02_bg.jpg) no-repeat center top;
		background-size: auto 115%;
	}
	
	#main .indexBox .content {
		padding: 50px 15px;
		width: auto;
	}
	
	#main .indexBox .sec02 h2 {
		margin-bottom: 36px;
	}
	
	#main .indexBox .sec02 h2 img {
		width: 160px;
	}
	
	#main .indexBox .sec02 .photo {
		margin-bottom: 20px;
	}
	
	#main .indexBox .sec02 .photo img {
		width: 100%;
	}
	
	#main .indexBox .sec02 p {
		font-size: 14px;
	}
	
	#main .indexBox .btn {
		width: 180px;
	}
	
	#main .indexBox .btn a {
		padding: 8px 0;
	}
	
	#main .indexBox .sec03 {
		height: auto;
		background: url(img/index/sp_sec03_bg.jpg) no-repeat center top;
		background-size: auto 120%;
	}
	
	#main .indexBox .sec03 .content {
		padding: 50px 0;
	}
	
	#main .indexBox .sec03 h2 img {
		width: 160px;
	}
	
	#main .indexBox .sec03 .lineupSlider {
		margin-bottom: 50px;
		padding: 0 40px;
		width: auto;
	}
	
	#main .indexBox .sec03 .lineupSlider img {
		width: 100%;
	}
	
	#main .indexBox .sec03 .lineupSlider .slick-prev,
	#main .indexBox .sec03 .lineupSlider .slick-next {
		margin-top: -34px;
		width: 26px;
		height: 68px;
	}
	
	#main .indexBox .sec03 .lineupSlider .slick-prev {
		left: 5px;
		background-size: 26px auto;
	}
	
	#main .indexBox .sec03 .lineupSlider .slick-next {
		right: 5px;
		background-size: 26px auto;
	}
	
	#main .indexBox .sec04 {
		background: url(img/index/sp_sec04_bg.jpg) no-repeat center top;
		background-size: cover;
	}
	
	#main .indexBox .sec04 .content {
		padding: 50px 15px;
	}
	
	#main .indexBox .sec04 h2 {
		margin-bottom: 50px;
	}
	
	#main .indexBox .sec04 h2 img {
		width: 160px;
	}
	
	#main .indexBox .sec04 .newsUl {
		margin: -10px 0 0 0;
	}
	
	#main .indexBox .sec04 .newsUl li {
		margin: 0 0 10px;
		width: 48%;
	}
	
	#main .indexBox .sec04 .newsUl li:nth-child(2n) {
		float: right;
	}
	
	#main .indexBox .sec04 .newsUl li a {
		padding: 20px;
	}
	
	#main .indexBox .sec04 .newsUl li img {
		width: 100%;
		height: auto;
	}
	
	#main .indexBox .sec04 .newsUl li .hoverSpan {
		display: none !important;
	}
	
	#main .indexBox .sec04 .btn {
		margin-top: 40px;
	}
	
	#main .indexBox .sec05 {
		height: 650px;
		background-size: cover;
		background-attachment: inherit;
	}
	
	#main .indexBox .comBox {
		margin-top: 100px;
	}
	
	/*------------------------------------------------------------
		lineup
	------------------------------------------------------------*/
	#main .lineupBox {
		width: auto;
	}
	
	#main .lineupBox h2 {
		margin-bottom: 50px;
	}
	
	#main .lineupBox h2 img {
		width: 200px;
	}
	
	#main .lineupBox .topImg {
		margin: 0 15px 35px;
	}
	
	#main .lineupBox .topImg img {
		width: 100%;
	}
	
	#main .lineupBox .comUl li .photoBox {
		margin: 0;
	}
	
	#main .lineupBox .comUl li .infoPhoto img {
		width: 100%;
	}
	
	#main .lineupBox .comUl li .infoPhoto .slick-dots {
		margin-top: 5px;
	}
	
	#main .lineupBox .comUl li .infoPhoto .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
		
	#main .lineupBox .comUl li .infoPhoto .slick-dots li button {
		width: 10px;
		height: 10px;
		background-size: 10px 10px;
	}
	
	#main .lineupBox .comUl li .infoPhoto .slick-dots li.slick-active button {
		background-size: 10px 10px;
	}
	
	/*------------------------------------------------------------
		concept
	------------------------------------------------------------*/
	#main .conceptBox {
		width: auto;
	}
	
	#main .conceptBox h2 {
		margin: 0 0 30px;
	}
	
	#main .conceptBox h2 img {
		width: 200px;
	}
	
	#main .conceptBox .topBox {
		margin: 0 15px -8%;
	}
	
	#main .conceptBox .topBox img,
	#main .conceptBox .topPhoto img,
	#main .conceptBox .txtImg img,
	#main .conceptBox .imgBox img,
	#main .conceptBox .borderBox img {
		width: 100%;
	}
	
	#main .conceptBox .topPhoto {
		margin: 0 15px 15px;
	}
	
	#main .conceptBox p {
		margin: 0 15px 30px;
		font-size: 15px;
		line-height: 1.7;
	}
	
	#main .conceptBox .bigPhoto {
		margin-bottom: 35px;
		height: auto;
		background: none;
	}
	
	#main .conceptBox .bigPhoto img {
		width: 100%;
	}

	#main .conceptBox .txtImg {
		margin-: 15px;
	}
	
	#main .conceptBox .txtImg01 {
		margin-bottom: 32px;
	}
	
	#main .conceptBox .imgBox {
		margin-bottom: 22%;
	}
	
	#main .conceptBox .borderBox {
		margin: 0 15px 18%;
		padding-bottom: 10px;
		border: 4px solid #fff;
	}
	
	#main .conceptBox .borderBox02 {
		margin-bottom: 16%;
	}
	
	#main .conceptBox .borderBox .title {
		margin: 0 30px 20px;
		z-index: 100;
		position: relative;
	}
	
	#main .conceptBox .borderBox .title img {
		margin-top: -20%;
	}
	
	#main .conceptBox .borderBox01 .title img,
	#main .conceptBox .borderBox02 .title img {
		margin-top: -17%;
	}
	
	#main .conceptBox .borderBox .inner {
		margin: 0 10px;
	}
	
	#main .conceptBox .borderBox .inner .photoBox {
		margin-bottom: 20px;
		float: none;
	}
	
	#main .conceptBox .borderBox .inner .textBox {
		margin: 0;
		float: none;
		width: auto;
	}
	
	#main .conceptBox .borderBox .inner .textBox p {
		margin: 0 0 10px;
		line-height: 1.5;
	}
	
	#main .conceptBox .borderBox01 .inner .photoBox img {
		margin-top: 0;
	}
	
	#main .conceptBox .borderBox01 .inner .textBox p {
		margin-bottom: 20px;
	}
	
	#main .conceptBox .borderBox01 .inner .textBox .imgText {
		margin: 0 0 10px;
	}
	
	#main .conceptBox .borderBox02 .inner {
		margin: 0;
	}
	
	#main .conceptBox .borderBox02 .inner .photoBox img {
		margin: 0;
	}
	
	#main .conceptBox .borderBox02 .inner .textBox {
		margin: 0 10px;
	}	
	
	#main .conceptBox .comUl {
		margin: 0 15px 50px;
	}
	
	#main .conceptBox .comUl li .link {
		padding-top: 20px;
	}
	
	/*------------------------------------------------------------
		news
	------------------------------------------------------------*/
	#main .newsBox {
		width: auto;
	}
	
	#main .newsBox h2 {
		margin-bottom: 50px;
	}
	
	#main .newsBox h2 img {
		width: 200px;
	}
	
	#main .newsBox .ulBox li {
		margin-right: 0;
		width: 48%;
	}
	
	#main .newsBox .ulBox li:nth(2n) {
		float: right;
	}
	
	#main .newsBox .ulBox {
		margin: 0 15px 35px;
		padding: 10px 10px 2px 10px;
	}
	
	#main .newsBox .ulBox ul {
		margin-right: 0;
	}
	
	#main .newsBox .btmBox {
		margin-bottom: 100px;
	}
	
	#main .newsBox .borderBox {
		margin: 0 15px 20px;
	}

	#main .newsBox .borderBox dl {
		padding: 10px 15px;
	}

	#main .newsBox .borderBox dd {
		font-size: 15px;
	}
	
	#main .newsBox .borderBox .imgBox {
		padding: 15px;
	}
	
	#main .newsBox .borderBox .imgBox .photoBox {
		margin-bottom: 17px;
		float: none;
		text-align: center;
	}
	
	#main .newsBox .borderBox .imgBox .photoBox img {
		max-width: 117px;
		width: auto;
	}
	
	#main .newsBox .borderBox .imgBox .textBox {
		margin-top: 0;
		width: auto;
		float: none;
	}
	
	#main .newsBox .borderBox .imgBox .textBox p {
		margin-bottom: 15px;
	}

	#main .newsBox .borderBox .imgBox .textBox .btn {
		position: inherit;
		right: inherit;
		bottom: inherit;
		margin: 0 auto;
		width: 105px;
		position: inherit;
	}
	
	#main .newsBox .ulBox li a {
		padding: 0 0 10px 22px;
		background: url(img/common/icon01.gif) no-repeat left 2px;
		background-size: 14px 14px;
	}
	
	.pageTop {
		padding-right: 15px;
	}
	
	.pageTop img {
		width: 40px;
	}
}

@media all and (min-width: 481px) and (max-width: 767px) {
	#main .indexBox .sec01 {
		height: auto !important;
	}
	
	#main .indexBox .sec01 .scroll {
		margin: 0;
		position: inherit;
		padding-bottom: 10px;
	}
}
