@charset "UTF-8";
.mv {
  height: 30vh;
}
.mv_clm {
  background: url(../images/column/mv.jpg) no-repeat 30% 0/cover;
}
.column_sns {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.column_sns_item {
  width: 19.5%;
  display: block;
  text-align: center;
  border-radius: 3px;
  padding: 4px 0;
}
.column_sns_twitter {
  background: #52a7e8;
  box-shadow: 0 2px #307ebb;
}
.column_sns_facebook {
  background: #3c5998;
  box-shadow: 0 2px #19336c;
}
.column_sns_hatebu {
  background: #00a5de;
  box-shadow: 0 2px #0079ad;
}
.column_sns_line {
  background: #01c300;
  box-shadow: 0 2px #3f693f;
}
.column_sns_pocket {
  background: #ef3f56;
  box-shadow: 0 2px #ba1d30;
}
.column_sns_icon {
  width: 20px;
}
@media only screen and (min-width: 750px) {
  .column_sns {
    margin-bottom: 20px;
  }
  .column_sns_item {
    width: 19.8%;
  }

}
