@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: 400;
  font-family: 'Product Sans', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  min-width: 1200px;
  color: #333;
}

.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,
.f1b {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.f1b {
  font-weight: 700;
}

a {
  color: #212121;
}

img {
  display: block;
  height: auto;
}

section {
  position: relative;
  z-index: 1;
}

.fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.sp {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 10;
}

header:after {
  content: '';
  position: fixed;
  top: 70px;
  height: 10px;
  left: -10%;
  width: 120%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

header .wrap {
  width: 950px;
  height: 100%;
  margin: 0 auto;
}

header .wrap .logo {
  float: left;
  margin-top: 25px;
}

header .wrap nav {
  float: right;
}

header .wrap nav ul {
  font-size: 0;
  letter-spacing: 0;
  line-height: 80px;
}

header .wrap nav ul li {
  display: inline-block;
  margin-left: 22px;
  font-size: 14px;
}

header .wrap nav ul li a {
  transition: color .2s linear;
}

header .wrap nav ul li a:hover, header .wrap nav ul li a.active {
  color: #EC0B19;
}

header .wrap nav ul li a img {
  display: inline-block;
}

#contents {
  position: relative;
  z-index: 1;
}

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

#contents.page h1 {
  height: 140px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  line-height: 140px;
  background: rgba(240, 0, 0, 0.9);
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 2;
}

#contents.page .page-content {
  z-index: 3;
}

#bg {
  height: 100%;
  padding-top: 80px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

#bg.page:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  background: rgba(255, 255, 255, 0.2);
}

#bg div {
  height: 100%;
  background: url(../img/top.jpg) no-repeat center 0;
  background-size: cover;
}

footer {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: rgba(240, 0, 0, 0.9);
  position: relative;
  z-index: 1;
}

#cal {
  padding: 80px 0 100px;
  position: relative;
}

#cal:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.95);
}

#cal .wrap {
  position: relative;
  z-index: 1;
  width: 950px;
  margin: 0 auto;
}

#cal .wrap h3 {
  text-align: center;
  font-size: 11px;
  color: #fff;
  margin-bottom: -35px;
}

#cal .wrap h3 span {
  display: block;
  font-size: 46px;
}

@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
  header {
    height: 55px;
  }
  header:after {
    top: 45px;
  }
  header .wrap {
    width: auto;
    position: relative;
  }
  header .wrap .logo {
    display: block;
    float: none;
    width: 95px;
    margin: 17px auto 0;
    position: relative;
    z-index: 12;
  }
  header .wrap .logo img {
    width: 100%;
    height: auto;
  }
  header .wrap .menu-btn {
    position: absolute;
    right: 18px;
    width: 22px;
    height: 17px;
    z-index: 12;
    display: block;
    top: 2px;
    padding: 0;
    margin: 0;
  }
  header .wrap .menu-btn hr {
    position: absolute;
    border: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #333;
    margin: 0;
    padding: 0;
    transition: all .2s linear;
  }
  header .wrap .menu-btn hr:nth-of-type(2) {
    top: 8px;
  }
  header .wrap .menu-btn hr:nth-of-type(3) {
    top: auto;
    bottom: 0;
  }
  header .wrap .menu-btn.open hr:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  header .wrap .menu-btn.open hr:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  header .wrap .menu-btn.open hr:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
  header .wrap nav {
    float: none;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100% - 55px);
    background: rgba(255, 255, 255, 0.95);
    z-index: 11;
    box-sizing: border-box;
    padding-bottom: 30px;
    transition: all .7s ease-out;
    -webkit-transform: translate(0, -120%);
        -ms-transform: translate(0, -120%);
            transform: translate(0, -120%);
  }
  header .wrap nav.show {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  header .wrap nav .nav-wrap {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header .wrap nav ul {
    line-height: 1;
  }
  header .wrap nav ul li {
    display: block;
    margin-left: 0;
    font-size: 19px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 20px;
  }
  header .wrap nav ul li a img {
    display: inline-block;
    margin-left: 4px;
    width: 15px;
    position: relative;
    top: 1px;
  }
  header .wrap nav .copyright {
    margin-top: 55px;
    text-align: center;
    font-size: 9px;
    display: block;
  }
  #contents {
    position: relative;
    z-index: 1;
  }
  #contents.page {
    padding-top: 110px;
  }
  #contents.page h1 {
    height: 55px;
    line-height: 55px;
    background: #333;
    font-size: 19px;
    top: 55px;
  }
  #contents.page .page-content {
    z-index: 3;
  }
  .sp-sns {
    display: block;
    margin-top: 50px;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  .sp-sns a {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0 3px;
    position: relative;
  }
  .sp-sns a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sp-sns a.line img {
    width: 26px;
  }
  .sp-sns a.twitter img {
    width: 23px;
  }
  .sp-sns a.instagram img {
    width: 21px;
  }
  .sp-sns a.tiktok img {
    width: 21px;
  }
  .sp-sns a.youtube img {
    width: 26px;
  }
  .sp-sns a.itunes img {
    width: 19px;
  }
  .sp-member {
    margin-top: 17px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    display: block;
  }
  .sp-member p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .sp-member a {
    display: inline-block;
    width: 41px;
    height: 41px;
    margin: 0 5px;
    border-radius: 41px;
    background-position: 0 17%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: solid 1px #ccc;
  }
  #bg {
    padding-top: 55px;
    display: none;
  }
  #bg.page:after {
    display: none;
  }
  #bg div {
    background-image: url(../img/top-sp.jpg);
  }
  footer {
    line-height: 1;
    height: auto;
    padding: 75px 0 15px;
    text-align: center;
    background: #fff;
  }
  footer .pagetop {
    display: inline-block;
    font-size: 10px;
  }
  footer .pagetop img {
    width: 40px;
    margin: 0 auto 10px;
  }
  footer .copyright {
    margin-top: 35px;
    font-size: 9px;
    color: #333;
  }
}

