@charset "UTF-8";

/* 共通 */

a {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.header {
  position: relative;
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.kv_text {
  position: absolute;
  width: 48%;
  top: 12%;
  left: 26%;
  z-index: 999;
}

.top_icon {
  position: absolute;
  max-width: 200px;
  width: 200px;
  bottom: 0;
  right: 0;
  z-index: 888;
}

.nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 999;
}

.nav_inner {
  max-width: 1700px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav_item {
  display: block;
  height: 14px;
  margin-left: 30px;
  line-height: 1;
}

a.anker {
  display: block;
  margin-top: -69px;
  padding-top: 69px;
}

.outer {
  position: relative;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

.content {
  position: relative;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 110px 0 100px;
}

.content-2 {
  position: relative;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 150px 0 100px;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

.heading {
  width: 47%;
  margin: 0 auto 72px;
}

/* バナー */

.banner_box {
  width: 100%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_item {
  width: 42%;
  margin: 0 2%;
  text-align: center;
  color: #c81432;
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 2;
}

.banner_item span {
  font-style: italic;
}

.banner_item img {
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
}

/* ニュース */

.news_area {
  position: relative;
  width: 100%;
  background-image: url(../img/common/news_bg.png);
  background-repeat: repeat;
  background-size: 112px auto;
  background-color: #000;
}

.news_cloud_01 {
  position: absolute;
  width: 20%;
  top: 20%;
  left: 8%;
}

.news_cloud_02 {
  position: absolute;
  width: 20%;
  top: 6%;
  right: 5%;
}

.news_cloud_03 {
  position: absolute;
  width: 20%;
  bottom: 18%;
  right: 8%;
}

.news_cloud_04 {
  position: absolute;
  width: 20%;
  bottom: 5%;
  left: 4%;
}

.news_inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.news_item {
  width: 450px;
  margin: 0 50px 0 0;
}

.news_item:last-child {
  margin: 0 0 0 30px;
}

.news_head {
  width: 100%;
  margin: 0 0 1rem;
  text-align: center;
}

.news_head img {
  width: 38%;
}

.news_frame {
  height: 400px;
  padding: 2rem;
  border: #c81432 solid 2px;
  background-image: url(../img/common/bg_news.jpg);
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow-y: scroll;
}

.news_frame::-webkit-scrollbar {
  width: 5px;
}

.news_frame::-webkit-scrollbar-track {
  background-color: #fcf6ef;
}

.news_frame::-webkit-scrollbar-thumb {
  background-color: #c81432;
}

.news_frame {
  scrollbar-width: thin;
  background-color: #c81432 #fcf6ef;
}

.news_text {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: #c81432 solid 1px;
  color: #000;
  font-size: 14px;
}

.news_date {
  width: 20%;
  color: #666;
}

.news_cont {
  width: 75%;
}

/* あらすじ */

.story_area {
  position: relative;
  width: 100%;
  background-image: url(../img/common/story_bg.png);
  background-repeat: repeat;
  background-size: 112px auto;
  background-color: #000;
}

.story_text {
  width: 50%;
  margin: 0 auto 40px;
}

.story_chara_02 {
  position: absolute;
  width: 20%;
  bottom: 2%;
  left: 2%;
}

.story_cloud_01 {
  position: absolute;
  width: 20%;
  top: 20%;
  left: 8%;
}

.story_cloud_02 {
  position: absolute;
  width: 20%;
  top: 3%;
  right: 5%;
}

.story_cloud_03 {
  position: absolute;
  width: 20%;
  bottom: 1%;
  right: 30%;
}

/* コンテンツ */

.contents_area {
  position: relative;
  width: 100%;
  background-image: url(../img/common/bg_contents.png);
  background-repeat: repeat;
  background-size: 100px auto;
}

.contents_chara_01 {
  position: absolute;
  width: 24%;
  max-width: 400px;
  bottom: 0;
  left: 0;
  line-height: 0;
}

.contents_inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.contents_item {
  width: 48%;
  margin: 0 4% 2rem 0;
}

.contents_item:nth-child(2) {
  margin: 0 0 2rem 0;
}

.contents_item:nth-child(3) {
  margin: 0 4% 0 0;
}

.contents_item:nth-child(4) {
  margin: 0;
}

.contents_item img {
  width: 100%;
}

.contents_cloud_01 {
  position: absolute;
  width: 20%;
  top: 10%;
  left: 8%;
}

.contents_cloud_02 {
  position: absolute;
  width: 20%;
  top: 6%;
  right: 5%;
}

.contents_cloud_03 {
  position: absolute;
  width: 20%;
  bottom: -10%;
  right: 10%;
  z-index: 10;
}

/* コミックス */

.comics_area {
  position: relative;
  width: 100%;
  background-image: url(../img/common/comics_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.comics_box {
  width: 70%;
  padding: 6% 8%;
  margin: 50px auto 40px;
  background-image: url(../img/common/comics_frame_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: #c81432 solid 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comics_cover {
  width: 30%;
  margin: 0 10% 0 0;
}

.comics_text {
  width: 60%;
}

.comics_btn {
  width: 80%;
  margin: 1.4em 0 0 1em;
}

.comics_cloud_01 {
  position: absolute;
  width: 20%;
  top: 10%;
  left: 4%;
}

.comics_chara_01 {
  position: absolute;
  width: 26%;
  top: -26%;
  left: 9%;
}

.comics_chara_02 {
  position: absolute;
  width: 22%;
  bottom: -18%;
  right: -1%;
  z-index: 888;
}

.sup_chara_01 {
  position: absolute;
  width: 10%;
  bottom: -6%;
  left: 10%;
}

.social {
  width: 100%;
  margin: 2em auto 2em;
}

.social li {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin: 1em;
}

.footer {
  width: 100%;
  margin: 0 auto;
  padding: 2em 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  background-color: #000;
}

/* アニメーション */

@-webkit-keyframes fuwafuwa-1 {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes fuwafuwa-1 {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.anime-fuwafuwa-1 {
  -webkit-animation: 4s fuwafuwa-1 infinite;
  animation: 4s fuwafuwa-1 infinite;
}

@-webkit-keyframes fuwafuwa-2 {

  0%,
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fuwafuwa-2 {

  0%,
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.anime-fuwafuwa-2 {
  -webkit-animation: 4s fuwafuwa-2 infinite;
  animation: 4s fuwafuwa-2 infinite;
}

/*人気投票*/

.vote_area {
  background-image: url(../img/vote/bg_vote.jpg);
  background-size: 150px auto;
  background-position: top left;
  background-color: #fff;
}

.vote_inner {
  width: 800px;
  margin: 0 auto;
  padding: 3rem 0 0;
}

.vote_inner img {
  vertical-align: bottom;
}

.vote_title {
  width: 80%;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 1px) and (max-width: 767px) {

  .pc_display {
    display: none;
  }

  .header {
    position: relative;
    width: 100%;
  }

  .top_icon {
    position: absolute;
    width: 34%;
    bottom: 2%;
    right: 0;
    z-index: 88;
  }

  .top_btm {
    margin: 55px 0 0;
  }

  .nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 99999;
  }

  .nav_inner {
    max-width: 100%;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav_item {
    height: 52%;
    margin-left: 4%;
  }

  .nav_item:first-child {
    width: 40%;
    margin-right: 4%;
  }

  .nav_item:last-child {
    width: 8%;
    margin-right: 4%;
  }

  a.anker {
    display: block;
    margin-top: -54px;
    padding-top: 54px;
  }

  .outer {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .content {
    position: relative;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
  }

  .content-2 {
    position: relative;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 6rem 0 3rem;
  }

  .heading {
    width: 84%;
    padding: 0 0 7%;
    margin: 0 auto;
  }

  .heading_btm {
    margin: 2em auto 0;
  }

  .kv_text {
    position: absolute;
    width: 70%;
    top: 4%;
    left: 15%;
    z-index: 999;
  }

  /* バナー */

  .banner_box {
    width: 100%;
    margin: 0 auto 4rem;
    display: block;
  }

  .banner_item {
    width: 100%;
    margin: 0 0 1rem;
    font-size: 20px;
    line-height: 2;
  }

  .banner_item:last-child {
    margin: 0;
  }

  /* ニュース */

  .news_cloud_01 {
    position: absolute;
    width: 40%;
    top: 20%;
    left: 2%;
  }

  .news_cloud_02 {
    position: absolute;
    width: 40%;
    top: 2%;
    right: 3%;
  }

  .news_cloud_03 {
    position: absolute;
    width: 40%;
    bottom: 34%;
    right: 0%;
  }

  .news_cloud_04 {
    position: absolute;
    width: 40%;
    bottom: -2%;
    left: 2%;
  }

  .news_inner {
    display: block;
    width: 100%;
  }

  .news_item {
    width: 100%;
    margin: 0 0 0 0;
  }

  .news_item:last-child {
    margin: 3rem 0 0;
  }

  .news_head {
    width: 100%;
    margin: 0 0 1rem;
    text-align: center;
  }

  .news_head img {
    width: 38%;
  }

  .news_frame {
    height: 400px;
    padding: 2rem;
    border: #c81432 solid 2px;
    background-image: url(../img/common/bg_news.jpg);
    background-size: 100% 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow-y: scroll;
  }

  .news_text {
    width: 100%;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: #c81432 solid 1px;
    color: #000;
    font-size: 13px;
  }

  .news_date {
    width: 25%;
  }

  .news_cont {
    width: 70%;
  }

  /* あらすじ */

  .story_area {
    padding: 0 0 74%;
    background-size: 90px auto;
  }

  .story_text {
    width: 82%;
    margin: 0 auto;
  }

  .story_chara_01 {
    position: absolute;
    width: 60%;
    bottom: 3%;
    right: 0;
  }

  .story_chara_02 {
    position: absolute;
    width: 34%;
    bottom: 0;
    left: 1%;
  }

  .story_cloud_01 {
    position: absolute;
    width: 40%;
    top: 5%;
    left: 4%;
  }

  .story_cloud_02 {
    position: absolute;
    width: 40%;
    top: 12%;
    right: -2%;
  }

  .story_cloud_03 {
    position: absolute;
    width: 40%;
    bottom: 22%;
    right: 64%;
  }

  /* コンテンツ */

  .contents_area {
    background-size: 10% auto;
  }

  .contents_chara_01 {
    position: absolute;
    width: 33%;
    bottom: 70%;
    left: 1%;
    line-height: 0;
  }

  .contents_inner {
    display: block;
    width: 100%;
  }

  .contents_item {
    width: 100%;
    margin: 0 0 .8rem;
  }

  .contents_item:nth-child(2) {
    margin: 0 0 .8rem 0;
  }

  .contents_item:nth-child(3) {
    margin: 0 0 .8rem 0;
  }

  .contents_item:nth-child(4) {
    margin: 0;
  }

  .contents_cloud_01 {
    width: 40%;
    top: 88%;
    left: 2%;
  }

  .contents_cloud_02 {
    width: 40%;
    top: 6%;
    right: 5%;
  }

  .contents_cloud_03 {
    width: 40%;
    bottom: -6%;
    right: 5%;
    z-index: 10;
  }

  /* コミックス */

  .comics_area {
    padding: 10% 0;
    background-image: url(../img/common/sp_comics_bg.jpg);
  }

  .comics_box {
    width: 100%;
    padding: 7%;
    margin: 0 auto;
    background-image: url(../img/common/sp_comics_frame_bg.jpg);
    background-size: cover;
    border: #c81432 solid 2px;
    display: block;
  }

  .comics_box_inner {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .comics_cover {
    width: 35%;
    margin: 0 2% 0 0;
  }

  .comics_text {
    width: 63%;
  }

  .comics_btn {
    width: 100%;
    margin: 1em 0 0 0;
  }

  .comics_chara_01 {
    position: absolute;
    width: 46%;
    top: -26%;
    left: -5%;
  }

  .comics_chara_02 {
    position: absolute;
    width: 42%;
    bottom: -22%;
    right: -2%;
    z-index: 888;
  }

  .comics_cloud_01 {
    position: absolute;
    width: 40%;
    top: 8%;
    right: -3%
  }

  .comics_cloud_02 {
    position: absolute;
    width: 40%;
    bottom: 2%;
    left: -3%;
  }

  /* 監修 */

  .supervised_area {
    background-size: 85px auto;
  }

  .sup_heading {
    width: 22%;
    margin: 0 auto;
    padding: 0 0 7%;
  }

  .sup_box {
    width: 90%;
    margin: 0 auto 6%;
    padding: 6% 0;
    display: block;
    justify-content: space-between;
  }

  .photo {
    width: 40%;
    margin: 0 auto 1em;
  }

  .sup_text {
    width: 100%;
    font-size: 14px;
  }

  .sup_text_center {
    text-align: center;
  }

  .sup_text p {
    margin: 0 0 1em;
    font-size: 22px;
  }

  .sup_text p span {
    font-size: 14px;
  }

  .sup_chara_01 {
    position: absolute;
    width: 20%;
    bottom: -6%;
    left: 9%;
  }

  .sup_cloud_01 {
    position: absolute;
    width: 34%;
    top: 10%;
    left: -3%;
  }

  .sup_cloud_02 {
    position: absolute;
    width: 40%;
    bottom: 0;
    right: 3%;
  }

  .social {
    width: 100%;
    margin: 2em auto;
  }

  .social li {
    display: inline-block;
    vertical-align: middle;
    width: 1.8em;
    margin: 2em 1em;
  }

  .footer {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 1.8;
  }

  #page-top {
    position: fixed;
    width: 5em;
    height: 5em;
    bottom: 5px;
    right: 5px;
    z-index: 999;
  }

  /*人気投票*/

  .vote_area {
    background-image: url(../img/vote/sp_bg_vote.jpg);
    background-size: 80px auto;
  }

  .vote_inner {
    width: 100%;
    padding: 2rem 0 0;
  }

  .vote_title {
    width: 100%;
    margin: 0 auto 1rem;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .sp_display {
    display: none;
  }

  .nav_inner {
    max-width: 100%;
    height: 55px;
  }

  .nav_item {
    margin-left: 1%;
  }

  .nav_item:last-child {
    margin-right: 3%;
  }

  .nav_item:first-child {
    height: 40%;
    margin-right: auto;
  }

  .nav_item img {
    height: 100%;
  }

  .top_icon {
    position: absolute;
    width: 18%;
    bottom: 0;
    right: 0;
    z-index: 99;
  }

  .content {
    padding: 110px 0 120px;
  }

  .heading {
    width: 60%;
    margin: 0 auto 50px;
  }

  /* バナー */

  .banner_box {
    width: 100%;
    margin: 0 auto 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner_item {
    width: 48%;
    margin: 0 4% 0 0;
    font-size: 20px;
  }

  .banner_item:nth-child(2n) {
    width: 48%;
    margin: 0 0 0 0;
  }

  .banner_item img {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  }

  /* ニュース */

  .news_cloud_01 {
    width: 22%;
    top: 10%;
    left: 4%;
  }

  .news_cloud_02 {
    width: 22%;
    top: 6%;
    right: 5%;
  }

  .news_cloud_03 {
    width: 22%;
    bottom: 18%;
    right: 1%;
  }

  .news_cloud_04 {
    width: 22%;
    bottom: 2%;
    left: 4%;
  }

  .news_inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .news_item {
    width: 48%;
    margin: 0 2% 0 0;
  }

  .news_item:last-child {
    margin: 0 0 0 2%;
  }

  .news_head {
    width: 100%;
    margin: 0 0 1rem;
    text-align: center;
  }

  .news_head img {
    width: 38%;
  }

  .news_frame {
    height: 48%;
    height: 400px;
    padding: 8%;
    background-size: 100% 100%;
  }

  .news_frame::-webkit-scrollbar {
    width: 5px;
  }

  .news_frame::-webkit-scrollbar-track {
    background-color: #fcf6ef;
  }

  .news_frame::-webkit-scrollbar-thumb {
    background-color: #c81432;
  }

  .news_frame {
    scrollbar-width: thin;
    background-color: #c81432 #fcf6ef;
  }

  .news_text {
    width: 100%;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: #c81432 solid 1px;
    color: #000;
    font-size: 14px;
  }

  .news_date {
    width: 25%;
  }

  .news_cont {
    width: 70%;
  }

  /* あらすじ */

  .story_chara_01 {
    position: absolute;
    width: 30%;
    top: 14%;
    right: 0;
  }

  /* コンテンツ */

  .contents_chara_01 {
    width: 40%;
    bottom: 0;
    left: -3%;
  }

  .contents_item {
    margin: 0 4% 1rem 0;
  }

  .contents_item:nth-child(2) {
    margin: 0 0 1rem 0;
  }

  .contents_item:nth-child(3) {
    margin: 0 4% 0 0;
  }

  .contents_item:nth-child(4) {
    margin: 0;
  }

  .comics_box {
    width: 80%;
    padding: 6% 8%;
    margin: 50px auto 40px;
  }

  #page-top {
    position: fixed;
    width: 4em;
    height: 4em;
    bottom: .4em;
    right: .4em;
    z-index: 999;
  }

  .vote_area {
    background-size: 10px auto;
  }

  .vote_inner {
    width: 80%;
    padding: 2rem 0 0;
  }

  .vote_title {
    width: 80%;
    margin: 0 auto 2rem;
  }

}

@media screen and (min-width: 1025px) {

  .sp_display {
    display: none;
  }

  .nav_item:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .nav_item:first-child {
    height: 30px;
    margin-right: auto;
  }

  .nav_item img {
    height: 100%;
  }

  .story_chara_01 {
    position: absolute;
    width: 30%;
    top: 14%;
    right: 0;
  }

  #page-top {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 5px;
    right: 5px;
    z-index: 999;
  }

  .alpha a {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .alpha a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
  }

  .alpha img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .alpha img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
  }

  a.alpha div {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  a.alpha div:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
  }

  a.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  a.btn_over img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  button.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  button.btn_over img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  label {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  label:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  div.btn_over {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  div.btn_over:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

}