@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
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, button {
  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,
q:before, q:after {
  content: '';
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  line-height: 1;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* clear */
.clear,
.clearfix {
  zoom: 100%;
}

.clear:after,
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* base */
html, body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  color: #333;
  min-width: 980px;
  height: 100%;
  background: #EAECEC;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body.fix {
  overflow: hidden;
}

.gothic {
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif;
}

.f1,
.f1I,
.f1M,
.f1B,
.f1BI {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.f1I {
  font-style: italic;
}

.f1M {
  font-weight: 500;
}

.f1B,
.f1BI {
  font-weight: 700;
}

.f1BI {
  font-style: italic;
}

.f1C {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.f2SB,
.f2B {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
}

.f2B {
  font-weight: 700;
}

a {
  color: #333;
}

.sp {
  display: none;
}

#wrapper {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#contents {
  padding: 137px 0 675px;
}

#contents.page {
  padding-top: 187px;
}

#contents.page h1 {
  text-align: center;
  font-size: 72px;
  letter-spacing: .05em;
}

#contents.page h1 span {
  display: inline-block;
  position: relative;
}

#contents.page h1 span:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 50%;
  height: 16px;
  background: #333;
  margin-left: -50%;
  bottom: -10px;
}

header {
  height: 137px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #EAECEC;
  border-bottom: solid 1px #C7CBCB;
  transition: all .4s linear;
}

header.compact {
  height: 70px;
}

header.compact .logo {
  height: 71px;
}

header.compact .logo img {
  bottom: 10px;
  height: 50px;
  width: 67px;
  margin-left: -34px;
}

header.compact nav {
  padding-top: 27px;
}

header.compact nav ul li a:before {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  top: 0;
}

header.compact nav ul li a.active:before, header.compact nav ul li a:hover:before {
  top: -15px;
}

header.compact .links {
  padding-top: 10px;
}

header.compact .links .text {
  height: 0;
}

header .logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -480px;
  width: 180px;
  height: 220px;
  background: #333;
  transition: all .4s linear;
}

header .logo img {
  position: absolute;
  bottom: 28px;
  left: 50%;
  height: 89px;
  width: 119px;
  margin-left: -60px;
  transition: all .4s linear;
}

header nav {
  transition: all .4s linear;
  padding-top: 100px;
}

header nav ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding-left: 74px;
}

header nav ul li {
  display: inline-block;
  font-size: 16px;
  margin: 0 23px;
}

header nav ul li a {
  position: relative;
}

header nav ul li a:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #333;
  left: 50%;
  margin-left: -15px;
  -ms-transform: scale(0.1, 0.1);
      transform: scale(0.1, 0.1);
  top: -30px;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

