@charset "utf-8";
@media screen and (max-width: 767px){
  #intro{}
  #intro h1{
    background: #D7000F;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
  }
  #intro h1 span{
    font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
  }
  .contentsMv{
    background: url(../img/mv_img.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 ;
  }
  #about{
    background: url(../img/about_bg.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
  }
  #about h2{
    margin-bottom: 30px;
  }
  #work{
    background: url(../img/work_bg.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 ;
  }
  #work h2{
    margin-bottom: 40px;
  }
  .imgBtn{
    text-align: center;
    margin: 0 auto;
  }
  .imgBtn a img{
    display: inline-block;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
    background: #FFF;
  }
  .leftBtn{
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .rightBtn{
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  
  #message{
    background: url(../img/msg_bg_sp.png) no-repeat top center#D7000F;
    padding-top: 240px;
  }
  #message .inner{
    width: 100%;
  }
  .msgLeft{
    background: #D7000F;
    padding: 20px;
    float: none;
    width: 100%;
  }
  .msgLeft h2{
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
  }
  .msgLeft .msgInContents{
  }
  .msgLeft .msgInContents p{
    text-align: center;
    color: #FFF;
  }
  .msgLeft .msgInContents .moreBtn{
    margin-top: 20px;
    text-align: center;
  }
  #topBottom{
    padding: 40px 0 40px;
  }
  #topBottom .centerBtn{
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px){
  #intro{}
  #intro h1{
    background: #D7000F;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
  }
  #intro h1 span{
    font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
  }
  .contentsMv{
    background: url(../img/mv_img.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    max-width: 1920px;
    min-height: 900px;
    margin: 0 auto;
    text-align: center;
    height: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #about{
    background: url(../img/about_bg.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
    padding: 130px 0;
  }
  #about h2{
    margin-bottom: 30px;
  }
  #work{
    background: url(../img/work_bg.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 60px;
  }
  #work h2{
    margin-bottom: 40px;
  }
  .imgBtn{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .imgBtn a{
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
    background: #FFF;
  }
  .leftBtn{
    display: inline-block;
    float: left;
    width: 48%;
  }
  .rightBtn{
    display: inline-block;
    float: right;
    width: 48%;
  }
  
  #message{
    background: url(../img/msg_bg.png) no-repeat top right #D7000F;
  }
  .msgLeft{
    background: #D7000F;
    padding: 40px 100px 60px 0;
    transform: skewX(-25deg);
    float: left;
    width: 60%;
  }
  .msgLeft h2{
    margin-bottom: 30px;
  }
  .msgLeft .msgInContents{
    transform: skewX(25deg);
  }
  .msgLeft .msgInContents .moreBtn{
    margin-left: 40px;
  }
  #topBottom{
    padding: 80px 0 40px;
  }
  #topBottom .centerBtn{
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px){
  #message{
    background: url(../img/msg_bg.png) no-repeat top right #D7000F;
    background-size: cover;
  }
  .msgLeft{
    width: 50%;
    position: relative;
  }
  .msgBg{
    background: #D7000F;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: -40px;
    transform: skewX(25deg);
  }
}