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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*========================================
common style
========================================*/
html {
  color: #000;
  font-size: 62.5% !important;
}

body {
  top: 0 !important;
  min-width: 768px;
  position: static;
  font-size: 1.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  letter-spacing: .07em;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

.contents-wrapper {
  padding-top: 76px;
}

.bread-crums + .contents-wrapper {
  padding-top: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #464646;
  text-decoration: none;
}
a:active {
  color: #464646;
}

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

select {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 1;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px solid #000;
}

input[type=password],
input[type=text],
textarea {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.header .search-area input, .header .search-area button, .header .search-area select, .header .search-area textarea {
  -webkit-appearance: none;
}
.header .search-area input, .header .search-area button, .header .search-area textarea, .header .search-area select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.google-none {
  min-height: 0 !important;
  top: 0 !important;
}

.skiptranslate {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

.topics {
  line-height: 1.4;
  background: #ffd800;
}
.topics .topics-inner {
  padding: 10px 0;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 1080px;
}
.topics .topics-inner a {
  text-decoration: underline;
}

.red {
  color: #e60012;
}

.blue {
  color: #357ae8;
}

.popup-btn1 {
  transition: opacity .3s ease-out 0s;
}
.popup-btn1:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}

/* .page-dir-home{
	.header-top{
		height: 75px!important;
		.login-btns{
			display: none!important;
		}
	}
} */
header.header {
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  z-index: 101;
  background: #fff;
  width: 100%;
  min-width: 840px;
}
header.header a {
  transition: opacity .3s ease-out 0s;
  text-decoration: none;
}
header.header a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}

.header-top {
  height: 75px;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.header-top .logo {
  width: 202px;
  height: 42px;
  float: left;
  margin-top: 17px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity .3s ease-out 0s;
  background: url(../images/logo-en-liveandondemand.gif) 0 0 no-repeat;
}
.header-top .logo:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.header-top .logo a {
  height: 100%;
  display: block;
}
.header-top .logo img {
  width: 100%;
  height: auto;
}
.header-top .login-btns {
  float: right;
  margin-right: 35px;
}
.header-top .login-btns li {
  float: left;
}
.header-top .sns-btns {
  float: right;
  margin-top: 20px;
}
.header-top .sns-btns a {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 30px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
.header-top .sns-btns a.facebook {
  background-image: url(../images/v2/btn_h_facebook.png);
}
.header-top .sns-btns a.twitter {
  background-image: url(../images/v2/btn_h_twitter.png);
}
.header-top .sns-btns a.njpw {
  background-image: url(../images/v2/btn_h_njpw.png);
}

.header-nav {
  float: right;
  text-align: right;
  letter-spacing: -.4em;
}
.header-nav > li {
  width: 75px;
  vertical-align: top;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
}
.header-nav > li .btn {
  transition: opacity .3s ease-out 0s;
  cursor: pointer;
  height: 75px;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 50px;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: .1em;
  background-repeat: no-repeat;
  background-position: 50% 19px;
}
.header-nav > li .btn:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.header-nav .search-nav {
  background-image: url(../images/v2/btn_search_off.png);
}
.header-nav .search-nav.active {
  color: #fff;
  background-color: #000;
  background-image: url(../images/v2/btn_search_on.png);
}
.header-nav .mypage-nav {
  background: url(../images/v2/btn_mypage_off.png) no-repeat;
}
.header-nav .menu-nav {
  background-image: url(../images/v2/btn_menu_off.png);
}
.header-nav .menu-nav.active {
  color: #fff;
  background-color: #000;
  background-image: url(../images/v2/btn_menu_on.png);
}
.header-nav .lang-btn {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50% !important;
  background-image: url(../images/v2/btn_lang_jp.png);
}
.header-nav .lang-btn.check {
  background-image: url(../images/v2/btn_lang_en.png);
}

.search-site-pages {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 10000;
}
.search-site-pages .search-area {
  position: relative;
  padding: 30px 30px 10px;
  background-color: rgba(0, 0, 0, 0.9);
}
.search-site-pages .form {
  position: relative;
  margin-bottom: 20px;
}
.search-site-pages .form .ac_container {
  width: 100% !important;
}
.search-site-pages .form .ac_result_area {
  width: auto !important;
  position: fixed !important;
}
.search-site-pages .form .ac_container {
  overflow: hidden;
  border-radius: 40px !important;
}
.search-site-pages #query {
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 40px;
  box-sizing: border-box;
  background-color: #fff;
}
.search-site-pages .search-close {
  padding: 10px 0;
}
.search-site-pages .search-close a {
  font-size: 1.4rem;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.search-site-pages .search-btn {
  position: absolute;
  width: 7%;
  height: 30%;
  background: url(../images/v2/nav-search.png) no-repeat;
  background-size: 18px;
  right: 7px;
  top: 7px;
}

.global-nemus {
  position: absolute;
  display: none;
  width: 100%;
  top: 75px;
  z-index: 10000;
}
.global-nemus .nav-menu-area {
  background: rgba(0, 0, 11, 0.9);
}
.global-nemus .nav-menu-area:after {
  display: block;
  content: '';
  clear: both;
}
.global-nemus .nav-menu-area li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.global-nemus .nav-menu-area li:nth-child(odd):last-child, .global-nemus .nav-menu-area li:nth-child(odd):nth-last-child(2) {
  border-bottom: none;
}
.global-nemus .nav-menu-area li:nth-child(even) {
  border-right: none;
}
.global-nemus .nav-menu-area li:nth-child(even):last-child {
  border-bottom: none;
}
.global-nemus .nav-menu-area li a {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  width: 100%;
  display: block;
  padding: 20px;
  box-sizing: border-box;
}
.global-nemus .nav-menu-area li a:after {
  position: absolute;
  content: '>';
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.global-nemus .nav-menu-100 {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #000;
  opacity: .9;
}
.global-nemus .nav-menu-100 a {
  color: #fff;
  padding: 20px;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  box-sizing: border-box;
}

.menu-en {
  display: none;
}

.footer {
  padding-bottom: 60px;
}
.footer .relation-links {
  padding: 15px 0 20px;
  background-color: #e7e7e7;
}
.footer .relation-links .small-title {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  padding: 0 4%;
  margin-bottom: 6.5217391304%;
}
.footer .relation-links .link {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.footer .relation-links .link li {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  width: calc(100% / 4);
}
.footer .relation-links .link li:last-child {
  padding-right: 0;
}
.footer .relation-links .link li a {
  text-indent: -9999px;
  display: block;
  padding-top: 11px;
  color: #000;
  letter-spacing: .2em;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  transition: opacity .3s ease-out 0s;
}
.footer .relation-links .link li a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.footer .relation-links .link li.twitter a {
  background-image: url("../images/v2/btn_h_twitter.png");
}
.footer .relation-links .link li.facebook a {
  background-image: url("../images/v2/btn_h_facebook.png");
}
.footer .relation-links .link li.instagram a {
  background-image: url("../images/v2/btn_h_instagram.png");
}
.footer .relation-links .link li.njpw a {
  background-image: url("../images/v2/btn_h_njpw.png");
}
.footer .footer-link {
  margin-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
}
.footer .footer-link .footer-link-list {
  max-width: 1080px;
  overflow: hidden;
  margin: 0 auto;
  padding: 32px 0 22px;
}
.footer .footer-link .footer-link-list li {
  float: left;
  font-weight: bold;
  margin-right: 24px;
  margin-bottom: 10px;
}
.footer .footer-link .footer-link-list li:last-child {
  margin-right: 0;
}
.footer .footer-link .footer-link-list li a {
  position: relative;
  color: #000;
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  padding-right: 24px;
  transition: opacity .3s ease-out 0s;
}
.footer .footer-link .footer-link-list li a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.footer .footer-link .footer-link-list li a:after {
  display: block;
  content: '>';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .footer-notes {
  margin-bottom: 48px;
}
.footer .footer-notes p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  text-align: center;
}
.footer .copyright {
  line-height: 1;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 28px;
}
.footer .bnr-jasrac {
  text-align: center;
}

.pagetop-btn {
  position: relative;
  width: 85px;
}
.pagetop-btn a {
  position: fixed;
  bottom: 70px;
  right: 20px;
  display: block;
  width: 12%;
  z-index: 10000;
}
.pagetop-btn a img {
  width: 100%;
  height: auto;
}

/*========================================
モジュール
========================================*/
.category-list {
  min-height: 100px;
  background: url("../images/v2/list_loading.gif") 50% 50% no-repeat;
}

.page-title1 {
  font-size: 1.9rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  letter-spacing: .1em;
  padding: 5px 0 5px 40px;
}
.page-title1:before {
  display: block;
  content: '';
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/v2/icn_arrow_down.png) 50% 50% no-repeat;
}
.page-title1 .more-btn {
  float: right;
  display: block;
  font-size: 1.6rem;
  position: relative;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .3s ease-out 0s;
}
.page-title1 .more-btn:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.page-title1 .more-btn:before {
  display: block;
  content: '';
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/v2/icn_arrow_right.png) 50% 50% no-repeat;
}
.page-title1.no-icon {
  padding-left: 4%;
}
.page-title1.no-icon:before {
  display: none;
}

.ttl-dotted {
  line-height: 1;
  padding: 24px 20px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  background-color: #efefef;
}

.thum-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.thum-list1 li {
  width: 208px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 208px;
          flex: 0 0 208px;
  margin: 15px 5px;
  transition: all .2s ease-out;
}
.thum-list1 li a, .thum-list1 li small {
  display: block;
}
.thum-list1 li img {
  max-width: 100%;
}
.thum-list1 li:hover {
  position: relative;
  z-index: 1000;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.thum-list1 li:nth-child(5n+1):hover {
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.thum-list1 li:nth-child(5n):hover {
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.thum-list1 li a .thum-title {
  position: relative;
  background-color: #000;
}
.thum-list1 li a .thum-title:after {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  top: 40%;
  width: 24px;
  height: 30px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/v2/icn_play.png) 0 0 no-repeat;
  transition: all .2s ease-out;
}
.thum-list1 li a .thum-title img, .thum-list1 li a .thum-title .title {
  transition: all .2s ease-out;
}
.thum-list1 li a .thum-title .title {
  position: absolute;
  padding: 0 10px 5px;
  color: #fff;
  line-height: 1.3;
  opacity: 0;
  bottom: -10px;
}
.thum-list1 li a:hover .thum-title:after {
  opacity: 1;
}
.thum-list1 li a:hover .thum-title img {
  opacity: .5;
}
.thum-list1 li a:hover .thum-title .title {
  bottom: 0;
  opacity: 1;
}
.thum-list1 li small {
  height: 20px;
  margin-top: 0px;
  text-align: center;
}
.thum-list1 li small.label-live, .thum-list1 li small.label-video, .thum-list1 li small.label-movie, .thum-list1 li small.label-free {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
.thum-list1 li small.label-live {
  background: url(../images/v2/lbl_live.png) 50% 50% no-repeat #fff000;
}
.thum-list1 li small.label-video, .thum-list1 li small.label-movie {
  background: url(../images/v2/lbl_video.png) 50% 50% no-repeat #dcdcdc;
}
.thum-list1 li small.label-free {
  background: url(../images/v2/lbl_free.png) 50% 50% no-repeat #D10021;
}
.thum-list1.size-a li {
  width: 287px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 287px;
          flex: 0 0 287px;
}

.tag-block {
  max-width: 1080px;
  margin: 0 auto 50px;
}
.tag-block .page-title1 {
  margin-bottom: 30px;
}

.tag-list .tag, .tag-list a {
  transition: opacity .3s ease-out 0s;
  margin: 0 7px 7px 0;
  padding: 7px 16px;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 30px;
  display: inline-block;
  background-color: #dddddd;
}
.tag-list .tag:hover, .tag-list a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}

.pager {
  padding: 18px 0;
  text-align: center;
  letter-spacing: -.4em;
  background-color: #c3c3c3;
}
.pager a, .pager span {
  line-height: 1;
  padding: 12px 10px;
  display: inline-block;
  letter-spacing: normal;
  background-color: #fff;
  border-right: 1px solid #c3c3c3;
  transition: opacity .3s ease-out 0s;
}
.pager a:hover, .pager span:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.pager a:last, .pager span:last {
  border-right: none;
}
.pager .active {
  opacity: .65;
}

.bread-crums {
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
}
.bread-crums p {
  max-width: 1080px;
  margin: 0 auto;
  padding: 22px 0;
}
.bread-crums p a {
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 10px;
  position: relative;
  padding-right: 20px;
  display: inline-block;
}
.bread-crums p a:last-child:after {
  display: none;
}
.bread-crums p a:after {
  position: absolute;
  display: block;
  content: '>';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-dir-p .second-header,
.page-dir-series .second-header,
.page-dir-search .second-header,
.page-dir-category .second-header,
.page-dir-c .second-header,
.page-dir-column .second-header,
.page-dir-feature .second-header,
.page-dir-pg .second-header {
  display: none;
}
.page-dir-p .contents-left,
.page-dir-series .contents-left,
.page-dir-search .contents-left,
.page-dir-category .contents-left,
.page-dir-c .contents-left,
.page-dir-column .contents-left,
.page-dir-feature .contents-left,
.page-dir-pg .contents-left {
  width: 100% !important;
}
.page-dir-p .ttl-caption,
.page-dir-series .ttl-caption,
.page-dir-search .ttl-caption,
.page-dir-category .ttl-caption,
.page-dir-c .ttl-caption,
.page-dir-column .ttl-caption,
.page-dir-feature .ttl-caption,
.page-dir-pg .ttl-caption {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 1.8rem;
  padding: 20px 0;
  line-height: 2rem;
}

.second-header {
  display: none;
}

.page-dir-series .contents-left {
  overflow: hidden;
}

.count-login-area {
  overflow: hidden;
  background-color: #d7d7d7;
}
.count-login-area .count-login-area-inner {
  height: 75px;
  max-width: 1080px;
  margin: 0 auto;
}
.count-login-area .counter-link {
  float: left;
  width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.count-login-area .counter-link .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  width: 400px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  padding: 10px 10px 10px 0;
  line-height: 1.4em;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.count-login-area .counter-link .count-down-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.count-login-area .counter-link .counter-link {
  padding: 8px 0;
  display: block;
  overflow: hidden;
}
.count-login-area .text-link {
  padding: 8px;
  display: none;
  float: left;
  height: 75px;
  width: 860px;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  transition: opacity .3s ease-out 0s;
}
.count-login-area .text-link:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.count-login-area .login-btns {
  float: right;
}

.login-btns {
  width: 220px;
}
.login-btns li {
  float: left;
  width: 110px;
}
.login-btns li a {
  height: 75px;
  display: block;
  font-size: 1.4rem;
  padding-top: 50px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 18px;
}
.login-btns li a.reg {
  color: #fff600;
  background-color: #000;
  background-image: url("../images/v2/icn_pen.png");
}
.login-btns li a.log {
  color: #fff;
  background-color: #484848;
  background-image: url("../images/v2/icn_login.png");
}

.new-ranking-block,
.thum-list-block {
  max-width: 1080px;
  margin: 30px auto 35px;
}
.new-ranking-block .page-title1,
.thum-list-block .page-title1 {
  margin-bottom: 15px;
}

.topic-list ul li {
  padding: 12px 0;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.topic-list ul li .inner {
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
}
.topic-list ul li a {
  transition: opacity .3s ease-out 0s;
}
.topic-list ul li a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.topic-list ul li a, .topic-list ul li p {
  width: 100%;
  display: table;
}
.topic-list ul li a .date, .topic-list ul li a .title, .topic-list ul li p .date, .topic-list ul li p .title {
  display: table-cell;
}
.topic-list ul li a .date, .topic-list ul li p .date {
  width: 150px;
}
.topic-list ul li .close-btn {
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  text-align: center;
  font-size: 1.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.top-main-slider {
  padding-top: 28px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.top-main-slider .slide-item {
  width: 797px;
  margin: 0 15px;
  text-align: center;
}

.auth-text-banner {
  margin-bottom: 50px;
  transition: opacity .3s ease-out 0s;
  background-color: #000000;
  text-align: center;
}
.auth-text-banner:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.auth-text-banner a {
  color: #ffd200;
  padding: 25px 0;
  font-size: 1.8rem;
  letter-spacing: .1em;
  display: inline-block;
  padding-right: 45px;
  background: url(../images/v2/btn_arrow_right_yellow.png) 100% 57% no-repeat;
}
.auth-text-banner a span {
  padding-left: 5px;
  font-size: 2.8rem;
}
.auth-text-banner.mb0 {
  margin-bottom: 0;
}

.change-tab-contents {
  position: relative;
}
.change-tab-contents .tab-list {
  top: -37px;
  left: 295px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
}
.change-tab-contents .tab-list .tab {
  float: left;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding-right: 26px;
  margin-right: 60px;
  position: relative;
  transition: all .3s ease-out;
}
.change-tab-contents .tab-list .tab:before {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: url(../images/v2/icn_arrow_right.png) 0 0 no-repeat;
  transition: all .3s ease-out;
}
.change-tab-contents .tab-list .tab.active {
  opacity: .3;
}
.change-tab-contents .tab-list .tab.active:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.change-tab-contents .tab-contents .tab-contents-item {
  display: none;
}
.change-tab-contents .tab-contents .tab-contents-item:first-child {
  display: block;
}
.change-tab-contents .tab-contents .tab-contents-item.daily, .change-tab-contents .tab-contents .tab-contents-item.weekly {
  min-height: 100px;
  background: url("../images/v2/list_loading.gif") 50% 50% no-repeat;
}
.change-tab-contents .tab-contents .tab-contents-item.daily ul li a, .change-tab-contents .tab-contents .tab-contents-item.weekly ul li a {
  position: relative;
}
.change-tab-contents .tab-contents .tab-contents-item.daily ul li a .icon-ranking, .change-tab-contents .tab-contents .tab-contents-item.weekly ul li a .icon-ranking {
  font-family: Helvetica;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 18px;
  border-radius: 18px;
  padding: 3px 10px 2px 10px;
  font-size: 1.8rem;
  background: #786804;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #786804 0%, #9f832c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10;
}

/*----- /pg -----*/
.fourth-movie-box {
  max-width: 1080px;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
}
.fourth-movie-box a {
  transition: opacity .3s ease-out 0s;
}
.fourth-movie-box a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.fourth-movie-box .movieArea {
  float: left;
  width: 300px;
}
.fourth-movie-box .movieArea img {
  width: 100%;
}
.fourth-movie-box dl {
  overflow: hidden;
}
.fourth-movie-box dl dt {
  font-size: 18px;
  margin: 0 0 5px;
  padding: 10px 0 10px 40px;
}
.fourth-movie-box dl dd {
  margin: 0;
  padding: 0 0 10px 40px;
}
.fourth-movie-box .btn-mymovie {
  float: right;
  margin: 0;
}
.fourth-movie-box .movie-date {
  float: left;
  padding: 5px 0 0;
  font-weight: bold;
}
.fourth-movie-box .movie-ttl {
  font-size: 1.8rem;
  margin: 0 0 5px;
  padding: 0 0 10px 0;
  font-weight: bold;
  letter-spacing: .2em;
}
.fourth-movie-box .movie-ttl a {
  text-decoration: underline;
}
.fourth-movie-box .movie-ttl .i-free {
  width: 60px !important;
  height: 20px !important;
  background-color: #d10022;
  position: relative;
}
.fourth-movie-box .movie-ttl .i-free:after {
  color: #fff;
  position: absolute;
  display: block;
  content: 'FREE';
  width: 100%;
  line-height: 20px;
  font-size: 1.2rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: .2em;
}
.fourth-movie-box .movie-info {
  font-size: 1.8;
  line-height: 1.5;
  font-weight: bold;
  padding-top: 30px;
  padding-right: 10px;
  margin-left: 335px;
}

/*----- /p -----*/
.article-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.article-item .movie-box {
  max-width: 1080px;
  margin: 0 auto;
}
.article-item .movie-box .movie-box-inner {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.article-item .movie-box .movie-box-inner a {
  background: url(/1/images/movie_start.png) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.article-item .movie-box .movie-box-inner .chromecast-btn {
  position: absolute;
  width: 62px;
  height: 62px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  right: 15px;
  bottom: 15px;
  background: url(../images/v2/icn_chromecast.png) 0 0 no-repeat;
}
.article-item .movie-box iframe, .article-item .movie-box video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.article-item .movie-box img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.article-item .movie-bottom {
  background-color: #e7e7e7;
}
.article-item .movie-bottom .sns-quality-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
}
.article-item .movie-bottom .sns-quality-btns .btn {
  width: 25%;
  color: #fff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: opacity .3s ease-out 0s;
}
.article-item .movie-bottom .sns-quality-btns .btn:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.article-item .movie-bottom .sns-quality-btns .btn span {
  font-size: 1.9rem;
  padding-left: 60px;
  display: inline-block;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.article-item .movie-bottom .sns-quality-btns .btn.twitter {
  background-color: #14aeda;
}
.article-item .movie-bottom .sns-quality-btns .btn.twitter span {
  padding: 7px 0 7px 60px;
  background-image: url(../images/v2/icn_twitter.png);
}
.article-item .movie-bottom .sns-quality-btns .btn.facebook {
  background-color: #0f54a2;
}
.article-item .movie-bottom .sns-quality-btns .btn.facebook span {
  padding: 7px 0 7px 60px;
  background-image: url(../images/v2/icn_facebook.png);
}
.article-item .movie-bottom .sns-quality-btns .btn.high {
  background-color: #252525;
}
.article-item .movie-bottom .sns-quality-btns .btn.high span {
  padding: 7px 0 7px 60px;
  background-image: url(../images/v2/icn_high_quality.png);
}
.article-item .movie-bottom .sns-quality-btns .btn.low {
  background-color: #484848;
}
.article-item .movie-bottom .sns-quality-btns .btn.low span {
  padding: 7px 0 7px 60px;
  background-image: url(../images/v2/icn_low_quality.png);
}
.article-item .article-title {
  max-width: 1080px;
  margin: 0 auto;
  line-height: 1.4em;
  padding: 32px 0;
  font-size: 2.2rem;
  letter-spacing: .1em;
  margin-bottom: 36px;
}
.article-item .post-comment {
  line-height: 2;
  max-width: 1080px;
  margin: 0 auto 50px;
}
.article-item .post-comment a {
  text-decoration: underline;
}
.article-item .dl-chromecast-app {
  max-width: 1080px;
  margin: 0 auto 36px;
}
.article-item .dl-chromecast-app a {
  color: #B3424A;
  text-decoration: underline;
}

.np-pagination {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -.4em;
}
.np-pagination a {
  width: 33.3%;
  color: #fff;
  letter-spacing: .1em;
  display: inline-block;
  line-height: 60px;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  transition: opacity .3s ease-out 0s;
}
.np-pagination a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.np-pagination a:before {
  display: block;
  content: '';
  position: absolute;
  width: 9px;
  height: 13px;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.np-pagination a.btn-prev {
  background-color: #484848;
}
.np-pagination a.btn-prev:before {
  left: 30px;
  background-image: url(../images/v2/icn_arrow_white_left.png);
}
.np-pagination a.btn-next {
  background-color: #5b5b5b;
}
.np-pagination a.btn-next:before {
  right: 30px;
  background-image: url(../images/v2/icn_arrow_white_right.png);
}
.np-pagination a.btn-list {
  background-color: #000;
}

.attention {
  letter-spacing: .2em;
  max-width: 1080px;
  margin: 0 auto 36px;
}
.attention p {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

.cant-play {
  margin: 20px auto;
  color: #e60012;
  max-width: 1080px;
}

/*----- /lp -----*/
.page-dir-lp .ttl-dotted {
  display: none;
}
.page-dir-lp .article-item {
  padding-top: 21px;
  position: relative;
}

.page-dir-lp .second-header {
  line-height: 1;
  padding: 24px 20px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  background-color: #efefef;
}

.post-content-aside {
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto 36px;
}
.post-content-aside .block-left {
  float: left;
  max-width: 720px;
}
.post-content-aside .block-right {
  float: right;
  width: 300px;
}

.status-link-list li {
  margin-bottom: 16px;
}
.status-link-list li a {
  text-decoration: underline;
}
.status-link-list .cant-play a {
  color: #e60012;
  font-weight: bold;
}

#twitter-widet {
  overflow: hidden;
  height: 0;
  position: relative;
}
#twitter-widet iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#twitter-widet a.twitter-timeline {
  opacity: 0;
}

.movie-box-inner.tl-active {
  width: calc(100% - 190px);
}

.movie-box.is-twitter {
  position: relative;
}
.movie-box.is-twitter .twitter-timeline {
  width: 190px;
  position: absolute;
  top: -21px;
  right: 0;
  height: 0;
  padding-bottom: 58%;
  overflow: hidden;
}
.movie-box.is-twitter .twitter-timeline .twitter-toggle-btn {
  cursor: pointer;
}
.movie-box.is-twitter .twitter-timeline .twitter-toggle-btn span {
  display: block;
  padding: 5px 10px;
  background-color: #dcdcdc;
  position: relative;
  font-size: 1.1rem;
}
.movie-box.is-twitter .twitter-timeline .twitter-toggle-btn span:after {
  display: block;
  content: '';
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/v2/icn_arrow_bottom.png) 50% 50% no-repeat;
}
.movie-box.is-twitter .twitter-timeline .twitter-toggle-btn #closelabel:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/*----- /search -----*/
.sort-box {
  max-width: 1080px;
  margin: 20px auto 40px;
}
.sort-box > p {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.sort-box > select {
  margin-bottom: 15px;
}

.second-movie-box {
  max-width: 1080px;
  margin: 40px auto 50px;
  overflow: hidden;
  letter-spacing: -.4em;
}
.second-movie-box a {
  transition: opacity .3s ease-out 0s;
}
.second-movie-box a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.second-movie-box .movieArea {
  display: inline-block;
  letter-spacing: normal;
  width: 31.4814814815%;
  margin-bottom: 30px;
  vertical-align: top;
  margin-right: 2.7777777778%;
}
.second-movie-box .movieArea:nth-child(3n+3) {
  margin-right: 0;
}
.second-movie-box .movieArea > a img {
  width: 100%;
}
.second-movie-box .movieArea dl dt {
  height: 20px;
  margin-top: 1px;
  text-align: center;
}
.second-movie-box .movieArea dl dt.i-movie, .second-movie-box .movieArea dl dt.i-live, .second-movie-box .movieArea dl dt.i-free {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
.second-movie-box .movieArea dl dt.i-live {
  background: url(../images/v2/lbl_live.png) 50% 50% no-repeat #fff000;
}
.second-movie-box .movieArea dl dt.i-movie {
  background: url(../images/v2/lbl_video.png) 50% 50% no-repeat #dcdcdc;
}
.second-movie-box .movieArea dl dt.i-free {
  background: url(../images/v2/lbl_free.png) 50% 50% no-repeat #D10021;
}
.second-movie-box .movieArea dl dd {
  line-height: 1.6;
  padding-top: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}

/*----- /category -----*/
.fifth-movie-box {
  max-width: 1080px;
  margin: 0 auto 50px;
  overflow: hidden;
  letter-spacing: -.4em;
}
.fifth-movie-box .movieArea {
  display: inline-block;
  letter-spacing: normal;
  width: 31.4814814815%;
  margin-bottom: 30px;
  vertical-align: top;
  margin-right: 2.7777777778%;
}
.fifth-movie-box .movieArea:nth-child(3n+3) {
  margin-right: 0;
}
.fifth-movie-box a p {
  line-height: 1.6;
  padding-top: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}

.page-dir-c .ttl-caption {
  line-height: 2;
  max-width: 1080px;
  margin: 30px auto;
}
.page-dir-c .list-mv {
  display: block;
  margin: 0 auto 30px;
}
.page-dir-c .fourth-movie-box .prg_ul {
  margin-bottom: 30px;
  display: table;
}
.page-dir-c .fourth-movie-box .prg_ul li {
  line-height: 1.5;
  font-size: 1.4rem;
  display: table-row;
}
.page-dir-c .fourth-movie-box .prg_ul li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}
.page-dir-c .fourth-movie-box .prg_ul li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}

/*----- /column -----*/
.page-dir-column .ttl-dotted {
  margin-bottom: 30px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
  display: none !important;
}

.column-list .text-box {
  max-width: 1080px;
  margin: 0 auto 30px;
  border-bottom: 1px dotted #d1d1d1;
}
.column-list .text-box .movieArea img {
  width: 120px;
  height: 120px;
}
.column-list .text-box .movieArea .img-caption {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
}
.column-list .text-box .movieArea > a {
  float: left;
}
.column-list .text-box a {
  transition: opacity .3s ease-out 0s;
}
.column-list .text-box a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.column-list .text-box .movie-info {
  margin-left: 150px;
  position: relative;
}
.column-list .text-box .movie-info .author-date {
  position: absolute;
  top: 0;
  right: 0;
}
.column-list .text-box .movie-info .author-date .author-img {
  width: 25px;
  height: 25px;
}
.column-list .text-box .movie-info .author-date .author-name {
  font-size: 14px;
  display: inline;
}
.column-list .text-box .movie-info br {
  display: none;
}
.column-list .text-box .movie-info .movie-date {
  margin: 0 0 15px 0;
}
.column-list .text-box .movie-info .movie-date p {
  font-size: 1.5rem;
  background: url(../images/text_icon.gif) no-repeat left top;
  padding: 4px 0 4px 40px;
  font-weight: bold;
}
.column-list .text-box .movie-info .text-ttl {
  font-size: 18px;
  margin: 0 0 5px;
  padding: 0 0 10px 0;
  line-height: 1.6;
}

.text-content .post-ttl {
  line-height: 1;
  padding: 24px 20px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  background-color: #efefef;
}
.text-content .post-date {
  margin: 15px auto;
  text-align: right;
  max-width: 1080px;
}
.text-content .sentences {
  line-height: 2;
  margin: 0 auto;
  margin-bottom: 1em;
  max-width: 1080px;
}
.text-content img {
  display: block;
  margin: 20px auto;
}
.text-content .sns-btn {
  margin: 0 auto;
  text-align: right;
  margin-bottom: 20px;
  max-width: 1080px;
}
.text-content h2 {
  margin: .8em 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5em;
}
.text-content ul li {
  width: 206px;
  display: inline-block;
  margin: 0 0 20px 0;
  line-height: 1.5em;
  vertical-align: top;
}
.text-content ul li img {
  width: 100%;
  display: block;
  margin: 0 0 5px;
  vertical-align: bottom;
}
.text-content ul.mymovie-btn {
  float: right;
  margin-bottom: 5px;
}
.text-content ul.mymovie-btn li {
  text-align: right;
  margin-bottom: 0px !important;
}

.report-box2 {
  padding: 30px;
  line-height: 2;
  background: #eaeaea;
  max-width: 1080px;
  margin: 0 auto 30px;
}
.report-box2 .author-img-big {
  width: 98px;
  height: 98px;
  float: left;
}
.report-box2 dl {
  margin: 0 auto;
  overflow: hidden;
  margin-left: 130px;
}
.report-box2 dl dt {
  line-height: 1;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.report-box2 dl dd {
  font-size: 14px;
  margin-bottom: 20px;
}

/*----- /series -----*/
.third-movie-box {
  max-width: 1080px;
  margin: 0 auto 50px;
}
.third-movie-box .movieArea {
  float: left;
  width: 335px;
  z-index: 3;
  position: relative;
}
.third-movie-box .movieArea img {
  width: 100%;
}
.third-movie-box dl {
  margin-left: 335px;
  letter-spacing: .2em;
}
.third-movie-box dl dt {
  padding: 25px 40px;
  font-size: 1.9rem;
  font-weight: bold;
  background-color: #efefef;
  position: relative;
}
.third-movie-box dl dt a {
  transition: opacity .3s ease-out 0s;
}
.third-movie-box dl dt a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.third-movie-box dl dt p, .third-movie-box dl dt a {
  display: block;
  z-index: 2;
  position: relative;
}
.third-movie-box dl dt:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 3000px;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #efefef;
}
.third-movie-box dl dd {
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.8rem;
  padding: 16px 0 16px 40px;
}
.third-movie-box dl dd a {
  display: block;
  position: relative;
  padding-right: 40px;
  transition: opacity .3s ease-out 0s;
}
.third-movie-box dl dd a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.third-movie-box dl dd a:before {
  display: block;
  content: '';
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/v2/icn_arrow_right.png) 50% 50% no-repeat;
}

/*----- /about -----*/
.page-dir-about .btn-type1 {
  text-align: center;
}
.page-dir-about .btn-type1 a {
  color: #000;
  font-size: 1.8rem;
  letter-spacing: .08em;
  padding: 20px 45px 20px 35px;
  font-weight: bold;
  display: inline-block;
  background-color: #ba9f62;
  position: relative;
  transition: opacity .3s ease-out 0s;
}
.page-dir-about .btn-type1 a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.page-dir-about .btn-type1 a:before {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 16px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/v2/icn_arrow_right.png) 0 0 no-repeat;
}
.page-dir-about .btn-type1.color-g a {
  color: #fff;
  background-color: #5b5b5b;
}
.page-dir-about .btn-type1.color-g a:before {
  background: url(../images/v2/icn_arrow_white_right.png) 0 0 no-repeat;
}
.page-dir-about .page-header {
  position: relative;
}
.page-dir-about .page-header .header-img {
  height: 758px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/v2/about/header_img.jpg) 50% 0 no-repeat;
}
.page-dir-about .page-header .auth-text-banner {
  width: 100%;
  left: 0;
  bottom: 20px;
  line-height: 1.2;
  position: absolute;
  margin-bottom: 0;
}
.page-dir-about .content-block {
  color: #fff;
  padding: 0 30px 44px;
  background-color: #000;
  background-position: 50%;
  background-repeat: no-repeat;
}
.page-dir-about .content-block .block-title {
  line-height: 1.4;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 76px;
  padding-top: 108px;
}
.page-dir-about .content-block .notes {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 36px;
}
.page-dir-about .content-block .cnt-img {
  display: block;
  max-width: 100%;
  margin: 15px auto 60px;
}
.page-dir-about .content-block.num1 {
  height: 390px;
  background-image: url(../images/v2/about/cnt1_bg.jpg);
}
.page-dir-about .content-block.num2 {
  height: 693px;
  background-image: url(../images/v2/about/cnt2_bg.jpg);
}
.page-dir-about .content-block.num3 {
  height: 693px;
  background-image: url(../images/v2/about/cnt3_bg.jpg);
}
.page-dir-about .content-block.num3 .cnt-img {
  display: block;
  margin: 15px auto 24px;
}
.page-dir-about .content-block4 {
  max-width: 1080px;
  margin: 30px auto;
  background: url(../images/v2/about/cnt4_img.jpg) 0 0 no-repeat;
  background-size: contain;
}
.page-dir-about .content-block4 .notes {
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

/*----- /feature/schedule -----*/
.p7-b {
  width: 100% !important;
}

.page-dir-feature .contents-left.schedule {
  margin: 0 auto;
  padding-top: 20px;
  max-width: 1080px;
  width: auto !important;
}

.schedule-box {
  max-width: 1080px;
  margin: 0 auto;
}
.schedule-box .post-ttl {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d1d1d1;
}

#tabBox #tab {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
#tabBox #tab li {
  width: 50%;
  text-align: center;
  display: table-cell;
}
#tabBox #tab li a {
  color: #fff;
  font-size: 2rem;
  display: block;
  padding: 20px 10px;
  opacity: .7;
}
#tabBox #tab li:first-child {
  background-color: #484848;
}
#tabBox #tab li:last-child {
  background-color: #5b5b5b;
}
#tabBox #tab li.selected {
  position: relative;
}
#tabBox #tab li.selected a {
  opacity: 1;
}
#tabBox #tab li.selected:before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 6px solid #fff;
}

.schedule-table {
  width: 100%;
  margin-bottom: 50px;
  border: solid 1px #ccc;
}
.schedule-table td {
  padding: 10px;
  line-height: 1.5;
  text-align: center;
  border: solid 1px #ccc;
}
.schedule-table td .tdbig {
  color: #e60012;
}
.schedule-table .td1 {
  width: 10%;
  background: #e5e5e5;
  text-align: center;
}
.schedule-table .td2 {
  width: 22%;
  background: #e5e5e5;
  text-align: center;
}

.sh_alert {
  color: #999;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.btn_round {
  display: inline-block;
  border-radius: 25px;
  border: 2px solid #ba9f62;
  color: #ba9f62;
  padding: 3px 10px 1px 10px;
  margin: 3px 1px 0px 1px;
}

.btn_round:hover {
  color: #d8bd80;
  border: 2px solid #d8bd80;
}

.clickable {
  cursor: pointer;
}
.clickable:hover {
  background-color: #ffecf0;
}

/*----- /feature/all -----*/
.all-movie-box-wrapper {
  margin: 0 auto;
  max-width: 1080px;
}

.all-movie-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-movie-box .movie-imgbox1, .all-movie-box .movie-imgbox2 {
  position: relative;
  width: 33.3%;
  display: table-cell;
}
.all-movie-box .movie-imgbox1 {
  background-color: #eaeaea;
}
.all-movie-box .movie-imgbox2 {
  background-color: #dddddd;
}
.all-movie-box .movie-imgbox1 a, .all-movie-box .movie-imgbox2 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.all-movie-box .movie-imgbox1 a:hover, .all-movie-box .movie-imgbox2 a:hover {
  background-color: #FFF;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.all-movie-box .movie-txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 24px 15px;
}
.all-movie-box img {
  width: 100%;
}

/*----- /tag -----*/
.tagbtn-box {
  max-width: 1080px;
  margin: 0 auto 30px;
}
.tagbtn-box .tab {
  overflow: hidden;
  border-bottom: 1px dotted #d1d1d1;
}
.tagbtn-box .tab li {
  float: left;
  cursor: pointer;
  padding: 12px 7px 12px 30px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #E7D4AA;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  margin-right: 3px;
}
.tagbtn-box #tag-man2,
.tagbtn-box #tag-year2,
.tagbtn-box #tag-box2,
.tagbtn-box #tag-other2,
.tagbtn-box #tag-all2 {
  width: 100px;
}
.tagbtn-box #tag-mic2,
.tagbtn-box #tag-champ2 {
  width: 150px;
}
.tagbtn-box #tag-box2 {
  background-image: url(../images/tag_box.png);
}
.tagbtn-box #tag-mic2 {
  background-image: url(../images/tag_mic.png);
}
.tagbtn-box #tag-man2 {
  background-image: url(../images/tag_man.png);
}
.tagbtn-box #tag-champ2 {
  background-image: url(../images/tag_champ.png);
}
.tagbtn-box #tag-year2 {
  background-image: url(../images/tag_year.png);
}
.tagbtn-box #tag-other2 {
  background-image: url(../images/tag_other.png);
}
.tagbtn-box #tag-all2 {
  background-image: url(../images/tag_all.png);
}
.tagbtn-box .content {
  padding: 20px 0;
  overflow: hidden;
}
.tagbtn-box .content li {
  display: inline;
  float: left;
  margin: 0 27px 0 0;
  padding: 0 0 0 20px;
  line-height: 3;
  background: url(../images/icon_tag.gif) no-repeat 0px center;
}
.tagbtn-box .hide {
  display: none;
}
.tagbtn-box .select {
  background-color: #d6ab67 !important;
}

