html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: none;
}

q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

ul, li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 13px;
}

body {
  font-family: YuGothic,	'Yu Gothic',sans-serif;
}

header {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
  position: relative;
  color: #051128;
}

header h1 {
  width: 29%;
  margin: 0 auto 0 auto;
  padding-top: 25px;
  text-align: center;
}

header h1 a {
  display: block;
}

header h1 img {
  width: 100%;
}

header > div {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  width: 50%;
  max-width: 1024px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #051128;
  font-family: 'Rajdhani', sans-serif;
  margin: 0 auto;
  padding: 10px 20px;
  margin-top: 50px;
  z-index: 10;
  position: relative;
  box-sizing: border-box;
}

header > div span {
  display: block;
}

header > div .jp {
  color: white;
  color: #051128;
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 8px;
}

footer {
  text-align: center;
  background: white;
  padding: 100px 0 0 0;
  margin-top: 50px;
}

footer #share {
  margin-bottom: 50px;
}

footer #share h2 {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 100;
  margin-bottom: 20px;
}

footer #share a {
  display: inline-block;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  margin: 0 5px;
  vertical-align: top;
}

footer #share a#twitter {
  background: #1DA1F2;
  font-size: 20px;
}

footer #share a#fb {
  background: #3B5998;
  font-size: 20px;
}

footer #share a#line {
  background: #00B900;
}

footer #share a#line img {
  width: 60%;
}

footer #f_logo {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

footer #f_logo img {
  width: 80px;
}

footer #f_logo p {
  font-size: 1.2rem;
  letter-spacing: 1px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  font-family: 'Roboto', sans-serif;
}

footer #f_logo #copyrights {
  color: #888;
  margin-top: 2rem;
  font-size: .7rem;
}

.sp_il, .sp_bl, .sp_ib {
  display: none;
}

@-webkit-keyframes logo_drop {
  0% {
    -webkit-transform: translateY(-500px) scale(0.5);
            transform: translateY(-500px) scale(0.5);
  }
  70% {
    -webkit-transform: translateY(110px);
            transform: translateY(110px);
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes logo_drop {
  0% {
    -webkit-transform: translateY(-500px) scale(0.5);
            transform: translateY(-500px) scale(0.5);
  }
  70% {
    -webkit-transform: translateY(110px);
            transform: translateY(110px);
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@media screen and (max-width: 640px) {
  header {
    padding: 20px 0;
  }
  header h1 {
    width: 65%;
    padding-top: 0;
  }
  header > div {
    margin-top: 20px;
    font-size: 15px;
    width: 100%;
  }
  footer {
    border-width: 7px;
    padding-top: 50px;
  }
  footer #f_logo {
    font-size: 11px;
    width: 85%;
    margin: 25px auto;
    justify-content: center;
  }
  footer #f_logo img {
    width: 60px;
  }
  footer #f_logo p {
    font-size: 12px;
    line-height: 1.5;
    margin-left: 20px;
  }
  .sp_il {
    display: inline;
  }
  .sp_bl {
    display: inline-block;
  }
  .sp_ib {
    display: block;
  }
}

#movie_area {
  width: 1024px;
  height: 580px;
  margin: 0 auto 50px auto;
  background: black;
}

@media screen and (max-width: 640px) {
  #movie_area {
    width: 100%;
    height: 200px;
  }
  #movie_area iframe {
    width: 100%;
    height: 100%;
  }
}

ul#list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto 100px auto;
  justify-content: space-between;
  box-sizing: border-box;
}

ul#list li {
  text-align: center;
  color: black;
  font-weight: bold;
  background: #44bcce;
  background: #051128;
  display: block;
  width: 31%;
  margin-bottom: 3.2%;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

ul#list li:last-child {
  visibility: hidden;
}

ul#list li:hover {
  opacity: 0.8;
}

ul#list li .thumb {
  transition-duration: 0.3s;
  overflow: hidden;
}

ul#list li .thumb a {
  display: block;
}

ul#list li .thumb img {
  width: 100%;
}

ul#list li .info {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  position: relative;
  padding-top: 16.66667px;
  height: 100px;
}

ul#list li .info > div {
  vertical-align: top;
}

ul#list li .info .name {
  color: white;
  font-size: 48px;
  text-align: left;
  padding: 0px 10px 0 10px;
  box-sizing: border-box;
}

ul#list li .info .name span {
  display: block;
  font-size: 80%;
}

ul#list li .info .other {
  color: #f7362d;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 0;
}

ul#list li .info .other .jp_name {
  line-height: 1.3;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}

ul#list li .info .other .price {
  text-align: right;
  font-size: 30px;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
}

