
/*
    index

*/

section{
    margin:0;
}


/*=====================================================
    slider NEW
=======================================================*/

#slider {
    position: relative;
}
.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}

.bx-wrapper .bx-pager{
    text-align: center;
    font-size: 0;
    padding-top: 0;
 }
 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 5px;
    width: 100%;
 }
 .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #AE2D2A;
 }
 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    width: 10px;
    height: 10px;
 }
 
.bx-wrapper {
    width: 100%;
    overflow: hidden;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  border: none;
  background: #fff;
  margin: 0;
}

.bx-viewport {
    overflow: visible !important;
    width: 80vw;
    height: 360px;
    margin: 0px 0px 0px 10vw;
}
.bxslider li {
    width: 80vw !important;
}

.bxslider li img {
    width: 100%;
}
.l-scr,
.r-scr {
    width: 10vw;
    height: 100%;
    position: absolute;
    z-index: 60;
    /*background: rgba(255,255,255,0.7);*/
    background: rgba(0,0,0,0.6);
}
.l-scr {
    left:0;
    top: 0;
}
.r-scr {
    right: 0;
    top: 0;
}
.bx-wrapper .bx-controls-direction a {
    text-indent: 0px;
    position: absolute;
    top: 50%;
    margin-top: 0px;
    outline: 0;
    width: 2em;
    height: 2em;
    z-index: 9999;
}
.bx-wrapper .bx-next {
  right: 3.5vw;
  background: none;
 }
 .bx-wrapper .bx-prev {
  left: 3.5vw;
  background:none;
}
.bx-wrapper .bx-next::after,
.bx-wrapper .bx-prev::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-size: 2em;
    color: #888;
}
.bx-wrapper .bx-next::after {
    content: "\f138";
}
.bx-wrapper .bx-prev::after {
    content: "\f137";
}
#screen {
    padding-top: 0px !important;
}
@media screen and (max-width: 479px){
.bx-wrapper .bx-controls-direction a {
    display: none;
}
.bx-viewport {
    width: 100vw;
    margin: 0px 0px;
}
.bxslider li {
    width: 100vw !important;
}
.l-scr,
.r-scr {
    display: none;
}
 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 2px;
 }
 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 5px;
    height: 5px;
 }
#screen {
    padding-top: 51px !important;
}

}



/*=====================================================
    news
=======================================================*/

#top #news{
    background-color: #333;
    overflow: hidden;
    margin:0;
    font-size:90%;
}

#top #news div.wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#top #news div.newsInner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#top #news div.newsBox{
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    flex: 0 0 48%;
    border-bottom: 1px solid #777;
}
#top #news div.newsBox span.br {
	 display: block;
	 padding: .3em 0 .5em;
}
#top #news div.newsBox .bnrBox a img {
	width: 49%
}
#top #news div.fullBox{
    flex: 2 0 50%;
    margin-bottom: 1em;
}
dl.newsList{
    overflow: hidden;
    margin:0 0 20px 0px;
    width:98%;
}

#top dl.newsList dt{
    width: 6.5em;
    float:left;
    clear:left;
    margin:0 0 3px 0;
    padding:6px 0;
    font-weight:normal;
    border-top:1px solid #ddd;
}

#top dl.newsList dd{
    padding:0;
    margin:0 0 3px 6.5em;
    border-top:1px solid #ddd;
}
#top dl.newsList dd a{
    display: block;
    padding:6px 0;
}
#top #news dl.newsList{
    color:#ccc;
}
#top #news dl.newsList dt,
#top #news dl.newsList dd{
    border:none;
}
#top #news dl.newsList dt,
#top #news dl.newsList dd a{
   padding:0;
}
#top #news div.mvBox{
    clear:left;
}
#top #news ul.mvList{
    margin-left:-1.5%;
    overflow: hidden;
}
#top #news ul.mvList li {
    width:48.5%;
    float: left;
    margin:0 0 1.5%  1.5%;
    background: #3f3f3f
}
#top #news ul.mvList li img{
    float: left;
    margin:0 10px 0 0;
    width: 70px;
}
#top #news ul.mvList li div.mvDetail{
    padding:5px;
}

#top #news a{
    color:#fff;
}
#top #news h2{
    color: #fff;
    font-size:160%;
}
#top a.arrow{
    color:#fff;
    /*padding-left:14px;
    background: url(/images/common/icon_arrow_w.png) no-repeat 0 50%;*/
}
#top div.mvDetail a{
    font-size:88%;
    line-height: 130%;
    display: block;
}



