@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.8.2/css/all.css";
/*-------------------------------------
reset css
-------------------------------------*/
/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://use.typekit.net/gnq7ezz.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://use.typekit.net/djj0bmx.css");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
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,
select, button, input, textarea,
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.bg-yellow {
  background: #e6c500; }

.bg-orange {
  background: #ff673f; }

.bg-blue {
  background: #00c5ff; }

.bg-green {
  background: #9cc813; }

.bg-black {
  background: #000000; }

/*-------------------------------------
 Base Settings
-------------------------------------*/
body {
  font-size: 14px;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "Jun34Pro", "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Maru Gothic Pro", Verdana, Arial, sans-serif;
  color: #191919;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  letter-spacing: 1px; }

/* --------------------
  tags
-------------------- */
a {
  color: inherit;
  text-decoration: none; }

a.link-txt {
  color: #e5002d; }

b {
  font-weight: bold; }

i {
  display: inline-block; }

em {
  font-style: normal; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

iframe,
object,
video,
embed {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

table {
  width: 100%; }

* {
  box-sizing: border-box;
  outline: none; }

input,
textarea {
  border: none; }

button.ti {
  text-indent: 160%; }

.bx-controls-auto {
  display: none; }

.u-tc {
  text-align: center !important; }

.disable,
.disable-link {
  pointer-events: none;
  cursor: default;
  opacity: 0.3 !important;
  text-decoration: none !important; }
  .disable a,
  .disable-link a {
    pointer-events: none;
    text-decoration: none !important;
    cursor: default; }
  .disable:hover,
  .disable-link:hover {
    pointer-events: none;
    cursor: default;
    opacity: 0.3 !important;
    text-decoration: none !important; }

.em-txt {
  color: #00a73c;
  font-weight: bold; }

.link-txt {
  text-decoration: underline; }
  .link-txt:hover {
    text-decoration: none; }

.font-family2 {
  font-family: "Crimson Text", serif; }

/*
.thank-you {
  margin-left: 100px;
} */
.line-through {
  text-decoration: line-through; }

.flex {
  display: -ms-flexbox;
  display: flex; }

.u-tl {
  text-align: left !important; }

.u-tc {
  text-align: center !important; }

.u-tr {
  text-align: right !important; }

.u-db {
  display: block !important; }

.u-di {
  display: inline-block !important; }

.u-fl {
  float: left !important; }

.u-fr {
  float: right !important; }

.u-b {
  font-weight: bold !important; }

.u-cp {
  cursor: pointer !important; }

.u-vt {
  vertical-align: top !important; }

.u-vm {
  vertical-align: middle !important; }

.u-vba {
  vertical-align: baseline !important; }

.u-vbo {
  vertical-align: bottom !important; }

.u-f12 {
  font-size: 12px !important;
  line-height: 22px !important; }

.u-f13 {
  font-size: 13px !important;
  line-height: 24px !important; }

.u-f14 {
  font-size: 14px !important;
  line-height: 27px !important; }

.u-f15 {
  font-size: 15px !important;
  line-height: 30px !important; }

.u-red {
  color: #e5002d; }

.u-pink {
  color: #ed5498; }

.u-green {
  color: #7ac226; }

.u-blue {
  color: #3399cc; }

.u-gray {
  color: #999999; }

.u-underline {
  text-decoration: underline !important; }

.u-mtn {
  margin-top: 0 !important; }

.u-mts {
  margin-top: 10px !important; }

.u-mtm {
  margin-top: 20px !important; }

.u-mtl {
  margin-top: 30px !important; }

.u-mtx {
  margin-top: 40px !important; }

.u-mtxl {
  margin-top: 50px !important; }

.u-mbn {
  margin-bottom: 0 !important; }

.u-mbs {
  margin-bottom: 10px !important; }

.u-mbm {
  margin-bottom: 20px !important; }

.u-mbl {
  margin-bottom: 30px !important; }

.u-mbx {
  margin-bottom: 40px !important; }

.u-mbxl {
  margin-bottom: 50px !important; }

.u-mln {
  margin-left: 0 !important; }

.u-mls {
  margin-left: 10px !important; }

.u-mlm {
  margin-left: 20px !important; }

.u-mll {
  margin-left: 30px !important; }

.u-mlx {
  margin-left: 40px !important; }

.u-mlxl {
  margin-left: 50px !important; }

.u-mrn {
  margin-right: 0 !important; }

.u-mrs {
  margin-right: 10px !important; }

.u-mrm {
  margin-right: 20px !important; }

.u-mrl {
  margin-right: 30px !important; }

.u-mrx {
  margin-right: 40px !important; }

.u-mrxl {
  margin-right: 50px !important; }

.u-mra {
  margin-right: auto !important; }

.u-mla {
  margin-left: auto !important; }

.u-mca {
  margin-left: auto !important;
  margin-right: auto !important; }

.u-ptn {
  padding-top: 0 !important; }

.u-pts {
  padding-top: 10px !important; }

.u-ptm {
  padding-top: 20px !important; }

.u-ptl {
  padding-top: 30px !important; }

.u-ptx {
  padding-top: 40px !important; }

.u-ptxl {
  padding-top: 50px !important; }

.u-pbn {
  padding-bottom: 0 !important; }

.u-pbs {
  padding-bottom: 10px !important; }

.u-pbm {
  padding-bottom: 20px !important; }

.u-pbl {
  padding-bottom: 30px !important; }

.u-pbx {
  padding-bottom: 40px !important; }

.u-pbxl {
  padding-bottom: 50px !important; }

.u-pln {
  padding-left: 0 !important; }

.u-pls {
  padding-left: 10px !important; }

.u-plm {
  padding-left: 20px !important; }

.u-pll {
  padding-left: 30px !important; }

.u-plx {
  padding-left: 40px !important; }

.u-plxl {
  padding-left: 50px !important; }

.u-prn {
  padding-right: 0 !important; }

.u-prs {
  padding-right: 10px !important; }

.u-prm {
  padding-right: 20px !important; }

.u-prl {
  padding-right: 30px !important; }

.u-prx {
  padding-right: 40px !important; }

.u-prxl {
  padding-right: 50px !important; }

.loader-simple, .loader-simple.style2 {
  height: 3em;
  width: 3em;
  animation: rotation 1s infinite linear;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto; }

.style2.loader-simple {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.7); }

@keyframes rotation {
  to {
    transform: rotate(360deg); } }

.sp {
  display: none !important; }

.opac, .footer .backnumber-2020 .history-links a {
  transition: 0.3s; }
  .opac:hover, .footer .backnumber-2020 .history-links a:hover {
    opacity: 0.65; }

.container {
  width: 1200px;
  margin: 0 auto; }

.container2 {
  width: 1090px;
  margin: 0 auto; }

.second-container {
  width: 1120px;
  margin: 0 auto; }

/* header
--------------- */
.header {
  height: 125px;
  background-color: #ffffff; }
  .header .parts-ticker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 17px; }
  .header .fixed-area {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%; }
  .header .container {
    position: relative; }
  .header .logo-wrap {
    display: -ms-flexbox;
    display: flex; }
    .header .logo-wrap .logo {
      margin-top: 23px;
      margin-left: 0px;
      background: url(../img/header_logo.png) no-repeat;
      background-size: 100%;
      height: 92px;
      width: 400px;
      display: block;
      text-indent: -9999px; }
    .header .logo-wrap .abema-wrap {
      padding-top: 28px;
      padding-left: 15px; }
    .header .logo-wrap .logo-abema {
      position: absolute;
      left: 406px;
      bottom: 17px; }
      .header .logo-wrap .logo-abema a {
        width: 87px;
        height: 28px;
        display: block;
        background: url(../img/support-abema.png) no-repeat;
        background-size: 100%; }
    .header .logo-wrap a {
      background-size: contain; }
    .header .logo-wrap.abema-none .logo {
      width: 440px;
      margin-top: 16px;
      height: 100px; }
    .header .logo-wrap.abema-none .logo-abema {
      display: none; }
  .header .header-inner {
    height: 125px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .header .pc-right-box {
    width: 660px; }
  .header .pc-menu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    height: 85px;
    font-size: 14px;
    position: relative; }
    .header .pc-menu-wrap .pc-menu-1 {
      position: relative; }
    .header .pc-menu-wrap .pc-menu-1-header-sns-link-box {
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: 11px;
      top: 11px; }
      .header .pc-menu-wrap .pc-menu-1-header-sns-link-box li {
        margin-right: 15px; }
        .header .pc-menu-wrap .pc-menu-1-header-sns-link-box li a {
          background: #191919;
          border-radius: 200px;
          color: #ffffff;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          padding-left: 1px;
          width: 25px;
          height: 25px; }
    .header .pc-menu-wrap .pc-menu-1-list-box {
      font-weight: bold;
      display: -ms-flexbox;
      display: flex;
      width: 420px;
      font-size: 14px; }
      .header .pc-menu-wrap .pc-menu-1-list-box li.main-menu {
        margin-top: 33px;
        width: 25%;
        position: relative; }
        .header .pc-menu-wrap .pc-menu-1-list-box li.main-menu:not(.disable):hover > a, .header .pc-menu-wrap .pc-menu-1-list-box li.main-menu:not(.disable).active > a {
          border-bottom: 4px solid #191919; }
        .header .pc-menu-wrap .pc-menu-1-list-box li.main-menu > a {
          padding-top: 4px;
          transition: 0.3s;
          box-sizing: border-box;
          letter-spacing: 0;
          height: 52px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          border-bottom: 4px solid #ffffff;
          font-size: 14px;
          font-family: Josefin Sans, sans-serif;
          letter-spacing: -0.005em;
          font-weight: 700; }
    .header .pc-menu-wrap .pc-menu-2 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .header .pc-menu-wrap .pc-menu-2 li.main-menu {
        height: 100%;
        position: relative; }
        .header .pc-menu-wrap .pc-menu-2 li.main-menu > a {
          height: 100%;
          width: 120px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          color: #ffffff;
          font-weight: bold;
          position: relative;
          font-family: Josefin Sans, sans-serif;
          letter-spacing: -0.005em;
          font-weight: 900; }
          .header .pc-menu-wrap .pc-menu-2 li.main-menu > a:after {
            content: "";
            background: url(../img/arrow_wh.png);
            background-repeat: no-repeat;
            background-size: 100%;
            width: 25px;
            height: 10px;
            position: absolute;
            display: block;
            right: 10px;
            bottom: 10px; }
        .header .pc-menu-wrap .pc-menu-2 li.main-menu.lineup > a {
          background: #191919; }
        .header .pc-menu-wrap .pc-menu-2 li.main-menu.ticket > a {
          background: #00a73c; }
    .header .pc-menu-wrap .child-block {
      position: absolute;
      top: 52px;
      z-index: 100;
      background: rgba(255, 255, 255, 0.95);
      padding: 12px 40px 16px;
      left: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 295px; }
      .header .pc-menu-wrap .child-block > div {
        width: 42%;
        font-weight: normal; }
        .header .pc-menu-wrap .child-block > div .child-list-box {
          font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "Jun34Pro", "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Maru Gothic Pro", Verdana, Arial, sans-serif;
          font-size: 12px; }
          .header .pc-menu-wrap .child-block > div .child-list-box li {
            line-height: 28px; }
            .header .pc-menu-wrap .child-block > div .child-list-box li:before {
              content: "-";
              margin-right: 4px; }
            .header .pc-menu-wrap .child-block > div .child-list-box li a {
              transition: 0.3s;
              display: inline-block;
              text-decoration: underline; }
              .header .pc-menu-wrap .child-block > div .child-list-box li a:hover {
                text-decoration: none; }
        .header .pc-menu-wrap .child-block > div .place {
          font-weight: bold;
          font-family: Josefin Sans, sans-serif;
          letter-spacing: -0.005em; }
        .header .pc-menu-wrap .child-block > div.osaka .place {
          font-size: 14px;
          color: #ed6c00; }
        .header .pc-menu-wrap .child-block > div.tokyo .place {
          font-size: 14px;
          color: #0079C3; }
  .header .ticker-box {
    font-size: 14px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 40px;
    padding: 0px 10px 0 20px;
    background: #f5f5f6;
    font-weight: bold; }
    .header .ticker-box .date {
      margin-right: 16px;
      color: #00a73c; }
    .header .ticker-box .txt {
      letter-spacing: 0; }
  .header .share-area {
    position: fixed;
    top: 260px;
    height: 220px;
    padding-top: 15px;
    box-sizing: border-box;
    width: 50px;
    border-radius: 5px 0 0px 5px;
    right: 0;
    background: #ffffff;
    z-index: 3; }
    .header .share-area .share-ttl {
      text-align: center;
      margin-bottom: 13px; }
    .header .share-area .share-icon-list-box li {
      text-align: center; }
      .header .share-area .share-icon-list-box li.share-list-twitter {
        margin-bottom: 6px; }
      .header .share-area .share-icon-list-box li.share-list-facebook {
        margin-bottom: 9px; }
      .header .share-area .share-icon-list-box li a {
        display: block; }
    .header .share-area .fa-twitter {
      font-size: 24px; }
    .header .share-area .fa-facebook {
      font-size: 22px; }
    .header .share-area .share-list-line .original-line {
      margin: 0 auto;
      width: 23px;
      height: 23px;
      content: "";
      display: block;
      background: url("../img/icon_line.png");
      background-repeat: no-repeat;
      background-size: 100%; }

/* footer
--------------- */
.footer {
  min-height: 400px;
  box-sizing: border-box;
  background: #f5f5f6;
  padding: 26px 0 80px; }
  .footer .parts-common-nav {
    min-height: 180px; }
  .footer.notice-off {
    padding-bottom: 0; }
  .footer .footer-first-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .footer .footer-nav {
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px;
    font-size: 16px;
    font-family: Josefin Sans, sans-serif; }
    .footer .footer-nav li {
      margin-right: 47px; }
      .footer .footer-nav li a {
        font-weight: bold;
        letter-spacing: -0.01em; }
  .footer .sns-icon-list-box {
    display: -ms-flexbox;
    display: flex;
    margin-right: 2px; }
    .footer .sns-icon-list-box i {
      line-height: 38px; }
    .footer .sns-icon-list-box .fa-twitter {
      font-size: 34px; }
    .footer .sns-icon-list-box .fa-facebook-f {
      font-size: 36px; }
    .footer .sns-icon-list-box .fa-instagram {
      font-size: 46px; }
    .footer .sns-icon-list-box li {
      margin-left: 30px;
      font-size: 40px; }
  .footer a {
    color: #191919; }
  .footer .common-nav-list-box {
    margin-top: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .footer .common-nav-list-box > div {
      width: 580px; }
    .footer .common-nav-list-box .title {
      color: #ffffff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      line-height: 1;
      padding-top: 2px;
      height: 30px;
      padding-left: 10px;
      font-weight: bold;
      margin-bottom: 20px;
      font-family: Josefin Sans, sans-serif;
      letter-spacing: -0.005em;
      position: relative; }
    .footer .common-nav-list-box .category {
      font-size: 14px;
      font-weight: bold;
      font-family: Josefin Sans, sans-serif;
      letter-spacing: -0.005em; }
    .footer .common-nav-list-box .osaka .title {
      background: #ed6c00; }
      .footer .common-nav-list-box .osaka .title::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        border-top: 15px solid #be5600;
        border-right: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #be5600; }
    .footer .common-nav-list-box .osaka .category {
      color: #ed6c00; }
      .footer .common-nav-list-box .osaka .category a {
        color: #ed6c00; }
    .footer .common-nav-list-box .tokyo .title {
      background: #0079C3; }
    .footer .common-nav-list-box .tokyo .category {
      color: #0079C3; }
      .footer .common-nav-list-box .tokyo .category a {
        color: #0079C3; }
  .footer ul.detail-nav-list-box {
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px; }
    .footer ul.detail-nav-list-box > li {
      width: 25%; }
  .footer .child-list-box {
    margin-left: 5px;
    line-height: 28px; }
    .footer .child-list-box > li {
      margin-bottom: 0px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1px; }
      .footer .child-list-box > li:before {
        display: inline-block;
        width: 8px;
        content: "-";
        color: #191919; }
      .footer .child-list-box > li a {
        transition: 0.3s;
        text-decoration: underline; }
        .footer .child-list-box > li a:hover {
          text-decoration: none; }
  .footer .child2-list-box {
    margin-left: 10px;
    font-size: 11px; }
    .footer .child2-list-box li {
      margin-top: 0px; }
      .footer .child2-list-box li:before {
        content: "・";
        margin-right: 2px; }
  .footer .copy {
    text-align: right;
    font-size: 12px;
    margin-top: 30px; }
  .footer .backnumber-2020 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
    background: #191919;
    padding: 0;
    line-height: 50px; }
    .footer .backnumber-2020 .container {
      text-align: right;
      -ms-flex-pack: end;
          justify-content: flex-end;
      display: -ms-flexbox;
      display: flex; }
    .footer .backnumber-2020 h2 {
      color: #f5f5f6; }
    .footer .backnumber-2020 .history-links {
      margin-left: 20px; }
      .footer .backnumber-2020 .history-links a {
        color: #00a73c;
        margin-left: 15px; }

.modal-wrap,
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0; }

.modal-wrap {
  z-index: 1050; }

.modal-parts {
  background: #ffffff;
  padding: 100px 80px 0;
  width: 1120px;
  box-sizing: border-box;
  max-height: 80vh;
  max-width: 80vw;
  overflow-y: scroll;
  margin: auto;
  font-size: 18px; }
  .modal-parts.modal-parts-comment-artist {
    width: auto;
    padding: 0;
    background: none; }
  .modal-parts .modal-box {
    margin-bottom: 80px; }
    .modal-parts .modal-box > .ttl {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-weight: 900;
      margin-bottom: 80px;
      font-size: 37px;
      line-height: 50px;
      color: #191919; }
    .modal-parts .modal-box .em-txt {
      font-size: 26px; }
      .modal-parts .modal-box .em-txt.osaka {
        color: #ed6c00; }
    .modal-parts .modal-box .txt-area {
      line-height: 40px; }
      .modal-parts .modal-box .txt-area a {
        color: #00a73c;
        text-decoration: underline; }
        .modal-parts .modal-box .txt-area a:hover {
          text-decoration: none; }

.modal-osaka-box .marker1 {
  border-bottom: 4px solid #ed6c00; }

.modal-youtube {
  width: 800px;
  height: 450px; }

.modal-overlay {
  background: rgba(12, 36, 48, 0.6);
  z-index: 0; }

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  height: auto;
  margin: 0 auto;
  transition: 0.3s;
  opacity: 0; }

.modal-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: -2px;
  z-index: 10;
  transition: 0.3s; }
  .modal-close:hover {
    transform: rotate(90deg); }
  .modal-close:before, .modal-close:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #fff;
    left: 0;
    content: ""; }
  .modal-close:before {
    transform: rotate(-45deg); }
  .modal-close:after {
    transform: rotate(45deg); }

.modal-attention-box .attention-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 900; }
  .modal-attention-box .attention-ttl:before {
    background: url(../img/icon_attention_bk.png) no-repeat left top;
    min-width: 77px;
    width: 77px;
    height: 69px;
    margin-right: 30px;
    content: "";
    display: block; }
  .modal-attention-box .attention-ttl .inner-ttl {
    display: inline-block;
    max-width: 78%;
    font-weight: 900; }

.modal-attention-box .attention-txt {
  font-weight: bold;
  line-height: 42px; }

.modal-attention-box .mbm {
  margin-bottom: 40px; }

.modal-overlay,
.modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; }

.discontinue .modal-parts {
  padding: 50px 80px 100px; }
  .discontinue .modal-parts .modal-box {
    margin-bottom: 0;
    text-align: center; }
  .discontinue .modal-parts .img-box {
    text-align: center;
    margin-bottom: 56px; }
    .discontinue .modal-parts .img-box img {
      max-width: 65%;
      width: auto; }
  .discontinue .modal-parts .modal-box > .ttl {
    margin-bottom: 50px; }
  .discontinue .modal-parts .modal-box > .color-red {
    color: #e5002d; }

.bx-wrapper {
  position: relative; }

.bx-controls .bx-controls-direction a {
  position: absolute;
  background-size: 100%;
  background-position: no-repeat;
  top: 50%;
  margin-top: -20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  text-indent: -9999px; }
  .bx-controls .bx-controls-direction a.disabled {
    opacity: 0.3; }
  .bx-controls .bx-controls-direction a.bx-prev {
    left: -47px; }
    .bx-controls .bx-controls-direction a.bx-prev:before {
      transform: rotate(225deg);
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-top: solid 2px #191919;
      border-right: solid 2px #191919; }
  .bx-controls .bx-controls-direction a.bx-next {
    right: -47px;
    transform: translateY(-50%) scale(-1, 1); }
    .bx-controls .bx-controls-direction a.bx-next:before {
      transform: rotate(225deg);
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-top: solid 2px #191919;
      border-right: solid 2px #191919; }

.bx-pager {
  margin-top: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .bx-pager .bx-pager-item a {
    display: block;
    width: 30px;
    height: 6px;
    margin: 0 5px;
    text-indent: -9999px;
    background: #f5f5f6; }
    .bx-pager .bx-pager-item a.active {
      background: #00a73c; }

.comment-movie .bx-pager-item a {
  background: #000; }
  .comment-movie .bx-pager-item a.active {
    background: #ffffff; }

.under-atteintion {
  cursor: pointer;
  background: #00a73c;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  color: #ffffff;
  text-align: center;
  z-index: 100; }
  .under-atteintion .attention-ttl {
    line-height: 80px;
    height: 80px;
    padding-top: 2px;
    text-align: center;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold; }
    .under-atteintion .attention-ttl:before {
      background: url(../img/icon_attention_wh.png) no-repeat left top;
      background-size: 100%;
      position: relative;
      top: 7px;
      width: 39px;
      height: 35px;
      margin-right: 40px;
      content: "";
      display: inline-block; }
  .under-atteintion:hover {
    background: #66ca8a; }
  .under-atteintion a.link-area {
    display: block;
    color: #ffffff; }
  .under-atteintion .container {
    position: relative; }
  .under-atteintion.off {
    visibility: hidden;
    opacity: 0; }
  .under-atteintion .close {
    position: absolute;
    top: 10px;
    right: 0px;
    transition: 0.3s;
    width: 30px;
    height: 30px; }
    .under-atteintion .close:hover {
      transform: rotate(90deg); }
    .under-atteintion .close:before {
      transform: rotate(-45deg);
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 30px;
      height: 2px;
      background: #ffffff; }
    .under-atteintion .close:after {
      transform: rotate(45deg);
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 0px;
      width: 30px;
      height: 2px;
      background: #ffffff; }

body.second.timetable .second-box {
  padding: 50px 0 0px; }

body.second .second-box {
  font-size: 14px;
  line-height: 30px;
  width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0 0px; }

body.second .fixed-wrap2 {
  /* height: 77px; */ }
  body.second .fixed-wrap2 .fixed-area2 {
    z-index: 990; }
    body.second .fixed-wrap2 .fixed-area2.active {
      z-index: 990;
      position: fixed;
      top: 125px;
      width: 100%; }

body.second .second-main {
  background: #191919; }
  body.second .second-main .container {
    position: relative;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    box-sizing: border-box;
    padding-top: 0px; }
  body.second .second-main h1.post-title {
    padding-top: 2px;
    color: #ffffff;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 46px;
    font-family: Josefin Sans, sans-serif;
    font-weight: 900; }
    body.second .second-main h1.post-title.wh {
      color: #ffffff; }
  body.second .second-main .breadcrump-list-box {
    position: absolute;
    top: 10px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500; }
    body.second .second-main .breadcrump-list-box,
    body.second .second-main .breadcrump-list-box a {
      color: #ffffff; }
    body.second .second-main .breadcrump-list-box.pc-bk,
    body.second .second-main .breadcrump-list-box.pc-bk a {
      color: #191919; }
    body.second .second-main .breadcrump-list-box.wh,
    body.second .second-main .breadcrump-list-box.wh a, body.second .second-main .breadcrump-list-box.pc-wh,
    body.second .second-main .breadcrump-list-box.pc-wh a {
      color: #ffffff; }
    body.second .second-main .breadcrump-list-box li {
      font-size: 14px;
      margin-right: 10px; }
      body.second .second-main .breadcrump-list-box li:first-child:before {
        content: "";
        display: none; }
      body.second .second-main .breadcrump-list-box li:before {
        content: ">";
        color: #00a73c;
        margin-right: 10px; }
      body.second .second-main .breadcrump-list-box li a {
        text-decoration: underline; }
        body.second .second-main .breadcrump-list-box li a:hover {
          text-decoration: none; }

body.second .black-ttl-wrap {
  background: #ffffff;
  height: 52px; }
  body.second .black-ttl-wrap ul.black-ttl-list-box {
    display: -ms-flexbox;
    display: flex; }
    body.second .black-ttl-wrap ul.black-ttl-list-box li {
      box-sizing: border-box;
      width: 50%;
      padding-left: 40px;
      height: 52px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      body.second .black-ttl-wrap ul.black-ttl-list-box li .place {
        font-size: 38px;
        margin-top: 2px;
        font-weight: 900;
        font-family: Josefin Sans, sans-serif;
        letter-spacing: -0.025em; }
      body.second .black-ttl-wrap ul.black-ttl-list-box li .sublink {
        padding-right: 40px;
        font-size: 18px; }
      body.second .black-ttl-wrap ul.black-ttl-list-box li .arrow {
        position: relative;
        font-weight: bold; }
        body.second .black-ttl-wrap ul.black-ttl-list-box li .arrow:before {
          content: "";
          display: inline-block;
          width: 25px;
          position: relative;
          top: -4px;
          height: 10px;
          margin-right: 18px; }
      body.second .black-ttl-wrap ul.black-ttl-list-box li.osaka {
        color: #ed6c00; }
        body.second .black-ttl-wrap ul.black-ttl-list-box li.osaka a {
          color: #ed6c00; }
        body.second .black-ttl-wrap ul.black-ttl-list-box li.osaka .arrow {
          color: #ed6c00; }
          body.second .black-ttl-wrap ul.black-ttl-list-box li.osaka .arrow:before {
            background: url(../img/arrow_osaka3.png) no-repeat;
            background-size: 100%; }
      body.second .black-ttl-wrap ul.black-ttl-list-box li.tokyo {
        color: #0079C3; }
        body.second .black-ttl-wrap ul.black-ttl-list-box li.tokyo a {
          color: #0079C3; }
        body.second .black-ttl-wrap ul.black-ttl-list-box li.tokyo .arrow {
          color: #0079C3; }
          body.second .black-ttl-wrap ul.black-ttl-list-box li.tokyo .arrow:before {
            background: url(../img/arrow_tokyo3.png) no-repeat;
            background-size: 100%; }

body.second .page-nav-list-wrap {
  background: linear-gradient(90deg, #ed6c00 0%, #ed6c00 50%, #0079C3 50%, #0079C3 100%); }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner {
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner .page-nav-list-active-line {
      /* opacity: 0; */
      position: absolute;
      /* width: 300px; */
      height: 4px;
      background: #191919;
      bottom: 0;
      left: 0;
      transition: 0.5s; }
      body.second .page-nav-list-wrap .page-nav-list-wrap-inner .page-nav-list-active-line.active {
        opacity: 1; }
      body.second .page-nav-list-wrap .page-nav-list-wrap-inner .page-nav-list-active-line:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: -14px;
        left: 50%;
        transform: translateX(-50%);
        border-style: solid;
        border-color: #191919 transparent transparent transparent;
        border-width: 14px 14px 0;
        z-index: 1; }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style1 {
      font-family: Josefin Sans, sans-serif; }
      body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li {
        font-weight: 900;
        font-size: 50px;
        letter-spacing: .08em; }
        body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li a {
          padding-top: 24px; }
          body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li a .youbi {
            font-size: 25px;
            padding-left: 2px; }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style2 {
      /* height: 77px; */ }
      body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style2 li {
        font-size: 18px; }
        body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style2 li a {
          height: 58px;
          box-sizing: border-box;
          color: #ffffff;
          padding-top: 13px; }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length2 li {
      width: calc(100% / 2); }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length2 .page-nav-list-active-line {
      width: calc(100% / 2); }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length3 li {
      width: calc(100% / 3); }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length3 .page-nav-list-active-line {
      width: calc(100% / 3); }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length3 .page-nav-list-active-line.pc-length6 {
      width: calc(100% / 6); }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length4 li {
      width: calc(100% / 4); }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length4 .page-nav-list-active-line {
      width: calc(100% / 4); }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length6 li {
      width: calc(100% / 6); }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.length6 .page-nav-list-active-line {
      width: calc(100% / 6); }
  body.second .page-nav-list-wrap .page-nav-list-box.pc-column2 {
    width: 50%; }
  body.second .page-nav-list-wrap .page-nav-list-box {
    width: 100%;
    display: -ms-flexbox;
    display: flex; }
    body.second .page-nav-list-wrap .page-nav-list-box > li {
      color: #ffffff;
      text-align: center;
      font-weight: bold; }
      body.second .page-nav-list-wrap .page-nav-list-box > li.osaka {
        background: #ed6c00; }
      body.second .page-nav-list-wrap .page-nav-list-box > li.tokyo {
        background: #0079C3; }
      body.second .page-nav-list-wrap .page-nav-list-box > li .youbi {
        font-size: 25px; }
      body.second .page-nav-list-wrap .page-nav-list-box > li a {
        box-sizing: border-box;
        height: 74px;
        display: block;
        color: #ffffff; }

body.second .date-long-ttl {
  margin: 0 0px;
  color: #ffffff;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  font-family: Josefin Sans, sans-serif;
  font-weight: 900;
  height: 50px;
  box-sizing: border-box;
  padding-top: 13px;
  margin-bottom: 40px;
  letter-spacing: 1px; }
  body.second .date-long-ttl .youbi {
    font-weight: 900;
    font-size: 24px;
    margin-left: 5px; }
  body.second .date-long-ttl.osaka {
    background: #ed6c00; }
  body.second .date-long-ttl.tokyo {
    background: #0079C3; }

body.second.artist.lineup span.only {
  z-index: 4;
  display: inline-block;
  font-size: 12px;
  font-family: Josefin Sans, sans-serif;
  padding: 3px 8px 0;
  line-height: 18px;
  font-weight: bold;
  box-sizing: border-box;
  color: #ffffff; }
  body.second.artist.lineup span.only.osaka {
    background: #ed6c00; }
    body.second.artist.lineup span.only.osaka:before {
      content: "OSAKA only"; }
  body.second.artist.lineup span.only.tokyo {
    background: #0079C3; }
    body.second.artist.lineup span.only.tokyo:before {
      content: "TOKYO only"; }

body.second.artist.lineup .thumbnail-area {
  margin: 0 auto;
  margin-bottom: 60px; }
  body.second.artist.lineup .thumbnail-area:last-child {
    margin-bottom: 0; }
  body.second.artist.lineup .thumbnail-area .thumb-lists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    body.second.artist.lineup .thumbnail-area .thumb-lists.sunshine-arch {
      margin-top: 50px;
      -ms-flex-pack: center;
          justify-content: center; }
      body.second.artist.lineup .thumbnail-area .thumb-lists.sunshine-arch > li {
        width: 320px;
        margin-right: 40px; }
        body.second.artist.lineup .thumbnail-area .thumb-lists.sunshine-arch > li:nth-child(3n) {
          margin-right: 40px; }
        body.second.artist.lineup .thumbnail-area .thumb-lists.sunshine-arch > li:nth-child(3n) {
          margin-right: 0px; }
        body.second.artist.lineup .thumbnail-area .thumb-lists.sunshine-arch > li:nth-child(n + 4) {
          margin-top: 20px; }
        body.second.artist.lineup .thumbnail-area .thumb-lists.sunshine-arch > li:nth-child(n + 5) {
          margin-top: 20px; }
        body.second.artist.lineup .thumbnail-area .thumb-lists.sunshine-arch > li a .image {
          height: 210px; }
        body.second.artist.lineup .thumbnail-area .thumb-lists.sunshine-arch > li a span.only {
          top: 200px; }
    body.second.artist.lineup .thumbnail-area .thumb-lists > li {
      width: 360px;
      margin-right: 40px;
      position: relative; }
      body.second.artist.lineup .thumbnail-area .thumb-lists > li:nth-child(n + 4) {
        margin-top: 40px; }
      body.second.artist.lineup .thumbnail-area .thumb-lists > li span.only {
        position: absolute;
        left: -10px;
        top: 214px; }
      body.second.artist.lineup .thumbnail-area .thumb-lists > li .image {
        overflow: hidden;
        position: relative;
        height: 225px;
        background: #f5f5f6; }
        body.second.artist.lineup .thumbnail-area .thumb-lists > li .image img {
          transition: 1s; }
      body.second.artist.lineup .thumbnail-area .thumb-lists > li a {
        display: block;
        position: relative; }
        body.second.artist.lineup .thumbnail-area .thumb-lists > li a:hover .image {
          position: relative; }
        body.second.artist.lineup .thumbnail-area .thumb-lists > li a:hover .image:before {
          z-index: 3;
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.2); }
        body.second.artist.lineup .thumbnail-area .thumb-lists > li a:hover img {
          transition: all 2.8s linear 0s;
          transform: scale(1.2); }
      body.second.artist.lineup .thumbnail-area .thumb-lists > li:nth-child(3n) {
        margin-right: 0; }
      body.second.artist.lineup .thumbnail-area .thumb-lists > li .name {
        font-size: 16px;
        font-weight: 500;
        margin-top: 9px;
        text-align: center; }
        body.second.artist.lineup .thumbnail-area .thumb-lists > li .name .icon-new {
          margin-right: 6px; }
        body.second.artist.lineup .thumbnail-area .thumb-lists > li .name .new {
          font-weight: 700;
          margin-right: 10px;
          background: #000;
          color: #fff;
          display: inline-block;
          position: relative;
          top: -1px;
          padding: 0px 8px 0;
          font-size: 14px;
          margin-bottom: 0;
          line-height: 20px; }
          body.second.artist.lineup .thumbnail-area .thumb-lists > li .name .new:before {
            font-family: Josefin Sans, sans-serif;
            font-weight: 700;
            content: "NEW"; }

body.second.artist.detail .place-link-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px;
  font-family: Josefin Sans, sans-serif;
  font-weight: 900;
  font-size: 11px; }
  body.second.artist.detail .place-link-wrap .place {
    margin-right: 6px; }
  body.second.artist.detail .place-link-wrap .place-link-wrap-list {
    height: 26px;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    body.second.artist.detail .place-link-wrap .place-link-wrap-list:not(:first-child) {
      margin-left: 20px; }
    body.second.artist.detail .place-link-wrap .place-link-wrap-list .link-list-box {
      display: -ms-flexbox;
      display: flex; }
      body.second.artist.detail .place-link-wrap .place-link-wrap-list .link-list-box li {
        background: #f5f5f6;
        color: rgba(0, 0, 0, 0.15); }
        body.second.artist.detail .place-link-wrap .place-link-wrap-list .link-list-box li a {
          color: #ffffff;
          display: block; }
        body.second.artist.detail .place-link-wrap .place-link-wrap-list .link-list-box li span {
          line-height: 26px;
          padding: 0 8px;
          display: block; }
    body.second.artist.detail .place-link-wrap .place-link-wrap-list.osaka .place {
      color: #ed6c00; }
    body.second.artist.detail .place-link-wrap .place-link-wrap-list.osaka .link-list-box li a {
      background: #ed6c00; }
    body.second.artist.detail .place-link-wrap .place-link-wrap-list.tokyo .place {
      color: #0079C3; }
    body.second.artist.detail .place-link-wrap .place-link-wrap-list.tokyo .link-list-box li a {
      background: #0079C3; }

body.second.artist.detail .artist-name {
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 40px; }

body.second.artist.detail .image-wrap {
  margin-bottom: 60px;
  text-align: center; }

body.second.artist.detail .profile-movie-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  body.second.artist.detail .profile-movie-wrap .profile-area {
    font-size: 16px;
    -ms-flex: 1;
        flex: 1; }
    body.second.artist.detail .profile-movie-wrap .profile-area .read {
      margin-bottom: 50px; }
    body.second.artist.detail .profile-movie-wrap .profile-area .logo-img {
      margin-bottom: 20px; }
    body.second.artist.detail .profile-movie-wrap .profile-area .official-btn {
      max-width: 520px; }
      body.second.artist.detail .profile-movie-wrap .profile-area .official-btn a {
        background: #00a73c;
        position: relative;
        display: block;
        height: 40px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        line-height: 40px; }
        body.second.artist.detail .profile-movie-wrap .profile-area .official-btn a::before {
          position: absolute;
          content: "";
          width: 0px;
          height: 0px;
          left: auto;
          top: auto;
          right: 0;
          bottom: 0;
          margin-right: 0;
          border-top: 20px solid transparent;
          border-right: 20px solid #000;
          border-bottom: 20px solid #000;
          border-left: 20px solid transparent; }
        body.second.artist.detail .profile-movie-wrap .profile-area .official-btn a::after {
          position: absolute;
          content: "";
          display: inline-block;
          background: url(../img/arrow_wh.png) no-repeat;
          background-size: contain;
          width: 16px;
          height: 6px;
          left: auto;
          top: auto;
          right: 7px;
          bottom: 8px; }
        body.second.artist.detail .profile-movie-wrap .profile-area .official-btn a span {
          position: relative; }
          body.second.artist.detail .profile-movie-wrap .profile-area .official-btn a span::before {
            position: absolute;
            content: "";
            display: inline-block;
            background: url(../img/icon_site.png) no-repeat;
            background-size: contain;
            width: 15px;
            height: 15px;
            left: auto;
            top: auto;
            left: -27px;
            top: 50%;
            transform: translatey(-50%); }
  body.second.artist.detail .profile-movie-wrap .movie-area {
    margin-right: 40px;
    width: 600px; }
    body.second.artist.detail .profile-movie-wrap .movie-area .play-btn {
      z-index: 2;
      border-radius: 100px;
      width: 80px;
      height: 80px;
      background: #00a73c;
      text-indent: -9999px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      body.second.artist.detail .profile-movie-wrap .movie-area .play-btn:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-left: 20px solid #ffffff;
        border-bottom: 13px solid transparent;
        border-top: 13px solid transparent;
        top: 27px;
        left: 32px; }
    body.second.artist.detail .profile-movie-wrap .movie-area iframe {
      width: 100%;
      height: 337px; }
    body.second.artist.detail .profile-movie-wrap .movie-area .movie.youtube {
      margin-bottom: 40px; }
    body.second.artist.detail .profile-movie-wrap .movie-area .movie.comment-movie .img-bg {
      background-size: 120%;
      background-position: center;
      height: 337px; }
    body.second.artist.detail .profile-movie-wrap .movie-area .section-title {
      margin-bottom: 15px; }

body.second.access .free .block:not(:first-child) {
  margin-top: 20px; }

body.second.access .btns-entry {
  margin-top: 20px; }
  body.second.access .btns-entry .btn-box {
    margin-bottom: 20px; }
    body.second.access .btns-entry .btn-box a {
      display: block;
      font-weight: bold; }
  body.second.access .btns-entry .style1 a {
    width: 400px; }

body.second.access .wrap-route-map {
  margin-top: 1em; }
  body.second.access .wrap-route-map .route-map {
    background: #f5f5f6;
    /* display: inline-block; */
    width: 100%;
    height: 600px; }

body.second.access .wrap-large-map {
  margin-top: 20px; }
  body.second.access .wrap-large-map .large-map {
    height: 500px;
    background: #f5f5f6;
    width: 100%;
    display: block;
    margin: 0 auto; }

body.second.ticket .cities {
  display: -ms-flexbox;
  display: flex; }
  body.second.ticket .cities > li {
    display: inline-block;
    width: 50%;
    background: #f4a766; }
    body.second.ticket .cities > li .coming-soon-txt {
      margin-left: 6px;
      line-height: 31px;
      font-weight: bold;
      font-size: 12px;
      letter-spacing: 0.5px;
      color: #00a73c; }
    body.second.ticket .cities > li.osaka .place {
      color: #ffffff;
      background: #ed6c00; }
    body.second.ticket .cities > li.osaka .coming-soon .date,
    body.second.ticket .cities > li.osaka .coming-soon .content,
    body.second.ticket .cities > li.osaka .coming-soon .price {
      color: #d5cdcb; }
    body.second.ticket .cities > li.tokyo {
      background: #66afdb; }
      body.second.ticket .cities > li.tokyo .place {
        color: #ffffff;
        background: #0079C3; }
      body.second.ticket .cities > li.tokyo .coming-soon .date,
      body.second.ticket .cities > li.tokyo .coming-soon .content,
      body.second.ticket .cities > li.tokyo .coming-soon .price {
        color: #c5d3cf; }
    body.second.ticket .cities > li .place {
      font-size: 16px;
      font-weight: bold;
      padding: 5px 20px; }
    body.second.ticket .cities > li .city-txt-block {
      padding: 20px; }
  body.second.ticket .cities .ticket-detail-list-box > li:not(:last-child) {
    /* margin-bottom: 10px; */ }
  body.second.ticket .cities .ticket-detail-list-box > li .info {
    display: -ms-flexbox;
    display: flex; }
    body.second.ticket .cities .ticket-detail-list-box > li .info .date {
      width: 80px; }
    body.second.ticket .cities .ticket-detail-list-box > li .info .content {
      width: 60px; }
    body.second.ticket .cities .ticket-detail-list-box > li .info.line-through {
      position: relative;
      text-decoration: line-through; }

body.second.ticket .osaka-shutle-bus {
  background: #f4a766;
  padding: 20px; }

body.second.ticket .ticktore {
  margin-top: 10px;
  margin-bottom: 10px; }
  body.second.ticket .ticktore img {
    width: auto;
    height: 110px; }

body.second.ticket .osaka-shutle-bus .em-txt {
  color: #191919;
  margin-bottom: 20px; }

body.second.ticket .osaka-shutle-bus a {
  text-decoration: underline;
  font-weight: bold;
  color: #ed6c00; }
  body.second.ticket .osaka-shutle-bus a:hover {
    text-decoration: none; }

body.second.ticket .osaka-shutle-bus .marker1 {
  border-width: 4px;
  border-bottom: solid;
  border-color: #ed6c00; }

body.second.ticket .notice-lists li {
  text-indent: -20px;
  margin-left: 20px; }
  body.second.ticket .notice-lists li:before {
    content: "※";
    margin-right: 5px; }

body.second.news .second-box {
  font-size: 16px; }

body.second.news .news-title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 38px; }
  body.second.news .news-title .date {
    margin-bottom: 10px;
    color: #00a73c;
    font-size: 18px;
    line-height: 20px; }

body.second.news .h3-ttl {
  padding-bottom: 15px;
  line-height: 34px;
  border-bottom: 1px solid #191919;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: bold; }

body.second.news .h4-ttl {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold; }

body.second.news .marker {
  font-weight: 700;
  border-bottom: 4px solid #00a73c;
  display: inline; }

body.second.news .line {
  margin-top: 60px;
  margin-bottom: 58px;
  height: 1px;
  background: #dde7eb; }

body.second.news .news-img-box {
  max-width: 80%;
  margin: 0 auto; }

body.second.news .news-list-area {
  position: relative;
  background: #f5f5f6;
  padding: 30px 40px;
  margin-top: 50px; }
  body.second.news .news-list-area .news-list-box {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0; }
    body.second.news .news-list-area .news-list-box.active {
      transition: 0.3s;
      position: relative;
      display: block;
      opacity: 1;
      visibility: visible; }
    body.second.news .news-list-area .news-list-box li {
      word-break: break-all;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ffffff; }
      body.second.news .news-list-area .news-list-box li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none; }
      body.second.news .news-list-area .news-list-box li a {
        word-break: break-all;
        display: -ms-flexbox;
        display: flex; }
      body.second.news .news-list-area .news-list-box li a[target="_blank"] .date:after {
        content: "";
        position: relative;
        top: 0px;
        margin-left: 7px;
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url(../img/icon_link_bk.png) no-repeat;
        background-size: 100%; }
      body.second.news .news-list-area .news-list-box li .date {
        min-width: 130px;
        color: #00a73c;
        margin-right: 25px;
        font-weight: bold; }
      body.second.news .news-list-area .news-list-box li .title {
        -ms-flex: 1;
            flex: 1; }
        body.second.news .news-list-area .news-list-box li .title:hover {
          text-decoration: none; }
  body.second.news .news-list-area ul.controler {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    body.second.news .news-list-area ul.controler .control {
      transition: 0.3s; }
    body.second.news .news-list-area ul.controler #backnumber-prev {
      margin-right: 20px; }
    body.second.news .news-list-area ul.controler #backnumber-next:before {
      content: "|";
      margin-right: 20px; }
    body.second.news .news-list-area ul.controler a {
      text-decoration: underline; }
      body.second.news .news-list-area ul.controler a:hover {
        text-decoration: none; }
      body.second.news .news-list-area ul.controler a.disable {
        text-decoration: none; }

body.second.about .ticket-detail-list-box2 .content {
  width: 78px;
  display: inline-block; }

body.second.about .ticket-detail-list-box2 .price {
  margin-right: 10px; }

body.second.about .osaka-attention-bnr {
  display: block;
  width: 1120px;
  height: 130px;
  background: url(../img/_bnr/attention_pc.png); }

body.second.goods .catch {
  color: #00a73c;
  font-weight: 700;
  font-size: 24px;
  text-align: center; }

body.second.goods .intro .goods-note-items {
  padding: 35px 35px 30px;
  width: 990px;
  margin: 0 auto; }
  body.second.goods .intro .goods-note-items > li {
    position: relative;
    padding-left: 1.2em; }
    body.second.goods .intro .goods-note-items > li:before {
      content: "※";
      position: absolute;
      top: 0;
      left: 0; }

body.second.goods .btn-note {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #ff3f3f; }

body.second.goods .goods-items .item {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000; }
  body.second.goods .goods-items .item:first-child {
    border-top: 1px solid #000; }
  body.second.goods .goods-items .item .images {
    width: 55%;
    border-right: 1px dashed #000;
    padding-right: 2%; }
    body.second.goods .goods-items .item .images ul {
      width: 95%;
      margin: 0 auto; }
  body.second.goods .goods-items .item .goods-thumb-box {
    padding: 30px 0; }
    body.second.goods .goods-items .item .goods-thumb-box .main-list-box {
      position: relative;
      height: 500px;
      width: 426px; }
      body.second.goods .goods-items .item .goods-thumb-box .main-list-box li {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: 0.5s; }
        body.second.goods .goods-items .item .goods-thumb-box .main-list-box li.active {
          transition: 0.5s;
          animation-fill-mode: forwards;
          z-index: 3;
          opacity: 1; }
        body.second.goods .goods-items .item .goods-thumb-box .main-list-box li:first-child {
          z-index: 2; }
    body.second.goods .goods-items .item .goods-thumb-box .thumb-list-box {
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; }
      body.second.goods .goods-items .item .goods-thumb-box .thumb-list-box li {
        overflow: hidden;
        width: 50px;
        height: 50px;
        background: #eee;
        margin: 0 5px 5px;
        cursor: pointer; }
        body.second.goods .goods-items .item .goods-thumb-box .thumb-list-box li img {
          width: 100%; }
  body.second.goods .goods-items .item .texts {
    -ms-flex: 1;
        flex: 1;
    padding: 0 0 30px 2.5%; }
    body.second.goods .goods-items .item .texts .title-item {
      font-size: 17px;
      font-weight: 700;
      line-height: 1.7;
      margin-top: 1.5rem; }
      body.second.goods .goods-items .item .texts .title-item .icon-new {
        margin-left: 0px !important;
        position: relative;
        top: -1px;
        margin-right: 8px; }
    body.second.goods .goods-items .item .texts .descriptions,
    body.second.goods .goods-items .item .texts .sizes {
      margin-top: 20px; }
  body.second.goods .goods-items .item .pre-sale {
    position: relative;
    color: #e80025; }
    body.second.goods .goods-items .item .pre-sale:before {
      content: "事前販売限定予定";
      color: #fff;
      background: #e80025;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: 0;
      padding: 0 4px 1px;
      border-radius: 3px;
      margin-right: 5px;
      margin-left: 0; }
  body.second.goods .goods-items .item .venue-limited {
    position: relative;
    color: #e80025;
    display: block;
    margin-top: 25px;
    margin-bottom: -1.2rem; }
    body.second.goods .goods-items .item .venue-limited:before {
      content: "会場限定販売";
      color: #fff;
      background: #e60012;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0;
      padding: 2px 8px 3px;
      border-radius: 0;
      margin-right: 5px;
      margin-left: 0; }
  body.second.goods .goods-items .item h4 .pre-sale:before {
    margin-left: 0;
    line-height: 4; }
  body.second.goods .goods-items .item .goods-items-note {
    color: #e80025; }

body.second.areamap .map-wrap img {
  width: 100%; }

body.second.areamap .areamap-bottom-txt-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

body.second.areamap .nav-area {
  display: -ms-flexbox;
  display: flex;
  counter-reset: list 0;
  padding: 30px 0 30px;
  margin-bottom: 40px;
  border-bottom: #f5f5f6 solid 1px; }
  body.second.areamap .nav-area > * {
    -ms-flex: 1;
        flex: 1; }
  body.second.areamap .nav-area .shop-list {
    font-size: 13.5px;
    line-height: 1.8;
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex; }
    body.second.areamap .nav-area .shop-list:before {
      width: 24px;
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      letter-spacing: 0;
      color: #ffffff;
      font-weight: 600;
      margin-right: 5px;
      text-align: center; }
    body.second.areamap .nav-area .shop-list:not(.non-num):before {
      counter-increment: list;
      content: counter(list); }
    body.second.areamap .nav-area .shop-list.non-num:before {
      content: "★"; }
    body.second.areamap .nav-area .shop-list a {
      text-decoration: underline; }
      body.second.areamap .nav-area .shop-list a:hover {
        text-decoration: none; }

body.second.areamap ul.foodshop-list-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px); }
  body.second.areamap ul.foodshop-list-box li {
    width: 360px;
    margin-bottom: 50px;
    margin-right: 20px; }
    body.second.areamap ul.foodshop-list-box li .read {
      line-height: 24px; }
    body.second.areamap ul.foodshop-list-box li:not(.non-num) {
      counter-increment: number; }
    body.second.areamap ul.foodshop-list-box li.shop-area-title {
      font-weight: bold;
      padding: 0 10px;
      width: 100%;
      box-sizing: border-box;
      font-weight: 700;
      font-size: 22px;
      line-height: 46px;
      background: #191919;
      text-align: center;
      margin-bottom: 50px;
      color: #ffffff; }
      body.second.areamap ul.foodshop-list-box li.shop-area-title.windmill-field {
        background: #00a8ff; }
      body.second.areamap ul.foodshop-list-box li.shop-area-title.seaside-park {
        background: #4cd137;
        font-family: Josefin Sans, sans-serif;
        padding-top: 4px;
        line-height: 42px; }
    body.second.areamap ul.foodshop-list-box li.non-num .shop-name:before {
      content: "★"; }
    body.second.areamap ul.foodshop-list-box li .shop-name {
      font-size: 20px;
      color: #ed6c00;
      font-weight: bold;
      margin-bottom: 18px;
      letter-spacing: -0.001em; }
      body.second.areamap ul.foodshop-list-box li .shop-name.mini {
        font-size: 19px; }
      body.second.areamap ul.foodshop-list-box li .shop-name:before {
        width: 30px;
        height: 30px;
        background: #ed6c00;
        color: #ffffff;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        content: counter(number);
        margin-right: 10px; }
    body.second.areamap ul.foodshop-list-box li .wrap-image {
      width: 100%;
      height: 240px;
      overflow: hidden;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      background: #f5f5f6; }
      body.second.areamap ul.foodshop-list-box li .wrap-image img {
        width: 100%; }
    body.second.areamap ul.foodshop-list-box li .menu {
      font-size: 12px;
      text-align: right;
      letter-spacing: 0;
      margin-bottom: 5px;
      line-height: 24px; }
    body.second.areamap ul.foodshop-list-box li .genre {
      display: inline-block;
      color: #ffffff;
      font-weight: 500;
      line-height: 20px;
      height: 20px;
      padding: 0 5px;
      font-size: 12px;
      font-weight: bold; }

body.second.areamap .eco-list-box {
  margin-top: 50px; }
  body.second.areamap .eco-list-box > li {
    display: -ms-flexbox;
    display: flex;
    counter-increment: number;
    margin-bottom: 60px; }
    body.second.areamap .eco-list-box > li .shop-name {
      margin-bottom: 20px;
      font-weight: bold;
      font-size: 20px; }
      body.second.areamap .eco-list-box > li .shop-name:before {
        width: 30px;
        height: 30px;
        color: white;
        display: inline-block;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        content: counter(number);
        margin-right: 18px; }
    body.second.areamap .eco-list-box > li .note-list-box li {
      font-size: 12px;
      line-height: 20px;
      margin-bottom: 8px; }
      body.second.areamap .eco-list-box > li .note-list-box li:last-child {
        margin-bottom: 0; }
  body.second.areamap .eco-list-box .slider-wrap {
    width: 400px;
    margin-right: 40px; }
  body.second.areamap .eco-list-box .txt-wrap {
    font-size: 15px;
    -ms-flex: 1;
        flex: 1; }
    body.second.areamap .eco-list-box .txt-wrap .box {
      margin-top: 20px; }
  body.second.areamap .eco-list-box h5.title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2px; }

body.second.areamap #tab-contents-osaka-areamap .shop-name,
body.second.areamap #tab-contents-osaka-areamap .shop-list,
body.second.areamap #tab-contents-osaka-foodmap .shop-name,
body.second.areamap #tab-contents-osaka-foodmap .shop-list,
body.second.areamap #tab-contents-osaka-play .shop-name,
body.second.areamap #tab-contents-osaka-play .shop-list {
  color: #ed6c00; }
  body.second.areamap #tab-contents-osaka-areamap .shop-name a,
  body.second.areamap #tab-contents-osaka-areamap .shop-list a,
  body.second.areamap #tab-contents-osaka-foodmap .shop-name a,
  body.second.areamap #tab-contents-osaka-foodmap .shop-list a,
  body.second.areamap #tab-contents-osaka-play .shop-name a,
  body.second.areamap #tab-contents-osaka-play .shop-list a {
    color: #ed6c00; }
  body.second.areamap #tab-contents-osaka-areamap .shop-name:before,
  body.second.areamap #tab-contents-osaka-areamap .shop-list:before,
  body.second.areamap #tab-contents-osaka-foodmap .shop-name:before,
  body.second.areamap #tab-contents-osaka-foodmap .shop-list:before,
  body.second.areamap #tab-contents-osaka-play .shop-name:before,
  body.second.areamap #tab-contents-osaka-play .shop-list:before {
    background: #ed6c00; }

body.second.areamap #tab-contents-osaka-areamap .genre,
body.second.areamap #tab-contents-osaka-foodmap .genre,
body.second.areamap #tab-contents-osaka-play .genre {
  background: #ed6c00; }

body.second.areamap #tab-contents-osaka-areamap h5.title,
body.second.areamap #tab-contents-osaka-foodmap h5.title,
body.second.areamap #tab-contents-osaka-play h5.title {
  color: #ed6c00; }

body.second.areamap #tab-contents-tokyo-areamap .shop-name,
body.second.areamap #tab-contents-tokyo-areamap .shop-list,
body.second.areamap #tab-contents-tokyo-foodmap .shop-name,
body.second.areamap #tab-contents-tokyo-foodmap .shop-list,
body.second.areamap #tab-contents-tokyo-play .shop-name,
body.second.areamap #tab-contents-tokyo-play .shop-list {
  color: #0079C3; }
  body.second.areamap #tab-contents-tokyo-areamap .shop-name a,
  body.second.areamap #tab-contents-tokyo-areamap .shop-list a,
  body.second.areamap #tab-contents-tokyo-foodmap .shop-name a,
  body.second.areamap #tab-contents-tokyo-foodmap .shop-list a,
  body.second.areamap #tab-contents-tokyo-play .shop-name a,
  body.second.areamap #tab-contents-tokyo-play .shop-list a {
    color: #0079C3; }
  body.second.areamap #tab-contents-tokyo-areamap .shop-name:before,
  body.second.areamap #tab-contents-tokyo-areamap .shop-list:before,
  body.second.areamap #tab-contents-tokyo-foodmap .shop-name:before,
  body.second.areamap #tab-contents-tokyo-foodmap .shop-list:before,
  body.second.areamap #tab-contents-tokyo-play .shop-name:before,
  body.second.areamap #tab-contents-tokyo-play .shop-list:before {
    background: #0079C3; }

body.second.areamap #tab-contents-tokyo-areamap .genre,
body.second.areamap #tab-contents-tokyo-foodmap .genre,
body.second.areamap #tab-contents-tokyo-play .genre {
  background: #0079C3; }

body.second.areamap #tab-contents-tokyo-areamap h5.title,
body.second.areamap #tab-contents-tokyo-foodmap h5.title,
body.second.areamap #tab-contents-tokyo-play h5.title {
  color: #0079C3; }

body.second.appli #wrapper .second-box {
  width: 1120px; }

body.second.appli #wrapper .appli-name-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

body.second.appli #wrapper .appli-name {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 60px;
  position: relative; }
  body.second.appli #wrapper .appli-name::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    left: -114px;
    top: 50%;
    transform: translatey(-50%);
    background: url(../appli/img/icon_metrock_app.png) no-repeat center top/contain; }

body.second.appli #wrapper .appli-dl-box {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px; }
  body.second.appli #wrapper .appli-dl-box .left-box {
    margin-right: 25px; }
    body.second.appli #wrapper .appli-dl-box .left-box img {
      width: 375px; }
  body.second.appli #wrapper .appli-dl-box .right-box .text-box {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 23px; }
  body.second.appli #wrapper .appli-dl-box .right-box .appli-logo-box {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    body.second.appli #wrapper .appli-dl-box .right-box .appli-logo-box .appli-logo-qr {
      width: 160px;
      margin-top: -18px; }
    body.second.appli #wrapper .appli-dl-box .right-box .appli-logo-box .appli-logo-google {
      width: 160px;
      margin-right: 30px; }
    body.second.appli #wrapper .appli-dl-box .right-box .appli-logo-box .appli-logo-apple {
      width: 130px; }

body.second.appli #wrapper .appli-about-box {
  padding: 30px 40px;
  border: solid 1px #00a73c; }
  body.second.appli #wrapper .appli-about-box .appli-about-ttl {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #00a73c;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
  body.second.appli #wrapper .appli-about-box .appli-about-text-box {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0; }
    body.second.appli #wrapper .appli-about-box .appli-about-text-box .ttl {
      font-size: 20px;
      line-height: 30px;
      font-weight: bold;
      padding-left: 25px;
      position: relative;
      margin-top: 35px; }
      body.second.appli #wrapper .appli-about-box .appli-about-text-box .ttl:first-child {
        margin-top: 0; }
      body.second.appli #wrapper .appli-about-box .appli-about-text-box .ttl::before {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        left: 0;
        top: 50%;
        transform: translatey(-50%);
        background-color: #00a73c; }
    body.second.appli #wrapper .appli-about-box .appli-about-text-box a {
      text-decoration: underline; }

body.second.appli #wrapper .btn-box.btn-box-a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #f2f5f3; }
  body.second.appli #wrapper .btn-box.btn-box-a a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 40px;
    background: #00a73c;
    position: relative;
    width: 400px; }
    body.second.appli #wrapper .btn-box.btn-box-a a::before {
      position: absolute;
      content: "";
      width: 0px;
      height: 0px;
      left: auto;
      top: auto;
      right: 0;
      bottom: 0;
      margin-right: 0;
      border-top: 20px solid transparent;
      border-right: 20px solid #000;
      border-bottom: 20px solid #000;
      border-left: 20px solid transparent; }
    body.second.appli #wrapper .btn-box.btn-box-a a::after {
      position: absolute;
      content: "";
      display: inline-block;
      background: url(../img/arrow_wh.png) no-repeat center top;
      background-size: contain;
      width: 20px;
      height: 7px;
      left: auto;
      top: auto;
      right: 5px;
      bottom: 7px; }

body.second.appli #wrapper .appli-entry-box {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #f2f5f3;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0; }
  body.second.appli #wrapper .appli-entry-box .appli-entry-ttl {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    margin-top: 35px;
    margin-bottom: 10px; }
    body.second.appli #wrapper .appli-entry-box .appli-entry-ttl:first-child {
      margin-top: 0; }
    body.second.appli #wrapper .appli-entry-box .appli-entry-ttl::before {
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      left: 0;
      top: 50%;
      transform: translatey(-50%);
      background-color: #00a73c; }
  body.second.appli #wrapper .appli-entry-box .appli-entry-gray-box {
    margin-top: 35px;
    padding: 35px 40px;
    background: #f2f5f3; }
    body.second.appli #wrapper .appli-entry-box .appli-entry-gray-box .ttl {
      font-size: 20px;
      line-height: 30px;
      font-weight: bold;
      padding-left: 30px;
      position: relative;
      margin-top: 35px; }
      body.second.appli #wrapper .appli-entry-box .appli-entry-gray-box .ttl:first-child {
        margin-top: 0; }
      body.second.appli #wrapper .appli-entry-box .appli-entry-gray-box .ttl::before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        left: 0;
        top: 50%;
        transform: translatey(-50%);
        background-color: #00a73c;
        border-radius: 100px; }
    body.second.appli #wrapper .appli-entry-box .appli-entry-gray-box .ttl-new {
      font-size: 22px;
      line-height: 30px;
      font-weight: bold;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-left: 68px;
      margin-bottom: 2px; }
      body.second.appli #wrapper .appli-entry-box .appli-entry-gray-box .ttl-new::before {
        content: "";
        position: absolute;
        background: url(../appli/img/ico_new_pc.png) no-repeat center top/contain;
        width: 57px;
        height: 24px;
        left: 0;
        top: 50%;
        transform: translatey(-50%); }
      body.second.appli #wrapper .appli-entry-box .appli-entry-gray-box .ttl-new.ttl-new-no-icon {
        padding-left: 0; }
        body.second.appli #wrapper .appli-entry-box .appli-entry-gray-box .ttl-new.ttl-new-no-icon::before {
          content: none; }
    body.second.appli #wrapper .appli-entry-box .appli-entry-gray-box.appli-entry-gray-box-new {
      background: #ceecd6; }

body.second.appli #wrapper .marker {
  border-width: 4px;
  border-bottom: solid;
  border-color: #00a73c; }

body.second.appli #wrapper .appli-step-box {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  margin-top: 40px;
  border-top: 2px solid #00a73c; }
  body.second.appli #wrapper .appli-step-box.step-arrow {
    position: relative; }
    body.second.appli #wrapper .appli-step-box.step-arrow::before {
      position: absolute;
      content: "";
      top: -3px;
      left: 50%;
      transform: translatex(-50%);
      width: 43px;
      height: 24px;
      background: url(../appli/img/step_arrow_down_pc.png) top center no-repeat;
      background-size: contain; }
  body.second.appli #wrapper .appli-step-box .appli-step-box-pl {
    padding-left: 80px; }
  body.second.appli #wrapper .appli-step-box .appli-step-ttl {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative; }
    body.second.appli #wrapper .appli-step-box .appli-step-ttl::before {
      position: absolute;
      content: "";
      top: -18px;
      left: -80px;
      width: 60px;
      height: 60px;
      background: url(../appli/img/ttl_step_1.png) top center/contain no-repeat; }
    body.second.appli #wrapper .appli-step-box .appli-step-ttl.appli-step-ttl-02::before {
      background: url(../appli/img/ttl_step_2.png) top center/contain no-repeat; }
    body.second.appli #wrapper .appli-step-box .appli-step-ttl.appli-step-ttl-03::before {
      background: url(../appli/img/ttl_step_3.png) top center/contain no-repeat; }
    body.second.appli #wrapper .appli-step-box .appli-step-ttl.appli-step-ttl-04::before {
      background: url(../appli/img/ttl_step_4.png) top center/contain no-repeat; }
    body.second.appli #wrapper .appli-step-box .appli-step-ttl.appli-step-ttl-05::before {
      background: url(../appli/img/ttl_step_5.png) top center/contain no-repeat; }
  body.second.appli #wrapper .appli-step-box .appli-step-text {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px; }
  body.second.appli #wrapper .appli-step-box .appli-step-img-box {
    text-align: center;
    margin-bottom: 30px;
    margin-left: -80px; }
  body.second.appli #wrapper .appli-step-box .appli-step-gray-box {
    margin-top: 35px;
    padding: 35px 40px;
    background: #f2f5f3; }
    body.second.appli #wrapper .appli-step-box .appli-step-gray-box a {
      text-decoration: underline; }
  body.second.appli #wrapper .appli-step-box .ttl {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    margin-top: 35px; }
    body.second.appli #wrapper .appli-step-box .ttl:first-child {
      margin-top: 0; }
    body.second.appli #wrapper .appli-step-box .ttl::before {
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      left: 0;
      top: 50%;
      transform: translatey(-50%);
      background-color: #00a73c;
      border-radius: 100px; }
  body.second.appli #wrapper .appli-step-box ul.list-mini {
    margin-left: 20px; }
  body.second.appli #wrapper .appli-step-box ul li {
    padding-left: 1em;
    text-indent: -1em; }
    body.second.appli #wrapper .appli-step-box ul li.hyphen {
      padding-left: 2em;
      position: relative; }
      body.second.appli #wrapper .appli-step-box ul li.hyphen::before {
        position: absolute;
        content: "-";
        width: 16px;
        height: 16px;
        left: 19px;
        top: 0; }

body.second.appli #wrapper .appli-monshin-box {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #f2f5f3; }

body.second.appli #wrapper .step-arrow-end {
  margin: 40px 0;
  border-bottom: 2px solid #00a73c; }

body.second .dl-dblarr dt {
  position: relative;
  padding-left: 1em;
  font-weight: 700; }
  body.second .dl-dblarr dt:before {
    content: "»";
    position: absolute;
    top: -1px;
    left: 0; }

body.second a.link-color {
  color: #00a73c;
  text-decoration: underline; }
  body.second a.link-color:hover {
    text-decoration: none; }

@media all and (-ms-high-contrast: none) {
  body.second.news .news-list-area .news-list-box li a {
    -ms-flex: 100%;
        flex: 100%; }
  body.second.news .news-list-area .news-list-box.active {
    min-height: 314px !important; } }

.tbl-base {
  font-size: 14px;
  line-height: 30px; }
  .tbl-base th {
    font-weight: bold; }
  .tbl-base.osaka th {
    color: #ed6c00; }
  .tbl-base.tokyo th {
    color: #0079C3; }

.table-style-01 tr {
  border-bottom: 1px solid #dde7eb; }
  .table-style-01 tr:first-child th,
  .table-style-01 tr:first-child td {
    padding-top: 0; }
  .table-style-01 tr:last-child {
    border-bottom: none; }

.table-style-01 th,
.table-style-01 td {
  padding: 22px 0; }

.table-style-01 th {
  font-size: 16px;
  text-align: right;
  width: 200px;
  box-sizing: border-box; }

.table-style-01 td {
  padding-left: 60px; }

.table-style-01 .wrap-image {
  margin: 10px 0; }

.table-style-02 .ticktore {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px; }

.table-style-02,
.table-style-02 th,
.table-style-02 td,
.table-style-02 tr {
  display: block;
  text-align: left; }

.table-style-02 tr {
  border-bottom: 1px solid #dde7eb;
  padding: 22px 0;
  padding-left: 20px;
  padding-right: 20px; }
  .table-style-02 tr:first-child {
    padding-top: 0; }
  .table-style-02 tr:last-child {
    border-bottom: none;
    padding-bottom: 0; }

.table-style-02 th {
  font-size: 16px;
  margin-bottom: 10px; }

.dot-list-box {
  font-size: 14px;
  line-height: 30px; }
  .dot-list-box.osaka li .txt:before {
    background: url(../img/icon_dia_osaka.png) no-repeat;
    background-size: 100%; }
  .dot-list-box.tokyo li .txt:before {
    background: url(../img/icon_dia_tokyo.png) no-repeat;
    background-size: 100%; }
  .dot-list-box li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #f5f5f6; }
    .dot-list-box li.no-border {
      border: none; }
    .dot-list-box li:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .dot-list-box li .txt {
      text-indent: -22px;
      margin-left: 23px; }
      .dot-list-box li .txt:before {
        width: 13px;
        height: 13px;
        display: inline-block;
        content: "";
        margin-right: 8px;
        position: relative;
        top: 1px; }
  .dot-list-box .ticktore,
  .dot-list-box .bnr {
    margin-top: 10px;
    margin-bottom: 10px; }
    .dot-list-box .ticktore img,
    .dot-list-box .bnr img {
      width: auto;
      height: 74px; }
  .dot-list-box .indent-style-01 {
    margin-left: 24px; }

.dot-lists li:before {
  content: "・";
  display: inline-block; }

.dl-circle dt {
  position: relative;
  padding-left: 1.5em;
  font-weight: 700; }
  .dl-circle dt:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0; }

.dot-lists li time {
  width: 9em;
  display: inline-block; }

.asta-lists > li {
  position: relative;
  padding-left: 1.2em;
  margin-top: 1em; }
  .asta-lists > li:not(:first-child) {
    margin-top: 0; }
  .asta-lists > li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0; }

.dl-dblarr .indent {
  text-indent: 1em; }

.table-style-03 .space {
  padding: 22px 0;
  padding-left: 20px;
  padding-right: 20px; }

.table-style-03 tr {
  display: -ms-flexbox;
  display: flex; }
  .table-style-03 tr th {
    width: 170px;
    padding-top: 21px; }
  .table-style-03 tr th,
  .table-style-03 tr td {
    display: block;
    border-bottom: 1px solid #dde7eb; }
  .table-style-03 tr:last-child > th,
  .table-style-03 tr:last-child > td {
    border-bottom: none; }
  .table-style-03 tr td {
    -ms-flex: 1;
        flex: 1;
    padding-left: 40px; }

.table-style-03 th {
  font-weight: bold;
  text-align: right;
  font-size: 16px;
  width: 200px;
  padding-top: 18px; }

.detail-area {
  display: none; }

.tbl-timetable-list-box {
  position: relative;
  min-height: 1530px; }

.windmill-field .tbl-timetable-list-box,
.bay-field .tbl-timetable-list-box {
  background: #c7ecff;
  background-size: 5px; }
  .windmill-field .tbl-timetable-list-box .logo-area,
  .bay-field .tbl-timetable-list-box .logo-area {
    background: #00a8ff; }

.seaside-park .tbl-timetable-list-box,
.green-hill .tbl-timetable-list-box {
  background: #d7f5d3;
  background-size: 5px; }
  .seaside-park .tbl-timetable-list-box .logo-area,
  .green-hill .tbl-timetable-list-box .logo-area {
    background: #4cd137; }

.new-beat-square .tbl-timetable-list-box {
  background: #f0edff;
  background-size: 5px; }
  .new-beat-square .tbl-timetable-list-box .logo-area {
    background: #9c88ff; }

.bay-field .detail-area,
.windmill-field .detail-area {
  background: #00a8ff; }

.bay-field .logo-area-inner,
.windmill-field .logo-area-inner {
  background: #00a8ff; }

.green-hill .detail-area,
.seaside-park .detail-area {
  background: #4cd137; }

.green-hill .logo-area-inner,
.seaside-park .logo-area-inner {
  background: #4cd137; }

.new-beat-square .detail-area {
  background: #9c88ff; }

.new-beat-square .logo-area-inner {
  background: #9c88ff; }

body.artist.timetable .timetable-area {
  position: relative;
  margin-bottom: 25px; }
  body.artist.timetable .timetable-area .timeline {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none; }
    body.artist.timetable .timetable-area .timeline .tbl-timeline-list-box {
      padding-top: 65px; }
      body.artist.timetable .timetable-area .timeline .tbl-timeline-list-box li {
        box-sizing: border-box;
        height: 144px;
        border-top: 2px solid #000;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        padding-left: 7px;
        color: #000; }
        body.artist.timetable .timetable-area .timeline .tbl-timeline-list-box li.short {
          width: 919px; }
  body.artist.timetable .timetable-area .stages {
    display: -ms-flexbox;
    display: flex;
    width: 1100px;
    margin-left: 60px; }
    body.artist.timetable .timetable-area .stages .hour11 {
      position: absolute;
      top: 26px; }
    body.artist.timetable .timetable-area .stages .hour12 {
      position: absolute;
      top: 170px; }
    body.artist.timetable .timetable-area .stages .hour13 {
      position: absolute;
      top: 314px; }
    body.artist.timetable .timetable-area .stages .hour14 {
      position: absolute;
      top: 458px; }
    body.artist.timetable .timetable-area .stages .hour15 {
      position: absolute;
      top: 602px; }
    body.artist.timetable .timetable-area .stages .hour16 {
      position: absolute;
      top: 746px; }
    body.artist.timetable .timetable-area .stages .hour17 {
      position: absolute;
      top: 890px; }
    body.artist.timetable .timetable-area .stages .hour18 {
      position: absolute;
      top: 1034px; }
    body.artist.timetable .timetable-area .stages .hour19 {
      position: absolute;
      top: 1178px; }
    body.artist.timetable .timetable-area .stages .hour20 {
      position: absolute;
      top: 1322px; }
    body.artist.timetable .timetable-area .stages .hour21 {
      position: absolute;
      top: 1466px; }
    body.artist.timetable .timetable-area .stages .hour22 {
      position: absolute;
      top: 1610px; }
    body.artist.timetable .timetable-area .stages .hour23 {
      position: absolute;
      top: 1754px; }
    body.artist.timetable .timetable-area .stages .hour24 {
      position: absolute;
      top: 1898px; }
    body.artist.timetable .timetable-area .stages .hour25 {
      position: absolute;
      top: 2042px; }
    body.artist.timetable .timetable-area .stages .hour26 {
      position: absolute;
      top: 2186px; }
    body.artist.timetable .timetable-area .stages .hour27 {
      position: absolute;
      top: 2330px; }
    body.artist.timetable .timetable-area .stages .hour28 {
      position: absolute;
      top: 2474px; }
    body.artist.timetable .timetable-area .stages .hour29 {
      position: absolute;
      top: 2618px; }
    body.artist.timetable .timetable-area .stages .hour30 {
      position: absolute;
      top: 2762px; }
    body.artist.timetable .timetable-area .stages .hour31 {
      position: absolute;
      top: 2906px; }
    body.artist.timetable .timetable-area .stages .hour32 {
      position: absolute;
      top: 3050px; }
    body.artist.timetable .timetable-area .stages .hour33 {
      position: absolute;
      top: 3194px; }
    body.artist.timetable .timetable-area .stages .hour34 {
      position: absolute;
      top: 3338px; }
    body.artist.timetable .timetable-area .stages .min0 {
      position: relative;
      top: 0px; }
    body.artist.timetable .timetable-area .stages .min5 {
      position: relative;
      top: 11.7px; }
    body.artist.timetable .timetable-area .stages .min10 {
      position: relative;
      top: 23.4px; }
    body.artist.timetable .timetable-area .stages .min15 {
      position: relative;
      top: 35.1px; }
    body.artist.timetable .timetable-area .stages .min20 {
      position: relative;
      top: 46.8px; }
    body.artist.timetable .timetable-area .stages .min25 {
      position: relative;
      top: 58.5px; }
    body.artist.timetable .timetable-area .stages .min30 {
      position: relative;
      top: 70.2px; }
    body.artist.timetable .timetable-area .stages .min35 {
      position: relative;
      top: 81.9px; }
    body.artist.timetable .timetable-area .stages .min40 {
      position: relative;
      top: 93.6px; }
    body.artist.timetable .timetable-area .stages .min45 {
      position: relative;
      top: 105.3px; }
    body.artist.timetable .timetable-area .stages .min50 {
      position: relative;
      top: 117px; }
    body.artist.timetable .timetable-area .stages .min55 {
      position: relative;
      top: 128.7px; }
    body.artist.timetable .timetable-area .stages .min60 {
      position: relative;
      top: 140.4px; }
    body.artist.timetable .timetable-area .stages .min05 {
      position: relative;
      top: 9px; }
    body.artist.timetable .timetable-area .stages .time0 {
      height: 0px; }
    body.artist.timetable .timetable-area .stages .time5 {
      height: 11.95px; }
    body.artist.timetable .timetable-area .stages .time10 {
      height: 23.9px; }
    body.artist.timetable .timetable-area .stages .time15 {
      height: 35.85px; }
    body.artist.timetable .timetable-area .stages .time20 {
      height: 47.8px; }
    body.artist.timetable .timetable-area .stages .time25 {
      height: 59.75px; }
    body.artist.timetable .timetable-area .stages .time30 {
      height: 71.7px; }
    body.artist.timetable .timetable-area .stages .time35 {
      height: 83.65px; }
    body.artist.timetable .timetable-area .stages .time40 {
      height: 95.6px; }
    body.artist.timetable .timetable-area .stages .time45 {
      height: 107.55px; }
    body.artist.timetable .timetable-area .stages .time50 {
      height: 119.5px; }
    body.artist.timetable .timetable-area .stages .time55 {
      height: 131.45px; }
    body.artist.timetable .timetable-area .stages .time60 {
      height: 143.4px; }
    body.artist.timetable .timetable-area .stages .time65 {
      height: 155.35px; }
    body.artist.timetable .timetable-area .stages .time70 {
      height: 167.3px; }
    body.artist.timetable .timetable-area .stages .time75 {
      height: 179.25px; }
    body.artist.timetable .timetable-area .stages .time80 {
      height: 191.2px; }
    body.artist.timetable .timetable-area .stages .stage {
      width: 268px;
      position: relative;
      margin-right: 10px; }
      body.artist.timetable .timetable-area .stages .stage:last-child {
        margin-right: 0; }
      body.artist.timetable .timetable-area .stages .stage .logo-area {
        width: 268px;
        color: #fff; }
        body.artist.timetable .timetable-area .stages .stage .logo-area.min0 {
          box-sizing: border-box; }
        body.artist.timetable .timetable-area .stages .stage .logo-area .logo-area-inner {
          word-break: break-all;
          position: relative;
          z-index: 5;
          box-sizing: border-box;
          width: 100%;
          height: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          text-align: center;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap; }
          body.artist.timetable .timetable-area .stages .stage .logo-area .logo-area-inner .start-time {
            font-size: 12px;
            background: #000;
            height: 18px;
            line-height: 18px;
            position: absolute;
            top: 0px;
            left: 0;
            margin: 0 auto 6px;
            width: 58px;
            text-align: right;
            font-weight: 700;
            padding-right: 4px; }
            body.artist.timetable .timetable-area .stages .stage .logo-area .logo-area-inner .start-time::after {
              position: absolute;
              content: "";
              width: 0;
              height: 0;
              top: 0;
              right: -18px;
              border-top: 9px solid #000;
              border-right: 9px solid transparent;
              border-bottom: 9px solid transparent;
              border-left: 9px solid #000; }
          body.artist.timetable .timetable-area .stages .stage .logo-area .logo-area-inner .logo {
            padding-top: 7px;
            width: 96%;
            margin: 0 auto;
            font-size: 17px;
            letter-spacing: 0;
            font-weight: bold;
            line-height: 20px;
            word-break: keep-all; }
    body.artist.timetable .timetable-area .stages h4.title-stage {
      font-family: Josefin Sans, sans-serif;
      font-weight: 900;
      font-size: 28px;
      letter-spacing: -0.05em;
      padding-bottom: 7px;
      position: relative;
      padding-left: 0px;
      border-bottom: 4px solid #191919; }
      body.artist.timetable .timetable-area .stages h4.title-stage.bay-field, body.artist.timetable .timetable-area .stages h4.title-stage.windmill-field {
        color: #00a8ff; }
      body.artist.timetable .timetable-area .stages h4.title-stage.green-hill, body.artist.timetable .timetable-area .stages h4.title-stage.seaside-park {
        color: #4cd137; }
      body.artist.timetable .timetable-area .stages h4.title-stage.new-beat-square {
        color: #9c88ff; }

body.artist.timetable .timetable-area.tokyo .stages li.stage {
  margin-right: 20px;
  width: 354px; }
  body.artist.timetable .timetable-area.tokyo .stages li.stage:nth-child(3n) {
    margin-right: 0; }
  body.artist.timetable .timetable-area.tokyo .stages li.stage .logo-area {
    width: 354px; }

.detail-area {
  display: none;
  width: 500px;
  position: absolute;
  left: 40px;
  top: 20px;
  z-index: 25;
  padding: 20px;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.2), -1px -1px 20px 1px rgba(0, 0, 0, 0.2); }
  .detail-area .modal-close {
    display: none; }
  .detail-area .image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative; }
  .detail-area .info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: bold;
    padding: 20px 0 55px; }
    .detail-area .info dt {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0; }
    .detail-area .info dd {
      margin-left: auto; }
    .detail-area .info span.time {
      display: inline-block;
      background: #000;
      font-size: 16px;
      height: 28px;
      line-height: 28px;
      padding-top: 0px;
      width: 80px;
      text-align: center; }
    .detail-area .info .name {
      line-height: 20px;
      font-size: 22px;
      margin-left: 10px;
      color: white;
      position: relative;
      top: 2px; }
  .detail-area .profile {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    font-weight: 500; }
    .detail-area .profile br {
      display: none; }
  .detail-area .more-btn {
    text-align: right;
    padding: 0px 0;
    padding-right: 28px;
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    background: #ffffff;
    color: #191919; }
    .detail-area .more-btn:hover {
      background: #ffffff; }
    .detail-area .more-btn:before {
      content: "";
      background: url(../img/arrow_bk.png) center left no-repeat;
      background-size: 100%;
      width: 24px;
      height: 14px;
      left: auto;
      display: inline-block;
      margin-right: 15px;
      line-height: 14px;
      top: 1px;
      bottom: auto;
      position: relative; }

body.artist.timetable .stage.new-beat-square .detail-area {
  right: 40px;
  left: auto; }

.print-btn {
  font-weight: bold;
  display: inline-block;
  background: #e60012;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  font-size: 16px;
  margin-bottom: 60px;
  position: relative;
  padding-right: 46px; }
  .print-btn:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    margin-right: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #000;
    border-bottom: 20px solid #000;
    border-left: 20px solid transparent; }
  .print-btn::after {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(../img/arrow_wh.png) no-repeat center top;
    background-size: contain;
    width: 20px;
    height: 7px;
    left: auto;
    top: auto;
    right: 5px;
    bottom: 6px; }
  .print-btn span::before {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
    width: 13px;
    height: 16px;
    background: url(../img/icon_print.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: ""; }

body.artist.timetable #wrapper .sunshine-arch .detail-area {
  background: #e1b12c;
  right: 40px;
  left: auto; }

body.artist.timetable #wrapper .sunshine-arch .logo-area-inner {
  background: #e1b12c; }

body.artist.timetable #wrapper li.sunshine-arch {
  width: 268px;
  margin-right: 0; }
  body.artist.timetable #wrapper li.sunshine-arch .logo-area {
    width: 268px; }
  body.artist.timetable #wrapper li.sunshine-arch .tbl-timetable-list-box {
    background: #faf3de;
    background-size: 5px;
    min-height: 1530px; }
    body.artist.timetable #wrapper li.sunshine-arch .tbl-timetable-list-box .logo-area {
      background: #e1b12c; }
  body.artist.timetable #wrapper li.sunshine-arch .title-stage {
    border-bottom: 4px solid #191919;
    color: #e1b12c; }

.js-disableSave {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html.fixed {
  overflow: hidden; }
  html.fixed body {
    overflow: hidden; }

body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 30px; }

a {
  color: #191919; }

#wrapper {
  width: 100%; }

.main-visual-wrap {
  background: #191919; }

.main-container {
  padding-bottom: 60px; }

.main-visual {
  position: relative;
  height: 620px;
  background: url(../img/main_pc.jpg) no-repeat center top #000; }

@media screen and (max-width: 1200px) {
  .main-visual {
    width: 1200px; } }

.icon-new-style:before, body.second.artist.lineup .thumbnail-area .thumb-lists > li .name .icon-new:before, body.second.goods .goods-items .item .texts .title-item .icon-new:before, .icon-new-style2:before, body.home .timeline-youtube-wrap ul.timeline-list-box li .icon-new:before {
  color: #e60012;
  content: "NEW!";
  font-size: 14px;
  display: inline-block;
  font-family: Josefin Sans, sans-serif;
  font-weight: 900;
  margin-right: 4px; }

.icon-new-style2:before {
  line-height: 18px;
  font-size: 12px;
  padding: 0 8px;
  color: #ffffff;
  background: #00a73c; }

.arrow-link-txt2 {
  display: block;
  color: #00a73c;
  text-decoration: underline; }
  .arrow-link-txt2:hover {
    text-decoration: none; }

.arrow-link-txt {
  position: relative;
  color: #00a73c;
  text-decoration: underline; }
  .arrow-link-txt:hover {
    text-decoration: none; }
  .arrow-link-txt:before {
    content: "";
    display: inline-block;
    background: url(../img/arrow_bk.png) no-repeat center top;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 23px;
    height: 10px;
    margin-right: 10px;
    position: relative;
    top: -1px; }

.area-link-txt {
  color: #00a73c;
  text-decoration: underline; }

.more-btn {
  box-sizing: border-box;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  background: #00a73c;
  display: block;
  text-align: right;
  line-height: 38px;
  padding: 0 30px;
  color: #ffffff;
  font-weight: bold;
  transition: 0.3s; }
  .more-btn:before {
    content: "";
    display: inline-block;
    background: url(../img/arrow_wh.png) no-repeat center top;
    background-size: 100%;
    width: 25px;
    height: 10px;
    margin-right: 18px;
    position: relative;
    top: -1px; }
  .more-btn:hover {
    background: #38aee9; }

.section-title {
  color: #191919;
  font-family: Josefin Sans, sans-serif;
  font-weight: 900;
  font-size: 42px;
  letter-spacing: 2px;
  margin-bottom: 37px; }
  .section-title.wh {
    color: #ffffff; }

.js-comment-play {
  position: relative; }
  .js-comment-play .play-btn {
    z-index: 2;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .js-comment-play .play-btn:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border-left: 16px solid #00a73c;
      border-bottom: 9px solid transparent;
      border-top: 9px solid transparent;
      top: 17px;
      left: 19px; }
  .js-comment-play .image-wrap img {
    width: 100%; }
  .js-comment-play:hover .image-wrap img {
    transition: 0.3s;
    opacity: 0.5; }
  .js-comment-play:hover .img-bg {
    transition: 0.3s;
    opacity: 0.5; }

/* トップ
-------------------- */
body.home .main-movie-area {
  width: 100vw;
  min-width: 1200px;
  min-height: 675px;
  height: 56.2vw;
  background: #000000;
  position: relative; }
  body.home .main-movie-area iframe {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  body.home .main-movie-area .loader-simple {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.5em;
    margin-left: -1.5em; }

body.home .main-date-area1 {
  background: #ffffff; }
  body.home .main-date-area1 ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    body.home .main-date-area1 ul li {
      color: #ffffff;
      width: 50%;
      text-align: left;
      font-size: 42px;
      line-height: 1;
      padding-top: 10px;
      letter-spacing: -0.025em;
      height: 52px;
      font-family: Josefin Sans, sans-serif;
      font-weight: 900;
      box-sizing: border-box;
      vertical-align: middle; }
      body.home .main-date-area1 ul li.osaka {
        color: #fff;
        padding-right: 220px;
        background-color: #a54b00;
        text-align: right; }
      body.home .main-date-area1 ul li.tokyo {
        color: #fff;
        padding-left: 220px;
        background-color: #005488;
        text-align: left; }

body.home .main-date-area2 {
  background: linear-gradient(90deg, #ed6c00 0%, #ed6c00 50%, #0079C3 50%, #0079C3 100%); }
  body.home .main-date-area2 .main-date-area2-list-box {
    display: -ms-flexbox;
    display: flex; }
    body.home .main-date-area2 .main-date-area2-list-box li {
      width: 600px;
      height: 156px; }
    body.home .main-date-area2 .main-date-area2-list-box li.osaka {
      background: url(../img/main_date_osaka_pc.png) #ed6c00; }
    body.home .main-date-area2 .main-date-area2-list-box li.tokyo {
      background: url(../img/main_date_tokyo_pc.png) #0079C3; }

body.home .main-date-area3 {
  margin-bottom: 50px;
  background: linear-gradient(90deg, #a54b00 0%, #a54b00 50%, #005488 50%, #005488 100%); }
  body.home .main-date-area3 .main-date-area3-list-box {
    display: -ms-flexbox;
    display: flex; }
    body.home .main-date-area3 .main-date-area3-list-box li {
      width: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      body.home .main-date-area3 .main-date-area3-list-box li a {
        color: #ffffff;
        height: 50px;
        padding-top: 1px;
        line-height: 50px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        display: block;
        padding: 0 0px;
        box-sizing: border-box;
        letter-spacing: -0.025em; }
        body.home .main-date-area3 .main-date-area3-list-box li a:before {
          content: "";
          display: inline-block;
          background: url(../img/arrow_wh.png) no-repeat;
          background-size: 100%;
          width: 26px;
          position: relative;
          top: -6px;
          height: 10px;
          margin-right: 18px; }
    body.home .main-date-area3 .main-date-area3-list-box li.osaka {
      background: #a54b00;
      padding-right: 0px; }
      body.home .main-date-area3 .main-date-area3-list-box li.osaka a:first-child {
        margin-right: 20px; }
    body.home .main-date-area3 .main-date-area3-list-box li.tokyo {
      background: #005488;
      padding-right: 0px; }
      body.home .main-date-area3 .main-date-area3-list-box li.tokyo a:first-child {
        margin-right: 20px; }

body.home .comment-movie .bx-controls-direction a {
  top: 45%; }

body.home .slider-banner .slider-banner-list-box {
  max-height: 165px;
  overflow: hidden; }
  body.home .slider-banner .slider-banner-list-box li img {
    width: 100%; }

body.home .comment-movie {
  margin-top: 60px;
  padding: 60px 0;
  position: relative;
  background: #00a73c;
  position: relative; }
  body.home .comment-movie .arr {
    line-height: 20px;
    z-index: 20; }
  body.home .comment-movie .comment-lists {
    overflow: hidden; }
    body.home .comment-movie .comment-lists .image-wrap {
      position: relative;
      display: block; }
  body.home .comment-movie .comment-fade-box {
    transition: 0.3s;
    opacity: 0; }
  body.home .comment-movie .comment-slider-area {
    overflow: hidden;
    padding: 0 54px;
    position: relative;
    max-height: 800px;
    margin: 0 auto; }
    body.home .comment-movie .comment-slider-area .loader-simple2 {
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-top-color: rgba(255, 255, 255, 0.7); }
    body.home .comment-movie .comment-slider-area ul.slider-group-box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.home .comment-movie .comment-slider-area ul.slider-group-box li.js-comment-play {
        cursor: pointer;
        width: 336px;
        margin-right: 40px;
        margin-bottom: 20px;
        position: relative; }
        body.home .comment-movie .comment-slider-area ul.slider-group-box li.js-comment-play .img-bg {
          height: 194px;
          overflow: hidden;
          background-position: center;
          transition: 0.3s;
          background-size: cover;
          background-repeat: no-repeat; }
        body.home .comment-movie .comment-slider-area ul.slider-group-box li.js-comment-play:nth-child(3n) {
          margin-right: 0; }
        body.home .comment-movie .comment-slider-area ul.slider-group-box li.js-comment-play:nth-child(n + 4) {
          margin-bottom: 0; }
        body.home .comment-movie .comment-slider-area ul.slider-group-box li.js-comment-play .name {
          font-size: 16px;
          text-align: center;
          color: #ffffff;
          font-weight: 500;
          height: 50px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
    body.home .comment-movie .comment-slider-area .bx-prev:before,
    body.home .comment-movie .comment-slider-area .bx-next:before {
      border-color: #ffffff; }
  body.home .comment-movie .sub-movie-area iframe {
    width: 850px;
    height: 480px; }

body.home .banner-lists {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  body.home .banner-lists li {
    margin-bottom: 20px;
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    body.home .banner-lists li:last-child, body.home .banner-lists li:nth-child(3), body.home .banner-lists li:nth-child(7) {
      margin-right: 0; }
  body.home .banner-lists img {
    height: 91px; }

body.home .timeline-youtube-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 50px;
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start; }
  body.home .timeline-youtube-wrap .timeline {
    width: 680px;
    padding: 40px;
    position: relative; }
    body.home .timeline-youtube-wrap .timeline.coming-soon:before {
      font-size: 28px;
      font-weight: bold;
      font-family: "Crimson Text", serif;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      z-index: 3;
      content: "COMING SOON";
      color: #ffffff;
      background: rgba(11, 36, 49, 0.8);
      position: absolute;
      top: 0;
      padding-top: 15px;
      box-sizing: border-box;
      left: 0;
      width: 100%;
      height: 100%; }
  body.home .timeline-youtube-wrap ul.timeline-list-box {
    max-height: 250px;
    overflow-y: scroll; }
    body.home .timeline-youtube-wrap ul.timeline-list-box li {
      line-height: 28px;
      border-bottom: 1px solid #ffffff;
      padding-bottom: 13px;
      margin-bottom: 13px; }
      body.home .timeline-youtube-wrap ul.timeline-list-box li a {
        display: block; }
      body.home .timeline-youtube-wrap ul.timeline-list-box li .date-box {
        margin-bottom: 2px; }
      body.home .timeline-youtube-wrap ul.timeline-list-box li .only {
        width: 90px;
        line-height: 24px;
        color: #ffffff;
        font-size: 12px;
        margin-left: 10px;
        position: relative;
        top: -2px;
        font-weight: bold;
        display: inline-block;
        text-align: center; }
      body.home .timeline-youtube-wrap ul.timeline-list-box li .osaka-only {
        background: #ed6c00; }
        body.home .timeline-youtube-wrap ul.timeline-list-box li .osaka-only:before {
          content: "OSAKA only"; }
      body.home .timeline-youtube-wrap ul.timeline-list-box li .tokyo-only {
        background: #0079C3; }
        body.home .timeline-youtube-wrap ul.timeline-list-box li .tokyo-only:before {
          content: "TOKYO only"; }
      body.home .timeline-youtube-wrap ul.timeline-list-box li a[target="_blank"] .date-box:after {
        content: "";
        position: relative;
        top: 0px;
        margin-left: 7px;
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url(../img/icon_link_bk.png) no-repeat;
        background-size: 100%; }
        body.home .timeline-youtube-wrap ul.timeline-list-box li a[target="_blank"] .date-box:after.wh {
          background: url(../img/icon_link_wh.png) no-repeat;
          background-size: 100%; }
      body.home .timeline-youtube-wrap ul.timeline-list-box li .date {
        color: #00a73c;
        font-weight: bold; }
      body.home .timeline-youtube-wrap ul.timeline-list-box li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
  body.home .timeline-youtube-wrap .timeline-fesinfo {
    min-height: 276px;
    background: #f5f5f6; }
  body.home .timeline-youtube-wrap .youtube-wrap {
    -ms-flex: 1;
        flex: 1;
    margin-left: 30px; }
    body.home .timeline-youtube-wrap .youtube-wrap ul.youtube-list-box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      body.home .timeline-youtube-wrap .youtube-wrap ul.youtube-list-box li iframe {
        display: block;
        width: 490px;
        height: 276px; }

body.home .bg-stage-area {
  padding: 50px 0;
  background: url(../img/bg_stage_pc.jpg);
  background-position: center top; }
  body.home .bg-stage-area .sns-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    body.home .bg-stage-area .sns-columns > div.sns-timeline {
      position: relative;
      width: 580px;
      background: #ffffff;
      padding: 40px 40px 40px;
      box-sizing: border-box; }
      body.home .bg-stage-area .sns-columns > div.sns-timeline .js-twitterWidget {
        height: 460px;
        padding: 0 20px;
        display: block; }
      body.home .bg-stage-area .sns-columns > div.sns-timeline .widget.facebook {
        padding: 0 20px; }

body.home .official-sns-area {
  background: none;
  margin-top: 85px;
  padding: 40px 40px; }
  body.home .official-sns-area .official-sns-banner-list-box {
    display: -ms-flexbox;
    display: flex; }
    body.home .official-sns-area .official-sns-banner-list-box li:not(:last-child) {
      margin-right: 42px; }
    body.home .official-sns-area .official-sns-banner-list-box li a {
      display: block;
      width: 345px;
      height: 100px; }
    body.home .official-sns-area .official-sns-banner-list-box li.official-sns-banner-twitter a {
      background: url(../img/official-sns-banner-twitter.jpg); }
    body.home .official-sns-area .official-sns-banner-list-box li.official-sns-banner-facebook a {
      background: url(../img/official-sns-banner-facebook.jpg); }
    body.home .official-sns-area .official-sns-banner-list-box li.official-sns-banner-instagram a {
      background: url(../img/official-sns-banner-instagram.jpg); }

body.home .support-area {
  background: #f5f5f6;
  margin-top: 50px;
  padding: 40px 40px; }
  body.home .support-area .support-category {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex; }
    body.home .support-area .support-category.special-sponsor {
      margin-bottom: 44px; }
    body.home .support-area .support-category.sponsor {
      margin-bottom: 25px; }
      body.home .support-area .support-category.sponsor .size_2 img {
        height: 48px; }
      body.home .support-area .support-category.sponsor .size_1-8 {
        position: relative;
        top: 0px; }
        body.home .support-area .support-category.sponsor .size_1-8 img {
          height: 44px; }
      body.home .support-area .support-category.sponsor .size_1-5 img {
        height: 36px; }
      body.home .support-area .support-category.sponsor .size_1-6 img {
        height: 40px; }
      body.home .support-area .support-category.sponsor img {
        height: 44px; }
      body.home .support-area .support-category.sponsor ul.sponsor-lists li {
        margin-bottom: 20px; }
        body.home .support-area .support-category.sponsor ul.sponsor-lists li .monster img {
          height: 38px !important; }
      body.home .support-area .support-category.sponsor .support-title {
        padding-top: 6px; }
    body.home .support-area .support-category .support-title {
      font-size: 16px;
      font-weight: bold;
      width: 102px;
      padding-top: 8px; }
    body.home .support-area .support-category ul.sponsor-lists {
      -ms-flex: 1;
          flex: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -50px; }
      body.home .support-area .support-category ul.sponsor-lists li {
        margin-left: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      body.home .support-area .support-category ul.sponsor-lists a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
  body.home .support-area .green-power {
    padding: 20px 40px;
    background: #ffffff; }
    body.home .support-area .green-power .thumb-box {
      display: -ms-flexbox;
      display: flex; }
      body.home .support-area .green-power .thumb-box .image {
        width: 67px; }
      body.home .support-area .green-power .thumb-box .texts {
        -ms-flex: 1;
            flex: 1;
        margin-left: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        font-size: 14px; }

.pagetop {
  transition: 0.3s;
  z-index: 99;
  position: fixed;
  right: 20px;
  bottom: 20px; }
  .pagetop:hover {
    bottom: 25px; }
  .pagetop.pos2 {
    bottom: 100px; }
    .pagetop.pos2:hover {
      bottom: 105px; }
  .pagetop a {
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 120%;
    width: 50px;
    height: 50px;
    background-image: url(../img/pagetop.png);
    background-size: contain; }

.marker1 {
  font-weight: bold;
  display: inline; }

.tab-contents-list-box {
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  margin-top: 50px;
  position: relative; }
  .tab-contents-list-box li {
    width: 100%; }

.tab-contents {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s; }
  .tab-contents.active {
    overflow: hidden;
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1; }

.osaka .btn-box a {
  background: #ed6c00; }

.tokyo .btn-box a {
  background: #0079C3; }

#wrapper .btn-box.osaka a {
  background: #ed6c00; }

#wrapper .btn-box.tokyo a {
  background: #0079C3; }

#wrapper .btn-box a {
  background: #00a73c;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  padding: 3px 20px 5px 20px;
  box-sizing: border-box;
  display: inline-block; }
  #wrapper .btn-box a p {
    display: inline-block; }
  #wrapper .btn-box a:before {
    content: "";
    width: 24px;
    height: 10px;
    display: inline-block;
    margin-right: 16px;
    position: relative;
    top: -1px;
    background: url(../img/arrow_wh.png) 0% 0%/100% no-repeat; }

.thank-you {
  font-weight: bold;
  color: #00a73c; }

.kome-list-box li > div {
  display: inline-block; }

.kome-list-box li:before {
  content: "※"; }

.h2-ttl {
  color: #191919;
  font-weight: bold;
  font-size: 22px; }

.h3-ttl {
  color: #191919;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: bold; }

.key-color {
  color: #00a73c; }

.table-style-04 tr {
  border-bottom: 1px solid #f5f5f6; }
  .table-style-04 tr:last-child {
    border-bottom: none; }
  .table-style-04 tr th {
    vertical-align: top;
    width: 200px;
    font-weight: bold;
    font-size: 16px;
    color: #191919;
    padding-top: 35px;
    text-align: left;
    padding-left: 20px; }
  .table-style-04 tr td {
    padding-top: 30px; }
    .table-style-04 tr td .logo-list-box {
      display: -ms-flexbox;
      display: flex; }
    .table-style-04 tr td .logo {
      margin-right: 65px;
      margin-bottom: 20px; }

.dot-list-box2 li {
  display: -ms-flexbox;
  display: flex; }
  .dot-list-box2 li:before {
    content: "◆"; }

.dot-list-box3 li {
  font-size: 12px;
  line-height: 24px; }
  .dot-list-box3 li:before {
    content: "・"; }

.no_link {
  pointer-events: none !important;
  background: #191919 !important;
  opacity: .3 !important; }

.header .pc-menu-wrap .pc-menu-1-list-box li.main-menu > a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold; }

.header .pc-menu-wrap .pc-menu-2 li.main-menu.disable {
  opacity: .2 !important; }

.header .pc-menu-wrap .pc-menu-2 li.main-menu a {
  position: relative; }
  .header .pc-menu-wrap .pc-menu-2 li.main-menu a::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    right: 0;
    bottom: 0;
    border-top: 21px solid transparent;
    border-right: 21px solid #fff;
    border-bottom: 21px solid #fff;
    border-left: 21px solid transparent; }
  .header .pc-menu-wrap .pc-menu-2 li.main-menu a::after {
    content: "";
    background: url(../img/arrow_bk.png) no-repeat center top;
    background-size: 100%;
    width: 21px;
    height: 8px;
    right: 5px;
    bottom: 8px; }

.header .pc-menu-wrap .pc-menu-2 li.main-menu.ticket a::after {
  background: url(../img/arrow_green.png);
  background-repeat: no-repeat;
  background-size: 100%; }

body.home .main-date-area3 {
  margin-bottom: 70px;
  padding-bottom: 20px;
  background: linear-gradient(90deg, #ed6c00 0%, #ed6c00 50%, #0079C3 50%, #0079C3 100%); }

body.home .main-date-area3 .main-date-area3-list-box li a {
  background: #000;
  position: relative;
  width: 240px; }
  body.home .main-date-area3 .main-date-area3-list-box li a::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    margin-right: 0;
    border-top: 25px solid transparent;
    border-right: 25px solid #f4a766;
    border-bottom: 25px solid #f4a766;
    border-left: 25px solid transparent; }
  body.home .main-date-area3 .main-date-area3-list-box li a::after {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(../img/arrow_bk.png) no-repeat center top;
    background-size: contain;
    width: 24px;
    height: 9px;
    left: auto;
    top: auto;
    right: 7px;
    bottom: 8px; }
  body.home .main-date-area3 .main-date-area3-list-box li a span {
    position: relative;
    font-family: Josefin Sans, sans-serif;
    line-height: 1; }
    body.home .main-date-area3 .main-date-area3-list-box li a span::before {
      position: absolute;
      content: "";
      display: inline-block;
      background: url(../img/ico_mic.png) no-repeat;
      background-size: contain;
      width: 15px;
      height: 19px;
      left: auto;
      top: auto;
      left: -24px;
      top: 35%;
      transform: translateY(-50%); }
  body.home .main-date-area3 .main-date-area3-list-box li a:nth-child(2) span::before {
    background: url(../img/ico_map.png) no-repeat;
    width: 15px;
    height: 20px; }

body.home .main-date-area3 .main-date-area3-list-box li.tokyo a::before {
  border-top: 25px solid transparent;
  border-right: 25px solid #66afdb;
  border-bottom: 25px solid #66afdb;
  border-left: 25px solid transparent; }

body.home .main-date-area3 .main-date-area3-list-box li.osaka {
  background: #ed6c00;
  padding-right: 0px; }

body.home .main-date-area3 .main-date-area3-list-box li.tokyo {
  background: #0079C3;
  padding-right: 0px; }

.btn-prevention {
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .btn-prevention .guideline-btn {
    margin-bottom: 20px; }
    .btn-prevention .guideline-btn img {
      box-shadow: 0px 0px 20px 0px rgba(56, 50, 50, 0.4);
      border-radius: 100px; }
  .btn-prevention .app-btn img {
    box-shadow: 0px 0px 20px 0px rgba(56, 50, 50, 0.4);
    border-radius: 20px; }

.btn-prevention {
  position: fixed;
  top: 580px;
  left: 2.5vw;
  z-index: 100; }

@media screen and (max-width: 1120px) {
  body.home .btn-prevention {
    left: 0;
    margin-left: 0; } }

@media screen and (max-height: 880px) {
  body.home .btn-prevention {
    top: auto;
    bottom: 10px; } }

.section-title {
  text-align: center;
  color: #00a73c;
  letter-spacing: -0.025em;
  margin-bottom: 70px; }
  .section-title span {
    position: relative; }
    .section-title span::before {
      position: absolute;
      content: "";
      width: 30px;
      height: 42px;
      top: -22px;
      left: -42px;
      background: url(../img/ttl_before_a.png) no-repeat;
      background-size: contain; }
    .section-title span::after {
      position: absolute;
      content: "";
      width: 30px;
      height: 42px;
      bottom: -14px;
      right: -42px;
      background: url(../img/ttl_after_a.png) no-repeat;
      background-size: contain; }

body.home .timeline-youtube-wrap .timeline-fesinfo {
  background: #f2f5f3;
  position: relative;
  height: 490px; }
  body.home .timeline-youtube-wrap .timeline-fesinfo::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    left: 0;
    top: 0;
    margin-right: 0;
    border-top: 39px solid #00a73c;
    border-right: 39px solid transparent;
    border-bottom: 39px solid transparent;
    border-left: 39px solid #00a73c; }
  body.home .timeline-youtube-wrap .timeline-fesinfo .section-title {
    margin-bottom: 50px; }

body.home .timeline-youtube-wrap ul.timeline-list-box {
  max-height: 320px;
  overflow-y: auto; }

body.home .timeline-youtube-wrap .timeline {
  padding: 60px 40px 20px; }

body.home .timeline-youtube-wrap .youtube-wrap {
  width: 490px;
  height: 490px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  background: linear-gradient(135deg, #f2f5f3 0%, #f2f5f3 50%, #00a73c 50%, #00a73c 100%); }

.top-about-area .section-title {
  margin-top: 100px;
  margin-bottom: 70px; }

.black-ttl-wrap {
  background: #ffffff;
  height: 52px; }
  .black-ttl-wrap ul.black-ttl-list-box {
    display: -ms-flexbox;
    display: flex; }
    .black-ttl-wrap ul.black-ttl-list-box li {
      box-sizing: border-box;
      width: 50%;
      height: 52px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background: #a54b00;
      padding-top: 10px; }
      .black-ttl-wrap ul.black-ttl-list-box li .place {
        font-size: 38px;
        margin-top: 2px;
        letter-spacing: -0.025em;
        font-weight: 900;
        font-family: Josefin Sans, sans-serif; }
      .black-ttl-wrap ul.black-ttl-list-box li .sublink {
        padding-right: 40px;
        font-size: 18px; }
      .black-ttl-wrap ul.black-ttl-list-box li .arrow {
        position: relative;
        font-weight: bold; }
        .black-ttl-wrap ul.black-ttl-list-box li .arrow:before {
          content: "";
          display: inline-block;
          width: 25px;
          position: relative;
          top: -4px;
          height: 10px;
          margin-right: 18px; }
      .black-ttl-wrap ul.black-ttl-list-box li.osaka {
        color: #ed6c00; }
        .black-ttl-wrap ul.black-ttl-list-box li.osaka a {
          color: #fff; }
        .black-ttl-wrap ul.black-ttl-list-box li.osaka .arrow {
          color: #ed6c00; }
          .black-ttl-wrap ul.black-ttl-list-box li.osaka .arrow:before {
            background: url(../img/arrow_osaka3.png) no-repeat;
            background-size: 100%; }
      .black-ttl-wrap ul.black-ttl-list-box li.tokyo {
        background: #005488;
        color: #0079C3; }
        .black-ttl-wrap ul.black-ttl-list-box li.tokyo a {
          color: #fff; }
        .black-ttl-wrap ul.black-ttl-list-box li.tokyo .arrow {
          color: #0079C3; }
          .black-ttl-wrap ul.black-ttl-list-box li.tokyo .arrow:before {
            background: url(../img/arrow_tokyo3.png) no-repeat;
            background-size: 100%; }

.page-nav-list-wrap {
  background: linear-gradient(90deg, #ed6c00 0%, #ed6c00 50%, #0079C3 50%, #0079C3 100%); }
  .page-nav-list-wrap .page-nav-list-wrap-inner {
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .page-nav-list-wrap .page-nav-list-wrap-inner .page-nav-list-active-line {
      /* opacity: 0; */
      position: absolute;
      /* width: 300px; */
      height: 4px;
      background: #191919;
      bottom: 0;
      left: 0;
      transition: 0.5s; }
      .page-nav-list-wrap .page-nav-list-wrap-inner .page-nav-list-active-line.active {
        opacity: 1; }
      .page-nav-list-wrap .page-nav-list-wrap-inner .page-nav-list-active-line:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: -14px;
        left: 50%;
        transform: translateX(-50%);
        border-style: solid;
        border-color: #191919 transparent transparent transparent;
        border-width: 14px 14px 0;
        z-index: 1; }
    .page-nav-list-wrap .page-nav-list-wrap-inner.style1 {
      font-family: Josefin Sans, sans-serif; }
      .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li {
        font-weight: 900;
        font-size: 50px;
        letter-spacing: .08em; }
        .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li a {
          padding-top: 24px; }
          .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li a .youbi {
            font-size: 25px;
            padding-left: 2px; }
    .page-nav-list-wrap .page-nav-list-wrap-inner.style2 {
      /* height: 77px; */ }
      .page-nav-list-wrap .page-nav-list-wrap-inner.style2 li {
        font-size: 18px; }
        .page-nav-list-wrap .page-nav-list-wrap-inner.style2 li a {
          height: 58px;
          box-sizing: border-box;
          color: #ffffff;
          padding-top: 13px; }
    .page-nav-list-wrap .page-nav-list-wrap-inner.length1 li {
      width: calc(100% / 1); }
    .page-nav-list-wrap .page-nav-list-wrap-inner.length1 .page-nav-list-active-line {
      width: calc(100% / 2); }
    .page-nav-list-wrap .page-nav-list-wrap-inner.length2 li {
      width: calc(100% / 2); }
    .page-nav-list-wrap .page-nav-list-wrap-inner.length2 .page-nav-list-active-line {
      width: calc(100% / 2); }
    .page-nav-list-wrap .page-nav-list-wrap-inner.length3 li {
      width: calc(100% / 3); }
    .page-nav-list-wrap .page-nav-list-wrap-inner.length3 .page-nav-list-active-line {
      width: calc(100% / 3); }
    .page-nav-list-wrap .page-nav-list-wrap-inner.length3 .page-nav-list-active-line.pc-length6 {
      width: calc(100% / 6); }
    .page-nav-list-wrap .page-nav-list-wrap-inner.length4 li {
      width: calc(100% / 4); }
    .page-nav-list-wrap .page-nav-list-wrap-inner.length4 .page-nav-list-active-line {
      width: calc(100% / 4); }
    .page-nav-list-wrap .page-nav-list-wrap-inner.length6 li {
      width: calc(100% / 6); }
    .page-nav-list-wrap .page-nav-list-wrap-inner.length6 .page-nav-list-active-line {
      width: calc(100% / 6); }
  .page-nav-list-wrap .page-nav-list-box.pc-column2 {
    width: 50%; }
  .page-nav-list-wrap .page-nav-list-box {
    width: 100%;
    display: -ms-flexbox;
    display: flex; }
    .page-nav-list-wrap .page-nav-list-box > li {
      color: #ffffff;
      text-align: center;
      font-weight: bold; }
      .page-nav-list-wrap .page-nav-list-box > li.osaka {
        background: #ed6c00; }
      .page-nav-list-wrap .page-nav-list-box > li.tokyo {
        background: #0079C3; }
      .page-nav-list-wrap .page-nav-list-box > li .youbi {
        font-size: 25px; }
      .page-nav-list-wrap .page-nav-list-box > li a {
        box-sizing: border-box;
        height: 74px;
        display: block;
        color: #ffffff;
        cursor: pointer; }

body.home .support-area {
  background: none; }
  body.home .support-area .section-title {
    margin-bottom: 55px; }

body.second .second-main {
  background: linear-gradient(to right, #000 0%, #000 50%, #00a73c 50%, #00a73c 100%); }
  body.second .second-main .container {
    background: #000;
    position: relative; }
    body.second .second-main .container::before {
      position: absolute;
      content: "";
      width: 0px;
      height: 0px;
      right: 0;
      top: 0;
      margin-right: 0;
      border-top: 60px solid transparent;
      border-right: 60px solid #00a73c;
      border-bottom: 60px solid #00a73c;
      border-left: 60px solid transparent; }

body.second .second-main h1.post-title {
  font-size: 42px;
  letter-spacing: -0.025em; }

body.second .black-ttl-wrap ul.black-ttl-list-box li.osaka a {
  color: #fff; }

body.second .black-ttl-wrap ul.black-ttl-list-box li.tokyo a {
  color: #fff; }

body.second .black-ttl-wrap {
  background: linear-gradient(to right, #a54b00 0%, #a54b00 50%, #005488 50%, #005488 100%); }
  body.second .black-ttl-wrap ul.black-ttl-list-box li {
    -ms-flex-pack: center;
        justify-content: center; }

body.second .black-ttl-wrap ul.black-ttl-list-box li .place {
  color: #fff; }

body.second .black-ttl-wrap ul.black-ttl-list-box li.osaka .arrow {
  color: #fff; }

body.second .black-ttl-wrap ul.black-ttl-list-box li.tokyo .arrow {
  color: #fff; }

body.second.lineup .black-ttl-wrap ul.black-ttl-list-box,
body.second.timetable .black-ttl-wrap ul.black-ttl-list-box {
  -ms-flex-pack: center;
      justify-content: center; }

body.second.lineup .black-ttl-wrap ul.black-ttl-list-box li.osaka,
body.second.timetable .black-ttl-wrap ul.black-ttl-list-box li.osaka {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 6px; }

body.second.lineup .black-ttl-wrap ul.black-ttl-list-box li.tokyo,
body.second.timetable .black-ttl-wrap ul.black-ttl-list-box li.tokyo {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 223px; }

body.second.lineup .black-ttl-wrap ul.black-ttl-list-box li,
body.second.timetable .black-ttl-wrap ul.black-ttl-list-box li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 0; }
  body.second.lineup .black-ttl-wrap ul.black-ttl-list-box li .place,
  body.second.timetable .black-ttl-wrap ul.black-ttl-list-box li .place {
    padding-top: 10px; }
  body.second.lineup .black-ttl-wrap ul.black-ttl-list-box li a.arrow.sublink,
  body.second.timetable .black-ttl-wrap ul.black-ttl-list-box li a.arrow.sublink {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 40px;
    background: #000;
    position: relative;
    width: 190px;
    margin-left: 25px;
    padding-right: 0; }
    body.second.lineup .black-ttl-wrap ul.black-ttl-list-box li a.arrow.sublink::before,
    body.second.timetable .black-ttl-wrap ul.black-ttl-list-box li a.arrow.sublink::before {
      position: absolute;
      content: "";
      width: 0px;
      height: 0px;
      left: auto;
      top: auto;
      right: 0;
      bottom: 0;
      margin-right: 0;
      border-top: 20px solid transparent;
      border-right: 20px solid #f4a766;
      border-bottom: 20px solid #f4a766;
      border-left: 20px solid transparent; }
    body.second.lineup .black-ttl-wrap ul.black-ttl-list-box li a.arrow.sublink::after,
    body.second.timetable .black-ttl-wrap ul.black-ttl-list-box li a.arrow.sublink::after {
      position: absolute;
      content: "";
      display: inline-block;
      background: url(../img/arrow_bk.png) no-repeat center top;
      background-size: contain;
      width: 20px;
      height: 7px;
      left: auto;
      top: auto;
      right: 5px;
      bottom: 6px; }
    body.second.lineup .black-ttl-wrap ul.black-ttl-list-box li a.arrow.sublink span,
    body.second.timetable .black-ttl-wrap ul.black-ttl-list-box li a.arrow.sublink span {
      position: relative; }
      body.second.lineup .black-ttl-wrap ul.black-ttl-list-box li a.arrow.sublink span::before,
      body.second.timetable .black-ttl-wrap ul.black-ttl-list-box li a.arrow.sublink span::before {
        position: absolute;
        content: "";
        display: inline-block;
        background: url(../img/ico_calendar.png) no-repeat;
        background-size: contain;
        width: 14px;
        height: 16px;
        left: auto;
        top: auto;
        left: -27px;
        top: 50%;
        transform: translatey(-50%); }
    body.second.lineup .black-ttl-wrap ul.black-ttl-list-box li a.arrow.sublink:nth-child(2) span::before,
    body.second.timetable .black-ttl-wrap ul.black-ttl-list-box li a.arrow.sublink:nth-child(2) span::before {
      background: url(../img/ico_calendar.png);
      width: 14px;
      height: 16px; }
  body.second.lineup .black-ttl-wrap ul.black-ttl-list-box li.tokyo a.arrow.sublink::before,
  body.second.timetable .black-ttl-wrap ul.black-ttl-list-box li.tokyo a.arrow.sublink::before {
    border-top: 20px solid transparent;
    border-right: 20px solid #66afdb;
    border-bottom: 20px solid #66afdb;
    border-left: 20px solid transparent; }

body.second.ticket .cities > li {
  background: #fdf0e5; }

body.second.ticket .cities > li.tokyo {
  background: #e5f1f9; }

body.second.ticket .osaka-shutle-bus {
  background: #fdf0e5; }

body.second.ticket #wrapper .btn-box a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 40px;
  background: #14a83b;
  position: relative;
  width: 260px;
  padding-right: 0; }
  body.second.ticket #wrapper .btn-box a::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    margin-right: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #000;
    border-bottom: 20px solid #000;
    border-left: 20px solid transparent; }
  body.second.ticket #wrapper .btn-box a::after {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(../img/arrow_wh.png) no-repeat center top;
    background-size: contain;
    width: 20px;
    height: 7px;
    left: auto;
    top: auto;
    right: 5px;
    bottom: 7px; }
  body.second.ticket #wrapper .btn-box a span {
    position: relative; }
    body.second.ticket #wrapper .btn-box a span::before {
      position: absolute;
      content: "";
      display: inline-block;
      background: url(../img/ico_ticket.png) no-repeat;
      background-size: contain;
      width: 29px;
      height: 14px;
      left: auto;
      top: auto;
      left: -37px;
      top: calc(50% + 1px);
      transform: translatey(-50%); }

body.second.ticket #wrapper .osaka-shutle-bus .btn-box a {
  background: #ed6c00; }
  body.second.ticket #wrapper .osaka-shutle-bus .btn-box a span {
    position: relative; }
    body.second.ticket #wrapper .osaka-shutle-bus .btn-box a span::before {
      position: absolute;
      content: "";
      display: inline-block;
      background: url(../img/ico_map.png);
      background-size: contain;
      width: 15px;
      height: 20px;
      left: auto;
      top: auto;
      left: -37px;
      top: calc(50% + 1px);
      transform: translatey(-50%); }

body.second.artist.detail .profile-movie-wrap .movie-area .section-title {
  color: #000;
  font-size: 42px;
  font-family: Josefin Sans, sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.025em;
  text-indent: 8px;
  text-align: left;
  position: relative; }
  body.second.artist.detail .profile-movie-wrap .movie-area .section-title::before {
    position: absolute;
    top: -8px;
    left: 0;
    content: "";
    border-top: 15px solid #00a73c;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #00a73c;
    z-index: -1; }

body.second.about .black-ttl-wrap ul.black-ttl-list-box li {
  padding-left: 0; }

#tab-contents-osaka-notice .dot-list-box {
  margin-bottom: 60px; }

#tab-contents-osaka-notice .h2-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #ed6c00;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f6; }

#tab-contents-tokyo-notice .dot-list-box {
  margin-bottom: 60px; }

#tab-contents-tokyo-notice .h2-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0079C3;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f6; }

.dot-list-box li:last-child {
  border-bottom: 1px solid #f5f5f6; }

body.second.ticket #wrapper .btn-box a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 50px; }

body.second.ticket #wrapper .btn-box.btn-box-a a {
  width: 410px; }

body.second.ticket #wrapper .btn-box.btn-box-b a {
  width: 410px; }

@media screen and (max-width: 1200px) {
  .main-date-wrap {
    width: 1200px; } }

body.home .comment-movie {
  margin-top: 60px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden; }
  body.home .comment-movie .section-title span::before {
    background: url(../img/ttl_before_b.png) no-repeat; }
  body.home .comment-movie .section-title span::after {
    background: url(../img/ttl_after_b.png) no-repeat; }
  body.home .comment-movie .comment-movie-inner {
    width: 100%;
    min-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    background: #00a73c;
    padding: 90px 0;
    position: relative;
    z-index: 0; }
    body.home .comment-movie .comment-movie-inner::before, body.home .comment-movie .comment-movie-inner::after {
      content: '';
      position: absolute; }
    body.home .comment-movie .comment-movie-inner::before {
      z-index: -1;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 280px solid #000;
      border-right: 280px solid transparent;
      border-bottom: 280px solid transparent;
      border-left: 280px solid #000; }
    body.home .comment-movie .comment-movie-inner::after {
      z-index: -2;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-top: 280px solid transparent;
      border-right: 280px solid #000;
      border-bottom: 280px solid #000;
      border-left: 280px solid transparent; }

body.home .support-area .support-category {
  margin-bottom: 44px;
  image-rendering: -webkit-optimize-contrast; }
  body.home .support-area .support-category:last-child {
    margin-bottom: 25px; }

body.home .support-area .support-category.sponsor {
  margin-bottom: 44px; }

body.home .support-area .support-category .support-title {
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  letter-spacing: -0.025em;
  color: #000;
  width: 165px; }

body.home .support-area .support-category img {
  height: 44px; }

body.access .jtb_bnr {
  width: 280px;
  margin-top: 20px; }

body.second.areamap .page-nav-list-wrap .page-nav-list-box.pc-column2.sp-original-tab-contents-osaka {
  -ms-flex-pack: center;
      justify-content: center; }

body.second.areamap .page-nav-list-wrap .page-nav-list-wrap-inner.length3 .page-nav-list-active-line.pc-length6 {
  left: 100px; }

body.second.areamap .black-ttl-wrap ul.black-ttl-list-box li {
  pointer-events: none; }

body.second.areamap .black-ttl-wrap ul.black-ttl-list-box li {
  padding-left: 0; }

body.second.about .osaka-shutle-bus,
body.second.access .osaka-shutle-bus {
  margin-top: 20px;
  padding: 20px; }
  body.second.about .osaka-shutle-bus .em-txt,
  body.second.access .osaka-shutle-bus .em-txt {
    color: #191919;
    margin-bottom: 20px; }
  body.second.about .osaka-shutle-bus a,
  body.second.access .osaka-shutle-bus a {
    text-decoration: underline;
    font-weight: bold;
    color: #ed6c00; }
    body.second.about .osaka-shutle-bus a:hover,
    body.second.access .osaka-shutle-bus a:hover {
      text-decoration: none; }
  body.second.about .osaka-shutle-bus .marker1,
  body.second.access .osaka-shutle-bus .marker1 {
    border-width: 4px;
    border-bottom: solid;
    border-color: #ed6c00; }

body.second.about .osaka-shutle-bus,
body.second.access .osaka-shutle-bus {
  background: #fdf0e5; }

body.second.timetable .black-ttl-wrap ul.black-ttl-list-box li a.arrow.sublink:nth-child(2) span::before {
  background: url(../img/ico_lineup.png);
  width: 12px;
  height: 12px;
  background-size: contain; }

.header .pc-menu-wrap .pc-menu-1-header-sns-link-box li:last-child {
  display: none; }

.header .share-area .share-icon-list-box li.share-list-facebook {
  display: none; }

.footer .sns-icon-list-box li.facebook {
  display: none; }

.header .share-area {
  height: 180px; }

body.home .official-sns-area .official-sns-banner-list-box li.official-sns-banner-facebook {
  display: none; }

body.home .official-sns-area .official-sns-banner-list-box {
  -ms-flex-pack: center;
      justify-content: center; }

.under-atteintion {
  display: none; }

.footer {
  padding-bottom: 0; }

.home .under-atteintion {
  display: block; }

.home .footer {
  padding-bottom: 80px; }

.under-atteintion .attention-ttl {
  color: #fff;
  font-size: 24px;
  letter-spacing: .08em;
  font-weight: 500; }
  .under-atteintion .attention-ttl .under-line {
    text-decoration: underline; }

.under-atteintion .attention-ttl .inner {
  display: inline-block;
  position: relative; }

.under-atteintion .attention-ttl:before {
  content: none; }

.under-atteintion .attention-ttl .inner:before {
  background: url(../img/icon_dl.png) no-repeat left top;
  background-size: 100%;
  position: relative;
  top: 7px;
  width: 38px;
  height: 33px;
  margin-right: 40px;
  content: "";
  display: inline-block; }

body.artist.timetable .timetable-area .stages .coming-soon {
  pointer-events: none; }
  body.artist.timetable .timetable-area .stages .coming-soon .logo-area .logo-area-inner .logo {
    opacity: 0.6;
    font-family: Josefin Sans, sans-serif;
    font-size: 21px; }