ul#list li .info .other .price span {
  font-size: 80%;
  line-height: 1;
  display: inline-block;
}

ul#list li p {
  margin-top: 1rem;
  line-height: 1.5;
  font-size: 11px;
}

ul#list li:nth-child(7) .info .name {
  font-size: 32px;
}

@media screen and (max-width: 640px) {
  ul#list {
    width: 96%;
  }
  ul#list li {
    width: 48%;
    overflow: visible;
  }
  ul#list li .info {
    height: auto;
  }
  ul#list li .info .name {
    font-size: 34px;
    padding: 0 5px;
  }
  ul#list li .info .other {
    margin-top: 10px;
    padding-bottom: 5px;
    flex-direction: column;
    position: static;
  }
  ul#list li .info .other .jp_name, ul#list li .info .other .price {
    margin: 0;
  }
}

#topics {
  background: url("../images/lawn.png");
  margin: 0 auto 100px auto;
  padding: 50px 0;
  box-sizing: border-box;
}

#topics .inner {
  max-width: 1024px;
  margin: 0 auto;
}

#topics h2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
  box-sizing: border-box;
}

#topics .item {
  background: white;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px #153203;
  border-radius: 10px;
}

#topics .item ul.img_list {
  display: flex;
  flex-wrap: nowrap;
}

#topics .item ul.img_list li img {
  width: 100%;
  vertical-align: bottom;
}

#topics .item p {
  margin: 0 auto;
  padding: 20px 50px;
  line-height: 1.5;
  font-weight: bold;
}

#topics .item h3 {
  font-family: 'Rajdhani', sans-serif;
  color: white;
  color: #f7362d;
  font-size: 50px;
  background: #051128;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
}

#topics .item h3 span {
  color: white;
  display: block;
}

#topics .item#ahaha {
  padding-bottom: 25px;
}

#topics .item#ahaha h3 {
  -webkit-transform: translateY(-10%) translateX(-5%) rotate(4deg) skew(10deg);
          transform: translateY(-10%) translateX(-5%) rotate(4deg) skew(10deg);
  padding: 30px 0 30px 20px;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
          clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
}

#topics .item#ahaha ul.img_list:nth-of-type(1) {
  flex-wrap: nowrap;
}

#topics .item#ahaha ul.img_list:nth-of-type(1) li {
  width: 33.4%;
}

#topics .item#ahaha ul.img_list:nth-of-type(2) {
  width: 90%;
  margin: 20px auto;
}

#topics .item#ahaha ul.img_list:nth-of-type(2) li {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  width: 20%;
  flex: 0 0 auto;
}

#topics .item#hibiki_longsleeve h3 {
  text-align: right;
  -webkit-transform: translateY(-13%) translateX(2%) rotate(-6deg) skew(-10deg);
          transform: translateY(-13%) translateX(2%) rotate(-6deg) skew(-10deg);
  -webkit-clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 70%);
          clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 70%);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  padding: 50px 50px 50px 0;
  display: block;
  width: 60%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 640px) {
  #topics .inner {
    width: 100%;
  }
  #topics h2 {
    font-size: 60px;
  }
  #topics .item {
    width: 92%;
  }
  #topics .item h3 {
    font-size: 20px;
    margin-bottom: 0;
    display: block;
    -webkit-clip-path: none;
            clip-path: none;
  }
  #topics .item p {
    padding: 10px 10px;
  }
  #topics .item#ahaha {
    margin: 0 auto 25px 0;
    border-radius: 10px 10px 10px 0;
  }
  #topics .item#ahaha h3 {
    padding-right: 100px;
    margin: 0 0 0 auto;
    -webkit-transform: none;
            transform: none;
    -webkit-clip-path: none;
            clip-path: none;
  }
  #topics .item#ahaha ul.img_list:nth-of-type(2) {
    width: 98%;
  }
  #topics .item#ahaha ul.img_list:nth-of-type(2) li {
    font-size: 9px;
  }
  #topics .item#ahaha ul.img_list:nth-of-type(2) li img {
    margin-bottom: 10px;
  }
  #topics .item#hibiki_longsleeve {
    margin: 0 0 25px auto;
    border-radius: 10px 0px 0px 10px;
  }
  #topics .item#hibiki_longsleeve h3 {
    width: 100%;
    padding-right: 25px;
    -webkit-transform: none;
            transform: none;
    -webkit-clip-path: none;
            clip-path: none;
  }
}

#selling {
  max-width: 1024px;
  margin: 0 auto 0 auto;
  text-align: center;
}

#selling h2 {
  color: white;
  font-size: 20px;
  line-height: 1.6;
  display: inline-block;
  background: #051128;
  margin: 0 auto 50px auto;
  padding: 5px 50px;
}