/*=====================================================
    seatmap
=======================================================*/

#top section#seatMap{
    background-color: #000;
    padding:0;
}


/*=====================================================
    banner
=======================================================*/
#banner{
    background: #ddd;
}
#banner ul{
    overflow: hidden;
    margin:1% 0 ;
}

#banner li{
    width:24%;
    margin: 0.2% 0.5% ;
    float: left;
}

#banner li img{
    display: block;
    width: 100%
}

#banner2{
    background: #ddd;
}
#banner2 ul{
    overflow: hidden;
    margin:1% 0 ;
    text-align: center;
    font-size: 0;
}

#banner2 li{
    width:24%;
    margin: 0.2% 0.5% ;
    display: inline-block;
}

#banner2 li img{
    display: block;
    width: 100%
}

#banner5{
    background: #ddd;
    text-align: center;
}

#banner5 ul {
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin: 1em auto;
    flex-wrap: wrap;
}

#banner5 ul {
    vertical-align: middle;
}

#banner5 ul li {
    padding: 0 1%;
    width: 18%;
}
#banner5 ul li img {
    width: 100%;
}


/*
#banner5 ul{
    overflow: hidden;
    margin:1% 0 ;
}

#banner5 li{
    width:15%;
    margin: 0.2% 2% ;
    display: inline-block;
}
*/
/* 6個2段用
#banner5 li {
    width: 28.5%;
    margin: 0.5% 0.5%;
}
#banner5 li img{
    display: block;
    width: 100%
}
*/

#banner3 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#banner3 ul li {
	flex: 0 0 33%;
}
#banner3 ul li img {
	width: 100%;
}


/*=====================================================
    pickup
=======================================================*/

#top #pickupitemDetail div.wrapper {
    padding:0 0;
    margin:0 0 15px 0;
}

#top #pickupitemDetail h2{
    font-family: 'Prata', serif;
    font-size: 160%;
    margin:0 0 20px 0;
}

#top #pickupitemDetail{
    background-color: #eeeeea;
    padding:30px 50px;
    height:1px;
    overflow: hidden;
}

#top #pickupitemDetail li{
    background-color: #fff;
    cursor: pointer;
}
#top #pickupitemDetail li:hover{

}
#top #pickupitemDetail li span.newItem{
    position: absolute;;
    top:0;
    right:0;
    background-color: #aa0000;
    color:#fff;
    display: inline-block;
    padding:3px 4px;
    font-size: 12px
}
#top #pickupitemDetail li img{
    width:90%;
    margin:0 auto;
    display: block;
}
#top #pickupitemDetail li div.pickUpDetail{
    padding:3%;
    font-size: 90%;
    text-align: center;
    margin:0 0 15px 0;
}
#top #pickupitemDetail li div.pickUpDetail div.itemName{
    font-size: 95%;
    height:1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#top #pickupitemDetail li div.pickUpDetail span.brandName{
    font-size: 110%;
    color :#7c680d;
    font-family: 'Prata', serif;
    display: block;
    margin:0 0 5px 0;
}
#top #pickupitemDetail .bx-wrapper .bx-prev{
    left:-50px;
}
#top #pickupitemDetail .bx-wrapper .bx-next{
    right:-50px;
}
#top #pickupitemDetail div.bx-controls-direction{

}

/*=====================================================
    newsSection
=======================================================*/
#top #newsSection div.wrapper{
    max-width:1100px;
    margin: 0 auto;
}
#top #newsSection h2{
    font-family: 'Prata', serif;
    font-size: 160%;
    margin:0 0 20px 0;
}
#top #newsSection dt{
    font-weight: normal;
}
#top #newsSection dt a{
    color: #000
}
#top #newsSection dd{
    padding:0;
    margin:0 0 15px 0;
    color:#666;
}
#top #newsSection ul.bannerList{
    overflow: hidden;
}
#top #newsSection ul.bannerList li{
    float:left;
    margin:0 3% 3% 0% ;
    line-height: 1;
    width:96%;
}


#top #newsSection ul.bannerList li.hasBanner img{
    display: block;
    width:100%;
}
#top #newsSection ul.bannerList li#storeList ,
#top #newsSection ul.bannerList li#worldInformation {
    width:46.5%;
}
#top #newsSection ul.bannerList li#larcoStory{
    width:96%;
    background-color: #000;
}
#top #newsSection ul.bannerList li#larcoStory div#MVButton{
    width: 35%;
    float:left;
    margin:0 20px 0 10px;
}
#top #newsSection ul.bannerList li#larcoStory div.movieDetail{
    padding: 10px 0;
}
#top #newsSection ul.bannerList li#larcoStory dt a{
    color:#ff6600;
    font-family: 'Prata', serif;
    font-size:150%;
    font-weight: normal;
}
#top #newsSection ul.bannerList li#larcoStory dd{
    color:#ccc;
    font-size:90%;
}


