@charset "UTF-8";

/*	lupin layout.css
=================================
	=01 header
	=02 gNav
	=03 content
	=04 footer
===============================*/
body{
	font-size: 10px;
}
#wrapper{
	position:relative;
	padding-top:45px;
	overflow: hidden;
}
#wrapper:before{
	content: "";
	position:fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../../img/sp/common/bg_img01.png) no-repeat center 0;
	background-size: 100% auto;
}
#wrapper > *{
	position: relative;
}

/*====================================================
	=01 header
====================================================*/
#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:rgba(0,0,0,0.9);
	z-index:100;
}
#headerInner{
	position:relative;
	width:100%;
	margin:0 auto;
	padding:9px 8px 5px;
	height: 45px;
	text-align:right;
	box-sizing:border-box;
}
#headerInner > .logo{
	width:200px;
	text-align: left;
}
#headerInner #jsMenuBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:45px;
	height:45px;
	background:url(http://img.lupin-new-season.jp/common/images/hd_menu.png) no-repeat 0 0;
	background-size:100% auto;
	text-align:left;
	text-indent:-999px;
	overflow:hidden;
}

/*====================================================
	=02 gNav
====================================================*/
#wrapper ul.menuList{
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	padding: 10px 0;
}
#wrapper ul.menuList li{
	line-height:1.2;
	color:#666;
	font-family:"ヒラギノ明朝 ProN","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
#wrapper ul.menuList li a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 10px;
	font-size: 25px;
	text-align: center;
}
#wrapper ul.menuList li .colA{
	color:#660b0b;
}
#wrapper ul.menuList li a .colA{
	color:#d51717;
	-webkit-transition:color 0.3s ease-in-out;
	transition:color 0.3s ease-in-out;
}

.gnavon #header{
	height: 100%;
}
.gnavon #headerInner #jsMenuBtn{
	background-position: 0 bottom;
}
.gnavon #wrapper ul.menuList{
	display: block;
}

/*====================================================
	=03 content
====================================================*/
#content{
	padding:0 10px;
	margin:0 auto;
	text-align: left;
	box-sizing: border-box;
}
#content:after{
	content:"";
	clear:both;
	display:block;
}

/*====================================================
	=04 footer
====================================================*/
#jsPagetop{
	display: block !important;
	text-align: center;
	margin: 23px auto;
}
#jsPagetop a{
	display:block;
	width:56px;
	height:49px;
	margin: 0 auto;;
	background:url(http://img.lupin-new-season.jp/common/images/pagetop.png) no-repeat 0 0;
	background-size: 100% auto;
	text-align:left;
	text-indent:-999px;
	overflow:hidden;
}
#footer{
	text-align:center;
	padding-bottom:20px;
	background-color:#000;
}
#footer .wrap{
	position:relative;
	padding:0 40px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
	width: 100%;
}
#footer .slick-arrow{
	border: 0;
	position:absolute;
	top:50%;
	width:15px;
	height:32px;
	margin-top:-16px;
	text-align:left;
	text-indent:-999px;
	overflow:hidden;
	opacity:0.7;
}
#footer .slick-prev{
	background:url(http://img.lupin-new-season.jp/common/images/icon_arrow_l.png) no-repeat 0 0;
	left:10px;
}
#footer .slick-next{
	background:url(http://img.lupin-new-season.jp/common/images/icon_arrow_r.png) no-repeat 0 0;
	right:10px;
}

#footerBnrA{
	padding: 26px 0;
	background:url(../../img/common/bg_ft01.png) repeat 0 0;
}
#footerBnrA ul > li ~ li{
	margin-top: 4%
}

#footerBnrB{
	padding: 30px 0;
	background-color:#141414;
	text-align: center;
}
#footerBnrB ul{
	text-align: left;
}
#footerBnrB ul > li{
	width: 50%;
	display:inline-block;
	outline: none;
	padding: 2%;
	box-sizing: border-box;
}

#footer .logo{
	margin:50px auto;
	width: 229px;
}
#footer .copy{
	font-size:10px;
	color:#6d6d6d;
}
#footer .links{
	padding: 1em 0;
}
/* noftbnr */
.noftbnr #footerBnr{
	display:none;
}

/*	colorbox
====================================================*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{ opacity: 0.9; filter: alpha(opacity = 90); background-color:#000;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px;}
    #cboxTopRight{width:21px; height:21px;}
    #cboxBottomLeft{width:21px; height:21px;}
    #cboxBottomRight{width:21px; height:21px;}
    #cboxMiddleLeft{width:21px;}
    #cboxMiddleRight{width:21px;}
    #cboxTopCenter{height:21px;}
    #cboxBottomCenter{height:21px;}
    #cboxContent{overflow:hidden;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-top:34px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingGraphic{background:url(http://img.lupin-new-season.jp/common/images/loading.png) no-repeat center center; opacity:0.6;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxClose{position:absolute; top:0; right:0; background:url(http://img.lupin-new-season.jp/common/images/hd_menu.png) no-repeat 0 bottom; background-size:100% auto; width:34px; height:34px; text-indent:-9999px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