#selling h2 span {
  color: #f7362d;
}

#selling > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: white;
  border-radius: 5px 5px 0 0;
}

#selling > ul > li {
  flex: 1 0 auto;
  width: 50%;
  padding: 25px 25px 50px 25px;
  text-align: left;
  box-sizing: border-box;
}

#selling > ul > li h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#selling > ul > li h3 span {
  font-family: 'Rajdhani', sans-serif;
  vertical-align: middle;
  color: #051128;
  font-size: 80px;
  margin-right: 10px;
  -webkit-transform: tranlateY(10px);
          transform: tranlateY(10px);
}

#selling > ul > li#venue table {
  text-align: left;
  margin: 0 auto;
  width: 100%;
}

#selling > ul > li#venue table thead {
  border-bottom: 1px solid black;
}

#selling > ul > li#venue table thead th {
  vertical-align: middle;
  padding-bottom: 10px;
}

#selling > ul > li#venue table thead th:nth-of-type(3) {
  line-height: 1.4;
  text-align: center;
}

#selling > ul > li#venue table tbody tr th, #selling > ul > li#venue table tbody tr td {
  border-bottom: 1px solid black;
  vertical-align: middle;
  padding: 10px 0;
}

#selling > ul > li#venue table tbody tr th {
  font-family: 'Rajdhani', sans-serif;
  font-size: 24px;
  padding: 10px 10px 10px 0;
  letter-spacing: 1px;
  line-height: 0.1;
}

#selling > ul > li#venue table tbody tr th span {
  font-size: 80%;
  margin-left: 5px;
}

#selling > ul > li#venue table tbody tr th.sun {
  color: #e63650;
}

#selling > ul > li#venue table tbody tr th.sat {
  color: #0b62b7;
}

#selling > ul > li#venue table tbody tr td:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
}

#selling > ul > li#venue table tbody tr td:nth-of-type(2) {
  padding-left: 10px;
  font-size: 14px;
}

#selling > ul > li#venue table tbody tr td:nth-of-type(2) span {
  display: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #e63650;
  color: black;
  margin-left: 10px;
  padding: 1px 5px;
  line-height: 1;
  border-radius: 2px;
  border: 1px solid black;
}

#selling > ul > li#venue table tbody tr td:nth-of-type(2) span.furikae {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 3px 3px;
  color: crimson;
  border: 1px solid crimson;
}

#selling > ul > li#venue table tbody tr td:nth-of-type(2) .time {
  color: #888;
  font-size: 11px;
  margin-top: 5px;
}

#selling > ul > li#venue table tbody tr td:nth-of-type(3) {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

#selling > ul > li#mumo, #selling > ul > li#limited {
  border-left: 1px solid black;
}

#selling > ul > li#mumo h4, #selling > ul > li#limited h4 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 3px;
  display: inline-block;
  margin: 0 auto 15px 0;
  padding-bottom: 10px;
}

#selling > ul > li#mumo h4 span, #selling > ul > li#limited h4 span {
  text-align: center;
  display: inline-block;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 16px;
  border: 1px solid #333;
  margin-right: 10px;
}

#selling > ul > li#mumo p, #selling > ul > li#limited p {
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.7;
}

#selling > ul > li#mumo .shop_comp h5, #selling > ul > li#limited .shop_comp h5 {
  background: #f9f9f9;
  padding: 5px;
  font-size: 15px;
  margin-bottom: 10px;
}

#selling > ul > li#mumo .shop_comp h5 span, #selling > ul > li#limited .shop_comp h5 span {
  font-size: 50%;
  vertical-align: middle;
}

#selling > ul > li#mumo #mumo_link, #selling > ul > li#limited #mumo_link {
  display: flex;
  justify-content: space-between;
}

#selling > ul > li#mumo #mumo_link > div, #selling > ul > li#limited #mumo_link > div {
  width: 48%;
}

#selling > ul > li#mumo .shop_link, #selling > ul > li#limited .shop_link {
  margin-bottom: 20px;
}

#selling > ul > li#mumo .shop_link#lolol, #selling > ul > li#limited .shop_link#lolol {
  margin-bottom: 70px;
}

#selling > ul > li#mumo .shop_link a, #selling > ul > li#limited .shop_link a {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  width: 68px;
  text-decoration: none;
  margin-right: 6px;
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #AAA;
  border-radius: 3px;
  box-sizing: border-box;
  transition-duration: 0.3s;
}

#selling > ul > li#mumo .shop_link a:hover, #selling > ul > li#limited .shop_link a:hover {
  border: 1px solid #e63650;
  background: #e63650;
  color: white;
}

#selling > ul > li#mumo .shop_link a i, #selling > ul > li#limited .shop_link a i {
  font-size: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

