@charset "utf-8";
#wrap {
  padding-top: 0;
}

#hamrins .mv{
  background: url("../image/img_mv_bk_01.jpg") left top repeat-x;
}
#hamrins .mv img{
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

#hamrins > h1{
  font-size: 2.7em;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
  background: #ee86b4;
}

#hamrins .inner{
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}

#hamrins .inner h2{
  font-size: 24px;
  line-height: 1.5;
  margin: 25px 0;
  text-align: center;
}

#hamrins .inner h3{
  height: 48px;
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  color: #e4007f;
  padding: 0 23px;
  margin-bottom: 25px;
  background: #fadce9;
  position: relative;
}

#hamrins .inner h3 a{
  width: 444px;
  height: 51px;
  font-size: 26px;
  line-height: 53px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  padding-left: 15px;
  display: block;
  background: #FFF;
  position: absolute;
  right: 0;
  top:-1px;
}

#hamrins .inner h3 a:hover{
  text-decoration: none;
}

#hamrins .inner h3 a span{
  display: block;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#40beef,EndColorStr=#006bb9);
  background: -moz-linear-gradient(top, #40beef, #006bb9);
  background: -webkit-linear-gradient(top, #40beef, #006bb9);
  background: linear-gradient(to bottom, #40beef, #006bb9);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  transition:0.3s linear;
}

#hamrins .inner h3 a span:hover{
  opacity: 0.7;
  transition:0.3s;
}

@media screen and (min-width:768px) and ( max-width:920px) {
  .tab_wid{
    width: 90%;
    margin: 0 auto;
  }
}


@media only screen and (max-width: 767px){

#hamrins .inner{
	width:100%;
  padding: 3vw 3vw 5vw;
  overflow: visible;
  box-sizing: border-box;
}

#hamrins .mv img{
  width: 100%;
}

#hamrins > h1{
  font-size: 5.5vw;
  padding: 4vw 0;
}

#hamrins .inner h2{
  font-size: 4vw;
  margin: 0 0 3vw;
}

#hamrins .inner h3{
  height: auto;
  font-size: 4.5vw;
  line-height: 1;
  padding: 3vw 3vw;
  margin-bottom: 3.5vw;
}

#hamrins .inner h3.mtm{
  margin-top: 8vw
}

#hamrins .inner a.song_btn{
  height: auto;
  position: static;
  width: 100%;
  font-size: 4vw;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding: 3vw 0;
  margin-bottom: 4vw;
  color: #FFF;
  display: block;
  background: -moz-linear-gradient(top, #40beef, #006bb9);
  background: -webkit-linear-gradient(top, #40beef, #006bb9);
  background: linear-gradient(to bottom, #40beef, #006bb9);
  -webkit-border-radius: 5vw;
  -moz-border-radius: 5vw;
  border-radius: 5vw;

}

}