@charset "UTF-8";

h3,h4 {
	padding: 5px;
    font-size: 200%;
    color: #902a38;
    background: -moz-linear-gradient(top, #ededed 0%, #ebebeb 50%, #ffffff 100%)!important;
    background: -webkit-linear-gradient(top, #ededed 0%,#ebebeb 50%,#ffffff 100%)!important;
    background: linear-gradient(to bottom, #ededed 0%,#ebebeb 50%,#ffffff 100%)!important;
    width: 100%;
    border: 2px solid #ccc;
	list-style: none!important;
    box-shadow: none!important;
	margin: 0 auto 15px;
	box-sizing: border-box;
	border-left: none;
    border-right: none;
}
h4{border: 2px solid #ccc;}

.border-top-none{
	border-top:none; 
}

h3:after {
    background: none!important;
}

h3 span {
	background: #d30307;
    color: #fff;
    padding: 0.4rem 0.6rem;
    margin-right: 0.6rem;
    font-size: 80%;
	border-radius: 5px;
}

.mainvisual img{
	vertical-align: bottom;
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
}
#main-wide{
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 85%;
}

#main-wide p{
  margin: 0;
}


#main-wide .mainvisual{
  border-top: 1px solid #999;

}

#main-wide .series{
  margin:30px 0;
  
}

#main-wide .productbox{
  padding: 15px;
}

#main-wide .package{
  float: left;
	    margin-left: 2px;
	width: 540px;
}

#main-wide .package img{
	width: 100%;
}

#main-wide .col{
  width: 50%;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
border-right:  1px solid #999;
}

#main-wide .tetsubu,#main-wide .full{
  border-right:  1px solid #999;
border-left:  1px solid #999;
}

#main-wide .under {
	border-bottom:  1px solid #999;
}

#main-wide .botan{
  clear: both;
  text-align: center;
  padding: 15px 0;
}

#main-wide .mainpickup .botan{
  clear:none;
}

#main-wide .movie_insert{
  margin:10px 0 40px;
}

#main-wide .movie_insert li{
  float: left;
  margin: 0 13px 25px 0;
  list-style: none;
}


#main-wide h5 {
    margin: 12px 0 15px 0;
    border-bottom: 2px dotted #ccc;
    font-size: 160%;
}
ul.sp-slides,ul.sp-thumbnails {
    margin: 0;
    list-style: none;
}
#imageview .sp-slides li img,#imageview .sp-thumbnails li img {
	width:100%;
}

#main-wide .harf .productbox{
    min-height: 520px;
    position: relative;
}

#main-wide .harf .productbox p img{
    margin-bottom: 1rem;
}

#main-wide .harf .botan{
    bottom: 10px;
    position: absolute;
    width: 444px;
}

.movie_insert p img{
width:100%;
	border-radius: 5px;
}

#main-wide .movie_insert p:first-child{
width:290px;
	margin-bottom: 5px;
}

#main-wide h2 {
    position: relative;
    margin: 60px auto;
    text-align: center;
    background: none;
    font-size: 30px;
    padding: 0;
}

#main-wide h2:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 7%;
    height: 7px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #902a38;
    border-radius: 20px;
}

.video-list a .play {
    background: url(../../../-img/-common/icon-play-hover.png) no-repeat 50% 50%;
    background-size: 20% auto;
    min-height: 164px;
}

@media screen and  (min-width: 320px) and (max-width: 768px) {

.inner {
    width: 98%;
    min-width: 98%;
    margin: 0 auto;
    clear: both;
}
	img{
		height: auto;
	}
	
 #main-wide{
   width: 100%;
  }
h3,h4 {
	font-size: 150%;
}
#main-wide .movie-title{
		margin: 5px auto 15px;
	}
  
  #main-wide h4,#main-wide h5 {
    overflow: hidden;
  }
  
   #main-wide h4 img,  
  #main-wide h5 img{
    min-height: 20px;
    width: auto;
  }
	
#main-wide .package {
    float: none;
    margin-left: 0;
	margin-bottom: 15px;
	width: 100%;
}
#main-wide .col {
    width: 100%;
    float: none;
    box-sizing: border-box;
    height: auto;
	border-left: 1px solid #999;
}
#main-wide .movie_insert {
    margin: 10px auto 40px;
}
#main-wide .movie_insert li {
    float: none;
    margin: 0 auto;
}
	
	.mainpickup{padding: 15px;}

#main-wide .harf .productbox{
    min-height: auto;
    position: relative;
}

#main-wide .harf .botan{
    bottom: none;
    position: relative;
    width: auto;
}

.movie_insert p:first-child{
width:auto;
}

#main-wide p.text {
	margin-bottom: 1rem;
}

#main-wide .harf .productbox .botan img {
	margin-bottom: 0;
}
	
#main-wide h2 {
    font-size: 26px;
	margin: 30px auto 40px;
}
	
#main-wide h2:before {
    width: 15%;
}	
	
ul.movie_insert.clearfix.video-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	
ul.movie_insert.clearfix.video-list li{
    width: 48%;
}	
	
#main-wide .movie_insert p:first-child {
    width: 100%;
    margin-bottom: 5px;
}
	
	ul.movie_insert.clearfix.video-list li img {
    width: 100%;
}
	
.video-list a .play {
    background: url(../../../-img/-common/icon-play-hover.png) no-repeat 50% 26%;
    background-size: 20% auto;
}	
	
  
}