header nav ul li a.active:before, header nav ul li a:hover:before {
  top: -65px;
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

header .links {
  transition: all .4s linear;
  position: absolute;
  top: 15px;
  right: 25px;
}

header .links ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

header .links ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

header .links ul li a {
  transition: all .2s linear;
}

header .links ul li a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

header .links ul li .wrap {
  cursor: pointer;
  position: relative;
}

header .links ul li .wrap:hover .input {
  width: 150px;
}

header .links ul li .input {
  position: absolute;
  right: 20px;
  top: 0;
  width: 0;
  overflow: hidden;
  transition: all .4s ease-out;
}

header .links ul li .input input {
  outline: none;
  width: 150px;
}

header .links .text {
  transition: all .4s linear;
  text-align: center;
  font-size: 12px;
  line-height: 2;
  margin-top: 7px;
  height: 50px;
  overflow: hidden;
}

header .links .text a {
  margin: 0 10px;
}

header .links .text a:hover {
  text-decoration: underline;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

footer .ticket h3 {
  text-align: center;
  font-size: 50px;
  letter-spacing: .05em;
}

footer .ticket h3 span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

footer .ticket h3 span:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 10px;
  margin-left: -130px;
  width: 260px;
  background: #333;
  bottom: 0;
}

footer .ticket ul {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 45px;
}

footer .ticket ul li {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 180px;
  margin: 0 7.5px;
}

footer .ticket ul li a,
footer .ticket ul li div {
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #333;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  padding-top: 10px;
  transition: all .2s ease-out;
}

footer .ticket ul li a .name,
footer .ticket ul li div .name {
  width: 160px;
  height: 80px;
  background: #4C4C4C;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  padding-top: 30px;
  line-height: 1.3;
}

footer .ticket ul li a .name.line1,
footer .ticket ul li div .name.line1 {
  padding-top: 45px;
}

footer .ticket ul li a address,
footer .ticket ul li div address {
  position: relative;
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  font-style: normal;
  margin-top: 20px;
  height: 50px;
  background: url(../img/icn_arrow.svg) no-repeat center bottom;
}

footer .ticket ul li a address.no_bg,
footer .ticket ul li div address.no_bg {
  background: none;
}

footer .ticket ul li a:hover {
  -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
}

footer .liquidroom_info {
  margin-top: 50px;
  font-size: 0;
  letter-spacing: 0;
  height: 250px;
}

footer .liquidroom_info .address {
  width: 675px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  width: 65%;
  height: 100%;
  background: #fff;
  text-align: center;
}

footer .liquidroom_info .address .logo {
  display: inline-block;
  vertical-align: top;
  width: 295px;
  height: 100%;
}

footer .liquidroom_info .address .logo:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

footer .liquidroom_info .address .logo img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

footer .liquidroom_info .address .right {
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  text-align: left;
  width: 380px;
  overflow: hidden;
}

footer .liquidroom_info .address .right .title {
  font-size: 28px;
  letter-spacing: .1em;
}

footer .liquidroom_info .address .right address {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
}

footer .liquidroom_info .address .right address small {
  display: block;
  margin-top: 1em;
  font-size: 12px;
}

footer .liquidroom_info .address .right ul {
  margin: 25px 0 0 -35px;
  font-size: 0;
  letter-spacing: 0;
}

footer .liquidroom_info .address .right ul li {
  display: inline-block;
  margin-left: 35px;
  font-size: 13px;
  letter-spacing: .096em;
}

footer .liquidroom_info .address .right ul li a:hover {
  text-decoration: underline;
}

footer .liquidroom_info .address .right .attention {
  font-size: 10px;
  margin-top: 20px;
}

footer .liquidroom_info .address .right .copyright {
  font-size: 10px;
  letter-spacing: .096em;
  margin-top: 10px;
}

footer .liquidroom_info .map {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  height: 100%;
  vertical-align: top;
  background: #ccc;
}

footer .liquidroom_info .map #googlemap {
  height: 100%;
}

main {
  margin: 40px auto 0;
  width: 960px;
}

main .main_column {
  width: 716px;
  float: left;
}

main aside {
  width: 210px;
  float: right;
  margin-top: -75px;
  padding-top: 0;
}

main aside .block {
  margin-top: 95px;
}

main aside .block h3 {
  text-align: center;
  font-size: 32px;
  letter-spacing: .05em;
}

main aside .block .cal {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

main aside .block .cal th {
  width: 100%;
  font-size: 16px;
  letter-spacing: .09em;
  padding-bottom: 7px;
}

main aside .block .cal .days {
  font-size: 11px;
}

main aside .block .cal .days td {
  padding-bottom: 10px;
}

main aside .block .cal .sun {
  color: #FF5A7C;
}

main aside .block .cal .sun a {
  color: #FF5A7C;
}

main aside .block .cal a {
  text-decoration: underline;
  transition: all .2s linear;
}

main aside .block .cal a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

main aside .block .cal .date td {
  height: 23px;
  vertical-align: middle;
}

main aside .block .monthly {
  font-size: 20px;
  letter-spacing: .05em;
  margin-top: 20px;
}

main aside .block .monthly li {
  margin-top: 10px;
}

main aside .block .monthly li a {
  display: block;
  position: relative;
}

main aside .block .monthly li a:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 16px;
  background: url(../img/icn_arrow2.svg);
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  transition: all .2s linear;
}

main aside .block .monthly li a:hover:after {
  right: -5px;
}

main aside .block .monthly.ticket {
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}