.live-nav {
  height: 80px;
  background: rgba(51, 51, 51, 0.95);
  position: relative;
  z-index: 3;
}

.live-nav ul {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

.live-nav ul li {
  display: inline-block;
}

.live-nav ul li a {
  display: block;
  height: 80px;
  padding: 0 18px;
  color: #fff;
  font-size: 16px;
  line-height: 80px;
  transition: all .2s linear;
}

.live-nav ul li a:hover, .live-nav ul li a.active {
  background: #fff;
  color: #f00000;
}

.archive-top {
  position: relative;
  z-index: 2;
}

.archive-top .monthly-head {
  height: 80px;
  background: rgba(17, 17, 17, 0.95);
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  color: #f00000;
}

#live.single article {
  background: rgba(255, 255, 255, 0.95);
  padding: 50px 0 40px;
}

#live.single article .title {
  text-decoration: none;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}

#live.single article .text {
  font-size: 15px;
  line-height: 1.7;
  width: 800px;
  margin: 20px auto 0;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: solid 1px #333;
}

#live.single article .text a {
  background: none;
  color: #f00000;
  text-decoration: underline;
  padding: 0;
  display: inline;
}

#live.single article .sns-link {
  padding-top: 35px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

#live.single article .sns-link a {
  background: none;
  padding: 0;
  display: inline-block;
  margin: 0 8px;
}

#live.single article .sns-link a .sp, #live.single article .sns-link a.sp {
  display: none;
}

#live.single article .sns-link a circle,
#live.single article .sns-link a path {
  transition: all .2s linear;
}

#live.single article .sns-link a:hover circle {
  stroke: #f00000;
}

#live.single article .sns-link a:hover path {
  fill: #f00000;
}

#live.single article .sns-link p {
  font-size: 11px;
  margin-top: 10px;
}

#live article {
  text-align: center;
  font-size: 12px;
  position: relative;
}

#live article:nth-last-of-type(1) {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#live article:nth-of-type(odd) a {
  background: rgba(238, 238, 238, 0.95);
}

#live article:nth-of-type(even) a {
  background: rgba(255, 255, 255, 0.95);
}

#live article a {
  display: block;
  padding: 50px 0 25px;
}

#live article a:hover .more .f {
  fill: #f00000;
}

#live article a:hover .more .s {
  stroke: #f00000;
}

#live article .date {
  font-size: 18px;
}

#live article .date.en {
  display: none;
}

#live article .cat {
  display: block;
  margin: 15px auto 0;
  width: 105px;
  height: 24px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  background: #f00000;
  border-radius: 24px;
}

#live article .title {
  font-size: 24px;
  margin: 15px auto 12px;
  color: #f00000;
  width: 800px;
  text-decoration: underline;
  line-height: 1.3;
}

#live article .new {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 40px;
  height: 16px;
  background: #FEEC34;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  border-radius: 16px;
  margin: -26px 0 0 -20px;
}

#live article .news-date {
  font-size: 16px;
}