#selling > ul > li#limited {
  border-top: 1px solid black;
  border-left: none;
}

#selling .notes {
  margin-top: 40px;
}

#selling .notes h5 {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

#selling .notes h5 i {
  margin-right: 10px;
}

#selling .notes ul {
  color: #555;
  width: 92%;
  margin: 10px auto 0 auto;
  font-size: 95%;
}

#selling .notes ul li {
  margin-bottom: 6px;
  line-height: 1.6;
  list-style-type: disc;
  list-style-position: outside;
}

@media screen and (max-width: 640px) {
  #selling {
    width: 100%;
  }
  #selling h2 {
    width: 90%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  #selling > ul {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-width: 7px;
  }
  #selling > ul > li {
    width: 100%;
    padding: 6%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  #selling > ul > li#venue {
    border-width: 7px;
  }
  #selling > ul > li#venue table tbody tr th {
    text-align: center;
    padding: 0;
    line-height: 1;
    font-size: 18px;
  }
  #selling > ul > li#venue table tbody tr th span {
    text-align: center;
    display: block;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
  }
  #selling > ul > li#venue table tbody tr td:nth-of-type(1) {
    font-size: 14px;
    min-width: 43px;
    padding-left: 5px;
  }
  #selling > ul > li#venue table tbody tr td:nth-of-type(1) {
    min-width: 20px;
  }
  #selling > ul > li#venue table tbody tr td:nth-of-type(1) span {
    display: none;
  }
  #selling h3 {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-weight: bold;
  }
  #selling h3 span {
    font-size: 60px;
  }
  #selling p {
    margin-bottom: 20px;
  }
  #selling #mumo_link {
    display: block;
  }
  #selling #mumo_link > div {
    width: 100%;
  }
}

#notice {
  background: white;
  max-width: 1024px;
  margin: 0 auto 100px auto;
  padding: 50px 20px;
  border-top: none;
  box-sizing: border-box;
}

#notice p {
  text-align: left;
  margin-left: 18px;
}

#notice .nbox {
  margin: 0 auto 16.66667px auto;
  line-height: 1.8;
}

#notice .nbox:nth-child(2) p {
  font-size: 90%;
  margin-bottom: 1rem;
}

#notice h3 {
  font-family: 'Roboto', sans-serif;
  color: #e63650;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}

#notice h3:before, #notice h3:after {
  content: "";
  flex: 1;
}

#notice h3:before {
  margin-right: 2rem;
}

#notice h3:after {
  margin-left: 2rem;
}

#notice #caution h4 {
  text-align: left;
  margin-bottom: 1rem;
}

#notice #caution h4:nth-child(2) {
  margin-bottom: 0.2rem;
}

#notice #caution h4:before {
  content: "!";
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background-color: black;
  color: white;
  border-radius: 12px;
  margin-right: 5px;
  text-align: center;
  font-size: 10px;
  vertical-align: baseline;
}

#notice #caution #num_notice {
  border: 1px solid black;
  margin: 3rem 0 1rem 0;
  padding: .5rem 0;
}

#notice #caution p.nn {
  margin: 0 0 .5rem 0;
}

@media screen and (max-width: 640px) {
  #notice {
    padding: 0;
  }
  #notice p {
    margin-left: 0;
    margin: 0 auto;
    width: 90%;
  }
}

html {
  font-size: 13px;
}

#container a {
  text-align: center;
  color: #e63650;
}

#container h2 {
  text-align: center;
}

#container h2#top {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  display: inline-block;
  margin: 0 0 100px 0;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #000;
}

#container h2#top span {
  font-size: 75%;
  color: #333;
  margin-left: .5rem;
  font-family: sans-serif;
}

.sp_il {
  display: none;
}

.owl-pagination {
  margin-top: 2rem;
}

.owl-pagination div {
  display: inline-block;
  margin: 0 .4rem;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #DDD;
}

.owl-pagination div.active {
  background-color: #555;
}

@-webkit-keyframes thumb {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

@keyframes thumb {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

@media screen and (max-width: 640px) {
  .sp_il {
    display: inline;
  }
  .sp_bl {
    display: block;
  }
  .sp_ib {
    display: inline-block;
  }
  .sp_hide {
    display: none;
  }
  #container {
    overflow: hidden;
  }
  .owl-pagination {
    margin-top: 1rem;
  }
  .owl-pagination div {
    margin: 0 .3rem;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-'] .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #4DC7A0;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-dots {
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot:hover {
  -webkit-animation-name: dots_scale;
          animation-name: dots_scale;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  box-sizing: border-box;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #e63650;
}

@-webkit-keyframes dots_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes dots_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