/*=====================================================
    device
=======================================================*/

/*
    tab
*/
@media only screen and (max-width: 767px) {

    #top #slider div.sp{
        background:url(/images/index/top_img_sp.jpg) no-repeat 0 0 ;
        overflow:hidden;
        display:block;
    }
   #top #slider div.sp img{
        width:100%;
   }
    #top #slider div.pc{
        display:none;
    }
    #top #slider {
        background-color: #fff;
        height: auto;
    }
}


/*
    smart phone
*/
@media only screen and (max-width: 479px) {
    #top #container{
        padding: 0;
    }
    #top #bx-pager{
        position: static;
        background:#222;
        border-bottom:2px solid;
    }
    #top #bx-pager li a span{
        display: none
    }
    #top #bx-pager li a{
        border-radius: 10px;
        background-color: #555;
        width:10px;
        height:10px;
        display: inline-block;
        padding:0;
        margin:0 5px ;
        border:none;
    }
    #top #pickupitemDetail h2,
    #top #newsSection h2{
        margin-bottom: 10px
    }
    #top #bx-pager li a.active{
        background-color: #ff6600;
        border:none;
    }
    #top #brandSection{
        display: block;
        margin:0;
        padding: 4% 2% 2% 2%;
        background-color: #e7e7d9;
        border-bottom:1px solid #ccc
    }
    #top #brandSection ul.brandList {
        padding:0;
    }
    #top #brandSection ul.brandList li{
        width: 31.1%;
        border:none;
        background-color: #fff;
    }
    #top section#pickupitemDetail{
        padding:6% 4%;
      margin:0;
      border-bottom:1px solid #ccc
    }
    #top #pickupitemDetail .bx-controls-direction{
        opacity: 0.6;
    }
    #top #pickupitemDetail .bx-wrapper .bx-prev{
        left:-10px;
    }
    #top #pickupitemDetail .bx-wrapper .bx-next{
        right:-10px;
    }
    #top #newsSection div.rightSection{
        border-top:1px dotted #333;
        padding: 18px 0 0 0;
    }
    #top #news{
        padding:0;
    }
    #top #news{} div.newsInner {
        display: block;
        width: auto;
    }
    #top #news div.wrapper{
        padding: 1.5em 5% 1em;
    }
    /*
    #top #news div.newsBox {
        display: block;
        float: none;
        margin:0;
        width: auto;
        padding:5% 4% ;
        border-bottom:1px solid #444;
    }*/
    #top #news div.newsBox h2{
        margin:0 0 7px 0;
        font-size:120%;
    }
    #top #news div.newsBox{
    /*width: 48%;
    float: left;*/
    margin-bottom:1em;
    flex:0 0 100%;
    }
    /*
    #top #news div.newsBox .bnrBox a img {
	width: 100%}*/

    #top #news div.fullBox{
    flex: 1 0 100%;
    margin-bottom: 1em;
    }
    #top #news div.fullBox,
    #top #news div.newsBox {
        border-bottom: 1px solid #777;
    }
    #top #news div.newsBox:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    #top #news div.newsBox .bnrBox img {
	    width: 100%;
    }
    
    #top #news ul.mvList li{
        float:none;
        width:auto;
        overflow: hidden;
    }
    #top #banner li{
        width:48%;
        margin:0  1% 2% 1%;
    }
    #top section#banner{
        padding:0;
    }
    #top section#banner div.wrapper{
    }
    #banner2 li {
        width: 47%;
        margin: 1% 1% 2%;
    }
    span.br {
	 display: block;
	 padding: .3em 0 .5em;
 	}
 	span.sp-none {
	 	display: none;
 	}
 	#banner3 .wrapper {
	 	padding: 1% !important;
 	}
 	#banner3 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: no-wrap;
	}
	#banner3 ul li {
		flex: 0 0 33%;
	}

}


#banner ul.top__banner {
    /*margin-left: 20%;*/
}

span.catlabel {
    /* display: none; */
    background: #fff666;
    color: #111;
    padding: 0 .6em;
    border-radius: 5px;
    font-size: .625rem;
 }
 