.tagbtn-box .content li {
  background: no-repeat scroll 0 center rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  line-height: 2.5em !important;
}
.tagbtn-box .content li p {
  display: inline-block;
  /*no-wrap: inherit;*/
  /*white-space: nowrap;*/
  margin: 0 15px 0 0;
  padding: 6px 4px 5px 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #454545;
  line-height: 1em;
  background: url(../images/icon_tag.png) #e3e3e3 no-repeat 5px 6px;
}
.tagbtn-box .content li p:hover {
  background-color: #FCCECE;
}
.tagbtn-box .content li p a {
  text-decoration: none;
  color: #454545;
}
.tagbtn-box .content li p a:hover {
  color: #454545 !important;
}

.tag_list ul .t_h1 {
  float: left;
  background: url(../images/t_h1.png) no-repeat 0 0;
  width: 103px;
  height: 32px;
  margin: 12px 0px 12px 10px;
}

.tag-btn a {
  padding: 5px 20px;
}

.tag-box, .tag-mic, .tag-man, .tag-champ, .tag-year, .tag-other, .tag-all {
  max-width: none;
  padding: 5px 10px 5px 23px;
}

.p_count {
  display: inline-block !important;
  background: #FFF;
  border: 2px solid #BEBEC3;
  height: 20px;
  margin-top: 0px;
  min-width: 29px;
  text-align: center;
  line-height: 0.9em;
  padding: 4px 2px 0 2px;
  margin-left: 5px;
  font-size: 11px;
  border-radius: 15px;
}

