@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

.sp{
    display: none;
}
#mainvisual{
    margin-top: 145px;
    background-image: url(../img/effex-ezfitbar_main_pc.jpg);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s;
}
#news{
    background-image: url(../img/background_pc.jpg);
}
.fullimg{
    width: 100%;
}
.flex,
.barlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.barlist a{
    width: 24%;
    margin-bottom: 1%;
    transition: 0.4s;
}
.barlist a:hover{
    opacity: 0.7;
}
.catch{
    width: 1100px;
    max-width: 100%;
    margin: 120px auto 140px;
    text-align: center;
    font-size: 1.3em;
    line-height: 3em;
    font-weight: bold;
}
#detail h2{
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    margin: 0 0 30px;
}
.flex_box{
    width: 50%;
    text-align: center;
}
.flex_box h3{
    font-family: "Satisfy", cursive;
    font-size: 3em;
    margin: 0 0 30px;
}
.flex_box p{
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 1.2em;
    line-height: 3em;
}
#detail{
    padding-bottom: 60px !important;
}
.aboutback{
    background-image: url(../img/about_effex-ezfitbar_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}
.about_contents{
    background-color: rgba(0,0,0,0.6);
    width: 40%;
    text-align: center;
    padding-bottom: 40px;
}
.about_contents .about_title{
    background-color: #ccc;
    padding: 15px 0;
    text-align: left;
    margin: 0 auto 35px;
}
.about_contents h5{
    color: #000;
    line-height: 1.8em;
    font-weight: bold;
    margin: auto;
    width: 300px;
}
.about_contents p{
    color: #fff;
    margin-bottom: 0;
}
.about_contents a{
    color: #fff;
}
.about_contents a:hover{
    color: red;
    text-decoration: underline;
}
.aboutback .h3{
    font-size: 20px;
}
#abouts{
    padding-bottom: 30px;
}
#about{
    margin-top: 80px;
}
#about .container-fluid,
#about .row,
#about .container-fluid .col-md-12{
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
#lineup_first{
    padding-bottom: 0 !important;
}
#second{
    padding: 20px 0 0 !important
}
@media screen and (max-width: 767px) {
    .catch{
        margin: 80px auto 100px;
        font-size: 1.2em;
        line-height: 2.5em;
    }
    .about_contents{
        width: 60%;
    }
    .flex{
        display: block;
    }
    .flex_box{
        width: 100%;
    }
    #detail h2{
        font-size: 2em;
    }
    .flex_box h3{
        font-size: 2.5em;
    }
    .flex_box p{
        font-size: 1.1em;
        line-height: 2.5em;
    }
}
@media screen and (max-width: 480px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #mainvisual{
        margin-top: 70px;
        background-image: url(../img/effex-ezfitbar_main_sp.jpg);
    }
    #news{
        background-image: url(../img/background_sp.jpg);
    }
    .barlist a{
        width: 49%;
    }
    .about_contents{
        width: 100%;
        background-color: rgba(0,0,0,0.4);
    }
    .catch{
        margin: 60px auto 80px;
        font-size: 1.1em;
    }
}