body {
  background-image: none;
}

footer {
  position: relative;
  z-index: 1000;
}

.inside {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
.rows:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.rows > .column {
  box-sizing: border-box;
  float: left;
}
.rows-column-2 > .column {
  width: 50%;
}
.rows-column-3 > .column {
  width: 33.333%;
}
.rows-column-4 > .column {
  width: 25%;
}

.viewer {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.viewer .viewerinner {
  display: block;
  width: 100%;
  height: 100%;
}

.viewerout {
  display: block;
  position: relative;
  z-index: 10;
}
.viewerout .viewer {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.sentence-left {
  text-align: left;
}
.sentence-center {
  text-align: center;
}
.sentence-right {
  text-align: right;
}
.sentence-l {
  font-size: 30px;
}
.sentence-mm {
  font-size: 24px;
}
.sentence-m {
  font-size: 20px;
}
.sentence-r {
  font-size: 18px;
}
.sentence-s {
  font-size: 14px;
}

.annote-red {
  color: #ff0000;
}

.break-1 {
  margin-top: 1em;
}
.break-px-1 {
  margin-top: 10px;
}
.break-2 {
  margin-top: 2em;
}
.break-px-2 {
  margin-top: 20px;
}
.break-3 {
  margin-top: 3em;
}
.break-px-3 {
  margin-top: 30px;
}
.break-4 {
  margin-top: 4em;
}
.break-px-4 {
  margin-top: 40px;
}
.break-5 {
  margin-top: 5em;
}
.break-px-5 {
  margin-top: 50px;
}

.gridy {
  display: table;
  width: 100%;
}
.gridy > * {
  display: table-row;
}
.gridy > * > * {
  display: table-cell;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-right: 1.0em;
  font-size: 15px;
  text-decoration: underline;
  white-space: nowrap;
}
.gridy-2 > * > * {
  width: 50%;
}
.gridy-3 > * > * {
  width: 33.333%;
}
.gridy-4 > * > * {
  width: 25%;
}

a.here-link {
  border-style: solid;
  border-width: 1px;
  border-color: #84776B;
  border-radius: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  background-color: #ffffff;
  color: #353535 !important;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
a.here-link:hover, a.here-link:focus {
  border-color: #5B524B;
  background-color: #efefef;
  color: #111111 !important;
}
a.here-link::before {
  margin-right: 10px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: auto 100%;
  vertical-align: top;
  background-repeat: no-repeat;
}
a.here-link.here-link-youtube::before {
  content: "";
  background-image: url(../../img/common/renewals/yt.png);
  background-size: auto 100%;
}

a.ann-link {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  background: -moz-linear-gradient(left, #cc8b30 0%, #f7dd99 35%, #cc8b30 100%);
  background: -webkit-linear-gradient(left, #cc8b30 0%, #f7dd99 35%, #cc8b30 100%);
  background: linear-gradient(to right, #cc8b30 0%, #f7dd99 35%, #cc8b30 100%);
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
  color: #ffffff !important;
}
a.ann-link:hover, a.ann-link:focus {
  color: #efefef !important;
}
a.ann-link:hover span, a.ann-link:focus span {
  background-color: #0F2335;
  transition: ease 0.25s;
}
a.ann-link.ann-link-nash span::before {
  content: "";
  background-image: url(../../img/common/renewals/annlogo.png);
}
a.ann-link span {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #152F4C;
  transition: ease 0.25s;
}
a.ann-link span::before {
  margin-right: 20px;
  display: inline-block;
  width: 60px;
  height: 34px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: top;
}
a.ann-link em {
  font-size: 1.5em;
  font-style: normal;
}

a.vers-button {
  display: inline-block;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 4.5em;
  padding-right: 4.5em;
  font-size: 16px;
  background-color: #D9BD70;
  color: #ffffff !important;
  font-weight: bold;
}
a.vers-button:hover, a.vers-button:focus {
  background-color: #C9AA5D;
  color: #efefef !important;
}
a.vers-button.vers-button-strongrad {
  font-size: 24px;
  border-radius: 10px;
}
a.vers-button.vers-button-low {
  padding-left: 2.25em;
  padding-right: 2.25em;
}

.nodes {
  min-width: 980px;
}
.nodes img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.nodes a {
  color: #2989B3;
  text-decoration: none;
  transition: ease 0.25s;
}

.nodes .categorySelect .lv2 a,
.nodes .categorySelect .lv3 a {
  text-decoration: underline;
}
.nodes a:hover, .nodes a:focus {
  color: #1F697C;
  transition: ease 0.25s;
}
.nodes a span {
  cursor: pointer;
}
.nodes .slick-slider {
  margin-bottom: 0;
}
/* 以下nodes-detective内のborder-style: solid を削除して罫線非表示にしています　2019.04.10　*/
.nodes-detective {
  padding-top: 40px;
  padding-bottom: 20px;
  border-width: 1px 0 0 0;
  border-color: #F5F5F5;
}
.nodes-detective h3 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  margin-top: 30px;
  text-align: center;
}
.nodes-detective h3::before {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #D9BD70;
  transform: rotate(45deg);
}
.nodes-detective .navigates:nth-child(1) {
  padding-right: 15px;
}
.nodes-detective .navigates:nth-child(2) {
  padding-left: 15px;
}
.nodes-detective .here {
  margin-top: 30px;
}
.nodes-detective .details {
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 215px;
  height: 100%;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.nodes-detective .details a {
  color: #ffffff;
  text-decoration: underline;
  transition: ease 0.25s;
}
.nodes-detective .details a:hover, .nodes-detective .details a:focus {
  transition: ease 0.25s;
}
.nodes-detective .details > * {
  font-size: 12px;
  line-height: 20px;
}
.nodes-detective .details .title {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nodes-detective .details .list {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 0;
  float: left;
}
.nodes-detective .details .point, .nodes-detective .details .price {
  margin-top: 5px;
  margin-bottom: 0;
  float: right;
}
.nodes-detective .details .point {
  margin-right: 10px;
}
.nodes-detective .details .point::before {
  content: "|";
  margin-left: 2px;
  margin-right: 2px;
}
.nodes-detective .details .point::after {
  content: "pts";
}
.nodes-detective .details .price::after {
  content: "";
}
.nodes-detective .details .fav, .nodes-detective .details .login {
  position: absolute;
  z-index: 10;
}
.nodes-detective .details .coll {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 0;
  float: left;
  clear: left;
}
.nodes-detective .details .coll img {
  margin-top: 2px;
  margin-bottom: 2px;
  width: 22px;
  height: 16px;
}
.nodes-detective .details .idNum {
  margin-top: 5px;
  margin-left: 5px;
  float: left;
}
.nodes-detective .details .fav {
  top: 65px;
  right: 10px;
}
.nodes-detective .details .fav img {
  width: auto;
  height: 15px;
}
.nodes-detective .details .fav:hover + .login {
  z-index: 10;
  opacity: 1;
  transition: ease 0.25s;
}
.nodes-detective .details .login {
  bottom: 8px;
  right: 42px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  background-image: none;
  background-color: #E0BD63;
  font-size: 12px;
  line-height: 1.5em;
  z-index: -1;
  opacity: 0;
  transition: ease 0.0s;
}
.nodes-detective .details .login::after {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 5px;
  right: -16px;
  width: 16px;
  height: 16px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #E0BD63;
}
.nodes-detective .categories {
  margin-top: 10px;
  margin-left: 20px;
}
.nodes-detective .slicks {
  margin-left: 30px;
  margin-right: 30px;
}
.nodes-detective .slicks .slick {
  position: relative;
  outline: none;
  margin-left: 6px;
  margin-right: 6px;
  width: 92px;
  height: 92px;
  overflow: hidden;
}
.nodes-detective .slicks .slick > a {
  display: block;
  outline: none;
  position: reletive;
}
.nodes-detective .slicks .slick > a::after {
  display: block;
  box-sizing: border-box;
  content: "";
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  transition: ease 0.0s;
}
.nodes-detective .slicks .slick > a > img {
  position: relative;
  z-index: -1;
  width: 92px;
  height: 92px;
}
.nodes-detective .slicks .slick .details {
  z-index: -1;
  opacity: 0;
  transition: ease 0.25s;
}
.nodes-detective .slicks .slick:hover {
  overflow: visible;
}
.nodes-detective .slicks .slick:hover > a::after {
  opacity: 0.8;
  transition: ease 0.25s;
}
.nodes-detective .slicks .slick:hover .details {
  z-index: 10;
  opacity: 1;
  transition: ease 0.25s;
}
.nodes-detective .slicks .slick:nth-child(4n+1) .details, .nodes-detective .slicks .slick:nth-child(4n+2) .details {
  left: 100%;
}
.nodes-detective .slicks .slick:nth-child(4n+3) .details, .nodes-detective .slicks .slick:nth-child(4n+4) .details {
  right: 100%;
}
.nodes-detective .slicks .slick-button {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 5px;
  width: 28px;
  height: 26px;
  overflow: hidden;
  background-color: #EFEFF9;
  transition: ease 0.25s;
}
.nodes-detective .slicks .slick-button:hover, .nodes-detective .slicks .slick-button:focus {
  background-color: #DCDCE2;
  transition: ease 0.25s;
}
.nodes-detective .slicks .slick-button:hover::after, .nodes-detective .slicks .slick-button:focus::after {
  border-color: #3286A0;
  transition: ease 0.25s;
}
.nodes-detective .slicks .slick-button::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: #4099BC;
  transition: ease 0.25s;
}
.nodes-detective .slicks .slick-button-prev {
  left: -30px;
}
.nodes-detective .slicks .slick-button-prev::after {
  transform: rotate(-45deg);
  margin-top: 9px;
  margin-left: 12px;
}
.nodes-detective .slicks .slick-button-next {
  right: -30px;
}
.nodes-detective .slicks .slick-button-next::after {
  transform: rotate(135deg);
  margin-top: 9px;
  margin-left: 8px;
}

#node-firstshow {
  margin-top: -10px;
  position: relative;
  z-index: 10;
}
#node-firstshow .forms {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  overflow: visible;
}
#node-firstshow .viewer {
  background-size: cover;
}
#node-firstshow .slicks {
  width: 100%;
  min-width: 980px;
  height: 500px;
}
#node-firstshow .slicks .slick {
  outline: none;
  height: 100%;
}
#node-firstshow .slicks .slick .slick-content {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  height: 100%;
  display: table;
}
#node-firstshow .slicks .slick .slick-content .slick-content-body {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  color: #ffffff;
}
#node-firstshow .slicks .slick .slick-content .slick-content-body a {
  color: #ffffff;
  transition: ease 0.25s;
}
#node-firstshow .slicks .slick .slick-content .slick-content-body a:hover, #node-firstshow .slicks .slick .slick-content .slick-content-body a:focus {
  color: #efefef;
  transition: ease 0.25s;
}
#node-firstshow .slicks .slick .slick-content .slick-content-body .slick-content-body-adjustment {
  margin-left: 25%;
}
#node-firstshow #searchWrap {
  margin-top: 10px;
}
#node-firstshow #loginBox,
#node-firstshow #loginNowBox
{
  top: 0;
  margin-top: 140px;
}
#node-license {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../img/common/renewals/bg-01.png);
  background-position: 50% 50%;
}
#node-license .here {
  padding-top: 30px;
}
#node-license .points h2 {
  font-size: 28px;
  text-align: center;
  color: #3A3A3A;
}
#node-license .points h2 span {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
#node-license .points h2 span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
}
#node-license .points h3 {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-top: 85px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  /*z-index: 10;*//* カテゴリ検索が一部隠れてしまうため */
  font-size: 21px;
  text-align: center;
  color: #3A3A3A;
}
#node-license .points h3::before, #node-license .points h3::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
#node-license .points h3::before {
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 50%;
  background-color: #ffffff;
}
#node-license .points h3::after {
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e6e6e6 80%);
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #e6e6e6 80%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #e6e6e6 80%);
}
#node-license .points h3.en {
  font-size: 18px;
}
#node-license .points p {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #4F4F4F;
}
#node-license .points:nth-child(1) h2 span::after {
  background: -moz-linear-gradient(left, #f5e28e 0%, #f9c08e 100%);
  background: -webkit-linear-gradient(left, #f5e28e 0%, #f9c08e 100%);
  background: linear-gradient(to right, #f5e28e 0%, #f9c08e 100%);
}
#node-license .points:nth-child(1) h3 {
  background: -moz-linear-gradient(bottom, #f5e28e 0%, #f9c08e 100%);
  background: -webkit-linear-gradient(bottom, #f5e28e 0%, #f9c08e 100%);
  background: linear-gradient(to top, #f5e28e 0%, #f9c08e 100%);
}
#node-license .points:nth-child(2) h2 span::after {
  background: -moz-linear-gradient(left, #dbf5c5 0%, #b8ea97 100%);
  background: -webkit-linear-gradient(left, #dbf5c5 0%, #b8ea97 100%);
  background: linear-gradient(to right, #dbf5c5 0%, #b8ea97 100%);
}
#node-license .points:nth-child(2) h3 {
  background: -moz-linear-gradient(bottom, #dbf5c5 0%, #b8ea97 100%);
  background: -webkit-linear-gradient(bottom, #dbf5c5 0%, #b8ea97 100%);
  background: linear-gradient(to top, #dbf5c5 0%, #b8ea97 100%);
}
#node-license .points:nth-child(3) h2 span::after {
  background: -moz-linear-gradient(left, #fcd4ed 0%, #b79de4 100%);
  background: -webkit-linear-gradient(left, #fcd4ed 0%, #b79de4 100%);
  background: linear-gradient(to right, #fcd4ed 0%, #b79de4 100%);
}
#node-license .points:nth-child(3) h3 {
  background: -moz-linear-gradient(bottom, #fcd4ed 0%, #b79de4 100%);
  background: -webkit-linear-gradient(bottom, #fcd4ed 0%, #b79de4 100%);
  background: linear-gradient(to top, #fcd4ed 0%, #b79de4 100%);
}

#node-license .points h3:hover {
  color: #fff !important;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
#node-license .points:nth-child(1) h3:hover {
  color: #fff !important;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
#node-license .points:nth-child(2) h3:hover {
  color: #fff !important;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

#node-anniversary {
  margin-top: 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-image: url(../../img/common/renewals/bg-02.jpg);
  color: #ffffff;
}
#node-anniversary::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}
#node-anniversary .notice {
  position: relative;
  z-index: 20;
  padding-top: 30px;
  padding-bottom: 30px;
}
#node-anniversary .notice:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
#node-anniversary .notice h2 {
  float: left;
  margin-left: -20px;
  margin-right: 40px;
  width: 340px;
}
#node-anniversary .notice h2 + p {
  padding-top: 70px;
}
#node-anniversary .notice h2 + p.en {
  padding-top: 50px;
}
#node-anniversary .notice p {
  font-size: 20px;
  font-weight: bold;
}
#node-anniversary .notice p.en {
  font-size: 18px;
}
#node-anniversary .here {
  margin-top: 30px;
}
#node-royalty {
  margin-top: 0px;
}
#node-royalty h2 {
  border-width: 1px 0 0 0;
/* 以下node-royalty h2内のborder-style: solid を削除して罫線非表示にしています　2019.04.10　*/
  border-color: #F5F5F5;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 30px;
  text-align: center;
  background-color: #e0bd63;
  color: #323232;
	
}
#node-royalty h2:hover {
  background-color: #5a5a5a;
  color: #e0bd63 !important;
  transition-property: background;
  transition-duration: 1.0s;
  transition-timing-function: ease;
}
#node-royalty h2.en {
  font-size: 28px;
}
#node-royalty .attention {
  background-color: #F5F5F5;
  color: #4F4F4F !important;
  padding-right: 20px;
  font-size: 12px;
  text-align: right;
}
#node-royalty .over {
  padding-top: 22px;
  padding-bottom: 40px;
  background-color: #F5F5F5;
}
#node-royalty .points {
  text-align: center;
  font-weight: bold;
}
#node-royalty .points .icon {
  display: inline-block;
  width: 76px;
  height: 70px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#node-royalty .points a {
  display: inline-block;
  box-sizing: border-box;
  padding-top: 30px;
  width: 260px;
  height: 215px;
  background-color: #ffffff;
  border-width: 1px;
  /*border-style: solid;*/
  /*border-color: #969393;*/
  border-radius: 20px;
  transition: ease 0.25s;
}
#node-royalty .points a:hover, #node-royalty .points a:focus {
  transition: ease 0.25s;
  border-color: #7A7A7A;
  background-color: #efefef;
}
#node-royalty .points h3 {
  font-size: 28px;
}
#node-royalty .points p {
  font-size: 26px;
  color: #000000;
}
#node-royalty .points:nth-child(1) .icon {
  background-image: url(../../img/common/renewals/icon-01.png);
}
#node-royalty .points:nth-child(1) h3 {
  color: #71BC18;
}
#node-royalty .points:nth-child(2) .icon {
  background-image: url(../../img/common/renewals/icon-03.png);
}
#node-royalty .points:nth-child(2) h3 {
  color: #FA7272;
}
#node-royalty .points:nth-child(3) .icon {
  background-image: url(../../img/common/renewals/icon-02.png);
}
#node-royalty .points:nth-child(3) h3 {
  color: #0292DA;
}
#node-music h2, #node-sfx h2, #node-season h2 {
  margin-bottom: 20px;
  font-size: 32px;
}
#node-music h2 em, #node-sfx h2 em, #node-season h2 em {
  font-style: normal;
  margin-right: 0.5em;
}
#node-music h2 span, #node-sfx h2 span, #node-season h2 span {
  margin-left: 0.5em;
  font-size: 0.8em;
}
#node-music {
  border-width: 0;
}
#node-music h2 em {
  color: #71BC18;
}
#node-music .feature-title,
#node-sfx .feature-title {
  color: #F3326B;
  margin-bottom: 10px;
  margin-left: 30px;
  font-size: 18px;
  font-weight: bold;
}
#node-music .feature-more,
#node-sfx .feature-more {
  text-align: right; 
  margin-top: 10px;
  margin-right: 30px;
}
#node-music .feature-more a,
#node-sfx .feature-more a {
  font-size: 15px;
  text-decoration: underline;
}
#node-sfx h2 em {
  color: #FA7272;
}
#node-season {
  margin-top: 40px;
}
#node-season h2 em {
  color: #FFA500;
}
#node-season .inner {
  margin-left: -15px;
  margin-right: -15px;
}
#node-season .navigates {
  padding-left: 15px;
  padding-right: 15px;
}
#node-season .navigates:nth-child(1) h3 {
  background-image: url(../../img/common/renewals/head-01.jpg);
}
#node-season .navigates:nth-child(2) h3 {
  background-image: url(../../img/common/renewals/head-02.jpg);
}
#node-season .navigates:nth-child(3) h3 {
  background-image: url(../../img/common/renewals/head-03.jpg);
}
#node-season .navigates:nth-child(4) h3 {
  background-image: url(../../img/common/renewals/head-04.jpg);
}
#node-season .categories {
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 25px;
}
#node-season .here {
  margin-top: 30px;
}
#node-season h3 {
  padding-top: 60px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  text-align: center;
  color: #ffffff;
}
#node-season h3 span {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 1.0em;
  color:#FFFFFF; 
}
#node-contruct {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F5F5F5;
}
#node-contruct h2 {
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
}
#node-contruct h3 {
  margin-top: 10px;
  transition: ease 0.25s;
  color: #ED736E;
}
#node-contruct p {
  transition: ease 0.25s;
  margin-top: 10px;
  font-size: 15px;
  color: #000000;
  font-weight: normal;
}
#node-contruct a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
#node-contruct a:hover h3, #node-contruct a:focus h3 {
  color: #D9BD70;
  transition: ease 0.25s;
}
#node-contruct a:hover p, #node-contruct a:focus p {
  color: #484848;
  transition: ease 0.25s;
}
#node-contruct .icon {
  display: inline-block;
  width: 60px;
  height: 48px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#node-contruct .points {
  text-align: center;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #6A6B6B;
  font-weight: bold;
}
#node-contruct .points:first-child {
  border-width: 0;
}
#node-contruct .points:nth-child(1) .icon {
  background-image: url(../../img/common/renewals/icon-04.png);
}
#node-contruct .points:nth-child(2) .icon {
  background-image: url(../../img/common/renewals/icon-05.png);
}
#node-contruct .points:nth-child(3) .icon {
  background-image: url(../../img/common/renewals/icon-06.png);
}
#node-contact {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
#node-contact .here {
  margin-top: 30px;
  margin-bottom: 30px;
}
#node-contact p, #node-contact address {
  font-size: 20px;
  font-weight: bold;
}
#node-youtube {
  margin-top: 0px;
  font-weight: bold;
  text-align: center;
}
#node-youtube .over {
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-image: url(../../img/common/renewals/bg-03.jpg);
  color: #ffffff;
}
#node-youtube .caption {
  margin-top: 15px;
}
#node-youtube .here {
  margin-top: 60px;
}
#node-youtube h2 {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}
#node-topics {
  margin-top: 60px;
  margin-bottom: 60px;
}
#node-topics article {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #000000;
}
#node-topics article:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
#node-topics h2 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 28px;
}
#node-topics h2::before {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #D9BD70;
  transform: rotate(45deg);
}
#node-topics h2 strong {
  margin-right: 0.5em;
  color: #BFA154;
}
#node-topics h2 em {
  margin-left: 0.5em;
  font-style: normal;
  font-size: 0.75em;
}
#node-topics h3 {
  margin-right: 30px;
  float: left;
  font-size: 16px;
}
#node-topics p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
#node-topics a {
  color: #2989B3;
  transition: ease 0.25s;
}
#node-topics a:hover, #node-topics a:focus {
  color: #484848;
  transition: ease 0.25s;
}
#node-wpposts {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F5F5F5;
}
#node-wpposts .viewer {
  background-image: url(../../img/common/renewals/default.jpg);
}
#node-wpposts .viewerinner {
  background-color: #000000;
  opacity: 0;
  transition: ease 0.25s;
}
#node-wpposts .viewerout {
  padding-top: 150px;
}
#node-wpposts .viewerout:hover .viewerinner, #node-wpposts .viewerout:focus .viewerinner {
  opacity: 0.5;
  transition: ease 0.25s;
}
#node-wpposts .viewerout:hover::after, #node-wpposts .viewerout:focus::after {
  opacity: 1;
  transition: ease 0.25s;
  transition-delay: 0.1s;
}
#node-wpposts .viewerout::after {
  display: block;
  box-sizing: border-box;
  content: "READ MORE";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  width: 110px;
  height: 28px;
  padding-top: 7px;
  padding-bottom: 7px;
  opacity: 0;
  transition: ease 0.25s;
  font-size: 12px;
  line-height: 1.0em;
  text-align: center;
  color: #ffffff;
}
#node-wpposts .inner {
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
#node-wpposts .here {
  margin-top: 30px;
}
#node-wpposts .slick-button {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 5px;
  width: 35px;
  height: 40px;
  overflow: hidden;
  background-color: #EFEFF9;
  transition: ease 0.25s;
}
#node-wpposts .slick-button:hover, #node-wpposts .slick-button:focus {
  background-color: #DCDCE2;
  transition: ease 0.25s;
}
#node-wpposts .slick-button:hover::after, #node-wpposts .slick-button:focus::after {
  border-color: #3286A0;
  transition: ease 0.25s;
}
#node-wpposts .slick-button::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: #4099BC;
  transition: ease 0.25s;
}
#node-wpposts .slick-button-prev {
  left: -40px;
}
#node-wpposts .slick-button-prev::after {
  transform: rotate(-45deg);
  margin-top: 14px;
  margin-left: 15px;
}
#node-wpposts .slick-button-next {
  right: -40px;
}
#node-wpposts .slick-button-next::after {
  transform: rotate(135deg);
  margin-top: 14px;
  margin-left: 11px;
}
#node-wpposts .wp-entry {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  outline: none;
}
#node-wpposts .wp-entry .entry {
  background-color: #000000;
  color: #ffffff;
  height: 300px;
  overflow: hidden;
}
#node-wpposts .wp-entry a {
  color: #ffffff;
  transition: ease 0.25s;
}
#node-wpposts .wp-entry a:hover, #node-wpposts .wp-entry a:focus {
  color: #cccccc;
  transition: ease 0.25s;
}
#node-wpposts .wp-entry h3, #node-wpposts .wp-entry p, #node-wpposts .wp-entry time {
  display: block;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5em;
}
#node-wpposts .wp-entry time {
  margin-top: 10px;
  font-size: 12px;
}
#node-wpposts .wp-entry h3 {
  margin-top: 5px;
  height: 3.0em;
  font-size: 14px;
}
#node-wpposts .wp-entry p {
  margin-top: 5px;
  height: 4.5em;
  font-size: 12px;
}
#node-wpposts h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.5em;
}
#node-wpposts h2 span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #000000;
}
#node-wpposts > p {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}
#node-logo {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  border: 1px solid #C9C9C9;
}