.kana_list {
  padding-top: 20px;
}
.kana_list .sort_txt {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  clear: both;
  background-color: #E7D4AA;
}

/*----- /feature/news -----*/
.news-list {
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 50px;
  max-width: 1080px;
}
.news-list .news-item {
  border-bottom: 1px solid #e5e5e5;
}
.news-list .news-item:nth-child(odd) {
  background-color: #f2f2f2;
}
.news-list .news-item a {
  font-size: 1.2rem;
  text-decoration: underline;
  transition: opacity .3s ease-out 0s;
}
.news-list .news-item a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.news-list .news-item a, .news-list .news-item .text {
  display: block;
  padding: 16px 20px;
}
.news-list .news-item a .date, .news-list .news-item .text .date {
  display: block;
  margin-bottom: 10px;
}
.news-list .news-item a .title, .news-list .news-item .text .title {
  line-height: 1.3;
  font-size: 1.4rem;
}

/*----- /moepro -----*/
.moepro-wrapper {
  max-width: 1080px;
  min-width: 804px;
  margin: 0 auto;
  background: url(/imagecache/8/35/2/0/0/0/1/0?r=1859832397);
}

.moepro-title {
  width: 804px;
  height: 421px;
  margin: 0 auto;
  background: url(/imagecache/8/35/6/0/0/0/1/0?r=64163489);
}

