.message__block::after {
    background-image: none;
}
.bg-img::after {
    background-image: url(assets/images/bg-img-hippy.jpg);
}
.page {
    padding: 30px 0px 30px;
}
.hippy02 {
    margin: 100px 0px;
    background-color: #fff;
    padding: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.hippy02 h3{
    color: #E95513;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}

.hippy02 p{
    color: #E95513;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}
.hippy_title{
   line-height: 1.2; 
    
}

.soft{
  display:flex; /*横並び*/
  flex-wrap: wrap; /*折り返し*/
  width: 350px;
        color: #E95513;
    font-weight: 600;
    font-size: 14px;
 }
.soft dt {
width: 80px;
    line-height: 1.5;
}
.soft dd {
  margin-left: 0; /*初期値リセット*/
  width: 250px;
}
.box_left {
    width: 51%;
    float: left;
}
.box_right{
      width: 45%;
    float: right;  
}
.hippy_link{
    width: 100%;
    text-align: center;
    margin: -80px 30px 30px 150px;
}

@media screen and (min-width: 960px){
.movie-list__item {
 
    width: 100%;
}
}

@media screen and (max-width: 959px) and (max-width: 959px){
.message__title {
    font-size: 20px;
    padding-top: 10px;
}
    .message__text {
     font-size: 14px;   
    }
    .message__box {
    padding-left: calc(0* 2 / 10* 1vw);
}
    .page__heading {

    margin: 10px;
}
.hippy02 {
    margin: 50px 0px;
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 30px;
    overflow: hidden;
}
    .hippy02 p{
     margin: 0px 0px 15px;
        text-align: justify;
    }
    .hippy_title{
    margin-left: calc(-10* 2 / 10* 1vw);
    }
    .box_left,
    .box_right
    {
    width: 100%;
    float: none;
}
    #special-movie{
        margin-top: -100px;
    }
}