#node-logo h2 {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
#node-logo .service-studio__title {
  font-size: 26px;
  font-weight:bold;
  line-height: 2.125;
}
#node-logo .service-studio__desc {
  font-size: 16px;
  line-height: 1.8;
}
#node-logo .service-studio__titleB {
  font-size: 20px;
  font-weight:bold;
  line-height: 2.125;
}
#node-logo .service-studio__icon {
  padding: 20px　50px;
  display: flex;
  align-items: center;	
  justify-content: space-evenly;
}

.animations {
  visibility: hidden;
}

.anime-fade.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fade-frame;
  animation-delay: 0.2s;
}
.anime-fade.animated .frame-2 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fade-frame;
  animation-delay: 0.4s;
}
.anime-fade.animated .frame-3 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fade-frame;
  animation-delay: 0.6s;
}
.anime-fade.animated .frame-4 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fade-frame;
  animation-delay: 0.8s;
}
.anime-fade.animated .frame-5 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fade-frame;
  animation-delay: 1s;
}
.anime-fade.animated .frame-single {
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fade-frame;
  animation-delay: 0.1s;
}

@keyframes fade-frame {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anime-up.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: up-frame;
  animation-delay: 0.2s;
}
.anime-up.animated .frame-2 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: up-frame;
  animation-delay: 0.4s;
}
.anime-up.animated .frame-3 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: up-frame;
  animation-delay: 0.6s;
}
.anime-up.animated .frame-4 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: up-frame;
  animation-delay: 0.8s;
}
.anime-up.animated .frame-5 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: up-frame;
  animation-delay: 1s;
}