.second-header.moepro_header span {
  padding-left: 180px;
  background: url(/imagecache/8/35/5/0/0/0/1/0?r=525730666) 0 50% no-repeat;
}

.moepro-title h2, .moepro-title h3 {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.moepro-btn-01 {
  width: 464px;
  height: 40px;
  margin: 312px 0 0 310px;
}

.moepro-free-ttl {
  width: 804px;
  margin: 20px auto 0;
}

.moepro-free {
  width: 804px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  background: #fff;
  display: table;
  border-bottom: 10px solid #ea6182;
}

.moepro-free-1 {
  width: 300px;
  padding: 0 0 30px 30px;
  display: table-cell;
  vertical-align: top;
}

.moepro-free-2 {
  width: 140px;
  padding: 0 0 30px 0;
  border-right: 3px solid #ea6182;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.moepro-free-3 {
  width: 350px;
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
}

.moepro-free p {
  font-size: 15px;
  margin: 20px 0;
}

.moepro-free-1 h3 {
  width: 216px;
  height: 26px;
  background: url(/imagecache/8/35/8/0/0/0/1/0?r=241389648) no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.moepro-free-3 h3 {
  width: 148px;
  height: 26px;
  background: url(/imagecache/8/35/11/0/0/0/1/0?r=722167096) no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.moepro-free-3 dl {
  clear: both;
  overflow: auto;
}
.moepro-free-3 dt {
  width: 185px;
  clear: both;
  float: left;
  margin: 20px 0 0;
  padding-right: 20px;
}
.moepro-free-3 dd {
  padding: 16px 0px 0px 0px;
  margin-left: 185px;
  font-size: 13px;
  line-height: 20px;
}

.moepro-touroku {
  width: 804px;
  height: 74px;
  background: url(/imagecache/8/35/13/0/0/0/1/0?r=1550953582) no-repeat;
  margin: 20px auto;
}

.moepro-btn-02 {
  width: 264px;
  height: 40px;
  margin: 17px 0 0 500px;
}

.moepro-tokucho {
  max-width: 804px;
  margin: 0 auto;
}

.moepro-tokucho-1 {
  width: 170px;
  margin: 0;
  float: left;
}

.moepro-tokucho-2 {
  width: 583px;
  height: 242px;
  margin: 0 30px 0 0;
  float: right;
  background: url(/imagecache/8/35/16/0/0/0/1/0?r=528661336) no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.moepro-tokucho-1 img {
  width: 100%;
}

.moepro-tokucho h3 {
  margin: 35px auto;
  width: 562px;
  height: 39px;
  background: url(/imagecache/8/35/15/0/0/0/1/0?r=1638409312) no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.moepro-beginner-ttl {
  max-width: 960px;
  margin: 20px auto 0;
}
.moepro-beginner-ttl img {
  width: 100%;
}

.moepro-beginner {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0 0px 0;
  background: #fff;
  display: table;
  border-bottom: 10px solid #ea6182;
}

.moepro-beginner-1 {
  width: 320px;
  height: 398px;
  padding: 0 0 30px 30px;
  display: table-cell;
  vertical-align: top;
  background: url(/imagecache/8/35/18/0/0/0/1/0?r=1136793929) 50% 0 no-repeat;
}

.moepro-beginner-2 {
  width: 320px;
  height: 398px;
  padding: 0 0 30px 30px;
  display: table-cell;
  vertical-align: top;
  background: url(/imagecache/8/35/19/0/0/0/1/0?r=2025261753) 50% 0 no-repeat;
}

.moepro-beginner-3 {
  width: 320px;
  height: 398px;
  padding: 0 0 30px 30px;
  display: table-cell;
  vertical-align: top;
  background: url(/imagecache/8/35/20/0/0/0/1/0?r=296650954) 50% 0 no-repeat;
}

.moepro-beginner p {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: 100px;
}

.moepro-about-head {
  width: 804px;
  height: 24px;
  margin: 40px auto 0;
  background: url(/imagecache/8/35/27/0/0/0/1/0?r=954749990) 50% 0 no-repeat;
}

.moepro-about-bottom {
  width: 804px;
  height: 24px;
  margin: 0 auto 20px;
  background: url(/imagecache/8/35/28/0/0/0/1/0?r=338855003) 50% 0 no-repeat;
}

.moepro-about {
  width: 804px;
  margin: 0 auto;
  background: #fff;
}

.moepro-about-1 {
  width: 245px;
  min-height: 56px;
  margin: 0;
  float: left;
  background: url(/imagecache/8/35/21/0/0/0/1/0?r=1891742951) 25px 0 no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.moepro-about-2 {
  width: 550px;
  min-height: 147px;
  margin: 0;
  float: right;
}

.moepro-about-book {
  width: 750px;
  margin: 30px auto 0;
  background: url(/imagecache/8/35/23/0/0/0/1/0?r=1699056456) 0 20px no-repeat;
  border-top: 2px solid #000;
}
.moepro-about-book h3 {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.book-1 {
  float: left;
  margin: 0 10px 0 0;
}

.moepro-about-book-1 {
  float: right;
  width: 245px;
  margin: 0 0 0 10px;
}
.moepro-about-book-1 p {
  margin: 0 0 10px 0;
}

/*----- /guide -----*/
.guide-navi {
  margin: 30px auto;
  max-width: 1080px;
}
.guide-navi .guide-navi-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guide-navi .guide-navi-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  border-right: 1px solid #fff;
}
.guide-navi .guide-navi-list li a {
  padding: 15px;
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  transition: opacity .3s ease-out 0s;
  background: url(../images/v2/icn_arrow_right.png) 92% 50% no-repeat #e3e3e3;
}
.guide-navi .guide-navi-list li a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.guide-navi .guide-navi-list li:last-child {
  border-right: none;
}

.guide-box {
  margin: 0 auto 50px;
  max-width: 1080px;
}
.guide-box .post-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: .2em;
}
.guide-box a {
  text-decoration: underline;
}
.guide-box p {
  line-height: 2;
  margin-bottom: 1em;
}
.guide-box .btn_sample {
  display: block;
  text-align: center;
  margin: 40px auto 40px;
  width: 236px;
}
.guide-box .guide-subttl {
  background: #e5e5e5;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
}
.guide-box .pay-list {
  margin: 30px 0 0 10px;
}
.guide-box .pay-list li {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  min-height: 19px;
  background: url(../images/giude_arw.gif) no-repeat 0px top;
}
.guide-box .step-list {
  margin: 30px 0 0 0;
}
.guide-box .step-list li {
  margin: 0 0 20px 0;
  padding: 10px 0 0 120px;
  min-height: 51px;
}
.guide-box .step-list .list1 {
  background: url(../images/giude02_01.gif) no-repeat 0px top;
}
.guide-box .step-list .list2 {
  background: url(../images/giude02_02.gif) no-repeat 0px top;
}
.guide-box .step-list .list3 {
  background: url(../images/giude02_03.gif) no-repeat 0px top;
}
.guide-box .step-list .list4 {
  background: url(../images/giude02_04.gif) no-repeat 0px top;
}
.guide-box table {
  margin: 20px 0 20px 0;
  width: 100%;
  border: solid 1px #cccccc;
}
.guide-box table td {
  padding: 10px;
  border: solid 1px #cccccc;
}
.guide-box table .td-ttl {
  width: 20%;
  background: #e5e5e5;
  text-align: center;
}
.guide-box table .sevice-list-ttl {
  width: 50%;
  background: #e5e5e5;
  text-align: center;
}

/*----- /faq -----*/
.faq-article {
  border: 2px black solid;
  padding: 1em;
  display: block;
  margin-bottom: 1em;
}
.faq-article .a-box {
  display: none;
}
.faq-article .q-box {
  width: 100%;
  cursor: pointer;
}
.faq-article .q-box:hover {
  color: #ccc;
}
.faq-article .q-box:before {
  content: "+";
  display: inline-block;
  width: 1em;
}

.active .q-box:before {
  content: "-";
}

.faq-en {
  display: none;
}

.faq-box {
  max-width: 1080px;
  margin: 30px auto 50px;
}
.faq-box .post-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 40px 0 20px;
  letter-spacing: .2em;
}
.faq-box .a-box {
  width: auto;
  float: none;
  border: none;
  overflow: hidden;
  margin: 0;
  line-height: 1.5;
  padding: 1em 1em 0 1em;
}
.faq-box .q-box {
  min-height: inherit;
  background: none;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.faq-box p a {
  text-decoration: underline;
}

/*----- /termsbasic -----*/
.privacy-box {
  max-width: 1080px;
  margin: 30px auto 50px;
}
.privacy-box .guide-subttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 10px;
  background: #e3e3e3;
  padding: 10px;
}
.privacy-box p {
  line-height: 2;
  margin-bottom: 1em;
}

.privacy-list li {
  margin: 0 0 10px 20px;
  padding: 0 0 0;
  list-style-type: decimal !important;
}

.list-item3 li {
  margin-bottom: 3px;
}

.privacy-list {
  margin: 10px 0 0 10px;
}

/*----- /inquiry -----*/
.page-dir-inquiry .ttl-dotted {
  padding: 0;
  text-align: left;
  background: none;
  margin-bottom: 30px;
}

.auth-wrap4 {
  max-width: 1080px;
  margin: 30px auto 50px;
}
.auth-wrap4 a {
  text-decoration: underline;
}
.auth-wrap4 p {
  line-height: 1.5;
  margin-bottom: 1em;
}
.auth-wrap4 .auth-box4 li {
  margin: 0 0 30px 0;
}
.auth-wrap4 .auth-box4 .login-btn {
  width: 190px;
  height: 43px;
  margin: 25px auto 20px;
  background: url(//img.njpwworld.com/1/images/signup_btn03_on.gif) no-repeat 0px top;
}
.auth-wrap4 .auth-box4 .login-btn input:hover {
  opacity: 0.0;
  filter: alpha(opacity=0);
}
.auth-wrap4 .auth-box4 .login-btn-noimg {
  margin: 25px 10px 20px 0;
  float: left;
}
.auth-wrap4 .auth-box4 .login-btn-noimg input:hover {
  opacity: 0.0;
  filter: alpha(opacity=0);
}
.auth-wrap4 .auth-box4 .login-btn2 {
  width: 111px;
  height: 43px;
  margin: 25px 10px 20px 0;
  background: url(//img.njpwworld.com/1/images/signup_btn_back_on.gif) no-repeat 0px top;
  float: left;
}
.auth-wrap4 .auth-box4 .login-btn2 input:hover {
  opacity: 0.0;
  filter: alpha(opacity=0);
}
.auth-wrap4 .auth-box4 .login-btn3 {
  width: 294px;
  height: 43px;
  margin: 25px auto 20px;
  background: url(//img.njpwworld.com/1/images/signup_btn_pay_on.gif) no-repeat 0px top;
  float: left;
}
.auth-wrap4 .auth-box4 .login-btn3 input:hover {
  opacity: 0.0;
  filter: alpha(opacity=0);
}
.auth-wrap4 .auth-box4 .login-btn4 {
  width: 140px;
  height: 43px;
  margin: 25px auto 20px;
  background: url(//img.njpwworld.com/1/images/mypage_btn_edit_on.gif) no-repeat 0px top;
}
.auth-wrap4 .auth-box4 .login-btn4 input:hover {
  opacity: 0.0;
  filter: alpha(opacity=0);
}
.auth-wrap4 .auth-box4 .login-btn5 {
  width: 111px;
  height: 43px;
  margin: 25px 0 20px 0;
  background: url(//img.njpwworld.com/1/images/withdraw_btn01_on.gif) no-repeat 0px top;
  float: left;
}
.auth-wrap4 .auth-box4 .login-btn5 input:hover {
  opacity: 0.0;
  filter: alpha(opacity=0);
}
.auth-wrap4 .auth-box4 .login-btn6 {
  width: 140px;
  height: 43px;
  margin: 25px 0 20px 0;
  background: url(//img.njpwworld.com/1/images/mypage_btn_touroku_on.gif) no-repeat 0px top;
  float: left;
}
.auth-wrap4 .auth-box4 .login-btn6 input:hover {
  opacity: 0.0;
  filter: alpha(opacity=0);
}
.auth-wrap4 .auth-box4 .login-btn7 {
  width: 140px;
  height: 43px;
  margin: 25px 0 20px 0;
  background: url(//img.njpwworld.com/1/images/inquery_btn01_on.gif) no-repeat 0px top;
  float: left;
}
.auth-wrap4 .auth-box4 .login-btn7 input:hover {
  opacity: 0.0;
  filter: alpha(opacity=0);
}

.signup-form input[type=password],
.signup-form input[type=text],
.signup-form textarea {
  font-size: 1.4rem;
}
.signup-form input[type=password],
.signup-form input[type=text] {
  height: 36px;
}
.signup-form textarea {
  height: 240px;
}
.signup-form select {
  width: 400px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.signup-form p {
  line-height: 2;
  margin-bottom: 1em;
}
.signup-form .caption {
  margin: 5px 0 0 0;
  font-size: 12px;
}
.signup-form dl {
  width: 100%;
  display: table;
}
.signup-form dt, .signup-form dd {
  vertical-align: middle;
  padding: 24px 20px;
  display: table-cell;
  border-top: solid 1px #cccccc;
}
.signup-form dt {
  width: 250px;
  font-weight: bold;
  font-size: 1.5rem;
}
.signup-form .policy-txt {
  display: inline;
  margin: 0 0 0 15px;
}

.square_btn {
  font-weight: bold;
  text-decoration: none !important;
}

/*----- /auth -----*/
.page-dir-auth .ttl-dotted {
  padding: 0;
  text-align: left;
  background: none;
  margin-bottom: 30px;
}

.second-header.auth {
  padding: 20px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.second-header.auth span {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  display: block;
}

.auth-wrap2 {
  max-width: 1080px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.auth-wrap2 .auth-box2 {
  margin: 20px auto 40px;
  text-align: center;
}
.auth-wrap2 .auth-box2 ul {
  margin: 60px 0 60px 0;
}
.auth-wrap2 .auth-box2 li {
  margin: 0 0 30px 0;
}

.auth-wrap {
  max-width: 1080px;
  margin: 0 auto 30px;
}
.auth-wrap a {
  text-decoration: underline;
}
.auth-wrap .auth-box {
  width: 100%;
  margin: 0 auto 20px;
  display: table;
}
.auth-wrap .auth-box .auth-box-l, .auth-wrap .auth-box .auth-box-r {
  width: 50%;
  display: table-cell;
  text-align: center;
  padding: 40px 0 0 0;
  vertical-align: top;
}
.auth-wrap .auth-box .auth-box-l {
  border-right: 1px solid #cccccc;
}
.auth-wrap .auth-box .auth-box-l ul {
  margin: 0 0 40px 0;
}
.auth-wrap .auth-box .auth-box-l li {
  margin: 0 0 30px 0;
}
.auth-wrap .auth-box .auth-box-r p {
  display: inline;
  margin: 10px 0 10px 10px;
}
.auth-wrap .auth-box .auth-box-r form {
  padding: 0 30px;
}
.auth-wrap .auth-box .login {
  padding: 10px;
  font-size: 1em;
  font-family: Arial, sans-serif;
  border: solid 1px #cccccc;
  margin: 0 0 20px;
}
.auth-wrap .auth-box .login-btn {
  width: 149px;
  height: 43px;
  margin: 25px auto 20px;
  background: url(//img.njpwworld.com/1/images/login_btn04_on.gif) no-repeat 0px top;
}
.auth-wrap .auth-box .login-btn input:hover {
  opacity: 0.0;
  filter: alpha(opacity=0);
}

.auth-wrap3 {
  max-width: 1080px;
  margin: 30px auto;
}
.auth-wrap3 .auth-box3 {
  margin: 20px auto 40px;
  padding: 20px 0 0 0;
  text-align: center;
}
.auth-wrap3 .auth-box3 p {
  display: inline;
  margin: 10px 0 10px 10px;
}
.auth-wrap3 .auth-box3 ul {
  margin: 60px 0 60px 0;
}
.auth-wrap3 .auth-box3 li {
  margin: 0 0 30px 0;
}
.auth-wrap3 .auth-box3 .login {
  padding: 10px;
  font-size: 1em;
  font-family: Arial, sans-serif;
  border: solid 1px #cccccc;
  margin: 0 auto 30px;
  width: 430px;
}
.auth-wrap3 .auth-box3 .login-btn {
  width: 149px;
  height: 43px;
  margin: 25px auto 20px;
  background: url(//img.njpwworld.com/1/images/login_btn04_on.gif) no-repeat 0px top;
}
.auth-wrap3 .auth-box3 .login-btn input:hover {
  opacity: 0.0;
  filter: alpha(opacity=0);
}

/*----- /signup -----*/
.page-dir-signup .auth-box4 .t-left, .page-dir-signup .auth-box4 ul {
  text-align: center;
}

.page-dir-payment .t-left {
  text-align: center !important;
}
.page-dir-payment p.t-left {
  margin-bottom: 2em;
}
.page-dir-payment ul ul {
  text-align: center;
}
.page-dir-payment .p7-b {
  width: 600px;
  margin: 0 auto;
}

.ng-pristine .red {
  margin-top: 5px;
  display: inline-block;
}
.ng-pristine ul {
  text-align: center;
}
.ng-pristine ul li #serial_code {
  width: 430px;
  height: 36px;
  margin: 10px auto 0;
}

.ttl-dotted-none {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.submit-box {
  max-width: 1080px;
  text-align: center;
  margin: 30px auto;
}

.t-left {
  text-align: left;
}

.submit-box2 {
  width: 430px;
  text-align: center;
  margin: 30px auto;
}

.submit-box3 {
  width: 300px;
  text-align: center;
  margin: 30px auto;
}

#popup1-a {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}
#popup1-a ul {
  margin: 20px auto 0;
  width: 155px;
}
#popup1-a ul li {
  float: left;
  margin: 0 20px 0 0;
}

.popup-block {
  font-size: 1.5rem;
  width: 600px;
  text-align: left;
  background: #fff;
  margin-left: -300px;
  padding: 30px;
  position: absolute;
  left: 50%;
  margin-top: -10%;
  border: 6px solid #000;
  top: 50%;
  line-height: 2;
}

/*----- /my -----*/
.page-dir-my .auther-list {
  padding: 0;
  font-weight: bold;
}
.page-dir-my .auther-list li {
  text-align: center !important;
}
.page-dir-my .auth-box4 ul {
  text-align: center;
}
.page-dir-my .auth-box4 ul li .red {
  margin-top: 20px;
  display: inline-block;
}

@media screen and (max-width: 1080px) {
  .count-login-area .event-count-down {
    width: 100%;
  }
  .count-login-area .event-count-down .title {
    padding: 10px;
  }
  .count-login-area .login-btns {
    width: 100%;
  }
  .count-login-area .login-btns li {
    float: left;
    width: 50%;
  }

  .auth-wrap,
  .auth-wrap2,
  .auth-wrap3,
  .auth-wrap4 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 970px) {
  .header-top {
    height: 150px;
  }
  .header-top .login-btns {
    clear: both;
    width: 100%;
    margin-right: 0;
  }
  .header-top .login-btns li {
    width: 50%;
  }

  .header-top.isAuth {
    height: 75px;
  }

  .contents-wrapper {
    padding-top: 150px;
  }

  .isAuth .contents-wrapper {
    padding-top: 78px;
  }

  .footer {
    padding-bottom: 160px;
  }
  .footer .footer-link .footer-link-list {
    padding: 20px 20px 10px;
  }
  .footer .footer-notes {
    margin-bottom: 48px;
  }
  .footer .footer-notes p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .copyright {
    line-height: 1;
    display: block;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 28px;
  }
  .footer .bnr-jasrac {
    text-align: center;
  }
}
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}

.flip-clock-wrapper a:hover {
  color: #fff;
}

.flip-clock-wrapper ul {
  list-style: none;
}

.flip-clock-wrapper.clearfix:before, .flip-clock-wrapper.thum-list1:before,
.flip-clock-wrapper.clearfix:after,
.flip-clock-wrapper.thum-list1:after {
  content: " ";
  display: table;
}

.flip-clock-wrapper.clearfix:after, .flip-clock-wrapper.thum-list1:after {
  clear: both;
}

.flip-clock-wrapper.clearfix, .flip-clock-wrapper.thum-list1 {
  *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}

.flip-clock-meridium a {
  color: #313333;
}

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  padding: 0 5px;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.flip-clock-wrapper:after {
  clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 0 2px;
  width: 35px;
  height: 38px;
  font-weight: bold;
  line-height: 28px;
  border-radius: 3px;
  background: #ffffff;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  padding-top: 5px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  font-size: 21px;
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

.flip-clock-wrapper .flip {
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  padding: 0 3px;
  margin-top: 17px;
  font-size: 15px;
  font-weight: bold;
}

.flip-clock-divider:first-child {
  width: 0;
}

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: 5px;
}

.flip-clock-divider .flip-clock-label {
  color: #000;
  text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px;
}

.flip-clock-dot.top {
  top: 30px;
}

.flip-clock-dot.bottom {
  bottom: 30px;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: linear, top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: linear, top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background: linear, top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.05) 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.05) 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background: linear, top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.05) 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.05) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 320px) {
  .flip-clock-wrapper ul {
    width: 20px;
    height: 24px;
    line-height: 24px;
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 15px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}

.slick-slide a:focus {
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/v2/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 37px;
  height: 36px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: none;
  background-position: 50%;
  background-repeat: no-repeat;
}

.slick-prev {
  left: -48px;
  background-image: url(../images/v2/btn_arrow_prev.png);
}

.slick-next {
  right: -48px;
  background-image: url(../images/v2/btn_arrow_next.png);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 27px;
}

.slick-dots {
  position: absolute;
  bottom: -21px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 6px;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
}
.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 21px;
  height: 6px;
  cursor: pointer;
  background-color: #8f8f8f;
  color: transparent;
  border: 0;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background-color: #000;
}

@media screen and (max-width: 1180px) {
  .slick-prev, .slick-next {
    z-index: 11;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }
}
/*========================================
general style
========================================*/
.clearfix, .thum-list1 {
  zoom: 1;
}

.clearfix:before, .thum-list1:before, .clearfix:after, .thum-list1:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.clearfix:after, .thum-list1:after {
  clear: both;
}

.font-b {
  font-weight: bold;
}

.line-height {
  line-height: 2;
}

.align-c {
  text-align: center;
}

.fit-list-disc {
  display: table;
}
.fit-list-disc li {
  display: table-row;
}
.fit-list-disc li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
.fit-list-disc li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}

.fit-list-ol {
  list-style: none;
  padding-left: 0;
  display: table;
}
.fit-list-ol li {
  display: table-row;
  counter-increment: table-ol;
}
.fit-list-ol li:after {
  content: "";
  display: block;
  margin-bottom: 5px;
}
.fit-list-ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.5em;
  text-align: right;
}

.chromecast-box {
  width: 760px;
  margin: 0 auto;
}
.chromecast-box .logo {
  float: left;
}

.firetv-box {
  width: 100%;
  margin: 0 auto;
  background: #000000;
}

.firetv-box .content-block {
  color: #fff;
  padding: 0 30px 44px;
  background-color: #000;
  background-position: 50% 30px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #333;
  text-align: center;
}

.firetv-box .content-block img {
  display: block;
  margin: 0 auto 30px;
}

.firetv-box .content-block.num1 {
  background-image: url(../images/v2/fire_bg_01.png);
}

.firetv-box .content-block.num2 {
  background-image: url(../images/v2/fire_bg_02.png);
}

.firetv-box .content-block.num3 {
  background-image: url(../images/v2/fire_bg_03.png);
}

.firetv-box .content-block.num4 {
  background-image: url(../images/v2/fire_bg_04.png);
}

.firetv-box .content-block.num5 {
  background-image: url(../images/v2/fire_bg_05.png);
}

.firetv-box .content-block .block-title {
  line-height: 1.4;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 76px;
  padding-top: 108px;
}

.firetv-box .content-block .notes2 {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
  font-weight: bold;
}

.firetv-box .content-block .notes {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 36px;
  font-weight: bold;
}

.firetv-box .content-block .notes a {
  color: #FFFFFF;
  text-decoration: underline;
}

.firetv-box .content-block .notes a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.firetv-box .btn-type1 {
  text-align: center;
}

.firetv-box .btn-type1 a {
  color: #000;
  font-size: 1.8rem;
  letter-spacing: .08em;
  padding: 20px 45px 20px 35px;
  font-weight: bold;
  display: inline-block;
  background-color: #ba9f62;
  position: relative;
  transition: opacity .3s ease-out 0s;
}

.firetv-box .btn-type1 a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}

.firetv-box .btn-type1 a:before {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 16px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/v2/icn_arrow_right.png) 0 0 no-repeat;
}

.firetv-box .btn-type2 {
  text-align: center;
  display: inline;
  margin-right: 10px;
}

.firetv-box .btn-type2 a {
  color: #000;
  font-size: 1.8rem;
  letter-spacing: .08em;
  padding: 20px 45px 20px 35px;
  font-weight: bold;
  display: inline-block;
  background-color: #ba9f62;
  position: relative;
  transition: opacity .3s ease-out 0s;
}

.firetv-box .btn-type2 a:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}

.firetv-box .btn-type2 a:before {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 16px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/v2/icn_arrow_right.png) 0 0 no-repeat;
}

.coupon-box2 {
  padding: 15px;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5em;
}
.coupon-box2 h2 {
  font-weight: bold;
  margin-bottom: 1em;
}
.coupon-box2 h3 {
  margin-bottom: 1em;
}
.coupon-box2 p {
  margin-bottom: 1em;
}
.coupon-box2 .login-btn {
  text-align: center;
}

.coupon-box {
  padding: 15px;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5em;
}
.coupon-box h2 {
  font-weight: bold;
  margin-bottom: 1em;
}
.coupon-box h3 {
  margin-bottom: 1em;
}
.coupon-box p {
  margin-bottom: 1em;
}
.coupon-box .login-btn {
  text-align: center;
}

.en_block_birthday span {
  display: inline-block;
  width: 70px;
  font-weight: bold;
}

.en_block_paymentbtn {
  width: 360px;
  margin: 0 auto;
}

.en_block_eventcode {
  text-align: left;
}

.en_block_eventconde_heading {
  font-size: 1.2rem;
  display: block;
  width: 81px;
}

.en_input_eventcode {
  width: 265px !important;
  display: inline-block !important;
}

.en_button_confirmcode input {
  margin-bottom: -8px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}
