/* **************************************************************************************

MOVIE STYLE

************************************************************************************** */
/* ------------------------------------------------------------------
20180319 new section  pr
------------------------------------------------------------------ */

.Section.pr .Section-list li{
	border-bottom: 0;
}
.Section.pr .Section-list figure img{
	max-width: 210px;
}
.Section.pr .Section-list p{
	border-bottom:2px solid #e06900;
	margin-bottom: 0.5em;
}
.Section.pr .Section-list dl{
   text-align: left;
  }
.Section.pr .Section-list a:before{
	content: "";
	width: 1em;height: 1em;
	display: inline-block;
	background:url(/images/img-movie/dl_icon.gif) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.1em;
	
  }
.Section.pr .Section-list a.zip:before{
	background:url(/images/img-movie/blt_link_external_o.png) no-repeat center center;
	background-size: contain;
}
/* ------------------------------------------------------------------
SECTION LAYOUT
------------------------------------------------------------------ */
.Section.pat-circle{
  background-color: #eaf9ff;
  background-image:url(/images/img-movie/bg-circle.png?20220218) ;
}

.Section.pat0{
  background-color: #fff;
}

.Section.pat1{
  background-color: #f5f2e1;
}

.Section-list{
  zoom: 1;
}
.Section-list:after{
  display: block;
  clear: both; 
  content: '';
}
.Section-list li figure{
  line-height: 0;
}
.Section-list li a{
/*  display: inline-block;*/
  line-height: 0;
}
.Section-list p{
  color: #e06900;
}

@media screen and (max-width: 768px){
  .Section-list p{
    font-size: 11.94667px;
    letter-spacing: 2.56px;
    line-height: 17.06667px;
  }
}
@media print, screen and (min-width: 769px){
  .Section-list p{
    font-size: 24px;
    letter-spacing: 4.32px;
    line-height: 38px;
  }
}
.Section-list p span{
  display: block;
  line-height: 0;
}

.Section-nav.cm li,.Section-nav.pr li{
  border-bottom: none !important;
}

.Section-iframe{
  display: none;
}
.Section-iframe iframe{
  font-size: 0;
  line-height: 0;
}



@media screen and (max-width: 768px){
  .Section{
    padding: 0 29.86667px;
    text-align: center;
  }
  .Section figure img{
    width: 100%;
    height: auto;
  }
  .Section.anime{
    padding: 23.89333px 29.86667px 41.38667px;
  }
  .Section.manga{
    padding: 23.89333px 29.86667px 3.41333px;
  }
  .Section.cm,.Section.pr{
    padding: 27.73333px 29.86667px 73.38667px;
  }
  .Section-tit{
    margin: 0 0 29.86667px;
  }
  .Section-nav{
    margin: 0 0 29.01333px;
  }
  .Section-list li{
    border-bottom: 1px solid #e06900;
  }
  .Section-list li + li{
    margin: 29.86667px 0 0;
  }
  .Section-list figure{
    margin: 0 0 11.09333px;
  }
  .Section-list figure a{
    display: inline-block;
  }
  .Section-list p{
    padding: 0 0 10.24px;
  }
  .Section-list p span{
    margin: 0 0 12.37333px;
  }
  .Section-list p span img{
    width: auto;
    height: 13.65333px;
  }
}

@media print, screen and (min-width: 769px){
	.Section.pat-circle{
    padding: 91px 0 47px;
  }
	.Section.anime{
    padding: 91px 0 97px;
  }
  .Section.manga{
    padding: 91px 0 47px;
  }
  .Section.cm, .Section.pr{
    padding: 75px 0;
  }
  .Section-nav{
    width: 980px;
    margin: 60px auto 0;
  }
  .Section.pat-circle .Section-nav{
    width: 1100px;
  }
  .Section-list li{
    float: left;
    width: 459px;
    margin: 0 0 50px;
    border-bottom: 2px solid #e06900;
  }
  .Section-list li:nth-child(even){
    margin: 0 0 50px 62px;
  }
  .Section-list figure{
    margin: 0 0 11px;
  }
  .Section-list figure a{
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .Section-list figure a:hover{
    opacity: 0.5;
  }
  .Section-list p span{
    margin: 0 0 15px;
  }
  .Section-list p span img{
    width: auto;
    height: 25px;
  }
  .Section-nav{
    padding: 0 0 49px;
  }
  .Section-nav.manga{
    width: 556px;
  }
  .Section-nav.new.manga{
    width: 980px;
  }
  .Section-nav.manga li{
    width: 556px;
  }
  .Section-iframe iframe{
    width: 853px;
    height: 480px;
  }
}

/*
    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;
}

#cboxWrapper{
  max-width: none;
}

#cboxOverlay{
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft{
  clear: left;
}

#cboxContent{
  position: relative;
}

#cboxLoadedContent{
  overflow: hidden !important;

  -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{
  display: block;
  float: left;
  max-width: none;
  margin: auto;
  border: 0;

  -ms-interpolation-mode: bicubic;
}

.cboxIframe{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0; 
  padding: 0;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent{
  box-sizing: content-box;

  -webkit-box-sizing: content-box; 
  -moz-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{
  background: #fff;
  opacity: 0.9;

  filter: alpha(opacity=90);
}

#colorbox{
  outline: 0;
}

#cboxContent{
  background: #fff;
}

.cboxIframe{
  background: #fff;
}

#cboxLoadingOverlay{
  background: url('/imgs/colorbox/loading_background.png') no-repeat center center;
}

#cboxLoadingGraphic{
  background: url('/imgs/colorbox/loading.gif') no-repeat center center;
}

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

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

#cboxClose{
  position: absolute;
  top: -12px;
  right: -12px;
  width: 23px;
  height: 23px;
  background: url('/imgs/colorbox/close_btn.png') no-repeat 0 0;
  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);
}

@media screen and (max-width: 768px){
  #colorbox, #cboxWrapper{
    width: 280px !important;
  }
}


@media screen and (max-width: 768px){
  .Moviepdf-btn img{
    width: 90%;
	margin: 20px auto;
}
}

@media print, screen and (min-width: 769px){
  .Moviepdf-btn img{
    width: 400px;
	margin: auto;
  }

  .Moviepdf-btn a{
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .Moviepdf-btn a:hover{
    opacity: 0.5;
  }
}

.cmn-NoteList{	
text-align: left;	
}	
.cmn-NoteList br{	
display: none;	
}	
@media screen and (max-width: 768px){	
.cmn-NoteList{	
margin-top: 30px;	
}	
.cmn-NoteList br{	
display: inline-block;	
}
}
@media screen and (max-width: 768px){	
.Section.pat-circle{
	padding-top: 23.89333px !important;
	padding-bottom: 23.89333px !important;
}
}