@keyframes up-frame {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime-triup.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: triup-frame;
  animation-delay: 0.2s;
}
.anime-triup.animated .frame-2 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: triup-frame;
  animation-delay: 0.4s;
}
.anime-triup.animated .frame-3 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: triup-frame;
  animation-delay: 0.6s;
}

.anime-triexup.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fade-frame;
}
.anime-triexup.animated .frame-2 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: triup-frame;
  animation-delay: 0.4s;
}
.anime-triexup.animated .frame-3 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: triup-frame;
  animation-delay: 0.6s;
}
.anime-triexup.animated .frame-4 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: triup-frame;
  animation-delay: 0.8s;
}

@keyframes triup-frame {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}
.anime-titledlists.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: titledlists-frame;
}
.anime-titledlists.animated .frame-2, .anime-titledlists.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: titledlists-frame-sub;
}
.anime-titledlists.animated .frame-2 {
  animation-delay: 0.4s;
}
.anime-titledlists.animated .frame-last {
  animation-delay: 0.6s;
}

@keyframes titledlists-frame {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes titledlists-frame-sub {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime-tridelay.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: tridelay-frame;
  animation-delay: 0.1s;
}
.anime-tridelay.animated .frame-2 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: tridelay-frame;
  animation-delay: 0.2s;
}
.anime-tridelay.animated .frame-3 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: tridelay-frame;
  animation-delay: 0.3s;
}
.anime-tridelay.animated .frame-4 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: tridelay-frame;
  animation-delay: 0.4s;
}
.anime-tridelay.animated .frame-5 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: tridelay-frame;
  animation-delay: 0.5s;
}
.anime-tridelay.animated .frame-6 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: tridelay-frame;
  animation-delay: 0.6s;
}
.anime-tridelay.animated .frame-7 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: tridelay-frame;
  animation-delay: 0.7s;
}
.anime-tridelay.animated .frame-8 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: tridelay-frame;
  animation-delay: 0.8s;
}
.anime-tridelay.animated .frame-9 {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: tridelay-frame;
  animation-delay: 0.9s;
}
.anime-tridelay.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: tridelay-frame-last;
  animation-delay: 1.25s;
}