.pagenation {
  margin: 40px auto 0;
  width: 720px;
  text-align: center;
  font-size: 24px;
}

.pagenation a,
.pagenation span {
  margin: 0 10px;
}

.pagenation a:hover {
  text-decoration: underline;
}

.pagenation span {
  color: #ccc;
}

.pagenation .pgs {
  position: relative;
}

.pagenation .pgs a.prev img {
  position: relative;
  left: 0;
  transition: all .2s linear;
}

.pagenation .pgs a.prev:hover img {
  left: -10px;
}

.pagenation .pgs a.next img {
  position: relative;
  right: 0;
  transition: all .2s linear;
}

.pagenation .pgs a.next:hover img {
  right: -10px;
}

.pagenation .pgs .prev {
  position: absolute;
  left: 0;
  margin: 0;
}

.pagenation .pgs .next {
  position: absolute;
  right: 0;
  margin: 0;
}

.pagenation .pgs div.prev,
.pagenation .pgs div.next {
  cursor: default;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #contents {
    padding: 40px 0 1000px;
  }
  #contents.page {
    padding-top: 70px;
  }
  #contents.page h1 {
    font-size: 36px;
  }
  #contents.page h1 span {
    padding-bottom: 8px;
  }
  #contents.page h1 span:after {
    height: 8px;
  }
  header {
    height: 40px;
  }
  header.compact {
    height: 33px;
  }
  header.compact .logo {
    height: 34px;
  }
  header.compact .logo img {
    width: 32px;
    margin-left: 0;
  }
  header .logo {
    left: 15px;
    margin-left: 0;
    width: 75px;
    height: 50px;
  }
  header .logo img {
    bottom: auto;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 53px;
    margin-left: 0;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  header .sp_nav_btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    width: 33px;
    height: 19px;
  }
  header .sp_nav_btn hr {
    border: none;
    padding: 0;
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    background: #333;
    transition: all .2s linear;
  }
  header .sp_nav_btn hr:nth-of-type(1) {
    top: 0;
  }
  header .sp_nav_btn hr:nth-of-type(2) {
    top: 9px;
  }
  header .sp_nav_btn hr:nth-of-type(3) {
    bottom: 0;
  }
  header .sp_nav_btn.close hr:nth-of-type(1) {
    -ms-transform: translateY(9px) rotate(30deg);
        transform: translateY(9px) rotate(30deg);
  }
  header .sp_nav_btn.close hr:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  header .sp_nav_btn.close hr:nth-of-type(3) {
    -ms-transform: translateY(-9px) rotate(-30deg);
        transform: translateY(-9px) rotate(-30deg);
  }
  footer .ticket h3 {
    font-size: 25px;
  }
  footer .ticket h3 span {
    padding-bottom: 10px;
  }
  footer .ticket h3 span:after {
    height: 5px;
    margin-left: -45%;
    width: 90%;
  }
  footer .ticket ul {
    margin-top: 15px;
  }
  footer .ticket ul li {
    width: 135px;
    height: 135px;
    margin: 20px 10px 0;
  }
  footer .ticket ul li a,
  footer .ticket ul li div {
    padding-top: 10px;
    overflow: hidden;
  }
  footer .ticket ul li a .name,
  footer .ticket ul li div .name {
    width: 115px;
    height: 60px;
    font-size: 14px;
    padding-top: 15px;
  }
  footer .ticket ul li a .name.line1,
  footer .ticket ul li div .name.line1 {
    padding-top: 25px;
  }
  footer .ticket ul li a address,
  footer .ticket ul li div address {
    font-size: 12px;
    margin-top: 10px;
    height: 35px;
    background-size: 10px 10px;
  }
  footer .liquidroom_info {
    margin-top: 25px;
    height: auto;
  }
  footer .liquidroom_info .address {
    display: none;
  }
  footer .liquidroom_info .map {
    display: block;
    width: auto;
    height: 215px;
  }
  footer .sp_address {
    background: #fff;
    padding-top: 22px;
    text-align: center;
  }
  footer .sp_address .logo img {
    display: block;
    width: 93px;
    margin: 0 auto;
  }
  footer .sp_address .title {
    font-size: 14px;
    margin-top: 22px;
    letter-spacing: .1em;
  }
  footer .sp_address address {
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    margin-top: 15px;
  }
  footer .sp_address address small {
    display: block;
    font-size: 11px;
    margin-top: 1em;
  }
  footer .sp_address ul {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 25px;
  }
  footer .sp_address ul li {
    display: inline-block;
    font-size: 11px;
    margin: 0 15px;
  }
  footer .sp_address .attention {
    font-size: 10px;
    line-height: 1.3;
    margin-top: 20px;
  }
  footer .sp_address .copyright {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 8px;
    letter-spacing: .096em;
  }
  .sp_nav {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EAECEC;
    transition: all .7s ease-out;
    -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
  }
  .sp_nav.show {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
  .sp_nav .sp_nav_wrap {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  .sp_nav nav {
    padding-top: 90px;
  }
  .sp_nav nav ul {
    font-size: 0;
    letter-spacing: 0;
  }
  .sp_nav nav ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .sp_nav nav ul li a {
    font-size: 22px;
  }
  .sp_nav nav ul li a.active {
    color: #FF5A7C;
  }
  .sp_nav .single_page_link {
    margin-top: 30px;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  .sp_nav .single_page_link li {
    display: inline-block;
    font-size: 11px;
    letter-spacing: .096em;
    margin: 0 12px;
  }
  .sp_nav .icons {
    margin-top: 30px;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  .sp_nav .icons li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
  }
  .sp_nav .icons li button {
    display: inline-block;
    vertical-align: middle;
  }
  .sp_nav .icons li .input {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 0;
    transition: all .4s ease-out;
  }
  .sp_nav .icons li .input input {
    outline: none;
  }
  .sp_nav .icons li .input.open {
    width: 175px;
  }
  .sp_nav .bottom {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 2px #fff;
    text-align: center;
    line-height: 2em;
    font-size: 14px;
  }
  main {
    margin-top: 25px;
    width: auto;
    padding: 0 15px;
  }
  main .main_column {
    width: auto;
    float: none;
  }
  main aside {
    width: auto;
    float: none;
    margin-top: 0;
    padding-top: 0;
  }
  main aside .block {
    margin-top: 15px;
    position: relative;
  }
  main aside .block .block_wrap {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 10px 15px;
  }
  main aside .block:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    background: #767676;
    z-index: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .2s linear;
  }
  main aside .block.open:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  main aside .block.open h3:after {
    -ms-transform: rotate(90deg) scale(-1, 1);
        transform: rotate(90deg) scale(-1, 1);
  }
  main aside .block h3 {
    font-size: 20px;
    position: relative;
    z-index: 1;
  }
  main aside .block h3:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/icn_arrow2.svg) no-repeat center;
    background-size: 100% auto;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    right: 0;
    transition: all .2s linear;
  }
  main aside .block.cal_block {
    position: relative;
  }
  main aside .block.cal_block .table_wrap {
    height: 0;
    overflow: hidden;
    transition: all .4s linear;
  }
  main aside .block .cal {
    margin-top: 15px;
    z-index: 1;
  }
  main aside .block .cal th {
    font-size: 20px;
    padding-bottom: 15px;
  }
  main aside .block .cal .days {
    font-size: 14px;
  }
  main aside .block .cal .date td {
    font-size: 20px;
    height: 30px;
  }
  main aside .block .monthly {
    font-size: 20px;
    letter-spacing: .05em;
    margin-top: 20px;
  }
  main aside .block .monthly li {
    margin-top: 10px;
  }
  main aside .block .monthly li a {
    display: block;
    position: relative;
  }
  main aside .block .monthly li a:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 16px;
    background: url(../img/icn_arrow2.svg);
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    transition: all .2s linear;
  }
  main aside .block .monthly li a:hover:after {
    right: -5px;
  }
  main aside .block .monthly.ticket {
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
  }
  .pagenation {
    width: auto;
    font-size: 15px;
  }
  .pagenation img {
    width: 40px;
    top: -2px;
  }
}
