@charset "utf-8";

/* CSS Document */

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  padding-bottom: 300px;
}

.wrapper {
  background-color: #fff;
  position: static;
}

.cpindex {}

.cpindex_in {
  width: 1100px;
  padding: 20px 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cpindex_in {
   width: 100%;
   padding: 0;
  }
}

.pankuzu {
  font-size: 18px;
  margin: 0 10px 20px;
  padding: 15px 0px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .pankuzu {
    font-size: 12px;
    margin: 0 10px 20px;
    padding: 15px 0px;
    line-height: 1.5;
  }
}

.pankuzu ul {
  margin: 0 -5px;
}

@media screen and (max-width: 768px) {

.pankuzu ul {
    margin: 0 5px;
    }
}

.pankuzu ul li {
  display: inline;
  margin: 0 5px;
}

.cpindex_title {
  padding: 10px 0 0 0;
}

.cpindex_title h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 10px 8px 10px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .cpindex_title h2 {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 20px;
  }
}

.cpindex_title p {
  margin: 0 10px 25px 10px;
  font-size: 14px;
  color: #666666;
}

@media screen and (max-width: 768px) {
.cpindex_title p {
  margin: 0 20px 15px;
  }
}

.cpindex_header {
}

.cpindex_header h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  padding: 15px 20px 20px;
  line-height: 1.2;
  position: relative;
  text-align: center;
}

.cpindex_header h3:before {
  /*position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: 4px;
  content: '';
  border: 4px solid #bc1f18;
  border-radius: 8px;*/
}

.cpindex_header p {
  margin: 0 10px 10px 10px;
  font-size: 14px;
  color: #999999;
}

.cpindex_box_outer {
}

.cpindex_box_outer ul {
  flex-wrap: wrap;
  clear: both;
  overflow: hidden;
}

.cpindex_box_outer li {
  border-radius: 6px 6px;
  background: #efefef;
  width: calc(25% - 20px);
  margin: 0 10px 28px;

}

@media screen and (min-width: 768px) {
  .cpindex_box_outer li {
    float: left
  }
}

@media screen and (max-width: 768px) {
  .cpindex_box_outer li {
    float: center;
    width:88%;
    margin: 0px auto 25px;
  }
}

.cpindex_box_outer li a {
  text-decoration: none;
}

.cpindex_box_outer li:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.cpindex_box {
  padding: 11px 7px 10px;
  height: 20px;
}

.cpindex_box span {
  display: inline-block;
  padding: 5px;
  font-size: 10px;
  font-weight: bold;
}

.cpindex_box span.maeuri {
  text-align: left;
  background: #E61E0F;
  color: #ffffff;
  border-radius: 4px;
}

.cpindex_box span.tojitsu {
  text-align: left;
  background: #217FC4;
  color: #ffffff;
  border-radius: 4px;
}

.cpindex_box span.mw_menbers {
  text-align: left;
  background: #fff;
  color: #333333;
  border-radius: 4px;
}

.cpindex_box img {
  width: 9%;
}

.cpindex_img img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.cpindex_limit {
 padding: 0px 8px 17px;
 height: 100px;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.cpindex_buy {
	text-align: center;
	font-size: 15px;
	color: #333;
	margin: 10px auto;
	line-height: 1.2rem;
}
.cpindex_dl {
  margin: 10px auto;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #E61E0F;
}
  
@media screen and (max-width: 768px) {
  .cpindex_limit {
	  height: auto;
	  padding: 0px 17px 22px;
	 }
	 
	.cpindex_buy {
    font-size: 18px;
    line-height: 1.6rem;
    }
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.end_cp{
 background-color:#999999;
 border-radius:5px;
 padding:15px 0 0;
 }


/*PC*/
header .black-area .global-menu ul .screening-schedule a:before {
margin: -8px 0px 0px -10px !important;
}

/*SP*/

@media screen and (max-width: 768px) {
  .pagetoplink {
    position: fixed;
    bottom: 80px;
    right: 30px;
    opacity: 0.75;
    cursor: pointer;
    display: none;
  }
  .pagetoplink img {
    width: 50px;
  }
  .cpindex_title {
    padding: 0;
  }
  .link {
    padding: 15px;
    font-weight: bold;
    font-size: 12px;
    position: relative;
  }
  .link a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding-left: 15px;
  }
  .link:after {
    position: absolute;
    top: 50%;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -5px;
    content: '';
    transform: rotate(45deg);
    pointer-events: none;
    border-top: 2px solid #bc1f18;
    border-right: 2px solid #bc1f18;
  }
}