#live article .more {
  display: block;
  margin: 25px auto 0;
}

#live article .more path {
  transition: all .2s linear;
}

#live .live-foot {
  margin-top: 180px;
  background: rgba(51, 51, 51, 0.95);
  padding: 55px 0;
}

#live .live-foot .wrap {
  width: 800px;
  margin: 0 auto;
}

#live .live-foot .wrap .pagenation {
  float: left;
  font-size: 0;
  letter-spacing: 0;
}

#live .live-foot .wrap .pagenation .next,
#live .live-foot .wrap .pagenation .prev {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  position: relative;
}

#live .live-foot .wrap .pagenation .prev {
  padding-left: 60px;
}

#live .live-foot .wrap .pagenation .prev:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 60px;
  background: url(../img/prev2.svg) no-repeat 0 0;
  transition: all .2s linear;
}

#live .live-foot .wrap .pagenation .next {
  padding-right: 60px;
  margin-left: 65px;
}

#live .live-foot .wrap .pagenation .next:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 60px;
  background: url(../img/next2.svg) no-repeat 0 0;
  transition: all .2s linear;
}

#live .live-foot .wrap .pagenation a {
  color: #fff;
}

#live .live-foot .wrap .pagenation a.prev:hover:before {
  left: -5px;
}

#live .live-foot .wrap .pagenation a.next:hover:before {
  right: -5px;
}

#live .live-foot .wrap .pagenation p {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

#live .live-foot .wrap .gcal {
  float: left;
  color: #fff;
  margin-left: 40px;
  position: relative;
  top: 20px;
}

#live .live-foot .wrap .gcal img {
  display: inline-block;
  position: relative;
  transition: all .2s linear;
  top: -1px;
}

#live .live-foot .wrap .gcal.open img {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

#live .live-foot .wrap .gcal.open:hover img {
  top: -3px;
}

#live .live-foot .wrap .gcal:hover img {
  top: 3px;
}

#live .live-foot .wrap .monthly {
  width: 290px;
  height: 40px;
  float: right;
  border: solid 1px #fff;
  border-radius: 40px;
  line-height: 40px;
  padding-left: 35px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  background: url(../img/select.svg) no-repeat 250px center;
  position: relative;
  overflow: hidden;
  top: 6px;
}

#live .live-foot .wrap .monthly select {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-appearance: none;
}

.cal-wrap.hide {
  overflow: hidden;
  height: 0;
}