@keyframes tridelay-frame {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tridelay-frame-last {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anime-premium.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 2.0s;
  animation-fill-mode: both;
  animation-name: premium-frame;
}
.anime-premium.animated .frame-2 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: premium-frame-last;
  animation-delay: 2.0s;
}
.anime-premium.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: premium-frame-last;
  animation-delay: 2.75s;
}

@keyframes premium-frame {
  0% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes premium-frame-last {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime-landing.animated .frame-caption {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: landing-frame;
}
.anime-landing.animated .frame-title {
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: landing-frame-title;
  animation-delay: 0.8s;
}
.anime-landing.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: landing-frame;
  animation-delay: 2.4s;
}
.anime-landing-plus.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: landing-frame;
  animation-delay: 0.1s;
}
.anime-landing-plus.animated .frame-2 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: landing-frame;
  animation-delay: 0.1s;
}

@keyframes landing-frame {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes landing-frame-title {
  0% {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes landing-frame-last {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anime-topics.animated .frame-1 {
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: topics-frame;
}
.anime-topics.animated .frame-last {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: topics-frame-last;
  animation-delay: 0.6s;
}

@keyframes topics-frame {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes topics-frame-last {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tickerHook {
    z-index: 0 !important;
}

.news-all-link {
    position: relative;
    float: right;
    top: 7px;
    font-size: 20px;
}

.news-all-link a {
    color: white!important;
    text-decoration: underline;
}