@media screen and (max-width: 767px) {
  .archive-top {
    position: relative;
    z-index: 5;
  }
  .archive-top.active .monthly-head {
    display: none;
    height: 110px;
    text-align: center;
    background: #f00000;
    color: #fff;
    font-size: 19px;
  }
  .archive-top.active .monthly-head.sp {
    display: block;
    line-height: 1;
  }
  .archive-top.active .monthly-head p {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .archive-top.active .monthly-head span {
    display: block;
    color: #333;
  }
  .archive-top.active .live-nav {
    display: none;
  }
  .archive-top .live-nav {
    height: auto;
    padding: 30px 10% 10px;
    background: #fff;
  }
  .archive-top .live-nav ul {
    margin-top: -6px;
  }
  .archive-top .live-nav ul li {
    width: 48%;
    margin-top: 6px;
  }
  .archive-top .live-nav ul li:nth-of-type(even) {
    margin-left: 2%;
  }
  .archive-top .live-nav ul li:nth-of-type(odd) {
    margin-left: 2%;
  }
  .archive-top .live-nav ul li a {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: solid 1px #f00000;
    color: #f00000;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0;
  }
  .archive-top .live-nav ul li a.active {
    background: #f00000;
    color: #fff;
  }
  #live {
    padding: 13px 10% 0;
  }
  #live.single {
    padding-left: 0;
    padding-right: 0;
    background: #eee;
  }
  #live.single.news {
    padding-top: 0;
  }
  #live.single.news article {
    padding-top: 0;
  }
  #live.single.news .news-date {
    display: none;
  }
  #live.single.news .title {
    margin-top: 0;
    width: auto;
  }
  #live.single article {
    background: none;
    padding: 2px 0 0;
  }
  #live.single article .cat {
    width: 89px;
    height: 20px;
    font-size: 12px;
    margin: 0 auto;
    line-height: 20px;
  }
  #live.single article .date.sp {
    display: block;
    padding: 0 10%;
    text-align: center;
    font-size: 17px;
    color: #f00000;
    margin-top: 15px;
  }
  #live.single article .title {
    background: #f00000;
    color: #fff;
    padding: 20px 10%;
    font-size: 17px;
    line-height: 22px;
    margin-top: 15px;
    width: auto;
  }
  #live.single article .text {
    padding: 30px 10% 15px;
    background: #fff;
    width: auto;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    border-bottom: none;
    word-break: break-all;
  }
  #live.single article .sns-link {
    background: #fff;
  }
  #live.single article .sns-link a {
    display: inline-block;
    width: 38px;
  }
  #live.single article .sns-link a.sp {
    display: inline-block;
  }
  #live.single article .sns-link a svg {
    display: none;
  }
  #live.single article .sns-link a .sp {
    display: block;
    width: 100%;
  }
  #live.single article .sns-link p {
    font-size: 11px;
    margin-top: 10px;
  }
  #live.single article .post {
    display: block;
    padding: 40px 10% 15px;
    font-size: 11px;
    background: #fff;
    color: #f00000;
    position: relative;
  }
  #live.single article .post:after {
    content: '';
    position: absolute;
    left: 10%;
    width: 80%;
    bottom: 0;
    height: 1px;
    background: #999;
  }
  #live.single .live-foot {
    padding: 0 10%;
    background: #fff;
    margin-top: 0;
    position: absolute;
    bottom: -310px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #live.single .live-foot .wrap {
    padding-top: 0;
  }
  #live.single .live-foot .wrap .pagenation {
    margin-top: 0;
  }
  #live.single .live-foot .monthly {
    display: none;
  }
  #live article {
    text-align: left;
    font-size: 0;
  }
  #live article:nth-last-of-type(1) {
    box-shadow: none;
  }
  #live article:nth-of-type(odd) a,
  #live article:nth-of-type(even) a {
    background: none;
  }
  #live article a {
    padding: 0;
    margin-top: 27px;
  }
  #live article a:hover .more .f {
    fill: #f00000;
  }
  #live article a:hover .more .s {
    stroke: #f00000;
  }
  #live article .date {
    font-size: 14px;
    line-height: 16px;
    display: none;
  }
  #live article .date.en {
    display: block;
  }
  #live article .cat {
    width: 70px;
    height: 13px;
    line-height: 13px;
    border-radius: 13px;
    font-size: 10px;
    margin: 0 0 7px;
  }
  #live article .title {
    font-size: 14px;
    line-height: 17px;
    margin: 7px 0 0;
    color: #333;
    width: auto;
  }
  #live article .news-date {
    font-size: 11px;
    color: #f00000;
  }
  #live article .new {
    display: none;
  }
  #live article .new.sp {
    display: inline-block;
    position: relative;
    top: -2px;
    left: auto;
    margin: 0 0 0 5px;
    width: 25px;
    height: 11px;
    font-size: 7px;
    line-height: 11px;
  }
  #live article .more {
    display: none;
  }
  #live .live-foot {
    margin-top: 55px;
    background: none;
    padding: 0;
  }
  #live .live-foot .wrap {
    width: auto;
    padding: 40px 0 0;
    position: relative;
  }
  #live .live-foot .wrap .pagenation {
    float: none;
    margin-top: 50px;
  }
  #live .live-foot .wrap .pagenation.monthly-archives {
    display: none;
  }
  #live .live-foot .wrap .pagenation .next,
  #live .live-foot .wrap .pagenation .prev {
    color: #333;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
  }
  #live .live-foot .wrap .pagenation .prev {
    padding-left: 40px;
    float: left;
  }
  #live .live-foot .wrap .pagenation .prev:before {
    width: 35px;
    height: 40px;
    background: url(../img/arrow.svg) no-repeat 0 0;
    background-size: 35px auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #live .live-foot .wrap .pagenation .next {
    padding-right: 40px;
    float: right;
  }
  #live .live-foot .wrap .pagenation .next:before {
    width: 35px;
    height: 40px;
    background: url(../img/arrow.svg) no-repeat 0 0;
    background-size: 35px auto;
  }
  #live .live-foot .wrap .pagenation a {
    color: #333;
  }
  #live .live-foot .wrap .gcal {
    display: none;
  }
  #live .live-foot .wrap .monthly {
    width: 100%;
    height: 35px;
    background-color: #f00000;
    border-radius: 5px;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 35px;
    border: none;
    background-position: 95% center;
    text-align: center;
    padding-left: 0;
  }
  footer.single {
    padding-top: 170px;
  }
  .cal-wrap {
    display: none;
  }
}
